Skip to content

PiloeGAO/blender-rez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Blender Rez Package

A Blender rezified package based on the official builds.
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

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.

(back to top)

Built With

This rez package was tested with the following versions:

  • Python 3.10+
  • Rez 3.1.1+

(back to top)

Getting Started

This is an example of how to set up the project locally and get a local copy up and running.

Prerequisites

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.

Installation

  1. Clone the repository:
    git clone https://github.com/piloegao/blender-rez.git
  2. Run the rez build/install command:
    rez build -ci

(back to top)

Usage

Once installed, you can then start a rez environment with the blender package and run blender using the alias: sh rez env blender blender

(back to top)

Roadmap

  • Windows Support
  • MacOS Support
  • Linux Support

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Run black to ensure formating is correct
  6. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Leo Depoix - LinkedIn - leodepoix.fr

(back to top)

Proudly used in production by:

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.

(back to top)