1

I would like to simulate 3D mouse operation to rotate/pan/zoom elements in "Blender" (on OSX). Is it possible?

Thanks a tone for your help!

Gil
  • 371
  • 4
  • 15

2 Answers2

0

Take a look at this:

Mouse Button Emulation

Under File -> User Preferences -> Input, tick 'Emulate 3 Button Mouse'. The link shows the default shortcuts for an Apple one button mouse.

Community
  • 1
  • 1
Volatility
  • 31,232
  • 10
  • 80
  • 89
0

did you get to solve your problem? We're trying to rotate an Object via Java in another 3D App (3DVia). Since we couldn't find an API, we want to simulate a Space-Mouse. We tried the Java Robot class, but you can only move the primary mouse cursor.

Stefan
  • 295
  • 3
  • 18