Austin Drozin

AustinDrozin

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

$YMAX not working May 31, 2017, 6:06 p.m.

hou.alex.get
No, it does not work properly. In a python, you can not just write $YMAX and get the result of a local variable. For these purposes, there is a function called hou.lvar(“YMAX”) which will return any local variable for this node.

Using both versions with both HScript and Python gave me an error. Not every time though. If I start a new project and do it again it'll work sometimes. It's not consistent.

$YMAX not working May 30, 2017, 9:06 p.m.

aRtey
$YMAX is HScript not Python. Set it in the top right of the parameter panel

Is it possible to switch in the middle of working? Because I tried that before but it didn't remove the error. Now I try $YMAX after setting both nodes to HScript before hand, and it works. I set it back to Python and it still works…

I have no idea how this is happening..

$YMAX not working May 30, 2017, 7:10 p.m.

ndickson
I get a load warning when opening that HIP file, and it doesn't load in an expression for /obj/grid1/transform2/ty . What expression did you have there? It works if I put $YMAX there.

Yeah I just put $YMAX and it gives me that error I listed in the original post.