VRM-1.0 向けの ReduceBlendshape と ReduceBlendshapeClip の実装は v0.108 以降でやります。

This commit is contained in:
ousttrue 2022-11-09 14:21:15 +09:00
parent 7c9fb5ea1d
commit 59a2d74ffd

View File

@ -10,13 +10,13 @@ namespace UniVRM10
/// <summary>
/// エクスポート時にBlendShapeClipから参照されないBlendShapeを削除する
/// </summary>
[Tooltip("Remove blendshape that is not used from BlendShapeClip")]
[Tooltip("not implemented yet. Remove blendshape that is not used from BlendShapeClip")][ReadOnly]
public bool ReduceBlendshape = false;
/// <summary>
/// skip if BlendShapeClip.Preset == Unknown
/// </summary>
[Tooltip("Remove blendShapeClip that preset is Unknown")]
[Tooltip("not implemented yet. Remove blendShapeClip that preset is Unknown")][ReadOnly]
public bool ReduceBlendshapeClip = false;
[Tooltip("Use sparse accessor for morph target")]