Extensions Platform: Initial user interface #117285
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#117285
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
I updated the mockup to accomodate Pablo's feedback:
Repositories Menu:
Old mockup
This is a temporary (yet shippable) solution for the extensions interface.
Details:
Extensions:
Add-ons:
Committed:
a1761b7c8c
2705981c6e
Currently there is no "Install to Disk" implemented for extensions, but that will be added.
Closing as complete.
Re-opening, some issues remain.
Some of the remaining issues:
Completed the TODO's except for one.
While I've removed the support level in the UI, removing this from the filter UI means we have to make a decision for how they are accessed.
We can treat all these add-ons as bundled add-ons for now. They cannot be updated/removed, but can still be enabled/disabled.
That does mean the list of add-ons will be loooooooong, but we ignore this for now, until we can offer them via the extensions web-site.
That means the "category" and the "support" level could be removed (when the experimental option is on).
Updated UI mockup with integrated extensions installing and settings:
As an incremental step we will try to have this version in before we consider the approach of separating installing/remove/update in their own editor, and settings/enable/disable in user preferences.
Just for the records (and so I can include the images on my weekly report, these were the visual explorations for what could be a more rich Extension editor in Blender.
Just writing down the outcome of our in-person discussion:
Install from Disk
,Install from Clipboard
)I updated the mockup to accomodate Pablo's feedback:
Repositories Menu:
Regarding "Install from Clipboard". Maybe that is not a permanently visible button, but rather a popup asking, "Install Blender Kitsu add-on from extensions.blender.org?". Or something non-blocking but still prominent.
That way a user doesn't necessarily even have to open the preferences in the right place, and it's more convenient. The potential issue is that inspecting the clipboard may not be very efficient if there is a lot of text on it, even if it only happens on the Blender window gaining focus.
Regarding "Install from Clipboard". Firstly, drag&drop a URL is likely to be the most convenient way to install extensions from a browser, it's a quick explicit action which I suspect would be the more common way of installing extension from a website.
Given that, I'd be wary of clipboard auto-detection (even if could be efficient), because any false positives are going to be annoying. It might even be that the user has two Blender's open... then gets the popup in both... or has to manually copy some text to clear the clipboard to stop the popup from running. Some false positive popups could be prevented by inspecting installed extensions but this has the opposite problem that in some cases auto-detecting might seem to be broken.
For an initial implementation I think it's enough that the clipboard is used to auto-fill the text for an operator, I've used some RSS readers that do this and found it convenient enough.
From the current proposal:
Last week the topic of removing extensions came up in a meeting with Dalai and we agreed to allow removing extensions from the UI, the rationale is:
We could make the UI clarify that this is an irreversible action, an additional confirmation could be used for instance.
I don't think I've ever used either drag & drop or a clipboard from a browser this way. So regardless if it's with clipboard or drag & drop, I guess there can be something on the website clearly explaining it, like you click something and it opens a popover explaining how to do it.
Closing this task for now. The remaining tasks are split into: