Search found 174 matches

by Stan
Wed Jul 24, 2019 3:12 pm
Forum: Scripting
Topic: Move curvature key from frame x to frame y Moho 12
Replies: 12
Views: 6554

Re: Move curvature key from frame x to frame y Moho 12

strider2000 wrote: Mon Jul 22, 2019 5:37 am All I want to do is programmatically move a curvature key from one frame to another.
That should be as simple as:

Code: Select all

M_Curve:GetCurvature(ptID, frame)
M_Curve:SetCurvature(ptID, curvature, frame)
http://mohoscripting.com/classes/M_Curve
by Stan
Fri Jul 12, 2019 3:42 am
Forum: Scripting
Topic: Timeline Navigator (New Script)
Replies: 8
Views: 5190

Re: Go to Time (idea for a script)

So, after a short collaboration with Penny, we came up with a tool that allows you to navigate the timeline by a number of frames or seconds, or to jump to a particular timestamp.

Image

Download link
by Stan
Mon Jul 08, 2019 3:23 am
Forum: Scripting
Topic: Timeline Navigator (New Script)
Replies: 8
Views: 5190

Re: Go to Time (idea for a script)

I think I could do something like that. The only problem is that it's currently not possible to make a text widget with a text that is already selected, so what we can do is an empty text box. Or a text box with some text that you'll have to manually clear out. Or create a different UI with multiple...
by Stan
Sun Jun 30, 2019 8:13 pm
Forum: Scripting
Topic: Default motion blur settings (request)
Replies: 7
Views: 4264

Re: Default motion blur settings (request)

OK, so the idea is when you select multiple layers with Ctrl or Shift, the last selected layer becomes the primary selected. When you run this script then all the selected parameters of the primary layer will be applied to other selected layers. Please let me know if you have any questions/comments/...
by Stan
Sun Jun 30, 2019 7:04 pm
Forum: Scripting
Topic: Default motion blur settings (request)
Replies: 7
Views: 4264

Re: Default motion blur settings (request)

I have a script that takes different parameters of the primary selected layer and copies them to the secondary selected layers. These are the supported parameters for now:

Image

If I add the support for motion blur, will that help?
by Stan
Tue Jun 25, 2019 8:04 pm
Forum: General Moho Discussion
Topic: Any rumblings of a date for Moho 13 yet?
Replies: 298
Views: 1005449

Re: Any rumblings of a date for Moho 13 yet?

Hmmm I didn't get much joy out of the high quality checkbox. It's annoying that you have to set it to layers individually/selecting. I'd like it as a preference option and to see it have a bit more effect ao I didn't have to try the manual method. :cry: Hi Chucky, that reminded me that I already ha...
by Stan
Tue Jun 25, 2019 8:02 pm
Forum: Scripting
Topic: Script to enable/disable High Quality Render to all image layers in the project
Replies: 1
Views: 3206

Script to enable/disable High Quality Render to all image layers in the project

This is a simple script to enable or disable the Nearest neighbor sampling and High Quality Rendering to ALL image layers in the project. Works very fast. http://i592.photobucket.com/albums/tt4/stan-aka-vodka/images_render_quality_ui_zpsw6l3d4tk.png http://i592.photobucket.com/albums/tt4/stan-aka-vo...
by Stan
Tue Jun 18, 2019 4:30 am
Forum: General Moho Discussion
Topic: Any rumblings of a date for Moho 13 yet?
Replies: 298
Views: 1005449

Re: Any rumblings of a date for Moho 13 yet?

I paused the video in various spots to see what else might be new in the interface, and I didn't really see anything obvious :-/ That's what thousands of people across the world did today, including myself. And I personally see that my enthusiasm is fading away with every new facebook post of their...
by Stan
Wed Jun 12, 2019 5:29 pm
Forum: Scripting
Topic: New tool: Adjust Line Width (by Stan)
Replies: 11
Views: 9259

Re: New tool: Adjust Line Width (by Stan)

Sorry, I don't know anything about Macs, never used them. I can guess if you have the Content Folder you can just put the .lua and .png files into the scripts > tool folder there. Maybe someone with Mac experience will have a better answer.
by Stan
Tue Jan 29, 2019 9:56 pm
Forum: General Moho Discussion
Topic: Help Shape the Future of Anime Studio
Replies: 828
Views: 1791934

Re: Help Shape the Future of Anime Studio

And the answer turned out to be "You are not authorised to read this forum."
by Stan
Fri Jan 18, 2019 6:57 pm
Forum: Scripting
Topic: MohoScripting.com - unofficial Moho scripting documentation
Replies: 55
Views: 84424

Re: MohoScripting.com - unofficial Moho scripting documentat

Thanks Wes, that is fixed now.
So, if you set the width to 0, the field will be automatically sized to fit the initial text. If the number is greater than 0, the field will be sized to the number (in pixels). Perhaps, I should add some kind of explanatory tooltips or something.
by Stan
Thu Jan 17, 2019 6:41 pm
Forum: Scripting
Topic: MohoScripting.com - unofficial Moho scripting documentation
Replies: 55
Views: 84424

Re: MohoScripting.com - unofficial Moho scripting documentat

Maybe just add an "Insert" dropdown that lists all the code snippets under each Keyboard/Mouse Controls function. You'd want to show the Run function for button/menu scripts, and probably see about having a new "Insert" dropdown appear after one's been used. No idea how hard tha...
by Stan
Thu Jan 17, 2019 5:07 pm
Forum: Scripting
Topic: Layer ignored by Layer selector?
Replies: 10
Views: 4461

Re: Layer ignored by Layer selector?

It's so nice to know that somewhere on the forum there's a super useful script, but available for privileged only.
by Stan
Thu Jan 17, 2019 5:00 pm
Forum: Scripting
Topic: Layer ignored by Layer selector?
Replies: 10
Views: 4461

Re: Layer ignored by Layer selector?

Will this help? https://www.lostmarble.com/forum/viewtopic.php?f=18&t=31421&p=179828&hilit=layer+selector#p179828 I ran into what sounds like the same situation a while back and Wes graciously created a script for it. It's been super useful. The link gives me a page that says "You ...