diff --git a/Start_Run.py b/Start_Run.py index fa515efa..225cd6a8 100644 --- a/Start_Run.py +++ b/Start_Run.py @@ -17,6 +17,7 @@ sys.path.insert(0, render_pipeline_file_path) icons_path = os.path.join(project_root, "icons") sys.path.insert(0, icons_path) + # 现在可以导入并运行主程序 if __name__ == "__main__": args = sys.argv[1:]