attr set for single file
parent
83268e9ec7
commit
dbc92922b5
|
@ -299,8 +299,9 @@ def render_scene(output, attributes=None):
|
||||||
(scn.render, "filepath", output),
|
(scn.render, "filepath", output),
|
||||||
]
|
]
|
||||||
|
|
||||||
print(f'Render Strip to {scn.render.filepath}')
|
|
||||||
Path(output).parent.mkdir(exist_ok=True, parents=True)
|
Path(output).parent.mkdir(exist_ok=True, parents=True)
|
||||||
|
with attr_set(attributes):
|
||||||
|
print(f'Render Strip to {scn.render.filepath}')
|
||||||
bpy.ops.render.opengl(animation=True, sequencer=True)
|
bpy.ops.render.opengl(animation=True, sequencer=True)
|
||||||
|
|
||||||
def render_strip(strip, output, attributes=None):
|
def render_strip(strip, output, attributes=None):
|
||||||
|
|
Loading…
Reference in New Issue