Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-05-19Cleanup: add braces for multi-line blocksCampbell Barton
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2016-07-19Cleanup: style, spellingCampbell Barton
2016-03-05Cleanup: unnecessary comma useCampbell Barton
2015-11-23Cleanup: shadowing (render)Campbell Barton
2015-07-01Cleanup: use boolsCampbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-04-06Cleanup: replace confusing 'if' statementsCampbell Barton
2015-04-06Fix T43696: Baking tearing normalsCampbell Barton
2014-11-30Cleanup: warnings & spaceCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-29Code cleanup: remove redundant matrix initializationCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (render)Campbell Barton
2014-04-23Blender Internal: Add material property "Cast" which can disable both ray and...IRIE Shinsuke
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-18Code cleanup: jitter, use 2d float arrayCampbell Barton
2014-03-05Code cleanup: remove long unused gamma correction tablesCampbell Barton
2014-02-12Revert own previous commit rBe2f9afbaabbd.IRIE Shinsuke
2014-02-11Blender Internal: Modify material property "Cast Buffer Shadows" to affect ra...IRIE Shinsuke
2013-09-02Some function didn't match their declarationSergey Sharybin
2013-08-08disable cycles when building without python, also use const for function args...Campbell Barton
2013-08-07code cleanup: use NULL rather then zero for pointersCampbell Barton
2013-06-20Fix #35807: blender internal motion blur render without antialiasing wouldBrecht Van Lommel
2013-06-13Fix #35664: blender internal material index pass + ztransp + multiple materialsBrecht Van Lommel
2013-05-26BLI_math rename functions:Campbell Barton
2013-03-26style cleanup:Campbell Barton
2013-01-09Fix #33815: blender internal crash rendering material pass with strands.Brecht Van Lommel
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-11code cleanup: spelling labda -> lambdaCampbell Barton
2012-11-23ifdef'd gcc diagnostic pragma's to quiet msvc and others.Campbell Barton
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-23Fix for [#28927] Z-Transp disables Material Pass IndexJeroen Bakker
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21code cleanup: spellingCampbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-06-17style cleanup:Campbell Barton
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell Barton
2012-05-27code cleanup: use const float and define array sizeCampbell Barton
2012-05-18style cleanup: and add missing files to cmakeCampbell Barton