An assets browser for CGI/VFX productions.
Project in active development! Please don’t use it in production.
A production management system for CGI/VFX productions.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You can download stable versions in github release or clone the repository.
git clone https://github.com/PiloeGAO/Hestia.git
Download pre-build binaries for FFMPEG (Needed for playblast publishing - Only available for Windows).
Create a virtual environment for Python2.7 or Python 3.8.
Use the package manager pip to install libraries.
For Python 2.7 [Deprecated]:
pip install -r requirements2.txt
For Python 3.8:
pip install -r requirements3.txt
Start the standalone app with this command:
cd ./Hestia
python __init__.py
To open the browser inside of Maya please add the following lines to your Maya.env:
PYTHONPATH = ;%hestiaInstallPath%\Hestia;%hestiaInstallPath%\Hestia\Hestia\dccs\maya\scripts;%yourVirtualEnvPath%\Lib\site-packages;
Please change %hestiaInstallPath% with the correct install path.
For the %yourVirtualEnvPath%, please follow instructions from the Installation category.
Trello Board (with releases notes): https://trello.com/b/90POyZZC/hestia-dev-board
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details