3c9a71b46f
In order to better interop with the broader Alembic/USD ecosystem, align the crease values we export with what we believe is expected by native OpenSubdiv, a 0-10 range. On import we will translate the native OpenSubdiv range back into Blender's 0-1 range. To account for SubD assets produced by Blender before this change, a compat check is put in place for both Alembic and USD to use the old methodology when encountering such files. The compat check makes use of the Blender version we place inside the format's metadata fields. Old assets loaded into a new Blender will look ok. New assets loaded into an old Blender would need to be reworked. Pull Request: https://projects.blender.org/blender/blender/pulls/132582