Blender Git Loki
Git Commits -> Revision c90ec27
Revision c90ec27 by Campbell Barton (master) October 9, 2017, 16:08 (GMT) |
Manipulator: add cage3d scale widget For now only show this when scale manipulator is active. |
Commit Details:
Full Hash: c90ec276b8a578527861c1e6eaae766efea0c27b
Parent Commit: fdeb125
Lines Changed: +899, -2
1 Added Path:
/source/blender/editors/manipulator_library/manipulator_types/cage3d_manipulator.c (+735, -0) (View)
5 Modified Paths:
/source/blender/editors/include/ED_manipulator_library.h (+37, -0) (Diff)
/source/blender/editors/manipulator_library/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+1, -0) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+121, -2) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+4, -0) (Diff)
/source/blender/editors/manipulator_library/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+1, -0) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+121, -2) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+4, -0) (Diff)