From fc123a40d3afd699005cd90d46cf205a200a79fb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 2 Feb 2010 23:03:56 +0000 Subject: =?UTF-8?q?patch=20[#20889]=20Support=20"unit"s=20for=20FloatPrope?= =?UTF-8?q?rty=20from=20Martin=20B=C3=BCrbaum=20(pontiac)=20(with=20own=20?= =?UTF-8?q?minor=20changes)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/blender/makesrna/RNA_enum_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesrna/RNA_enum_types.h') diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h index 14b2f0c561e..3e07896d760 100644 --- a/source/blender/makesrna/RNA_enum_types.h +++ b/source/blender/makesrna/RNA_enum_types.h @@ -77,6 +77,8 @@ extern EnumPropertyItem keymap_propvalue_items[]; extern EnumPropertyItem wm_report_items[]; +extern EnumPropertyItem property_unit_items[]; + struct bContext; struct PointerRNA; EnumPropertyItem *rna_TransformOrientation_itemf(struct bContext *C, struct PointerRNA *ptr, int *free); -- cgit v1.2.3