DuWamf: Dude, Where are my folders? Blender Add-on for accessing folders.
DuWamf: Dude, Where are my folders?
For more features see DuWamf+
This is a convenience add-on that makes accessing essential Blender folders easy.
This addon works both for Blender 2.79 and 2.80 versions
You can open
- Current file's folder
- Blender's installation folder
- Render folder (if set)
- Scripts (add-ons) folder
- User's Blender resource folder
- Temp folder that Blender uses internally
The add-on implements a floating menu and a sub menu that is listed under the "File" menu. You can assign a shortcut to call it(like in the demonstration below). Add `wm.call_menu` then add `FILE_MT_FoldersAccessMenu` to the `Name` field in the keymap settings. I recommend `Ctrl+Alt+Shift+O` for it.
You might also notice that you can use "letters" to call folders quickly when the floating menu enabled.
Release Notes
v1.2
- 2.81 Api fixes