Add missing new liboverride option to py-defined collections props doc.

This commit is contained in:
Bastien Montagne
2020-09-21 13:54:16 +02:00
parent 88a9d82bbb
commit 154752243d

View File

@@ -121,7 +121,8 @@ static const EnumPropertyItem property_flag_override_collection_items[] = {
};
#define BPY_PROPDEF_OPTIONS_OVERRIDE_COLLECTION_DOC \
" :arg override: Enumerator in ['LIBRARY_OVERRIDABLE', 'NO_PROPERTY_NAME'].\n" \
" :arg override: Enumerator in ['LIBRARY_OVERRIDABLE', 'NO_PROPERTY_NAME', " \
"'USE_INSERTION'].\n" \
" :type override: set\n"
/* subtypes */