﻿<?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=MorphTarget_ShapeBlender_Modifier</id>
	<title>MorphTarget ShapeBlender Modifier - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=MorphTarget_ShapeBlender_Modifier"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=MorphTarget_ShapeBlender_Modifier&amp;action=history"/>
	<updated>2026-09-10T11:00:36Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=MorphTarget_ShapeBlender_Modifier&amp;diff=141615&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=MorphTarget_ShapeBlender_Modifier&amp;diff=141615&amp;oldid=prev"/>
		<updated>2018-06-28T20:54:09Z</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=MorphTarget_ShapeBlender_Modifier&amp;diff=141614&amp;oldid=prev</id>
		<title>wiki&gt;Klutz: /* Why use Morph Target Modifier */ Copyedit</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=MorphTarget_ShapeBlender_Modifier&amp;diff=141614&amp;oldid=prev"/>
		<updated>2014-09-21T20:37:26Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Why use Morph Target Modifier: &lt;/span&gt; Copyedit&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[MorphTarget_ShapeBlender_Modifier]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
&lt;br /&gt;
The MorphTarget (codename) modifier's real purpose is to let artists use an actual mesh as a morph target so that the user does not rely on implicit shape keys data structures. The shape keys are very useful, however due to their exotic existence they do not give the user much play room. For example, it is harder to merge your changes to your initial mesh in a situation where you take your mesh to  another app to make some changes and bring it back (MTM is more elegant). Another issue is that shape keys are not visible to the users unless the user selects them and adjusts the factors. The workarounds are more cumbersome than using MTM.  This modifier anticipates to free the user from most of those restrictions that the shape key system forces on the user experience.&lt;br /&gt;
&lt;br /&gt;
One of the most important aspects of having a separate morph modifier is that,unlike the shape keys, it can be stacked in the modifier list. The shape keys' deformation happens before anything else, therefore the user has no control over when the morphing should occur.&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
&lt;br /&gt;
Old forum link: http://blenderartists.org/forum/showthread.php?286279-Morph-to-target-mesh-modifier-is-ready-for-testing&lt;br /&gt;
&lt;br /&gt;
New forum link: http://blenderartists.org/forum/showthread.php?337131-Updated-Morph-Target-Modifier-by-kkar&amp;amp;p=2648907&lt;br /&gt;
&lt;br /&gt;
Patch page: http://projects.blender.org/tracker/index.php?func=detail&amp;amp;aid=34635&amp;amp;group_id=9&amp;amp;atid=127&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Terminology==&lt;br /&gt;
    &lt;br /&gt;
    MTM         &amp;gt; Morph Target Modifier&lt;br /&gt;
    Source_A    &amp;gt; The item that has the MTM&lt;br /&gt;
    Target_B    &amp;gt; The item that Source_A morphed into&lt;br /&gt;
&lt;br /&gt;
==What Morph Target Modifier is not==&lt;br /&gt;
    &lt;br /&gt;
    This is not a replacement for shapekeys.&lt;br /&gt;
&lt;br /&gt;
    MTM does not attempt to limit or interfer with the shape key functionality.&lt;br /&gt;
&lt;br /&gt;
    MTM is not trying to duplicate functionality, rather it is trying to take advantage of other ideas in Blender.&lt;br /&gt;
&lt;br /&gt;
    MTM is not a general purpose shape shifter (it does not handle arbitrary topology atm).&lt;br /&gt;
&lt;br /&gt;
    MTM does not hold/create special data to do morphing. It merely calculates morph vectors on the fly.&lt;br /&gt;
&lt;br /&gt;
==Why use Morph Target Modifier==&lt;br /&gt;
    These are not the only cases where it is useful, however I am listing the most important and the main advantages over the shape keys here.&lt;br /&gt;
&lt;br /&gt;
    MTM is listed in the modifier stack, so it can be repositioned in the stack, while shape keys happen before anything else.&lt;br /&gt;
