Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-10-16 07:34:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-16 07:52:43 +0300
commita1f229202345c5e705f3035e2ff418bc3a9fe669 (patch)
tree9ca513a528ca930eb7fc5fed98a93f5d85057fca /io_import_images_as_planes.py
parent720fe5878de21a46e205c4693ee1410b24967887 (diff)
update bl_info
Correct version number and use doc_url.
Diffstat (limited to 'io_import_images_as_planes.py')
-rw-r--r--io_import_images_as_planes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index 41d0c3f6..e5b2eae2 100644
--- a/io_import_images_as_planes.py
+++ b/io_import_images_as_planes.py
@@ -22,7 +22,7 @@ bl_info = {
"name": "Import Images as Planes",
"author": "Florian Meyer (tstscr), mont29, matali, Ted Schundler (SpkyElctrc)",
"version": (3, 3, 2),
- "blender": (2, 91, 5),
+ "blender": (2, 91, 0),
"location": "File > Import > Images as Planes or Add > Mesh > Images as Planes",
"description": "Imports images and creates planes with the appropriate aspect ratio. "
"The images are mapped to the planes.",