removed usage of HOST_WORKFILE_EXTENSIONS

This commit is contained in:
Jakub Trllo 2022-08-25 16:02:58 +02:00
parent 4c82914426
commit a2ea726be1

View file

@ -2,11 +2,10 @@
import os
import hou
from openpype.pipeline import HOST_WORKFILE_EXTENSIONS
def file_extensions():
return HOST_WORKFILE_EXTENSIONS["houdini"]
return [".hip", ".hiplc", ".hipnc"]
def has_unsaved_changes():