﻿<?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.5%2FSource%2FArchitecture%2FMultilayerDataDesign</id>
	<title>Dev:2.5/Source/Architecture/MultilayerDataDesign - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3A2.5%2FSource%2FArchitecture%2FMultilayerDataDesign"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.5/Source/Architecture/MultilayerDataDesign&amp;action=history"/>
	<updated>2026-08-12T03:21:21Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:2.5/Source/Architecture/MultilayerDataDesign&amp;diff=78627&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.5/Source/Architecture/MultilayerDataDesign&amp;diff=78627&amp;oldid=prev"/>
		<updated>2018-06-28T18:36:55Z</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日 (木) 18:36時点における版&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.5/Source/Architecture/MultilayerDataDesign&amp;diff=78626&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones: moved Dev:2.5/Source/MultilayerDataDesign to Dev:2.5/Source/Architecture/MultilayerDataDesign</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.5/Source/Architecture/MultilayerDataDesign&amp;diff=78626&amp;oldid=prev"/>
		<updated>2010-02-19T01:56:58Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/Dev:2.5/Source/MultilayerDataDesign&quot; class=&quot;mw-redirect&quot; title=&quot;Dev:2.5/Source/MultilayerDataDesign&quot;&gt;Dev:2.5/Source/MultilayerDataDesign&lt;/a&gt; to &lt;a href=&quot;/Dev:2.5/Source/Architecture/MultilayerDataDesign&quot; title=&quot;Dev:2.5/Source/Architecture/MultilayerDataDesign&quot;&gt;Dev:2.5/Source/Architecture/MultilayerDataDesign&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Here is a multilayer data flow design:&lt;br /&gt;
[[Image:Multilayerdesign.jpg|thumb|300px|Multilayer Data Flow Design]]&lt;br /&gt;
==Description==&lt;br /&gt;
Multilayer design of data flow of blender have many benefits, i think, and also may be hard to implement, any way here my design, it may have problems so tell me if there is any idea.&lt;br /&gt;
===Data Layer===&lt;br /&gt;
This layer is an external layer that contains various storage types, from files to databases and also web services that provide data. This layer is only available for Data Access Layer and is hidden for other layers.&lt;br /&gt;
===Data Access Layer===&lt;br /&gt;
This layer is a very important layer that play an import role in blender and other apps that want to work with blender data. Data access layer(DAL) has two components:&lt;br /&gt;
* DAL API, that provides public functions for users of this layer&lt;br /&gt;
* Data Providers, that makes it possible for DAL API to work with various data storages &lt;br /&gt;
===Business Layer===&lt;br /&gt;
This layer is for blender use, and check some data constraints, and also have a cache component.&lt;br /&gt;
===Presentation Layer===&lt;br /&gt;
This layer contains those parts of blender that doing presentation of data, for example blender UI, blender player or blender python&lt;br /&gt;
&lt;br /&gt;
===Review===&lt;br /&gt;
I think this is out of the 2.5 scope, but useful to keep in mind for a further redesign of especially the way Blender handles data.&lt;br /&gt;
&lt;br /&gt;
--[[User:Ton|Ton]] 17:45, 22 November 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones</name></author>
		
	</entry>
</feed>