Go to file
Campbell Barton 912db4cdb5 [#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.
2011-06-09 03:56:32 +00:00
build_files Shuffle some build code around to ensure debug builds on Windows actually run too. 2011-06-08 11:53:07 +00:00
doc quiet 2 compiler warnings and update man page 2011-06-04 03:07:56 +00:00
extern update to glew 1.6 from 1.5.8 2011-06-02 00:05:54 +00:00
intern SVN maintenance. 2011-06-05 00:10:20 +00:00
release rna option not to save certain properties for redoing later, currently only used by operator presets. 2011-06-07 10:54:57 +00:00
source [#27615] Box select of mesh object disabled or translated due to curve object 2011-06-09 03:56:32 +00:00
CMakeLists.txt cmake: remove python include in the wm module, set opengl as a system include. 2011-06-08 05:39:58 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile avoid cd'ing with the makefile stub 2011-06-06 16:00:32 +00:00
SConstruct Shuffle some build code around to ensure debug builds on Windows actually run too. 2011-06-08 11:53:07 +00:00