﻿<?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=%E5%88%A9%E7%94%A8%E8%80%85%3AJaguarandi%2FSummerOfCode2008%2FShrinkwrapModifier</id>
	<title>利用者:Jaguarandi/SummerOfCode2008/ShrinkwrapModifier - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3AJaguarandi%2FSummerOfCode2008%2FShrinkwrapModifier"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Jaguarandi/SummerOfCode2008/ShrinkwrapModifier&amp;action=history"/>
	<updated>2026-05-14T18:06:58Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Jaguarandi/SummerOfCode2008/ShrinkwrapModifier&amp;diff=77463&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Jaguarandi/SummerOfCode2008/ShrinkwrapModifier&amp;diff=77463&amp;oldid=prev"/>
		<updated>2018-06-28T18:36:22Z</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:36時点における版&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=%E5%88%A9%E7%94%A8%E8%80%85:Jaguarandi/SummerOfCode2008/ShrinkwrapModifier&amp;diff=77462&amp;oldid=prev</id>
		<title>2008年8月13日 (水) 17:15にwiki&gt;Jaguarandiによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Jaguarandi/SummerOfCode2008/ShrinkwrapModifier&amp;diff=77462&amp;oldid=prev"/>
		<updated>2008-08-13T17:15:46Z</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;==Shrinkwrap Modifier==&lt;br /&gt;
===Description===&lt;br /&gt;
This modifier allows an object to &amp;quot;shrink&amp;quot; to another object. It moves each of vertex of the object being modified to the a closest position on the given mesh.&lt;br /&gt;
Three methods are implemented to define that &amp;quot;closest&amp;quot; position (namely Nearest Surface, Nearest Vertex, Projection).&lt;br /&gt;
&lt;br /&gt;
In part shrinkwrap acts like a view-independent &amp;quot;retopo&amp;quot;, since the vertices are projected along vertex normal or moved to the nearest surface point. It also doesn't gives accuracy problems as retopo, since its works on object space instead of image space. Also its possible to &amp;quot;keep a distance&amp;quot; from the target position.&lt;br /&gt;
&lt;br /&gt;
Special care has been taken while developing this modifier to make sure it was fast and flexible enough to be usable in several ways. Being that one of the reasons why some features where dropped in order to keep the modifier &amp;quot;deformOnly&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
It also supports edit-mode.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For those who found shrinkwrap modifier pretty usefull but would like it to move emptys or objects positions.. have a look at [[User:Jaguarandi/SummerOfCode2008/Shrinkwrap#constraint|Shrinkwrap Constraint]]&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
* {{Literal|Shrink target}} defines the object to shrink/wrap around&lt;br /&gt;
&lt;br /&gt;
* {{Literal|Shrink mode}} defines the type of shrink:&lt;br /&gt;
** {{Literal|Nearest Surface}} selects the nearest point over the surface of the shrink target&lt;br /&gt;
** {{Literal|Nearest Vertex}} selects the nearest vertex of the shrink target&lt;br /&gt;
** {{Literal|Projection}} projects vertexes in a given direction until touching the shrink target&lt;br /&gt;
*** {{Literal|along normal}}&lt;br /&gt;
*** {{Literal|along X/Y/Z}} or any combination of those&lt;br /&gt;
*** {{Literal|Back/front face culling}} defines what faces are considered valid when projecting.&lt;br /&gt;
&lt;br /&gt;
* {{Literal|Distance offset}} defines the distance that must be keep from the calculated target position.&lt;br /&gt;
&lt;br /&gt;
* {{Literal|Vertex Group}} controls how much each vertex is displaced to its target position.&lt;br /&gt;
* {{Literal|Auxiliar target}} defines an additional object to project over&lt;br /&gt;
&lt;br /&gt;
[DROPPED]&lt;br /&gt;
* {{Literal|Merge points}} that are close than a given distance&lt;br /&gt;
* {{Literal|Remove faces}} defines whether faces where all vertexes were unmoved are removed.&lt;br /&gt;
Those options were dropped to make shrinkwrap a deform only modifier, so that it becomes more flexible and can for example be used with multires.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
Artists have found many uses for this modifier.. here are some of those showing shrinkwrap utility.&lt;br /&gt;
&lt;br /&gt;
Altought most showed examples are directed to cloth modeling,&lt;br /&gt;
this modifier is very useful in the modeling process (as for example doing retopology, skin bulging)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|valign=top|[[Image:SummerOfCode2008-Shrinkwrap-model-skirt-example1.png|600px|thumb|Shrinkwrapping a skirt to a model: Simple paint the vertexes that are supposed to be close to mesh.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|valign=top|[[Image:SummerOfCode2008-Shrinkwrap-curve-projected-to-terrain.png|600px|thumb|Shrinkwrapping a curve to a terrain: Apply normal projection using the Z axis]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|valign=top|[[Image:SummerOfCode2008-Shrinkwrap-skin_slide_example1.gif|300px|thumb|Using shrinkwrap to archieve skin slide (Renderdemon idea)]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;vimeo&amp;gt;1518604&amp;lt;/vimeo&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
Basic example of shirt making: Just make a very simple cage and shrinkwrap it to the model.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Jaguarandi</name></author>
		
	</entry>
</feed>