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-11Cleanup: Use string argument for attribute API functionHans Goudey
2022-11-11Cleanup: Clarify and deduplicate attribute convert implementationHans Goudey
2022-11-11Mesh: Convert color attribute operatorRamil Roosileht
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-30Cleanup: Use const for custom data layersHans Goudey
2022-07-25Fix T99036: hex color in "Add Color Attribute"Ramil Roosileht
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-06-14Cleanup: Snake case for variable nameHans Goudey
2022-06-14Attributes: Add null check in color attribute duplicate operatorHans Goudey
2022-06-14Attributes: Adjustments to duplicate attribute API functionHans Goudey
2022-06-14Fix: Don't allow duplicate color attribute operator in edit modeHans Goudey
2022-06-08D14823: Adds operator to duplicate the active color attribute layerDennis Ranish
2022-06-08Attributes: Use names instead of layers for some functionsHans Goudey
2022-06-08Fix: Improve poll for convert attribute operatorHans Goudey
2022-06-07Cleanup: Use const pointers in attribute APIHans Goudey
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-06-01Merge branch 'blender-v3.2-release'Joseph Eagar
2022-06-01Fix T97408: Temporary fix for attribute convert undoJoseph Eagar
2022-05-30Cleanup: Clang tidyHans Goudey
2022-05-03Cleanup: Move color attribute enums to be reusableHans Goudey
2022-05-02Color Attributes: Add initial fill color optionEthan-Hall
2022-04-28UI: Fix consistency issues with attribute tooltips and iconsEthan-Hall
2022-04-28Cleanup: Fix compiler warningsHans Goudey
2022-04-28UI: Improvements to "Add Color Attribute" menuEthan-Hall
2022-04-21Geometry Nodes: better support for byte color attributesJacques Lucke
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-13Rename Color Attributes domain from "Point" to "Vertex"Joseph Eagar
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-28UI: Use property split in new operator popupHans Goudey
2022-01-21Attributes: add operator to convert generic attributes to other typesJacques Lucke
2022-01-14Cleanup: move attribute operators to c++Jacques Lucke