This addon helps interact with filesystem locations relative to current blend file.
Here is a video demo of the main features : https://www.youtube.com/watch?v=MUz2RAfHA3I
See here for illustrated doc : https://github.com/Pullusb/SB_path_actions
The main feature: A cute little folder button appear on header's top-right that will open current blend's folder in OS file browser.
Modifier-keys + click on the button to trigger other actions:
Ctrl+Click
: Copy file pathCtrl+Shift+Click
: Copy directory pathAlt+Click
: Copy file nameShift+Click
: Open Side BlendClicking on filename open it in your current instance (careful, no warning) Clicking on the blender file icon open the file in another instance.
Add a shortcut to pop up a search field to open blends from history (Ctrl+ Shift + Alt + o
).
Add buttons to open blender app related folders (addons, config, etc).
Open any addons folder (button in list or using search feature)
Button to set browser where the blend is
Button to open browsed folder in operating system file browser.
This is called through F3 search operator, (if you have developer extras
enabled in preferences > interface)
If developer mode is ticked in preference, another button appears at the top corner next to the folder icon. It triggers a full refresh of the blend (launch the file in a fully new blender instance and close the current),
Useful for super quick reload when developing addons without IDE debugger.
List permissions in manifest file
permissions = ["files", "clipboard"]
This extension requests the following permissions:
Add-on expects to have access to filesytem.
Add-on can read and write to the system clipboard.
Thank you
I work with my exterior file system all the time. This should be a inbuilt blender feature!