Files
test2/source
airyz b23e5e6068 UI: Expose MOD_MESHSEQ_READ_ATTRIBUTES flag for Mesh Sequence Cache modifier
There is an internal flag which gets set only during USD import,
which allows for custom attributes to be read from Mesh Sequence Cache.
This flag is not shown anywhere in the UI, and is not accessible through
python, which can lead to confusing behavior.

For example, loading a .usd file through `bpy.ops.wm.usd_import` will read
custom attributes, but when  `Mesh Sequence Cache` is added manually then
loading the same usd file through `bpy.ops.cachefile.open` will not load
custom attributes.

Further, if the user edits `object.modifiers['MeshSequenceCache'].read_data`
then `MOD_MESHSEQ_READ_ATTRIBUTES` flag will be removed with no way
to bring it back.

Pull Request: https://projects.blender.org/blender/blender/pulls/132475
2025-04-29 06:28:47 +02:00
..
2025-04-28 14:51:32 +02:00