Import images: add file handler #105274

Merged
Damien Picard merged 2 commits from pioverfour/blender-addons:dp_image_as_plane_file_handler into main 2024-04-10 10:13:45 +02:00
Showing only changes of commit 7707abb79a - Show all commits

View File

@ -5,8 +5,8 @@
bl_info = {
"name": "Import Images as Planes",
"author": "Florian Meyer (tstscr), mont29, matali, Ted Schundler (SpkyElctrc), mrbimax",
"version": (3, 5, 1),
"blender": (4, 0, 0),
"version": (3, 6, 0),
"blender": (4, 2, 0),
"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.",