garf Posted July 31, 2020 Share Posted July 31, 2020 I've done it before but can't find my old script. How do I script adding instances/AOVs/imageplanes on a ROP? 1 Quote Link to comment Share on other sites More sharing options...
eimk Posted July 31, 2020 Share Posted July 31, 2020 Use the insertMultiParmInstance() function on the AOVs parameter 1 Quote Link to comment Share on other sites More sharing options...
underscoreus Posted August 3, 2020 Share Posted August 3, 2020 I recently did something like this but for a redshift ROP. What I did is that I just use the parm().set() function on that parameter, it acts just as a normal number parameter so you don't have to go the way of dealing with the whole getting a list of all the parms, adding an instance of a parm and then reapplying the new list of parms to the node. If you'd be interested you can have a poke at the shelf tool I made (assuming you are doing this with python): https://github.com/Underscoreus/Rs_AOV_Transfer Hope it can help Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.