Skip to content

Commit

Permalink
Fixed the VRM Spring Bones button not correctly setting to default off
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingenoire authored Nov 6, 2024
1 parent 106d4b9 commit edcaf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vrm_spacing_animation_baking.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)


Expand Down

0 comments on commit edcaf14

Please sign in to comment.