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-04Cleanup: Mesh: Remove redundant edge render flagHans Goudey
2022-11-03Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-18Fix T101660: crash when trying to propagate string attributes in some nodesJacques Lucke
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-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-04Cleanup: Rename curve segment count functionHans Goudey
2022-07-02BLI: improve span access to virtual arraysJacques 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-04Silenced compilation warning on clang.Jeroen Bakker
2022-04-26Geometry Nodes: refactor array devirtualizationJacques Lucke
2022-04-25Curves: Cache the number of curves of each typeHans Goudey
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-15Curves: Port curve to mesh node to the new data-blockHans Goudey
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-02-23Cleanup: Use new curves type enum for CurveEvalHans Goudey
2022-02-18Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-18Fix: Curve to Mesh node creates caps when curve is cyclicLeon Schittek
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-27Fix T95202: Curve to mesh node inconsistent edge vertex orderHans Goudey
2021-12-23Cleanup: Remove spline add_point method, refactor mesh to curve nodeHans Goudey
2021-12-23Fix: Potential use after scope in curve to mesh nodeHans Goudey
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-11-05Fix T92850: Curve to mesh incorrect for single point profilesHans Goudey
2021-11-01Fix T92662: Curve to mesh start cap invalid topologyHans Goudey
2021-10-26Fix: Inverted normal for one curve to mesh capHans Goudey
2021-10-25Geometry Nodes: Add "Fill Caps" option to curve to mesh nodeHans Goudey
2021-09-21Cleanup: Move curve to mesh node implementation to blenkernelHans Goudey