2024-04-15 13:23:17 -04:00
|
|
|
# Automation
|
|
|
|
|
|
|
|
## Setup
|
2024-04-15 17:45:59 -04:00
|
|
|
- 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`
|
2024-04-15 13:23:17 -04:00
|
|
|
|
|
|
|
## Editing
|
2024-04-15 17:45:59 -04:00
|
|
|
- Ensure Python is installed on your machine
|
2024-04-15 13:23:17 -04:00
|
|
|
- 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`
|
2024-04-15 17:45:59 -04:00
|
|
|
- Your workspace is now set up!
|
2024-04-15 13:23:17 -04:00
|
|
|
|
|
|
|
## Resources
|
|
|
|
- [Blender as a Python Module](https://pypi.org/project/bpy/)
|