﻿<?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%2FDevelopment%2FScript_Watcher</id>
	<title>Extensions:2.6/Py/Scripts/Development/Script Watcher - 版の履歴</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%2FDevelopment%2FScript_Watcher"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Development/Script_Watcher&amp;action=history"/>
	<updated>2026-04-24T07:06:08Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Development/Script_Watcher&amp;diff=150123&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/Development/Script_Watcher&amp;diff=150123&amp;oldid=prev"/>
		<updated>2018-06-28T21:14:46Z</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日 (木) 21:14時点における版&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/Development/Script_Watcher&amp;diff=150122&amp;oldid=prev</id>
		<title>wiki&gt;Wisaac: /* How to use */ Fix styling issue with example image.</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Development/Script_Watcher&amp;diff=150122&amp;oldid=prev"/>
		<updated>2015-10-07T22:22:51Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;How to use: &lt;/span&gt; Fix styling issue with example image.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ScriptInfo&lt;br /&gt;
|name= Script Watcher&lt;br /&gt;
|tooltip= Reloads an external script on edits.&lt;br /&gt;
|menu= Properties &amp;gt; Scene &amp;gt; Script Watcher&lt;br /&gt;
|usage=&lt;br /&gt;
|version= 0.6&lt;br /&gt;
|blender= 2.75&lt;br /&gt;
|category= Development&lt;br /&gt;
|author= Isaac Weaver&lt;br /&gt;
|license= GPL&lt;br /&gt;
|distribution=&lt;br /&gt;
|note=&lt;br /&gt;
|exe= script_watcher.py&lt;br /&gt;
|download= https://raw.githubusercontent.com/wisaac407/blender-script-watcher/v0.6/script_watcher.py&lt;br /&gt;
|modules=&lt;br /&gt;
|deps=&lt;br /&gt;
|data=&lt;br /&gt;
|bugtracker= https://github.com/wisaac407/blender-script-watcher/issues/new&lt;br /&gt;
|warning= Still in beta stage.&lt;br /&gt;
|link= http://blenderartists.org/forum/showthread.php?381368-Addon-Script-Watcher&lt;br /&gt;
|releaselog=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= How to use =&lt;br /&gt;
[[image:SW-Panel.png|right|frame|Script Watcher Panel]]&lt;br /&gt;
&lt;br /&gt;
Navigate to {{Menu|Properties|Scene|Script Watcher}} And input the path to the script you want to watch and press {{Button| Watch Script}}&lt;br /&gt;
&lt;br /&gt;
To stop watching a script, simply press {{Button| Stop Watching}}&lt;br /&gt;
If you wan't to force reload the script press {{Button| Reload}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NiceTip|Multi-File Projects|For multi-file projects, simply input the main {{Format/Literal|__init__.py}} file of your project.}}&lt;br /&gt;
&lt;br /&gt;
= Options =&lt;br /&gt;
== Use py console ==&lt;br /&gt;
Print the script output to blenders builtin python console.&lt;br /&gt;
&lt;br /&gt;
== Watch on startup ==&lt;br /&gt;
When selected, the current script will be ran on startup (if the file was saved while script watcher was running).&lt;br /&gt;
&lt;br /&gt;
== Debug mode ==&lt;br /&gt;
Debug mode can be enabled on individual consoles. While in debug mode you have access to all the script variables form the python console.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{WikiTask/Inprogress|30|Needs more details, maybe some images or examples.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* Back to [[Extensions:2.6/Py/Scripts]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Wisaac</name></author>
		
	</entry>
</feed>