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-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-04-08Cleanup: Define new curves normal mode in DNAHans Goudey
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-02-23Cleanup: Use new curves type enum for CurveEvalHans 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
2021-12-28Fix T94442: Trim curve node can crash with duplicate pointHans 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-01Cleanup: spelling, use C commentsCampbell Barton
2021-10-29Fix T92552: Spline evaluation with all points at the originHans Goudey
2021-09-20Fix: Spline length calculation fails with no evaluated pointsHans Goudey
2021-09-20Cleanup: Fix/improve variable names and commentsHans Goudey
2021-09-15Splines: Add a method for reversing a SplineJohnny Matthews
2021-08-24Cleanup: Simplify logicHans Goudey
2021-08-02Cleanup: Remove duplicate special case checkHans Goudey
2021-08-02Fix T90042: Spline tangent calculation assert with coincident pointsHans Goudey
2021-07-18Fix: Incorrect logic in spline lookup functionAngus Stanton
2021-07-07Fix T89702: Curve to points node assert on single point splineHans Goudey
2021-06-22Cleanup: Refactor spline copying functionsHans Goudey
2021-06-22Cleanup: Use "size" instead of "points_len" in spline codeHans Goudey
2021-06-21Cleanup: Rename spline interpolation functionsHans Goudey
2021-06-18Cleanup: clang-tidyCampbell Barton
2021-06-17Geometry Nodes: support minimum twist normal modeJacques Lucke
2021-06-16BLI: add threading namespaceJacques Lucke
2021-06-16Geometry Nodes: fix z-up spline normal calculationJacques Lucke
2021-06-10Cleanup: spelling in commentsCampbell Barton
2021-06-09Splines: Add API functions for interpolating dataHans Goudey
2021-05-09Fix: Curve resample duplicates last point for cyclic splinesHans Goudey
2021-05-09Fix T88126: Curve resample crash for single point inputHans Goudey
2021-05-07Geometry Noes: Curve Resample NodeHans Goudey
2021-05-05Nodes Splines: Apply tilt to normal evaluationHans Goudey
2021-05-03Geometry Nodes: Initial basic curve data supportHans Goudey