708
edits
mNo edit summary |
No edit summary |
||
Line 833: | Line 833: | ||
EdT | EdT | ||
You need to select the "Disabled Physics" option when exporting. I also made a fix to ignore the physics stuff: [http://cid-639aa31296681bfe.skydrive.live.com/self.aspx/Oni/OniSplit_v0.9.3.zip OniSplit 0.9.3]. | |||
Another thing you should do is to select "Only Current Scene" when exporting to avoid having all scenes exported to the Collada file. In any case you need to make sure the "current scene" is the one you want to export. In you file it seems that the current scene was the one with the MC. | |||
Now for the more complex problem: I said that rotation and scaling transforms are ignored and only translations are used when creating TRBS file. That's because TRBS only use translations and it has the advantage that you can rotate stuff to allow for easier editing. But that also means that if you add new geometry then the new geometry must already be scaled and oriented correctly. | |||
For example in your file the head now has a scaling of 2.355 (select the head and press N (or select Transform Properties from the Object menu) to see the applied transform). This scaling is ignored when creating the TRBS and the result is a very small head. | |||
I'm not very familiar with Blender but it appears that you need to do the following: | |||
:*select pelvis | |||
:*rotate it so all rotations are 0 (or you can simply edit them in the Transform Properties window) | |||
(why you need this? because otherwise you'll be mislead about the real position of the head) | |||
:*select head | |||
:*select ObData to Center from Object, Transform menu | |||
:*select Apply Scale/Rotation tr to ObData from Object, Clear/Apply menu | |||
Something along these lines. I got it working once but second time when I tried it still exported a strange -90 rotation around X despite the Transform Properties window showing all rotations to be 0. Probably I did something different or the crap Collada exporter is playing tricks. | |||
[[User:Neo|Neo]] |
edits