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-04-19Build: enable WebP by default again, but auto disable for old libstmp_lib_update_32Brecht Van Lommel
2022-04-19Build: don't enable WebP by default yetBrecht Van Lommel
2022-04-19Fix CMake error with clean buildBrecht Van Lommel
2022-04-19Merge branch 'master' into tmp_lib_update_32Brecht Van Lommel
2022-04-19Cycles: add support for volume motion blurKévin Dietrich
2022-04-19Cleanup: remove unused codeJacques Lucke
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-19Build: add code to auto update CMake configuration for 3.1 -> 3.2 libsBrecht Van Lommel
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-19Cleanup: Remove unused function in Cycles queueSergey Sharybin
2022-04-19Cleanup: run autopep8 on tests/Campbell Barton
2022-04-19Cleanup: run autopep8 on release/scripts/startup/Campbell Barton
2022-04-19Refactor: Move mesh face dot tag out of MVertHans Goudey
2022-04-19Fix missing C/Python methods in API docsCampbell Barton
2022-04-19PyDoc: quiet warnings for duplicate members bpy.contextCampbell Barton
2022-04-19PyDoc: remove multiple `children` properties for Bone typeCampbell Barton
2022-04-19PyDoc: fix including literal text immediately after function argsCampbell Barton
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-18Build: link with GameController and CoreHaptics frameworks on macOSBrecht Van Lommel
2022-04-18Cleanup: consistently use parallel_for without tbb namespace in CyclesBrecht Van Lommel
2022-04-18Fix Cycles blackbody shader not taking into account OpenColorIO configBrecht Van Lommel
2022-04-18Fix Cycles build error with latest TBB after recent changesBrecht Van Lommel
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-17Merge remote-tracking branch 'origin/master' into tmp_lib_update_32Ray Molenkamp
2022-04-17USD/Ctest: Add basic USD-Imaging test.Michael Kowalski