Blender Git Loki

Git Commits -> Revision d0aa8af

Revision d0aa8af by Campbell Barton (custom-manipulators)
June 7, 2017, 19:02 (GMT)
Add wmManipulatorType, extract from wmManipulator

Having the type in mixed in with instance
made it hard to expose types to RNA/Python.

This disables face-map select,
we could enable it but it looks like face maps will be made to work
differently.

Commit Details:

Full Hash: d0aa8af9c92b053ec604ba02596ba27d099385d0
Parent Commit: 3159f14
Lines Changed: +443, -190

20 Modified Paths:

/source/blender/editors/space_api/spacetypes.c (+17, -0) (Diff)
/source/blender/editors/space_view3d/view3d_manipulators.c (+4, -0) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_manipulator2d.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+6, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+2, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/manipulator_library/arrow2d_manipulator.c (+23, -11) (Diff)
/source/blender/windowmanager/manipulators/intern/manipulator_library/arrow_manipulator.c (+47, -33) (Diff)
/source/blender/windowmanager/manipulators/intern/manipulator_library/cage_manipulator.c (+28, -13) (Diff)
/source/blender/windowmanager/manipulators/intern/manipulator_library/dial_manipulator.c (+21, -9) (Diff)
/source/blender/windowmanager/manipulators/intern/manipulator_library/facemap_manipulator.c (+20, -8) (Diff)
/source/blender/windowmanager/manipulators/intern/manipulator_library/primitive_manipulator.c (+21, -7) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+145, -39) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+11, -8) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+23, -14) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+7, -36) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+10, -10) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_library.h (+7, -0) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+45, -0) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_wmapi.h (+4, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021