From f8fc30b17491ac7b108767cef3abdc60ef5dbf5b Mon Sep 17 00:00:00 2001 From: Anime Nyan Date: Sat, 3 Jul 2021 15:08:23 +1000 Subject: [PATCH] add a comment explaining why PSKPSA_PT_fix_dbd_animations_import_panel_2 is named 2 because it is supposed to be the second panel in the psk/psa properties panel --- DBDFixAnimations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DBDFixAnimations.py b/DBDFixAnimations.py index 1f44b36..55dd74b 100644 --- a/DBDFixAnimations.py +++ b/DBDFixAnimations.py @@ -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"