Macha Posted December 9, 2010 Share Posted December 9, 2010 How do we read inputs in the inline vex node? Output is $something_out_1. I would have thought input is $something_in_1 but it doesn't work. What is the right way? inline.hip Quote Link to comment Share on other sites More sharing options...
DanBode Posted December 9, 2010 Share Posted December 9, 2010 To use inputs in the inline code you can just use $name_of_input_variable. It looks like you have the "Show Full Input and Output Names on VOP nodes" checked on, which replaces variable names on the vops themselves with the full label. You can still see the names of the variables by hovering over the outputs of the vops that you connect to the inline VOP. When I use in an inline vop, I'll usually have all of my inputs go into a null node, to rename them, that way if I need to change one of the inputs, I don't need to change the variable name in the inline code. Quote Link to comment Share on other sites More sharing options...
Macha Posted December 9, 2010 Author Share Posted December 9, 2010 (edited) Thanks Dan! I learn something new every day! I also noticed now that the parameter names are listed in the lower half of the inline node's parameter tab. For some reason I thought it's the attribute name I need to enter, but yes, this makes sense now. Edited December 9, 2010 by Macha 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.