Skip to content

Add searchable tags to nodes. #2

Description

@benjamin-heasly

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

We should add additional matching "tags" to the Node class and allow find() to match on these. This will break the dependency between element id construction 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