﻿<?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%2FSpaceHandlers%2F3d_Cursor_Menu</id>
	<title>Extensions:2.4/Py/Scripts/SpaceHandlers/3d Cursor Menu - 版の履歴</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%2FSpaceHandlers%2F3d_Cursor_Menu"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.4/Py/Scripts/SpaceHandlers/3d_Cursor_Menu&amp;action=history"/>
	<updated>2026-05-09T15:14:43Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.4/Py/Scripts/SpaceHandlers/3d_Cursor_Menu&amp;diff=57530&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/SpaceHandlers/3d_Cursor_Menu&amp;diff=57530&amp;oldid=prev"/>
		<updated>2018-06-28T17:53:16Z</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日 (木) 17:53時点における版&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/SpaceHandlers/3d_Cursor_Menu&amp;diff=57529&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones bot: Robot: Automated text replacement  (-GPL: GNU General Public License +GPL)</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.4/Py/Scripts/SpaceHandlers/3d_Cursor_Menu&amp;diff=57529&amp;oldid=prev"/>
		<updated>2010-11-26T11:06:58Z</updated>

		<summary type="html">&lt;p&gt;Robot: Automated text replacement  (-GPL: GNU General Public License +GPL)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* go to [[Extensions:Py/Scripts|'''Catalog''']] | [[Extensions:Py/Scripts#SpaceHandlers|'''SpaceHandlers''']]&lt;br /&gt;
&lt;br /&gt;
{{ScriptInfo&lt;br /&gt;
|name=3d Cursor Menu&lt;br /&gt;
|tooltip=Right Click on 3d Cursor for a menu with options.&lt;br /&gt;
|menu=Group: Object&lt;br /&gt;
|version=1.0&lt;br /&gt;
|blender=2.42a - 2.48&lt;br /&gt;
|author=Mariano Hidalgo&lt;br /&gt;
|license=GPL&lt;br /&gt;
|link=http://useless-scripts.blogspot.com/2007/03/3d-cursor-menu.html &lt;br /&gt;
|exe=3d_cursor_menu.py&lt;br /&gt;
|modules=&lt;br /&gt;
|data=&lt;br /&gt;
|deps=&lt;br /&gt;
|note=This needs the Enable Script Links option pressed in the Python Buttons window.&lt;br /&gt;
}}&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;
&lt;br /&gt;
&lt;br /&gt;
=== Introduction  ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Manual-Scripts-CAD-3d cursor menu.jpg|right]] Mariano Hidalgo wrote: ''This SpaceHandler script adds a right-click menu to the 3D Cursor, with some useful operations, including resetting the cursor's position to the center of the space and an option to spin the 3d View for display purposes.'' &amp;lt;br&amp;gt; ''Run the script from the object scripts menu and it will load in the current .blend, then just make it active for each 3d View you want.'' &amp;lt;br&amp;gt; ''Right click on the 3D Cursor and the menu will show up.'' &amp;lt;br&amp;gt; ''Please note this needs the '''Enable Script Links''' option pressed.'' {{clr}}&lt;br /&gt;
&lt;br /&gt;
== Information  ==&lt;br /&gt;
&lt;br /&gt;
Benefits: This script adds a handy set of snapping tools to the 3d cursor Right Click. It can be used as a quick helper script for the .3ds import script. When sometimes the 3ds import script imports multiple objects with the centers in the wrong location, it is the fastest method to Right Click &amp;amp;amp; Snap Selection To Cursor to correctly allign the imported object. Functions: Reset Position: Resets the cursor to 0,0,0 Spin 3d View Snap to grid Snap Selection to cursor Set Pivot Around Cursor Reset Pivot Point. &lt;br /&gt;
&lt;br /&gt;
Whilst some functions are duplicated (in Blender Snap Tools), this script offers fast and easy access to the Menu. Ease of use in manipulating the Cursor provides a decent speed up in the 3d Cursor use. &lt;br /&gt;
&lt;br /&gt;
Known Issues: Accidentally opening the Cursor menu when selecting an object. However this mainly affects small objects. The script is very fast: simply clicking the cursor away, then selecting the object, then resetting is only 3 very fast clicks. &lt;br /&gt;
&lt;br /&gt;
The benefits of this script are many and I highly recommend this valuable script.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
*go to [[Extensions:Py/Scripts|'''Catalog''']] | [[Extensions:Py/Scripts#SpaceHandlers|'''SpaceHandlers''']]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones bot</name></author>
		
	</entry>
</feed>