Blender Git Loki
Git Commits -> Revision d93dd85
Revision d93dd85 by Joseph Eagar (master) December 20, 2021, 19:20 (GMT) |
Sculpt: split sculpt.c into three files Sculpt.c is now three files: * Sculpt.c: main API methods and the brush stroke operator * Sculpt_brushes.c: Code for individual brushes. * Sculpt_ops.c: Sculpt operators other than the brush stroke operator. TODO: split brush stroke operator into a new file (sculpt_stroke.c?). |
Commit Details:
Full Hash: d93dd8595103ea0c0d483e90381f398bbeecf675
Parent Commit: e909211
Lines Changed: +6175, -5825
2 Added Paths:
/source/blender/editors/sculpt_paint/sculpt_brushes.c (+2849, -0) (View)
/source/blender/editors/sculpt_paint/sculpt_ops.c (+1141, -0) (View)
/source/blender/editors/sculpt_paint/sculpt_ops.c (+1141, -0) (View)
5 Modified Paths:
/source/blender/editors/sculpt_paint/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+57, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+0, -45) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+2007, -5775) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+119, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+57, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+0, -45) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+2007, -5775) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+119, -3) (Diff)