﻿<?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%2FCursor_Control</id>
	<title>Extensions:2.6/Py/Scripts/3D interaction/Cursor Control - 版の履歴</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%2FCursor_Control"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/3D_interaction/Cursor_Control&amp;action=history"/>
	<updated>2026-06-02T00:38:50Z</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/Cursor_Control&amp;diff=104917&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/Cursor_Control&amp;diff=104917&amp;oldid=prev"/>
		<updated>2018-06-28T19:43:29Z</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:43時点における版&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/Cursor_Control&amp;diff=104916&amp;oldid=prev</id>
		<title>wiki&gt;CoDEmanX: added screenshot</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/3D_interaction/Cursor_Control&amp;diff=104916&amp;oldid=prev"/>
		<updated>2013-02-20T17:41:50Z</updated>

		<summary type="html">&lt;p&gt;added screenshot&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ScriptInfo&lt;br /&gt;
|name= Cursor Control&lt;br /&gt;
|tooltip= Move 3D cursor to explicit or calculated target locations.&lt;br /&gt;
|menu= View3D &amp;gt; Properties &amp;gt; Cursor&lt;br /&gt;
|version= 0.7.1&lt;br /&gt;
|blender= 2.65.4&lt;br /&gt;
|category= 3D View&lt;br /&gt;
|author= Morgan Mörtsell (Seminumerical)&lt;br /&gt;
|license= GPL&lt;br /&gt;
|distribution= SVN (contrib)&lt;br /&gt;
|note= Note(s)&lt;br /&gt;
|exe= cursor_control&lt;br /&gt;
|download= https://svn.blender.org/svnroot/bf-extensions/contrib/py/scripts/addons/cursor_control/&lt;br /&gt;
External (v0.7.0): http://blenderpythonscripts.wordpress.com/2011/10/02/cursor-control-0-7-0/&lt;br /&gt;
|modules= Used standard Python modules&lt;br /&gt;
|deps= constants_utils.py cursor_utils.py geometry_utils.py misc_utils.py ui_utils.py&lt;br /&gt;
|data= &lt;br /&gt;
|bugtracker= &lt;br /&gt;
|warning= &lt;br /&gt;
|link= http://blenderpythonscripts.wordpress.com/&lt;br /&gt;
|releaselog= &lt;br /&gt;
|issues= None&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[File:Addon_CursorControl.png|thumb|400px|Cursor Control panels and 3D View overlay.]]&lt;br /&gt;
&lt;br /&gt;
==Modules==&lt;br /&gt;
===History===&lt;br /&gt;
Tracks cursor movement and lets you navigate back and forth through the history.&lt;br /&gt;
===Memory===&lt;br /&gt;
Stores one cursor location, shows it on the screen and lets you move the cursor there anytime you choose to.&lt;br /&gt;
===Delta===&lt;br /&gt;
Set a vector and add or subtract it from the cursor location.&lt;br /&gt;
===Target===&lt;br /&gt;
Move cursor depending on selected geometry.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Move cursor to closest point on selected mesh elements: vertices, edges, lines, faces, planes. Edges are constrained by their vertices, and faces by their edges. Lines and planes are infinite.&lt;br /&gt;
* Mirror cursor around SL, a vertex, a line or a plane.&lt;br /&gt;
* Move cursor to median of selected vertices.&lt;br /&gt;
* Move cursor to closest encounter of two lines. Alternates between the two possible solutions.&lt;br /&gt;
* Move cursor to closest point on 3-point cylinder axis. (Also for 3-point circle center.)&lt;br /&gt;
* Move cursor to 4-point sphere center.&lt;br /&gt;
* Move cursor to closest point on surface of 3-point sphere.&lt;br /&gt;
* Move cursor to closest point on surface of 4-point sphere.&lt;br /&gt;
* Move cursor to world origin.&lt;br /&gt;
* Move cursor to active object origin.&lt;br /&gt;
* Set step length for limiting or extending the distance the cursor will move.&lt;br /&gt;
* Set step length mode to absolute for an exact distance in blender units. Negative values makes the cursor move away from the target.&lt;br /&gt;
* Set step length mode to proportional for a scaled distance. Values between 0 and 1 is between CL and target. Values greater than 1 overshoots the target. Negative values makes the cursor move away from the target.&lt;br /&gt;
* Capture step length value from distance between two vertices.&lt;br /&gt;
* Quick buttons for Golden Mean proportions.&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
* After addon activation, open the properties panel of 3D View to initialize the viewport overlay.&lt;br /&gt;
* If you disable and re-enable the addon, viewport overlay will stop being displayed. Hit F8 to reload addons to make it display again.&lt;/div&gt;</summary>
		<author><name>wiki&gt;CoDEmanX</name></author>
		
	</entry>
</feed>