is there a thing called local variables sheet in Huodini? or how can I check all the local variables I can use in each node?
For example, in POP net, each particle has a attribute called life, life..
lifeseems is their current life time, and life is the total life time. How can I deal with them if I dont know there is a local variable called $LIFE?
local variables sheets ?
3656 3 0- laiwayne
- Member
- 58 posts
- Joined: Sept. 2009
- Offline
- asnowcappedromance
- Member
- 512 posts
- Joined: July 2009
- Offline
- laiwayne
- Member
- 58 posts
- Joined: Sept. 2009
- Offline
asnowcappedromance
try the help
each SOP has an appendant help page where the local variables are listed, if there are any.
regards,
Manu
do u mean help btn on the top right coner of parameter tab ? it just shows the default local variables. what if I use attributeCreate node to create some attributes, how can I see them ?
I check the extened operator window too, but it just shows the attributes, not local variables…
see if I check the detail list and want to use the attributes called life, how can I do? like $LIFE1 ????
thank you
- asnowcappedromance
- Member
- 512 posts
- Joined: July 2009
- Offline
if you create your own variables with an attribute create SOP,
like “myvariable” you can middlemouse click on your SOP and
you will see this:
Custom Variable Mappings:
myvariable -> MYVARIABLE
and regarding the $LIFE variable, that is something that really is in the help!
maybe you should also have a look at the standard variables sheet of the help file, i find it very useful!
like “myvariable” you can middlemouse click on your SOP and
you will see this:
Custom Variable Mappings:
myvariable -> MYVARIABLE
and regarding the $LIFE variable, that is something that really is in the help!
maybe you should also have a look at the standard variables sheet of the help file, i find it very useful!
-
- Quick Links