What is the significance of the format args written after the usd reference?
subLayers = [ @./alayer.usd:SDF_FORMAT_ARGS:format=usda@ ]
As far as I can tell, if the alayer.usd is either binary or ascii it works in the example above. Similarly if the the sdf format option isn't there it doesn't matter the format of the the .usd. I'm just wondering whether to use extensions or these format arguments as the identifier for binary vs. ascii. These args are introduced when the config layer LOPs have this specified or an output processor on the 'master' USD ROP forces the formatting.
Cheers,
J