|
|
|
@ -206,6 +206,8 @@ def main(pid, experience=False, makeloop=True,task_distributed_id="",isNoColorTe |
|
|
|
if pid == '': |
|
|
|
if pid == '': |
|
|
|
time.sleep(3) |
|
|
|
time.sleep(3) |
|
|
|
continue |
|
|
|
continue |
|
|
|
|
|
|
|
else: |
|
|
|
|
|
|
|
experience = False |
|
|
|
#判断影棚类型,如果是方形影棚,则推入到另外一个重建队列,使用新影棚的建模方式 |
|
|
|
#判断影棚类型,如果是方形影棚,则推入到另外一个重建队列,使用新影棚的建模方式 |
|
|
|
ps_type = get_ps_type(pid) |
|
|
|
ps_type = get_ps_type(pid) |
|
|
|
if ps_type == 2: |
|
|
|
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) |
|
|
|
r.rpush('ai:ai_repeat_for_align_info',pid) |
|
|
|
time.sleep(3) |
|
|
|
time.sleep(3) |
|
|
|
continue |
|
|
|
continue |
|
|
|
|
|
|
|
|
|
|
|
else: |
|
|
|
|
|
|
|
experience = False |
|
|
|
|
|
|
|
step1(pid, experience, makeloop,task_distributed_id,isNoColorTexture) |
|
|
|
step1(pid, experience, makeloop,task_distributed_id,isNoColorTexture) |
|
|
|
else: |
|
|
|
else: |
|
|
|
step1(pid, experience, makeloop,task_distributed_id,isNoColorTexture) |
|
|
|
step1(pid, experience, makeloop,task_distributed_id,isNoColorTexture) |
|
|
|
|