[Bf-blender-cvs] [499bde8] master: NDOF: enable 3D mouse support on Mac by default

Mike Erwin noreply at git.blender.org
Wed Jan 27 03:10:07 CET 2016


Commit: 499bde810598b69f9ceca9b7456bdca70d28d28b
Author: Mike Erwin
Date:   Tue Jan 26 21:08:57 2016 -0500
Branches: master
https://developer.blender.org/rB499bde810598b69f9ceca9b7456bdca70d28d28b

NDOF: enable 3D mouse support on Mac by default

We used to require the 3Dconnexion driver installed at build-time so
this was turned off.

I reworked the code last year to remove the driver dependency so
there’s no reason not to enable this.

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 59a13de..9a059cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -184,7 +184,6 @@ if (UNIX AND NOT APPLE)
 elseif(WIN32)
 	set(_init_JACK                           OFF)
 elseif(APPLE)
-	set(_init_INPUT_NDOF                     OFF)
 	set(_init_JACK                           OFF)
 	set(_init_OPENSUBDIV                     OFF)
 endif()




More information about the Bf-blender-cvs mailing list