Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/tut_generating_new_schema.rst
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,11 @@ Using the Schema Classes
* Copying :filename:`usdSchemaExamples.so` (on Windows,
:filename:`usdSchemaExamples.dll` and :filename:`.lib`) and the
:filename:`usdSchemaExamples` directory to :filename`<prefix>/plugin/usd`

* You may encounter :filename:`ImportError DLL load failed` when running from
Python 3.8+ on Windows. This is due to the DLL directory not being added to
trusted locations and can be resolved by manually adding the :filename:`resources`
directory before import via :filename:`os.add_dll_directory`.

Create a usd file named Test.usda with the following content:

Expand Down