|
Blender V4.3
|
#include <ANIM_evaluation.hh>
Public Member Functions | |
| AnimatedProperty (const float value, const PathResolvedRNA &prop_rna) | |
Public Attributes | |
| float | value |
| PathResolvedRNA | prop_rna |
The evaluated value for an animated property, along with its RNA pointer.
Definition at line 68 of file ANIM_evaluation.hh.
|
inline |
Definition at line 73 of file ANIM_evaluation.hh.
| PathResolvedRNA blender::animrig::AnimatedProperty::prop_rna |
Definition at line 71 of file ANIM_evaluation.hh.
Referenced by blender::animrig::apply_evaluation_result(), and blender::animrig::blend_layer_results().
| float blender::animrig::AnimatedProperty::value |