﻿<?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=Doc%3A2.6%2FManual%2FExtensions%2FPython</id>
	<title>Doc:2.6/Manual/Extensions/Python - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Doc%3A2.6%2FManual%2FExtensions%2FPython"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Extensions/Python&amp;action=history"/>
	<updated>2026-07-14T02:57:27Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Extensions/Python&amp;diff=93633&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Extensions/Python&amp;diff=93633&amp;oldid=prev"/>
		<updated>2018-06-28T18:45:34Z</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: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=Doc:2.6/Manual/Extensions/Python&amp;diff=93632&amp;oldid=prev</id>
		<title>wiki&gt;Ideasman42: remove cruft</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Extensions/Python&amp;diff=93632&amp;oldid=prev"/>
		<updated>2012-10-08T23:34:58Z</updated>

		<summary type="html">&lt;p&gt;remove cruft&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Page/Header|2.5|Doc:2.5/Manual/Extensions|Doc:2.5/Manual/Extensions/Python/Setup}}&lt;br /&gt;
&lt;br /&gt;
= Blender 2.6, Python Manual =&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Welcome to the Blender 2.6 Python Manual.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Python [http://www.python.org/ www.Python.org] is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes. Python combines remarkable power with very clear syntax.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Python scripts are a powerful and versatile way to extend Blender functionality. Most areas of Blender can be scripted, including Animation, Rendering, Import and Export, Object Creation and the scripting of repetitive tasks.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
To interact with Blender, scripts can make use of the tightly integrated API (Application Programming Interface).&lt;br /&gt;
&lt;br /&gt;
= General information =&lt;br /&gt;
Links that are useful while writing scripts.&lt;br /&gt;
* [http://www.blender.org/documentation/250PythonDoc/ Blender Python API]&lt;br /&gt;
** Official API documentation. Use this for referencing while writing scripts.&lt;br /&gt;
* [[Dev:2.5/Py/API/Intro|API introduction]]&lt;br /&gt;
** A short introduction to get you started with the API. Contains examples.&lt;br /&gt;
* [[Dev:2.5/Py/Scripts/Cookbook|CookBook]]&lt;br /&gt;
** A section of handy code snippets (yet to be written)&lt;br /&gt;
* [[Doc:2.6/Manual/Extensions/Python/FAQ| FAQ]]&lt;br /&gt;
** Frequently asked questions and their answers&lt;br /&gt;
&lt;br /&gt;
Links that deal with distributing your scripts.&lt;br /&gt;
* [[Dev:Py/Sharing|Sharing scripts]]&lt;br /&gt;
** Information on how to share your scripts and get them included in the official Blender distribution. &lt;br /&gt;
* [[Dev:2.5/Py/Scripts/Guidelines/Addons|Creating Add-Ons]]&lt;br /&gt;
** As of Blender 2.5 Alpha1, this is the new way to spread scripts for Blender. &lt;br /&gt;
* [https://projects.blender.org/projects/bf-extensions/ Extensions project]&lt;br /&gt;
** Project to maintain a central repository of extensions to Blender.&lt;br /&gt;
&lt;br /&gt;
= Getting Started - Wiki tutorials =&lt;br /&gt;
The following pages are located on this wiki and take you from the basics to the more advanced concepts of Python scripting for Blender.&lt;br /&gt;
&lt;br /&gt;
* [[Doc:2.6/Manual/Extensions/Python/Intro to Python|Hello World]]&lt;br /&gt;
* [[Doc:2.6/Manual/Extensions/Python/Console|Console]]&lt;br /&gt;
* [[Doc:2.6/Manual/Extensions/Python/Text editor|Text editor]]&lt;br /&gt;
* [[Doc:2.6/Manual/Extensions/Python/Geometry|Geometry]]&lt;br /&gt;
* [[Doc:2.6/Manual/Extensions/Python/Properties|Properties, ID-Properties and their differences]]&lt;br /&gt;
&lt;br /&gt;
= Getting Started - External links =&lt;br /&gt;
The following pages are not located on this wiki, but contain a lot of good information to start learning how to write scripts for Blender.&lt;br /&gt;
&lt;br /&gt;
* [http://sites.google.com/site/satishgoda/blender/learningblender25/introduction-to-blender-python-api Introductory tutorial by Satish Goda]&lt;br /&gt;
** Takes you from the beginning and teaches how to do basic API manipulations.&lt;br /&gt;
*[http://www.youtube.com/watch?v=vmhU_whC6zw Ira Krakow's video tutorials]&lt;br /&gt;
** First video in a series of video tutorials.&lt;br /&gt;
* [http://en.wikibooks.org/wiki/Blender_3D:_Blending_Into_Python/2.5_quickstart Quickstart guide]&lt;br /&gt;
** A quickstart guide for people who already have some familiarity with Python and Blender.&lt;br /&gt;
* [http://blenderartists.org/forum/showthread.php?t=164765 Examples thread]&lt;br /&gt;
** A forum thread containing many short working script examples.&lt;br /&gt;
* [http://cgcookie.com/blender/2011/08/26/introduction-to-scripting-with-python-in-blender/ Introduction to Python]&lt;br /&gt;
** A one hour video tutorial introducing Python and the Blender API.&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|Doc:2.5/Manual/Extensions|Doc:2.5/Manual/Extensions/Python/Setup}}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Ideasman42</name></author>
		
	</entry>
</feed>