https://github.com/suvrik/purgeempties
Blender plugin. Purge empty objects from scene.
https://github.com/suvrik/purgeempties
blender blender-addon blender-plugin blender-python blender-scripts
Last synced: 4 months ago
JSON representation
Blender plugin. Purge empty objects from scene.
- Host: GitHub
- URL: https://github.com/suvrik/purgeempties
- Owner: suVrik
- License: gpl-3.0
- Created: 2023-09-07T22:04:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T22:53:08.000Z (over 1 year ago)
- Last Synced: 2025-01-14T13:56:12.286Z (5 months ago)
- Topics: blender, blender-addon, blender-plugin, blender-python, blender-scripts
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Purge Empties
Deletes all empty objects from the Blender scene while keeping mesh objects' transforms.# Installation
* Install Blender from https://www.blender.org/download/;
* Download this repository as ZIP;
* Open Blender;
* Go to Edit > Preferences > Add-ons > Install...;
* Select the ZIP you downloaded;
* Now the add-on should be on the list, feel free to enable it.