Blender Git Loki

Git Commits -> Revision bc50631

Revision bc50631 by Campbell Barton (custom-manipulators)
June 20, 2017, 05:40 (GMT)
Use id-properties for manipulator type data

Commit Details:

Full Hash: bc506314905264a4ee10be3e732d16c155edca8c
Parent Commit: 754925e
Lines Changed: +812, -573

45 Modified Paths:

/release/scripts/modules/bpy_types.py (+27, -0) (Diff)
/source/blender/blenkernel/BKE_screen.h (+1, -1) (Diff)
/source/blender/editors/include/ED_manipulator_library.h (+24, -36) (Diff)
/source/blender/editors/manipulator_library/arrow2d_manipulator.c (+32, -53) (Diff)
/source/blender/editors/manipulator_library/arrow3d_manipulator.c (+45, -61) (Diff)
/source/blender/editors/manipulator_library/cage2d_manipulator.c (+100, -91) (Diff)
/source/blender/editors/manipulator_library/dial3d_manipulator.c (+70, -87) (Diff)
/source/blender/editors/manipulator_library/grab3d_manipulator.c (+38, -48) (Diff)
/source/blender/editors/manipulator_library/primitive3d_manipulator.c (+27, -37) (Diff)
/source/blender/editors/mesh/editmesh_bisect.c (+8, -8) (Diff)
/source/blender/editors/mesh/editmesh_extrude.c (+10, -10) (Diff)
/source/blender/editors/screen/area.c (+3, -2) (Diff)
/source/blender/editors/space_action/space_action.c (+4, -4) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+2, -2) (Diff)
/source/blender/editors/space_clip/space_clip.c (+6, -6) (Diff)
/source/blender/editors/space_console/space_console.c (+2, -2) (Diff)
/source/blender/editors/space_file/space_file.c (+4, -4) (Diff)
/source/blender/editors/space_graph/space_graph.c (+4, -4) (Diff)
/source/blender/editors/space_image/space_image.c (+5, -5) (Diff)
/source/blender/editors/space_info/space_info.c (+2, -2) (Diff)
/source/blender/editors/space_logic/space_logic.c (+3, -3) (Diff)
/source/blender/editors/space_nla/space_nla.c (+4, -4) (Diff)
/source/blender/editors/space_node/node_manipulators.c (+8, -7) (Diff)
/source/blender/editors/space_node/space_node.c (+5, -5) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+2, -2) (Diff)
/source/blender/editors/space_script/space_script.c (+2, -2) (Diff)
/source/blender/editors/space_sequencer/space_sequencer.c (+4, -4) (Diff)
/source/blender/editors/space_text/space_text.c (+3, -3) (Diff)
/source/blender/editors/space_time/space_time.c (+2, -2) (Diff)
/source/blender/editors/space_userpref/space_userpref.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+5, -5) (Diff)
/source/blender/editors/space_view3d/view3d_manipulators.c (+18, -16) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+17, -17) (Diff)
/source/blender/editors/transform/transform_manipulator2d.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+69, -1) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/python/intern/bpy_manipulator_wrap.c (+2, -12) (Diff)
/source/blender/python/intern/bpy_rna.c (+16, -4) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+183, -8) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+2, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_map.c (+9, -1) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_property.c (+2, -2) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_type.c (+9, -0) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+17, -5) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+9, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021