&lt;br /&gt;
    Not only it can be stacked in the modifiers, it can also use the calculated vertex positions from the previous modifiers.&lt;br /&gt;
    Therefore it effectively supersedes shapes if needed in such cases. On the other hand, the shape keys can only be used against the original mesh data. The deformers are discarded naturally. &lt;br /&gt;
    This is optional and can be selected in the panel (use_modified flag).&lt;br /&gt;
&lt;br /&gt;
    MTM can also use the modifiers data from Target_B, which means that it uses the final derived mesh for its purposes.&lt;br /&gt;
    For example, you can apply other deformers like armatures/displacement on Target_B and get that to be the target morph data.&lt;br /&gt;
&lt;br /&gt;
    One of the places this is very handy is when you want to modify your item in another program (like Zbrush) and bring back the resulting mesh and merge your changes. While there are other ways&lt;br /&gt;
    to achieve similar things in Blender, I have found this way to be the most convenient for my needs.&lt;br /&gt;
&lt;br /&gt;
    MTM lets you treat your morph targets more like a palette. Once you have all your target meshes, you can mix and merge changes from different parts of those meshes  or full parts from them into your original.&lt;br /&gt;
    Mesh item using weights and morphing.&lt;br /&gt;
    The shape keys are implicit and you generally cannot see all at once. There are ways to achieve that, however I believe that MTM way is the most elegant in this case. &lt;br /&gt;
&lt;br /&gt;
    MTM can be put in any position the modifier stack, but because there is no artbitrary topology matching it is not a good idea to use the remesh modifier with it.&lt;br /&gt;
&lt;br /&gt;
    MTM can be used for corrective morphing in a limited way with rigs (because it does not understand the pose space at this point). This is planned.&lt;br /&gt;
&lt;br /&gt;
    Finally like all the other modifiers, you can turn your resulting mesh data into shapekeys if you want. So it is a great complement to underlying shape key workflow.&lt;br /&gt;
&lt;br /&gt;
==What are the planned features==&lt;br /&gt;
&lt;br /&gt;
    Arbitrary topology matching&lt;br /&gt;
&lt;br /&gt;
    Pose space morphing for corrective shaping/sculpting for rigging purposes &lt;br /&gt;
&lt;br /&gt;
    Vertex Color, Vertex Weight and other mesh data morphing (Morphing one meshes vertex colors to anothers, like blending)&lt;br /&gt;
&lt;br /&gt;
    Non linear blender, ie slerp &lt;br /&gt;
&lt;br /&gt;
    Sculpt morphing to see the changes in realtime on Source_A (if we can get depgraph flag updates when in th sculpt mode). At the moment one has to manually update, ie some ui changes.&lt;br /&gt;
&lt;br /&gt;
    &lt;br /&gt;
&lt;br /&gt;
==Roadmap==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tasks==&lt;br /&gt;
&lt;br /&gt;
'''[DONE]''' '''[FEEDBACK]''' The modifier should be aware of the target mesh`s mesh state (does it have modifiers applied, is it animated etc)&lt;br /&gt;
&lt;br /&gt;
		&lt;br /&gt;
'''[INPROGRESS]''' Maybe carry over vertex/ polygon properties (weights, edge values etc) as well so it is not just shape transformer&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
'''[DONE]''' '''[FEEDBACK]''' Bug cleanup.&lt;br /&gt;
&lt;br /&gt;
		&lt;br /&gt;
'''[DONE]''' '''[FEEDBACK]''' Real time updating of the source when the target is in Sculpt mode. So you can sculpt the target and see the results on the source (one with the modifier)	&lt;br /&gt;
&lt;br /&gt;
		&lt;br /&gt;
'''[FEATURE]''' Topologically aware morphing		&lt;br /&gt;
&lt;br /&gt;
		&lt;br /&gt;
'''[FEATURE]''' Corrective morphing with bone space deformations	&lt;br /&gt;
		&lt;br /&gt;
		&lt;br /&gt;
'''[FEATURE]''' Add vertex color morphing	&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Bugs===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:suzannemorph.png|suzanne morph]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Klutz</name></author>
		
	</entry>
</feed>