﻿<?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=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88%3ARelease_Notes%2F2.43%2FMesh%2FEditing</id>
	<title>テンプレート:Release Notes/2.43/Mesh/Editing - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88%3ARelease_Notes%2F2.43%2FMesh%2FEditing"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Release_Notes/2.43/Mesh/Editing&amp;action=history"/>
	<updated>2026-07-10T19:02:30Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Release_Notes/2.43/Mesh/Editing&amp;diff=53574&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Release_Notes/2.43/Mesh/Editing&amp;diff=53574&amp;oldid=prev"/>
		<updated>2018-06-28T17:50:54Z</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:50時点における版&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=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Release_Notes/2.43/Mesh/Editing&amp;diff=53573&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones bot: Robot: Changing template: K</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Release_Notes/2.43/Mesh/Editing&amp;diff=53573&amp;oldid=prev"/>
		<updated>2010-04-12T16:09:13Z</updated>

		<summary type="html">&lt;p&gt;Robot: Changing template: K&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Improved Triangle to Quad conversion =&lt;br /&gt;
{{RefBox&lt;br /&gt;
|mode=Edit Mode (Mesh)&lt;br /&gt;
|panel= Editing &amp;amp;rarr; Mesh Tools&lt;br /&gt;
|hotkey={{shortcut|alt|J}}&lt;br /&gt;
|lang=en&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{shortcut|alt|J}} behavior has been replaced by a port of the Tri2Quad python script included with blender 2.42. This method has many advantages over the old behavior. A simple illustration of how the new method is superior to the old can be made by triangulating a suzzane and converting it back to quads.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|valign=top|[[Image:Manual-tri2quad-example1b.jpg|thumb|300px|none|Triangulated Suzzane.]]&lt;br /&gt;
|valign=top|[[Image:Manual-tri2quad-example1a.jpg|thumb|300px|none|Improved Triangle Conversion.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The algorithm works by first splitting up the selection set into 'simple' and 'complex' islands. Simple islands are a group of exactly two selected triangles that are joined by an edge. These simple pairs are subject to the old 2.42 rules for joining triangles. Complex islands are part of larger groups of selected triangles and their conversion is controlled by several parameters that can be individually tweaked via new buttons located in the {{Literal|Mesh Tools}} panel of the editing buttons. The tool deals with any arbitrary combination of simple and complex islands in a consistent and logcial way.&lt;br /&gt;
&lt;br /&gt;
The {{Literal|Threshold}} value of the panel controls how how much weight should be given to any particular pair of triangles when considering all possible joins. The higher the value, the less strict the algorithm is about making convex/coplanar joins. Additionally there are a row of buttons called 'delimiters'. For each delimiter pressed, it places an additional restriction on any face pairs before they can be considered for joining.&lt;br /&gt;
&lt;br /&gt;
The delimiters and their restrictions they place on pairs of triangles are as follows:&lt;br /&gt;
&lt;br /&gt;
; {{Literal|Delimit UV}}&lt;br /&gt;
: Do they share a compatible set of UV coordinates and the same UV image?&lt;br /&gt;
; {{Literal|Delimit VCOL}}&lt;br /&gt;
: Do they share a compatible set of vertex colors?&lt;br /&gt;
; {{Literal|Delimit Sharp}}&lt;br /&gt;
: Is the shared edge is marked as sharp?&lt;br /&gt;
; {{Literal|Delimit Material}}&lt;br /&gt;
: Do they share the same material?&lt;br /&gt;
&lt;br /&gt;
The user is able to use any of these delimiters in any combination to achieve precise control over the conversion process.&lt;br /&gt;
&lt;br /&gt;
= Enhancements to F-Key face creation = &lt;br /&gt;
{{RefBox&lt;br /&gt;
|mode=Edit Mode (Mesh)&lt;br /&gt;
|panel= Editing &amp;amp;rarr; Mesh Tools&lt;br /&gt;
|hotkey={{Shortcut|F}} &amp;amp;rarr; {{Shortcut|1}}&lt;br /&gt;
|lang=en&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|valign=top|[[Image:Manual-netfill-example1a.jpg|thumb|300px|none|Cut Line passing through vertices.]]&lt;br /&gt;
|valign=top|[[Image:Manual-netfill-example1b.jpg|thumb|300px|none|Result of mixed edge/vertex cutting.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Blender can automatically fill a net of edges with quads and triangles. This is demonstrated above on the edges of a suzzane model.&lt;br /&gt;
&lt;br /&gt;
= Vertex cutting and snapping for Knife tool = &lt;br /&gt;
{{RefBox&lt;br /&gt;
|mode=Edit Mode (Mesh)&lt;br /&gt;
|hotkey={{Shortcut|K}} &amp;amp;rarr; {{Shortcut|1}} or {{Shortcut|2}}&lt;br /&gt;
|lang=en&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The knife tool in blender has been extended to allow you to cut through vertices as well as edges. This allows your cut line to cleanly pass through specific vertices and terminate exactly where you need it to. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|valign=top|[[Image:Manual-vertcut-example1a.jpg|thumb|300px|none|Cut Line passing through vertices.]]&lt;br /&gt;
|valign=top|[[Image:Manual-vertcut-example1b.jpg|thumb|300px|none|Result of mixed edge/vertex cutting.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Since the vertex intersection code is very precise, vertex snapping has been added to the knife tool to assist the user when they wish to cut through vertices and can be toggled by pressing and holding the {{Shortcut|Ctrl}} key while drawing your cut line.&lt;br /&gt;
&lt;br /&gt;
= Separate By Material =&lt;br /&gt;
&lt;br /&gt;
{{RefBox&lt;br /&gt;
|mode=Edit Mode (Mesh)&lt;br /&gt;
|hotkey={{Shortcut|P}} &amp;amp;rarr; {{Literal|Separate}} &amp;amp;rarr; {{Literal|'''By Material'''}}&lt;br /&gt;
|lang=en&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new option ''Separate By Material'' allows to create separate mesh objects for each material index. This can for example be used to create separate UV-maps for parts of an object. To use the option, add multiple materials to your mesh and assign the faces to each material (See: [[Manual/PartIII/Multiple_Materials|Multiple Materials]]).&lt;br /&gt;
&lt;br /&gt;
[[Image:Elubie-separate-by-material-01.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As a result, for each material index a new object has been created. These objects can now be edited individually. The created mesh objects can be joined again in '''Object Mode''' with {{shortcut|ctrl|J}}. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Elubie-separate-by-material-02.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Proportional edit mode: Random mode =&lt;br /&gt;
{{RefBox&lt;br /&gt;
|mode=Edit Mode (Mesh)&lt;br /&gt;
|panel= Editing &amp;amp;rarr; Mesh Tools&lt;br /&gt;
|hotkey={{Shortcut|O}}&lt;br /&gt;
|lang=en&lt;br /&gt;
}}&lt;br /&gt;
[[Image:Manual-Edit-Proportional-Random.png|right|thumb|300px|Smooth falloff (left) and Random falloff (right)]]&lt;br /&gt;
Proportional editing now has Random Falloff and No Falloff modes. Random falloff displaces local vertices in the direction of the key vertice(s), but in a non-uniform manner, e.g. for making realistic terrains. No Falloff displaces all the vertices within the range circle the same distance and direction as the key vertice(s). &lt;br /&gt;
{{clr}}&lt;br /&gt;
Demo video: http://mke3.net/blender/etc/prop_random-h264.mov&lt;br /&gt;
&lt;br /&gt;
[[Category:Release notes]]&lt;br /&gt;
[[Category:Mesh editing]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones bot</name></author>
		
	</entry>
</feed>