Blender Git Commit Log
Git Commits -> Revision dff1738
Revision dff1738 by Campbell Barton (master) October 11, 2009, 19:57 (GMT) |
bugfix for exitmode verts being unselectable. caused by view3d_project_short_clip/noclip being used by selecton code outside of object drawing (which isnt supposed to happen according to view3d_project_short_* comments). Deal with this by adding ED_view3d_init_mats_rv3d(ob, r3d) which initialized the region mat's and is used in mesh_foreachScreenVert, mesh_foreachScreenEdge etc. |
Commit Details:
Full Hash: dff1738765aba649b07f3174ed807e7df8e38eee
SVN Revision: 23772
Parent Commit: efed735
Lines Changed: +41, -6