NVIDIA-Omniverse / usd-plugin-samples

USD schema extension samples, build tools, and sample kit extensions that use those schema extensions
Apache License 2.0
62 stars 6 forks source link

Same pipeline for Vanilla USD plugins? #13

Open antopilo opened 1 year ago

antopilo commented 1 year ago

Hello,

We are currently building our own file format plugins for omniverse using this as a base.

Ideally, those plugins would also be working on vanilla USD for our work pipeline.

Is it possible to configure this so that it can also build native USD plugins from the same codebase?

I'm talking about fileformat plugins to be exact.

Thank you

asluk commented 2 months ago

Apologies for the super-late response! I was not getting notifications for the repository until recently. We are working on some buildsystem boilerplate that makes it possible to build with various flavors of USD (and are also working on deprecating nv-usd so that OV at large can be compiled with stock OpenUSD). No concrete timeframe for public release yet, but thanks for your interest!

asluk commented 2 months ago

(Read too quickly) -- the file format plugins in this repository should work with stock OpenUSD v23.05 already-- internal buildsystem work is underway to make it work with a range of stock OpenUSD vYY.MM 🙏🏼