Revision cebff2f by Howard Trickey 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. |
Revision 7a7b392 by Antonio Vazquez March 15, 2020, 18:40 (GMT) |
GPencil: Reduce factor to 5 in previous commit 10 decimals is too high |
Revision 22925d0 by Antonio Vazquez March 15, 2020, 18:22 (GMT) |
GPencil: Remove Keep parameter from Select Vertex Color Also changed range of threshold from 0 to 10 |
Revision 8022fc3 by Bastien Montagne March 15, 2020, 15:11 (GMT) |
Fix Blender building after recent 'cleanup'. Caused by rB4be4c0667155. Please ensure at least affected code does still build... |
Revision e53e17b by Campbell Barton March 15, 2020, 11:04 (GMT) |
Fix outliner edit-mode check |
Revision b435bd2 by Campbell Barton 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. |
Revision 59f5194 by Campbell Barton March 15, 2020, 11:03 (GMT) |
Fix potential NULL pointer de-reference creating liquid geometry |
Revision b8feef5 by Campbell Barton March 15, 2020, 10:53 (GMT) |
Cleanup: add parens for clarity |
Revision 5029b97 by Campbell Barton 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. |
Revision ecfb892 by Campbell Barton March 15, 2020, 10:51 (GMT) |
Cleanup: use 'r_' prefix for return args |
Revision 37419bb by Campbell Barton 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. |
Revision 4be4c06 by Campbell Barton 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. |
Revision 80edc0e by Campbell Barton March 15, 2020, 10:46 (GMT) |
Cleanup: redundant assignments |
Revision aa60b93 by Campbell Barton March 15, 2020, 10:42 (GMT) |
Cleanup: use 'const' style argument |
Revision b037816 by Campbell Barton March 15, 2020, 10:42 (GMT) |
Cleanup: shadow warning, clang-format |
Revision 4031d8b by William Reynish March 15, 2020, 10:16 (GMT) |
UI: Fix capitalization in the macOS app menu |
Revision a210b82 by Harley Acheson 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 |
Revision a816a06 by Antonio Vazquez 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. |
Revision b7160f2 by William Reynish 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 |
Revision 94bad2f by Antonio Vazquez March 14, 2020, 10:58 (GMT) |
GPencil: Fix missing context wheel color in Tint tool |
|