﻿<?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=%E5%88%A9%E7%94%A8%E8%80%85%3AKazanbas%2FGsoc2009%2FAPI_examples</id>
	<title>利用者:Kazanbas/Gsoc2009/API examples - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3AKazanbas%2FGsoc2009%2FAPI_examples"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kazanbas/Gsoc2009/API_examples&amp;action=history"/>
	<updated>2026-04-20T16:59:41Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kazanbas/Gsoc2009/API_examples&amp;diff=89065&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kazanbas/Gsoc2009/API_examples&amp;diff=89065&amp;oldid=prev"/>
		<updated>2018-06-28T18:42:21Z</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日 (木) 18:42時点における版&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=%E5%88%A9%E7%94%A8%E8%80%85:Kazanbas/Gsoc2009/API_examples&amp;diff=89064&amp;oldid=prev</id>
		<title>2009年6月21日 (日) 12:28にwiki&gt;Kazanbasによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kazanbas/Gsoc2009/API_examples&amp;diff=89064&amp;oldid=prev"/>
		<updated>2009-06-21T12:28:14Z</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;=API examples=&lt;br /&gt;
&lt;br /&gt;
Hi, here you can find examples of current Python import and export API.&lt;br /&gt;
&lt;br /&gt;
==Creating datablocks==&lt;br /&gt;
For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
me = bpy.data.add_mesh(&amp;quot;Mesh&amp;quot;)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Removing datablocks==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bpy.data.remove_mesh(me)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==File selector==&lt;br /&gt;
From within operator's invoke:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wm = context.manager&lt;br /&gt;
wm.add_fileselect(self.__operator__)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Object==&lt;br /&gt;
===Object Methods===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Object.create_render_mesh([apply_matrix, [custom_matrix]])&lt;br /&gt;
Object.create_dupli_list()&lt;br /&gt;
Object.free_dupli_list()&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Mesh==&lt;br /&gt;
===Mesh Methods===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Main==&lt;br /&gt;
===Main Methods===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Main.add_object(type, name)&lt;br /&gt;
Main.add_mesh(name)&lt;br /&gt;
Main.remove_mesh(name)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>wiki&gt;Kazanbas</name></author>
		
	</entry>
</feed>