Freestyle: minor UI text fix.
This commit is contained in:
@@ -2987,7 +2987,7 @@ static void rna_def_freestyle_settings(BlenderRNA *brna)
|
||||
prop = RNA_def_property(srna, "modules", PROP_COLLECTION, PROP_NONE);
|
||||
RNA_def_property_collection_sdna(prop, NULL, "modules", NULL);
|
||||
RNA_def_property_struct_type(prop, "FreestyleModuleSettings");
|
||||
RNA_def_property_ui_text(prop, "Style modules", "A list of style modules (to be applied from top to bottom)");
|
||||
RNA_def_property_ui_text(prop, "Style Modules", "A list of style modules (to be applied from top to bottom)");
|
||||
|
||||
prop = RNA_def_property(srna, "mode", PROP_ENUM, PROP_NONE);
|
||||
RNA_def_property_enum_sdna(prop, NULL, "mode");
|
||||
|
||||
Reference in New Issue
Block a user