View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001036 | FreeCAD | Bug | public | 2013-03-01 02:23 | 2013-03-06 14:14 |
Reporter | toddmargaret | Assigned To | yorik | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 0.14 | ||||
Summary | 0001036: EngineBlock: unable to select bspline | ||||
Description | Open up data/examples/EngineBlock.FCStd that comes with the source. gdb shows: PropertyPythonObject::Restore: 'module' object has no attribute 'Circle' PropertyPythonObject::Restore: 'module' object has no attribute 'Circle' PropertyPythonObject::Restore: 'module' object has no attribute 'Circle' PropertyPythonObject::Restore: 'module' object has no attribute 'Polygon' PropertyPythonObject::Restore: 'module' object has no attribute 'Polygon' PropertyPythonObject::Restore: 'module' object has no attribute 'Polygon' PropertyPythonObject::Restore: 'module' object has no attribute 'Polygon' PropertyPythonObject::Restore: 'module' object has no attribute 'BSpline' PropertyPythonObject::Restore: 'module' object has no attribute 'ViewProviderCircle' PropertyPythonObject::Restore: 'module' object has no attribute 'ViewProviderCircle' PropertyPythonObject::Restore: 'module' object has no attribute 'ViewProviderBSpline' PropertyPythonObject::Restore: 'module' object has no attribute 'ViewProviderPolygon' PropertyPythonObject::Restore: 'module' object has no attribute 'ViewProviderPolygon' PropertyPythonObject::Restore: 'module' object has no attribute 'ViewProviderPolygon' PropertyPythonObject::Restore: 'module' object has no attribute 'ViewProviderPolygon' PropertyPythonObject::Restore: 'module' object has no attribute 'ViewProviderCircle' (note the bspline messages above - perhaps related to the following that leads to unhandled exception) When I double-click BSpline in Combo View/Model (under Application -> EngineBlock -> Engine block -> Extruded Spline -> BSpline) gdb shows: Unhandled Base::Exception caught in GUIApplication::notify. The error message is: Failed to set object 'BSpline' in edit mode | ||||
Additional Information | FreeCAD 0.13, Libs: 0.13R1880 (Git) ubuntu 12.10 | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
|
These look like Draft objects... I'll have a look. The BSpline should be editable too |
|
The example file is fixed in c3d1e0 Also the Draft module now features a Heal tool that allows to fix such bad objects coming from an earlier version of FreeCAD |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-03-01 02:23 | toddmargaret | New Issue | |
2013-03-01 20:32 | yorik | Note Added: 0002952 | |
2013-03-01 20:32 | yorik | Status | new => assigned |
2013-03-01 20:32 | yorik | Assigned To | => yorik |
2013-03-06 14:14 | yorik | Note Added: 0002965 | |
2013-03-06 14:14 | yorik | Status | assigned => closed |
2013-03-06 14:14 | yorik | Resolution | open => fixed |
2013-03-06 14:14 | yorik | Fixed in Version | => 0.14 |