USD Survival Guide - A Practical Onboarding Guide for Pipeline TDs & Software Developers

Hi everyone,

Over the past few months, I’ve written an onboarding guide to OpenUSD for pipeline TDs and software developers under the name “USD Survival Guide”. I wanted to create something that softens the often steep learning curve that some aspects of USD have.

It aims to be practical as opposed to offering a high-level overview. This means, you’ll find a lot of code examples from actual production scenarios as well as a more hands on approach instead of overviews/terminology explanations.

It is also intended to be used by small to mid-size (25-150 people) studios, which often don’t have the development resources to figure everything out themselves, to transition to USD more easily. Therefore, it ships with asset resolver example implementations, general best practice tips & tricks and a pre-flight checklist to see if you are ready to make the switch to USD. We also primarily stick to the Python side of things (at least for now, I’m hoping to expand this to C++ in the future).

It uses Houdini to explain all the basic concepts of USD as well as features a deep dive best practice section for Houdini Solaris, which I’ll be presenting as part of Houdini’s Siggraph 2023 Hive on Wednesday, 9.8.23. If you’re in town, I’d love to see you there, hear your feedback and have a chat!

Keep in mind that this is the first draft, so there might be some mistakes here and there. I feel like it is already in a good enough shape though to be released. It is open-source, so please feel free to contribute :slight_smile:

Here are some resource links:
Website: USD Survival Guide - GitHub Pages
Siggraph Event: https://s2023.siggraph.org/presentation/?id=exs167&sess=sess515

Looking forward to hearing, what you guys think! Let me know what topics we should expand on in the future!

Have a great day!

  • Luca
24 Likes

Thanks for putting this together, Luca! This looks like it’ll help a ton to demystify USD workflows.

Hopefully I can check out your Hive session in person. I assume it’ll be recorded and put on YouTube later as well?

Hey,

Yes, SideFX will put it on the usual social media channels afterwards :slight_smile:

The presentation will be a summarized version of the most import stuff (and more Houdini focused, as it is part of the Houdini Hive presentations). Would be very cool to see you there, but if you can’t make it, don’t worry! The guide itself goes into a lot more detail, so you won’t be missing out that much, content wise.

1 Like

Looks amazing; well done! And thank you for sharing!

1 Like

Nice work! Love the practical examples. I’ve added it to Awesome OpenUSD.

2 Likes

Bookmarked!

Thanks for making this. Its contents is very easy to digest and the practical examples are very appreciated, I’ve shared it in our studio.

1 Like

Thank you very much for the positive feedback, means a lot!
Thanks @mati-nvidia for adding it to Awesome OpenUSD :slight_smile:

@LucaScheller this is fantastic. thanks for taking the time and energy putting this together! :beers:

1 Like

This is great! I am just getting started in USD. Many Thanks from Hamburg!

1 Like

Thanks @LucaScheller for such a great resource for the community, and for any of you who didn’t manage to make it to see his presentation at siggraph, the video link to the SideFX Hive session is here. https://www.youtube.com/watch?v=VSE7ayrRStg

4 Likes

That’s a lot of knowledge, thank you for that contribution!

1 Like

Hey everyone, thanks for all the positive feedback so far :slight_smile:

The Usd Asset Resolver subsection (GitHub - LucaScheller/VFX-UsdAssetResolver: Usd Asset Resolver Reference Implementations) has received some updates:

Let me know if you have any questions or suggestions :slight_smile:

I’ll try to add the following soon-ish:

  • A short tutorial video on how to use the release binaries
  • A third “Cached Resolver” implementation as described here: Batching Ar2 queries
1 Like