mirror of
https://github.com/blender/blender-addons.git
synced 2025-07-25 16:05:20 +00:00
Updated Blender Version to 2.57 and api version
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user