Search found 252 matches

by KuzKuz
Tue May 23, 2023 9:01 pm
Forum: Scripting
Topic: MR Path 1.2
Replies: 6
Views: 919

Re: MR Path 1.0 BETA

Thanks! Fixed several bugs, the link remains the same.
by KuzKuz
Mon May 22, 2023 3:08 pm
Forum: Scripting
Topic: MR Path 1.2
Replies: 6
Views: 919

MR Path 1.2

eP_k1xj0JHo This script will help you analyze your animation. It draw the trajectories of bones and points over all layers, allowing you to check arcs and spacing. If you find my script interesting for you I would be happy if you share your feedback. Download link - https://mohoscripts.com/script/m...
by KuzKuz
Mon Apr 10, 2023 7:38 pm
Forum: Scripting
Topic: MR Curve Tool 4.1
Replies: 190
Views: 74564

Re: MR Curve Tool 3.0

Thanks!
by KuzKuz
Sun Apr 09, 2023 2:22 pm
Forum: Scripting
Topic: MR Curve Tool 4.1
Replies: 190
Views: 74564

Re: MR Curve Tool 3.0

PyPkYQwMyZQ Version 3.0 new features: 1. Added support for non-zero frame tool operation 2. Added Sharp corners option 3. Added the ability to use Shift for moving a point horizontally or vertically only 4. Added the ability to use Esc to end the curve at the last point created 5. Added grid snappi...
by KuzKuz
Tue Apr 04, 2023 1:23 am
Forum: Scripting
Topic: MR Curve Tool 4.1
Replies: 190
Views: 74564

Re: MR Curve Tool 3.0 RC1

I've over-written this script a couple times after you updated it, and now I have 2 tool icons for "Curve Tool 3.0 Beta" in the tool window. I don't know how I did that. One icon is the proper icon showing three points and a curve, and the other icon is the "X" with a question m...
by KuzKuz
Mon Apr 03, 2023 9:43 pm
Forum: Scripting
Topic: New scripts
Replies: 2
Views: 407

Re: New scripts

And download it from here... https://mohoscripts.com/script/mr_curve_tool Thank you for the recommendation! But I must clarify the release details. The script is already in its final form, but you will be able to download the final version via that link (mohoscripts.com) this weekend. In the meanti...
by KuzKuz
Mon Apr 03, 2023 9:37 pm
Forum: Scripting
Topic: MR Curve Tool 4.1
Replies: 190
Views: 74564

Re: MR Curve Tool 3.0 BETA

Thank you for your help and feedback. Without you, this tool would have been much more primitive.
by KuzKuz
Mon Apr 03, 2023 6:55 pm
Forum: Scripting
Topic: MR Curve Tool 4.1
Replies: 190
Views: 74564

Re: MR Curve Tool 3.0 BETA

It seems that version 3.0 is ready.

Please share your experience by this Friday, whether everything is working as it should.
If no issues are found, I will publish the final version of the script on mohoscripts. Thank you all for your help.
by KuzKuz
Mon Apr 03, 2023 3:45 pm
Forum: Scripting
Topic: MR Curve Tool 4.1
Replies: 190
Views: 74564

Re: MR Curve Tool 3.0 BETA

Thanks! I'm curious though: I would have assumed a fix for this needed to occur within Moho's core Smart Bones technology. Can a drawing/point-editing tool really solve this? (Not that I know anything about how any of this actually works.) :D Yes, it would be great to have special API methods to fac...
by KuzKuz
Mon Apr 03, 2023 3:06 pm
Forum: Scripting
Topic: MR Curve Tool 4.1
Replies: 190
Views: 74564

Re: MR Curve Tool 3.0 BETA

Great news, thank you for the feedback!
by KuzKuz
Mon Apr 03, 2023 2:05 pm
Forum: Scripting
Topic: MR Curve Tool 4.1
Replies: 190
Views: 74564

Re: MR Curve Tool 3.0 BETA

Thanks! I hope this is correct. local g = mouseEvent.view:Graphics() g:Push() local matrix = LM.Matrix:new_local() moho.drawingLayer:GetFullTransform(moho.frame, matrix, moho.document) g:ApplyMatrix(matrix) local currentScale = g:CurrentScale(false) g:Pop() local mouseDist = self:GetDistance(mouseEv...
by KuzKuz
Mon Apr 03, 2023 12:13 pm
Forum: Scripting
Topic: MR Curve Tool 4.1
Replies: 190
Views: 74564

Re: MR Curve Tool 3.0 BETA

Thank you for your help! I added g:Push() and g:Pop(), but it needs someone with a Mac to check it. Regarding points controlled by Smart Bones, I meant the undesired jumps in point positions and Bezier handles due to the mismatch between the actual on-screen position and the values in the keyframes....
by KuzKuz
Sun Apr 02, 2023 11:21 pm
Forum: Scripting
Topic: MR Curve Tool 4.1
Replies: 190
Views: 74564

Re: MR Curve Tool 3.0 BETA

Thank you for your reply, I'll be looking forward to your animated short film.
by KuzKuz
Sun Apr 02, 2023 9:59 pm
Forum: Scripting
Topic: MR Curve Tool 4.1
Replies: 190
Views: 74564

Re: MR Curve Tool 3.0 BETA

I have a question. I'm considering fixing the transformation process when working with points controlled by Smart Bones. However, this won't be an easy task. Do you use this tool solely for creating and editing new vector elements, or do you also transform existing parts of the rig for animation? Sh...
by KuzKuz
Sun Apr 02, 2023 9:15 pm
Forum: Scripting
Topic: MR Curve Tool 4.1
Replies: 190
Views: 74564

Re: MR Curve Tool 3.0 BETA

Greenlaw wrote: Sun Apr 02, 2023 9:04 pm Now MR Curve is truly my favorite drawing tool in Moho!
Thank you, I'm glad to hear that.