Home Website Youtube GitHub

Adding Joints to biped template?

Hi, is it possible to add extra joints to the existing biped template?

Mgear version:

Desired result:

check this functions (in the youtube channel should be some videos that talk about this functions)
image

Also, you can add it manually. mgear built rig is not special and can be modified after .

1 Like

When you run “Add Joint” in the menu, it runs mgear.rigbits.addJnt(). This requires you select or specify an existing object, and then it connects the joint to that object.

I’m thinking that is not what Ross_Daniel meant, since the picture shows new joints in new positions.

As for adding it to the existing biped guide, why not just alter the guide and save your own as a template? The guides we’re using now on our project look nothing like the original template we started with. Is your actual question “how to save a guide as a template?”

Actually, the gimmick joints do exactly what I want but if there’s a way to get it done at the template stage then that would be even better. But how would I do it? What components should I use to get a result like in the photo where there are joints coming from the spine to the shirt.

Personally, I copied the Control_01 module, and called it “Hook_01” in my custom module folder. Then inside that custom module, I rename _ctl to _hook, and remove all control icons and remove the hooks from the control selection sets.

That way, it is just a joint, but I can still set up space switching, naming, etc.

Otherwise, the simplest way is just to use Control_01. Then you have a control you can animate or drive somehow. Does that help at all?

Honestly, It’s hard for me to visualize what you’re saying, since I only started with mgear like this week. My understanding of certain aspects of mgear is still limited e.g. what you mentioned about “custom module folder”.

Having a similar question to Daniel,
In my case, I’m trying to add accessories to a character’s arms (for example, a wristband). And it would be great to have them inside the Guide.

I could easily add the accessories after building the rig, but having them in the Guide could keep things more organized…I think.

The current problem is that once I build the rig, they don’t rotate with the wrist. They Blend-rotate with the elbow 50%.

What would be the best approach to add props to the arms or legs in the Guide? Is this possible? or should I do it after rigging using the Gimmick joints?


Thank you!

You need to re-parent with a custom step. in the future will be more options for this. But for the moment is just one line post-custom step :slight_smile:

1 Like