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-17Cleanup: fix compiler warningBrecht Van Lommel
2022-05-17Fix: Copy and paste error in curves RNAHans Goudey
2022-05-17Cleanup: Use const in curves sculpt codeHans Goudey
2022-05-17Cleanup: Order return arguments lastHans Goudey
2022-05-17EEVEE-Next: Fix missing break in switch statementClément Foucault
2022-05-17EEVEE-Next: Add camera moduleClément Foucault
2022-05-17DRW: Add DRW_view_camtexco_get()Clément Foucault
2022-05-17DRWWrapper: Add StorageFlexibleBufferClément Foucault
2022-05-17DRW: Add SwapChain container to allow easier usage of double bufferingClément Foucault
2022-05-17Merge branch 'blender-v3.2-release'Sergey Sharybin
2022-05-17Fix console errors about missing properties in circle selectSergey Sharybin
2022-05-17Remove incorrect poll method from `object.instance_offset_from_cursor`Sybren A. Stüvel
2022-05-17Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-17Preferences: Moved Sculpt texture paint to prototypes.Jeroen Bakker
2022-05-17Update tests to account for Text.as_string not adding a trailing newlineCampbell Barton
2022-05-17Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-17Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-17Fix click detection for simulated eventsCampbell Barton
2022-05-17Fix text.as_string() adding a trailing new-lineCampbell Barton
2022-05-17Cleanup: Deduplicate Alembic procedural bounding box mesh creationHans Goudey
2022-05-17Merge remote-tracking branch 'origin/blender-v3.2-release'Jesse Yurkovich
2022-05-17Fix T96414: Stencil mapping is incorrect for UDIMsJesse Yurkovich
2022-05-17Cleanup: spelling in commentsCampbell Barton
2022-05-17Fix T98185: Assertion saving while fullscreenCampbell Barton
2022-05-17Fix DPX/CINEON writing full file paths into image headers on WIN32Campbell Barton
2022-05-17Cleanup: use term 'filepath' for full file pathsCampbell Barton
2022-05-17ImBuf: replace exit(1) with assert when writing IRIS imagesCampbell Barton
2022-05-17Cleanup: better doc-string for iris, order args & use const variablesCampbell Barton
2022-05-17Cleanup: formatCampbell Barton
2022-05-17Cleanup: compiler warningsCampbell Barton
2022-05-16VSE: Delete Strip and Scene Data in one stepAntonio Vazquez
2022-05-16VSE: Add new Scene and StripAntonio Vazquez
2022-05-16VSE: New Change Scene option in Change menuAntonio Vazquez
2022-05-16Fix std::optional value() build error on older macOS SDKBrecht Van Lommel
2022-05-16Merge remote-tracking branch 'origin/blender-v3.2-release'Sybren A. Stüvel
2022-05-16Fix T96289: Crash when accessing mesh via `ob.data` in a driverSybren A. Stüvel
2022-05-16Fix: Node editor "Group" panel displays for embedded node treesHans Goudey
2022-05-16Fix image saving incorrectly overrding non-color data color spaceBrecht Van Lommel
2022-05-16LibOverride: Do not write Surface Deform modifier binding data.Bastien Montagne
2022-05-16LibOverride: Do not write Laplacian Deform modifier binding data.Bastien Montagne
2022-05-16LibOverride: Do not write Corrective Smooth modifier binding data.Bastien Montagne
2022-05-16LibOverride: Do not write MeshDeform modifier binding data.Bastien Montagne
2022-05-16Refactor modifiers writing code.Bastien Montagne
2022-05-16Cleanup: make functions for setting active/render layer more consistentMartijn Versteegh
2022-05-16Cleanup: Tracking, clarify commentSergey Sharybin
2022-05-163D Texturing: Undo.Jeroen Bakker
2022-05-16Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-16GPencil: Refine Tooltip for Noise modifierAntonio Vazquez
2022-05-16Fix T98136: Crash undoing "Make Library Override" in some cases.Bastien Montagne
2022-05-16Merge branch 'blender-v3.2-release'Brecht Van Lommel