X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=skaterift_blender%2Fsr_main.py;fp=skaterift_blender%2Fsr_main.py;h=e4ba4d99d69eb65e91fb36f4f453dccf20e887c9;hb=72c12c4df36ca69a84e3681a11945bab72db7eb0;hp=fb20636dc283bf8605da33368d5dcc86eec42c92;hpb=cc9f70bac2e1fad91457fd1eb67f8e81d7af6e05;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skaterift_blender/sr_main.py b/skaterift_blender/sr_main.py index fb20636..e4ba4d9 100644 --- a/skaterift_blender/sr_main.py +++ b/skaterift_blender/sr_main.py @@ -9,18 +9,6 @@ from gpu_extras.batch import batch_for_shader from bpy_extras import mesh_utils from bpy_extras import view3d_utils -bl_info = { - "name":"Skaterift .mdl exporter", - "author": "Harry Godden (hgn)", - "version": (0,2), - "blender":(3,1,0), - "location":"Export", - "description":"", - "warning":"", - "wiki_url":"", - "category":"Import/Export", -} - sr_entity_list = [ ('none', 'None', '', 0 ), ('ent_gate', 'Gate', '', 1 ),