Page 7 of 7

Re: MohoScripting.com - unofficial Moho scripting documentation

Posted: Fri May 08, 2026 2:30 am
by Stan
SimplSam wrote: Fri May 08, 2026 12:22 am Wanted to update the SetCurFrame method, but could not edit the Argument list. Not sure if that is possible for us wee mortals.

In any event, the 2nd parameter - should be updateUI. i.e.: SetCurFrame(frame, updateUI, enableBoneDynamics) -- which allows the suspension of UI updates during the frame change. This suspension can make a significant difference in overall processing time (like: 10x) - if traversing multiple frames in batch (as done with the glTF export).
Thanks Sam! I fixed the argument type in the db record. Feel free to add a description if you'd like.