Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A FreeCAD Module for installing third-party addons (workbenches, macros, themes, etc.)

License

NotificationsYou must be signed in to change notification settings

FreeCAD/AddonManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This is the "dev" (development) branch of the Addon Manager. Most users should use "main" instead.

Install and update third-party addons to FreeCAD, including Workbenches, Macros, Preference Packs, and more. FreeCADships with a point-in-time snapshot of this Addon: by the time you install FreeCAD it is possible that version of theAddon Manager is no longer the most recent version. Installthis addon to update the internal Addon Manager to thelatest version (and to allow future self-updating).

Addon Sources

The main source of addons is the git repository athttps://github.com/FreeCAD/FreeCAD-Addons. Custom addon sources canbe configured in the Addon Manager preferences when running FreeCAD. These addons are primarily written bythird parties and provided by repositories not under the FreeCAD authors' or maintainers' control: you use these addonsat your own risk.

Information for Addon Developers

To submit an addon you have created see the documentationhere.For information about developing an addon in the first place, seethe FreeCAD wiki.The Addon Manager supports five different types of addons: "Workbench", "Macro", "Preference Pack", "Bundle", and "Other". Thisinformation is provided to the Addon Manager via a file calledpackage.xml whoseformat is documented on the wiki.

The Addon Manager relies on a remote cache of all addons maintained athttps://addons.freecad.org,generated by a script that runsevery six hours. This cache contains the complete code for all addons listed in the addon catalog. Anotherprocess runs to cache all macros from boththe GitHub repositoryandthe Wiki. All official catalog-based addons and macros are downloaded fromthat server.

Addon Manager Design Goals

The Addon Manager is now designed to be self-updating, with a goal of allowing versions of FreeCAD back to 0.21 touse their default copy of Addon Manager to install a new version of Addon Manager. This means that the Addon Managershould support PySide2 and Python 3.8 for the foreseeable future.

The Addon Manager is also designed to be run in a "standalone" mode to allow for easier UI development. In this modeit does not interact with FreeCAD at all, and does not use or affect "real" FreeCAD preferences, module installation,etc.

Request to Developers

If you plan on submitting a PR to improve the Addon Manager, please write unit tests as appropriate for your developmentwork. Network and filesystem access should be mocked, and the tests should be able to run without access to FreeCAD (alwaysuse theaddonmanager_freecad_interface.py file to mediate FreeCAD interactions).

Roadmap

This module is under active development, with the following rough plan (the order of priorities is only approximate,and actual development may happen out of order).

  1. Handle download interruption and allow resumption
  2. Automatic update check for Addon Manager to update itself, even if it's not installed as an Addon
  3. Implement automatic Python dependency resolution on FreeCAD/Python version switching
  4. Constructrequirements.txt for to ensure correct Python module installation
  5. FreeCAD in Virtual Env to eliminate--user option topip
  6. Add/remove macro toolbar button
  7. Add option to perform background update checks and recaches
  8. Implement "offline mode" for uninstallation
  9. Add option to run Preference Pack after install
  10. Redesign the GUI

Bug reports and pull requests are welcome. Please make sure you are familiar withthe contributing process.

About

A FreeCAD Module for installing third-party addons (workbenches, macros, themes, etc.)

Resources

License

Security policy

Stars

Watchers

Forks

Contributors66


[8]ページ先頭

©2009-2025 Movatter.jp