From 5feb03c3ae3353f1a616412f7384511f693ebc33 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 14 Sep 2018 14:03:31 +0200 Subject: Motion Paths: interactively update current frame location while dragging. --- source/blender/editors/armature/pose_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/armature/pose_utils.c') diff --git a/source/blender/editors/armature/pose_utils.c b/source/blender/editors/armature/pose_utils.c index e280284a9ce..8b0a60c0f97 100644 --- a/source/blender/editors/armature/pose_utils.c +++ b/source/blender/editors/armature/pose_utils.c @@ -269,7 +269,7 @@ void poseAnim_mapping_autoKeyframe(bContext *C, Scene *scene, Object *ob, ListBa */ if (ob->pose->avs.path_bakeflag & MOTIONPATH_BAKE_HAS_PATHS) { //ED_pose_clear_paths(C, ob); // XXX for now, don't need to clear - ED_pose_recalculate_paths(C, scene, ob); + ED_pose_recalculate_paths(C, scene, ob, false); } } } -- cgit v1.2.3