Message 1 of 4
Suppress script editor results?

Not applicable
06-16-2010
10:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to suppress the script editor's History altogether? I know you can suppress errors and command results and stuff, but some commands still pop up there even when everything in the 'Command' menu is checked.
For instance, if I have autokeyframe on and i move an object, at the very least I will get (for instance)....
move -r 2.577242 -0.157389 -2.655937 ;
autoKeyframe;
// Result: 3 //
...every time I move the object.
This is an annoyance when it comes to debugging my script. I'm writing a complex pose copying \ pasting system. When I hit paste, since I can't suppress the history results I get tons of the autokeyframe messages. This means if the user has the script editor open it slows down pose pasting dramatically, and overloads them with useless information.
For this particular case, I can code around it...I can turn off autokeyframe, paste the pose, then turn it back on, but thats pretty messy, IMO.
Anyone know how to disable the script edtior's history altogether, then re-enable it when the script finishes?
For instance, if I have autokeyframe on and i move an object, at the very least I will get (for instance)....
move -r 2.577242 -0.157389 -2.655937 ;
autoKeyframe;
// Result: 3 //
...every time I move the object.
This is an annoyance when it comes to debugging my script. I'm writing a complex pose copying \ pasting system. When I hit paste, since I can't suppress the history results I get tons of the autokeyframe messages. This means if the user has the script editor open it slows down pose pasting dramatically, and overloads them with useless information.
For this particular case, I can code around it...I can turn off autokeyframe, paste the pose, then turn it back on, but thats pretty messy, IMO.
Anyone know how to disable the script edtior's history altogether, then re-enable it when the script finishes?