﻿<?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%3A2.8%2FSource%2FViewport%2FExternalEngines</id>
	<title>Dev:2.8/Source/Viewport/ExternalEngines - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3A2.8%2FSource%2FViewport%2FExternalEngines"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.8/Source/Viewport/ExternalEngines&amp;action=history"/>
	<updated>2026-05-06T05:00:16Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:2.8/Source/Viewport/ExternalEngines&amp;diff=153153&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.8/Source/Viewport/ExternalEngines&amp;diff=153153&amp;oldid=prev"/>
		<updated>2018-06-28T21:22:24Z</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:22時点における版&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:2.8/Source/Viewport/ExternalEngines&amp;diff=153152&amp;oldid=prev</id>
		<title>2017年4月24日 (月) 10:55にwiki&gt;Dfelintoによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.8/Source/Viewport/ExternalEngines&amp;diff=153152&amp;oldid=prev"/>
		<updated>2017-04-24T10:55:08Z</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;= External Engines =&lt;br /&gt;
&lt;br /&gt;
There are a few changes that will be required to accommodate Cycles (and other render engines) into the draw manager.&lt;br /&gt;
&lt;br /&gt;
* Depsgraph&lt;br /&gt;
* &amp;quot;Render to View&amp;quot; and &amp;quot;Render to Image&amp;quot;&lt;br /&gt;
* Sets&lt;br /&gt;
* Depth Buffer&lt;br /&gt;
* Python API&lt;br /&gt;
* GLSL Compatibility&lt;br /&gt;
&lt;br /&gt;
== Depsgraph ==&lt;br /&gt;
&lt;br /&gt;
Instead of getting the list of objects to render from scene.bases or even the new scene_layer.object_bases we will get them from depsgraph.&lt;br /&gt;
&lt;br /&gt;
In the case of F12 rendering, where multiple layers are available, we will call the engine multiple times, once per layer. Each call in this case will have its own depsgraph created on the fly passed through.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Render to View&amp;quot; and &amp;quot;Render to Image&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
Since we are no longer supporting the old &amp;quot;draw modes&amp;quot; (wire, solid, textured, ...) an engine like Cycles will always be in the former &amp;quot;Rendered&amp;quot; mode.&lt;br /&gt;
&lt;br /&gt;
That means the engine can make the best of the situation and implement a separate faster drawing loop for when drawing to view. Apart from that the only difference between the two methods is their outputs.&lt;br /&gt;
&lt;br /&gt;
The draw manager still needs changes to allow for image rendering (e.g., for Clay and Eevee F12), as well as view rendering (e.g., for Cycles) - see Depth Buffer below.&lt;br /&gt;
&lt;br /&gt;
== Sets ==&lt;br /&gt;
&lt;br /&gt;
Sets (as known as background scenes) are part of the depsgraph, and passed to the engine as any other object. Those objects have a special flag value though, which can be inquired by the engine if required (the value is ob-&amp;gt;base_flag &amp;amp; BASE_SET, but it's not exposed in the RNA yet).&lt;br /&gt;
&lt;br /&gt;
== Depth Buffer ==&lt;br /&gt;
&lt;br /&gt;
Draw manager itself will have to generate the depth buffer when using the &amp;quot;render_to_view&amp;quot; method of the engine. This way we can mix the object mode engine and Cycles for example, for selection outlines.&lt;br /&gt;
&lt;br /&gt;
== Python API ==&lt;br /&gt;
&lt;br /&gt;
We should be able to support a 100% Python define engine (e.g., blend4web). This needs a high-level design, still pending.&lt;br /&gt;
&lt;br /&gt;
== GLSL Compatibility ==&lt;br /&gt;
&lt;br /&gt;
We will allow users to define their own materials with Eevee. However we also want GLSL fallback shaders for external engine materials. This design started as the [[Dev:2.8/Source/Viewport/PyNodeGLSL|PyNode GLSL API]] idea. However this needs considerable more thinking in order to support all aspects of those engines (e.g., SSS, transparency, glass shader, reflection).&lt;/div&gt;</summary>
		<author><name>wiki&gt;Dfelinto</name></author>
		
	</entry>
</feed>