Blender Git Commit Log

Git Commits -> Revision e520c49

Revision e520c49 by Campbell Barton (master)
April 22, 2011, 15:34 (GMT)
View Dolly Operator: Ctrl+Shift+MMB.

Recently there were 2 reports about zoom not working right because at some point you can't zoom in any further.

This is not actually a bug with zoom but a limitation in blender that there is no way to move the viewpoint forward (unless you count rotate 90d, pan, rotate back which is a crummy workaround).

So adding view dolly operator:
- Supports zoom to mouse position setting.
- Supports dolly hoz/vert, invert setting.
- Moves by a fraction of the view 'dist', so the zoom distance my be roughly in proportion to the scale of objects in the scene.

only used in perspective view since this is not useful in camera/ortho view.

Commit Details:

Full Hash: e520c498d26aa1e0b6abe63c24e593484135c0ac
SVN Revision: 36283
Parent Commit: ee9ea98
Lines Changed: +235, -1

3 Modified Paths:

/source/blender/editors/space_view3d/view3d_edit.c (+232, -1) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021