vicvvsh
vicvvsh
About Me
Connect
LOCATION
                
                    
                    Not Specified
                
            WEBSITE
                Houdini Skills
Availability
Not Specified
            Recent Forum Posts
Radio Buttons Usage? July 18, 2025, 2:18 p.m.
ubietyworld
Resurrecting the necro thread in AD 2025 to say "lol, wtf"?
Works like a charm, but how did you even figure that out? Both selecting the second folder, and removing the underscore. Must have been a lot of silly trial and error.
Appreciate you suffering on all our behalf.
We can get all parameters of the node (and hda) and parameter's name respectfully by running this python code:
node_parms = hou.node("node_path").parms() for p in node_parms: print(p.name())
Just use parameter's name in expression.
Unfuse or Group this type of Point? {[SOLVED]} April 27, 2025, 12:41 p.m.
 Hi,
try to use PolyDoctor sop -> Topology tab -> Non-Manifold Menu -> Repair.
Does this work for you?
            try to use PolyDoctor sop -> Topology tab -> Non-Manifold Menu -> Repair.
Does this work for you?
Colliding particles with a static removing geometry April 10, 2025, 2:15 a.m.
 You have to organize the collision geometry so that when you are deleting part of geometry the rest part would have saved 
points order.
            points order.