﻿<?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%2FToDoList</id>
	<title>Dev:2.4/Source/Python/API/ToDoList - 版の履歴</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%2FToDoList"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Python/API/ToDoList&amp;action=history"/>
	<updated>2026-05-25T03:48:08Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Python/API/ToDoList&amp;diff=41912&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/ToDoList&amp;diff=41912&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/ToDoList&amp;diff=41911&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/ToDoList&amp;diff=41911&amp;oldid=prev"/>
		<updated>2010-05-27T08:25:14Z</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;
&lt;br /&gt;
= The To Do List=&lt;br /&gt;
&lt;br /&gt;
This page is a very loose Todo list. This area is for suggestions and ideas that require implementation but are not currently being worked on.&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
'''TODO'''&lt;br /&gt;
&lt;br /&gt;
[[http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/0-todo.txt?rev=HEAD&amp;amp;cvsroot=bf-blender&amp;amp;content-type=text/vnd.viewcvs-markup|A link to the 0-todo.txt file in CVS]]&lt;br /&gt;
&lt;br /&gt;
* Fix armature/bone module (Done)&lt;br /&gt;
* Add support for Undo in python&lt;br /&gt;
* Working on Ipo module (Done)&lt;br /&gt;
* Pixel accessing for Images (??)&lt;br /&gt;
* Module standard template&lt;br /&gt;
**A first cut at a [[Attic:Old/BlenderDev/StandardModuleDefinition|StandardModuleDefinition]] template&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Comments:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*As recommended by stivs, albeit a bit jokingly, I'm just adding a brief mention that the new UI components in Tuhopuu which will eventually be sent to Bf-Blender may break the appearance of some Python scripts. Maintainers should test these scripts in Tuhopuu to see if they will be adversely impacted by the changes. Lets hope they aren't. -- [[Test.ChrisBurt#20Feb105|CB]]&lt;br /&gt;
&lt;br /&gt;
*BTW not only is the above list outdated, but it was never offically endorsed, either.  Just look at EMesh--that certainly didn't work out. -- [[JosephEagar#25Jan105|JE]]&lt;br /&gt;
&lt;br /&gt;
*Outdated is a little strong.  Some things are wishes and some like [[BlenderDev/EMesh|EMesh]] have turned out to be evolutionary dead ends.  Many/most/some of the tasks are still valid.  Joilnen Leite and I were just discussion burning through the BGL module and any remaining cleanup tasks. &lt;br /&gt;
&lt;br /&gt;
*As for the [[BlenderDev/EMesh|EMesh]] module, I believe it ran into the Blender architecture and the design restriction that one Space does not mess with the events in another Space.  Just thinking out loud, running scripts/callbacks in the 3d window could be a solution to this. -- [[BlenderDev/StephenSwaney|StephenSwaney]] - 01 Feb 2005&lt;br /&gt;
**EMesh didn't survive because it was a &amp;quot;thin&amp;quot; wrapper around the EditMesh, and because in reality it was a little redundant.  A more sophisticated idea would be to have a special version of [[BlenderDev/NMesh|NMesh]] that manipulates the EditMesh, but has the same API as NMesh.  That way, whether or not a script get's [[BlenderDev/NMesh|NMesh]] or this new one would simply depend on whether the object to be edited is in editmode.  Also, it might be possible to have the edit [[BlenderDev/NMesh|NMesh]] automatically turn itself into a normal [[BlenderDev/NMesh|NMesh]] when the user exits EditMode, and vice versa.  -- [[JosephEagar#02Feb105|JE]]&lt;br /&gt;
&lt;br /&gt;
-- [[BlenderDev/StephenSwaney|StephenSwaney]] - 10 Feb 2005&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones bot</name></author>
		
	</entry>
</feed>