diff --git a/src/io_scene_vrm/exporter/vrm1_exporter.py b/src/io_scene_vrm/exporter/vrm1_exporter.py index 5994ffb52..da01d74f7 100644 --- a/src/io_scene_vrm/exporter/vrm1_exporter.py +++ b/src/io_scene_vrm/exporter/vrm1_exporter.py @@ -251,6 +251,10 @@ def mount_skinned_mesh_parent(self) -> Iterator[None]: yield return + if bpy.app.version >= (3, 2, 1): + yield + return + # Blender 3.1.2付属アドオンのglTF 2.0エクスポート処理には次の条件をすべて満たす # ときinverseBindMatricesが不正なglbが出力される: # - アーマチュアの子孫になっていないメッシュがそのアーマチュアのボーンに