Fixed a bug that stage7 does not work on other than windows

pull/48/head
s9roll7 2023-03-13 23:55:21 +09:00
parent f15502b822
commit fae34f7ec6
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ def create_movie_from_frames( dir, start, end, number_of_digits, fps, output_pat
def search_out_dirs(proj_dir, blend_rate):
### create out_dirs
p = re.compile(r'.*\\out\-([0-9]+)\\')
p = re.compile(r'.*[\\/]out\-([0-9]+)[\\/]')
number_of_digits = -1
out_dirs=[]