Blender Git Commit Log

Git Commits -> Revision e2a7168

Revision e2a7168 by Campbell Barton (master)
September 23, 2009, 11:26 (GMT)
fly mode back as a modal operator view3d.fly
- access with the F key, Ctrl+Alt+F in editmode, View->Navigation menu
- camera, perspective & 4split (perspective view only)
- uses modal keymap, (same as 2.4x).
- bugfix since 2.4x, when flying upside down, turning left/right was inverted.
- bugfix for "Align Camera To View", was using deprecated v3d->ofs rather then rv3d->ofs, fixed for NDof fly too. checked v3d->ofs is only used in readfile.c

Todo
- Warping the cursor removed in 2.5, no way to place the cursor in the middle of the view.
- Adding keyframes while in flymode to record the path is missing.
- Not getting MMB mouse release events (used for pan). need to look into why.

Commit Details:

Full Hash: e2a7168e9680f3dd86875777f7fd9e211ce1d6d2
SVN Revision: 23434
Parent Commit: 9e110a6
Lines Changed: +822, -8

6 Modified Paths:

/release/ui/space_view3d.py (+4, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+3, -0) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+4, -0) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+809, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021