removed usage of HOST_WORKFILE_EXTENSIONS in nuke

This commit is contained in:
Jakub Trllo 2022-08-24 15:01:49 +02:00
parent 2b9d3bded2
commit 9b4654a1c8

View file

@ -2,11 +2,9 @@
import os
import nuke
from openpype.pipeline import HOST_WORKFILE_EXTENSIONS
def file_extensions():
return HOST_WORKFILE_EXTENSIONS["nuke"]
return [".nk"]
def has_unsaved_changes():