Community
Arnold General Rendering Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SetParameter Standin Subdiv override

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
Andrew_Wilkins1
253 Views, 2 Replies

SetParameter Standin Subdiv override

Hello,

In quick testing on a basic sphere standin, I can't seem to be able to change subdiv type or iterations with a standin shape node operator override. (aiSetParameter)

subdiv_type=1

subdiv_iterations=4

Those were the default parameters when creating the override from the drop-down list, but is it actually something different?
Or are subdiv settings currently not able to be modified via an operator on standins?

Thank you. :]

operator.jpg

2 REPLIES 2
Message 2 of 3

subdiv_type="catclark"

because otherwise you get this the script history:

setAttr -type "string" aiSetParameter1.assignment[0] "subdiv_type=1";
// Warning: [parameter] enum parameter "subdiv_type" is neither a literal string or a valid reference: 1 // 
// Warning: [assignment] unable to process parameter "subdiv_type": subdiv_type=1 // 

and in the Arnold log:

[parameter] enum parameter "subdiv_type" is neither a literal string or a valid reference: 1
[assignment] unable to process parameter "subdiv_type": subdiv_type=1


// Stephen Blair
// Arnold Renderer Support
Message 3 of 3

Okay right! Thanks so much once again. 🙂

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report