December 23, 2020, 06:47 (GMT) |
Fixed undo bugs caused by SculptVertRef refactor. I need to figure out the right way to make assigning a pointer to a SculptVertRef to an int* spit out a compiler error. |
December 22, 2020, 22:11 (GMT) |
Added a new cavity automasking mode for sculpt colors painting. In theory it should also work with other sculpt tools (the automasking code is fairly general) though it doesn't seem to do much. |
December 21, 2020, 09:08 (GMT) |
Merge remote-tracking branch 'origin/master' into temp_bmesh_multires Also redid vcol boundary tool icon, and made a little icon for sculpt color paint. |
December 8, 2020, 21:37 (GMT) |
Fixes from merge |
December 7, 2020, 21:04 (GMT) |
Merge branch 'master' into temp_bmesh_multires |
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 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 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 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 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 ebb6648 by Aaron Carlisle / 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 2ba90cf by Jacques Lucke / Joseph Eagar (sculpt-dev, temp_bmesh_multires, temp_test_sc_keymap) November 7, 2020, 10:54 (GMT) |
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 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 |
|