Jump to content

Create HDA without a subnetwork?


Tomoka

Recommended Posts

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!

image.png

image.png

Edited by Tomoka
Link to comment
Share on other sites

  • Tomoka changed the title to Create HDA without a subnetwork?

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()

 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...