Notifications
Clear all
[Closed] Render all state sets
Apr 04, 2014 7:15 pm
Anybody using this? I can t get it to work. I’m looping though some states and trying to submit them to render but this code seems to do nothing.
masterState.RenderAllStates()
1 Reply
Apr 04, 2014 7:15 pm
Just read this:
http://forums.autodesk.com/t5/Programming/Errors-in-State-Set-Docs-Examples/td-p/4777625
Which made me realize the code should be this.
masterState.RenderAllStates true
Anybody have any ideas on how to do a silent submission of the sates to back burner? Right now It opens the net render dialog for each and every state. Which is really annoying when you have 78 states to submit.