Tomoka Posted October 15 Share Posted October 15 (edited) I’m currently trying to create an HDA without using a subnetwork. When I attempted to create a digital asset by selecting the SOP Import node in Copernicus (as shown in the first image), Houdini automatically created a subnetwork, and I couldn’t see the geometry (points) (as seen in the second image). Is there a way to create an HDA without the automatic creation of a subnetwork? Any advice would be greatly appreciated. Thank you! Edited October 15 by Tomoka Quote Link to comment Share on other sites More sharing options...
tamagochy Posted October 15 Share Posted October 15 You cant. If you want save network nodes as asset save it to the gallery and use shelftool script gal = hou.galleries.galleryEntries('asset name')[0] create = gal.createChildNode(hou.node('context')) create.extractAndDelete() 1 Quote Link to comment Share on other sites More sharing options...
animatrix Posted October 16 Share Posted October 16 There are some HDA types that can be created without using a subnet like the old VEX operator type (not CVEX), and Python operator type, but I don't think you can do this using the new COP context. 1 Quote Link to comment Share on other sites More sharing options...
ThecreativeACT Posted October 17 Share Posted October 17 No, i don't think so. sorry Quote Link to comment Share on other sites More sharing options...
Tomoka Posted October 22 Author Share Posted October 22 Thank you for answering. I think I can't do it but I'll try it as a shelf tool. 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.