Search found 8 matches

by moe33
Fri Nov 17, 2023 10:44 am
Forum: Scripting
Topic: Mass Replace Source Image
Replies: 2
Views: 3222

Re: Mass Replace Source Image

The psd file opens slowly, possibly because your psd file has redundant data information. You can open the psd at Photopea and save it again. The psd file downloaded on Photopea is very small and easier to use than using PSD Cleaner. I made a script myself that can replace images, but it can only re...
by moe33
Wed Nov 08, 2023 6:39 am
Forum: General Moho Discussion
Topic: Reference layer in Moho 14.1
Replies: 0
Views: 63074

Reference layer in Moho 14.1

I encountered a problem. When I imported the character into a new project, all the reference layers were invalid.
by moe33
Fri Jul 14, 2023 9:39 pm
Forum: Scripting
Topic: Custom Origin
Replies: 2
Views: 646

Custom Origin

Set the selected point as layer's origin.

Image

Download: https://drive.google.com/file/d/11K0jqK ... sp=sharing
by moe33
Mon Jul 03, 2023 2:43 pm
Forum: Scripting
Topic: Set One Bone
Replies: 0
Views: 3073

Set One Bone

At first I made this script just because I always wanted my bones to be in exact positions. Although I don't know how to code it... I just cobbled together the code of some scripts as best I could, and it works perfectly for me. Now a big thanks to Eugene Babich for helping me modify the code to mak...
by moe33
Tue Oct 11, 2022 7:31 am
Forum: General Moho Discussion
Topic: Are Pin Bones Dead?
Replies: 27
Views: 4626

Re: Are Pin Bones Dead?

This happened to me too, and I removed one of the scripts and it solved the problem.
You can try to remove some scripts you installed. I think some script is conflicting with Moho.
by moe33
Tue Nov 16, 2021 3:39 am
Forum: Scripting
Topic: DV_Backup (with auto save) V 1.1
Replies: 3
Views: 1801

Re: DV_Backup (with auto save) V 1.0

sorry, there something is wrong.

Code: Select all

DV_Backup.lua: attempt to index local 'file' (a nil value)
by moe33
Fri Aug 06, 2021 11:16 am
Forum: Scripting
Topic: Script idea: create a bone between two coordinates
Replies: 4
Views: 2953

Re: Script idea: create a bone between two coordinates

I know the Grid ( View > Enable Grid ) is not so good, but did you try using that to get your bones to snap? I know we definitely need better Snapping support for all 'draw/transform' tools. Yes, I have tried to use the grid, but it is troublesome. So I want to use a script to get the coordinates i...
by moe33
Wed Aug 04, 2021 3:02 pm
Forum: Scripting
Topic: Script idea: create a bone between two coordinates
Replies: 4
Views: 2953

Script idea: create a bone between two coordinates

Hi everyone, I have a idea for a script: Get two position coordinates and create a bone between the two coordinates. A bit like DUIK. I made a script by myself. I'm really sorry that I don't know how to write code at all. The script is made entirely by copy and paste... This script can only get the ...