﻿<?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%2FRelationship%2FShrinkwrap</id>
	<title>Doc:2.6/Manual/Constraints/Relationship/Shrinkwrap - 版の履歴</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%2FRelationship%2FShrinkwrap"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Constraints/Relationship/Shrinkwrap&amp;action=history"/>
	<updated>2026-06-08T11:42:16Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Constraints/Relationship/Shrinkwrap&amp;diff=103861&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/Relationship/Shrinkwrap&amp;diff=103861&amp;oldid=prev"/>
		<updated>2018-06-28T19:42: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日 (木) 19: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=Doc:2.6/Manual/Constraints/Relationship/Shrinkwrap&amp;diff=103860&amp;oldid=prev</id>
		<title>wiki&gt;Mam711: /* Options */ grammar</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Constraints/Relationship/Shrinkwrap&amp;diff=103860&amp;oldid=prev"/>
		<updated>2013-07-01T19:52:08Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Options: &lt;/span&gt; grammar&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/Relationship/Script|Doc:2.5/Manual/Animation}}&lt;br /&gt;
&lt;br /&gt;
{{review|im= examples}}&lt;br /&gt;
&lt;br /&gt;
= Shrinkwrap Constraint =&lt;br /&gt;
The {{Literal|Shrinkwrap}} constraint is the “object counterpart” of the [[Doc:2.6/Manual/Modifiers/Deform/Shrinkwrap|''Shrinkwrap'' modifier]]. It moves the owner origin and therefore the owner object's location to the surface of its target.&lt;br /&gt;
&lt;br /&gt;
This implies that the target ''must'' have a surface. In fact, the constraint is even more selective, as it can only use meshes as targets. Hence, the ''Shrinkwrap'' option is only shown in the ''Add Constraint to Active Object'' menu, {{Shortcut|ctrl|alt|C}}, (or its bone’s equivalent), when the selected inactive object is a mesh.&lt;br /&gt;
&lt;br /&gt;
== Options ==&lt;br /&gt;
[[File:25-Manual-Constraints-Relationship-ShrinkWrap.png|thumb|304px|{{Literal|Shrinkwrap}} panel]]&lt;br /&gt;
; {{Literal|Target}}: This constraint uses one target, which ''must be a mesh object'', and is not functional (red state) when it has none.&lt;br /&gt;
&lt;br /&gt;
; {{Literal|Distance}}: This numeric field controls the offset of the owner from the shrunk computed position on the target’s surface.&lt;br /&gt;
: Positive values place the owner “outside” of the target, and negative ones, “inside” the target.&lt;br /&gt;
: This offset is applied along the straight line defined by the original (i.e. before constraint) position of the owner, and the computed one on the target’s surface.&lt;br /&gt;
&lt;br /&gt;
; {{Literal|Shrinkwrap Type}}: This drop-down list allows you to select which method to use to compute the point on the target’s surface to which to translate the owner’s center. You have three options:&lt;br /&gt;
:; {{Literal|Nearest Surface Point}}: The chosen target’s surface’s point will be the nearest one to the original owner’s location. This is the default and most commonly useful option.&lt;br /&gt;
:; {{Literal|Projection}}: The target’s surface’s point is determined by projecting the owner’s center along a given axis.&lt;br /&gt;
:: This axis is controlled by the three {{Literal|X}}, {{Literal|Y}} and {{Literal|Z}} toggle buttons that show up when you select this type. This mean the projection axis can only be aligned with one of the global axes, median to both of them (XY, XZ or YZ), or to the three ones (XYZ).&lt;br /&gt;
:: When the projection of the owner’s center along the selected direction does not hit the target’s surface, the owner’s location is left unchanged.&lt;br /&gt;
&lt;br /&gt;
:; {{Literal|Nearest Vertex}}: This method is very similar to the ''Nearest Surface Point'' one, except that the owner’s possible shrink locations are limited to the target’s vertices.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|Doc:2.5/Manual/Constraints/Relationship/Script|Doc:2.5/Manual/Animation}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Constraints]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mam711</name></author>
		
	</entry>
</feed>