WIP: uv-simple-select #1

Closed
Chris Blackbourn wants to merge 182 commits from uv-simple-select into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit ded9e2798c - Show all commits

View File

@ -6964,7 +6964,7 @@ static void rna_def_fileselect_asset_params(BlenderRNA *brna)
prop = RNA_def_property(srna, "import_type", PROP_ENUM, PROP_NONE); prop = RNA_def_property(srna, "import_type", PROP_ENUM, PROP_NONE);
RNA_def_property_enum_items(prop, asset_import_type_items); RNA_def_property_enum_items(prop, asset_import_type_items);
RNA_def_property_ui_text(prop, "Import Type", "Determine how the asset will be imported"); RNA_def_property_ui_text(prop, "Import Method", "Determine how the asset will be imported");
/* Asset drag info saved by buttons stores the import type, so the space must redraw when import /* Asset drag info saved by buttons stores the import type, so the space must redraw when import
* type changes. */ * type changes. */
RNA_def_property_update(prop, NC_SPACE | ND_SPACE_FILE_LIST, NULL); RNA_def_property_update(prop, NC_SPACE | ND_SPACE_FILE_LIST, NULL);