<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: External Point3 Data, Max, and a Script to do it.</title>
	<atom:link href="http://4rand.com/learn-stuff/external-point3-data-3ds-max-and-a-script-to-do-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://4rand.com</link>
	<description>3ds Max  - VFX Particles FumeFX Krakatoa</description>
	<lastBuildDate>Fri, 20 Apr 2012 23:58:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: admin</title>
		<link>http://4rand.com/learn-stuff/external-point3-data-3ds-max-and-a-script-to-do-it/comment-page-1/#comment-3480</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 10 Nov 2011 18:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://4rand.com/?page_id=442#comment-3480</guid>
		<description>I have added a brief video showing you how to use the script.

&lt;a href=&quot;http://4rand.com/scripts/CSV2Keys/CSV2Keys_Install/CSV2Keys_Install.html&quot; rel=&quot;nofollow&quot;&gt;CSV2Keys Script Installation Video&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I have added a brief video showing you how to use the script.</p>
<p><a href="http://4rand.com/scripts/CSV2Keys/CSV2Keys_Install/CSV2Keys_Install.html" rel="nofollow">CSV2Keys Script Installation Video</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: X.M</title>
		<link>http://4rand.com/learn-stuff/external-point3-data-3ds-max-and-a-script-to-do-it/comment-page-1/#comment-3478</link>
		<dc:creator>X.M</dc:creator>
		<pubDate>Thu, 10 Nov 2011 12:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://4rand.com/?page_id=442#comment-3478</guid>
		<description>Here is the error:
