Fixed a bug that stage7 does not work on other than windows
parent
f15502b822
commit
fae34f7ec6
|
|
@ -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=[]
|
||||
|
|
|
|||
Loading…
Reference in New Issue