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-07-29Merge branch 'master' into retopo_transformretopo_transformjon denning
2022-07-29Cleanup: Replace reinterpret_cast<> with static_cast<> in UI codeJulian Eisel
2022-07-29Fix attempt for MSVC build error after 42ccbb7cd1d5Julian Eisel
2022-07-29Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-07-29Build: hide all symbols except a few required ones on LinuxBrecht Van Lommel
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-29Merge branch 'blender-v3.3-release'Bastien Montagne
2022-07-29install_deps: Add handling of libaom, update ffmpeg build for it.Bastien Montagne
2022-07-29Merge branch 'blender-v3.3-release'Bastien Montagne
2022-07-29install_deps: bump IMath/OpenEXR to 3.1.5.Bastien Montagne
2022-07-29install_deps: add building of Alembic binaries.Bastien Montagne
2022-07-29Fix Cycles build error with CUDA on arm64Tianhao Chai
2022-07-29Merge branch 'blender-v3.3-release'Bastien Montagne
2022-07-29Fix (unreported) lib-linking of ID properties not taking library parameter.Bastien Montagne
2022-07-29Realtime Compositor: Add needed GPU module changesOmar Emara
2022-07-29Render: Propagate view updates to draw enginesOmar Emara
2022-07-29Cleanup: quiet warnings in recent BLF and rna_ui changesCampbell Barton
2022-07-29BLF: New Font Stack for Better Language CoverageHarley Acheson
2022-07-29BLF: Fonts with FT_Face OptionalHarley Acheson
2022-07-29BLF: Don't Print Empty StringsHarley Acheson
2022-07-29Merge branch 'blender-v3.3-release'Hans Goudey
2022-07-29Fix T99761: Curves sculpt mode crash with empty curvesHans Goudey
2022-07-29Fix set iterator test failure on macOSJulian Eisel
2022-07-29Cleanup: Nodes: Store node group idname in tree typeHans Goudey
2022-07-29Cleanup: Make BKE_idprop.h self sufficientHans Goudey
2022-07-29Merge branch 'blender-v3.3-release'Hans Goudey
2022-07-29Fix: Grammar mistake in info messageHans Goudey
2022-07-29Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2022-07-29Cleanup: Use const context argument for UIList callbacksHans Goudey
2022-07-28Cleanup: Use new IDProperty creation API for geometry ndoes modifierHans Goudey
2022-07-28Cleanup: Remove unused node "add and link node" operatorHans Goudey
2022-07-28Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-07-28Cleanup: simplifications and consistency for vector typesBrecht Van Lommel
2022-07-28Revert "Fix T98773: GPU Subdivision breaks auto selection in UV edit mode"Brecht Van Lommel
2022-07-28Fix wrong post-increment operators & test for BLI containersJulian Eisel
2022-07-28Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-07-28ID namemap: fix missing removal of old name in do_versions_rename_idAras Pranckevicius
2022-07-28Merge branch 'blender-v3.3-release'Germano Cavalcante
2022-07-28PyDoc: fix 2D builtin shaders documentationGermano Cavalcante
2022-07-28EEVEE-Next: UI: Make Vector pass greyed out when motion blur is enabledClément Foucault
2022-07-28EEVEE-Next: Cleanup: Isolate render result readback and prototype progressClément Foucault
2022-07-28EEVEE-Next: Motion Blur new implementationClément Foucault
2022-07-28DRW: TextureFromPool: Change API to use acquire / releaseClément Foucault
2022-07-28EEVEE-Next: Fix Vector render passClément Foucault
2022-07-28Merge branch 'blender-v3.3-release'Bastien Montagne
2022-07-28Cleanup/refactor: Readfile: Add dedicated function to insert ID pointers in l...Bastien Montagne
2022-07-28Fix (studio-reported) crash in some rare cases in blendfile read code.Bastien Montagne
2022-07-28Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-07-28Fix T100017: OBJ: new importer does not import vertices that aren't part of a...Aras Pranckevicius
2022-07-28Geometry Nodes: add assert to check if node supports lazynessIliay Katueshenock