Skip to content

EdgePropertyList is empty when loading an existing model #561

@greschd

Description

@greschd

When loading a model with existing edge property lists (e.g. SubLaminate with materials), the resulting list is empty.

Root cause is that the _object_list in the EdgePropertyList is initialized in its __init__, and subsequently updated only when it is directly modified. However, the _from_pb_object constructor of the parent first initializes an empty object, and then only updates _pb_object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    blocks-releaseCannot release while this issue persistsbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions