Frstrm
03-08-2012, 08:41 PM
Hello,
I'm getting back a 'false' status for loading anim file using loadsaveanimation and I can't determine why it's failing to load.
nodeTab = $
userAtr = #("")
userVal = #("")
test = LoadSaveAnimation.saveAnimation sExportName &nodeTab &userAtr
&userVal animatedTracks:true includeConstraints:false
print test
returns 'true'
nodeTab = $
test = LoadSaveAnimation.loadAnimation sImportName &nodeTab
print test
returns 'false'
The items I have selected are exactly the same in both cases.
Any ideas?
UPDATE:
I manually saved the selected nodes, then used the scripted load process and that Worked.
So that narrows it down to the something in the Save process is causing the Error.
I'm getting back a 'false' status for loading anim file using loadsaveanimation and I can't determine why it's failing to load.
nodeTab = $
userAtr = #("")
userVal = #("")
test = LoadSaveAnimation.saveAnimation sExportName &nodeTab &userAtr
&userVal animatedTracks:true includeConstraints:false
print test
returns 'true'
nodeTab = $
test = LoadSaveAnimation.loadAnimation sImportName &nodeTab
print test
returns 'false'
The items I have selected are exactly the same in both cases.
Any ideas?
UPDATE:
I manually saved the selected nodes, then used the scripted load process and that Worked.
So that narrows it down to the something in the Save process is causing the Error.
