Merge branch 'blender-v4.1-release'

This commit is contained in:
Brecht Van Lommel 2024-03-22 21:08:15 +01:00
commit 704e62d9d7
1 changed files with 1 additions and 1 deletions

View File

@ -2077,7 +2077,7 @@ static void rna_def_uilist(BlenderRNA *brna)
"",
"An array of filter flags, one for each item in the collection (NOTE: "
"The upper 16 bits, including FILTER_ITEM, are reserved, only use the "
"lower 16 bits for custom usages).");
"lower 16 bits for custom usages)");
RNA_def_function_output(func, prop);
prop = RNA_def_property(func, "filter_neworder", PROP_INT, PROP_UNSIGNED);
RNA_def_property_flag(prop, PropertyFlag(PARM_REQUIRED | PROP_DYNAMIC));