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-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Cleanup: use utility functionsKévin Dietrich
2022-01-12Cleanup: Fix build warning with MSVCRay Molenkamp
2022-01-11Cleanup: quite missing-variable-declarations warningsCampbell Barton
2022-01-08Fix T94713: Alembic crash with empty frames and velocitiesKévin Dietrich
2022-01-07Cleanup: use the ELEM macroCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: typos in code.Kévin Dietrich
2022-01-06Fix T94674: crash reading ORCOs from an Alembic animationKévin Dietrich
2022-01-06Cleanup: USD/ABC, remove `const` from pass-by-value paramsSybren A. Stüvel
2022-01-06Cleanup: move public doc-strings into headersCampbell Barton
2022-01-06Cleanup: sort cmake file listsCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-06In obj exporter test, fix a strncpy length and a stray test file left behind.Howard Trickey
2022-01-03Add a new C++ version of an exporter for the Wavefront .obj format.Howard Trickey
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-21Cleanup: Clang tidy, restore alphabetical sortingHans Goudey
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-13Cleanup: use "filepath" term for Main, BlendFileData & FileGlobalCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for various API'sCampbell Barton
2021-12-10Cleanup: spelling in commentsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'io/usd'Campbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'io/alembic'Campbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'io/collada'Campbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'io/gpencil'Campbell Barton
2021-12-08Cleanup: Silence clang-tidy warnings.Jeroen Bakker
2021-12-08Cleanup: Clang-Tidy modernize-redundant-void-argAaron Carlisle
2021-12-02Cleanup: spelling in commentsCampbell Barton
2021-12-02Cleanup: FIx build with USD after recent refactorAaron Carlisle
2021-12-01Fix T92561: unstable particle distribution with Alembic filesKévin Dietrich
2021-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-11-16Merge branch 'blender-v3.0-release'Philipp Oeser
2021-11-16Fix T93066: Alembic export ignores Mantaflow particlesPhilipp Oeser
2021-11-09Alembic: Allow exporting of animated vertex colorsCody Winchester
2021-11-08GPencil: New option to export PDF full sceneAntonio Vazquez
2021-11-08Cleanup: avoid error prone struct declarations in C++Campbell Barton
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-12Cleanup: spelling in commentsCampbell Barton
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-10-06Cleanup: missing verb in commentKévin Dietrich
2021-10-06Fix crash when reading non standard Alembic velocity attribute typeKévin Dietrich
2021-10-04Cleanup: remove redundant assignmentCampbell Barton
2021-10-04Cleanup: use system includesCampbell Barton
2021-10-01Cleanup: unused function declarationKévin Dietrich
2021-09-25Cleanup: use override/final for derived classes.Kévin Dietrich
2021-09-25Fix Alembic point cloud streaming.Kévin Dietrich
2021-09-25Cleanup: typos in code and comments.Kévin Dietrich
2021-09-13Cleanup: clang-formatCampbell Barton