﻿<?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%2FConstraints%2FThe_Stack</id>
	<title>Doc:2.6/Manual/Constraints/The Stack - 版の履歴</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%2FConstraints%2FThe_Stack"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Constraints/The_Stack&amp;action=history"/>
	<updated>2026-04-25T18:21:15Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Constraints/The_Stack&amp;diff=98889&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/Constraints/The_Stack&amp;diff=98889&amp;oldid=prev"/>
		<updated>2018-06-28T19:38:18Z</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日 (木) 19:38時点における版&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/Constraints/The_Stack&amp;diff=98888&amp;oldid=prev</id>
		<title>wiki&gt;Mam711: /* Adding/Removing a Constraint */ grammar/punctuation</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Constraints/The_Stack&amp;diff=98888&amp;oldid=prev"/>
		<updated>2013-07-01T13:19:12Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Adding/Removing a Constraint: &lt;/span&gt; grammar/punctuation&lt;/span&gt;&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/Constraints/Common Interface|Doc:2.5/Manual/Constraints/Transform/Copy Location}}&lt;br /&gt;
{{review|}}&lt;br /&gt;
= The Constraints Stack =&lt;br /&gt;
[[File:25-Manual-Constraints-Example-Stack.png|thumb|200px|A constraint stack example]]&lt;br /&gt;
Constraints are evaluated from top to bottom of the constraint stack, shown in the {{Literal|Constraints}} panel.&lt;br /&gt;
&lt;br /&gt;
# In (''A constraint stack example''), first the location of the lamp is copied to the owner object.&lt;br /&gt;
# The copy rotation constraint is ignored (red name, see below).&lt;br /&gt;
# So the next constraint evaluated is the {{Literal|Child Of}} one, which is currently reduced.&lt;br /&gt;
# Finally, the size of our cube is bounded by the {{Literal|Limit Scale}} last constraint.&lt;br /&gt;
: So here, the size of the cube is first controlled by the target of the {{Literal|Child Of}} constraint, within the limits allowed by the next {{Literal|Limit Scale}} constraint… As with modifiers, order is crucial!&lt;br /&gt;
&lt;br /&gt;
You can move a constraint up and down the stack by using the small up/down arrow buttons that are drawn in its header, to the right of the constraint name. These buttons are only visible when needed, i.e. the top constraint has only the “down” button, the bottom constraint, only the “up” one – and when there is only one constraint in the stack, both buttons are hidden.&lt;br /&gt;
{{clr}}&lt;br /&gt;
== Adding/Removing a Constraint ==&lt;br /&gt;
To add a constraint, you can, in the {{Literal|Constraints}} panel, click on the… {{Literal|Add Constraint}} button! A menu shows up, listing all available constraints for the current active object (or bone in {{Literal|Pose}} mode (in which case the constraint will show up in the bone constraints menu). The new constraint is ''always'' added at the bottom of the stack.&lt;br /&gt;
&lt;br /&gt;
You can also, in a 3D view, either:&lt;br /&gt;
* Select only the future owner, hit {{Shortcut|ctrl|shift|C}}, and in the {{Literal|Add Constraint to New Empty Object}} menu that pops up, select the constraint you want to add. If the chosen constraint needs it, a new {{Literal|Empty}} object will be automatically added as target, positioned at the owner’s center, and with null rotation.&lt;br /&gt;
* Select first the future target, and then the future owner, hit {{Shortcut|ctrl|shift|C}}, and in the {{Literal|Add Constraint to Active Object}} (or {{Literal|Add Constraint to Active Bone}}) menu that pops up, select the constraint you want to add. If the chosen constraint needs it, the other selected object/bone will be used as target.&lt;br /&gt;
&lt;br /&gt;
Note that these pop-up menus do not display all the available constraints.&lt;br /&gt;
&lt;br /&gt;
To remove a constraint, click on the “X” button of the header of the constraint you want to delete, in the {{Literal|Constraints}} panel. You can also remove all constraints from the selected object(s), using the {{Menu|Object|Constraints|Clear Object Constraints}} (or {{Menu|Pose|Constraints|Clear Pose Constraints…}} or hit {{Shortcut|ctrl|alt|C}}).&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|Doc:2.5/Manual/Constraints/Common Interface|Doc:2.5/Manual/Constraints/Transform/Copy Location}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Constraints]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mam711</name></author>
		
	</entry>
</feed>