Blender Git Loki
Git Commits -> Revision 94f171f
Revision 94f171f by Campbell Barton (master) February 28, 2012, 07:19 (GMT) |
fix [#30374] Can't Fill Triangular Face the problem was a triangle couldnt be made when there was a quad that used 3 of the verts. * now check if overlapping face has same length as the one to be created. * an unrelated fix - the output of a triangle was not being flagged by the bmesh_contextual_create operator. |
Commit Details:
Full Hash: 94f171f2c6515782a3e8955f5d0a14e57bb063e1
SVN Revision: 44505
Parent Commit: 729ddf5
Lines Changed: +20, -10