Blender Git Loki
Git Commits -> Revision 072f3c5
Revision 072f3c5 by Campbell Barton (custom-manipulators) June 9, 2017, 23:15 (GMT) |
Replace array of properties with a named list This is useful for Py/RNA access. Add support for indexing arrays too. |
Commit Details:
Full Hash: 072f3c5723be26a846458975302b4c0788184548
Parent Commit: 37f8c03
Lines Changed: +215, -194
12 Modified Paths:
/source/blender/editors/include/ED_manipulator_library.h (+0, -10) (Diff)
/source/blender/editors/manipulator_library/arrow3d_manipulator.c (+48, -47) (Diff)
/source/blender/editors/manipulator_library/cage2d_manipulator.c (+69, -65) (Diff)
/source/blender/editors/manipulator_library/manipulator_library_intern.h (+4, -6) (Diff)
/source/blender/editors/manipulator_library/manipulator_library_utils.c (+26, -19) (Diff)
/source/blender/editors/space_node/node_widgets.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/view3d_manipulators.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+2, -2) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+29, -27) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+7, -1) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_fn.h (+1, -1) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+22, -9) (Diff)
/source/blender/editors/manipulator_library/arrow3d_manipulator.c (+48, -47) (Diff)
/source/blender/editors/manipulator_library/cage2d_manipulator.c (+69, -65) (Diff)
/source/blender/editors/manipulator_library/manipulator_library_intern.h (+4, -6) (Diff)
/source/blender/editors/manipulator_library/manipulator_library_utils.c (+26, -19) (Diff)
/source/blender/editors/space_node/node_widgets.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/view3d_manipulators.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+2, -2) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+29, -27) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+7, -1) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_fn.h (+1, -1) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+22, -9) (Diff)