X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=blender%2Fio_mspgl%2Fexport_material.py;h=696622183153a5b0d244d0eda3ca64dafdb74159;hp=6abd78c2d05b8157a429405c02e8ad208a772448;hb=03d2f0d7f4673b5262f396fda430e766eec4549b;hpb=213339d3d269b9bce1edce9561b1ea3e6c2c97e9 diff --git a/blender/io_mspgl/export_material.py b/blender/io_mspgl/export_material.py index 6abd78c2..69662218 100644 --- a/blender/io_mspgl/export_material.py +++ b/blender/io_mspgl/export_material.py @@ -27,13 +27,9 @@ def create_technique_resource(material, resources): return tech_res class MaterialExporter: - def __init__(self): - self.inline_texture_data = False - def create_texture_exporter(self): from .export_texture import TextureExporter texture_export = TextureExporter() - texture_export.inline_data = self.inline_texture_data return texture_export def export_technique_resources(self, material, resources):