Search found 1090 matches
- Tue Sep 08, 2026 5:53 pm
- Forum: Tips & Techniques
- Topic: Fake 3D Boolean (Combine) operations using Masks! (+ Moho File)
- Replies: 7
- Views: 704
Re: Fake 3D Boolean (Combine) operations using Masks! (+ Moho File)
Cool. Looks like I already watched that 1st video, as I left a "Like".
- Sun Sep 06, 2026 12:49 am
- Forum: Tips & Techniques
- Topic: Fake 3D Boolean (Combine) operations using Masks! (+ Moho File)
- Replies: 7
- Views: 704
Re: Fake 3D Boolean (Combine) operations using Masks! (+ Moho File)
Yes, interesting technique.
It makes a difference after frame ~20, as it masks/hides the left-lower edge of the upper square. You will also need to preview to see the diff.
- Tue Aug 25, 2026 9:13 am
- Forum: How Do I...?
- Topic: Is it possible to use a video/image sequence as a mask?
- Replies: 6
- Views: 1259
Re: Is it possible to use a video/image sequence as a mask?
You can alternatively import the PNG sequence as an FBF sequence (Scripts > Image > Import Image Sequence), and use that as the mask layer - and it will update in the Edit view on every frame.
- Mon Jul 06, 2026 5:05 am
- Forum: Scripting
- Topic: *NEW* Stacked shape tools
- Replies: 32
- Views: 35941
Re: *NEW* Stacked shape tools
Some very interesting coding/hacks. In terms of the 'reminder' - great idea, but I think it would essentially throw up false-positives when Moho install version changes, but no addon tool code change is required. Also if you had multiple scripts with this feature - you could have a bit an 'alarming'...
- Wed Jul 01, 2026 2:23 pm
- Forum: How Do I...?
- Topic: Eraser Nub
- Replies: 11
- Views: 5224
Re: Eraser Nub
The reason why it replaces the built-in tool is because that was/is the only way to also allow it to be integrated as the Erase function for Drawing Pens and the Freehand & Blob Brush tools. However, bowing to significant political pressure - I have now uploaded an unintegrated / non-replacing v...
- Wed May 20, 2026 2:11 am
- Forum: General Moho Discussion
- Topic: How to recover windows/panels that are off screen?
- Replies: 1
- Views: 8345
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 ...
- Tue May 19, 2026 9:25 pm
- Forum: General Moho Discussion
- Topic: New User of Moho 14 Pro
- Replies: 2
- Views: 10448
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
- 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: 9727
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...
- Sat May 16, 2026 9:11 am
- Forum: Bug Discussions
- Topic: Moho 14.4 Mac Display Bug
- Replies: 3
- Views: 13084
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/
- Sat May 16, 2026 7:28 am
- Forum: Bug Discussions
- Topic: Moho 14.4 Mac Display Bug
- Replies: 3
- Views: 13084
Re: Moho 14.4 Mac Display Bug
FYI. Your shared files are not accessible.
- 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: 16566
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.
- Mon May 11, 2026 4:37 pm
- Forum: How Do I...?
- Topic: Disable Space Bar While Drawing
- Replies: 32
- Views: 47076
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...
- Mon May 11, 2026 4:35 am
- Forum: Feature Request Discussions
- Topic: Feature request from a Motion Designer
- Replies: 20
- Views: 45329
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.
- Fri May 08, 2026 12:22 am
- Forum: Scripting
- Topic: MohoScripting.com - unofficial Moho scripting documentation
- Replies: 92
- Views: 484837
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 ...
- 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: 18956
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 ...