- Feature: Addon Manager notifies of any addons that have updates Ticket #95
- Addon-Manager should show current version of addon installed and if there is an update (show pending update version) Ticket #67
Traceback (most recent call last):
File "C:\Users\aio\Miniconda3\envs\freecad\Library\Mod\AddonManager\AddonManager.py", line 393, in install
if install_macro(macro, self.macro_repo_dir):
File "C:\Users\aio\Miniconda3\envs\freecad\Library\Mod\AddonManager\addonmanager_utilities.py", line 132, in install_macro
macro_dir = FreeCAD.getUserMacroDir(True)
NameError: name 'FreeCAD' is not defined
Looks greatyorik wrote: ↑Tue Jun 11, 2019 8:09 pmNew UI for the addons manager in git commit 3e65306a9!
Have a look and tell me what you think!
The functionality is basically still the same as before, but it shows the whole README. Also, it is now fully translatable.
That should be fixed now git commit c1c3dab5f
Well the GUI is beautiful. Installing BIM seems to work except I don't get the screenshot at the top of the readme. For many WB's I get an error like this
Code: Select all
Traceback (most recent call last):
File "C:\Users\Chris\GitHub\FreeCAD-build2\Mod\AddonManager\addonmanager_workers.py", line 562, in run
depsok,answer = self.checkDependencies(self.repos[idx][1])
File "C:\Users\Chris\GitHub\FreeCAD-build2\Mod\AddonManager\addonmanager_workers.py", line 610, in checkDependencies
depsfile = mu.read()
AttributeError: 'NoneType' object has no attribute 'read'
Code: Select all
file://C:/Users/Chris/AppData/Roaming/FreeCAD/AddonManager/Images/68747470733a2f2f7777772e667265656361647765622e6f72672f77696b692f696d616765732f352f35652f42494d5f776f726b62656e63685f70726573656e746174696f6e2e706e67
That's now fixed in git commit aa43a2814
That's 214 characters... AFAIR Windows limit is 256, so this should work... Annoying thing that github caches images under these silly names (do they really have so many images to cache that they need such an enormous string... that's billions of times the whole internet content) and without extension...