mirror of
https://github.com/H-uru/korman.git
synced 2025-07-14 22:36:52 +00:00
Fix UnsupportedTextureError
This commit is contained in:
@ -64,4 +64,4 @@ class UndefinedPageError(ExportError):
|
|||||||
|
|
||||||
class UnsupportedTextureError(ExportError):
|
class UnsupportedTextureError(ExportError):
|
||||||
def __init__(self, texture, material):
|
def __init__(self, texture, material):
|
||||||
super(ExportError, self).__init__("Cannot export texture '{}' on material '{}' -- unsupported type '{}'".format(texture.name, texture.type, material.name))
|
super(ExportError, self).__init__("Cannot export texture '{}' on material '{}' -- unsupported type '{}'".format(texture.name, material.name, texture.type))
|
||||||
|
Reference in New Issue
Block a user