kev2 Posted March 22, 2014 Share Posted March 22, 2014 Is VEX in a snippet handled differently than VEX in a Wrangle nodes? For example, in snippets you don't need to use the @ but in wrangles nodes you do? You use color in snippets but Cd (and Cd.r, Cd.g, Cd. in wrangle nodes? Thanks! Quote Link to comment Share on other sites More sharing options...
halfdan Posted March 26, 2014 Share Posted March 26, 2014 (edited) Wrangle nodes are built from Snippet VOPs. Cd is available in SOP contexts, by default, as a global, but not other contexts like CVEX. For example, the Point Wrangle is built on top of the VOP SOP, which uses the SOP context, but Attrib Wrangle is built on the Attrib VOP which uses the CVEX context. Confusing, I know. We're working on unifying this. Edited March 26, 2014 by halfdan 2 Quote Link to comment Share on other sites More sharing options...
kev2 Posted March 27, 2014 Author Share Posted March 27, 2014 Thanks. I don't really mind the different languages but if we're going to have 5 languages to track, maybe some indication of what the parameter expects, e.g., pink for cvex, tan for Hscript, would help me. And if details/spreadsheet could be one or the other, xmas! 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.