-
### Description of Issue
The Python build script prepends the path it executes from to the --cmake-build-args argument.
For example:
`--cmake-build-args DPXR_ENABLE_VULKAN_SUPPORT=TRUE`
will …
-
### Description of Issue
We are using OpenUSD on Windows and our standard practice is to enable memory leaks reporting on the application exit:
```cpp
_CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRT…
-
Hi,
I'm trying to use the prebuilt wheels (OpenUSD and MaterialX) on Windows 11 with Python 10.11, but when I try to run QuiltiX I get the following trace:
Traceback
```console
❯ pytho…
-
## Issue
If a file has a nodegraph definition included in the file it is loaded in and is editable.
This can be "dangerous" as the graph implements a definition so it can cause instances to mismat…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. build *spotdl*/*asciinema*/*binwalk*/*gpodder*/*autotiling*/...
### Build log
```
error:
… while calling the 'head' builtin
…
-
### Description of Issue
usdview crashes when hovering over the section with Type, Property Name, and Value. This seems to happen when opening any .usda file.
### Steps to Reproduce
1. run ```py…
-
### Description of Issue
Link to USD FAQ resolves incorrectly, dropping "/usd" in url.
### Steps to Reproduce
1. Go to https://openusd.org/release/api/_usd__page__properties_of_scene_description…
-
### Description of Issue
I successfully converted a `.glb` file to a `usdz` file, and it passed the `ARKitChecker` with the message: `[Pass] C:/Users/download/3dtest/BabyElephant_GLB.usdz =====`.
H…
-
### Description of Issue
Beginning in release 23.08, USD bundles a copy of OpenEXRCore 3.2.0, along with a copy of libdeflate 1.18.
Is this a permanent situation, or is there a path to supportin…
-
Thank you for this amazing library.
I'm just starting to use EnTT for a project and thought it would be good to ask if my method for finding all the children in a hierarchy can be better implement…