Search found 1085 matches

by SimplSam
Wed May 20, 2026 2:11 am
Forum: General Moho Discussion
Topic: How to recover windows/panels that are off screen?
Replies: 1
Views: 389

Re: How to recover windows/panels that are off screen?

The panel positions are stored in user settings. Go to the user settings folder: Help > Show Autosave Files. Then to the folder above that (which should be '14'). In there, there will be a file called: Moho Pro14.user.settings. You could: Close Moho, rename Moho Pro14.user.settings, then start Moho ...
by SimplSam
Tue May 19, 2026 9:25 pm
Forum: General Moho Discussion
Topic: New User of Moho 14 Pro
Replies: 2
Views: 772

Re: New User of Moho 14 Pro

You might also consider joining the Moho Discord channel - which is a bit more chatty & suited to newbies: https://lostmarble.net/discord
by SimplSam
Tue May 19, 2026 12:34 pm
Forum: Scripting
Topic: Can you access line enders in text pasted into fields in script pop ups?
Replies: 2
Views: 438

Re: Can you access line enders in text pasted into fields in script pop ups?

You would probably need to pre-end the Line End with some other highly likely to be unused character ( like below ), then recover the breaks from those ‡ chars. I had to do a similar substitution with Quote chars once. 123 ‡ 456 ‡ 789 ‡ Whilst we are here ... It would actually be nice to have an act...
by SimplSam
Sat May 16, 2026 9:11 am
Forum: Bug Discussions
Topic: Moho 14.4 Mac Display Bug
Replies: 3
Views: 2733

Re: Moho 14.4 Mac Display Bug

That looks kinda funky. Never seen that before. I would def report it to LM Support: https://lostmarble.com/support/
by SimplSam
Sat May 16, 2026 7:28 am
Forum: Bug Discussions
Topic: Moho 14.4 Mac Display Bug
Replies: 3
Views: 2733

Re: Moho 14.4 Mac Display Bug

FYI. Your shared files are not accessible.
by SimplSam
Wed May 13, 2026 1:54 pm
Forum: How Do I...?
Topic: how can I fix the error that occurs after exporting the Moho animation?
Replies: 4
Views: 2589

Re: how can I fix the error that occurs after exporting the Moho animation?

You can also try rendering via the Moho Exporter Ctrl-B - which uses a seperate export process.
by SimplSam
Mon May 11, 2026 4:37 pm
Forum: How Do I...?
Topic: Disable Space Bar While Drawing
Replies: 32
Views: 22142

Re: Disable Space Bar While Drawing

... Having some visual change on the timeline could help spot it on time. The mentioned relative keyframes and actions already have it. ... If you only knew the number of times that I have forgotten to disable Relative Keyframes - even with the red timeline showing. I probably need some kind of ann...
by SimplSam
Mon May 11, 2026 4:35 am
Forum: Feature Request Discussions
Topic: Feature request from a Motion Designer
Replies: 20
Views: 7053

Re: Feature request from a Motion Designer

I think this is definately a case of "less is more". I would consider that there are far too many items listed here to analyse or discuss in any meaningful way.
by SimplSam
Fri May 08, 2026 12:22 am
Forum: Scripting
Topic: MohoScripting.com - unofficial Moho scripting documentation
Replies: 92
Views: 361152

Re: MohoScripting.com - unofficial Moho scripting documentation

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 ...
by SimplSam
Sun Apr 12, 2026 11:13 pm
Forum: General Moho Discussion
Topic: glTF export does not work with scripted bone manipulation for animation
Replies: 5
Views: 3731

Re: glTF export does not work with scripted bone manipulation for animation

I think part of the issue is that by default the glTF export looks for keyframed Frame Positions ( any keyframe at a particular frame ) and then jumps to those frames during the export. This is for speed, reduced output size and fidelity if subsequently editing the animation elements in application ...
by SimplSam
Fri Apr 10, 2026 7:37 am
Forum: Scripting
Topic: Can't get the ParentSkeleton anymore
Replies: 3
Views: 7516

Re: Can't get the ParentSkeleton anymore

moho:ParentSkeleton() - should return the controlling Skel of the currently selected layer. layer:ControllingSkeleton(), would return the controlling Skel of the specified layer. Note: moho:Skeleton will also return a Skeleton for empty Bone Layers, Switch Layers and FBF Layers - if they are the cur...
by SimplSam
Wed Mar 11, 2026 9:23 am
Forum: How Do I...?
Topic: Copy Smart Bones to existing Bone Layer (without creating new bone layer)
Replies: 9
Views: 22425

Re: Copy Smart Bones to existing Bone Layer (without creating new bone layer)

You can just select the SmartBones in Project 1, Ctrl-C (copy), then go to Project 2 bone layer - and Ctrl-V (paste).
by SimplSam
Tue Mar 10, 2026 9:08 am
Forum: Bug Discussions
Topic: Crashes when selecting layer with opt R-Click
Replies: 9
Views: 26850

Re: Crashes when selecting layer with opt R-Click

For me: In The Project.
by SimplSam
Mon Mar 09, 2026 8:10 am
Forum: Bug Discussions
Topic: Crashes when selecting layer with opt R-Click
Replies: 9
Views: 26850

Re: Crashes when selecting layer with opt R-Click

There is certainly a known issue with Layer Select/Pick vs projects with Tiled Image textures.

Beyond that it normally works OK (for me on PC)
by SimplSam
Tue Mar 03, 2026 11:05 am
Forum: Bug Discussions
Topic: Complex Fill
Replies: 9
Views: 18363

Re: Complex Fill

So... I cannot Create the whole shape in one go either, but you can get there with a little help from Liquid Shapes. 1. Point Select the outer Curve and create a filled shape ( lets call it outer ) 2. Point Select the outer Curve again, then Edit > Select Inverse ( to select all the other Points ), ...