﻿<?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%2FPython%2FAPI%2FFutureDirections</id>
	<title>Dev:2.4/Source/Python/API/FutureDirections - 版の履歴</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%2FPython%2FAPI%2FFutureDirections"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Python/API/FutureDirections&amp;action=history"/>
	<updated>2026-07-26T21:12:31Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Python/API/FutureDirections&amp;diff=41922&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/Python/API/FutureDirections&amp;diff=41922&amp;oldid=prev"/>
		<updated>2018-06-28T17: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日 (木) 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/Python/API/FutureDirections&amp;diff=41921&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones bot: Bot: Fixing redirects</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Python/API/FutureDirections&amp;diff=41921&amp;oldid=prev"/>
		<updated>2010-05-27T08:24:42Z</updated>

		<summary type="html">&lt;p&gt;Bot: Fixing redirects&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
= Road Map=&lt;br /&gt;
&lt;br /&gt;
This is a rough description of where we are in the BPy project and where we might go.&lt;br /&gt;
&lt;br /&gt;
The Phases overlap since they describe general tasks and goals.  &lt;br /&gt;
&lt;br /&gt;
== Phase 1==&lt;br /&gt;
Provide Read/Write access to Blender's internal database.&lt;br /&gt;
Goal is to enable writing importers and exporters to move data between applications.&lt;br /&gt;
&lt;br /&gt;
Implementation is thin wrappers around blender C data structures.&lt;br /&gt;
&lt;br /&gt;
Most of the basic work for this phase is complete.&lt;br /&gt;
&lt;br /&gt;
Now that we know what we are doing, it is a good idea to go back and refine the API.&lt;br /&gt;
Work here could include making method names similar for similar functions and focusing on&lt;br /&gt;
attribute access.  Our initial attempts used getSomething()/setSomething() style accessor methods.&lt;br /&gt;
Current versions of Python provide get/set tables ( tp_getset ).  &lt;br /&gt;
&lt;br /&gt;
== Phase 2==&lt;br /&gt;
Manipulation of Blender database.&lt;br /&gt;
Script access to Blender's functions.  Example is calling RemoveDoubles from a bpy script. This starts to unleash the power of scripting.  Once you can call a method on a an object, you can call the same method on a whole collection of objects.&lt;br /&gt;
&lt;br /&gt;
The new SpaceHandlers are a big step here and overcome some major problems with the Evil Window Module(tm).&lt;br /&gt;
&lt;br /&gt;
==Phase 3==&lt;br /&gt;
Implement Blender as a Python extension instead of current impl of embedded Python interpreter in Blender.  This is the legendary and secret Blender3.  Replace Blender's datastructures with python implementations.  The Blender database consists of lists of objects.  Lists are a standard python datatype.  We have already created the classes, and methods in the first two phases.&lt;br /&gt;
&lt;br /&gt;
one attempt at this is started a little at [[Dev:2.4/Source/Python/PythonBlender|PythonBlender]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-- [[BlenderDev/StephenSwaney|StephenSwaney]] - 20 Jun 2005&lt;br /&gt;
&lt;br /&gt;
= BPy 2k6 =&lt;br /&gt;
discussion of new api for [[BPy 2k6]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Planning]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones bot</name></author>
		
	</entry>
</feed>