Blender Git Loki
Git Commits -> Revision 912db4c
Revision 912db4c by Campbell Barton (master) June 9, 2011, 03:56 (GMT) |
[#27615] Box select of mesh object disabled or translated due to curve object ED_view3d_init_mats_rv3d was calling glMultMatrixf() which was mostly harmless but could also lead to confusing bugs (2 reported previously). Looked into this and every call to ED_view3d_init_mats_rv3d except for object drawing, doesn't need this so made a second version of ED_view3d_init_mats_rv3d - ED_view3d_init_mats_rv3d_gl which does the matrix multiplication, remove confusing checks in selection code. |
Commit Details:
Full Hash: 912db4cdb571d6421cb8c018a0db4fa93984549c
SVN Revision: 37327
Parent Commit: e7e1bc4
Lines Changed: +19, -24