﻿<?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%2FRigging%2FSkinning%2FObData</id>
	<title>Doc:2.6/Manual/Rigging/Skinning/ObData - 版の履歴</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%2FRigging%2FSkinning%2FObData"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Rigging/Skinning/ObData&amp;action=history"/>
	<updated>2026-07-14T02:38:41Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Rigging/Skinning/ObData&amp;diff=114323&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/Rigging/Skinning/ObData&amp;diff=114323&amp;oldid=prev"/>
		<updated>2018-06-28T19:51:46Z</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:51時点における版&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/Rigging/Skinning/ObData&amp;diff=114322&amp;oldid=prev</id>
		<title>wiki&gt;Urkokul: /* Skinning to Shapes */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Rigging/Skinning/ObData&amp;diff=114322&amp;oldid=prev"/>
		<updated>2014-09-17T18:59:59Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Skinning to Shapes&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Page/Header||}}&lt;br /&gt;
&lt;br /&gt;
{{review|partial=X|im=update}}&lt;br /&gt;
&lt;br /&gt;
= Skinning to Objects' Shapes =&lt;br /&gt;
We saw in the [[Doc:2.6/Manual/Rigging/Skinning/Objects|previous page]] how to link (parent) whole objects to armature bones – a way to control the transform properties of this object via a rig. However, armatures are much more powerful: they can deform the ''shape'' of an object (i.e. affect its ObData datablock – its vertices or control points…).&lt;br /&gt;
&lt;br /&gt;
In this case, the child object is parented (skinned) to the whole armature, so that each of its bones controls a part of the “skin” object’s geometry. This type of skinning is available for meshes, lattices, curves, surfaces, and texts (with more options for the first two types).&lt;br /&gt;
&lt;br /&gt;
Bones can affect the object’s shape in two ways:&lt;br /&gt;
*The [[#Envelopes|“envelopes” process]] is available for all type of skinnable objects – it uses the “proximity” and “influence” of the bones to determine which part of the object they can deform.&lt;br /&gt;
*The [[#Vertex Groups|“vertex groups” method]] is (obviously) reserved to meshes and lattices – one bone only affect the vertices in the [[Doc:2.6/Manual/Modeling/Meshes/Vertex Groups|group]] having the same name, using vertices’ [[Doc:2.6/Manual/Modeling/Meshes/Weight Paint|weights]] as influence value. A much more precise method, but also generally longer to set up.&lt;br /&gt;
&lt;br /&gt;
Both methods have some [[#Common Options|common options]], and can be mixed together.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Parenting to Whole Armatures with Armature modifier ==&lt;br /&gt;
[[File:Doc26-rigging-armature-modifier.png|thumb|right|250px|The {{Literal|Armature}} modifier.]]&lt;br /&gt;
&lt;br /&gt;
This “parenting” method will create an [[Doc:2.6/Manual/Modifiers/Deform/Armature|Armature modifier]] in the skinning object’s modifiers stack. And so, of course, adding an [[Doc:2.6/Manual/Modifiers/Deform/Armature|Armature modifier]] to an object is the second, new skinning method (which also works for curves/surfaces/texts…). Follow the above link to read more about this modifier’s specific options. Note that there is a way with new {{Literal|Armature}} modifiers to automatically create vertex groups and weight them; see the [[#Vertex Groups|vertex groups method]] description below.&lt;br /&gt;
&lt;br /&gt;
{{Warning/Important}}A single object can have several {{Literal|Armature}} modifiers (with e.g. different armatures, or different settings…), ''working on top of each other, '''or''' mixing their respective effects'' (depending whether their {{Literal|MultiModifier}} option is set, see [[Doc:2.6/Manual/Modifiers/Deform/Armature#Options|their description]] for more details), and only one “virtual old parenting” one, which will always be at the top of the stack.&lt;br /&gt;
&lt;br /&gt;
Note finally that for settings that are  present in both the armature’s {{Literal|Armature}} panel and in the objects’ {{Literal|Armature}} modifier panel (namely, {{Literal|Vertex Groups}}/{{Literal|VertGroups}}, {{Literal|Envelopes}}, {{Literal|Preserve Volume}} and {{Literal|B-Bone Rest}}), ''the modifier ones always override the armature ones''. This means that if, for example, you only enable the {{Literal|Envelopes}} deformation method of the armature, and then skin it with an object using an {{Literal|Armature}} modifier, where only {{Literal|VertGroups}} is enabled, ''the object will only be deformed based on its “bones” vertex groups'', ignoring completely the bones’ envelopes.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Common Options ==&lt;br /&gt;
There are two armature-global skinning options that are common to both envelopes and vertex groups methods:&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Preserve Volume}} ({{Literal|Armature}} modifier)&lt;br /&gt;
:This affects the way geometry is deformed, especially at bones' joints, when rotating them. &lt;br /&gt;
:Without {{Literal|Preserve Volume}}, rotations at joints tend to scale down the neighboring geometry, up to nearly zero at '''180°''' from rest position.&lt;br /&gt;
:With {{Literal|Preserve Volume}}, the geometry is no longer scaled down, but there is a “gap”, a discontinuity when reaching '''180°''' from rest position.&lt;br /&gt;
{|align=center&lt;br /&gt;
 |+'''Example of [http://www.tara.tcd.ie/bitstream/handle/2262/64125/sdq.pdf {{Literal|Dual Quaternions skinning}}] effects.'''&lt;br /&gt;
 |valign=top|[[File:ManRiggingSkinningQuaternionOptExInitState.png|thumb|200px|Initial state.]]&lt;br /&gt;
 |valign=top|[[File:ManRiggingSkinningQuaternionOptExNoQuat100Deg.png|thumb|200px|'''100°''' rotation, {{Literal|Preserve Volume}} disabled.]]&lt;br /&gt;
 |valign=top|[[File:ManRiggingSkinningQuaternionOptExNoQuat180Deg.png|thumb|200px|'''180°''' rotation, {{Literal|Preserve Volume}} disabled.]]&lt;br /&gt;
 |-&lt;br /&gt;
 |valign=top|[[File:ManRiggingSkinningQuaternionOptExQuat100Deg.png|thumb|200px|'''100°''' rotation, {{Literal|Preserve Volume}} enabled.]]&lt;br /&gt;
 |valign=top|[[File:ManRiggingSkinningQuaternionOptExQuat1799Deg.png|thumb|200px|'''179.9°''' rotation, {{Literal|Preserve Volume}} enabled.]]&lt;br /&gt;
 |valign=top|[[File:ManRiggingSkinningQuaternionOptExQuat1801Deg.png|thumb|200px|'''180.1°''' rotation, {{Literal|Preserve Volume}} enabled.]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=3|Note that the IcoSphere is deformed using the envelopes method.&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Bone Deform Options==&lt;br /&gt;
[[File:Man2.5RiggingEditingBoneCxtDeformPanel.png|thumb|250px|right|Bone Deform Options]]&lt;br /&gt;
&lt;br /&gt;
The bones also have some deforming options in their sub-panels ({{Literal|Armature Bones}} panel), that you can therefore define independently for each of them&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Deform}}&lt;br /&gt;
:By disabling this setting (enabled by default), you can completely prevent a bone from deforming the geometry of the skin object.&lt;br /&gt;
&lt;br /&gt;
=== Envelope ===&lt;br /&gt;
[[File:ManRiggingEnvelopePrinciples3DViewEditMode.png|thumb|200px|right|Bone influence areas for envelopes method.]]&lt;br /&gt;
Envelopes is the most general skinning method – it works with all available object types for skinning (meshes, lattices, curves, surfaces and texts). It is based on proximity between bones and their geometry, each bone having two different areas of influence, shown in the {{Literal|Envelope}} visualization:&lt;br /&gt;
*The inside area, materialized by the “solid” part of the bone, and controlled by both root and tip radius. Inside this zone, the geometry if fully affected by the bone.&lt;br /&gt;
*The outside area, materialized by the lighter part around the bone, and controlled by the {{Literal|Dist}} setting. Inside this zone, the geometry is less and less affected by the bone as it goes away – following a quadratic decay.&lt;br /&gt;
&lt;br /&gt;
See the [[Doc:2.6/Manual/Rigging/Armatures/Editing/Properties|editing pages]] for how to edit these properties.&lt;br /&gt;
&lt;br /&gt;
There is also a bone property, {{Literal|Weight}} (in each bone sub-panel, in {{Literal|Edit}} mode only, defaults to '''1.0'''), that controls the global influence of the bone over the deformed object, when using the envelopes method. It is only useful for the parts of geometry that are “shared”, influenced by more than one bone (generally, at the joints…) – a bone with a high weight will have more influence on the result than one with a low weight… Note that when set to '''0.0''', it has the same effect as disabling the {{Literal|Deform}} option.&lt;br /&gt;
{{clr}}&lt;br /&gt;
;{{Literal|Mult}}&lt;br /&gt;
:Short for 'Multiply'. This option controls how the two deforming methods interact when they are both enabled. By default, when they are both active, all vertices belonging to at least one vertex group are only deformed through the vertex groups method – the other “orphan” vertices being handled by the envelopes one.&lt;br /&gt;
:When you enable this option, the “deformation influence” that  this bone would have on a vertex (based from its envelope settings) is multiplied with this vertex’s weight in the corresponding vertex group. In other words, the vertex groups method is further “weighted” by the envelopes method.&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Radius}}&lt;br /&gt;
:Set the radius for the head and the tail of envelope bones.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
===Curved Bone===&lt;br /&gt;
{{Literal|Curved Bones}} (previously known as B-bones) allow you make bones act like bezier curve segments, which results in smoother deformations for longer bones.&lt;br /&gt;
&lt;br /&gt;
See the [[Doc:2.6/Manual/Rigging/Armatures/Editing/Properties|editing pages]] for how to edit these properties.&lt;br /&gt;
&lt;br /&gt;
== Vertex Groups ==&lt;br /&gt;
Vertex groups skinning method is only available for meshes and lattices – the only objects having [[Doc:2.4/Manual/Modeling/Meshes/Vertex Groups|vertex groups]]! Its principle is very simple: each bone only affects vertices belonging to a vertex group ''having the same name as the bone''. So if you have e.g. a “&amp;lt;code&amp;gt;forearm&amp;lt;/code&amp;gt;” bone, it will only affect the “&amp;lt;code&amp;gt;forearm&amp;lt;/code&amp;gt;” vertex group of its skin object(s).&lt;br /&gt;
&lt;br /&gt;
The influence of one bone on a given vertex is controlled by the weight of this vertex in the relevant group. Thus, the [[Doc:2.4/Manual/Modeling/Meshes/Weight Paint|{{Literal|Weight Paint}} mode]] ({{Shortcut|ctrl|tab}} with a mesh selected) is most useful here, to easily set/adjust the vertices’ weights.&lt;br /&gt;
&lt;br /&gt;
However, you have a few goodies when weight-painting a mesh already parented to (skinning) an armature. For these to work, you must:&lt;br /&gt;
*Select the armature.&lt;br /&gt;
*Switch to {{Literal|Pose}} mode ({{Shortcut|ctrl|tab}}).&lt;br /&gt;
*Select the mesh to weight.&lt;br /&gt;
*Hit again {{Shortcut|ctrl|tab}} to switch to {{Literal|Weight Paint}} mode.&lt;br /&gt;
&lt;br /&gt;
Now, when you select a bone of the armature (which remained in {{Literal|Pose}} mode), you automatically activate the corresponding vertex group of the mesh – Very handy! Obviously, you can only select one bone at a time in this mode (so {{Shortcut|shift|lmb}} clicking does not work).&lt;br /&gt;
&lt;br /&gt;
This way, you can also apply to the active bone/vertex group one of the same “auto-weighting” methods as available when doing an “old-parenting” to armature ({{Shortcut|ctrl|P}}):&lt;br /&gt;
*Select the bone (and hence the vertex group) you want.&lt;br /&gt;
*Hit {{Shortcut|W}}, and in the {{Literal|Specials}} menu that pops up, choose either {{Literal|Apply Bone Envelopes to Vertex Groups}} or {{Literal|Apply Bone Heat Weights to Vertex Groups}} (names are self explanatory, I think…). Once again, even though these names are plural, you can only affect '''one''' vertex group’s weights at a time with these options.&lt;br /&gt;
&lt;br /&gt;
To automatically weight multiple bones, you can simply&lt;br /&gt;
* {{Shortcut|ctrl|tab}} out of Weight Paint Mode&lt;br /&gt;
* Select the Armature. It should be in Pose mode.  If it isn't, go  {{Shortcut|ctrl|tab}}&lt;br /&gt;
* Select multiple bones {{Shortcut|shift|lmb}} or hit 'a' ( maybe twice ).&lt;br /&gt;
* Select Mesh again&lt;br /&gt;
* If not in weight paint already, toggle back into {{Shortcut|ctrl|tab}}&lt;br /&gt;
* Use the  {{Shortcut|W}} menu to automatic weight.  This will weight all the bones you selected in Pose Mode.&lt;br /&gt;
&lt;br /&gt;
{|align=right&lt;br /&gt;
 |+'''Example of vertex groups skinning method.'''&lt;br /&gt;
 |valign=top|[[File:ManRiggingSkinningVertexGroupsExArmWeights.png|thumb|150px|The weights of the &amp;lt;code&amp;gt;arm&amp;lt;/code&amp;gt; vertex group.]]&lt;br /&gt;
 |valign=top|[[File:ManRiggingSkinningVertexGroupsExForearmWeights.png|thumb|150px|The weights of the &amp;lt;code&amp;gt;forearm&amp;lt;/code&amp;gt; vertex group.]]&lt;br /&gt;
 |-&lt;br /&gt;
 |valign=top|[[File:ManRiggingSkinningVertexGroupsExResult.png|thumb|150px|The result when posing the armature.]]&lt;br /&gt;
 |valign=top|[[File:ManRiggingSkinningVertexGroupsExEnvelopesResult.png|thumb|150px|The same pose, but using envelopes method rather that vertex groups.]]&lt;br /&gt;
 |}&lt;br /&gt;
Obviously, the same vertex can belong to several groups, and hence be affected by several bones, with a fine tuning of each bone’s influence using these vertex weights. Quite useful when you want to have a smooth joint. For example, when you skin an elbow, the upperarm vertex group contains the vertices of this part at full weight ('''1.0'''), and when reaching the elbow area, these weights decrease progressively to '''0.0''' when reaching the forearm zone – and vice versa for the forearm group weights… Of course, this is a very raw example – skinning a realistic joint is a big job, as you have to carefully find good weights for each vertex, to have the most realistic behavior when bending – and this is not an easy thing!&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
Making good but short examples about skinning to shapes is not an easy thing – so if you want better examples, have a look to [[Doc:Tutorials/Animation/BSoD/Character Animation#Rigging|this BSoD tutorial]], which illustrates (among many other things) the skinning of a simple human rig with a mesh object.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|Doc:Manual/Rigging/Skinning/Objects|Doc:Manual/Rigging/Skinning/Retargeting}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Rigging]]&lt;br /&gt;
[[Category:Armatures]]&lt;br /&gt;
[[Category:Skinning]]&lt;br /&gt;
[[Category:Meshes]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Urkokul</name></author>
		
	</entry>
</feed>