﻿<?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%2FPy%2FScripts</id>
	<title>Dev:2.4/Py/Scripts - 版の履歴</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%2FPy%2FScripts"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.4/Py/Scripts&amp;action=history"/>
	<updated>2026-05-24T19:23:12Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:2.4/Py/Scripts&amp;diff=44314&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/Py/Scripts&amp;diff=44314&amp;oldid=prev"/>
		<updated>2018-06-28T17:46:19Z</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:46時点における版&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/Py/Scripts&amp;diff=44313&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/Py/Scripts&amp;diff=44313&amp;oldid=prev"/>
		<updated>2010-05-27T08:22:50Z</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;[[Dev:2.4/Py/Scripts/Guidelines|ScriptDev/Guidelines]]&lt;br /&gt;
&lt;br /&gt;
==News==&lt;br /&gt;
&lt;br /&gt;
===Update: Oct. 1===&lt;br /&gt;
&lt;br /&gt;
Working on a template wiki doc for i/o scripts. We'll start the wiki section where the scripts doc pages will go:&lt;br /&gt;
&lt;br /&gt;
*[[Extensions:Py/Scripts|Scripts]] - the root&lt;br /&gt;
*[[Extensions:Py/Scripts|Scripts/Manual]] - the User Manual&lt;br /&gt;
*[[Extensions:Py/Scripts#Export|Scripts/Catalog/Export]] - separating by group: export, import, etc.&lt;br /&gt;
*[[Extensions:2.4/Py/Scripts/Export/AC3D|Scripts/Manual/Export/AC3D]] - the first example.&lt;br /&gt;
&lt;br /&gt;
===Update: Sept. 17===&lt;br /&gt;
&lt;br /&gt;
We're starting (check TODO below), first with the announcement and invitation in a [http://blenderartists.org/forum/showthread.php?t=77829 blenderartists.org thread].&lt;br /&gt;
&lt;br /&gt;
The first scripts will be the OBJ i/o and theeth's Save UV Face Layout, we still need to contact Raphael for permission to use his script.&lt;br /&gt;
&lt;br /&gt;
We want better integration of scripts in Blender. They should look and work like other functionalities in the program and, most important, be robust (proper error checking and reporting) and well documented.&lt;br /&gt;
&lt;br /&gt;
For that we will use a forum (probably BlenderArtists' Python and Plugins forum) to discuss scripts and use wiki for better documentation.&lt;br /&gt;
&lt;br /&gt;
The first step was to define clear guidelines for scripts that are bundled with Blender. Here they are, open for discussion and improvements:&lt;br /&gt;
&lt;br /&gt;
[[Dev:2.4/Py/Scripts/Guidelines|Guidelines]]&lt;br /&gt;
&lt;br /&gt;
==TODO==&lt;br /&gt;
&lt;br /&gt;
===Now===&lt;br /&gt;
&lt;br /&gt;
Proposal: we can start with 3 scripts, discussing about them with interested users and updating them to follow the guidelines (code, ui, documentation). A default layout for wiki docs should also be defined. We still didn't choose the scripts, but these are good candidates:&lt;br /&gt;
&lt;br /&gt;
;The OBJ importer or exporter by Campbell Barton&lt;br /&gt;
:It's good to start with an important i/o script, naturally.&lt;br /&gt;
&lt;br /&gt;
;[http://dwarf.free.fr/dwarf/blender/python/ Transpal Express], by Raphael Betemps&lt;br /&gt;
:This is a Gimp palette importer with interesting features, it was proposed by the author for inclusion in Blender some versions ago, but wasn't integrated yet.&lt;br /&gt;
&lt;br /&gt;
;Save UV Face layout, by Martin Poirier&lt;br /&gt;
:A very useful script. Let's see what we all can come up with for documentation and ui improvements or even features, if needed.&lt;br /&gt;
&lt;br /&gt;
===Later===&lt;br /&gt;
&lt;br /&gt;
The next steps will probably be:&lt;br /&gt;
&lt;br /&gt;
#Remove all scripts from cvs&lt;br /&gt;
#Only add back the ones that (are updated to) conform to the accepted guidelines.&lt;br /&gt;
&lt;br /&gt;
PS: we will also start using the scripts project's cvs to collect and manage scripts. There more script developers can have write access.&lt;br /&gt;
&lt;br /&gt;
===Script Wiki Articles===&lt;br /&gt;
A &amp;quot;template&amp;quot; has been created for writing articles about scripts. (very much WIP)&lt;br /&gt;
&lt;br /&gt;
[[Extensions:Py/Scripts/Template|Article Template]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones bot</name></author>
		
	</entry>
</feed>