tornavis/source/blender/freestyle
Bastien Montagne 7bae9ee6b6 Mesh validate: add an option to not clean temp/cache CDLayers.
This is mandatory for incoming custom normal imports from io scripts, because
often geometry here is corrupted, so we need to call mesh.validate() to clean it up.

Issue is, we cannot set custom normals before geometry is clean, so we need to store
temporary plain loop normals in a CD_NORMAL layer, validate, and then set custom normals.
So we need a way to prevent 'temp' lnors to be freed by validate.
2015-02-05 14:03:01 +01:00
..
intern Mesh validate: add an option to not clean temp/cache CDLayers. 2015-02-05 14:03:01 +01:00
CMakeLists.txt Fix for view map cache not flushed by updates of edge detection options. 2015-01-03 15:40:07 +09:00
FRS_freestyle.h Fix freestyle/bplayer build (usual stub stuff). 2014-10-02 12:47:05 +02:00
SConscript Buildbot: disable command length workaround for now, seems to give link errors. 2013-06-25 00:49:43 +00:00