From 59a2d74ffdddcc40d29195ec9e58eb5114f9f774 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 9 Nov 2022 14:21:15 +0900 Subject: [PATCH] =?UTF-8?q?VRM-1.0=20=E5=90=91=E3=81=91=E3=81=AE=20ReduceB?= =?UTF-8?q?lendshape=20=E3=81=A8=20ReduceBlendshapeClip=20=E3=81=AE?= =?UTF-8?q?=E5=AE=9F=E8=A3=85=E3=81=AF=20`v0.108`=20=E4=BB=A5=E9=99=8D?= =?UTF-8?q?=E3=81=A7=E3=82=84=E3=82=8A=E3=81=BE=E3=81=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/VRM10/Editor/VRM10ExportSettings.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/VRM10/Editor/VRM10ExportSettings.cs b/Assets/VRM10/Editor/VRM10ExportSettings.cs index 268d653a9..9b328e5a2 100644 --- a/Assets/VRM10/Editor/VRM10ExportSettings.cs +++ b/Assets/VRM10/Editor/VRM10ExportSettings.cs @@ -10,13 +10,13 @@ namespace UniVRM10 /// /// エクスポート時にBlendShapeClipから参照されないBlendShapeを削除する /// - [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; /// /// skip if BlendShapeClip.Preset == Unknown /// - [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")]