[Bf-extensions-cvs] [c61b0758] master: Fix T101706: Specify the correct UI location for Images as Planes addon

Jesse Yurkovich noreply at git.blender.org
Sun Oct 9 09:38:13 CEST 2022


Commit: c61b0758497d8d67bd600d14314d4ce28ae060ed
Author: Jesse Yurkovich
Date:   Sun Oct 9 00:19:10 2022 -0700
Branches: master
https://developer.blender.org/rBAc61b0758497d8d67bd600d14314d4ce28ae060ed

Fix T101706: Specify the correct UI location for Images as Planes addon

As part of a change years ago[1], the addon location was moved from the
`Add->Mesh` menu to the `Add->Image` menu but the "location" field was
never updated.  The manual is already correct.

[1] 07b8375e76a038a449bff65eb6c27edb7d892c28

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

M	io_import_images_as_planes.py

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

diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index ef63ec52..ec4e3230 100644
--- a/io_import_images_as_planes.py
+++ b/io_import_images_as_planes.py
@@ -5,7 +5,7 @@ bl_info = {
     "author": "Florian Meyer (tstscr), mont29, matali, Ted Schundler (SpkyElctrc), mrbimax",
     "version": (3, 5, 0),
     "blender": (2, 91, 0),
-    "location": "File > Import > Images as Planes or Add > Mesh > Images as Planes",
+    "location": "File > Import > Images as Planes or Add > Image > Images as Planes",
     "description": "Imports images and creates planes with the appropriate aspect ratio. "
                    "The images are mapped to the planes.",
     "warning": "",



More information about the Bf-extensions-cvs mailing list