Search found 8148 matches

by synthsin75
Sat Apr 27, 2024 9:05 pm
Forum: Scripting
Topic: Update UI
Replies: 5
Views: 33

Re: Update UI

Here's the script: https://www.lostmarble.com/forum/viewtopic.php?t=34078 At line 596, in the HandleMessage function, I do this: if (msg == self.UPDATE or msg == self.ALT_UPDATE or msg == self.DELETE) then local frame = moho.frame if (frame == 0) then moho:SetCurFrame(1) else moho:SetCurFrame(0) end...
by synthsin75
Sat Apr 27, 2024 6:52 pm
Forum: Scripting
Topic: DoLayout event
Replies: 3
Views: 42

Re: DoLayout event

IsEnabled is triggered by every layer change, so you can also use that function.
by synthsin75
Sat Apr 27, 2024 6:43 pm
Forum: Scripting
Topic: Timer
Replies: 1
Views: 20

Re: Timer

No, for that you'd need the script to launch an external script, like AutoHotkey (Windows).
by synthsin75
Sat Apr 27, 2024 6:42 pm
Forum: Scripting
Topic: Update UI
Replies: 5
Views: 33

Re: Update UI

You have to get it to reevaluate the DoLayout function.
I do this in my switch icons script by jumping to/from frame zero.
by synthsin75
Sat Apr 27, 2024 12:58 pm
Forum: Scripting
Topic: DoLayout event
Replies: 3
Views: 42

Re: DoLayout event

On layer changes, DoLayout only reevaluates if you change layer type, like from a vector layer to a group layer, etc..
by synthsin75
Thu Apr 25, 2024 2:42 am
Forum: Feature Request Discussions
Topic: Camera Layers and Animated Camera Switching
Replies: 2
Views: 91

Re: Camera Layers and Animated Camera Switching

I've developed something similar, but I haven't had time to get it ready for public release. I use 3D objects for each camera, and then the Moho camera arrow shows the active camera. You control the cameras using basic layer transform controls. Right now, you have to be on the camera layer to use it...
by synthsin75
Sat Apr 20, 2024 6:39 pm
Forum: General Moho Discussion
Topic: Create cycles without the keyframing box popping up?
Replies: 11
Views: 470

Re: Create cycles without the keyframing box popping up?

In the menu: Windows>Docking>Keyframe
Shortcut: Ctrl+Alt+Shift+F
by synthsin75
Sat Apr 20, 2024 3:05 pm
Forum: General Moho Discussion
Topic: Create cycles without the keyframing box popping up?
Replies: 11
Views: 470

Re: Create cycles without the keyframing box popping up?

Yes, they are docked to the timeline, but when you choose "cycle" from the drop-down menu on the timeline, it will still open the options box. Which to me is counterintuitive because it implies one is going to tweak every cycle. Except for cycles I need to start from a specific frame or c...
by synthsin75
Sat Apr 20, 2024 1:09 am
Forum: General Moho Discussion
Topic: Create cycles without the keyframing box popping up?
Replies: 11
Views: 470

Re: Create cycles without the keyframing box popping up?

SuperSGL wrote: Sat Apr 20, 2024 12:33 am I just have the Keyframe details window docked to the timeline...
Same here...even on a laptop.
by synthsin75
Sun Apr 14, 2024 1:21 pm
Forum: General Moho Discussion
Topic: No "Select All" keyboard shortcut for Select Shapes tool?
Replies: 12
Views: 340

Re: No "Select All" keyboard shortcut for Select Shapes tool?

Aa, now I get it. So, what I'm seeing on screen when I select with Q-Select Shape tool is actually point selection, even though the points are not visible (because the layer is displaying shapes). Yep. What still puzzles me is that selecting with one tool or the other, and then switching tool does ...
by synthsin75
Sun Apr 14, 2024 3:19 am
Forum: General Moho Discussion
Topic: Bones not working on Frame 1
Replies: 5
Views: 174

Re: Bones not working on layer 1

On frame zero, the manipulate bone tool can be used from a bone layer's sublayer to test. But on other frames, you must select the bone layer first.

That may be what you're seeing.
by synthsin75
Sun Apr 14, 2024 3:16 am
Forum: General Moho Discussion
Topic: No "Select All" keyboard shortcut for Select Shapes tool?
Replies: 12
Views: 340

Re: No "Select All" keyboard shortcut for Select Shapes tool?

I might be getting something wrong, but right now the select all keyboard shortcut looks like it works in relation to the tool being currently used. In fact, if I'm using Add Points (A) tool, ctr-A will select all points. If I'm using bones, it'll select all bones. So, why shouldn't it select all s...
by synthsin75
Sun Apr 14, 2024 1:32 am
Forum: Feature Request Discussions
Topic: Identifying which style colors a shape
Replies: 13
Views: 323

Re: Identifying which style colors a shape

When you select a style from the top dropdown, the style name is shown, so there's generally no need to indicate the selected style another way. For your case, of having many same-named styles, you just need to check which it is from the Style 1/2 dropdowns. Sounds like more of a problem with workfl...
by synthsin75
Sun Apr 14, 2024 1:22 am
Forum: General Moho Discussion
Topic: No "Select All" keyboard shortcut for Select Shapes tool?
Replies: 12
Views: 340

Re: No "Select All" keyboard shortcut for Select Shapes tool?

The only way Moho would know if you want to select points or shapes would be to make it dependent on the selected tool. If you do that, you always have to select the right tool first. So every option comes with compromises.
by synthsin75
Sat Apr 13, 2024 11:57 pm
Forum: Feature Request Discussions
Topic: Identifying which style colors a shape
Replies: 13
Views: 323

Re: Identifying which style colors a shape

Are you looking at the top style dropdown or the Style 1 & Style 2 dropdowns?