Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oormicreations committed May 29, 2020
1 parent 3dcea39 commit d88a35b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion VSEIndic.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ def createindictext(tool, update, imp):
seq.transform.offset_y = (bpy.context.scene.render.resolution_y)/2 - (image.height/2)

#set current frame to position next image
bpy.context.scene.frame_current = bpy.context.scene.frame_current+tool.in_dur
if not update:
bpy.context.scene.frame_current = bpy.context.scene.frame_current+tool.in_dur


return fname
Expand Down

0 comments on commit d88a35b

Please sign in to comment.