X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=blender%2Fio_mspgl%2F__init__.py;h=c13345fafa224bdc69b1b7987ee59778f395d8ae;hp=2c9d8f721a6bb7cec65d04a9159933ffadc5ff64;hb=bc2fe1bd3e167fd8eed05f9ffeda3c255f445f70;hpb=fbd600202a0d935381132f24c8dafa7b6093b596 diff --git a/blender/io_mspgl/__init__.py b/blender/io_mspgl/__init__.py index 2c9d8f72..c13345fa 100644 --- a/blender/io_mspgl/__init__.py +++ b/blender/io_mspgl/__init__.py @@ -171,7 +171,7 @@ def menu_func_export(self, context): self.layout.operator(ExportMspGLArmature.bl_idname, text="Msp GL armature") self.layout.operator(ExportMspGLScene.bl_idname, text="Msp GL scene") -from .properties import MspGLProperties +from .properties import MspGLMeshProperties, MspGLObjectProperties def register(): bpy.utils.register_module(__name__)