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-04-21PyAPI: improve deprecation warning for bpy.ops context overrideCampbell Barton
2022-04-21Fix crash passing no arguments to Context.temp_overrideCampbell Barton
2022-04-21PyAPI: temporary context override supportCampbell Barton
2022-04-21PyAPI: utility functions for parsing typed RNA argumentsCampbell Barton
2022-04-21Cleanup: spelling in commentsCampbell Barton
2022-04-21Cleanup: clang-formatCampbell Barton
2022-04-21Cleanup: unused argument warningCampbell Barton
2022-04-21UI: Fix typo in Apply Parent Inverse tooltipNate Rupsis
2022-04-21Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-21Cleanup: Don't recalculate normals in versioning codeHans Goudey
2022-04-21Fix: Incorrect info message in set material nodeHans Goudey
2022-04-21Fix: Assert when sculpting empty curvesHans Goudey
2022-04-20GPUMaterial: Use GPU_MAT_CREATED as a defaultClément Foucault
2022-04-20GPUMaterial: Rework the deferred compilation to not use double locksClément Foucault
2022-04-20Revert "DRW: Simplify shader deferred compilation"Clément Foucault
2022-04-19DRW: Simplify shader deferred compilationClément Foucault
2022-04-19GPU: Fix Adresse Sanitizer errorsClément Foucault
2022-04-19Cleanup: GPUMaterial: Remove GPU_material_is_volume_shaderClément Foucault
2022-04-19Cycles: add support for volume motion blurKévin Dietrich
2022-04-19Fix T97338: Correct reference count for COM handling and removal of gotosRobert Guetzkow
2022-04-19PyGPU: remove outdated function 'code_from_builtin'Germano Cavalcante
2022-04-19improve hover tip for 'Lock Object Modes' propertyGaia Clary
2022-04-19Fix wrong logic in comparison code of RNA collection proerties.Bastien Montagne
2022-04-19DRW: Volume: Fix warning about unused variableClément Foucault
2022-04-19Fix: Uninitialized paint brush when using byte textures.Jeroen Bakker
2022-04-19EEVEE: Fix compilation caused by missing fileClément Foucault
2022-04-19GPU: Replace `GPUMaterialVolumeGrid` by `GPUMaterialAttribute`Clément Foucault
2022-04-19Material: Add name to default shadersClément Foucault
2022-04-19Workbench: Volume: Fix errors about unboud textureClément Foucault
2022-04-19DRW: Centralize smoke domain texture managementClément Foucault
2022-04-19Refactor: Move mesh face dot tag out of MVertHans Goudey
2022-04-19Cleanup: Use correct capitalization of "F-Curve"Aaron Carlisle
2022-04-19UI: Fix typo in UI description for bpy.types.ActionFCurves.remove functionColin Basnett
2022-04-19Fix call of 'BLI_assert' instead 'BLI_assert_msg'Germano Cavalcante
2022-04-19Cleanup: remove redundant 'DEG_get_original_object' callGermano Cavalcante
2022-04-19Transform: small optimization in snap to edit meshGermano Cavalcante
2022-04-19Fix assert on meshes without mloop in snap codeGermano Cavalcante
2022-04-18Fix T97002: Preserve multi socket link orderLeon Schittek
2022-04-18Cleanup: Remove incorrect commentHans Goudey
2022-04-18Cleanup: Move object_modifier.c to C++Hans Goudey
2022-04-18Cleanup: Clang tidyHans Goudey
2022-04-18Fix T94559: Copying geometry node group does not copy animation dataAngus Stanton
2022-04-18Nodes: Remove unnecessary RNA pointer creationHans Goudey
2022-04-18Minor tweaks to labels/tooltips of override operation in the Outliner.Bastien Montagne
2022-04-18Add debugging info for Wintab activated by argument `--debug-wintab`.Nicholas Rishel
2022-04-17OBJ: further optimize, cleanup and harden the new C++ importerAras Pranckevicius
2022-04-17Fix T97095: export of Poly curves, export crash when object contains multiple...Aras Pranckevicius
2022-04-17Fix T96824: New 3.1 OBJ exporter writes incorrect polygon/vertex groups in so...Aras Pranckevicius
2022-04-17Cleanup: Use C++ Array typeHans Goudey
2022-04-17USD/Ctest: Add basic USD-Imaging test.Michael Kowalski