hi raft,
I am back :)
I am facing a very strange and basic problem. Yeserday, I ran jmeOgre2Bones to convert from .xml to .bones. The output from the converter says that the .bones is generated and saved. But when I checked the destination location, the .bones file is not there!! :o
The final message from the converter is as below:
Quote
Skeleton created out of jME OGRE skeleton, 72 joints
Created skeleton animation clip: AMS_default_sk
Created pose animation clip: clip_idle
Created pose animation clip: clip_head_square
Created pose animation clip: clip_body_invtri
Created pose animation clip: clip_body_fat_armslegs
Created pose animation clip: clip_top_invtri
Created pose animation clip: clip_top_fat_arms
Created pose animation clip: clip_bottom_fat_legs
Loaded ogre file: /Eng-Repo/Companies/GooRa/BusinessUnits/Apps/AMS/Graphics/SOW-1/Aug/drop-1/Integration/ams.mesh.xml, scale: 1, rotation: null
31 sub objects, 1 skin animation(s), 7 pose animation(s)
Saved bones-group to Eng-Repo/Companies/GooRa/BusinessUnits/Apps/AMS/Graphics/SOW-1/Aug/drop-1/Integration/ams.group.bones
Am I missing something?
not sure what is happening there, but that's basic Java IO. if it says file is saved to XXX then it should be saved to XXX ;)
it was a silly copy paste mistake from my side :-[
i missed the slash in the beginning of the -out parameter and the .bones was getting saved in the scripts folder itself (off course under a long hierarchy of folders... :D)