Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2007-10-23 23:30:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-10-23 23:30:22 +0400
commit298707e5f6e4b9ee96506ac95edc9d2e7d3ee401 (patch)
tree049891a6c916e8a4bdc55ee5da1b08160c08d854 /source/blender/include
parent6210fe5ad6098a6f6500f6aacf2bf84c55cae721 (diff)
made color generated strips work like single image strips - no center frame limitation
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_editseq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_editseq.h b/source/blender/include/BIF_editseq.h
index 54c57e3331d..d1432c7c48c 100644
--- a/source/blender/include/BIF_editseq.h
+++ b/source/blender/include/BIF_editseq.h
@@ -76,7 +76,7 @@ void select_dir_from_last(int lr);
void select_neighbor_from_last(int lr);
void select_linked_seq(int mode);
struct Sequence* alloc_sequence(ListBase *lb, int cfra, int machine); /*used from python*/
-int check_single_image_seq(struct Sequence *seq);
+int check_single_seq(struct Sequence *seq);
/* sequence transform functions, for internal used */
int seq_tx_get_start(struct Sequence *seq);