tornavis/source/blender
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
..
avi Cleanup: warnings, typos 2014-10-29 14:15:21 +01:00
blenfont Fix for recent LANG locale workaround 2015-02-04 16:02:47 +05:00
blenkernel Mesh validate: add an option to not clean temp/cache CDLayers. 2015-02-05 14:03:01 +01:00
blenlib BLI_math vectors: add minmax_v3v3_v3_array to get min and max values on each components of an array of 3D vectors. 2015-02-05 14:00:58 +01:00
blenloader Compositor: Implement sampled motion blur for plane track deform node 2015-02-04 01:17:59 +05:00
bmesh BMesh: optimize selection flushing 2015-02-03 19:59:39 +11:00
collada Mesh validate: add an option to not clean temp/cache CDLayers. 2015-02-05 14:03:01 +01:00
compositor Compositor: Code cleanup, trailing whitespace and wrapping 2015-02-04 13:04:09 +05:00
datatoc cleanup: pep8 2015-01-29 15:35:06 +11:00
editors Fix T43566: Missing update event for VSE 2015-02-05 11:54:47 +01:00
freestyle Mesh validate: add an option to not clean temp/cache CDLayers. 2015-02-05 14:03:01 +01:00
gpu Use MAX_CUSTOMDATA_LAYER_NAME for size of GPUInput.attribname array 2015-02-05 11:20:24 +01:00
ikplugin Cleanup: unused headers 2014-11-28 22:16:14 +01:00
imbuf Port fix from gooseberry that doesn't load the full res file if a proxy 2015-02-04 18:48:55 +01:00
makesdna Cleanup: name flip x/y 2015-02-05 03:56:24 +11:00
makesrna Mesh validate: add an option to not clean temp/cache CDLayers. 2015-02-05 14:03:01 +01:00
modifiers Hook Modifier: add falloff & radius options 2015-02-04 07:16:20 +11:00
nodes Fix T43450: Texture node tree failed to clamp 2015-02-05 01:20:35 +05:00
physics Compiler warning: double-promotion 2015-02-01 01:17:21 +11:00
python Documentation: updated mathutils documentation 2015-02-01 18:16:12 +01:00
quicktime OSX: fix T42325 by not letting .vob handled by qt, avoids a doublefree 2014-10-22 12:00:07 +02:00
render Compiler warning: double-promotion 2015-02-01 01:17:21 +11:00
windowmanager cleanup: style/spelling 2015-02-02 23:29:53 +11:00
CMakeLists.txt Moved the cloth solver code into a new subfolder/library inside Blender 2015-01-20 09:30:00 +01:00
SConscript More scons fixes for physics lib. 2015-01-20 09:30:02 +01:00