Go to file
Bastien Montagne eea7521e21 leanup: style, use 'const' where possible, and simplified blend funcs.
Much better to use small loops when doing complex operations over color elements
(any serious compiler will flatten them anyway), avoids (some!) stupid mistakes when
editing their code.

Also, use min/max funcs instead of lengthier 'if (foo < 0) foo = 0'.
2014-07-30 12:19:41 +02:00
build_files OSX/buildbot: after recent scons fix, UTF lib linkage is handled dependent on config, so remove now obsolete lines 2014-07-29 20:08:41 +02:00
doc BGE: Constraint wrapper fix. 2014-07-29 00:22:13 -03:00
extern Fix crash in cases when first BA step happens with all zero-weighted tracks 2014-07-23 00:46:26 +06:00
intern Fix T41174: Tangent space required UV map in Cycles 2014-07-29 16:08:47 +06:00
release New compositor node "Sun Beams" 2014-07-26 12:59:29 +02:00
scons@1ec93106c4 Fix T40606: Blender 2.71RC1 for Windows uses too old blender.mo file in Japanese 2014-06-16 14:04:49 +06:00
source leanup: style, use 'const' where possible, and simplified blend funcs. 2014-07-30 12:19:41 +02:00
tests Cleanup: pep8 & redundant vars 2014-07-22 12:03:15 +10:00
.arcconfig
.gitignore ignore in-source doc building dirs 2014-07-27 22:04:10 +10:00
.gitmodules
CMakeLists.txt OSX/cmake: fix linking utf-functions if llvm is disabled 2014-07-29 19:46:15 +02:00
COPYING
GNUmakefile Source Checkers: Include intern/ libs we maintain in spelling checks 2014-07-25 15:17:29 +10:00
SConstruct OSX/scons: Fix linking if llvm is not used ( new osl/llvm/oiio related ) 2014-07-29 10:59:57 +02:00