Modeler's Official Channel
Alexey Vanzhula
About Me
EXPERTISE
Developer
Houdini Skills
Availability
Not Specified
Recent Forum Posts
How to get world transform matrix from a geometry with pyth Feb. 20, 2024, 2:11 p.m.
Alexey Vanzhulageometry should not be aware of the transformation of the container in which it is located
it seems there is no such api in Geometry class in hou.
How to get world transform matrix from a geometry with pyth Feb. 20, 2024, 1:09 p.m.
sop.creator().worldTransform()
Repeat Shelf Tool with Q key Jan. 17, 2024, 8:35 a.m.
I have a shelf tool that creates a SOP node, connects it to other nodes, sets its parameters, and activates a state. How can I ensure that the script of this tool will be repeated every time I try to repeat it using Repeat Current Operation (Q)? At the moment it repeats but not always. Perhaps there are some rules to follow, because standard tools like PolyBevel repeat perfectly.