﻿<?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=Doc%3A2.6%2FManual%2FModifiers%2FGenerate%2FRemesh</id>
	<title>Doc:2.6/Manual/Modifiers/Generate/Remesh - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Doc%3A2.6%2FManual%2FModifiers%2FGenerate%2FRemesh"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Modifiers/Generate/Remesh&amp;action=history"/>
	<updated>2026-04-25T14:15:51Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Modifiers/Generate/Remesh&amp;diff=146467&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Modifiers/Generate/Remesh&amp;diff=146467&amp;oldid=prev"/>
		<updated>2018-06-28T21:07:43Z</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:07時点における版&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=Doc:2.6/Manual/Modifiers/Generate/Remesh&amp;diff=146466&amp;oldid=prev</id>
		<title>2014年4月12日 (土) 19:00にwiki&gt;Urkokulによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Modifiers/Generate/Remesh&amp;diff=146466&amp;oldid=prev"/>
		<updated>2014-04-12T19:00:32Z</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;{{Page/Header|2.6x|Doc:UK/2.6/Manual/Modifiers/Generate/MultiResolution|Doc:UK/2.6/Manual/Modifiers/Generate/Screw}}&lt;br /&gt;
&lt;br /&gt;
=Remesh Modifier=&lt;br /&gt;
&lt;br /&gt;
{{RefBox&lt;br /&gt;
 |mode=Object mode&lt;br /&gt;
 |panel=Properties Window -&amp;gt; Context Button {{Literal|Modifiers }}[[Image:CZ_Modifier_ContextButton.png]]&lt;br /&gt;
 |lang=en&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
The Remesh modifier is a tool for generating new mesh topology based on an input surface. The output follows the surface curvature of the input, but its topology contains only quads.&lt;br /&gt;
&lt;br /&gt;
[[File:Remesh-modifier-screenshot-00.png|600px|center]]&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
In the modifier panel, add a Remesh modifier. (This modifier is only available for meshes.) The input mesh should have some thickness to it; if the input is completely flat, add a solify modifier above the remesh modifier.&lt;br /&gt;
&lt;br /&gt;
==== Mode ====&lt;br /&gt;
&lt;br /&gt;
There are three basic modes available in the remesh modifier: Blocks, Smooth and Sharp.&lt;br /&gt;
&lt;br /&gt;
[[File:Remesh-mode-cone-example.png|600px|center|thumb|This example shows a cone with each of the different remesh modes. From left to right: original cone, Blocks, Smooth, and Sharp]]&lt;br /&gt;
&lt;br /&gt;
Note that the output topology is almost identical between the three modes; what changes is the smoothing. In Blocks mode, there is no smoothing at all. The Smooth and Sharp modes generate similar output in places where the mesh is already smooth, but Sharp mode preserves sharp details better. In this example, the circular bottom of the cone and the top point of the cone are accurately reproduced in Sharp mode.&lt;br /&gt;
&lt;br /&gt;
==== Octree Depth and Scale ====&lt;br /&gt;
&lt;br /&gt;
The Octree Depth sets the resolution of the output. Low values will generate larger faces relative the input, higher values generate a denser output. The result can be tweaked further by setting the Scale; lower values effectively decrease the output resolution.&lt;br /&gt;
&lt;br /&gt;
[[File:Remesh-depth-cone-example.png|600px|center|thumb|Input mesh, and the low to high resolution output meshes]]&lt;br /&gt;
&lt;br /&gt;
==== Disconnected Pieces ====&lt;br /&gt;
&lt;br /&gt;
To filter out small disconnected pieces of the output, enabled Remove Disconnected and set the threshold to control how small a disconnected component must be to be removed.&lt;br /&gt;
&lt;br /&gt;
[[File:Remesh-remove-disconnected-example.png|600px|center|thumb|The input mesh (left) is fairly noisy, so the initial output of the remesh modifier (center) contains small disconnected pieces. Enabling Remove Disconnected Pieces (right) deletes those faces.]]&lt;br /&gt;
&lt;br /&gt;
==== Sharpness ====&lt;br /&gt;
&lt;br /&gt;
In Sharp mode, set the Sharpness value to control how closely the output follows sharp edges in the input (use lower values to filter out noise).&lt;br /&gt;
&lt;br /&gt;
=== Demo Videos ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center !important;&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;youtube width=&amp;quot;640&amp;quot; height=&amp;quot;360&amp;quot;&amp;gt;TvNHiHdrjUw&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube width=&amp;quot;640&amp;quot; height=&amp;quot;360&amp;quot;&amp;gt;Mh-gUnS2c0Y&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube width=&amp;quot;640&amp;quot; height=&amp;quot;360&amp;quot;&amp;gt;dker8gRuww4&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube width=&amp;quot;640&amp;quot; height=&amp;quot;360&amp;quot;&amp;gt;5njU1nIyC6I&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;vimeo width=&amp;quot;640&amp;quot; height=&amp;quot;360&amp;quot; &amp;gt;21096739&amp;lt;/vimeo&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;vimeo width=&amp;quot;640&amp;quot; height=&amp;quot;360&amp;quot; &amp;gt;21330126&amp;lt;/vimeo&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Remesh-text-00.png|center|640px|thumb|Remesh modifier applied to text to improve topology]]&lt;br /&gt;
&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|Doc:UK/2.6/Manual/Modifiers/Generate/MultiResolution|Doc:UK/2.6/Manual/Modifiers/Generate/Screw}}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Urkokul</name></author>
		
	</entry>
</feed>