Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1846 / 5574

March 21, 2018, 06:26 (GMT)
Fix T54366: Custom manipulator acts on linked data
Revision 7701f9e by Julian Eisel
March 20, 2018, 22:31 (GMT)
Fix crash when changing workspaces

Steps to reproduce were:
* Append a workspace (via '+' icon) - make sure its from the default workspaces.blend
* Activate it
* Should crash

Was accessing data from view-layer which wasn't updated yet (and thus could be
NULL). Crash occured after rB8153f89518b4a.

@campbellbarton, you may want to check if all object-mode stuff still works as
expected, not sure what's the state of it.
March 20, 2018, 17:48 (GMT)
Link and expand overrides for collections

This code was neglected. Yet it is needed for when we support datablock
overrides so that the ID pointers are properly linked and expanded.
March 20, 2018, 17:12 (GMT)
Cleanup: remove useless static override reference pointer from ID struct.
March 20, 2018, 17:12 (GMT)
Add basic read-only RNA access to static override data.

Will make investigating issues much, much easier!
March 20, 2018, 17:12 (GMT)
Fix broken tatic verride detection in RNA collections.

We have to check all items of a collection when we want to create
overrides as needed...
March 20, 2018, 16:11 (GMT)
Fix build error on Windows 32 bit.
March 20, 2018, 15:55 (GMT)
Merge branch 'master' into blender2.8
March 20, 2018, 15:54 (GMT)
Remove debug only code from previous commit
March 20, 2018, 15:51 (GMT)
Memory allocator: Clarify consistency check function

Also make it to return truth when everything is good and
false otherwise.
March 20, 2018, 15:07 (GMT)
Depsgraph: Fix memory leak when datablock is not reused

It is possible that datablock will not be re-used for the new
dependency graph building. Freeing function was freeing all
the nested pointers of databnlock, but not datablock memory
itself.
March 20, 2018, 15:07 (GMT)
Depsgraph: Prevent non-expandable datablocks from being freed

This avoids original image datablock destruction when using
copy on write.
March 20, 2018, 14:26 (GMT)
MSVC: Fix lite build.

MSVC still defines __cplusplus as 199711L until it's in full conformance with the newer c++ standards, however the things we need from the standard are fully supported, hence a check for the msvc version was needed.
March 20, 2018, 14:13 (GMT)
DRW: Fix bound_ubo_slots allocation size.
March 20, 2018, 14:06 (GMT)
DRW: Fix ubo binding code.
March 20, 2018, 11:54 (GMT)
Fixed: cache clearing when using multiple Alembic files.
March 20, 2018, 10:56 (GMT)
Fix BLI_assert for MSVC

Also use `_BLI_ASSERT` prefix for internal defines.
March 20, 2018, 10:33 (GMT)
Merge branch 'master' into blender2.8

Conflicts:
source/blender/blenkernel/intern/library_query.c
March 20, 2018, 10:32 (GMT)
Fix missing ID pointer handling in materials in ID remapping code.
March 20, 2018, 10:22 (GMT)
Fix missing array duplication when copying material

Texture paint slots were copied as a pointer, causing double-free.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021