DeepSOIC / Lattice2

FreeCAD workbench about arrays of all sorts and kinds, and local coordinate systems
Other
53 stars 9 forks source link

With latest FC build Lattice shapestirng doesn't work #59

Closed macdroid53 closed 2 years ago

macdroid53 commented 2 years ago

`Running the Python command 'Lattice2_ShapeString' failed: Traceback (most recent call last): File "/home/mac/.local/share/FreeCAD/Mod/lattice2/./lattice2ShapeString.py", line 285, in Activated CreateLatticeShapeString(name = "Strings") File "/home/mac/.local/share/FreeCAD/Mod/lattice2/./lattice2ShapeString.py", line 260, in CreateLatticeShapeString FreeCADGui.doCommand("f = lattice2ShapeString.makeLatticeShapeString(name='"+name+"')") File "", line 1, in File "/home/mac/.local/share/FreeCAD/Mod/lattice2/./lattice2ShapeString.py", line 77, in makeLatticeShapeString LatticeShapeString(obj) File "/home/mac/.local/share/FreeCAD/Mod/lattice2/./lattice2ShapeString.py", line 105, in init self.makeFoolObj(obj) File "/home/mac/.local/share/FreeCAD/Mod/lattice2/./lattice2ShapeString.py", line 142, in makeFoolObj self.draft_shape_string = _ShapeString(foolObj) File "/home/mac/freecad-build/Mod/Draft/draftobjects/shapestring.py", line 59, in init obj.addProperty("App::PropertyBool", "MakeFace", "Draft", _tip).MakeFace = True

'NoneType' object has no attribute 'MakeFace'`

[code] OS: Debian GNU/Linux 11 (bullseye) (XFCE/lightdm-xsession) Word size of FreeCAD: 64-bit Version: 0.20.28431 (Git) Build type: Unknown Branch: master Hash: 1d95f7b58da86406571377d4e0ce06190761d9b5 Python 3.9.2, Qt 5.15.2, Coin 4.0.0, OCC 7.5.1 Locale: C/Default (C) Installed mods:

DeepSOIC commented 2 years ago

should be fixed by c6b5574e6ce702b91013bc42ad63a2ccba478409

macdroid53 commented 2 years ago

Thanks again. Looks ok with today's source and a update from Addon manager.