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-05Cleanup: Remove unnecessary node type registraction functionsHans Goudey
2022-11-04Cleanup: Mesh: Remove redundant edge render flagHans Goudey
2022-10-07Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans 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-12Start converting mesh positions to a generic attributeHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-04-28Fix T93546: Fill curve node ignores last point of non-cylic curvesHans Goudey
2022-03-25Cleanup: Further renaming in new curves codeHans Goudey
2022-03-24Cleanup: Adjust naming in new curves codeHans Goudey
2022-03-18Cleanup: Remove unnecessary namespace usage, use constHans Goudey
2022-03-18Curves: Port fill curve node to the new data-blockHans Goudey
2022-03-08Cleanup: Rename geometry set "curve" to "curves"Hans 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-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
2022-01-04Cleanup: Remove bNodeType flag from base registration functionsAaron Carlisle
2021-12-17Cleanup: use new c++ guarded allocator api in some filesJacques Lucke
2021-12-07Cleanup: Add macro and functions for node storageHans Goudey
2021-11-23Cleanup: Simplify geometry node function namesHans Goudey
2021-11-23Geometry Nodes: add namespace for every fileJacques Lucke
2021-10-29Nodes: Add translation markers to new socket names and descriptionsHans Goudey
2021-10-26Geometry Nodes: geometry component type warning systemJacques Lucke
2021-10-14Geometry Nodes: Rename Nodes ID Names + Menu OrgJohnny Matthews
2021-10-11Geometry Nodes: Rename 12 Nodes to be "Verb First"Johnny Matthews
2021-09-27Geometry Nodes: add utility to process all instances separatelyJacques Lucke
2021-09-24Fix: Curve fill node doesn't fill real geometry with instancesHans Goudey
2021-09-21Geometry Nodes: Fill instances separately in the curve fill nodeHans Goudey
2021-09-02Cleanup: Convert geometry nodes socket list to use new APIJohnny Matthews
2021-08-30Cleanup: clang-tidyJacques Lucke
2021-08-30Geometry Nodes: Curve Fill NodeErik Abrahamsson