Revision f3efa25 by Campbell Barton 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. |
Revision 89aa4b1 by Dalai Felinto 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. |
Revision 5043192 by Bastien Montagne March 20, 2018, 17:12 (GMT) |
Cleanup: remove useless static override reference pointer from ID struct. |
Revision 410410f by Bastien Montagne March 20, 2018, 17:12 (GMT) |
Add basic read-only RNA access to static override data. Will make investigating issues much, much easier! |
Revision 8a94a82 by Bastien Montagne 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... |
Revision d032238 by Brecht Van Lommel March 20, 2018, 16:11 (GMT) |
Fix build error on Windows 32 bit. |
Revision e0388bc by Sergey Sharybin March 20, 2018, 15:55 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 69e3542 by Sergey Sharybin March 20, 2018, 15:54 (GMT) |
Remove debug only code from previous commit |
Revision a5bb918 by Sergey Sharybin 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. |
Revision ebbb55d by Sergey Sharybin 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. |
Revision c188ab7 by Sergey Sharybin 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. |
Revision 4f97f58 by Ray molenkamp 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. |
Revision cdf0df1 by Clément Foucault March 20, 2018, 14:13 (GMT) |
DRW: Fix bound_ubo_slots allocation size. |
Revision 8a9be95 by Clément Foucault March 20, 2018, 14:06 (GMT) |
DRW: Fix ubo binding code. |
Revision 09c88fe by Sybren A. Stüvel March 20, 2018, 11:54 (GMT) |
Fixed: cache clearing when using multiple Alembic files. |
Revision 1782abf by Campbell Barton March 20, 2018, 10:56 (GMT) |
Fix BLI_assert for MSVC Also use `_BLI_ASSERT` prefix for internal defines. |
Revision 04b8b1a by Bastien Montagne March 20, 2018, 10:33 (GMT) |
Merge branch 'master' into blender2.8 Conflicts: source/blender/blenkernel/intern/library_query.c |
Revision 60ff803 by Bastien Montagne March 20, 2018, 10:32 (GMT) |
Fix missing ID pointer handling in materials in ID remapping code. |
Revision 46a391b by Sergey Sharybin March 20, 2018, 10:22 (GMT) |
Fix missing array duplication when copying material Texture paint slots were copied as a pointer, causing double-free. |
|