Birth of Design456 Workbench

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
keithsloan52
Veteran
Posts: 2756
Joined: Mon Feb 27, 2012 5:31 pm

Re: Birth of Design456 Workbench

Post by keithsloan52 »

Kunda1 wrote: Mon Sep 06, 2021 3:38 pm Design456 has been added to the Addon Manager
I am now seeing it twice in my list of Addon's
keithsloan52
Veteran
Posts: 2756
Joined: Mon Feb 27, 2012 5:31 pm

Re: Birth of Design456 Workbench

Post by keithsloan52 »

Also get a load of error message when starting, although it does start.

Code: Select all

17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_Part.py:344: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if(Faces is 0 ):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_Part.py:417: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if(neRaduis is 0 ):
17:28:46  Loading GUI of Import module... done
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/FACE_D.py:40: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if len(s) is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/FACE_D.py:46: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if len(obj.SubObjects) is not 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/FACE_D.py:47: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if (len (obj.SubObjects[0].Faces) is 0):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/FACE_D.py:88: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if(abs(dir.x) is 0):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/FACE_D.py:90: SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif (abs(dir.y) is 0):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/FACE_D.py:92: SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif (abs(dir.z) is 0):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/PyramidMo/polyhedrons.py:68: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if radius is not 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/PyramidMo/polyhedrons.py:92: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if (sidescount % 2) is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/PyramidMo/polyhedrons.py:94: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if radius is not 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/PyramidMo/polyhedrons.py:245: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if radius_bottom is 0 and radius_top is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/PyramidMo/polyhedrons.py:245: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if radius_bottom is 0 and radius_top is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/PyramidMo/polyhedrons.py:253: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if radius_bottom is not 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/PyramidMo/polyhedrons.py:257: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if radius_top is not 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/PyramidMo/polyhedrons.py:263: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if radius_top is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/PyramidMo/polyhedrons.py:266: SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif radius_bottom is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_2Ddrawing.py:164: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if self.type is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_2Ddrawing.py:310: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if position1 is not 0 and position2 != totalPoints-1:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_2Ddrawing.py:338: SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif position1 is 0 and position2 != totalPoints-1:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_2Ddrawing.py:365: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if len(pnew2DObject2.Shape.Vertexes) is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_2Ddrawing.py:431: SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif positionSave is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_2Ddrawing.py:539: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if i is 0 :
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_Part_3DTools.py:326: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if(thickness is 0):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_Part_3DTools.py:391: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if (Radius is 0):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_Part_3DTools.py:400: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if (len(names) is not 0):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_Part_3DTools.py:467: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if (Radius is 0):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_Part_3DTools.py:475: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if (len(names) is not 0):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_loftOnDirection.py:192: SyntaxWarning: "is" with a literal. Did you mean "=="?
  len(Gui.Selection.getSelectionEx()[0].SubElementNames) is 0 ):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_loftOnDirection.py:232: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if createAxis is not 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_loftOnDirection.py:243: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if createLoft is not 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_loftOnDirection.py:253: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if (direction.x is not 0 and abs(direction.x)==direction.x):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_loftOnDirection.py:255: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  elif (direction.x is not 0 and abs(direction.x)!=direction.x):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_loftOnDirection.py:259: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if (direction.y is not 0 and abs(direction.y)==direction.y): #positive >0
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_loftOnDirection.py:261: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  elif (direction.y is not 0 and abs(direction.x)!=direction.y): #negative <0
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_loftOnDirection.py:265: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if (direction.z is not 0 and abs(direction.z)==direction.z):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_loftOnDirection.py:267: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  elif (direction.z is not 0 and abs(direction.z)!=direction.z): #negative <0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_Extrude.py:75: SyntaxWarning: "is" with a literal. Did you mean "=="?
  while(f.LengthFwd is 0):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_ExtrudeFace.py:55: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if(lengthForward is 0):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_Tweak.py:143: SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif touched_subshapes is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Design456_Tweak.py:163: SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif touched_subshapes is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/DirectModeling/Design456_SmartScale.py:70: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if deltaX is 0  and deltaZ is 0 :
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/DirectModeling/Design456_SmartScale.py:70: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if deltaX is 0  and deltaZ is 0 :
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/DirectModeling/Design456_SmartScale.py:72: SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif deltaY is 0.0 and deltaZ is 0.0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/DirectModeling/Design456_SmartScale.py:72: SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif deltaY is 0.0 and deltaZ is 0.0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/DirectModeling/Design456_SmartScale.py:74: SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif deltaY is 0.0 and deltaX is 0.0 and deltaZ is not 0.0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/DirectModeling/Design456_SmartScale.py:74: SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif deltaY is 0.0 and deltaX is 0.0 and deltaZ is not 0.0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/DirectModeling/Design456_SmartScale.py:74: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  elif deltaY is 0.0 and deltaX is 0.0 and deltaZ is not 0.0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/DirectModeling/Design456_SmartScale.py:79: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if newValue is 0 or newValue is None:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/ThreeDWidgets/fr_line_widget.py:278: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if self.w_active is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/ThreeDWidgets/fr_line_widget.py:305: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if self.w_visible is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/ThreeDWidgets/fr_line_widget.py:317: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if self.w_hasFocus is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/ThreeDWidgets/fr_draw.py:87: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if type is 0 :
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/ThreeDWidgets/fr_draw.py:933: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if radius is not 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/ThreeDWidgets/fr_draw.py:1051: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if type is 0 :
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/ThreeDWidgets/fr_draw.py:3112: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if type is 0 :
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/ThreeDWidgets/fr_coin3d.py:87: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if picked_point != None and picked_point is not 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/ThreeDWidgets/fr_label_draw.py:82: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if(p1z_p2z is 0 ):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/ThreeDWidgets/fr_label_draw.py:208: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if phi is not 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/ThreeDWidgets/fr_label_draw.py:210: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if thi is not 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/ThreeDWidgets/fr_arrow_widget.py:190: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if self.arrowType is 0 :
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/ThreeDWidgets/fr_arrow_widget.py:284: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if self.w_active is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/ThreeDWidgets/fr_arrow_widget.py:311: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if self.w_visible is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/ThreeDWidgets/fr_arrow_widget.py:323: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if self.w_hasFocus is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/DirectModeling/Design456_Fillet.py:193: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if len(self.selectedObj[0].SubElementNames) is 0 :
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/DirectModeling/Design456_Fillet.py:371: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if len(sel) is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/DirectModeling/Design456_Chamfer.py:192: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if len(self.selectedObj[0].SubElementNames) is 0 :
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/DirectModeling/Design456_Chamfer.py:371: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if len(sel) is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/DirectModeling/Design456_SmartExtrude.py:263: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if (self.extrudeLength is 0):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/DirectModeling/Design456_SmartExtrude.py:274: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if len(sel) is 0:
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/DirectModeling/Design456_SmartExtrude.py:447: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if (self.OperationOption is 0 ):
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Tube.svg:1771:18: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Tube.svg:1771:18: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1771:18: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Arc3Points.svg:1884: Could not resolve property: #meshgradient5823
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Arc3Points.svg:1884: Could not resolve property: #meshgradient5921
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Arc3Points.svg:1884: Could not resolve property: #meshgradient5937
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Arc3Points.svg:1884: Could not resolve property: #meshgradient5823
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Arc3Points.svg:1884: Could not resolve property: #meshgradient5921
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Arc3Points.svg:1884: Could not resolve property: #meshgradient5937
17:28:46  <input>:1884: Could not resolve property: #meshgradient5823
17:28:46  <input>:1884: Could not resolve property: #meshgradient5921
17:28:46  <input>:1884: Could not resolve property: #meshgradient5937
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Star.svg:2304: Could not resolve property: #meshgradient2152
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Star.svg:2304: Could not resolve property: #meshgradient2152
17:28:46  <input>:2304: Could not resolve property: #meshgradient2152
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Merge.svg:1782:22: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Merge.svg:1782:22: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1782:22: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1789:18: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1809:22: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1852:22: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1892:28: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1917:22: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1789:18: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1809:22: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1852:22: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1892:28: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1917:22: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1789:18: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1809:22: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1852:22: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1892:28: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1917:22: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Group.svg:1795:29: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Group.svg:1837:31: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Group.svg:1879:31: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Group.svg:1921:33: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Group.svg:1795:29: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Group.svg:1837:31: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Group.svg:1879:31: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Group.svg:1921:33: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1795:29: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1837:31: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1879:31: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1921:33: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Tweak.svg:52:18: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Tweak.svg:52:18: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:52:18: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Part_Compound.svg:911:28: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Part_Compound.svg:955:28: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Part_Compound.svg:997:24: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Part_Compound.svg:911:28: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Part_Compound.svg:955:28: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Part_Compound.svg:997:24: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:911:28: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:955:28: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:997:24: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_3DTools.svg:1776:16: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_3DTools.svg:1815:16: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_3DTools.svg:1854:16: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_3DTools.svg:1776:16: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_3DTools.svg:1815:16: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_3DTools.svg:1854:16: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1776:16: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1815:16: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1854:16: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_2DTools.svg:1800:16: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_2DTools.svg:1832:16: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_2DTools.svg:1847:16: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_2DTools.svg:1800:16: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_2DTools.svg:1832:16: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_2DTools.svg:1847:16: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1800:16: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1832:16: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1847:16: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Move.svg:1778:18: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Move.svg:1778:18: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1778:18: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_MoveD.svg:1794:18: Could not add child element to parent element because the types are incorrect.
17:28:46  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_MoveD.svg:1794:18: Could not add child element to parent element because the types are incorrect.
17:28:46  <input>:1794:18: Could not add child element to parent element because the types are incorrect.
17:28:46  Loading GUI of Sketcher module... done
17:28:46  Draft workbench activated Inside Design456.
17:28:46  Design456 workbench loaded
User avatar
mariwan
Posts: 469
Joined: Wed Jan 06, 2021 2:00 pm

