tornavis/source/blender
Daniel Dunbar fb651ddb4a - change mesh_calc_normals to set vertices with len(no)==0
to normalised coordinate (convention in blender, helps with
   halo)
 - removed vertexnormals(), vertexnormals_mesh()
 - removed CTX_NO_NOR_RECALC (always assume already calculated)
 - change NMesh.c to call mesh_calc_normals
 - chance load_editMesh to call mesh_calc_normals after done
   converting instead of using editmesh normals
 - update recalc_editnormals to also calc vertex normals (whats
   4 more adds and a sqrt among friends)

Its hard to believe, but it just might be the case that there
are only two places mesh normals are calculated now (renderer
and kernel)
2005-07-23 19:03:43 +00:00
..
avi a fix for: https://projects.blender.org/tracker/index.php?func=detail&aid=1173&group_id=9&atid=126 2005-03-23 18:33:52 +00:00
blenkernel - change mesh_calc_normals to set vertices with len(no)==0 2005-07-23 19:03:43 +00:00
blenlib Killed silly modal PoseMode mode! :) 2005-07-23 18:52:31 +00:00
blenloader - bug fix, old files with me->subdiv==0 crashed, fix to make sure they 2005-07-22 15:09:54 +00:00
blenpluginapi Modified the warnings used (was using c++ warnings for c files) 2005-04-05 14:32:35 +00:00
ftfont big warning hunt commit 2005-03-09 19:45:59 +00:00
imbuf This is a dumb little commit to do while things are frozen. 2005-06-02 16:16:11 +00:00
img Added #!/usr/bin/python standard script identifier to the start of SConscript files. 2004-05-16 13:07:20 +00:00
include - change mesh_calc_normals to set vertices with len(no)==0 2005-07-23 19:03:43 +00:00
makesdna Killed silly modal PoseMode mode! :) 2005-07-23 18:52:31 +00:00
python - change mesh_calc_normals to set vertices with len(no)==0 2005-07-23 19:03:43 +00:00
quicktime (Accidentally sent previous commit without message... is same stuff) 2005-06-08 18:55:49 +00:00
radiosity Tsk, noob mistake in intrr's radiosity commit (not collecting invisible faces). 2005-07-21 05:43:49 +00:00
readblenfile A couple more simple gcc4.X warnings fixed. 2005-04-28 14:37:15 +00:00
render Reverted to good line endings 2005-07-16 22:02:59 +00:00
renderconverter - cleaned up calc_vertexnormals, did unnecessary temporary array alloc 2005-07-23 18:27:09 +00:00
src - change mesh_calc_normals to set vertices with len(no)==0 2005-07-23 19:03:43 +00:00
verify Support for building bf-blender under windows with gcc (huge thanks to 2003-05-24 20:04:37 +00:00
yafray Result of 2 weeks of quiet coding work in Greece :) 2005-07-03 17:35:38 +00:00
Makefile This commit removes the glue from Blender, and with it 2004-04-16 15:55:16 +00:00
SConscript Added #!/usr/bin/python standard script identifier to the start of SConscript files. 2004-05-16 13:07:20 +00:00