-- Error occurred during fileIn in 
-- Error occurred in anonymous codeblock; filename: C:\Program Files\Autodesk\3ds Max 2011\Scripts\CSV2KeysTool.ms; position: 3704; line: 96
&gt;&gt; MAXScript FileIn Exception: -- Syntax error: at &quot;, expected  
--  In line: 		spinner spn_theFrmRate&quot;Eval @  &lt;&lt;</description>
		<content:encoded><![CDATA[<p>Here is the error:<br />
&#8211; Error occurred during fileIn in<br />
&#8211; Error occurred in anonymous codeblock; filename: C:\Program Files\Autodesk\3ds Max 2011\Scripts\CSV2KeysTool.ms; position: 3704; line: 96<br />
&gt;&gt; MAXScript FileIn Exception: &#8212; Syntax error: at &#8220;, expected<br />
&#8211;  In line: 		spinner spn_theFrmRate&#8221;Eval @  &lt;&lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: X.M</title>
		<link>http://4rand.com/learn-stuff/external-point3-data-3ds-max-and-a-script-to-do-it/comment-page-1/#comment-3443</link>
		<dc:creator>X.M</dc:creator>
		<pubDate>Wed, 09 Nov 2011 16:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://4rand.com/?page_id=442#comment-3443</guid>
		<description>Please share an available directly

                              thanks</description>
		<content:encoded><![CDATA[<p>Please share an available directly</p>
<p>                              thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anselm</title>
		<link>http://4rand.com/learn-stuff/external-point3-data-3ds-max-and-a-script-to-do-it/comment-page-1/#comment-2260</link>
		<dc:creator>Anselm</dc:creator>
		<pubDate>Mon, 30 May 2011 19:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://4rand.com/?page_id=442#comment-2260</guid>
		<description>I see! i just read that above :D
Now i get this one...

---------------------------
MAXScript Rollout Handler Exception
---------------------------
-- Compile error: Illegal input in readValue 
--  In line: ,,,</description>
		<content:encoded><![CDATA[<p>I see! i just read that above <img src='http://4rand.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Now i get this one&#8230;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
MAXScript Rollout Handler Exception<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
&#8211; Compile error: Illegal input in readValue<br />
&#8211;  In line: ,,,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://4rand.com/learn-stuff/external-point3-data-3ds-max-and-a-script-to-do-it/comment-page-1/#comment-2254</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 29 May 2011 18:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://4rand.com/?page_id=442#comment-2254</guid>
		<description>I suspect that you just need to delete the first line of the csv file. The script does not need a header in the csv. Just open the .csv in the maxscript editor and delete the first line of code and save. It should work after that.

I suppose I could write it to deal with the header but it works just fine as it is without it. :)</description>
		<content:encoded><![CDATA[<p>I suspect that you just need to delete the first line of the csv file. The script does not need a header in the csv. Just open the .csv in the maxscript editor and delete the first line of code and save. It should work after that.</p>
<p>I suppose I could write it to deal with the header but it works just fine as it is without it. <img src='http://4rand.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anselm</title>
		<link>http://4rand.com/learn-stuff/external-point3-data-3ds-max-and-a-script-to-do-it/comment-page-1/#comment-2253</link>
		<dc:creator>Anselm</dc:creator>
		<pubDate>Sun, 29 May 2011 17:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://4rand.com/?page_id=442#comment-2253</guid>
		<description>I get this error:

-- Error occurred in doGetFileData(); filename: C:\Program Files\Autodesk\3ds Max 2010\Scripts\CSV2KeysTool.ms; position: 2636; line: 73
--  Frame:
--   theFileName: &quot;C:\Users\Anselm\Desktop\accel_0529_120435.csv&quot;
--   lineCount: 355
--   theTime: undefined
--   thefile: 
--   called in btn_go.pressed(); filename: C:\Program Files\Autodesk\3ds Max 2010\Scripts\CSV2KeysTool.ms; position: 4287; line: 112
--  Frame:
&gt;&gt; MAXScript Rollout Handler Exception: -- No &quot;&quot;*&quot;&quot; function for timeStamp() &lt;&lt;</description>
		<content:encoded><![CDATA[<p>I get this error:</p>
<p>&#8211; Error occurred in doGetFileData(); filename: C:\Program Files\Autodesk\3ds Max 2010\Scripts\CSV2KeysTool.ms; position: 2636; line: 73<br />
&#8211;  Frame:<br />
&#8211;   theFileName: &#8220;C:\Users\Anselm\Desktop\accel_0529_120435.csv&#8221;<br />
&#8211;   lineCount: 355<br />
&#8211;   theTime: undefined<br />
&#8211;   thefile:<br />
&#8211;   called in btn_go.pressed(); filename: C:\Program Files\Autodesk\3ds Max 2010\Scripts\CSV2KeysTool.ms; position: 4287; line: 112<br />
&#8211;  Frame:<br />
&gt;&gt; MAXScript Rollout Handler Exception: &#8212; No &#8220;&#8221;*&#8221;" function for timeStamp() &lt;&lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian</title>
		<link>http://4rand.com/learn-stuff/external-point3-data-3ds-max-and-a-script-to-do-it/comment-page-1/#comment-514</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Thu, 18 Nov 2010 18:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://4rand.com/?page_id=442#comment-514</guid>
		<description>jea its great
and our next experiment

when he flys from philly to berlin here
hes gonna record the motion data on that!!!! :D</description>
		<content:encoded><![CDATA[<p>jea its great<br />
and our next experiment</p>
<p>when he flys from philly to berlin here<br />
hes gonna record the motion data on that!!!! <img src='http://4rand.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://4rand.com/learn-stuff/external-point3-data-3ds-max-and-a-script-to-do-it/comment-page-1/#comment-508</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 14 Nov 2010 18:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://4rand.com/?page_id=442#comment-508</guid>
		<description>Haha, cool I have used the trajectories as well as the reduce function on them but hadn&#039;t thought of meshing the spline!</description>
		<content:encoded><![CDATA[<p>Haha, cool I have used the trajectories as well as the reduce function on them but hadn&#8217;t thought of meshing the spline!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian</title>
		<link>http://4rand.com/learn-stuff/external-point3-data-3ds-max-and-a-script-to-do-it/comment-page-1/#comment-507</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Sun, 14 Nov 2010 16:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://4rand.com/?page_id=442#comment-507</guid>
		<description>hey johnny, this is really aweseome! thanks for making aware of it, my brother just got me some CSV data, this is incredible,

MOCAP for the MASSES!

one can also just turn the trajectory into a spline, put edit mesh on it and use each vertice to emit particles with position object, 
or of course, just use the spline to create super interesting mesh

and also thanks for the pflow tutorial, i never realized one could put audio/noise/wave controller on the emission rate!

thanks man!
ian</description>
		<content:encoded><![CDATA[<p>hey johnny, this is really aweseome! thanks for making aware of it, my brother just got me some CSV data, this is incredible,</p>
<p>MOCAP for the MASSES!</p>
<p>one can also just turn the trajectory into a spline, put edit mesh on it and use each vertice to emit particles with position object,<br />
or of course, just use the spline to create super interesting mesh</p>
<p>and also thanks for the pflow tutorial, i never realized one could put audio/noise/wave controller on the emission rate!</p>
<p>thanks man!<br />
ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://4rand.com/learn-stuff/external-point3-data-3ds-max-and-a-script-to-do-it/comment-page-1/#comment-501</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 10 Nov 2010 17:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://4rand.com/?page_id=442#comment-501</guid>
		<description>Hi Ian,

The iPhone and iTouch 3rd gen have a built accelorometer, the app that I link to captures this acceleration data in the form of an X,Y,Z vector. So it is not an exact representation of how the phone is moving in 3d space but it is real close. The generation 4 has a 3 xis gyro scope in it, I haven&#039;t got one so I don&#039;t know what data it generates but could be cool :)

Anyway it does generate so cool motion data, make for some real interesting particle emitters!</description>
		<content:encoded><![CDATA[<p>Hi Ian,</p>
<p>The iPhone and iTouch 3rd gen have a built accelorometer, the app that I link to captures this acceleration data in the form of an X,Y,Z vector. So it is not an exact representation of how the phone is moving in 3d space but it is real close. The generation 4 has a 3 xis gyro scope in it, I haven&#8217;t got one so I don&#8217;t know what data it generates but could be cool <img src='http://4rand.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyway it does generate so cool motion data, make for some real interesting particle emitters!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

