radialmenu.runShelfTool(kwargs, 'sop_quadremesh')
But I can't find which shelf it is located. Is there a way to to search for a specific shelf tool?
hou.shelves.tool("sop_quadremesh").filePath() hou.shelves.tool("sop_quadremesh").toolMenuLocations()
raincolealexwheezy
hou.shelves.tool("sop_quadremesh").toolMenuLocations()
Thank you for the answer. That being said, I'm still not sure what "contextual tool" is... what's the difference between a contextual tool and a shelf tool? Can I create a contextual tool or it's hardcoded in Houdini?
import soptooltuils soptoolutils.customStateTool(kwargs, 'quadremesh')