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