]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mspgl/__init__.py
Allow flagging meshes for winding test in Blender
[libs/gl.git] / blender / io_mspgl / __init__.py
index 2c9d8f721a6bb7cec65d04a9159933ffadc5ff64..c13345fafa224bdc69b1b7987ee59778f395d8ae 100644 (file)
@@ -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__)