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-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-30Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-30Fix T99253: Missing face center dots with deform modifier cage optionHans Goudey
2022-08-26Cleanup: spelling in comments, formatCampbell Barton
2022-08-23Fix: Write hide status attributes for undo stepsHans Goudey
2022-08-16Cleanup: some refactoring in mapped mesh extractionBrecht Van Lommel
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
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