This update primarily focuses on UI modifications to better suit user preferences:
The default color settings are now set to "Read Theme Entries." In this mode, switching themes will automatically change the colors accordingly. You can still manually change the colors by unchecking the box or modifying the values for the read theme entries; everything is customizable.
A preset storage function has been added to the bottom of the color modification menu: you can store multiple custom color presets, which are theme-independent and specific to the plugin's UI. These preset files are stored in a local cache path, so uninstalling and reinstalling the plugin will not result in their loss.
A feature has been added where hovering the mouse over a read theme entry allows you to preview its color. Whenever the mouse hovers over an item in the menu, the plugin panel temporarily changes the corresponding area to that item's color value. If you don't confirm the changes, the menu will revert to the unmodified state.
Fixed an issue where reopening with Ctrl+Shift+T failed to retain the "Load UI" option in preferences. Reopening files is now governed by preferences, just like opening a regular file.
Fixed an issue where dragging and dropping multiple files into the Blender window wouldn't open them all at once. Multiple pages can now be loaded simultaneously, just like in a browser. Clicking the plus sign on the panel and selecting multiple files to open is now also supported. Note that the official native Ctrl+O still only opens a single file, not multiple files simultaneously; I don't want to pollute the official commands.
Fixed an issue where multiple processes running simultaneously on Windows would cause errors in saving their original paths. For example, if blender.exe 01 was running multiple tabs and currently loading a file named C:\61\apk\A.blend, and blender.exe 02 was also running multiple tabs and currently loading a file named C:\CloudMusic\B.blend, previously file B would be saved in the path of A. This has now been fixed, and processes are now independent.
Fixed an issue where uninstalling and reinstalling plugins while Blender was running would cause the item tabs to not display correctly in the list.
Fixed an issue where the options in the "Save to Origin" and "Open File" windows were inconsistent with the official pannel. Now, when saving a new file, you'll see "Compress" and "Remap relative" options (previously saved files will be saved directly without a pop-up); when opening a file using the plus sign in the floating panel, you'll see "Load UI" and "Trusted Source" options. These options are now consistent with the preferences.
Fixed an issue where comment filenames and fill colors couldn't be modified; comment colors can now be customized.
Removed the shortcut for opening projects. Since the official Ctrl+O, Ctrl+Shift+O, and dragging files into the window all load new projects into the list by default, this shortcut was unnecessary and has been removed.
Fixed an issue where the bookmark bar didn't maintain a consistent state when opening files using the official native opening function or by dragging and dropping files. Now, opening files using these methods not only loads them into the list but also maintains a consistent state in the main 3D area's bookmark bar.
Added shortcuts for opening and creating new projects. Now you can use these shortcuts to operate all plugin functions without opening the bookmarks bar. An option to adjust the shortcut's scope has also been added, allowing users to customize whether it applies globally or only when the mouse hovers over the panel. (This does not affect the "Toggle Bar" and "Save to Origin" functions, which are always globally effective.)
Added a feature to display the full filename and file path as a comment when the mouse hovers over a project tag, resolving the issue of incomplete filename display. However, considering some users prefer a cleaner interface, you can also disable hover comments in userpref; this is entirely up to you.
Resolved the issue of repeatedly manually opening the bookmarks bar when switching projects. Now, when creating or opening a new project, the bookmark bar state in the main 3D area of the new project will be consistent with the previous project's bookmarks bar state (closed, filename mode, thumbnail mode). If multiple 3D areas exist, only the largest 3D window will be forcibly changed; the bookmark bar state in other windows will remain unaffected.
(This does not conflict with previously added rule for the silent startup of newly opened 3D windows. If a new 3D window is created within only one project file, it will still start silently. If multiple project files are switched between, the rule to keep the bookmarks bar state consistent will be followed.)
Added the ability to save to the original path. Previously, to ensure the latest state was saved with each switch, files were temporarily stored in a cache directory. This meant that saving only updated the cache directory, not the original files. Now, a new shortcut key has been set to save to the original path. (You can also change the keymap to Ctrl+S to save directly to the original directory. I didn't do this to avoid corrupting the official operating system.)
Fixed the issue of UI line thickness changing when zooming the panel. Zooming the UI now provides a better experience.
All UI colors are now placed in secondary menus to maintain a clean preference setting. A reset button has also been added.
Fixed an issue where the bookmark bar status of multiple projects interfered with each other when switching between them. Previously, when switching from a project where all 3D windows had their bookmark bars open, switching to a project where only some 3D windows had their bookmark bars open would force the bookmark bars of all the latter to be open. Now, the open and closed states of the bookmark bars are completely independent for each project.
Fixed an issue where the bookmark bar would always be open when creating a new 3D region. Now, it is not necessary to manually close it; newly created 3D regions will always remain silently open.
Updated the color customization module; you can now switch to dark mode or choose any color you like.
Based on feedback, changed the scaling value to 0.1~1.5.
Added Chinese-English translation; the experience in Chinese mode is now better.
If you have any other needs, feel free to submit them in the comments section.
1.使用 package 作为 Addon Preferences 的标识,快捷键改为通过 Blender 官方 add-on keymap 方式注册和卸载,不再做冲突检测、自定义捕捉逻辑或额外快捷键管理; 2. 移除了与官方有冲突或不需要的快捷键功能:New Project、Open File、Reopen Previous Window; 3. 新增 Dock 参数设置,用于更改UI面板的高度和缩放比例;新增 Cache Folder 设置,用于指定缓存 .blend 和缩略图目录;新增 Toggle Bar 快捷键,用于显示或隐藏 Dock 栏。
No changelog for this release.