View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001440 | Draft | Bug | public | 2014-02-25 03:21 | 2014-03-11 01:59 |
| Reporter | rockn | Assigned To | yorik | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Linux | OS | Ubuntu 12.04 | OS Version | 64 bits |
| Product Version | trunk | ||||
| Summary | 0001440: [DXF] Error when export project along the current view direction | ||||
| Description | I get an error when I export a 3d file (made in FreeCAD) to dxf when the "Project export along the curretn view direction" option is cheked. Traceback (most recent call last): File "<string>", line 4, in <module> File "/home/jo/BEBois/Dev/Git/FreeCAD_yorik/build/Mod/Draft/importDXF.py", line 1635, in export direction = FreeCADGui.ActiveDocument.ActiveView.getViewDirection() <type 'exceptions.NameError'>: global name 'FreeCADGui' is not defined Stack Trace: Traceback (most recent call last): File "<string>", line 4, in <module> File "/home/jo/BEBois/Dev/Git/FreeCAD_yorik/build/Mod/Draft/importDXF.py", line 1635, in export direction = FreeCADGui.ActiveDocument.ActiveView.getViewDirection() | ||||
| Steps To Reproduce | Chek the option Project exported along the current view direction and try and export. | ||||
| Additional Information | Add : "Import FreeCADgui" in line 1634 of importDXF.py solve the issue. | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-02-25 03:21 | rockn | New Issue | |
| 2014-02-25 11:22 | rockn | Note Added: 0004300 | |
| 2014-03-11 01:37 | yorik | Assigned To | => yorik |
| 2014-03-11 01:37 | yorik | Status | new => assigned |
| 2014-03-11 01:37 | yorik | Project | Arch => Draft |
| 2014-03-11 01:59 | yorik | Changeset attached | => FreeCAD Master master 39a6b170 |
| 2014-03-11 01:59 | yorik | Status | assigned => closed |
| 2014-03-11 01:59 | yorik | Resolution | open => fixed |
FreeCAD