class TextureExporter(ExporterBase):
def validate(self):
return my_dcc.has_texture(self.options.get('texture'))
def export(self):
my_dcc_method.export(self.options.get('texture'))
class TextureExporter(ExporterBase):
def validate(self):
return my_dcc.has_texture(self.options.get('texture'))
def export(self):
my_dcc_method.export(self.options.get('texture'))