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] 07b8375e76
This commit is contained in:
Jesse Yurkovich 2022-10-09 00:19:10 -07:00
parent f3975a3bad
commit c61b075849
Notes: blender-bot 2023-02-14 18:13:53 +01:00
Referenced by issue #101706, Images as planes doesn't work
1 changed files with 1 additions and 1 deletions

View File

@ -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": "",