﻿<?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%3ARef%2FRelease_Notes%2F2.67%2FNode_Editor</id>
	<title>Dev:Ref/Release Notes/2.67/Node Editor - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ARef%2FRelease_Notes%2F2.67%2FNode_Editor"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.67/Node_Editor&amp;action=history"/>
	<updated>2026-07-31T09:23:52Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.67/Node_Editor&amp;diff=141713&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.67/Node_Editor&amp;diff=141713&amp;oldid=prev"/>
		<updated>2018-06-28T20:54:13Z</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:54時点における版&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:Ref/Release_Notes/2.67/Node_Editor&amp;diff=141712&amp;oldid=prev</id>
		<title>2013年5月6日 (月) 12:37にwiki&gt;Phonyboneによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.67/Node_Editor&amp;diff=141712&amp;oldid=prev"/>
		<updated>2013-05-06T12:37:13Z</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;The node editor has got a few new features to improve workflow for node groups.&lt;br /&gt;
&lt;br /&gt;
== Node Groups ==&lt;br /&gt;
&lt;br /&gt;
=== Group Interface ===&lt;br /&gt;
&lt;br /&gt;
The design of node group interfaces has gotten a complete overhaul. Input/Output sockets of a node group are now part of a regular node (Group Input/Group Output). Long connection lines to/from the sides of a node group are avoided and don't move around each time the layout is changed.&lt;br /&gt;
&lt;br /&gt;
{|align=center&lt;br /&gt;
| [[File:Blender2.67_node_groups_compare_old.png|thumb|300px|Old node groups: long and wiggly connections to the sides]]&lt;br /&gt;
| [[File:Blender2.67_node_groups_compare_new.png|thumb|300px|New node groups: Inputs/Outputs as regular nodes]]&lt;br /&gt;
|}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
[[File:Blender2.67_node_groups_interface_panel.png|right|250px]]&lt;br /&gt;
The details of a node group's interface can be changed in the node editor sidebar ({{Shortcut/Keypress|n}}). Sockets can be added or removed, descriptive names can be added and the details of the input data value defined there.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
=== Independent Editing ===&lt;br /&gt;
&lt;br /&gt;
[[File:Blender2.67_node_groups_multiedit.png|right|300px]]&lt;br /&gt;
Node groups can be opened in different editors independently. Each editor has its own &amp;quot;history&amp;quot; of edited node groups, instead of forcing each editor to show the same group. This allows editing both the node groups as well as the outer instance of that group at the same time, using multiple node editor windows.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
=== Nesting Groups ===&lt;br /&gt;
&lt;br /&gt;
Nested node groups are now fully supported. A node group can be inserted or created inside another node group.&lt;br /&gt;
{{Note|Recursion|Recursive node groups are prohibited for all the current node systems: A node group can never contain itself (or another group that contains it). This is to prevent infinite recursion. Future node systems may still be designed to allow this in some form, but general node groups don't support it.}}&lt;br /&gt;
&lt;br /&gt;
{|align=center&lt;br /&gt;
| [[File:Blender2.67_node_groups_nesting.png|thumb|300px|Building up more complex functions from small vector math components ([[File:Blender2.67_node_groups_nesting.blend]])]]&lt;br /&gt;
| [[File:Blender2.67_node_groups_simplify.png|thumb|300px|Create simplified interfaces by wrapping a generic group with lots of parameters]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Pinning ==&lt;br /&gt;
&lt;br /&gt;
The node editor now allows pinning. When enabled, the editor will retain the material or texture, even when the user selects a different object. A node tree can then be edited independent of the object selection in the 3D view.&lt;br /&gt;
&lt;br /&gt;
{|align=center&lt;br /&gt;
| [[File:Blender2.67_node_groups_pinning.png|thumb|300px|Two different materials displayed at the same time using pinning]]&lt;br /&gt;
| [[File:Blender2.67_node_groups_pinning2.png|thumb|300px|Pinning can also be used for node groups]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Toolbar ==&lt;br /&gt;
&lt;br /&gt;
[[File:Blender2.67_node_toolbar.png|200px|right]]&lt;br /&gt;
As an alternative to adding new nodes with the {{Format/Literal|Add}} menu ({{Shortcut/Keypress|shift|a}}) there is now a list of panels in the node toolbar ({{Shortcut/Keypress|t}}). Each node has a button which, after creating the actual node, also starts the transform operator, allowing quicker insertion into a node tree.&lt;br /&gt;
&lt;br /&gt;
The underlying system for generating both the {{Format/Literal|Add}} menu and the toolbar has been rewritten in python to make it easier to tweak and extend.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Phonybone</name></author>
		
	</entry>
</feed>