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
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-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 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-16Python API: make Image.save and Image.save_render more consistent with operatorBrecht Van Lommel
2022-05-16Fix T98153: bpy.ops.image.save_as not working from Python, after recent changesBrecht Van Lommel
2022-05-16Cleanup: Remove confirmation poopup from 'make override' 3DView operator.Bastien Montagne
2022-05-16Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-16Fix T96503: Assert using PropertyGroup and PointerProperty prop in Panel.Bastien Montagne
2022-05-16Cleanup: shadowing warningCampbell Barton
2022-05-15Fix: Build error on Windows after recent cleanupHans Goudey
2022-05-15Cleanup: Simplify loop syntax, make function staticHans Goudey
2022-05-15Cleanup: Move three mesh editors files to C++Hans Goudey