From ca41dd359d21ac73f61e4fa44ea745f0183334ff Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 7 Jun 2018 17:05:45 +0900 Subject: [PATCH] Comment out Debug.Log --- Scripts/BlendShape/Editor/PreviewEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/BlendShape/Editor/PreviewEditor.cs b/Scripts/BlendShape/Editor/PreviewEditor.cs index aba657e78..65c348b31 100644 --- a/Scripts/BlendShape/Editor/PreviewEditor.cs +++ b/Scripts/BlendShape/Editor/PreviewEditor.cs @@ -84,7 +84,7 @@ namespace VRM { if (m_scene != null) { - Debug.Log("Bake"); + //Debug.Log("Bake"); m_scene.Bake(values, materialValues, weight); } }