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-05-29Cleanup: Simplify custom data file writing processHans Goudey
2022-05-22Cleanup: Fix build error after previous commitHans Goudey
2022-05-22Cleanup: Use const argumentsHans Goudey
2022-05-20Cleanup: make functions for setting clone/stencil layer more consistentMartijn Versteegh
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-05-16Cleanup: make functions for setting active/render layer more consistentMartijn Versteegh
2022-04-29Fix: Incorrect custom data maxlayers in rare filesHans Goudey
2022-04-26Cleanup: Move anonymous attribute removal to geometry componentHans Goudey
2022-04-25Cleanup: add missing doxy sections in customdataCampbell Barton
2022-04-21Geometry Nodes: better support for byte color attributesJacques Lucke
2022-04-20Cleanup: Remove redundant types from custom data masksHans Goudey
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-03-30Cleanup: unbalanced doxy sectionsCampbell Barton
2022-03-25Cleanup: use doxy sections for customdata.ccCampbell Barton
2022-03-25Cleanup: rename CustomDataExternal.filename => filepathCampbell Barton
2022-03-19BLI: generalize converting CPPType to static typeJacques Lucke
2022-03-09Attributes: Implement CustomData interpolation for boolean data typeAleksi Juvani
2022-02-25Fix: Only possible to create one 8 bit integer attributeHans 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-11Cleanup: Remove unused mesh mask definitionsHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: use consistent copyright location, move descriptionsCampbell Barton
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-02-04Attributes: Infrastructure for generic 8-bit integer data typeHans Goudey
2022-02-04Cleanup: Clang tidy, use bracesHans Goudey
2022-02-03Cleanup: Add comment about unsed custom data typeHans Goudey
2022-02-03Curves: Changes to the new curves data-blockHans Goudey
2022-02-03Fix T94435: remove anonymous attributes when applying modifierJacques Lucke
2022-01-27USD Preview Surface material export.Michael Kowalski
2022-01-24Geometry Nodes: Extrude Mesh NodeHans Goudey
2022-01-20Subdivision: add support for vertex creasingKévin Dietrich
2022-01-19BMesh: add mesh debug information printingCampbell Barton
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-25Cleanup: Move customdata.c to C++Hans Goudey