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-uv-map-genericMartijn Versteegh
2022-11-11Merge branch 'blender-v3.4-release'Hans Goudey
2022-11-11Fix T102404: Behavior change in CustomData APIHans Goudey
2022-11-09Merge branch 'master' into refactor-mesh-uv-map-genericMartijn Versteegh
2022-11-08Merge branch 'blender-v3.4-release'Jacques Lucke
2022-11-08Fix: improve CD_ASSIGN handling when adding custom data layerJacques Lucke
2022-11-07Merge branch 'blender-v3.4-release'Philipp Oeser
2022-11-07Fix T102238: double free when storing attribute on empty geometryJacques Lucke
2022-11-05Cleanup: Move function to legacy mesh conversion fileHans Goudey
2022-10-26Merge branch 'master' into refactor-mesh-uv-map-genericMartijn Versteegh
2022-10-18Cleanup: add missing CPPType for MStringPropertyJacques Lucke
2022-10-13Fix: Attribute layers can be skipped in Mesh to BMesh conversionHans Goudey
2022-10-12Cleanup: run make format.Martijn Versteegh
2022-10-12Merge branch 'master' into refactor-mesh-uv-map-genericMartijn Versteegh
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-30Cleanup: use function style casts for C++Campbell Barton
2022-09-29Merge branch 'master' into refactor-mesh-uv-map-genericMartijn Versteegh
2022-09-29Cleanup: Remove more unused CustomData API functionsHans Goudey
2022-09-29Cleanup: Deduplicate logic in CustomData access functionsHans Goudey
2022-09-29Cleanup: Remove unused BMesh functionHans Goudey
2022-09-26Fix: Incorrect handling for crease layersHans Goudey
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-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-23Mesh: Move sculpt face sets to a generic attributeHans Goudey
2022-09-23Merge branch 'master' into refactor-mesh-uv-map-genericMartijn Versteegh
2022-09-16Sculpt: New attribute APIJoseph Eagar
2022-09-15Fix: Merging mesh and non-empty BMesh creates "flag" attributesHans Goudey
2022-09-13Merge branch 'master' into refactor-mesh-uv-map-genericHans Goudey
2022-09-12Geometry: Avoid unnecessary initialization when resizing data arraysHans Goudey
2022-09-09Mesh: Move bevel weight out of MVert and MEdgeHans Goudey
2022-09-09Cleanup: Simplify BKE_mesh_nomain_to_meshHans Goudey
2022-09-07Fix T100863, T100875: Vertex group reading broken for recent filesHans Goudey
2022-09-06Fixes after merge, cleanupHans Goudey
2022-09-06Merge branch 'master' into refactor-mesh-uv-map-genericHans Goudey
2022-09-01Fix: Incorrect vertex group layer "construct" callbackHans Goudey
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-31Merge branch 'master' into refactor-mesh-uv-map-genericHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-27Many refactors to UV attribute retrievalHans Goudey
2022-08-26Cleanup custom data accessHans Goudey
2022-08-26CleanupHans Goudey
2022-08-26CustomData: Add function to get name of default layerHans Goudey
2022-08-26Add deprecation commentHans Goudey
2022-08-26Cleanup: Fix const correctness in CustomData set name functionHans Goudey