Page MenuHome

Geometry Nodes: Curve Primitive Line
ClosedPublic

Authored by Johnny Matthews (guitargeek) on Jun 30 2021, 11:51 PM.

Details

Summary

This node creates a PolySpline line in one of 2 modes:

  • Line between 2 points
  • Start Point, Direction, and Length

Both modes create splines with only start and endpoints. A resample node can be used afterward to increase the point count.

Diff Detail

Repository
rB Blender

Event Timeline

Johnny Matthews (guitargeek) requested review of this revision.Jun 30 2021, 11:51 PM
Johnny Matthews (guitargeek) created this revision.

I think @Erindale (Erindale) mentioned that the direction input should not have distance units. I think I agree, it's more of a direction vector. It's the length input that gives it the length anyway.

This revision was not accepted when it landed; it landed in state Needs Review.Jul 5 2021, 7:28 PM
This revision was automatically updated to reflect the committed changes.

Thanks! I made some changes when committing:

  • White space
  • Variable names (small changes)
  • "Point 1" "Point 2" -> "Start" "End"