﻿<?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%2F3D_interaction%2FMath_Viz</id>
	<title>Extensions:2.6/Py/Scripts/3D interaction/Math Viz - 版の履歴</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%2F3D_interaction%2FMath_Viz"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/3D_interaction/Math_Viz&amp;action=history"/>
	<updated>2026-07-14T08:29:36Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/3D_interaction/Math_Viz&amp;diff=101731&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/3D_interaction/Math_Viz&amp;diff=101731&amp;oldid=prev"/>
		<updated>2018-06-28T19:40:35Z</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日 (木) 19: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.6/Py/Scripts/3D_interaction/Math_Viz&amp;diff=101730&amp;oldid=prev</id>
		<title>2013年8月23日 (金) 03:51にwiki&gt;Ideasman42による</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/3D_interaction/Math_Viz&amp;diff=101730&amp;oldid=prev"/>
		<updated>2013-08-23T03:51:44Z</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=Math Vis&lt;br /&gt;
|tooltip=Display console defined mathutils variables.&lt;br /&gt;
|menu=Group: AddMesh &lt;br /&gt;
|version=0.1&lt;br /&gt;
|blender=2.57&lt;br /&gt;
|author=Campbell Barton (ideasman42)&lt;br /&gt;
|license=GPL&lt;br /&gt;
|exe=space_view3d_math_vis/&lt;br /&gt;
|modules=&lt;br /&gt;
|data=&lt;br /&gt;
|deps=&lt;br /&gt;
|download=https://svn.blender.org/svnroot/bf-extensions/trunk/py/scripts/addons/space_view3d_math_vis/&lt;br /&gt;
|bugtracker=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
* This script is in Blender 2.5 Add-Ons menu.&lt;br /&gt;
* In User Preferences you can see the Add-Ons menu.&lt;br /&gt;
* You can activate the script here.&lt;br /&gt;
* The script will now show up in the 3D view toolbar.&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
Sometimes when writing python scripts you stumble on complicated matrix transformations, ray intersections, rotation conversions, mesh modifications etc. were its useful to view lines, points and matrices in the viewport to better understand the problem.&lt;br /&gt;
&lt;br /&gt;
Creating mesh data for this purpose isn't difficult but is cumbersome.&lt;br /&gt;
The purpose of this addon is to make it as quick and easy as possible.&lt;br /&gt;
&lt;br /&gt;
Math Vis works by displaying python console defined mathutils typed variables in the 3D viewport.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Add-ons_MathVis.png|center|640px]]&lt;br /&gt;
&lt;br /&gt;
The following types are supported&lt;br /&gt;
* Vector(...) - point&lt;br /&gt;
* [Vector(...), Vector(...), ...] - line&lt;br /&gt;
* Matrix(...) - transformation.&lt;br /&gt;
* Quaternion(...) / Euler(...) - transformations (without translation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tableNormal&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Scripts_Math_Vis_Types.jpg|right|350px]]&lt;br /&gt;
'''Math Vis'''&lt;br /&gt;
* Enable the Script in the Add-Ons panel.&lt;br /&gt;
* Create a 'Python Console' space.&lt;br /&gt;
* In the python console defines a mathutils variable.&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;hello_world = Vector((1, 2, 3))&amp;lt;/code&amp;gt;&lt;br /&gt;
* You should now be able to see this point in the 3D view!&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
* This script is not smart about dealing with multiple consoles, only 1 is used.&lt;br /&gt;
* Rotations (Eulers &amp;amp; Quaternions) have no logical location and are drawn at the Cursor.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
----&lt;br /&gt;
* For support report bugs in the tracker.&lt;br /&gt;
----&lt;br /&gt;
* Back to [[Extensions:2.5/Py/Scripts]]&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;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
''Editor info:''Explain what the script does, where the idea came from, what it is related to, why it is useful, etc.&lt;br /&gt;
&lt;br /&gt;
Use the script's UI tooltip. ''We need to allow multi-line tips (popups) in Blender, the current limit is not enough and we end up with ugly long lines.''&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;
== 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;Ideasman42</name></author>
		
	</entry>
</feed>