Blender Git Commit Log

Git Commits -> Revision b526372

Revision b526372 by Campbell Barton (master)
April 21, 2011, 18:33 (GMT)
bugfix [#27091] Add new vertex at wrong position ( bpy.ops.mesh.dupli_extrude_cursor() ) 2

Ctrl+Click on mesh or curve view was using the selected points location or the cursors.
if either of these was behind the view it would add the point at (0, 0, 0).

now fallback to the view orbit pivot, added this option as an argument to view3d_get_view_aligned_coordinate().

Commit Details:

Full Hash: b52637270d776db4845a32718272e0cc1deff3a8
SVN Revision: 36279
Parent Commit: 284a0d3
Lines Changed: +18, -6

4 Modified Paths:

/source/blender/editors/curve/editcurve.c (+1, -1) (Diff)
/source/blender/editors/include/ED_view3d.h (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_add.c (+3, -3) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+13, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021