I have Maya 5.0.1 running on SuSE 9.1 .
Every time I save the file with the option Incremental save, Maya behaves how it should not.
As I save a file for the first time I get the following result:
// Warning: file: /usr/aw/maya5.0/scripts/startup/incrementalSaveScene.mel line 105: Converting string "" to an int value of 0. //
// Performing Incremental Save:
// master file: /(...)/scenes/testSave.mb
// increment file: /(...)/scenes/testSave.mbincrementalSave//.0001
(should be: /(...)/scenes/incrementalSave//testSave.mb/testSave.0001.mb)
So, Maya creates the wrong directory and the wrong increment filename. And as I save it for the second time, I get this:
// Warning: file: /usr/aw/maya5.0/scripts/startup/incrementalSaveProcessPath.mel line 57: Starting position (1) is invalid. It must be in the range from 1 to the length of the string. Clamping index to range. //
// Warning: file: /usr/aw/maya5.0/scripts/startup/incrementalSaveScene.mel line 105: Converting string "" to an int value of 0. //
(last message repeated several times)
// Error: Internal error in Incremental Save: should not be overwriting ".0001"! Bailing out without save. /
My incrementalSaveScene.mel and
incrementalSaveProcessPath.mel are identical to the ones I have on my other machine, which doesn't have any problem with incremental save.
I even tried the "windows" solution, :{ that is re-installing Maya and resetting all preferences, without success. I guess it's a matter of environment variables, but WHICH ONE??
Thanks,
Stefano