From 7e29e97c218068a979a417e4fc9aca156a0ccd7d Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Fri, 8 May 2009 10:50:32 +0000 Subject: 2.5 - Assorted animation code cleanups * Replaced a few duplicated enums that were also defined for some RNA properties already with the RNA ones. * Start of cleanup of markers code in preparation for getting the rest of the editing code involving markers working again --- source/blender/makesrna/RNA_enum_types.h | 5 +++++ 1 file changed, 5 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 065c1eba606..2262c73a9af 100644 --- a/source/blender/makesrna/RNA_enum_types.h +++ b/source/blender/makesrna/RNA_enum_types.h @@ -34,6 +34,11 @@ extern EnumPropertyItem space_type_items[]; extern EnumPropertyItem region_type_items[]; extern EnumPropertyItem modifier_type_items[]; +extern EnumPropertyItem beztriple_handle_type_items[]; +extern EnumPropertyItem beztriple_interpolation_mode_items[]; + +extern EnumPropertyItem fmodifier_type_items[]; + #endif /* RNA_ENUM_TYPES */ -- cgit v1.2.3