forked from c-d-a/io_export_qmap
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
See comment here:
BlendRadiant/blendradiant/prefs.py
Lines 74 to 76 in fe13621
# 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.