Alembic: read velocities on Points #116749

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:109185_alembic_read_points_velocities into main 2024-01-04 09:25:38 +01:00

1 Commits

Author SHA1 Message Date
Philipp Oeser 1c1e9a6312 Alembic: read velocities on Points
This is reusing the generic system from 128eb6cbe9 which at that time
was only done for the mesh reader and is now done for the point reader
as well.

This allows for rendering with proper motion blur for alembic points
(which of course are still imported as meshes - were just lacking the
velocity attribute) when directly rendering as points in Cycles.

Came up in #109185 (where instancing is used - which is still not
supported, this patch is just for direct point rendering in Cycles).

Unsure about the status of https://archive.blender.org/developer/D11591
but until that lands, having velocities for points sounds useful enough
to support this now.
2024-01-03 15:57:20 +01:00