Jump to content

expressions in inline function in VEX


envil

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 by envil
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...