The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Custom file history now have a search field:
- filter blend names in showed history
- when no exact result, try to fuzzy match blender name or parts of it.
Ctrl + Alt + Shit + O
now call file history window (from alternative actions panel) instead of recent file pure-search popup
Open side blend
popup size is now fitted to longer path (could rapidly truncate long blend name before)
Swap button placement in blender filebrowser
Copy alternative path to blende in Alt
popup.
Change licence to GPL V3 (to comply with Blender extension platform)
The other copy buttons can be used with Alt + click
allow to copy alternatives paths with different quote styles
Custom history display accessed from Alt + Click
on folder icon with following feature:
- choose to inspect another blender version history (default to current blender version)
- click on a file name to open in-place (same as classic history)
- button to open in new blender instance
- button to open folder in OS
- button to copy blend path (
Alt + click
on it for alternative formatting choice) - choices are greyed out when files are no longer available (in this case, open folder bring to the uppermost available folder).
Now ask for confirmation when current blend is not saved and user try to open from side blend or from new File history
Changed actions when pressing modifier keys while cliking on Folder icon button
Ctrl
: Copy path to blend (unchanged)Ctrl + Alt
: Pop-up choices to copy alternatives representation of the path to blend + some optionsShit
: Open side Blend (unchanged)Alt
: List app related locations, to open or copy path
- revert shortcut changes from previous update
- Code refactor
- "Copy chosen blend path" with Ctrl + Click on folder icon. Popup series of path versions to copy. Replace the old shortcuts that were hard to remember
- More copy otions. possibility to copy absolute or resolved path if different from native path. possible to quote the path to copy with multiple quote style.
- Shortcut
Ctrl + Shift
andAlt
on folder buttons. Now all those options (and more) exists onCtrl + Clic
popup
- allow shortcut assignation on
open_blender_folder
button
- permission list in manifest file
- some code now use Pathlib
- blender Manifest toml file to submit as Blender extension
- replace preference access with new
__package__
name
- using devmode reopen without second argument being a blend filepath
- addon paths API changes in versions 3.6.0+ (
script_directory
->script_directories
)
- missing new line character when using
Dump File History
- Open side blend use natural sort
- Hide buttons in asset browser
- dump/load history to/from an extended_history text file stored in temp files.
- using from search
Dump File History
(path.dump_history) andRestore File History
(path.restore_history) - Specific usecases, like transfering history from a blender version to another (ex: open 3.2 > Dump > open 3.3 > Restore)
- using from search
- Developper
reopen
button is also available when file is not saved to reopen blender
- Pop list on
shit+click
even if there is only one blend in folder (allow to pop new instance quickly) - Add compatibility with Mac for new blender instance
-
developper mode: add a button on upper right corner to close and reopen blender with current blend
- Warn if file is not saved
Ctrl + Clic
on the button reopen without unsaved warning
-
Shift + Clic
open a new menu to open files that are in same folder as the current blend- click on blend names to open "in place"
- click on right icon to open in a new instance of blender
Ctrl + Shift + Clic
to save to copy path to directory (instead ofShift
only previously)
- file browser UI for
blend location
andopen folder
ops changed to left bar instead of header (header is hided in basic file browser), code fromAmaranth
addon by Pablo Vasquez - license model to oneliner
SPDX-License-Identifier: GPL-2.0-or-later
- Error in addon preference from api change in 3.0.0
- Skip keymap register on background launch (prevent error in console)
- when multiple name exists, write location and version
- list all addon individual locations in addon prefs
- buttons to search by addon name and open directory in browser
- Added 5 buttons in addon preferences to open often searched locations.
- Shortcut to reopen last blend without warning
- operator name to snake case
- Added alternative functions to main button, instead of opening:
- combine with
Ctrl
to copy full path to file - combine with
Shift
to copy path to directory - combine with
Alt
to copy file name
- combine with
- linux: now opening file also select pointed file (if nemo or nautilus filebrowser are found)
- 2 new shortcuts:
Ctrl + Alt+ Shift + O
Pop up a search in recent history to quickly find a previous to open.Ctrl + Alt+ Shift + P
Open last blend (revert if last in history is the current) !without warning!
- Addon preferences to customize/disable above keymaps
- Changelog file
- Better open function: on windows : if pointing to a file, the opened directoy will select the file
- Heavy code refactor. Addon is now multifile So install from zip or place entire folder in addon directory
- Buttons in file browser footer now work as expected
- UI: Open current folder button don't appear twice in top header anymore now display only in top right corner