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-position-genericrefactor-mesh-position-genericHans Goudey
2022-11-04Cleanup: Use mesh API functionsHans Goudey
2022-11-03Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-11-03Mesh: Parallelize remesh reprojectionsErik Abrahamsson
2022-09-28Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-24Cleanup: simplify accessing mesh looptrisJacques Lucke
2022-09-23Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-23Mesh: Move sculpt face sets to a generic attributeHans Goudey
2022-09-12Start converting mesh positions to a generic attributeHans Goudey
2022-09-11Fix T100974: Remesh operators reset mesh propertiesHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-31Mesh: Avoid redundant custom data layer initializationHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-30Sculpt: Avoid creating mask and face set when remeshingHans Goudey
2022-08-07Revert "Parallelize remesh reprojects"Erik Abrahamsson
2022-08-07Revert "Update grain size"Erik Abrahamsson
2022-08-07Update grain sizeErik Abrahamsson
2022-08-07Parallelize remesh reprojectsErik Abrahamsson
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-13Cleanup: Strict compiler warning in remesherSergey Sharybin
2022-04-13Fix T97164: Voxel remesh only supports vertex floatJoseph Eagar
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-02-15BLI: Change dependencies in vector math filesHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
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-11-08Cleanup: avoid error prone struct declarations in C++Campbell Barton
2021-08-05Cleanup: Fix Clang braced-scalar-init warningAnkit Meel
2021-08-02Mesh: Tag normals dirty instead of calculatingHans Goudey
2021-08-02Cleanup: Remove unused/unecessary OpenVDB C APIHans Goudey
2021-08-02Cleanup: spellingCampbell Barton
2021-07-31Cleanup: Use const mesh argumentsHans Goudey
2021-07-31Cleanup: Remove unused includesHans Goudey
2021-07-31Cleanup: Voxel remesh function namingHans Goudey
2021-07-31Cleanup: Reorder functionsHans Goudey
2021-07-30Cleanup: Simplify logic, follow style guide for integer typesHans Goudey
2021-07-30Fix build error in debug builds and uninitialized structsHans Goudey
2021-07-30Cleanup: Move remesh files to C++Hans Goudey