Updated Blender Version to 2.57 and api version

This commit is contained in:
Jonathan Smith
2011-03-19 13:20:33 +00:00
parent 5a9461436c
commit 89f54a30a3
59 changed files with 126 additions and 116 deletions

View File

@ -20,8 +20,8 @@ bl_info = {
"name": "Export Pointcache (.pc2)",
"author": "Florian Meyer (tstscr)",
"version": (1, 0),
"blender": (2, 5, 4),
"api": 33047,
"blender": (2, 5, 7),
"api": 35622,
"location": "File > Export",
"description": "Export Mesh Pointcache to .pc2",
"warning": "",
@ -200,4 +200,4 @@ def unregister():
#bpy.types.VIEW3D_PT_tools_objectmode.remove(menu_func)
if __name__ == "__main__":
register()
register()