Search found 263 matches

by KuzKuz
Wed May 08, 2024 5:16 pm
Forum: Scripting
Topic: MR Pose Tool 2.1.2 (Update 08.05.2024)
Replies: 65
Views: 42928

Re: MR Pose Tool 2.1 (Update 05.05.2024)

Version 2.1.2
Now, double-clicking on a bone creates keys, while click and hold resets.
by KuzKuz
Wed May 08, 2024 11:48 am
Forum: Scripting
Topic: MR Pose Tool 2.1.2 (Update 08.05.2024)
Replies: 65
Views: 42928

Re: MR Pose Tool 2.1 (Update 05.05.2024)

Hello, thank you for the feedback. I have updated the script on the website. Now, when selecting bones, keys should not be created at all. To create keys, click and hold for one second or more. I hope this helps you. Now that I'm testing it, I see my "click and hold" idea was not very goo...
by KuzKuz
Wed May 08, 2024 9:54 am
Forum: Scripting
Topic: MOHO.UpdateTable
Replies: 7
Views: 179

Re: MOHO.UpdateTable

The simplest example is calling UpdateWidgets() for a non-modal dialog when changing the frame or layer.
by KuzKuz
Tue May 07, 2024 8:56 pm
Forum: Scripting
Topic: MR Pose Tool 2.1.2 (Update 08.05.2024)
Replies: 65
Views: 42928

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

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

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

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

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

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.2 (Update 08.05.2024)
Replies: 65
Views: 42928

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

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

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.2 (Update 08.05.2024)
Replies: 65
Views: 42928

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.2 (Update 08.05.2024)
Replies: 65
Views: 42928

Re: MR Pose Tool 2.0

Thanks!
by KuzKuz
Sun Mar 10, 2024 10:29 pm
Forum: Scripting
Topic: MR Pose Tool 2.1.2 (Update 08.05.2024)
Replies: 65
Views: 42928

Re: MR Pose Tool 2.0