-
-
Notifications
You must be signed in to change notification settings - Fork 0
Splicing Two Items
Let's say we want to port street jacket to Bibo. How to replace default body with bibo?
-
We start with this, just freshly imported Street Jacket. Next we can just immediately hide or delete the default body objects, Parts 0.0 - 0.3.
-
Then we import bibo upper body into the scene from another .fbx or .blend file and end up with two object hierarchies for two items and we need to transfer mesh objects from one skeleton to the other. (To get a naked body model of your choice just install it into TexTools and then export Smallclothes as FBX, same as everything. Or you can use an official devkit, if that's provided by the author.)
-
Select Bibo body parts and run Object > Parent > Clear and Keep Transformation (Hotkey:
Alt+P
) -
Parent them to
n_root
Armature Object of Street Jacket byShift+DragNDropping
them onto it. -
Delete the original Bibo body root object hierarchy.
-
Now we just need to hook these body parts to the Street Jacket armature. Select them one by one and go to modifiers tab > Armature Modifier > Object, set it to
n_root
object of Street Jacket.
-
Done