Blender Git Commit Log

Git Commits -> Revision ddff9d0

Revision ddff9d0 by Campbell Barton (master)
August 27, 2017, 14:56 (GMT)
Manipulator: support operator per-part

A single manipulator could only assign a single operator to each part.
Now each part can have it's own.

Also modify 2D selection callback, 2D started at 1, 3D at 0.
Now use -1 for unset value, start both at 0.

Commit Details:

Full Hash: ddff9d0ea68b4c92be2fc515a4ec6a17b3696aa0
Parent Commit: ca9801b
Lines Changed: +88, -55

14 Modified Paths:

/source/blender/editors/manipulator_library/manipulator_types/arrow2d_manipulator.c (+7, -3) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c (+7, -7) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c (+3, -3) (Diff)
/source/blender/editors/space_view3d/view3d_manipulator_lamp.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+3, -3) (Diff)
/source/blender/editors/transform/transform_manipulator2d.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator_api.c (+4, -4) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+29, -10) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c (+4, -3) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_map.c (+6, -6) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c (+2, -2) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+5, -2) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+15, -9) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021