Revision 35d9f68 by Sergey Sharybin July 25, 2017, 09:39 (GMT) |
Python module test: Don't cfail the test when import failure happens in preset |
Revision 9bdd12d by Campbell Barton July 25, 2017, 07:36 (GMT) |
Merge branch 'master' into blender2.8 |
Revision d1dc5e0 by Campbell Barton July 25, 2017, 07:29 (GMT) |
PyAPI: utility for creating register, unregister This simplifies creation of register, unregister functions that simply forward calls submodules. |
July 24, 2017, 23:47 (GMT) |
Fix T51450: viewport render time keeps increasing after render is done. Reviewed By: brecht Differential Revision: https://developer.blender.org/D2747 |
July 24, 2017, 22:48 (GMT) |
Fix compositor Glare node with Simpler Star resulting in uneven rays. Reviewed By: brecht Differential Revision: https://developer.blender.org/D1867 |
Revision d99532e by Sergey Sharybin July 24, 2017, 15:42 (GMT) |
Fix crahs when doing preview from a scene withotu world |
Revision ff6e8b0 by Sergey Sharybin July 24, 2017, 15:41 (GMT) |
Depsgraph: Avoid assert failure in some harmless cases |
Revision c75f6d9 by Campbell Barton July 24, 2017, 15:22 (GMT) |
Cleanup: remove scons config |
Revision 7260a69 by Campbell Barton July 24, 2017, 15:22 (GMT) |
Cleanup: trailing space |
Revision 7fbd529 by Germano Cavalcante July 24, 2017, 15:08 (GMT) |
Revert "ransform: fix unreported bug: geometry hidden by clipping border (alt + b) is not bypassed in snap to faces" This reverts commit 7f09b55d01c248a741e967af597b7519f095983b. |
Revision 34b248b by Sergey Sharybin July 24, 2017, 15:03 (GMT) |
Depsgraph: Synchronize collection visibility after copy BKE_scene_copy explicitly ignores visibility of "source" collections make all collections visible. This is also tested by regression tests. While it seems more logical to simply preserve all possible visibility flags and overrides, don't feel like submitting to a behavior-changes without talking to author of those guards first. This commit fixes cycles material preview. |
Revision 35d044e by Sergey Sharybin July 24, 2017, 14:50 (GMT) |
Fix compilation error of alembic test after recent eval_ctx changes |
Revision 34c2628 by Clément Foucault July 24, 2017, 14:36 (GMT) |
Eevee: Silence printfs. |
Revision b346692 by Sergey Sharybin July 24, 2017, 14:32 (GMT) |
Depsgraph: Fix typo in comment |
Revision b119264 by Sergey Sharybin July 24, 2017, 14:24 (GMT) |
Depsgraph: Fix crash when trying to create full copy of scene |
Revision 1ddb3c9 by Sergey Sharybin July 24, 2017, 14:24 (GMT) |
Depsgraph: Textures and images are actually covered by depsgraph Might be missing relation links tho. |
Revision deecfb5 by Sergey Sharybin July 24, 2017, 14:24 (GMT) |
Depsgraph: Avoid creating ID nodes for objects which are coming from collections and not layers If object is only listed in collection but not added to any of layers we shouldn't create placeholder for it, because otherwise we'll leave lots of placeholder ID nodes. Question: can we make this exception to be more reliable? |
Revision 7b420e1 by Sergey Sharybin July 24, 2017, 14:24 (GMT) |
Depsgraph: Be consistent about id type variable name |
Revision 7721f8a by Sergey Sharybin July 24, 2017, 14:24 (GMT) |
Depsgraph: Cleanup, use utility function to clear lists |
Revision 4719dba by Sergey Sharybin July 24, 2017, 14:24 (GMT) |
Depsgraph: Ignore palettes from copy-on-write routines They are not covered by dependency graph. |
|
|
|


Master Commits
MiikaHweb | 2003-2021