From c701082a928b4390f1fb910f2eb7520b45b4cdf1 Mon Sep 17 00:00:00 2001 From: Scott Petrovic Date: Fri, 13 Dec 2013 04:39:15 +1100 Subject: RNA: Add pixels property type --- source/blender/makesrna/RNA_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesrna/RNA_types.h') diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.h index 43bf1973c33..d974933d352 100644 --- a/source/blender/makesrna/RNA_types.h +++ b/source/blender/makesrna/RNA_types.h @@ -116,6 +116,7 @@ typedef enum PropertySubType { PROP_PASSWORD = 6, /* a string which should not be displayed in UI */ /* numbers */ + PROP_PIXEL = 12, PROP_UNSIGNED = 13, PROP_PERCENTAGE = 14, PROP_FACTOR = 15, -- cgit v1.2.3