|
Blender V5.0
|
#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 64 of file ANIM_evaluation.hh.
|
inline |
Definition at line 69 of file ANIM_evaluation.hh.
| PathResolvedRNA blender::animrig::AnimatedProperty::prop_rna |
Definition at line 67 of file ANIM_evaluation.hh.
Referenced by AnimatedProperty(), blender::animrig::apply_evaluation_result(), and blender::animrig::blend_layer_results().
| float blender::animrig::AnimatedProperty::value |
Definition at line 66 of file ANIM_evaluation.hh.
Referenced by AnimatedProperty(), blender::animrig::apply_evaluation_result(), blender::animrig::blend_layer_results(), blender::animrig::tests::AnimationEvaluationTest::evaluate_single_property(), blender::animrig::tests::TEST(), and blender::animrig::tests::TEST_F().