Blender Git Commit Log
Git Commits -> Revision 008e16c
Revision 008e16c by Campbell Barton (custom-manipulators) June 7, 2017, 12:01 (GMT) |
WM: move manipulator API into its own files Getting to be a hassle to track multiple manipulator classes and callbacks. |
Commit Details:
Full Hash: 008e16c83e3ae599f0ce536deafb968b6d27855e
Parent Commit: 421beeb
Lines Changed: +922, -794
2 Added Paths:
/source/blender/makesrna/intern/rna_wm_manipulator.c (+685, -0) (View)
/source/blender/makesrna/intern/rna_wm_manipulator_api.c (+233, -0) (View)
/source/blender/makesrna/intern/rna_wm_manipulator_api.c (+233, -0) (View)
5 Modified Paths:
/source/blender/makesrna/intern/CMakeLists.txt (+2, -0) (Diff)
/source/blender/makesrna/intern/makesrna.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+0, -614) (Diff)
/source/blender/makesrna/intern/rna_wm_api.c (+0, -180) (Diff)
/source/blender/makesrna/intern/makesrna.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+0, -614) (Diff)
/source/blender/makesrna/intern/rna_wm_api.c (+0, -180) (Diff)