Blender Git Commit Log

Git Commits -> Revision 4d9eb2c

Revision 4d9eb2c by Campbell Barton (custom-manipulators)
June 22, 2017, 08:01 (GMT)
RNA/Python API for defining py-manipulator callbacks

Commit Details:

Full Hash: 4d9eb2c5895a3fef36fc976cacd1c64422c1d239
Parent Commit: e3c2b45
Lines Changed: +336, -15

2 Added Paths:

/source/blender/python/intern/bpy_rna_manipulator.c (+266, -0) (View)
/source/blender/python/intern/bpy_rna_manipulator.h (+32, -0) (View)

10 Modified Paths:

/release/scripts/modules/bpy_types.py (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator_api.c (+4, -3) (Diff)
/source/blender/python/intern/bpy.c (+3, -0) (Diff)
/source/blender/python/intern/bpy_manipulator_wrap.c (+10, -10) (Diff)
/source/blender/python/intern/CMakeLists.txt (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+2, -2) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+10, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c (+1, -0) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_fn.h (+3, -0) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021