monomind Posted March 25, 2020 Share Posted March 25, 2020 I've made a custom integer on a file node - and I would like to use that for naming my files in ROP file output. File node is directly connected to ROP out. How can I reach this custom parameter on connected opinput? Custom parameter name is "mode" - here is what I tried: Quote Link to comment Share on other sites More sharing options...
anim Posted March 25, 2020 Share Posted March 25, 2020 if it's integer then something like this $HIP/layers/`ch(opinputpath(".",0) + "/mode")`.png if string $HIP/layers/`chs(opinputpath(".",0) + "/mode")`.png 1 Quote Link to comment Share on other sites More sharing options...
monomind Posted March 25, 2020 Author Share Posted March 25, 2020 Thank you!!!! Quote Link to comment Share on other sites More sharing options...
6ril Posted March 25, 2020 Share Posted March 25, 2020 I hope Tomas will never leave this forum !!!!! !!!! 1 Quote Link to comment Share on other sites More sharing options...
monomind Posted March 25, 2020 Author Share Posted March 25, 2020 Hm, can I read the first input of another node? NODE 1 connected to NODE 2 --- I'm in NODE 5, trying to get NODE 1 from NODE 2 Quote Link to comment Share on other sites More sharing options...
anim Posted March 25, 2020 Share Posted March 25, 2020 15 minutes ago, monomind said: Hm, can I read the first input of another node? NODE 1 connected to NODE 2 --- I'm in NODE 5, trying to get NODE 1 from NODE 2 $HIP/layers/`ch(opinputpath("../NODE2",0) + "/mode")`.png 1 Quote Link to comment Share on other sites More sharing options...
monomind Posted March 25, 2020 Author Share Posted March 25, 2020 OH I see - I wish documentation told about these things! 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.