﻿<?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.4%2FPy%2FScripts%2FAnimation%2FBone_Tools_v02</id>
	<title>Extensions:2.4/Py/Scripts/Animation/Bone Tools v02 - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.4%2FPy%2FScripts%2FAnimation%2FBone_Tools_v02"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.4/Py/Scripts/Animation/Bone_Tools_v02&amp;action=history"/>
	<updated>2026-05-19T00:53:34Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.4/Py/Scripts/Animation/Bone_Tools_v02&amp;diff=85417&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.4/Py/Scripts/Animation/Bone_Tools_v02&amp;diff=85417&amp;oldid=prev"/>
		<updated>2018-06-28T18:40:12Z</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日 (木) 18:40時点における版&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.4/Py/Scripts/Animation/Bone_Tools_v02&amp;diff=85416&amp;oldid=prev</id>
		<title>2010年11月13日 (土) 16:53にwiki&gt;Mindronesによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.4/Py/Scripts/Animation/Bone_Tools_v02&amp;diff=85416&amp;oldid=prev"/>
		<updated>2010-11-13T16:53:41Z</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;*Back to [[Extensions:Py/Scripts|'''Catalog''']] | [[Extensions:Py/Scripts#Animation|'''Animation''']]&lt;br /&gt;
&lt;br /&gt;
{{ScriptInfo&lt;br /&gt;
|name=Bone Tools v02&lt;br /&gt;
|tooltip=Four useful buttons for pose and constraints.&lt;br /&gt;
|menu=Group: Animation&lt;br /&gt;
|version=0.2 - 03.07.2007 &lt;br /&gt;
|blender=2.48&lt;br /&gt;
|author=&lt;br /&gt;
|license=GPL&lt;br /&gt;
|link=http://www.moscafilms.com.br/emilioleroux/blender/bone_tools_v02.py&lt;br /&gt;
|exe=Bone Tools v02.py&lt;br /&gt;
|modules=&lt;br /&gt;
|data=&lt;br /&gt;
|deps=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Introduction  ===&lt;br /&gt;
&lt;br /&gt;
This is a very simple collection of tools to help in some animation tasks. The layout is minimal so the user can access the buttons all the time from a small script window. &lt;br /&gt;
&lt;br /&gt;
The scripts should only be used with an armature in Pose mode. &lt;br /&gt;
&lt;br /&gt;
I wrote these two scripts as a substitute for shortcuts I miss in Blender: &lt;br /&gt;
&lt;br /&gt;
SELECT CHILDREN: Just select one or more bones and click on this button to have all their children selected. &lt;br /&gt;
&lt;br /&gt;
SELECT SIBLINGS: Select one or more bones and click on this button to have all the other children of the same parent selected. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; I wrote these other two scripts to help with constraints: &lt;br /&gt;
&lt;br /&gt;
NEW ALIGNED EMPTY: Creates a new Empty object and aligns it to the bone's visual location, rotation and scale. Just select one or more bones and hit the button. Several Empties can be created at once if more than one bone is selected. &lt;br /&gt;
&lt;br /&gt;
ALIGN TO BONE: Aligns the selected objects to the selected bone. Select the object(s) first and the bone in pose mode last. (Only one bone should be selected) &lt;br /&gt;
&lt;br /&gt;
=== Support  ===&lt;br /&gt;
&lt;br /&gt;
*[http://blenderartists.org/forum/forumdisplay.php?f=11 Python &amp;amp;amp; Plugins forum] at Blender Artists. &lt;br /&gt;
*Back to [[Extensions:Py/Scripts|'''Catalog''']] | [[Extensions:Py/Scripts#Animation|'''Animation''']]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This is temporary hide-tab for rest of the text&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
*link 1&lt;br /&gt;
*link 2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
=== Instructions ===&lt;br /&gt;
&lt;br /&gt;
''Editor info:'' How to use the script&lt;br /&gt;
&lt;br /&gt;
=== Shortcuts ===&lt;br /&gt;
&lt;br /&gt;
''Editor info:'' List of shortcuts used by the script, if any. Mostly relevant for scripts with guis. We should of course standardize basic ones: ESC to cancel, ESC and q to quit, etc. Follow the rules in [[Meta/Templates]].&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
''Editor info:'' Config options available in the script's gui or via the Scripts Config Editor.&lt;br /&gt;
{{ConfigOptions&lt;br /&gt;
|name=Option name&lt;br /&gt;
|type=TYPE&lt;br /&gt;
|default=Default value&lt;br /&gt;
|explanation=Short explanation.&lt;br /&gt;
}}&lt;br /&gt;
{{ConfigOptions&lt;br /&gt;
|name=Option name&lt;br /&gt;
|type=TYPE&lt;br /&gt;
|default=Default value&lt;br /&gt;
|explanation=Short explanation.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
''Editor info:'' Usage notes, there is also a section for general notes at the end.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
''Editor info:'' Miscellaneous notes on the script.&lt;br /&gt;
&lt;br /&gt;
== Compatibility ==&lt;br /&gt;
&lt;br /&gt;
''Editor info:'' Relevant for IO scripts, note how complete they are in regards to the file format specification and/or compatiblity with other programs that can read the same format.&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
''Editor info:'' What doesn't work but should.&lt;br /&gt;
&lt;br /&gt;
== Additional Information ==&lt;br /&gt;
&lt;br /&gt;
''Editor info:'' placeholder for additional information.&lt;br /&gt;
&lt;br /&gt;
=== To-Do list ===&lt;br /&gt;
* the first&lt;br /&gt;
* the ..&lt;br /&gt;
&lt;br /&gt;
=== Credits ===&lt;br /&gt;
Thanks go to:&lt;br /&gt;
* Name (AKA nickname) for what...&lt;br /&gt;
* Name ...&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
 v1.00 - YYYY.MM.DD by Author_name&lt;br /&gt;
 - add/fix&lt;br /&gt;
 v0.99 - YYYY.MM.DD by Author_name&lt;br /&gt;
 - add/fix&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones</name></author>
		
	</entry>
</feed>