igou

igou

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

How to achieve while loop in SOP not VOP ,thanks 2018年8月15日8:41

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 2017年3月29日10:40

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 2017年2月4日13:02

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