Skip to content

Add searchable tags to elements. #2

Description

@benjamin-heasly

Currently the MPbrtContainer.find() method can search by element name and type. This puts a lot of pressure on the name, since this is the only place to store arbitrary matching info.

We should add additional matching "tags" to the Container class and allow find() to match on these. This will break the dependency between element naming and element searching.

These tags would be used just for object manipulations, and not need to be represented in the generated scene file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions