chimeric Posted March 19, 2012 Share Posted March 19, 2012 Hi guys! I am creating a custom RSL VOP and have two question that I cannot find the answer for: 1. I just discovered that you can have arrays as inputs and outputs. The thing is that I cannot find what I can connect there. Do I need to use inline VEX code to create array parameter? 2. Do any of you know how to create multiple inputs/outputs like in the Add VOP so the user can connect as many input/outputs as he wishes? Thanks, Dawid Quote Link to comment Share on other sites More sharing options...
bhaveshpandey Posted March 20, 2012 Share Posted March 20, 2012 yes you'll have to use an inline vop to create arrays and pass them around. vex now also supports structs! (not in vops).. I'm not sure about the inputs though..Jeff did a few tutorials (old school blog) on how to create vops..I'm not sure if that might help on this but is worth it. cheers, bhavesh. Quote Link to comment Share on other sites More sharing options...
chimeric Posted March 20, 2012 Author Share Posted March 20, 2012 yes you'll have to use an inline vop to create arrays and pass them around. vex now also supports structs! (not in vops).. I'm not sure about the inputs though..Jeff did a few tutorials (old school blog) on how to create vops..I'm not sure if that might help on this but is worth it. cheers, bhavesh. Thanks a lot, didn't know that vex supported structs . Also I have looked at Jeff's tutorials but I don't think he mentions how to create multiple output/inputs. Maybe I will write to him directly or try to post this question on sidefx forum. Quote Link to comment Share on other sites More sharing options...
edward Posted March 21, 2012 Share Posted March 21, 2012 Thanks a lot, didn't know that vex supported structs . It did not, but it does now in H12. 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.