Hi, I just tried installing the plugin. Which blender version is supported? I tried the current (2.57) and after adding the new bl_info stuff I could start the script but got script errors:
[code] Error initializing quicktime found bundled python: C:\PROGRA~1\BLENDE~1\Blender\2.57\python uiItemFullO: unknown operator 'export.osg' C:\Users\martin\AppData\Roaming\Blender Foundation\Blender\2.57\scripts\addons\o sgExport.py:98 Traceback (most recent call last): File "C:\Users\martin\AppData\Roaming\Blender Foundation\Blender\2.57\scripts\ modules\bpy_types.py", line 689, in draw_ls func(self, context) File "C:\Users\martin\AppData\Roaming\Blender Foundation\Blender\2.57\scripts\ addons\osgExport.py", line 98, in menu_func self.layout.operator(ExportOsg.bl_idname, text="OpenScenegraph (.osg)...").f ilepath = default_path AttributeError: 'NoneType' object has no attribute 'filepath' uiItemFullO: unknown operator 'export.osg' C:\Users\martin\AppData\Roaming\Blender Foundation\Blender\2.57\scripts\addons\o sgExport.py:98 Traceback (most recent call last): File "C:\Users\martin\AppData\Roaming\Blender Foundation\Blender\2.57\scripts\ modules\bpy_types.py", line 689, in draw_ls func(self, context) File "C:\Users\martin\AppData\Roaming\Blender Foundation\Blender\2.57\scripts\ addons\osgExport.py", line 98, in menu_func self.layout.operator(ExportOsg.bl_idname, text="OpenScenegraph (.osg)...").f ilepath = default_path AttributeError: 'NoneType' object has no attribute 'filepath' [/code] Thank you! Cheers, Martin ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=38890#38890 _______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org