Atom Posted August 23, 2016 Share Posted August 23, 2016 (edited) Hi All, I have several small python nodes with a some parameters on each node. I want to combine all these nodes into a single master python node, however, I don't want to re-create all those parameters from each separate node. Is there any way to migrate or copy/paste parameters from one node to the next? Thanks Edited August 23, 2016 by Atom Quote Link to comment Share on other sites More sharing options...
MirrorSword Posted August 23, 2016 Share Posted August 23, 2016 Hi Atom, If you want to do it with python you could look into the parmTemplateGroup class. I've used that to add spare parameters to nodes. However, if you want to do it by hand you could just copy and paste the parameters from the "edit parameter interface" window. Quote Link to comment Share on other sites More sharing options...
Yon Posted August 23, 2016 Share Posted August 23, 2016 You can use edit parameter interface as mirror said, but find your node in the "From Nodes" tab and drag from there. Quote Link to comment Share on other sites More sharing options...
Atom Posted August 24, 2016 Author Share Posted August 24, 2016 Doh, copy to the clipboard from one parameter interface then paste to another does work. Simple stupid, I guess I should have tried that before I posted. 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.