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-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
2022-03-01Cleanup: ED_view3d_win_to_delta & ED_view3d_calc_zfac usageCampbell Barton
2022-02-25Fix T94396: USD errors opening saved scenes.Michael Kowalski
2022-02-24Merge remote-tracking branch 'origin/blender-v3.1-release'Kévin Dietrich
2022-02-24Fix T95959: crash when exporting subdivision to AlembicKévin Dietrich
2022-02-22GPencil: Simplify sample modifier improvements.YimingWu
2022-02-22Cleanup: clang-formatCampbell Barton
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-17Merge branch 'blender-v3.1-release'Sebastian Parborg
2022-02-17Cleanup: Move more cmake library variables to be advancedSebastian Parborg
2022-02-16Cleanup: clang-format, use static sets, sort struct declarationsCampbell Barton
2022-02-15BLI: Change dependencies in vector math filesHans Goudey
2022-02-13Cleanup: Clang tidyHans Goudey
2022-02-11File headers: add missing copyright, add MIT to SPDX licensesCampbell Barton
2022-02-11Cleanup: remove white-space before headersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Correction to previous Clang strict warning commitSergey Sharybin
2022-02-10Fix compilation with strict Clang flagsSergey Sharybin
2022-02-10Cleanup: copyright in headers, spelling in commentsCampbell Barton
2022-02-06Merge branch 'blender-v3.1-release'Howard Trickey
2022-02-06Fix T95384: new obj exporter inaccurate roughness value in new exporter.Aras Pranckevicius
2022-02-06Further speedup of new obj exporter.Aras Pranckevicius
2022-02-06Merge branch 'blender-v3.1-release'Howard Trickey
2022-02-06Fix T95360, new 3.1 obj exporter losing nurbs curve "endpoint".Aras Pranckevicius
2022-02-04Cleanup: Clang tidy, use bracesHans Goudey
2022-02-02Cleanup: spelling in commentsCampbell Barton
2022-01-31Cleanup: Change NULL to nullptr.Jeroen Bakker
2022-01-31Cleanup: use our own conventions for tags in commentsCampbell Barton
2022-01-30Speed up the new OBJ exporter via bigger write buffer and parallelization.Aras Pranckevicius
2022-01-30Merge branch 'blender-v3.1-release'Howard Trickey
2022-01-30Fix T95328, new obj exporter not exporting custom normals.Aras Pranckevicius
2022-01-30Cleanup: Cmake: remove unnecessary definitions for internationalizationAaron Carlisle
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-24Cleanup: spelling in commentsCampbell Barton
2022-01-23Cleanup: separate function for Alembic edge crease readingKévin Dietrich
2022-01-22Fix T13879 new OBJ exporter not saving files with Unicode characters.Aras Pranckevicius
2022-01-21Fix new OBJ exporter to handle instancing.Howard Trickey
2022-01-21.obj: simplify templates in FileHandler, add commentsAnkit Meel
2022-01-20Subdivision: add support for vertex creasingKévin Dietrich