Cleanup: Rename: Static Override -> Library Override.

Better to make internal code naming match official/UI naming to some
extent, this will reduce confusion in the future.

This is 'breaking' scripts and files that would use that feature, but
since it is not yet officially supported nor exposed in 2.80, as far
as that release is concerned, it is effectively
a 'no functional changes' commit.
This commit is contained in:
Bastien Montagne
2019-06-14 23:16:04 +02:00
parent f640701858
commit 23254ce4ee
57 changed files with 844 additions and 839 deletions

View File

@@ -168,7 +168,7 @@ def rna_idprop_ui_create(
prop_path = rna_idprop_quote_path(prop)
item.property_overridable_static_set(prop_path, overridable)
item.property_overridable_library_set(prop_path, overridable)
return rna_ui