This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Lukas Tönne c01c47f79d Depsgraph optimization: Don't schedule tasks for empty "NOOP" nodes.
Currently a lot of the nodes in the new dependency graph are empty placeholders
for organizational purposes. These nodes would, however, still be assigned a task
which gets scheduled and takes up some time for worker threads to pop from the
queue and run. This can be avoided by skipping these nodes during depsgraph
scheduling, and scheduling their childrent right away. Gives a few percent speedup
in BlenRig.
2016-04-28 12:10:58 +02:00
..
2016-01-04 14:20:48 +05:00
2016-04-20 09:53:40 +10:00
2016-01-04 14:20:48 +05:00
2016-04-25 14:57:25 +10:00
2016-01-21 09:42:17 +11:00
2016-01-04 14:20:48 +05:00