This adds a couple of settings to control the radius of imported curves and points:
- A default radius for Alembic files, to fall back to when none is specified.
- A radius scale per Alembic mesh cache modifier, to later alter the radius.
Since curve and point support in the modifier is limited due to how it works (by always
outputting a Mesh), those settings are only available when a render time Alembic
procedural is used. They will be enabled for use in the modifier when improvements
are made in this area, most likely by outputting a Geometry Set instead of a Mesh
from the modifier.
Since for now this is only for the Cycles procedural, to test this one has to set Cycles as the current render engine, using the experimental feature set.
Here's a test file with a radius property, which can be tweaked per curve using the radius scale (as the curves are not animated, cache modifiers are not added unless "Always Add Cache Reader" is turned on in the import options, so the .blend file already has modifiers on all curves):
Here's one without radius, which would need to be set in the import settings:
Ref D3089.