Blender Git Commit Log

Git Commits -> Revision c3a8b51

Revision c3a8b51 by Campbell Barton (master)
June 21, 2017, 06:21 (GMT)
Manipulator: Move types into their own directory

Commit Details:

Full Hash: c3a8b51413b61c7dca787a8a1b327e9f69dd2be3
Parent Commit: b7669ac
Lines Changed: +3291, -3292

9 Added Paths:

/source/blender/editors/manipulator_library/geometry/geom_arrow_manipulator.c (+141, -0) (View)
/source/blender/editors/manipulator_library/geometry/geom_cube_manipulator.c (+75, -0) (View)
/source/blender/editors/manipulator_library/geometry/geom_dial_manipulator.c (+813, -0) (View)
/source/blender/editors/manipulator_library/manipulator_types/arrow2d_manipulator.c (+215, -0) (View)
/source/blender/editors/manipulator_library/manipulator_types/arrow3d_manipulator.c (+494, -0) (View)
/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c (+620, -0) (View)
/source/blender/editors/manipulator_library/manipulator_types/dial3d_manipulator.c (+467, -0) (View)
/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c (+260, -0) (View)
/source/blender/editors/manipulator_library/manipulator_types/primitive3d_manipulator.c (+195, -0) (View)

9 Deleted Paths:

/source/blender/editors/manipulator_library/arrow2d_manipulator.c (+0, -215)
/source/blender/editors/manipulator_library/arrow3d_manipulator.c (+0, -494)
/source/blender/editors/manipulator_library/cage2d_manipulator.c (+0, -620)
/source/blender/editors/manipulator_library/dial3d_manipulator.c (+0, -467)
/source/blender/editors/manipulator_library/geom_arrow_manipulator.c (+0, -141)
/source/blender/editors/manipulator_library/geom_cube_manipulator.c (+0, -75)
/source/blender/editors/manipulator_library/geom_dial_manipulator.c (+0, -813)
/source/blender/editors/manipulator_library/grab3d_manipulator.c (+0, -260)
/source/blender/editors/manipulator_library/primitive3d_manipulator.c (+0, -195)

1 Modified Path:

/source/blender/editors/manipulator_library/CMakeLists.txt (+11, -12) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021