igou

igou

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

How to achieve while loop in SOP not VOP ,thanks Aug. 15, 2018, 8:41 a.m.

cklosters
You could use the foreach SOP and use a stop condition: http://www.sidefx.com/docs/houdini13.0/nodes/sop/foreach [www.sidefx.com]
Thanks Cklosters, that's really want I need!

I just tried this way, set loop iteration a high number(like 1000)and write a bit expression for “stop condition” like:
detail(“../some_node_inside_loop”,“stop”,0) == 1

than when this detail attribute be 1 the forloop will stop.

whitewater look like balls March 29, 2017, 10:40 a.m.

Hello,
I'm testing a splash for my project.but the whitewater seem very strange, some where just like “ball”. does anyone know what caused that and how to fix please?

thanks a lot!

SOP solver object mask confusion Feb. 4, 2017, 1:02 p.m.

Hi Hibatchi,

Not sure your question. If you want to apply something only on Obj1, you can use “switch” sop inside sopsolver and write:
ch(“../dop_geometry/objpattern”) == $OBJID(witch id you want to keep)
then only Obj1 will affected.

You can check the file