blender/source
Nicholas Bishop 52418868eb Fix for size of VBO index type when drawing multires in sculpt mode.
The VBO index type can be either ushort or uint depending on the grid
size. The comparison was checking how many quads are in the array, but
this was incorrect; the size of the index elements should depend on
the maximum value they reference, i.e. the maximum coord/normal
element.
2012-03-16 23:21:40 +00:00
..
blender Fix for size of VBO index type when drawing multires in sculpt mode. 2012-03-16 23:21:40 +00:00
blenderplayer Add stub needed for blenderplayer compilation. 2012-03-05 17:23:52 +00:00
creator bmesh: being back bevel modifier from 2.62 stable. 2012-03-15 23:56:46 +00:00
darwin
gameengine fix [#30493] GE crashes on exit because of using freed mtfaces from tessfaces 2012-03-13 23:28:02 +00:00
icons
tests mesh_validate code for bmesh (i.e. polys/loops). 2012-03-15 20:10:07 +00:00
CMakeLists.txt
SConscript