From 284033f1b6509c467065a908269e3b3647e9a57d Mon Sep 17 00:00:00 2001 From: Brendon Murphy <meta.androcto1@gmail.com> Date: Thu, 25 Aug 2011 10:24:07 +0000 Subject: [PATCH] updates to bl_info --- add_mesh_extra_objects/__init__.py | 4 ++-- object_add_chain.py | 4 ++-- space_view3d_spacebar_menu.py | 4 ++-- system_blend_info.py | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py index ad231d026..06fa7a84f 100644 --- a/add_mesh_extra_objects/__init__.py +++ b/add_mesh_extra_objects/__init__.py @@ -20,8 +20,8 @@ bl_info = { "name": "Extra Objects", "author": "Pontiac, Fourmadmen, varkenvarken, tuga3d, meta-androcto", "version": (0, 1), - "blender": (2, 5, 7), - "api": 35853, + "blender": (2, 5, 9), + "api": 39685, "location": "View3D > Add > Mesh > Extra Objects", "description": "Adds More Object Types.", "warning": "", diff --git a/object_add_chain.py b/object_add_chain.py index c257b2060..0c284bc44 100644 --- a/object_add_chain.py +++ b/object_add_chain.py @@ -20,8 +20,8 @@ bl_info = { "name": "Add Chain", "author": "Brian Hinton (Nichod)", "version": (0,1), - "blender": (2, 5, 7), - "api": 35622, + "blender": (2, 5, 9), + "api": 39685, "location": "View3D > Add > Mesh", "description": "Adds Chain with curve guide for easy creation", "warning": "", diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py index 4583e4228..10c00b506 100644 --- a/space_view3d_spacebar_menu.py +++ b/space_view3d_spacebar_menu.py @@ -22,8 +22,8 @@ bl_info = { "name": "Dynamic Spacebar Menu", "author": "JayDez, sim88, meta-androcto, sam", "version": (1, 7, 2), - "blender": (2, 5, 7), - "api": 35853, + "blender": (2, 5, 9), + "api": 39685, "location": "View3D > Spacebar Key", "description": "Context Sensitive Spacebar Menu", "warning": "", diff --git a/system_blend_info.py b/system_blend_info.py index ad96887c5..c07dda307 100644 --- a/system_blend_info.py +++ b/system_blend_info.py @@ -24,8 +24,8 @@ bl_info = { "name": "Scene Information", "author": "uselessdreamer", "version": (0,3), - "blender": (2, 5, 7), - "api": 35853, + "blender": (2, 5, 9), + "api": 39685, "location": "Properties > Scene > Blend Info Panel", "description": "Show information about the .blend", "warning": "", -- GitLab