﻿<?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%3ASource%2FRender%2FCycles%2FRoadmap</id>
	<title>Dev:Source/Render/Cycles/Roadmap - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ASource%2FRender%2FCycles%2FRoadmap"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Render/Cycles/Roadmap&amp;action=history"/>
	<updated>2026-04-19T09:42:34Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Source/Render/Cycles/Roadmap&amp;diff=133523&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Render/Cycles/Roadmap&amp;diff=133523&amp;oldid=prev"/>
		<updated>2018-06-28T20:45: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:45時点における版&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:Source/Render/Cycles/Roadmap&amp;diff=133522&amp;oldid=prev</id>
		<title>2018年6月14日 (木) 13:56にwiki&gt;Lukasstockner97による</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Render/Cycles/Roadmap&amp;diff=133522&amp;oldid=prev"/>
		<updated>2018-06-14T13:56:28Z</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;== Roadmap ==&lt;br /&gt;
&lt;br /&gt;
This is a roadmap updated at the Cycles developer meeting at the 2017 Blender Conference. It's based on the priorities of the developers that were present, and should not be considered a complete or accurate plan. Plans may change over time, the purpose here is to make it easier for developers to cooperate.&lt;br /&gt;
&lt;br /&gt;
The names in () indicate who has already done some work on these features and who you might want to get in contact with if you want to help, it's not so much a task assignment and on many of these topics we could use help from more developers in reviewing code or helping to finish patches. &lt;br /&gt;
&lt;br /&gt;
Here is information on [https://developer.blender.org/project/profile/26/ getting in contact with developers].&lt;br /&gt;
&lt;br /&gt;
==== Targets in Progress ====&lt;br /&gt;
&lt;br /&gt;
Some code exists for these features:&lt;br /&gt;
&lt;br /&gt;
* [https://developer.blender.org/T53901 '''Microdisplacement''']: still an experimental feature and we'd like to make it a fully supported feature. A few issues to fix are: smooth UV subdivision, [https://developer.blender.org/D2891 too high subdivisions outside of the screen], [https://developer.blender.org/D2468 panorama camera support], viewport update for displacement shader changes, new (vector) displacement nodes. A memory cache maybe be added as well. Not all these features are required to make the feature non-experimental, that would happen earlier. (Mai)&lt;br /&gt;
* [https://developer.blender.org/D2921 '''UDIM textures'''] for mapping multiple high resolution textures to one model. This is implemented in the OpenImageIO texture cache in the latest version, so if we use that for mipmaps and texture caching we almost get UDIMs for free as well, at least in Cycles. However on the Blender side this would require more work to support it in the UV editor and viewport. (Lukas)&lt;br /&gt;
* [https://developer.blender.org/diffusion/B/history/cycles_embree/ '''Embree''']: for faster motion blur and hair rendering. BVH building would be moved to Embree, GPU traversal we would need to keep. (Stefan)&lt;br /&gt;
* [https://developer.blender.org/diffusion/B/history/cycles_texture_cache/ '''Mipmaps and texture cache'''] to render more textures with less memory usage. This requires some fairly deep changes to SVM, to pass along ray differentials through the nodes, while for OSL this is already automatic. The first implementation of this would likely use OpenImageIO, which means it would be CPU only to start. On the Blender side this would also require some changes to support .tx files and (auto)generate them. (Stefan)&lt;br /&gt;
* [https://developer.blender.org/D2354 '''Thin Surface for Principled BSDF'''] (Pascal)&lt;br /&gt;
* [https://developer.blender.org/diffusion/B/history/soc-2016-cycles_denoising/ '''Denoising'''] for animation. There is a Cycles side implementation of this already, but Blender integration will require more work and design changes, for example to integrate with compositing or render farms. (Lukas)&lt;br /&gt;
* '''Light groups''' to render separate AOVs / passes for different light groups with minimal overhead, which then lets you tweak the light intensity and color in compositing. (Lukas)&lt;br /&gt;
* [https://developer.blender.org/D2003 '''Metallic BSDF''']: this might become a feature of the principled BSDF. (Lukas)&lt;br /&gt;
* [https://developer.blender.org/D1985 '''Light linking'''] to specify which lights affect which objects. (Tangent Animation)&lt;br /&gt;
* [https://developer.blender.org/D1876 '''Cube map'''] rendering for VR and panoramas. (Sergey)&lt;br /&gt;
* [https://developer.blender.org/D2808 '''Network rendering'''] to have multiple computers in a local network cooperate on the same frame. We already have a partial implementation of this but it is disabled. The first implementation of this might only support F12 renders, with viewport renders coming later. (Lukas)&lt;br /&gt;
* [https://developer.blender.org/D1973 '''Configurable working color space'''] (Lukas)&lt;br /&gt;
* [https://developer.blender.org/D2613 '''Persistent Data''']: waits for Blender 2.8 to be implemented properly. (Lukas)&lt;br /&gt;
* [https://developer.blender.org/D2651 '''Filter Glossy for DoF'''] (Sergey)&lt;br /&gt;
* '''Many light sampling''' (Lukas, Stefan)&lt;br /&gt;
* '''Light motion blur''' (Lukas)&lt;br /&gt;
&lt;br /&gt;
==== Other Targets ====&lt;br /&gt;
&lt;br /&gt;
Implementation has not started on these, but they are considered important:&lt;br /&gt;
&lt;br /&gt;
* '''Adaptive sampling''' to focus samples on parts of the image that need them most. Ideally this should use the denoising passes. Some implementations exist, but we need something more robust and less dependent on tiles. (Lukas, Brecht)&lt;br /&gt;
* [https://developer.blender.org/D1308 '''OpenVDB rendering''']. This would likely included empty space skipping for better performance. It may be CPU only to begin with if we reuse the OpenVDB code for ray marching and sampling.Ideally this should be coupled with a new volume object datablock on the Blender side.&lt;br /&gt;
* Volume rendering optimizations and sampling improvements&lt;br /&gt;
* '''Statistics''': for power users to investigate why rendering performance is slow, why memory usage is high, which objects or materials to optimize, etc. This would be a log generated that could be shown in Blender or as a HTML report, and possibly also debugging AOVs.&lt;br /&gt;
* '''Combined Hair and Volume shaders''' similar to what we have in the Principled BSDF, to make it easier to set up these types of materials as well.&lt;br /&gt;
* Resumable rendering (for render farms) improvements, storing metadata in OpenEXR for better usability. (Blender Institute)&lt;br /&gt;
* '''CPU work stealing''': rendering on the CPU requires small tiles to get a good work distribution, and may still not utilize all cores for the last few tiles. We would like to have a system where multiple cores can cooperate on the same tile.&lt;br /&gt;
&lt;br /&gt;
==== On Hold ====&lt;br /&gt;
&lt;br /&gt;
* [https://developer.blender.org/D2149 '''Blue noised dithered sampling'''] for lower noise in viewport renders. Unfortunately only helps with a handful of AA samples, needs additional research to become practical. (Lukas)&lt;br /&gt;
* [https://developer.blender.org/P366 '''Micro jitttered sampling'''] for better performance on GPUs. Correlation artifacts remain even with high AA samples though, needs additional research to become practical. (Lukas)&lt;br /&gt;
&lt;br /&gt;
==== More Ideas ====&lt;br /&gt;
&lt;br /&gt;
Some places to look for more work or ideas:&lt;br /&gt;
* [[../ToDo|Feature ToDo]]&lt;br /&gt;
* [[../ToDo|Technical ToDo]]&lt;br /&gt;
* [[../KnownIssues|Known Issues]]&lt;br /&gt;
* [https://developer.blender.org/project/board/26/ Bug Tracker]&lt;br /&gt;
* [https://rightclickselect.com/p/rendering Feature Requests]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Lukasstockner97</name></author>
		
	</entry>
</feed>