<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: export obj from jitter?</title>
		<atom:link href="http://cycling74.com/forums/topic/export-obj-from-jitter/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/export-obj-from-jitter/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 05:34:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/export-obj-from-jitter/#post-42892</guid>
					<title><![CDATA[export obj from jitter?]]></title>
					<link>http://cycling74.com/forums/topic/export-obj-from-jitter/#post-42892</link>
					<pubDate>Tue, 17 Mar 2009 08:01:19 +0000</pubDate>
					<dc:creator>Axiom-Crux</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, Im really happy with some of the forms Ive been generating in jitter.  Im curious if its possible now to export them out so I can do high res renders of them?  I looked into a basic obj document and it seems really simple, for example here is a basic cube right from the obj file opened in text edit:</p>
<p># This file uses centimeters as units for non-parametric coordinates.</p>
<p>v -0.500000 -0.500000 0.500000<br />
v 0.500000 -0.500000 0.500000<br />
v -0.500000 0.500000 0.500000<br />
v 0.500000 0.500000 0.500000<br />
v -0.500000 0.500000 -0.500000<br />
v 0.500000 0.500000 -0.500000<br />
v -0.500000 -0.500000 -0.500000<br />
v 0.500000 -0.500000 -0.500000<br />
vt 0.375000 0.000000<br />
vt 0.625000 0.000000<br />
vt 0.375000 0.250000<br />
vt 0.625000 0.250000<br />
vt 0.375000 0.500000<br />
vt 0.625000 0.500000<br />
vt 0.375000 0.750000<br />
vt 0.625000 0.750000<br />
vt 0.375000 1.000000<br />
vt 0.625000 1.000000<br />
vt 0.875000 0.000000<br />
vt 0.875000 0.250000<br />
vt 0.125000 0.000000<br />
vt 0.125000 0.250000<br />
vn 0.000000 0.000000 1.000000<br />
vn 0.000000 0.000000 1.000000<br />
vn 0.000000 0.000000 1.000000<br />
vn 0.000000 0.000000 1.000000<br />
vn 0.000000 1.000000 0.000000<br />
vn 0.000000 1.000000 0.000000<br />
vn 0.000000 1.000000 0.000000<br />
vn 0.000000 1.000000 0.000000<br />
vn 0.000000 0.000000 -1.000000<br />
vn 0.000000 0.000000 -1.000000<br />
vn 0.000000 0.000000 -1.000000<br />
vn 0.000000 0.000000 -1.000000<br />
vn 0.000000 -1.000000 0.000000<br />
vn 0.000000 -1.000000 0.000000<br />
vn 0.000000 -1.000000 0.000000<br />
vn 0.000000 -1.000000 0.000000<br />
vn 1.000000 0.000000 0.000000<br />
vn 1.000000 0.000000 0.000000<br />
vn 1.000000 0.000000 0.000000<br />
vn 1.000000 0.000000 0.000000<br />
vn -1.000000 0.000000 0.000000<br />
vn -1.000000 0.000000 0.000000<br />
vn -1.000000 0.000000 0.000000<br />
vn -1.000000 0.000000 0.000000<br />
s off<br />
f 1/1/1 2/2/2 4/4/3 3/3/4<br />
f 3/3/5 4/4/6 6/6/7 5/5/8<br />
f 5/5/9 6/6/10 8/8/11 7/7/12<br />
f 7/7/13 8/8/14 2/10/15 1/9/16<br />
f 2/2/17 8/11/18 6/12/19 4/4/20<br />
f 7/13/21 1/1/22 3/3/23 5/14/24</p>
<p>so has anyone come up with a solution already? or is there a way I can format this easily with coll or something like that?  Im not entirely sure what the last values are and how to get them yet.  </p>
<p>It looks like the first are obviously vertex, <br />
vt is maybe texture map?  <br />
vn is normals, <br />
s maybe smoothing, because I remember turning off smoothing in the export,  <br />
f is like which points are connected together??</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/export-obj-from-jitter/#post-153538</guid>
					<title><![CDATA[Re: export obj from jitter?]]></title>
					<link>http://cycling74.com/forums/topic/export-obj-from-jitter/#post-153538</link>
					<pubDate>Tue, 17 Mar 2009 08:21:35 +0000</pubDate>
					<dc:creator>Axiom-Crux</dc:creator>

					<description>
						<![CDATA[
						<p>Even easier, I exported from maya with no normals or any data other then just the bare bones what it needs to work:</p>
<p># This file uses centimeters as units for non-parametric coordinates.</p>
<p>v -0.500000 -0.500000 0.500000<br />
v 0.500000 -0.500000 0.500000<br />
v -0.500000 0.500000 0.500000<br />
v 0.500000 0.500000 0.500000<br />
v -0.500000 0.500000 -0.500000<br />
v 0.500000 0.500000 -0.500000<br />
v -0.500000 -0.500000 -0.500000<br />
v 0.500000 -0.500000 -0.500000<br />
vt 0.375000 0.000000<br />
vt 0.625000 0.000000<br />
vt 0.375000 0.250000<br />
vt 0.625000 0.250000<br />
vt 0.375000 0.500000<br />
vt 0.625000 0.500000<br />
vt 0.375000 0.750000<br />
vt 0.625000 0.750000<br />
vt 0.375000 1.000000<br />
vt 0.625000 1.000000<br />
vt 0.875000 0.000000<br />
vt 0.875000 0.250000<br />
vt 0.125000 0.000000<br />
vt 0.125000 0.250000<br />
f 1/1 2/2 4/4 3/3<br />
f 3/3 4/4 6/6 5/5<br />
f 5/5 6/6 8/8 7/7<br />
f 7/7 8/8 2/10 1/9<br />
f 2/2 8/11 6/12 4/4<br />
f 7/13 1/1 3/3 5/14</p>
<p>
so I guess Im just curious if I can save long lists of data out through coll like this?  I would just use export from a matrix if it werent for those letters before the numbers that will need to be prepended.  Ill do a quick experiment and see.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/export-obj-from-jitter/#post-153539</guid>
					<title><![CDATA[Re: export obj from jitter?]]></title>
					<link>http://cycling74.com/forums/topic/export-obj-from-jitter/#post-153539</link>
					<pubDate>Tue, 17 Mar 2009 11:38:20 +0000</pubDate>
					<dc:creator>justin</dc:creator>

					<description>
						<![CDATA[
						<p>this post might be useful&#8230;</p>
<p><a href="http://www.cycling74.com/forums/index.php?t=msg&#038;goto=157434&#038;rid=0&#038;S=8148c6c5e0117a0c54bf515f4d985bbe&#038;srch=export+3d#msg_157434">http://www.cycling74.com/forums/index.php?t=msg&#038;goto=157434&#038;rid=0&#038;S=8148c6c5e0117a0c54bf515f4d985bbe&#038;srch=export+3d#msg_157434</a></p>
<p>j</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/export-obj-from-jitter/#post-153540</guid>
					<title><![CDATA[Re: export obj from jitter?]]></title>
					<link>http://cycling74.com/forums/topic/export-obj-from-jitter/#post-153540</link>
					<pubDate>Wed, 18 Mar 2009 06:59:37 +0000</pubDate>
					<dc:creator>Axiom-Crux</dc:creator>

					<description>
						<![CDATA[
						<p>thank you so much, that was perfect.  I think c74 should try to include this in the next distro if they don&#8217;t make a built in object that can do it.  I was always confused by the fact that you could read a model and not save one, especially when the format is so simple.  I mean shoot you can save a matrix and movie every which way, but no 3d data.</p>
<p>I might try to make a setup with this that will capture animated sequences.  Im not sure how long they will be able to be, but then I figure with a simple mel script in maya I can make it show only the model group with the current frame number.</p>
<p>Cheers, and thanks again!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/export-obj-from-jitter/#post-153541</guid>
					<title><![CDATA[Re: export obj from jitter?]]></title>
					<link>http://cycling74.com/forums/topic/export-obj-from-jitter/#post-153541</link>
					<pubDate>Wed, 18 Mar 2009 11:22:46 +0000</pubDate>
					<dc:creator>justin</dc:creator>

					<description>
						<![CDATA[
						<p>glad it was useful, not had much time to look at it. let us know how it goes&#8230;</p>
<p>j</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

