|
Blender V4.3
|
#include <BKE_animsys.h>
Public Attributes | |
| struct Depsgraph * | depsgraph |
| float | eval_time |
Container for data required to do FCurve and Driver evaluation.
Definition at line 38 of file BKE_animsys.h.
| struct Depsgraph* AnimationEvalContext::depsgraph |
Definition at line 41 of file BKE_animsys.h.
Referenced by BKE_animsys_eval_context_construct(), BKE_animsys_eval_context_construct_at(), BPY_driver_exec(), and driver_target_context_from_animation_context().
| float AnimationEvalContext::eval_time |
Definition at line 46 of file BKE_animsys.h.
Referenced by blender::animrig::autokeyframe_object(), blender::animrig::autokeyframe_pose_channel(), BPY_driver_exec(), calculate_fcurve(), evaluate_driver_python(), evaluate_fcurve_driver(), blender::animrig::internal::evaluate_layer(), blender::animrig::tests::AnimationEvaluationTest::evaluate_single_property(), blender::animrig::evaluate_strip(), blender::animrig::insert_keyframe_direct(), blender::animrig::insert_keyframes(), nlastrip_evaluate_controls(), nlastrips_ctime_get_strip(), blender::animrig::tests::TEST_F(), and ui_but_anim_flag().