If you run usdchecker on your file in 24.03, you will be informed that you are missing UsdSkelBindingAPI on your skel prims. If you search for SkelBindingAPI in our Changelog, you will see the steps that were taken over several releases to start enforcing this requirement (without which, Hydra 2.0 will not work for Skel⌠and other reasons).
You can run fixbrokenpixarschemas from any release of the last year and a half on the layers that contain Skel data, and it will properly apply the schema for you. Thanks!
@spiff Look like it is an enhancement for the skeletal animation. However, this change will bring the confusion for the application client. Say, the blender application using USD 22.08 can open the USD 22.08 schema version skeletal animation file correctly. However, the blender application using USD 24.03 canât correctly open the same USD 22.08 schema version skeletal animation file.
So, what the action is: is it that the blender application using USD 24.03 will be responsible for fixing broken schema animation file or the blenderâs client will be responsible for fixing broken schema animation file? If it is the blenderâs responsibility, there is no c++ API to fix broken schema animation file now. At least, I see usdview 24.03 not to fix broken schema animation file when opening it. If it is the blenderâs client responsibility, where can the blenderâs client get the tool âfixbrokenpixarschemasâ ?
Hi @justinwang , updating and evolving assets is an area in which weâre still learning (situations and remedies are quite different inside our film pipeline). You are correct that the fixup script (and usdchecker validation script) are not very friendly for DCC incorporation. We are IP on our C++ framework for validation, which should give DCCâs more options, including automatically validating and fixing on import, or allowing that to be a user driven process, as well.