Revision 97b2483 by Sergey Sharybin October 24, 2017, 14:04 (GMT) |
Depsgraph: Remove scene from refresh API Scene is already stored in the graph. |
Revision 11d8c93 by Sergey Sharybin October 24, 2017, 14:04 (GMT) |
Depsgraph: Cleanup, remove unused function declaration |
Revision 1829084 by Sergey Sharybin October 24, 2017, 14:04 (GMT) |
Depsgraph: Switch to explicit graph specification for tag flush |
Revision 72b6176 by Sergey Sharybin October 24, 2017, 14:04 (GMT) |
Depsgraph: Begin bringing API to pass explicit graph This is a first step towards an updated API where we pass explicit graph rather than a scene. This is because we can no longer deduct which graph to use since it will depend on a context. Will happen in several steps, so bisecting will not be such a pain. |
Revision 4dbfb13 by Sergey Sharybin October 24, 2017, 14:04 (GMT) |
Depsgraph: Cleanup, remove unused function It's unlikely we will ever want to flush tags on all possible scenes or dependency graphs. It wouldn't be thread safe at a best. |
Revision 56006d9 by Sergey Sharybin October 24, 2017, 14:04 (GMT) |
Depsgraph: Cleanup, unused function declaration |
Revision 7484c6c by Dalai Felinto October 24, 2017, 12:28 (GMT) |
Fix non-instanced groups in no-collection file creating collections This is a corner-case, but one that is too easy to reproduce: * Unlink all the collections of active view layer. * Link a group without "Instancing" it. |
Revision bac7400 by Dalai Felinto October 24, 2017, 12:23 (GMT) |
rna_layer.c cleanup: remove uneeded includes I have cleaned up the ones before "#ifdef RNA_RUNTIME", and forgot about the ones after. |
Revision d92bca1 by Sergey Sharybin October 24, 2017, 11:54 (GMT) |
Depsgraph: Initialize depsgraph as need for update This way we can delay graph allocation and relations update. |
Revision 7ea7fd4 by Sergey Sharybin October 24, 2017, 10:19 (GMT) |
Merge branch 'master' into blender2.8 |
Revision e03df90 by Sergey Sharybin October 24, 2017, 10:09 (GMT) |
Cycles: Fix compilation in debug mode Please check compilation before committing refactor changes! |
Revision eccd18a by Sergey Sharybin October 24, 2017, 09:14 (GMT) |
Cycles: Fix compilation error without C++11 |
Revision d0f48d3 by Sergey Sharybin October 24, 2017, 09:12 (GMT) |
Cycles: Fix memory leak in test and simplify code |
Revision 1dd33b2 by Sergey Sharybin October 24, 2017, 08:48 (GMT) |
Cycles: Fix test compilation failure after recent refactor The test will leak CPU devices, but is all passing other than that. Leak will be fixed shortly. P.S. Committing code refactor without running regression tests, tsk ;) |
Revision 136f33b by Campbell Barton October 24, 2017, 06:20 (GMT) |
Revision 8661ab1 by Campbell Barton October 24, 2017, 05:52 (GMT) |
Fix BMesh PyAPI internal flag clearing logic Would leave the flag set on raising an exception. |
Revision c93cfcb by Campbell Barton October 24, 2017, 05:31 (GMT) |
Fix edge-split bmesh operator giving empty result |
Revision c71f2f1 by Joshua Leung October 24, 2017, 03:27 (GMT) |
Fix T53130: NLA Tweak (moved) Tracks + Alt+RMB Select does not work in Graph Editor |
Revision a1aad1f by Brecht Van Lommel October 24, 2017, 02:09 (GMT) |
Fix T53134: denoising with CPU + GPU render leaves some tiles noisy. |
Revision f5456df by Brecht Van Lommel October 24, 2017, 00:05 (GMT) |
Merge branch 'master' into blender2.8 |
|