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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'io_sequencer_edl/import_edl.py')
-rw-r--r--io_sequencer_edl/import_edl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_sequencer_edl/import_edl.py b/io_sequencer_edl/import_edl.py
index b1a767c1..56b69839 100644
--- a/io_sequencer_edl/import_edl.py
+++ b/io_sequencer_edl/import_edl.py
@@ -209,7 +209,7 @@ def load_edl(scene, filename, reel_files, reel_offsets, global_offset):
other.frame_offset_end += (other.frame_final_end - new_end)
other.update()
- # Apply disolve
+ # Apply dissolve
if edit.transition_type == parse_edl.TRANSITION_DISSOLVE:
apply_dissolve_fcurve(final_strip, edit.transition_duration)