![]() |
|
Builtin computations for computing information about attributes. More...
Collaboration diagram for Attribute Computations:Variables | |
| const TfToken | computeValue |
| Computes the provider attribute's value. | |
| const TfToken | computeResolvedValue |
| Computes the provider attribute's resolved value as authored in scene description. | |
| const TfToken | computePath |
| Computes the provider's scene path. | |
Builtin computations for computing information about attributes.
| const TfToken computePath |
Computes the provider's scene path.
Definition at line 146 of file builtinComputations.h.
| const TfToken computeResolvedValue |
Computes the provider attribute's resolved value as authored in scene description.
This computation always produces the resolved value of an attribute, even if an attribute has registered an attribute expression.
Definition at line 126 of file builtinComputations.h.
| const TfToken computeValue |
Computes the provider attribute's value.
Definition at line 102 of file builtinComputations.h.