User talk:Neo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(clearing everything except recent OS releases and a possible outstanding issue) |
||
Line 40: | Line 40: | ||
OniSplit film2xml out_dir film.dat | OniSplit film2xml out_dir film.dat | ||
---- | ---- |
Revision as of 18:01, 26 September 2009
New OniSplit version: OniSplit v0.9.41
What's new:
- fixed the Collada importer to work with 3DSMax exported files
New OniSplit version: OniSplit v0.9.40
What's new:
- support for exporting/importing sound animations to/from xml files
- better Collada export for environment
- support for full color transparent textures (-format:bgra32 on the command line, ARGB8888 format in an xml file)
- different (hopefully better) xml export format for animations (this one is actually from 0.9.38 but since that wasn't mentioned here...)
- a more or less complete animation importer. This one deservers some notes:
- -unlike other importers that produce .oni files this one produces and .xml file (similar to the one you get when exporting a TRAM)
- when you do
onisplit -create:tram target_dir animation.dae
- in the target dir you'll get a TRAManimation.xml file.
- You need to add some stuff to that file to make it actually work as an animation. In particular the animation type, from/to states and varient needs to be set.
- -For all I know this works with animations exported from Oni and modified in Softimage. If you come up with a completly new animation it should work as long as the skeleton is similar to the one used in Oni.
- -Note that the geometry that is present inside the Collada file is used to compute the "vertical extents" so it better be the same or close to the one the animation is intended for.
- -The biggest problem are the attacks. While it's not difficult to add attacks to the xml file, computing the necessary "extents" is not going to be easy. I guess in the end I'll have to add some command to OniSplit to do it.
- -Everything else that I forgot :)
New OniSplit version: OniSplit v0.9.37
What's new:
- support for transparency in the environment importer
New OniSplit version: OniSplit v0.9.35
What's new:
- conversion of recorded films (.dat binary files) to xml files that can be used to create FILM .oni files
OniSplit film2xml out_dir film.dat
Neo
I get this error message using the command create:tram
System.NotSupportedException: Invalid rotation axis {X:0 Y:0 Z:-1} for rotate transform in animation pelvis-node-ry at Oni.Totoro.AnimationDaeReader.FindRotations () [0x00000] at Oni.Totoro.AnimationDaeReader.Import (System.String filePath, System.String outputDirPath) [0x00000] at Oni.Program.CreateGeneric (System.String[] args) [0x00000] at Oni.Program.Main (System.String[] args) [0x00000] (1)
The dae files are here: http://www.filefront.com/14507129/dae.rar
xml animation file here: http://www.filefront.com/14507115/ID%20walking.xaf
Thanks EdT
Yep, caused by Z-up. I'll see what I can do.