Tomek P
Tomek P
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
A radial menu for radial menus? 2026年2月4日12:40
How to switch active radial menu programmatically? 2026年2月4日12:35
To get a list of radial menus:
hou.ui.radialMenus()
You can check, which menu is active with:
hou.getPreference('radialmenu.val')
Also you can set it with:
hou.setPreference('radialmenu.val', '2')
But... menu bar doesn't refresh and it updates when I hover cursor over radial menu option. I suppose there's some command to run after setting preferences. I don't know.
One thing to note - I haven't tested this solution properly and I'm not sure if this is the right way to do it. Use it at your own risk.
hou.ui.radialMenus()
You can check, which menu is active with:
hou.getPreference('radialmenu.val')
Also you can set it with:
hou.setPreference('radialmenu.val', '2')
But... menu bar doesn't refresh and it updates when I hover cursor over radial menu option. I suppose there's some command to run after setting preferences. I don't know.
One thing to note - I haven't tested this solution properly and I'm not sure if this is the right way to do it. Use it at your own risk.
Copernicus: Triplanar projection solution 2024年8月11日7:46
Hello
I've managed to create a triplanar projection node in Copernicus. The goal was to make texture without visible seams regardless of uv layout directly in Copernicus. It's a bit on the slow side, but maybe someone finds it useful. Or maybe someone knows a better/faster way to achieve the same result. Anyway, hda attached.
I've managed to create a triplanar projection node in Copernicus. The goal was to make texture without visible seams regardless of uv layout directly in Copernicus. It's a bit on the slow side, but maybe someone finds it useful. Or maybe someone knows a better/faster way to achieve the same result. Anyway, hda attached.