This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/makesdna
Sergey Sharybin 323e86694e 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:
2012-11-30 09:12:10 +00:00
..
2012-11-09 09:33:28 +00:00
2012-11-24 00:18:34 +00:00
2012-10-22 08:15:51 +00:00
2012-04-30 14:24:11 +00:00
2012-06-06 22:38:39 +00:00
2012-10-28 15:23:16 +00:00
2012-11-12 07:33:01 +00:00