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-11-09Merge branch 'blender-v3.4-release'Brecht Van Lommel
2022-11-09Fix T100883: crash with particle instancing and clumpingBrecht Van Lommel
2022-11-08Merge branch 'blender-v3.4-release'Sergey Sharybin
2022-11-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-11-05OBJ Export: Remove edge recalculationHans Goudey
2022-11-05Cleanup: Remove redundant assignment of loose edge flagHans Goudey
2022-11-05Cleanup: use bool instead of short for job stop & do_update argumentsCampbell Barton
2022-11-04Cleanup: OBJ: Simplify access to loose edgesHans Goudey
2022-11-04Cleanup: Mesh: Remove redundant edge render flagHans Goudey
2022-11-03Cleanup: cmake comment line lengthCampbell Barton
2022-11-02Refactor: Rename Object->imat to Object->world_to_objectSergey Sharybin
2022-11-01USD IO: replace deprecated primvars API.Michael Kowalski
2022-11-01USD tests: replace deprecated imaging code.Michael Kowalski
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-21Fix: USD & Alembic importers might not initialize material indicesHans Goudey
2022-10-19Cleanup: CMake include pathsCampbell Barton
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-17BLI_path: remove trailing NULL argument to BLI_path_joinCampbell Barton
2022-10-10IO: remove BKE_layer_collection_resync_forbid & allowAras Pranckevicius
2022-10-10OBJ: add global scale factor import settingAras Pranckevicius
2022-10-10Cleanup: spelling in commentsCampbell Barton
2022-10-09Fix T101685: OBJ importer does not assign proper material if "usemtl" is befo...Aras Pranckevicius
2022-10-09OBJ: extend importer tests to test imported material expectationsAras Pranckevicius
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-10-03Fix T101487: New OBJ importer handles UVs incorrectly when some faces of an o...Aras Pranckevicius
2022-09-26Cleanup: restore parenthesis removed in recent commitCampbell Barton
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-26Cleanup: use ELEM/STR_ELEM/STREQ macrosCampbell Barton
2022-09-26CMake: remove workaround for GCC 4.5 as 9.3.1 is the minimum versionCampbell Barton
2022-09-26Cleanup: fix warning in recent parenthesis removalCampbell Barton
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-23Depsgraph: generalize passing parameters to depsgraph object iteratorJacques Lucke
2022-09-23Cleanup: use ELEM macroCampbell Barton
2022-09-23Cleanup: use lowercase function calls & macros in for CMakeCampbell Barton
2022-09-19Cleanup: spellingCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-14Fix T49814: Collada Import Ignores Vertex NormalsMyron Carey
2022-09-13obj: implement support for PBR .mtl extensionsAras Pranckevicius
2022-09-13Cleanup: spelling in commentsCampbell Barton