diff --git a/new_studio_to_reg/tools_to_xmps.py b/new_studio_to_reg/tools_to_xmps.py index 465e41d..3df72e7 100644 --- a/new_studio_to_reg/tools_to_xmps.py +++ b/new_studio_to_reg/tools_to_xmps.py @@ -5,6 +5,8 @@ if platform.system() == 'Windows': sys.path.append('e:\\libs\\') else: sys.path.append('/data/deploy/make3d/make2/libs/') + +import config, libs #检测是否存在 rate_xmps 文件,如果没有则要创建该影棚对应的rate_xmps文件 def check_rate_xmps(pid):