Jump to content

How to change the category of all my DAs?


magneto

Recommended Posts

It's stored in the 'Tools.shelf' section of your asset definition.

You might want to unlock the asset, grab the contents of this section, make your changes, put them back and lock it.

node = hou.node( [your node] ) 
definition = node.type().definition()
print definition.sections()['Tools.shelf'].contents()

You also might want to spend some time with the documentation of the hou module.

Link to comment
Share on other sites

Thanks guys. I had to add it to my scene and then modify the instance with the edit operator type parameters dialog, and resave.

By category I meant the one that's normally called "Digital Assets" when you bring the tab menu. I wanted my DAs to be in another category.

Thanks rdg, I will try your method next time. Although I was looking for a user solution without coding. I thought Houdini would have some dialog for this.

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...