Search found 255 matches

by KuzKuz
Mon May 06, 2024 12:54 pm
Forum: Scripting
Topic: DoLayout event
Replies: 5
Views: 143

Re: DoLayout event

HVldtkFHZ3E If I need to completely redraw the script panel from scratch, I use this code: local drawingToolsNonZero = MOHO.MohoGlobals.DisableDrawingToolsNonZero if not drawingToolsNonZero then MOHO.MohoGlobals.DisableDrawingToolsNonZero = true end local frame = moho.frame if frame == 0 then moho:...
by KuzKuz
Sun May 05, 2024 1:19 pm
Forum: Scripting
Topic: MR Pose Tool 2.1 (Update 05.05.2024)
Replies: 55
Views: 42301

Re: MR Pose Tool 2.1 (Update 05.05.2024)

MR Pose Tool version 2.1 New Features: 1. All information about Follow bones and Lock bones is now stored in the character layer. This allows you to switch freely between characters without needing to reassign bones each time. 2. Added the ability to enable and disable Follow bones and Lock bones fo...
by KuzKuz
Sun May 05, 2024 1:08 pm
Forum: Scripting
Topic: MR Path 1.3 (Update 05.05.2024)
Replies: 7
Views: 1753

Re: MR Path 1.3 (Update 05.05.2024)

MR Path version 1.3 New Features: 1. All information about paths and their targets is now stored in the Moho project, allowing you to switch freely between projects without needing to reassign targets each time. 2. It is now possible to track both the base and the tip of a bone simultaneously. 3. Up...
by KuzKuz
Mon Apr 01, 2024 5:00 pm
Forum: Scripting
Topic: MR Bake Bone Dynamics
Replies: 17
Views: 1032

Re: MR Bake Bone Dynamics

I tried this today after watching your youtube video tutorial but didn't manage to make it work. The script is creating keyframes for the selected bone, but these keyframes don't add any movement. Maybe the script is not compatible with Moho 14.1? Yes, you're right. The bone dynamics in version 14 ...
by KuzKuz
Sat Mar 16, 2024 2:48 pm
Forum: Scripting
Topic: MR Pose Tool 2.1 (Update 05.05.2024)
Replies: 55
Views: 42301

Re: MR Pose Tool 2.0

sSH1DG9btT8 Tween Machine now can use features from Pose Tool such as Follow Bones and Lock Bones. You need to update both scripts and activate the Use Pose Tool features option in Tween Machine. Also, the Pose Tool must be the active tool, and Tween Machine must operate in a floating panel. https:...
by KuzKuz
Mon Mar 11, 2024 8:27 pm
Forum: Scripting
Topic: MR Pose Tool 2.1 (Update 05.05.2024)
Replies: 55
Views: 42301

Re: MR Pose Tool 2.0

Thanks!
by KuzKuz
Sun Mar 10, 2024 10:29 pm
Forum: Scripting
Topic: MR Pose Tool 2.1 (Update 05.05.2024)
Replies: 55
Views: 42301

Re: MR Pose Tool 2.0

by KuzKuz
Sun Mar 10, 2024 10:27 pm
Forum: Scripting
Topic: MR Pose Tool 2.1 (Update 05.05.2024)
Replies: 55
Views: 42301

Re: MR Pose Tool 2.0 BETA

Rai López wrote: Fri Mar 08, 2024 9:30 pm So cool! Although I'd love to have more time or chances to play with it right now... But thank you very much for not only continue improving this tool but also adding new features to make it even more useful/amazing :D
Thanks!
by KuzKuz
Thu Mar 07, 2024 7:33 pm
Forum: Scripting
Topic: MR Pose Tool 2.1 (Update 05.05.2024)
Replies: 55
Views: 42301

Re: MR Pose Tool 2.0 BETA

Thank you all for the comments. Added tooltips for the quick menu. The link to the file remains the same.
by KuzKuz
Thu Mar 07, 2024 3:23 pm
Forum: Scripting
Topic: MR Pose Tool 2.1 (Update 05.05.2024)
Replies: 55
Views: 42301

Re: MR Pose Tool 2.0 BETA

MR Pose Tool 2.0 Beta. 1. Ability to select multiple bones at once. 2. Ability to transform multiple bones at once. 3. Quick access menu to options and functions of the tool. 4. Follow bone, Lock angle, and Lock Pos features, which allow you to find the pose faster by controlling only individual bod...
by KuzKuz
Wed Feb 28, 2024 10:25 pm
Forum: Scripting
Topic: MR Transform Rig Tool 1.2.4
Replies: 37
Views: 36529

Re: MR Transform Rig Tool 1.2.3

oh! I'm pretty sure I ran into that problem when flipping a hand rig. I wasn't sure if I did something wrong. Thanks for keeping the tool updated, it is amazing. Thanks! Thank you very much for your efforts! I had a problem here with this update: ...ive\Moho\Moho Pro\Scripts\Tool\mr_transform_rig_t...
by KuzKuz
Wed Feb 28, 2024 5:17 pm
Forum: Scripting
Topic: MR Transform Rig Tool 1.2.4
Replies: 37
Views: 36529

Re: MR Transform Rig Tool 1.2.3

MR Transform Rig Tool version 1.2.3 Changelog: 1. Fixed a bug where, in some situations, flipping parts of the rig caused incorrect adjustments of bone rotations in actions. 2. Fixed a bug where duplicating a bodypart resulted in smartbones having incorrect bone angle animation. Download link: https...
by KuzKuz
Sat Feb 10, 2024 8:19 pm
Forum: Scripting
Topic: MR Path 1.3 (Update 05.05.2024)
Replies: 7
Views: 1753

Re: MR Path 1.2

Version 1.2 Added the ability to use the script in a floating panel.

Download link - https://mohoscripts.com/script/mr_path
by KuzKuz
Fri Feb 02, 2024 1:46 pm
Forum: Scripting
Topic: MR Pose Tool 2.1 (Update 05.05.2024)
Replies: 55
Views: 42301

Re: MR Pose Tool 1.3

Thanks!
by KuzKuz
Fri Feb 02, 2024 1:45 pm
Forum: Scripting
Topic: MR Tween Machine 2.2
Replies: 31
Views: 20620

Re: MR Tween Machine 2.2

How timely! I'm about to experiment with animating at higher intervals in Moho. Can't wait to start working with this version. Thank you for updating your tool, Eugene! Thanks! Version 2.2 New Features: 1. Added an option that allows blocking the script on even or odd frames. This is convenient if ...