<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.xna.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>XNA Framework Content Pipeline</title><link>http://forums.xna.com/forums/55.aspx</link><description>Get the most from your art assets in XNA Game Studio Express</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 0.0)</generator><item><title>Re: Skinned Animation - Creating clips in Maya</title><link>http://forums.xna.com/forums/thread/215103.aspx</link><pubDate>Sun, 16 Aug 2009 18:52:10 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:215103</guid><dc:creator>KentDub</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/215103.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=215103</wfw:commentRss><description>I got pretty far - still working on it as I need features. So far it will import skinned models w/ their bones. I still am playing around with trying to figure out the best way to get the animation data (sample it every frame, some frames, when it detects a maya keyframe, etc.) I&amp;#39;ll shoot you a copy of what I have so far though.</description></item><item><title>Re: Skinned Animation - Creating clips in Maya</title><link>http://forums.xna.com/forums/thread/215039.aspx</link><pubDate>Sun, 16 Aug 2009 14:47:03 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:215039</guid><dc:creator>black reaper</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/215039.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=215039</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="http://forums.xna.com//Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;KentDub:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Always fun to bring old threads back to life =). I&amp;#39;ve sucessfully built a custom Maya (ASCII and Binary) Content Importer. I ended up doing this because the X and FBX exporters for Maya suck to say the least.&amp;nbsp;Another huge benifit is the pure MEL/C# workflow, and no need to work with messy exporters in C++.&amp;nbsp;I doubt that the XNA team will be able to do much about this unless they started created exporters for all of these applications, which would be unrealistic. In my importer, I create a direct link between Maya and the XNA Content Pipeline. I can then execute MEL script to extract out the information I need. So far I am sucessfully importing models, UV sets, color sets, normals, and more.&amp;nbsp;While doing this I get a collection of clips in the trax editor and import all of the clips (I&amp;#39;m going to add poses, and eventually run-time classes so I can control animations in a trax-editor like fassion).&amp;nbsp;Since I am accomplishing all of this in an importer - it leaves you free to hookup&amp;nbsp;to any processor of your choice.&amp;nbsp;If anyone is interested in taking a sneak peak or assisting me with finalizing the importer shoot me a message.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;
&lt;br /&gt;
I don&amp;#39;t know how far you got with your importer/ exporter but I would like to help you out at least testing a bit the tool. &lt;br /&gt;
&lt;br /&gt;
this is my email. &lt;br /&gt;
&lt;br /&gt;
jeremie.mangue[at]gmail.com</description></item><item><title>Re: Skinned Animation - Creating clips in Maya</title><link>http://forums.xna.com/forums/thread/202552.aspx</link><pubDate>Wed, 22 Jul 2009 22:38:10 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:202552</guid><dc:creator>KentDub</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/202552.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=202552</wfw:commentRss><description>Always fun to bring old threads back to life =). I&amp;#39;ve sucessfully built a custom Maya (ASCII and Binary) Content Importer. I ended up doing this because the X and FBX exporters for Maya suck to say the least. Another huge benifit is the pure MEL/C# workflow, and no need to work with messy exporters in C++. I doubt that the XNA team will be able to do much about this unless they started created exporters for all of these applications, which would be unrealistic. In my importer, I create a direct link between Maya and the XNA Content Pipeline. I can then execute MEL script to extract out the information I need. So far I am sucessfully importing models, UV sets, color sets, normals, and more. While doing this I get a collection of clips in the trax editor and import all of the clips (I&amp;#39;m going to add poses, and eventually run-time classes so I can control animations in a trax-editor like fassion). Since I am accomplishing all of this in an importer - it leaves you free to hookup to any processor of your choice. If anyone is interested in taking a sneak peak or assisting me with finalizing the importer shoot me a message.</description></item><item><title>Re: Skinned Animation - Creating clips in Maya</title><link>http://forums.xna.com/forums/thread/169877.aspx</link><pubDate>Mon, 27 Apr 2009 09:57:02 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:169877</guid><dc:creator>ninjamouse nz</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/169877.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=169877</wfw:commentRss><description>I for one am NOT sorry for resurrecting this thread, this is a problem many people seem to be facing.&lt;br /&gt;
&lt;br /&gt;
Thank you for your work SpaceDude, so far that&amp;#39;s the cleanest solution I&amp;#39;ve come across, and just wanted to let you know it&amp;#39;s likely I&amp;#39;ll be implementing that, if that&amp;#39;s alright of course.&lt;br /&gt;
&lt;br /&gt;
For the record guys, you STILL have this problem with .x exporters, for example I&amp;#39;ve tried both the directx2007 maya exporter and cvxporter, neither output clips correctly. BUT, they give you the opportunity to name and specify very time range every time you export, so THAT sucks too. Grumble Grumble. Unless I&amp;#39;m mistaken, you&amp;#39;re stuck either using a very smart solution like SpaceMonkies, or modifying a maya exporter to read the data from maya pertaining to clips properly.&lt;br /&gt;
&lt;br /&gt;
Plus this leaves me with the impression that there&amp;#39;s nothing our buddies at XNA can do about this.&lt;br /&gt;
&lt;br /&gt;
Bah.&lt;br /&gt;
&lt;br /&gt;
Anyway, thanks again&lt;br /&gt;</description></item><item><title>Re: Skinned Animation - Creating clips in Maya</title><link>http://forums.xna.com/forums/thread/129253.aspx</link><pubDate>Fri, 16 Jan 2009 22:34:33 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:129253</guid><dc:creator>KentDub</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/129253.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=129253</wfw:commentRss><description>I&amp;#39;m looking into creating animated models in Maya. So tell me if I&amp;#39;m understanding correct: You create clips using the Trax editor in Maya, export the model, and the animation data sticks with it?</description></item><item><title>Re: Skinned Animation - Creating clips in Maya</title><link>http://forums.xna.com/forums/thread/128008.aspx</link><pubDate>Tue, 13 Jan 2009 11:50:33 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:128008</guid><dc:creator>SpaceDude</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/128008.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=128008</wfw:commentRss><description>Sorry for resurrecting an old thread (again). Just thought I&amp;#39;d let everybody know of a workaround I just implemented. I think this is a problem with Maya, it doesn&amp;#39;t support multiple different animation clips very well. I had the same issues when working with Ogre 3D. So what I&amp;#39;ve done is just created a text file which lists all the sub-animations and what frame they start and end at like this:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family:courier new;"&gt;&amp;quot;run&amp;quot; 1 24&lt;br /&gt;
&amp;quot;reverse&amp;quot; 101 124&lt;br /&gt;
&amp;quot;holdmg2hands&amp;quot; 201 201&lt;br /&gt;
&amp;quot;firemg2hands&amp;quot; 201 225&lt;br /&gt;
&amp;quot;reloadmg2hand&amp;quot; 225 280&lt;br /&gt;
&amp;quot;holdmg1hand&amp;quot; 300 300&lt;br /&gt;
&amp;quot;firemg1hand&amp;quot; 300 324&lt;br /&gt;
&amp;quot;reloadmg1hand&amp;quot; 325 365&lt;br /&gt;
&amp;quot;jump&amp;quot; 401 418&lt;br /&gt;
&amp;quot;land&amp;quot; 419 430&lt;br /&gt;
&amp;quot;hitfrontright&amp;quot; 501 512&lt;br /&gt;
&amp;quot;hitfrontleft&amp;quot; 512 524&lt;br /&gt;
&amp;quot;dieballs&amp;quot; 601 634&lt;br /&gt;
&amp;quot;dieflyback&amp;quot; 650 675&lt;br /&gt;
&amp;quot;holdrl&amp;quot; 701 701&lt;br /&gt;
&amp;quot;firerl&amp;quot; 701 715&lt;br /&gt;
&amp;quot;reloadrl&amp;quot; 716 750&lt;br /&gt;
&amp;quot;holdkatana&amp;quot; 801 801&lt;br /&gt;
&amp;quot;attackkatana&amp;quot; 801 820&lt;br /&gt;
&amp;quot;blockkatana1&amp;quot; 850 855&lt;br /&gt;
&amp;quot;blockkatana2&amp;quot; 875 880&lt;br /&gt;
&amp;quot;holdcocktail&amp;quot; 901 924&lt;br /&gt;
&amp;quot;smokecocktail&amp;quot; 925 949&lt;br /&gt;
&amp;quot;throwcocktail&amp;quot; 950 970&lt;br /&gt;
&amp;quot;lightcocktail&amp;quot; 975 988&lt;br /&gt;
&amp;quot;holdshotgun&amp;quot; 1001 1001&lt;br /&gt;
&amp;quot;reloadshotgunstart&amp;quot; 1001 1013&lt;br /&gt;
&amp;quot;reloadshotgunmiddle&amp;quot; 1013 1024&lt;br /&gt;
&amp;quot;reloadshotgunend&amp;quot; 1024 1040&lt;br /&gt;
&amp;quot;fireshotgun&amp;quot; 1050 1075&lt;br /&gt;
&amp;quot;settingsanim&amp;quot; 1101 1148&lt;br /&gt;
&amp;quot;holdshock&amp;quot; 1201 1201&lt;br /&gt;
&amp;quot;fireshock&amp;quot; 1201 1215&lt;br /&gt;
&amp;quot;dieflyforwards&amp;quot; 1401 1420&lt;br /&gt;
&amp;quot;diesideways&amp;quot; 1450 1474&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Then modified the content processor to read this file and use the information to split up the &amp;quot;Take 001&amp;quot; animation into these sub-animations. To do that I added the following functions:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family:courier new;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dictionary&amp;lt;string, AnimationClipContent&amp;gt; SplitAnimations(AnimationClipContent rootAnimation, string animationDefs)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dictionary&amp;lt;string, AnimationClipContent&amp;gt; splitAnimations = new Dictionary&amp;lt;string, AnimationClipContent&amp;gt;();&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; StreamReader fileReader = new StreamReader(animationDefs);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; while (!fileReader.EndOfStream)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string line = fileReader.ReadLine();&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string [] parts = line.Split(&amp;#39; &amp;#39;);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string animName = parts[0].Trim(&amp;#39;&amp;quot;&amp;#39;);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int startFrame = int.Parse(parts[1]);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int endFrame = int.Parse(parts[2]);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; splitAnimations[animName] = ExtractAnimation(rootAnimation, startFrame, endFrame);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fileReader.Close();&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return splitAnimations;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AnimationClipContent ExtractAnimation(AnimationClipContent rootAnimation, int startFrame, int endFrame)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TimeSpan startTime = ConvertFrameNumberToTimeSpan(startFrame);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TimeSpan endTime = ConvertFrameNumberToTimeSpan(endFrame);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; List&amp;lt;KeyframeContent&amp;gt; keyframes = new List&amp;lt;KeyframeContent&amp;gt;();&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (KeyframeContent keyframe in rootAnimation.keyframes)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (keyframe.time &amp;gt;= startTime &amp;amp;&amp;amp; keyframe.time &amp;lt;= endTime)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KeyframeContent newKeyframe = new KeyframeContent(keyframe.bone, keyframe.time - startTime, keyframe.transform);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; keyframes.Add(newKeyframe);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return new AnimationClipContent(endTime - startTime, keyframes);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TimeSpan ConvertFrameNumberToTimeSpan(int frameNumber)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; const float frameTime = 1000f / 24f;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return new TimeSpan(0, 0, 0, 0, (int)(frameNumber * frameTime));&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
It&amp;#39;s not ideal, but it&amp;#39;s better than manually editing the .fbx file every time you want to export it.&lt;br /&gt;
&lt;br /&gt;
Hope that helps. If anybody else found a better solution please let me know.&lt;br /&gt;
&lt;br /&gt;</description></item><item><title>Re: Skinned Animation - Creating clips in Maya</title><link>http://forums.xna.com/forums/thread/50384.aspx</link><pubDate>Fri, 07 Mar 2008 09:43:26 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:50384</guid><dc:creator>Shadowrat</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/50384.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=50384</wfw:commentRss><description>&lt;P&gt;I had to bump this as i've run into the same problem. i can't name my animation clips in maya. my artist is able to use the trax editor to name them, but the export always calls the entire timeline Take 001.&lt;/P&gt;
&lt;P&gt;In addition to Maya, i also use Blender. Blender's action editor makes it easy to name animation clips, and they all end up in the same fbx on export. There's a small problem though. I can't get the fbx files to show up right in XNA. the content pipeline seems to like them, and i get all my clips with the right names, it's just that the mesh seems to be a tiny garbled mess. That mess appears to run through the correct animations though.&lt;/P&gt;
&lt;P&gt;When i try to import the Blender created fbx file into Maya, i can see it just fine and the animations play correctly. The limitation i notice on maya is i can only import one take from the Blender fbx. I kind of think it's Autodesk's way of pushing Motion Builder.&lt;/P&gt;
&lt;P&gt;So carry on editing the ASCII fbx files. &lt;/P&gt;</description></item><item><title>Re: Skinned Animation - Creating clips in Maya</title><link>http://forums.xna.com/forums/thread/32557.aspx</link><pubDate>Fri, 16 Nov 2007 15:35:41 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:32557</guid><dc:creator>Smcvey</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/32557.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=32557</wfw:commentRss><description>My artist figured it out, it seems you have to very careful when baking the animation in the model.&amp;nbsp; Thanks guys for posting your problems.&amp;nbsp; I know how how to do mulitple animation in one object, even if it is by hand, its better then nothing.&lt;br&gt;&lt;br&gt;Cheers&lt;br&gt;&lt;br&gt;Sean</description></item><item><title>Re: Skinned Animation - Creating clips in Maya</title><link>http://forums.xna.com/forums/thread/32063.aspx</link><pubDate>Tue, 13 Nov 2007 02:40:26 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:32063</guid><dc:creator>Smcvey</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/32063.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=32063</wfw:commentRss><description>&lt;p class="MsoNormal"&gt;Guys, &lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;I’ve been trying to
export my animated models into fbx format with no such luck.&lt;span&gt;&amp;nbsp; &lt;/span&gt;I’ve tried exporting with Maya 8.5 and Maya
2008 with and without the latest plug in.&lt;span&gt;&amp;nbsp;
&lt;/span&gt;To make matters worse I can import and export the “dude” model just fine.&lt;span&gt;&amp;nbsp; &lt;/span&gt;I think I am creating my animated models incorrectly.&lt;span&gt;&amp;nbsp; &lt;/span&gt;Can one of you guys explain how to rig a sphere
with very basic animation properly for the XNA exporter?&lt;/p&gt;

&lt;p class="MsoNormal"&gt;Thank you to whomever in advance,&lt;/p&gt;

&lt;p class="MsoNormal"&gt;Sean&lt;/p&gt;</description></item><item><title>Re: Skinned Animation - Creating clips in Maya</title><link>http://forums.xna.com/forums/thread/30273.aspx</link><pubDate>Wed, 31 Oct 2007 15:40:31 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:30273</guid><dc:creator>lynch3</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/30273.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=30273</wfw:commentRss><description>I can export out of Maya 8.5 and get animations to work.&amp;nbsp; The FBX exporter is a little picky however, so you will have to lookout for random nodes maya might have thrown into your file due to history.&amp;nbsp; If you export as asci you can open up the FBX file and get a better idea of what might be missing.&amp;nbsp; Also, if you have multiple animations you're going to have to export them individual as FBX asci files, then cut the animations from one and paste it into the main FBX file.&amp;nbsp; You can also rename your animations that way.&lt;br&gt;&lt;br&gt;Another thing to note.&amp;nbsp; If the animation was baked to the vertices (not the joints) it will appear to be unskinned.&lt;br&gt;&lt;br&gt;I wouldn't mind taking a look at your model and locating the issue if you need.&amp;nbsp; Your best bet for catching me is the #xna Efnet IRC channel.&lt;br&gt;&lt;br&gt;Edit: Just noticed I reiterated a few things someone posted a couple posts above me.&lt;br&gt;&lt;br&gt;Also, I have not had time to create the tool for combining animations due to project deadlines creeping up on me.&amp;nbsp; Hopefully I will be able to get to it soon.&amp;nbsp; Maybe even this weekend.&lt;br&gt;</description></item><item><title>Re: Skinned Animation - Creating clips in Maya</title><link>http://forums.xna.com/forums/thread/25111.aspx</link><pubDate>Tue, 18 Sep 2007 04:37:49 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:25111</guid><dc:creator>WarTransvestite</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/25111.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=25111</wfw:commentRss><description>Hey guys,&lt;br&gt;&lt;br&gt;In our company I've been assigned a Maya designer to convert a model into a "basic" demo game to pitch for funding.&amp;nbsp; We've managed to replace the skinnedsample dude with our character.&lt;br&gt;&lt;br&gt;Unfortunately we get the error thrown by the &lt;br&gt;&lt;br&gt;if (skinningData == null)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; throw new InvalidOperationException&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ("This model does not contain a SkinningData tag.");&lt;br&gt;&lt;br&gt;This is a bit frustrating... obviously.&amp;nbsp; However, this thread is important and wanted to see if anyone has managed to get the fbx exporting working appropriately out of MAYA 8.5&lt;br&gt;&lt;br&gt;For the Content Model, we have set Content Processor to Model - XNA Framework, I did try it set to SkinnedModelProcessor but to no avail.&lt;br&gt;&lt;br&gt;I believe that the model has been "baked" before export, but what we really need is a bit of a "dummies" guide to getting it started, then we can run from there.&lt;br&gt;&lt;br&gt;We've managed to import the model into XNA by simply replacing the wedge with our current model, so we know that works.&lt;br&gt;&lt;br&gt;Any help would be apprecaited.&lt;br&gt;&lt;br&gt;Kiora from New Zealand&lt;br&gt;&lt;br&gt;Clinton&lt;br&gt;&lt;br&gt;</description></item><item><title>Re: Skinned Animation - Creating clips in Maya</title><link>http://forums.xna.com/forums/thread/23166.aspx</link><pubDate>Sat, 01 Sep 2007 11:27:00 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:23166</guid><dc:creator>gameD3V</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/23166.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=23166</wfw:commentRss><description>I'm curious if anyone has gotten anywhere with this. To share what our team has done, we have exported multiple FBX files each with their own take. When exported, we used FBX w/ Ascii out of Maya. We then manually edit the contents of the FBX in GSE and rename our takes. As well, we then add all of our takes to one file. Then in game, we simply call our clip name from our list of clips in our FBX file. As you can see though, there is a lot of manual editing. &lt;br&gt;&lt;br&gt;A better solution would be to figure out how to seperate animation and models. That way there is no redundant data. You simply loaded a rigged character for example then export animation only files or clips to play on that character. &lt;br&gt;&lt;br&gt;Hopefully there is a better solution. &lt;br&gt;&lt;br&gt;-gameD3V&lt;br&gt;</description></item><item><title>Re: Skinned Animation - Creating clips in Maya</title><link>http://forums.xna.com/forums/thread/12143.aspx</link><pubDate>Tue, 05 Jun 2007 14:21:37 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:12143</guid><dc:creator>Derek Hauffe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/12143.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=12143</wfw:commentRss><description>That would be excellent! I look forward to the tool. Thanks, lynch3!&lt;br&gt;&lt;br&gt;Derek&lt;br&gt;&lt;br&gt;</description></item><item><title>Re: Skinned Animation - Creating clips in Maya</title><link>http://forums.xna.com/forums/thread/12115.aspx</link><pubDate>Tue, 05 Jun 2007 10:41:50 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:12115</guid><dc:creator>lynch3</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/12115.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=12115</wfw:commentRss><description>When I have a little bit of extra time I will create an app that will combine the animations of multiple FBX files with the ability to set their names and location within the timeline.&lt;br&gt;</description></item><item><title>Re: Skinned Animation - Creating clips in Maya</title><link>http://forums.xna.com/forums/thread/11371.aspx</link><pubDate>Wed, 30 May 2007 13:02:20 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:11371</guid><dc:creator>Derek Hauffe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/11371.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=11371</wfw:commentRss><description>I've started looking into this, too. What seems to be the case is that the exporters available (for Max, and probably for Maya as well) just dump everything in the timeline to the default "Take 001". What I would bet is that this info is intended to be brought into MotionBuilder (for which the FBX format was originally created, I think). Once in MotionBuilder, animators break the large "Take 001" into smaller sections, which MotionBuilder can then write out as multiple takes.&lt;br&gt;&lt;br&gt;So one approach for splitting the large "Take 001" into useable clips in XNA is to create an XML file defining which frames comprise the shorter animation segments, and then read those frames from "Take 001" into individual AnimationClips.&lt;br&gt;&lt;br&gt;There is a sample of this (reading ranges specified in an XML file) in the Xclna animation component library &lt;a href="http://www.codeplex.com/animationcomponents/Wiki/View.aspx?title=Tutorial%20Home&amp;amp;referringTitle=Home"&gt;here&lt;/a&gt;. Be aware that this doesn't use the Microsoft skinning sample -- it uses its own content importer and processor. But the parsing of a large chunk of animation data into smaller chunks minght give some idea of how to approach this.&lt;br&gt;&lt;br&gt;Derek&lt;br&gt;</description></item></channel></rss>