We are using HoudiniUSDBridge to compile houdini with USD-0.20.11.
One issue we ran into is there is some python code which is not compliant
with USD-0.20.11, this lives the husd.schemautils module.
We are looking at adding a patch to make this compliant with our 0.20.11 usd build but
wanted to double check what the layer generated by husd.schemautils.createSchemaStage
is used for? We picked this issue up while testing but want to check if the faulty generated
layer will cause issues downstream?
Fyi the specific attribute causing issues is GetSchemaPrimSpec which was deprecated from USD-0.20.11+
Thanks!