Mikhail Miroshnichenko

miklem

About Me

EXPERTISE
Developer

Connect

LOCATION
Gothenborg, Sweden
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

How to modify HDA context visibility with python? Dec. 14, 2023, 5:44 a.m.

Okay, I made it work!
First here is the documentation
https://www.sidefx.com/docs/houdini20.0/shelf/config_file [www.sidefx.com]

Graham, I then took your code, and modified this part, by adding <contextNetType>VOP</contextNetType>.

<toolMenuContext name="network">
<contextOpType>table/operator</contextOpType>
<contextNetType>VOP</contextNetType>
</toolMenuContext>

Also for someone looking for the topic, there is relevant discussion
https://www.sidefx.com/forum/topic/40864/?page=1#post-183147 [www.sidefx.com]

Thank you for help.

How to modify HDA context visibility with python? Dec. 13, 2023, 11:34 a.m.

This looks like exactly the thing I need. I will give it a try, thank you!

How to modify HDA context visibility with python? Dec. 13, 2023, 11 a.m.

I checked API and found nothing that might help. Actually it looks like a bug or someone forgot to add API connection for this thing. I could add my HDA to the shelf and spawn it from here, for sure, but this is not an option, since I have a lot of HDAs.

Need a old_school power here