mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
adding and loading maya mel workspace through openpype project setting
This commit is contained in:
parent
109abb5898
commit
69d2cf20f5
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue