luzpaz

Results 371 issues of luzpaz

Original ticket: https://tracker.freecadweb.org/view.php?id=2993 Original thread: https://forum.freecadweb.org/viewtopic.php?f=3&t=21565&p=167959#p167777

enhancement

Per @sgrogan in https://github.com/looooo/freecad.gears/issues/1#issuecomment-537256864 > I think something like this, from FreeCAD python console, should work? > > ```python > import git > repo = git.Repo(FreeCAD.getUserAppDataDir()+'/Mod/FCGear') > repo.git.pull('origin','develop') > repo.git.checkout('develop')...

enhancement

Recently I added Assembly4 workbench: I initially added it as 'A4': 6914f4874bd7227082d799a873fa87aa880ddd1c and then reverted: dacf4084d43373c0520d708c8fe1af0a1d77e91c (didn't remove the `A4/` directory though) then I re-added the workbench as Assembl4: 321fcde29d97c1e1d7088de84aa35de0a93a9bb3...

OK, just had the same issue in the latest stable 0.19 release. Running freecad from a terminal revealed an error in one of the workbench files. This is the error.:...

deprecate

Starting this ticket to track finding maintainers for the following repos: - [ ] https://github.com/triplus/CubeMenu/ - [x] https://github.com/triplus/PieMenu :arrow_right: @mdkus in 6a8f294 - [ ] https://github.com/triplus/TabBar - [ ] https://github.com/triplus/ShortCuts...

help wanted

If installing a WB via the Addon Manager and user doesn't have the GitPython package installed, the output will show the following: ``` No module named git GitPython not found....

enhancement
help wanted

Will help users understand what the addon does when they browse through the list of addons. Screenshots and screencasts will be designated according to each addons metadata.txt `screenshot=` and `screencast=`...

enhancement
UI
WIP :construction:

Ability for the Addon Manager to signal to the user that there are updates pending for specific addons.

enhancement
help wanted
UI

Ref: https://forum.freecadweb.org/viewtopic.php?f=8&t=27097&p=217178#p217178 This way users don't have to wait for updates between releases.

Relevant links: * https://github.com/FreeCAD/Workbench-Starterkit * https://freecadweb.org/wiki/Workbench_creation

help wanted