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
path: root/source
AgeCommit message (Expand)Author
2021-02-13Cleanup: macro hygiene, use parenthesis around operatorsCampbell Barton
2021-02-13Cleanup: use doxy sectionsCampbell Barton
2021-02-13Merge branch 'blender-v2.92-release'Campbell Barton
2021-02-13Fix brace placement from recent fix for T85581Campbell Barton
2021-02-13Cleanup: Remove unused outliner enum valuesNathan Craddock
2021-02-13Cleanup: Fix clang compile warningStephan Seitz
2021-02-13Cleanup: Simplify three functions in displist.cHans Goudey
2021-02-13EEVEE: Depth of field: New implementationClément Foucault
2021-02-12Cleanup: Decrease scope of RNA enum definitionsHans Goudey
2021-02-12Geometry Nodes: Add operation setting to attribute randomize nodeHans Goudey
2021-02-12Geometry Nodes: Allow attribute nodes to use different domainsHans Goudey
2021-02-12OpenColorIO: upgrade to version 2.0.0Brecht Van Lommel
2021-02-12Geometry Nodes: Add dependency relation for collection objectsHans Goudey
2021-02-12Geometry Nodes: Make instances real on-demandHans Goudey
2021-02-12Merge branch 'blender-v2.92-release'Jacques Lucke
2021-02-12Fix T84899: instance ids are not unique in common casesJacques Lucke
2021-02-12Merge branch 'blender-v2.92-release'Antonio Vazquez
2021-02-12GPencil: Fix compiler warnings after previous commitAntonio Vazquez
2021-02-12Merge branch 'blender-v2.92-release'Antonio Vazquez
2021-02-12Fix T85581: GPencil draw on surface does not workAntonio Vazquez
2021-02-12Merge branch 'blender-v2.92-release'Brecht Van Lommel
2021-02-12Baking: support vertex color baking of normal material, UV discontinuitiesBrecht Van Lommel
2021-02-12Fix T85558: crash changing the resolution mode of the "volume to mesh" nodePhilipp Oeser
2021-02-12Merge branch 'blender-v2.92-release'Jacques Lucke
2021-02-12Geometry Nodes: remove incorrect assertJacques Lucke
2021-02-12Merge branch 'blender-v2.92-release'Jeroen Bakker
2021-02-12Cycles: Use Blender Settings For AOVJeroen Bakker
2021-02-12Fix T85545: changing position attribute does not tag normals dirtyJacques Lucke
2021-02-12Fix T79999: Double color management applied during viewport animation renderJeroen Bakker
2021-02-12Fix T79999: Double color management applied during viewport animation renderJeroen Bakker
2021-02-12UI: expose the 3D views active object, even when hiddenCampbell Barton
2021-02-12WM: Add 'Confirm On Release' option for WM_OT_radial_controlJuanfran Matheu
2021-02-12CMake: update MSVC PDB path referenceCampbell Barton
2021-02-12PyAPI: Use PyPreConfig & PyConfig for Python initializationCampbell Barton
2021-02-12PyAPI: use PyModule_AddType utility functionCampbell Barton
2021-02-12PyAPI: remove Python 3.7x compatibility codeCampbell Barton
2021-02-11CMake: update python to 3.9.1Campbell Barton
2021-02-11Cleanup: clang-format, spellingCampbell Barton
2021-02-11Cleanup: Python GPU: Use consistent prefixes for local APIGermano Cavalcante
2021-02-11Cleanup: Remove unused variableHans Goudey
2021-02-11Merge branch 'blender-v2.92-release'Hans Goudey
2021-02-11Fix T85555: Geometry Nodes: Attribute Vector Math Wrap is brokenHans Goudey
2021-02-11GPencil: Move Autofit parameter from topbar to advanced panelAntonio Vazquez
2021-02-11Merge branch 'blender-v2.92-release'Campbell Barton
2021-02-11Fix T84114: Existence of vertex groups slows down mesh editingCampbell Barton
2021-02-11Attributes: support bool attribute in rnaJacques Lucke
2021-02-11Merge branch 'blender-v2.92-release'Philipp Oeser
2021-02-11Fix T85543: Object Types Visibility missing shading notifierPhilipp Oeser
2021-02-11Fix T85541: crash when replacing an existing node linkJacques Lucke
2021-02-11UI: Multi-input node socket spacing and interactionFabian Schempp