diff --git a/main_step1.py b/main_step1.py index af522f9..f9d848c 100644 --- a/main_step1.py +++ b/main_step1.py @@ -206,6 +206,8 @@ def main(pid, experience=False, makeloop=True,task_distributed_id="",isNoColorTe if pid == '': time.sleep(3) continue + else: + experience = False #判断影棚类型,如果是方形影棚,则推入到另外一个重建队列,使用新影棚的建模方式 ps_type = get_ps_type(pid) if ps_type == 2: @@ -214,9 +216,7 @@ def main(pid, experience=False, makeloop=True,task_distributed_id="",isNoColorTe r.rpush('ai:ai_repeat_for_align_info',pid) time.sleep(3) continue - - else: - experience = False + step1(pid, experience, makeloop,task_distributed_id,isNoColorTexture) else: step1(pid, experience, makeloop,task_distributed_id,isNoColorTexture)