blender/source/blender
Sergey Sharybin 4041c57756 - Remove unused code in bmesh interpolation module and switch it to using mathutils
functions instead of own macros for vectors.
- Double precision isn't needed here at all. It only makes it impossible to use
  mathutils, adds extra float<->double conversions without any benefits.
  (current multires interpolation is already an approximate method and it can't
  be improved using double precision)
2012-02-21 17:24:05 +00:00
..
avi unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
blenfont unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
blenkernel Flip displacement direction after interpolation in bmesh_loop_interp_mdisps 2012-02-21 17:23:03 +00:00
blenlib Another fix for non-VBO flat-shading in sculpt mode, this time for non-multires meshes. 2012-02-21 04:24:30 +00:00
blenloader fix [#30266] B-Mesh: Issue with Weight Painting 2012-02-20 00:18:35 +00:00
blenpluginapi svn merge ^/trunk/blender -r44189:44204 2012-02-17 20:56:25 +00:00
bmesh - Remove unused code in bmesh interpolation module and switch it to using mathutils 2012-02-21 17:24:05 +00:00
collada misc changes from trunk (avoid confusion since these were not intentional differences) 2012-02-19 18:41:30 +00:00
editors Done BMESH_TODO in object/object_vgroup.c (make getSurroundingVerts() use polys/loops instead of tessfaces). 2012-02-20 22:16:20 +00:00
gpu Another fix for non-VBO flat-shading in sculpt mode, this time for non-multires meshes. 2012-02-21 04:24:30 +00:00
ikplugin unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
imbuf Wring scaling and precision error in previous commit. 2012-02-18 16:42:19 +00:00
makesdna remove NGon Interp modifier (which was merged as apart of BMesh), 2012-02-20 23:24:57 +00:00
makesrna Fix #30270, #30265: cycles not displaying textured objects, and not rendering 2012-02-21 14:39:59 +00:00
modifiers Fix [#30281] Left/Right vertex weights flipped. 2012-02-21 14:45:18 +00:00
nodes unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
python fix for leak in gpu.export_shader(), wasnt freeing the function. 2012-02-20 22:04:29 +00:00
quicktime unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
render svn merge ^/trunk/blender -r44235:44250 2012-02-19 17:59:30 +00:00
windowmanager fix harmless but annoying memory leak prints, "newmem", now free all scanfill memory on exit. 2012-02-19 22:36:24 +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