Introduction to Maya - Rendering in Arnold
This course will look at the fundamentals of rendering in Arnold. We'll go through the different light types available, cameras, shaders, Arnold's render settings and finally how to split an image into render passes (AOV's), before we then reassemble it i
# 1 07-04-2007 , 08:40 AM
alessandro754's Avatar
Registered User
Join Date: Apr 2007
Location: london
Posts: 30

i am getting a error message when i apply a bump map to my material

connectAttr -f file1.outColor file1Material.color;
// Result: Connected file1.outColor to file1Material.color //
select -r file1Material ;
defaultNavigation -createNew -destination file1Material.ambientColor;
createRenderNode -allWithTexturesUp "defaultNavigation -force true -connectToExisting -source %node -destination file1Material.ambientColor" "";
// Warning: The callback " has already been added. //
// Warning: The callback " has already been added. //
defaultNavigation -defaultTraversal -destination file1Material.ambientColor;
select -r file1 ;
// Error: Unknown workspace. //
delete;
select -r file1Material ;
select -r file1Material ;
delete;
shadingNode -asShader phongE;
// Result: phongE1 //
sets -renderable true -noSurfaceShader true -empty -name phongE1SG;
// Result: phongE1SG //
connectAttr -f phongE1.outColor phongE1SG.surfaceShader;
// Result: Connected phongE1.outColor to phongE1SG.surfaceShader //
select -r phongE1 ;
shadingNode -asTexture file;
// Result: file2 //
select -r file2 ;
delete;
select -r phongE1 ;
defaultNavigation -createNew -destination phongE1.ambientColor;
createRenderNode -allWithTexturesUp "defaultNavigation -force true -connectToExisting -source %node -destination phongE1.ambientColor" "";
defaultNavigation -defaultTraversal -destination phongE1.ambientColor;
shadingNode -asTexture file;
// Result: file2 //
defaultNavigation -force true -connectToExisting -source file2 -destination phongE1.ambientColor;
connectAttr -force file2.outColor phongE1.ambientColor;
// Result: Connected file2.outColor to phongE1.ambientColor //
// Error: Unknown workspace. //


There's a fine line between fishing and just standing on the shore like an idiot.
Posting Rules Forum Rules
You may not post new threads | You may not post replies | You may not post attachments | You may not edit your posts | BB code is On | Smilies are On | [IMG] code is On | HTML code is Off

Similar Threads