Sequencer: (small Durian wish)
* new operator: set rendersize (SEQUENCE_OT_rendersize) sets the render output size in the current scene to the size of the active sequence strip * works for movies and images right now * TODO: currently only works if image or movie strip has been loaded (as in showing the preview for example) - reason is that otherwise the size is not initialized in the strip
This commit is contained in:
@@ -245,12 +245,14 @@ class SEQUENCER_MT_strip(bpy.types.Menu):
|
||||
elif stype == 'IMAGE':
|
||||
layout.itemS()
|
||||
layout.itemO("sequencer.image_change")
|
||||
layout.itemO("sequencer.rendersize")
|
||||
elif stype == 'SCENE':
|
||||
layout.itemS()
|
||||
layout.itemO("sequencer.scene_change", text="Change Scene")
|
||||
elif stype == 'MOVIE':
|
||||
layout.itemS()
|
||||
layout.itemO("sequencer.movie_change")
|
||||
layout.itemO("sequencer.rendersize")
|
||||
|
||||
layout.itemS()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user