Stalkerx777 Posted November 8, 2016 Share Posted November 8, 2016 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? Quote Link to comment Share on other sites More sharing options...
Stalkerx777 Posted November 8, 2016 Author Share Posted November 8, 2016 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.