Re: Birth of Design456 Workbench

Post by mariwan »

Kunda1 wrote: Mon Sep 06, 2021 3:38 pm Design456 has been added to the Addon Manager
Thanks alot
User avatar
mariwan
Posts: 469
Joined: Wed Jan 06, 2021 2:00 pm

Re: Birth of Design456 Workbench

Post by mariwan »

keithsloan52 post_id=530997 time=1630945908 user_id=930]
Also get a load of error message when starting, although it does start.


Sorry for that,
Actually Lupaz or Kunda1 suggested something to me.. as per
https://github.com/MariwanJ/Design456/pull/36

I thought I should change all !=0 and ==0 to is not 0 -- or is 0
But that was wrong and I fixed that in the Devbranch in the morning. Now I pushed the changes to the main again.
Sorry for that.
Let me know if I missed anything else.
keithsloan52
Veteran
Posts: 2756
Joined: Mon Feb 27, 2012 5:31 pm

Re: Birth of Design456 Workbench

Post by keithsloan52 »

marja1 wrote: Mon Sep 06, 2021 6:27 pm keithsloan52 post_id=530997 time=1630945908 user_id=930]
Also get a load of error message when starting, although it does start.


Sorry for that,
Actually Lupaz or Kunda1 suggested something to me.. as per
https://github.com/MariwanJ/Design456/pull/36

