use op as input source instead of index number in vex

   3643   1   1
User Avatar
Member
79 posts
Joined: Feb. 2016
Offline
in vex functions, it usually starts by calling the geometry input stream (0,1,..). I'm trying to find a way where I don't have to use the index, so I don't need to hook the wrangle with bunch of wires. Doc says you can use “op” to find the node as input, but when I tried to do so, it'll won't return anything.
User Avatar
Member
2038 posts
Joined: Sept. 2015
Offline
vex_function("op:../node_name", other_arg, etc.);

post hip if you still can't get what you want.
  • Quick Links