assets/docs/automation.md

16 lines
618 B
Markdown

# Automation
## Setup
- Ensure you have Blender 3.6 installed (hopefully at the location: `C:\Program Files\Blender Foundation\Blender 3.6`)
- Run the script located at `pipeline/export_all_anims.cmd`
## Editing
- Ensure Python is installed on your machine
- Ensure you have Visual Studio Code installed
- Open this directory in VS Code and install the recommended plugins
- Open terminal, `cd` into `pipeline`, and run the following command: `$ git clone https://github.com/Korchy/blender_autocomplete.git`
- Your workspace is now set up!
## Resources
- [Blender as a Python Module](https://pypi.org/project/bpy/)