Blender Git Commit Log

Git Commits -> Revision ab6411e

Revision ab6411e by Campbell Barton (custom-manipulators)
June 21, 2017, 11:10 (GMT)
Python support for manipulator target-property definitions

Note that these aren't used at the moment.

Commit Details:

Full Hash: ab6411e32cd53751ed42fc0ae1beffddc9616895
Parent Commit: c394c95
Lines Changed: +157, -4

11 Modified Paths:

/source/blender/editors/manipulator_library/manipulator_types/arrow3d_manipulator.c (+2, -0) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c (+6, -2) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/dial3d_manipulator.c (+2, -0) (Diff)
/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c (+2, -0) (Diff)
/source/blender/python/intern/bpy_intern_string.c (+3, -1) (Diff)
/source/blender/python/intern/bpy_intern_string.h (+1, -0) (Diff)
/source/blender/python/intern/bpy_manipulator_wrap.c (+88, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c (+29, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_type.c (+2, -1) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+7, -0) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+15, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021