With this tool you can fly with your perspective camera in Maya using WSAD keys and a mouse. Make sure you have active perspective viewport and run a tool by pressing a shelf button.
Controls
h – toggle help window
w – move forward
s – move backward
a – move left
d – move right
Right Mouse Button – move up
Left Mouse Button – move down
Shift – move slowly while pressed
Control – move faster while pressed
- – decrease speed
= – increase speed
9 – decrease mouse sensivity
0 – increase mouse sensivity
i – invert mouse
o – swap mouse buttons
Home – reset settings
Installation
Fly Tool is a part of FX Python Tools. Download fxpt from Github and place it in your PYTHONPATH directory. Make a shelf button with this code:
from fxpt import fx_fly_camera fx_fly_camera.run()