Skip to content

Commit

Permalink
add a comment explaining why PSKPSA_PT_fix_dbd_animations_import_pane…
Browse files Browse the repository at this point in the history
…l_2 is named 2 because it is supposed to be the second panel in the psk/psa properties panel
  • Loading branch information
AnimNyan committed Jul 3, 2021
1 parent 7c43402 commit f8fc30b
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 @@
class fix_dbd_animations_properties(bpy.types.PropertyGroup):
is_problem_jaw_bone: bpy.props.BoolProperty(name="Fix Jaw Bone", default = False)


#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):
bl_label = "Fix DBD Animations"
bl_idname = "PSKPSA_PT_fix_skeletons_import_panel_2"
Expand Down

0 comments on commit f8fc30b

Please sign in to comment.