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
2021-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-08-26Cleanup: soft CMake file listsCampbell Barton
2021-08-26Cleanup: sort struct blocksCampbell Barton
2021-08-11Fix T90519: USD Exporter ErrorMichael Kowalski
2021-08-05Cleanup: license headersCampbell Barton
2021-08-04Cleanup: spellingCampbell Barton
2021-08-03Cleanup: USD importer, consistent naming of function parameterSybren A. Stüvel
2021-08-03USD: add USD importerMichael Kowalski
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-05-17Fix T86278: vertex color baking not working with modifiersBrecht Van Lommel
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-02-10TBB: fix deprecation warnings with newer TBB versionsBrecht Van Lommel
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-11-06Cleanup: Clang-Tidy, modernize-redundant-void-argSergey Sharybin
2020-11-06Cleanup: Clang-Tidy, readability-redundant-member-initSergey Sharybin
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-10Cleanup: USD, inline namespace declarationsSybren A. Stüvel
2020-09-09Cleanup: spellingCampbell Barton
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-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-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-17Cleanup: IO, reduce code duplication in USD and Alembic exportersSybren A. Stüvel
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-28Fix T79263: Alembic, exported rigid body animation not movingSybren A. Stüvel
2020-07-28Tests: show debugging hint when USDStageCreationTest failsSybren A. Stüvel
2020-07-21Cleanup: IO, renamed `delete_object_writer()` → `release_writer()`Sybren A. Stüvel
2020-07-19Cleanup: spellingCampbell Barton
2020-07-18Cleanup: spellingCampbell Barton
2020-07-16Tests: move tests from USD test directory into `io/common` and `io/usd`Sybren A. Stüvel
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-03Clang-Tidy: enable readability-named-parameterJacques Lucke
2020-07-03Clang-Tidy: enable bugprone-too-small-loop-variableJacques Lucke
2020-06-23Cleanup: USD, move code from `USD` to `blender::io::usd` namespaceSybren A. Stüvel
2020-06-19Fix build with USD, Clang and LinuxStefano Bonicatti
2020-06-19IO: Move Abstract Hierarchy Iterator into `io/common`Sybren A. Stüvel
2020-06-12USD: Use new material binding APISybren A. Stüvel
2020-05-29Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-05-29Blender: change bugfix release versioning from a/b/c to .1/.2/.3Brecht Van Lommel
2020-05-22Cleanup: only use nullptr in USD exporterSybren A. Stüvel
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-05-08USD: Export hair/particle system with name of system (and not its settings)Sybren A. Stüvel
2020-05-08Cleanup: USD, removed unnecessary variableSybren A. Stüvel