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-02-15Cleanup: clang-formatBrecht Van Lommel
2022-02-15Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-15Fix T95720: Spreadsheet missing volume grid infoHans Goudey
2022-02-15GLShaderInterface: Fix undefined behavior when attributes are optimized away.Clément Foucault
2022-02-15Fix ambiguous definitionsHans Goudey
2022-02-15Merge branch 'blender-v3.1-release'Clément Foucault
2022-02-15GLCompute: Apply state before dispatchClément Foucault
2022-02-15GLDebug: Fix severity checkClément Foucault
2022-02-15GPUTexture: Fix missing enum cases in `to_component_len()`Clément Foucault
2022-02-15BLI: Implement templated math functions for basic typesHans Goudey
2022-02-15BLI: Change dependencies in vector math filesHans Goudey
2022-02-15Cleanup: Use C++ math functionsHans Goudey
2022-02-14Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-14Fix T95252: Move duplicate node doesn't do edge-panningHans Goudey
2022-02-14Cleanup: Pass const Scene to mesh evaluationHans Goudey
2022-02-14Merge branch 'blender-v3.1-release'Sergey Sharybin
2022-02-14Fix T95756: Crash inserting geometry node after linking modifierSergey Sharybin
2022-02-14Merge branch 'blender-v3.1-release'Thomas Dinges
2022-02-14Fix T95778, the macOS minimum versions have been increased for Metal.Thomas Dinges
2022-02-14Cleaunp: Modify commentAntonio Vazquez
2022-02-14Fix T94479: GPU Subdivision surface modifier does not apply to Cycles rendersKévin Dietrich
2022-02-14GPencil: Fill Dilate using negative values contract the fill areaAntonio Vazquez
2022-02-14Fix T95320: CacheFile templates crash when used through PythonKévin Dietrich
2022-02-14Fix Cycles assert in debug mode after recent changesBrecht Van Lommel
2022-02-14Merge remote-tracking branch 'origin/blender-v3.1-release'Kévin Dietrich
2022-02-14Fix T95177: GPU subdiv crashes mirror modifier in edit-modeKévin Dietrich
2022-02-14Fix (studio reported) crash in new resync code.Bastien Montagne
2022-02-14Merge branch 'blender-v3.1-release'Bastien Montagne
2022-02-14Fix T95601: Missing handling of keyingsets ID pointers in lib_query/foreach_i...Bastien Montagne
2022-02-14Merge remote-tracking branch 'origin/blender-v3.1-release'Sybren A. Stüvel
2022-02-14Fix segfault calling `id_properties_ui("prop").update()`Sybren A. Stüvel
2022-02-14Merge branch 'blender-v3.1-release'Jeroen Bakker
2022-02-14Cleanup use c style comments.Jeroen Bakker
2022-02-14Fix T95725: Changing render slot doesn't update displayed image.Jeroen Bakker
2022-02-14Phase out IMA_GPU_REFRESH.Jeroen Bakker
2022-02-14Merge branch 'blender-v3.1-release'Jeroen Bakker
2022-02-14Fix T95699: Compostior backdrop not updated.Jeroen Bakker
2022-02-14Image Engine: Remove region_uv_bounds.Jeroen Bakker
2022-02-14Image Engine: Limit the number of interal textures.Jeroen Bakker
2022-02-14Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-14Fix T95749: missing update when normal node changesJacques Lucke
2022-02-14GNUmakefile: update arguments for 'doc_man' targetCampbell Barton
2022-02-14GNUmakefile: remove package targets that no longer existCampbell Barton
2022-02-14GNUmakefile: don't echo output for checking utilities & docsCampbell Barton
2022-02-14GNUmakefile: use PYTHON variable instead of python3Campbell Barton
2022-02-13Cleanup: Clang tidyHans Goudey
2022-02-13Cleanup: Optimize gl query code pathJesse Yurkovich
2022-02-12Fix (unreported): Issues with 'SNAP_NOT_SELECTED' for pose and edit modesGermano Cavalcante
2022-02-12Fix T94860: GPencil - Avoid drift in Sculpt when mouse/pen is not movedAntonio Vazquez
2022-02-12Merge branch 'blender-v3.1-release'Aaron Carlisle