Blender Git Loki
Git Commits -> Revision 309cd04
Revision 309cd04 by Pablo Dobarro (master) September 11, 2019, 11:07 (GMT) |
Sculpt: Transform tool The sculpt mode transform tool applies the sculpt pivot transformation to all vertices, taking XYZ symmetry into account. This commit also includes an operator to set the pivot point initial position. Reviewed By: brecht Differential Revision: https://developer.blender.org/D5717 |
Commit Details:
Full Hash: 309cd047ef46fcbd21b26b2509b40c55c5dab61e
Parent Commit: ef18b67
Lines Changed: +548, -8
1 Added Path:
/source/blender/editors/transform/transform_convert_sculpt.c (+101, -0) (View)
13 Modified Paths:
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+5, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+9, -2) (Diff)
/source/blender/editors/include/ED_sculpt.h (+5, -0) (Diff)
/source/blender/editors/include/ED_transform.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+364, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+11, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+7, -0) (Diff)
/source/blender/editors/transform/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/transform/transform.c (+14, -0) (Diff)
/source/blender/editors/transform/transform_convert.c (+7, -0) (Diff)
/source/blender/editors/transform/transform_convert.h (+2, -0) (Diff)
/source/blender/editors/transform/transform_generics.c (+9, -0) (Diff)
/source/blender/editors/transform/transform_gizmo_3d.c (+12, -1) (Diff)
/source/blender/blenkernel/BKE_paint.h (+9, -2) (Diff)
/source/blender/editors/include/ED_sculpt.h (+5, -0) (Diff)
/source/blender/editors/include/ED_transform.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+364, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+11, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+7, -0) (Diff)
/source/blender/editors/transform/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/transform/transform.c (+14, -0) (Diff)
/source/blender/editors/transform/transform_convert.c (+7, -0) (Diff)
/source/blender/editors/transform/transform_convert.h (+2, -0) (Diff)
/source/blender/editors/transform/transform_generics.c (+9, -0) (Diff)
/source/blender/editors/transform/transform_gizmo_3d.c (+12, -1) (Diff)