Search found 8154 matches

by synthsin75
Sun May 05, 2024 1:46 pm
Forum: General Moho Discussion
Topic: How to put images on a vector box and image follows it?
Replies: 2
Views: 62

Re: How to put images on a vector box and image follows it?

https://i.ibb.co/jMZzCnb/3D-box.gif https://drive.google.com/uc?export=download&id=1ASazq2u7AcXQOxgMsbWczvkamJoLR84H Image textures only move with bone influence, so you need to use quad meshes. Here I've used a single quad mesh that I've referenced for each side, so I could animate the points ...
by synthsin75
Sun May 05, 2024 12:55 am
Forum: How Do I...?
Topic: Parts of the Head keep shifting when moving the whole body
Replies: 8
Views: 194

Re: Parts of the Head keep shifting when moving the whole body

Really don't know without seeing a file. Moho has a high learning curve, because it does stuff differently. But once you learn it, I think most people find it fairly intuitive, since "fun to use" is a common experience. Working through all of the included tutorials really helps get the fun...
by synthsin75
Fri May 03, 2024 12:16 am
Forum: How Do I...?
Topic: Parts of the Head keep shifting when moving the whole body
Replies: 8
Views: 194

Re: Parts of the Head keep shifting when moving the whole body

Make sure those problem layers haven't been accidentally moved on the z-axis, using the transform layer tool. If so, reset that value.
by synthsin75
Wed May 01, 2024 11:27 pm
Forum: Share Your Work
Topic: Yautja meets the Creeper
Replies: 2
Views: 120

Re: Yautja meets the Creeper

Interesting mashup. And coincidentally, I'm watching Jeepers Creepers on cable right now.
by synthsin75
Sun Apr 28, 2024 5:20 am
Forum: Scripting
Topic: Update UI
Replies: 8
Views: 182

Re: Update UI

Yeah, I have a note in the code about group layer selections. I believe that problem was introduced in a later version of Moho, after I initially wrote the script.
I'll have to see about incorporating your layer creation hack.

Thanks.
by synthsin75
Sun Apr 28, 2024 5:17 am
Forum: Scripting
Topic: LM.GUI.ScrollBar
Replies: 1
Views: 59

Re: LM.GUI.ScrollBar

That part of the API doesn't seem to work.
by synthsin75
Sat Apr 27, 2024 9:05 pm
Forum: Scripting
Topic: Update UI
Replies: 8
Views: 182

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: 95

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: 70

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: 8
Views: 182

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: 95

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: 229

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: 671

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: 671

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: 671

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.