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

4 Modified Paths:

/source/blender/editors/include/ED_view3d.h (+1, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+8, -3) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+9, -20) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021