On this page
Repository
The Blender Studio Pipeline git repository contains many tools and resources used in deploying and managing a Blender Studio Pipeline. To start our pipeline we will need to clone this repository. To begin open a terminal/command prompt in your homefolder.
Prerequisites
- Install GIT https://git-scm.com/downloads
- Install GIT LFS from 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 setup
git clone https://projects.blender.org/studio/blender-studio-pipeline.git
# Windows & Linux/Mac
cd data # This directory is the root storage that will contain all projects
git lfs install # Ensure git-lfs hooks are setup
git clone https://projects.blender.org/studio/blender-studio-pipeline.git