Blender Git Commit Log
Git Commits -> Revision d058a9c
Revision d058a9c by Campbell Barton (master) October 13, 2010, 07:43 (GMT) |
bugfix [#23150] Creating Vertex with CTRL-LMB not snapping - Added EM_project_snap_verts so other functions can re-use this, similar to old retopo_do_all(). - Changed how the normal for selected geometry is calculated, was accumulating half selected edge's into normals which was OK with even surrounding geometry but could skew too easily if the surroundings were not so even. Now use the 2D screen space selected edge vector to calculate the normals in relation to the target mouse position. - Option to rotate initial selection, gives better results in some cases. (Ctrl+Shift+Click to disable) http://wiki.blender.org/index.php/File:ClickExtrudeFix.png |
Commit Details:
Full Hash: d058a9c8c3d5481fa0c82c8118d207fda6b56830
SVN Revision: 32442
Parent Commit: 54ffc23
Lines Changed: +81, -16