Vex debugging

   3108   5   1
User Avatar
Member
277 posts
Joined: July 2006
Offline
Hi!
I'm making now VEX Sop and I'm wondering if it's possible to check what value I've got on my VEX Node?

For example I have my a sphere connected to the VEX SOP and I'm developing it - I've got a vector4 in it and I want to check what are the values of that vector after few operations - it is possible?

thank you!
User Avatar
Member
2624 posts
Joined: Aug. 2006
Offline
I dive inside the vop sop and lay down an add attribute at any point in the vop sop nodes. Name it what ever you like. Jump up to the sops level , bring up the details view. Display the new attribute I created in the details view and finally pin the window. You can then dive inside the vopsop and alter values to get feedback.

rob
Gone fishing
User Avatar
Member
277 posts
Joined: July 2006
Offline
wow! I was looking for it so long!
thank you very much!
User Avatar
Member
678 posts
Joined: July 2005
Offline
danilo2
I've got a vector4 in it and I want to check what are the values of that vector after few operations - it is possible?

thank you!

printVOP is what you are looking for. No need for Details View.
User Avatar
Member
2624 posts
Joined: Aug. 2006
Offline
danilo no probs try both methods , be sure to let me know how they work out for you.
Gone fishing
User Avatar
Member
277 posts
Joined: July 2006
Offline
Thank you for your replies

Both methods are great! thank you very much!

PrintVop has one additional adventage - it works in material (shop) networks
  • Quick Links