Blender Git Commit Log
Git Commits -> Revision 16340df
Revision 16340df by JLuc Peuriere (master) May 29, 2007, 04:34 (GMT) |
adding the initial patch updated to 2.44 in ndof branch notes : it compiles but is non functional lacks the platform specific changes in ghost ( i cant test windows) lacks the code for plug-in. the platform specific code will be added when we sync with Ettore work the plug-in itself cannot be added here |
Commit Details:
Full Hash: 16340dfe1235391bb675a633a099c17af3a731c7
SVN Revision: 10807
Parent Commit: 9fec189
Lines Changed: +612, -12
3 Added Paths:
/intern/ghost/intern/GHOST_EventNDOF.h (+69, -0) (View)
/intern/ghost/intern/GHOST_NDOFManager.cpp (+107, -0) (View)
/intern/ghost/intern/GHOST_NDOFManager.h (+39, -0) (View)
/intern/ghost/intern/GHOST_NDOFManager.cpp (+107, -0) (View)
/intern/ghost/intern/GHOST_NDOFManager.h (+39, -0) (View)
17 Modified Paths:
/config/darwin-config.py (+9, -8) (Diff)
/intern/ghost/GHOST_C-api.h (+13, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+14, -0) (Diff)
/intern/ghost/GHOST_Types.h (+14, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+12, -0) (Diff)
/intern/ghost/intern/GHOST_System.cpp (+24, -1) (Diff)
/intern/ghost/intern/GHOST_System.h (+33, -0) (Diff)
/source/blender/include/BSE_view.h (+1, -0) (Diff)
/source/blender/include/mydevice.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+3, -1) (Diff)
/source/blender/src/editscreen.c (+7, -0) (Diff)
/source/blender/src/ghostwinlay.c (+66, -1) (Diff)
/source/blender/src/space.c (+19, -1) (Diff)
/source/blender/src/transform.c (+6, -0) (Diff)
/source/blender/src/usiblender.c (+7, -0) (Diff)
/source/blender/src/view.c (+164, -0) (Diff)
/source/blender/src/winlay.h (+2, -0) (Diff)
/intern/ghost/GHOST_C-api.h (+13, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+14, -0) (Diff)
/intern/ghost/GHOST_Types.h (+14, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+12, -0) (Diff)
/intern/ghost/intern/GHOST_System.cpp (+24, -1) (Diff)
/intern/ghost/intern/GHOST_System.h (+33, -0) (Diff)
/source/blender/include/BSE_view.h (+1, -0) (Diff)
/source/blender/include/mydevice.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+3, -1) (Diff)
/source/blender/src/editscreen.c (+7, -0) (Diff)
/source/blender/src/ghostwinlay.c (+66, -1) (Diff)
/source/blender/src/space.c (+19, -1) (Diff)
/source/blender/src/transform.c (+6, -0) (Diff)
/source/blender/src/usiblender.c (+7, -0) (Diff)
/source/blender/src/view.c (+164, -0) (Diff)
/source/blender/src/winlay.h (+2, -0) (Diff)