﻿<?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%2FModeling%2FBorder_Deselect_Outer</id>
	<title>Extensions:2.6/Py/Scripts/Modeling/Border Deselect Outer - 版の履歴</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%2FModeling%2FBorder_Deselect_Outer"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Modeling/Border_Deselect_Outer&amp;action=history"/>
	<updated>2026-08-03T21:58:23Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Modeling/Border_Deselect_Outer&amp;diff=141649&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/Modeling/Border_Deselect_Outer&amp;diff=141649&amp;oldid=prev"/>
		<updated>2018-06-28T20:54:11Z</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日 (木) 20:54時点における版&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/Modeling/Border_Deselect_Outer&amp;diff=141648&amp;oldid=prev</id>
		<title>2013年10月10日 (木) 00:43にwiki&gt;CoDEmanXによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Modeling/Border_Deselect_Outer&amp;diff=141648&amp;oldid=prev"/>
		<updated>2013-10-10T00:43:23Z</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= Border Deselect Outer&lt;br /&gt;
|tooltip= Use Border Select to deselect geometry&lt;br /&gt;
|menu= View3D &amp;gt; EditMode &amp;gt; Select&lt;br /&gt;
|usage= Make a selection, then run this operator to border-select the desired selection intersection&lt;br /&gt;
|version= 1.2&lt;br /&gt;
|blender= 2.66&lt;br /&gt;
|category= Mesh&lt;br /&gt;
|author= CoDEmanX&lt;br /&gt;
|license= GPL&lt;br /&gt;
|distribution= Contrib&lt;br /&gt;
|note=&lt;br /&gt;
|exe= mesh_border_deselect_outer.py&lt;br /&gt;
|download= http://projects.blender.org/scm/viewvc.php/*checkout*/contrib/py/scripts/addons/mesh_border_deselect_outer.py?root=bf-extensions&amp;amp;content-type=text/plain&lt;br /&gt;
|modules= &lt;br /&gt;
|deps=&lt;br /&gt;
|data=&lt;br /&gt;
|warning = &lt;br /&gt;
|bugtracker= http://blenderartists.org/forum/showthread.php?290617-Mesh-Border-Deselect-Outer-(selection-intersection-by-using-a-border-select)&amp;amp;p=2365471#post2365471&lt;br /&gt;
|link= &lt;br /&gt;
|releaselog= &lt;br /&gt;
|issues= &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
This is a border selection operator, called Border Deselect Outer. It deselects editmesh geometry, that is outside of the border selection you make with this modal operator (like regular border select). Only previously selected geometry is considered, it won't border select geometry that wasn't selected before. This is useful to create a selection intersection from previous selection.&lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;C7irgSl6KrY&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Looks like not working correctly, but it is: It uses Edge Selection Mode, use Vertex Selection instead if you need it pixel-acurate.&lt;br /&gt;
&amp;lt;youtube&amp;gt;xIWiDr8v5Hw&amp;lt;/youtube&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
*Download the script&lt;br /&gt;
*File &amp;gt; User Preferences &amp;gt; Addons &amp;gt; Install from file...&lt;br /&gt;
*Locate the downloaded script to install (or place the file in your addons folder instead)&lt;br /&gt;
*Activate addon&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Known Limitations ===&lt;br /&gt;
&lt;br /&gt;
*It might deselect geometry that you wanted to stay selected (but it actually works as intended). If so, '''switch to Vertex Selection Mode before''' you use this operator. In Edge Selection Mode, both vertices of an edge need to be inside of the selection box in order to keep it selected. In Face Selection Mode, the face dot has to be inside of the selection, or all edges and vertices of the face will be deselected.&lt;/div&gt;</summary>
		<author><name>wiki&gt;CoDEmanX</name></author>
		
	</entry>
</feed>