## What's Changed? - Adds Python Install Guide - Adds SVN Setup Guide - Adds windows commands to Project Blender Page - Adds windows commands to TD Guide - Set TD Guide to use home-folder so all commands can be copy/pasted directly - Share same Blender Page Between User and TD Guide - Split Guide into Multiple FIles ### New Windows Commands ![image](/attachments/4fbd8d31-1486-435c-8b36-e06fd41646a6) ### New Guide Layout ![image](/attachments/e8dbe100-0363-46d9-96f3-4f1e0dbfacab) Reviewed-on: #189 Reviewed-by: Francesco Siddi <fsiddi@noreply.localhost>
1.1 KiB
Project Tools Setup
Introduction
In this guide, you will learn how to setup the Blender Studio Pipeline, the backbone of Blender Open Movies. This workflow relies on Blender, some Blender Add-Ons, and additional services like Kitsu and Flamenco. Wether you are an individual with a single computer or a studio with a full network of workstations, this guide offers a straightforward approach to set up the pipeline, complete with easy-to-follow examples.
::: info Python Requirement Running these scripts requires python 3.11+, please ensure python & it's dependencies are installed on your system before running blender with the below instructions :::
Creating Root Folder
To make this guide simple, we will assume we are working within the system's homefolder. To create a new directory in your homefolder please follow the below steps.
mkdir ~/data # Linux/Mac
mkdir %HOMEPATH%\data # Windows