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-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
2021-05-27Cleanup: Use consistent variable namesHans Goudey
2021-05-19Geometry Nodes: Support for dynamic attributes on curve splinesHans Goudey
2021-05-19Cleanup: Use copy constructor for CurveEvalHans Goudey
2021-05-16Splines: Convenience methods for point offsets of multiple splinesHans Goudey
2021-05-15Cleanup: Update / improve commentsHans Goudey
2021-05-12Cleanup: Simplify public/private specifiersHans Goudey
2021-05-12Cleanup: Splines: Add accessors to spline vectorHans Goudey
2021-05-12Geometry Nodes Curves: Expose first builtin point attributesHans Goudey
2021-05-11Cleanup: Reorder class variable declarationsHans Goudey
2021-05-10Fix warning on Apple Clang, missing override specifierSeverin
2021-05-07Geometry Noes: Curve Resample NodeHans Goudey
2021-05-04Fix: Incorrect type used for geometry nodes poly splinesHans Goudey
2021-05-03Geometry Nodes: Initial basic curve data supportHans Goudey