VOPS question

   4288   4   1
User Avatar
Member
225 posts
Joined: 7月 2005
Offline
Hi guys,

Just wanted to know how to access other indices wired into say for example a VopSop.
For instance if I wanted to wire in a second object into input 2, how would I access its global P using a Global Variables Vop? I couldn't find much documentaion on it, unless I missed something obvious altogether.

thanks
User Avatar
スタッフ
4454 posts
Joined: 7月 2005
Offline
You want the Import Attribute VOP. It lets you pull in points attributes from the other inputs to a VOP SOP. I think Has Input allows you to detect if a particular input is connected or not.

Mark
User Avatar
Member
85 posts
Joined: 7月 2005
Offline
Well quickly you can use the import attribute VOP and there is the parameter OP Input Index
User Avatar
Member
120 posts
Joined: 2月 2008
Offline
When using the import attribute VOP:

signature would be Vector attribute
attribute would be P
Op input index would be 1
(for the second input, since the four inputs are numbered 0,1,2,3)
User Avatar
Member
225 posts
Joined: 7月 2005
Offline
Ah Thanks
  • Quick Links