Page MenuHome

Curvetools enumproperty has spaces in identifier
AbandonedPublic

Authored by Roel Koster (kostex) on Mar 6 2020, 2:35 PM.

Details

Summary

To me this is a bug.. but I was asked to post it here instead..

EnumProperties do not allow for spaces in their identifiers (first element)
This patch changes that..
Fix T74493

Diff Detail

Event Timeline

Brecht Van Lommel (brecht) requested changes to this revision.Mar 9 2020, 4:00 PM

Thanks for the fix. Any change should be submitted through the code review form so we can review it more easily, and so we're sure you've agreed to submitting the code under the right license.

This revision now requires changes to proceed.Mar 9 2020, 4:00 PM
curve_tools/__init__.py
131–132

Only changing it here can't work, there must be other code using this enum which was not updated.

149–150

Only changing it here can't work, there must be other code using this enum which was not updated.