Author Topic: .bones file is not getting saved  (Read 18264 times)

Offline Babu

  • int
  • **
  • Posts: 71
    • View Profile
.bones file is not getting saved
« on: September 10, 2011, 07:44:18 am »
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?

Offline raft

  • Moderator
  • quad
  • *****
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
Re: .bones file is not getting saved
« Reply #1 on: September 11, 2011, 07:05:01 pm »
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 ;)

Offline Babu

  • int
  • **
  • Posts: 71
    • View Profile
Re: .bones file is not getting saved
« Reply #2 on: September 13, 2011, 07:25:47 pm »
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)