export xlsx
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user