﻿<?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%2FObject%2FAnimated_Render_Baker</id>
	<title>Extensions:2.6/Py/Scripts/Object/Animated Render Baker - 版の履歴</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%2FObject%2FAnimated_Render_Baker"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Object/Animated_Render_Baker&amp;action=history"/>
	<updated>2026-04-24T07:17:11Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Object/Animated_Render_Baker&amp;diff=101159&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/Object/Animated_Render_Baker&amp;diff=101159&amp;oldid=prev"/>
		<updated>2018-06-28T19:40:01Z</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日 (木) 19:40時点における版&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/Object/Animated_Render_Baker&amp;diff=101158&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones: moved Extensions:2.5/Py/Scripts/Object/Animated Render Baker to Extensions:2.6/Py/Scripts/Object/Animated Render Baker</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Object/Animated_Render_Baker&amp;diff=101158&amp;oldid=prev"/>
		<updated>2011-12-15T02:29:39Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/Extensions:2.5/Py/Scripts/Object/Animated_Render_Baker&quot; class=&quot;mw-redirect&quot; title=&quot;Extensions:2.5/Py/Scripts/Object/Animated Render Baker&quot;&gt;Extensions:2.5/Py/Scripts/Object/Animated Render Baker&lt;/a&gt; to &lt;a href=&quot;/Extensions:2.6/Py/Scripts/Object/Animated_Render_Baker&quot; title=&quot;Extensions:2.6/Py/Scripts/Object/Animated Render Baker&quot;&gt;Extensions:2.6/Py/Scripts/Object/Animated Render Baker&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ScriptInfo&lt;br /&gt;
|name= Animated Render Baker&lt;br /&gt;
|tooltip= Renderbakes a series of frames&lt;br /&gt;
|menu= Render Properties &amp;gt; Bake&lt;br /&gt;
|usage=&lt;br /&gt;
|version= 1.0&lt;br /&gt;
|author= Janne Karhu (jahka)&lt;br /&gt;
|blender= 2.55&lt;br /&gt;
|license= GPL&lt;br /&gt;
|note= &lt;br /&gt;
|exe= object_animrenderbake.py&lt;br /&gt;
|download=https://svn.blender.org/svnroot/bf-extensions/trunk/py/scripts/addons/object_animrenderbake.py&lt;br /&gt;
|modules=&lt;br /&gt;
|deps=&lt;br /&gt;
|data=&lt;br /&gt;
|bugtracker= https://projects.blender.org/tracker/index.php?func=detail&amp;amp;aid=24836&lt;br /&gt;
|warning= &lt;br /&gt;
|link= &lt;br /&gt;
|releaselog=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
Executes a bake for each frame of a defined frame range and saves the result in a frame specific name, for example image0001.png.&lt;br /&gt;
&lt;br /&gt;
= Setup =&lt;br /&gt;
# Copy the script to the Blender addons folder.&lt;br /&gt;
# Activate the addon, and see the new options in Render-&amp;gt;Bake panel.&lt;br /&gt;
&lt;br /&gt;
= Manual =&lt;br /&gt;
[[File:Scripts-object-animated-render-baker-panel.png|right]]&lt;br /&gt;
The workflow is very simple:&lt;br /&gt;
# Prepare the object so that it's ready for a normal single frame baking (unwrap and assign an image to the uv-layer, set wanted baking settings).&lt;br /&gt;
# Save the image you just assigned with a &amp;quot;template name&amp;quot;, for example &amp;quot;image.png&amp;quot;. This filename and path will be used as a template for the animated bake results, i.e. &amp;quot;image0001.png&amp;quot;, &amp;quot;image0002.png&amp;quot; and so on.&lt;br /&gt;
# Set the desire frame range in the bake panel.&lt;br /&gt;
# Start &amp;quot;Animated Bake&amp;quot; and follow progress in the console.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones</name></author>
		
	</entry>
</feed>