Blender Git Loki
Git Commits -> Revision c3cec82
Revision c3cec82 by Mike Erwin (master) October 25, 2015, 20:19 (GMT) |
ndof: rework Mac driver glue Load driver dynamically at runtime instead of weak-linking the 3Dconnexion framework. Driver no longer needed at build time! Works with really old drivers (as in PowerMac old), more recent versions, and the latest which allows us to process events on a separate thread. |
Commit Details:
Full Hash: c3cec828e82de70fe92eeb7c52869d24466d4109
Parent Commit: 4f767e3
Lines Changed: +182, -250
2 Deleted Paths:
/intern/ghost/intern/GHOST_NDOFManager3Dconnexion.c (+0, -94)
/intern/ghost/intern/GHOST_NDOFManager3Dconnexion.h (+0, -50)
/intern/ghost/intern/GHOST_NDOFManager3Dconnexion.h (+0, -50)
6 Modified Paths:
/intern/ghost/CMakeLists.txt (+0, -10) (Diff)
/intern/ghost/intern/GHOST_NDOFManager.h (+5, -2) (Diff)
/intern/ghost/intern/GHOST_NDOFManagerCocoa.h (+1, -21) (Diff)
/intern/ghost/intern/GHOST_NDOFManagerCocoa.mm (+174, -66) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+2, -2) (Diff)
/intern/ghost/SConscript (+0, -5) (Diff)
/intern/ghost/intern/GHOST_NDOFManager.h (+5, -2) (Diff)
/intern/ghost/intern/GHOST_NDOFManagerCocoa.h (+1, -21) (Diff)
/intern/ghost/intern/GHOST_NDOFManagerCocoa.mm (+174, -66) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+2, -2) (Diff)
/intern/ghost/SConscript (+0, -5) (Diff)