UI: Changes to Extensions UI #27
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons-contrib#27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Harley/blender-addons-contrib:ExtensionsUI"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes to button text, icons, and order of items in the new Extensions
area in Preferences.
This based on discussions here: blender/blender#118733
Options broken into two rows, operations versus searching/ filtering. The "refresh" icon used only for "Check for Updates", "download" icon for install.
On the dropdown menu, "Install from Disk" -> "Install", and "import" icon removed from the "Update all" item.
Thanks for working on this :)
I want to re-iterate over some of the governing principles that lead to the current UI, which impacts any solution we can propose:
That means that "Check of Updates", "Install" and "Repositores" are not actions we want to emphasize, which is why they are inside a menu.
Also adding new "Repositories" won't be used often, which is why it is a shy button on the top-level.
If the current UI doesn't work well, we could:
⚙
and instead add a "Repositories" entry to the⌄
menu.Changes that we should pursuit anyways:
@JulianEisel @HooglyBoogly
This is the PR that implements the Extensions changes as discussed in blender/blender#118733 and as we talked about in the UI Module meeting.
I committed a version of this today in multiple commits. I believe we can close this for now.