Hello everybody!
If we want to create geometry using VEX we can pipe a null node into an Attribute Wrangle and in the latest we can use functions such as addpoint() to birth geometry. One requirement is that we have to set it to run over Detail (only once).
The problem comes when I want to do this using a .vfl file and compile into VEX and use a VEX node that points to the compiled file. Geometry won't be created. It is strange because I know VEX just work on points, not on Detail so I have two questions:
1. Why do we have to run the Attribute Wrangler in mode "run over Detail (only once)"? Why not points?
2. Is there a way to use a pragma flag or something to tell the vcc compiler that this code must run over Detail and only once?
Thanks for your help in advance.
Ramon.