Message 1 of 4
Not applicable
11-27-2018
12:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When executing this simple script that adds an Arnold standard surface node:
________
for item in selection:
cmds.createNode( 'aiStandardSurface', n=item )
_______
Hypershade does not update the "Materials" tab to indicate the material is there. It shows up in the in the outliner with (DAG objects only = FALSE).
How do I add the shader to Materials tab???
Thanks.
Solved! Go to Solution.