﻿<?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%2FModeling%2FShow_Vertex_Group_Weights</id>
	<title>Extensions:2.6/Py/Scripts/Modeling/Show Vertex Group Weights - 版の履歴</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%2FModeling%2FShow_Vertex_Group_Weights"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Modeling/Show_Vertex_Group_Weights&amp;action=history"/>
	<updated>2026-09-14T19:57:00Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Modeling/Show_Vertex_Group_Weights&amp;diff=135805&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/Modeling/Show_Vertex_Group_Weights&amp;diff=135805&amp;oldid=prev"/>
		<updated>2018-06-28T20:48:31Z</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:48時点における版&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/Modeling/Show_Vertex_Group_Weights&amp;diff=135804&amp;oldid=prev</id>
		<title>2013年2月20日 (水) 17:19にwiki&gt;CoDEmanXによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Modeling/Show_Vertex_Group_Weights&amp;diff=135804&amp;oldid=prev"/>
		<updated>2013-02-20T17:19:40Z</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;{{ScriptInfo&lt;br /&gt;
|name= Show Vertex Groups/Weights&lt;br /&gt;
|tooltip= Finds the vertex groups of a selected vertex and displays the corresponding weights&lt;br /&gt;
|menu= 3D View &amp;gt; Properties Region &amp;gt; Show Weights&lt;br /&gt;
|usage= While in Edit mode on a mesh object, find the Show Weights panel in the 3D View's Properties region ({{Shortcut|N}}). Left-click the &amp;quot;Show Vertex Group Weights&amp;quot; button to display the vertex groups and corresponding weights for each selected vertex.&lt;br /&gt;
The values are displayed both in the 3D View as an overlay and as a series of boxes in the Properties region. And from the Properties region, the vertex weights for any selected vertex can be directly adjusted. you can also remove a vertex from any given group.&lt;br /&gt;
&lt;br /&gt;
For the active vertex, you can add it to an existing vertex group (with a default weight of 1.0) or create a new group.&lt;br /&gt;
|version= 0.7.2&lt;br /&gt;
|blender= 2.65.4&lt;br /&gt;
|category= Mesh&lt;br /&gt;
|author= Jason van Gumster (Fweeb), Bartius Crouch, CoDEmanX&lt;br /&gt;
|license= GPL&lt;br /&gt;
|distribution= Contrib&lt;br /&gt;
|note= This script borrows some code from Bart Crouch's old Index Visualiser add-on for the overlay in the 3D View.&lt;br /&gt;
|exe= mesh_show_vgroup_weights.py&lt;br /&gt;
|download= [http://projects.blender.org/scm/viewvc.php/*checkout*/contrib/py/scripts/addons/mesh_show_vgroup_weights.py?root=bf-extensions SVN]&lt;br /&gt;
|modules= bpy, bmesh, bgl, blf, mathutils&lt;br /&gt;
|deps= &lt;br /&gt;
|data= &lt;br /&gt;
|bugtracker= http://projects.blender.org/tracker/index.php?func=detail&amp;amp;aid=30609&amp;amp;group_id=153&amp;amp;atid=467&lt;br /&gt;
|warning= &lt;br /&gt;
|link= &lt;br /&gt;
|releaselog= &lt;br /&gt;
|issues= This addon toggles Edit mode from within the operators to add and remove a selected vertex to/from a vertex group. This, of course, is a no-no, but there aren't any easy workarounds at the moment.&lt;br /&gt;
}}&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
# User Preferences → Addons&lt;br /&gt;
# In Supported Level, enable Testing&lt;br /&gt;
# Use the Addon browser to find and enable Show Vertex Groups/Weights (hint: it's in the Mesh category)&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
&lt;br /&gt;
[[File:Rigging_show_vgroup_weights.png|Screenshot|700px]]&lt;br /&gt;
&lt;br /&gt;
See usage above. More detailed instructions to come.&lt;br /&gt;
&lt;br /&gt;
* Back to [[Extensions:2.6/Py/Scripts]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;CoDEmanX</name></author>
		
	</entry>
</feed>