I thought I should change all !=0 and ==0 to is not 0 -- or is 0
But that was wrong and I fixed that in the Devbranch in the morning. Now I pushed the changes to the main again.
Sorry for that.
Let me know if I missed anything else.
I am still seeing Design456 being list twice in Addon Managers list of modules

Also still some errors but not as many as before, most seem to be svg files.

Code: Select all

20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/ThreeDWidgets/fr_draw.py:3113: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if type is 0 :
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Tube.svg:1771:18: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Tube.svg:1771:18: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1771:18: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Arc3Points.svg:1884: Could not resolve property: #meshgradient5823
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Arc3Points.svg:1884: Could not resolve property: #meshgradient5921
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Arc3Points.svg:1884: Could not resolve property: #meshgradient5937
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Arc3Points.svg:1884: Could not resolve property: #meshgradient5823
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Arc3Points.svg:1884: Could not resolve property: #meshgradient5921
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Arc3Points.svg:1884: Could not resolve property: #meshgradient5937
20:57:13  <input>:1884: Could not resolve property: #meshgradient5823
20:57:13  <input>:1884: Could not resolve property: #meshgradient5921
20:57:13  <input>:1884: Could not resolve property: #meshgradient5937
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Star.svg:2304: Could not resolve property: #meshgradient2152
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Star.svg:2304: Could not resolve property: #meshgradient2152
20:57:13  <input>:2304: Could not resolve property: #meshgradient2152
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Merge.svg:1782:22: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Merge.svg:1782:22: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1782:22: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1789:18: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1809:22: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1852:22: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1892:28: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1917:22: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1789:18: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1809:22: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1852:22: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1892:28: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Intersect.svg:1917:22: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1789:18: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1809:22: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1852:22: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1892:28: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1917:22: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Group.svg:1795:29: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Group.svg:1837:31: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Group.svg:1879:31: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Group.svg:1921:33: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Group.svg:1795:29: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Group.svg:1837:31: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Group.svg:1879:31: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Part_Group.svg:1921:33: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1795:29: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1837:31: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1879:31: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1921:33: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Tweak.svg:52:18: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Tweak.svg:52:18: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:52:18: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Part_Compound.svg:911:28: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Part_Compound.svg:955:28: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Part_Compound.svg:997:24: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Part_Compound.svg:911:28: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Part_Compound.svg:955:28: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Part_Compound.svg:997:24: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:911:28: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:955:28: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:997:24: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_3DTools.svg:1776:16: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_3DTools.svg:1815:16: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_3DTools.svg:1854:16: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_3DTools.svg:1776:16: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_3DTools.svg:1815:16: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_3DTools.svg:1854:16: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1776:16: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1815:16: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1854:16: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_2DTools.svg:1800:16: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_2DTools.svg:1832:16: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_2DTools.svg:1847:16: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_2DTools.svg:1800:16: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_2DTools.svg:1832:16: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_2DTools.svg:1847:16: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1800:16: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1832:16: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1847:16: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Move.svg:1778:18: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_Move.svg:1778:18: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1778:18: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_MoveD.svg:1794:18: Could not add child element to parent element because the types are incorrect.
20:57:13  /Users/keithsloan/Library/Preferences/FreeCAD/Mod/Design456/Resources/icons/Design456_MoveD.svg:1794:18: Could not add child element to parent element because the types are incorrect.
20:57:13  <input>:1794:18: Could not add child element to parent element because the types are incorrect.
20:57:13  Loading GUI of Sketcher module... done
20:57:13  Draft workbench activated Inside Design456.
20:57:13  Design456 workbench loaded
User avatar
mariwan
Posts: 469
Joined: Wed Jan 06, 2021 2:00 pm

