Yi Zhang

WhimmY

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Parameter python callback script doesn't work Sept. 21, 2023, 3:58 a.m.

Andr
I think I've read somewhere that in the callback you should use the pressButton() method on the parm you want indirecty updated.

I' e never tested it however

It is not the case in this example, the thing is the callback script never gets executed when the parameter is channel referenced or has an expression with Time, even a simple print() in that callback script will not trigger.

Parameter python callback script doesn't work Sept. 21, 2023, 12:55 a.m.

Here is my problem, the image parameter has a callback script which updates the Json Code text parameter when its value changes, but when the image parameter is channel referenced from somewhere else or it has an expression like this $F4, the callback won't trigger unless manually changing the parameter, how to solve this problem, or is there any other way around

Image Not Found

Large amount points instancing? Aug. 24, 2021, 7:42 a.m.

I have a flip sim which contains 30 million particles, when I use a cube as an instance object to instance on those points, the render just hang there, and the memory usage goes up quickly and eat up my 64G memory eventually, then the renderer stops working.

Want I want is to render those millions of points as custom shape not the default sphere look.So instance should be the way to go, however, with huge number of points, the instance work flow seems broken. What should I do to make it work?