Skip to content

Commit

Permalink
Improve compatibility with newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoomTen committed Jan 4, 2022
1 parent ffe5036 commit 527f3d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Cinebars",
"description": "Add fake-letterboxing without changing the resolution of your video.",
"author": "ZoomTen",
"version": (0, 0, 3),
"version": (0, 0, 4),
"blender": (2, 80, 0),
"wiki_url": "https://github.com/ZoomTen/blender-vse-cinebars",
"tracker_url": "https://github.com/ZoomTen/blender-vse-cinebars/issues",
Expand Down Expand Up @@ -75,7 +75,6 @@ def main(context):
bar.translate_start_x= 50 - (bar.scale_start_x*50)
bar.blend_type='ALPHA_OVER'
bpy.ops.sequencer.duplicate_move(
SEQUENCER_OT_duplicate={"mode":'TRANSLATION'},
TRANSFORM_OT_seq_slide={"value":(2,1)}
)
otherbar = context.scene.sequence_editor.active_strip
Expand Down

0 comments on commit 527f3d0

Please sign in to comment.