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 5c47c5d by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 14:56 (GMT) |
Fix Users count The value must be 2, not 3. |
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. |
Revision d0ce4d8 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 11:41 (GMT) |
Fix problem to enter in edit mode with Tab key |
March 20, 2018, 11:33 (GMT) |
Merge branch 'master' of git.blender.org:blender into cycles_embree # Conflicts: # intern/cycles/bvh/bvh.cpp # intern/cycles/device/device.cpp # intern/cycles/device/device.h # intern/cycles/device/device_cpu.cpp # intern/cycles/kernel/geom/geom_object.h # intern/cycles/render/mesh.cpp # intern/cycles/render/scene.h |
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. |
Revision 3c53426 by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 07:14 (GMT) |
Cleanup: Move GP Object specific properties panels to properties_data_gpencil.py Note: * Layers and Onion Skinning panels haven't been moved yet. This is so that we can reconsider what (if any) changes need to be made to share common elements between GP Object and annotation GP use cases. |
March 20, 2018, 07:03 (GMT) |
Cleanup: unused variables Missed in own recent changes. |
Revision e2b78f6 by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 04:13 (GMT) |
Cleanup: Remove unused code |
Revision 5dd8c7f by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 04:01 (GMT) |
More Brush Appearance Panel tweaks * Always show this panel. Previously, it wouldn't get shown for the Eraser, meaning that if you accidentally changed a brush to an eraser, you couldn't change it back * Always allow changing the brush icon. Previously, this could only be done for "Draw" brushes, but there isn't really any reason why this shouldn't be allowed. |
Revision c6ecbb9 by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 03:58 (GMT) |
Brush Appearance Panel - Cleanup + Tweaks * The "Draw" case was discarding the settings.brush value and redefining its own brush variable. Reoranised code so that this doesn't need to happen * Reorganised order of properties - all brush type/icon related stuff comes first now * Remove extra/excess layout elements/lines |
Revision 5d96c8a by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 03:37 (GMT) |
Don't collapse "Brush Appearance" panel It's in a tab by itself already, so there's no need to make ti even harder to access its settings. |
Revision 404e817 by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 20, 2018, 03:14 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
March 20, 2018, 03:13 (GMT) |
Merge branch 'master' into blender2.8 |
|
|
|


Master Commits
MiikaHweb | 2003-2021