December 7, 2020, 19:48 (GMT) |
Commit before merge |
November 19, 2020, 02:34 (GMT) |
Some multires stuff |
November 11, 2020, 13:19 (GMT) |
add NULL pointer check |
November 10, 2020, 06:25 (GMT) |
Added an "Exponent" slider to Color Boundary brush. |
November 10, 2020, 02:30 (GMT) |
Tweaked value for smoothing in vcol boundary tool (a slight amount of smoothing is applied to prevent normal discontiuties from perfectly colinear triangles). Also reverted some CLANG compiling stuff. |
Revision 192670e by Hans Goudey / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:54 (GMT) |
Cleanup: Remove unused variable |
Revision 1f6a778 by Jacques Lucke / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:54 (GMT) |
Refactor: move Object .blend I/O to IDTypeInfo callbacks |
Revision 2ba90cf by Jacques Lucke / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:54 (GMT) |
Revision 384f295 by Jacques Lucke / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:54 (GMT) |
Cleanup: fix naming and remove unnecessary code |
Revision 6115091 by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:54 (GMT) |
View3D: take clipping into account for Frame All Clamp the min/max used for Frame All/Selected by the clipping region if it's set. Resolve T81050 |
Revision 78ef2d0 by Campbell Barton / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:54 (GMT) |
Cleanup: move plane array intersection into a function Also add check to ensure a point isn't occluded by it's own plane, which could happen if a small epsilon values are passed in. |
Revision 7ae1cc2 by Jacques Lucke / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:54 (GMT) |
Cleanup: remove unused includes in readfile.c and writefile.c |
Revision 9d92a97 by Aaron Carlisle / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:54 (GMT) |
Cleanup: Rename render texture files to texture_* |
Revision e5af859 by Jacques Lucke / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:54 (GMT) |
Refactor: move Ipo .blend I/O to IDTypeInfo callbacks |
Revision ebb6648 by Aaron Carlisle / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:54 (GMT) |
Revision 0ee053f by Sybren A. Stüvel / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:54 (GMT) |
Cleanup: Clang-Tidy modernize-use-nullptr Replace `NULL` with `nullptr` in C++ code. No functional changes. |
Revision 8cd4776 by Sybren A. Stüvel / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Clang-Tidy: error out when executable not found Stop with an error when the Clang-Tidy executable cannot be found. Without this check, CMake will happily report "Found Clang-Tidy" but with the fallback version (0, 0, 0), when `CLANG_TIDY_EXECUTABLE` points to a non-existing executable. |
Revision f32bde6 by Jacques Lucke / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Revision 4a2d7a2 by Jacques Lucke / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Revision 67defe8 by Philipp Oeser / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:53 (GMT) |
Fix T81997: Subsurf Optimal Display sticks after object conversion When using Optimal Display, some edges are not flagged `ME_EDGEDRAW` | `ME_EDGERENDER`. When the modifier is applied through the UI in the modifier stack this is not an issue because the `modifyMesh` callback is run with `MOD_APPLY_TO_BASE_MESH` (this will effectively turn of Optimal Display). When converting to mesh though, this will just get an evaluated mesh (where the edge flags are still the same as with the subdivision modifier). Now ensure every edge is flagged to draw after conversion. Maniphest Tasks: T81997 Differential Revision: https://developer.blender.org/D9331 |
|