Page MenuHomePhabricator

Saving / Opening smoothed polygon models outputs errors on console
Closed, ResolvedPublic

Description

To reprodude:
load image,
create segmentation,
from segmentation create smoothed polygon model,

save project/load it again,

then sth like this is logged on console:
so theres probably sth going wrong!

2.420# ERROR: No property reader found for GenericProperty
#2.420# ERROR: No property reader found for GenericProperty
#2.420# ERROR: There were errors while loading property list file /tmp/SceneIOTempUID_20130911123857441858/caaaaa. Your data may be corrupted
#2.420# ERROR: No property reader found for SmartPointerProperty
#2.420# ERROR: There were errors while loading property list file /tmp/SceneIOTempUID_20130911123857441858/eaaaaa. Your data may be corrupted
#2.430# ERROR: No property reader found for GenericProperty
#2.430# ERROR: No property reader found for GenericProperty
#2.430# ERROR: There were errors while loading property list file /tmp/SceneIOTempUID_20130911123857441858/baaaaa. Your data may be corrupted
#2.440# ERROR: No property reader found for GenericProperty
#2.440# ERROR: No property reader found for GenericProperty
#2.440# ERROR: There were errors while loading property list file /tmp/SceneIOTempUID_20130911123857441858/caaaaa. Your data may be corrupted
#2.440# ERROR: Could not load properties for node.
#2.460# ERROR: No property reader found for GenericProperty
#2.460# ERROR: No property reader found for GenericProperty
#2.460# ERROR: There were errors while loading property list file /tmp/SceneIOTempUID_20130911123857441858/daaaaa. Your data may be corrupted
#2.460# ERROR: No property reader found for SmartPointerProperty
#2.460# ERROR: There were errors while loading property list file /tmp/SceneIOTempUID_20130911123857441858/eaaaaa. Your data may be corrupted
#2.460# ERROR: Could not load properties for node.
#2.490# ERROR: No property reader found for GenericProperty
#2.490# ERROR: No property reader found for GenericProperty
#2.490# ERROR: There were errors while loading property list file /tmp/SceneIOTempUID_20130911123857441858/haaaaa. Your data may be corrupted
#2.500# ERROR: There were errors while loading scene file /tmp/SceneIOTempUID_20130911123857441858/index.xml. Your data may be corrupted

Event Timeline

Looks to me that there is a property created for which we dont have a reader/writer. This has nothing to do with rendering. I know only one property "Surface Rendering.Texture" which does not have an appropriate reader/writer, yet. This property is not used here, is it?

Someone from the "segmentation team" should check which property raises this message and either solve the issue or maybe remove the property. Passing this to Andi to let him delegate.

I agree with Thomas. Changing severity and target_milestone

"Surface representation" (SmartPointerProperty)

[c6d453]: Merge branch 'bug-16048-SurfaceRepresentationPropertyRemoval'

Merged commits:

2013-10-16 17:00:48 Stefan Kislinskiy [227423]
Removed Surface representation property introduced by create surface from segmentation functionality.