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-05-20Fix T98266: Crash with empty mesh boolean nodeHans Goudey
2022-05-03Fix T93272: Material index mapping missing for mesh boolean nodeHans Goudey
2022-04-28Fix T93546: Fill curve node ignores last point of non-cylic curvesHans Goudey
2022-04-28Cleanup: Remove disabled optimization codeHans Goudey
2022-04-27Fix T93285: Wrong instance order when instancing a collectionGermano Cavalcante
2022-04-26Geometry Nodes: Move named attribute nodes out of experimentalHans Goudey
2022-04-26Geometry Nodes: refactor array devirtualizationJacques Lucke
2022-04-25Geometry Nodes: Add "Named" to "Remove Attribute" node nameHans Goudey
2022-04-25Curves: Cache the number of curves of each typeHans Goudey
2022-04-25Geometry Nodes: improve ui when trying to remove built-in attributesJacques Lucke
2022-04-21Geometry Nodes: better support for byte color attributesJacques Lucke
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-19Fix: Incorrect info message in set material nodeHans Goudey
2022-04-15Fix T97363: Duplicate elements node doesn't tag loose edgesHans Goudey
2022-04-15Curves: Port curve to mesh node to the new data-blockHans Goudey
2022-04-14Geometry Nodes: show used named attributes in nodesJacques Lucke
2022-04-13Cover some DNA files with C++ utility macrosSergey Sharybin
2022-04-12Cleanup: clang-formatLukas Stockner
2022-04-11Curves: Add support for new curves type in Set Material nodeChristophe Hery
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-09Curves: Port tangent and normal calculation to the new data-blockHans Goudey
2022-04-09Fix: Various fixes and cleanups in new curves codeHans Goudey
2022-04-07Fix Clang/Linux build error after line primitive parallelizationBrecht Van Lommel
2022-04-07Geometry Nodes: Parallelize mesh line nodeHans Goudey
2022-04-07Geometry Nodes: avoid data copy in store named attribute nodeJacques Lucke
2022-04-07Geometry Nodes: Add "Connected" mode to Merge by Distance nodeAleksi Juvani
2022-04-07Curves: Name mutable data retrieval functions explicitlyHans Goudey
2022-04-07Fix: Curve parameter node broken for Bezier curves after refactorHans Goudey
2022-04-06Cleanup: Simplify if statements, clang tidyHans Goudey
2022-04-05Cleanup: fix various typosBrecht Van Lommel
2022-04-01Geometry Nodes: Port set handle nodes to new data-blockHans Goudey
2022-03-31Cleanup: spelling, trailing space for comment-blocksCampbell Barton
2022-03-30Curves: Port resample node to the new data-blockHans Goudey
2022-03-30Geometry Nodes: Remove soft min from extrude node scaleHans Goudey
2022-03-30Curves: Port curves total length node to the new data-blockHans Goudey
2022-03-30Curves: Port length node to the new data-blockHans Goudey
2022-03-30Curves: Port parameter node to the new data-blockHans Goudey
2022-03-29Cleanup: use value initialization instead of copying default valueJacques Lucke
2022-03-28Cleanup: use "num" as a suffix in: source/blender/nodesCampbell Barton
2022-03-25Cleanup: Simplify logic, rename variablesHans Goudey
2022-03-25Cleanup: Further renaming in new curves codeHans Goudey
2022-03-25Cleanup: sort cmake file listsCampbell Barton
2022-03-24Cleanup: Typo, improve variable namesHans Goudey
2022-03-24Cleanup: Adjust naming in new curves codeHans Goudey
2022-03-22Fix: Drag link search doesn't always connect to socketLeon Schittek
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-22Fix T96577: setting curve handles not working correctly with multiple curvesJacques Lucke
2022-03-22Fix T96420: Set ID node not working for instancesJacques Lucke
2022-03-19Make Format ChangesHarley Acheson
2022-03-19BLI: move generic data structures to blenlibJacques Lucke