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-08-03Cleanup: fix various typosBrecht Van Lommel
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-03-14Cleanup: spellingCampbell Barton
2022-03-14Curve: Store NURBS basis cache as a single vectorHans Goudey
2022-03-11Cleanup: Use new enum for NURBS curve knots modesHans Goudey
2022-03-11Curve: Improve NURBS knot generation modesLaurynas Duburas
2022-02-28Geometry Nodes: Begin conversion to new curvesHans Goudey
2022-02-23Cleanup: Use new curves type enum for CurveEvalHans Goudey
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
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-29Fix T94113: Local view + Geometry Nodes is broken for instancesGermano Cavalcante
2021-12-23Cleanup: Remove spline add_point method, refactor mesh to curve nodeHans Goudey
2021-12-14Geometry Nodes: support instance attributes when realizing instancesJacques Lucke
2021-12-13Cleanup/docs: Add comment to spline lookup factor methodHans Goudey
2021-12-07Cleanup: Extend a few comments in BKE_spline.hhHans 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-22CurveEval: Add total_length() and total_control_point_size() methodsJohnny Matthews
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-11-13Cleanup: spelling in comments, comment block formattingCampbell Barton
2021-11-11Fix: Prevent use of uninitialized memory when creating Bezier splineMartijn Versteegh
2021-10-29Geometry Nodes: do cache invalidation after writing attributesJacques Lucke
2021-09-29Geometry Nodes: Expose Bezier handle positions as an attributeHans Goudey
2021-09-21Geometry Nodes: Curve Sample NodeHans Goudey
2021-09-15Splines: Add a method for reversing a SplineJohnny Matthews
2021-08-02Cleanup: Make spline settings copy function publicHans Goudey
2021-07-23Cleanup: Add function to check a curve's spline typesHans Goudey
2021-07-23Fix: "Bake" automatically calculated handles in set handle nodeHans Goudey
2021-07-14Bezier Spline: Add a more generalized insertion utilityHans Goudey
2021-06-28Cleanup: Add function to create a CurveEval from a nurbs listHans Goudey
2021-06-24Cleanup: compiler warnings with clangBrecht Van Lommel
2021-06-22Cleanup: Refactor spline copying functionsHans Goudey
2021-06-22Cleanup: Rename variables, use shorter namesHans Goudey
2021-06-21Cleanup: Rename spline interpolation functionsHans Goudey
2021-06-20Fix T89302: Broken normals after mesh to curve nodeHans Goudey
2021-06-16Cleanup: Expose function publicly, renameHans Goudey
2021-06-16Splines: Add resize method to CurveEvalHans Goudey
2021-06-09Splines: Add API functions for interpolating dataHans Goudey
2021-06-02Splines: Function to copy spline settings without dataHans Goudey
2021-05-27Fix build error: Make CurveEval a structHans Goudey