|
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 AnimatedProperty(), blender::animrig::apply_evaluation_result(), and blender::animrig::blend_layer_results().
| float blender::animrig::AnimatedProperty::value |
Definition at line 70 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().