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
2019-04-22Cleanup: style, use braces for renderCampbell Barton
2019-04-21Cleanup: comments (long lines) in renderCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-25Cleanup: style (render module)Campbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-13Merge branch 'master' into blender2.8Bastien Montagne
2018-04-12Moved vectorblur code from render to compositorJeroen Bakker
2018-02-18Merge branch 'master' into blender2.8Campbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2017-11-22SceneRenderLayer > SceneLayer: Convert LayDalai Felinto
2017-11-22SceneRenderLayer > SceneLayer: Convert Z-MaskDalai Felinto
2017-09-18Cleanup: use clamped rounding functionsCampbell Barton
2017-09-12Fix T52679: Hole in bake normalSergey Sharybin
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