UI: Sub-type for Screen Grab Size.

Set to Pixel.
This commit is contained in:
Pablo Vazquez
2019-09-12 12:23:33 +02:00
parent 1885246015
commit 4df75063e1

View File

@@ -1041,6 +1041,7 @@ static void rna_def_image_paint(BlenderRNA *brna)
0,
0);
RNA_def_property_range(prop, 512, 16384);
RNA_def_property_subtype(prop, PROP_PIXEL);
prop = RNA_def_property(srna, "mode", PROP_ENUM, PROP_NONE);
RNA_def_property_flag(prop, PROP_CONTEXT_UPDATE);