Search found 270 matches

by KuzKuz
Wed May 29, 2024 7:58 pm
Forum: Scripting
Topic: MR Path 1.4 (Update 29.05.2024)
Replies: 9
Views: 2205

Re: MR Path 1.4 (Update 29.05.2024)

Version 1.4 New Features: 1. Updated the Target Manager window, allowing individual targets to be enabled and disabled without removing them from the list. 2. In the Target Manager window, targets are now labeled with bone names instead of their IDs. 3. Bug fixes. Download link - https://mohoscripts...
by KuzKuz
Wed May 29, 2024 6:54 pm
Forum: Scripting
Topic: alt - shift - ctrl is pressed?
Replies: 2
Views: 43

Re: alt - shift - ctrl is pressed?

by KuzKuz
Sat May 25, 2024 1:07 pm
Forum: Scripting
Topic: Layer tag
Replies: 2
Views: 107

Re: Layer tag

by KuzKuz
Fri May 17, 2024 3:20 pm
Forum: Scripting
Topic: MR Pose Tool 2.1.4 (Update 15.05.2024)
Replies: 69
Views: 45834

Re: MR Pose Tool 2.1.4 (Update 15.05.2024)

Version 2.1.5
Thank you! The recent changes in the tool have introduced a few bugs. I hope I managed to fix them in this version.
Also, the script now supports the global option Auto-Freeze Keys.
by KuzKuz
Wed May 15, 2024 4:01 pm
Forum: Scripting
Topic: MR Pose Tool 2.1.4 (Update 15.05.2024)
Replies: 69
Views: 45834

Re: MR Pose Tool 2.1.4 (Update 15.05.2024)

Version 2.1.4
Fixed several bugs.
by KuzKuz
Sat May 11, 2024 9:34 pm
Forum: Scripting
Topic: MR Guides Script 1.2
Replies: 15
Views: 4786

Re: MR Guides Script 1.2

Thank you for the great feedback!
by KuzKuz
Sat May 11, 2024 12:51 pm
Forum: Scripting
Topic: MR Guides Script 1.2
Replies: 15
Views: 4786

Re: MR Guides Script 1.2

Thank you for your feedback. It is very important for me to know that my scripts are being used and that my work has not been in vain.
by KuzKuz
Wed May 08, 2024 5:16 pm
Forum: Scripting
Topic: MR Pose Tool 2.1.4 (Update 15.05.2024)
Replies: 69
Views: 45834

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.4 (Update 15.05.2024)
Replies: 69
Views: 45834

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

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.4 (Update 15.05.2024)
Replies: 69
Views: 45834

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: 17
Views: 1114

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: 17
Views: 1114

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: 17
Views: 1114

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

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.