﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.6%2FPy%2FScripts%2FAdd_Mesh%2FPlanes_from_Images</id>
	<title>Extensions:2.6/Py/Scripts/Add Mesh/Planes from Images - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.6%2FPy%2FScripts%2FAdd_Mesh%2FPlanes_from_Images"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Add_Mesh/Planes_from_Images&amp;action=history"/>
	<updated>2026-06-02T12:39:32Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Add_Mesh/Planes_from_Images&amp;diff=96893&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Add_Mesh/Planes_from_Images&amp;diff=96893&amp;oldid=prev"/>
		<updated>2018-06-28T18:47:34Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 18:47時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Add_Mesh/Planes_from_Images&amp;diff=96892&amp;oldid=prev</id>
		<title>2012年5月29日 (火) 22:38にwiki&gt;Testscreeningsによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Add_Mesh/Planes_from_Images&amp;diff=96892&amp;oldid=prev"/>
		<updated>2012-05-29T22:38:43Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ScriptInfo&lt;br /&gt;
|name=Planes from Images&lt;br /&gt;
|tooltip=Imports images and creates planes with the appropiate aspect ratio&lt;br /&gt;
|menu=Group: Add Mesh&lt;br /&gt;
|version=1.0&lt;br /&gt;
|blender=2.5 Rev:#27981&lt;br /&gt;
|author=tstscr&lt;br /&gt;
|license=GPL&lt;br /&gt;
|link=&lt;br /&gt;
|exe=io_import_images_as_planes.py&lt;br /&gt;
|modules=&lt;br /&gt;
|data=&lt;br /&gt;
|deps=&lt;br /&gt;
|download=https://svn.blender.org/svnroot/bf-extensions/trunk/py/scripts/addons/io_import_images_as_planes.py&lt;br /&gt;
|bugtracker=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;tableNormal&amp;quot;&amp;gt;&lt;br /&gt;
This script imports images and creates planes with them as textures.&lt;br /&gt;
At the moment the naming for objects, materials, textures and meshes&lt;br /&gt;
is derived from the image name.&lt;br /&gt;
&lt;br /&gt;
One can either import a single image, or all images in one directory.&lt;br /&gt;
When importing a directory one can either check the check-box or leave&lt;br /&gt;
the filename empty.&lt;br /&gt;
&lt;br /&gt;
As a bonus one can choose to import images of only one type.&lt;br /&gt;
Atm this is the list of possible extensions:&lt;br /&gt;
extList =&lt;br /&gt;
    ('jpeg', 'jpg', 'png', 'tga', 'tiff', 'tif', 'exr',&lt;br /&gt;
    'hdr', 'avi', 'mov', 'mp4', 'ogg', 'bmp', 'cin', 'dpx', 'psd')&lt;br /&gt;
&lt;br /&gt;
If someone knows a better way of telling if a file is an image which&lt;br /&gt;
Blender can read, please tell so ;)&lt;br /&gt;
&lt;br /&gt;
when importing images that are already referenced they are not&lt;br /&gt;
re-imported but the old ones reused as not to clutter the materials,&lt;br /&gt;
textures and image lists.&lt;br /&gt;
Instead the plane gets linked against an existing material.&lt;br /&gt;
&lt;br /&gt;
If one re-imports images but chooses different material/texture mappings,&lt;br /&gt;
new materials are created.&lt;br /&gt;
&lt;br /&gt;
Has an option to translate pixel dimensions into Blender units.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;tableNormal&amp;quot;&amp;gt;&lt;br /&gt;
This script gets called through the File-&amp;gt;Import Menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Manual-scripts-imagetoplanesoptions.jpg |right|thumb|250px|]]&lt;br /&gt;
Options:&lt;br /&gt;
&lt;br /&gt;
* All in directory: Import all images in the directory (this is used automatically if the filename is not set)&lt;br /&gt;
* Extension: Filter image files with this extension&lt;br /&gt;
&lt;br /&gt;
Material options&lt;br /&gt;
&lt;br /&gt;
Blender Render&lt;br /&gt;
* Shadeless: The material is set to shadeless&lt;br /&gt;
* Use Alpha: The alpha channel of the image is used for transparency&lt;br /&gt;
* Premultiply: Premultiply the image&lt;br /&gt;
* transMethod: Sets the Method used for transparency rendering&lt;br /&gt;
&lt;br /&gt;
Cycles Render&lt;br /&gt;
* Four different node trees (Diffuse, Emission, (Transparency for both))&lt;br /&gt;
* Option to overwrite existing node trees based on the image(material) name&lt;br /&gt;
&lt;br /&gt;
Dimensions options:&lt;br /&gt;
&lt;br /&gt;
* use Image dimensions: use pixel count to determine the planes size in Blender-units&lt;br /&gt;
* pixels/BU: sets the mapping of pixels to Blender-units&lt;br /&gt;
&lt;br /&gt;
Hint:&lt;br /&gt;
&lt;br /&gt;
* For materials that receive shadows that are cast from Planes generated this way, the option Shadow -&amp;gt; Receive transparent should be set.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
* This script is in Blender 2.5 Add-Ons menu.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
* see svn:&lt;br /&gt;
https://projects.blender.org/tracker/index.php?func=detail&amp;amp;aid=21751&lt;/div&gt;</summary>
		<author><name>wiki&gt;Testscreenings</name></author>
		
	</entry>
</feed>