ReduceBlendShapeSize cannot be exported without VRMBlendShapeProxy

This commit is contained in:
hirose 2019-12-26 16:07:33 +09:00
parent 4a2c3644c7
commit db4454f61f

View File

@ -73,6 +73,11 @@ namespace VRM
{
yield return "Require Author. ";
}
if(ReduceBlendshapeSize && Source.GetComponent<VRMBlendShapeProxy>() == null)
{
yield return "ReduceBlendshapeSize is need VRMBlendShapeProxy, you need to convert to VRM once.";
}
}
public void InitializeFrom(GameObject go)