Open cadop opened 3 months ago
Thanks for the questions-- the primary intent of the repository is to exemplify general USD plugin development and use them in usdview. For Kit we are aiming to deprecate the need for an explicit extension to bootstrap USD plugins and ensure proper load order, etc., but haven't investigated further yet. For now we've included the Kit extension as a convenience for schema developers looking to test their WIP in both usdview and Kit, but will be reconsidering the entire schema development experience holistically later this year and contributing to https://github.com/PixarAnimationStudios/OpenUSD-proposals/ and improving this repository and Kit accordingly.
I have previously understood KIT to be a collection of
extensions
akaplugins
to the omniverse ecosystem. This repo is talking about USDplugins
. Given this is still under the nvidia omniverse github --Could there be some explicit comments and explanation in the readme that discusses the differences and use-case?
Can usd-plugin-samples be used inplace of kit extensions, the same way the USD code samples of omniverse show both a USD and KIT method?