Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated materialx & usd dependencies #37

Merged
merged 2 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ If you additionally require pre-built binaries for MaterialX & USD we currently
On Linux/Mac you need to provide your own binaries for now. Here are linked instructions for [MaterialX](https://github.com/AcademySoftwareFoundation/MaterialX/tree/main#quick-start-for-developers) & [OpenUSD](https://github.com/PixarAnimationStudios/OpenUSD/blob/release/BUILDING.md)
```shell
pip install QuiltiX
pip install git+https://github.com/PrismPipeline/[email protected]
pip install git+https://github.com/PrismPipeline/[email protected]
pip install git+https://github.com/PrismPipeline/[email protected]
```

### From Zip
Expand Down Expand Up @@ -157,7 +156,8 @@ To use Arnold in QuiltiX we require
<summary>Full Arnold install instructions</summary>

The SDK (v7.2.1.0) can be downloaded from [here](https://arnoldrenderer.com/download/product-download/?id=5408). Extract it to a favoured directory.
To install a compiled version of arnold-usd one can download it from [here](#TODO)(v7.2.1.0) or install from [source](https://github.com/Autodesk/arnold-usd)
<!-- To install a compiled version of arnold-usd one can download it from [here](#TODO)(v7.2.1.0) or install from [source](https://github.com/Autodesk/arnold-usd) -->
To install arnold-usd one can build from source [here](https://github.com/Autodesk/arnold-usd). Hopefully soon, we will be able to provide a seperate download for arnold-usd ourselves. See [here](https://github.com/PrismPipeline/QuiltiX/issues/36) for more info.

Afterward couple of environment variables need to be set
```shell
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ classifiers = [
]

dependencies = [
"materialx",
"Qt.py",
"PySide2>=5.12",
"PyOpenGL",
"PyOpenGL_accelerate",
# "OpenUSD_build @ git+https://github.com/PrismPipeline/[email protected]"
# TODO
"NodeGraphQt-QuiltiX-fork",
# "NodeGraphQt @ git+https://github.com/manuelkoester/NodeGraphQt.git@develop",
Expand Down