Blender Script Library

Apply All Modifiers

πŸ—’οΈ Blender Version: 4.0+

πŸ“¦ Required Addons: None (built-in modules only)

πŸ“ Description: This script applies all the modifers in the open blend file.

Remap Materials

πŸ—’οΈ Blender Version: 4.0+

πŸ“¦ Required Addons: None (built-in modules only)

πŸ“ Description: This script is another way to change everything that has one material to a new material.

Delete All Empties

πŸ—’οΈ Blender Version: 4.0+

πŸ“¦ Required Addons: None (built-in modules only)

πŸ“ Description: This simple Blender script automatically finds and deletes all Empty objects in your scene, helping you quickly clean up unused markers or placeholders.

Delete All Materials

πŸ—’οΈ Blender Version: 4.0+

πŸ“¦ Required Addons: None (built-in modules only)

πŸ“ Description: This Blender script deletes all materials in your scene at once, making it easy to clear out unused or unwanted materials for a clean slate.

Delete All Objects From Empties

πŸ—’οΈ Blender Version: 4.0+

πŸ“¦ Required Addons: None (built-in modules only)

πŸ“ Description: This script loops through all selected objects in your scene and checks if they’re Empty objects. If an Empty has children, it deletes each child object, helping you clean up hierarchy clutter.

Delete All Objects From Empties except Parent

πŸ—’οΈ Blender Version: 4.0+

πŸ“¦ Required Addons: None (built-in modules only)

πŸ“ Description: This script finds and deletes all non-empty objects that are not part of the MAIN collection. It’s useful for cleaning up unwanted objects while keeping your main assets safe.

Remove All Unused Materials

πŸ—’οΈ Blender Version: 4.0+

πŸ“¦ Required Addons: None (built-in modules only)

πŸ“ Description: This script scans your entire Blender file for unused materials and deletes them, helping you keep your project organized and free of clutter.