Jump to content

Questions regarding custom VOP outputs/inputs


chimeric

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

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...