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
2020-11-09Cleanup: clang-formatCampbell Barton
2020-11-07Cleanup: Clang-format.Ankit Meel
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, modernize-use-bool-literalsSergey Sharybin
2020-11-06Cleanup: Alembic, simplify expressionSybren A. Stüvel
2020-11-06Cleanup: Alembic, simplify material assignment codeSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, modernize-use-emplaceSergey Sharybin
2020-11-06Cleanup: Clang-Tidy, modernize-redundant-void-argSergey Sharybin
2020-11-06Cleanup: Clang-Tidy, readability-redundant-member-initSergey Sharybin
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-06Cleanup: use string APPEND/PREPENDCampbell Barton
2020-10-21Cleanup: Clang-tidy readability-redundant-string-initAnkit Meel
2020-10-19Spelling: Loose Versus LoseHarley Acheson
2020-10-19Spelling: MiscellaneousHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-14Cleanup: multi-line comment blocksCampbell Barton
2020-10-14Cleanup: spellingCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07Refactor `BKE_id_copy_ex` to return the new ID pointer.Bastien Montagne
2020-10-07Cleanup: Alembic, fix compiler warning about missing declarationSybren A. Stüvel
2020-10-07Fix T81330: Alembic Import ignores constant meshes with animated vertexPhilipp Oeser
2020-10-02Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area.Bastien Montagne
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-29Fix T71981: Alembic vertex interpolation can jumble meshSybren A. Stüvel
2020-09-28Fix T80967: Alembic, crash when the imported sim from Houdini startsSybren A. Stüvel
2020-09-22Fix COLLADA failing to export HDR emission strengthAlex Strand
2020-09-17Shaders: add emission strength input to Principled BSDF nodeAlex Strand
2020-09-14Alembic export: write custom propertiesSybren A. Stüvel
2020-09-10Cleanup: IO, inline namespace declarationsSybren A. Stüvel
2020-09-10Cleanup: USD, inline namespace declarationsSybren A. Stüvel
2020-09-10Cleanup: Alembic, inline namespace declarationsSybren A. Stüvel
2020-09-09Refactor getting constraintsPhilipp Oeser
2020-09-09Cleanup: spellingCampbell Barton
2020-09-08Alembic Export: support instanced object dataSybren A. Stüvel
2020-09-08Cleanup: Alembic export, split `ABCHierarchyIterator::get_alembic_parent()`Sybren A. Stüvel
2020-09-08Cleanup: Alembic export, split function into twoSybren A. Stüvel
2020-09-08Cleanup: Refactor USD Exporter, make parameter constSybren A. Stüvel
2020-09-08Cleanup: USD export, refactor mesh instancingSybren A. Stüvel
2020-09-05Cleanup: spellingCampbell Barton
2020-09-04Cleanup: Remove redundant redeclaration in colladaSebastian Parborg
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-04Cleanup: Clang-Tidy readability-redundant-declaration fixSybren A. Stüvel
2020-09-04Cleanup: Clang-Tidy readability-static-accessed-through-instance fixesSybren A. Stüvel
2020-09-04Cleanup: Clang-Tidy readability-const-return-type fixesSybren A. Stüvel
2020-09-02Cleanup: spellingCampbell Barton
2020-09-01USD: remove library initialisation hackSybren A. Stüvel
2020-09-01USD: move library initialisation from `main()` to USD moduleSybren A. Stüvel
2020-08-27Fix crash of alembic tests after recent depsgraph builder changeSergey Sharybin