Blender Git Commit Log
Git Commits -> Revision 85c5c55
Revision 85c5c55 by Campbell Barton (master) June 21, 2017, 07:06 (GMT) |
Manipulator: edit_properties -> target_properties Naming was too confusing between properties of a manipulator and properties it edits. |
Commit Details:
Full Hash: 85c5c5531e990b12fed60c428b70f887c1bd0c81
Parent Commit: c3a8b51
Lines Changed: +267, -267
1 Added Path:
/source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c (+203, -0) (View)
1 Deleted Path:
/source/blender/windowmanager/manipulators/intern/wm_manipulator_property.c (+0, -203)
13 Modified Paths:
/source/blender/editors/manipulator_library/manipulator_library_utils.c (+3, -3) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/arrow3d_manipulator.c (+14, -14) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c (+4, -4) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/dial3d_manipulator.c (+7, -7) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c (+6, -6) (Diff)
/source/blender/editors/mesh/editmesh_bisect.c (+3, -3) (Diff)
/source/blender/editors/mesh/editmesh_extrude.c (+4, -4) (Diff)
/source/blender/editors/space_node/node_manipulators.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/view3d_manipulators.c (+5, -5) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+1, -1) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+4, -4) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+10, -10) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+1, -1) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/arrow3d_manipulator.c (+14, -14) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c (+4, -4) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/dial3d_manipulator.c (+7, -7) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c (+6, -6) (Diff)
/source/blender/editors/mesh/editmesh_bisect.c (+3, -3) (Diff)
/source/blender/editors/mesh/editmesh_extrude.c (+4, -4) (Diff)
/source/blender/editors/space_node/node_manipulators.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/view3d_manipulators.c (+5, -5) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+1, -1) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+4, -4) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+10, -10) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+1, -1) (Diff)