Blender Git Commits

Blender Git "master" branch commits.

Page: 2043 / 5574

July 25, 2017, 09:39 (GMT)
Python module test: Don't cfail the test when import failure happens in preset
July 25, 2017, 07:36 (GMT)
Merge branch 'master' into blender2.8
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
July 24, 2017, 15:42 (GMT)
Fix crahs when doing preview from a scene withotu world
July 24, 2017, 15:41 (GMT)
Depsgraph: Avoid assert failure in some harmless cases
July 24, 2017, 15:22 (GMT)
Cleanup: remove scons config
July 24, 2017, 15:22 (GMT)
Cleanup: trailing space
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.
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.
July 24, 2017, 14:50 (GMT)
Fix compilation error of alembic test after recent eval_ctx changes
July 24, 2017, 14:36 (GMT)
Eevee: Silence printfs.
July 24, 2017, 14:32 (GMT)
Depsgraph: Fix typo in comment
July 24, 2017, 14:24 (GMT)
Depsgraph: Fix crash when trying to create full copy of scene
July 24, 2017, 14:24 (GMT)
Depsgraph: Textures and images are actually covered by depsgraph

Might be missing relation links tho.
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?
July 24, 2017, 14:24 (GMT)
Depsgraph: Be consistent about id type variable name
July 24, 2017, 14:24 (GMT)
Depsgraph: Cleanup, use utility function to clear lists
July 24, 2017, 14:24 (GMT)
Depsgraph: Ignore palettes from copy-on-write routines

They are not covered by dependency graph.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021