-
Notifications
You must be signed in to change notification settings - Fork 10
Addon: Added button to open folder with Addons #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
tarman3
commented
Apr 28, 2025
It's a good idea, but we've clearly got too many buttons down at the bottom there. Are you interested in a slightly larger refactoring that would compress everything but "Check for updates" into a single drop-down "gear" menu? |
Excuse me, I didn't understand what exactly you offer |
Yes: to make "Refresh local cache", "Python dependencies...", and "Open Addons Folder" all into a single button with a drop-down menu. This is itself a stopgap solution, the Addon Manager has grown to the point where the whole UI needs to be redesigned, but that's going to be a larger team effort (of course). |
Can you tell a place in Freecad, where this has already been implemented? |
The other places it's done in FreeCAD are in C++, so they probably won't help you as an example. What's needed is a |
I prefer to merge as-is Thank you |
OK great. I've merged the change, but haven't pushed it back to the main FreeCAD repo yet -- I have a few other things I'm working on now, but should be able to do that by the end of the week. Thanks again for the PR. |