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
- Host: GitHub
- URL: https://github.com/thesignpainter98/scene-clean
- Owner: TheSignPainter98
- License: lgpl-3.0
- Created: 2020-08-03T18:39:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T17:02:14.000Z (almost 5 years ago)
- Last Synced: 2025-01-27T22:16:51.364Z (5 months ago)
- Language: Python
- Size: 1.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scene-Clean

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/