Black Object after Texture input ?

A public forum for discussing and asking questions about the demo version of Octane Render.
Forum rules
For new users: this forum is moderated. Your first post will appear only after it has been reviewed by a moderator, so it will not show up immediately.
This is necessary to avoid this forum being flooded by spam.
TheChristopher
Posts: 22
Joined: Wed Oct 29, 2014 1:58 pm
Location: Canada
Contact:

I added a texture to my object but it's rendering black ? I have an octaneImageTexture plugged into the diffuse slot of a octaneGlossyMaterial node ?
abreukers
OctaneRender Team
Posts: 500
Joined: Thu Aug 18, 2011 12:28 am

hi there, you'd still need to add a projection for it. Have you tried this? You still have to map the image onto the material via a texture projection node...
i72630QM @ 2.00GHz | 6GB RAM | 2GB GeForce GT 540M | Win7 64bit
TheChristopher
Posts: 22
Joined: Wed Oct 29, 2014 1:58 pm
Location: Canada
Contact:

The documentation for the Maya plugin didn't explain the need for the UVprojection node although I did wonder about this node, I assumed since the object has a UV map that I simply plugin the OctaneImageTexture into the diffuse slot of the OctaneGlossyMaterial and my texture it shown.

OctaneUVProjection > OctaneImageTexture > OctaneGlossymaterial ?
If the above is correct, it is not working ?

My first round of question who would have have thought I needed to apply an environment to render my image, other engines it simple renders with default shading. I know Octane is a pure GPU renderer and this is my first time using a GPU render, It's not as if I enjoy asking questions on how to use Octane but it seems to be you begin with blindfolds. I want to being using it for production as soon as possible.
abreukers
OctaneRender Team
Posts: 500
Joined: Thu Aug 18, 2011 12:28 am

ah ok, no worries, not judging you or anything. just thought you'd been following the threads beforehand as the maya documentation still needs an update.

for your query, its something like this:
texture_projection_node_maya.jpg
concepts are based on the standalone:
texture_projection_node_standalone.jpg
i72630QM @ 2.00GHz | 6GB RAM | 2GB GeForce GT 540M | Win7 64bit
TheChristopher
Posts: 22
Joined: Wed Oct 29, 2014 1:58 pm
Location: Canada
Contact:

abreukers wrote:ah ok, no worries, not judging you or anything. just thought you'd been following the threads beforehand as the maya documentation still needs an update.

for your query, its something like this:
texture_projection_node_maya.jpg
concepts are based on the standalone:
texture_projection_node_standalone.jpg
I attached an Octane UV projection to the projection slot of the OctaneImageTexture node which is what I did before you told me that is how it works. Unfortunately my object continues to render black, arghh !
abreukers
OctaneRender Team
Posts: 500
Joined: Thu Aug 18, 2011 12:28 am

hi, the image texture should work even with just maya default mesh uv (so even if you did not set projection, just thought this may have been unset). when you apply the texture, what does the script editor say?
i72630QM @ 2.00GHz | 6GB RAM | 2GB GeForce GT 540M | Win7 64bit
TheChristopher
Posts: 22
Joined: Wed Oct 29, 2014 1:58 pm
Location: Canada
Contact:

Can I contact you directly, waiting nearly 24 hrs between responses is wearing my patience thin to the point I'm about to abandon Octane render altogether, if the correspondence between us is more frequent I may not abandon Octane render abruptly.

The mesh has UV's, there are no errors in the script editor !
TheChristopher
Posts: 22
Joined: Wed Oct 29, 2014 1:58 pm
Location: Canada
Contact:

I was informed that Octane should work as I've done nothing wrong, must be a flaw with Octane.
TheChristopher
Posts: 22
Joined: Wed Oct 29, 2014 1:58 pm
Location: Canada
Contact:

abreukers wrote:hi, the image texture should work even with just maya default mesh uv (so even if you did not set projection, just thought this may have been unset). when you apply the texture, what does the script editor say?
connectAttr octaneUVProjection9.outTex octaneGlossyMaterial6.Diffuse; window -e -vis false createRenderNodeWindow;
// Error: line 0: The source attribute 'octaneUVProjection9.outTex' cannot be found. //
There is an error, when I select a UVProjection node from within the Octane Material.
abreukers
OctaneRender Team
Posts: 500
Joined: Thu Aug 18, 2011 12:28 am

TheChristopher wrote: connectAttr octaneUVProjection9.outTex octaneGlossyMaterial6.Diffuse; window -e -vis false createRenderNodeWindow;
// Error: line 0: The source attribute 'octaneUVProjection9.outTex' cannot be found. //

There is an error, when I select a UVProjection node from within the Octane Material.
This error means the projection node has been connected to the diffuse attribute of the glossy material.

To correct this, the projection node should be connected to the projection attribute of the image texture instead.
so here's how it should be:
projection_outProj-to-imgtexture_Projection.jpg
OctaneProjection_outproj -> OctaneImageTexture_Projection
imgtexture_outTex-to-glossymat_diffuse.jpg
OctaneImageTexture_outTex -> OctaneGlossyMaterial_Diffuse

these concepts are based on the standalone. It will be easier to check with the standalone first as you'll be able to visualize all the pins (node attributes) and what types of nodes can be used for them...
i72630QM @ 2.00GHz | 6GB RAM | 2GB GeForce GT 540M | Win7 64bit
Post Reply

Return to “Demo Version Questions & Discussion”