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
2021-12-29Fix T94113: Local view + Geometry Nodes is broken for instancesGermano Cavalcante
2021-12-14Geometry Nodes: support instance attributes when realizing instancesJacques Lucke
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-11Fix: Prevent use of uninitialized memory when creating Bezier splineMartijn Versteegh
2021-11-02Cleanup: Improve curve point attribute assertHans Goudey
2021-10-29Geometry Nodes: do cache invalidation after writing attributesJacques Lucke
2021-09-21Geometry Nodes: Curve Sample NodeHans Goudey
2021-09-20Cleanup: Fix/improve variable names and commentsHans Goudey
2021-09-09Geometry Nodes: fields and anonymous attributesJacques Lucke
2021-07-23Cleanup: Add function to check a curve's spline typesHans Goudey
2021-07-15Cleanup: ensure one newline at end of file, strip trailing spaceCampbell Barton
2021-06-28Cleanup: Add function to create a CurveEval from a nurbs listHans Goudey
2021-06-21Curves: Multithread Curve to CurveEval conversionHans Goudey
2021-06-16Splines: Add resize method to CurveEvalHans Goudey
2021-05-19Geometry Nodes: Support for dynamic attributes on curve splinesHans Goudey
2021-05-19Cleanup: Use copy constructor for CurveEvalHans Goudey
2021-05-16Cleanup: Improve commentsHans Goudey
2021-05-16Splines: Convenience methods for point offsets of multiple splinesHans Goudey
2021-05-12Cleanup: Splines: Add accessors to spline vectorHans Goudey
2021-05-03Geometry Nodes: Initial basic curve data supportHans Goudey