User talk:Neo: Difference between revisions
(TRBS import problem) |
No edit summary |
||
Line 74: | Line 74: | ||
Thanks [[User:EdT|EdT]] | Thanks [[User:EdT|EdT]] | ||
Oh boy, the new converter uses matrix transforms instead of individual scale/rotate/translate transforms. I'll see what I can do... | |||
[[User:Neo|Neo]] |
Revision as of 17:12, 25 October 2009
Talk page archives: #1 - #2 - #3 - #4 - #5
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.
Hi Neo,
When you have time, can you take a look at this:
When I use the latest FBX Converter 2010.2 to convert FBX to DAE, I get this problem. However, when I use an older version, it works fine. Here are the DAEs from both version: http://edt.oni2.net/temp/TRBSproblem.zip G2 is uses the new version, G1 uses the old.
Thanks EdT
Oh boy, the new converter uses matrix transforms instead of individual scale/rotate/translate transforms. I'll see what I can do...