rewrite import_shots and cleanup
This commit is contained in:
@@ -134,7 +134,7 @@ class VSETB_OT_render(Operator):
|
||||
if project.render_sequence:
|
||||
print('Render Sequences...')
|
||||
for strip in get_strips(channel='Sequences', selected_only=project.render_selected_only):
|
||||
print(strip.name)
|
||||
#print(strip.name)
|
||||
strip_settings = strip.vsetb_strip_settings
|
||||
strip_data = {**format_data, **strip_settings.format_data}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user