﻿<?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%2FAnimation%2FChannel_Isolate_and_Frame</id>
	<title>Extensions:2.6/Py/Scripts/Animation/Channel Isolate and Frame - 版の履歴</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%2FAnimation%2FChannel_Isolate_and_Frame"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Animation/Channel_Isolate_and_Frame&amp;action=history"/>
	<updated>2026-06-03T18:20:46Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Animation/Channel_Isolate_and_Frame&amp;diff=135253&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/Animation/Channel_Isolate_and_Frame&amp;diff=135253&amp;oldid=prev"/>
		<updated>2018-06-28T20:47:51Z</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:47時点における版&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/Animation/Channel_Isolate_and_Frame&amp;diff=135252&amp;oldid=prev</id>
		<title>2015年1月22日 (木) 18:32にwiki&gt;Fweebによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Animation/Channel_Isolate_and_Frame&amp;diff=135252&amp;oldid=prev"/>
		<updated>2015-01-22T18:32:22Z</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= Channel Isolate and Frame&lt;br /&gt;
|tooltip= Isolates and frames a selected channel in the Graph Editor&lt;br /&gt;
|menu= Graph Editor &amp;gt; Channel &amp;gt; Isolate and Frame&lt;br /&gt;
|usage= Usage instructions:&lt;br /&gt;
# Select the channel&lt;br /&gt;
# Move your mouse to the Graph Editor&lt;br /&gt;
# Press {{Shortcut|shift|V}} or choose Channel &amp;gt; Isolate and Frame from the menu&lt;br /&gt;
|version= 0.3.1&lt;br /&gt;
|blender= 2.73&lt;br /&gt;
|category= Animation&lt;br /&gt;
|author= Jason van Gumster (Fweeb)&lt;br /&gt;
|license= GPL&lt;br /&gt;
|distribution= Extern&lt;br /&gt;
|note= The operator *can* work with your mouse still in the Channels region, but not with the hotkey. Instead, you'll need to use the {{Shortcut/Keypress|space}} search feature and find &amp;quot;Isolate and Frame&amp;quot; there. Fortunately, Blender remembers your search, so subsequent uses can be pretty fast ({{Shortcut/Keypress|space}} &amp;gt; {{Shortcut/Keypress|enter}}).&lt;br /&gt;
|exe= animation_channel_isolate_and_frame.py&lt;br /&gt;
|download= https://github.com/Fweeb/blender_isolate_and_frame/archive/master.zip&lt;br /&gt;
|modules= &lt;br /&gt;
|deps= &lt;br /&gt;
|data= &lt;br /&gt;
|bugtracker= https://github.com/Fweeb/blender_isolate_and_frame/issues&lt;br /&gt;
|warning= &lt;br /&gt;
|link= &lt;br /&gt;
|releaselog= &lt;br /&gt;
|issues= Unfortunately, the hotkey will not work in the Channels region of the Graph Editor. For some reason, there's no way to set a hotkey that will work from there. In fact, Shift+V is actually assigned to a visibility toggle in that region, but it cannot be overridden. So, until that gets fixed, the fastest method is to use the Spacebar search workaround.&lt;br /&gt;
}}&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
# User Preferences → Addons → Install Addon...&lt;br /&gt;
# Use the File Browser to find animation_channel_isolate_and_frame.py on your hard drive&lt;br /&gt;
# Double-click or select the file and click Install Addon...&lt;br /&gt;
# Use the Addon browser to find and enable Channel Isolate and Frame (hint: it's in the Animation category)&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
This script originated in a [http://blenderartists.org/forum/showthread.php?242421-Graph-Editor-Feature-Requests thread on blenderartists.org] by Chad Gleason ('fahr'). It's not perfect (see known issues above), but it does the job.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&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;Fweeb</name></author>
		
	</entry>
</feed>