envil Posted August 3, 2011 Share Posted August 3, 2011 Hello! How can I use expressions, for example chopi, in inline node in VEX? Thanks! Quote Link to comment Share on other sites More sharing options...
DanBode Posted August 3, 2011 Share Posted August 3, 2011 The inline VOP is for vex code, not expressions. To get the result of the chopi expression in an an inline vop, you could drop a parameter vop, use the chopi expression in that parameter at sop level, and then wire the parameter vop into the inline vop. Quote Link to comment Share on other sites More sharing options...
envil Posted August 4, 2011 Author Share Posted August 4, 2011 The inline VOP is for vex code, not expressions. To get the result of the chopi expression in an an inline vop, you could drop a parameter vop, use the chopi expression in that parameter at sop level, and then wire the parameter vop into the inline vop. Yes, but I need to read CHOP channels per-pixel. I need to analyze the image in CHOP and return from CHOP the pixel values. Quote Link to comment Share on other sites More sharing options...
anim Posted August 4, 2011 Share Posted August 4, 2011 you need this for COPs? if so make grid of points in SOPs with the same resolution as your COP image (m*n points to represent m*n pixels) then use Channel SOP to easily get data from CHOPs and then in VOP COP you can easily import attribute from SOP point to pixel Quote Link to comment Share on other sites More sharing options...
envil Posted August 4, 2011 Author Share Posted August 4, 2011 (edited) you need this for COPs? if so make grid of points in SOPs with the same resolution as your COP image (m*n points to represent m*n pixels) then use Channel SOP to easily get data from CHOPs and then in VOP COP you can easily import attribute from SOP point to pixel Yes! Thank you! Cool Idea! +) Well that there is someone who always looks at the problem from another angle! Edited August 4, 2011 by envil Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.