﻿<?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%2FWetted_Mesh</id>
	<title>Extensions:2.6/Py/Scripts/Mesh/Wetted Mesh - 版の履歴</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%2FWetted_Mesh"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Mesh/Wetted_Mesh&amp;action=history"/>
	<updated>2026-06-02T08:46:59Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Mesh/Wetted_Mesh&amp;diff=104597&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/Wetted_Mesh&amp;diff=104597&amp;oldid=prev"/>
		<updated>2018-06-28T19:43: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日 (木) 19:43時点における版&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/Wetted_Mesh&amp;diff=104596&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones: moved Extensions:2.5/Py/Scripts/Mesh/Wetted Mesh to Extensions:2.6/Py/Scripts/Mesh/Wetted Mesh</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Mesh/Wetted_Mesh&amp;diff=104596&amp;oldid=prev"/>
		<updated>2011-12-15T02:29:36Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/Extensions:2.5/Py/Scripts/Mesh/Wetted_Mesh&quot; class=&quot;mw-redirect&quot; title=&quot;Extensions:2.5/Py/Scripts/Mesh/Wetted Mesh&quot;&gt;Extensions:2.5/Py/Scripts/Mesh/Wetted Mesh&lt;/a&gt; to &lt;a href=&quot;/Extensions:2.6/Py/Scripts/Mesh/Wetted_Mesh&quot; title=&quot;Extensions:2.6/Py/Scripts/Mesh/Wetted Mesh&quot;&gt;Extensions:2.6/Py/Scripts/Mesh/Wetted Mesh&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ScriptInfo&lt;br /&gt;
|name= Wetted Mesh&lt;br /&gt;
|tooltip= Add separated fluid/interface/solid meshes.&lt;br /&gt;
|menu= View3D &amp;gt; Tool Shelf &amp;gt; Wetted Mesh Panel&lt;br /&gt;
|usage= Select the fluid and the solid mesh. Calling Wetted Mesh inserts three new meshes.&lt;br /&gt;
|version= 0.2.1&lt;br /&gt;
|blender= 2.58&lt;br /&gt;
|category= Add Mesh&lt;br /&gt;
|author= Freejack&lt;br /&gt;
|license= GPL&lt;br /&gt;
|distribution= Upload&lt;br /&gt;
|note=&lt;br /&gt;
|exe= wetted_mesh.py&lt;br /&gt;
|download= https://svn.blender.org/svnroot/bf-extensions/contrib/py/scripts/addons/wetted_mesh.py&lt;br /&gt;
|modules=&lt;br /&gt;
|deps=&lt;br /&gt;
|data=&lt;br /&gt;
|bugtracker= http://projects.blender.org/tracker/index.php?func=detail&amp;amp;aid=27156&lt;br /&gt;
|warning=&lt;br /&gt;
|link=&lt;br /&gt;
|releaselog= &lt;br /&gt;
|issues=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
* Download the script and copy to the Blender scripts/addons directory.&lt;br /&gt;
* In User Preferences select the Add-Ons tab.&lt;br /&gt;
* You can activate the script there.&lt;br /&gt;
* The script will now show up in the Object Tool Shelf (press {{Shortcut|T}} in object mode)&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
The Add Wetted Mesh operator creates three meshes (fluid, dry solid, wetted fluid-solid interface) based on two overlapping input meshes (fluid and solid). &lt;br /&gt;
&lt;br /&gt;
[[File:Addinterfacemesh-schema.png‎]]{{clr}}&lt;br /&gt;
The main purpose of these meshes is usage in a renderer which requires an explicit modellation of the interface between two transparent regions (for example LuxRender).&lt;br /&gt;
&lt;br /&gt;
[[File:Addinterfacemesh-luxrender.jpeg|640px]]{{clr}}&lt;br /&gt;
Using overlapping meshes in renderers which do not support them, or non-overlapping meshes in general, leads to a wrong rendering of interfaces between transparent objects. The most common effects are black or very dark areas from rays which are 'caught' between the interfaces or total inner reflection for shallow angles.&lt;br /&gt;
&lt;br /&gt;
Both input meshes have to be selected before calling the operator. The active object (the one selected right before calling the operator) is taken as the solid mesh.&lt;br /&gt;
&lt;br /&gt;
* The resulting solid mesh contains the part from the input solid not covered by the fluid mesh (dry part of the solid).&lt;br /&gt;
* The wetted mesh contains the part from the solid covered by the fluid mesh (wetted part of the solid).&lt;br /&gt;
* The resulting fluid mesh contains the part from the original fluid mesh which is not intersected by the original solid (so the original solid trims the resulting fluid mesh).&lt;br /&gt;
&lt;br /&gt;
Unlike Blender's built in Boolean operations, the resulting meshes are not closed.&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
This simple example demonstrates the basic usage of the 'wetted mesh' operator.&lt;br /&gt;
&lt;br /&gt;
[[File:Addinterfacemesh-ex1-step1.png]]{{clr}}&lt;br /&gt;
Start a new scene with a default cube, and insert an icosphere partly overlapping the cube. Deselect all, and select first the icosphere and then the cube.&lt;br /&gt;
&lt;br /&gt;
Warning: 2.57b has [http://projects.blender.org/tracker/?func=detail&amp;amp;aid=27201 buggy icosphere normals]. Using this Blender version you need to fix up the normals for the icosphere or use an other mesh primitive. &lt;br /&gt;
&lt;br /&gt;
[[File:Addinterfacemesh-ex1-step2.png]]{{clr}}&lt;br /&gt;
Perform the 'add interface mesh' operator from the object tool shelf. This results in three new meshes (fluid, interface, solid) which are parented by a grouping object (interface meshes) to keep them together and ease transforms. The 3D view does not change much, because all of the results lie on top of each other. &lt;br /&gt;
&lt;br /&gt;
[[File:Addinterfacemesh-ex1-step3.png|640px]]{{clr}}&lt;br /&gt;
Hide or delete the original cube and icosphere, then separate the result meshes by moving them a bit or toggle visibility to take a look at the created meshes.&lt;br /&gt;
&lt;br /&gt;
If this scene should be rendered using a solid cube, partly covered by the big drop of water modelled with the icosphere, these three meshes would be suitable as solid, interface and fluid mesh.&lt;br /&gt;
&lt;br /&gt;
=== Hints ===&lt;br /&gt;
&lt;br /&gt;
* Check the normals of your input meshes if the results seem wrong. Blender's Boolean operations depend on them.&lt;br /&gt;
* Check the normals of the created meshes and flip them if needed. The normals of the interface should point from the solid into the liquid if the solid is set up as interior and the liquid as exterior.&lt;br /&gt;
* The calculation of the interface meshes depends heavily on Blender's Booleans (namely difference and union). For complex meshes, these ops may yield weird results, so you should be careful. Large fluid meshes, especially if particles are used for extra splashiness, may require some manual work, so that only the part of the fluid which actually intersects the solid is used for the operation. But don't be too scared. The fluid mesh (of size 150) in the example scene used at the top of this page just worked fine without any additional preparation. &lt;br /&gt;
* For larger meshes the operation may take some time. Take a look at the console to monitor the progress.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones</name></author>
		
	</entry>
</feed>