Page 1 of 1

Is there a verbose LUA console?

Posted: Wed Feb 22, 2023 2:53 pm
by mgo
Hey there,

thinking of Maya, user actions were also logged as MEL (Maya embedded language) commands. Which is super useful, since I could cobble together simple macros just by copying the right lines from the console and assigning them to a button.

Is there something similar in Moho? I remember seeing the console once or twice, but only with errors.

I am looking for ways to automate steps I am repeating over and over, and seeing what I am doing represented in lua code would help a lot, obviously :)

Re: Is there a verbose LUA console?

Posted: Thu Feb 23, 2023 1:08 am
by synthsin75
The only verbose mode is on page 15 of the user manual.
But that only logs things necessary for developers to troubleshoot problems with Moho.
Nothing that would help write scripts.