Can't see the result comment on output in Script Editor?

Can't see the result comment on output in Script Editor?

Anonymous
Not applicable
1,489 Views
1 Reply
Message 1 of 2

Can't see the result comment on output in Script Editor?

Anonymous
Not applicable

I can't see // result: xx // on the output in the script editor when I enter commands in Python. Can someone help me with this?

I'm using Autodesk Maya 2016 Extension 2 SP2.

 

0 Likes
1,490 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

Sorry to ask, and I don't mean to be condescending, but have you used maya / python for a long time?
If you have, then this might be a software bug. You could try resetting your preferences to default, or failing that re-install Maya.

 

If you are new to Maya / python it could be something more straightforward.

You could check your script editor's History tab to make sure that nothing is getting suppressed. 
Also, python will not appear in the script editor by default, as Maya natively runs on Mel commands. If you want to view any outputs from python you will need to run print statements, or cmds.evals() and the like.

 

If you already know all this, sorry for telling you how to suck eggs ><