Search found 5 matches

by rinbox
Thu Nov 21, 2019 12:16 pm
Forum: General Moho Discussion
Topic: Script: I want to connect child bone to tip of parent bone (not tail)
Replies: 4
Views: 1450

Re: Script: I want to connect child bone to tip of parent bone (not tail)

Thank you. It worked fine the following code. local bone = skel:Bone(parent_bone_id) local boneTip = LM.Vector2:new_local() if not (bone:IsZeroLength()) then boneTip:Set(bone.fLength, 0) child_bone.fAnimPos:SetValue(frame, boneTip) end And I didn't use it this time, but I got a little deeper underst...
by rinbox
Wed Nov 20, 2019 2:41 pm
Forum: General Moho Discussion
Topic: Script: I want to connect child bone to tip of parent bone (not tail)
Replies: 4
Views: 1450

Re: Script: I want to connect child bone to tip of parent bone (not tail)

I see. What I should do is move the child bone to the tip of the parent bone.
I don't know how to find the coordinates of the tip of the parent bone, so I will try to find it.
by rinbox
Wed Nov 20, 2019 12:54 pm
Forum: General Moho Discussion
Topic: Script: I want to connect child bone to tip of parent bone (not tail)
Replies: 4
Views: 1450

Script: I want to connect child bone to tip of parent bone (not tail)

I'm using Moho 13 Pro. I can decide parent of bone by the following code. local frame = 0 local skel = moho:Skeleton() local child_bone = skel:AddBone(frame) child_bone.fAnimParent:SetValue(frame, parent_bone_id) In this case, however, the child bone is connected to the tail of the parent bone. This...
by rinbox
Mon Oct 07, 2019 1:56 pm
Forum: General Moho Discussion
Topic: About size of "Copy Current Frame" dialog on Moho 13
Replies: 2
Views: 1275

Re: About size of "Copy Current Frame" dialog on Moho 13

Thank you.
I will consider this script.
I often make keyframe copies of selected bones, but I can't see the checkbox without scroll.
So script may help my copy operation.
by rinbox
Mon Oct 07, 2019 11:11 am
Forum: General Moho Discussion
Topic: About size of "Copy Current Frame" dialog on Moho 13
Replies: 2
Views: 1275

About size of "Copy Current Frame" dialog on Moho 13

I'm using Moho 13 Pro. I have a question for "Copy Current Frame" dialog. It is inconvenient to have to scroll because the dialog is small and not resizable. I'd like Moho to increase the initial size of dialog that it doesn't need scroll bars or to be able to change size of dialog and rem...