Repository
The Blender Studio Pipeline Git repository contains many tools and resources used for deploying and managing a Blender Studio Pipeline. To start our pipeline, we need to clone this repository. Begin by opening a terminal or command prompt in your home folder.
Prerequisites
- Install Git: https://git-scm.com/downloads
- Install Git LFS: https://git-lfs.com/
Clone Repository
bash
# Windows & Linux/Mac
cd data # This directory is the root storage that will contain all projects
git lfs install # Ensure git-lfs hooks are set up
git clone https://projects.blender.org/studio/blender-studio-tools.git