﻿<?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=%E5%88%A9%E7%94%A8%E8%80%85%3APhonybone%2FMultiFileOutputNode</id>
	<title>利用者:Phonybone/MultiFileOutputNode - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3APhonybone%2FMultiFileOutputNode"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/MultiFileOutputNode&amp;action=history"/>
	<updated>2026-08-01T02:31:52Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/MultiFileOutputNode&amp;diff=135171&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/MultiFileOutputNode&amp;diff=135171&amp;oldid=prev"/>
		<updated>2018-06-28T20:47:44Z</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日 (木) 20: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=%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/MultiFileOutputNode&amp;diff=135170&amp;oldid=prev</id>
		<title>wiki&gt;Klutz: minor corr.</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/MultiFileOutputNode&amp;diff=135170&amp;oldid=prev"/>
		<updated>2013-01-14T02:51:54Z</updated>

		<summary type="html">&lt;p&gt;minor corr.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Note|Node Documentation|This page should be part of the official 2.6 nodes documentation. As of this writing, however, the documentation is still in 2.4 state, so will keep the page here until this is ported.}}&lt;br /&gt;
&lt;br /&gt;
== Multi File Output Node ==&lt;br /&gt;
&lt;br /&gt;
This node writes any image data connected to its inputs to an image file. An arbitrary number of input slots can be created. Access to these input slots can be found in the sidebar ({{Shortcut/Keypress|n}}).&lt;br /&gt;
&lt;br /&gt;
New input sockets can be added with the {{Format/Literal|Add Input}} button. The detail settings for a particular input slot can be changed by selecting a slot from the list below. The selected socket can also be move up or down in the list with the arrow buttons and can be removed using the {{Format/Literal|X}} button.&lt;br /&gt;
&lt;br /&gt;
The node has an overall file format setting (also in the sidebar, {{Shortcut/Keypress|n}}). Depending on this file format, the node can output either individual image files for each of the input slots or one multilayer OpenEXR image file. Both types of output are explained in detail below.&lt;br /&gt;
&lt;br /&gt;
=== Single Layer Output Files ===&lt;br /&gt;
&lt;br /&gt;
Each input image is written to its own image file. Each input slot has a sub-path on top of the base bath, which can also include a file name.&lt;br /&gt;
&lt;br /&gt;
'''Example:'''&lt;br /&gt;
&lt;br /&gt;
Base path: '/home/user/myproject' with file format set to ''PNG''.&lt;br /&gt;
&lt;br /&gt;
* Input 1: ''Compo''&lt;br /&gt;
* Input 2: ''Diffuse/''&lt;br /&gt;
* Input 3: ''details/Normals''&lt;br /&gt;
&lt;br /&gt;
would create output files for each frame&lt;br /&gt;
&lt;br /&gt;
* in ''/home/user/myproject'': &lt;br /&gt;
:: ''Compo0001.png''&lt;br /&gt;
:: ''Compo0002.png''&lt;br /&gt;
:: ...&lt;br /&gt;
* in ''/home/user/myproject/Diffuse'':&lt;br /&gt;
:: ''0001.png'' (no filename base given)&lt;br /&gt;
:: ''0002.png''&lt;br /&gt;
:: ...&lt;br /&gt;
* in ''/home/user/myproject/details'':&lt;br /&gt;
:: ''Normals0001.png''&lt;br /&gt;
:: ''Normals0002.png''&lt;br /&gt;
:: ...&lt;br /&gt;
&lt;br /&gt;
By default, the {{Format/Literal|Use Render Format}} option is enabled, which automatically creates files with the node settings file format. By disabling this option a custom output format can be selected for each individual file slot.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:FileOutputNode1.png|frame|{{Literal|File Output}} node]]&lt;br /&gt;
| [[Image:FileOutputNode2.png|frame|Sidebar details view]]&lt;br /&gt;
| [[Image:FileOutputNode5.png|frame|Own format for selected slot]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Multi Layer OpenEXR File ===&lt;br /&gt;
&lt;br /&gt;
The node produces a single ''.exr'' file with one layer per each of the input slots. Each input slot has an associated name for the image layer (instead of the subfolder used for single layer files). The OpenEXR file location is given by the node base path.&lt;br /&gt;
&lt;br /&gt;
'''Example:'''&lt;br /&gt;
&lt;br /&gt;
Base path: '/home/user/myproject/MyFile'&lt;br /&gt;
&lt;br /&gt;
* Input 1: ''Beauty''&lt;br /&gt;
* Input 2: ''Test''&lt;br /&gt;
* Input 3: ''normals''&lt;br /&gt;
&lt;br /&gt;
would create output files for each frame in ''/home/user/myproject'':&lt;br /&gt;
:: ''MyFile0001.exr''&lt;br /&gt;
:: ''MyFile0002.exr''&lt;br /&gt;
:: ...&lt;br /&gt;
&lt;br /&gt;
Each of those files would in turn have the following layers:&lt;br /&gt;
&lt;br /&gt;
* ''Beauty.Beauty''&lt;br /&gt;
* ''Test.Test''&lt;br /&gt;
* ''normals.normals''&lt;br /&gt;
&lt;br /&gt;
{{Note|Blender Multilayer Naming Scheme|The current OpenEXR layer naming by the file output node is not ideal. It mimics the Render Layer + Render Pass concept found in standard render output of multilayer OpenEXR files by using the input name two times. The first part of the OpenEXR layer name is interpreted as the &amp;quot;Render Layer&amp;quot;, the second as &amp;quot;Render Pass&amp;quot;, even though these don't have any further meaning in the compositor.&lt;br /&gt;
When loading such a OpenEXR file in the compositor image input node each OpenEXR layer is displayed as a Render Layer with a single Render Pass of the same name. In the future it would be preferable to have subsections of input slots with a &amp;quot;Render Layer&amp;quot; name for each of them.}}&lt;br /&gt;
&lt;br /&gt;
The number and naming of channels created in each OpenEXR layer depends on the type of image plugged into the input slot:&lt;br /&gt;
* Image: .R, .G, .B, .A&lt;br /&gt;
* Vector: .X, .Y, .Z&lt;br /&gt;
* Value: .V&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:FileOutputNode3.png|frame|{{Literal|File Output}} node]]&lt;br /&gt;
| [[Image:FileOutputNode4.png|frame|Sidebar details view]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Klutz</name></author>
		
	</entry>
</feed>