﻿<?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%2FModdingBlender</id>
	<title>Dev:2.4/Source/Python/API/ModdingBlender - 版の履歴</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%2FModdingBlender"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Python/API/ModdingBlender&amp;action=history"/>
	<updated>2026-06-08T12:10:24Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Python/API/ModdingBlender&amp;diff=58502&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/ModdingBlender&amp;diff=58502&amp;oldid=prev"/>
		<updated>2018-06-28T17:53:58Z</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:53時点における版&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/ModdingBlender&amp;diff=58501&amp;oldid=prev</id>
		<title>2010年4月1日 (木) 12:13にwiki&gt;Terrywallworkによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.4/Source/Python/API/ModdingBlender&amp;diff=58501&amp;oldid=prev"/>
		<updated>2010-04-01T12:13:24Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Premise=&lt;br /&gt;
The apricot project can benefit from improved blender integration with CrystalSpace.&lt;br /&gt;
Blender 2.5 development has started and this is a good time to plan the big picture, the ideal environment for integrating other applications and tools into Blender.&lt;br /&gt;
&lt;br /&gt;
From this plan, a subset can be implemented in Blender 2.46+ and eventually fully implemented in Blender 2.5.&lt;br /&gt;
&lt;br /&gt;
I can dedicate quite a lot of time to this as a part of the apricot project and would appreciate feedback and advice so this can be used for general integration --[[User:Ideasman42|Ideasman42]] 13:22, 7 March 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
=Example Use Cases=&lt;br /&gt;
* Blender as a level editor&lt;br /&gt;
* Blender for game content creation&lt;br /&gt;
* Render engine integration&lt;br /&gt;
* Blender as an architectural tool&lt;br /&gt;
&lt;br /&gt;
=Limitations with Existing System=&lt;br /&gt;
* Current methods of integrating tools in blender is acceptable simple cases. However its too fragmented to be used for modifying blender for specialized workflows that require changes to Blender in many places.&lt;br /&gt;
(scriptlinks, scripts window, event &amp;amp; space handlers)&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
=Requirements=&lt;br /&gt;
&lt;br /&gt;
=Modding Blender With Python=&lt;br /&gt;
Requirements for integrating Blender with other applications&lt;br /&gt;
&lt;br /&gt;
The aim of this development is to be able to be able to Mod Blender for special use.&lt;br /&gt;
&lt;br /&gt;
at the moment you can modify blender by adding scriptlinks to individual objects or enabling event or draw handelers to the 3d view. but this is clumsy and requires too much user intervention to set it up.&lt;br /&gt;
&lt;br /&gt;
With a Blender Mod, a user should be able to download a python script and allow it to &amp;quot;Mod&amp;quot; blender for special use.&lt;br /&gt;
* Game engine integration&lt;br /&gt;
&lt;br /&gt;
* Blender as a level editor&lt;br /&gt;
&lt;br /&gt;
=Scope=&lt;br /&gt;
* Register Panels&lt;br /&gt;
* Register Window Types (just use script window type, but display is their own type in the window selector)&lt;br /&gt;
* Register Scriptlinks that dont need to be applied to each object/scene/world etc.&lt;br /&gt;
* Register DRAW and EVENT Handlers &lt;br /&gt;
&lt;br /&gt;
=Implementation=&lt;br /&gt;
&lt;br /&gt;
Each 'Mod' would a s single python file in the scripts directory.&lt;br /&gt;
This mod can have a normal script header&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
 #!BPY&lt;br /&gt;
 &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
 Name: 'Crystal Space'&lt;br /&gt;
 Blender: 247&lt;br /&gt;
 Group: 'Integration'&lt;br /&gt;
 &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Each script can be enabled and disabled (like event/draw handlers).&lt;br /&gt;
The Mod script would be imported by blender as a module (so it stays loaded in memory) and blender can call functions within the module for specific tasks.&lt;br /&gt;
&lt;br /&gt;
[[Category:Script]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Terrywallwork</name></author>
		
	</entry>
</feed>