-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
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
Fix some _validate_property
not correctly refactored
#64553
Fix some _validate_property
not correctly refactored
#64553
Conversation
acab1d1
to
8da9f8c
Compare
If a specific default value must be set regardless, there is also |
The flag only matters for property definition, but was also used in _validate_property a lot.
8da9f8c
to
c25b8f2
Compare
9b8e8b2 split off INTERNAL from NO_EDITOR, so I assume they replaced this everywhere, even in places where it makes no difference.
Just found the API for it, thanks! I re-added it, since it's useful to see in the docs. |
I guess it should be okay, because @reduz complained about it the other day. |
Thanks! |
Some old code was checking for properties that used
/
for category separation, but now_
is used instead.Found with regex:
property\.name.+\/
Also removed
PROPERTY_USAGE_INTERNAL
in_validate_property
as this flag is only relevant for doctool, which only checks the property definition's usage flags.Found with regex:
property\.usage.+INTERNAL