frenchie1980 Posted February 9, 2018 Share Posted February 9, 2018 Hi, Does anyone know the python to create a reference copy of a node? Cheers Simon Quote Link to comment Share on other sites More sharing options...
toadstorm Posted February 9, 2018 Share Posted February 9, 2018 parent = hou.node('/path/to/parent') nodeToCopy = parent.node('./nodeToCopy') parent.copyItems( (nodeToCopy, ), channel_reference_originals = True) 1 1 Quote Link to comment Share on other sites More sharing options...
frenchie1980 Posted February 10, 2018 Author Share Posted February 10, 2018 Perfect. Thanks 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.