Page Menu
Home
Search
Configure Global Search
Log In
Files
F10921
update-object-pose-data.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Torsten Rupp (rupp)
Nov 13 2013, 2:19 PM
Size
1 KB
Subscribers
None
update-object-pose-data.patch
View Options
Index: source/blender/editors/animation/anim_ops.c
===================================================================
--- source/blender/editors/animation/anim_ops.c (revision 32936)
+++ 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 32936)
+++ source/blender/editors/screen/screen_ops.c (working copy)
@@ -1550,6 +1550,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;
}
@@ -1598,6 +1599,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;
@@ -1678,6 +1680,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
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f4/c8/84a263ed7ca6076d382d6c8b25e6
Event Timeline
Log In to Comment