This tool helps to automatically organize your Blender project files into a standardized folder structure. It simplifies the process of maintaining an organized workflow by creating dedicated subfolders for different types of assets.

- Folder Creation: Automatically creates a new folder in the same directory where the Blend file is located.
- Subfolder Organization: The following subfolders are created within the new folder:
Blend: Contains the original.blendfile.Textures: Stores all texture files related to the project.FBX: Holds any exported.fbxfiles.
- File Relocation: The script automatically moves your
.blendfile into theBlendfolder, keeping your project clean and organized.
- Consistency: Maintains a consistent file structure for all your projects, making it easier to manage and share assets.
- Efficiency: Saves time by automatically organizing and moving files, so you don't have to do it manually.
- Scalability: This system will eventually be extended to organize all linked assets in the same way.
- The tool will scan the directory where your
.blendfile is saved. - It will create a new folder using the name of the
.blendfile. - Inside this new folder, the tool will create the
Blend,Textures, andFBXsubfolders. - The
.blendfile will be automatically moved into theBlendfolder.
By using this tool, you can ensure that your Blender projects are organized in a clear and predictable way from the start.
- Open your Blender project.
- Navigate to
File > Folder Boss Operatorfrom the Blender top menu. - The tool will automatically organize the project and move the files into the appropriate subfolders.
- Download as a .Zip from this repository.
- Open Blender and go to
Edit > Preferences > Add-ons > Install. - Navigate to the downloaded script file and select it.
- After installation, enable the add-on by checking the box next to its name in the Add-ons menu.
- The tool will now be accessible under
File > Folder Boss Operator.
- Extend the system to organize all linked assets (such as textures, references, and other project files) in the same folder structure.
- Improve the script with additional configuration options to cater to different workflows.
- Add functionality to handle other file types, such as animation files, renders, and more, for a more comprehensive organization solution.