fake-bpy-module 20240722__py3-none-any.whl → 20240724__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 (98) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +2 -2
  3. bl_operators/bone_selection_sets/__init__.pyi +16 -16
  4. bl_operators/connect_to_output/__init__.pyi +4 -1
  5. bl_operators/image_as_planes/__init__.pyi +12 -2
  6. bl_operators/node/__init__.pyi +14 -14
  7. bl_operators/object_quick_effects/__init__.pyi +3 -3
  8. bl_operators/presets/__init__.pyi +24 -24
  9. bl_operators/sequencer/__init__.pyi +76 -76
  10. bl_operators/wm/__init__.pyi +4 -5
  11. bl_ui/__init__.pyi +3 -4
  12. bl_ui/anim/__init__.pyi +1 -2
  13. bl_ui/asset_shelf/__init__.pyi +1 -2
  14. bl_ui/generic_ui_list/__init__.pyi +3 -3
  15. bl_ui/node_add_menu/__init__.pyi +1 -2
  16. bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
  17. bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
  18. bl_ui/node_add_menu_shader/__init__.pyi +10 -11
  19. bl_ui/node_add_menu_texture/__init__.pyi +9 -10
  20. bl_ui/properties_collection/__init__.pyi +9 -7
  21. bl_ui/properties_constraint/__init__.pyi +227 -80
  22. bl_ui/properties_data_armature/__init__.pyi +27 -18
  23. bl_ui/properties_data_bone/__init__.pyi +13 -11
  24. bl_ui/properties_data_camera/__init__.pyi +18 -15
  25. bl_ui/properties_data_curve/__init__.pyi +72 -78
  26. bl_ui/properties_data_curves/__init__.pyi +9 -7
  27. bl_ui/properties_data_empty/__init__.pyi +2 -3
  28. bl_ui/properties_data_gpencil/__init__.pyi +42 -21
  29. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -19
  30. bl_ui/properties_data_lattice/__init__.pyi +6 -4
  31. bl_ui/properties_data_light/__init__.pyi +15 -13
  32. bl_ui/properties_data_lightprobe/__init__.pyi +13 -14
  33. bl_ui/properties_data_mesh/__init__.pyi +71 -69
  34. bl_ui/properties_data_metaball/__init__.pyi +8 -6
  35. bl_ui/properties_data_modifier/__init__.pyi +9 -10
  36. bl_ui/properties_data_pointcloud/__init__.pyi +8 -6
  37. bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
  38. bl_ui/properties_data_speaker/__init__.pyi +8 -6
  39. bl_ui/properties_data_volume/__init__.pyi +11 -9
  40. bl_ui/properties_freestyle/__init__.pyi +31 -84
  41. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
  42. bl_ui/properties_mask_common/__init__.pyi +7 -8
  43. bl_ui/properties_material/__init__.pyi +19 -17
  44. bl_ui/properties_material_gpencil/__init__.pyi +17 -11
  45. bl_ui/properties_object/__init__.pyi +22 -15
  46. bl_ui/properties_output/__init__.pyi +19 -19
  47. bl_ui/properties_paint_common/__init__.pyi +18 -19
  48. bl_ui/properties_particle/__init__.pyi +56 -53
  49. bl_ui/properties_physics_cloth/__init__.pyi +15 -15
  50. bl_ui/properties_physics_common/__init__.pyi +1 -2
  51. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -25
  52. bl_ui/properties_physics_field/__init__.pyi +10 -11
  53. bl_ui/properties_physics_fluid/__init__.pyi +29 -29
  54. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
  55. bl_ui/properties_physics_rigidbody/__init__.pyi +10 -9
  56. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +25 -14
  57. bl_ui/properties_physics_softbody/__init__.pyi +15 -16
  58. bl_ui/properties_render/__init__.pyi +63 -58
  59. bl_ui/properties_scene/__init__.pyi +37 -37
  60. bl_ui/properties_texture/__init__.pyi +31 -43
  61. bl_ui/properties_view_layer/__init__.pyi +52 -56
  62. bl_ui/properties_workspace/__init__.pyi +7 -5
  63. bl_ui/properties_world/__init__.pyi +13 -11
  64. bl_ui/space_clip/__init__.pyi +90 -72
  65. bl_ui/space_console/__init__.pyi +6 -7
  66. bl_ui/space_dopesheet/__init__.pyi +68 -32
  67. bl_ui/space_filebrowser/__init__.pyi +38 -32
  68. bl_ui/space_graph/__init__.pyi +23 -21
  69. bl_ui/space_image/__init__.pyi +254 -274
  70. bl_ui/space_info/__init__.pyi +6 -7
  71. bl_ui/space_nla/__init__.pyi +18 -18
  72. bl_ui/space_node/__init__.pyi +35 -29
  73. bl_ui/space_outliner/__init__.pyi +14 -15
  74. bl_ui/space_properties/__init__.pyi +3 -4
  75. bl_ui/space_sequencer/__init__.pyi +95 -79
  76. bl_ui/space_spreadsheet/__init__.pyi +1 -2
  77. bl_ui/space_statusbar/__init__.pyi +1 -2
  78. bl_ui/space_text/__init__.pyi +16 -17
  79. bl_ui/space_time/__init__.pyi +7 -8
  80. bl_ui/space_toolsystem_common/__init__.pyi +1 -2
  81. bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -5
  82. bl_ui/space_topbar/__init__.pyi +26 -27
  83. bl_ui/space_userpref/__init__.pyi +126 -92
  84. bl_ui/space_view3d/__init__.pyi +359 -366
  85. bl_ui/space_view3d_toolbar/__init__.pyi +649 -825
  86. bl_ui/temp_anim_layers/__init__.pyi +1 -2
  87. bpy/ops/export_scene/__init__.pyi +1 -1
  88. bpy/ops/grease_pencil/__init__.pyi +18 -0
  89. bpy/ops/sequencer/__init__.pyi +1 -1
  90. bpy/types/__init__.pyi +29470 -29130
  91. bpy_extras/node_shader_utils/__init__.pyi +118 -118
  92. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/METADATA +1 -1
  93. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/RECORD +98 -98
  94. freestyle/utils/__init__.pyi +1 -1
  95. keyingsets_builtins/__init__.pyi +2 -2
  96. nodeitems_builtins/__init__.pyi +4 -4
  97. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/WHEEL +0 -0
  98. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/top_level.txt +0 -0
@@ -1,9 +1,10 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import bl_ui.properties_grease_pencil_common
4
5
  import bl_ui.properties_paint_common
6
+ import bl_ui.space_toolsystem_common
5
7
  import bpy.types
6
- import bpy_types
7
8
 
8
9
  GenericType1 = typing.TypeVar("GenericType1")
9
10
  GenericType2 = typing.TypeVar("GenericType2")
@@ -26,7 +27,7 @@ class ShowHideMenu:
26
27
  """
27
28
  ...
28
29
 
29
- class TOPBAR_MT_edit_armature_add(bpy.types.Menu, bpy_types._GenericUI):
30
+ class TOPBAR_MT_edit_armature_add(bpy.types.Menu):
30
31
  bl_idname: typing.Any
31
32
  bl_label: typing.Any
32
33
  bl_options: typing.Any
@@ -56,7 +57,7 @@ class TOPBAR_MT_edit_armature_add(bpy.types.Menu, bpy_types._GenericUI):
56
57
  """
57
58
  ...
58
59
 
59
- class TOPBAR_MT_edit_curve_add(bpy.types.Menu, bpy_types._GenericUI):
60
+ class TOPBAR_MT_edit_curve_add(bpy.types.Menu):
60
61
  bl_idname: typing.Any
61
62
  bl_label: typing.Any
62
63
  bl_options: typing.Any
@@ -87,7 +88,9 @@ class TOPBAR_MT_edit_curve_add(bpy.types.Menu, bpy_types._GenericUI):
87
88
  """
88
89
  ...
89
90
 
90
- class TOPBAR_PT_annotation_layers(bpy.types.Panel, bpy_types._GenericUI):
91
+ class TOPBAR_PT_annotation_layers(
92
+ bpy.types.Panel, bl_ui.properties_grease_pencil_common.AnnotationDataPanel
93
+ ):
91
94
  bl_label: typing.Any
92
95
  bl_options: typing.Any
93
96
  bl_region_type: typing.Any
@@ -112,7 +115,9 @@ class TOPBAR_PT_annotation_layers(bpy.types.Panel, bpy_types._GenericUI):
112
115
  """
113
116
  ...
114
117
 
115
- class TOPBAR_PT_gpencil_materials(bpy.types.Panel, bpy_types._GenericUI):
118
+ class TOPBAR_PT_gpencil_materials(
119
+ bl_ui.properties_grease_pencil_common.GreasePencilMaterialsPanel, bpy.types.Panel
120
+ ):
116
121
  bl_label: typing.Any
117
122
  bl_region_type: typing.Any
118
123
  bl_rna: typing.Any
@@ -144,7 +149,9 @@ class TOPBAR_PT_gpencil_materials(bpy.types.Panel, bpy_types._GenericUI):
144
149
  """
145
150
  ...
146
151
 
147
- class TOPBAR_PT_gpencil_vertexcolor(bpy.types.Panel, bpy_types._GenericUI):
152
+ class TOPBAR_PT_gpencil_vertexcolor(
153
+ bl_ui.properties_grease_pencil_common.GreasePencilVertexcolorPanel, bpy.types.Panel
154
+ ):
148
155
  bl_label: typing.Any
149
156
  bl_region_type: typing.Any
150
157
  bl_rna: typing.Any
@@ -176,9 +183,7 @@ class TOPBAR_PT_gpencil_vertexcolor(bpy.types.Panel, bpy_types._GenericUI):
176
183
  """
177
184
  ...
178
185
 
179
- class VIEW3D_AST_brush_gpencil_paint(
180
- bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
181
- ):
186
+ class VIEW3D_AST_brush_gpencil_paint(View3DAssetShelf, bpy.types.AssetShelf):
182
187
  bl_activate_operator: typing.Any
183
188
  bl_default_preview_size: typing.Any
184
189
  bl_options: typing.Any
