Blender Git Loki
Git Commits -> Revision a5156d1
Revision a5156d1 by Brecht Van Lommel (master) April 4, 2010, 10:37 (GMT) |
Fix crash entering edit mode on linked duplicate meshes with dupliverts. The flag mode & OB_MODE_EDIT only indicates that this object is being edited by the user, not if the mesh is in editmode or not, it should check for the existence of me->edit_mesh. Also corrected two other places for this. |
Commit Details:
Full Hash: a5156d139e2bd0a9db80ffd097ceb22e22ece16b
SVN Revision: 27982
Parent Commit: 5de041c
Lines Changed: +4, -4