{
  "version": "1.18.8", 
  "menus": [
    [
      "Panel drawing test for Pose mode in Weight Paint", 
      "Weight Paint", 
      "Q, NONE", 
      [
        [
          "Blender's built-in panel (operation confirmed)", 
          "CUSTOM", 
          "", 
          "with C.temp_override(object=C.pose_object,active_object=C.pose_object,selected_objects=[C.pose_object],mode='POSE'): dummy=type('D',(),{})(); dummy.layout=L.box(); bpy.types.VIEW3D_PT_tools_posemode_options.draw(dummy, C)", 
          0
        ], 
        [
          "Add-on panel for Pose mode that may be in your environment (operation not confirmed)", 
          "CUSTOM", 
          "", 
          "with C.temp_override(object=C.pose_object,active_object=C.pose_object,selected_objects=[C.pose_object],mode='POSE'): dummy=type('DummyPanel',(),{})(); dummy.layout=L.box(); bpy.types.AMTH_VIEW3D_PT_wire_toggle.draw(dummy, C)", 
          0
        ], 
        [
          ""
        ], 
        [
          ""
        ], 
        [
          ""
        ], 
        [
          ""
        ], 
        [
          ""
        ], 
        [
          ""
        ], 
        [
          ""
        ], 
        [
          ""
        ]
      ], 
      "PMENU", 
      "pm?", 
      "PRESS", 
      "return C.mode == 'PAINT_WEIGHT' and C.pose_object", 
      ""
    ]
  ]
}