Search found 2608 matches

by hayasidist
Sun Nov 19, 2023 2:32 pm
Forum: How Do I...?
Topic: "Set Layer Start Time" Problems
Replies: 4
Views: 1408

Re: "Set Layer Start Time" Problems

working as expected here (debut 14) for layer start time. Note that layer start time is NOT animation start time. If you want your animation to start at (say) frame 30 then Alt-Left click the timeline at 30 (and Alt-right click sets the animation end time). Or use the project settings dialogue (from...
by hayasidist
Sat Nov 18, 2023 10:43 pm
Forum: How Do I...?
Topic: Are Code Based Animations and Triggering Animations with Code Possible?
Replies: 6
Views: 2204

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

The thing about moho is that it's not a "playback" program; it's an "editor" program. So you can create all the elements to do what you want and (as Wes as indicated) there are ways to get the program to jump around the timeline and play selected sequences BUT: you're playing bac...
by hayasidist
Sat Nov 18, 2023 4:24 pm
Forum: How Do I...?
Topic: "Set Layer Start Time" Problems
Replies: 4
Views: 1408

Re: "Set Layer Start Time" Problems

move the timeline cursor to the frame you want the layer to start then invoke the command... the green arrowhead will move and if you look at the sequencer you'll see the layer with its green "starting line"
by hayasidist
Thu Nov 16, 2023 9:44 pm
Forum: General Moho Discussion
Topic: MOHO14 user manual
Replies: 39
Views: 52619

Re: MOHO14 user manual

I tried a quick test and It appears to work for me in Chrome. When I enter a word in the search box, I get a list of topics to choose from.... I think it only finds topic headings and doesn't search the body of each page -- which is fine if you want the topics with (e.g.) "Bone" in the ti...
by hayasidist
Thu Nov 16, 2023 11:51 am
Forum: How Do I...?
Topic: Can I 'bake'a pose
Replies: 9
Views: 2796

Re: Can I 'bake'a pose

So in short, it doesn't work with images (I saw the unsupported section) or uses the new bone positions as the basis of the new rig. It's merely a vector-oriented script. hmm -- so whole rig on (say) frame 30 that has been transformed - script to: clone the layer structure, apply all the animations...
by hayasidist
Wed Nov 15, 2023 10:15 pm
Forum: How Do I...?
Topic: Can I 'bake'a pose
Replies: 9
Views: 2796

Re: Can I 'bake'a pose

TheMinahBird wrote: Wed Nov 15, 2023 5:45 pm I noticed that it doesn't support Warps, is that intentional? Or a limitation/oversight?
warps weren't around when that script was made .. so limitation -- but I'll add it to the list of things to review / update.
by hayasidist
Sun Nov 12, 2023 1:22 pm
Forum: How Do I...?
Topic: Animate cigarette smoke without particles
Replies: 7
Views: 3450

Re: Animate cigarette smoke without particles

are you using 14? take a look at Victor's tutorials on liquid shapes.


and this example (but not with a moving source) https://youtu.be/wly0Oz5DVQg based on it
by hayasidist
Tue Nov 07, 2023 3:40 pm
Forum: Scripting
Topic: Moho Scripting for Beginners
Replies: 9
Views: 3257

Re: Moho Scripting for Beginners

@hayasidist : Thank you for the code snippet and suggestions, and it works. Although, I have several questions: 1. As I understand, then crvData table is inserted with new table for each point it iterates through, right? To store the rest of the curve data, should I edit crvData definition to {cId=...
by hayasidist
Mon Nov 06, 2023 10:11 pm
Forum: Scripting
Topic: Moho Scripting for Beginners
Replies: 9
Views: 3257

Re: Moho Scripting for Beginners

as with all code, there are many ways to tackle a problem. Here's your original with my suggestion for how to get it working (and gives scope for expansion by adding extra cXXX fields to the base table) [It's based on an approach I use "all the time" when I have an entity that has lots of ...
by hayasidist
Mon Nov 06, 2023 2:38 pm
Forum: Scripting
Topic: Moho Scripting for Beginners
Replies: 9
Views: 3257

Re: Moho Scripting for Beginners

I actually use notepad (which gives me most of what I want) even thought it's by no means the best -- it's a very basic text editor with no language support at all. I've never even bothered to get notepad++. I'll defer to others who will have their own recommendations. I'm concerned that you're work...
by hayasidist
Tue Oct 31, 2023 9:49 pm
Forum: How Do I...?
Topic: Camera Bounding Box
Replies: 3
Views: 2563

Re: Camera Bounding Box

I went digging in the user settings file and found these three possible candidates "MohoColCameraBounds" "137 31 31 255" "MohoColCameraShade" "107 45 45 255" "MohoColCameraTarget" "128 255 128 255" but fiddling with the numbers seems to hav...
by hayasidist
Tue Oct 31, 2023 3:48 pm
Forum: How Do I...?
Topic: Apply mesh on vector hand draw layer
Replies: 3
Views: 1024

Re: Apply mesh on vector hand draw layer

the skirt needs to have enough points so that the warp mesh can move them; and the warp mesh needs to have "cells" (quads or tris) that are of a size so they affect the points in the skirt. Bottom line: the mesh is probably made up of cells that are too small for the number of points in th...
by hayasidist
Tue Oct 31, 2023 1:59 pm
Forum: How Do I...?
Topic: Default Angle Constraints
Replies: 2
Views: 2410

Re: Default Angle Constraints

you're not the first to ask ... and the enhancement request has been logged. In the meantime: https://www.mediafire.com/file/oeiibnzmxnhxaz2/LM+AddBone45.zip/file that has a folder that you can extract and use as the source to install a script in your custom folders. There are four files: 3 .pngs (i...
by hayasidist
Mon Oct 30, 2023 6:58 pm
Forum: Scripting
Topic: Moho Scripting for Beginners
Replies: 9
Views: 3257

Re: Moho Scripting for Beginners

Have you read the introduction and script structure pages on https://mohoscripting.com/ ?? there's also a "build an outline script" that is linked from the "Tools" button: https://mohoscripting.com/new_script Then make a start - get stuck - ask questions here -- plenty of old han...
by hayasidist
Mon Oct 30, 2023 12:56 pm
Forum: General Moho Discussion
Topic: Trim Function
Replies: 1
Views: 1059

Re: Trim Function

Trim has gone in 14.0 -- the new freehand works differently -- it doesn't try to weld every time a line crosses over itself - but it does have a continuous "fill" mode - so the need for trim when trying to draw a closed shape and you overshoot the "close" point has gone. There ar...