mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
export anyway
This commit is contained in:
parent
31fa1a1200
commit
8b5722c0a2
1 changed files with 2 additions and 4 deletions
|
|
@ -36,10 +36,8 @@ def save_file(filepath):
|
|||
response = project.SetName(fname)
|
||||
log.info("Project renamed: {}".format(response))
|
||||
|
||||
if response:
|
||||
# only export if project was saved or renamed
|
||||
exported = pm.ExportProject(fname, filepath)
|
||||
log.info("Project exported: {}".format(exported))
|
||||
exported = pm.ExportProject(fname, filepath)
|
||||
log.info("Project exported: {}".format(exported))
|
||||
|
||||
|
||||
def open_file(filepath):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue