
create-blender-project
Create blender projects from your command line.
create-blender-project is a command-line tool designed to make starting new Blender projects faster and more organized.
Instead of manually creating folders and setting things up every time, the tool automatically generates a clean project structure with commonly used directories:
- –assets
- –blender-files
- –render-output
- –results
It also creates a ready-to-use Blender file named after your project, so you can jump straight into creating.
you@macbook-pro:~/Desktop$ create-blender-project earth-and-moon
Creating directories and Blender file.Done. Project "earth-and-moon" successfully created:
./earth-and-moon
├── assets
├── blender-files
│ └── earth-and-moon.blend
├── render-output
└── results
Do you want to open the project in Blender? (y/N): y