﻿<?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%3ADoc%2FNew_Developer_Env</id>
	<title>Dev:Doc/New Developer Env - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ADoc%2FNew_Developer_Env"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/New_Developer_Env&amp;action=history"/>
	<updated>2026-04-20T11:55:40Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Doc/New_Developer_Env&amp;diff=89699&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/New_Developer_Env&amp;diff=89699&amp;oldid=prev"/>
		<updated>2018-06-28T18:42:46Z</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=Dev:Doc/New_Developer_Env&amp;diff=89698&amp;oldid=prev</id>
		<title>wiki&gt;Blendify: /* Python */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/New_Developer_Env&amp;diff=89698&amp;oldid=prev"/>
		<updated>2016-02-04T15:32:40Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Python&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Development Environment Setup =&lt;br /&gt;
&lt;br /&gt;
This document is split into 2 sections, one for C/C++ another for python, since you may be using one of the other and they both have very different requirements.&lt;br /&gt;
&lt;br /&gt;
== C/C++ ==&lt;br /&gt;
&lt;br /&gt;
If you already are familiar with a C/C++ development environment, most likely you can use it for blender development.&lt;br /&gt;
&lt;br /&gt;
Otherwise, if you have no strong preference - its safe to choose the default IDE's on each platform.&lt;br /&gt;
* OSX - XCode&lt;br /&gt;
* Microsoft Windows  - Microsoft Visual Studio (MSVC)&lt;br /&gt;
* Linux - ''(no default IDE but there are popular ones you can try)''&lt;br /&gt;
&lt;br /&gt;
=== IDE Quick-Start Links ===&lt;br /&gt;
&lt;br /&gt;
Once you have blender building you may want to develop one of the many IDE's (or editors) that can be used with blender.&lt;br /&gt;
&lt;br /&gt;
Since there are too many OS/IDE combinations, maintaining a comprehensive list of all would be difficult, so here is a list of documented configurations known to work well.&lt;br /&gt;
&lt;br /&gt;
* [[Dev:Doc/IDE_Configuration/Linux_CMake_QtCreator|Linux / CMake / QtCreator]]&lt;br /&gt;
* [[Dev:Doc/IDE_Configuration/Linux_CMake_NetBeans|Linux / CMake / NetBeans]]&lt;br /&gt;
* [[Dev:Doc/IDE_Configuration/Linux_CMake_Eclipse|Linux / CMake / Eclipse]]&lt;br /&gt;
* [[Dev:Doc/IDE_Configuration/Linux_CMake_KDevelop|Linux / CMake / KDevelop]]&lt;br /&gt;
* [[Dev:Doc/IDE_Configuration/OSX_CMake_XCode|OSX / CMake / Xcode]]&lt;br /&gt;
&lt;br /&gt;
* [[Dev:Doc/IDE_Configuration/Windows_CMake_MSVC2013|Windows / CMake / MSVC2013]] (TODO)&lt;br /&gt;
&lt;br /&gt;
note:&lt;br /&gt;
* These docs assume you have blender already building.&lt;br /&gt;
* Some of these pages can be easily used between different operating systems.&lt;br /&gt;
&lt;br /&gt;
== Python ==&lt;br /&gt;
&lt;br /&gt;
While python scripts can be developed entirely inside Blender, the built-in text editor is limited. Its convenient for short scripts or making minor edits but for large projects you will want to use an external editor.&lt;br /&gt;
&lt;br /&gt;
With python development the choice of IDE/Editor is less of an issue as with C/C++, most developers just use their favorite editor.&lt;br /&gt;
&lt;br /&gt;
Editors known to work well: scite, geany, notepad++, gedit and eric5.&lt;br /&gt;
&lt;br /&gt;
If you're already familiar with vim or emacs they are fine too.&lt;br /&gt;
&lt;br /&gt;
For more information on how to execute scripts externally see: [http://www.blender.org/documentation/blender_python_api_current/info_tips_and_tricks.html#use-an-external-editor Using an External Editor]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Blendify</name></author>
		
	</entry>
</feed>