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-11Merge branch 'master' into refactor-mesh-position-genericrefactor-mesh-position-genericHans Goudey
2022-11-05OBJ Export: Remove edge recalculationHans Goudey
2022-11-05Cleanup: Remove redundant assignment of loose edge flagHans Goudey
2022-11-04Cleanup: OBJ: Simplify access to loose edgesHans Goudey
2022-11-03Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-19Cleanup: CMake include pathsCampbell Barton
2022-10-17BLI_path: remove trailing NULL argument to BLI_path_joinCampbell Barton
2022-10-14Merge branch 'master' into refactor-mesh-position-genericHans Goudey
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-08Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-07Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-03Fix T101487: New OBJ importer handles UVs incorrectly when some faces of an o...Aras Pranckevicius
2022-09-28Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-26Cleanup: use ELEM/STR_ELEM/STREQ macrosCampbell 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-23Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-23Depsgraph: generalize passing parameters to depsgraph object iteratorJacques Lucke
2022-09-23Cleanup: use ELEM macroCampbell Barton
2022-09-15Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-15Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-14Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-14Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-13obj: implement support for PBR .mtl extensionsAras Pranckevicius
2022-09-13Cleanup: spelling in commentsCampbell Barton
2022-09-13Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-12Cleanup: obj: rename MTLMaterial & MTLTexMapType membersAras Pranckevicius
2022-09-12Start converting mesh positions to a generic attributeHans Goudey
2022-09-11Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-09Cleanup: Simplify BKE_mesh_nomain_to_meshHans Goudey
2022-09-08Fix T96297: obj: improve layout of UI fields and axis validationAras Pranckevicius
2022-09-08Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
2022-09-07Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-07Fix T100669: OBJ exporter does not properly export image sequence texture namesAras Pranckevicius
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey