From 45fd22fe17f78f2d6afdce18091df34e8d1de52d Mon Sep 17 00:00:00 2001 From: Brendon Murphy <meta.androcto1@gmail.com> Date: Sat, 17 Apr 2010 14:55:24 +0000 Subject: [PATCH] rename planes from images to object_planes_from_images.py now in the Object category. *note this cleans Add_Mesh so only add_mesh scripts are in that category. part of add mesh clean up for adding recall function. --- ...mesh_planes_from_images.py => object_planes_from_images.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename add_mesh_planes_from_images.py => object_planes_from_images.py (99%) diff --git a/add_mesh_planes_from_images.py b/object_planes_from_images.py similarity index 99% rename from add_mesh_planes_from_images.py rename to object_planes_from_images.py index cd67eabda..c7803325d 100644 --- a/add_mesh_planes_from_images.py +++ b/object_planes_from_images.py @@ -48,7 +48,7 @@ It also has an option to translate pixeldimensions into Blenderunits. """ bl_addon_info = { - 'name': 'Add Mesh: Planes from Images', + 'name': 'Object: Planes from Images', 'author': 'Florian Meyer (testscreenings)', 'version': '0.7', 'blender': (2, 5, 2), @@ -57,7 +57,7 @@ bl_addon_info = { 'Scripts/Add_Mesh/Planes_from_Images', 'description': 'Imports images and creates planes' \ ' with the appropiate aspect ratio.', - 'category': 'Add Mesh'} + 'category': 'Object'} import bpy from bpy.props import * -- GitLab