Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-a/blockbuster
BlockBuster is a Blender addon that allows you to quickly and easily inspect the size of your Blender datablocks, including meshes, textures, materials, and more. With BlockBuster, you can identify and optimize the largest datablocks in your scene to improve performance and reduce memory usage.
https://github.com/s-a/blockbuster
Last synced: about 5 hours ago
JSON representation
BlockBuster is a Blender addon that allows you to quickly and easily inspect the size of your Blender datablocks, including meshes, textures, materials, and more. With BlockBuster, you can identify and optimize the largest datablocks in your scene to improve performance and reduce memory usage.
- Host: GitHub
- URL: https://github.com/s-a/blockbuster
- Owner: s-a
- License: mit
- Created: 2023-04-05T17:58:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-05T18:33:53.000Z (over 1 year ago)
- Last Synced: 2024-04-14T22:49:07.834Z (7 months ago)
- Language: Python
- Size: 335 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlockBuster - Inspect Blender Datablock Sizes
BlockBuster is a Blender addon that allows you to quickly and easily inspect the size of your Blender datablocks, including meshes, textures, materials, and more. With BlockBuster, you can identify and optimize the largest datablocks in your scene to improve performance and reduce memory usage.
![BlockBuster Console Ouput](console.jpg)
## Features
- Inspect the size of individual datablocks or all datablocks in the current Blender scene
- Display the size of each datablock in bytes, kilobytes, megabytes, or gigabytes
- List the objects that are connected to a datablock, including linked duplicates and instances
- Sort datablocks by size to quickly identify the largest ones## Installation
1. Download the latest release of BlockBuster from the [Releases](https://github.com/s-a/BlockBuster/releases) page.
2. In Blender, go to Edit > Preferences > Add-ons > Install.
3. Navigate to the downloaded ZIP file and select it.
4. Enable the BlockBuster addon by checking the checkbox next to its name.## Usage
Just click the new button in Blender' s topbar main menu and open the system console (`Windows/Toggle System Console`).
## Contributing
BlockBuster is an open-source project and contributions are welcome! If you have a feature request or bug report, please [create an issue](https://github.com/s-a/blockbuster/issues). If you'd like to contribute code, please fork the repository and submit a pull request.
## License
BlockBuster is licensed under the MIT License.