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-05Cleanup: Move function to legacy mesh conversion fileHans Goudey
2022-10-13Fix: Attribute layers can be skipped in Mesh to BMesh conversionHans Goudey
2022-09-29Cleanup: Remove more unused CustomData API functionsHans Goudey
2022-09-29Cleanup: Remove unused BMesh functionHans Goudey
2022-09-29Cleanup: remove duplicate declarationJoseph Eagar
2022-09-29Sculpt: Rewrite PBVH drawJoseph Eagar
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-17Cleanup: spelling, punctuation & repeated words in commentsCampbell Barton
2022-09-16Sculpt: New attribute APIJoseph Eagar
2022-09-12Geometry: Avoid unnecessary initialization when resizing data arraysHans Goudey
2022-09-09Mesh: Move bevel weight out of MVert and MEdgeHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-26CustomData: Add function to get name of default layerHans Goudey
2022-08-26Cleanup: Fix const correctness in CustomData set name functionHans Goudey
2022-08-23Fix: Write hide status attributes for undo stepsHans Goudey
2022-08-17Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-17Cleanup: spelling in commentsCampbell Barton
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-04Fix T100099: Cycles crash baking vertex colors in edit modeBrecht Van Lommel
2022-07-08Cleanup: Move mesh legacy conversion to a separate fileHans Goudey
2022-06-07CustomData: Add function to free a named layerHans Goudey
2022-06-01Cleanup: remove redundant const qualifiers for scalar & enum typesCampbell Barton
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-29Cleanup: Simplify custom data file writing processHans Goudey
2022-04-26Cleanup: Move anonymous attribute removal to geometry componentHans Goudey
2022-03-25Cleanup: rename CustomDataExternal.filename => filepathCampbell Barton
2022-03-19BLI: generalize converting CPPType to static typeJacques Lucke
2022-03-07Cleanup: fix various typosBrecht Van Lommel
2022-02-11Cleanup: Remove unused mesh mask definitionsHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-03Fix T94435: remove anonymous attributes when applying modifierJacques Lucke
2022-01-27USD Preview Surface material export.Michael Kowalski
2022-01-19BMesh: add mesh debug information printingCampbell Barton
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-09-09Geometry Nodes: fields and anonymous attributesJacques Lucke
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-25Fix T88756: crash when baking with autosmoothKévin Dietrich
2021-02-22Change Exact Boolean modifier to skip round trip through BMesh.Howard Trickey
2021-02-11Fix T84114: Existence of vertex groups slows down mesh editingCampbell Barton
2020-09-30Cleanup: sort struct declarationsCampbell Barton
2020-09-11Cleanup: make formatJacques Lucke
2020-09-09Fix T80626: Crash adding custom-data layers after reloading the fileCampbell Barton