moved host workfile extensions

This commit is contained in:
Jakub Trllo 2022-03-18 16:08:15 +01:00
parent 89bdf2965c
commit e323429ab4
13 changed files with 49 additions and 23 deletions

View file

@ -1,11 +1,12 @@
"""Host API required Work Files tool"""
import os
import nuke
import avalon.api
from openpype.pipeline import HOST_WORKFILE_EXTENSIONS
def file_extensions():
return avalon.api.HOST_WORKFILE_EXTENSIONS["nuke"]
return HOST_WORKFILE_EXTENSIONS["nuke"]
def has_unsaved_changes():