Karl_Hansson

Karl_Hansson

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Assigning Expressions with hScript Nov. 8, 2005, 1:24 p.m.

Thanks.

Thant opscript tip was very useful

Karl

Assigning Expressions with hScript Nov. 8, 2005, 1 p.m.

Hello Im trying to assign an expression to a parameter using hScript. Im using the opparm function to assign values to parameters but when I try to assign a expression with it, it doesnt seem to work work.

opparm /obj/bone1 length 123 # Works OK

opparm /obj/bone1 length ‘“$a”*chop(\“/ch/ch1/chopnode/ch1\”)’ # Doesnt Work

Does anyone know how to assign an expression rather than a value to a parameter?