From 6d3546069c270136856815365883c6490dbff25d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 1 Apr 2011 08:51:12 +0000 Subject: fix [#26713] Video Sequencer: Audio mute after making meta strip copy/paste was not recursively restoring sound strips on paste. also found many duplicate functions were defining the transform mode as in int but getting as an enum, use enum for both now. --- 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 e1e58572c32..0bda47b4c7c 100644 --- a/source/blender/makesrna/RNA_enum_types.h +++ b/source/blender/makesrna/RNA_enum_types.h @@ -95,6 +95,8 @@ extern EnumPropertyItem operator_context_items[]; extern EnumPropertyItem wm_report_items[]; +extern EnumPropertyItem transform_mode_types[]; + extern EnumPropertyItem property_type_items[]; extern EnumPropertyItem property_unit_items[]; -- cgit v1.2.3