﻿<?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%3ALevon%2Fmesh_cache_sequence_modifier</id>
	<title>利用者:Levon/mesh cache sequence modifier - 版の履歴</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%3ALevon%2Fmesh_cache_sequence_modifier"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Levon/mesh_cache_sequence_modifier&amp;action=history"/>
	<updated>2026-09-08T08:13:46Z</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:Levon/mesh_cache_sequence_modifier&amp;diff=148411&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:Levon/mesh_cache_sequence_modifier&amp;diff=148411&amp;oldid=prev"/>
		<updated>2018-06-28T21:10:36Z</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:10時点における版&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:Levon/mesh_cache_sequence_modifier&amp;diff=148410&amp;oldid=prev</id>
		<title>wiki&gt;Levon: /* TODO */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Levon/mesh_cache_sequence_modifier&amp;diff=148410&amp;oldid=prev"/>
		<updated>2014-09-22T15:15:05Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;TODO&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Mesh Cache Sequence Modifier=&lt;br /&gt;
&lt;br /&gt;
The Mesh Cache Sequence Modifier allows sequences of files to be dynamically loaded inside blender. The aim is to support multiple file types from various different software. The aim is NOT to allow editing of this data. however, using the Derived Mesh structure allows applying further modifiers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:MeshCacheSeqUI.png|400px]]&lt;br /&gt;
&lt;br /&gt;
==options==&lt;br /&gt;
currently the options available are quite simple&lt;br /&gt;
* File type -type of mesh you are using (see below)&lt;br /&gt;
* File Path - path to the file. just selecting 1 file in the sequence works, as the modifier will work out the padding &lt;br /&gt;
* Frame Offset - change the start frame +/- this number of frames.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== File Types ==&lt;br /&gt;
currently the modifier has limited support for the following formats.&lt;br /&gt;
*realflow Mesh format '.bin'&lt;br /&gt;
*realflow particle format '.bin'&lt;br /&gt;
*realflow RPC particle format '.rpc'&lt;br /&gt;
* wavefront '.obj'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:MeshCacheSeqTypes.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TODO==&lt;br /&gt;
&lt;br /&gt;
Currently a lot.&lt;br /&gt;
&lt;br /&gt;
*Add Axis mapping controls&lt;br /&gt;
=== obj ===&lt;br /&gt;
*needs a total rewrite. todo&lt;br /&gt;
&lt;br /&gt;
===realflow===&lt;br /&gt;
&lt;br /&gt;
====mesh bin====&lt;br /&gt;
*import mesh done.&lt;br /&gt;
*import velocity TODO&lt;br /&gt;
*import additional face/vertex values TODO&lt;br /&gt;
&lt;br /&gt;
====realflow particles====&lt;br /&gt;
realflow has 2 particle types, the standard Bin that seems to only contain a limited number of preset data channels, RPC  allows for custom defined data types per particle. data can also be compressed with Zlib.&lt;br /&gt;
&lt;br /&gt;
*import particles. currently creating Derived Mesh vertices.&lt;br /&gt;
*import velocity TODO&lt;br /&gt;
*import additional particle values TODO&lt;br /&gt;
&lt;br /&gt;
====realflow RPC particles====&lt;br /&gt;
*import particle position done&lt;br /&gt;
*import custom particle values TODO&lt;br /&gt;
&lt;br /&gt;
==File Formats==&lt;br /&gt;
&lt;br /&gt;
===houdini geo/Bgeo===&lt;/div&gt;</summary>
		<author><name>wiki&gt;Levon</name></author>
		
	</entry>
</feed>