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-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
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-08-18Depsgraph: simplify build APIJacques Lucke
2020-08-18Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframeJacques Lucke
2020-08-17USD: Allow exporting of invisible objectsSybren A. Stüvel
2020-08-17IO: Add test for iterating over invisible objectsSybren A. Stüvel
2020-08-17Fix T75936: Alembic, allow exporting of invisible objectsSybren A. Stüvel
2020-08-17Cleanup: IO, reduce code duplication in USD and Alembic exportersSybren A. Stüvel
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel