Blender Git Commits

Blender Git "master" branch commits.

Page: 864 / 5574

March 15, 2020, 21:14 (GMT)
Fix a syntax error in test spec for BLI_delaunay_2d_test.

Test specs are read from strings, and there was a comma instead
of a decimal point, and then an extra decimal point in the Quad0 test.
This test has been flaky on Windows buildbot. Perhaps this is why.
March 15, 2020, 18:40 (GMT)
GPencil: Reduce factor to 5 in previous commit

10 decimals is too high
March 15, 2020, 18:22 (GMT)
GPencil: Remove Keep parameter from Select Vertex Color

Also changed range of threshold from 0 to 10
March 15, 2020, 15:11 (GMT)
Fix Blender building after recent 'cleanup'.

Caused by rB4be4c0667155. Please ensure at least affected code does
still build...
March 15, 2020, 11:04 (GMT)
Fix outliner edit-mode check
March 15, 2020, 11:03 (GMT)
Fix potential draw manager assignment to negative index

While there is an assert here, the run-time code would perform the assignment.
March 15, 2020, 11:03 (GMT)
Fix potential NULL pointer de-reference creating liquid geometry
March 15, 2020, 10:53 (GMT)
Cleanup: add parens for clarity
March 15, 2020, 10:53 (GMT)
Cleanup: add NULL check for RNA filename argument

Currently some of the code supports a NULL filename,
add the NULL check so RNAProcessItem's with a NULL filename
don't crash in the future.
March 15, 2020, 10:51 (GMT)
Cleanup: use 'r_' prefix for return args
March 15, 2020, 10:51 (GMT)
Cleanup: avoid setting float values by bit-pattern

Replace memset with copy_vn_fl, note that the exact values are slightly
different in this case. The value being set was close to FLT_MAX.
March 15, 2020, 10:48 (GMT)
Cleanup: redundant checks

In some cases moved the checks into asserts,
to ensure changes in the future don't cause
the checks to become necessary again.
March 15, 2020, 10:46 (GMT)
Cleanup: redundant assignments
March 15, 2020, 10:42 (GMT)
Cleanup: use 'const' style argument
March 15, 2020, 10:42 (GMT)
Cleanup: shadow warning, clang-format
March 15, 2020, 10:16 (GMT)
UI: Fix capitalization in the macOS app menu
March 14, 2020, 18:05 (GMT)
UI: Larger Alert Icons

Adding a set of larger icons for use in informational dialogs.

Differential Revision: https://developer.blender.org/D6859

Reviewed by Campbell Barton
March 14, 2020, 15:26 (GMT)
GPencil: Change Select Vertex Color to similar selection

Now, instead to use the Brush color as selection patron, now it uses any previous selected color.
March 14, 2020, 13:00 (GMT)
IC keymap: Fixes for GP

- Remove Shift for drawing poly-lines, just as in the default keymap
- Use consistent hotkeys for size and strength radial controls
- Fix some bugs/missing items from the GP merge
March 14, 2020, 10:58 (GMT)
GPencil: Fix missing context wheel color in Tint tool
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021