﻿<?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.62%2FCycles</id>
	<title>Dev:Ref/Release Notes/2.62/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.62%2FCycles"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.62/Cycles&amp;action=history"/>
	<updated>2026-08-02T20:00:42Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.62/Cycles&amp;diff=134283&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.62/Cycles&amp;diff=134283&amp;oldid=prev"/>
		<updated>2018-06-28T20:46:16Z</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:46時点における版&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.62/Cycles&amp;diff=134282&amp;oldid=prev</id>
		<title>2012年2月13日 (月) 14:32にwiki&gt;Brechtによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.62/Cycles&amp;diff=134282&amp;oldid=prev"/>
		<updated>2012-02-13T14:32:20Z</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;== Blender 2.62: Cycles ==&lt;br /&gt;
&lt;br /&gt;
==== Multi GPU Rendering ====&lt;br /&gt;
&lt;br /&gt;
[[File:Cycles_262_compute_device.png|right]]&lt;br /&gt;
The [[Doc:2.6/Manual/Render/Cycles/GPU_Rendering|GPU devices used for rendering]] can now be selected in the User Preferences, in the System section. There is a choice between CUDA and OpenCL, and one GPU or all GPU's. Once this is configured, for each scene it's then still possible to select CPU or GPU rendering (usually depending if the scene is expected to fit in GPU memory). - {{Commit|43238}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Render Layers and Passes ====&lt;br /&gt;
&lt;br /&gt;
[[File:Cycles_passes_combine.png|right|300px]]&lt;br /&gt;
Support for [[Doc:2.6/Manual/Render/Cycles/Passes|Render Layers and Passes]] has been added.  - {{Commit|42807}}, {{Commit|43693}}&lt;br /&gt;
&lt;br /&gt;
Layers can be used to split objects in the scene into multiple layers that can then be individually tweaked and composited together.&lt;br /&gt;
&lt;br /&gt;
Passes can be used to split rendered images into colors, direct and indirect light to edit them individually, and also to extract data such as depth or normals.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Environment Map Sampling ====&lt;br /&gt;
&lt;br /&gt;
Rendering of more complex environment maps is much less noisy when enabling the new [[Doc:2.6/Manual/Render/Cycles/Integrator|Sample as Lamp]] option in the World properties. This option will analyze the environment lighting and allocate more samples to directions where more light is expected to come from.&lt;br /&gt;
&lt;br /&gt;
In a preprocessing steps, the environment lighting is 'baked' into an importance map, and the resolution of this map can be configured. A higher resolution will better detect small features in the map and give more accurate sampling, but conversely also take up more time in preprocessing. - {{Commit|43567}}&lt;br /&gt;
&lt;br /&gt;
[[File:Cycles_262_env_sample_post.png|thumb|center|300px|Default, 100 samples]] [[File:Cycles_262_env_sample_pre.png|thumb|center|300px|Sample as Lamp, 100 samples]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== BVH Caching ====&lt;br /&gt;
&lt;br /&gt;
For renders where only the camera or materials are changing, while meshes stay fixed, it is now possible to skip the sometimes slow BVH step, by enabling BVH Cache in the Performance panel. This will store the BVH on disk for subsequent (animation) renders of the same scene. Note that if the scene does change in the animation, enabling this option will make rendering somewhat slower. - {{Commit|43422}}&lt;br /&gt;
&lt;br /&gt;
For a render, it will save bvh files to the cache user directory, and remove all cache files from other renders. The files are named using a MD5 hash based on the mesh, to verify if the meshes are still the same.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Nodes ====&lt;br /&gt;
&lt;br /&gt;
[[File:Cycles_262_checker_texture.png‎|right|300px]]&lt;br /&gt;
The Normal, Gamma and Brightness/Contrast nodes as already existed for Blender Internal shaders and compositing are now available for Cycles too. - {{Commit|42669}}, {{Commit|42671}}, {{Commit|43666}}&lt;br /&gt;
&lt;br /&gt;
A Checker texture nodes can be used to easily generate checkerboards. - {{Commit|43223}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Other Changes ====&lt;br /&gt;
&lt;br /&gt;
* Border rendering is now supported - {{Commit|42765}}&lt;br /&gt;
* Various small UI improvements were done in the node and material editor - {{Commit|43193}}, {{Commit|43195}}, {{Commit|43624}}, {{Commit|43625}}, {{Commit|43677}}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Brecht</name></author>
		
	</entry>
</feed>