Page MenuHome

Geometry Nodes: Catenary Curve Node
AbandonedPublic

Authored by Johnny Matthews (guitargeek) on Jun 17 2021, 2:20 AM.
Tokens
"Love" token, awarded by GeorgiaPacific."Love" token, awarded by monio."Love" token, awarded by mindinsomnia."Love" token, awarded by someuser."Love" token, awarded by pecador."Love" token, awarded by 14AUDDIN."Love" token, awarded by RC12."Love" token, awarded by HEYPictures."Love" token, awarded by dreamak."Love" token, awarded by Apofis."Love" token, awarded by Bit.

Details

Summary

This node creates catenary curves between the points of the splines in a curve. Cyclic splines will get a catenary curve between last and first point.

It takes a curve and returns a curve

The tension on the wires can be controlled with a point attribute or a float and the resolution of the resultant polysplines can be controlled.

Diff Detail

Repository
rB Blender

Event Timeline

Johnny Matthews (guitargeek) requested review of this revision.Jun 17 2021, 2:20 AM
Johnny Matthews (guitargeek) created this revision.

Missed a .0f on a float

Johnny Matthews (guitargeek) edited the summary of this revision. (Show Details)

Merge Master
Add Cyclic Spline Support

Add direction as a vector or attribute.

Flip the vector on attribute type direction.

Change direction input widget to default vector input.

The concepts of this node were broken down into some more base nodes (Spline Type, Handle Type, and Handle Position Access) which will allow its effect to be done at a more basic level.