tornavis/source/blender/makesrna
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
rna_cleanup switch verious references from py3.2 -> 3.3 or just 3. 2012-11-26 13:58:06 +00:00
CMakeLists.txt
RNA_access.h Viewport: Add adjustable safe areas, 3d-view & VSE 2015-01-19 16:47:57 +11:00
RNA_define.h UI: move toggle icons out of layout checks into rna 2014-01-30 16:24:51 +11:00
RNA_documentation.h
RNA_enum_types.h Transfer Data: add main core code and operators. 2015-01-09 19:32:44 +01:00
RNA_types.h Refactor 'immediate search' feature 2014-12-25 12:55:29 +01:00
SConscript Fix for scons files missing physics include folder. 2015-01-20 09:30:03 +01:00