Search found 8112 matches

by synthsin75
Thu Nov 23, 2023 5:37 am
Forum: Bug Discussions
Topic: Moho 14.1: Frequent crashes, guaranteed layer selector crash in advanced rig file
Replies: 26
Views: 7500

Re: Moho 14.1: Frequent crashes, guaranteed layer selector crash in advanced rig file

564KB for a complex file is deceptive, as the file format is actually a zip archive with a much larger file compressed inside. My next guess would be using layer references. Sometime these have been known to get "corrupted." Deleting them and remaking them seems to help in this case. You m...
by synthsin75
Sun Nov 19, 2023 10:56 am
Forum: General Moho Discussion
Topic: Shapes missing
Replies: 2
Views: 1189

Re: Shapes missing

Here's a thread with a similar sounding problem: viewtopic.php?t=36327
by synthsin75
Sun Nov 19, 2023 6:25 am
Forum: How Do I...?
Topic: Are Code Based Animations and Triggering Animations with Code Possible?
Replies: 6
Views: 2208

Re: Are Code Based Animations and Triggering Animations with Code Possible?

Layerscripts (embedded) allow a script to make changes without adding keyframes. They are evaluated on every frame, and can do a lot. They can change values of things on the fly and effect the render, but for more complex things, like utilizing actions, it's just much simpler to add the keyframes to...
by synthsin75
Sun Nov 19, 2023 12:52 am
Forum: How Do I...?
Topic: how to turn the current frame indicator line to red?
Replies: 1
Views: 1021

Re: how to turn the current frame indicator line to red?

You might try setting Edit>Preferrences>Timeline>Frame interval display to zero, to help reduce clutter.
by synthsin75
Sun Nov 19, 2023 12:18 am
Forum: Scripting
Topic: Toggle Mesh Paths
Replies: 2
Views: 5434

Re: Toggle Mesh Paths

Those Lua errors are due to a script function only available in v14. There are no readily available alternates for earlier versions of Moho.
by synthsin75
Sun Nov 19, 2023 12:08 am
Forum: How Do I...?
Topic: Sudden slow down
Replies: 7
Views: 1829

Re: Sudden slow down

The developers know about the bug, but no one has been able to replicate what specifically causes the negative keyframes. So it's hard to troubleshoot a fix.
Not a bad idea to do some error checking when opening files though.

I'm glad my script is still helping though.
by synthsin75
Sat Nov 18, 2023 9:55 pm
Forum: How Do I...?
Topic: Are Code Based Animations and Triggering Animations with Code Possible?
Replies: 6
Views: 2208

Re: Are Code Based Animations and Triggering Animations with Code Possible?

With a button or menu script you can use random number generation to select and then insert an action into the timeline. But you'd need to activate the menu or button script. You could only do this automatically from the timeline by using a layerscript and having a specific trigger, like a hard-code...
by synthsin75
Tue Nov 14, 2023 12:39 am
Forum: Scripting
Topic: Capture keystrokes in LM.GUI dialog?
Replies: 2
Views: 1693

Re: Capture keystrokes in LM.GUI dialog?

Not currently possible.
by synthsin75
Sun Nov 12, 2023 5:40 am
Forum: General Moho Discussion
Topic: Moho not rendering using multi cores
Replies: 7
Views: 1936

Re: Moho not rendering using multi cores

That's odd. I get as many core progress bars during render as I have it set to use in the preferences.
by synthsin75
Sun Nov 12, 2023 4:48 am
Forum: General Moho Discussion
Topic: Lip sync: Switch layers vs Smart Bones
Replies: 13
Views: 7052

Re: Lip sync: Switch layers vs Smart Bones

Maybe not the best look to volunteer others to do work for you. Maybe people who need it should start a fund, to finance such work.
by synthsin75
Thu Nov 09, 2023 4:51 am
Forum: General Moho Discussion
Topic: Paint Bucket is useless for me. Moho 14.
Replies: 26
Views: 6750

Re: Paint Bucket is useless for me. Moho 14.

Aaah, as I've already said. There are a fair few instances where the 'select shape' tool is no bueno for me. Perhaps only 10% of the time, but still. The 'select shape' tool either needs to be better at recognising shapes or the 'paint bucket' needs to work as would be expected by the average user ...
by synthsin75
Thu Nov 09, 2023 3:48 am
Forum: General Moho Discussion
Topic: Paint Bucket is useless for me. Moho 14.
Replies: 26
Views: 6750

Re: Paint Bucket is useless for me. Moho 14.

The paint bucket creates new shapes because it can also create shapes out of unconnected vector lines. Since the select shape tool is meant for editing the fills & strokes, the paint bucket assumes you're only using it to create a new shape when used on an existing one. But why the change in be...
by synthsin75
Thu Nov 09, 2023 12:50 am
Forum: General Moho Discussion
Topic: Strokes not masking properly in Moho 14
Replies: 1
Views: 1227

Re: Strokes not masking properly in Moho 14

There's still bound to be a few exceptions to masking working 100% in the workspace.