Skip to content

Don't use enums for things loaded from FS / dynamically changed #18

@stingray300k

Description

@stingray300k

See comment here:

# TODO having this as an enum is actually wrong because they're saved as
# ints, so whenever the directory changes it will mess up its meaning...
# somehow only use enum for UI but save as str

Not sure how to do this. Last time I checked there was no way for Blender addons to listen to "events" such as the user selecting something in a drop-down menu. One option would be an additional button that needs to be pressed to "lock in" one's selection, but that is outrageously stupid.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions