Search found 260 matches

by KuzKuz
Tue May 07, 2024 8:56 pm
Forum: Scripting
Topic: MR Pose Tool 2.1 (Update 05.05.2024)
Replies: 58
Views: 42636

Re: MR Pose Tool 2.1 (Update 05.05.2024)

Thank you, Eugene. I love this tool. One thing I miss sometimes is to be able to create a keyframe (rotation, scale or translation) by clicking on the bone, like the Transform Bone tool does. Is there any way to do that with your tool that I may be missing? I guess it makes sense for your tool to n...
by KuzKuz
Tue May 07, 2024 11:29 am
Forum: Scripting
Topic: DoLayout event
Replies: 16
Views: 361

Re: DoLayout event

Each panel update like this will cost you approximately 15-20 megabytes of RAM depending on the size of your project. Are you sure it took that amount of memory? Any function to calculate that? Searching for a layer will work much faster than creating a new one even if you have to iterate through a...
by KuzKuz
Mon May 06, 2024 8:57 pm
Forum: Scripting
Topic: DoLayout event
Replies: 16
Views: 361

Re: DoLayout event

I don't recommend creating and deleting a layer just to redraw the panel. When you create or delete a layer, you store the entire project in memory for Undo and Redo purposes, even if you don't use PrepUndo(). Each panel update like this will cost you approximately 15-20 megabytes of RAM depending o...
by KuzKuz
Mon May 06, 2024 4:38 pm
Forum: Scripting
Topic: DoLayout event
Replies: 16
Views: 361

Re: DoLayout event

zlWay-LapUk -- ************************************************** -- Provide Moho with the name of this script object -- ************************************************** ScriptName = "MR_TestScript" -- ************************************************** -- General information about this ...
by KuzKuz
Mon May 06, 2024 3:24 pm
Forum: Scripting
Topic: Save/Load Preferences
Replies: 2
Views: 109

Re: Save/Load Preferences

It appears you've used the script builder from https://mohoscripting.com/, but you forgot to assign the checkbox value to a variable in the HandleMessage function.
by KuzKuz
Mon May 06, 2024 12:54 pm
Forum: Scripting
Topic: DoLayout event
Replies: 16
Views: 361

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: 58
Views: 42636

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: 8
Views: 1818

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: 1050

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: 58
Views: 42636

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: 58
Views: 42636

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: 58
Views: 42636

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: 58
Views: 42636

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: 58
Views: 42636

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: 58
Views: 42636

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...