Hi, I had a script that would compile a filepath and run a SaveSceneAs command 
with that filepath correctly parsed.  It used to be that the command in the 
script would save with the correctly and the PPG used to generate the filepath 
would close. Now however when I run the Application.SaveSceneAs() command, I 
get a file pop-up opening on the correct directory with the correct name. This 
is really frustrating because I already know the location and the name and I 
just want it to save, I shouldn't need to reaffirm this.


What's strange is this script didn't use to do this before, it would work 
correctly and just save. Any ideas what's going on?


sCompiledPath = "...\\sceneName.scn"

Application.SaveSceneAs(sCompiledPath, 0)


Regards,


Tim

------
Softimage Mailing List.
To unsubscribe, send a mail to [email protected] with 
"unsubscribe" in the subject, and reply to confirm.

Reply via email to