﻿<?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=%E5%88%A9%E7%94%A8%E8%80%85%3ASebbas%2FGSoC_2016%2FReports%2FWeek_2</id>
	<title>利用者:Sebbas/GSoC 2016/Reports/Week 2 - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3ASebbas%2FGSoC_2016%2FReports%2FWeek_2"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sebbas/GSoC_2016/Reports/Week_2&amp;action=history"/>
	<updated>2026-05-14T22:11:26Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sebbas/GSoC_2016/Reports/Week_2&amp;diff=151659&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sebbas/GSoC_2016/Reports/Week_2&amp;diff=151659&amp;oldid=prev"/>
		<updated>2018-06-28T21:17:22Z</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:17時点における版&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=%E5%88%A9%E7%94%A8%E8%80%85:Sebbas/GSoC_2016/Reports/Week_2&amp;diff=151658&amp;oldid=prev</id>
		<title>wiki&gt;Sebbas: /* What's been done */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sebbas/GSoC_2016/Reports/Week_2&amp;diff=151658&amp;oldid=prev"/>
		<updated>2016-07-11T21:33:25Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;What&amp;#039;s been done&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Week 2 =&lt;br /&gt;
&lt;br /&gt;
=== What's been done ===&lt;br /&gt;
&lt;br /&gt;
* I optimized the liquid inflow (which Mantaflow needs to create a mesh). Before I was using the bounded raycasting function to determine points inside a mesh; Ideasman42 pointed me to the better (geometry) raycasting function which I am using now. ({{GitCommit|rBf13e9ccc6159}}, {{GitCommit|rB492e457afaab}})&lt;br /&gt;
&lt;br /&gt;
* I experimented with the Mantaflow mesh smoothing functions as the mesh surfaces that Mantaflow produced were much rougher than the Elbeem ones. Using them improves surface smoothness. However, they are not so performant and my mentor advised me against using them. ({{GitCommit|rBbe151d5ebd9e}}, {{GitCommit|rBb7d4d4a440b5}}) &amp;lt;br&amp;gt;The roughness problem was solved differently: What determines the mesh surface roughness is the randomness factor in the Mantaflow particle sampling function (&amp;lt;tt&amp;gt;sampleLevelsetWithParticles()&amp;lt;/tt&amp;gt;). I am now using a much smaller randomness value (was 0.4). However, GUI access would be nice in the future.&lt;br /&gt;
&lt;br /&gt;
* I was able to find out more about deprecating modifiers - my question from last week. Apparently, the last time a modifier was &amp;quot;killed&amp;quot; was during the transition to &amp;lt;tt&amp;gt;bmesh&amp;lt;/tt&amp;gt; in &amp;lt;tt&amp;gt;v2.63&amp;lt;/tt&amp;gt;. &amp;lt;br&amp;gt;What's important to me is that deprecating modifiers has been done before. Why? I will continue to build the Mantaflow liquids around the smoke modifier and leave the fluid modifier untouched. That way, the smoke modifier will turn into a &amp;quot;correct&amp;quot; and &amp;quot;more complete&amp;quot; fluid modifier (handling gases (smoke, fire) and liquids). And if desired at some point, one can deprecate Elbeem by removing the old fluid modifier.&lt;br /&gt;
&lt;br /&gt;
* Re-enabled some smoke functions and introduced some liquid flags. ({{GitCommit|rBa29e47ad2361}}, {{GitCommit|rB1cbac79a1ead}})&lt;br /&gt;
&lt;br /&gt;
* Rendered some images to see how multiple flow objects work with the new liquid inflow. (https://vimeo.com/169164225)&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;vimeo width=&amp;quot;640&amp;quot; height=&amp;quot;360&amp;quot; &amp;gt;169164225&amp;lt;/vimeo&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Next up ===&lt;br /&gt;
&lt;br /&gt;
* Integrate the liquid cache so that Blender loads the &amp;lt;tt&amp;gt;.bobj.gz&amp;lt;/tt&amp;gt; files automatically.&lt;br /&gt;
* Check how &amp;lt;tt&amp;gt;sampleLevelsetWithParticles()&amp;lt;/tt&amp;gt; handles distances&lt;br /&gt;
* Create comparision video &amp;quot;Falling drop&amp;quot; for Mantaflow vs. Elbeem&lt;br /&gt;
&lt;br /&gt;
=== Questions ===&lt;br /&gt;
&lt;br /&gt;
* (low-prio) Ask &amp;lt;tt&amp;gt;bmesh&amp;lt;/tt&amp;gt; developers about their experience deprecating a modifier.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Sebbas</name></author>
		
	</entry>
</feed>