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-10-12Merge remote-tracking branch 'origin' into sculpt-devJoseph Eagar
2022-10-10IO: remove BKE_layer_collection_resync_forbid & allowAras Pranckevicius
2022-10-05Merge remote-tracking branch 'origin' into sculpt-devJoseph Eagar
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-10-01Merge remote-tracking branch 'origin' into sculpt-devJoseph Eagar
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-18Merge remote-tracking branch 'origin' into sculpt-devJoseph Eagar
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-09Mesh: Move bevel weight out of MVert and MEdgeHans Goudey
2022-09-09Cleanup: Simplify BKE_mesh_nomain_to_meshHans 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-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-01Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-09-01Fix T100737: OBJ/USD import: imported object has no active material, material...Aras Pranckevicius
2022-08-31Merge branch 'blender-v3.3-release'Joseph Eagar
2022-08-31Cleanup: fix warnings from vcol limit commitJoseph Eagar
2022-08-31Merge branch 'blender-v3.3-release'Joseph Eagar
2022-08-31Core: Remove color attribute limit from CustomData APIJoseph Eagar
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-31Mesh: Avoid redundant custom data layer initializationHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-30Cleanup: Use const for custom data layersHans Goudey
2022-08-16Cleanup: use a structure for Alembic import parametersKévin Dietrich
2022-07-30Merge remote-tracking branch 'origin' into sculpt-devJoseph Eagar
2022-07-24Alembic: speed up edge crease importKévin Dietrich
2022-07-22Cleanup: Use r_ prefix for boolean return parametersHans Goudey
2022-07-08Cleanup: Move mesh legacy conversion to a separate fileHans Goudey
2022-07-06IO: speed up import of large Alembic/USD/OBJ scenes by optimizing material as...Aras Pranckevicius
2022-07-04Merge branch 'master' into sculpt-devJoseph Eagar
2022-07-01IO: print import & export times of Alembic & USDAras Pranckevicius
2022-06-30Fix build error with Alembic after 65166e145b4dJulian Eisel
2022-06-17IO: speed up large Alembic & USD imports by doing fewer collection syncsAras Pranckevicius
2022-06-14Merge remote-tracking branch 'origin' into sculpt-devJoseph Eagar
2022-06-10Cleanup: Clang tidyHans Goudey
2022-06-03sculpt-dev: Preemptively apply 'e' enum prefix change before mergeJoseph Eagar
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-26Merge remote-tracking branch 'origin' into sculpt-devJoseph Eagar
2022-05-14Fix: Build error due to previous commitHans Goudey
2022-05-14Cleanup: Further use of const for retrieved custom data layersHans Goudey
2022-05-12Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-12Merge branch 'master' into sculpt-devJoseph Eagar
2022-05-11Cleanup: fix compiler warnings on macOSLoren Osborn
2022-05-06USD: add volume/VDB exportPiotr Makal
2022-04-30Merge remote-tracking branch 'origin/master' into sculpt-devJoseph Eagar
2022-04-30Sculpt-Dev:Joseph Eagar