export xlsx

This commit is contained in:
Christophe SEUX
2023-04-22 15:42:38 +02:00
parent 02785f9ec0
commit d0230672f4
7 changed files with 184 additions and 46 deletions
+9
View File
@@ -9,6 +9,7 @@ from bpy.app.handlers import persistent
from vse_toolbox.bl_utils import get_scene_settings, get_strip_settings
from vse_toolbox.constants import SOUND_SUFFIXES
import multiprocessing
def new_text_strip(name='Text', channel=0, start=0, end=50, text='Text', font_size=48,
@@ -136,6 +137,14 @@ def render_strips(strips, template):
scene_end = scn.frame_end
render_path = scn.render.filepath
# pool = multiprocessing.Pool(4)
# p.map(func, range(1, 100))
# def render_strip_background(index):
# cmd = [bpy.app.binary_path, etc]
# process = subprocess.Popen(substr + " --index {}".format(index), shell=True, stdout=subprocess.PIPE)
for strip in strips:
#print(render_template, strip.name, path)