@@ -204,9 +209,7 @@ class VIEW3D_AST_brush_gpencil_paint(
204
209
  """
205
210
  ...
206
211
 
207
- class VIEW3D_AST_brush_gpencil_sculpt(
208
- bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
209
- ):
212
+ class VIEW3D_AST_brush_gpencil_sculpt(View3DAssetShelf, bpy.types.AssetShelf):
210
213
  bl_activate_operator: typing.Any
211
214
  bl_default_preview_size: typing.Any
212
215
  bl_options: typing.Any
@@ -232,9 +235,7 @@ class VIEW3D_AST_brush_gpencil_sculpt(
232
235
  """
233
236
  ...
234
237
 
235
- class VIEW3D_AST_brush_gpencil_vertex(
236
- bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
237
- ):
238
+ class VIEW3D_AST_brush_gpencil_vertex(View3DAssetShelf, bpy.types.AssetShelf):
238
239
  bl_activate_operator: typing.Any
239
240
  bl_default_preview_size: typing.Any
240
241
  bl_options: typing.Any
@@ -260,9 +261,7 @@ class VIEW3D_AST_brush_gpencil_vertex(
260
261
  """
261
262
  ...
262
263
 
263
- class VIEW3D_AST_brush_gpencil_weight(
264
- bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
265
- ):
264
+ class VIEW3D_AST_brush_gpencil_weight(View3DAssetShelf, bpy.types.AssetShelf):
266
265
  bl_activate_operator: typing.Any
267
266
  bl_default_preview_size: typing.Any
268
267
  bl_options: typing.Any
@@ -288,9 +287,7 @@ class VIEW3D_AST_brush_gpencil_weight(
288
287
  """
289
288
  ...
290
289
 
291
- class VIEW3D_AST_brush_grease_pencil_paint(
292
- bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
293
- ):
290
+ class VIEW3D_AST_brush_grease_pencil_paint(View3DAssetShelf, bpy.types.AssetShelf):
294
291
  bl_activate_operator: typing.Any
295
292
  bl_default_preview_size: typing.Any
296
293
  bl_options: typing.Any
@@ -316,9 +313,7 @@ class VIEW3D_AST_brush_grease_pencil_paint(
316
313
  """
317
314
  ...
318
315
 
319
- class VIEW3D_AST_brush_sculpt(
320
- bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
321
- ):
316
+ class VIEW3D_AST_brush_sculpt(View3DAssetShelf, bpy.types.AssetShelf):
322
317
  bl_activate_operator: typing.Any
323
318
  bl_default_preview_size: typing.Any
324
319
  bl_options: typing.Any
@@ -344,9 +339,7 @@ class VIEW3D_AST_brush_sculpt(
344
339
  """
345
340
  ...
346
341
 
347
- class VIEW3D_AST_brush_sculpt_curves(
348
- bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
349
- ):
342
+ class VIEW3D_AST_brush_sculpt_curves(View3DAssetShelf, bpy.types.AssetShelf):
350
343
  bl_activate_operator: typing.Any
351
344
  bl_default_preview_size: typing.Any
352
345
  bl_options: typing.Any
@@ -372,9 +365,7 @@ class VIEW3D_AST_brush_sculpt_curves(
372
365
  """
373
366
  ...
374
367
 
375
- class VIEW3D_AST_brush_texture_paint(
376
- bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
377
- ):
368
+ class VIEW3D_AST_brush_texture_paint(View3DAssetShelf, bpy.types.AssetShelf):
378
369
  bl_activate_operator: typing.Any
379
370
  bl_default_preview_size: typing.Any
380
371
  bl_options: typing.Any
@@ -400,9 +391,7 @@ class VIEW3D_AST_brush_texture_paint(
400
391
  """
401
392
  ...
402
393
 
403
- class VIEW3D_AST_brush_vertex_paint(
404
- bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
405
- ):
394
+ class VIEW3D_AST_brush_vertex_paint(View3DAssetShelf, bpy.types.AssetShelf):
406
395
  bl_activate_operator: typing.Any
407
396
  bl_default_preview_size: typing.Any
408
397
  bl_options: typing.Any
@@ -428,9 +417,7 @@ class VIEW3D_AST_brush_vertex_paint(
428
417
  """
429
418
  ...
430
419
 
431
- class VIEW3D_AST_brush_weight_paint(
432
- bl_ui.properties_paint_common.BrushAssetShelf, bpy.types.AssetShelf
433
- ):
420
+ class VIEW3D_AST_brush_weight_paint(View3DAssetShelf, bpy.types.AssetShelf):
434
421
  bl_activate_operator: typing.Any
435
422
  bl_default_preview_size: typing.Any
436
423
  bl_options: typing.Any
@@ -456,7 +443,7 @@ class VIEW3D_AST_brush_weight_paint(
456
443
  """
457
444
  ...
458
445
 
459
- class VIEW3D_HT_header(bpy.types.Header, bpy_types._GenericUI):
446
+ class VIEW3D_HT_header(bpy.types.Header):
460
447
  bl_rna: typing.Any
461
448
  bl_space_type: typing.Any
462
449
  id_data: typing.Any
@@ -486,7 +473,7 @@ class VIEW3D_HT_header(bpy.types.Header, bpy_types._GenericUI):
486
473
  """
487
474
  ...
488
475
 
489
- class VIEW3D_HT_tool_header(bpy.types.Header, bpy_types._GenericUI):
476
+ class VIEW3D_HT_tool_header(bpy.types.Header):
490
477
  bl_region_type: typing.Any
491
478
  bl_rna: typing.Any
492
479
  bl_space_type: typing.Any
@@ -529,7 +516,7 @@ class VIEW3D_HT_tool_header(bpy.types.Header, bpy_types._GenericUI):
529
516
  """
530
517
  ...
531
518
 
532
- class VIEW3D_MT_add(bpy.types.Menu, bpy_types._GenericUI):
519
+ class VIEW3D_MT_add(bpy.types.Menu):
533
520
  bl_label: typing.Any
534
521
  bl_options: typing.Any
535
522
  bl_rna: typing.Any
@@ -559,7 +546,7 @@ class VIEW3D_MT_add(bpy.types.Menu, bpy_types._GenericUI):
559
546
  """
560
547
  ...
561
548
 
562
- class VIEW3D_MT_armature_add(bpy.types.Menu, bpy_types._GenericUI):
549
+ class VIEW3D_MT_armature_add(bpy.types.Menu):
563
550
  bl_idname: typing.Any
564
551
  bl_label: typing.Any
565
552
  bl_options: typing.Any
@@ -589,7 +576,7 @@ class VIEW3D_MT_armature_add(bpy.types.Menu, bpy_types._GenericUI):
589
576
  """
590
577
  ...
591
578
 
592
- class VIEW3D_MT_armature_context_menu(bpy.types.Menu, bpy_types._GenericUI):
579
+ class VIEW3D_MT_armature_context_menu(bpy.types.Menu):
593
580
  bl_label: typing.Any
594
581
  bl_rna: typing.Any
595
582
  id_data: typing.Any
@@ -617,7 +604,7 @@ class VIEW3D_MT_armature_context_menu(bpy.types.Menu, bpy_types._GenericUI):
617
604
  """
618
605
  ...
619
606
 
620
- class VIEW3D_MT_assign_material(bpy.types.Menu, bpy_types._GenericUI):
607
+ class VIEW3D_MT_assign_material(bpy.types.Menu):
621
608
  bl_label: typing.Any
622
609
  bl_rna: typing.Any
623
610
  id_data: typing.Any
@@ -645,7 +632,7 @@ class VIEW3D_MT_assign_material(bpy.types.Menu, bpy_types._GenericUI):
645
632
  """
646
633
  ...
647
634
 
648
- class VIEW3D_MT_bone_collections(bpy.types.Menu, bpy_types._GenericUI):
635
+ class VIEW3D_MT_bone_collections(bpy.types.Menu):
649
636
  bl_label: typing.Any
650
637
  bl_rna: typing.Any
651
638
  id_data: typing.Any
@@ -681,73 +668,7 @@ class VIEW3D_MT_bone_collections(bpy.types.Menu, bpy_types._GenericUI):
681
668
  """
682
669
  ...
683
670
 
684
- class VIEW3D_MT_bone_options_disable(bpy.types.Menu, bpy_types._GenericUI):
685
- bl_label: typing.Any
686
- bl_rna: typing.Any
687
- id_data: typing.Any
688
- type: typing.Any
689
-
690
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
691
- """
692
-
693
- :return: The RNA type or default when not found.
694
- :rtype: bpy.types.Struct
695
- """
696
- ...
697
-
698
- def bl_rna_get_subclass_py(self) -> typing.Any:
699
- """
700
-
701
- :return: The class or default when not found.
702
- :rtype: typing.Any
703
- """
704
- ...
705
-
706
- class VIEW3D_MT_bone_options_enable(bpy.types.Menu, bpy_types._GenericUI):
707
- bl_label: typing.Any
708
- bl_rna: typing.Any
709
- id_data: typing.Any
710
- type: typing.Any
711
-
712
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
713
- """
714
-
715
- :return: The RNA type or default when not found.
716
- :rtype: bpy.types.Struct
717
- """
718
- ...
719
-
720
- def bl_rna_get_subclass_py(self) -> typing.Any:
721
- """
722
-
723
- :return: The class or default when not found.
724
- :rtype: typing.Any
725
- """
726
- ...
727
-
728
- class VIEW3D_MT_bone_options_toggle(bpy.types.Menu, bpy_types._GenericUI):
729
- bl_label: typing.Any
730
- bl_rna: typing.Any
731
- id_data: typing.Any
732
- type: typing.Any
733
-
734
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
735
- """
736
-
737
- :return: The RNA type or default when not found.
738
- :rtype: bpy.types.Struct
739
- """
740
- ...
741
-
742
- def bl_rna_get_subclass_py(self) -> typing.Any:
743
- """
744
-
745
- :return: The class or default when not found.
746
- :rtype: typing.Any
747
- """
748
- ...
749
-
750
- class VIEW3D_MT_camera_add(bpy.types.Menu, bpy_types._GenericUI):
671
+ class VIEW3D_MT_camera_add(bpy.types.Menu):
751
672
  bl_idname: typing.Any
752
673
  bl_label: typing.Any
753
674
  bl_options: typing.Any
@@ -777,7 +698,7 @@ class VIEW3D_MT_camera_add(bpy.types.Menu, bpy_types._GenericUI):
777
698
  """
778
699
  ...
779
700
 
780
- class VIEW3D_MT_curve_add(bpy.types.Menu, bpy_types._GenericUI):
701
+ class VIEW3D_MT_curve_add(bpy.types.Menu):
781
702
  bl_idname: typing.Any
782
703
  bl_label: typing.Any
783
704
  bl_options: typing.Any
@@ -807,7 +728,7 @@ class VIEW3D_MT_curve_add(bpy.types.Menu, bpy_types._GenericUI):
807
728
  """
808
729
  ...
809
730
 
810
- class VIEW3D_MT_draw_gpencil(bpy.types.Menu, bpy_types._GenericUI):
731
+ class VIEW3D_MT_draw_gpencil(bpy.types.Menu):
811
732
  bl_label: typing.Any
812
733
  bl_rna: typing.Any
813
734
  id_data: typing.Any
@@ -835,7 +756,7 @@ class VIEW3D_MT_draw_gpencil(bpy.types.Menu, bpy_types._GenericUI):
835
756
  """
836
757
  ...
837
758
 
838
- class VIEW3D_MT_edit_armature(bpy.types.Menu, bpy_types._GenericUI):
759
+ class VIEW3D_MT_edit_armature(bpy.types.Menu):
839
760
  bl_label: typing.Any
840
761
  bl_rna: typing.Any
841
762
  id_data: typing.Any
@@ -863,7 +784,7 @@ class VIEW3D_MT_edit_armature(bpy.types.Menu, bpy_types._GenericUI):
863
784
  """
864
785
  ...
865
786
 
866
- class VIEW3D_MT_edit_armature_delete(bpy.types.Menu, bpy_types._GenericUI):
787
+ class VIEW3D_MT_edit_armature_delete(bpy.types.Menu):
867
788
  bl_label: typing.Any
868
789
  bl_rna: typing.Any
869
790
  id_data: typing.Any
@@ -891,7 +812,7 @@ class VIEW3D_MT_edit_armature_delete(bpy.types.Menu, bpy_types._GenericUI):
891
812
  """
892
813
  ...
893
814
 
894
- class VIEW3D_MT_edit_armature_names(bpy.types.Menu, bpy_types._GenericUI):
815
+ class VIEW3D_MT_edit_armature_names(bpy.types.Menu):
895
816
  bl_label: typing.Any
896
817
  bl_rna: typing.Any
897
818
  id_data: typing.Any
@@ -919,7 +840,7 @@ class VIEW3D_MT_edit_armature_names(bpy.types.Menu, bpy_types._GenericUI):
919
840
  """
920
841
  ...
921
842
 
922
- class VIEW3D_MT_edit_armature_parent(bpy.types.Menu, bpy_types._GenericUI):
843
+ class VIEW3D_MT_edit_armature_parent(bpy.types.Menu):
923
844
  bl_label: typing.Any
924
845
  bl_rna: typing.Any
925
846
  bl_translation_context: typing.Any
@@ -948,7 +869,7 @@ class VIEW3D_MT_edit_armature_parent(bpy.types.Menu, bpy_types._GenericUI):
948
869
  """
949
870
  ...
950
871
 
951
- class VIEW3D_MT_edit_armature_roll(bpy.types.Menu, bpy_types._GenericUI):
872
+ class VIEW3D_MT_edit_armature_roll(bpy.types.Menu):
952
873
  bl_label: typing.Any
953
874
  bl_rna: typing.Any
954
875
  id_data: typing.Any
@@ -976,7 +897,7 @@ class VIEW3D_MT_edit_armature_roll(bpy.types.Menu, bpy_types._GenericUI):
976
897
  """
977
898
  ...
978
899
 
979
- class VIEW3D_MT_edit_curve(bpy.types.Menu, bpy_types._GenericUI):
900
+ class VIEW3D_MT_edit_curve(bpy.types.Menu):
980
901
  bl_label: typing.Any
981
902
  bl_rna: typing.Any
982
903
  id_data: typing.Any
@@ -997,7 +918,7 @@ class VIEW3D_MT_edit_curve(bpy.types.Menu, bpy_types._GenericUI):
997
918
  """
998
919
  ...
999
920
 
1000
- class VIEW3D_MT_edit_curve_clean(bpy.types.Menu, bpy_types._GenericUI):
921
+ class VIEW3D_MT_edit_curve_clean(bpy.types.Menu):
1001
922
  bl_label: typing.Any
1002
923
  bl_rna: typing.Any
1003
924
  id_data: typing.Any
@@ -1025,7 +946,7 @@ class VIEW3D_MT_edit_curve_clean(bpy.types.Menu, bpy_types._GenericUI):
1025
946
  """
1026
947
  ...
1027
948
 
1028
- class VIEW3D_MT_edit_curve_context_menu(bpy.types.Menu, bpy_types._GenericUI):
949
+ class VIEW3D_MT_edit_curve_context_menu(bpy.types.Menu):
1029
950
  bl_label: typing.Any
1030
951
  bl_rna: typing.Any
1031
952
  id_data: typing.Any
@@ -1053,7 +974,7 @@ class VIEW3D_MT_edit_curve_context_menu(bpy.types.Menu, bpy_types._GenericUI):
1053
974
  """
1054
975
  ...
1055
976
 
1056
- class VIEW3D_MT_edit_curve_ctrlpoints(bpy.types.Menu, bpy_types._GenericUI):
977
+ class VIEW3D_MT_edit_curve_ctrlpoints(bpy.types.Menu):
1057
978
  bl_label: typing.Any
1058
979
  bl_rna: typing.Any
1059
980
  id_data: typing.Any
@@ -1081,7 +1002,7 @@ class VIEW3D_MT_edit_curve_ctrlpoints(bpy.types.Menu, bpy_types._GenericUI):
1081
1002
  """
1082
1003
  ...
1083
1004
 
1084
- class VIEW3D_MT_edit_curve_delete(bpy.types.Menu, bpy_types._GenericUI):
1005
+ class VIEW3D_MT_edit_curve_delete(bpy.types.Menu):
1085
1006
  bl_label: typing.Any
1086
1007
  bl_rna: typing.Any
1087
1008
  id_data: typing.Any
@@ -1109,7 +1030,7 @@ class VIEW3D_MT_edit_curve_delete(bpy.types.Menu, bpy_types._GenericUI):
1109
1030
  """
1110
1031
  ...
1111
1032
 
1112
- class VIEW3D_MT_edit_curve_segments(bpy.types.Menu, bpy_types._GenericUI):
1033
+ class VIEW3D_MT_edit_curve_segments(bpy.types.Menu):
1113
1034
  bl_label: typing.Any
1114
1035
  bl_rna: typing.Any
1115
1036
  id_data: typing.Any
@@ -1137,7 +1058,7 @@ class VIEW3D_MT_edit_curve_segments(bpy.types.Menu, bpy_types._GenericUI):
1137
1058
  """
1138
1059
  ...
1139
1060
 
1140
- class VIEW3D_MT_edit_curve_showhide(bpy.types.Menu, bpy_types._GenericUI):
1061
+ class VIEW3D_MT_edit_curve_showhide(ShowHideMenu, bpy.types.Menu):
1141
1062
  bl_label: typing.Any
1142
1063
  bl_rna: typing.Any
1143
1064
  id_data: typing.Any
@@ -1158,7 +1079,7 @@ class VIEW3D_MT_edit_curve_showhide(bpy.types.Menu, bpy_types._GenericUI):
1158
1079
  """
1159
1080
  ...
1160
1081
 
1161
- class VIEW3D_MT_edit_curves(bpy.types.Menu, bpy_types._GenericUI):
1082
+ class VIEW3D_MT_edit_curves(bpy.types.Menu):
1162
1083
  bl_label: typing.Any
1163
1084
  bl_rna: typing.Any
1164
1085
  id_data: typing.Any
@@ -1186,7 +1107,7 @@ class VIEW3D_MT_edit_curves(bpy.types.Menu, bpy_types._GenericUI):
1186
1107
  """
1187
1108
  ...
1188
1109
 
1189
- class VIEW3D_MT_edit_curves_add(bpy.types.Menu, bpy_types._GenericUI):
1110
+ class VIEW3D_MT_edit_curves_add(bpy.types.Menu):
1190
1111
  bl_label: typing.Any
1191
1112
  bl_rna: typing.Any
1192
1113
  bl_translation_context: typing.Any
@@ -1215,7 +1136,7 @@ class VIEW3D_MT_edit_curves_add(bpy.types.Menu, bpy_types._GenericUI):
1215
1136
  """
1216
1137
  ...
1217
1138
 
1218
- class VIEW3D_MT_edit_curves_context_menu(bpy.types.Menu, bpy_types._GenericUI):
1139
+ class VIEW3D_MT_edit_curves_context_menu(bpy.types.Menu):
1219
1140
  bl_label: typing.Any
1220
1141
  bl_rna: typing.Any
1221
1142
  id_data: typing.Any
@@ -1243,7 +1164,7 @@ class VIEW3D_MT_edit_curves_context_menu(bpy.types.Menu, bpy_types._GenericUI):
1243
1164
  """
1244
1165
  ...
1245
1166
 
1246
- class VIEW3D_MT_edit_curves_control_points(bpy.types.Menu, bpy_types._GenericUI):
1167
+ class VIEW3D_MT_edit_curves_control_points(bpy.types.Menu):
1247
1168
  bl_label: typing.Any
1248
1169
  bl_rna: typing.Any
1249
1170
  id_data: typing.Any
@@ -1271,7 +1192,7 @@ class VIEW3D_MT_edit_curves_control_points(bpy.types.Menu, bpy_types._GenericUI)
1271
1192
  """
1272
1193
  ...
1273
1194
 
1274
- class VIEW3D_MT_edit_curves_segments(bpy.types.Menu, bpy_types._GenericUI):
1195
+ class VIEW3D_MT_edit_curves_segments(bpy.types.Menu):
1275
1196
  bl_label: typing.Any
1276
1197
  bl_rna: typing.Any
1277
1198
  id_data: typing.Any
@@ -1299,7 +1220,7 @@ class VIEW3D_MT_edit_curves_segments(bpy.types.Menu, bpy_types._GenericUI):
1299
1220
  """
1300
1221
  ...
1301
1222
 
1302
- class VIEW3D_MT_edit_curves_select_more_less(bpy.types.Menu, bpy_types._GenericUI):
1223
+ class VIEW3D_MT_edit_curves_select_more_less(bpy.types.Menu):
1303
1224
  bl_label: typing.Any
1304
1225
  bl_rna: typing.Any
1305
1226
  id_data: typing.Any
@@ -1327,7 +1248,7 @@ class VIEW3D_MT_edit_curves_select_more_less(bpy.types.Menu, bpy_types._GenericU
1327
1248
  """
1328
1249
  ...
1329
1250
 
1330
- class VIEW3D_MT_edit_font(bpy.types.Menu, bpy_types._GenericUI):
1251
+ class VIEW3D_MT_edit_font(bpy.types.Menu):
1331
1252
  bl_label: typing.Any
1332
1253
  bl_rna: typing.Any
1333
1254
  id_data: typing.Any
@@ -1355,7 +1276,7 @@ class VIEW3D_MT_edit_font(bpy.types.Menu, bpy_types._GenericUI):
1355
1276
  """
1356
1277
  ...
1357
1278
 
1358
- class VIEW3D_MT_edit_font_chars(bpy.types.Menu, bpy_types._GenericUI):
1279
+ class VIEW3D_MT_edit_font_chars(bpy.types.Menu):
1359
1280
  bl_label: typing.Any
1360
1281
  bl_rna: typing.Any
1361
1282
  id_data: typing.Any
@@ -1383,7 +1304,7 @@ class VIEW3D_MT_edit_font_chars(bpy.types.Menu, bpy_types._GenericUI):
1383
1304
  """
1384
1305
  ...
1385
1306
 
1386
- class VIEW3D_MT_edit_font_context_menu(bpy.types.Menu, bpy_types._GenericUI):
1307
+ class VIEW3D_MT_edit_font_context_menu(bpy.types.Menu):
1387
1308
  bl_label: typing.Any
1388
1309
  bl_rna: typing.Any
1389
1310
  id_data: typing.Any
@@ -1411,7 +1332,7 @@ class VIEW3D_MT_edit_font_context_menu(bpy.types.Menu, bpy_types._GenericUI):
1411
1332
  """
1412
1333
  ...
1413
1334
 
1414
- class VIEW3D_MT_edit_font_delete(bpy.types.Menu, bpy_types._GenericUI):
1335
+ class VIEW3D_MT_edit_font_delete(bpy.types.Menu):
1415
1336
  bl_label: typing.Any
1416
1337
  bl_rna: typing.Any
1417
1338
  id_data: typing.Any
@@ -1439,7 +1360,7 @@ class VIEW3D_MT_edit_font_delete(bpy.types.Menu, bpy_types._GenericUI):
1439
1360
  """
1440
1361
  ...
1441
1362
 
1442
- class VIEW3D_MT_edit_font_kerning(bpy.types.Menu, bpy_types._GenericUI):
1363
+ class VIEW3D_MT_edit_font_kerning(bpy.types.Menu):
1443
1364
  bl_label: typing.Any
1444
1365
  bl_rna: typing.Any
1445
1366
  id_data: typing.Any
@@ -1467,7 +1388,7 @@ class VIEW3D_MT_edit_font_kerning(bpy.types.Menu, bpy_types._GenericUI):
1467
1388
  """
1468
1389
  ...
1469
1390
 
1470
- class VIEW3D_MT_edit_gpencil(bpy.types.Menu, bpy_types._GenericUI):
1391
+ class VIEW3D_MT_edit_gpencil(bpy.types.Menu):
1471
1392
  bl_label: typing.Any
1472
1393
  bl_rna: typing.Any
1473
1394
  id_data: typing.Any
@@ -1495,7 +1416,7 @@ class VIEW3D_MT_edit_gpencil(bpy.types.Menu, bpy_types._GenericUI):
1495
1416
  """
1496
1417
  ...
1497
1418
 
1498
- class VIEW3D_MT_edit_gpencil_delete(bpy.types.Menu, bpy_types._GenericUI):
1419
+ class VIEW3D_MT_edit_gpencil_delete(bpy.types.Menu):
1499
1420
  bl_label: typing.Any
1500
1421
  bl_rna: typing.Any
1501
1422
  id_data: typing.Any
@@ -1523,7 +1444,7 @@ class VIEW3D_MT_edit_gpencil_delete(bpy.types.Menu, bpy_types._GenericUI):
1523
1444
  """
1524
1445
  ...
1525
1446
 
1526
- class VIEW3D_MT_edit_gpencil_point(bpy.types.Menu, bpy_types._GenericUI):
1447
+ class VIEW3D_MT_edit_gpencil_point(bpy.types.Menu):
1527
1448
  bl_label: typing.Any
1528
1449
  bl_rna: typing.Any
1529
1450
  id_data: typing.Any
@@ -1551,7 +1472,7 @@ class VIEW3D_MT_edit_gpencil_point(bpy.types.Menu, bpy_types._GenericUI):
1551
1472
  """
1552
1473
  ...
1553
1474
 
1554
- class VIEW3D_MT_edit_gpencil_showhide(bpy.types.Menu, bpy_types._GenericUI):
1475
+ class VIEW3D_MT_edit_gpencil_showhide(bpy.types.Menu):
1555
1476
  bl_label: typing.Any
1556
1477
  bl_rna: typing.Any
1557
1478
  id_data: typing.Any
@@ -1579,7 +1500,7 @@ class VIEW3D_MT_edit_gpencil_showhide(bpy.types.Menu, bpy_types._GenericUI):
1579
1500
  """
1580
1501
  ...
1581
1502
 
1582
- class VIEW3D_MT_edit_gpencil_stroke(bpy.types.Menu, bpy_types._GenericUI):
1503
+ class VIEW3D_MT_edit_gpencil_stroke(bpy.types.Menu):
1583
1504
  bl_label: typing.Any
1584
1505
  bl_rna: typing.Any
1585
1506
  id_data: typing.Any
@@ -1607,7 +1528,7 @@ class VIEW3D_MT_edit_gpencil_stroke(bpy.types.Menu, bpy_types._GenericUI):
1607
1528
  """
1608
1529
  ...
1609
1530
 
1610
- class VIEW3D_MT_edit_gpencil_transform(bpy.types.Menu, bpy_types._GenericUI):
1531
+ class VIEW3D_MT_edit_gpencil_transform(bpy.types.Menu):
1611
1532
  bl_label: typing.Any
1612
1533
  bl_rna: typing.Any
1613
1534
  id_data: typing.Any
@@ -1635,7 +1556,7 @@ class VIEW3D_MT_edit_gpencil_transform(bpy.types.Menu, bpy_types._GenericUI):
1635
1556
  """
1636
1557
  ...
1637
1558
 
1638
- class VIEW3D_MT_edit_greasepencil(bpy.types.Menu, bpy_types._GenericUI):
1559
+ class VIEW3D_MT_edit_greasepencil(bpy.types.Menu):
1639
1560
  bl_label: typing.Any
1640
1561
  bl_rna: typing.Any
1641
1562
  id_data: typing.Any
@@ -1663,7 +1584,7 @@ class VIEW3D_MT_edit_greasepencil(bpy.types.Menu, bpy_types._GenericUI):
1663
1584
  """
1664
1585
  ...
1665
1586
 
1666
- class VIEW3D_MT_edit_greasepencil_animation(bpy.types.Menu, bpy_types._GenericUI):
1587
+ class VIEW3D_MT_edit_greasepencil_animation(bpy.types.Menu):
1667
1588
  bl_label: typing.Any
1668
1589
  bl_rna: typing.Any
1669
1590
  id_data: typing.Any
@@ -1691,7 +1612,7 @@ class VIEW3D_MT_edit_greasepencil_animation(bpy.types.Menu, bpy_types._GenericUI
1691
1612
  """
1692
1613
  ...
1693
1614
 
1694
- class VIEW3D_MT_edit_greasepencil_cleanup(bpy.types.Menu, bpy_types._GenericUI):
1615
+ class VIEW3D_MT_edit_greasepencil_cleanup(bpy.types.Menu):
1695
1616
  bl_label: typing.Any
1696
1617
  bl_rna: typing.Any
1697
1618
  id_data: typing.Any
@@ -1719,7 +1640,7 @@ class VIEW3D_MT_edit_greasepencil_cleanup(bpy.types.Menu, bpy_types._GenericUI):
1719
1640
  """
1720
1641
  ...
1721
1642
 
1722
- class VIEW3D_MT_edit_greasepencil_delete(bpy.types.Menu, bpy_types._GenericUI):
1643
+ class VIEW3D_MT_edit_greasepencil_delete(bpy.types.Menu):
1723
1644
  bl_label: typing.Any
1724
1645
  bl_rna: typing.Any
1725
1646
  id_data: typing.Any
@@ -1747,7 +1668,7 @@ class VIEW3D_MT_edit_greasepencil_delete(bpy.types.Menu, bpy_types._GenericUI):
1747
1668
  """
1748
1669
  ...
1749
1670
 
1750
- class VIEW3D_MT_edit_greasepencil_point(bpy.types.Menu, bpy_types._GenericUI):
1671
+ class VIEW3D_MT_edit_greasepencil_point(bpy.types.Menu):
1751
1672
  bl_label: typing.Any
1752
1673
  bl_rna: typing.Any
1753
1674
  id_data: typing.Any
@@ -1775,7 +1696,7 @@ class VIEW3D_MT_edit_greasepencil_point(bpy.types.Menu, bpy_types._GenericUI):
1775
1696
  """
1776
1697
  ...
1777
1698
 
1778
- class VIEW3D_MT_edit_greasepencil_showhide(bpy.types.Menu, bpy_types._GenericUI):
1699
+ class VIEW3D_MT_edit_greasepencil_showhide(bpy.types.Menu):
1779
1700
  bl_label: typing.Any
1780
1701
  bl_rna: typing.Any
1781
1702
  id_data: typing.Any
@@ -1803,7 +1724,7 @@ class VIEW3D_MT_edit_greasepencil_showhide(bpy.types.Menu, bpy_types._GenericUI)
1803
1724
  """
1804
1725
  ...
1805
1726
 
1806
- class VIEW3D_MT_edit_greasepencil_stroke(bpy.types.Menu, bpy_types._GenericUI):
1727
+ class VIEW3D_MT_edit_greasepencil_stroke(bpy.types.Menu):
1807
1728
  bl_label: typing.Any
1808
1729
  bl_rna: typing.Any
1809
1730
  id_data: typing.Any
@@ -1831,7 +1752,7 @@ class VIEW3D_MT_edit_greasepencil_stroke(bpy.types.Menu, bpy_types._GenericUI):
1831
1752
  """
1832
1753
  ...
1833
1754
 
1834
- class VIEW3D_MT_edit_lattice(bpy.types.Menu, bpy_types._GenericUI):
1755
+ class VIEW3D_MT_edit_lattice(bpy.types.Menu):
1835
1756
  bl_label: typing.Any
1836
1757
  bl_rna: typing.Any
1837
1758
  id_data: typing.Any
@@ -1859,7 +1780,7 @@ class VIEW3D_MT_edit_lattice(bpy.types.Menu, bpy_types._GenericUI):
1859
1780
  """
1860
1781
  ...
1861
1782
 
1862
- class VIEW3D_MT_edit_lattice_context_menu(bpy.types.Menu, bpy_types._GenericUI):
1783
+ class VIEW3D_MT_edit_lattice_context_menu(bpy.types.Menu):
1863
1784
  bl_label: typing.Any
1864
1785
  bl_rna: typing.Any
1865
1786
  id_data: typing.Any
@@ -1887,7 +1808,7 @@ class VIEW3D_MT_edit_lattice_context_menu(bpy.types.Menu, bpy_types._GenericUI):
1887
1808
  """
1888
1809
  ...
1889
1810
 
1890
- class VIEW3D_MT_edit_mesh(bpy.types.Menu, bpy_types._GenericUI):
1811
+ class VIEW3D_MT_edit_mesh(bpy.types.Menu):
1891
1812
  bl_label: typing.Any
1892
1813
  bl_rna: typing.Any
1893
1814
  id_data: typing.Any
@@ -1915,7 +1836,7 @@ class VIEW3D_MT_edit_mesh(bpy.types.Menu, bpy_types._GenericUI):
1915
1836
  """
1916
1837
  ...
1917
1838
 
1918
- class VIEW3D_MT_edit_mesh_clean(bpy.types.Menu, bpy_types._GenericUI):
1839
+ class VIEW3D_MT_edit_mesh_clean(bpy.types.Menu):
1919
1840
  bl_label: typing.Any
1920
1841
  bl_rna: typing.Any
1921
1842
  id_data: typing.Any
@@ -1943,7 +1864,7 @@ class VIEW3D_MT_edit_mesh_clean(bpy.types.Menu, bpy_types._GenericUI):
1943
1864
  """
1944
1865
  ...
1945
1866
 
1946
- class VIEW3D_MT_edit_mesh_context_menu(bpy.types.Menu, bpy_types._GenericUI):
1867
+ class VIEW3D_MT_edit_mesh_context_menu(bpy.types.Menu):
1947
1868
  bl_label: typing.Any
1948
1869
  bl_rna: typing.Any
1949
1870
  id_data: typing.Any
@@ -1971,7 +1892,7 @@ class VIEW3D_MT_edit_mesh_context_menu(bpy.types.Menu, bpy_types._GenericUI):
1971
1892
  """
1972
1893
  ...
1973
1894
 
1974
- class VIEW3D_MT_edit_mesh_delete(bpy.types.Menu, bpy_types._GenericUI):
1895
+ class VIEW3D_MT_edit_mesh_delete(bpy.types.Menu):
1975
1896
  bl_label: typing.Any
1976
1897
  bl_rna: typing.Any
1977
1898
  id_data: typing.Any
@@ -1999,7 +1920,7 @@ class VIEW3D_MT_edit_mesh_delete(bpy.types.Menu, bpy_types._GenericUI):
1999
1920
  """
2000
1921
  ...
2001
1922
 
2002
- class VIEW3D_MT_edit_mesh_edges(bpy.types.Menu, bpy_types._GenericUI):
1923
+ class VIEW3D_MT_edit_mesh_edges(bpy.types.Menu):
2003
1924
  bl_label: typing.Any
2004
1925
  bl_rna: typing.Any
2005
1926
  id_data: typing.Any
@@ -2027,7 +1948,7 @@ class VIEW3D_MT_edit_mesh_edges(bpy.types.Menu, bpy_types._GenericUI):
2027
1948
  """
2028
1949
  ...
2029
1950
 
2030
- class VIEW3D_MT_edit_mesh_extrude(bpy.types.Menu, bpy_types._GenericUI):
1951
+ class VIEW3D_MT_edit_mesh_extrude(bpy.types.Menu):
2031
1952
  bl_label: typing.Any
2032
1953
  bl_rna: typing.Any
2033
1954
  id_data: typing.Any
@@ -2055,7 +1976,7 @@ class VIEW3D_MT_edit_mesh_extrude(bpy.types.Menu, bpy_types._GenericUI):
2055
1976
  """
2056
1977
  ...
2057
1978
 
2058
- class VIEW3D_MT_edit_mesh_faces(bpy.types.Menu, bpy_types._GenericUI):
1979
+ class VIEW3D_MT_edit_mesh_faces(bpy.types.Menu):
2059
1980
  bl_idname: typing.Any
2060
1981
  bl_label: typing.Any
2061
1982
  bl_rna: typing.Any
@@ -2084,7 +2005,7 @@ class VIEW3D_MT_edit_mesh_faces(bpy.types.Menu, bpy_types._GenericUI):
2084
2005
  """
2085
2006
  ...
2086
2007
 
2087
- class VIEW3D_MT_edit_mesh_faces_data(bpy.types.Menu, bpy_types._GenericUI):
2008
+ class VIEW3D_MT_edit_mesh_faces_data(bpy.types.Menu):
2088
2009
  bl_label: typing.Any
2089
2010
  bl_rna: typing.Any
2090
2011
  id_data: typing.Any
@@ -2112,7 +2033,7 @@ class VIEW3D_MT_edit_mesh_faces_data(bpy.types.Menu, bpy_types._GenericUI):
2112
2033
  """
2113
2034
  ...
2114
2035
 
2115
- class VIEW3D_MT_edit_mesh_merge(bpy.types.Menu, bpy_types._GenericUI):
2036
+ class VIEW3D_MT_edit_mesh_merge(bpy.types.Menu):
2116
2037
  bl_label: typing.Any
2117
2038
  bl_rna: typing.Any
2118
2039
  id_data: typing.Any
@@ -2140,7 +2061,7 @@ class VIEW3D_MT_edit_mesh_merge(bpy.types.Menu, bpy_types._GenericUI):
2140
2061
  """
2141
2062
  ...
2142
2063
 
2143
- class VIEW3D_MT_edit_mesh_normals(bpy.types.Menu, bpy_types._GenericUI):
2064
+ class VIEW3D_MT_edit_mesh_normals(bpy.types.Menu):
2144
2065
  bl_label: typing.Any
2145
2066
  bl_rna: typing.Any
2146
2067
  id_data: typing.Any
@@ -2168,7 +2089,7 @@ class VIEW3D_MT_edit_mesh_normals(bpy.types.Menu, bpy_types._GenericUI):
2168
2089
  """
2169
2090
  ...
2170
2091
 
2171
- class VIEW3D_MT_edit_mesh_normals_average(bpy.types.Menu, bpy_types._GenericUI):
2092
+ class VIEW3D_MT_edit_mesh_normals_average(bpy.types.Menu):
2172
2093
  bl_label: typing.Any
2173
2094
  bl_rna: typing.Any
2174
2095
  id_data: typing.Any
@@ -2196,7 +2117,7 @@ class VIEW3D_MT_edit_mesh_normals_average(bpy.types.Menu, bpy_types._GenericUI):
2196
2117
  """
2197
2118
  ...
2198
2119
 
2199
- class VIEW3D_MT_edit_mesh_normals_select_strength(bpy.types.Menu, bpy_types._GenericUI):
2120
+ class VIEW3D_MT_edit_mesh_normals_select_strength(bpy.types.Menu):
2200
2121
  bl_label: typing.Any
2201
2122
  bl_rna: typing.Any
2202
2123
  id_data: typing.Any
@@ -2224,7 +2145,7 @@ class VIEW3D_MT_edit_mesh_normals_select_strength(bpy.types.Menu, bpy_types._Gen
2224
2145
  """
2225
2146
  ...
2226
2147
 
2227
- class VIEW3D_MT_edit_mesh_normals_set_strength(bpy.types.Menu, bpy_types._GenericUI):
2148
+ class VIEW3D_MT_edit_mesh_normals_set_strength(bpy.types.Menu):
2228
2149
  bl_label: typing.Any
2229
2150
  bl_rna: typing.Any
2230
2151
  id_data: typing.Any
@@ -2252,7 +2173,7 @@ class VIEW3D_MT_edit_mesh_normals_set_strength(bpy.types.Menu, bpy_types._Generi
2252
2173
  """
2253
2174
  ...
2254
2175
 
2255
- class VIEW3D_MT_edit_mesh_select_by_trait(bpy.types.Menu, bpy_types._GenericUI):
2176
+ class VIEW3D_MT_edit_mesh_select_by_trait(bpy.types.Menu):
2256
2177
  bl_label: typing.Any
2257
2178
  bl_rna: typing.Any
2258
2179
  id_data: typing.Any
@@ -2280,7 +2201,7 @@ class VIEW3D_MT_edit_mesh_select_by_trait(bpy.types.Menu, bpy_types._GenericUI):
2280
2201
  """
2281
2202
  ...
2282
2203
 
2283
- class VIEW3D_MT_edit_mesh_select_linked(bpy.types.Menu, bpy_types._GenericUI):
2204
+ class VIEW3D_MT_edit_mesh_select_linked(bpy.types.Menu):
2284
2205
  bl_label: typing.Any
2285
2206
  bl_rna: typing.Any
2286
2207
  id_data: typing.Any
@@ -2308,7 +2229,7 @@ class VIEW3D_MT_edit_mesh_select_linked(bpy.types.Menu, bpy_types._GenericUI):
2308
2229
  """
2309
2230
  ...
2310
2231
 
2311
- class VIEW3D_MT_edit_mesh_select_loops(bpy.types.Menu, bpy_types._GenericUI):
2232
+ class VIEW3D_MT_edit_mesh_select_loops(bpy.types.Menu):
2312
2233
  bl_label: typing.Any
2313
2234
  bl_rna: typing.Any
2314
2235
  id_data: typing.Any
@@ -2336,7 +2257,7 @@ class VIEW3D_MT_edit_mesh_select_loops(bpy.types.Menu, bpy_types._GenericUI):
2336
2257
  """
2337
2258
  ...
2338
2259
 
2339
- class VIEW3D_MT_edit_mesh_select_mode(bpy.types.Menu, bpy_types._GenericUI):
2260
+ class VIEW3D_MT_edit_mesh_select_mode(bpy.types.Menu):
2340
2261
  bl_label: typing.Any
2341
2262
  bl_rna: typing.Any
2342
2263
  id_data: typing.Any
@@ -2364,7 +2285,7 @@ class VIEW3D_MT_edit_mesh_select_mode(bpy.types.Menu, bpy_types._GenericUI):
2364
2285
  """
2365
2286
  ...
2366
2287
 
2367
- class VIEW3D_MT_edit_mesh_select_more_less(bpy.types.Menu, bpy_types._GenericUI):
2288
+ class VIEW3D_MT_edit_mesh_select_more_less(bpy.types.Menu):
2368
2289
  bl_label: typing.Any
2369
2290
  bl_rna: typing.Any
2370
2291
  id_data: typing.Any
@@ -2392,7 +2313,7 @@ class VIEW3D_MT_edit_mesh_select_more_less(bpy.types.Menu, bpy_types._GenericUI)
2392
2313
  """
2393
2314
  ...
2394
2315
 
2395
- class VIEW3D_MT_edit_mesh_select_similar(bpy.types.Menu, bpy_types._GenericUI):
2316
+ class VIEW3D_MT_edit_mesh_select_similar(bpy.types.Menu):
2396
2317
  bl_label: typing.Any
2397
2318
  bl_rna: typing.Any
2398
2319
  id_data: typing.Any
@@ -2420,7 +2341,7 @@ class VIEW3D_MT_edit_mesh_select_similar(bpy.types.Menu, bpy_types._GenericUI):
2420
2341
  """
2421
2342
  ...
2422
2343
 
2423
- class VIEW3D_MT_edit_mesh_shading(bpy.types.Menu, bpy_types._GenericUI):
2344
+ class VIEW3D_MT_edit_mesh_shading(bpy.types.Menu):
2424
2345
  bl_label: typing.Any
2425
2346
  bl_rna: typing.Any
2426
2347
  id_data: typing.Any
@@ -2448,7 +2369,7 @@ class VIEW3D_MT_edit_mesh_shading(bpy.types.Menu, bpy_types._GenericUI):
2448
2369
  """
2449
2370
  ...
2450
2371
 
2451
- class VIEW3D_MT_edit_mesh_showhide(bpy.types.Menu, bpy_types._GenericUI):
2372
+ class VIEW3D_MT_edit_mesh_showhide(ShowHideMenu, bpy.types.Menu):
2452
2373
  bl_label: typing.Any
2453
2374
  bl_rna: typing.Any
2454
2375
  id_data: typing.Any
@@ -2469,7 +2390,7 @@ class VIEW3D_MT_edit_mesh_showhide(bpy.types.Menu, bpy_types._GenericUI):
2469
2390
  """
2470
2391
  ...
2471
2392
 
2472
- class VIEW3D_MT_edit_mesh_split(bpy.types.Menu, bpy_types._GenericUI):
2393
+ class VIEW3D_MT_edit_mesh_split(bpy.types.Menu):
2473
2394
  bl_label: typing.Any
2474
2395
  bl_rna: typing.Any
2475
2396
  id_data: typing.Any
@@ -2497,7 +2418,7 @@ class VIEW3D_MT_edit_mesh_split(bpy.types.Menu, bpy_types._GenericUI):
2497
2418
  """
2498
2419
  ...
2499
2420
 
2500
- class VIEW3D_MT_edit_mesh_vertices(bpy.types.Menu, bpy_types._GenericUI):
2421
+ class VIEW3D_MT_edit_mesh_vertices(bpy.types.Menu):
2501
2422
  bl_label: typing.Any
2502
2423
  bl_rna: typing.Any
2503
2424
  id_data: typing.Any
@@ -2525,7 +2446,7 @@ class VIEW3D_MT_edit_mesh_vertices(bpy.types.Menu, bpy_types._GenericUI):
2525
2446
  """
2526
2447
  ...
2527
2448
 
2528
- class VIEW3D_MT_edit_mesh_weights(bpy.types.Menu, bpy_types._GenericUI):
2449
+ class VIEW3D_MT_edit_mesh_weights(bpy.types.Menu):
2529
2450
  bl_label: typing.Any
2530
2451
  bl_rna: typing.Any
2531
2452
  id_data: typing.Any
@@ -2553,7 +2474,7 @@ class VIEW3D_MT_edit_mesh_weights(bpy.types.Menu, bpy_types._GenericUI):
2553
2474
  """
2554
2475
  ...
2555
2476
 
2556
- class VIEW3D_MT_edit_meta(bpy.types.Menu, bpy_types._GenericUI):
2477
+ class VIEW3D_MT_edit_meta(bpy.types.Menu):
2557
2478
  bl_label: typing.Any
2558
2479
  bl_rna: typing.Any
2559
2480
  id_data: typing.Any
@@ -2581,7 +2502,7 @@ class VIEW3D_MT_edit_meta(bpy.types.Menu, bpy_types._GenericUI):
2581
2502
  """
2582
2503
  ...
2583
2504
 
2584
- class VIEW3D_MT_edit_meta_showhide(bpy.types.Menu, bpy_types._GenericUI):
2505
+ class VIEW3D_MT_edit_meta_showhide(bpy.types.Menu):
2585
2506
  bl_label: typing.Any
2586
2507
  bl_rna: typing.Any
2587
2508
  id_data: typing.Any
@@ -2609,7 +2530,7 @@ class VIEW3D_MT_edit_meta_showhide(bpy.types.Menu, bpy_types._GenericUI):
2609
2530
  """
2610
2531
  ...
2611
2532
 
2612
- class VIEW3D_MT_edit_metaball_context_menu(bpy.types.Menu, bpy_types._GenericUI):
2533
+ class VIEW3D_MT_edit_metaball_context_menu(bpy.types.Menu):
2613
2534
  bl_label: typing.Any
2614
2535
  bl_rna: typing.Any
2615
2536
  id_data: typing.Any
@@ -2637,7 +2558,7 @@ class VIEW3D_MT_edit_metaball_context_menu(bpy.types.Menu, bpy_types._GenericUI)
2637
2558
  """
2638
2559
  ...
2639
2560
 
2640
- class VIEW3D_MT_edit_pointcloud(bpy.types.Menu, bpy_types._GenericUI):
2561
+ class VIEW3D_MT_edit_pointcloud(bpy.types.Menu):
2641
2562
  bl_label: typing.Any
2642
2563
  bl_rna: typing.Any
2643
2564
  id_data: typing.Any
@@ -2665,7 +2586,7 @@ class VIEW3D_MT_edit_pointcloud(bpy.types.Menu, bpy_types._GenericUI):
2665
2586
  """
2666
2587
  ...
2667
2588
 
2668
- class VIEW3D_MT_edit_surface(bpy.types.Menu, bpy_types._GenericUI):
2589
+ class VIEW3D_MT_edit_surface(bpy.types.Menu):
2669
2590
  bl_label: typing.Any
2670
2591
  bl_rna: typing.Any
2671
2592
  id_data: typing.Any
@@ -2686,7 +2607,7 @@ class VIEW3D_MT_edit_surface(bpy.types.Menu, bpy_types._GenericUI):
2686
2607
  """
2687
2608
  ...
2688
2609
 
2689
- class VIEW3D_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
2610
+ class VIEW3D_MT_editor_menus(bpy.types.Menu):
2690
2611
  bl_label: typing.Any
2691
2612
  bl_rna: typing.Any
2692
2613
  id_data: typing.Any
@@ -2714,7 +2635,7 @@ class VIEW3D_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
2714
2635
  """
2715
2636
  ...
2716
2637
 
2717
- class VIEW3D_MT_face_sets(bpy.types.Menu, bpy_types._GenericUI):
2638
+ class VIEW3D_MT_face_sets(bpy.types.Menu):
2718
2639
  bl_label: typing.Any
2719
2640
  bl_rna: typing.Any
2720
2641
  id_data: typing.Any
@@ -2742,7 +2663,7 @@ class VIEW3D_MT_face_sets(bpy.types.Menu, bpy_types._GenericUI):
2742
2663
  """
2743
2664
  ...
2744
2665
 
2745
- class VIEW3D_MT_face_sets_init(bpy.types.Menu, bpy_types._GenericUI):
2666
+ class VIEW3D_MT_face_sets_init(bpy.types.Menu):
2746
2667
  bl_label: typing.Any
2747
2668
  bl_rna: typing.Any
2748
2669
  id_data: typing.Any
@@ -2770,7 +2691,7 @@ class VIEW3D_MT_face_sets_init(bpy.types.Menu, bpy_types._GenericUI):
2770
2691
  """
2771
2692
  ...
2772
2693
 
2773
- class VIEW3D_MT_gpencil_animation(bpy.types.Menu, bpy_types._GenericUI):
2694
+ class VIEW3D_MT_gpencil_animation(bpy.types.Menu):
2774
2695
  bl_label: typing.Any
2775
2696
  bl_rna: typing.Any
2776
2697
  id_data: typing.Any
@@ -2806,7 +2727,7 @@ class VIEW3D_MT_gpencil_animation(bpy.types.Menu, bpy_types._GenericUI):
2806
2727
  """
2807
2728
  ...
2808
2729
 
2809
- class VIEW3D_MT_gpencil_autoweights(bpy.types.Menu, bpy_types._GenericUI):
2730
+ class VIEW3D_MT_gpencil_autoweights(bpy.types.Menu):
2810
2731
  bl_label: typing.Any
2811
2732
  bl_rna: typing.Any
2812
2733
  id_data: typing.Any
@@ -2834,7 +2755,7 @@ class VIEW3D_MT_gpencil_autoweights(bpy.types.Menu, bpy_types._GenericUI):
2834
2755
  """
2835
2756
  ...
2836
2757
 
2837
- class VIEW3D_MT_gpencil_edit_context_menu(bpy.types.Menu, bpy_types._GenericUI):
2758
+ class VIEW3D_MT_gpencil_edit_context_menu(bpy.types.Menu):
2838
2759
  bl_label: typing.Any
2839
2760
  bl_rna: typing.Any
2840
2761
  id_data: typing.Any
@@ -2862,7 +2783,7 @@ class VIEW3D_MT_gpencil_edit_context_menu(bpy.types.Menu, bpy_types._GenericUI):
2862
2783
  """
2863
2784
  ...
2864
2785
 
2865
- class VIEW3D_MT_gpencil_simplify(bpy.types.Menu, bpy_types._GenericUI):
2786
+ class VIEW3D_MT_gpencil_simplify(bpy.types.Menu):
2866
2787
  bl_label: typing.Any
2867
2788
  bl_rna: typing.Any
2868
2789
  id_data: typing.Any
@@ -2890,7 +2811,7 @@ class VIEW3D_MT_gpencil_simplify(bpy.types.Menu, bpy_types._GenericUI):
2890
2811
  """
2891
2812
  ...
2892
2813
 
2893
- class VIEW3D_MT_gpencil_vertex_group(bpy.types.Menu, bpy_types._GenericUI):
2814
+ class VIEW3D_MT_gpencil_vertex_group(bpy.types.Menu):
2894
2815
  bl_label: typing.Any
2895
2816
  bl_rna: typing.Any
2896
2817
  id_data: typing.Any
@@ -2918,7 +2839,7 @@ class VIEW3D_MT_gpencil_vertex_group(bpy.types.Menu, bpy_types._GenericUI):
2918
2839
  """
2919
2840
  ...
2920
2841
 
2921
- class VIEW3D_MT_grease_pencil_add(bpy.types.Menu, bpy_types._GenericUI):
2842
+ class VIEW3D_MT_grease_pencil_add(bpy.types.Menu):
2922
2843
  bl_idname: typing.Any
2923
2844
  bl_label: typing.Any
2924
2845
  bl_options: typing.Any
@@ -2948,7 +2869,7 @@ class VIEW3D_MT_grease_pencil_add(bpy.types.Menu, bpy_types._GenericUI):
2948
2869
  """
2949
2870
  ...
2950
2871
 
2951
- class VIEW3D_MT_grease_pencil_assign_material(bpy.types.Menu, bpy_types._GenericUI):
2872
+ class VIEW3D_MT_grease_pencil_assign_material(bpy.types.Menu):
2952
2873
  bl_label: typing.Any
2953
2874
  bl_rna: typing.Any
2954
2875
  id_data: typing.Any
@@ -2976,7 +2897,7 @@ class VIEW3D_MT_grease_pencil_assign_material(bpy.types.Menu, bpy_types._Generic
2976
2897
  """
2977
2898
  ...
2978
2899
 
2979
- class VIEW3D_MT_greasepencil_edit_context_menu(bpy.types.Menu, bpy_types._GenericUI):
2900
+ class VIEW3D_MT_greasepencil_edit_context_menu(bpy.types.Menu):
2980
2901
  bl_label: typing.Any
2981
2902
  bl_rna: typing.Any
2982
2903
  id_data: typing.Any
@@ -3004,7 +2925,7 @@ class VIEW3D_MT_greasepencil_edit_context_menu(bpy.types.Menu, bpy_types._Generi
3004
2925
  """
3005
2926
  ...
3006
2927
 
3007
- class VIEW3D_MT_greasepencil_material_active(bpy.types.Menu, bpy_types._GenericUI):
2928
+ class VIEW3D_MT_greasepencil_material_active(bpy.types.Menu):
3008
2929
  bl_label: typing.Any
3009
2930
  bl_rna: typing.Any
3010
2931
  id_data: typing.Any
@@ -3040,7 +2961,7 @@ class VIEW3D_MT_greasepencil_material_active(bpy.types.Menu, bpy_types._GenericU
3040
2961
  """
3041
2962
  ...
3042
2963
 
3043
- class VIEW3D_MT_greasepencil_vertex_group(bpy.types.Menu, bpy_types._GenericUI):
2964
+ class VIEW3D_MT_greasepencil_vertex_group(bpy.types.Menu):
3044
2965
  bl_label: typing.Any
3045
2966
  bl_rna: typing.Any
3046
2967
  id_data: typing.Any
@@ -3068,7 +2989,7 @@ class VIEW3D_MT_greasepencil_vertex_group(bpy.types.Menu, bpy_types._GenericUI):
3068
2989
  """
3069
2990
  ...
3070
2991
 
3071
- class VIEW3D_MT_hook(bpy.types.Menu, bpy_types._GenericUI):
2992
+ class VIEW3D_MT_hook(bpy.types.Menu):
3072
2993
  bl_label: typing.Any
3073
2994
  bl_rna: typing.Any
3074
2995
  id_data: typing.Any
@@ -3096,7 +3017,7 @@ class VIEW3D_MT_hook(bpy.types.Menu, bpy_types._GenericUI):
3096
3017
  """
3097
3018
  ...
3098
3019
 
3099
- class VIEW3D_MT_image_add(bpy.types.Menu, bpy_types._GenericUI):
3020
+ class VIEW3D_MT_image_add(bpy.types.Menu):
3100
3021
  bl_label: typing.Any
3101
3022
  bl_options: typing.Any
3102
3023
  bl_rna: typing.Any
@@ -3125,7 +3046,7 @@ class VIEW3D_MT_image_add(bpy.types.Menu, bpy_types._GenericUI):
3125
3046
  """
3126
3047
  ...
3127
3048
 
3128
- class VIEW3D_MT_light_add(bpy.types.Menu, bpy_types._GenericUI):
3049
+ class VIEW3D_MT_light_add(bpy.types.Menu):
3129
3050
  bl_context: typing.Any
3130
3051
  bl_idname: typing.Any
3131
3052
  bl_label: typing.Any
@@ -3156,7 +3077,7 @@ class VIEW3D_MT_light_add(bpy.types.Menu, bpy_types._GenericUI):
3156
3077
  """
3157
3078
  ...
3158
3079
 
3159
- class VIEW3D_MT_lightprobe_add(bpy.types.Menu, bpy_types._GenericUI):
3080
+ class VIEW3D_MT_lightprobe_add(bpy.types.Menu):
3160
3081
  bl_idname: typing.Any
3161
3082
  bl_label: typing.Any
3162
3083
  bl_options: typing.Any
@@ -3186,7 +3107,7 @@ class VIEW3D_MT_lightprobe_add(bpy.types.Menu, bpy_types._GenericUI):
3186
3107
  """
3187
3108
  ...
3188
3109
 
3189
- class VIEW3D_MT_make_links(bpy.types.Menu, bpy_types._GenericUI):
3110
+ class VIEW3D_MT_make_links(bpy.types.Menu):
3190
3111
  bl_label: typing.Any
3191
3112
  bl_rna: typing.Any
3192
3113
  id_data: typing.Any
@@ -3207,7 +3128,7 @@ class VIEW3D_MT_make_links(bpy.types.Menu, bpy_types._GenericUI):
3207
3128
  """
3208
3129
  ...
3209
3130
 
3210
- class VIEW3D_MT_make_single_user(bpy.types.Menu, bpy_types._GenericUI):
3131
+ class VIEW3D_MT_make_single_user(bpy.types.Menu):
3211
3132
  bl_label: typing.Any
3212
3133
  bl_rna: typing.Any
3213
3134
  id_data: typing.Any
@@ -3235,7 +3156,7 @@ class VIEW3D_MT_make_single_user(bpy.types.Menu, bpy_types._GenericUI):
3235
3156
  """
3236
3157
  ...
3237
3158
 
3238
- class VIEW3D_MT_mask(bpy.types.Menu, bpy_types._GenericUI):
3159
+ class VIEW3D_MT_mask(bpy.types.Menu):
3239
3160
  bl_label: typing.Any
3240
3161
  bl_rna: typing.Any
3241
3162
  id_data: typing.Any
@@ -3263,7 +3184,7 @@ class VIEW3D_MT_mask(bpy.types.Menu, bpy_types._GenericUI):
3263
3184
  """
3264
3185
  ...
3265
3186
 
3266
- class VIEW3D_MT_mesh_add(bpy.types.Menu, bpy_types._GenericUI):
3187
+ class VIEW3D_MT_mesh_add(bpy.types.Menu):
3267
3188
  bl_idname: typing.Any
3268
3189
  bl_label: typing.Any
3269
3190
  bl_options: typing.Any
@@ -3293,7 +3214,7 @@ class VIEW3D_MT_mesh_add(bpy.types.Menu, bpy_types._GenericUI):
3293
3214
  """
3294
3215
  ...
3295
3216
 
3296
- class VIEW3D_MT_metaball_add(bpy.types.Menu, bpy_types._GenericUI):
3217
+ class VIEW3D_MT_metaball_add(bpy.types.Menu):
3297
3218
  bl_idname: typing.Any
3298
3219
  bl_label: typing.Any
3299
3220
  bl_options: typing.Any
@@ -3323,7 +3244,7 @@ class VIEW3D_MT_metaball_add(bpy.types.Menu, bpy_types._GenericUI):
3323
3244
  """
3324
3245
  ...
3325
3246
 
3326
- class VIEW3D_MT_mirror(bpy.types.Menu, bpy_types._GenericUI):
3247
+ class VIEW3D_MT_mirror(bpy.types.Menu):
3327
3248
  bl_label: typing.Any
3328
3249
  bl_rna: typing.Any
3329
3250
  id_data: typing.Any
@@ -3351,7 +3272,7 @@ class VIEW3D_MT_mirror(bpy.types.Menu, bpy_types._GenericUI):
3351
3272
  """
3352
3273
  ...
3353
3274
 
3354
- class VIEW3D_MT_object(bpy.types.Menu, bpy_types._GenericUI):
3275
+ class VIEW3D_MT_object(bpy.types.Menu):
3355
3276
  bl_context: typing.Any
3356
3277
  bl_label: typing.Any
3357
3278
  bl_rna: typing.Any
@@ -3380,7 +3301,7 @@ class VIEW3D_MT_object(bpy.types.Menu, bpy_types._GenericUI):
3380
3301
  """
3381
3302
  ...
3382
3303
 
3383
- class VIEW3D_MT_object_animation(bpy.types.Menu, bpy_types._GenericUI):
3304
+ class VIEW3D_MT_object_animation(bpy.types.Menu):
3384
3305
  bl_label: typing.Any
3385
3306
  bl_rna: typing.Any
3386
3307
  id_data: typing.Any
@@ -3408,7 +3329,7 @@ class VIEW3D_MT_object_animation(bpy.types.Menu, bpy_types._GenericUI):
3408
3329
  """
3409
3330
  ...
3410
3331
 
3411
- class VIEW3D_MT_object_apply(bpy.types.Menu, bpy_types._GenericUI):
3332
+ class VIEW3D_MT_object_apply(bpy.types.Menu):
3412
3333
  bl_label: typing.Any
3413
3334
  bl_rna: typing.Any
3414
3335
  id_data: typing.Any
@@ -3436,7 +3357,7 @@ class VIEW3D_MT_object_apply(bpy.types.Menu, bpy_types._GenericUI):
3436
3357
  """
3437
3358
  ...
3438
3359
 
3439
- class VIEW3D_MT_object_asset(bpy.types.Menu, bpy_types._GenericUI):
3360
+ class VIEW3D_MT_object_asset(bpy.types.Menu):
3440
3361
  bl_label: typing.Any
3441
3362
  bl_rna: typing.Any
3442
3363
  id_data: typing.Any
@@ -3464,7 +3385,7 @@ class VIEW3D_MT_object_asset(bpy.types.Menu, bpy_types._GenericUI):
3464
3385
  """
3465
3386
  ...
3466
3387
 
3467
- class VIEW3D_MT_object_cleanup(bpy.types.Menu, bpy_types._GenericUI):
3388
+ class VIEW3D_MT_object_cleanup(bpy.types.Menu):
3468
3389
  bl_label: typing.Any
3469
3390
  bl_rna: typing.Any
3470
3391
  id_data: typing.Any
@@ -3492,7 +3413,7 @@ class VIEW3D_MT_object_cleanup(bpy.types.Menu, bpy_types._GenericUI):
3492
3413
  """
3493
3414
  ...
3494
3415
 
3495
- class VIEW3D_MT_object_clear(bpy.types.Menu, bpy_types._GenericUI):
3416
+ class VIEW3D_MT_object_clear(bpy.types.Menu):
3496
3417
  bl_label: typing.Any
3497
3418
  bl_rna: typing.Any
3498
3419
  id_data: typing.Any
@@ -3520,7 +3441,7 @@ class VIEW3D_MT_object_clear(bpy.types.Menu, bpy_types._GenericUI):
3520
3441
  """
3521
3442
  ...
3522
3443
 
3523
- class VIEW3D_MT_object_collection(bpy.types.Menu, bpy_types._GenericUI):
3444
+ class VIEW3D_MT_object_collection(bpy.types.Menu):
3524
3445
  bl_label: typing.Any
3525
3446
  bl_rna: typing.Any
3526
3447
  id_data: typing.Any
@@ -3548,7 +3469,7 @@ class VIEW3D_MT_object_collection(bpy.types.Menu, bpy_types._GenericUI):
3548
3469
  """
3549
3470
  ...
3550
3471
 
3551
- class VIEW3D_MT_object_constraints(bpy.types.Menu, bpy_types._GenericUI):
3472
+ class VIEW3D_MT_object_constraints(bpy.types.Menu):
3552
3473
  bl_label: typing.Any
3553
3474
  bl_rna: typing.Any
3554
3475
  id_data: typing.Any
@@ -3576,7 +3497,7 @@ class VIEW3D_MT_object_constraints(bpy.types.Menu, bpy_types._GenericUI):
3576
3497
  """
3577
3498
  ...
3578
3499
 
3579
- class VIEW3D_MT_object_context_menu(bpy.types.Menu, bpy_types._GenericUI):
3500
+ class VIEW3D_MT_object_context_menu(bpy.types.Menu):
3580
3501
  bl_label: typing.Any
3581
3502
  bl_rna: typing.Any
3582
3503
  id_data: typing.Any
@@ -3604,7 +3525,7 @@ class VIEW3D_MT_object_context_menu(bpy.types.Menu, bpy_types._GenericUI):
3604
3525
  """
3605
3526
  ...
3606
3527
 
3607
- class VIEW3D_MT_object_convert(bpy.types.Menu, bpy_types._GenericUI):
3528
+ class VIEW3D_MT_object_convert(bpy.types.Menu):
3608
3529
  bl_label: typing.Any
3609
3530
  bl_rna: typing.Any
3610
3531
  id_data: typing.Any
@@ -3632,7 +3553,7 @@ class VIEW3D_MT_object_convert(bpy.types.Menu, bpy_types._GenericUI):
3632
3553
  """
3633
3554
  ...
3634
3555
 
3635
- class VIEW3D_MT_object_liboverride(bpy.types.Menu, bpy_types._GenericUI):
3556
+ class VIEW3D_MT_object_liboverride(bpy.types.Menu):
3636
3557
  bl_label: typing.Any
3637
3558
  bl_rna: typing.Any
3638
3559
  id_data: typing.Any
@@ -3660,7 +3581,7 @@ class VIEW3D_MT_object_liboverride(bpy.types.Menu, bpy_types._GenericUI):
3660
3581
  """
3661
3582
  ...
3662
3583
 
3663
- class VIEW3D_MT_object_mode_pie(bpy.types.Menu, bpy_types._GenericUI):
3584
+ class VIEW3D_MT_object_mode_pie(bpy.types.Menu):
3664
3585
  bl_label: typing.Any
3665
3586
  bl_rna: typing.Any
3666
3587
  id_data: typing.Any
@@ -3688,7 +3609,7 @@ class VIEW3D_MT_object_mode_pie(bpy.types.Menu, bpy_types._GenericUI):
3688
3609
  """
3689
3610
  ...
3690
3611
 
3691
- class VIEW3D_MT_object_modifiers(bpy.types.Menu, bpy_types._GenericUI):
3612
+ class VIEW3D_MT_object_modifiers(bpy.types.Menu):
3692
3613
  bl_label: typing.Any
3693
3614
  bl_rna: typing.Any
3694
3615
  id_data: typing.Any
@@ -3716,7 +3637,7 @@ class VIEW3D_MT_object_modifiers(bpy.types.Menu, bpy_types._GenericUI):
3716
3637
  """
3717
3638
  ...
3718
3639
 
3719
- class VIEW3D_MT_object_parent(bpy.types.Menu, bpy_types._GenericUI):
3640
+ class VIEW3D_MT_object_parent(bpy.types.Menu):
3720
3641
  bl_label: typing.Any
3721
3642
  bl_rna: typing.Any
3722
3643
  bl_translation_context: typing.Any
@@ -3745,7 +3666,7 @@ class VIEW3D_MT_object_parent(bpy.types.Menu, bpy_types._GenericUI):
3745
3666
  """
3746
3667
  ...
3747
3668
 
3748
- class VIEW3D_MT_object_quick_effects(bpy.types.Menu, bpy_types._GenericUI):
3669
+ class VIEW3D_MT_object_quick_effects(bpy.types.Menu):
3749
3670
  bl_label: typing.Any
3750
3671
  bl_rna: typing.Any
3751
3672
  id_data: typing.Any
@@ -3773,7 +3694,7 @@ class VIEW3D_MT_object_quick_effects(bpy.types.Menu, bpy_types._GenericUI):
3773
3694
  """
3774
3695
  ...
3775
3696
 
3776
- class VIEW3D_MT_object_relations(bpy.types.Menu, bpy_types._GenericUI):
3697
+ class VIEW3D_MT_object_relations(bpy.types.Menu):
3777
3698
  bl_label: typing.Any
3778
3699
  bl_rna: typing.Any
3779
3700
  id_data: typing.Any
@@ -3801,7 +3722,7 @@ class VIEW3D_MT_object_relations(bpy.types.Menu, bpy_types._GenericUI):
3801
3722
  """
3802
3723
  ...
3803
3724
 
3804
- class VIEW3D_MT_object_rigid_body(bpy.types.Menu, bpy_types._GenericUI):
3725
+ class VIEW3D_MT_object_rigid_body(bpy.types.Menu):
3805
3726
  bl_label: typing.Any
3806
3727
  bl_rna: typing.Any
3807
3728
  id_data: typing.Any
@@ -3829,7 +3750,7 @@ class VIEW3D_MT_object_rigid_body(bpy.types.Menu, bpy_types._GenericUI):
3829
3750
  """
3830
3751
  ...
3831
3752
 
3832
- class VIEW3D_MT_object_shading(bpy.types.Menu, bpy_types._GenericUI):
3753
+ class VIEW3D_MT_object_shading(bpy.types.Menu):
3833
3754
  bl_label: typing.Any
3834
3755
  bl_rna: typing.Any
3835
3756
  id_data: typing.Any
@@ -3857,7 +3778,7 @@ class VIEW3D_MT_object_shading(bpy.types.Menu, bpy_types._GenericUI):
3857
3778
  """
3858
3779
  ...
3859
3780
 
3860
- class VIEW3D_MT_object_showhide(bpy.types.Menu, bpy_types._GenericUI):
3781
+ class VIEW3D_MT_object_showhide(bpy.types.Menu):
3861
3782
  bl_label: typing.Any
3862
3783
  bl_rna: typing.Any
3863
3784
  id_data: typing.Any
@@ -3885,7 +3806,7 @@ class VIEW3D_MT_object_showhide(bpy.types.Menu, bpy_types._GenericUI):
3885
3806
  """
3886
3807
  ...
3887
3808
 
3888
- class VIEW3D_MT_object_track(bpy.types.Menu, bpy_types._GenericUI):
3809
+ class VIEW3D_MT_object_track(bpy.types.Menu):
3889
3810
  bl_label: typing.Any
3890
3811
  bl_rna: typing.Any
3891
3812
  bl_translation_context: typing.Any
@@ -3914,7 +3835,7 @@ class VIEW3D_MT_object_track(bpy.types.Menu, bpy_types._GenericUI):
3914
3835
  """
3915
3836
  ...
3916
3837
 
3917
- class VIEW3D_MT_orientations_pie(bpy.types.Menu, bpy_types._GenericUI):
3838
+ class VIEW3D_MT_orientations_pie(bpy.types.Menu):
3918
3839
  bl_label: typing.Any
3919
3840
  bl_rna: typing.Any
3920
3841
  id_data: typing.Any
@@ -3942,7 +3863,7 @@ class VIEW3D_MT_orientations_pie(bpy.types.Menu, bpy_types._GenericUI):
3942
3863
  """
3943
3864
  ...
3944
3865
 
3945
- class VIEW3D_MT_paint_gpencil(bpy.types.Menu, bpy_types._GenericUI):
3866
+ class VIEW3D_MT_paint_gpencil(bpy.types.Menu):
3946
3867
  bl_label: typing.Any
3947
3868
  bl_rna: typing.Any
3948
3869
  id_data: typing.Any
@@ -3970,7 +3891,7 @@ class VIEW3D_MT_paint_gpencil(bpy.types.Menu, bpy_types._GenericUI):
3970
3891
  """
3971
3892
  ...
3972
3893
 
3973
- class VIEW3D_MT_paint_grease_pencil(bpy.types.Menu, bpy_types._GenericUI):
3894
+ class VIEW3D_MT_paint_grease_pencil(bpy.types.Menu):
3974
3895
  bl_label: typing.Any
3975
3896
  bl_rna: typing.Any
3976
3897
  id_data: typing.Any
@@ -3998,7 +3919,7 @@ class VIEW3D_MT_paint_grease_pencil(bpy.types.Menu, bpy_types._GenericUI):
3998
3919
  """
3999
3920
  ...
4000
3921
 
4001
- class VIEW3D_MT_paint_vertex(bpy.types.Menu, bpy_types._GenericUI):
3922
+ class VIEW3D_MT_paint_vertex(bpy.types.Menu):
4002
3923
  bl_label: typing.Any
4003
3924
  bl_rna: typing.Any
4004
3925
  id_data: typing.Any
@@ -4026,7 +3947,7 @@ class VIEW3D_MT_paint_vertex(bpy.types.Menu, bpy_types._GenericUI):
4026
3947
  """
4027
3948
  ...
4028
3949
 
4029
- class VIEW3D_MT_paint_weight(bpy.types.Menu, bpy_types._GenericUI):
3950
+ class VIEW3D_MT_paint_weight(bpy.types.Menu):
4030
3951
  bl_label: typing.Any
4031
3952
  bl_rna: typing.Any
4032
3953
  id_data: typing.Any
@@ -4063,7 +3984,7 @@ class VIEW3D_MT_paint_weight(bpy.types.Menu, bpy_types._GenericUI):
4063
3984
  """
4064
3985
  ...
4065
3986
 
4066
- class VIEW3D_MT_paint_weight_lock(bpy.types.Menu, bpy_types._GenericUI):
3987
+ class VIEW3D_MT_paint_weight_lock(bpy.types.Menu):
4067
3988
  bl_label: typing.Any
4068
3989
  bl_rna: typing.Any
4069
3990
  id_data: typing.Any
@@ -4091,7 +4012,7 @@ class VIEW3D_MT_paint_weight_lock(bpy.types.Menu, bpy_types._GenericUI):
4091
4012
  """
4092
4013
  ...
4093
4014
 
4094
- class VIEW3D_MT_particle(bpy.types.Menu, bpy_types._GenericUI):
4015
+ class VIEW3D_MT_particle(bpy.types.Menu):
4095
4016
  bl_label: typing.Any
4096
4017
  bl_rna: typing.Any
4097
4018
  id_data: typing.Any
@@ -4119,7 +4040,7 @@ class VIEW3D_MT_particle(bpy.types.Menu, bpy_types._GenericUI):
4119
4040
  """
4120
4041
  ...
4121
4042
 
4122
- class VIEW3D_MT_particle_context_menu(bpy.types.Menu, bpy_types._GenericUI):
4043
+ class VIEW3D_MT_particle_context_menu(bpy.types.Menu):
4123
4044
  bl_label: typing.Any
4124
4045
  bl_rna: typing.Any
4125
4046
  id_data: typing.Any
@@ -4147,7 +4068,7 @@ class VIEW3D_MT_particle_context_menu(bpy.types.Menu, bpy_types._GenericUI):
4147
4068
  """
4148
4069
  ...
4149
4070
 
4150
- class VIEW3D_MT_particle_showhide(bpy.types.Menu, bpy_types._GenericUI):
4071
+ class VIEW3D_MT_particle_showhide(ShowHideMenu, bpy.types.Menu):
4151
4072
  bl_label: typing.Any
4152
4073
  bl_rna: typing.Any
4153
4074
  id_data: typing.Any
@@ -4168,7 +4089,7 @@ class VIEW3D_MT_particle_showhide(bpy.types.Menu, bpy_types._GenericUI):
4168
4089
  """
4169
4090
  ...
4170
4091
 
4171
- class VIEW3D_MT_pivot_pie(bpy.types.Menu, bpy_types._GenericUI):
4092
+ class VIEW3D_MT_pivot_pie(bpy.types.Menu):
4172
4093
  bl_label: typing.Any
4173
4094
  bl_rna: typing.Any
4174
4095
  id_data: typing.Any
@@ -4196,7 +4117,7 @@ class VIEW3D_MT_pivot_pie(bpy.types.Menu, bpy_types._GenericUI):
4196
4117
  """
4197
4118
  ...
4198
4119
 
4199
- class VIEW3D_MT_pose(bpy.types.Menu, bpy_types._GenericUI):
4120
+ class VIEW3D_MT_pose(bpy.types.Menu):
4200
4121
  bl_label: typing.Any
4201
4122
  bl_rna: typing.Any
4202
4123
  id_data: typing.Any
@@ -4224,7 +4145,7 @@ class VIEW3D_MT_pose(bpy.types.Menu, bpy_types._GenericUI):
4224
4145
  """
4225
4146
  ...
4226
4147
 
4227
- class VIEW3D_MT_pose_apply(bpy.types.Menu, bpy_types._GenericUI):
4148
+ class VIEW3D_MT_pose_apply(bpy.types.Menu):
4228
4149
  bl_label: typing.Any
4229
4150
  bl_rna: typing.Any
4230
4151
  id_data: typing.Any
@@ -4252,7 +4173,7 @@ class VIEW3D_MT_pose_apply(bpy.types.Menu, bpy_types._GenericUI):
4252
4173
  """
4253
4174
  ...
4254
4175
 
4255
- class VIEW3D_MT_pose_constraints(bpy.types.Menu, bpy_types._GenericUI):
4176
+ class VIEW3D_MT_pose_constraints(bpy.types.Menu):
4256
4177
  bl_label: typing.Any
4257
4178
  bl_rna: typing.Any
4258
4179
  id_data: typing.Any
@@ -4280,7 +4201,7 @@ class VIEW3D_MT_pose_constraints(bpy.types.Menu, bpy_types._GenericUI):
4280
4201
  """
4281
4202
  ...
4282
4203
 
4283
- class VIEW3D_MT_pose_context_menu(bpy.types.Menu, bpy_types._GenericUI):
4204
+ class VIEW3D_MT_pose_context_menu(bpy.types.Menu):
4284
4205
  bl_label: typing.Any
4285
4206
  bl_rna: typing.Any
4286
4207
  id_data: typing.Any
@@ -4308,7 +4229,7 @@ class VIEW3D_MT_pose_context_menu(bpy.types.Menu, bpy_types._GenericUI):
4308
4229
  """
4309
4230
  ...
4310
4231
 
4311
- class VIEW3D_MT_pose_ik(bpy.types.Menu, bpy_types._GenericUI):
4232
+ class VIEW3D_MT_pose_ik(bpy.types.Menu):
4312
4233
  bl_label: typing.Any
4313
4234
  bl_rna: typing.Any
4314
4235
  id_data: typing.Any
@@ -4336,7 +4257,7 @@ class VIEW3D_MT_pose_ik(bpy.types.Menu, bpy_types._GenericUI):
4336
4257
  """
4337
4258
  ...
4338
4259
 
4339
- class VIEW3D_MT_pose_motion(bpy.types.Menu, bpy_types._GenericUI):
4260
+ class VIEW3D_MT_pose_motion(bpy.types.Menu):
4340
4261
  bl_label: typing.Any
4341
4262
  bl_rna: typing.Any
4342
4263
  id_data: typing.Any
@@ -4364,7 +4285,7 @@ class VIEW3D_MT_pose_motion(bpy.types.Menu, bpy_types._GenericUI):
4364
4285
  """
4365
4286
  ...
4366
4287
 
4367
- class VIEW3D_MT_pose_names(bpy.types.Menu, bpy_types._GenericUI):
4288
+ class VIEW3D_MT_pose_names(bpy.types.Menu):
4368
4289
  bl_label: typing.Any
4369
4290
  bl_rna: typing.Any
4370
4291
  id_data: typing.Any
@@ -4392,7 +4313,7 @@ class VIEW3D_MT_pose_names(bpy.types.Menu, bpy_types._GenericUI):
4392
4313
  """
4393
4314
  ...
4394
4315
 
4395
- class VIEW3D_MT_pose_propagate(bpy.types.Menu, bpy_types._GenericUI):
4316
+ class VIEW3D_MT_pose_propagate(bpy.types.Menu):
4396
4317
  bl_label: typing.Any
4397
4318
  bl_rna: typing.Any
4398
4319
  id_data: typing.Any
@@ -4420,7 +4341,7 @@ class VIEW3D_MT_pose_propagate(bpy.types.Menu, bpy_types._GenericUI):
4420
4341
  """
4421
4342
  ...
4422
4343
 
4423
- class VIEW3D_MT_pose_showhide(bpy.types.Menu, bpy_types._GenericUI):
4344
+ class VIEW3D_MT_pose_showhide(ShowHideMenu, bpy.types.Menu):
4424
4345
  bl_label: typing.Any
4425
4346
  bl_rna: typing.Any
4426
4347
  id_data: typing.Any
@@ -4441,7 +4362,7 @@ class VIEW3D_MT_pose_showhide(bpy.types.Menu, bpy_types._GenericUI):
4441
4362
  """
4442
4363
  ...
4443
4364
 
4444
- class VIEW3D_MT_pose_slide(bpy.types.Menu, bpy_types._GenericUI):
4365
+ class VIEW3D_MT_pose_slide(bpy.types.Menu):
4445
4366
  bl_label: typing.Any
4446
4367
  bl_rna: typing.Any
4447
4368
  id_data: typing.Any
@@ -4469,7 +4390,7 @@ class VIEW3D_MT_pose_slide(bpy.types.Menu, bpy_types._GenericUI):
4469
4390
  """
4470
4391
  ...
4471
4392
 
4472
- class VIEW3D_MT_pose_transform(bpy.types.Menu, bpy_types._GenericUI):
4393
+ class VIEW3D_MT_pose_transform(bpy.types.Menu):
4473
4394
  bl_label: typing.Any
4474
4395
  bl_rna: typing.Any
4475
4396
  id_data: typing.Any
@@ -4497,7 +4418,7 @@ class VIEW3D_MT_pose_transform(bpy.types.Menu, bpy_types._GenericUI):
4497
4418
  """
4498
4419
  ...
4499
4420
 
4500
- class VIEW3D_MT_proportional_editing_falloff_pie(bpy.types.Menu, bpy_types._GenericUI):
4421
+ class VIEW3D_MT_proportional_editing_falloff_pie(bpy.types.Menu):
4501
4422
  bl_label: typing.Any
4502
4423
  bl_rna: typing.Any
4503
4424
  id_data: typing.Any
@@ -4525,7 +4446,7 @@ class VIEW3D_MT_proportional_editing_falloff_pie(bpy.types.Menu, bpy_types._Gene
4525
4446
  """
4526
4447
  ...
4527
4448
 
4528
- class VIEW3D_MT_random_mask(bpy.types.Menu, bpy_types._GenericUI):
4449
+ class VIEW3D_MT_random_mask(bpy.types.Menu):
4529
4450
  bl_label: typing.Any
4530
4451
  bl_rna: typing.Any
4531
4452
  id_data: typing.Any
@@ -4553,7 +4474,7 @@ class VIEW3D_MT_random_mask(bpy.types.Menu, bpy_types._GenericUI):
4553
4474
  """
4554
4475
  ...
4555
4476
 
4556
- class VIEW3D_MT_sculpt(bpy.types.Menu, bpy_types._GenericUI):
4477
+ class VIEW3D_MT_sculpt(bpy.types.Menu):
4557
4478
  bl_label: typing.Any
4558
4479
  bl_rna: typing.Any
4559
4480
  id_data: typing.Any
@@ -4581,7 +4502,7 @@ class VIEW3D_MT_sculpt(bpy.types.Menu, bpy_types._GenericUI):
4581
4502
  """
4582
4503
  ...
4583
4504
 
4584
- class VIEW3D_MT_sculpt_automasking_pie(bpy.types.Menu, bpy_types._GenericUI):
4505
+ class VIEW3D_MT_sculpt_automasking_pie(bpy.types.Menu):
4585
4506
  bl_label: typing.Any
4586
4507
  bl_rna: typing.Any
4587
4508
  id_data: typing.Any
@@ -4609,7 +4530,7 @@ class VIEW3D_MT_sculpt_automasking_pie(bpy.types.Menu, bpy_types._GenericUI):
4609
4530
  """
4610
4531
  ...
4611
4532
 
4612
- class VIEW3D_MT_sculpt_curves(bpy.types.Menu, bpy_types._GenericUI):
4533
+ class VIEW3D_MT_sculpt_curves(bpy.types.Menu):
4613
4534
  bl_label: typing.Any
4614
4535
  bl_rna: typing.Any
4615
4536
  id_data: typing.Any
@@ -4637,7 +4558,7 @@ class VIEW3D_MT_sculpt_curves(bpy.types.Menu, bpy_types._GenericUI):
4637
4558
  """
4638
4559
  ...
4639
4560
 
4640
- class VIEW3D_MT_sculpt_face_sets_edit_pie(bpy.types.Menu, bpy_types._GenericUI):
4561
+ class VIEW3D_MT_sculpt_face_sets_edit_pie(bpy.types.Menu):
4641
4562
  bl_label: typing.Any
4642
4563
  bl_rna: typing.Any
4643
4564
  id_data: typing.Any
@@ -4665,7 +4586,7 @@ class VIEW3D_MT_sculpt_face_sets_edit_pie(bpy.types.Menu, bpy_types._GenericUI):
4665
4586
  """
4666
4587
  ...
4667
4588
 
4668
- class VIEW3D_MT_sculpt_gpencil_automasking_pie(bpy.types.Menu, bpy_types._GenericUI):
4589
+ class VIEW3D_MT_sculpt_gpencil_automasking_pie(bpy.types.Menu):
4669
4590
  bl_label: typing.Any
4670
4591
  bl_rna: typing.Any
4671
4592
  id_data: typing.Any
@@ -4693,7 +4614,7 @@ class VIEW3D_MT_sculpt_gpencil_automasking_pie(bpy.types.Menu, bpy_types._Generi
4693
4614
  """
4694
4615
  ...
4695
4616
 
4696
- class VIEW3D_MT_sculpt_mask_edit_pie(bpy.types.Menu, bpy_types._GenericUI):
4617
+ class VIEW3D_MT_sculpt_mask_edit_pie(bpy.types.Menu):
4697
4618
  bl_label: typing.Any
4698
4619
  bl_rna: typing.Any
4699
4620
  id_data: typing.Any
@@ -4721,7 +4642,7 @@ class VIEW3D_MT_sculpt_mask_edit_pie(bpy.types.Menu, bpy_types._GenericUI):
4721
4642
  """
4722
4643
  ...
4723
4644
 
4724
- class VIEW3D_MT_sculpt_set_pivot(bpy.types.Menu, bpy_types._GenericUI):
4645
+ class VIEW3D_MT_sculpt_set_pivot(bpy.types.Menu):
4725
4646
  bl_label: typing.Any
4726
4647
  bl_rna: typing.Any
4727
4648
  id_data: typing.Any
@@ -4749,7 +4670,7 @@ class VIEW3D_MT_sculpt_set_pivot(bpy.types.Menu, bpy_types._GenericUI):
4749
4670
  """
4750
4671
  ...
4751
4672
 
4752
- class VIEW3D_MT_sculpt_showhide(bpy.types.Menu, bpy_types._GenericUI):
4673
+ class VIEW3D_MT_sculpt_showhide(bpy.types.Menu):
4753
4674
  bl_label: typing.Any
4754
4675
  bl_rna: typing.Any
4755
4676
  id_data: typing.Any
@@ -4777,7 +4698,7 @@ class VIEW3D_MT_sculpt_showhide(bpy.types.Menu, bpy_types._GenericUI):
4777
4698
  """
4778
4699
  ...
4779
4700
 
4780
- class VIEW3D_MT_sculpt_transform(bpy.types.Menu, bpy_types._GenericUI):
4701
+ class VIEW3D_MT_sculpt_transform(bpy.types.Menu):
4781
4702
  bl_label: typing.Any
4782
4703
  bl_rna: typing.Any
4783
4704
  id_data: typing.Any
@@ -4805,7 +4726,7 @@ class VIEW3D_MT_sculpt_transform(bpy.types.Menu, bpy_types._GenericUI):
4805
4726
  """
4806
4727
  ...
4807
4728
 
4808
- class VIEW3D_MT_sculpt_trim(bpy.types.Menu, bpy_types._GenericUI):
4729
+ class VIEW3D_MT_sculpt_trim(bpy.types.Menu):
4809
4730
  bl_label: typing.Any
4810
4731
  bl_rna: typing.Any
4811
4732
  id_data: typing.Any
@@ -4833,7 +4754,7 @@ class VIEW3D_MT_sculpt_trim(bpy.types.Menu, bpy_types._GenericUI):
4833
4754
  """
4834
4755
  ...
4835
4756
 
4836
- class VIEW3D_MT_select_edit_armature(bpy.types.Menu, bpy_types._GenericUI):
4757
+ class VIEW3D_MT_select_edit_armature(bpy.types.Menu):
4837
4758
  bl_label: typing.Any
4838
4759
  bl_rna: typing.Any
4839
4760
  id_data: typing.Any
@@ -4861,7 +4782,7 @@ class VIEW3D_MT_select_edit_armature(bpy.types.Menu, bpy_types._GenericUI):
4861
4782
  """
4862
4783
  ...
4863
4784
 
4864
- class VIEW3D_MT_select_edit_curve(bpy.types.Menu, bpy_types._GenericUI):
4785
+ class VIEW3D_MT_select_edit_curve(bpy.types.Menu):
4865
4786
  bl_label: typing.Any
4866
4787
  bl_rna: typing.Any
4867
4788
  id_data: typing.Any
@@ -4889,7 +4810,7 @@ class VIEW3D_MT_select_edit_curve(bpy.types.Menu, bpy_types._GenericUI):
4889
4810
  """
4890
4811
  ...
4891
4812
 
4892
- class VIEW3D_MT_select_edit_curves(bpy.types.Menu, bpy_types._GenericUI):
4813
+ class VIEW3D_MT_select_edit_curves(bpy.types.Menu):
4893
4814
  bl_label: typing.Any
4894
4815
  bl_rna: typing.Any
4895
4816
  id_data: typing.Any
@@ -4917,7 +4838,7 @@ class VIEW3D_MT_select_edit_curves(bpy.types.Menu, bpy_types._GenericUI):
4917
4838
  """
4918
4839
  ...
4919
4840
 
4920
- class VIEW3D_MT_select_edit_gpencil(bpy.types.Menu, bpy_types._GenericUI):
4841
+ class VIEW3D_MT_select_edit_gpencil(bpy.types.Menu):
4921
4842
  bl_label: typing.Any
4922
4843
  bl_rna: typing.Any
4923
4844
  id_data: typing.Any
@@ -4945,7 +4866,7 @@ class VIEW3D_MT_select_edit_gpencil(bpy.types.Menu, bpy_types._GenericUI):
4945
4866
  """
4946
4867
  ...
4947
4868
 
4948
- class VIEW3D_MT_select_edit_grease_pencil(bpy.types.Menu, bpy_types._GenericUI):
4869
+ class VIEW3D_MT_select_edit_grease_pencil(bpy.types.Menu):
4949
4870
  bl_label: typing.Any
4950
4871
  bl_rna: typing.Any
4951
4872
  id_data: typing.Any
@@ -4973,7 +4894,7 @@ class VIEW3D_MT_select_edit_grease_pencil(bpy.types.Menu, bpy_types._GenericUI):
4973
4894
  """
4974
4895
  ...
4975
4896
 
4976
- class VIEW3D_MT_select_edit_lattice(bpy.types.Menu, bpy_types._GenericUI):
4897
+ class VIEW3D_MT_select_edit_lattice(bpy.types.Menu):
4977
4898
  bl_label: typing.Any
4978
4899
  bl_rna: typing.Any
4979
4900
  id_data: typing.Any
@@ -5001,7 +4922,7 @@ class VIEW3D_MT_select_edit_lattice(bpy.types.Menu, bpy_types._GenericUI):
5001
4922
  """
5002
4923
  ...
5003
4924
 
5004
- class VIEW3D_MT_select_edit_mesh(bpy.types.Menu, bpy_types._GenericUI):
4925
+ class VIEW3D_MT_select_edit_mesh(bpy.types.Menu):
5005
4926
  bl_label: typing.Any
5006
4927
  bl_rna: typing.Any
5007
4928
  id_data: typing.Any
@@ -5029,7 +4950,7 @@ class VIEW3D_MT_select_edit_mesh(bpy.types.Menu, bpy_types._GenericUI):
5029
4950
  """
5030
4951
  ...
5031
4952
 
5032
- class VIEW3D_MT_select_edit_metaball(bpy.types.Menu, bpy_types._GenericUI):
4953
+ class VIEW3D_MT_select_edit_metaball(bpy.types.Menu):
5033
4954
  bl_label: typing.Any
5034
4955
  bl_rna: typing.Any
5035
4956
  id_data: typing.Any
@@ -5057,7 +4978,7 @@ class VIEW3D_MT_select_edit_metaball(bpy.types.Menu, bpy_types._GenericUI):
5057
4978
  """
5058
4979
  ...
5059
4980
 
5060
- class VIEW3D_MT_select_edit_point_cloud(bpy.types.Menu, bpy_types._GenericUI):
4981
+ class VIEW3D_MT_select_edit_point_cloud(bpy.types.Menu):
5061
4982
  bl_label: typing.Any
5062
4983
  bl_rna: typing.Any
5063
4984
  id_data: typing.Any
@@ -5085,7 +5006,7 @@ class VIEW3D_MT_select_edit_point_cloud(bpy.types.Menu, bpy_types._GenericUI):
5085
5006
  """
5086
5007
  ...
5087
5008
 
5088
- class VIEW3D_MT_select_edit_surface(bpy.types.Menu, bpy_types._GenericUI):
5009
+ class VIEW3D_MT_select_edit_surface(bpy.types.Menu):
5089
5010
  bl_label: typing.Any
5090
5011
  bl_rna: typing.Any
5091
5012
  id_data: typing.Any
@@ -5113,7 +5034,7 @@ class VIEW3D_MT_select_edit_surface(bpy.types.Menu, bpy_types._GenericUI):
5113
5034
  """
5114
5035
  ...
5115
5036
 
5116
- class VIEW3D_MT_select_edit_text(bpy.types.Menu, bpy_types._GenericUI):
5037
+ class VIEW3D_MT_select_edit_text(bpy.types.Menu):
5117
5038
  bl_label: typing.Any
5118
5039
  bl_rna: typing.Any
5119
5040
  id_data: typing.Any
@@ -5141,7 +5062,7 @@ class VIEW3D_MT_select_edit_text(bpy.types.Menu, bpy_types._GenericUI):
5141
5062
  """
5142
5063
  ...
5143
5064
 
5144
- class VIEW3D_MT_select_object(bpy.types.Menu, bpy_types._GenericUI):
5065
+ class VIEW3D_MT_select_object(bpy.types.Menu):
5145
5066
  bl_label: typing.Any
5146
5067
  bl_rna: typing.Any
5147
5068
  id_data: typing.Any
@@ -5169,7 +5090,7 @@ class VIEW3D_MT_select_object(bpy.types.Menu, bpy_types._GenericUI):
5169
5090
  """
5170
5091
  ...
5171
5092
 
5172
- class VIEW3D_MT_select_object_more_less(bpy.types.Menu, bpy_types._GenericUI):
5093
+ class VIEW3D_MT_select_object_more_less(bpy.types.Menu):
5173
5094
  bl_label: typing.Any
5174
5095
  bl_rna: typing.Any
5175
5096
  id_data: typing.Any
@@ -5197,7 +5118,7 @@ class VIEW3D_MT_select_object_more_less(bpy.types.Menu, bpy_types._GenericUI):
5197
5118
  """
5198
5119
  ...
5199
5120
 
5200
- class VIEW3D_MT_select_paint_mask(bpy.types.Menu, bpy_types._GenericUI):
5121
+ class VIEW3D_MT_select_paint_mask(bpy.types.Menu):
5201
5122
  bl_label: typing.Any
5202
5123
  bl_rna: typing.Any
5203
5124
  id_data: typing.Any
@@ -5225,7 +5146,7 @@ class VIEW3D_MT_select_paint_mask(bpy.types.Menu, bpy_types._GenericUI):
5225
5146
  """
5226
5147
  ...
5227
5148
 
5228
- class VIEW3D_MT_select_paint_mask_vertex(bpy.types.Menu, bpy_types._GenericUI):
5149
+ class VIEW3D_MT_select_paint_mask_vertex(bpy.types.Menu):
5229
5150
  bl_label: typing.Any
5230
5151
  bl_rna: typing.Any
5231
5152
  id_data: typing.Any
@@ -5253,7 +5174,7 @@ class VIEW3D_MT_select_paint_mask_vertex(bpy.types.Menu, bpy_types._GenericUI):
5253
5174
  """
5254
5175
  ...
5255
5176
 
5256
- class VIEW3D_MT_select_particle(bpy.types.Menu, bpy_types._GenericUI):
5177
+ class VIEW3D_MT_select_particle(bpy.types.Menu):
5257
5178
  bl_label: typing.Any
5258
5179
  bl_rna: typing.Any
5259
5180
  id_data: typing.Any
@@ -5281,7 +5202,7 @@ class VIEW3D_MT_select_particle(bpy.types.Menu, bpy_types._GenericUI):
5281
5202
  """
5282
5203
  ...
5283
5204
 
5284
- class VIEW3D_MT_select_pose(bpy.types.Menu, bpy_types._GenericUI):
5205
+ class VIEW3D_MT_select_pose(bpy.types.Menu):
5285
5206
  bl_label: typing.Any
5286
5207
  bl_rna: typing.Any
5287
5208
  id_data: typing.Any
@@ -5309,7 +5230,7 @@ class VIEW3D_MT_select_pose(bpy.types.Menu, bpy_types._GenericUI):
5309
5230
  """
5310
5231
  ...
5311
5232
 
5312
- class VIEW3D_MT_select_pose_more_less(bpy.types.Menu, bpy_types._GenericUI):
5233
+ class VIEW3D_MT_select_pose_more_less(bpy.types.Menu):
5313
5234
  bl_label: typing.Any
5314
5235
  bl_rna: typing.Any
5315
5236
  id_data: typing.Any
@@ -5337,7 +5258,7 @@ class VIEW3D_MT_select_pose_more_less(bpy.types.Menu, bpy_types._GenericUI):
5337
5258
  """
5338
5259
  ...
5339
5260
 
5340
- class VIEW3D_MT_select_sculpt_curves(bpy.types.Menu, bpy_types._GenericUI):
5261
+ class VIEW3D_MT_select_sculpt_curves(bpy.types.Menu):
5341
5262
  bl_label: typing.Any
5342
5263
  bl_rna: typing.Any
5343
5264
  id_data: typing.Any
@@ -5365,7 +5286,7 @@ class VIEW3D_MT_select_sculpt_curves(bpy.types.Menu, bpy_types._GenericUI):
5365
5286
  """
5366
5287
  ...
5367
5288
 
5368
- class VIEW3D_MT_shading_ex_pie(bpy.types.Menu, bpy_types._GenericUI):
5289
+ class VIEW3D_MT_shading_ex_pie(bpy.types.Menu):
5369
5290
  bl_label: typing.Any
5370
5291
  bl_rna: typing.Any
5371
5292
  id_data: typing.Any
@@ -5393,7 +5314,7 @@ class VIEW3D_MT_shading_ex_pie(bpy.types.Menu, bpy_types._GenericUI):
5393
5314
  """
5394
5315
  ...
5395
5316
 
5396
- class VIEW3D_MT_shading_pie(bpy.types.Menu, bpy_types._GenericUI):
5317
+ class VIEW3D_MT_shading_pie(bpy.types.Menu):
5397
5318
  bl_label: typing.Any
5398
5319
  bl_rna: typing.Any
5399
5320
  id_data: typing.Any
@@ -5421,7 +5342,7 @@ class VIEW3D_MT_shading_pie(bpy.types.Menu, bpy_types._GenericUI):
5421
5342
  """
5422
5343
  ...
5423
5344
 
5424
- class VIEW3D_MT_snap(bpy.types.Menu, bpy_types._GenericUI):
5345
+ class VIEW3D_MT_snap(bpy.types.Menu):
5425
5346
  bl_label: typing.Any
5426
5347
  bl_rna: typing.Any
5427
5348
  id_data: typing.Any
@@ -5449,7 +5370,7 @@ class VIEW3D_MT_snap(bpy.types.Menu, bpy_types._GenericUI):
5449
5370
  """
5450
5371
  ...
5451
5372
 
5452
- class VIEW3D_MT_snap_pie(bpy.types.Menu, bpy_types._GenericUI):
5373
+ class VIEW3D_MT_snap_pie(bpy.types.Menu):
5453
5374
  bl_label: typing.Any
5454
5375
  bl_rna: typing.Any
5455
5376
  id_data: typing.Any
@@ -5477,7 +5398,7 @@ class VIEW3D_MT_snap_pie(bpy.types.Menu, bpy_types._GenericUI):
5477
5398
  """
5478
5399
  ...
5479
5400
 
5480
- class VIEW3D_MT_surface_add(bpy.types.Menu, bpy_types._GenericUI):
5401
+ class VIEW3D_MT_surface_add(bpy.types.Menu):
5481
5402
  bl_idname: typing.Any
5482
5403
  bl_label: typing.Any
5483
5404
  bl_options: typing.Any
@@ -5507,7 +5428,7 @@ class VIEW3D_MT_surface_add(bpy.types.Menu, bpy_types._GenericUI):
5507
5428
  """
5508
5429
  ...
5509
5430
 
5510
- class VIEW3D_MT_transform(bpy.types.Menu, bpy_types._GenericUI):
5431
+ class VIEW3D_MT_transform(VIEW3D_MT_transform_base, bpy.types.Menu):
5511
5432
  bl_category: typing.Any
5512
5433
  bl_label: typing.Any
5513
5434
  bl_rna: typing.Any
@@ -5536,7 +5457,7 @@ class VIEW3D_MT_transform(bpy.types.Menu, bpy_types._GenericUI):
5536
5457
  """
5537
5458
  ...
5538
5459
 
5539
- class VIEW3D_MT_transform_armature(bpy.types.Menu, bpy_types._GenericUI):
5460
+ class VIEW3D_MT_transform_armature(VIEW3D_MT_transform_base, bpy.types.Menu):
5540
5461
  bl_category: typing.Any
5541
5462
  bl_label: typing.Any
5542
5463
  bl_rna: typing.Any
@@ -5576,7 +5497,7 @@ class VIEW3D_MT_transform_base:
5576
5497
  """
5577
5498
  ...
5578
5499
 
5579
- class VIEW3D_MT_transform_gizmo_pie(bpy.types.Menu, bpy_types._GenericUI):
5500
+ class VIEW3D_MT_transform_gizmo_pie(bpy.types.Menu):
5580
5501
  bl_label: typing.Any
5581
5502
  bl_rna: typing.Any
5582
5503
  id_data: typing.Any
@@ -5604,7 +5525,7 @@ class VIEW3D_MT_transform_gizmo_pie(bpy.types.Menu, bpy_types._GenericUI):
5604
5525
  """
5605
5526
  ...
5606
5527
 
5607
- class VIEW3D_MT_transform_object(bpy.types.Menu, bpy_types._GenericUI):
5528
+ class VIEW3D_MT_transform_object(VIEW3D_MT_transform_base, bpy.types.Menu):
5608
5529
  bl_category: typing.Any
5609
5530
  bl_label: typing.Any
5610
5531
  bl_rna: typing.Any
@@ -5633,7 +5554,7 @@ class VIEW3D_MT_transform_object(bpy.types.Menu, bpy_types._GenericUI):
5633
5554
  """
5634
5555
  ...
5635
5556
 
5636
- class VIEW3D_MT_uv_map(bpy.types.Menu, bpy_types._GenericUI):
5557
+ class VIEW3D_MT_uv_map(bpy.types.Menu):
5637
5558
  bl_label: typing.Any
5638
5559
  bl_rna: typing.Any
5639
5560
  id_data: typing.Any
@@ -5661,7 +5582,7 @@ class VIEW3D_MT_uv_map(bpy.types.Menu, bpy_types._GenericUI):
5661
5582
  """
5662
5583
  ...
5663
5584
 
5664
- class VIEW3D_MT_vertex_group(bpy.types.Menu, bpy_types._GenericUI):
5585
+ class VIEW3D_MT_vertex_group(bpy.types.Menu):
5665
5586
  bl_label: typing.Any
5666
5587
  bl_rna: typing.Any
5667
5588
  id_data: typing.Any
@@ -5689,7 +5610,7 @@ class VIEW3D_MT_vertex_group(bpy.types.Menu, bpy_types._GenericUI):
5689
5610
  """
5690
5611
  ...
5691
5612
 
5692
- class VIEW3D_MT_view(bpy.types.Menu, bpy_types._GenericUI):
5613
+ class VIEW3D_MT_view(bpy.types.Menu):
5693
5614
  bl_label: typing.Any
5694
5615
  bl_rna: typing.Any
5695
5616
  id_data: typing.Any
@@ -5717,7 +5638,7 @@ class VIEW3D_MT_view(bpy.types.Menu, bpy_types._GenericUI):
5717
5638
  """
5718
5639
  ...
5719
5640
 
5720
- class VIEW3D_MT_view_align(bpy.types.Menu, bpy_types._GenericUI):
5641
+ class VIEW3D_MT_view_align(bpy.types.Menu):
5721
5642
  bl_label: typing.Any
5722
5643
  bl_rna: typing.Any
5723
5644
  id_data: typing.Any
@@ -5745,7 +5666,7 @@ class VIEW3D_MT_view_align(bpy.types.Menu, bpy_types._GenericUI):
5745
5666
  """
5746
5667
  ...
5747
5668
 
5748
- class VIEW3D_MT_view_align_selected(bpy.types.Menu, bpy_types._GenericUI):
5669
+ class VIEW3D_MT_view_align_selected(bpy.types.Menu):
5749
5670
  bl_label: typing.Any
5750
5671
  bl_rna: typing.Any
5751
5672
  id_data: typing.Any
@@ -5773,7 +5694,7 @@ class VIEW3D_MT_view_align_selected(bpy.types.Menu, bpy_types._GenericUI):
5773
5694
  """
5774
5695
  ...
5775
5696
 
5776
- class VIEW3D_MT_view_cameras(bpy.types.Menu, bpy_types._GenericUI):
5697
+ class VIEW3D_MT_view_cameras(bpy.types.Menu):
5777
5698
  bl_label: typing.Any
5778
5699
  bl_rna: typing.Any
5779
5700
  id_data: typing.Any
@@ -5801,7 +5722,7 @@ class VIEW3D_MT_view_cameras(bpy.types.Menu, bpy_types._GenericUI):
5801
5722
  """
5802
5723
  ...
5803
5724
 
5804
- class VIEW3D_MT_view_local(bpy.types.Menu, bpy_types._GenericUI):
5725
+ class VIEW3D_MT_view_local(bpy.types.Menu):
5805
5726
  bl_label: typing.Any
5806
5727
  bl_rna: typing.Any
5807
5728
  id_data: typing.Any
@@ -5829,7 +5750,7 @@ class VIEW3D_MT_view_local(bpy.types.Menu, bpy_types._GenericUI):
5829
5750
  """
5830
5751
  ...
5831
5752
 
5832
- class VIEW3D_MT_view_navigation(bpy.types.Menu, bpy_types._GenericUI):
5753
+ class VIEW3D_MT_view_navigation(bpy.types.Menu):
5833
5754
  bl_label: typing.Any
5834
5755
  bl_rna: typing.Any
5835
5756
  id_data: typing.Any
@@ -5857,7 +5778,7 @@ class VIEW3D_MT_view_navigation(bpy.types.Menu, bpy_types._GenericUI):
5857
5778
  """
5858
5779
  ...
5859
5780
 
5860
- class VIEW3D_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
5781
+ class VIEW3D_MT_view_pie(bpy.types.Menu):
5861
5782
  bl_idname: typing.Any
5862
5783
  bl_label: typing.Any
5863
5784
  bl_rna: typing.Any
@@ -5886,7 +5807,7 @@ class VIEW3D_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
5886
5807
  """
5887
5808
  ...
5888
5809
 
5889
- class VIEW3D_MT_view_regions(bpy.types.Menu, bpy_types._GenericUI):
5810
+ class VIEW3D_MT_view_regions(bpy.types.Menu):
5890
5811
  bl_label: typing.Any
5891
5812
  bl_rna: typing.Any
5892
5813
  id_data: typing.Any
@@ -5914,7 +5835,7 @@ class VIEW3D_MT_view_regions(bpy.types.Menu, bpy_types._GenericUI):
5914
5835
  """
5915
5836
  ...
5916
5837
 
5917
- class VIEW3D_MT_view_viewpoint(bpy.types.Menu, bpy_types._GenericUI):
5838
+ class VIEW3D_MT_view_viewpoint(bpy.types.Menu):
5918
5839
  bl_label: typing.Any
5919
5840
  bl_rna: typing.Any
5920
5841
  id_data: typing.Any
@@ -5942,7 +5863,7 @@ class VIEW3D_MT_view_viewpoint(bpy.types.Menu, bpy_types._GenericUI):
5942
5863
  """
5943
5864
  ...
5944
5865
 
5945
- class VIEW3D_MT_volume_add(bpy.types.Menu, bpy_types._GenericUI):
5866
+ class VIEW3D_MT_volume_add(bpy.types.Menu):
5946
5867
  bl_idname: typing.Any
5947
5868
  bl_label: typing.Any
5948
5869
  bl_options: typing.Any
@@ -5973,7 +5894,7 @@ class VIEW3D_MT_volume_add(bpy.types.Menu, bpy_types._GenericUI):
5973
5894
  """
5974
5895
  ...
5975
5896
 
5976
- class VIEW3D_MT_weight_gpencil(bpy.types.Menu, bpy_types._GenericUI):
5897
+ class VIEW3D_MT_weight_gpencil(bpy.types.Menu):
5977
5898
  bl_label: typing.Any
5978
5899
  bl_rna: typing.Any
5979
5900
  id_data: typing.Any
@@ -6001,7 +5922,7 @@ class VIEW3D_MT_weight_gpencil(bpy.types.Menu, bpy_types._GenericUI):
6001
5922
  """
6002
5923
  ...
6003
5924
 
6004
- class VIEW3D_MT_weight_grease_pencil(bpy.types.Menu, bpy_types._GenericUI):
5925
+ class VIEW3D_MT_weight_grease_pencil(bpy.types.Menu):
6005
5926
  bl_label: typing.Any
6006
5927
  bl_rna: typing.Any
6007
5928
  id_data: typing.Any
@@ -6029,7 +5950,7 @@ class VIEW3D_MT_weight_grease_pencil(bpy.types.Menu, bpy_types._GenericUI):
6029
5950
  """
6030
5951
  ...
6031
5952
 
6032
- class VIEW3D_MT_wpaint_vgroup_lock_pie(bpy.types.Menu, bpy_types._GenericUI):
5953
+ class VIEW3D_MT_wpaint_vgroup_lock_pie(bpy.types.Menu):
6033
5954
  bl_label: typing.Any
6034
5955
  bl_rna: typing.Any
6035
5956
  id_data: typing.Any
@@ -6057,7 +5978,9 @@ class VIEW3D_MT_wpaint_vgroup_lock_pie(bpy.types.Menu, bpy_types._GenericUI):
6057
5978
  """
6058
5979
  ...
6059
5980
 
6060
- class VIEW3D_PT_active_tool(bpy.types.Panel, bpy_types._GenericUI):
5981
+ class VIEW3D_PT_active_tool(
5982
+ bpy.types.Panel, bl_ui.space_toolsystem_common.ToolActivePanelHelper
5983
+ ):
6061
5984
  bl_category: typing.Any
6062
5985
  bl_label: typing.Any
6063
5986
  bl_region_type: typing.Any
@@ -6089,7 +6012,9 @@ class VIEW3D_PT_active_tool(bpy.types.Panel, bpy_types._GenericUI):
6089
6012
  """
6090
6013
  ...
6091
6014
 
6092
- class VIEW3D_PT_active_tool_duplicate(bpy.types.Panel, bpy_types._GenericUI):
6015
+ class VIEW3D_PT_active_tool_duplicate(
6016
+ bpy.types.Panel, bl_ui.space_toolsystem_common.ToolActivePanelHelper
6017
+ ):
6093
6018
  bl_category: typing.Any
6094
6019
  bl_label: typing.Any
6095
6020
  bl_options: typing.Any
@@ -6122,7 +6047,9 @@ class VIEW3D_PT_active_tool_duplicate(bpy.types.Panel, bpy_types._GenericUI):
6122
6047
  """
6123
6048
  ...
6124
6049
 
6125
- class VIEW3D_PT_annotation_onion(bpy.types.Panel, bpy_types._GenericUI):
6050
+ class VIEW3D_PT_annotation_onion(
6051
+ bl_ui.properties_grease_pencil_common.AnnotationOnionSkin, bpy.types.Panel
6052
+ ):
6126
6053
  bl_category: typing.Any
6127
6054
  bl_label: typing.Any
6128
6055
  bl_options: typing.Any
@@ -6148,7 +6075,7 @@ class VIEW3D_PT_annotation_onion(bpy.types.Panel, bpy_types._GenericUI):
6148
6075
  """
6149
6076
  ...
6150
6077
 
6151
- class VIEW3D_PT_collections(bpy.types.Panel, bpy_types._GenericUI):
6078
+ class VIEW3D_PT_collections(bpy.types.Panel):
6152
6079
  bl_category: typing.Any
6153
6080
  bl_label: typing.Any
6154
6081
  bl_options: typing.Any
@@ -6180,7 +6107,7 @@ class VIEW3D_PT_collections(bpy.types.Panel, bpy_types._GenericUI):
6180
6107
  """
6181
6108
  ...
6182
6109
 
6183
- class VIEW3D_PT_context_properties(bpy.types.Panel, bpy_types._GenericUI):
6110
+ class VIEW3D_PT_context_properties(bpy.types.Panel):
6184
6111
  bl_category: typing.Any
6185
6112
  bl_label: typing.Any
6186
6113
  bl_options: typing.Any
@@ -6220,7 +6147,7 @@ class VIEW3D_PT_context_properties(bpy.types.Panel, bpy_types._GenericUI):
6220
6147
  """
6221
6148
  ...
6222
6149
 
6223
- class VIEW3D_PT_curves_sculpt_add_shape(bpy.types.Panel, bpy_types._GenericUI):
6150
+ class VIEW3D_PT_curves_sculpt_add_shape(bpy.types.Panel):
6224
6151
  bl_label: typing.Any
6225
6152
  bl_region_type: typing.Any
6226
6153
  bl_rna: typing.Any
@@ -6250,9 +6177,7 @@ class VIEW3D_PT_curves_sculpt_add_shape(bpy.types.Panel, bpy_types._GenericUI):
6250
6177
  """
6251
6178
  ...
6252
6179
 
6253
- class VIEW3D_PT_curves_sculpt_grow_shrink_scaling(
6254
- bpy.types.Panel, bpy_types._GenericUI
6255
- ):
6180
+ class VIEW3D_PT_curves_sculpt_grow_shrink_scaling(bpy.types.Panel):
6256
6181
  bl_label: typing.Any
6257
6182
  bl_region_type: typing.Any
6258
6183
  bl_rna: typing.Any
@@ -6283,7 +6208,7 @@ class VIEW3D_PT_curves_sculpt_grow_shrink_scaling(
6283
6208
  """
6284
6209
  ...
6285
6210
 
6286
- class VIEW3D_PT_curves_sculpt_parameter_falloff(bpy.types.Panel, bpy_types._GenericUI):
6211
+ class VIEW3D_PT_curves_sculpt_parameter_falloff(bpy.types.Panel):
6287
6212
  bl_label: typing.Any
6288
6213
  bl_region_type: typing.Any
6289
6214
  bl_rna: typing.Any
@@ -6313,7 +6238,7 @@ class VIEW3D_PT_curves_sculpt_parameter_falloff(bpy.types.Panel, bpy_types._Gene
6313
6238
  """
6314
6239
  ...
6315
6240
 
6316
- class VIEW3D_PT_gizmo_display(bpy.types.Panel, bpy_types._GenericUI):
6241
+ class VIEW3D_PT_gizmo_display(bpy.types.Panel):
6317
6242
  bl_label: typing.Any
6318
6243
  bl_region_type: typing.Any
6319
6244
  bl_rna: typing.Any
@@ -6344,7 +6269,7 @@ class VIEW3D_PT_gizmo_display(bpy.types.Panel, bpy_types._GenericUI):
6344
6269
  """
6345
6270
  ...
6346
6271
 
6347
- class VIEW3D_PT_gpencil_curve_edit(bpy.types.Panel, bpy_types._GenericUI):
6272
+ class VIEW3D_PT_gpencil_curve_edit(bpy.types.Panel):
6348
6273
  bl_label: typing.Any
6349
6274
  bl_region_type: typing.Any
6350
6275
  bl_rna: typing.Any
@@ -6374,7 +6299,7 @@ class VIEW3D_PT_gpencil_curve_edit(bpy.types.Panel, bpy_types._GenericUI):
6374
6299
  """
6375
6300
  ...
6376
6301
 
6377
- class VIEW3D_PT_gpencil_draw_context_menu(bpy.types.Panel, bpy_types._GenericUI):
6302
+ class VIEW3D_PT_gpencil_draw_context_menu(bpy.types.Panel):
6378
6303
  bl_label: typing.Any
6379
6304
  bl_region_type: typing.Any
6380
6305
  bl_rna: typing.Any
@@ -6405,7 +6330,7 @@ class VIEW3D_PT_gpencil_draw_context_menu(bpy.types.Panel, bpy_types._GenericUI)
6405
6330
  """
6406
6331
  ...
6407
6332
 
6408
- class VIEW3D_PT_gpencil_guide(bpy.types.Panel, bpy_types._GenericUI):
6333
+ class VIEW3D_PT_gpencil_guide(bpy.types.Panel):
6409
6334
  bl_label: typing.Any
6410
6335
  bl_region_type: typing.Any
6411
6336
  bl_rna: typing.Any
@@ -6435,7 +6360,7 @@ class VIEW3D_PT_gpencil_guide(bpy.types.Panel, bpy_types._GenericUI):
6435
6360
  """
6436
6361
  ...
6437
6362
 
6438
- class VIEW3D_PT_gpencil_lock(bpy.types.Panel, bpy_types._GenericUI):
6363
+ class VIEW3D_PT_gpencil_lock(bpy.types.Panel):
6439
6364
  bl_label: typing.Any
6440
6365
  bl_region_type: typing.Any
6441
6366
  bl_rna: typing.Any
@@ -6465,7 +6390,7 @@ class VIEW3D_PT_gpencil_lock(bpy.types.Panel, bpy_types._GenericUI):
6465
6390
  """
6466
6391
  ...
6467
6392
 
6468
- class VIEW3D_PT_gpencil_multi_frame(bpy.types.Panel, bpy_types._GenericUI):
6393
+ class VIEW3D_PT_gpencil_multi_frame(bpy.types.Panel):
6469
6394
  bl_label: typing.Any
6470
6395
  bl_region_type: typing.Any
6471
6396
  bl_rna: typing.Any
@@ -6495,7 +6420,7 @@ class VIEW3D_PT_gpencil_multi_frame(bpy.types.Panel, bpy_types._GenericUI):
6495
6420
  """
6496
6421
  ...
6497
6422
 
6498
- class VIEW3D_PT_gpencil_origin(bpy.types.Panel, bpy_types._GenericUI):
6423
+ class VIEW3D_PT_gpencil_origin(bpy.types.Panel):
6499
6424
  bl_label: typing.Any
6500
6425
  bl_region_type: typing.Any
6501
6426
  bl_rna: typing.Any
@@ -6525,7 +6450,7 @@ class VIEW3D_PT_gpencil_origin(bpy.types.Panel, bpy_types._GenericUI):
6525
6450
  """
6526
6451
  ...
6527
6452
 
6528
- class VIEW3D_PT_gpencil_sculpt_automasking(bpy.types.Panel, bpy_types._GenericUI):
6453
+ class VIEW3D_PT_gpencil_sculpt_automasking(bpy.types.Panel):
6529
6454
  bl_label: typing.Any
6530
6455
  bl_region_type: typing.Any
6531
6456
  bl_rna: typing.Any
@@ -6556,7 +6481,7 @@ class VIEW3D_PT_gpencil_sculpt_automasking(bpy.types.Panel, bpy_types._GenericUI
6556
6481
  """
6557
6482
  ...
6558
6483
 
6559
- class VIEW3D_PT_gpencil_sculpt_context_menu(bpy.types.Panel, bpy_types._GenericUI):
6484
+ class VIEW3D_PT_gpencil_sculpt_context_menu(bpy.types.Panel):
6560
6485
  bl_label: typing.Any
6561
6486
  bl_region_type: typing.Any
6562
6487
  bl_rna: typing.Any
@@ -6587,7 +6512,7 @@ class VIEW3D_PT_gpencil_sculpt_context_menu(bpy.types.Panel, bpy_types._GenericU
6587
6512
  """
6588
6513
  ...
6589
6514
 
6590
- class VIEW3D_PT_gpencil_vertex_context_menu(bpy.types.Panel, bpy_types._GenericUI):
6515
+ class VIEW3D_PT_gpencil_vertex_context_menu(bpy.types.Panel):
6591
6516
  bl_label: typing.Any
6592
6517
  bl_region_type: typing.Any
6593
6518
  bl_rna: typing.Any
@@ -6618,7 +6543,7 @@ class VIEW3D_PT_gpencil_vertex_context_menu(bpy.types.Panel, bpy_types._GenericU
6618
6543
  """
6619
6544
  ...
6620
6545
 
6621
- class VIEW3D_PT_gpencil_weight_context_menu(bpy.types.Panel, bpy_types._GenericUI):
6546
+ class VIEW3D_PT_gpencil_weight_context_menu(bpy.types.Panel):
6622
6547
  bl_label: typing.Any
6623
6548
  bl_region_type: typing.Any
6624
6549
  bl_rna: typing.Any
@@ -6649,7 +6574,9 @@ class VIEW3D_PT_gpencil_weight_context_menu(bpy.types.Panel, bpy_types._GenericU
6649
6574
  """
6650
6575
  ...
6651
6576
 
6652
- class VIEW3D_PT_grease_pencil(bpy.types.Panel, bpy_types._GenericUI):
6577
+ class VIEW3D_PT_grease_pencil(
6578
+ bl_ui.properties_grease_pencil_common.AnnotationDataPanel, bpy.types.Panel
6579
+ ):
6653
6580
  bl_category: typing.Any
6654
6581
  bl_label: typing.Any
6655
6582
  bl_options: typing.Any
@@ -6674,7 +6601,7 @@ class VIEW3D_PT_grease_pencil(bpy.types.Panel, bpy_types._GenericUI):
6674
6601
  """
6675
6602
  ...
6676
6603
 
6677
- class VIEW3D_PT_grease_pencil_multi_frame(bpy.types.Panel, bpy_types._GenericUI):
6604
+ class VIEW3D_PT_grease_pencil_multi_frame(bpy.types.Panel):
6678
6605
  bl_label: typing.Any
6679
6606
  bl_region_type: typing.Any
6680
6607
  bl_rna: typing.Any
@@ -6704,7 +6631,7 @@ class VIEW3D_PT_grease_pencil_multi_frame(bpy.types.Panel, bpy_types._GenericUI)
6704
6631
  """
6705
6632
  ...
6706
6633
 
6707
- class VIEW3D_PT_object_type_visibility(bpy.types.Panel, bpy_types._GenericUI):
6634
+ class VIEW3D_PT_object_type_visibility(bpy.types.Panel):
6708
6635
  bl_label: typing.Any
6709
6636
  bl_region_type: typing.Any
6710
6637
  bl_rna: typing.Any
@@ -6744,7 +6671,7 @@ class VIEW3D_PT_object_type_visibility(bpy.types.Panel, bpy_types._GenericUI):
6744
6671
  """
6745
6672
  ...
6746
6673
 
6747
- class VIEW3D_PT_overlay(bpy.types.Panel, bpy_types._GenericUI):
6674
+ class VIEW3D_PT_overlay(bpy.types.Panel):
6748
6675
  bl_label: typing.Any
6749
6676
  bl_region_type: typing.Any
6750
6677
  bl_rna: typing.Any
@@ -6775,7 +6702,7 @@ class VIEW3D_PT_overlay(bpy.types.Panel, bpy_types._GenericUI):
6775
6702
  """
6776
6703
  ...
6777
6704
 
6778
- class VIEW3D_PT_overlay_bones(bpy.types.Panel, bpy_types._GenericUI):
6705
+ class VIEW3D_PT_overlay_bones(bpy.types.Panel):
6779
6706
  bl_label: typing.Any
6780
6707
  bl_region_type: typing.Any
6781
6708
  bl_rna: typing.Any
@@ -6821,7 +6748,7 @@ class VIEW3D_PT_overlay_bones(bpy.types.Panel, bpy_types._GenericUI):
6821
6748
  """
6822
6749
  ...
6823
6750
 
6824
- class VIEW3D_PT_overlay_edit_curve(bpy.types.Panel, bpy_types._GenericUI):
6751
+ class VIEW3D_PT_overlay_edit_curve(bpy.types.Panel):
6825
6752
  bl_label: typing.Any
6826
6753
  bl_region_type: typing.Any
6827
6754
  bl_rna: typing.Any
@@ -6859,7 +6786,7 @@ class VIEW3D_PT_overlay_edit_curve(bpy.types.Panel, bpy_types._GenericUI):
6859
6786
  """
6860
6787
  ...
6861
6788
 
6862
- class VIEW3D_PT_overlay_edit_mesh(bpy.types.Panel, bpy_types._GenericUI):
6789
+ class VIEW3D_PT_overlay_edit_mesh(bpy.types.Panel):
6863
6790
  bl_label: typing.Any
6864
6791
  bl_region_type: typing.Any
6865
6792
  bl_rna: typing.Any
@@ -6898,7 +6825,7 @@ class VIEW3D_PT_overlay_edit_mesh(bpy.types.Panel, bpy_types._GenericUI):
6898
6825
  """
6899
6826
  ...
6900
6827
 
6901
- class VIEW3D_PT_overlay_edit_mesh_freestyle(bpy.types.Panel, bpy_types._GenericUI):
6828
+ class VIEW3D_PT_overlay_edit_mesh_freestyle(bpy.types.Panel):
6902
6829
  bl_label: typing.Any
6903
6830
  bl_parent_id: typing.Any
6904
6831
  bl_region_type: typing.Any
@@ -6937,7 +6864,7 @@ class VIEW3D_PT_overlay_edit_mesh_freestyle(bpy.types.Panel, bpy_types._GenericU
6937
6864
  """
6938
6865
  ...
6939
6866
 
6940
- class VIEW3D_PT_overlay_edit_mesh_measurement(bpy.types.Panel, bpy_types._GenericUI):
6867
+ class VIEW3D_PT_overlay_edit_mesh_measurement(bpy.types.Panel):
6941
6868
  bl_label: typing.Any
6942
6869
  bl_parent_id: typing.Any
6943
6870
  bl_region_type: typing.Any
@@ -6976,7 +6903,7 @@ class VIEW3D_PT_overlay_edit_mesh_measurement(bpy.types.Panel, bpy_types._Generi
6976
6903
  """
6977
6904
  ...
6978
6905
 
6979
- class VIEW3D_PT_overlay_edit_mesh_normals(bpy.types.Panel, bpy_types._GenericUI):
6906
+ class VIEW3D_PT_overlay_edit_mesh_normals(bpy.types.Panel):
6980
6907
  bl_label: typing.Any
6981
6908
  bl_parent_id: typing.Any
6982
6909
  bl_region_type: typing.Any
@@ -7015,7 +6942,7 @@ class VIEW3D_PT_overlay_edit_mesh_normals(bpy.types.Panel, bpy_types._GenericUI)
7015
6942
  """
7016
6943
  ...
7017
6944
 
7018
- class VIEW3D_PT_overlay_edit_mesh_shading(bpy.types.Panel, bpy_types._GenericUI):
6945
+ class VIEW3D_PT_overlay_edit_mesh_shading(bpy.types.Panel):
7019
6946
  bl_label: typing.Any
7020
6947
  bl_parent_id: typing.Any
7021
6948
  bl_region_type: typing.Any
@@ -7054,7 +6981,7 @@ class VIEW3D_PT_overlay_edit_mesh_shading(bpy.types.Panel, bpy_types._GenericUI)
7054
6981
  """
7055
6982
  ...
7056
6983
 
7057
- class VIEW3D_PT_overlay_geometry(bpy.types.Panel, bpy_types._GenericUI):
6984
+ class VIEW3D_PT_overlay_geometry(bpy.types.Panel):
7058
6985
  bl_label: typing.Any
7059
6986
  bl_parent_id: typing.Any
7060
6987
  bl_region_type: typing.Any
@@ -7085,7 +7012,7 @@ class VIEW3D_PT_overlay_geometry(bpy.types.Panel, bpy_types._GenericUI):
7085
7012
  """
7086
7013
  ...
7087
7014
 
7088
- class VIEW3D_PT_overlay_gpencil_options(bpy.types.Panel, bpy_types._GenericUI):
7015
+ class VIEW3D_PT_overlay_gpencil_options(bpy.types.Panel):
7089
7016
  bl_label: typing.Any
7090
7017
  bl_region_type: typing.Any
7091
7018
  bl_rna: typing.Any
@@ -7124,7 +7051,7 @@ class VIEW3D_PT_overlay_gpencil_options(bpy.types.Panel, bpy_types._GenericUI):
7124
7051
  """
7125
7052
  ...
7126
7053
 
7127
- class VIEW3D_PT_overlay_grease_pencil_options(bpy.types.Panel, bpy_types._GenericUI):
7054
+ class VIEW3D_PT_overlay_grease_pencil_options(bpy.types.Panel):
7128
7055
  bl_label: typing.Any
7129
7056
  bl_region_type: typing.Any
7130
7057
  bl_rna: typing.Any
@@ -7163,7 +7090,7 @@ class VIEW3D_PT_overlay_grease_pencil_options(bpy.types.Panel, bpy_types._Generi
7163
7090
  """
7164
7091
  ...
7165
7092
 
7166
- class VIEW3D_PT_overlay_guides(bpy.types.Panel, bpy_types._GenericUI):
7093
+ class VIEW3D_PT_overlay_guides(bpy.types.Panel):
7167
7094
  bl_label: typing.Any
7168
7095
  bl_parent_id: typing.Any
7169
7096
  bl_region_type: typing.Any
@@ -7194,7 +7121,7 @@ class VIEW3D_PT_overlay_guides(bpy.types.Panel, bpy_types._GenericUI):
7194
7121
  """
7195
7122
  ...
7196
7123
 
7197
- class VIEW3D_PT_overlay_motion_tracking(bpy.types.Panel, bpy_types._GenericUI):
7124
+ class VIEW3D_PT_overlay_motion_tracking(bpy.types.Panel):
7198
7125
  bl_label: typing.Any
7199
7126
  bl_parent_id: typing.Any
7200
7127
  bl_region_type: typing.Any
@@ -7232,7 +7159,7 @@ class VIEW3D_PT_overlay_motion_tracking(bpy.types.Panel, bpy_types._GenericUI):
7232
7159
  """
7233
7160
  ...
7234
7161
 
7235
- class VIEW3D_PT_overlay_object(bpy.types.Panel, bpy_types._GenericUI):
7162
+ class VIEW3D_PT_overlay_object(bpy.types.Panel):
7236
7163
  bl_label: typing.Any
7237
7164
  bl_parent_id: typing.Any
7238
7165
  bl_region_type: typing.Any
@@ -7263,7 +7190,7 @@ class VIEW3D_PT_overlay_object(bpy.types.Panel, bpy_types._GenericUI):
7263
7190
  """
7264
7191
  ...
7265
7192
 
7266
- class VIEW3D_PT_overlay_sculpt(bpy.types.Panel, bpy_types._GenericUI):
7193
+ class VIEW3D_PT_overlay_sculpt(bpy.types.Panel):
7267
7194
  bl_context: typing.Any
7268
7195
  bl_label: typing.Any
7269
7196
  bl_region_type: typing.Any
@@ -7302,7 +7229,7 @@ class VIEW3D_PT_overlay_sculpt(bpy.types.Panel, bpy_types._GenericUI):
7302
7229
  """
7303
7230
  ...
7304
7231
 
7305
- class VIEW3D_PT_overlay_sculpt_curves(bpy.types.Panel, bpy_types._GenericUI):
7232
+ class VIEW3D_PT_overlay_sculpt_curves(bpy.types.Panel):
7306
7233
  bl_context: typing.Any
7307
7234
  bl_label: typing.Any
7308
7235
  bl_region_type: typing.Any
@@ -7341,7 +7268,7 @@ class VIEW3D_PT_overlay_sculpt_curves(bpy.types.Panel, bpy_types._GenericUI):
7341
7268
  """
7342
7269
  ...
7343
7270
 
7344
- class VIEW3D_PT_overlay_texture_paint(bpy.types.Panel, bpy_types._GenericUI):
7271
+ class VIEW3D_PT_overlay_texture_paint(bpy.types.Panel):
7345
7272
  bl_label: typing.Any
7346
7273
  bl_region_type: typing.Any
7347
7274
  bl_rna: typing.Any
@@ -7379,7 +7306,7 @@ class VIEW3D_PT_overlay_texture_paint(bpy.types.Panel, bpy_types._GenericUI):
7379
7306
  """
7380
7307
  ...
7381
7308
 
7382
- class VIEW3D_PT_overlay_vertex_paint(bpy.types.Panel, bpy_types._GenericUI):
7309
+ class VIEW3D_PT_overlay_vertex_paint(bpy.types.Panel):
7383
7310
  bl_label: typing.Any
7384
7311
  bl_region_type: typing.Any
7385
7312
  bl_rna: typing.Any
@@ -7417,7 +7344,7 @@ class VIEW3D_PT_overlay_vertex_paint(bpy.types.Panel, bpy_types._GenericUI):
7417
7344
  """
7418
7345
  ...
7419
7346
 
7420
- class VIEW3D_PT_overlay_viewer_node(bpy.types.Panel, bpy_types._GenericUI):
7347
+ class VIEW3D_PT_overlay_viewer_node(bpy.types.Panel):
7421
7348
  bl_label: typing.Any
7422
7349
  bl_parent_id: typing.Any
7423
7350
  bl_region_type: typing.Any
@@ -7448,7 +7375,7 @@ class VIEW3D_PT_overlay_viewer_node(bpy.types.Panel, bpy_types._GenericUI):
7448
7375
  """
7449
7376
  ...
7450
7377
 
7451
- class VIEW3D_PT_overlay_weight_paint(bpy.types.Panel, bpy_types._GenericUI):
7378
+ class VIEW3D_PT_overlay_weight_paint(bpy.types.Panel):
7452
7379
  bl_label: typing.Any
7453
7380
  bl_region_type: typing.Any
7454
7381
  bl_rna: typing.Any
@@ -7487,7 +7414,7 @@ class VIEW3D_PT_overlay_weight_paint(bpy.types.Panel, bpy_types._GenericUI):
7487
7414
  """
7488
7415
  ...
7489
7416
 
7490
- class VIEW3D_PT_paint_texture_context_menu(bpy.types.Panel, bpy_types._GenericUI):
7417
+ class VIEW3D_PT_paint_texture_context_menu(bpy.types.Panel):
7491
7418
  bl_label: typing.Any
7492
7419
  bl_region_type: typing.Any
7493
7420
  bl_rna: typing.Any
@@ -7517,7 +7444,7 @@ class VIEW3D_PT_paint_texture_context_menu(bpy.types.Panel, bpy_types._GenericUI
7517
7444
  """
7518
7445
  ...
7519
7446
 
7520
- class VIEW3D_PT_paint_vertex_context_menu(bpy.types.Panel, bpy_types._GenericUI):
7447
+ class VIEW3D_PT_paint_vertex_context_menu(bpy.types.Panel):
7521
7448
  bl_label: typing.Any
7522
7449
  bl_region_type: typing.Any
7523
7450
  bl_rna: typing.Any
@@ -7547,7 +7474,7 @@ class VIEW3D_PT_paint_vertex_context_menu(bpy.types.Panel, bpy_types._GenericUI)
7547
7474
  """
7548
7475
  ...
7549
7476
 
7550
- class VIEW3D_PT_paint_weight_context_menu(bpy.types.Panel, bpy_types._GenericUI):
7477
+ class VIEW3D_PT_paint_weight_context_menu(bpy.types.Panel):
7551
7478
  bl_label: typing.Any
7552
7479
  bl_region_type: typing.Any
7553
7480
  bl_rna: typing.Any
@@ -7577,7 +7504,7 @@ class VIEW3D_PT_paint_weight_context_menu(bpy.types.Panel, bpy_types._GenericUI)
7577
7504
  """
7578
7505
  ...
7579
7506
 
7580
- class VIEW3D_PT_proportional_edit(bpy.types.Panel, bpy_types._GenericUI):
7507
+ class VIEW3D_PT_proportional_edit(bpy.types.Panel):
7581
7508
  bl_label: typing.Any
7582
7509
  bl_region_type: typing.Any
7583
7510
  bl_rna: typing.Any
@@ -7608,7 +7535,7 @@ class VIEW3D_PT_proportional_edit(bpy.types.Panel, bpy_types._GenericUI):
7608
7535
  """
7609
7536
  ...
7610
7537
 
7611
- class VIEW3D_PT_quad_view(bpy.types.Panel, bpy_types._GenericUI):
7538
+ class VIEW3D_PT_quad_view(bpy.types.Panel):
7612
7539
  bl_category: typing.Any
7613
7540
  bl_label: typing.Any
7614
7541
  bl_options: typing.Any
@@ -7648,7 +7575,7 @@ class VIEW3D_PT_quad_view(bpy.types.Panel, bpy_types._GenericUI):
7648
7575
  """
7649
7576
  ...
7650
7577
 
7651
- class VIEW3D_PT_sculpt_automasking(bpy.types.Panel, bpy_types._GenericUI):
7578
+ class VIEW3D_PT_sculpt_automasking(bpy.types.Panel):
7652
7579
  bl_label: typing.Any
7653
7580
  bl_region_type: typing.Any
7654
7581
  bl_rna: typing.Any
@@ -7679,7 +7606,7 @@ class VIEW3D_PT_sculpt_automasking(bpy.types.Panel, bpy_types._GenericUI):
7679
7606
  """
7680
7607
  ...
7681
7608
 
7682
- class VIEW3D_PT_sculpt_context_menu(bpy.types.Panel, bpy_types._GenericUI):
7609
+ class VIEW3D_PT_sculpt_context_menu(bpy.types.Panel):
7683
7610
  bl_label: typing.Any
7684
7611
  bl_region_type: typing.Any
7685
7612
  bl_rna: typing.Any
@@ -7709,7 +7636,7 @@ class VIEW3D_PT_sculpt_context_menu(bpy.types.Panel, bpy_types._GenericUI):
7709
7636
  """
7710
7637
  ...
7711
7638
 
7712
- class VIEW3D_PT_sculpt_snapping(bpy.types.Panel, bpy_types._GenericUI):
7639
+ class VIEW3D_PT_sculpt_snapping(bpy.types.Panel):
7713
7640
  bl_label: typing.Any
7714
7641
  bl_region_type: typing.Any
7715
7642
  bl_rna: typing.Any
@@ -7739,7 +7666,7 @@ class VIEW3D_PT_sculpt_snapping(bpy.types.Panel, bpy_types._GenericUI):
7739
7666
  """
7740
7667
  ...
7741
7668
 
7742
- class VIEW3D_PT_shading(bpy.types.Panel, bpy_types._GenericUI):
7669
+ class VIEW3D_PT_shading(bpy.types.Panel):
7743
7670
  bl_label: typing.Any
7744
7671
  bl_region_type: typing.Any
7745
7672
  bl_rna: typing.Any
@@ -7778,7 +7705,7 @@ class VIEW3D_PT_shading(bpy.types.Panel, bpy_types._GenericUI):
7778
7705
  """
7779
7706
  ...
7780
7707
 
7781
- class VIEW3D_PT_shading_color(bpy.types.Panel, bpy_types._GenericUI):
7708
+ class VIEW3D_PT_shading_color(bpy.types.Panel):
7782
7709
  bl_label: typing.Any
7783
7710
  bl_parent_id: typing.Any
7784
7711
  bl_region_type: typing.Any
@@ -7809,7 +7736,7 @@ class VIEW3D_PT_shading_color(bpy.types.Panel, bpy_types._GenericUI):
7809
7736
  """
7810
7737
  ...
7811
7738
 
7812
- class VIEW3D_PT_shading_compositor(bpy.types.Panel, bpy_types._GenericUI):
7739
+ class VIEW3D_PT_shading_compositor(bpy.types.Panel):
7813
7740
  bl_label: typing.Any
7814
7741
  bl_order: typing.Any
7815
7742
  bl_parent_id: typing.Any
@@ -7849,7 +7776,7 @@ class VIEW3D_PT_shading_compositor(bpy.types.Panel, bpy_types._GenericUI):
7849
7776
  """
7850
7777
  ...
7851
7778
 
7852
- class VIEW3D_PT_shading_lighting(bpy.types.Panel, bpy_types._GenericUI):
7779
+ class VIEW3D_PT_shading_lighting(bpy.types.Panel):
7853
7780
  bl_label: typing.Any
7854
7781
  bl_parent_id: typing.Any
7855
7782
  bl_region_type: typing.Any
@@ -7888,7 +7815,7 @@ class VIEW3D_PT_shading_lighting(bpy.types.Panel, bpy_types._GenericUI):
7888
7815
  """
7889
7816
  ...
7890
7817
 
7891
- class VIEW3D_PT_shading_options(bpy.types.Panel, bpy_types._GenericUI):
7818
+ class VIEW3D_PT_shading_options(bpy.types.Panel):
7892
7819
  bl_label: typing.Any
7893
7820
  bl_parent_id: typing.Any
7894
7821
  bl_region_type: typing.Any
@@ -7927,7 +7854,7 @@ class VIEW3D_PT_shading_options(bpy.types.Panel, bpy_types._GenericUI):
7927
7854
  """
7928
7855
  ...
7929
7856
 
7930
- class VIEW3D_PT_shading_options_shadow(bpy.types.Panel, bpy_types._GenericUI):
7857
+ class VIEW3D_PT_shading_options_shadow(bpy.types.Panel):
7931
7858
  bl_label: typing.Any
7932
7859
  bl_region_type: typing.Any
7933
7860
  bl_rna: typing.Any
@@ -7957,7 +7884,7 @@ class VIEW3D_PT_shading_options_shadow(bpy.types.Panel, bpy_types._GenericUI):
7957
7884
  """
7958
7885
  ...
7959
7886
 
7960
- class VIEW3D_PT_shading_options_ssao(bpy.types.Panel, bpy_types._GenericUI):
7887
+ class VIEW3D_PT_shading_options_ssao(bpy.types.Panel):
7961
7888
  bl_label: typing.Any
7962
7889
  bl_region_type: typing.Any
7963
7890
  bl_rna: typing.Any
@@ -7987,7 +7914,7 @@ class VIEW3D_PT_shading_options_ssao(bpy.types.Panel, bpy_types._GenericUI):
7987
7914
  """
7988
7915
  ...
7989
7916
 
7990
- class VIEW3D_PT_shading_render_pass(bpy.types.Panel, bpy_types._GenericUI):
7917
+ class VIEW3D_PT_shading_render_pass(bpy.types.Panel):
7991
7918
  COMPAT_ENGINES: typing.Any
7992
7919
  bl_label: typing.Any
7993
7920
  bl_parent_id: typing.Any
@@ -8027,7 +7954,7 @@ class VIEW3D_PT_shading_render_pass(bpy.types.Panel, bpy_types._GenericUI):
8027
7954
  """
8028
7955
  ...
8029
7956
 
8030
- class VIEW3D_PT_snapping(bpy.types.Panel, bpy_types._GenericUI):
7957
+ class VIEW3D_PT_snapping(bpy.types.Panel):
8031
7958
  bl_label: typing.Any
8032
7959
  bl_region_type: typing.Any
8033
7960
  bl_rna: typing.Any
@@ -8057,7 +7984,7 @@ class VIEW3D_PT_snapping(bpy.types.Panel, bpy_types._GenericUI):
8057
7984
  """
8058
7985
  ...
8059
7986
 
8060
- class VIEW3D_PT_transform_orientations(bpy.types.Panel, bpy_types._GenericUI):
7987
+ class VIEW3D_PT_transform_orientations(bpy.types.Panel):
8061
7988
  bl_label: typing.Any
8062
7989
  bl_region_type: typing.Any
8063
7990
  bl_rna: typing.Any
@@ -8088,7 +8015,7 @@ class VIEW3D_PT_transform_orientations(bpy.types.Panel, bpy_types._GenericUI):
8088
8015
  """
8089
8016
  ...
8090
8017
 
8091
- class VIEW3D_PT_view3d_cursor(bpy.types.Panel, bpy_types._GenericUI):
8018
+ class VIEW3D_PT_view3d_cursor(bpy.types.Panel):
8092
8019
  bl_category: typing.Any
8093
8020
  bl_label: typing.Any
8094
8021
  bl_region_type: typing.Any
@@ -8119,7 +8046,7 @@ class VIEW3D_PT_view3d_cursor(bpy.types.Panel, bpy_types._GenericUI):
8119
8046
  """
8120
8047
  ...
8121
8048
 
8122
- class VIEW3D_PT_view3d_lock(bpy.types.Panel, bpy_types._GenericUI):
8049
+ class VIEW3D_PT_view3d_lock(bpy.types.Panel):
8123
8050
  bl_category: typing.Any
8124
8051
  bl_label: typing.Any
8125
8052
  bl_parent_id: typing.Any
@@ -8151,7 +8078,7 @@ class VIEW3D_PT_view3d_lock(bpy.types.Panel, bpy_types._GenericUI):
8151
8078
  """
8152
8079
  ...
8153
8080
 
8154
- class VIEW3D_PT_view3d_properties(bpy.types.Panel, bpy_types._GenericUI):
8081
+ class VIEW3D_PT_view3d_properties(bpy.types.Panel):
8155
8082
  bl_category: typing.Any
8156
8083
  bl_label: typing.Any
8157
8084
  bl_region_type: typing.Any
@@ -8182,7 +8109,7 @@ class VIEW3D_PT_view3d_properties(bpy.types.Panel, bpy_types._GenericUI):
8182
8109
  """
8183
8110
  ...
8184
8111
 
8185
- class VIEW3D_PT_view3d_stereo(bpy.types.Panel, bpy_types._GenericUI):
8112
+ class VIEW3D_PT_view3d_stereo(bpy.types.Panel):
8186
8113
  bl_category: typing.Any
8187
8114
  bl_label: typing.Any
8188
8115
  bl_options: typing.Any
@@ -8222,7 +8149,7 @@ class VIEW3D_PT_view3d_stereo(bpy.types.Panel, bpy_types._GenericUI):
8222
8149
  """
8223
8150
  ...
8224
8151
 
8225
- class VIEW3D_PT_viewport_debug(bpy.types.Panel, bpy_types._GenericUI):
8152
+ class VIEW3D_PT_viewport_debug(bpy.types.Panel):
8226
8153
  bl_label: typing.Any
8227
8154
  bl_parent_id: typing.Any
8228
8155
  bl_region_type: typing.Any
@@ -8261,7 +8188,7 @@ class VIEW3D_PT_viewport_debug(bpy.types.Panel, bpy_types._GenericUI):
8261
8188
  """
8262
8189
  ...
8263
8190
 
8264
- class View3DAssetShelf:
8191
+ class View3DAssetShelf(bl_ui.properties_paint_common.BrushAssetShelf):
8265
8192
  bl_activate_operator: typing.Any
8266
8193
  bl_default_preview_size: typing.Any
8267
8194
  bl_options: typing.Any
@@ -8398,6 +8325,72 @@ class _draw_tool_settings_context_mode:
8398
8325
  """
8399
8326
  ...
8400
8327
 
8328
+ class VIEW3D_MT_bone_options_disable(bpy.types.Menu, BoneOptions):
8329
+ bl_label: typing.Any
8330
+ bl_rna: typing.Any
8331
+ id_data: typing.Any
8332
+ type: typing.Any
8333
+
8334
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
8335
+ """
8336
+
8337
+ :return: The RNA type or default when not found.
8338
+ :rtype: bpy.types.Struct
8339
+ """
8340
+ ...
8341
+
8342
+ def bl_rna_get_subclass_py(self) -> typing.Any:
8343
+ """
8344
+
8345
+ :return: The class or default when not found.
8346
+ :rtype: typing.Any
8347
+ """
8348
+ ...
8349
+
8350
+ class VIEW3D_MT_bone_options_enable(bpy.types.Menu, BoneOptions):
8351
+ bl_label: typing.Any
8352
+ bl_rna: typing.Any
8353
+ id_data: typing.Any
8354
+ type: typing.Any
8355
+
8356
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
8357
+ """
8358
+
8359
+ :return: The RNA type or default when not found.
8360
+ :rtype: bpy.types.Struct
8361
+ """
8362
+ ...
8363
+
8364
+ def bl_rna_get_subclass_py(self) -> typing.Any:
8365
+ """
8366
+
8367
+ :return: The class or default when not found.
8368
+ :rtype: typing.Any
8369
+ """
8370
+ ...
8371
+
8372
+ class VIEW3D_MT_bone_options_toggle(bpy.types.Menu, BoneOptions):
8373
+ bl_label: typing.Any
8374
+ bl_rna: typing.Any
8375
+ id_data: typing.Any
8376
+ type: typing.Any
8377
+
8378
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
8379
+ """
8380
+
8381
+ :return: The RNA type or default when not found.
8382
+ :rtype: bpy.types.Struct
8383
+ """
8384
+ ...
8385
+
8386
+ def bl_rna_get_subclass_py(self) -> typing.Any:
8387
+ """
8388
+
8389
+ :return: The class or default when not found.
8390
+ :rtype: typing.Any
8391
+ """
8392
+ ...
8393
+
8401
8394
  def draw_curve(self_, _context): ...
8402
8395
  def draw_gpencil_layer_active(context, layout): ...
8403
8396
  def draw_gpencil_material_active(context, layout): ...