View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000401 | FreeCAD | Bug | public | 2011-07-15 05:44 | 2011-09-17 12:50 |
Reporter | wmayer | Assigned To | yorik | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 0.12 | ||||
Summary | 0000401: Trimex doesn't work with arcs | ||||
Description | When trying to use the trimex utility with arcs you'll get this error message: <type 'exceptions.AttributeError'> Traceback (most recent call last): File "C:\Projects\FreeCAD\x64\Mod\Draft\draftTools.py", line 3219, in action dist = self.redraw(self.point,self.snapped,self.shift,self.alt) File "C:\Projects\FreeCAD\x64\Mod\Draft\draftTools.py", line 3321, in redraw ghost.update(ang1-ang2) AttributeError: arcTracker instance has no attribute 'update' Afterwards FreeCAD is in an unusable state, i.e. not other Draft command works anymore. You have to quit the application. | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
|
This is fixed in 4634. The Trimex tool doesn't produce errors anymore. Funny how this stayed so long time unnoticed ;) Now there are still some cases where it doesn't behave correctly (it inverts the arc sign, etc.) but that whole part is still from before the switch of the Draft objects to parametric ones, and will need to be fully recoded. I'll keep this bug open until I fix that all... |
|
As far as I tested, this works fine now. |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-07-15 05:44 | wmayer | New Issue | |
2011-07-15 05:44 | wmayer | Status | new => assigned |
2011-07-15 05:44 | wmayer | Assigned To | => yorik |
2011-07-15 12:17 | yorik | Note Added: 0000929 | |
2011-09-17 12:50 | yorik | Note Added: 0001114 | |
2011-09-17 12:50 | yorik | Status | assigned => closed |
2011-09-17 12:50 | yorik | Resolution | open => fixed |
2011-09-17 12:50 | yorik | Fixed in Version | => 0.12 |