﻿<?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.75%2FCycles</id>
	<title>Dev:Ref/Release Notes/2.75/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.75%2FCycles"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.75/Cycles&amp;action=history"/>
	<updated>2026-08-03T18:00:43Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.75/Cycles&amp;diff=149455&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.75/Cycles&amp;diff=149455&amp;oldid=prev"/>
		<updated>2018-06-28T21:13: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:13時点における版&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.75/Cycles&amp;diff=149454&amp;oldid=prev</id>
		<title>wiki&gt;Julianeisel: /* Support for AMD GPUs */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.75/Cycles&amp;diff=149454&amp;oldid=prev"/>
		<updated>2015-07-01T13:13:47Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Support for AMD GPUs&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.75: Cycles =&lt;br /&gt;
&lt;br /&gt;
Cycles improvements include: Long awaited (initial) support for rendering with AMD GPUs, a new Light Portals feature, a new built-in way for animated Seed, lot's of performance and memory optimizations, ...&lt;br /&gt;
&lt;br /&gt;
== Support for AMD GPUs ==&lt;br /&gt;
The OpenCL Cycles kernel has been split into smaller parts, improving performance and stability. ({{GitCommit|7f4479da425b}})&lt;br /&gt;
&lt;br /&gt;
Therefore, AMD GPUs can now be used to render with Cycles. Please check the [http://blender.org/manual/render/cycles/gpu_rendering.html GPU Rendering] docs for more information about required hardware and supported features.&lt;br /&gt;
&lt;br /&gt;
Currently only Windows and Linux are officially supported. On OSX there are still issues, which appear from the OpenCL compiler side and we can not work around yet from Blender.&lt;br /&gt;
&lt;br /&gt;
For hardware which is not officially supported, it's possible to test split kernel work by setting the `CYCLES_OPENCL_SPLIT_KERNEL_TEST` environment variable to 1. It'll make all the OpenCL devices appear in User Preferences and will make sure split kernel is used on them.&lt;br /&gt;
&lt;br /&gt;
== Portals ==&lt;br /&gt;
Area lamps can function as light portals now and help to sample the environment light, therefore improving convergence. Light portals help guide rays towards the environment light sources in interior scenes. It's like guiding rays towards openings in the scene, like for example windows. You can enable the '''Portal''' option in the lamp settings. Note: Rendering with Portals is usually slower, but as it converges more quickly, less samples are required. Every portal adds a render time penalty so use as few as possible. ({{GitCommit|f478c2c}})&lt;br /&gt;
[[File:Cycles_275_portals.jpg|600px|thumb|center|White Room scene without and with portals.]]&lt;br /&gt;
[[File:Cycles_275_portals2.jpg|600px|thumb|center|Bedroom without and with portals.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Memory Optimizations ==&lt;br /&gt;
&lt;br /&gt;
==== Scene preparation / Rendering ====&lt;br /&gt;
* Free caches used by the synchronized objects ({{GitCommit|10e18a5}})&lt;br /&gt;
* Free polygons after tessellation in order to reduce peak memory usage ({{GitCommit|2ef2f08}})&lt;br /&gt;
* Free unused images when rendering with locked interface ({{GitCommit|74df307}})&lt;br /&gt;
* Reduce peak memory usage of scene synchronization by passing data ownership when converting derived mesh to mesh ({{GitCommit|a1a7317}})&lt;br /&gt;
* Synchronize images after building BVH, reducing peak memory usage in production files ({{GitCommit|cd44449}})&lt;br /&gt;
* Avoid sloppy memory usage by BVH leaf nodes by splitting BVH nodes storage into inner and leaf nodes ({{GitCommit|828abaf}})&lt;br /&gt;
&lt;br /&gt;
==== Baking ====&lt;br /&gt;
* The memory footprint was considerably reduced when baking more than one object. The [https://developer.blender.org/diffusion/B/browse/master/source/blender/render/intern/source/bake_api.c;394c5318$26 Baking-API] changed to accommodate that  ({{GitCommit|394c5318}})&lt;br /&gt;
&lt;br /&gt;
== Performance Optimizations ==&lt;br /&gt;
&lt;br /&gt;
==== Generic ====&lt;br /&gt;
&amp;lt;table width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&lt;br /&gt;
* World MIS table building is now multi threaded, reducing scene startup/update time. ({{GitCommit|rBcdb47b9dfc2d}})&lt;br /&gt;
* Skip consecutive empty steps in Volume Decoupled Ray Marching code. ({{GitCommit|rB064fa4baaedc}})&lt;br /&gt;
* Make material preview rendering more responsive for complex shaders ({{GitCommit|b5f58c1}}, {{GitCommit|d0aae79}})&lt;br /&gt;
* Remove Emission shaders from the graph if color or strength is 0. ({{GitCommit|67eb2c789718}})&lt;br /&gt;
* Use curve approximation for blackbody instead of lookup table ({{GitCommit|rB7201f6d14c01}})&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&lt;br /&gt;
      &amp;lt;div align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;youtube width=&amp;quot;320&amp;quot; height=&amp;quot;180&amp;quot;&amp;gt;u4dwZCj7RNY&amp;lt;/youtube&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== CPU ====&lt;br /&gt;
* Record all possible volume intersections for SSS and camera checks ({{GitCommit|b3def11f5b75}})&lt;br /&gt;
* Use native float-&amp;gt;half conversion instructions for Haswell CPUs ({{GitCommit|2ec221aa281d}})&lt;br /&gt;
&lt;br /&gt;
==== GPU ====&lt;br /&gt;
* Speedup CMJ on GPU, makes it almost same speed as Sobol pattern ({{GitCommit|61eab74}})&lt;br /&gt;
* Optimize Beckmann slope sampling on GPU ({{GitCommit|b06962f}})&lt;br /&gt;
* Optimize clamp(x, 0, 1) into a single instruction ({{GitCommit|ae7d84dbc193}})&lt;br /&gt;
&lt;br /&gt;
== Various ==&lt;br /&gt;
* Panorama camera: Mirror ball is now available as projection. ({{GitCommit|60c5a2f2d21d}})&lt;br /&gt;
* Make animated seed a built-in feature. ({{GitCommit|7c06190882a1}})&lt;/div&gt;</summary>
		<author><name>wiki&gt;Julianeisel</name></author>
		
	</entry>
</feed>