fake-bpy-module 20240613__py3-none-any.whl → 20240615__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (119) hide show
  1. aud/__init__.pyi +1 -1
  2. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  3. bl_operators/add_mesh_torus/__init__.pyi +1 -2
  4. bl_operators/anim/__init__.pyi +8 -9
  5. bl_operators/assets/__init__.pyi +3 -4
  6. bl_operators/clip/__init__.pyi +10 -11
  7. bl_operators/connect_to_output/__init__.pyi +1 -4
  8. bl_operators/console/__init__.pyi +5 -6
  9. bl_operators/constraint/__init__.pyi +4 -5
  10. bl_operators/file/__init__.pyi +3 -4
  11. bl_operators/freestyle/__init__.pyi +4 -5
  12. bl_operators/geometry_nodes/__init__.pyi +4 -5
  13. bl_operators/image/__init__.pyi +5 -6
  14. bl_operators/image_as_planes/__init__.pyi +1 -5
  15. bl_operators/mesh/__init__.pyi +3 -4
  16. bl_operators/node/__init__.pyi +10 -13
  17. bl_operators/object/__init__.pyi +15 -16
  18. bl_operators/object_align/__init__.pyi +1 -2
  19. bl_operators/object_quick_effects/__init__.pyi +4 -5
  20. bl_operators/object_randomize_transform/__init__.pyi +1 -2
  21. bl_operators/presets/__init__.pyi +24 -26
  22. bl_operators/rigidbody/__init__.pyi +3 -4
  23. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
  24. bl_operators/sequencer/__init__.pyi +8 -9
  25. bl_operators/spreadsheet/__init__.pyi +1 -2
  26. bl_operators/userpref/__init__.pyi +25 -26
  27. bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
  28. bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
  29. bl_operators/uvcalc_transform/__init__.pyi +2 -3
  30. bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
  31. bl_operators/view3d/__init__.pyi +8 -9
  32. bl_operators/wm/__init__.pyi +45 -45
  33. bl_operators/world/__init__.pyi +1 -2
  34. bl_ui/__init__.pyi +3 -3
  35. bl_ui/anim/__init__.pyi +1 -1
  36. bl_ui/asset_shelf/__init__.pyi +1 -1
  37. bl_ui/generic_ui_list/__init__.pyi +5 -6
  38. bl_ui/node_add_menu/__init__.pyi +1 -1
  39. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  40. bl_ui/node_add_menu_geometry/__init__.pyi +49 -51
  41. bl_ui/node_add_menu_shader/__init__.pyi +11 -10
  42. bl_ui/node_add_menu_texture/__init__.pyi +10 -9
  43. bl_ui/properties_collection/__init__.pyi +6 -17
  44. bl_ui/properties_constraint/__init__.pyi +79 -141
  45. bl_ui/properties_data_armature/__init__.pyi +12 -26
  46. bl_ui/properties_data_bone/__init__.pyi +10 -14
  47. bl_ui/properties_data_camera/__init__.pyi +14 -26
  48. bl_ui/properties_data_curve/__init__.pyi +15 -23
  49. bl_ui/properties_data_curves/__init__.pyi +6 -8
  50. bl_ui/properties_data_empty/__init__.pyi +2 -2
  51. bl_ui/properties_data_gpencil/__init__.pyi +13 -24
  52. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
  53. bl_ui/properties_data_lattice/__init__.pyi +3 -3
  54. bl_ui/properties_data_light/__init__.pyi +12 -22
  55. bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
  56. bl_ui/properties_data_mesh/__init__.pyi +20 -24
  57. bl_ui/properties_data_metaball/__init__.pyi +5 -7
  58. bl_ui/properties_data_modifier/__init__.pyi +10 -24
  59. bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
  60. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  61. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  62. bl_ui/properties_data_volume/__init__.pyi +8 -12
  63. bl_ui/properties_freestyle/__init__.pyi +7 -30
  64. bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
  65. bl_ui/properties_mask_common/__init__.pyi +7 -7
  66. bl_ui/properties_material/__init__.pyi +16 -35
  67. bl_ui/properties_material_gpencil/__init__.pyi +9 -23
  68. bl_ui/properties_object/__init__.pyi +14 -24
  69. bl_ui/properties_output/__init__.pyi +18 -44
  70. bl_ui/properties_paint_common/__init__.pyi +1 -1
  71. bl_ui/properties_particle/__init__.pyi +52 -125
  72. bl_ui/properties_physics_cloth/__init__.pyi +14 -34
  73. bl_ui/properties_physics_common/__init__.pyi +1 -1
  74. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
  75. bl_ui/properties_physics_field/__init__.pyi +10 -24
  76. bl_ui/properties_physics_fluid/__init__.pyi +28 -50
  77. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  78. bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
  79. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
  80. bl_ui/properties_physics_softbody/__init__.pyi +15 -43
  81. bl_ui/properties_render/__init__.pyi +52 -132
  82. bl_ui/properties_scene/__init__.pyi +15 -19
  83. bl_ui/properties_texture/__init__.pyi +26 -53
  84. bl_ui/properties_view_layer/__init__.pyi +18 -34
  85. bl_ui/properties_workspace/__init__.pyi +4 -7
  86. bl_ui/properties_world/__init__.pyi +10 -16
  87. bl_ui/space_clip/__init__.pyi +69 -109
  88. bl_ui/space_console/__init__.pyi +6 -6
  89. bl_ui/space_dopesheet/__init__.pyi +22 -38
  90. bl_ui/space_filebrowser/__init__.pyi +29 -41
  91. bl_ui/space_graph/__init__.pyi +20 -22
  92. bl_ui/space_image/__init__.pyi +58 -80
  93. bl_ui/space_info/__init__.pyi +6 -6
  94. bl_ui/space_nla/__init__.pyi +17 -21
  95. bl_ui/space_node/__init__.pyi +28 -34
  96. bl_ui/space_outliner/__init__.pyi +14 -14
  97. bl_ui/space_properties/__init__.pyi +3 -3
  98. bl_ui/space_sequencer/__init__.pyi +307 -124
  99. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  100. bl_ui/space_statusbar/__init__.pyi +1 -1
  101. bl_ui/space_text/__init__.pyi +16 -16
  102. bl_ui/space_time/__init__.pyi +7 -11
  103. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  104. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
  105. bl_ui/space_topbar/__init__.pyi +26 -26
  106. bl_ui/space_userpref/__init__.pyi +90 -142
  107. bl_ui/space_view3d/__init__.pyi +272 -291
  108. bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
  109. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  110. bmesh/types/__init__.pyi +2 -2
  111. bpy/ops/extensions/__init__.pyi +18 -0
  112. bpy/types/__init__.pyi +859 -1037
  113. bpy_types/__init__.pyi +13 -6567
  114. {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/METADATA +1 -1
  115. {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/RECORD +119 -119
  116. freestyle/utils/__init__.pyi +1 -1
  117. keyingsets_builtins/__init__.pyi +22 -23
  118. {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/WHEEL +0 -0
  119. {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class ShowHideMenu:
27
27
  """
28
28
  ...
29
29
 
30
- class TOPBAR_MT_edit_armature_add(bpy_types.Menu, bpy_types._GenericUI):
30
+ class TOPBAR_MT_edit_armature_add(bpy_types._GenericUI):
31
31
  bl_idname: typing.Any
32
32
  bl_label: typing.Any
33
33
  bl_options: typing.Any
@@ -299,7 +299,7 @@ class TOPBAR_MT_edit_armature_add(bpy_types.Menu, bpy_types._GenericUI):
299
299
  """
300
300
  ...
301
301
 
302
- class TOPBAR_MT_edit_curve_add(bpy_types.Menu, bpy_types._GenericUI):
302
+ class TOPBAR_MT_edit_curve_add(bpy_types._GenericUI):
303
303
  bl_idname: typing.Any
304
304
  bl_label: typing.Any
305
305
  bl_options: typing.Any
@@ -573,9 +573,7 @@ class TOPBAR_MT_edit_curve_add(bpy_types.Menu, bpy_types._GenericUI):
573
573
  ...
574
574
 
575
575
  class TOPBAR_PT_annotation_layers(
576
- bpy_types._GenericUI,
577
- bpy_types.Panel,
578
- bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
576
+ bpy_types._GenericUI, bl_ui.properties_grease_pencil_common.AnnotationDataPanel
579
577
  ):
580
578
  bl_label: typing.Any
581
579
  bl_options: typing.Any
@@ -813,7 +811,6 @@ class TOPBAR_PT_annotation_layers(
813
811
  ...
814
812
 
815
813
  class TOPBAR_PT_gpencil_materials(
816
- bpy_types.Panel,
817
814
  bl_ui.properties_grease_pencil_common.GreasePencilMaterialsPanel,
818
815
  bpy_types._GenericUI,
819
816
  ):
@@ -1043,7 +1040,6 @@ class TOPBAR_PT_gpencil_materials(
1043
1040
  ...
1044
1041
 
1045
1042
  class TOPBAR_PT_gpencil_vertexcolor(
1046
- bpy_types.Panel,
1047
1043
  bl_ui.properties_grease_pencil_common.GreasePencilVertexcolorPanel,
1048
1044
  bpy_types._GenericUI,
1049
1045
  ):
@@ -1272,9 +1268,7 @@ class TOPBAR_PT_gpencil_vertexcolor(
1272
1268
  """
1273
1269
  ...
1274
1270
 
1275
- class VIEW3D_AST_sculpt_brushes(
1276
- bl_ui.properties_paint_common.BrushAssetShelf, bpy_types.AssetShelf
1277
- ):
1271
+ class VIEW3D_AST_sculpt_brushes(bl_ui.properties_paint_common.BrushAssetShelf):
1278
1272
  bl_default_preview_size: typing.Any
1279
1273
  bl_options: typing.Any
1280
1274
  bl_rna: typing.Any
@@ -1475,7 +1469,7 @@ class VIEW3D_AST_sculpt_brushes(
1475
1469
  """
1476
1470
  ...
1477
1471
 
1478
- class VIEW3D_HT_header(bpy_types.Header, bpy_types._GenericUI):
1472
+ class VIEW3D_HT_header(bpy_types._GenericUI):
1479
1473
  bl_rna: typing.Any
1480
1474
  bl_space_type: typing.Any
1481
1475
  id_data: typing.Any
@@ -1699,7 +1693,7 @@ class VIEW3D_HT_header(bpy_types.Header, bpy_types._GenericUI):
1699
1693
  """
1700
1694
  ...
1701
1695
 
1702
- class VIEW3D_HT_tool_header(bpy_types.Header, bpy_types._GenericUI):
1696
+ class VIEW3D_HT_tool_header(bpy_types._GenericUI):
1703
1697
  bl_region_type: typing.Any
1704
1698
  bl_rna: typing.Any
1705
1699
  bl_space_type: typing.Any
@@ -1930,7 +1924,7 @@ class VIEW3D_HT_tool_header(bpy_types.Header, bpy_types._GenericUI):
1930
1924
  """
1931
1925
  ...
1932
1926
 
1933
- class VIEW3D_MT_add(bpy_types.Menu, bpy_types._GenericUI):
1927
+ class VIEW3D_MT_add(bpy_types._GenericUI):
1934
1928
  bl_label: typing.Any
1935
1929
  bl_options: typing.Any
1936
1930
  bl_rna: typing.Any
@@ -2202,7 +2196,7 @@ class VIEW3D_MT_add(bpy_types.Menu, bpy_types._GenericUI):
2202
2196
  """
2203
2197
  ...
2204
2198
 
2205
- class VIEW3D_MT_armature_add(bpy_types.Menu, bpy_types._GenericUI):
2199
+ class VIEW3D_MT_armature_add(bpy_types._GenericUI):
2206
2200
  bl_idname: typing.Any
2207
2201
  bl_label: typing.Any
2208
2202
  bl_options: typing.Any
@@ -2474,7 +2468,7 @@ class VIEW3D_MT_armature_add(bpy_types.Menu, bpy_types._GenericUI):
2474
2468
  """
2475
2469
  ...
2476
2470
 
2477
- class VIEW3D_MT_armature_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2471
+ class VIEW3D_MT_armature_context_menu(bpy_types._GenericUI):
2478
2472
  bl_label: typing.Any
2479
2473
  bl_rna: typing.Any
2480
2474
  id_data: typing.Any
@@ -2744,7 +2738,7 @@ class VIEW3D_MT_armature_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2744
2738
  """
2745
2739
  ...
2746
2740
 
2747
- class VIEW3D_MT_assign_material(bpy_types.Menu, bpy_types._GenericUI):
2741
+ class VIEW3D_MT_assign_material(bpy_types._GenericUI):
2748
2742
  bl_label: typing.Any
2749
2743
  bl_rna: typing.Any
2750
2744
  id_data: typing.Any
@@ -3014,7 +3008,7 @@ class VIEW3D_MT_assign_material(bpy_types.Menu, bpy_types._GenericUI):
3014
3008
  """
3015
3009
  ...
3016
3010
 
3017
- class VIEW3D_MT_bone_collections(bpy_types.Menu, bpy_types._GenericUI):
3011
+ class VIEW3D_MT_bone_collections(bpy_types._GenericUI):
3018
3012
  bl_label: typing.Any
3019
3013
  bl_rna: typing.Any
3020
3014
  id_data: typing.Any
@@ -3291,7 +3285,7 @@ class VIEW3D_MT_bone_collections(bpy_types.Menu, bpy_types._GenericUI):
3291
3285
  """
3292
3286
  ...
3293
3287
 
3294
- class VIEW3D_MT_brush_paint_modes(bpy_types.Menu, bpy_types._GenericUI):
3288
+ class VIEW3D_MT_brush_paint_modes(bpy_types._GenericUI):
3295
3289
  bl_label: typing.Any
3296
3290
  bl_rna: typing.Any
3297
3291
  id_data: typing.Any
@@ -3561,7 +3555,7 @@ class VIEW3D_MT_brush_paint_modes(bpy_types.Menu, bpy_types._GenericUI):
3561
3555
  """
3562
3556
  ...
3563
3557
 
3564
- class VIEW3D_MT_camera_add(bpy_types.Menu, bpy_types._GenericUI):
3558
+ class VIEW3D_MT_camera_add(bpy_types._GenericUI):
3565
3559
  bl_idname: typing.Any
3566
3560
  bl_label: typing.Any
3567
3561
  bl_options: typing.Any
@@ -3833,7 +3827,7 @@ class VIEW3D_MT_camera_add(bpy_types.Menu, bpy_types._GenericUI):
3833
3827
  """
3834
3828
  ...
3835
3829
 
3836
- class VIEW3D_MT_curve_add(bpy_types.Menu, bpy_types._GenericUI):
3830
+ class VIEW3D_MT_curve_add(bpy_types._GenericUI):
3837
3831
  bl_idname: typing.Any
3838
3832
  bl_label: typing.Any
3839
3833
  bl_options: typing.Any
@@ -4105,7 +4099,7 @@ class VIEW3D_MT_curve_add(bpy_types.Menu, bpy_types._GenericUI):
4105
4099
  """
4106
4100
  ...
4107
4101
 
4108
- class VIEW3D_MT_draw_gpencil(bpy_types.Menu, bpy_types._GenericUI):
4102
+ class VIEW3D_MT_draw_gpencil(bpy_types._GenericUI):
4109
4103
  bl_label: typing.Any
4110
4104
  bl_rna: typing.Any
4111
4105
  id_data: typing.Any
@@ -4375,7 +4369,7 @@ class VIEW3D_MT_draw_gpencil(bpy_types.Menu, bpy_types._GenericUI):
4375
4369
  """
4376
4370
  ...
4377
4371
 
4378
- class VIEW3D_MT_edit_armature(bpy_types.Menu, bpy_types._GenericUI):
4372
+ class VIEW3D_MT_edit_armature(bpy_types._GenericUI):
4379
4373
  bl_label: typing.Any
4380
4374
  bl_rna: typing.Any
4381
4375
  id_data: typing.Any
@@ -4645,7 +4639,7 @@ class VIEW3D_MT_edit_armature(bpy_types.Menu, bpy_types._GenericUI):
4645
4639
  """
4646
4640
  ...
4647
4641
 
4648
- class VIEW3D_MT_edit_armature_delete(bpy_types.Menu, bpy_types._GenericUI):
4642
+ class VIEW3D_MT_edit_armature_delete(bpy_types._GenericUI):
4649
4643
  bl_label: typing.Any
4650
4644
  bl_rna: typing.Any
4651
4645
  id_data: typing.Any
@@ -4915,7 +4909,7 @@ class VIEW3D_MT_edit_armature_delete(bpy_types.Menu, bpy_types._GenericUI):
4915
4909
  """
4916
4910
  ...
4917
4911
 
4918
- class VIEW3D_MT_edit_armature_names(bpy_types.Menu, bpy_types._GenericUI):
4912
+ class VIEW3D_MT_edit_armature_names(bpy_types._GenericUI):
4919
4913
  bl_label: typing.Any
4920
4914
  bl_rna: typing.Any
4921
4915
  id_data: typing.Any
@@ -5185,9 +5179,10 @@ class VIEW3D_MT_edit_armature_names(bpy_types.Menu, bpy_types._GenericUI):
5185
5179
  """
5186
5180
  ...
5187
5181
 
5188
- class VIEW3D_MT_edit_armature_parent(bpy_types.Menu, bpy_types._GenericUI):
5182
+ class VIEW3D_MT_edit_armature_parent(bpy_types._GenericUI):
5189
5183
  bl_label: typing.Any
5190
5184
  bl_rna: typing.Any
5185
+ bl_translation_context: typing.Any
5191
5186
  id_data: typing.Any
5192
5187
 
5193
5188
  def append(self, draw_func):
@@ -5455,7 +5450,7 @@ class VIEW3D_MT_edit_armature_parent(bpy_types.Menu, bpy_types._GenericUI):
5455
5450
  """
5456
5451
  ...
5457
5452
 
5458
- class VIEW3D_MT_edit_armature_roll(bpy_types.Menu, bpy_types._GenericUI):
5453
+ class VIEW3D_MT_edit_armature_roll(bpy_types._GenericUI):
5459
5454
  bl_label: typing.Any
5460
5455
  bl_rna: typing.Any
5461
5456
  id_data: typing.Any
@@ -5725,7 +5720,7 @@ class VIEW3D_MT_edit_armature_roll(bpy_types.Menu, bpy_types._GenericUI):
5725
5720
  """
5726
5721
  ...
5727
5722
 
5728
- class VIEW3D_MT_edit_curve(bpy_types.Menu, bpy_types._GenericUI):
5723
+ class VIEW3D_MT_edit_curve(bpy_types._GenericUI):
5729
5724
  bl_label: typing.Any
5730
5725
  bl_rna: typing.Any
5731
5726
  id_data: typing.Any
@@ -5995,7 +5990,7 @@ class VIEW3D_MT_edit_curve(bpy_types.Menu, bpy_types._GenericUI):
5995
5990
  """
5996
5991
  ...
5997
5992
 
5998
- class VIEW3D_MT_edit_curve_clean(bpy_types.Menu, bpy_types._GenericUI):
5993
+ class VIEW3D_MT_edit_curve_clean(bpy_types._GenericUI):
5999
5994
  bl_label: typing.Any
6000
5995
  bl_rna: typing.Any
6001
5996
  id_data: typing.Any
@@ -6265,7 +6260,7 @@ class VIEW3D_MT_edit_curve_clean(bpy_types.Menu, bpy_types._GenericUI):
6265
6260
  """
6266
6261
  ...
6267
6262
 
6268
- class VIEW3D_MT_edit_curve_context_menu(bpy_types.Menu, bpy_types._GenericUI):
6263
+ class VIEW3D_MT_edit_curve_context_menu(bpy_types._GenericUI):
6269
6264
  bl_label: typing.Any
6270
6265
  bl_rna: typing.Any
6271
6266
  id_data: typing.Any
@@ -6535,7 +6530,7 @@ class VIEW3D_MT_edit_curve_context_menu(bpy_types.Menu, bpy_types._GenericUI):
6535
6530
  """
6536
6531
  ...
6537
6532
 
6538
- class VIEW3D_MT_edit_curve_ctrlpoints(bpy_types.Menu, bpy_types._GenericUI):
6533
+ class VIEW3D_MT_edit_curve_ctrlpoints(bpy_types._GenericUI):
6539
6534
  bl_label: typing.Any
6540
6535
  bl_rna: typing.Any
6541
6536
  id_data: typing.Any
@@ -6805,7 +6800,7 @@ class VIEW3D_MT_edit_curve_ctrlpoints(bpy_types.Menu, bpy_types._GenericUI):
6805
6800
  """
6806
6801
  ...
6807
6802
 
6808
- class VIEW3D_MT_edit_curve_delete(bpy_types.Menu, bpy_types._GenericUI):
6803
+ class VIEW3D_MT_edit_curve_delete(bpy_types._GenericUI):
6809
6804
  bl_label: typing.Any
6810
6805
  bl_rna: typing.Any
6811
6806
  id_data: typing.Any
@@ -7075,7 +7070,7 @@ class VIEW3D_MT_edit_curve_delete(bpy_types.Menu, bpy_types._GenericUI):
7075
7070
  """
7076
7071
  ...
7077
7072
 
7078
- class VIEW3D_MT_edit_curve_segments(bpy_types.Menu, bpy_types._GenericUI):
7073
+ class VIEW3D_MT_edit_curve_segments(bpy_types._GenericUI):
7079
7074
  bl_label: typing.Any
7080
7075
  bl_rna: typing.Any
7081
7076
  id_data: typing.Any
@@ -7345,7 +7340,7 @@ class VIEW3D_MT_edit_curve_segments(bpy_types.Menu, bpy_types._GenericUI):
7345
7340
  """
7346
7341
  ...
7347
7342
 
7348
- class VIEW3D_MT_edit_curves(bpy_types.Menu, bpy_types._GenericUI):
7343
+ class VIEW3D_MT_edit_curves(bpy_types._GenericUI):
7349
7344
  bl_label: typing.Any
7350
7345
  bl_rna: typing.Any
7351
7346
  id_data: typing.Any
@@ -7615,9 +7610,10 @@ class VIEW3D_MT_edit_curves(bpy_types.Menu, bpy_types._GenericUI):
7615
7610
  """
7616
7611
  ...
7617
7612
 
7618
- class VIEW3D_MT_edit_curves_add(bpy_types.Menu, bpy_types._GenericUI):
7613
+ class VIEW3D_MT_edit_curves_add(bpy_types._GenericUI):
7619
7614
  bl_label: typing.Any
7620
7615
  bl_rna: typing.Any
7616
+ bl_translation_context: typing.Any
7621
7617
  id_data: typing.Any
7622
7618
 
7623
7619
  def append(self, draw_func):
@@ -7885,7 +7881,7 @@ class VIEW3D_MT_edit_curves_add(bpy_types.Menu, bpy_types._GenericUI):
7885
7881
  """
7886
7882
  ...
7887
7883
 
7888
- class VIEW3D_MT_edit_curves_context_menu(bpy_types.Menu, bpy_types._GenericUI):
7884
+ class VIEW3D_MT_edit_curves_context_menu(bpy_types._GenericUI):
7889
7885
  bl_label: typing.Any
7890
7886
  bl_rna: typing.Any
7891
7887
  id_data: typing.Any
@@ -8155,7 +8151,7 @@ class VIEW3D_MT_edit_curves_context_menu(bpy_types.Menu, bpy_types._GenericUI):
8155
8151
  """
8156
8152
  ...
8157
8153
 
8158
- class VIEW3D_MT_edit_curves_control_points(bpy_types.Menu, bpy_types._GenericUI):
8154
+ class VIEW3D_MT_edit_curves_control_points(bpy_types._GenericUI):
8159
8155
  bl_label: typing.Any
8160
8156
  bl_rna: typing.Any
8161
8157
  id_data: typing.Any
@@ -8425,7 +8421,7 @@ class VIEW3D_MT_edit_curves_control_points(bpy_types.Menu, bpy_types._GenericUI)
8425
8421
  """
8426
8422
  ...
8427
8423
 
8428
- class VIEW3D_MT_edit_curves_segments(bpy_types.Menu, bpy_types._GenericUI):
8424
+ class VIEW3D_MT_edit_curves_segments(bpy_types._GenericUI):
8429
8425
  bl_label: typing.Any
8430
8426
  bl_rna: typing.Any
8431
8427
  id_data: typing.Any
@@ -8695,7 +8691,7 @@ class VIEW3D_MT_edit_curves_segments(bpy_types.Menu, bpy_types._GenericUI):
8695
8691
  """
8696
8692
  ...
8697
8693
 
8698
- class VIEW3D_MT_edit_curves_select_more_less(bpy_types.Menu, bpy_types._GenericUI):
8694
+ class VIEW3D_MT_edit_curves_select_more_less(bpy_types._GenericUI):
8699
8695
  bl_label: typing.Any
8700
8696
  bl_rna: typing.Any
8701
8697
  id_data: typing.Any
@@ -8965,7 +8961,7 @@ class VIEW3D_MT_edit_curves_select_more_less(bpy_types.Menu, bpy_types._GenericU
8965
8961
  """
8966
8962
  ...
8967
8963
 
8968
- class VIEW3D_MT_edit_font(bpy_types.Menu, bpy_types._GenericUI):
8964
+ class VIEW3D_MT_edit_font(bpy_types._GenericUI):
8969
8965
  bl_label: typing.Any
8970
8966
  bl_rna: typing.Any
8971
8967
  id_data: typing.Any
@@ -9235,7 +9231,7 @@ class VIEW3D_MT_edit_font(bpy_types.Menu, bpy_types._GenericUI):
9235
9231
  """
9236
9232
  ...
9237
9233
 
9238
- class VIEW3D_MT_edit_font_chars(bpy_types.Menu, bpy_types._GenericUI):
9234
+ class VIEW3D_MT_edit_font_chars(bpy_types._GenericUI):
9239
9235
  bl_label: typing.Any
9240
9236
  bl_rna: typing.Any
9241
9237
  id_data: typing.Any
@@ -9505,7 +9501,7 @@ class VIEW3D_MT_edit_font_chars(bpy_types.Menu, bpy_types._GenericUI):
9505
9501
  """
9506
9502
  ...
9507
9503
 
9508
- class VIEW3D_MT_edit_font_context_menu(bpy_types.Menu, bpy_types._GenericUI):
9504
+ class VIEW3D_MT_edit_font_context_menu(bpy_types._GenericUI):
9509
9505
  bl_label: typing.Any
9510
9506
  bl_rna: typing.Any
9511
9507
  id_data: typing.Any
@@ -9775,7 +9771,7 @@ class VIEW3D_MT_edit_font_context_menu(bpy_types.Menu, bpy_types._GenericUI):
9775
9771
  """
9776
9772
  ...
9777
9773
 
9778
- class VIEW3D_MT_edit_font_delete(bpy_types.Menu, bpy_types._GenericUI):
9774
+ class VIEW3D_MT_edit_font_delete(bpy_types._GenericUI):
9779
9775
  bl_label: typing.Any
9780
9776
  bl_rna: typing.Any
9781
9777
  id_data: typing.Any
@@ -10045,7 +10041,7 @@ class VIEW3D_MT_edit_font_delete(bpy_types.Menu, bpy_types._GenericUI):
10045
10041
  """
10046
10042
  ...
10047
10043
 
10048
- class VIEW3D_MT_edit_font_kerning(bpy_types.Menu, bpy_types._GenericUI):
10044
+ class VIEW3D_MT_edit_font_kerning(bpy_types._GenericUI):
10049
10045
  bl_label: typing.Any
10050
10046
  bl_rna: typing.Any
10051
10047
  id_data: typing.Any
@@ -10315,7 +10311,7 @@ class VIEW3D_MT_edit_font_kerning(bpy_types.Menu, bpy_types._GenericUI):
10315
10311
  """
10316
10312
  ...
10317
10313
 
10318
- class VIEW3D_MT_edit_gpencil(bpy_types.Menu, bpy_types._GenericUI):
10314
+ class VIEW3D_MT_edit_gpencil(bpy_types._GenericUI):
10319
10315
  bl_label: typing.Any
10320
10316
  bl_rna: typing.Any
10321
10317
  id_data: typing.Any
@@ -10585,7 +10581,7 @@ class VIEW3D_MT_edit_gpencil(bpy_types.Menu, bpy_types._GenericUI):
10585
10581
  """
10586
10582
  ...
10587
10583
 
10588
- class VIEW3D_MT_edit_gpencil_delete(bpy_types.Menu, bpy_types._GenericUI):
10584
+ class VIEW3D_MT_edit_gpencil_delete(bpy_types._GenericUI):
10589
10585
  bl_label: typing.Any
10590
10586
  bl_rna: typing.Any
10591
10587
  id_data: typing.Any
@@ -10855,7 +10851,7 @@ class VIEW3D_MT_edit_gpencil_delete(bpy_types.Menu, bpy_types._GenericUI):
10855
10851
  """
10856
10852
  ...
10857
10853
 
10858
- class VIEW3D_MT_edit_gpencil_point(bpy_types.Menu, bpy_types._GenericUI):
10854
+ class VIEW3D_MT_edit_gpencil_point(bpy_types._GenericUI):
10859
10855
  bl_label: typing.Any
10860
10856
  bl_rna: typing.Any
10861
10857
  id_data: typing.Any
@@ -11125,7 +11121,7 @@ class VIEW3D_MT_edit_gpencil_point(bpy_types.Menu, bpy_types._GenericUI):
11125
11121
  """
11126
11122
  ...
11127
11123
 
11128
- class VIEW3D_MT_edit_gpencil_showhide(bpy_types.Menu, bpy_types._GenericUI):
11124
+ class VIEW3D_MT_edit_gpencil_showhide(bpy_types._GenericUI):
11129
11125
  bl_label: typing.Any
11130
11126
  bl_rna: typing.Any
11131
11127
  id_data: typing.Any
@@ -11395,7 +11391,7 @@ class VIEW3D_MT_edit_gpencil_showhide(bpy_types.Menu, bpy_types._GenericUI):
11395
11391
  """
11396
11392
  ...
11397
11393
 
11398
- class VIEW3D_MT_edit_gpencil_stroke(bpy_types.Menu, bpy_types._GenericUI):
11394
+ class VIEW3D_MT_edit_gpencil_stroke(bpy_types._GenericUI):
11399
11395
  bl_label: typing.Any
11400
11396
  bl_rna: typing.Any
11401
11397
  id_data: typing.Any
@@ -11665,7 +11661,7 @@ class VIEW3D_MT_edit_gpencil_stroke(bpy_types.Menu, bpy_types._GenericUI):
11665
11661
  """
11666
11662
  ...
11667
11663
 
11668
- class VIEW3D_MT_edit_gpencil_transform(bpy_types.Menu, bpy_types._GenericUI):
11664
+ class VIEW3D_MT_edit_gpencil_transform(bpy_types._GenericUI):
11669
11665
  bl_label: typing.Any
11670
11666
  bl_rna: typing.Any
11671
11667
  id_data: typing.Any
@@ -11935,7 +11931,7 @@ class VIEW3D_MT_edit_gpencil_transform(bpy_types.Menu, bpy_types._GenericUI):
11935
11931
  """
11936
11932
  ...
11937
11933
 
11938
- class VIEW3D_MT_edit_greasepencil(bpy_types.Menu, bpy_types._GenericUI):
11934
+ class VIEW3D_MT_edit_greasepencil(bpy_types._GenericUI):
11939
11935
  bl_label: typing.Any
11940
11936
  bl_rna: typing.Any
11941
11937
  id_data: typing.Any
@@ -12205,7 +12201,7 @@ class VIEW3D_MT_edit_greasepencil(bpy_types.Menu, bpy_types._GenericUI):
12205
12201
  """
12206
12202
  ...
12207
12203
 
12208
- class VIEW3D_MT_edit_greasepencil_animation(bpy_types.Menu, bpy_types._GenericUI):
12204
+ class VIEW3D_MT_edit_greasepencil_animation(bpy_types._GenericUI):
12209
12205
  bl_label: typing.Any
12210
12206
  bl_rna: typing.Any
12211
12207
  id_data: typing.Any
@@ -12475,7 +12471,7 @@ class VIEW3D_MT_edit_greasepencil_animation(bpy_types.Menu, bpy_types._GenericUI
12475
12471
  """
12476
12472
  ...
12477
12473
 
12478
- class VIEW3D_MT_edit_greasepencil_cleanup(bpy_types.Menu, bpy_types._GenericUI):
12474
+ class VIEW3D_MT_edit_greasepencil_cleanup(bpy_types._GenericUI):
12479
12475
  bl_label: typing.Any
12480
12476
  bl_rna: typing.Any
12481
12477
  id_data: typing.Any
@@ -12745,7 +12741,7 @@ class VIEW3D_MT_edit_greasepencil_cleanup(bpy_types.Menu, bpy_types._GenericUI):
12745
12741
  """
12746
12742
  ...
12747
12743
 
12748
- class VIEW3D_MT_edit_greasepencil_delete(bpy_types.Menu, bpy_types._GenericUI):
12744
+ class VIEW3D_MT_edit_greasepencil_delete(bpy_types._GenericUI):
12749
12745
  bl_label: typing.Any
12750
12746
  bl_rna: typing.Any
12751
12747
  id_data: typing.Any
@@ -13015,7 +13011,7 @@ class VIEW3D_MT_edit_greasepencil_delete(bpy_types.Menu, bpy_types._GenericUI):
13015
13011
  """
13016
13012
  ...
13017
13013
 
13018
- class VIEW3D_MT_edit_greasepencil_point(bpy_types.Menu, bpy_types._GenericUI):
13014
+ class VIEW3D_MT_edit_greasepencil_point(bpy_types._GenericUI):
13019
13015
  bl_label: typing.Any
13020
13016
  bl_rna: typing.Any
13021
13017
  id_data: typing.Any
@@ -13285,7 +13281,7 @@ class VIEW3D_MT_edit_greasepencil_point(bpy_types.Menu, bpy_types._GenericUI):
13285
13281
  """
13286
13282
  ...
13287
13283
 
13288
- class VIEW3D_MT_edit_greasepencil_showhide(bpy_types.Menu, bpy_types._GenericUI):
13284
+ class VIEW3D_MT_edit_greasepencil_showhide(bpy_types._GenericUI):
13289
13285
  bl_label: typing.Any
13290
13286
  bl_rna: typing.Any
13291
13287
  id_data: typing.Any
@@ -13555,7 +13551,7 @@ class VIEW3D_MT_edit_greasepencil_showhide(bpy_types.Menu, bpy_types._GenericUI)
13555
13551
  """
13556
13552
  ...
13557
13553
 
13558
- class VIEW3D_MT_edit_greasepencil_stroke(bpy_types.Menu, bpy_types._GenericUI):
13554
+ class VIEW3D_MT_edit_greasepencil_stroke(bpy_types._GenericUI):
13559
13555
  bl_label: typing.Any
13560
13556
  bl_rna: typing.Any
13561
13557
  id_data: typing.Any
@@ -13825,7 +13821,7 @@ class VIEW3D_MT_edit_greasepencil_stroke(bpy_types.Menu, bpy_types._GenericUI):
13825
13821
  """
13826
13822
  ...
13827
13823
 
13828
- class VIEW3D_MT_edit_lattice(bpy_types.Menu, bpy_types._GenericUI):
13824
+ class VIEW3D_MT_edit_lattice(bpy_types._GenericUI):
13829
13825
  bl_label: typing.Any
13830
13826
  bl_rna: typing.Any
13831
13827
  id_data: typing.Any
@@ -14095,7 +14091,7 @@ class VIEW3D_MT_edit_lattice(bpy_types.Menu, bpy_types._GenericUI):
14095
14091
  """
14096
14092
  ...
14097
14093
 
14098
- class VIEW3D_MT_edit_lattice_context_menu(bpy_types.Menu, bpy_types._GenericUI):
14094
+ class VIEW3D_MT_edit_lattice_context_menu(bpy_types._GenericUI):
14099
14095
  bl_label: typing.Any
14100
14096
  bl_rna: typing.Any
14101
14097
  id_data: typing.Any
@@ -14365,7 +14361,7 @@ class VIEW3D_MT_edit_lattice_context_menu(bpy_types.Menu, bpy_types._GenericUI):
14365
14361
  """
14366
14362
  ...
14367
14363
 
14368
- class VIEW3D_MT_edit_mesh(bpy_types.Menu, bpy_types._GenericUI):
14364
+ class VIEW3D_MT_edit_mesh(bpy_types._GenericUI):
14369
14365
  bl_label: typing.Any
14370
14366
  bl_rna: typing.Any
14371
14367
  id_data: typing.Any
@@ -14635,7 +14631,7 @@ class VIEW3D_MT_edit_mesh(bpy_types.Menu, bpy_types._GenericUI):
14635
14631
  """
14636
14632
  ...
14637
14633
 
14638
- class VIEW3D_MT_edit_mesh_clean(bpy_types.Menu, bpy_types._GenericUI):
14634
+ class VIEW3D_MT_edit_mesh_clean(bpy_types._GenericUI):
14639
14635
  bl_label: typing.Any
14640
14636
  bl_rna: typing.Any
14641
14637
  id_data: typing.Any
@@ -14905,7 +14901,7 @@ class VIEW3D_MT_edit_mesh_clean(bpy_types.Menu, bpy_types._GenericUI):
14905
14901
  """
14906
14902
  ...
14907
14903
 
14908
- class VIEW3D_MT_edit_mesh_context_menu(bpy_types.Menu, bpy_types._GenericUI):
14904
+ class VIEW3D_MT_edit_mesh_context_menu(bpy_types._GenericUI):
14909
14905
  bl_label: typing.Any
14910
14906
  bl_rna: typing.Any
14911
14907
  id_data: typing.Any
@@ -15175,7 +15171,7 @@ class VIEW3D_MT_edit_mesh_context_menu(bpy_types.Menu, bpy_types._GenericUI):
15175
15171
  """
15176
15172
  ...
15177
15173
 
15178
- class VIEW3D_MT_edit_mesh_delete(bpy_types.Menu, bpy_types._GenericUI):
15174
+ class VIEW3D_MT_edit_mesh_delete(bpy_types._GenericUI):
15179
15175
  bl_label: typing.Any
15180
15176
  bl_rna: typing.Any
15181
15177
  id_data: typing.Any
@@ -15445,7 +15441,7 @@ class VIEW3D_MT_edit_mesh_delete(bpy_types.Menu, bpy_types._GenericUI):
15445
15441
  """
15446
15442
  ...
15447
15443
 
15448
- class VIEW3D_MT_edit_mesh_edges(bpy_types.Menu, bpy_types._GenericUI):
15444
+ class VIEW3D_MT_edit_mesh_edges(bpy_types._GenericUI):
15449
15445
  bl_label: typing.Any
15450
15446
  bl_rna: typing.Any
15451
15447
  id_data: typing.Any
@@ -15715,7 +15711,7 @@ class VIEW3D_MT_edit_mesh_edges(bpy_types.Menu, bpy_types._GenericUI):
15715
15711
  """
15716
15712
  ...
15717
15713
 
15718
- class VIEW3D_MT_edit_mesh_extrude(bpy_types.Menu, bpy_types._GenericUI):
15714
+ class VIEW3D_MT_edit_mesh_extrude(bpy_types._GenericUI):
15719
15715
  bl_label: typing.Any
15720
15716
  bl_rna: typing.Any
15721
15717
  id_data: typing.Any
@@ -15985,7 +15981,7 @@ class VIEW3D_MT_edit_mesh_extrude(bpy_types.Menu, bpy_types._GenericUI):
15985
15981
  """
15986
15982
  ...
15987
15983
 
15988
- class VIEW3D_MT_edit_mesh_faces(bpy_types.Menu, bpy_types._GenericUI):
15984
+ class VIEW3D_MT_edit_mesh_faces(bpy_types._GenericUI):
15989
15985
  bl_idname: typing.Any
15990
15986
  bl_label: typing.Any
15991
15987
  bl_rna: typing.Any
@@ -16256,7 +16252,7 @@ class VIEW3D_MT_edit_mesh_faces(bpy_types.Menu, bpy_types._GenericUI):
16256
16252
  """
16257
16253
  ...
16258
16254
 
16259
- class VIEW3D_MT_edit_mesh_faces_data(bpy_types.Menu, bpy_types._GenericUI):
16255
+ class VIEW3D_MT_edit_mesh_faces_data(bpy_types._GenericUI):
16260
16256
  bl_label: typing.Any
16261
16257
  bl_rna: typing.Any
16262
16258
  id_data: typing.Any
@@ -16526,7 +16522,7 @@ class VIEW3D_MT_edit_mesh_faces_data(bpy_types.Menu, bpy_types._GenericUI):
16526
16522
  """
16527
16523
  ...
16528
16524
 
16529
- class VIEW3D_MT_edit_mesh_merge(bpy_types.Menu, bpy_types._GenericUI):
16525
+ class VIEW3D_MT_edit_mesh_merge(bpy_types._GenericUI):
16530
16526
  bl_label: typing.Any
16531
16527
  bl_rna: typing.Any
16532
16528
  id_data: typing.Any
@@ -16796,7 +16792,7 @@ class VIEW3D_MT_edit_mesh_merge(bpy_types.Menu, bpy_types._GenericUI):
16796
16792
  """
16797
16793
  ...
16798
16794
 
16799
- class VIEW3D_MT_edit_mesh_normals(bpy_types.Menu, bpy_types._GenericUI):
16795
+ class VIEW3D_MT_edit_mesh_normals(bpy_types._GenericUI):
16800
16796
  bl_label: typing.Any
16801
16797
  bl_rna: typing.Any
16802
16798
  id_data: typing.Any
@@ -17066,7 +17062,7 @@ class VIEW3D_MT_edit_mesh_normals(bpy_types.Menu, bpy_types._GenericUI):
17066
17062
  """
17067
17063
  ...
17068
17064
 
17069
- class VIEW3D_MT_edit_mesh_normals_average(bpy_types.Menu, bpy_types._GenericUI):
17065
+ class VIEW3D_MT_edit_mesh_normals_average(bpy_types._GenericUI):
17070
17066
  bl_label: typing.Any
17071
17067
  bl_rna: typing.Any
17072
17068
  id_data: typing.Any
@@ -17336,7 +17332,7 @@ class VIEW3D_MT_edit_mesh_normals_average(bpy_types.Menu, bpy_types._GenericUI):
17336
17332
  """
17337
17333
  ...
17338
17334
 
17339
- class VIEW3D_MT_edit_mesh_normals_select_strength(bpy_types.Menu, bpy_types._GenericUI):
17335
+ class VIEW3D_MT_edit_mesh_normals_select_strength(bpy_types._GenericUI):
17340
17336
  bl_label: typing.Any
17341
17337
  bl_rna: typing.Any
17342
17338
  id_data: typing.Any
@@ -17606,7 +17602,7 @@ class VIEW3D_MT_edit_mesh_normals_select_strength(bpy_types.Menu, bpy_types._Gen
17606
17602
  """
17607
17603
  ...
17608
17604
 
17609
- class VIEW3D_MT_edit_mesh_normals_set_strength(bpy_types.Menu, bpy_types._GenericUI):
17605
+ class VIEW3D_MT_edit_mesh_normals_set_strength(bpy_types._GenericUI):
17610
17606
  bl_label: typing.Any
17611
17607
  bl_rna: typing.Any
17612
17608
  id_data: typing.Any
@@ -17876,7 +17872,7 @@ class VIEW3D_MT_edit_mesh_normals_set_strength(bpy_types.Menu, bpy_types._Generi
17876
17872
  """
17877
17873
  ...
17878
17874
 
17879
- class VIEW3D_MT_edit_mesh_select_by_trait(bpy_types.Menu, bpy_types._GenericUI):
17875
+ class VIEW3D_MT_edit_mesh_select_by_trait(bpy_types._GenericUI):
17880
17876
  bl_label: typing.Any
17881
17877
  bl_rna: typing.Any
17882
17878
  id_data: typing.Any
@@ -18146,7 +18142,7 @@ class VIEW3D_MT_edit_mesh_select_by_trait(bpy_types.Menu, bpy_types._GenericUI):
18146
18142
  """
18147
18143
  ...
18148
18144
 
18149
- class VIEW3D_MT_edit_mesh_select_linked(bpy_types.Menu, bpy_types._GenericUI):
18145
+ class VIEW3D_MT_edit_mesh_select_linked(bpy_types._GenericUI):
18150
18146
  bl_label: typing.Any
18151
18147
  bl_rna: typing.Any
18152
18148
  id_data: typing.Any
@@ -18416,7 +18412,7 @@ class VIEW3D_MT_edit_mesh_select_linked(bpy_types.Menu, bpy_types._GenericUI):
18416
18412
  """
18417
18413
  ...
18418
18414
 
18419
- class VIEW3D_MT_edit_mesh_select_loops(bpy_types.Menu, bpy_types._GenericUI):
18415
+ class VIEW3D_MT_edit_mesh_select_loops(bpy_types._GenericUI):
18420
18416
  bl_label: typing.Any
18421
18417
  bl_rna: typing.Any
18422
18418
  id_data: typing.Any
@@ -18686,7 +18682,7 @@ class VIEW3D_MT_edit_mesh_select_loops(bpy_types.Menu, bpy_types._GenericUI):
18686
18682
  """
18687
18683
  ...
18688
18684
 
18689
- class VIEW3D_MT_edit_mesh_select_mode(bpy_types.Menu, bpy_types._GenericUI):
18685
+ class VIEW3D_MT_edit_mesh_select_mode(bpy_types._GenericUI):
18690
18686
  bl_label: typing.Any
18691
18687
  bl_rna: typing.Any
18692
18688
  id_data: typing.Any
@@ -18956,7 +18952,7 @@ class VIEW3D_MT_edit_mesh_select_mode(bpy_types.Menu, bpy_types._GenericUI):
18956
18952
  """
18957
18953
  ...
18958
18954
 
18959
- class VIEW3D_MT_edit_mesh_select_more_less(bpy_types.Menu, bpy_types._GenericUI):
18955
+ class VIEW3D_MT_edit_mesh_select_more_less(bpy_types._GenericUI):
18960
18956
  bl_label: typing.Any
18961
18957
  bl_rna: typing.Any
18962
18958
  id_data: typing.Any
@@ -19226,7 +19222,7 @@ class VIEW3D_MT_edit_mesh_select_more_less(bpy_types.Menu, bpy_types._GenericUI)
19226
19222
  """
19227
19223
  ...
19228
19224
 
19229
- class VIEW3D_MT_edit_mesh_select_similar(bpy_types.Menu, bpy_types._GenericUI):
19225
+ class VIEW3D_MT_edit_mesh_select_similar(bpy_types._GenericUI):
19230
19226
  bl_label: typing.Any
19231
19227
  bl_rna: typing.Any
19232
19228
  id_data: typing.Any
@@ -19496,7 +19492,7 @@ class VIEW3D_MT_edit_mesh_select_similar(bpy_types.Menu, bpy_types._GenericUI):
19496
19492
  """
19497
19493
  ...
19498
19494
 
19499
- class VIEW3D_MT_edit_mesh_shading(bpy_types.Menu, bpy_types._GenericUI):
19495
+ class VIEW3D_MT_edit_mesh_shading(bpy_types._GenericUI):
19500
19496
  bl_label: typing.Any
19501
19497
  bl_rna: typing.Any
19502
19498
  id_data: typing.Any
@@ -19766,7 +19762,7 @@ class VIEW3D_MT_edit_mesh_shading(bpy_types.Menu, bpy_types._GenericUI):
19766
19762
  """
19767
19763
  ...
19768
19764
 
19769
- class VIEW3D_MT_edit_mesh_split(bpy_types.Menu, bpy_types._GenericUI):
19765
+ class VIEW3D_MT_edit_mesh_split(bpy_types._GenericUI):
19770
19766
  bl_label: typing.Any
19771
19767
  bl_rna: typing.Any
19772
19768
  id_data: typing.Any
@@ -20036,7 +20032,7 @@ class VIEW3D_MT_edit_mesh_split(bpy_types.Menu, bpy_types._GenericUI):
20036
20032
  """
20037
20033
  ...
20038
20034
 
20039
- class VIEW3D_MT_edit_mesh_vertices(bpy_types.Menu, bpy_types._GenericUI):
20035
+ class VIEW3D_MT_edit_mesh_vertices(bpy_types._GenericUI):
20040
20036
  bl_label: typing.Any
20041
20037
  bl_rna: typing.Any
20042
20038
  id_data: typing.Any
@@ -20306,7 +20302,7 @@ class VIEW3D_MT_edit_mesh_vertices(bpy_types.Menu, bpy_types._GenericUI):
20306
20302
  """
20307
20303
  ...
20308
20304
 
20309
- class VIEW3D_MT_edit_mesh_weights(bpy_types.Menu, bpy_types._GenericUI):
20305
+ class VIEW3D_MT_edit_mesh_weights(bpy_types._GenericUI):
20310
20306
  bl_label: typing.Any
20311
20307
  bl_rna: typing.Any
20312
20308
  id_data: typing.Any
@@ -20576,7 +20572,7 @@ class VIEW3D_MT_edit_mesh_weights(bpy_types.Menu, bpy_types._GenericUI):
20576
20572
  """
20577
20573
  ...
20578
20574
 
20579
- class VIEW3D_MT_edit_meta(bpy_types.Menu, bpy_types._GenericUI):
20575
+ class VIEW3D_MT_edit_meta(bpy_types._GenericUI):
20580
20576
  bl_label: typing.Any
20581
20577
  bl_rna: typing.Any
20582
20578
  id_data: typing.Any
@@ -20846,7 +20842,7 @@ class VIEW3D_MT_edit_meta(bpy_types.Menu, bpy_types._GenericUI):
20846
20842
  """
20847
20843
  ...
20848
20844
 
20849
- class VIEW3D_MT_edit_meta_showhide(bpy_types.Menu, bpy_types._GenericUI):
20845
+ class VIEW3D_MT_edit_meta_showhide(bpy_types._GenericUI):
20850
20846
  bl_label: typing.Any
20851
20847
  bl_rna: typing.Any
20852
20848
  id_data: typing.Any
@@ -21116,7 +21112,7 @@ class VIEW3D_MT_edit_meta_showhide(bpy_types.Menu, bpy_types._GenericUI):
21116
21112
  """
21117
21113
  ...
21118
21114
 
21119
- class VIEW3D_MT_edit_metaball_context_menu(bpy_types.Menu, bpy_types._GenericUI):
21115
+ class VIEW3D_MT_edit_metaball_context_menu(bpy_types._GenericUI):
21120
21116
  bl_label: typing.Any
21121
21117
  bl_rna: typing.Any
21122
21118
  id_data: typing.Any
@@ -21386,7 +21382,7 @@ class VIEW3D_MT_edit_metaball_context_menu(bpy_types.Menu, bpy_types._GenericUI)
21386
21382
  """
21387
21383
  ...
21388
21384
 
21389
- class VIEW3D_MT_edit_pointcloud(bpy_types.Menu, bpy_types._GenericUI):
21385
+ class VIEW3D_MT_edit_pointcloud(bpy_types._GenericUI):
21390
21386
  bl_label: typing.Any
21391
21387
  bl_rna: typing.Any
21392
21388
  id_data: typing.Any
@@ -21656,7 +21652,7 @@ class VIEW3D_MT_edit_pointcloud(bpy_types.Menu, bpy_types._GenericUI):
21656
21652
  """
21657
21653
  ...
21658
21654
 
21659
- class VIEW3D_MT_edit_surface(bpy_types.Menu, bpy_types._GenericUI):
21655
+ class VIEW3D_MT_edit_surface(bpy_types._GenericUI):
21660
21656
  bl_label: typing.Any
21661
21657
  bl_rna: typing.Any
21662
21658
  id_data: typing.Any
@@ -21926,7 +21922,7 @@ class VIEW3D_MT_edit_surface(bpy_types.Menu, bpy_types._GenericUI):
21926
21922
  """
21927
21923
  ...
21928
21924
 
21929
- class VIEW3D_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
21925
+ class VIEW3D_MT_editor_menus(bpy_types._GenericUI):
21930
21926
  bl_label: typing.Any
21931
21927
  bl_rna: typing.Any
21932
21928
  id_data: typing.Any
@@ -22196,7 +22192,7 @@ class VIEW3D_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
22196
22192
  """
22197
22193
  ...
22198
22194
 
22199
- class VIEW3D_MT_face_sets(bpy_types.Menu, bpy_types._GenericUI):
22195
+ class VIEW3D_MT_face_sets(bpy_types._GenericUI):
22200
22196
  bl_label: typing.Any
22201
22197
  bl_rna: typing.Any
22202
22198
  id_data: typing.Any
@@ -22466,7 +22462,7 @@ class VIEW3D_MT_face_sets(bpy_types.Menu, bpy_types._GenericUI):
22466
22462
  """
22467
22463
  ...
22468
22464
 
22469
- class VIEW3D_MT_face_sets_init(bpy_types.Menu, bpy_types._GenericUI):
22465
+ class VIEW3D_MT_face_sets_init(bpy_types._GenericUI):
22470
22466
  bl_label: typing.Any
22471
22467
  bl_rna: typing.Any
22472
22468
  id_data: typing.Any
@@ -22736,7 +22732,7 @@ class VIEW3D_MT_face_sets_init(bpy_types.Menu, bpy_types._GenericUI):
22736
22732
  """
22737
22733
  ...
22738
22734
 
22739
- class VIEW3D_MT_gpencil_animation(bpy_types.Menu, bpy_types._GenericUI):
22735
+ class VIEW3D_MT_gpencil_animation(bpy_types._GenericUI):
22740
22736
  bl_label: typing.Any
22741
22737
  bl_rna: typing.Any
22742
22738
  id_data: typing.Any
@@ -23013,7 +23009,7 @@ class VIEW3D_MT_gpencil_animation(bpy_types.Menu, bpy_types._GenericUI):
23013
23009
  """
23014
23010
  ...
23015
23011
 
23016
- class VIEW3D_MT_gpencil_autoweights(bpy_types.Menu, bpy_types._GenericUI):
23012
+ class VIEW3D_MT_gpencil_autoweights(bpy_types._GenericUI):
23017
23013
  bl_label: typing.Any
23018
23014
  bl_rna: typing.Any
23019
23015
  id_data: typing.Any
@@ -23283,7 +23279,7 @@ class VIEW3D_MT_gpencil_autoweights(bpy_types.Menu, bpy_types._GenericUI):
23283
23279
  """
23284
23280
  ...
23285
23281
 
23286
- class VIEW3D_MT_gpencil_edit_context_menu(bpy_types.Menu, bpy_types._GenericUI):
23282
+ class VIEW3D_MT_gpencil_edit_context_menu(bpy_types._GenericUI):
23287
23283
  bl_label: typing.Any
23288
23284
  bl_rna: typing.Any
23289
23285
  id_data: typing.Any
@@ -23553,7 +23549,7 @@ class VIEW3D_MT_gpencil_edit_context_menu(bpy_types.Menu, bpy_types._GenericUI):
23553
23549
  """
23554
23550
  ...
23555
23551
 
23556
- class VIEW3D_MT_gpencil_simplify(bpy_types.Menu, bpy_types._GenericUI):
23552
+ class VIEW3D_MT_gpencil_simplify(bpy_types._GenericUI):
23557
23553
  bl_label: typing.Any
23558
23554
  bl_rna: typing.Any
23559
23555
  id_data: typing.Any
@@ -23823,7 +23819,7 @@ class VIEW3D_MT_gpencil_simplify(bpy_types.Menu, bpy_types._GenericUI):
23823
23819
  """
23824
23820
  ...
23825
23821
 
23826
- class VIEW3D_MT_gpencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
23822
+ class VIEW3D_MT_gpencil_vertex_group(bpy_types._GenericUI):
23827
23823
  bl_label: typing.Any
23828
23824
  bl_rna: typing.Any
23829
23825
  id_data: typing.Any
@@ -24093,7 +24089,7 @@ class VIEW3D_MT_gpencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
24093
24089
  """
24094
24090
  ...
24095
24091
 
24096
- class VIEW3D_MT_grease_pencil_add(bpy_types.Menu, bpy_types._GenericUI):
24092
+ class VIEW3D_MT_grease_pencil_add(bpy_types._GenericUI):
24097
24093
  bl_idname: typing.Any
24098
24094
  bl_label: typing.Any
24099
24095
  bl_options: typing.Any
@@ -24365,7 +24361,7 @@ class VIEW3D_MT_grease_pencil_add(bpy_types.Menu, bpy_types._GenericUI):
24365
24361
  """
24366
24362
  ...
24367
24363
 
24368
- class VIEW3D_MT_grease_pencil_assign_material(bpy_types.Menu, bpy_types._GenericUI):
24364
+ class VIEW3D_MT_grease_pencil_assign_material(bpy_types._GenericUI):
24369
24365
  bl_label: typing.Any
24370
24366
  bl_rna: typing.Any
24371
24367
  id_data: typing.Any
@@ -24635,7 +24631,7 @@ class VIEW3D_MT_grease_pencil_assign_material(bpy_types.Menu, bpy_types._Generic
24635
24631
  """
24636
24632
  ...
24637
24633
 
24638
- class VIEW3D_MT_greasepencil_edit_context_menu(bpy_types.Menu, bpy_types._GenericUI):
24634
+ class VIEW3D_MT_greasepencil_edit_context_menu(bpy_types._GenericUI):
24639
24635
  bl_label: typing.Any
24640
24636
  bl_rna: typing.Any
24641
24637
  id_data: typing.Any
@@ -24905,7 +24901,7 @@ class VIEW3D_MT_greasepencil_edit_context_menu(bpy_types.Menu, bpy_types._Generi
24905
24901
  """
24906
24902
  ...
24907
24903
 
24908
- class VIEW3D_MT_greasepencil_material_active(bpy_types.Menu, bpy_types._GenericUI):
24904
+ class VIEW3D_MT_greasepencil_material_active(bpy_types._GenericUI):
24909
24905
  bl_label: typing.Any
24910
24906
  bl_rna: typing.Any
24911
24907
  id_data: typing.Any
@@ -25182,7 +25178,7 @@ class VIEW3D_MT_greasepencil_material_active(bpy_types.Menu, bpy_types._GenericU
25182
25178
  """
25183
25179
  ...
25184
25180
 
25185
- class VIEW3D_MT_greasepencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
25181
+ class VIEW3D_MT_greasepencil_vertex_group(bpy_types._GenericUI):
25186
25182
  bl_label: typing.Any
25187
25183
  bl_rna: typing.Any
25188
25184
  id_data: typing.Any
@@ -25452,7 +25448,7 @@ class VIEW3D_MT_greasepencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
25452
25448
  """
25453
25449
  ...
25454
25450
 
25455
- class VIEW3D_MT_hook(bpy_types.Menu, bpy_types._GenericUI):
25451
+ class VIEW3D_MT_hook(bpy_types._GenericUI):
25456
25452
  bl_label: typing.Any
25457
25453
  bl_rna: typing.Any
25458
25454
  id_data: typing.Any
@@ -25722,7 +25718,7 @@ class VIEW3D_MT_hook(bpy_types.Menu, bpy_types._GenericUI):
25722
25718
  """
25723
25719
  ...
25724
25720
 
25725
- class VIEW3D_MT_image_add(bpy_types.Menu, bpy_types._GenericUI):
25721
+ class VIEW3D_MT_image_add(bpy_types._GenericUI):
25726
25722
  bl_label: typing.Any
25727
25723
  bl_options: typing.Any
25728
25724
  bl_rna: typing.Any
@@ -25993,7 +25989,7 @@ class VIEW3D_MT_image_add(bpy_types.Menu, bpy_types._GenericUI):
25993
25989
  """
25994
25990
  ...
25995
25991
 
25996
- class VIEW3D_MT_light_add(bpy_types.Menu, bpy_types._GenericUI):
25992
+ class VIEW3D_MT_light_add(bpy_types._GenericUI):
25997
25993
  bl_context: typing.Any
25998
25994
  bl_idname: typing.Any
25999
25995
  bl_label: typing.Any
@@ -26266,7 +26262,7 @@ class VIEW3D_MT_light_add(bpy_types.Menu, bpy_types._GenericUI):
26266
26262
  """
26267
26263
  ...
26268
26264
 
26269
- class VIEW3D_MT_lightprobe_add(bpy_types.Menu, bpy_types._GenericUI):
26265
+ class VIEW3D_MT_lightprobe_add(bpy_types._GenericUI):
26270
26266
  bl_idname: typing.Any
26271
26267
  bl_label: typing.Any
26272
26268
  bl_options: typing.Any
@@ -26538,7 +26534,7 @@ class VIEW3D_MT_lightprobe_add(bpy_types.Menu, bpy_types._GenericUI):
26538
26534
  """
26539
26535
  ...
26540
26536
 
26541
- class VIEW3D_MT_make_links(bpy_types.Menu, bpy_types._GenericUI):
26537
+ class VIEW3D_MT_make_links(bpy_types._GenericUI):
26542
26538
  bl_label: typing.Any
26543
26539
  bl_rna: typing.Any
26544
26540
  id_data: typing.Any
@@ -26808,7 +26804,7 @@ class VIEW3D_MT_make_links(bpy_types.Menu, bpy_types._GenericUI):
26808
26804
  """
26809
26805
  ...
26810
26806
 
26811
- class VIEW3D_MT_make_single_user(bpy_types.Menu, bpy_types._GenericUI):
26807
+ class VIEW3D_MT_make_single_user(bpy_types._GenericUI):
26812
26808
  bl_label: typing.Any
26813
26809
  bl_rna: typing.Any
26814
26810
  id_data: typing.Any
@@ -27078,7 +27074,7 @@ class VIEW3D_MT_make_single_user(bpy_types.Menu, bpy_types._GenericUI):
27078
27074
  """
27079
27075
  ...
27080
27076
 
27081
- class VIEW3D_MT_mask(bpy_types.Menu, bpy_types._GenericUI):
27077
+ class VIEW3D_MT_mask(bpy_types._GenericUI):
27082
27078
  bl_label: typing.Any
27083
27079
  bl_rna: typing.Any
27084
27080
  id_data: typing.Any
@@ -27348,7 +27344,7 @@ class VIEW3D_MT_mask(bpy_types.Menu, bpy_types._GenericUI):
27348
27344
  """
27349
27345
  ...
27350
27346
 
27351
- class VIEW3D_MT_mesh_add(bpy_types.Menu, bpy_types._GenericUI):
27347
+ class VIEW3D_MT_mesh_add(bpy_types._GenericUI):
27352
27348
  bl_idname: typing.Any
27353
27349
  bl_label: typing.Any
27354
27350
  bl_options: typing.Any
@@ -27620,7 +27616,7 @@ class VIEW3D_MT_mesh_add(bpy_types.Menu, bpy_types._GenericUI):
27620
27616
  """
27621
27617
  ...
27622
27618
 
27623
- class VIEW3D_MT_metaball_add(bpy_types.Menu, bpy_types._GenericUI):
27619
+ class VIEW3D_MT_metaball_add(bpy_types._GenericUI):
27624
27620
  bl_idname: typing.Any
27625
27621
  bl_label: typing.Any
27626
27622
  bl_options: typing.Any
@@ -27892,7 +27888,7 @@ class VIEW3D_MT_metaball_add(bpy_types.Menu, bpy_types._GenericUI):
27892
27888
  """
27893
27889
  ...
27894
27890
 
27895
- class VIEW3D_MT_mirror(bpy_types.Menu, bpy_types._GenericUI):
27891
+ class VIEW3D_MT_mirror(bpy_types._GenericUI):
27896
27892
  bl_label: typing.Any
27897
27893
  bl_rna: typing.Any
27898
27894
  id_data: typing.Any
@@ -28162,7 +28158,7 @@ class VIEW3D_MT_mirror(bpy_types.Menu, bpy_types._GenericUI):
28162
28158
  """
28163
28159
  ...
28164
28160
 
28165
- class VIEW3D_MT_object(bpy_types.Menu, bpy_types._GenericUI):
28161
+ class VIEW3D_MT_object(bpy_types._GenericUI):
28166
28162
  bl_context: typing.Any
28167
28163
  bl_label: typing.Any
28168
28164
  bl_rna: typing.Any
@@ -28433,7 +28429,7 @@ class VIEW3D_MT_object(bpy_types.Menu, bpy_types._GenericUI):
28433
28429
  """
28434
28430
  ...
28435
28431
 
28436
- class VIEW3D_MT_object_animation(bpy_types.Menu, bpy_types._GenericUI):
28432
+ class VIEW3D_MT_object_animation(bpy_types._GenericUI):
28437
28433
  bl_label: typing.Any
28438
28434
  bl_rna: typing.Any
28439
28435
  id_data: typing.Any
@@ -28703,7 +28699,7 @@ class VIEW3D_MT_object_animation(bpy_types.Menu, bpy_types._GenericUI):
28703
28699
  """
28704
28700
  ...
28705
28701
 
28706
- class VIEW3D_MT_object_apply(bpy_types.Menu, bpy_types._GenericUI):
28702
+ class VIEW3D_MT_object_apply(bpy_types._GenericUI):
28707
28703
  bl_label: typing.Any
28708
28704
  bl_rna: typing.Any
28709
28705
  id_data: typing.Any
@@ -28973,7 +28969,7 @@ class VIEW3D_MT_object_apply(bpy_types.Menu, bpy_types._GenericUI):
28973
28969
  """
28974
28970
  ...
28975
28971
 
28976
- class VIEW3D_MT_object_asset(bpy_types.Menu, bpy_types._GenericUI):
28972
+ class VIEW3D_MT_object_asset(bpy_types._GenericUI):
28977
28973
  bl_label: typing.Any
28978
28974
  bl_rna: typing.Any
28979
28975
  id_data: typing.Any
@@ -29243,7 +29239,7 @@ class VIEW3D_MT_object_asset(bpy_types.Menu, bpy_types._GenericUI):
29243
29239
  """
29244
29240
  ...
29245
29241
 
29246
- class VIEW3D_MT_object_cleanup(bpy_types.Menu, bpy_types._GenericUI):
29242
+ class VIEW3D_MT_object_cleanup(bpy_types._GenericUI):
29247
29243
  bl_label: typing.Any
29248
29244
  bl_rna: typing.Any
29249
29245
  id_data: typing.Any
@@ -29513,7 +29509,7 @@ class VIEW3D_MT_object_cleanup(bpy_types.Menu, bpy_types._GenericUI):
29513
29509
  """
29514
29510
  ...
29515
29511
 
29516
- class VIEW3D_MT_object_clear(bpy_types.Menu, bpy_types._GenericUI):
29512
+ class VIEW3D_MT_object_clear(bpy_types._GenericUI):
29517
29513
  bl_label: typing.Any
29518
29514
  bl_rna: typing.Any
29519
29515
  id_data: typing.Any
@@ -29783,7 +29779,7 @@ class VIEW3D_MT_object_clear(bpy_types.Menu, bpy_types._GenericUI):
29783
29779
  """
29784
29780
  ...
29785
29781
 
29786
- class VIEW3D_MT_object_collection(bpy_types.Menu, bpy_types._GenericUI):
29782
+ class VIEW3D_MT_object_collection(bpy_types._GenericUI):
29787
29783
  bl_label: typing.Any
29788
29784
  bl_rna: typing.Any
29789
29785
  id_data: typing.Any
@@ -30053,7 +30049,7 @@ class VIEW3D_MT_object_collection(bpy_types.Menu, bpy_types._GenericUI):
30053
30049
  """
30054
30050
  ...
30055
30051
 
30056
- class VIEW3D_MT_object_constraints(bpy_types.Menu, bpy_types._GenericUI):
30052
+ class VIEW3D_MT_object_constraints(bpy_types._GenericUI):
30057
30053
  bl_label: typing.Any
30058
30054
  bl_rna: typing.Any
30059
30055
  id_data: typing.Any
@@ -30323,7 +30319,7 @@ class VIEW3D_MT_object_constraints(bpy_types.Menu, bpy_types._GenericUI):
30323
30319
  """
30324
30320
  ...
30325
30321
 
30326
- class VIEW3D_MT_object_context_menu(bpy_types.Menu, bpy_types._GenericUI):
30322
+ class VIEW3D_MT_object_context_menu(bpy_types._GenericUI):
30327
30323
  bl_label: typing.Any
30328
30324
  bl_rna: typing.Any
30329
30325
  id_data: typing.Any
@@ -30593,7 +30589,7 @@ class VIEW3D_MT_object_context_menu(bpy_types.Menu, bpy_types._GenericUI):
30593
30589
  """
30594
30590
  ...
30595
30591
 
30596
- class VIEW3D_MT_object_convert(bpy_types.Menu, bpy_types._GenericUI):
30592
+ class VIEW3D_MT_object_convert(bpy_types._GenericUI):
30597
30593
  bl_label: typing.Any
30598
30594
  bl_rna: typing.Any
30599
30595
  id_data: typing.Any
@@ -30863,7 +30859,7 @@ class VIEW3D_MT_object_convert(bpy_types.Menu, bpy_types._GenericUI):
30863
30859
  """
30864
30860
  ...
30865
30861
 
30866
- class VIEW3D_MT_object_liboverride(bpy_types.Menu, bpy_types._GenericUI):
30862
+ class VIEW3D_MT_object_liboverride(bpy_types._GenericUI):
30867
30863
  bl_label: typing.Any
30868
30864
  bl_rna: typing.Any
30869
30865
  id_data: typing.Any
@@ -31133,7 +31129,7 @@ class VIEW3D_MT_object_liboverride(bpy_types.Menu, bpy_types._GenericUI):
31133
31129
  """
31134
31130
  ...
31135
31131
 
31136
- class VIEW3D_MT_object_mode_pie(bpy_types.Menu, bpy_types._GenericUI):
31132
+ class VIEW3D_MT_object_mode_pie(bpy_types._GenericUI):
31137
31133
  bl_label: typing.Any
31138
31134
  bl_rna: typing.Any
31139
31135
  id_data: typing.Any
@@ -31403,7 +31399,7 @@ class VIEW3D_MT_object_mode_pie(bpy_types.Menu, bpy_types._GenericUI):
31403
31399
  """
31404
31400
  ...
31405
31401
 
31406
- class VIEW3D_MT_object_modifiers(bpy_types.Menu, bpy_types._GenericUI):
31402
+ class VIEW3D_MT_object_modifiers(bpy_types._GenericUI):
31407
31403
  bl_label: typing.Any
31408
31404
  bl_rna: typing.Any
31409
31405
  id_data: typing.Any
@@ -31673,9 +31669,10 @@ class VIEW3D_MT_object_modifiers(bpy_types.Menu, bpy_types._GenericUI):
31673
31669
  """
31674
31670
  ...
31675
31671
 
31676
- class VIEW3D_MT_object_parent(bpy_types.Menu, bpy_types._GenericUI):
31672
+ class VIEW3D_MT_object_parent(bpy_types._GenericUI):
31677
31673
  bl_label: typing.Any
31678
31674
  bl_rna: typing.Any
31675
+ bl_translation_context: typing.Any
31679
31676
  id_data: typing.Any
31680
31677
 
31681
31678
  def append(self, draw_func):
@@ -31943,7 +31940,7 @@ class VIEW3D_MT_object_parent(bpy_types.Menu, bpy_types._GenericUI):
31943
31940
  """
31944
31941
  ...
31945
31942
 
31946
- class VIEW3D_MT_object_quick_effects(bpy_types.Menu, bpy_types._GenericUI):
31943
+ class VIEW3D_MT_object_quick_effects(bpy_types._GenericUI):
31947
31944
  bl_label: typing.Any
31948
31945
  bl_rna: typing.Any
31949
31946
  id_data: typing.Any
@@ -32213,7 +32210,7 @@ class VIEW3D_MT_object_quick_effects(bpy_types.Menu, bpy_types._GenericUI):
32213
32210
  """
32214
32211
  ...
32215
32212
 
32216
- class VIEW3D_MT_object_relations(bpy_types.Menu, bpy_types._GenericUI):
32213
+ class VIEW3D_MT_object_relations(bpy_types._GenericUI):
32217
32214
  bl_label: typing.Any
32218
32215
  bl_rna: typing.Any
32219
32216
  id_data: typing.Any
@@ -32483,7 +32480,7 @@ class VIEW3D_MT_object_relations(bpy_types.Menu, bpy_types._GenericUI):
32483
32480
  """
32484
32481
  ...
32485
32482
 
32486
- class VIEW3D_MT_object_rigid_body(bpy_types.Menu, bpy_types._GenericUI):
32483
+ class VIEW3D_MT_object_rigid_body(bpy_types._GenericUI):
32487
32484
  bl_label: typing.Any
32488
32485
  bl_rna: typing.Any
32489
32486
  id_data: typing.Any
@@ -32753,7 +32750,7 @@ class VIEW3D_MT_object_rigid_body(bpy_types.Menu, bpy_types._GenericUI):
32753
32750
  """
32754
32751
  ...
32755
32752
 
32756
- class VIEW3D_MT_object_shading(bpy_types.Menu, bpy_types._GenericUI):
32753
+ class VIEW3D_MT_object_shading(bpy_types._GenericUI):
32757
32754
  bl_label: typing.Any
32758
32755
  bl_rna: typing.Any
32759
32756
  id_data: typing.Any
@@ -33023,7 +33020,7 @@ class VIEW3D_MT_object_shading(bpy_types.Menu, bpy_types._GenericUI):
33023
33020
  """
33024
33021
  ...
33025
33022
 
33026
- class VIEW3D_MT_object_showhide(bpy_types.Menu, bpy_types._GenericUI):
33023
+ class VIEW3D_MT_object_showhide(bpy_types._GenericUI):
33027
33024
  bl_label: typing.Any
33028
33025
  bl_rna: typing.Any
33029
33026
  id_data: typing.Any
@@ -33293,7 +33290,7 @@ class VIEW3D_MT_object_showhide(bpy_types.Menu, bpy_types._GenericUI):
33293
33290
  """
33294
33291
  ...
33295
33292
 
33296
- class VIEW3D_MT_object_track(bpy_types.Menu, bpy_types._GenericUI):
33293
+ class VIEW3D_MT_object_track(bpy_types._GenericUI):
33297
33294
  bl_label: typing.Any
33298
33295
  bl_rna: typing.Any
33299
33296
  bl_translation_context: typing.Any
@@ -33564,7 +33561,7 @@ class VIEW3D_MT_object_track(bpy_types.Menu, bpy_types._GenericUI):
33564
33561
  """
33565
33562
  ...
33566
33563
 
33567
- class VIEW3D_MT_orientations_pie(bpy_types.Menu, bpy_types._GenericUI):
33564
+ class VIEW3D_MT_orientations_pie(bpy_types._GenericUI):
33568
33565
  bl_label: typing.Any
33569
33566
  bl_rna: typing.Any
33570
33567
  id_data: typing.Any
@@ -33834,7 +33831,7 @@ class VIEW3D_MT_orientations_pie(bpy_types.Menu, bpy_types._GenericUI):
33834
33831
  """
33835
33832
  ...
33836
33833
 
33837
- class VIEW3D_MT_paint_gpencil(bpy_types.Menu, bpy_types._GenericUI):
33834
+ class VIEW3D_MT_paint_gpencil(bpy_types._GenericUI):
33838
33835
  bl_label: typing.Any
33839
33836
  bl_rna: typing.Any
33840
33837
  id_data: typing.Any
@@ -34104,7 +34101,7 @@ class VIEW3D_MT_paint_gpencil(bpy_types.Menu, bpy_types._GenericUI):
34104
34101
  """
34105
34102
  ...
34106
34103
 
34107
- class VIEW3D_MT_paint_grease_pencil(bpy_types.Menu, bpy_types._GenericUI):
34104
+ class VIEW3D_MT_paint_grease_pencil(bpy_types._GenericUI):
34108
34105
  bl_label: typing.Any
34109
34106
  bl_rna: typing.Any
34110
34107
  id_data: typing.Any
@@ -34374,7 +34371,7 @@ class VIEW3D_MT_paint_grease_pencil(bpy_types.Menu, bpy_types._GenericUI):
34374
34371
  """
34375
34372
  ...
34376
34373
 
34377
- class VIEW3D_MT_paint_vertex(bpy_types.Menu, bpy_types._GenericUI):
34374
+ class VIEW3D_MT_paint_vertex(bpy_types._GenericUI):
34378
34375
  bl_label: typing.Any
34379
34376
  bl_rna: typing.Any
34380
34377
  id_data: typing.Any
@@ -34644,7 +34641,7 @@ class VIEW3D_MT_paint_vertex(bpy_types.Menu, bpy_types._GenericUI):
34644
34641
  """
34645
34642
  ...
34646
34643
 
34647
- class VIEW3D_MT_paint_weight(bpy_types.Menu, bpy_types._GenericUI):
34644
+ class VIEW3D_MT_paint_weight(bpy_types._GenericUI):
34648
34645
  bl_label: typing.Any
34649
34646
  bl_rna: typing.Any
34650
34647
  id_data: typing.Any
@@ -34922,7 +34919,7 @@ class VIEW3D_MT_paint_weight(bpy_types.Menu, bpy_types._GenericUI):
34922
34919
  """
34923
34920
  ...
34924
34921
 
34925
- class VIEW3D_MT_paint_weight_lock(bpy_types.Menu, bpy_types._GenericUI):
34922
+ class VIEW3D_MT_paint_weight_lock(bpy_types._GenericUI):
34926
34923
  bl_label: typing.Any
34927
34924
  bl_rna: typing.Any
34928
34925
  id_data: typing.Any
@@ -35192,7 +35189,7 @@ class VIEW3D_MT_paint_weight_lock(bpy_types.Menu, bpy_types._GenericUI):
35192
35189
  """
35193
35190
  ...
35194
35191
 
35195
- class VIEW3D_MT_particle(bpy_types.Menu, bpy_types._GenericUI):
35192
+ class VIEW3D_MT_particle(bpy_types._GenericUI):
35196
35193
  bl_label: typing.Any
35197
35194
  bl_rna: typing.Any
35198
35195
  id_data: typing.Any
@@ -35462,7 +35459,7 @@ class VIEW3D_MT_particle(bpy_types.Menu, bpy_types._GenericUI):
35462
35459
  """
35463
35460
  ...
35464
35461
 
35465
- class VIEW3D_MT_particle_context_menu(bpy_types.Menu, bpy_types._GenericUI):
35462
+ class VIEW3D_MT_particle_context_menu(bpy_types._GenericUI):
35466
35463
  bl_label: typing.Any
35467
35464
  bl_rna: typing.Any
35468
35465
  id_data: typing.Any
@@ -35732,7 +35729,7 @@ class VIEW3D_MT_particle_context_menu(bpy_types.Menu, bpy_types._GenericUI):
35732
35729
  """
35733
35730
  ...
35734
35731
 
35735
- class VIEW3D_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
35732
+ class VIEW3D_MT_pivot_pie(bpy_types._GenericUI):
35736
35733
  bl_label: typing.Any
35737
35734
  bl_rna: typing.Any
35738
35735
  id_data: typing.Any
@@ -36002,7 +35999,7 @@ class VIEW3D_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
36002
35999
  """
36003
36000
  ...
36004
36001
 
36005
- class VIEW3D_MT_pose(bpy_types.Menu, bpy_types._GenericUI):
36002
+ class VIEW3D_MT_pose(bpy_types._GenericUI):
36006
36003
  bl_label: typing.Any
36007
36004
  bl_rna: typing.Any
36008
36005
  id_data: typing.Any
@@ -36272,7 +36269,7 @@ class VIEW3D_MT_pose(bpy_types.Menu, bpy_types._GenericUI):
36272
36269
  """
36273
36270
  ...
36274
36271
 
36275
- class VIEW3D_MT_pose_apply(bpy_types.Menu, bpy_types._GenericUI):
36272
+ class VIEW3D_MT_pose_apply(bpy_types._GenericUI):
36276
36273
  bl_label: typing.Any
36277
36274
  bl_rna: typing.Any
36278
36275
  id_data: typing.Any
@@ -36542,7 +36539,7 @@ class VIEW3D_MT_pose_apply(bpy_types.Menu, bpy_types._GenericUI):
36542
36539
  """
36543
36540
  ...
36544
36541
 
36545
- class VIEW3D_MT_pose_constraints(bpy_types.Menu, bpy_types._GenericUI):
36542
+ class VIEW3D_MT_pose_constraints(bpy_types._GenericUI):
36546
36543
  bl_label: typing.Any
36547
36544
  bl_rna: typing.Any
36548
36545
  id_data: typing.Any
@@ -36812,7 +36809,7 @@ class VIEW3D_MT_pose_constraints(bpy_types.Menu, bpy_types._GenericUI):
36812
36809
  """
36813
36810
  ...
36814
36811
 
36815
- class VIEW3D_MT_pose_context_menu(bpy_types.Menu, bpy_types._GenericUI):
36812
+ class VIEW3D_MT_pose_context_menu(bpy_types._GenericUI):
36816
36813
  bl_label: typing.Any
36817
36814
  bl_rna: typing.Any
36818
36815
  id_data: typing.Any
@@ -37082,7 +37079,7 @@ class VIEW3D_MT_pose_context_menu(bpy_types.Menu, bpy_types._GenericUI):
37082
37079
  """
37083
37080
  ...
37084
37081
 
37085
- class VIEW3D_MT_pose_ik(bpy_types.Menu, bpy_types._GenericUI):
37082
+ class VIEW3D_MT_pose_ik(bpy_types._GenericUI):
37086
37083
  bl_label: typing.Any
37087
37084
  bl_rna: typing.Any
37088
37085
  id_data: typing.Any
@@ -37352,7 +37349,7 @@ class VIEW3D_MT_pose_ik(bpy_types.Menu, bpy_types._GenericUI):
37352
37349
  """
37353
37350
  ...
37354
37351
 
37355
- class VIEW3D_MT_pose_motion(bpy_types.Menu, bpy_types._GenericUI):
37352
+ class VIEW3D_MT_pose_motion(bpy_types._GenericUI):
37356
37353
  bl_label: typing.Any
37357
37354
  bl_rna: typing.Any
37358
37355
  id_data: typing.Any
@@ -37622,7 +37619,7 @@ class VIEW3D_MT_pose_motion(bpy_types.Menu, bpy_types._GenericUI):
37622
37619
  """
37623
37620
  ...
37624
37621
 
37625
- class VIEW3D_MT_pose_names(bpy_types.Menu, bpy_types._GenericUI):
37622
+ class VIEW3D_MT_pose_names(bpy_types._GenericUI):
37626
37623
  bl_label: typing.Any
37627
37624
  bl_rna: typing.Any
37628
37625
  id_data: typing.Any
@@ -37892,7 +37889,7 @@ class VIEW3D_MT_pose_names(bpy_types.Menu, bpy_types._GenericUI):
37892
37889
  """
37893
37890
  ...
37894
37891
 
37895
- class VIEW3D_MT_pose_propagate(bpy_types.Menu, bpy_types._GenericUI):
37892
+ class VIEW3D_MT_pose_propagate(bpy_types._GenericUI):
37896
37893
  bl_label: typing.Any
37897
37894
  bl_rna: typing.Any
37898
37895
  id_data: typing.Any
@@ -38162,7 +38159,7 @@ class VIEW3D_MT_pose_propagate(bpy_types.Menu, bpy_types._GenericUI):
38162
38159
  """
38163
38160
  ...
38164
38161
 
38165
- class VIEW3D_MT_pose_slide(bpy_types.Menu, bpy_types._GenericUI):
38162
+ class VIEW3D_MT_pose_slide(bpy_types._GenericUI):
38166
38163
  bl_label: typing.Any
38167
38164
  bl_rna: typing.Any
38168
38165
  id_data: typing.Any
@@ -38432,7 +38429,7 @@ class VIEW3D_MT_pose_slide(bpy_types.Menu, bpy_types._GenericUI):
38432
38429
  """
38433
38430
  ...
38434
38431
 
38435
- class VIEW3D_MT_pose_transform(bpy_types.Menu, bpy_types._GenericUI):
38432
+ class VIEW3D_MT_pose_transform(bpy_types._GenericUI):
38436
38433
  bl_label: typing.Any
38437
38434
  bl_rna: typing.Any
38438
38435
  id_data: typing.Any
@@ -38702,7 +38699,7 @@ class VIEW3D_MT_pose_transform(bpy_types.Menu, bpy_types._GenericUI):
38702
38699
  """
38703
38700
  ...
38704
38701
 
38705
- class VIEW3D_MT_proportional_editing_falloff_pie(bpy_types.Menu, bpy_types._GenericUI):
38702
+ class VIEW3D_MT_proportional_editing_falloff_pie(bpy_types._GenericUI):
38706
38703
  bl_label: typing.Any
38707
38704
  bl_rna: typing.Any
38708
38705
  id_data: typing.Any
@@ -38972,7 +38969,7 @@ class VIEW3D_MT_proportional_editing_falloff_pie(bpy_types.Menu, bpy_types._Gene
38972
38969
  """
38973
38970
  ...
38974
38971
 
38975
- class VIEW3D_MT_random_mask(bpy_types.Menu, bpy_types._GenericUI):
38972
+ class VIEW3D_MT_random_mask(bpy_types._GenericUI):
38976
38973
  bl_label: typing.Any
38977
38974
  bl_rna: typing.Any
38978
38975
  id_data: typing.Any
@@ -39242,7 +39239,7 @@ class VIEW3D_MT_random_mask(bpy_types.Menu, bpy_types._GenericUI):
39242
39239
  """
39243
39240
  ...
39244
39241
 
39245
- class VIEW3D_MT_sculpt(bpy_types.Menu, bpy_types._GenericUI):
39242
+ class VIEW3D_MT_sculpt(bpy_types._GenericUI):
39246
39243
  bl_label: typing.Any
39247
39244
  bl_rna: typing.Any
39248
39245
  id_data: typing.Any
@@ -39512,7 +39509,7 @@ class VIEW3D_MT_sculpt(bpy_types.Menu, bpy_types._GenericUI):
39512
39509
  """
39513
39510
  ...
39514
39511
 
39515
- class VIEW3D_MT_sculpt_automasking_pie(bpy_types.Menu, bpy_types._GenericUI):
39512
+ class VIEW3D_MT_sculpt_automasking_pie(bpy_types._GenericUI):
39516
39513
  bl_label: typing.Any
39517
39514
  bl_rna: typing.Any
39518
39515
  id_data: typing.Any
@@ -39782,7 +39779,7 @@ class VIEW3D_MT_sculpt_automasking_pie(bpy_types.Menu, bpy_types._GenericUI):
39782
39779
  """
39783
39780
  ...
39784
39781
 
39785
- class VIEW3D_MT_sculpt_curves(bpy_types.Menu, bpy_types._GenericUI):
39782
+ class VIEW3D_MT_sculpt_curves(bpy_types._GenericUI):
39786
39783
  bl_label: typing.Any
39787
39784
  bl_rna: typing.Any
39788
39785
  id_data: typing.Any
@@ -40052,7 +40049,7 @@ class VIEW3D_MT_sculpt_curves(bpy_types.Menu, bpy_types._GenericUI):
40052
40049
  """
40053
40050
  ...
40054
40051
 
40055
- class VIEW3D_MT_sculpt_face_sets_edit_pie(bpy_types.Menu, bpy_types._GenericUI):
40052
+ class VIEW3D_MT_sculpt_face_sets_edit_pie(bpy_types._GenericUI):
40056
40053
  bl_label: typing.Any
40057
40054
  bl_rna: typing.Any
40058
40055
  id_data: typing.Any
@@ -40322,7 +40319,7 @@ class VIEW3D_MT_sculpt_face_sets_edit_pie(bpy_types.Menu, bpy_types._GenericUI):
40322
40319
  """
40323
40320
  ...
40324
40321
 
40325
- class VIEW3D_MT_sculpt_gpencil_automasking_pie(bpy_types.Menu, bpy_types._GenericUI):
40322
+ class VIEW3D_MT_sculpt_gpencil_automasking_pie(bpy_types._GenericUI):
40326
40323
  bl_label: typing.Any
40327
40324
  bl_rna: typing.Any
40328
40325
  id_data: typing.Any
@@ -40592,7 +40589,7 @@ class VIEW3D_MT_sculpt_gpencil_automasking_pie(bpy_types.Menu, bpy_types._Generi
40592
40589
  """
40593
40590
  ...
40594
40591
 
40595
- class VIEW3D_MT_sculpt_mask_edit_pie(bpy_types.Menu, bpy_types._GenericUI):
40592
+ class VIEW3D_MT_sculpt_mask_edit_pie(bpy_types._GenericUI):
40596
40593
  bl_label: typing.Any
40597
40594
  bl_rna: typing.Any
40598
40595
  id_data: typing.Any
@@ -40862,7 +40859,7 @@ class VIEW3D_MT_sculpt_mask_edit_pie(bpy_types.Menu, bpy_types._GenericUI):
40862
40859
  """
40863
40860
  ...
40864
40861
 
40865
- class VIEW3D_MT_sculpt_set_pivot(bpy_types.Menu, bpy_types._GenericUI):
40862
+ class VIEW3D_MT_sculpt_set_pivot(bpy_types._GenericUI):
40866
40863
  bl_label: typing.Any
40867
40864
  bl_rna: typing.Any
40868
40865
  id_data: typing.Any
@@ -41132,7 +41129,7 @@ class VIEW3D_MT_sculpt_set_pivot(bpy_types.Menu, bpy_types._GenericUI):
41132
41129
  """
41133
41130
  ...
41134
41131
 
41135
- class VIEW3D_MT_sculpt_showhide(bpy_types.Menu, bpy_types._GenericUI):
41132
+ class VIEW3D_MT_sculpt_showhide(bpy_types._GenericUI):
41136
41133
  bl_label: typing.Any
41137
41134
  bl_rna: typing.Any
41138
41135
  id_data: typing.Any
@@ -41402,7 +41399,7 @@ class VIEW3D_MT_sculpt_showhide(bpy_types.Menu, bpy_types._GenericUI):
41402
41399
  """
41403
41400
  ...
41404
41401
 
41405
- class VIEW3D_MT_sculpt_transform(bpy_types.Menu, bpy_types._GenericUI):
41402
+ class VIEW3D_MT_sculpt_transform(bpy_types._GenericUI):
41406
41403
  bl_label: typing.Any
41407
41404
  bl_rna: typing.Any
41408
41405
  id_data: typing.Any
@@ -41672,7 +41669,7 @@ class VIEW3D_MT_sculpt_transform(bpy_types.Menu, bpy_types._GenericUI):
41672
41669
  """
41673
41670
  ...
41674
41671
 
41675
- class VIEW3D_MT_sculpt_trim(bpy_types.Menu, bpy_types._GenericUI):
41672
+ class VIEW3D_MT_sculpt_trim(bpy_types._GenericUI):
41676
41673
  bl_label: typing.Any
41677
41674
  bl_rna: typing.Any
41678
41675
  id_data: typing.Any
@@ -41942,7 +41939,7 @@ class VIEW3D_MT_sculpt_trim(bpy_types.Menu, bpy_types._GenericUI):
41942
41939
  """
41943
41940
  ...
41944
41941
 
41945
- class VIEW3D_MT_select_edit_armature(bpy_types.Menu, bpy_types._GenericUI):
41942
+ class VIEW3D_MT_select_edit_armature(bpy_types._GenericUI):
41946
41943
  bl_label: typing.Any
41947
41944
  bl_rna: typing.Any
41948
41945
  id_data: typing.Any
@@ -42212,7 +42209,7 @@ class VIEW3D_MT_select_edit_armature(bpy_types.Menu, bpy_types._GenericUI):
42212
42209
  """
42213
42210
  ...
42214
42211
 
42215
- class VIEW3D_MT_select_edit_curve(bpy_types.Menu, bpy_types._GenericUI):
42212
+ class VIEW3D_MT_select_edit_curve(bpy_types._GenericUI):
42216
42213
  bl_label: typing.Any
42217
42214
  bl_rna: typing.Any
42218
42215
  id_data: typing.Any
@@ -42482,7 +42479,7 @@ class VIEW3D_MT_select_edit_curve(bpy_types.Menu, bpy_types._GenericUI):
42482
42479
  """
42483
42480
  ...
42484
42481
 
42485
- class VIEW3D_MT_select_edit_curves(bpy_types.Menu, bpy_types._GenericUI):
42482
+ class VIEW3D_MT_select_edit_curves(bpy_types._GenericUI):
42486
42483
  bl_label: typing.Any
42487
42484
  bl_rna: typing.Any
42488
42485
  id_data: typing.Any
@@ -42752,7 +42749,7 @@ class VIEW3D_MT_select_edit_curves(bpy_types.Menu, bpy_types._GenericUI):
42752
42749
  """
42753
42750
  ...
42754
42751
 
42755
- class VIEW3D_MT_select_edit_gpencil(bpy_types.Menu, bpy_types._GenericUI):
42752
+ class VIEW3D_MT_select_edit_gpencil(bpy_types._GenericUI):
42756
42753
  bl_label: typing.Any
42757
42754
  bl_rna: typing.Any
42758
42755
  id_data: typing.Any
@@ -43022,7 +43019,7 @@ class VIEW3D_MT_select_edit_gpencil(bpy_types.Menu, bpy_types._GenericUI):
43022
43019
  """
43023
43020
  ...
43024
43021
 
43025
- class VIEW3D_MT_select_edit_grease_pencil(bpy_types.Menu, bpy_types._GenericUI):
43022
+ class VIEW3D_MT_select_edit_grease_pencil(bpy_types._GenericUI):
43026
43023
  bl_label: typing.Any
43027
43024
  bl_rna: typing.Any
43028
43025
  id_data: typing.Any
@@ -43292,7 +43289,7 @@ class VIEW3D_MT_select_edit_grease_pencil(bpy_types.Menu, bpy_types._GenericUI):
43292
43289
  """
43293
43290
  ...
43294
43291
 
43295
- class VIEW3D_MT_select_edit_lattice(bpy_types.Menu, bpy_types._GenericUI):
43292
+ class VIEW3D_MT_select_edit_lattice(bpy_types._GenericUI):
43296
43293
  bl_label: typing.Any
43297
43294
  bl_rna: typing.Any
43298
43295
  id_data: typing.Any
@@ -43562,7 +43559,7 @@ class VIEW3D_MT_select_edit_lattice(bpy_types.Menu, bpy_types._GenericUI):
43562
43559
  """
43563
43560
  ...
43564
43561
 
43565
- class VIEW3D_MT_select_edit_mesh(bpy_types.Menu, bpy_types._GenericUI):
43562
+ class VIEW3D_MT_select_edit_mesh(bpy_types._GenericUI):
43566
43563
  bl_label: typing.Any
43567
43564
  bl_rna: typing.Any
43568
43565
  id_data: typing.Any
@@ -43832,7 +43829,7 @@ class VIEW3D_MT_select_edit_mesh(bpy_types.Menu, bpy_types._GenericUI):
43832
43829
  """
43833
43830
  ...
43834
43831
 
43835
- class VIEW3D_MT_select_edit_metaball(bpy_types.Menu, bpy_types._GenericUI):
43832
+ class VIEW3D_MT_select_edit_metaball(bpy_types._GenericUI):
43836
43833
  bl_label: typing.Any
43837
43834
  bl_rna: typing.Any
43838
43835
  id_data: typing.Any
@@ -44102,7 +44099,7 @@ class VIEW3D_MT_select_edit_metaball(bpy_types.Menu, bpy_types._GenericUI):
44102
44099
  """
44103
44100
  ...
44104
44101
 
44105
- class VIEW3D_MT_select_edit_point_cloud(bpy_types.Menu, bpy_types._GenericUI):
44102
+ class VIEW3D_MT_select_edit_point_cloud(bpy_types._GenericUI):
44106
44103
  bl_label: typing.Any
44107
44104
  bl_rna: typing.Any
44108
44105
  id_data: typing.Any
@@ -44372,7 +44369,7 @@ class VIEW3D_MT_select_edit_point_cloud(bpy_types.Menu, bpy_types._GenericUI):
44372
44369
  """
44373
44370
  ...
44374
44371
 
44375
- class VIEW3D_MT_select_edit_surface(bpy_types.Menu, bpy_types._GenericUI):
44372
+ class VIEW3D_MT_select_edit_surface(bpy_types._GenericUI):
44376
44373
  bl_label: typing.Any
44377
44374
  bl_rna: typing.Any
44378
44375
  id_data: typing.Any
@@ -44642,7 +44639,7 @@ class VIEW3D_MT_select_edit_surface(bpy_types.Menu, bpy_types._GenericUI):
44642
44639
  """
44643
44640
  ...
44644
44641
 
44645
- class VIEW3D_MT_select_edit_text(bpy_types.Menu, bpy_types._GenericUI):
44642
+ class VIEW3D_MT_select_edit_text(bpy_types._GenericUI):
44646
44643
  bl_label: typing.Any
44647
44644
  bl_rna: typing.Any
44648
44645
  id_data: typing.Any
@@ -44912,7 +44909,7 @@ class VIEW3D_MT_select_edit_text(bpy_types.Menu, bpy_types._GenericUI):
44912
44909
  """
44913
44910
  ...
44914
44911
 
44915
- class VIEW3D_MT_select_object(bpy_types.Menu, bpy_types._GenericUI):
44912
+ class VIEW3D_MT_select_object(bpy_types._GenericUI):
44916
44913
  bl_label: typing.Any
44917
44914
  bl_rna: typing.Any
44918
44915
  id_data: typing.Any
@@ -45182,7 +45179,7 @@ class VIEW3D_MT_select_object(bpy_types.Menu, bpy_types._GenericUI):
45182
45179
  """
45183
45180
  ...
45184
45181
 
45185
- class VIEW3D_MT_select_object_more_less(bpy_types.Menu, bpy_types._GenericUI):
45182
+ class VIEW3D_MT_select_object_more_less(bpy_types._GenericUI):
45186
45183
  bl_label: typing.Any
45187
45184
  bl_rna: typing.Any
45188
45185
  id_data: typing.Any
@@ -45452,7 +45449,7 @@ class VIEW3D_MT_select_object_more_less(bpy_types.Menu, bpy_types._GenericUI):
45452
45449
  """
45453
45450
  ...
45454
45451
 
45455
- class VIEW3D_MT_select_paint_mask(bpy_types.Menu, bpy_types._GenericUI):
45452
+ class VIEW3D_MT_select_paint_mask(bpy_types._GenericUI):
45456
45453
  bl_label: typing.Any
45457
45454
  bl_rna: typing.Any
45458
45455
  id_data: typing.Any
@@ -45722,7 +45719,7 @@ class VIEW3D_MT_select_paint_mask(bpy_types.Menu, bpy_types._GenericUI):
45722
45719
  """
45723
45720
  ...
45724
45721
 
45725
- class VIEW3D_MT_select_paint_mask_vertex(bpy_types.Menu, bpy_types._GenericUI):
45722
+ class VIEW3D_MT_select_paint_mask_vertex(bpy_types._GenericUI):
45726
45723
  bl_label: typing.Any
45727
45724
  bl_rna: typing.Any
45728
45725
  id_data: typing.Any
@@ -45992,7 +45989,7 @@ class VIEW3D_MT_select_paint_mask_vertex(bpy_types.Menu, bpy_types._GenericUI):
45992
45989
  """
45993
45990
  ...
45994
45991
 
45995
- class VIEW3D_MT_select_particle(bpy_types.Menu, bpy_types._GenericUI):
45992
+ class VIEW3D_MT_select_particle(bpy_types._GenericUI):
45996
45993
  bl_label: typing.Any
45997
45994
  bl_rna: typing.Any
45998
45995
  id_data: typing.Any
@@ -46262,7 +46259,7 @@ class VIEW3D_MT_select_particle(bpy_types.Menu, bpy_types._GenericUI):
46262
46259
  """
46263
46260
  ...
46264
46261
 
46265
- class VIEW3D_MT_select_pose(bpy_types.Menu, bpy_types._GenericUI):
46262
+ class VIEW3D_MT_select_pose(bpy_types._GenericUI):
46266
46263
  bl_label: typing.Any
46267
46264
  bl_rna: typing.Any
46268
46265
  id_data: typing.Any
@@ -46532,7 +46529,7 @@ class VIEW3D_MT_select_pose(bpy_types.Menu, bpy_types._GenericUI):
46532
46529
  """
46533
46530
  ...
46534
46531
 
46535
- class VIEW3D_MT_select_pose_more_less(bpy_types.Menu, bpy_types._GenericUI):
46532
+ class VIEW3D_MT_select_pose_more_less(bpy_types._GenericUI):
46536
46533
  bl_label: typing.Any
46537
46534
  bl_rna: typing.Any
46538
46535
  id_data: typing.Any
@@ -46802,7 +46799,7 @@ class VIEW3D_MT_select_pose_more_less(bpy_types.Menu, bpy_types._GenericUI):
46802
46799
  """
46803
46800
  ...
46804
46801
 
46805
- class VIEW3D_MT_select_sculpt_curves(bpy_types.Menu, bpy_types._GenericUI):
46802
+ class VIEW3D_MT_select_sculpt_curves(bpy_types._GenericUI):
46806
46803
  bl_label: typing.Any
46807
46804
  bl_rna: typing.Any
46808
46805
  id_data: typing.Any
@@ -47072,7 +47069,7 @@ class VIEW3D_MT_select_sculpt_curves(bpy_types.Menu, bpy_types._GenericUI):
47072
47069
  """
47073
47070
  ...
47074
47071
 
47075
- class VIEW3D_MT_shading_ex_pie(bpy_types.Menu, bpy_types._GenericUI):
47072
+ class VIEW3D_MT_shading_ex_pie(bpy_types._GenericUI):
47076
47073
  bl_label: typing.Any
47077
47074
  bl_rna: typing.Any
47078
47075
  id_data: typing.Any
@@ -47342,7 +47339,7 @@ class VIEW3D_MT_shading_ex_pie(bpy_types.Menu, bpy_types._GenericUI):
47342
47339
  """
47343
47340
  ...
47344
47341
 
47345
- class VIEW3D_MT_shading_pie(bpy_types.Menu, bpy_types._GenericUI):
47342
+ class VIEW3D_MT_shading_pie(bpy_types._GenericUI):
47346
47343
  bl_label: typing.Any
47347
47344
  bl_rna: typing.Any
47348
47345
  id_data: typing.Any
@@ -47612,7 +47609,7 @@ class VIEW3D_MT_shading_pie(bpy_types.Menu, bpy_types._GenericUI):
47612
47609
  """
47613
47610
  ...
47614
47611
 
47615
- class VIEW3D_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
47612
+ class VIEW3D_MT_snap(bpy_types._GenericUI):
47616
47613
  bl_label: typing.Any
47617
47614
  bl_rna: typing.Any
47618
47615
  id_data: typing.Any
@@ -47882,7 +47879,7 @@ class VIEW3D_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
47882
47879
  """
47883
47880
  ...
47884
47881
 
47885
- class VIEW3D_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
47882
+ class VIEW3D_MT_snap_pie(bpy_types._GenericUI):
47886
47883
  bl_label: typing.Any
47887
47884
  bl_rna: typing.Any
47888
47885
  id_data: typing.Any
@@ -48152,7 +48149,7 @@ class VIEW3D_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
48152
48149
  """
48153
48150
  ...
48154
48151
 
48155
- class VIEW3D_MT_surface_add(bpy_types.Menu, bpy_types._GenericUI):
48152
+ class VIEW3D_MT_surface_add(bpy_types._GenericUI):
48156
48153
  bl_idname: typing.Any
48157
48154
  bl_label: typing.Any
48158
48155
  bl_options: typing.Any
@@ -48435,7 +48432,7 @@ class VIEW3D_MT_transform_base:
48435
48432
  """
48436
48433
  ...
48437
48434
 
48438
- class VIEW3D_MT_transform_gizmo_pie(bpy_types.Menu, bpy_types._GenericUI):
48435
+ class VIEW3D_MT_transform_gizmo_pie(bpy_types._GenericUI):
48439
48436
  bl_label: typing.Any
48440
48437
  bl_rna: typing.Any
48441
48438
  id_data: typing.Any
@@ -48705,7 +48702,7 @@ class VIEW3D_MT_transform_gizmo_pie(bpy_types.Menu, bpy_types._GenericUI):
48705
48702
  """
48706
48703
  ...
48707
48704
 
48708
- class VIEW3D_MT_uv_map(bpy_types.Menu, bpy_types._GenericUI):
48705
+ class VIEW3D_MT_uv_map(bpy_types._GenericUI):
48709
48706
  bl_label: typing.Any
48710
48707
  bl_rna: typing.Any
48711
48708
  id_data: typing.Any
@@ -48975,7 +48972,7 @@ class VIEW3D_MT_uv_map(bpy_types.Menu, bpy_types._GenericUI):
48975
48972
  """
48976
48973
  ...
48977
48974
 
48978
- class VIEW3D_MT_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
48975
+ class VIEW3D_MT_vertex_group(bpy_types._GenericUI):
48979
48976
  bl_label: typing.Any
48980
48977
  bl_rna: typing.Any
48981
48978
  id_data: typing.Any
@@ -49245,7 +49242,7 @@ class VIEW3D_MT_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
49245
49242
  """
49246
49243
  ...
49247
49244
 
49248
- class VIEW3D_MT_view(bpy_types.Menu, bpy_types._GenericUI):
49245
+ class VIEW3D_MT_view(bpy_types._GenericUI):
49249
49246
  bl_label: typing.Any
49250
49247
  bl_rna: typing.Any
49251
49248
  id_data: typing.Any
@@ -49515,7 +49512,7 @@ class VIEW3D_MT_view(bpy_types.Menu, bpy_types._GenericUI):
49515
49512
  """
49516
49513
  ...
49517
49514
 
49518
- class VIEW3D_MT_view_align(bpy_types.Menu, bpy_types._GenericUI):
49515
+ class VIEW3D_MT_view_align(bpy_types._GenericUI):
49519
49516
  bl_label: typing.Any
49520
49517
  bl_rna: typing.Any
49521
49518
  id_data: typing.Any
@@ -49785,7 +49782,7 @@ class VIEW3D_MT_view_align(bpy_types.Menu, bpy_types._GenericUI):
49785
49782
  """
49786
49783
  ...
49787
49784
 
49788
- class VIEW3D_MT_view_align_selected(bpy_types.Menu, bpy_types._GenericUI):
49785
+ class VIEW3D_MT_view_align_selected(bpy_types._GenericUI):
49789
49786
  bl_label: typing.Any
49790
49787
  bl_rna: typing.Any
49791
49788
  id_data: typing.Any
@@ -50055,7 +50052,7 @@ class VIEW3D_MT_view_align_selected(bpy_types.Menu, bpy_types._GenericUI):
50055
50052
  """
50056
50053
  ...
50057
50054
 
50058
- class VIEW3D_MT_view_cameras(bpy_types.Menu, bpy_types._GenericUI):
50055
+ class VIEW3D_MT_view_cameras(bpy_types._GenericUI):
50059
50056
  bl_label: typing.Any
50060
50057
  bl_rna: typing.Any
50061
50058
  id_data: typing.Any
@@ -50325,7 +50322,7 @@ class VIEW3D_MT_view_cameras(bpy_types.Menu, bpy_types._GenericUI):
50325
50322
  """
50326
50323
  ...
50327
50324
 
50328
- class VIEW3D_MT_view_local(bpy_types.Menu, bpy_types._GenericUI):
50325
+ class VIEW3D_MT_view_local(bpy_types._GenericUI):
50329
50326
  bl_label: typing.Any
50330
50327
  bl_rna: typing.Any
50331
50328
  id_data: typing.Any
@@ -50595,7 +50592,7 @@ class VIEW3D_MT_view_local(bpy_types.Menu, bpy_types._GenericUI):
50595
50592
  """
50596
50593
  ...
50597
50594
 
50598
- class VIEW3D_MT_view_navigation(bpy_types.Menu, bpy_types._GenericUI):
50595
+ class VIEW3D_MT_view_navigation(bpy_types._GenericUI):
50599
50596
  bl_label: typing.Any
50600
50597
  bl_rna: typing.Any
50601
50598
  id_data: typing.Any
@@ -50865,7 +50862,7 @@ class VIEW3D_MT_view_navigation(bpy_types.Menu, bpy_types._GenericUI):
50865
50862
  """
50866
50863
  ...
50867
50864
 
50868
- class VIEW3D_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
50865
+ class VIEW3D_MT_view_pie(bpy_types._GenericUI):
50869
50866
  bl_idname: typing.Any
50870
50867
  bl_label: typing.Any
50871
50868
  bl_rna: typing.Any
@@ -51136,7 +51133,7 @@ class VIEW3D_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
51136
51133
  """
51137
51134
  ...
51138
51135
 
51139
- class VIEW3D_MT_view_regions(bpy_types.Menu, bpy_types._GenericUI):
51136
+ class VIEW3D_MT_view_regions(bpy_types._GenericUI):
51140
51137
  bl_label: typing.Any
51141
51138
  bl_rna: typing.Any
51142
51139
  id_data: typing.Any
@@ -51406,7 +51403,7 @@ class VIEW3D_MT_view_regions(bpy_types.Menu, bpy_types._GenericUI):
51406
51403
  """
51407
51404
  ...
51408
51405
 
51409
- class VIEW3D_MT_view_viewpoint(bpy_types.Menu, bpy_types._GenericUI):
51406
+ class VIEW3D_MT_view_viewpoint(bpy_types._GenericUI):
51410
51407
  bl_label: typing.Any
51411
51408
  bl_rna: typing.Any
51412
51409
  id_data: typing.Any
@@ -51676,7 +51673,7 @@ class VIEW3D_MT_view_viewpoint(bpy_types.Menu, bpy_types._GenericUI):
51676
51673
  """
51677
51674
  ...
51678
51675
 
51679
- class VIEW3D_MT_volume_add(bpy_types.Menu, bpy_types._GenericUI):
51676
+ class VIEW3D_MT_volume_add(bpy_types._GenericUI):
51680
51677
  bl_idname: typing.Any
51681
51678
  bl_label: typing.Any
51682
51679
  bl_options: typing.Any
@@ -51949,7 +51946,7 @@ class VIEW3D_MT_volume_add(bpy_types.Menu, bpy_types._GenericUI):
51949
51946
  """
51950
51947
  ...
51951
51948
 
51952
- class VIEW3D_MT_weight_gpencil(bpy_types.Menu, bpy_types._GenericUI):
51949
+ class VIEW3D_MT_weight_gpencil(bpy_types._GenericUI):
51953
51950
  bl_label: typing.Any
51954
51951
  bl_rna: typing.Any
51955
51952
  id_data: typing.Any
@@ -52219,7 +52216,7 @@ class VIEW3D_MT_weight_gpencil(bpy_types.Menu, bpy_types._GenericUI):
52219
52216
  """
52220
52217
  ...
52221
52218
 
52222
- class VIEW3D_MT_weight_grease_pencil(bpy_types.Menu, bpy_types._GenericUI):
52219
+ class VIEW3D_MT_weight_grease_pencil(bpy_types._GenericUI):
52223
52220
  bl_label: typing.Any
52224
52221
  bl_rna: typing.Any
52225
52222
  id_data: typing.Any
@@ -52489,7 +52486,7 @@ class VIEW3D_MT_weight_grease_pencil(bpy_types.Menu, bpy_types._GenericUI):
52489
52486
  """
52490
52487
  ...
52491
52488
 
52492
- class VIEW3D_MT_wpaint_vgroup_lock_pie(bpy_types.Menu, bpy_types._GenericUI):
52489
+ class VIEW3D_MT_wpaint_vgroup_lock_pie(bpy_types._GenericUI):
52493
52490
  bl_label: typing.Any
52494
52491
  bl_rna: typing.Any
52495
52492
  id_data: typing.Any
@@ -52760,9 +52757,7 @@ class VIEW3D_MT_wpaint_vgroup_lock_pie(bpy_types.Menu, bpy_types._GenericUI):
52760
52757
  ...
52761
52758
 
52762
52759
  class VIEW3D_PT_active_tool(
52763
- bpy_types._GenericUI,
52764
- bpy_types.Panel,
52765
- bl_ui.space_toolsystem_common.ToolActivePanelHelper,
52760
+ bpy_types._GenericUI, bl_ui.space_toolsystem_common.ToolActivePanelHelper
52766
52761
  ):
52767
52762
  bl_category: typing.Any
52768
52763
  bl_label: typing.Any
@@ -52990,9 +52985,7 @@ class VIEW3D_PT_active_tool(
52990
52985
  ...
52991
52986
 
52992
52987
  class VIEW3D_PT_active_tool_duplicate(
52993
- bpy_types._GenericUI,
52994
- bpy_types.Panel,
52995
- bl_ui.space_toolsystem_common.ToolActivePanelHelper,
52988
+ bpy_types._GenericUI, bl_ui.space_toolsystem_common.ToolActivePanelHelper
52996
52989
  ):
52997
52990
  bl_category: typing.Any
52998
52991
  bl_label: typing.Any
@@ -53221,9 +53214,7 @@ class VIEW3D_PT_active_tool_duplicate(
53221
53214
  ...
53222
53215
 
53223
53216
  class VIEW3D_PT_annotation_onion(
53224
- bpy_types.Panel,
53225
- bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
53226
- bpy_types._GenericUI,
53217
+ bl_ui.properties_grease_pencil_common.AnnotationOnionSkin, bpy_types._GenericUI
53227
53218
  ):
53228
53219
  bl_category: typing.Any
53229
53220
  bl_label: typing.Any
@@ -53459,7 +53450,7 @@ class VIEW3D_PT_annotation_onion(
53459
53450
  """
53460
53451
  ...
53461
53452
 
53462
- class VIEW3D_PT_collections(bpy_types.Panel, bpy_types._GenericUI):
53453
+ class VIEW3D_PT_collections(bpy_types._GenericUI):
53463
53454
  bl_category: typing.Any
53464
53455
  bl_label: typing.Any
53465
53456
  bl_options: typing.Any
@@ -53679,7 +53670,7 @@ class VIEW3D_PT_collections(bpy_types.Panel, bpy_types._GenericUI):
53679
53670
  """
53680
53671
  ...
53681
53672
 
53682
- class VIEW3D_PT_context_properties(bpy_types.Panel, bpy_types._GenericUI):
53673
+ class VIEW3D_PT_context_properties(bpy_types._GenericUI):
53683
53674
  bl_category: typing.Any
53684
53675
  bl_label: typing.Any
53685
53676
  bl_options: typing.Any
@@ -53906,7 +53897,7 @@ class VIEW3D_PT_context_properties(bpy_types.Panel, bpy_types._GenericUI):
53906
53897
  """
53907
53898
  ...
53908
53899
 
53909
- class VIEW3D_PT_curves_sculpt_add_shape(bpy_types.Panel, bpy_types._GenericUI):
53900
+ class VIEW3D_PT_curves_sculpt_add_shape(bpy_types._GenericUI):
53910
53901
  bl_label: typing.Any
53911
53902
  bl_region_type: typing.Any
53912
53903
  bl_rna: typing.Any
@@ -54124,9 +54115,7 @@ class VIEW3D_PT_curves_sculpt_add_shape(bpy_types.Panel, bpy_types._GenericUI):
54124
54115
  """
54125
54116
  ...
54126
54117
 
54127
- class VIEW3D_PT_curves_sculpt_grow_shrink_scaling(
54128
- bpy_types.Panel, bpy_types._GenericUI
54129
- ):
54118
+ class VIEW3D_PT_curves_sculpt_grow_shrink_scaling(bpy_types._GenericUI):
54130
54119
  bl_label: typing.Any
54131
54120
  bl_region_type: typing.Any
54132
54121
  bl_rna: typing.Any
@@ -54345,7 +54334,7 @@ class VIEW3D_PT_curves_sculpt_grow_shrink_scaling(
54345
54334
  """
54346
54335
  ...
54347
54336
 
54348
- class VIEW3D_PT_curves_sculpt_parameter_falloff(bpy_types.Panel, bpy_types._GenericUI):
54337
+ class VIEW3D_PT_curves_sculpt_parameter_falloff(bpy_types._GenericUI):
54349
54338
  bl_label: typing.Any
54350
54339
  bl_region_type: typing.Any
54351
54340
  bl_rna: typing.Any
@@ -54563,7 +54552,7 @@ class VIEW3D_PT_curves_sculpt_parameter_falloff(bpy_types.Panel, bpy_types._Gene
54563
54552
  """
54564
54553
  ...
54565
54554
 
54566
- class VIEW3D_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
54555
+ class VIEW3D_PT_gizmo_display(bpy_types._GenericUI):
54567
54556
  bl_label: typing.Any
54568
54557
  bl_region_type: typing.Any
54569
54558
  bl_rna: typing.Any
@@ -54782,7 +54771,7 @@ class VIEW3D_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
54782
54771
  """
54783
54772
  ...
54784
54773
 
54785
- class VIEW3D_PT_gpencil_curve_edit(bpy_types.Panel, bpy_types._GenericUI):
54774
+ class VIEW3D_PT_gpencil_curve_edit(bpy_types._GenericUI):
54786
54775
  bl_label: typing.Any
54787
54776
  bl_region_type: typing.Any
54788
54777
  bl_rna: typing.Any
@@ -55000,7 +54989,7 @@ class VIEW3D_PT_gpencil_curve_edit(bpy_types.Panel, bpy_types._GenericUI):
55000
54989
  """
55001
54990
  ...
55002
54991
 
55003
- class VIEW3D_PT_gpencil_draw_context_menu(bpy_types.Panel, bpy_types._GenericUI):
54992
+ class VIEW3D_PT_gpencil_draw_context_menu(bpy_types._GenericUI):
55004
54993
  bl_label: typing.Any
55005
54994
  bl_region_type: typing.Any
55006
54995
  bl_rna: typing.Any
@@ -55219,7 +55208,7 @@ class VIEW3D_PT_gpencil_draw_context_menu(bpy_types.Panel, bpy_types._GenericUI)
55219
55208
  """
55220
55209
  ...
55221
55210
 
55222
- class VIEW3D_PT_gpencil_guide(bpy_types.Panel, bpy_types._GenericUI):
55211
+ class VIEW3D_PT_gpencil_guide(bpy_types._GenericUI):
55223
55212
  bl_label: typing.Any
55224
55213
  bl_region_type: typing.Any
55225
55214
  bl_rna: typing.Any
@@ -55437,7 +55426,7 @@ class VIEW3D_PT_gpencil_guide(bpy_types.Panel, bpy_types._GenericUI):
55437
55426
  """
55438
55427
  ...
55439
55428
 
55440
- class VIEW3D_PT_gpencil_lock(bpy_types.Panel, bpy_types._GenericUI):
55429
+ class VIEW3D_PT_gpencil_lock(bpy_types._GenericUI):
55441
55430
  bl_label: typing.Any
55442
55431
  bl_region_type: typing.Any
55443
55432
  bl_rna: typing.Any
@@ -55655,7 +55644,7 @@ class VIEW3D_PT_gpencil_lock(bpy_types.Panel, bpy_types._GenericUI):
55655
55644
  """
55656
55645
  ...
55657
55646
 
55658
- class VIEW3D_PT_gpencil_multi_frame(bpy_types.Panel, bpy_types._GenericUI):
55647
+ class VIEW3D_PT_gpencil_multi_frame(bpy_types._GenericUI):
55659
55648
  bl_label: typing.Any
55660
55649
  bl_region_type: typing.Any
55661
55650
  bl_rna: typing.Any
@@ -55873,7 +55862,7 @@ class VIEW3D_PT_gpencil_multi_frame(bpy_types.Panel, bpy_types._GenericUI):
55873
55862
  """
55874
55863
  ...
55875
55864
 
55876
- class VIEW3D_PT_gpencil_origin(bpy_types.Panel, bpy_types._GenericUI):
55865
+ class VIEW3D_PT_gpencil_origin(bpy_types._GenericUI):
55877
55866
  bl_label: typing.Any
55878
55867
  bl_region_type: typing.Any
55879
55868
  bl_rna: typing.Any
@@ -56091,7 +56080,7 @@ class VIEW3D_PT_gpencil_origin(bpy_types.Panel, bpy_types._GenericUI):
56091
56080
  """
56092
56081
  ...
56093
56082
 
56094
- class VIEW3D_PT_gpencil_sculpt_automasking(bpy_types.Panel, bpy_types._GenericUI):
56083
+ class VIEW3D_PT_gpencil_sculpt_automasking(bpy_types._GenericUI):
56095
56084
  bl_label: typing.Any
56096
56085
  bl_region_type: typing.Any
56097
56086
  bl_rna: typing.Any
@@ -56310,7 +56299,7 @@ class VIEW3D_PT_gpencil_sculpt_automasking(bpy_types.Panel, bpy_types._GenericUI
56310
56299
  """
56311
56300
  ...
56312
56301
 
56313
- class VIEW3D_PT_gpencil_sculpt_context_menu(bpy_types.Panel, bpy_types._GenericUI):
56302
+ class VIEW3D_PT_gpencil_sculpt_context_menu(bpy_types._GenericUI):
56314
56303
  bl_label: typing.Any
56315
56304
  bl_region_type: typing.Any
56316
56305
  bl_rna: typing.Any
@@ -56529,7 +56518,7 @@ class VIEW3D_PT_gpencil_sculpt_context_menu(bpy_types.Panel, bpy_types._GenericU
56529
56518
  """
56530
56519
  ...
56531
56520
 
56532
- class VIEW3D_PT_gpencil_vertex_context_menu(bpy_types.Panel, bpy_types._GenericUI):
56521
+ class VIEW3D_PT_gpencil_vertex_context_menu(bpy_types._GenericUI):
56533
56522
  bl_label: typing.Any
56534
56523
  bl_region_type: typing.Any
56535
56524
  bl_rna: typing.Any
@@ -56748,7 +56737,7 @@ class VIEW3D_PT_gpencil_vertex_context_menu(bpy_types.Panel, bpy_types._GenericU
56748
56737
  """
56749
56738
  ...
56750
56739
 
56751
- class VIEW3D_PT_gpencil_weight_context_menu(bpy_types.Panel, bpy_types._GenericUI):
56740
+ class VIEW3D_PT_gpencil_weight_context_menu(bpy_types._GenericUI):
56752
56741
  bl_label: typing.Any
56753
56742
  bl_region_type: typing.Any
56754
56743
  bl_rna: typing.Any
@@ -56968,9 +56957,7 @@ class VIEW3D_PT_gpencil_weight_context_menu(bpy_types.Panel, bpy_types._GenericU
56968
56957
  ...
56969
56958
 
56970
56959
  class VIEW3D_PT_grease_pencil(
56971
- bpy_types.Panel,
56972
- bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
56973
- bpy_types._GenericUI,
56960
+ bl_ui.properties_grease_pencil_common.AnnotationDataPanel, bpy_types._GenericUI
56974
56961
  ):
56975
56962
  bl_category: typing.Any
56976
56963
  bl_label: typing.Any
@@ -57207,7 +57194,7 @@ class VIEW3D_PT_grease_pencil(
57207
57194
  """
57208
57195
  ...
57209
57196
 
57210
- class VIEW3D_PT_grease_pencil_multi_frame(bpy_types.Panel, bpy_types._GenericUI):
57197
+ class VIEW3D_PT_grease_pencil_multi_frame(bpy_types._GenericUI):
57211
57198
  bl_label: typing.Any
57212
57199
  bl_region_type: typing.Any
57213
57200
  bl_rna: typing.Any
@@ -57425,7 +57412,7 @@ class VIEW3D_PT_grease_pencil_multi_frame(bpy_types.Panel, bpy_types._GenericUI)
57425
57412
  """
57426
57413
  ...
57427
57414
 
57428
- class VIEW3D_PT_object_type_visibility(bpy_types.Panel, bpy_types._GenericUI):
57415
+ class VIEW3D_PT_object_type_visibility(bpy_types._GenericUI):
57429
57416
  bl_label: typing.Any
57430
57417
  bl_region_type: typing.Any
57431
57418
  bl_rna: typing.Any
@@ -57653,7 +57640,7 @@ class VIEW3D_PT_object_type_visibility(bpy_types.Panel, bpy_types._GenericUI):
57653
57640
  """
57654
57641
  ...
57655
57642
 
57656
- class VIEW3D_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
57643
+ class VIEW3D_PT_overlay(bpy_types._GenericUI):
57657
57644
  bl_label: typing.Any
57658
57645
  bl_region_type: typing.Any
57659
57646
  bl_rna: typing.Any
@@ -57872,7 +57859,7 @@ class VIEW3D_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
57872
57859
  """
57873
57860
  ...
57874
57861
 
57875
- class VIEW3D_PT_overlay_bones(bpy_types.Panel, bpy_types._GenericUI):
57862
+ class VIEW3D_PT_overlay_bones(bpy_types._GenericUI):
57876
57863
  bl_label: typing.Any
57877
57864
  bl_region_type: typing.Any
57878
57865
  bl_rna: typing.Any
@@ -58104,7 +58091,7 @@ class VIEW3D_PT_overlay_bones(bpy_types.Panel, bpy_types._GenericUI):
58104
58091
  """
58105
58092
  ...
58106
58093
 
58107
- class VIEW3D_PT_overlay_edit_curve(bpy_types.Panel, bpy_types._GenericUI):
58094
+ class VIEW3D_PT_overlay_edit_curve(bpy_types._GenericUI):
58108
58095
  bl_label: typing.Any
58109
58096
  bl_region_type: typing.Any
58110
58097
  bl_rna: typing.Any
@@ -58329,7 +58316,7 @@ class VIEW3D_PT_overlay_edit_curve(bpy_types.Panel, bpy_types._GenericUI):
58329
58316
  """
58330
58317
  ...
58331
58318
 
58332
- class VIEW3D_PT_overlay_edit_mesh(bpy_types.Panel, bpy_types._GenericUI):
58319
+ class VIEW3D_PT_overlay_edit_mesh(bpy_types._GenericUI):
58333
58320
  bl_label: typing.Any
58334
58321
  bl_region_type: typing.Any
58335
58322
  bl_rna: typing.Any
@@ -58555,7 +58542,7 @@ class VIEW3D_PT_overlay_edit_mesh(bpy_types.Panel, bpy_types._GenericUI):
58555
58542
  """
58556
58543
  ...
58557
58544
 
58558
- class VIEW3D_PT_overlay_edit_mesh_freestyle(bpy_types.Panel, bpy_types._GenericUI):
58545
+ class VIEW3D_PT_overlay_edit_mesh_freestyle(bpy_types._GenericUI):
58559
58546
  bl_label: typing.Any
58560
58547
  bl_parent_id: typing.Any
58561
58548
  bl_region_type: typing.Any
@@ -58781,7 +58768,7 @@ class VIEW3D_PT_overlay_edit_mesh_freestyle(bpy_types.Panel, bpy_types._GenericU
58781
58768
  """
58782
58769
  ...
58783
58770
 
58784
- class VIEW3D_PT_overlay_edit_mesh_measurement(bpy_types.Panel, bpy_types._GenericUI):
58771
+ class VIEW3D_PT_overlay_edit_mesh_measurement(bpy_types._GenericUI):
58785
58772
  bl_label: typing.Any
58786
58773
  bl_parent_id: typing.Any
58787
58774
  bl_region_type: typing.Any
@@ -59007,7 +58994,7 @@ class VIEW3D_PT_overlay_edit_mesh_measurement(bpy_types.Panel, bpy_types._Generi
59007
58994
  """
59008
58995
  ...
59009
58996
 
59010
- class VIEW3D_PT_overlay_edit_mesh_normals(bpy_types.Panel, bpy_types._GenericUI):
58997
+ class VIEW3D_PT_overlay_edit_mesh_normals(bpy_types._GenericUI):
59011
58998
  bl_label: typing.Any
59012
58999
  bl_parent_id: typing.Any
59013
59000
  bl_region_type: typing.Any
@@ -59233,7 +59220,7 @@ class VIEW3D_PT_overlay_edit_mesh_normals(bpy_types.Panel, bpy_types._GenericUI)
59233
59220
  """
59234
59221
  ...
59235
59222
 
59236
- class VIEW3D_PT_overlay_edit_mesh_shading(bpy_types.Panel, bpy_types._GenericUI):
59223
+ class VIEW3D_PT_overlay_edit_mesh_shading(bpy_types._GenericUI):
59237
59224
  bl_label: typing.Any
59238
59225
  bl_parent_id: typing.Any
59239
59226
  bl_region_type: typing.Any
@@ -59459,7 +59446,7 @@ class VIEW3D_PT_overlay_edit_mesh_shading(bpy_types.Panel, bpy_types._GenericUI)
59459
59446
  """
59460
59447
  ...
59461
59448
 
59462
- class VIEW3D_PT_overlay_geometry(bpy_types.Panel, bpy_types._GenericUI):
59449
+ class VIEW3D_PT_overlay_geometry(bpy_types._GenericUI):
59463
59450
  bl_label: typing.Any
59464
59451
  bl_parent_id: typing.Any
59465
59452
  bl_region_type: typing.Any
@@ -59678,7 +59665,7 @@ class VIEW3D_PT_overlay_geometry(bpy_types.Panel, bpy_types._GenericUI):
59678
59665
  """
59679
59666
  ...
59680
59667
 
59681
- class VIEW3D_PT_overlay_gpencil_options(bpy_types.Panel, bpy_types._GenericUI):
59668
+ class VIEW3D_PT_overlay_gpencil_options(bpy_types._GenericUI):
59682
59669
  bl_label: typing.Any
59683
59670
  bl_region_type: typing.Any
59684
59671
  bl_rna: typing.Any
@@ -59904,7 +59891,7 @@ class VIEW3D_PT_overlay_gpencil_options(bpy_types.Panel, bpy_types._GenericUI):
59904
59891
  """
59905
59892
  ...
59906
59893
 
59907
- class VIEW3D_PT_overlay_grease_pencil_options(bpy_types.Panel, bpy_types._GenericUI):
59894
+ class VIEW3D_PT_overlay_grease_pencil_options(bpy_types._GenericUI):
59908
59895
  bl_label: typing.Any
59909
59896
  bl_region_type: typing.Any
59910
59897
  bl_rna: typing.Any
@@ -60130,7 +60117,7 @@ class VIEW3D_PT_overlay_grease_pencil_options(bpy_types.Panel, bpy_types._Generi
60130
60117
  """
60131
60118
  ...
60132
60119
 
60133
- class VIEW3D_PT_overlay_guides(bpy_types.Panel, bpy_types._GenericUI):
60120
+ class VIEW3D_PT_overlay_guides(bpy_types._GenericUI):
60134
60121
  bl_label: typing.Any
60135
60122
  bl_parent_id: typing.Any
60136
60123
  bl_region_type: typing.Any
@@ -60349,7 +60336,7 @@ class VIEW3D_PT_overlay_guides(bpy_types.Panel, bpy_types._GenericUI):
60349
60336
  """
60350
60337
  ...
60351
60338
 
60352
- class VIEW3D_PT_overlay_motion_tracking(bpy_types.Panel, bpy_types._GenericUI):
60339
+ class VIEW3D_PT_overlay_motion_tracking(bpy_types._GenericUI):
60353
60340
  bl_label: typing.Any
60354
60341
  bl_parent_id: typing.Any
60355
60342
  bl_region_type: typing.Any
@@ -60575,7 +60562,7 @@ class VIEW3D_PT_overlay_motion_tracking(bpy_types.Panel, bpy_types._GenericUI):
60575
60562
  """
60576
60563
  ...
60577
60564
 
60578
- class VIEW3D_PT_overlay_object(bpy_types.Panel, bpy_types._GenericUI):
60565
+ class VIEW3D_PT_overlay_object(bpy_types._GenericUI):
60579
60566
  bl_label: typing.Any
60580
60567
  bl_parent_id: typing.Any
60581
60568
  bl_region_type: typing.Any
@@ -60794,7 +60781,7 @@ class VIEW3D_PT_overlay_object(bpy_types.Panel, bpy_types._GenericUI):
60794
60781
  """
60795
60782
  ...
60796
60783
 
60797
- class VIEW3D_PT_overlay_sculpt(bpy_types.Panel, bpy_types._GenericUI):
60784
+ class VIEW3D_PT_overlay_sculpt(bpy_types._GenericUI):
60798
60785
  bl_context: typing.Any
60799
60786
  bl_label: typing.Any
60800
60787
  bl_region_type: typing.Any
@@ -61020,7 +61007,7 @@ class VIEW3D_PT_overlay_sculpt(bpy_types.Panel, bpy_types._GenericUI):
61020
61007
  """
61021
61008
  ...
61022
61009
 
61023
- class VIEW3D_PT_overlay_sculpt_curves(bpy_types.Panel, bpy_types._GenericUI):
61010
+ class VIEW3D_PT_overlay_sculpt_curves(bpy_types._GenericUI):
61024
61011
  bl_context: typing.Any
61025
61012
  bl_label: typing.Any
61026
61013
  bl_region_type: typing.Any
@@ -61246,7 +61233,7 @@ class VIEW3D_PT_overlay_sculpt_curves(bpy_types.Panel, bpy_types._GenericUI):
61246
61233
  """
61247
61234
  ...
61248
61235
 
61249
- class VIEW3D_PT_overlay_texture_paint(bpy_types.Panel, bpy_types._GenericUI):
61236
+ class VIEW3D_PT_overlay_texture_paint(bpy_types._GenericUI):
61250
61237
  bl_label: typing.Any
61251
61238
  bl_region_type: typing.Any
61252
61239
  bl_rna: typing.Any
@@ -61471,7 +61458,7 @@ class VIEW3D_PT_overlay_texture_paint(bpy_types.Panel, bpy_types._GenericUI):
61471
61458
  """
61472
61459
  ...
61473
61460
 
61474
- class VIEW3D_PT_overlay_vertex_paint(bpy_types.Panel, bpy_types._GenericUI):
61461
+ class VIEW3D_PT_overlay_vertex_paint(bpy_types._GenericUI):
61475
61462
  bl_label: typing.Any
61476
61463
  bl_region_type: typing.Any
61477
61464
  bl_rna: typing.Any
@@ -61696,7 +61683,7 @@ class VIEW3D_PT_overlay_vertex_paint(bpy_types.Panel, bpy_types._GenericUI):
61696
61683
  """
61697
61684
  ...
61698
61685
 
61699
- class VIEW3D_PT_overlay_viewer_node(bpy_types.Panel, bpy_types._GenericUI):
61686
+ class VIEW3D_PT_overlay_viewer_node(bpy_types._GenericUI):
61700
61687
  bl_label: typing.Any
61701
61688
  bl_parent_id: typing.Any
61702
61689
  bl_region_type: typing.Any
@@ -61915,7 +61902,7 @@ class VIEW3D_PT_overlay_viewer_node(bpy_types.Panel, bpy_types._GenericUI):
61915
61902
  """
61916
61903
  ...
61917
61904
 
61918
- class VIEW3D_PT_overlay_weight_paint(bpy_types.Panel, bpy_types._GenericUI):
61905
+ class VIEW3D_PT_overlay_weight_paint(bpy_types._GenericUI):
61919
61906
  bl_label: typing.Any
61920
61907
  bl_region_type: typing.Any
61921
61908
  bl_rna: typing.Any
@@ -62141,7 +62128,7 @@ class VIEW3D_PT_overlay_weight_paint(bpy_types.Panel, bpy_types._GenericUI):
62141
62128
  """
62142
62129
  ...
62143
62130
 
62144
- class VIEW3D_PT_paint_texture_context_menu(bpy_types.Panel, bpy_types._GenericUI):
62131
+ class VIEW3D_PT_paint_texture_context_menu(bpy_types._GenericUI):
62145
62132
  bl_label: typing.Any
62146
62133
  bl_region_type: typing.Any
62147
62134
  bl_rna: typing.Any
@@ -62359,7 +62346,7 @@ class VIEW3D_PT_paint_texture_context_menu(bpy_types.Panel, bpy_types._GenericUI
62359
62346
  """
62360
62347
  ...
62361
62348
 
62362
- class VIEW3D_PT_paint_vertex_context_menu(bpy_types.Panel, bpy_types._GenericUI):
62349
+ class VIEW3D_PT_paint_vertex_context_menu(bpy_types._GenericUI):
62363
62350
  bl_label: typing.Any
62364
62351
  bl_region_type: typing.Any
62365
62352
  bl_rna: typing.Any
@@ -62577,7 +62564,7 @@ class VIEW3D_PT_paint_vertex_context_menu(bpy_types.Panel, bpy_types._GenericUI)
62577
62564
  """
62578
62565
  ...
62579
62566
 
62580
- class VIEW3D_PT_paint_weight_context_menu(bpy_types.Panel, bpy_types._GenericUI):
62567
+ class VIEW3D_PT_paint_weight_context_menu(bpy_types._GenericUI):
62581
62568
  bl_label: typing.Any
62582
62569
  bl_region_type: typing.Any
62583
62570
  bl_rna: typing.Any
@@ -62795,7 +62782,7 @@ class VIEW3D_PT_paint_weight_context_menu(bpy_types.Panel, bpy_types._GenericUI)
62795
62782
  """
62796
62783
  ...
62797
62784
 
62798
- class VIEW3D_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
62785
+ class VIEW3D_PT_proportional_edit(bpy_types._GenericUI):
62799
62786
  bl_label: typing.Any
62800
62787
  bl_region_type: typing.Any
62801
62788
  bl_rna: typing.Any
@@ -63014,7 +63001,7 @@ class VIEW3D_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
63014
63001
  """
63015
63002
  ...
63016
63003
 
63017
- class VIEW3D_PT_quad_view(bpy_types.Panel, bpy_types._GenericUI):
63004
+ class VIEW3D_PT_quad_view(bpy_types._GenericUI):
63018
63005
  bl_category: typing.Any
63019
63006
  bl_label: typing.Any
63020
63007
  bl_options: typing.Any
@@ -63241,7 +63228,7 @@ class VIEW3D_PT_quad_view(bpy_types.Panel, bpy_types._GenericUI):
63241
63228
  """
63242
63229
  ...
63243
63230
 
63244
- class VIEW3D_PT_sculpt_automasking(bpy_types.Panel, bpy_types._GenericUI):
63231
+ class VIEW3D_PT_sculpt_automasking(bpy_types._GenericUI):
63245
63232
  bl_label: typing.Any
63246
63233
  bl_region_type: typing.Any
63247
63234
  bl_rna: typing.Any
@@ -63460,7 +63447,7 @@ class VIEW3D_PT_sculpt_automasking(bpy_types.Panel, bpy_types._GenericUI):
63460
63447
  """
63461
63448
  ...
63462
63449
 
63463
- class VIEW3D_PT_sculpt_context_menu(bpy_types.Panel, bpy_types._GenericUI):
63450
+ class VIEW3D_PT_sculpt_context_menu(bpy_types._GenericUI):
63464
63451
  bl_label: typing.Any
63465
63452
  bl_region_type: typing.Any
63466
63453
  bl_rna: typing.Any
@@ -63678,7 +63665,7 @@ class VIEW3D_PT_sculpt_context_menu(bpy_types.Panel, bpy_types._GenericUI):
63678
63665
  """
63679
63666
  ...
63680
63667
 
63681
- class VIEW3D_PT_sculpt_snapping(bpy_types.Panel, bpy_types._GenericUI):
63668
+ class VIEW3D_PT_sculpt_snapping(bpy_types._GenericUI):
63682
63669
  bl_label: typing.Any
63683
63670
  bl_region_type: typing.Any
63684
63671
  bl_rna: typing.Any
@@ -63896,7 +63883,7 @@ class VIEW3D_PT_sculpt_snapping(bpy_types.Panel, bpy_types._GenericUI):
63896
63883
  """
63897
63884
  ...
63898
63885
 
63899
- class VIEW3D_PT_shading(bpy_types.Panel, bpy_types._GenericUI):
63886
+ class VIEW3D_PT_shading(bpy_types._GenericUI):
63900
63887
  bl_label: typing.Any
63901
63888
  bl_region_type: typing.Any
63902
63889
  bl_rna: typing.Any
@@ -64122,7 +64109,7 @@ class VIEW3D_PT_shading(bpy_types.Panel, bpy_types._GenericUI):
64122
64109
  """
64123
64110
  ...
64124
64111
 
64125
- class VIEW3D_PT_shading_color(bpy_types.Panel, bpy_types._GenericUI):
64112
+ class VIEW3D_PT_shading_color(bpy_types._GenericUI):
64126
64113
  bl_label: typing.Any
64127
64114
  bl_parent_id: typing.Any
64128
64115
  bl_region_type: typing.Any
@@ -64341,7 +64328,7 @@ class VIEW3D_PT_shading_color(bpy_types.Panel, bpy_types._GenericUI):
64341
64328
  """
64342
64329
  ...
64343
64330
 
64344
- class VIEW3D_PT_shading_compositor(bpy_types.Panel, bpy_types._GenericUI):
64331
+ class VIEW3D_PT_shading_compositor(bpy_types._GenericUI):
64345
64332
  bl_label: typing.Any
64346
64333
  bl_order: typing.Any
64347
64334
  bl_parent_id: typing.Any
@@ -64568,7 +64555,7 @@ class VIEW3D_PT_shading_compositor(bpy_types.Panel, bpy_types._GenericUI):
64568
64555
  """
64569
64556
  ...
64570
64557
 
64571
- class VIEW3D_PT_shading_lighting(bpy_types.Panel, bpy_types._GenericUI):
64558
+ class VIEW3D_PT_shading_lighting(bpy_types._GenericUI):
64572
64559
  bl_label: typing.Any
64573
64560
  bl_parent_id: typing.Any
64574
64561
  bl_region_type: typing.Any
@@ -64794,7 +64781,7 @@ class VIEW3D_PT_shading_lighting(bpy_types.Panel, bpy_types._GenericUI):
64794
64781
  """
64795
64782
  ...
64796
64783
 
64797
- class VIEW3D_PT_shading_options(bpy_types.Panel, bpy_types._GenericUI):
64784
+ class VIEW3D_PT_shading_options(bpy_types._GenericUI):
64798
64785
  bl_label: typing.Any
64799
64786
  bl_parent_id: typing.Any
64800
64787
  bl_region_type: typing.Any
@@ -65020,7 +65007,7 @@ class VIEW3D_PT_shading_options(bpy_types.Panel, bpy_types._GenericUI):
65020
65007
  """
65021
65008
  ...
65022
65009
 
65023
- class VIEW3D_PT_shading_options_shadow(bpy_types.Panel, bpy_types._GenericUI):
65010
+ class VIEW3D_PT_shading_options_shadow(bpy_types._GenericUI):
65024
65011
  bl_label: typing.Any
65025
65012
  bl_region_type: typing.Any
65026
65013
  bl_rna: typing.Any
@@ -65238,7 +65225,7 @@ class VIEW3D_PT_shading_options_shadow(bpy_types.Panel, bpy_types._GenericUI):
65238
65225
  """
65239
65226
  ...
65240
65227
 
65241
- class VIEW3D_PT_shading_options_ssao(bpy_types.Panel, bpy_types._GenericUI):
65228
+ class VIEW3D_PT_shading_options_ssao(bpy_types._GenericUI):
65242
65229
  bl_label: typing.Any
65243
65230
  bl_region_type: typing.Any
65244
65231
  bl_rna: typing.Any
@@ -65456,7 +65443,7 @@ class VIEW3D_PT_shading_options_ssao(bpy_types.Panel, bpy_types._GenericUI):
65456
65443
  """
65457
65444
  ...
65458
65445
 
65459
- class VIEW3D_PT_shading_render_pass(bpy_types.Panel, bpy_types._GenericUI):
65446
+ class VIEW3D_PT_shading_render_pass(bpy_types._GenericUI):
65460
65447
  COMPAT_ENGINES: typing.Any
65461
65448
  bl_label: typing.Any
65462
65449
  bl_parent_id: typing.Any
@@ -65683,7 +65670,7 @@ class VIEW3D_PT_shading_render_pass(bpy_types.Panel, bpy_types._GenericUI):
65683
65670
  """
65684
65671
  ...
65685
65672
 
65686
- class VIEW3D_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
65673
+ class VIEW3D_PT_snapping(bpy_types._GenericUI):
65687
65674
  bl_label: typing.Any
65688
65675
  bl_region_type: typing.Any
65689
65676
  bl_rna: typing.Any
@@ -65901,7 +65888,7 @@ class VIEW3D_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
65901
65888
  """
65902
65889
  ...
65903
65890
 
65904
- class VIEW3D_PT_transform_orientations(bpy_types.Panel, bpy_types._GenericUI):
65891
+ class VIEW3D_PT_transform_orientations(bpy_types._GenericUI):
65905
65892
  bl_label: typing.Any
65906
65893
  bl_region_type: typing.Any
65907
65894
  bl_rna: typing.Any
@@ -66120,7 +66107,7 @@ class VIEW3D_PT_transform_orientations(bpy_types.Panel, bpy_types._GenericUI):
66120
66107
  """
66121
66108
  ...
66122
66109
 
66123
- class VIEW3D_PT_view3d_cursor(bpy_types.Panel, bpy_types._GenericUI):
66110
+ class VIEW3D_PT_view3d_cursor(bpy_types._GenericUI):
66124
66111
  bl_category: typing.Any
66125
66112
  bl_label: typing.Any
66126
66113
  bl_region_type: typing.Any
@@ -66339,7 +66326,7 @@ class VIEW3D_PT_view3d_cursor(bpy_types.Panel, bpy_types._GenericUI):
66339
66326
  """
66340
66327
  ...
66341
66328
 
66342
- class VIEW3D_PT_view3d_lock(bpy_types.Panel, bpy_types._GenericUI):
66329
+ class VIEW3D_PT_view3d_lock(bpy_types._GenericUI):
66343
66330
  bl_category: typing.Any
66344
66331
  bl_label: typing.Any
66345
66332
  bl_parent_id: typing.Any
@@ -66559,7 +66546,7 @@ class VIEW3D_PT_view3d_lock(bpy_types.Panel, bpy_types._GenericUI):
66559
66546
  """
66560
66547
  ...
66561
66548
 
66562
- class VIEW3D_PT_view3d_properties(bpy_types.Panel, bpy_types._GenericUI):
66549
+ class VIEW3D_PT_view3d_properties(bpy_types._GenericUI):
66563
66550
  bl_category: typing.Any
66564
66551
  bl_label: typing.Any
66565
66552
  bl_region_type: typing.Any
@@ -66778,7 +66765,7 @@ class VIEW3D_PT_view3d_properties(bpy_types.Panel, bpy_types._GenericUI):
66778
66765
  """
66779
66766
  ...
66780
66767
 
66781
- class VIEW3D_PT_view3d_stereo(bpy_types.Panel, bpy_types._GenericUI):
66768
+ class VIEW3D_PT_view3d_stereo(bpy_types._GenericUI):
66782
66769
  bl_category: typing.Any
66783
66770
  bl_label: typing.Any
66784
66771
  bl_options: typing.Any
@@ -67005,7 +66992,7 @@ class VIEW3D_PT_view3d_stereo(bpy_types.Panel, bpy_types._GenericUI):
67005
66992
  """
67006
66993
  ...
67007
66994
 
67008
- class VIEW3D_PT_viewport_debug(bpy_types.Panel, bpy_types._GenericUI):
66995
+ class VIEW3D_PT_viewport_debug(bpy_types._GenericUI):
67009
66996
  bl_label: typing.Any
67010
66997
  bl_parent_id: typing.Any
67011
66998
  bl_region_type: typing.Any
@@ -67349,7 +67336,7 @@ class _draw_tool_settings_context_mode:
67349
67336
  """
67350
67337
  ...
67351
67338
 
67352
- class VIEW3D_MT_bone_options_disable(bpy_types._GenericUI, bpy_types.Menu, BoneOptions):
67339
+ class VIEW3D_MT_bone_options_disable(bpy_types._GenericUI, BoneOptions):
67353
67340
  bl_label: typing.Any
67354
67341
  bl_rna: typing.Any
67355
67342
  id_data: typing.Any
@@ -67620,7 +67607,7 @@ class VIEW3D_MT_bone_options_disable(bpy_types._GenericUI, bpy_types.Menu, BoneO
67620
67607
  """
67621
67608
  ...
67622
67609
 
67623
- class VIEW3D_MT_bone_options_enable(bpy_types._GenericUI, bpy_types.Menu, BoneOptions):
67610
+ class VIEW3D_MT_bone_options_enable(bpy_types._GenericUI, BoneOptions):
67624
67611
  bl_label: typing.Any
67625
67612
  bl_rna: typing.Any
67626
67613
  id_data: typing.Any
@@ -67891,7 +67878,7 @@ class VIEW3D_MT_bone_options_enable(bpy_types._GenericUI, bpy_types.Menu, BoneOp
67891
67878
  """
67892
67879
  ...
67893
67880
 
67894
- class VIEW3D_MT_bone_options_toggle(bpy_types._GenericUI, bpy_types.Menu, BoneOptions):
67881
+ class VIEW3D_MT_bone_options_toggle(bpy_types._GenericUI, BoneOptions):
67895
67882
  bl_label: typing.Any
67896
67883
  bl_rna: typing.Any
67897
67884
  id_data: typing.Any
@@ -68162,7 +68149,7 @@ class VIEW3D_MT_bone_options_toggle(bpy_types._GenericUI, bpy_types.Menu, BoneOp
68162
68149
  """
68163
68150
  ...
68164
68151
 
68165
- class VIEW3D_MT_edit_curve_showhide(bpy_types.Menu, ShowHideMenu, bpy_types._GenericUI):
68152
+ class VIEW3D_MT_edit_curve_showhide(ShowHideMenu, bpy_types._GenericUI):
68166
68153
  bl_label: typing.Any
68167
68154
  bl_rna: typing.Any
68168
68155
  id_data: typing.Any
@@ -68432,7 +68419,7 @@ class VIEW3D_MT_edit_curve_showhide(bpy_types.Menu, ShowHideMenu, bpy_types._Gen
68432
68419
  """
68433
68420
  ...
68434
68421
 
68435
- class VIEW3D_MT_edit_mesh_showhide(bpy_types.Menu, ShowHideMenu, bpy_types._GenericUI):
68422
+ class VIEW3D_MT_edit_mesh_showhide(ShowHideMenu, bpy_types._GenericUI):
68436
68423
  bl_label: typing.Any
68437
68424
  bl_rna: typing.Any
68438
68425
  id_data: typing.Any
@@ -68702,7 +68689,7 @@ class VIEW3D_MT_edit_mesh_showhide(bpy_types.Menu, ShowHideMenu, bpy_types._Gene
68702
68689
  """
68703
68690
  ...
68704
68691
 
68705
- class VIEW3D_MT_particle_showhide(bpy_types.Menu, ShowHideMenu, bpy_types._GenericUI):
68692
+ class VIEW3D_MT_particle_showhide(ShowHideMenu, bpy_types._GenericUI):
68706
68693
  bl_label: typing.Any
68707
68694
  bl_rna: typing.Any
68708
68695
  id_data: typing.Any
@@ -68972,7 +68959,7 @@ class VIEW3D_MT_particle_showhide(bpy_types.Menu, ShowHideMenu, bpy_types._Gener
68972
68959
  """
68973
68960
  ...
68974
68961
 
68975
- class VIEW3D_MT_pose_showhide(bpy_types.Menu, ShowHideMenu, bpy_types._GenericUI):
68962
+ class VIEW3D_MT_pose_showhide(ShowHideMenu, bpy_types._GenericUI):
68976
68963
  bl_label: typing.Any
68977
68964
  bl_rna: typing.Any
68978
68965
  id_data: typing.Any
@@ -69242,9 +69229,7 @@ class VIEW3D_MT_pose_showhide(bpy_types.Menu, ShowHideMenu, bpy_types._GenericUI
69242
69229
  """
69243
69230
  ...
69244
69231
 
69245
- class VIEW3D_MT_transform(
69246
- bpy_types.Menu, VIEW3D_MT_transform_base, bpy_types._GenericUI
69247
- ):
69232
+ class VIEW3D_MT_transform(VIEW3D_MT_transform_base, bpy_types._GenericUI):
69248
69233
  bl_category: typing.Any
69249
69234
  bl_label: typing.Any
69250
69235
  bl_rna: typing.Any
@@ -69515,9 +69500,7 @@ class VIEW3D_MT_transform(
69515
69500
  """
69516
69501
  ...
69517
69502
 
69518
- class VIEW3D_MT_transform_armature(
69519
- bpy_types.Menu, VIEW3D_MT_transform_base, bpy_types._GenericUI
69520
- ):
69503
+ class VIEW3D_MT_transform_armature(VIEW3D_MT_transform_base, bpy_types._GenericUI):
69521
69504
  bl_category: typing.Any
69522
69505
  bl_label: typing.Any
69523
69506
  bl_rna: typing.Any
@@ -69788,9 +69771,7 @@ class VIEW3D_MT_transform_armature(
69788
69771
  """
69789
69772
  ...
69790
69773
 
69791
- class VIEW3D_MT_transform_object(
69792
- bpy_types.Menu, VIEW3D_MT_transform_base, bpy_types._GenericUI
69793
- ):
69774
+ class VIEW3D_MT_transform_object(VIEW3D_MT_transform_base, bpy_types._GenericUI):
69794
69775
  bl_category: typing.Any
69795
69776
  bl_label: typing.Any
69796
69777
  bl_rna: typing.Any