Blender Git Commit Log

Git Commits -> Revision c27d22a

Revision c27d22a by Campbell Barton (master)
December 21, 2012, 03:49 (GMT)
fix own regression in 2.65 [#33643] Rotation does not work at certain zoom level

caused by not projecting points behind the perspective view,
even though this worked in 2.64 the values were flipped (rotating direction was reversed and the center point was flipped).

added V3D_PROJ_TEST_CLIP_NEAR, when omitted ED_view3d_project_*** will project points from behind a perspective view plane.

Commit Details:

Full Hash: c27d22ab71325947913d274d5804aa567fd71488
SVN Revision: 53227
Parent Commit: 47a429d
Lines Changed: +31, -22

8 Modified Paths:

/source/blender/editors/include/ED_view3d.h (+3, -2) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+3, -3) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+2, -2) (Diff)
/source/blender/editors/physics/particle_edit.c (+3, -3) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_project.c (+10, -4) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+7, -7) (Diff)
/source/blender/editors/transform/transform.c (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021