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-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-08Cleanup: quiet a couple more compilation warnings on MSVCKévin Dietrich
2022-04-08Alembic: fix clamping of frame offset during exportsKévin Dietrich
2022-04-08Cleanup: CacheFile, use double precision for timeKévin Dietrich
2022-04-08I/O tests: change all_geometry scene to not have subd surface, and always pri...Aras Pranckevicius
2022-04-07Cleanup: spelling in comments, minor reformatting changesCampbell Barton
2022-04-06Cleanup: spelling & poor wording in code & commentsCampbell Barton
2022-04-05Refactor: Evaluate surface objects as mesh componentsHans Goudey
2022-04-05Cleanup: move doc-strings into headersCampbell Barton
2022-04-05Cleanup: spelling in commentsCampbell Barton
2022-04-04OBJ: fix printf specifier compile warning on some compilersAras Pranckevicius
2022-04-04OBJ: fix mac/linux tests and compile warnings in the new obj importerAras Pranckevicius
2022-04-04OBJ: New C++ based wavefront OBJ importerAnkit Meel
2022-04-01Cleanup: Use const for bounding boxes where possibleHans Goudey
2022-04-01Fix T96763: New OBJ Exporter Incorrectly saving the materials in the MTL fileAras Pranckevicius
2022-03-31Fix T76746: Alembic, wrong result importing back exported curvesKévin Dietrich
2022-03-31Cleanup: spelling, trailing space for comment-blocksCampbell Barton
2022-03-29GPencil: Fix Windows compiler errorsAntonio Vazquez
2022-03-27OBJ: use fmt library instead of sprintf for faster formattingAras Pranckevicius
2022-03-25MSVC: Fix linker issue with USDRay Molenkamp
2022-03-25USD: Support building against USD 21.11+Michael Kowalski
2022-03-25Implement C++ methods for DNA structuresSergey Sharybin
2022-03-25Revert "Implement C++ methods for DNA structures"Sergey Sharybin
2022-03-25Implement C++ methods for DNA structuresSergey Sharybin
2022-03-25Cleanup: use array syntax for sizeof, zero before float suffixCampbell Barton
2022-03-24Fix: Volume grid duplication on USD import.Michael Kowalski
2022-03-24Cleanup: clang-formatDalai Felinto
2022-03-24Cleanup: use "filepath" instead of "filename" for full pathsCampbell Barton
2022-03-24Cleanup: Clang tidyHans Goudey
2022-03-23Cleanup: add const qualifierKévin Dietrich
2022-03-23Cleanup: Run clang-format on the OBJ exporterSergey Sharybin
2022-03-22Fix T96294: Crash and error with shape key normal calculationHans Goudey
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-22Obj: try to fix Linux testsAras Pranckevicius
2022-03-22Fix build when using WITH_TBB=OFF after recent changesBrecht Van Lommel
2022-03-21Fix T96511: New OBJ exporter no longer groups faces by materialAras Pranckevicius
2022-03-21Cleanup: add image_format.cc for functions related to ImageFormatDataBrecht Van Lommel
2022-03-20Fix T96470 new obj exporter writing material groupsAras Pranckevicius
2022-03-20Fix T96415: new OBJ exporter was applying scaling factor incorrectlyAras Pranckevicius
2022-03-19Fix T96430: new OBJ exporter wrong normals for non-uniform scale, and wrong f...Aras Pranckevicius
2022-03-18Cleanup: Compilation warningsSergey Sharybin
2022-03-18Cleanup: unused class members.Kévin Dietrich
2022-03-16Cleanup: rename cnt to countCampbell Barton
2022-03-13Fix T96303: C++ OBJ exporter needs presets and skip modifiers.Aras Pranckevicius
2022-03-11Cleanup: use M_PI_2 and M_PI_4 where possibleHallam Roberts
2022-03-10Cleanup: spelling in comments & some minor clarificationsCampbell Barton
2022-03-08Cleanup: spelling in commentsCampbell Barton
2022-03-02Merge branch 'blender-v3.1-release'Jacques Lucke
2022-03-02Fix T95692: incorrect interpolated children particle hairJacques Lucke
2022-03-02Cleanup: use back-slash for doxygen commands, color after parametersCampbell Barton