April 23, 2020, 12:04 (GMT) |
Fix T76005: BLI_task test failing after recent changes This was an error in changes made to this test to accomodate the new reduce callback. |
April 23, 2020, 11:49 (GMT) |
GPencil: Remove Curves from popover and move strength curve |
April 23, 2020, 11:19 (GMT) |
Fix headless build failure on macOS |
April 23, 2020, 10:02 (GMT) |
BLI: optimize VectorSet implementation Instead of building on top of `BLI::Vector`, just use a raw array and handle the growing in `BLI::VectorSet`. After this change, the existing `EdgeSet` can be reimplemented using `BLI::VectorSet` without performance regressions. |
April 23, 2020, 09:56 (GMT) |
Merge branch 'master' into greasepencil-object |
April 23, 2020, 09:55 (GMT) |
GPencil: Cleanup code |
April 23, 2020, 08:38 (GMT) |
Merge branch 'blender-v2.83-release' |
April 23, 2020, 08:25 (GMT) |
Fix T75836: Light target misses updates while dragging |
April 23, 2020, 06:15 (GMT) |
Merge branch 'blender-v2.83-release' |
April 23, 2020, 06:14 (GMT) |
April 23, 2020, 05:09 (GMT) |
Merge branch 'blender-v2.83-release' |
April 23, 2020, 05:03 (GMT) |
Fix T75965: Scale to Fit Text Box fails with a single word |
April 23, 2020, 02:12 (GMT) |
Merge branch 'blender-v2.83-release' |
April 23, 2020, 02:10 (GMT) |
Cleanup: clang-format, unused warning |
April 23, 2020, 02:06 (GMT) |
Cleanup: add explicit enum values in DNA_rigidbody_types.h |
April 23, 2020, 02:02 (GMT) |
Merge branch 'blender-v2.83-release' |
April 23, 2020, 01:46 (GMT) |
Fix invalid rigid body constraint values during 2.83 development Own error in cleanup from 5dcb6fb22f3f unintentionally changed enum values. Although this code violated our own rules to use explicit values to avoid this happening. |
April 23, 2020, 01:31 (GMT) |
Fix T75991: crash when rigidbody encounters unknown constraint type This just adds a check to prevent the crash, Versioning invalid types still needed. |
April 22, 2020, 22:22 (GMT) |
Patch 3 |
April 22, 2020, 22:18 (GMT) |
GPencil: Try to attenuate pressure Test to verify random curve values |
|
|
|


Master Commits
MiikaHweb | 2003-2021