﻿<?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=Dev%3ARef%2FRelease_Notes%2F2.71%2FCycles</id>
	<title>Dev:Ref/Release Notes/2.71/Cycles - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ARef%2FRelease_Notes%2F2.71%2FCycles"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.71/Cycles&amp;action=history"/>
	<updated>2026-07-26T20:30:44Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.71/Cycles&amp;diff=146277&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.71/Cycles&amp;diff=146277&amp;oldid=prev"/>
		<updated>2018-06-28T21:07:27Z</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日 (木) 21:07時点における版&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=Dev:Ref/Release_Notes/2.71/Cycles&amp;diff=146276&amp;oldid=prev</id>
		<title>wiki&gt;Dfelinto: /* Baking API */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.71/Cycles&amp;diff=146276&amp;oldid=prev"/>
		<updated>2014-06-13T17:12:14Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Baking API&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Blender 2.71: Cycles =&lt;br /&gt;
&lt;br /&gt;
== Deformation Motion Blur ==&lt;br /&gt;
&lt;br /&gt;
Deforming meshes, such as animated characters including hair, can now be motion blurred. This is enabled by default on all objects in existing and new files that already have motion blur enabled. Deformation motion blur can be disabled on a per object basis, and the accuracy can be improved by using more motion blur time steps, in case two samples are not sufficient.&lt;br /&gt;
&lt;br /&gt;
[[File:Blender-2.71-cycles-motion-blur.png|300px|right]]&lt;br /&gt;
&lt;br /&gt;
* The actual number of steps is 2^(steps - 1). This avoids having to sample at many different times for object with more/fewer steps, now the times overlap. So be careful not to set this value too high, it gives significant increases in memory usage.&lt;br /&gt;
* The motion steps only affect deformation motion blur, not object transformation motion blur.&lt;br /&gt;
* Object transformation and camera motion blur were slightly changed as well. Rather than taking time samples at the previous and next frame, it will now take samples at the current frame +/- shutter time. This will give different render results though usually looks nearly same.&lt;br /&gt;
* Deformation motion blur is enabled by default, but if the object is not deforming, this will be detected at export time, so raytracing performance or memory usage will not be affected.&lt;br /&gt;
&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Fire and Smoke Rendering ==&lt;br /&gt;
[[File:Blender-2.71-cycles-smoke.png|300px|right]]&lt;br /&gt;
&lt;br /&gt;
Initial support for rendering fire and smoke is now available. Smoke domain meshes now have &amp;quot;density&amp;quot;, &amp;quot;flame&amp;quot; and &amp;quot;color&amp;quot; attributes that are accessible through the Attribute node (in a future release we will make this more convenient with a builtin smoke/fire node).&lt;br /&gt;
&lt;br /&gt;
Example [[File:Cycles_simple_smoke_fire.blend]]&lt;br /&gt;
&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Baking API ==&lt;br /&gt;
&lt;br /&gt;
[[File:Blender-2.71-cycles-bake.png|frame|right|300px|Koro combined map -model from Caminandes project]]&lt;br /&gt;
&lt;br /&gt;
Baking is now supported for Cycles. The tool mimics most of the [[Doc:2.6/Manual/Render/Bake|Blender internal baking functionality]], but adapted to Cycles workflow.&lt;br /&gt;
&lt;br /&gt;
The supported features are:&lt;br /&gt;
&lt;br /&gt;
* Highpoly objects to low poly object&lt;br /&gt;
* Cage Extrusion&lt;br /&gt;
* Cage Object&lt;br /&gt;
* Normal swizzle&lt;br /&gt;
* Normal space&lt;br /&gt;
&lt;br /&gt;
Some of the supported passes:&lt;br /&gt;
&lt;br /&gt;
* Combined&lt;br /&gt;
* Ambient Occlusion&lt;br /&gt;
* Shadow&lt;br /&gt;
* Environment&lt;br /&gt;
* Diffuse&lt;br /&gt;
&lt;br /&gt;
For the entire list of features refer to the [[Doc:2.6/Manual/Render/Cycles/Bake|documentation]].&lt;br /&gt;
&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Volume Rendering ==&lt;br /&gt;
* Branched path tracing now renders direct lighting for volumes with less noise but longer render time per sample. Overall render time for the same noise level should be reduced in most cases.&lt;br /&gt;
* A bug was fixed in heterogeneous volume step size calculation, which means you have to double the step size in existing files to get similar results and render times in existing files.&lt;br /&gt;
* Detect homogeneous volume automatically in common cases. ({{GitCommit|bd03e4cfe8f1}})&lt;br /&gt;
&lt;br /&gt;
== Optimizations ==&lt;br /&gt;
[[File:Blender-2.71-cycles-cpu-performance.png|300px|thumb|right|CPU Rendering on a i5-3570]]&lt;br /&gt;
Generic: &lt;br /&gt;
* Scene export is slightly faster. ({{GitCommit|45507319635a}})&lt;br /&gt;
* Mix Shader will avoid calculations of unused paths. ({{GitCommit|2a9ef256b1e6}})&lt;br /&gt;
* Less noise for multiple lamps with MIS enabled. ({{GitCommit|c806a8ce96d9}})	 &lt;br /&gt;
* Improved hair rendering performance. ({{GitCommit|6974b69c6172}}, {{GitCommit|6b9ca060883f}})&lt;br /&gt;
* Small improvement for scenes without Transparent Shaders. ({{GitCommit|14be4b506ac8}})&lt;br /&gt;
 &lt;br /&gt;
CPU only:&lt;br /&gt;
* Transparent shadows received a significant speedup (30-50% in some scenes). ({{GitCommit|9ab259f55b67}})&lt;br /&gt;
* Faster rendering of segments/ribbons hair. ({{GitCommit|c45c472e1b37}})&lt;br /&gt;
* Faster Voronoi cells texture. ({{GitCommit|ab32a1807dd1}})&lt;br /&gt;
&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Branched Path ==&lt;br /&gt;
[[File:Blender-2.71-cycles-multi-light.png|300px|thumb|right|Indirect multi light off/on, 8 AA samples.]]&lt;br /&gt;
* The Branched Path integrator now samples all lights for indirect bounces, instead of picking one. This can reduce noise in scenes with many lights. It can be disabled in the Sampling panel if needed, also the direct multi light sampling is optional now.  ({{GitCommit|99e20d7b8930}}, {{GitCommit|211f08d89bb4}})&lt;br /&gt;
&lt;br /&gt;
{{clr}}&lt;br /&gt;
== Nodes ==&lt;br /&gt;
[[file:271_Cycles_Image_Interpolation.png|300px|thumb|right|Different interpolations: Linear, Cubic, Closest.]]&lt;br /&gt;
* Add support for multiple interpolation modes on image textures. ({{GitCommit|dd2dca2f7e77}})&lt;br /&gt;
* Add a dedicated UV Map node ({{GitCommit|cb7cfd3ab6be}})&lt;br /&gt;
* Add Transparent Depth output to Light Path node ({{GitCommit|7765b73f6d2}})&lt;br /&gt;
&lt;br /&gt;
== CUDA ==&lt;br /&gt;
* Added support for Nvidia Maxwell cards (sm_50). &lt;br /&gt;
* Increase maximum image textures, for Kepler card and above, from 95 to 145. ({{GitCommit|c08c931fb6f5}})&lt;/div&gt;</summary>
		<author><name>wiki&gt;Dfelinto</name></author>
		
	</entry>
</feed>