diff --git a/Packages/com.chocopoi.vrc.dressingtools/Editor/UI/Presenters/Modules/AnimationGenerationWearableModuleEditorPresenter.cs b/Packages/com.chocopoi.vrc.dressingtools/Editor/UI/Presenters/Modules/AnimationGenerationWearableModuleEditorPresenter.cs index 73909230..c7f678bb 100644 --- a/Packages/com.chocopoi.vrc.dressingtools/Editor/UI/Presenters/Modules/AnimationGenerationWearableModuleEditorPresenter.cs +++ b/Packages/com.chocopoi.vrc.dressingtools/Editor/UI/Presenters/Modules/AnimationGenerationWearableModuleEditorPresenter.cs @@ -346,7 +346,6 @@ private void UpdateBlendshapes(Transform root, List bl blendshapeData.availableBlendshapeNames = GetBlendshapeNames(newMesh); blendshapeData.selectedBlendshapeIndex = 0; blendshapeData.value = 0; - blendshapeData.isInvalid = true; // blendshape.blendshapeName = blendshapeData.availableBlendshapeNames[blendshapeData.selectedBlendshapeIndex]; // blendshape.value = blendshapeData.value; @@ -463,8 +462,7 @@ private void UpdateToggleAndSmrSuggestions(Transform root, List toggleSuggestions.Add(toggleSuggestion); } - if (childTrans.TryGetComponent(out _) && - !IsGameObjectUsedInBlendshapes(childTrans.gameObject, blendshapes)) + if (childTrans.TryGetComponent(out _)) { var smrSuggestion = new SmrSuggestionData {