Page Menu
Home
Search
Configure Global Search
Log In
Files
F10919
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 31328)
+++ source/blender/editors/animation/anim_ops.c (working copy)
@@ -74,6 +74,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 31328)
+++ source/blender/editors/screen/screen_ops.c (working copy)
@@ -1489,6 +1489,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;
}
@@ -1521,6 +1522,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;
}
@@ -1600,6 +1602,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
bb/b6/09ad8b59f1ddd41bf1aa235c1687
Event Timeline
Log In to Comment