Page MenuHome

Cycles: support rendering attributes for Curves objects
ClosedPublic

Authored by Kévin Dietrich (kevindietrich) on Feb 11 2022, 10:17 AM.

Details

Summary

This adds support for exporting attributes from a Blender Curves object to Cycles.
The implementation follows that of the Mesh object. This also creates motion blur
data if the "velocity" attribute is present on the Curves.

Ref T94193

Diff Detail

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

Event Timeline

Kévin Dietrich (kevindietrich) requested review of this revision.Feb 11 2022, 10:17 AM
Kévin Dietrich (kevindietrich) created this revision.

Here's an example using D11591 and D11592 to load the Curves and the attributes through Alembic. A float and a color attribute are mixed together:

This revision is now accepted and ready to land.Feb 11 2022, 12:40 PM