﻿<?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%2FIDE_Configuration%2FLinux_CMake_NetBeans</id>
	<title>Dev:Doc/IDE Configuration/Linux CMake NetBeans - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ADoc%2FIDE_Configuration%2FLinux_CMake_NetBeans"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/IDE_Configuration/Linux_CMake_NetBeans&amp;action=history"/>
	<updated>2026-04-20T10:25:38Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Doc/IDE_Configuration/Linux_CMake_NetBeans&amp;diff=133445&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/IDE_Configuration/Linux_CMake_NetBeans&amp;diff=133445&amp;oldid=prev"/>
		<updated>2018-06-28T20:45:05Z</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日 (木) 20: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=Dev:Doc/IDE_Configuration/Linux_CMake_NetBeans&amp;diff=133444&amp;oldid=prev</id>
		<title>wiki&gt;Ideasman42: /* Project File */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Doc/IDE_Configuration/Linux_CMake_NetBeans&amp;diff=133444&amp;oldid=prev"/>
		<updated>2015-06-18T00:08:43Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Project File&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Starting out ==&lt;br /&gt;
* This document assumes you have built blender using the [[Dev:2.5/Doc/Building_Blender/Linux/Ubuntu/CMake|Linux/CMake Quickstart]].&lt;br /&gt;
* Tested with NetBeans 7.4&lt;br /&gt;
&lt;br /&gt;
* Blender uses a lot of memory in netbeans, for much faster parsing start netbeans with the argument: '''-J-Xmx1024m'''&lt;br /&gt;
* For smooth text display you can use this argument: '''-J-Dawt.useSystemAAFontSettings=lcd'''&lt;br /&gt;
* ''You may need to enable the C/C++ plug-in from within NetBeans (it may not be on by default)''&lt;br /&gt;
** Tools (Menu) -&amp;gt; Plugins&lt;br /&gt;
** Settings (Tab) -&amp;gt; check Netbeans Distribution&lt;br /&gt;
** Available Plugins (Tab) -&amp;gt; check C/C++ and install it&lt;br /&gt;
&lt;br /&gt;
== Project File ==&lt;br /&gt;
&lt;br /&gt;
To create a project file for netbeans run&lt;br /&gt;
&lt;br /&gt;
 python3 BLENDER_SOURCE/build_files/cmake/cmake_netbeans_project.py BLENDER_BUILD&lt;br /&gt;
&lt;br /&gt;
... where '''BLENDER_SOURCE''' Is blenders source directory and '''BLENDER_BUILD''' is the cmake build directory containing CMakeCache.txt&lt;br /&gt;
&lt;br /&gt;
''you may want to use a bash alias or shell script for this command.''&lt;br /&gt;
&lt;br /&gt;
To load the project file:&lt;br /&gt;
* File (Menu) -&amp;gt; Open Project&lt;br /&gt;
* Navigate to the CMake Build directory, double clicking on it will load it.&amp;lt;br&amp;gt;''When loading netbeans in the future this project will be available in the welcome screen''&lt;br /&gt;
&lt;br /&gt;
* netbeans will ask if it should assosiate 'inl' with C/C++ header&amp;lt;br&amp;gt;Click yes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* NOTE: For an unknown reason code assistance is not parsing Blender's code on loading the project file.&amp;lt;br&amp;gt;This can be worked around by right clicking on the 'Blender' project icon and selecting '''Code Assistance -&amp;gt; Reparse Project''' (netbeans 8.0.2, --[[User:Ideasman42|Ideasman42]] 00:08, 18 June 2015 (UTC)).&lt;br /&gt;
&lt;br /&gt;
== Launching Blender ==&lt;br /&gt;
&lt;br /&gt;
* File (menu) -&amp;gt; Project Properties - Blender&lt;br /&gt;
** ''Run''&lt;br /&gt;
** Set 'Run Directory' to your blender source-code path.&lt;br /&gt;
** Disable 'Build First'&lt;br /&gt;
&lt;br /&gt;
== Configuring The Editor ==&lt;br /&gt;
See: [[Dev:Doc/CodeStyle/Configuration#NetBeans]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Ideasman42</name></author>
		
	</entry>
</feed>