[Bf-extensions-cvs] [bd6178fa] blender2.8: Import Images as Planes: raise version number.

Bastien Montagne noreply at git.blender.org
Tue Nov 20 18:00:38 CET 2018


Commit: bd6178fa6fe6b65c009ca8b8117fdb9fd3bc61b8
Author: Bastien Montagne
Date:   Tue Nov 20 17:56:55 2018 +0100
Branches: blender2.8
https://developer.blender.org/rBAbd6178fa6fe6b65c009ca8b8117fdb9fd3bc61b8

Import Images as Planes: raise version number.

Please do that *every time* you make any change but most basic cleanup ones!

===================================================================

M	io_import_images_as_planes.py

===================================================================

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. "



More information about the Bf-extensions-cvs mailing list