Re: Birth of Design456 Workbench

Post by mariwan »

That is about the SVG files,
I really don't know what is wrong with them.
All are made by Inkscape and with the format that Kunda1 told me.
If someone know why please let me know

thanks for reporting.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Birth of Design456 Workbench

Post by Kunda1 »

<facepalm>
It only relates to 'None' :cry:
is None
is not None

https://lgtm.com/rules/7900090/
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
keithsloan52
Veteran
Posts: 2756
Joined: Mon Feb 27, 2012 5:31 pm

Re: Birth of Design456 Workbench

Post by keithsloan52 »

Kunda1 wrote: Mon Sep 06, 2021 9:39 pm <facepalm>
It only relates to 'None' :cry:
is None
is not None

https://lgtm.com/rules/7900090/
I think he still missed one on line 3113
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Birth of Design456 Workbench

Post by Kunda1 »

Screenshot_20210907_082457.png
Screenshot_20210907_082457.png (17.24 KiB) Viewed 1426 times
Response: https://github.com/MariwanJ/Design456/p ... -914264253
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
mariwan
Posts: 469
Joined: Wed Jan 06, 2021 2:00 pm

Re: Birth of Design456 Workbench

Post by mariwan »

, there are many people that are so sensitive .
I /(me) not YOU.. ok? made a mistake and thought I should apply that for all != and ==
So, don't be so sensitive please.
I am not blaming you for any thing than thanking you .

When I wrote those words, I didn't know YET why it didn't work.
so, forgive me if I said something hurts you.. It wasn't my intention.
Open heart I talk .. have nothing bad against anyone. .. I didn't /don't say thing with two sides .. just one side. FACE TO FACE I write things.

Again, I didn't blame you, rather than what happened to me..
sorry for misunderstanding.
Post Reply