﻿<?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=%E5%88%A9%E7%94%A8%E8%80%85%3APhonybone%2FArchive%2FDataGraphIdeas</id>
	<title>利用者:Phonybone/Archive/DataGraphIdeas - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3APhonybone%2FArchive%2FDataGraphIdeas"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/Archive/DataGraphIdeas&amp;action=history"/>
	<updated>2026-04-22T11:51:06Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/Archive/DataGraphIdeas&amp;diff=106381&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/Archive/DataGraphIdeas&amp;diff=106381&amp;oldid=prev"/>
		<updated>2018-06-28T19:45:31Z</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日 (木) 19: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=%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/Archive/DataGraphIdeas&amp;diff=106380&amp;oldid=prev</id>
		<title>wiki&gt;Phonybone: moved User:Phonybone/DataGraphIdeas to User:Phonybone/Archive/DataGraphIdeas: page is outdated</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/Archive/DataGraphIdeas&amp;diff=106380&amp;oldid=prev"/>
		<updated>2012-10-25T10:24:06Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/DataGraphIdeas&quot; class=&quot;mw-redirect&quot; title=&quot;利用者:Phonybone/DataGraphIdeas&quot;&gt;User:Phonybone/DataGraphIdeas&lt;/a&gt; to &lt;a href=&quot;/%E5%88%A9%E7%94%A8%E8%80%85:Phonybone/Archive/DataGraphIdeas&quot; title=&quot;利用者:Phonybone/Archive/DataGraphIdeas&quot;&gt;User:Phonybone/Archive/DataGraphIdeas&lt;/a&gt;: page is outdated&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Use cases for data/dependency graph =&lt;br /&gt;
&lt;br /&gt;
== Object hierarchy ==&lt;br /&gt;
Object Hierarchy Graph&lt;br /&gt;
&lt;br /&gt;
[[File:DataGraph_-_Object_Hierarchy.png|center|400px]]&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
* Transformation is successively applied to child objects and stored in object matrix.&lt;br /&gt;
&lt;br /&gt;
== Mesh data modifiers ==&lt;br /&gt;
Modifier &amp;quot;trees&amp;quot; are subgraphs&lt;br /&gt;
&lt;br /&gt;
[[File:DataGraph_-_Modifiers.png|center|400px]]&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
* {{Literal|Modifiers}} node is a component subgraph. When simple, unmodified mesh display is needed, a default &amp;quot;pass-through&amp;quot; modifier could be used automatically.&lt;br /&gt;
* Actual resulting geometry data (better abstracted &amp;quot;derived mesh&amp;quot; replacement) is stored in separate nodes:&lt;br /&gt;
** {{Literal|Display Data}} is used for realtime OpenGL display in the viewport&lt;br /&gt;
** {{Literal|Render Data}} is the &amp;quot;final&amp;quot; version for rendering, only generated right before rendering.&amp;lt;br /&amp;gt;''Q: Could this depend on the renderer?''&lt;br /&gt;
* Object does not directly link to a single base mesh block any more. Meshes are &amp;quot;attached&amp;quot; to objects by an ''instance'' of a modifier graph, which in turn links to the mesh used as input.&lt;br /&gt;
&lt;br /&gt;
Some details of the modifier subgraphs are explained below. These principles also apply in other areas where specialized subgraphs are used.&lt;br /&gt;
&lt;br /&gt;
=== Modifier Stack ===&lt;br /&gt;
Simple stack-type modifier graph&lt;br /&gt;
&lt;br /&gt;
[[File:DataGraph_-_Modifier_Stack.png|center|400px]]&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
* Replicates current modifier stack behavior&lt;br /&gt;
* {{Literal|Input}} nodes are used to import input data of instances. {{Literal|Output}} nodes export data from a local subgraph. See also the next section on groups.&amp;lt;br /&amp;gt;(''Note: Current node groups display input/output sockets as part of the tree, but can be interpreted as nodes too.'')&lt;br /&gt;
&lt;br /&gt;
=== Subgraphs (&amp;quot;Node Groups&amp;quot;) and instances ===&lt;br /&gt;
Parts of the modifier graph can in turn '''instance''' other subgraphs.&lt;br /&gt;
&lt;br /&gt;
[[File:DataGraph_-_Modifier_Groups.png|center|400px]]&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
* This generalizes the &amp;quot;node group&amp;quot; concept (Group nodes are instances of library node trees! Partially broken in cases due to fuzzy node tree/instance separation).&lt;br /&gt;
&lt;br /&gt;
=== Multiple Inputs ===&lt;br /&gt;
Since no single mesh is designated as &amp;quot;the&amp;quot; object mesh, multiple base meshes can be combined and attached to an object with a ''merge'' modifier component.&lt;br /&gt;
&lt;br /&gt;
[[File:DataGraph_-_Modifier_Multi_Input.png|center|400px]]&lt;br /&gt;
{{clr}}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Phonybone</name></author>
		
	</entry>
</feed>