Experimental Features: Rename Image editor option

This prevents having multiple UI strings starting exactly the same:
* Legacy A...
* Legacy B ...
This commit is contained in:
Dalai Felinto 2020-10-02 12:24:59 +02:00
parent 5476017d07
commit 92a0ec87a2
Notes: blender-bot 2023-02-13 20:58:49 +01:00
Referenced by issue #81357, Some Experimental Features are still accessible in 2.90.1; Sculpt vertex colors, etc.
1 changed files with 1 additions and 1 deletions

View File

@ -6168,7 +6168,7 @@ static void rna_def_userdef_experimental(BlenderRNA *brna)
prop = RNA_def_property(srna, "use_image_editor_legacy_drawing", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "use_image_editor_legacy_drawing", 1);
RNA_def_property_ui_text(
prop, "Legacy Image Editor Drawing", "Use legacy UV/Image editor drawing");
prop, "Image Editor Legacy Drawing", "Use legacy UV/Image editor drawing");
prop = RNA_def_property(srna, "use_tools_missing_icons", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "use_tools_missing_icons", 1);