A Blender rezified package based on the official builds.
Report Bug
·
Request Feature
Table of Contents
This project allow you to have a ready to use rez package for Blender. On build/install, the package will download the version matching the one mentionned in package.py
from the official website and will create all the appropriate aliases.
This rez package was tested with the following versions:
- Python 3.10+
- Rez 3.1.1+
This is an example of how to set up the project locally and get a local copy up and running.
You need Rez installed on your machine with a Python version matching the one from Blender (otherwise Blender won't work properly). You can have more information about the current python version supported by Blender on blender.org.
- Clone the repository:
git clone https://github.com/piloegao/blender-rez.git
- Run the rez build/install command:
rez build -ci
Once installed, you can then start a rez environment with the blender package and run blender using the alias:
sh rez env blender blender
- Windows Support
- MacOS Support
- Linux Support
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Run black to ensure formating is correct
- Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Leo Depoix - LinkedIn - leodepoix.fr
If you are using this package in your studio, contact me on LinkedIn and I will update the list with your name and a link.