Blender Git Loki
Git Commits -> Revision 08960bc
Revision 08960bc by Joseph Eagar (sculpt-dev) October 17, 2021, 22:45 (GMT) |
Sculpt: Split the brushes from sculpt.c into sculpt_brushes.c. * Also killed the warnings in sculpt_boundary.c |
Commit Details:
Full Hash: 08960bcda6712de1c96910499ae5965dff6978bc
Parent Commit: f7bf7be
Lines Changed: +4443, -4213
1 Added Path:
/source/blender/editors/sculpt_paint/sculpt_brushes.c (+4095, -0) (View)
5 Modified Paths:
/source/blender/editors/sculpt_paint/CMakeLists.txt (+4, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+212, -4190) (Diff)
/source/blender/editors/sculpt_paint/sculpt_boundary.c (+2, -20) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+128, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+212, -4190) (Diff)
/source/blender/editors/sculpt_paint/sculpt_boundary.c (+2, -20) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+128, -0) (Diff)