cginternals / libzeug

deprecated: C++ sanctuary for small but powerful and frequently required, stand alone features.
MIT License
16 stars 13 forks source link

Enum Property Refinement #46

Closed mjendruk closed 10 years ago

mjendruk commented 10 years ago
rlux commented 10 years ago

There should be a setChoices method on EnumProperty similar to StringProperty, which lets the user define a subset of valid enum choices. This should also be integrated into the Editor. This is a different feature from setStrings.