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-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-09Cleanup: use ELEM macroCampbell Barton
2022-02-23Cleanup: Use new enum for CurveEval handle typesHans 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-23Cleanup: Remove spline add_point method, refactor mesh to curve nodeHans Goudey
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-12-02Cleanup: Move public docs to BKE_spline.hh headerHans Goudey
2021-11-16Merge branch 'blender-v3.0-release'Hans Goudey
2021-11-16Fix T92857: Deadlock in geometry nodes curve multi-threadingHans Goudey
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-11-11Fix: Prevent use of uninitialized memory when creating Bezier splineMartijn Versteegh
2021-10-24Cleanup: spelling in commentsCampbell Barton
2021-10-23Fix: Cyclic single point bezier splines have multiple evaluated pointsHans Goudey
2021-09-29Geometry Nodes: Expose Bezier handle positions as an attributeHans Goudey
2021-09-21Fix: Crash with single point bezier spline auto handlesHans Goudey
2021-09-15Splines: Add a method for reversing a SplineJohnny Matthews
2021-07-14Bezier Spline: Add a more generalized insertion utilityHans 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-16BLI: add threading namespaceJacques Lucke
2021-06-16Cleanup: Expose function publicly, renameHans Goudey
2021-06-09Fix: Incorrect node bezier spline tangent calculation for end pointsHans Goudey
2021-06-02Splines: Function to copy spline settings without dataHans Goudey
2021-05-27Cleanup: Use consistent variable namesHans 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-14Fix T88262: Curve to mesh crash with vector last segmentHans Goudey
2021-05-12Geometry Nodes Curves: Expose first builtin point attributesHans Goudey
2021-05-08Fix: Curve to mesh node assert when last profile segment is vectorHans Goudey
2021-05-07Geometry Noes: Curve Resample NodeHans Goudey
2021-05-06Cleanup: spellingCampbell Barton
2021-05-05Fix: Splines: Use consistent bezier linear interpolation methodHans Goudey
2021-05-05Fix: Incorrect cyclic interpolation for nodes bezier splineHans Goudey
2021-05-03Geometry Nodes: Initial basic curve data supportHans Goudey