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-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
2021-09-11Geometry Nodes: Support modifier on curve objectsHans Goudey
2021-09-11Cleanup: use nullptrJacques Lucke
2021-09-10Modifiers: export motion blur velocity through attributeBrecht Van Lommel
2021-09-09Cleanup: remove newlines from logging textCampbell Barton
2021-09-08USD import: remove unused files.Michael Kowalski
2021-09-04RNA: support extracting names from paths without allocating memoryCampbell Barton
2021-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-08-27Refactor IDProperty UI data storageHans Goudey
2021-08-26Cleanup: soft CMake file listsCampbell Barton
2021-08-26Cleanup: sort struct blocksCampbell Barton
2021-08-26Cleanup: use C style comments for descriptive textCampbell Barton
2021-08-26Cleanup: remove deprecated flag use in colladaCampbell Barton
2021-08-21Cleanup: spelling in comments & minor cleanupCampbell Barton
2021-08-19Alembic import: option to always add a cache readerKévin Dietrich
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-11Fix T90519: USD Exporter ErrorMichael Kowalski
2021-08-10Clean-up: Remove UTF8-BOM markersRay Molenkamp
2021-08-06Move NanoSVG lib to externAntonio Vazquez
2021-08-06Fix error setting the ID name in disabled alembic nurbs importeCampbell Barton
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
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-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-07-30Cleanup: missing leading '*' from comment blocksCampbell Barton
2021-07-29GPencil: Fix unreported problems painting after import SVGAntonio Vazquez
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-21Cleanup: replace BLI_assert(test || !"text") with BLI_assert_msg(test, text)Campbell Barton
2021-07-21Cleanup: spellingCampbell Barton
2021-07-20Cleanup: use '#if 0' for disabling multiple linesCampbell Barton
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-06Alembic export: evaluation mode optionPhilipp Oeser
2021-07-06Alembic: remove non-functional "Renderable Objects" only optionPhilipp Oeser
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-03GPencil: Fix unreported PDF export offsetAntonio Vazquez
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-06-18Fix T88605: Alembic import crashes when missing `arbGeomParams`Sybren A. Stüvel
2021-06-16Alembic: support reading per-vertex UV setsKévin Dietrich
2021-06-15Cleanup: use back-slash for doxygen commentsCampbell Barton
2021-06-09Cleanup: remove redundant checks which have already been testedCampbell Barton
2021-05-24Fix T88524: GPencil PDF does not take into account the marker cameraAntonio Vazquez