Blender Git Loki
Git Commits -> Revision 323e866
Revision 323e866 by Sergey Sharybin (master) November 30, 2012, 09:12 (GMT) |
Compositor should never add notifiers by himself, notifiers should be added from main thread using job update callback. Added new execution-time callback to bNodeTree which marks job to be updated. The code here could be a bit not so obvious because in some cases job update callback need to merge local tree, but it's only needed for old compositor system which is gonna to be removed soon, so decided not to bother with cleanup now. Removing old compositor system will also allow to drop stats_draw callback from bNodeTree. This should fix following bugs: |
Commit Details:
Full Hash: 323e86694efe2fe4a2a8b570977d59c735942f90
SVN Revision: 52679
Parent Commit: ceedd5b
Lines Changed: +32, -9
5 Modified Paths:
/source/blender/compositor/intern/COM_ExecutionGroup.cpp (+1, -1) (Diff)
/source/blender/compositor/intern/COM_NodeOperation.h (+4, -1) (Diff)
/source/blender/compositor/operations/COM_ViewerBaseOperation.cpp (+1, -1) (Diff)
/source/blender/editors/space_node/node_edit.c (+24, -5) (Diff)
/source/blender/makesdna/DNA_node_types.h (+2, -1) (Diff)
/source/blender/compositor/intern/COM_NodeOperation.h (+4, -1) (Diff)
/source/blender/compositor/operations/COM_ViewerBaseOperation.cpp (+1, -1) (Diff)
/source/blender/editors/space_node/node_edit.c (+24, -5) (Diff)
/source/blender/makesdna/DNA_node_types.h (+2, -1) (Diff)