﻿<?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%2FMesh%2FExact_Offsets</id>
	<title>Extensions:2.6/Py/Scripts/Mesh/Exact Offsets - 版の履歴</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%2FMesh%2FExact_Offsets"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Mesh/Exact_Offsets&amp;action=history"/>
	<updated>2026-04-26T15:15:21Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Mesh/Exact_Offsets&amp;diff=153149&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/Mesh/Exact_Offsets&amp;diff=153149&amp;oldid=prev"/>
		<updated>2018-06-28T21:22:24Z</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:22時点における版&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/Mesh/Exact_Offsets&amp;diff=153148&amp;oldid=prev</id>
		<title>wiki&gt;NBurn: 009 update</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Mesh/Exact_Offsets&amp;diff=153148&amp;oldid=prev"/>
		<updated>2017-11-13T03:34:44Z</updated>

		<summary type="html">&lt;p&gt;009 update&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Exact Offsets=&lt;br /&gt;
{{ScriptInfo&lt;br /&gt;
|name=Exact Offsets&lt;br /&gt;
|tooltip=Tool for precisely setting distance, scale, and rotation of mesh geometry&lt;br /&gt;
|menu=Spacebar Menu &amp;gt; &amp;quot;Exact Offsets&amp;quot;&lt;br /&gt;
|usage=&lt;br /&gt;
|version=0,0,9&lt;br /&gt;
|blender=2.77 - 2.79&lt;br /&gt;
|category=Mesh&lt;br /&gt;
|author=nBurn&lt;br /&gt;
|license=GPL&lt;br /&gt;
|distribution=&lt;br /&gt;
|note=&lt;br /&gt;
|exe=mesh_xoffsets.py&lt;br /&gt;
|download=https://drive.google.com/open?id=1uEzlGp19MNWSk84_XlYVOsmcDkasQbFW&lt;br /&gt;
|modules=&lt;br /&gt;
|deps=&lt;br /&gt;
|data=&lt;br /&gt;
|bugtracker=&lt;br /&gt;
|warning=Point finding code is not optimized for high poly meshes&lt;br /&gt;
|link=https://blenderartists.org/forum/showthread.php?416960&lt;br /&gt;
|releaselog=&lt;br /&gt;
|issues=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
Exact Offsets is a mesh editing tool that allows you to precisely set the distance, scale, and rotation of mesh objects using vertex locations. It works in both Object and Edit Modes, with the operation performed being dependent on which mode you are in when a new distance or rotation is entered. The purpose of Exact Offsets is to make doing light CAD work in Blender easier (things like making minor adjustments to models from STL files before having them 3D printed).&lt;br /&gt;
&lt;br /&gt;
[[File:Xoffsets_transl_example_1.png|thumb|600px|left|Exact Offsets distance adjust example]]&lt;br /&gt;
&lt;br /&gt;
{{Clr}}&lt;br /&gt;
&lt;br /&gt;
===Performance Note===&lt;br /&gt;
The Add-On's vertex finding code is still mostly a proof-of-concept with only &lt;br /&gt;
minor performance optimizations. During trial runs Exact Offsets worked fine &lt;br /&gt;
with basic models, but once vertex counts reached the 10K to 30K range &lt;br /&gt;
performance took a major hit. Using Exact Offsets with anything more complex &lt;br /&gt;
than that might still be possible, but is not recommended.&lt;br /&gt;
&lt;br /&gt;
===Install instructions===&lt;br /&gt;
# Save the &amp;quot;xoffsets_alpha_v009.zip&amp;quot; file to your computer&lt;br /&gt;
# In Blender, go to:&amp;amp;nbsp; File &amp;gt; User Preferences &amp;gt; Add-ons&lt;br /&gt;
# Remove any older versions of &amp;quot;Exact Offsets&amp;quot; (if there are any)&lt;br /&gt;
# Press the &amp;quot;Install From File&amp;quot; button and select the xoffsets_alpha_v009.zip file you just downloaded.&lt;br /&gt;
# Enable the Add-On by clicking on the box to the left of Add-On's name (Exact Offsets)&lt;br /&gt;
&lt;br /&gt;
===Basic Usage===&lt;br /&gt;
Launch the Add-On from the Spacebar menu by typing in: Exact Offsets&amp;lt;br&amp;gt;&lt;br /&gt;
After launching the addon it will be in &amp;quot;Point Click&amp;quot; mode where you can &lt;br /&gt;
add 2 or 3 &amp;quot;reference points&amp;quot; using the Left Mouse Button. Points are &lt;br /&gt;
added by left clicking on/near the vertices of a mesh model in the &lt;br /&gt;
3D View. A point will be placed at the vertex closest to the location you &lt;br /&gt;
clicked (except when no vertices are near the mouse cursor). The order in &lt;br /&gt;
which you add the points determines their function and color:&lt;br /&gt;
* 1st point set is the &amp;quot;Anchor&amp;quot; &amp;lt;span style=&amp;quot;color: rgb(255, 0, 0);&amp;quot;&amp;gt;(red)&amp;lt;/span&amp;gt;&lt;br /&gt;
* 2nd point set is the &amp;quot;Free&amp;quot; &amp;lt;span style=&amp;quot;color: rgb(0, 128, 0);&amp;quot;&amp;gt;(green)&amp;lt;/span&amp;gt;&lt;br /&gt;
* If a 3rd point is set, the 2nd point becomes the &amp;quot;Pivot&amp;quot; &amp;lt;span style=&amp;quot;color: rgb(0, 0, 255);&amp;quot;&amp;gt;(blue)&amp;lt;/span&amp;gt; and the 3rd point (last) becomes the &amp;quot;Free&amp;quot; point&lt;br /&gt;
&lt;br /&gt;
===Removing points===&lt;br /&gt;
If you click on an existing reference point it will be removed. For &lt;br /&gt;
removing points the reference point assignment works in reverse of the &lt;br /&gt;
&amp;quot;Anchor &amp;gt; Pivot &amp;gt; Free&amp;quot; order when you added points.&lt;br /&gt;
Examples:&lt;br /&gt;
* If 2 points were added and the Anchor is removed, the Free point (now the only point left) becomes the &amp;quot;new&amp;quot; Anchor.&lt;br /&gt;
* If 3 points were added and the Pivot is removed, the Free and Anchor remain unchanged and the Pivot is removed.&lt;br /&gt;
* If 3 points were added and the Free is removed, the Anchor remains unchanged and the Pivot becomes the &amp;quot;new&amp;quot; Free.&lt;br /&gt;
&lt;br /&gt;
===Entering a new measurement===&lt;br /&gt;
After you add 2 or 3 points, a &amp;quot;button&amp;quot; will appear in the 3D View &lt;br /&gt;
displaying the distance or rotation value between the reference points. If &lt;br /&gt;
you click on the button a &amp;quot;Measure Input&amp;quot; dialog box will appear displaying &lt;br /&gt;
the current measure between the points. If you change the measure in the &lt;br /&gt;
dialog box and click &amp;quot;OK&amp;quot;, a translation (move), scale, or rotation will be&lt;br /&gt;
performed depending on which mode was active.&lt;br /&gt;
&lt;br /&gt;
===Available transform modes===&lt;br /&gt;
Translate, Scale (Object mode only), and Rotation.&lt;br /&gt;
* Translate mode is active when only 2 points were added.&lt;br /&gt;
* Scale mode is active only if 2 ref points were added and attached to the same object.&lt;br /&gt;
* Rotate mode active when 3 points are added.&lt;br /&gt;
&lt;br /&gt;
===Direction of Movement===&lt;br /&gt;
When a new measurement is input with the dialog box, the Free point will &lt;br /&gt;
move away from or towards the Anchor point to match the updated measurement. &lt;br /&gt;
If Blender was in Object Mode, the Object the &amp;quot;Free&amp;quot; point was attached to &lt;br /&gt;
will be moved. If Blender was in Edit Mode, the &amp;quot;Free&amp;quot; point's vertex will &lt;br /&gt;
be moved. If the Free point was part of a selection set, all other selected &lt;br /&gt;
vertices (if in Edit Mode) or Mesh Objects (if in Object Mode) will be moved &lt;br /&gt;
along with the Free point (except when in scale mode).&lt;br /&gt;
&lt;br /&gt;
===Translate mode===&lt;br /&gt;
Without an axis lock set, the Free point will move along the slope between &lt;br /&gt;
the Anchor and Free points. With an axis lock set, Free is moved along a &lt;br /&gt;
set axis.&lt;br /&gt;
&lt;br /&gt;
===Rotation mode===&lt;br /&gt;
When an axis lock is set, the Free point will rotate around that axis where &lt;br /&gt;
it passes through the Pivot point's location. The displayed angle measurement&lt;br /&gt;
(in degrees) represents the smallest angle created starting from the &lt;br /&gt;
Anchor-Pivot line (at 0 degrees) to the Pivot-Free line. Because the smallest&lt;br /&gt;
angle is used to determine the direction to move the Free point, if the angle &lt;br /&gt;
measured 0 or 180 degrees before entering a new rotation value, the new &lt;br /&gt;
location for the Free point will have to be manually selected with the &lt;br /&gt;
Left Mouse Button. When no axis lock is set, the Free point will rotate &lt;br /&gt;
around the &amp;quot;face normal&amp;quot; of Anchor-Pivot-Free &amp;quot;face&amp;quot; coming off the Pivot's &lt;br /&gt;
location. You will not be able to do a rotation without an axis lock set if &lt;br /&gt;
the original rotation value was 0 or 180 degrees.&lt;br /&gt;
&lt;br /&gt;
===Scale mode===&lt;br /&gt;
(Object Mode Only) If scale mode is active and no axis lock set, the whole &lt;br /&gt;
object is scaled up or down so the distance between the Anchor and Free points &lt;br /&gt;
matches the distance input with the dialog box. If an axis lock was set, the &lt;br /&gt;
object will scale only along the selected axis. Note that the object is &lt;br /&gt;
scaled in the direction of the Free point with the Anchor point maintaining &lt;br /&gt;
its original location.&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
* You cannot assign more than 1 reference point to a given 3D location (Points can't share the same coordinates).&lt;br /&gt;
* If Objects have an unapplied scale or rotation, transforms may not work as intended (scale in particular).&lt;br /&gt;
* Entering negative values will reverse the direction of the transformation. For example, If a Z axis lock was applied, the Free vertex was 2 units above the Anchor, and -3 was entered, the Free vertex would be moved down 5 units to sit 3 units below the Anchor.&lt;br /&gt;
&lt;br /&gt;
===Hotkeys===&lt;br /&gt;
  LMB = Left Mouse Button, RMB = Right Mouse Button&lt;br /&gt;
  &amp;amp;nbsp;&lt;br /&gt;
  ESC      exits Exact Offsets&lt;br /&gt;
  LMB+RMB  exits Exact Offsets&lt;br /&gt;
  LMB      adds/remove ref points and activates button&lt;br /&gt;
  X        sets X-axis lock&lt;br /&gt;
  Y        sets Y-axis lock&lt;br /&gt;
  Z        sets Z-axis lock&lt;br /&gt;
  C        clears axis lock (sets &amp;quot;spherical&amp;quot; lock in rotation mode)&lt;/div&gt;</summary>
		<author><name>wiki&gt;NBurn</name></author>
		
	</entry>
</feed>