﻿<?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%2FModifiers%2FDeform%2FHooks</id>
	<title>Doc:2.6/Manual/Modifiers/Deform/Hooks - 版の履歴</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%2FModifiers%2FDeform%2FHooks"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Modifiers/Deform/Hooks&amp;action=history"/>
	<updated>2026-06-01T22:01:20Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Modifiers/Deform/Hooks&amp;diff=103353&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/Modifiers/Deform/Hooks&amp;diff=103353&amp;oldid=prev"/>
		<updated>2018-06-28T19:41:38Z</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:41時点における版&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/Modifiers/Deform/Hooks&amp;diff=103352&amp;oldid=prev</id>
		<title>wiki&gt;Mam711: /* Hints */ minor edits</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Modifiers/Deform/Hooks&amp;diff=103352&amp;oldid=prev"/>
		<updated>2013-07-15T04:24:59Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Hints: &lt;/span&gt; minor edits&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/Modifiers/Deform/Curve|Doc:2.5/Manual/Modifiers/Deform/Lattice}}&lt;br /&gt;
&lt;br /&gt;
= Hook Modifier =&lt;br /&gt;
{{RefBox&lt;br /&gt;
 |mode=Any mode&lt;br /&gt;
 |panel={{Literal|Modifiers}}&lt;br /&gt;
 |hotkey=&lt;br /&gt;
 |lang=en&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
[[File:25-Manual-Modifiers-Hook-example1.png|thumb|Two spheres used as {{Literal|Hooks}} to deform a subdivided cube.]]&lt;br /&gt;
The {{Literal|Hook}} modifier is used together with {{Literal|Shape Keys}} to control the deformation of a {{Literal|Mesh}} or a {{Literal|Lattice}}&amp;lt;!-- not working on curves yet? --&amp;gt; using another object (usually an {{Literal|Empty}} but it can be any object).&lt;br /&gt;
&lt;br /&gt;
As the hook moves, it weighted-pulls vertices from the mesh with it. If you have used proportional editing, you can think of it as animated proportional editing. While hooks do not give you the fine control over vertices movement that shape keys do, they are much simpler to use.&lt;br /&gt;
{{Clr}}&lt;br /&gt;
&lt;br /&gt;
== Options ==&lt;br /&gt;
[[File:25-Manual-Modifiers-Hook.png|thumb|{{Literal|Hook}} modifier]]&lt;br /&gt;
;{{Literal|Object}}: The parent object name for the hook.&lt;br /&gt;
&lt;br /&gt;
; {{Literal|Falloff}}: If not zero, the falloff is the distance where the influence of a hook goes to zero. It uses a smooth interpolation, comparable to the [[Doc:2.6/Manual/3D interaction/Transform Control/Proportional Edit|proportional editing tool]].&lt;br /&gt;
&lt;br /&gt;
; {{Literal|Force}}: Since multiple hooks can work on the same vertices, you can weight the influence of a hook this way. Weighting rules are:&lt;br /&gt;
:* If the total of all forces is smaller than '''1.0''', the remainder (&amp;lt;code&amp;gt;1.0 - (forces sum)&amp;lt;/code&amp;gt;, will be the factor the original position has as its force.&lt;br /&gt;
:* If the total of all forces is larger than '''1.0''', it only uses the hook transformations, averaged by their weights.&lt;br /&gt;
&lt;br /&gt;
The following settings are only available in {{Literal|Edit mode}}:&lt;br /&gt;
; {{Literal|Reset}}: Recalculate and clear the offset transform of hook.&lt;br /&gt;
; {{Literal|Recenter}}: Set hook center to cursor position.&lt;br /&gt;
&lt;br /&gt;
; {{Literal|Select}}: Select affected vertices on mesh.&lt;br /&gt;
; {{Literal|Reassign}}: Reassigns selected vertices to this hook.&lt;br /&gt;
{{Clr}}&lt;br /&gt;
&lt;br /&gt;
==Hints==&lt;br /&gt;
* The hook modifier stores vertex indices from the original mesh to determine what to effect; this means that modifiers that generate geometry, like subsurf, should always be applied '''after''' the hook modifier; otherwise the generated geometry will be left out of the hook's influence.&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|Doc:2.5/Manual/Modifiers/Deform/Curve|Doc:2.5/Manual/Modifiers/Deform/Lattice}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modifiers]]&lt;br /&gt;
[[Category:Editing]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mam711</name></author>
		
	</entry>
</feed>