You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An cross platform addon for Blender that lets you press Alt + Shift + R to open the directory of your save file!
What it does
Reveal the location of the currently opened blend file in the explorer. On windows and mac, it automatically selects the file as well.
How to use it
Installation:
Download the OpenBlendDirectory.py from the releases tab. (DO NOT DOWNLOAD AS ZIP, THAT WILL NOT WORK).
In Blender, Edit > Preferences > Addons > Install.
Locate the OpenBlendDirectory.py and double click it.
Enable the Open Blend Directory by pressing the checkbox to make it checked.
Use:
Press Alt + Shift + R, it will open an explorer window with the file selected
Customization
Changing keybinds
Edit > Preferences > Keymap
Search "Open Blend Directory"
Change the keybind to your liking
Motivation
This is a super basic addon, I just wanted it because I hate having to find the saved directory of my Blender project every time I want to add textures to it.
Platform Support
This should be cross platform, supporting Windows, Mac, and Linux. I used system commands, so it should be really simple to add support for different operating systems, it's just a matter of what platform.system() gives you.
About
An cross platform addon for Blender that lets you press Alt + Shift + R to open the directory of your save file!