Creating Clothes for 3D characters

Hi!
I want to ask you what tools are you using for making Clothes for your 3D characters.
I need some clothes for my 3D character in RPG game,but I’ve got only Blender.
What would you recommend ?

No idea I’m using blender to make clothes.

1 Like

@tawdry
Is it hard ?

There are a lot of videos about modeling and making clothes for models on Blender. Best to take a look with Google and decide for yourself.

Lately I’ve been learning a lot about Zbrush. In Zbrush to make clothes, you usually just mask out the sections of the character’s body you want the outfit to be, and extrude. I’m sure you could use a similar process in Blender by extruding the clothes from the body, adding some geometry to those extrusions and then deleting the body underneath. I’ve never tried this before, nor have I ever watched any tutorials on how to do it, but it seems like it could be a solid plan. Ha ha.

Just remember to duplicate your model before doing this, so you can create more than one piece of clothing in one scene. Might save you some time.

Ok thanks,but what about Cloth animation on the Player which will be wearning this cloth?Do I need to make animations for every cloth or is there any easy way to copy the animation’s skeleton with unity for each cloth?What do you recommend?

I would recommend having your animations decided from the beginning, and having them already created on the skeleton and the character.

Then, if you use the same armature(skeleton) you should be able to rig each shirt, etc… nicely to the armature, and assuming you rigged it right, the animations should basically just work. Then in Unity, you would probably either only attack the child object clothes that you want, or you can attach all of them and disable the ones you don’t want. You just need to sync the parent animations with the children somehow. I’m sure there are a few details that people could say that I don’t know or haven’t said, but that should be able to get you started.

I rigging in DAZ studio with CCT and make the Cloth with the
Transfer Utility tool conforming.

http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/interface/action/index/dztransferutilityaction/start

What do not much people know, but DAZ Studio is under the hood a professional Rigging Tool and that even for free.

In this case , that Transfer Utility Tool , will merge Character and Dress to one skeleton and transfer the weights too
In my example, I have delete additional the hidden faces for reduce the Polycount and this also prevent poking through. Done all these in DAZ studio, too.
I can so create and rig several dresses for my Character only with a fingertip

Maybe Blender has such a transfer feature too ?

Here the result, one Skeleton Character with conforming Cloth and works great in Unity

3 Likes

In blender the process is similar. You select the bits you want to be clothing then Shift-D this duplicates the selection. Then press P and choose selection which will create the selected as a seperate object scale it up to desired size . The selection will have the weight painting of the model as long as the model is already rigged so only make clothes once rigged no bones required. If you are only doing 1 layer of clothes you can even paint direct on the body …

Hmm didn’t realize you could model in DAZ thought it was just preconfigured models which DAZ provided. Still prefer blender DAZ runs really slow on my computer so I didn’t go too indepth…