Skip to content
Snippets Groups Projects
Commit 45fd22fe authored by Brendon Murphy's avatar Brendon Murphy
Browse files

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.
parent ad8be3ff
Branches
Tags
No related merge requests found
......@@ -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 *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment