Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

setAttr comands for Arnold

setAttr comands for Arnold

Anonymous
Not applicable
627 Views
2 Replies
Message 1 of 3

setAttr comands for Arnold

Anonymous
Not applicable

Hello, how to find out name that can be used to influence checkerbox under shape node of an object/Arnold/Displacement Attributes/Autobump and there Camera (primarily) . When you click on that checkbox command didn't echoed in script editor. For example Enable Autobump checkbox have name "

aiDispAutobump" so what is the name for the Camera (primarily)?  Or is there way to find those names, some documentation, something? Thanks

0 Likes
Accepted solutions (1)
628 Views
2 Replies
Replies (2)
Message 2 of 3

mspeer
Consultant
Consultant
Accepted solution

Hi!

 

It's "aiAutobumpVisibility".

Try:

setAttr aiDispAutobump.aiAutobumpVisibility true;

 

0 Likes
Message 3 of 3

e_honda
Enthusiast
Enthusiast

Hi.

 

If there is nothing echoed inside Maya, you can check it in the dirty way.

Save your scene in Maya ASCII(.ma) format without the check and save the scene with check as another file.

After that, you can compare those files' text and see what changed between them.

(I'll recommend using some third-party software to help you doing that)

Probably you'll see that some setAttr line is different.

 

Hope it helps.

0 Likes