An open API service indexing awesome lists of open source software.

https://github.com/thesignpainter98/scene-clean

A small python script to delete the default cube in blender
https://github.com/thesignpainter98/scene-clean

Last synced: 3 months ago
JSON representation

A small python script to delete the default cube in blender

Awesome Lists containing this project

README

        

# Scene-Clean

![Before and after the removal of the Cube](https://raw.githubusercontent.com/TheSignPainter98/cubedel/master/img/before-after.png)

Delete the default gubbins in [Blender.][blender]
Why?
Because some day there will be Blender kb-render% tool-assisted speedruns, I'm sure of it.

jk I just got annoyed at the cube.

Obviously setting a default `.blend` file which doesn't contain the Cube would be easier, but this script can remove such a strong assumption.

## Usage

This script can be called from Blender, like so:

```Python3
import sys
sys.path+=['.']
import scene_clean
scene_clean.clean_scene()
```

Or from another script by just using the latter two lines (assuming `scene_clean.py` is already in the Python path).

## License

This is licensed under [GNU Lesser General Public License v3.0.][lgpl3]

[blender]: https://www.blender.org
[lgpl3]: https://choosealicense.com/licenses/lgpl-3.0/