VEX problem

   1101   3   0
User Avatar
Member
3 posts
Joined: May 2017
Offline
hello,
I have very basic vex expression, but it doesn't wort. can you please help what I`m doing wrong.
thank you.

Attachments:
Vexproblem.jpg (103.5 KB)

User Avatar
Member
900 posts
Joined: Feb. 2016
Offline
It shouldn't work like python, you need { }

https://www.sidefx.com/docs/houdini/vex/statement.html [www.sidefx.com]
Edited by Andr - Oct. 9, 2019 11:52:18
User Avatar
Member
8549 posts
Joined: July 2007
Offline
tag is string so you have to bind it as s@tag, not just @tag as that would assume float
Tomas Slancik
FX Supervisor
Method Studios, NY
User Avatar
Member
3 posts
Joined: May 2017
Offline
tamte
tag is string so you have to bind it as s@tag, not just @tag as that would assume float

that is exactly what I was doing wrong, thank you very much.
  • Quick Links