in ParallelAttachTransform I get this error:
Exception: mesh doesn't exist: body_geo
But as the attachmesh I put head_geo, so I don’t know why he looks for body_geo
in ParallelAttachTransform I get this error:
Exception: mesh doesn't exist: body_geo
But as the attachmesh I put head_geo, so I don’t know why he looks for body_geo
ParallelAttachTransform takes some of the previous functions and attaches transforms from those.
So you probably have body_geo specified in one of those functions. Check the TWEAKER_* ones, or BASEMouthCtrls
Yes!
It was basemouthctrls, I switched this to the proper one and it works now