﻿<?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_8</id>
	<title>利用者:Sebbas/GSoC 2016/Reports/Week 8 - 版の履歴</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_8"/>
	<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_8&amp;action=history"/>
	<updated>2026-05-14T23:45:39Z</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_8&amp;diff=151899&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_8&amp;diff=151899&amp;oldid=prev"/>
		<updated>2018-06-28T21:17:42Z</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_8&amp;diff=151898&amp;oldid=prev</id>
		<title>wiki&gt;Sebbas: Created page with &quot;= Week 8 =  === What's been done ===  * So this week I bumped into a discussion on IRC on building the &lt;tt&gt;fluid-mantaflow&lt;/tt&gt; branch on Windows. I had always mentally postponed...&quot;</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_8&amp;diff=151898&amp;oldid=prev"/>
		<updated>2016-07-17T09:37:13Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Week 8 =  === What&amp;#039;s been done ===  * So this week I bumped into a discussion on IRC on building the &amp;lt;tt&amp;gt;fluid-mantaflow&amp;lt;/tt&amp;gt; branch on Windows. I had always mentally postponed...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Week 8 =&lt;br /&gt;
&lt;br /&gt;
=== What's been done ===&lt;br /&gt;
&lt;br /&gt;
* So this week I bumped into a discussion on IRC on building the &amp;lt;tt&amp;gt;fluid-mantaflow&amp;lt;/tt&amp;gt; branch on Windows. I had always mentally postponed the Windows build but apparently this week reality caught up.&lt;br /&gt;
&lt;br /&gt;
* Building itself was fairly uncomplicated. There was just the old smoke library that had to be removed. ({{GitCommit|rB8eac981888df}})&lt;br /&gt;
&lt;br /&gt;
* The main issue under Windows was (and still is) that it is unable to run the Mantaflow script snippets. My first guess was that I would have to load Mantaflow scripts, the strings themselves, differently ({{GitCommit|rB4ffac9faf19c}}). But this did not help the cause.&lt;br /&gt;
&lt;br /&gt;
* Eventually I figured that the problem with Windows is the static Mantaflow linking. Under Mac and Linux we can achieve this with the appropriate flags (i.e. &amp;lt;tt&amp;gt;--whole-archive&amp;lt;/tt&amp;gt;). For Windows, however, I did not find a similar option and to my understanding one has to dynamically link a lib (i.e. using &amp;lt;tt&amp;gt;.dll&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Next up ===&lt;br /&gt;
&lt;br /&gt;
* Just as last week the idea is to get the UI ready. I have already received some suggestions (thanks for that!) and will probably bring up one or the other topic in the ''#blenderui'' chat.&lt;br /&gt;
&lt;br /&gt;
* Some university exams are coming up, so I'll try to balance that.&lt;br /&gt;
&lt;br /&gt;
=== Questions ===&lt;br /&gt;
&lt;br /&gt;
* I found the &amp;lt;tt&amp;gt;bmesh&amp;lt;/tt&amp;gt; library setup quite interesting. It's split into python lib and internal lib. Maybe it would be a good idea to use such a setup for Mantaflow as well? I am not really happy with the static Mantaflow linking and maybe this can help the case.&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
* ''Windows users:'' It was nice looking into the Windows build but I think fixing it is not the top priority at the moment. For now, maybe you can try the Linux build?&lt;/div&gt;</summary>
		<author><name>wiki&gt;Sebbas</name></author>
		
	</entry>
</feed>