Search found 8188 matches

by synthsin75
Thu May 30, 2024 3:25 am
Forum: General Moho Discussion
Topic: 1. Locked Bones + 2.Bind Layer not worlking
Replies: 8
Views: 131

Re: 1. Locked Bones + 2.Bind Layer not worlking

The bind points tool only shows when a vector layer is selected. Your picture looks like you're still on the bone layer, at least by the shown timeline channels. You have the manipulate bone tool selected. This is not generally meant for pin bones, although holding alt will let you rotate them. You ...
by synthsin75
Wed May 29, 2024 11:32 pm
Forum: Scripting
Topic: Keyboard - Mouse events not working
Replies: 1
Views: 55

Re: Keyboard - Mouse events not working

Shortcut keys do not get passed to scripts.

OnKeyUp not working probably has something to do with the momentary tool selection (tool selected while you hold the shortcut, and then back to the last tool when you release it).
by synthsin75
Sun May 26, 2024 8:50 pm
Forum: Scripting
Topic: Close Dialog
Replies: 3
Views: 358

Re: Close Dialog

by synthsin75
Sun May 26, 2024 12:37 am
Forum: Scripting
Topic: Resizable Dialog
Replies: 2
Views: 325

Re: Resizable Dialog

Only by closing it and reopening by script with a different layout, like Rai's Shapes Window.
by synthsin75
Sun May 26, 2024 12:35 am
Forum: Scripting
Topic: Close Dialog
Replies: 3
Views: 358

Re: Close Dialog

See Rai's Shapes Window tool: viewtopic.php?t=36508
by synthsin75
Sun May 26, 2024 12:33 am
Forum: Scripting
Topic: UI Alignments
Replies: 1
Views: 296

Re: UI Alignments

This works for my screen resolution, but if you change the size of the Moho window, you'd have to reselect the tool to update to the new window dimensions. function TestScript:DoLayout(moho, layout) local button = LM.GUI.Button('Button', 0) layout:AddPadding(moho.view:Width() + 300) layout:AddChild(...
by synthsin75
Sat May 25, 2024 10:10 pm
Forum: How Do I...?
Topic: How do I fix my target bones?
Replies: 2
Views: 138

Re: How do I fix my target bones?

That probably means that the "ignore inverse kenematics" that is set as default for pin bones was the issue.
If you disable that for pin bones, they may still work.
by synthsin75
Sat May 25, 2024 8:57 pm
Forum: General Moho Discussion
Topic: Liquid shapes lose their effects?
Replies: 18
Views: 737

Re: Liquid shapes lose their effects?

https://i.ibb.co/hRpkRjs/Untitled.gif Doesn't help the cilia blend, but I used my create shape tool to stack the curve profile shapes on the liquid shapes. So the liquid shapes are actually blending behind the curve profile ones, but using the exact same vector curves. But gradients were still a pr...
by synthsin75
Sat May 25, 2024 6:10 pm
Forum: Bug Discussions
Topic: moho 14.1 deletes selected bones instead selected frames.
Replies: 8
Views: 287

Re: moho 14.1 deletes selected bones instead selected frames.

Making a shortcut for the menu Edit>Cut isn't the same as right-click>Cut in the timeline. The latter will guarantee you're only deleting from the timeline.
by synthsin75
Sat May 25, 2024 3:30 pm
Forum: Bug Discussions
Topic: Masking don't work with bones!
Replies: 15
Views: 675

Re: Masking don't work with bones!

A simpler solution would be to make the top shape a gradient too, with both colors being the same.
That way it looks the same, but the gradient effect keeps it from being displayed wrong on animation frames.
by synthsin75
Sat May 25, 2024 12:07 am
Forum: How Do I...?
Topic: Animating with just lines
Replies: 16
Views: 519

Re: Animating with just lines

Víctor Paredes wrote: Fri May 24, 2024 12:07 pm Use white for every fill and black for every stroke. Then create a layer on top of the project with a colored rectangle and set the blending to multiply.
You will be able to animate the fill color of the entire project with it.
That sounds like a winner.
by synthsin75
Thu May 23, 2024 11:20 pm
Forum: How Do I...?
Topic: Animating with just lines
Replies: 16
Views: 519

Re: Animating with just lines

Víctor Paredes wrote: Thu May 23, 2024 5:10 pm You can try the render styles in the project settings. You can change the fill color to background for every shape there.
That wouldn't allow you to have a changing background color as a vector layer, if needed.
by synthsin75
Thu May 23, 2024 1:49 am
Forum: How Do I...?
Topic: Animating with just lines
Replies: 16
Views: 519

Re: Animating with just lines

Sounds like you'd need to put everything, including the background, in a masking group. Then you just set the group to show all, place a reference of the character with a filled head just above the background, and set it to subtract. Set the original character layer to not mask, and everything else ...
by synthsin75
Tue May 21, 2024 1:50 am
Forum: General Moho Discussion
Topic: locking frame 0
Replies: 21
Views: 1326

Re: locking frame 0

Thanks for checking.

I've removed the delay, since it didn't help: https://dl.dropboxusercontent.com/scl/f ... eoxp0&dl=0
by synthsin75
Mon May 20, 2024 11:37 pm
Forum: General Moho Discussion
Topic: locking frame 0
Replies: 21
Views: 1326

Re: locking frame 0

Thanks for checking, Sam! I've added a delay, to see if that helps anything on Mac. And I've made actions exempt from frame zero locking. https://dl.dropboxusercontent.com/scl/fi/abocg59sd66ykq53jnbwy/syn_lock_frame_zero.zip?rlkey=jte52lihjan7ab4flhyzlja7f&st=1wpeoxp0&dl=0 Let me know if how...