Skip to content

Commit

Permalink
change default option for fix jaw bone to be true
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimNyan committed Dec 12, 2021
1 parent a41e29b commit beb249f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBDFixAnimations.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#property group to store options that the user can
#make true or false
class fix_dbd_animations_properties(bpy.types.PropertyGroup):
is_problem_jaw_bone: bpy.props.BoolProperty(name="Fix Jaw Bone for Killer Actions", default = False)
is_problem_jaw_bone: bpy.props.BoolProperty(name="Fix Jaw Bone for Survivor and Killer Actions", default = True)

#this is panel 2 as it is the second panel in the psk/psa panel
class PSKPSA_PT_fix_dbd_animations_import_panel_2(bpy.types.Panel):
Expand Down

0 comments on commit beb249f

Please sign in to comment.