We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Steps to Reproduce (Please fill in. What did you do, step by step?)
Expected behavior (Please fill in. A clear and concise description of what you expected to happen.)
My setup
Housekeeping Please make sure these boxes are checked before submitting your issue:
The text was updated successfully, but these errors were encountered:
Ursache: Enum.GetValues
Sorry, something went wrong.
This makes my heart bleed:
biclist = [eval("BuiltInCategory."+x) for x in dir(BuiltInCategory) if x.startswith("OST_")]
but it does the job
I am blind 😅 I saw all enum members when I typed dir(BuiltInCategory) but I focused on methods like GetValues and why they don't work.
#444 for R25
3075fce
committed fix needs to be re-checked in R22
andydandy74
No branches or pull requests
Describe the bug
Steps to Reproduce
(Please fill in. What did you do, step by step?)
Expected behavior
(Please fill in. A clear and concise description of what you expected to happen.)
My setup
Housekeeping
Please make sure these boxes are checked before submitting your issue:
The text was updated successfully, but these errors were encountered: