Page MenuHome

Geometry Nodes: Curve Endpoints Node Update (WIP)
AbandonedPublic

Authored by Johnny Matthews (guitargeek) on Oct 7 2021, 10:04 PM.

Details

Summary

This adds fields for normal, tangent and rotation for the endpoints.

The patch still needs to be updated to only copy the correct attributes.

--Is the logic for creating the fields correct?
--Where do I start with the attributes?

Diff Detail

Repository
rB Blender
Branch
endpoints (branched from master)
Build Status
Buildable 17641
Build 17641: arc lint + arc unit

Event Timeline

Johnny Matthews (guitargeek) requested review of this revision.Oct 7 2021, 10:04 PM
Johnny Matthews (guitargeek) updated this revision to Diff 43028.
Johnny Matthews (guitargeek) created this revision.

Error on initial upload.

I think the best example of outputting anonymous attributes like this is the use of AttributeOutputs in the distribute node. This change doesn't go quite far enough.
The output fields should be created with AnonymousAttributeFieldInput instead of a named attribute field.