Search found 2633 matches

by hayasidist
Tue Mar 19, 2024 10:23 am
Forum: General Moho Discussion
Topic: Bake pose
Replies: 4
Views: 782

Re: Bake pose

there's nothing much to using it. Install in the (e.g.) <your custom folders> \Scripts\Menu\Draw (it's a menu script / button) put your timeline playhead where the desired pose is (as per your example, frame 90) select the layer (group or simple vector) run the script clear or tick the box to say if...
by hayasidist
Sun Mar 17, 2024 11:54 am
Forum: General Moho Discussion
Topic: Bake pose
Replies: 4
Views: 782

Re: Bake pose

this script was developed for just that purpose. Unchanged since AS12, but has been in use in later versions. viewtopic.php?p=180070#p180070 Let me know if it works for you.
by hayasidist
Tue Mar 12, 2024 11:22 am
Forum: General Moho Discussion
Topic: how do i add a glow effect like this?
Replies: 5
Views: 876

Re: how do i add a glow effect like this?

Not an exact match but gives you the idea. Multiple layers to help you see the shape breakdown. face lines is Screen blend mode flames is also Screen mid glow is Overlay others are Normal The flames and mid glow all use Curve Profile https://i.ibb.co/Bt11ShH/image.png of course, there are many other...
by hayasidist
Thu Mar 07, 2024 9:33 pm
Forum: Scripting
Topic: Automatic Tracking Camera Plugin for Moho
Replies: 9
Views: 940

Re: Automatic Tracking Camera Plugin for Moho

... The closest I could find is this plugin here: https://www.youtube.com/watch?v=NycZ34upZzQ Unfortunately, I couldn't find a public link to download it. poptoogi has an account here (but doesn't look as though he's been active here for a while) as does orsongalore (inactive here for even longer b...
by hayasidist
Wed Mar 06, 2024 11:03 pm
Forum: Scripting
Topic: Automatic Tracking Camera Plugin for Moho
Replies: 9
Views: 940

Re: Automatic Tracking Camera Plugin for Moho

Some users may want to use the tool editorially, that is, as a way to switch camera views during animation. IMO, it's more practical to use a video editor for most animated productions... well, that's kinda what I do anyway - both editorially and to have multiple streams to feed into a video editor...
by hayasidist
Wed Mar 06, 2024 9:27 pm
Forum: Scripting
Topic: Automatic Tracking Camera Plugin for Moho
Replies: 9
Views: 940

Re: Automatic Tracking Camera Plugin for Moho

and on the subject of camera... how useful would it be to have more than one - so the same animation can be rendered out from different cameras by using different layer comps (which ideally will have frame ranges added to them!) (Also mindful of the work done by Wes on multi-camera!)
by hayasidist
Tue Mar 05, 2024 3:23 pm
Forum: Feature Request Discussions
Topic: position-scale driver
Replies: 11
Views: 1175

Re: position-scale driver

FWIW - a failed experiment from some time ago: use an object (e.g. a pin bone or even a shape) as the slider; have a layerscript that monitors the position of the object and sets the angle of smartbone(s) accordingly. All works great up to a point - the smartbone(s) move just as expected BUT the SB ...
by hayasidist
Tue Mar 05, 2024 9:56 am
Forum: How Do I...?
Topic: Underwater effect
Replies: 4
Views: 685

Re: Underwater effect

not quite the same .. is this any help? https://youtu.be/DhOl6hxT5TU
by hayasidist
Thu Feb 29, 2024 12:23 pm
Forum: General Moho Discussion
Topic: Only one Curver layer at a time?
Replies: 4
Views: 919

Re: Only one Curver layer at a time?

you can have multiple curver elements in one curver layer. Each droplet here has its own curver "line". Just to add to the fun, each droplet is an "add" mode to the base shape which has an animated gradient.
https://youtu.be/PD7qLIMuT9E
by hayasidist
Thu Feb 22, 2024 2:31 pm
Forum: Feature Request Discussions
Topic: Lottie / JSON Export Option
Replies: 10
Views: 2459

Re: Lottie / JSON Export Option

just before anyone gets too excited about this... it looks to me as though the "converter" in effect makes an image out of each frame, and creates a lottie json file that displays each frame in sequence -- IOW it DOES NOT convert the images to vectors - it steps through (for want of a bett...
by hayasidist
Wed Feb 21, 2024 10:48 am
Forum: General Moho Discussion
Topic: Variable Fonts // OpenType Font Variations
Replies: 0
Views: 1347

Variable Fonts // OpenType Font Variations

There have been a few questions / observations about using fonts - notably some fonts downloaded from Google Fonts - that are "Variable Fonts" In short: It seems that Moho is not yet able to handle variable fonts; and the advice (from google fonts) is to use the static font files. IOW (wit...
by hayasidist
Fri Feb 16, 2024 6:14 pm
Forum: How Do I...?
Topic: Change color of character
Replies: 6
Views: 721

Re: Change color of character

(school vacation time over here... been busy with our 10 y.o. son! however, a quiet moment to finish this off enough to publish this as examples of how overlays over greyscale images can work. AyGucbnnLGI All done in Moho -- mix of bones and warp layers for the motion. Two different approaches to co...
by hayasidist
Mon Feb 12, 2024 5:52 pm
Forum: How Do I...?
Topic: Change color of character
Replies: 6
Views: 721

Re: Change color of character

if I know I'm going to animate changes to a colour, I tend to make the shape mid grey (x808080) then use that as a mask for a colourisation layer, which has blend mode overlay. as in this: https://youtu.be/t9WDnWi9F7s
by hayasidist
Thu Feb 08, 2024 11:23 am
Forum: Feature Request Discussions
Topic: Ability to Customize Timeline Numbers to Match Frame Interval Display Lines
Replies: 4
Views: 621

Re: Ability to Customize Timeline Numbers to Match Frame Interval Display Lines

Is there anyway to make the timeline numbers match the frame interval lines? No matter what settings I use or how far I zoom in or out of the timeline, the numbers are always values that divide evenly by 3. Such as 3, 6, 12, 24, 48, etc. At the very least, it would be great if Moho allowed for numb...
by hayasidist
Tue Feb 06, 2024 12:22 pm
Forum: Scripting
Topic: Is it possible to invoke DrawMe() of an inactive tool?
Replies: 4
Views: 860

Re: Is it possible to invoke DrawMe() of an inactive tool?

A thought --- DrawMe needs a MohoView. Is there any way that the "guts of the script" could provide the script's "IsEnabled" with a view that could be usable in its DrawMe() function??? I've had a go at this, and I can get IsEnabled to call DrawMe with a view object that I saved ...