Add Addon Manager to Tools menu
This commit is contained in:
7
src/Mod/AddonManager/InitGui.py
Normal file
7
src/Mod/AddonManager/InitGui.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# AddonManager gui init module
|
||||
# (c) 2001 Juergen Riegel
|
||||
# License LGPL
|
||||
from AddonManagerGui import CmdAddonMgr
|
||||
|
||||
FreeCADGui.addCommand('Std_AddonMgr', CmdAddonMgr())
|
||||
Reference in New Issue
Block a user