Blender Git Loki

Git Commits -> Revision 11ae190

October 6, 2016, 23:32 (GMT)
Apply patch on blender2.8 branch

Ended up just deleting temp_manipulators_core branch and recreating it from blender2.8 branch. Applied D2232 on it then.

Commit Details:

Full Hash: 11ae190f002afebb831768f7efffef8cea0f1ff1
Parent Commit: 553b4fa
Lines Changed: +2786, -11

9 Added Paths:

/source/blender/windowmanager/manipulators/intern/manipulator_library/manipulator_library_intern.h (+100, -0) (View)
/source/blender/windowmanager/manipulators/intern/manipulator_library/manipulator_library_utils.c (+171, -0) (View)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+404, -0) (View)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+586, -0) (View)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+760, -0) (View)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+230, -0) (View)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+110, -0) (View)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+167, -0) (View)
/source/blender/windowmanager/manipulators/wm_manipulator_wmapi.h (+90, -0) (View)

20 Modified Paths:

/source/blender/blenkernel/BKE_screen.h (+6, -0) (Diff)
/source/blender/blenkernel/intern/screen.c (+14, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_vector.c (+14, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/editors/interface/resources.c (+2, -0) (Diff)
/source/blender/editors/screen/screen_edit.c (+3, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+8, -3) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+3, -2) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -2) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+2, -2) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+11, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+74, -1) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+4, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+8, -0) (Diff)
/source/blender/windowmanager/wm.h (+2, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+6, -0) (Diff)
/source/blender/windowmanager/wm_event_system.h (+2, -1) (Diff)
/source/blender/windowmanager/wm_event_types.h (+2, -0) (Diff)
/source/blender/windowmanager/WM_types.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