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-09-18Curves: Remove CurveEval and old Spline typesHans Goudey
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-14Cleanup: Use helper variable, const argumentHans Goudey
2022-03-14Curve: Store NURBS basis cache as a single vectorHans Goudey
2022-03-14Cleanup: Simplify NURBS basis cache argumentsHans Goudey
2022-03-14Curve: Remove temporary buffer during NURBS evaluationHans Goudey
2022-03-14Cleanup: Remove unnecessary NURBS optimizationHans Goudey
2022-03-11Cleanup: Use new enum for NURBS curve knots modesHans Goudey
2022-03-11Cleanup: Use helper variableHans Goudey
2022-03-11Curve: Improve NURBS knot generation modesLaurynas Duburas
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-22Curves: Improve accuracy and clarity of NURBS knots calculationLaurynas Duburas
2021-12-23Cleanup: Remove spline add_point method, refactor mesh to curve nodeHans Goudey
2021-12-20Fix: Incorrect assert conditions in NURBSplinePiotr Makal
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-09-15Splines: Add a method for reversing a SplineJohnny Matthews
2021-07-06Fix: Crash when geometry nodes NURB spline has no evaluated pointsHans Goudey
2021-06-25Fix T89430: Realizing NURBS curve instances is brokenHans Goudey
2021-06-22Cleanup: Refactor spline copying functionsHans Goudey
2021-06-22Cleanup: Use "size" instead of "points_len" in spline codeHans Goudey
2021-06-22Cleanup: Rename variables, use shorter namesHans Goudey
2021-06-21Cleanup: Rename spline interpolation functionsHans Goudey
2021-06-09Splines: Add API functions for interpolating dataHans Goudey
2021-06-02Splines: Function to copy spline settings without dataHans Goudey
2021-05-20Splines: Optimize interpolation in special case virtual arrayHans Goudey
2021-05-19Geometry Nodes: Support for dynamic attributes on curve splinesHans Goudey
2021-05-15Cleanup: Update / improve commentsHans Goudey
2021-05-07Geometry Noes: Curve Resample NodeHans Goudey
2021-05-03Geometry Nodes: Initial basic curve data supportHans Goudey