Page MenuHome

update-object-pose-data.patch

Authored By
Torsten Rupp (rupp)
Nov 13 2013, 2:19 PM
Size
1 KB
Subscribers
None

update-object-pose-data.patch

Index: source/blender/editors/animation/anim_ops.c
===================================================================
--- source/blender/editors/animation/anim_ops.c (revision 34026)
+++ source/blender/editors/animation/anim_ops.c (working copy)
@@ -76,6 +76,7 @@
/* do updates */
sound_seek_scene(C);
WM_event_add_notifier(C, NC_SCENE|ND_FRAME, scene);
+ WM_event_add_notifier(C, NC_OBJECT|ND_POSE, CTX_data_active_object(C));
}
/* ---- */
Index: source/blender/editors/screen/screen_ops.c
===================================================================
--- source/blender/editors/screen/screen_ops.c (revision 34026)
+++ source/blender/editors/screen/screen_ops.c (working copy)
@@ -1578,6 +1578,7 @@
sound_seek_scene(C);
WM_event_add_notifier(C, NC_SCENE|ND_FRAME, CTX_data_scene(C));
+ WM_event_add_notifier(C, NC_OBJECT|ND_POSE, CTX_data_active_object(C));
return OPERATOR_FINISHED;
}
@@ -1626,6 +1627,7 @@
sound_seek_scene(C);
WM_event_add_notifier(C, NC_SCENE|ND_FRAME, scene);
+ WM_event_add_notifier(C, NC_OBJECT|ND_POSE, CTX_data_active_object(C));
}
return OPERATOR_FINISHED;
@@ -1707,6 +1709,7 @@
sound_seek_scene(C);
WM_event_add_notifier(C, NC_SCENE|ND_FRAME, CTX_data_scene(C));
+ WM_event_add_notifier(C, NC_OBJECT|ND_POSE, ob);
return OPERATOR_FINISHED;
}

File Metadata

Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
33/78/d4eaffb5fef168f49f82d8764141

Event Timeline