Scene Collections Manager is a utility addon for Blender designed to streamline the management of complex scenes. Its primary function is to allow users to easily save the exclusion state (visibility) of all collections within a scene to an external configuration file and then load these states back at any time.
This is particularly useful for projects with numerous collections, where you might need to switch between different visibility setups for tasks like rendering, modeling, or animation, without the tedious process of manually toggling each collection on and off.
The addon integrates directly into Blender's UI, providing a simple panel in the Scene Properties tab. From this panel, you can specify a file path to save your current collection setup or load a previously saved configuration. The addon stores the collection names and their exclude
status in a human-readable .scm
file (using JSON format). As a safeguard, it checks if the configuration is being loaded into the same scene it was saved from, warning the user of potential mismatches.