X-Tender
06-03-2004, 08:10 PM
hello,
after some time i've upgradet to maya 5 (yes i know that maya 6 is out ..) and now i have a problem .. in maya 4.5 the following code was possible
button -label "Button" -command("
print(var1);
print(var2);
print(var3);
");
butin maya 5 it want it this way
button -label "Button" -command("print(var1);print(var2);print(var3);");
.. why? .. it was better in 4.5 .. did i have to change my code to the new "syntax" ?! .. or is there a possibility to keep the old one?
after some time i've upgradet to maya 5 (yes i know that maya 6 is out ..) and now i have a problem .. in maya 4.5 the following code was possible
button -label "Button" -command("
print(var1);
print(var2);
print(var3);
");
butin maya 5 it want it this way
button -label "Button" -command("print(var1);print(var2);print(var3);");
.. why? .. it was better in 4.5 .. did i have to change my code to the new "syntax" ?! .. or is there a possibility to keep the old one?
