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:
authorPeter Schlaile <peter@schlaile.de>2008-03-24 20:35:01 +0300
committerPeter Schlaile <peter@schlaile.de>2008-03-24 20:35:01 +0300
commit8d2a0a566f88c3af3dbce774d013afad539bab27 (patch)
tree09d94173e04a0785be3e6bce8c0249f95772f234 /source/blender/include
parent2b7e4f4d4a31544669cd92db6fe588d25ce12a48 (diff)
== Sequencer ==
A lot of fixes for anim_startofs / anim_endofs: * crashed when striplen was 0 and startstill / endstill still in use * made it work for Audio (HD and RAM) * made it work for Image Sequences * added a new cutting tool, that uses anim_startofs / endofs instead of startofs / endofs. This is now the default and called "hard cut" * moved old cutting method to "Shift-K" and renamed it "soft cut"
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 ff6c7882b76..0f5b764b18c 100644
--- a/source/blender/include/BIF_editseq.h
+++ b/source/blender/include/BIF_editseq.h
@@ -71,7 +71,7 @@ void seq_remap_paths(void);
void transform_seq(int mode, int context);
void transform_seq_nomarker(int mode, int context);
void un_meta(void);
-void seq_cut(int cutframe);
+void seq_cut(int cutframe, int hard_cut);
void seq_separate_images(void);
void reassign_inputs_seq_effect(void);
void select_surrounding_handles(struct Sequence *test);