Re: [Maya2osg-users] Discussion of next changes
Status: Alpha
Brought to you by:
jtaibo
|
From: Peter W. <pp...@cg...> - 2011-05-19 18:27:43
|
Hi J-S,
> But why does that print("...") result in this error:
>
> // Error: Too many arguments. Expected 0, found 1. //
>
> I find that weird.
>
In fact it doesn't. What the entry in the preExport does is conctatenate
the file fields above and put the preExp infront. And this is also the
result, wehn you check the script editor. The path-file-extension gets
printed properly, but after that there some more issues. I think this is
realted to something dieffernt. When one starts the UI for the first
time certain Maya Variables are set, and I think I screw something up in
this process. If you use it for the next time, everything goes right, it
seems to be the initial set up. As said will check it.
But you detected another error in your message before, this one I get
now as well
"Line 0.45: Unterminated string." There really seems to be an issue with
the space before the second ". Will check that as well.
Cheers, PP
|