fix of converter when using relighted faces in dst
This commit is contained in:
@@ -246,6 +246,9 @@ class DFLJPG(object):
|
||||
|
||||
def remove_fanseg_mask(self):
|
||||
self.dfl_dict['fanseg_mask'] = None
|
||||
|
||||
def remove_source_filename(self):
|
||||
self.dfl_dict['source_filename'] = None
|
||||
|
||||
def dump(self):
|
||||
data = b""
|
||||
|
||||
@@ -364,6 +364,9 @@ class DFLPNG(object):
|
||||
|
||||
def remove_fanseg_mask(self):
|
||||
self.dfl_dict['fanseg_mask'] = None
|
||||
|
||||
def remove_source_filename(self):
|
||||
self.dfl_dict['source_filename'] = None
|
||||
|
||||
def dump(self):
|
||||
data = PNG_HEADER
|
||||
|
||||
Reference in New Issue
Block a user