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-05-18Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-18Fix (unreported) crash in some rare case when making liboverride.Bastien Montagne
2022-05-17Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-17Fix T98052: Eevee / Workbench background render crash with GPU subdivisionBrecht Van Lommel
2022-05-17Cleanup: Remove asserts when logging error messages.Bastien Montagne
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-05-17Cleanup: Use const in curves sculpt codeHans Goudey
2022-05-17Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-17Fix text.as_string() adding a trailing new-lineCampbell Barton
2022-05-17Cleanup: spelling in commentsCampbell Barton
2022-05-17Cleanup: use term 'filepath' for full file pathsCampbell Barton
2022-05-16Fix image saving incorrectly overrding non-color data color spaceBrecht Van Lommel
2022-05-16Refactor modifiers writing code.Bastien Montagne
2022-05-16Cleanup: make functions for setting active/render layer more consistentMartijn Versteegh
2022-05-163D Texturing: Undo.Jeroen Bakker
2022-05-16Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-16Fix T98136: Crash undoing "Make Library Override" in some cases.Bastien Montagne
2022-05-16Python API: make Image.save and Image.save_render more consistent with operatorBrecht Van Lommel
2022-05-16Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-15Cleanup: Simplify loop syntax, make function staticHans Goudey
2022-05-15Cleanup: Remove includes from DerivedMesh headerHans Goudey
2022-05-15Fix T98049: crash rendering multilayer EXR with some color spacesBrecht Van Lommel
2022-05-15Cleanup: Simplify loop syntax, decrease variable scopeHans Goudey
2022-05-15Cleanup: Remove unused DerivedMesh functionHans Goudey
2022-05-15Cleanup: Remove unused subsurf ccg functionsHans Goudey
2022-05-15Merge branch 'blender-v3.2-release'Joseph Eagar
2022-05-15Fix T81715: Unprojected radius mode messes up sculpt texture radiusJoseph Eagar
2022-05-14Fix: Build error due to previous commitHans Goudey
2022-05-14Cleanup: Further use of const for retrieved custom data layersHans Goudey
2022-05-13Cleanup: Use const argumentsHans Goudey
2022-05-13Cleanup: Use standard variable names for curvesHans Goudey
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-05-13Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-13Fix T98072: Regression: When appending a Scene, the Collections that are excl...Bastien Montagne
2022-05-13Color Management: various improvements and fixes for image savingBrecht Van Lommel
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-05-12Cleanup: remove redundant float to byte conversion for stereo image savingBrecht Van Lommel
2022-05-12Cleanup: remove redundant code and data copying image save as operatorBrecht Van Lommel
2022-05-12Cleanup: move image save options init to image_save.ccBrecht Van Lommel
2022-05-12Cleanup: remove unused function declarationBrecht Van Lommel
2022-05-12Cleanup: Refactor marker area clampingSergey Sharybin
2022-05-12Cleanup: Remove redundant marker clamping code pathSergey Sharybin
2022-05-12Cleanup: Strong type for track path clear APISergey Sharybin
2022-05-12Cleanup: Move tracking constants to be printable enumsSergey Sharybin
2022-05-12Cleanup: More proper sections in tracking codeSergey Sharybin
2022-05-12Cleanup: More proper sections in subdiv codeSergey Sharybin
2022-05-12Cleanup: discarded-qualifier warning, mixing enum/intsCampbell Barton
2022-05-12UDIM: Add support for packing inside .blend filesJesse Yurkovich
2022-05-11Cleanup: fix compiler warnings on macOSLoren Osborn
2022-05-11Fix T97330: GPU Subdiv compiler error.Jeroen Bakker