adding and loading maya mel workspace through openpype project setting

This commit is contained in:
Kayla Man 2022-09-05 19:42:10 +08:00
parent 109abb5898
commit 69d2cf20f5

View file

@ -3,6 +3,7 @@ import shutil
from openpype.settings import get_current_project_settings
def load_workspace_mel(workdir):
dst_filepath = os.path.join(workdir, "workspace.mel")
if os.path.exists(dst_filepath):