| Extension: omni.mdl.neuraylib-0.2.11 | Documentation Generated: Mar 20, 2025 | 
Overview#
The Omni MDL extension provides access to MDL materials in Omniverse.
The core features of this extensions are:
- Providing the - neurayinstance used in Omniverse for accessing the MDL SDK API
- Create database - scopesand- transactionsfor accessing the database content used by the renderer
- Create - MdlModule,- MdlEntity, and- MDLEntitySnapshotsthat wrap the MDL module loading and the mapping from USD shade to MDL nodes
The extension also provides access to more features around the MDL integration in Omniverse:
- Registration of MDL content shipped with extensions 
- Initialization of neuray to enable MDL module resolution in USD in case the RTX renderer is not used 
For examples, please see the Python usage page.