Jump to content

Digital Assets and the Tab menu


Recommended Posts

Hi,

Ok, I've done this before but now I can't remember how.

When I create a digital asset, and then use them again, they are appearing under the tab / Menu / Digital Asset.

How do you define your own menu section for your assets? I have something called xRing and I want to put it under xPrimitives?

Thanks :)

Link to comment
Share on other sites

  • 8 years later...

It can be done but there's no direct way to access it AFAIK

hda_def = hda_node.type().definition()
tools_section = hda_def.sections()['Tools.shelf']
# tools_section.contents returns an XML string which you
# need to parse and get the value of the tab Submenu path
tools_contents = tools_section.contents()

Hope it helps :)

-J

Link to comment
Share on other sites

  • 1 year later...
  • 1 year later...

How can i make a submenu inside Digital Assets to store specific HDAs?

 

Asset Manager - select the HDA i want - right click Type Properties - Interactive -Shelf Tools - Context - TAB Submenu Path -

currently set to Digital Assets

can i write something like Digital Assets/Custom Menu ?

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