From 4d802ff682b81143012d9a10cf6a58322dd18d89 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 26 Mar 2012 22:36:32 +0000 Subject: Return back sfra property to Sequence structure to prevent data loose until things discussing in #30663 will be resolved. --- source/blender/makesdna/DNA_sequence_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/DNA_sequence_types.h') diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h index ba64f332de5..7aa37b547f4 100644 --- a/source/blender/makesdna/DNA_sequence_types.h +++ b/source/blender/makesdna/DNA_sequence_types.h @@ -181,6 +181,8 @@ typedef struct Sequence { int blend_mode; float blend_opacity; + /* is sfra needed anymore? - it looks like its only used in one place */ + int sfra, pad; /* starting frame according to the timeline of the scene. */ } Sequence; typedef struct MetaStack { -- cgit v1.2.3