Bug 1216815 - FreeCAD 0.20.2 - Tools in Draft workbench are not working
Summary: FreeCAD 0.20.2 - Tools in Draft workbench are not working
Status: NEW
Alias: None
Product: openSUSE Distribution
Classification: openSUSE
Component: Other (show other bugs)
Version: Leap 15.5
Hardware: x86-64 openSUSE Leap 15.5
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Adrian Schröter
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-02 10:25 UTC by Matti Kettunen
Modified: 2023-11-14 11:27 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matti Kettunen 2023-11-02 10:25:31 UTC
Following errors appear in console when I'm trying to use tools in Draft workbench (tools are not working).

*************
Running the Python command 'Draft_ShapeString' failed:
Traceback (most recent call last):
  File "/usr/lib64/FreeCAD/Mod/Draft/draftguitools/gui_shapestrings.py", line 72, in Activated
    super(ShapeString, self).Activated(name="ShapeString")
  File "/usr/lib64/FreeCAD/Mod/Draft/draftguitools/gui_base_original.py", line 287, in Activated
    super(Creator, self).Activated(name, noplanesetup)
  File "/usr/lib64/FreeCAD/Mod/Draft/draftguitools/gui_base_original.py", line 152, in Activated
    Gui.Snapper.setTrackers()
  File "/usr/lib64/FreeCAD/Mod/Draft/draftguitools/gui_snapper.py", line 1672, in setTrackers
    self.grid = trackers.gridTracker()
  File "/usr/lib64/FreeCAD/Mod/Draft/draftguitools/gui_trackers.py", line 989, in __init__
    self.text1.string = " "
  File "/usr/lib64/python3.6/site-packages/pivy/coin.py", line 51919, in <lambda>
    __setattr__ = lambda self, name, value: _swig_setattr(self, SoAsciiText, name, value)
  File "/usr/lib64/python3.6/site-packages/pivy/coin.py", line 80, in _swig_setattr
    return _swig_setattr_nondynamic(self, class_type, name, value, 0)
  File "/usr/lib64/python3.6/site-packages/pivy/coin.py", line 69, in _swig_setattr_nondynamic
    return method(self, value)

in method 'SoAsciiText_string_set', argument 2 of type 'SoMFString *'
********