Search found 174 matches

by Stan
Thu Jan 17, 2019 4:29 pm
Forum: Scripting
Topic: MohoScripting.com - unofficial Moho scripting documentation
Replies: 55
Views: 82511

Re: MohoScripting.com - unofficial Moho scripting documentat

more seriously -- things I often want to do are such as "for all selected<moho item>" and there are a few examples of these in the code snippets section. Recognising the scale of this challenge - do you have plans to enable items in code snippets to be configurable and then dropped into t...
by Stan
Wed Jan 16, 2019 6:15 am
Forum: Scripting
Topic: MohoScripting.com - unofficial Moho scripting documentation
Replies: 55
Views: 82511

Re: MohoScripting.com - unofficial Moho scripting documentat

Thanks Wes! Please give it a try, any feedback is highly appreciated.
by Stan
Mon Jan 07, 2019 9:24 pm
Forum: Scripting
Topic: Fills as alpha
Replies: 11
Views: 3440

Re: Fills as alpha

I already have a script that can paint all fills to one color (it does some other things too), so you can use green or blue for all fills and then chromakey.
by Stan
Sun Dec 23, 2018 5:25 am
Forum: Scripting
Topic: *NEW* Track Stroke Exposure
Replies: 8
Views: 3657

Re: *NEW* Track Stroke Exposure

synthsin75 wrote:EDIT: M_Curve:GetPercentLocation(percent) doesn't even match the stroke's visual location, so this script might be as good as it's going to get for now.
Yeah, and this is a good example of a bug that needs to be fixed on the core application level and not on the interface level.
by Stan
Sun Dec 23, 2018 12:08 am
Forum: Scripting
Topic: *NEW* Track Stroke Exposure
Replies: 8
Views: 3657

Re: *NEW* Track Stroke Exposure

Nice script, Wes, thank you for sharing! I should mention that there is a nasty little bug in Moho that stroke exposure percentage is calculated differently then follow path percentage. This creates discrepancies, especially when the curve contains straight lines and sharp corners. I once tried to m...
by Stan
Fri Nov 30, 2018 1:25 am
Forum: Share Your Work
Topic: teleportation
Replies: 7
Views: 2260

Re: teleportation

Oops, looks like I missed this thread somehow... Well, the video above was done in Moho with some post-production in Vegas (motion blur etc.). It's my new script that is an evolution of the Delayed References script . It can create layer copies (or references) and distribute them along paths. It als...
by Stan
Tue Sep 11, 2018 2:52 am
Forum: General Moho Discussion
Topic: How to open an old Moho version 5.6? with a recent version?
Replies: 4
Views: 1089

Re: How to open an old Moho version 5.6? with a recent versi

Just tried that old file, and you're right, Wes! Thank you!
by Stan
Mon Sep 10, 2018 4:05 pm
Forum: General Moho Discussion
Topic: How to open an old Moho version 5.6? with a recent version?
Replies: 4
Views: 1089

Re: How to open an old Moho version 5.6? with a recent versi

No, Wes, I don't think it's that simple. As far as I remember, you need to open your old files in ASP 8 and re-save them. So, ASP 8 is the buffer version that is able to understand old .moho and .anme files and save them to a format understandable by more recent versions.
by Stan
Thu May 17, 2018 7:37 pm
Forum: Scripting
Topic: New Tools - Round Edge, Custom Keys, Fade in/out, more...
Replies: 10
Views: 5838

Re: New Tools - Round Edge, Custom Keys, Fade in/out, more..

Wow, this is so awesome! Thank you very much for sharing, dkwroot and mynd.com!
by Stan
Sat Mar 24, 2018 11:57 pm
Forum: Scripting
Topic: I want to add a menu to the options of the Poser tool
Replies: 1
Views: 1675

Re: I want to add a menu to the options of the Poser tool

Unfortunately, I don't know anything about Poser, but I can tell that there is a method to count parameters - http://www.mohoscripting.com/index.php? ... ActorGroup
by Stan
Sat Dec 02, 2017 4:20 pm
Forum: Scripting
Topic: Love MOHO Scripting
Replies: 2
Views: 1755

Re: Love MOHO Scripting

Thank you for your kind words, strider2000. And my huge thanks to the contributors:
  • A.Evseeva
  • Kelleytoons
  • hayasidist
  • synthsin75
And I really hope that SmithMicro will continue the development of the Scripting API in Moho.
by Stan
Thu Nov 23, 2017 9:10 pm
Forum: General Moho Discussion
Topic: Moho 12.4 Update
Replies: 50
Views: 22349

Re: Moho 12.4 Update

Any scripting API changes?
by Stan
Thu Nov 16, 2017 3:59 pm
Forum: Scripting
Topic: Smarter "Copy Current frame..."
Replies: 30
Views: 27432

Re: Smarter "Copy Current frame..."

Victor, if you just need the speed, there is a quick method MohoLayer:CopyFrame(fromFrame, toFrame, recursive). It copies every single channel, but does it very fast and easy.
by Stan
Wed Nov 15, 2017 7:28 pm
Forum: Scripting
Topic: Smarter "Copy Current frame..."
Replies: 30
Views: 27432

Re: Smarter "Copy Current frame..."

So, as I see it, a menu/button script that will open a dialog with just "From frame: __ to frame __", and by clicking OK will copy all animated channels for the selected layer(s) only, including all sub-layers, right? I could try to make it, just not sure if I have enough time this upcomin...