import attribute in vop chop

   4164   2   1
User Avatar
Member
277 posts
Joined: 7月 2006
オフライン
Hi!

Lets consider, we have a few channels and the node that has these channels we connect to a vop chop.

In this vop chop we can read the value of a specific channel, but I cannot find the way, to read a value of other channel.

For exaple, we have two channels - tx and ty, and in my vop chop, when I' modyfying the tx channel I want to modyfy it based on values of ty channel - how to import them?

thank you
User Avatar
Member
9300 posts
Joined: 7月 2007
オフライン
there is chinput() VEX function
it is not exposed as VOP node nowever so you need to use inline VOP to use it
it will give you access to given channel of given input at given index
but channels are referenced by index too not by names

there is also ch() function, but i am not sure if it can be used to reference channel by name
Tomas Slancik
CG Supervisor
Framestore, NY
User Avatar
Member
277 posts
Joined: 7月 2006
オフライン
ahhh there it is …
Thank you
  • Quick Links