Patches to Bf Blender for CAD development. https://tornavis.org/
Go to file
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
build_files CMake: add PLATFORM_LINKFLAGS to CMAKE_(SHARED|MODULE)_LINKER_FLAGS 2015-02-05 19:49:46 +11:00
doc Documentation: Support documenting constructors in class __doc__ 2015-02-01 14:00:43 +01:00
extern cleanup: shebang lines 2015-01-29 15:56:23 +11:00
intern Fix T43562: Cycles gets stuck with camera in volume in certain setup 2015-02-05 16:10:50 +05:00
release Cleanup: name flip x/y 2015-02-05 03:56:24 +11:00
scons@625d446ae8 Fixed border extension for the sunbeams node. 2014-09-23 11:42:11 +02:00
source Mesh validate: add an option to not clean temp/cache CDLayers. 2015-02-05 14:03:01 +01:00
tests Add extra Cycles regression tests 2015-02-02 02:02:10 +05:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Revert "ignore conflict files" 2014-08-08 06:00:49 +10:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt MinGW still uses SDL1 - will need to change this of course but no need 2015-02-03 12:51:12 +01:00
COPYING
GNUmakefile Force phony targets to build (even if file exists) 2014-12-20 02:15:14 +01:00
SConstruct Cycles: Add fast math function module 2015-01-31 01:49:41 +05:00