UI: Rename "HDRI Preview Size" to "Reference Spheres Size"
This is a follow up to 8404228aeb
This commit is contained in:
@@ -5443,7 +5443,8 @@ static void rna_def_userdef_view(BlenderRNA *brna)
|
||||
prop = RNA_def_property(srna, "lookdev_sphere_size", PROP_INT, PROP_PIXEL);
|
||||
RNA_def_property_int_sdna(prop, nullptr, "lookdev_sphere_size");
|
||||
RNA_def_property_range(prop, 50, 400);
|
||||
RNA_def_property_ui_text(prop, "HDRI Preview Size", "Diameter of the HDRI preview spheres");
|
||||
RNA_def_property_ui_text(
|
||||
prop, "Reference Sphere Size", "Diameter of the HDRI reference spheres");
|
||||
RNA_def_property_update(prop, 0, "rna_userdef_update");
|
||||
|
||||
/* View2D Grid Displays */
|
||||
|
||||
Reference in New Issue
Block a user