mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
removed usage of HOST_WORKFILE_EXTENSIONS
This commit is contained in:
parent
67fd21edae
commit
3ea7510693
1 changed files with 1 additions and 3 deletions
|
|
@ -2,13 +2,11 @@
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from openpype.pipeline import HOST_WORKFILE_EXTENSIONS
|
|
||||||
|
|
||||||
from .pipeline import get_current_comp
|
from .pipeline import get_current_comp
|
||||||
|
|
||||||
|
|
||||||
def file_extensions():
|
def file_extensions():
|
||||||
return HOST_WORKFILE_EXTENSIONS["fusion"]
|
return [".comp"]
|
||||||
|
|
||||||
|
|
||||||
def has_unsaved_changes():
|
def has_unsaved_changes():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue