
DASD
DASD
About Me
Expertise
Not Specified
Location
Not Specified
Website
Connect
Recent Forum Posts
Bezier curve editor Dec. 6, 2020, 4:29 p.m.
This is great, have you made any progress on this?
Shelf tools in HDA version update issue Sept. 18, 2020, 3:44 p.m.
rafal
The problem is that you end up with two shelf tools that have the same name. And in Houdini session only one tool of a given name can be active.
Thanks, now I understand what is going wrong.
But I would expect that in case of conflict, it would use the tool of the current HDA. Because that behavior would automatically “deprecate” the outdated tools.
As a “fix”, I deleted the tools from the older HDA version.
Naiad theme for H16 (Circular nodes - one shape to rule them all) Sept. 18, 2020, 6:42 a.m.
The tool by bjs is still the best way to do this, amazing work!
Has anyone figured out how to embed custom node shapes in an HDA?
I added the json in the extra files section and am trying the following code in the OnCreated script:
But it seems to be the wrong syntax. It seems to work for something like:
node.setUserData(“nodeshape”, “bulge_down”)
Has anyone figured out how to embed custom node shapes in an HDA?
I added the json in the extra files section and am trying the following code in the OnCreated script:
node = kwargs['node'] node.setUserData("nodeshape", "opdef:/DS::Sop/my_node::2.0?myShape")
But it seems to be the wrong syntax. It seems to work for something like:
node.setUserData(“nodeshape”, “bulge_down”)