The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- 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