Fix: RNA warning regarding description ending in period

Ref #109157
This commit is contained in:
Brecht Van Lommel
2024-03-22 20:57:02 +01:00
parent 986e4a8b7f
commit 64bfe49164

View File

@@ -2083,7 +2083,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));