/body/bodyShape
.For many of these caches they're working exactly as expected -- in USD we end up with:
/body (Xform)
/bodyShape (Mesh)
But with other caches, even though in the Alembic it's still
/body/bodyShape
, in Solaris it's collapsing into:/body (Mesh)
The geometry looks correct, but we need the namespace to stay the same. As far as I can tell, it's because the Xform objects in the Alembic cache have attributes:
/body (Xform)
Constant-Identity
Constant string ABC_model_file
Constant string ABC_object_path
Are these standard attributes, and expected behaviour within Solaris? Is there some way to modify this behaviour without recachine the Alembic files?