dyei nightmare Posted June 5, 2012 Share Posted June 5, 2012 hi, how do you grab context parameters to work area? ive seen in some casses vops networks with parameters like density, velocity, and such, pre-existent parameters looks like people just call them in vop context to manipulate values, but how they drag them to work area?? iam not talking about global variables, but parameter node representing context variables like density, velocity, ect... how they drag those context parameters to the work area as parameter node? this file inside the gas-field-vop has it. 1 Quote Link to comment Share on other sites More sharing options...
dyei nightmare Posted June 5, 2012 Author Share Posted June 5, 2012 forgot the file, inside the gas field vop, you can see what i mean. 01.hip 1 Quote Link to comment Share on other sites More sharing options...
eetu Posted June 5, 2012 Share Posted June 5, 2012 (edited) The voxel values of existing volumes, at the location currently being evaluated, are automatically bound to same-named parameters. ("Autobind by Name" in Data Bindings tab) If you middle-click on you VOP node, you can see there exist three volumes, density, collision and vel. Thus parameters with those names will automatically be set to the value of those volumes, at the location being evaluated. Edited June 5, 2012 by eetu 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.