From 5d02292d3cbdc1eb8657a2e186de7ac38bc226b7 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sun, 6 May 2012 04:18:13 +0000 Subject: Bugfixes for Motion Path drawing/updating in light of the recent changes: * Added proper "update" operators in place of the abuse of the calculate operators, so now the display ranges won't get overwritten everytime (with the default values) you go to update the paths. * Display range settings in properties editor now actually work. Before, the "In Range" mode only displayed the entire paths. --- source/blender/editors/armature/armature_ops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/armature/armature_ops.c') diff --git a/source/blender/editors/armature/armature_ops.c b/source/blender/editors/armature/armature_ops.c index 9a15a100179..d7814e1eb4c 100644 --- a/source/blender/editors/armature/armature_ops.c +++ b/source/blender/editors/armature/armature_ops.c @@ -133,6 +133,7 @@ void ED_operatortypes_armature(void) WM_operatortype_append(POSE_OT_group_deselect); WM_operatortype_append(POSE_OT_paths_calculate); + WM_operatortype_append(POSE_OT_paths_update); WM_operatortype_append(POSE_OT_paths_clear); WM_operatortype_append(POSE_OT_autoside_names); -- cgit v1.2.3