mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-13 22:09:53 -05:00
VRM-1.0 向けの ReduceBlendshape と ReduceBlendshapeClip の実装は v0.108 以降でやります。
This commit is contained in:
parent
7c9fb5ea1d
commit
59a2d74ffd
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user