Bforartists / Bforartists

Bforartists is a fork of the popular 3D software Blender, with the goal to improve the UI.
http://www.bforartists.de
Other
573 stars 74 forks source link

Preferences - Extensions - Move the "Uninstall" to top level #4429

Closed Draise14 closed 2 months ago

Draise14 commented 3 months ago

image

And make it also conditional so that if it says "update" you can still uninstall from the drop down.

Draise14 commented 3 months ago

Similar to #4276

Blenux commented 3 months ago

Currently trying to do this one, but having issues with the following part,

if system_repo: layout.operator("extensions.package_uninstall_system", text="Uninstall", icon='CANCEL') #BFA - icon added else:`

The extensions.package_uninstall is easy enough though.

Draise14 commented 2 months ago

I think I'll keep this as the addon method, traditional (expand to uninstall)