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-03-24Fix: Volume grid duplication on USD import.Michael Kowalski
2022-03-23Cleanup: add const qualifierKévin Dietrich
2022-03-21Cleanup: add image_format.cc for functions related to ImageFormatDataBrecht Van Lommel
2022-03-11Cleanup: use M_PI_2 and M_PI_4 where possibleHallam Roberts
2022-02-25Fix T94396: USD errors opening saved scenes.Michael Kowalski
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-16Cleanup: clang-format, use static sets, sort struct declarationsCampbell Barton
2022-02-13Cleanup: Clang tidyHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Cleanup: copyright in headers, spelling in commentsCampbell Barton
2022-02-04Cleanup: Clang tidy, use bracesHans Goudey
2022-01-31Cleanup: use our own conventions for tags in commentsCampbell Barton
2022-01-28Cleanup: spelling in commentsCampbell Barton
2022-01-28Cleanup: rename BLI_paths_equal to BLI_path_cmp_normalizedCampbell Barton
2022-01-27USD Preview Surface material export.Michael Kowalski
2022-01-20Subdivision: add support for vertex creasingKévin Dietrich
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-06Cleanup: USD/ABC, remove `const` from pass-by-value paramsSybren A. Stüvel
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-09Cleanup: move public doc-strings into headers for 'io/usd'Campbell Barton
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-10-20Cleanup: use elem macrosCampbell Barton
2021-09-13Cleanup: clang-formatCampbell Barton
2021-09-11Geometry Nodes: Support modifier on curve objectsHans Goudey
2021-09-10Modifiers: export motion blur velocity through attributeBrecht Van Lommel
2021-09-08USD import: remove unused files.Michael Kowalski
2021-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-08-11Fix T90519: USD Exporter ErrorMichael Kowalski
2021-08-05Cleanup: license headersCampbell Barton
2021-08-04Cleanup: spellingCampbell Barton
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
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-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