adding and loading maya mel workspace through openpype project setting

This commit is contained in:
Kayla Man 2022-09-07 21:19:15 +08:00
parent d4eeabad7e
commit a6d7df1423

View file

@ -2,6 +2,7 @@ import os
from openpype.settings import get_project_settings
from openpype.api import Logger
def create_workspace_mel(workdir, project_name):
dst_filepath = os.path.join(workdir, "workspace.mel")
if os.path.exists(dst_filepath):