Jump to content

How to reference spare input inside VOP


j00ey

Recommended Posts

Hi

I want to read a spare input inside a Volume VOP inside of a compiled block.

I know how to use them with wrangles by just reading input -1 but of course there's no OpInput-1 inside of a VOP...

I only want to use a VOP for ease of setting up noise - and for now I'll use a simple noise in a wrangle but presumably you can get at -1, -2 etc in VOPs too.

Thanks for reading

Link to comment
Share on other sites

40 minutes ago, j00ey said:

Hi

I want to read a spare input inside a Volume VOP inside of a compiled block.

I know how to use them with wrangles by just reading input -1 but of course there's no OpInput-1 inside of a VOP...

I only want to use a VOP for ease of setting up noise - and for now I'll use a simple noise in a wrangle but presumably you can get at -1, -2 etc in VOPs too.

Thanks for reading

The only thing the OpInput parameters on the Global Parameter VOP are doing is passing on the "opinput:" string. So to get your spare parameter you just write "opinput:-1" on the parameter that expects the file name. 

  • Like 1
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...