An cross platform addon for Blender that lets you press Alt + Shift + R to open the directory of your save file!
- Reveal the location of the currently opened blend file in the explorer. On windows and mac, it automatically selects the file as well.
- 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.
- Press Alt + Shift + R, it will open an explorer window with the file selected
- Edit > Preferences > Keymap
- Search "Open Blend Directory"
- Change the keybind to your liking
- 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.
- 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.