Kamanji K

kamanji

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

VEX Syntax issues 2017年8月23日10:39

Thanks, this is exactly what i needed.

VEX Syntax issues 2017年8月22日13:36

I'm trying to group primitives with length more than specified value. For that i used Attribute Wrangle with this VEXpression:

`f@group_t = length({@XMAX-@XMIN,@YMAX-@YMIN,@ZMAX-@ZMIN})<0.5;`

But i'm getting this error message

Warning: Errors or warnings encountered during VEX compile:
/obj/subnet1/frames/attribwrangle1/attribvop1/snippet1: Syntax error, unexpected identifier. (1,28)..

But at this position(1,28) is only middle of the @XMIN attribute and nothing else. And i can't get what's wrong with this.