From edcaf14f29f583566b8f47c6dcb69d59fd4a3120 Mon Sep 17 00:00:00 2001 From: Ingenoire Date: Wed, 6 Nov 2024 10:58:43 +0100 Subject: [PATCH] Fixed the VRM Spring Bones button not correctly setting to default off --- vrm_spacing_animation_baking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrm_spacing_animation_baking.py b/vrm_spacing_animation_baking.py index 1cad7ca..1a742bb 100644 --- a/vrm_spacing_animation_baking.py +++ b/vrm_spacing_animation_baking.py @@ -463,7 +463,7 @@ def register(): bpy.types.Scene.vrm_spring_bone_physics_enabled = bpy.props.BoolProperty( name="VRM Spring Bone Physics", description="Toggle VRM Spring Bone Physics ON/OFF", - default=True + default=False )