﻿<?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=Extensions%3A2.6%2FPy%2FScripts%2FRigging%2FVertex_Group_Tools</id>
	<title>Extensions:2.6/Py/Scripts/Rigging/Vertex Group Tools - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.6%2FPy%2FScripts%2FRigging%2FVertex_Group_Tools"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Rigging/Vertex_Group_Tools&amp;action=history"/>
	<updated>2026-06-02T12:42:12Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Rigging/Vertex_Group_Tools&amp;diff=138449&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Rigging/Vertex_Group_Tools&amp;diff=138449&amp;oldid=prev"/>
		<updated>2018-06-28T20:50:59Z</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:50時点における版&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=Extensions:2.6/Py/Scripts/Rigging/Vertex_Group_Tools&amp;diff=138448&amp;oldid=prev</id>
		<title>wiki&gt;Lamoot: moved Extensions:2.6/Py/Scripts/Rigging/Vertex Groups Tools to Extensions:2.6/Py/Scripts/Rigging/Vertex Group Tools: Small typo error in the original title.</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Rigging/Vertex_Group_Tools&amp;diff=138448&amp;oldid=prev"/>
		<updated>2012-10-09T12:16:43Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/Extensions:2.6/Py/Scripts/Rigging/Vertex_Groups_Tools&quot; class=&quot;mw-redirect&quot; title=&quot;Extensions:2.6/Py/Scripts/Rigging/Vertex Groups Tools&quot;&gt;Extensions:2.6/Py/Scripts/Rigging/Vertex Groups Tools&lt;/a&gt; to &lt;a href=&quot;/Extensions:2.6/Py/Scripts/Rigging/Vertex_Group_Tools&quot; title=&quot;Extensions:2.6/Py/Scripts/Rigging/Vertex Group Tools&quot;&gt;Extensions:2.6/Py/Scripts/Rigging/Vertex Group Tools&lt;/a&gt;: Small typo error in the original title.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ScriptInfo&lt;br /&gt;
|name=Vertex Group Tools&lt;br /&gt;
|tooltip=Limit the amount of vertex groups per vertex / vertices&lt;br /&gt;
|menu=File &amp;amp;rarr; User Preferences &amp;amp;rarr; Add-Ons &amp;amp;rarr; Rigging&lt;br /&gt;
|usage= In mesh edit mode, use the search menu to find &amp;quot;Remove Excess Vertex Groups&amp;quot; and &amp;quot;Select Vertices With Num Vg&amp;quot;&lt;br /&gt;
|version= 0.1&lt;br /&gt;
|blender= 2.63&lt;br /&gt;
|category= Rigging&lt;br /&gt;
|author= Nathan Vegdahl&lt;br /&gt;
|license= MIT&lt;br /&gt;
|distribution= Extern&lt;br /&gt;
|exe= vertex_group_tools_addon.py&lt;br /&gt;
|download= http://projects.blender.org/tracker/download.php/153/467/32827/22330/vertex_group_tools_addon.py&lt;br /&gt;
|data=&lt;br /&gt;
|bugtracker=&lt;br /&gt;
|link=&lt;br /&gt;
}}&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;tableNormal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
The script is used to limit the amount of vertex groups that affect a particular vertex / vertices. This is useful for rigging and animation for real-time applications, such as games, where a vertex can usually be affected by a maximum of 4 different vertex groups. The script provides two operators for this task.&lt;br /&gt;
&lt;br /&gt;
'''Select Vertices With Num Vg''' - selects vertices of a mesh, depending on how many vertex groups they have assigned. Options are:&lt;br /&gt;
&amp;lt;br /&amp;gt;- n (amount of vertex groups)&lt;br /&gt;
&amp;lt;br /&amp;gt;- Equal or Greater Than n&lt;br /&gt;
&amp;lt;br /&amp;gt;- Equal n&lt;br /&gt;
&amp;lt;br /&amp;gt;- Equal or Less Than n&lt;br /&gt;
&lt;br /&gt;
'''Remove Excess Vertex Groups From Verts''' - it does just that, it removes excess vertex groups above a user specified number. It removes the weaker groups i.e. the groups that affect a vertex less than other groups.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>wiki&gt;Lamoot</name></author>
		
	</entry>
</feed>