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-03Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-17Fix T101871: Realize instances node can skip material indicesHans Goudey
2022-10-17Geometry Nodes: separate Instances from InstancesComponentJacques Lucke
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-23Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-21Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-21Attributes: Allow calling "finish" on empty accessorsHans Goudey
2022-09-12Start converting mesh positions to a generic attributeHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-23Fix T100562: Realize Instances node crashes when there is an attribute name c...Jacques Lucke
2022-07-22Curves: support sculpting on deformed curvesJacques Lucke
2022-07-20Point Cloud: Remove redundant custom data pointersHans Goudey
2022-07-19Geometry Nodes: Copy parameters when copying a curves data-blockHans Goudey
2022-07-14Geometry Nodes: update curve type counts after realizing instancesJacques Lucke
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-02BLI: improve span access to virtual arraysJacques Lucke
2022-06-18Fix: curves have incorrect resolution attribute after realizing instancesJacques Lucke
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-05-11Cleanup: use '_num' suffix instead of '_size' for CurveGeometryCampbell Barton
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-07Curves: Name mutable data retrieval functions explicitlyHans Goudey
2022-04-04Cleanup: Remove unused functionHans Goudey
2022-03-25Cleanup: Further renaming in new curves codeHans Goudey
2022-03-24Cleanup: Adjust naming in new curves codeHans Goudey
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-03-18Cleanup: Remove unused includesHans Goudey
2022-03-11Fix: Handle handles reset when realizing with other curve typesHans Goudey
2022-03-10Cleanup: Reduce duplication in realize instances codeHans Goudey
2022-03-09Fix: Add missing breakHans Goudey
2022-03-09Fix: Use "construct" instead of "assign" for uninitialized memoryHans Goudey
2022-03-09Curves: Port realize instances node to the new data-blockHans Goudey
2022-02-28Cleanup: Rename geometry set "curve" functions to "curves"Hans Goudey
2022-02-28Geometry Nodes: Begin conversion to new curvesHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-31Fix T95205: remove attribute only onceJacques Lucke
2021-12-19Cleanup: Clang tidy lamda function nameHans Goudey
2021-12-14Geometry Nodes: support instance attributes when realizing instancesJacques Lucke