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-07-22Fix T99884: Crash when converting to old curve typeHans Goudey
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-02BLI: improve span access to virtual arraysJacques Lucke
2022-05-13Cleanup: Use standard variable names for curvesHans Goudey
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-04-25Curves: Cache the number of curves of each typeHans Goudey
2022-04-15Curves: initial geometry nodes support for curves objectsJacques Lucke
2022-04-14Fix: Use consistent type for nurbs order attributeHans Goudey
2022-04-09Curves: Port tangent and normal calculation to the new data-blockHans Goudey
2022-04-08Cleanup: Define new curves normal mode in DNAHans Goudey
2022-04-07Cleanup: clang-formatCampbell Barton
2022-04-07Fix: Copy resolution when creating CurveEval from CurvesMattias Fredriksson
2022-04-07Curves: Name mutable data retrieval functions explicitlyHans Goudey
2022-03-24Cleanup: Adjust naming in new curves codeHans Goudey
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-11Cleanup: Use new enum for NURBS curve knots modesHans Goudey
2022-03-11Curve: Improve NURBS knot generation modesLaurynas Duburas
2022-03-04Fix T96164: Crash with curve domain attributesHans Goudey
2022-03-01Fix: Use correct default in Curves to CurveEval conversionHans Goudey
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
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