View Issue Details

IDProjectCategoryView StatusLast Update
0001036FreeCADBugpublic2013-03-06 14:14
Reportertoddmargaret Assigned Toyorik  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version0.14 
Summary0001036: EngineBlock: unable to select bspline
DescriptionOpen 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 InformationFreeCAD 0.13, Libs: 0.13R1880 (Git)

ubuntu 12.10
TagsNo tags attached.
FreeCAD Information

Activities

yorik

2013-03-01 20:32

administrator   ~0002952

These look like Draft objects... I'll have a look.
The BSpline should be editable too

yorik

2013-03-06 14:14

administrator   ~0002965

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

Issue History

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