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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-11-20 19:56:55 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-11-20 19:59:45 +0300
commitbd6178fa6fe6b65c009ca8b8117fdb9fd3bc61b8 (patch)
tree1f846d7af45a9d7e9a9953bc778741ec127abe1b /io_import_images_as_planes.py
parent07b8375e76a038a449bff65eb6c27edb7d892c28 (diff)
Import Images as Planes: raise version number.
Please do that *every time* you make any change but most basic cleanup ones!
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 e6d37d7b..2b57c676 100644
--- a/io_import_images_as_planes.py
+++ b/io_import_images_as_planes.py
@@ -21,7 +21,7 @@
bl_info = {
"name": "Import Images as Planes",
"author": "Florian Meyer (tstscr), mont29, matali, Ted Schundler (SpkyElctrc)",
- "version": (3, 2, 0),
+ "version": (3, 2, 1),
"blender": (2, 80, 0),
"location": "File > Import > Images as Planes or Add > Mesh > Images as Planes",
"description": "Imports images and creates planes with the appropriate aspect ratio. "