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-11Cleanup: Use string argument for attribute API functionHans Goudey
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-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-15Fix possible to remove mesh position attributeHans Goudey
2022-09-15Cleanup: Rename attribute required functionsHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-07Cleanup: use 'continue' in customdata for loop, reduce right shiftCampbell Barton
2022-09-06Cleanup: early exit when the active layer disallows procedural accessCampbell Barton
2022-09-03Merge branch 'blender-v3.3-release'Philipp Oeser
2022-09-03Fix T100687: Geometry Attribute Convert crashes in sculpt modePhilipp Oeser
2022-08-31Cleanup: break before the default case in switch statementsCampbell Barton
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-30Cleanup: Use const for custom data layersHans Goudey
2022-08-29Fix T99576: Guard against empty names when removing attributesTom Edwards
2022-08-04Fix: add attribute with empty string name crashEthan-Hall
2022-07-25Fix T99816: renaming attribute works incorrectlyJacques Lucke
2022-07-24Attributes: Use new API for C-API functionsHans Goudey
2022-07-24Fix: Removing attributes from UI invalidates cachesHans Goudey
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-06-14Cleanup: Fix const correctness of attribute search functionHans Goudey
2022-06-14Attributes: Adjustments to duplicate attribute API functionHans 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-07Cleanup: Use const pointers in attribute APIHans Goudey
2022-06-07Fix: Incorrect logic in attribute search functionHans Goudey
2022-06-07Fix: Make renaming attributes check uniqueness on all domainsMartijn Versteegh
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-06-01Cleanup: conversion from enum/int warningCampbell Barton
2022-06-01Merge branch 'blender-v3.2-release'Joseph Eagar
2022-05-31Attributes: Hide internal UI attributes and disallow procedural accessHans Goudey
2022-05-30Cleanup: Move attribute.c to C++Hans Goudey