Skip to content

getblessing/awesome-rez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awesome-rez

Better use Python 3.7

Deploy

git clone https://github.com/getblessing/awesome-rez.git
cd awesome-rez

Install Rez

This will install Rez from getblessing/rez. Not much difference between latest official Rez (nerdvegas/rez), just a few changes for fixing some issues that I encountered on Windows and not yet been merged.

python ./install.py

Setup awesome-rez/rezconfig.py

This is optional.

:: rezin.bat
:: For entering Rez
@echo off
set PATH=%YOUR_REZ_LOCATION%\Scripts\rez;%PATH%
set REZ_CONFIG_FILE=%YOUR_PATH_TO%\awesome-rez\rezconfig.py
rez --version

Install packages

This will install package ozark from getblessing/rez-ozark, and all the required packages.

python ./deploy.py ozark

This will install Avalon pipeline with reveries config. 🚧

Noted that this will also install a demo used package rez-house, which is meant for studio-wide environment setup. You may want to build and install your own house package before installing this (package deploy script will skip pre-installed package).

python ./deploy.py reveries

Essential packages will also be installed: os, arch.. and rez.

Topics

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages