Black Object after Texture input ?
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.
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 ?
- 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.
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.
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: concepts are based on the standalone:
for your query, its something like this: concepts are based on the standalone:
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:
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 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: concepts are based on the standalone:
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 !
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?
There is an error, when I select a UVProjection node from within the Octane Material.connectAttr octaneUVProjection9.outTex octaneGlossyMaterial6.Diffuse; window -e -vis false createRenderNodeWindow;
// Error: line 0: The source attribute 'octaneUVProjection9.outTex' cannot be found. //
This error means the projection node has been connected to the diffuse attribute of the glossy material.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.
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: OctaneProjection_outproj -> OctaneImageTexture_Projection
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
