From 87cd09784e318ed2c572794c8fe447770745735b Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Wed, 21 Oct 2015 15:05:04 +0300 Subject: [PATCH] Info for microelly's macro manager --- InitGui.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/InitGui.py b/InitGui.py index 15b3eca..a850a37 100644 --- a/InitGui.py +++ b/InitGui.py @@ -22,6 +22,17 @@ #*************************************************************************** +__Comment__ = 'Advanced array tools and parametric compounding tools' +__Web__ = 'http://forum.freecadweb.org/viewtopic.php?f=22&t=12464' +__Wiki__ = '' +__Icon__ = '' +__Help__ = 'Install as a workbench - copy everything to path/to/FreeCAD/Mod/Lattice' +__Author__ = 'DeepSOIC' +__Version__ = '0' +__Status__ = 'alpha' +__Requires__ = 'freecad 0.16.5155' +__Communication__ = 'vv.titov@gmail.com; DeepSOIC on FreeCAD forum' + class LatticeWorkbench (Workbench): MenuText = 'Lattice' def Initialize(self):