j00ey Posted January 27, 2021 Share Posted January 27, 2021 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 Quote Link to comment Share on other sites More sharing options...
Librarian Posted January 27, 2021 Share Posted January 27, 2021 @j00ey I think I seen That approach here on ex .with file .I'm not 100% sure . Don't sitting with desk.. Quote Link to comment Share on other sites More sharing options...
dleonhardt Posted January 27, 2021 Share Posted January 27, 2021 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. 1 Quote Link to comment Share on other sites More sharing options...
j00ey Posted January 27, 2021 Author Share Posted January 27, 2021 Ah great, thanks Dennis. I started making a parameter VOP to do that and then thought that couldn't be it! I'll give it a go. Thanks for your input also Tesan. 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.