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-07-12Fix threading crash due to conflict in mesh wrapper typeSergey Sharybin
2022-07-08Curves: support deforming curves on surfaceJacques Lucke
2022-07-08Cleanup: Move mesh legacy conversion to a separate fileHans Goudey
2022-06-23Mesh: Add an explicit "positions changed" functionHans Goudey
2022-06-01Cleanup: spelling in comments, use doxy sectionsCampbell Barton
2022-05-29Cleanup: Simplify custom data file writing processHans Goudey
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-05-11Mesh: Add Auto Smooth option to Shade Smooth operatorPablo Vazquez
2022-04-26Cleanup: Move anonymous attribute removal to geometry componentHans Goudey
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-13Cover some DNA files with C++ utility macrosSergey Sharybin
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-03-25Cleanup: rename CustomDataExternal.filename => filepathCampbell Barton
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-08Cleanup: Correct commentHans Goudey
2022-02-22Cleanup: Remove unused mesh dirty flagsHans Goudey
2022-02-22Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-22Fix T95839: Data race when lazily creating mesh normal layersHans Goudey
2022-02-19Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-18Cleanup: Use functions for accessing mesh normal dirty stateHans Goudey
2022-02-18Mesh: Avoid creating incorrect original index layersHans Goudey
2022-02-15BLI: Change dependencies in vector math filesHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-10Fix T95613: remove anonymous attributes when converting objectJacques Lucke
2022-02-04Attributes: Infrastructure for generic 8-bit integer data typeHans Goudey
2022-01-25Fix depsgraphs sharing IDs via evaluated edit meshSergey Sharybin
2022-01-19BMesh: improve handling of custom-data flag (Mesh.cd_flag)Campbell Barton
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
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
2021-12-29Fix: Issues with attribute comparison in geometry nodes testsHans Goudey
2021-12-22Mesh: Parallelize bounding box calculation (WIP)Hans Goudey
2021-12-10Cleanup/Docs: Add comments to Mesh header, rearrange fieldsHans Goudey
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-12-01Fix T92561: unstable particle distribution with Alembic filesKévin Dietrich
2021-11-29Refactor BKE_bpath module.Bastien Montagne
2021-11-24Tests: exclude anonymous attributes from mesh comparisonJacques Lucke
2021-11-24Cleanup: `IDTypeInfo` new `asset_type_info` member.Bastien Montagne
2021-11-24Cleanup: Add info about attributes init in Mesh IDTypeInfo after conversion t...Bastien Montagne
2021-11-10Merge branch 'blender-v3.0-release'Jeroen Bakker
2021-11-08Cleanup: avoid error prone struct declarations in C++Campbell Barton
2021-11-08Cleanup: remove references to non-existent 'mtexpoly'Campbell Barton
2021-11-08Cleanup: spelling in commentsCampbell Barton
2021-11-06Cleanup: Convert mesh.c to C++Erik