import my_dcc
class TextureExporter(ExporterBase):
def validate(self):
return my_dcc.has_texture(my_texture)
def export(self):
my_dcc_method.export(my_texture)
import my_dcc
class TextureExporter(ExporterBase):
def validate(self):
return my_dcc.has_texture(my_texture)
def export(self):
my_dcc_method.export(my_texture)