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
2022-08-29Cleanup: move Cycles display driver context handling to render moduleBrecht Van Lommel
2022-08-29Cleanup: move part of render module to C++Brecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-30Cleanup: Cmake: remove unnecessary definitions for internationalizationAaron Carlisle
2022-01-17Baking: new method to generate margin, based on adjacent facesMartijn Versteegh
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2020-12-11Cleanup: sort cmake file listsCampbell Barton
2020-11-12Cleanup: Remove SSE math optimization i386 macOS buildsAaron Carlisle
2020-11-09Cleanup: more renaming in the render/ module for consistencyBrecht Van Lommel
2020-11-06Cleanup: Rename render texture files to texture_*Aaron Carlisle
2020-11-06Fix missing include warningAaron Carlisle
2020-11-06Cleanup: Render Module: combine intern/ source & includeAaron Carlisle
2020-11-06Cleanup: Render Module: move header files to main directoryAaron Carlisle
2020-11-06Cleanup: use string APPEND/PREPENDCampbell Barton
2020-10-05Move sequencer sources from blenkernelRichard Antalik
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-07-16Simulation: Rename `physics` directory to `simulation`Jacques Lucke
2020-05-19Fix: build error due to missing definitionsJacques Lucke
2020-02-24Mantaflow: Address precompiler warning and related cleanupJulian Eisel
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis
2019-04-24Cleanup: sort CMake include pathsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-01-25Cleanup: sort cmake file listsCampbell Barton
2018-07-18GWN: Port to GPU module: Move files to GPUClément Foucault
2018-06-11Render: Fix build problem with missing GL/glew.hfclem
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2017-09-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-22Remove quicktime supportAaron Carlisle
2017-05-03Merge branch 'master' into blender2.8Lukas Stockner
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2017-03-01Merge branch 'master' into blender2.8Campbell Barton
2017-03-01Task scheduler: Remove counter of done tasksSergey Sharybin
2017-02-07Clay-Engine (merge clay-engine)Clément Foucault
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-01-20Reimplemented the voxel texture type for displaying hair continuum grids.Lukas Tönne
2014-10-04Cycles: Add support for debug passesSergey Sharybin
2014-05-03Bake API - bpy.ops.object.bake()Dalai Felinto
2014-04-11Blender Internal: remove BLI BVH for raytracing.Brecht Van Lommel
2014-03-05Code cleanup: remove long unused gamma correction tablesCampbell Barton
2013-10-25add check for cmake that source files are not included multiple timesCampbell Barton
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-03-24Merged changes in the trunk up to revision 55546.Tamito Kajiyama