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-24 17:12:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-10-24 17:12:07 +0400
commit79224961836db454b454f20479a76b83e3eed3bc (patch)
treef38ec7789f92c747ce510700c61df0c540ce32c0 /source/blender/include
parenta9110ee0333b5dfc8af42919e53c7cd35e1f6cb1 (diff)
==Sequencer==
added an option to reload selected strip data (Alt+R - same as reloading images in the imaeg viewer) made the sequencer max memory limit 16gig for 64bit's.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_editseq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editseq.h b/source/blender/include/BIF_editseq.h
index d1432c7c48c..74baf12c11a 100644
--- a/source/blender/include/BIF_editseq.h
+++ b/source/blender/include/BIF_editseq.h
@@ -40,6 +40,7 @@ void add_sequence(int type);
void borderselect_seq(void);
void boundbox_seq(void);
void change_sequence(void);
+void reload_sequence(void);
void update_seq_ipo_rect(struct Sequence * seq);
void update_seq_icu_rects(struct Sequence * seq);
struct Sequence* get_last_seq();