...results in the error "Error: line 1: The namespace name '10390' contains no legal characters."
I've been digging around Maya's scripts to try and figure out why it's giving me this error but haven't had much luck.
file -import -type "audio" -rpr "10390" -options "o=0" "/Voice/10390.WAV";
This is the command that imports the file throught the file menu. However, when i use this:
file -import -type "audio" -ns "10390.wav" -options "o=0" "/Voice/10390.WAV";
This is the error it gives: // Warning: line 1: The namespace name '10390.wav' contains illegal characters. Truncating to 'wav'. //
the file appears in the outliner but has no text next to the sound file icon.
The reason the audio files are numeric is that they correspond to the line number of the script. Renaming them all is possible, but a pain because all the lips synch files that i will export will then have to be renamed back to the original name.
I'd love to hear anyone's ideas on how to fix this, thanks!
-Andy