﻿<?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.4%2FSource%2FExtensions%2FBLU%2FDocumentation%2FUseCases</id>
	<title>Dev:2.4/Source/Extensions/BLU/Documentation/UseCases - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3A2.4%2FSource%2FExtensions%2FBLU%2FDocumentation%2FUseCases"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Extensions/BLU/Documentation/UseCases&amp;action=history"/>
	<updated>2026-06-22T11:02:28Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Extensions/BLU/Documentation/UseCases&amp;diff=41804&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Extensions/BLU/Documentation/UseCases&amp;diff=41804&amp;oldid=prev"/>
		<updated>2018-06-28T17:45:13Z</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日 (木) 17: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:2.4/Source/Extensions/BLU/Documentation/UseCases&amp;diff=41803&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones: moved Dev:Source/Extensions/BLU/Documentation/UseCases to Dev:2.4/Source/Extensions/BLU/Documentation/UseCases: move to 2.4/ so new development docs can be done in 2.5/ or 2.6/ etc</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Extensions/BLU/Documentation/UseCases&amp;diff=41803&amp;oldid=prev"/>
		<updated>2011-05-08T09:33:45Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/Dev:Source/Extensions/BLU/Documentation/UseCases&quot; class=&quot;mw-redirect&quot; title=&quot;Dev:Source/Extensions/BLU/Documentation/UseCases&quot;&gt;Dev:Source/Extensions/BLU/Documentation/UseCases&lt;/a&gt; to &lt;a href=&quot;/Dev:2.4/Source/Extensions/BLU/Documentation/UseCases&quot; title=&quot;Dev:2.4/Source/Extensions/BLU/Documentation/UseCases&quot;&gt;Dev:2.4/Source/Extensions/BLU/Documentation/UseCases&lt;/a&gt;: move to 2.4/ so new development docs can be done in 2.5/ or 2.6/ etc&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
Use Cases for BLU&lt;br /&gt;
&lt;br /&gt;
==Blender==&lt;br /&gt;
&lt;br /&gt;
There are two parts in BLU that can be identified&lt;br /&gt;
*Manipulation of Blender database&lt;br /&gt;
&lt;br /&gt;
*Manipulation of Blender interface (ie. macro type activities, create new views/windows)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Blender Database===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
BLU will be modelled closely after the data structure of blenders internal database format. Through BLU the user should be able to manipulate the database by allowing him to modify existing data, add new data, and delete data when needed. This functionality is mostly the same as direct data modification as done through Blenders GUI. ('Global' data is considered part of the Blender database. - really?)&lt;br /&gt;
&lt;br /&gt;
====Global data====&lt;br /&gt;
&lt;br /&gt;
*User settings&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Internal data modules====&lt;br /&gt;
&lt;br /&gt;
*Object&lt;br /&gt;
&lt;br /&gt;
*Camera&lt;br /&gt;
&lt;br /&gt;
*Lamp&lt;br /&gt;
&lt;br /&gt;
*Texture&lt;br /&gt;
&lt;br /&gt;
*Material&lt;br /&gt;
&lt;br /&gt;
*Ipo&lt;br /&gt;
&lt;br /&gt;
*Timeline&lt;br /&gt;
&lt;br /&gt;
*Armature&lt;br /&gt;
&lt;br /&gt;
*Curve&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Object====&lt;br /&gt;
&lt;br /&gt;
The user can create, modify and delete objects. The user can query the Blender database for objects.&lt;br /&gt;
&lt;br /&gt;
===Blender Interface===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-- [[User:JesterKing|NathanLetwory]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones</name></author>
		
	</entry>
</feed>