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-07Fix T102238: double free when storing attribute on empty geometryJacques Lucke
2022-10-19Fix: Geometry Nodes: Memory leak when deleting instancesHans Goudey
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-17Attributes: Validate some builtin attributes for untrusted inputsHans Goudey
2022-09-17Cleanup: formatCampbell Barton
2022-09-16Sculpt: add .sculpt to allow_procedural_attribute_accessJoseph Eagar
2022-09-13Geometry Nodes: Port the trim curve node to the new data-blockMattias Fredriksson
2022-09-12Geometry: Avoid unnecessary initialization when resizing data arraysHans Goudey
2022-09-12Attributes: Add function to retrieve span without adding attributeHans Goudey
2022-09-06Fix: Restore fix for empty attributes after recent commitHans Goudey
2022-09-06Cleanup: Remove unused update custom data pointers in attribute APIHans Goudey
2022-09-05Cleanup: Remove unused functionHans Goudey
2022-08-31Attributes: Avoid unnecessarily initializing new attributesHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-30Geometry Nodes: Use separate field context for each geometry typeHans Goudey
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-07-27Fix T100026: crash with zero-sized attributesJacques Lucke
2022-07-24Fix: Removing attributes from UI invalidates cachesHans Goudey
2022-07-21Geometry Nodes: add debug check for whether AttributeWriter.finish is calledJacques Lucke
2022-07-21Fix T99878: Deleting curves or points removes anonymous attributesHans Goudey
2022-07-20Curves: Port fillet node to the new data-blockHans Goudey
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-02BLI: improve span access to virtual arraysJacques Lucke
2022-06-22Fix T98956: Crash removing some builtin attributesHans Goudey
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-31Attributes: Hide internal UI attributes and disallow procedural accessHans Goudey
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-04-26Cleanup: Move anonymous attribute removal to geometry componentHans Goudey
2022-04-26Fix T97595: Modifier attribute output broken for vertex groupsHans Goudey
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-14Fix: Use after free when removing attribute on instancesHans Goudey
2022-04-01Cleanup: Move geometry set fields to a separate headerHans Goudey
2022-03-19BLI: generalize converting CPPType to static typeJacques Lucke
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-02-04Attributes: Infrastructure for generic 8-bit integer data typeHans 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-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-07Geometry Nodes: move type conversions to blenkernelJacques Lucke
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-12-06Geometry Nodes: reduce code duplication with new GeometyrFieldInputJacques Lucke
2021-12-02Fix (unreported): incorrect custom data layer createdJacques Lucke
2021-12-01Fix: Remove incorrect asserts for empty attributesHans Goudey
2021-12-01Cleanup: Store instances id attribute with other attributesHans Goudey