Harold Wang

Harold1007

About Me

Cfx artist
専門知識
Student
業界:
Film/TV

Connect

LOCATION
Orlando, United States
ウェブサイト

Houdini Engine

INTERMEDIATE
プロシージャルワークフロー  | Hair & Fur  | VEX  | Python

Availability

Not Specified

Recent Forum Posts

T-Rex Muscle and Tissue demo file 2022年2月15日9:48

tamte
Looks like you answered your question

From the screenshots it looks like the file was created in 19.0.498
So you should update your build first

Thank you, I did not notice that.

T-Rex Muscle and Tissue demo file 2022年2月14日22:13

Hi, I was trying to study this demo file. However, I ran into some problems, as soon as I open the file in Houdini19.0.455. It showed me an error message.


Then I tried to run the muscle vellum solver the console popped up.


This is how the muscle simulation looks like in frame 3.


If anyone has any idea about how why this happened, please let me know.

Thank you in advance.

How to use Python to set expression to reference a channel 2021年1月8日14:37

mkps
What's not working? The first one looks correct, but you could try without the language argument because it will default to hscript anyway.

You can also try your last attempt just using set() instead of setExpression() ie:
dens_newname.parm('frompt0').set('`chs("../custom_density")`')

Thanks for replying.
I end up using set() instead of setExpression(), and it got to work. I didn't really know the reason why setExpression() couldn't work.