﻿<?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_2017%2FReports%2FWeek_1</id>
	<title>利用者:Sebbas/GSoC 2017/Reports/Week 1 - 版の履歴</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_2017%2FReports%2FWeek_1"/>
	<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_2017/Reports/Week_1&amp;action=history"/>
	<updated>2026-05-14T18:13:24Z</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_2017/Reports/Week_1&amp;diff=153301&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_2017/Reports/Week_1&amp;diff=153301&amp;oldid=prev"/>
		<updated>2018-06-28T21:22:34Z</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:22時点における版&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_2017/Reports/Week_1&amp;diff=153300&amp;oldid=prev</id>
		<title>wiki&gt;Sebbas: /* Next up */</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_2017/Reports/Week_1&amp;diff=153300&amp;oldid=prev"/>
		<updated>2017-06-06T12:03:55Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Next up&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 1 =&lt;br /&gt;
&lt;br /&gt;
Part one of my particles goal for this GSoC is to get FLIP particles into the Blender viewport. This week I worked on the data exchange and wrote some API functions.&lt;br /&gt;
&lt;br /&gt;
=== What's been done ===&lt;br /&gt;
&lt;br /&gt;
* There is now a helper function to read particle data from Mantaflow &amp;lt;tt&amp;gt;.uni&amp;lt;/tt&amp;gt; files. I approached it the same way I did when creating the mesh reading function (&amp;lt;tt&amp;gt;.bobj.gz&amp;lt;/tt&amp;gt; files). The load() functions from Mantaflow were also very useful here. ({{GitCommit|rB8810490a2c23}})&lt;br /&gt;
&lt;br /&gt;
* Several generic API functions needed to be written to connect C code (from pointcache.c and particle_system.c) with C++ code (FLUID.cpp which in turn calls the Mantaflow Python scripts) ({{GitCommit|rB9cb43962a7a8}})&lt;br /&gt;
&lt;br /&gt;
* Inside the particle system code there is a function that currently reads Elbeem particle data into an actual particle system. For Mantaflow particles we need that as well and so I wrote a new wrapper for that. ({{GitCommit|rB5468cf836efb}})&lt;br /&gt;
&lt;br /&gt;
* All in all, what you can do now is toggle &amp;quot;FLIP particles&amp;quot; in the cache options and it will save particle data instead of mesh data. Displaying them is still a TODO however.&lt;br /&gt;
&lt;br /&gt;
* Earlier this week I did some housekeeping and merged master. ({{GitCommit|rB96cf0cc946cc}}, {{GitCommit|rB3a41fc953ade}})&lt;br /&gt;
&lt;br /&gt;
[[File:Mantaflow_cache_option_flip_particles.png|thumb|center|500px|Preview of the new option for FLIP particles in the cache tab.]]&lt;br /&gt;
&lt;br /&gt;
=== Next up ===&lt;br /&gt;
&lt;br /&gt;
* Since I am now able to save and load Mantflow FLIP particle data, the next step is to get all the particles actually show up in the viewport. When I saw that the particle import/export worked, I internally hoped that they somehow would just appear. Yeah, that was opportunistic. It couldn't be that easy and so I'll look into displaying FLIP particles next week ;)&lt;br /&gt;
&lt;br /&gt;
* Next Friday I have meeting with Nils. Hopefully FLIP particles will work by then so that we can discuss secondary particles (tracer, drop, float).&lt;br /&gt;
&lt;br /&gt;
* Also, I think finishing all particles (FLIP and secondary particles) and then moving on to fluid guiding makes more sense. So basically what I'll do in my schedule is swap &amp;quot;secondary particles&amp;quot; and &amp;quot;fluid guiding&amp;quot; (TBC).&lt;br /&gt;
&lt;br /&gt;
=== Questions ===&lt;br /&gt;
&lt;br /&gt;
* No&lt;/div&gt;</summary>
		<author><name>wiki&gt;Sebbas</name></author>
		
	</entry>
</feed>