PDA

View Full Version : little printing issue


shenmue
04-09-2007, 02:03 PM
Hi

I am having this problem.For example I have:

string $myName = "Rudi";
print $myName;

I execute and the result is that "Rudi" appears printed for just 0.1 second and disapears then.I also have this message in the script panel:

string $myName = "Rudi";
print $myName;
RudieditMenuUpdate MayaWindow|mainEditMenu;

I donīt know what is going one.:shrug:

thanks

floze
04-09-2007, 02:11 PM
Add a break to your print:

print ( $myName + "\n" );

shenmue
04-09-2007, 02:23 PM
Thanks floze!:thumbsup:

shenmue
04-09-2007, 02:43 PM
Well,but why do I keep having this message at the end:
editMenuUpdate MayaWindow|mainEditMenu;and the result keep being printed por 0.1 sec in the comand line.

floze
04-09-2007, 02:56 PM
Disable 'Echo All Commands' in the script editors History tab.

CGTalk Moderation
04-09-2007, 02:56 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.