Talk:OniSplit

From OniGalore
Revision as of 13:58, 10 July 2009 by EdT (talk | contribs)
Jump to navigation Jump to search

Neo, in the latest version of OniSplit, when a TRAM is extracted as .xml, the framecount is not included. Previous versions would have attributes like this: <FrameCount>52</FrameCount> <Duration>52</Duration>. In a couple of modified TRAMs, I used that attribute to shorten an animation. For example, I would change <FrameCount>52</FrameCount> to <FrameCount>45</FrameCount>.

Could you please add that attribute back to the xml? Thank you EdT

Nope, I'm not adding that back. If you want to shorten an animation the do the right thing and edit the Heights, Velocities, Rotations and Positions elements. I realise that's more complicated to do (especially for Rotations) but setting the FrameCount directly is a hack. Hopefully we'll have soon a Collada animation importer and that will simplify editing animations a bit.

Neo

Ok, you know what's best. So how soon is soon for the Collada importer? :-) EdT