Jump to content

HOUDINI_OPNAMESPACE_HIERARCHY


Recommended Posts

Hey. Did anyone experience problems with HOUDINI_OPNAMESPACE_HIERARCHY ? I used this variable before and don't remember that i had any problems with it, however i can't make it work in latest build:

https://www.sidefx.com/forum/topic/37903/

Having op::0.1 and op::0.2 and HOUDINI_OPNAMESPACE_HIERARCHY = "op::0.1" i always get op::0.2 created by default.

https://www.sidefx.com/docs/houdini/assets/namespaces

Does the behavior of HOUDINI_OPNAMESPACE_HIERARCHY  changed recently?

Link to comment
Share on other sites

Thanks to SESI support, i figured out that ambiguous name resolving requires you to  specify operator context, like this:

Sop/opname::0.1

If you confident that opname is a unique name, you can do this:

*/opname::0.1

If you have namespace you can leave it, or replace with *:

*::*/opname::0.1

By default all namespaces are displayed in TAB menu. This can be changed in preferences: Edit > Preferences > Shelves and Tab 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...