mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed usage of HOST_WORKFILE_EXTENSIONS
This commit is contained in:
parent
8839adaf89
commit
2687bbe202
1 changed files with 1 additions and 2 deletions
|
|
@ -2,13 +2,12 @@ import os
|
|||
import hiero
|
||||
|
||||
from openpype.api import Logger
|
||||
from openpype.pipeline import HOST_WORKFILE_EXTENSIONS
|
||||
|
||||
log = Logger.get_logger(__name__)
|
||||
|
||||
|
||||
def file_extensions():
|
||||
return HOST_WORKFILE_EXTENSIONS["hiero"]
|
||||
return [".hrox"]
|
||||
|
||||
|
||||
def has_unsaved_changes():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue