Removed some unused code

This commit is contained in:
2016-07-26 16:02:15 +02:00
parent 4ce8db88c6
commit b9caecfce9
2 changed files with 1 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ from pillarsdk.utils import sanitize_filename
from . import cache
SUBCLIENT_ID = 'PILLAR'
TEXTURE_NODE_TYPES = {'texture', 'hdri', 'HDRI_FILE'}
TEXTURE_NODE_TYPES = {'texture', 'hdri'}
RFC1123_DATE_FORMAT = '%a, %d %b %Y %H:%M:%S GMT'