Skip to content
Snippets Groups Projects
Commit ec355ba3 authored by Campbell Barton's avatar Campbell Barton
Browse files

minor fixes

parent 69a384d3
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ bl_addon_info = {
'name': 'I/O: Raw mesh',
'author': 'Anthony D,Agostino (Scorpius), Aurel Wildfellner',
'version': '0.2',
'blender': '2.5.3',
'blender': (2, 5, 3),
'location': 'File > Import/Export > Raw faces ',
'description': 'Import Raw Faces (.raw format)',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
......
......@@ -811,6 +811,7 @@ def unregister():
bpy.types.unregister(GPENCIL_OT_SURFSK_add_surface)
bpy.types.unregister(GPENCIL_OT_SURFSK_strokes_to_curves)
bpy.types.unregister(VIEW3D_PT_tools_SURF_SKETCH)
km = bpy.data.window_managers[0].active_keyconfig.keymaps["3D View"]
for kmi in km.items:
if kmi.idname == 'wm.call_menu':
if kmi.properties.name == "GPENCIL_OT_SURFSK_add_surface":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment