﻿<?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%3ALucarood%2FSurfaceDeform</id>
	<title>利用者:Lucarood/SurfaceDeform - 版の履歴</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%3ALucarood%2FSurfaceDeform"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Lucarood/SurfaceDeform&amp;action=history"/>
	<updated>2026-08-31T14:58:16Z</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:Lucarood/SurfaceDeform&amp;diff=152757&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:Lucarood/SurfaceDeform&amp;diff=152757&amp;oldid=prev"/>
		<updated>2018-06-28T21:21:54Z</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日 (木) 21:21時点における版&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:Lucarood/SurfaceDeform&amp;diff=152756&amp;oldid=prev</id>
		<title>2017年3月16日 (木) 23:24にwiki&gt;Ideasman42による</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Lucarood/SurfaceDeform&amp;diff=152756&amp;oldid=prev"/>
		<updated>2017-03-16T23:24:22Z</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;notice, this text has been added to the reference manual where up-to-date documentation should be maintained:&lt;br /&gt;
&lt;br /&gt;
https://developer.blender.org/diffusion/BM/browse/trunk/blender_docs/manual/modeling/modifiers/deform/surface_deform.rst&lt;br /&gt;
&lt;br /&gt;
= Surface Deform Modifier =&lt;br /&gt;
&lt;br /&gt;
The Surface Deform Modifier allows an arbitrary mesh[[#Target_Mesh_Validity|&amp;lt;sup&amp;gt;[note]&amp;lt;/sup&amp;gt;]] surface to control the deformation of another, essentially transferring its motion/deformation. One great use for this is to have a proxy mesh for cloth simulation, which will in turn drive the motion of your final and more detailed mesh, which would otherwise not be suitable for simulation. ([[User:Lucarood/SurfaceDeform/Technical|Brief technical documentation]])&lt;br /&gt;
&lt;br /&gt;
== Options ==&lt;br /&gt;
&lt;br /&gt;
[[file:SDef_UI.png]]&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
; '''Target''' : The object to which to bind. (This setting is unavailable after binding)&lt;br /&gt;
&lt;br /&gt;
; '''Interpolation falloff''' : How much a vertex bound to one face of the target will be affected by the surrounding faces. This essentially controls how smooth the deformations are. Note that while lower values result in smoother deformations, they may also introduce slight artifacts. (This setting is unavailable after binding)&lt;br /&gt;
&lt;br /&gt;
; '''Bind''' : Bind the current state of the modified mesh to the current state of the target mesh, such that any later change in the target mesh will deform the modified mesh as well. Note that until the bind has been executed, this modifier will have no effect whatsoever. (This does not affect the target object)&lt;br /&gt;
&lt;br /&gt;
; '''Unbind''' : Once the mesh is bound, the {{Format/Literal|Bind}} button changes to {{Format/Literal|Unbind}}. Executing this frees the modified mesh from the target, and resets it its original shape. (This does not affect the target object)&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
* The meshes are bound with regard to global coordinates, but later transformations on the objects are ignored. This means that one can freely transform the target or modified object after binding, without affecting the modified object. The modified mesh will only pick up changes to the target object's mesh itself.&lt;br /&gt;
&lt;br /&gt;
* The further a mesh deviates from the target mesh surface, the more likely it is to get undesirable artifacts. This is an inherent characteristic of surface binding in general, so it is recommended to have reasonably well matching meshes, in order to get a good bind.&lt;br /&gt;
&lt;br /&gt;
== Target Mesh Validity ==&lt;br /&gt;
&lt;br /&gt;
While there are no restrictions with regard to the modified mesh, the target object's mesh has a few constraints, which if not followed, will prevent a successful bind. The target mesh has to follow these conditions:&lt;br /&gt;
&lt;br /&gt;
* Must '''not''' contain edges with more than two faces.&lt;br /&gt;
* Must '''not''' contain concave faces.&lt;br /&gt;
* Must '''not''' contain overlapping vertices (doubles).&lt;br /&gt;
* Must '''not''' contain faces with collinear edges.&lt;br /&gt;
&lt;br /&gt;
Here is a handy reference of what is and isn't valid:&lt;br /&gt;
&lt;br /&gt;
[[file:SDef_MeshValidity2.png|500px]]&lt;br /&gt;
[[file:SDef_MeshValidity1.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Demo ==&lt;br /&gt;
&lt;br /&gt;
[[file:SDef_demo.gif]]&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
A detailed mesh with blue thingies, bound to a simplified mesh with a cloth simulation.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Ideasman42</name></author>
		
	</entry>
</feed>