tornavis/source/blender
Nicholas Bishop f751d0f6ae Replace hardcoded DMGridData structure with CCGElem/CCGKey.
* Changes to DerivedMesh interface: DMGridData has been removed,
  getGridData() now returns an array of CCGElem pointers. Also added
  getGridKey() to initialize a CCGKey (implemented only by
  CCGDerivedMesh.)

* PBVH: added BLI_pbvh_get_grid_key().

* A lot of code is affected, but mainly is just replacing
  DMGridData.co, DMGridData.no, and sizeof(DMGridData) with the
  CCG_*_elem functions, removing the reliance on grid elements of
  exactly six floats.
2012-05-10 20:33:09 +00:00
..
avi style cleanup: whitespace/operators 2012-05-09 09:24:15 +00:00
blenfont Renamed "fake" OpenGL identifiers. 2012-05-04 11:50:11 +00:00
blenkernel Replace hardcoded DMGridData structure with CCGElem/CCGKey. 2012-05-10 20:33:09 +00:00
blenlib Replace hardcoded DMGridData structure with CCGElem/CCGKey. 2012-05-10 20:33:09 +00:00
blenloader Fix #31369. Needed some do_versions backward compatibility code to ensure the old file path was split correctly into base path + filename. 2012-05-09 08:28:50 +00:00
blenpluginapi code cleanup: header cleanup 2012-04-30 14:24:11 +00:00
bmesh fix for limited dissolve (after sine intended fixes - not cleaning up before vertex dissolve would skip dissolving some verts that should be dissolved). 2012-05-06 18:37:08 +00:00
collada Apply [#30199] Fix COLLADA export of material names 2012-05-09 22:54:18 +00:00
editors Replace hardcoded DMGridData structure with CCGElem/CCGKey. 2012-05-10 20:33:09 +00:00
gpu Replace hardcoded DMGridData structure with CCGElem/CCGKey. 2012-05-10 20:33:09 +00:00
ikplugin code cleanup: naming - pose/armature/image 2012-05-05 16:03:57 +00:00
imbuf style cleanup: png 2012-05-09 15:21:45 +00:00
makesdna Add new options to PAINT_OT_brush_select, toggle and create_missing. 2012-05-10 20:32:31 +00:00
makesrna Add an RNA access function to get an enum item name from its value. 2012-05-10 20:32:21 +00:00
modifiers Code cleanup for multires_dm_create_from_derived(). 2012-05-10 20:32:09 +00:00
nodes code cleanup: color/bw conversion - use BLI color function. 2012-05-09 10:48:24 +00:00
python classic compile error: GLEW_STATIC needs to be define when we use opengl functions 2012-05-09 09:49:24 +00:00
quicktime code cleanup: header cleanup 2012-04-30 14:24:11 +00:00
render code cleanup: color/bw conversion - use BLI color function. 2012-05-09 10:48:24 +00:00
windowmanager Fix #31221: Multiple Monitors/Windows Double Click For Focus 2012-05-10 15:34:23 +00:00
CMakeLists.txt svn merge ^/trunk/blender -r42372:42416 2011-12-04 18:39:19 +00:00
SConscript svn merge -r41655:41715 ^/trunk/blender --- this is the real cycles merge, needs some edits to cycles its self before cycles will build 2011-11-10 04:17:43 +00:00