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?
Differential D12784
Geometry Nodes: Curve Endpoints Node Update (WIP) Authored by Johnny Matthews (guitargeek) on Oct 7 2021, 10:04 PM. Tags Subscribers None
Details
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?
Diff Detail
Event TimelineComment Actions 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. |