Jump to content

VOP Network nodes - Submenu Tab


Recommended Posts

Can't get this seemingly simple thing to work:

I have a vopNetwork that I'm building some "CVEX Type" nodes inside of. I want to have these come up in their own menu in SHOPs, is there a way of doing this? Submenu Tab doesn't appear to work.

 

Thanks

Christian

Link to comment
Share on other sites

You mean in the submenu tab?

Problem is if I lay down a "CVEX type" node in a VOP network, then jump over to a SHOP network, hit tab, the CVEX node pops up under CVEX... I want it under a new menu completely.

On the node by default you can specify the name it will pop up as. I was hoping there's another parameter I can add here for the submenu, but can't find any information on it.

Link to comment
Share on other sites

Is this through "Type Properties" on the node?

I just can't get this to work. Bare in mind I've got it working totally fine on my own OTLs, this is just for nodes create on the fly.

If you can get cvex1 to show up in it's own menu in the shopnet I'll make you my wife (#2 I'm afraid) ;).

Thanks

Christian

bloodyMenuTab.hipnc

Link to comment
Share on other sites

Guest mantragora

It's there. Its just that name is not updated correctly. But when you create one it updates. If you look into your SHOP and press TAB, there is Digital Assets section and inside there is "VEX Builder CVEX". This is your node. Create it and then check this menu again. What it's called now?

Link to comment
Share on other sites

Hmm, well I guess I just have to create a digital asset for each cvex type I want to create right...

I wanted to avoid that, but if that's the only way then so be it.

Thanks Guys

Christian

Link to comment
Share on other sites

Guest mantragora

Hmm, well I guess I just have to create a digital asset for each cvex type I want to create right...

I wanted to avoid that, but if that's the only way then so be it.

Thanks Guys

Christian

No, you don't have to. I asked, are you interested? There was no answer, there is no help :)

Link to comment
Share on other sites

Guest mantragora

post-7494-0-02304600-1404654766_thumb.jp

 

Put this in "$HOME/houdiniXX.X/toolbar" directory.

CVEX1.shelf

<?xml version="1.0" encoding="UTF-8"?>
<shelfDocument>
  <!-- This file contains definitions of "cvex1" tool -->

  <tool name="shop_cvex1" label="Oh, YEAH!" icon="CVEX1.svg">
  
	<helpURL>operator:Shop/cvex1</helpURL>
    <toolMenuContext name="viewer">
      <contextNetType>SHOP</contextNetType>
    </toolMenuContext>
    <toolMenuContext name="network">
      <contextOpType>Shop/cvex1</contextOpType>
    </toolMenuContext>
    
    <toolSubmenu>MANTRAGORA/Is/The/BEST!</toolSubmenu>
	
    <script scriptType="python"><![CDATA[import shoptoolutils

shoptoolutils.genericTool(kwargs, 'cvex1')]]></script>
  </tool>

</shelfDocument>

Read more here.

Edited by mantragora
Link to comment
Share on other sites

LOL, yes you are the best! :P

That certainly is a fix indeed, but don't think I'll be able to implement that here, think it'll be best to publish OTLs and then I have some sort of conversioning control.

Thanks for the fix, I'll bare it in mind for a later date if I ever need something like that.

 

Christian

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