Follyx Posted February 7, 2017 Share Posted February 7, 2017 (edited) Hi, is there a way to save a single geo.sop with a seperate network in it? i.e. selectin geosop_xyz -> save selected node as... / export... blabla ! except the way via asset thanks in advance Edited February 7, 2017 by Follyx Quote Link to comment Share on other sites More sharing options...
Atom Posted February 7, 2017 Share Posted February 7, 2017 (edited) You can save any network as code then re-execute it in the Python Window in a new scene. In the posted example the root of the network is /obj but you could point it to a specific subnet, for example. Name collision can occur using this approach, however. Edited February 7, 2017 by Atom Quote Link to comment Share on other sites More sharing options...
Follyx Posted February 7, 2017 Author Share Posted February 7, 2017 Hi Atom, yep thank you, sounds promising. Unfortunately I dont have any experience with python in Houdini and so I also dont know how to integrate a snippet into a shelf tool. Would you mind to explain the way? Quote Link to comment Share on other sites More sharing options...
Atom Posted February 7, 2017 Share Posted February 7, 2017 (edited) Just copy the code directly to a new shelf tool. That is where I run it from. The line you want to change is this one. lst_node_root = ["/obj","/shop","/out"] # Change to.. lst_node_root = ["/obj/my_subnet"] It should make a folder on your desktop called HipAsCode. Edited February 7, 2017 by Atom 1 Quote Link to comment Share on other sites More sharing options...
Follyx Posted February 7, 2017 Author Share Posted February 7, 2017 (edited) Fine thank you. Will have look to it tomorrow. Edited February 7, 2017 by Follyx 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.