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
2020-11-06Cleanup: Render Module: move header files to main directoryAaron Carlisle
2020-10-29Cleanup: remove unused Blender Internal render stats codeBrecht Van Lommel
2020-10-27Multires: Remove simple subdivision typeSergey Sharybin
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-01Cleanup: make texture coordinates constJacques Lucke
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2020-07-20Python API: option to use OpenGL context in RenderEngine.renderMiguel Pozo
2020-05-28Cleanup: remove unused struct members from RenderStatsCampbell Barton
2020-05-20Cleanup: make guarded memory allocation always thread safeBrecht Van Lommel
2020-05-18Fix T62422: Baking ray distance do not workSebastian Parborg
2020-05-15Cycles: code refactor to bake using regular render session and tilesBrecht Van Lommel
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-05-01Cleanup: rename externtex to RE_texture_evaluateCampbell Barton
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-03-27Fix T69060: File Output Node does not work with Time RemappingPhilipp Oeser
2020-03-20Python API: add bl_use_stereo_viewport for RenderEngineBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-13Cleanup: pass const args (mostly Scene & RenderData)Campbell Barton
2020-02-21EEVEE: Render PassesJeroen Bakker
2020-02-20Cleanup: declatatuons for functions that don't existCampbell Barton
2020-02-14Freestyle: Add option for rendering Freestyle to a separate passLukas Stockner
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-17Cleanup: spellingCampbell Barton
2019-06-18Cleanup: remove unused render buffersBrecht Van Lommel
2019-06-06Python API: allow external render engines to use Eevee for LookDev shadingBrecht Van Lommel
2019-05-16Cycles: Fix missing viewport updates after recent changesSergey Sharybin
2019-05-07Cleanup: Make Render finalization function more genericSergey Sharybin
2019-05-07Cleanup: More clear naming for rendering functionsSergey Sharybin
2019-04-21Cleanup: comments (long lines) in renderCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14Render: new material previewWilliam Reynish
2019-03-25Cleanup: styleCampbell Barton
2019-03-01Merge branch 'blender2.7'Brecht Van Lommel
2019-03-01Fix T62073: Cycles random hangs rendering with Save Buffers on.Brecht Van Lommel
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16DNA: rename near/far -> clip_start/clip_endCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: manually remove header text not handled by automationCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Cleanup: manually remove header text not handled by automationCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-26Cleanup: remove blender-internal update flagCampbell Barton
2019-01-24Fix T60095: freestyle not rendering animated camera correctly.Brecht Van Lommel
2019-01-18Merge branch 'blender2.7'Lukas Stockner