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

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

Potentially problematic release.


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

Files changed (119) hide show
  1. aud/__init__.pyi +1 -1
  2. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  3. bl_operators/add_mesh_torus/__init__.pyi +1 -2
  4. bl_operators/anim/__init__.pyi +8 -9
  5. bl_operators/assets/__init__.pyi +3 -4
  6. bl_operators/clip/__init__.pyi +10 -11
  7. bl_operators/connect_to_output/__init__.pyi +1 -4
  8. bl_operators/console/__init__.pyi +5 -6
  9. bl_operators/constraint/__init__.pyi +4 -5
  10. bl_operators/file/__init__.pyi +3 -4
  11. bl_operators/freestyle/__init__.pyi +4 -5
  12. bl_operators/geometry_nodes/__init__.pyi +4 -5
  13. bl_operators/image/__init__.pyi +5 -6
  14. bl_operators/image_as_planes/__init__.pyi +1 -5
  15. bl_operators/mesh/__init__.pyi +3 -4
  16. bl_operators/node/__init__.pyi +10 -13
  17. bl_operators/object/__init__.pyi +15 -16
  18. bl_operators/object_align/__init__.pyi +1 -2
  19. bl_operators/object_quick_effects/__init__.pyi +4 -5
  20. bl_operators/object_randomize_transform/__init__.pyi +1 -2
  21. bl_operators/presets/__init__.pyi +24 -26
  22. bl_operators/rigidbody/__init__.pyi +3 -4
  23. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
  24. bl_operators/sequencer/__init__.pyi +8 -9
  25. bl_operators/spreadsheet/__init__.pyi +1 -2
  26. bl_operators/userpref/__init__.pyi +25 -26
  27. bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
  28. bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
  29. bl_operators/uvcalc_transform/__init__.pyi +2 -3
  30. bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
  31. bl_operators/view3d/__init__.pyi +8 -9
  32. bl_operators/wm/__init__.pyi +45 -45
  33. bl_operators/world/__init__.pyi +1 -2
  34. bl_ui/__init__.pyi +3 -3
  35. bl_ui/anim/__init__.pyi +1 -1
  36. bl_ui/asset_shelf/__init__.pyi +1 -1
  37. bl_ui/generic_ui_list/__init__.pyi +5 -6
  38. bl_ui/node_add_menu/__init__.pyi +1 -1
  39. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  40. bl_ui/node_add_menu_geometry/__init__.pyi +49 -51
  41. bl_ui/node_add_menu_shader/__init__.pyi +11 -10
  42. bl_ui/node_add_menu_texture/__init__.pyi +10 -9
  43. bl_ui/properties_collection/__init__.pyi +6 -17
  44. bl_ui/properties_constraint/__init__.pyi +79 -141
  45. bl_ui/properties_data_armature/__init__.pyi +12 -26
  46. bl_ui/properties_data_bone/__init__.pyi +10 -14
  47. bl_ui/properties_data_camera/__init__.pyi +14 -26
  48. bl_ui/properties_data_curve/__init__.pyi +15 -23
  49. bl_ui/properties_data_curves/__init__.pyi +6 -8
  50. bl_ui/properties_data_empty/__init__.pyi +2 -2
  51. bl_ui/properties_data_gpencil/__init__.pyi +13 -24
  52. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
  53. bl_ui/properties_data_lattice/__init__.pyi +3 -3
  54. bl_ui/properties_data_light/__init__.pyi +12 -22
  55. bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
  56. bl_ui/properties_data_mesh/__init__.pyi +20 -24
  57. bl_ui/properties_data_metaball/__init__.pyi +5 -7
  58. bl_ui/properties_data_modifier/__init__.pyi +10 -24
  59. bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
  60. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  61. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  62. bl_ui/properties_data_volume/__init__.pyi +8 -12
  63. bl_ui/properties_freestyle/__init__.pyi +7 -30
  64. bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
  65. bl_ui/properties_mask_common/__init__.pyi +7 -7
  66. bl_ui/properties_material/__init__.pyi +16 -35
  67. bl_ui/properties_material_gpencil/__init__.pyi +9 -23
  68. bl_ui/properties_object/__init__.pyi +14 -24
  69. bl_ui/properties_output/__init__.pyi +18 -44
  70. bl_ui/properties_paint_common/__init__.pyi +1 -1
  71. bl_ui/properties_particle/__init__.pyi +52 -125
  72. bl_ui/properties_physics_cloth/__init__.pyi +14 -34
  73. bl_ui/properties_physics_common/__init__.pyi +1 -1
  74. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
  75. bl_ui/properties_physics_field/__init__.pyi +10 -24
  76. bl_ui/properties_physics_fluid/__init__.pyi +28 -50
  77. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  78. bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
  79. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
  80. bl_ui/properties_physics_softbody/__init__.pyi +15 -43
  81. bl_ui/properties_render/__init__.pyi +52 -132
  82. bl_ui/properties_scene/__init__.pyi +15 -19
  83. bl_ui/properties_texture/__init__.pyi +26 -53
  84. bl_ui/properties_view_layer/__init__.pyi +18 -34
  85. bl_ui/properties_workspace/__init__.pyi +4 -7
  86. bl_ui/properties_world/__init__.pyi +10 -16
  87. bl_ui/space_clip/__init__.pyi +69 -109
  88. bl_ui/space_console/__init__.pyi +6 -6
  89. bl_ui/space_dopesheet/__init__.pyi +22 -38
  90. bl_ui/space_filebrowser/__init__.pyi +29 -41
  91. bl_ui/space_graph/__init__.pyi +20 -22
  92. bl_ui/space_image/__init__.pyi +58 -80
  93. bl_ui/space_info/__init__.pyi +6 -6
  94. bl_ui/space_nla/__init__.pyi +17 -21
  95. bl_ui/space_node/__init__.pyi +28 -34
  96. bl_ui/space_outliner/__init__.pyi +14 -14
  97. bl_ui/space_properties/__init__.pyi +3 -3
  98. bl_ui/space_sequencer/__init__.pyi +307 -124
  99. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  100. bl_ui/space_statusbar/__init__.pyi +1 -1
  101. bl_ui/space_text/__init__.pyi +16 -16
  102. bl_ui/space_time/__init__.pyi +7 -11
  103. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  104. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
  105. bl_ui/space_topbar/__init__.pyi +26 -26
  106. bl_ui/space_userpref/__init__.pyi +90 -142
  107. bl_ui/space_view3d/__init__.pyi +272 -291
  108. bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
  109. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  110. bmesh/types/__init__.pyi +2 -2
  111. bpy/ops/extensions/__init__.pyi +18 -0
  112. bpy/types/__init__.pyi +859 -1037
  113. bpy_types/__init__.pyi +13 -6567
  114. {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/METADATA +1 -1
  115. {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/RECORD +119 -119
  116. freestyle/utils/__init__.pyi +1 -1
  117. keyingsets_builtins/__init__.pyi +22 -23
  118. {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/WHEEL +0 -0
  119. {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ import bpy_types
6
6
  GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
- class SPREADSHEET_HT_header(bpy_types.Header, bpy_types._GenericUI):
9
+ class SPREADSHEET_HT_header(bpy_types._GenericUI):
10
10
  bl_rna: typing.Any
11
11
  bl_space_type: typing.Any
12
12
  id_data: typing.Any
@@ -6,7 +6,7 @@ import bpy_types
6
6
  GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
- class STATUSBAR_HT_header(bpy_types.Header, bpy_types._GenericUI):
9
+ class STATUSBAR_HT_header(bpy_types._GenericUI):
10
10
  bl_rna: typing.Any
11
11
  bl_space_type: typing.Any
12
12
  id_data: typing.Any
@@ -6,7 +6,7 @@ import bpy_types
6
6
  GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
- class TEXT_HT_footer(bpy_types.Header, bpy_types._GenericUI):
9
+ class TEXT_HT_footer(bpy_types._GenericUI):
10
10
  bl_region_type: typing.Any
11
11
  bl_rna: typing.Any
12
12
  bl_space_type: typing.Any
@@ -223,7 +223,7 @@ class TEXT_HT_footer(bpy_types.Header, bpy_types._GenericUI):
223
223
  """
224
224
  ...
225
225
 
226
- class TEXT_HT_header(bpy_types.Header, bpy_types._GenericUI):
226
+ class TEXT_HT_header(bpy_types._GenericUI):
227
227
  bl_rna: typing.Any
228
228
  bl_space_type: typing.Any
229
229
  id_data: typing.Any
@@ -439,7 +439,7 @@ class TEXT_HT_header(bpy_types.Header, bpy_types._GenericUI):
439
439
  """
440
440
  ...
441
441
 
442
- class TEXT_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
442
+ class TEXT_MT_context_menu(bpy_types._GenericUI):
443
443
  bl_label: typing.Any
444
444
  bl_rna: typing.Any
445
445
  id_data: typing.Any
@@ -709,7 +709,7 @@ class TEXT_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
709
709
  """
710
710
  ...
711
711
 
712
- class TEXT_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
712
+ class TEXT_MT_edit(bpy_types._GenericUI):
713
713
  bl_label: typing.Any
714
714
  bl_rna: typing.Any
715
715
  id_data: typing.Any
@@ -986,7 +986,7 @@ class TEXT_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
986
986
  """
987
987
  ...
988
988
 
989
- class TEXT_MT_edit_to3d(bpy_types.Menu, bpy_types._GenericUI):
989
+ class TEXT_MT_edit_to3d(bpy_types._GenericUI):
990
990
  bl_label: typing.Any
991
991
  bl_rna: typing.Any
992
992
  id_data: typing.Any
@@ -1256,7 +1256,7 @@ class TEXT_MT_edit_to3d(bpy_types.Menu, bpy_types._GenericUI):
1256
1256
  """
1257
1257
  ...
1258
1258
 
1259
- class TEXT_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1259
+ class TEXT_MT_editor_menus(bpy_types._GenericUI):
1260
1260
  bl_idname: typing.Any
1261
1261
  bl_label: typing.Any
1262
1262
  bl_rna: typing.Any
@@ -1527,7 +1527,7 @@ class TEXT_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1527
1527
  """
1528
1528
  ...
1529
1529
 
1530
- class TEXT_MT_format(bpy_types.Menu, bpy_types._GenericUI):
1530
+ class TEXT_MT_format(bpy_types._GenericUI):
1531
1531
  bl_label: typing.Any
1532
1532
  bl_rna: typing.Any
1533
1533
  id_data: typing.Any
@@ -1797,7 +1797,7 @@ class TEXT_MT_format(bpy_types.Menu, bpy_types._GenericUI):
1797
1797
  """
1798
1798
  ...
1799
1799
 
1800
- class TEXT_MT_select(bpy_types.Menu, bpy_types._GenericUI):
1800
+ class TEXT_MT_select(bpy_types._GenericUI):
1801
1801
  bl_label: typing.Any
1802
1802
  bl_rna: typing.Any
1803
1803
  id_data: typing.Any
@@ -2067,7 +2067,7 @@ class TEXT_MT_select(bpy_types.Menu, bpy_types._GenericUI):
2067
2067
  """
2068
2068
  ...
2069
2069
 
2070
- class TEXT_MT_templates(bpy_types.Menu, bpy_types._GenericUI):
2070
+ class TEXT_MT_templates(bpy_types._GenericUI):
2071
2071
  bl_label: typing.Any
2072
2072
  bl_rna: typing.Any
2073
2073
  id_data: typing.Any
@@ -2337,7 +2337,7 @@ class TEXT_MT_templates(bpy_types.Menu, bpy_types._GenericUI):
2337
2337
  """
2338
2338
  ...
2339
2339
 
2340
- class TEXT_MT_templates_osl(bpy_types.Menu, bpy_types._GenericUI):
2340
+ class TEXT_MT_templates_osl(bpy_types._GenericUI):
2341
2341
  bl_label: typing.Any
2342
2342
  bl_rna: typing.Any
2343
2343
  id_data: typing.Any
@@ -2607,7 +2607,7 @@ class TEXT_MT_templates_osl(bpy_types.Menu, bpy_types._GenericUI):
2607
2607
  """
2608
2608
  ...
2609
2609
 
2610
- class TEXT_MT_templates_py(bpy_types.Menu, bpy_types._GenericUI):
2610
+ class TEXT_MT_templates_py(bpy_types._GenericUI):
2611
2611
  bl_label: typing.Any
2612
2612
  bl_rna: typing.Any
2613
2613
  id_data: typing.Any
@@ -2877,7 +2877,7 @@ class TEXT_MT_templates_py(bpy_types.Menu, bpy_types._GenericUI):
2877
2877
  """
2878
2878
  ...
2879
2879
 
2880
- class TEXT_MT_text(bpy_types.Menu, bpy_types._GenericUI):
2880
+ class TEXT_MT_text(bpy_types._GenericUI):
2881
2881
  bl_label: typing.Any
2882
2882
  bl_rna: typing.Any
2883
2883
  id_data: typing.Any
@@ -3147,7 +3147,7 @@ class TEXT_MT_text(bpy_types.Menu, bpy_types._GenericUI):
3147
3147
  """
3148
3148
  ...
3149
3149
 
3150
- class TEXT_MT_view(bpy_types.Menu, bpy_types._GenericUI):
3150
+ class TEXT_MT_view(bpy_types._GenericUI):
3151
3151
  bl_label: typing.Any
3152
3152
  bl_rna: typing.Any
3153
3153
  id_data: typing.Any
@@ -3417,7 +3417,7 @@ class TEXT_MT_view(bpy_types.Menu, bpy_types._GenericUI):
3417
3417
  """
3418
3418
  ...
3419
3419
 
3420
- class TEXT_MT_view_navigation(bpy_types.Menu, bpy_types._GenericUI):
3420
+ class TEXT_MT_view_navigation(bpy_types._GenericUI):
3421
3421
  bl_label: typing.Any
3422
3422
  bl_rna: typing.Any
3423
3423
  id_data: typing.Any
@@ -3687,7 +3687,7 @@ class TEXT_MT_view_navigation(bpy_types.Menu, bpy_types._GenericUI):
3687
3687
  """
3688
3688
  ...
3689
3689
 
3690
- class TEXT_PT_find(bpy_types.Panel, bpy_types._GenericUI):
3690
+ class TEXT_PT_find(bpy_types._GenericUI):
3691
3691
  bl_category: typing.Any
3692
3692
  bl_label: typing.Any
3693
3693
  bl_region_type: typing.Any
@@ -3906,7 +3906,7 @@ class TEXT_PT_find(bpy_types.Panel, bpy_types._GenericUI):
3906
3906
  """
3907
3907
  ...
3908
3908
 
3909
- class TEXT_PT_properties(bpy_types.Panel, bpy_types._GenericUI):
3909
+ class TEXT_PT_properties(bpy_types._GenericUI):
3910
3910
  bl_category: typing.Any
3911
3911
  bl_label: typing.Any
3912
3912
  bl_region_type: typing.Any
@@ -15,7 +15,7 @@ class TIME_HT_editor_buttons:
15
15
  """
16
16
  ...
17
17
 
18
- class TIME_MT_cache(bpy_types.Menu, bpy_types._GenericUI):
18
+ class TIME_MT_cache(bpy_types._GenericUI):
19
19
  bl_label: typing.Any
20
20
  bl_rna: typing.Any
21
21
  id_data: typing.Any
@@ -285,7 +285,7 @@ class TIME_MT_cache(bpy_types.Menu, bpy_types._GenericUI):
285
285
  """
286
286
  ...
287
287
 
288
- class TIME_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
288
+ class TIME_MT_editor_menus(bpy_types._GenericUI):
289
289
  bl_idname: typing.Any
290
290
  bl_label: typing.Any
291
291
  bl_rna: typing.Any
@@ -556,7 +556,7 @@ class TIME_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
556
556
  """
557
557
  ...
558
558
 
559
- class TIME_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
559
+ class TIME_MT_marker(bpy_types._GenericUI):
560
560
  bl_label: typing.Any
561
561
  bl_rna: typing.Any
562
562
  id_data: typing.Any
@@ -826,7 +826,7 @@ class TIME_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
826
826
  """
827
827
  ...
828
828
 
829
- class TIME_MT_view(bpy_types.Menu, bpy_types._GenericUI):
829
+ class TIME_MT_view(bpy_types._GenericUI):
830
830
  bl_label: typing.Any
831
831
  bl_rna: typing.Any
832
832
  id_data: typing.Any
@@ -1107,9 +1107,7 @@ class TimelinePanelButtons:
1107
1107
  """
1108
1108
  ...
1109
1109
 
1110
- class TIME_PT_auto_keyframing(
1111
- bpy_types.Panel, TimelinePanelButtons, bpy_types._GenericUI
1112
- ):
1110
+ class TIME_PT_auto_keyframing(TimelinePanelButtons, bpy_types._GenericUI):
1113
1111
  bl_label: typing.Any
1114
1112
  bl_options: typing.Any
1115
1113
  bl_region_type: typing.Any
@@ -1343,9 +1341,7 @@ class TIME_PT_auto_keyframing(
1343
1341
  """
1344
1342
  ...
1345
1343
 
1346
- class TIME_PT_keyframing_settings(
1347
- bpy_types.Panel, TimelinePanelButtons, bpy_types._GenericUI
1348
- ):
1344
+ class TIME_PT_keyframing_settings(TimelinePanelButtons, bpy_types._GenericUI):
1349
1345
  bl_label: typing.Any
1350
1346
  bl_options: typing.Any
1351
1347
  bl_region_type: typing.Any
@@ -1578,7 +1574,7 @@ class TIME_PT_keyframing_settings(
1578
1574
  """
1579
1575
  ...
1580
1576
 
1581
- class TIME_PT_playback(bpy_types.Panel, TimelinePanelButtons, bpy_types._GenericUI):
1577
+ class TIME_PT_playback(TimelinePanelButtons, bpy_types._GenericUI):
1582
1578
  bl_label: typing.Any
1583
1579
  bl_region_type: typing.Any
1584
1580
  bl_rna: typing.Any
@@ -143,7 +143,7 @@ class ToolSelectPanelHelper:
143
143
  """
144
144
  ...
145
145
 
146
- class WM_MT_toolsystem_submenu(bpy_types.Menu, bpy_types._GenericUI):
146
+ class WM_MT_toolsystem_submenu(bpy_types._GenericUI):
147
147
  bl_label: typing.Any
148
148
  bl_rna: typing.Any
149
149
  id_data: typing.Any
@@ -7,9 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  class IMAGE_PT_tools_active(
10
- bpy_types.Panel,
11
- bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
12
- bpy_types._GenericUI,
10
+ bl_ui.space_toolsystem_common.ToolSelectPanelHelper, bpy_types._GenericUI
13
11
  ):
14
12
  bl_label: typing.Any
15
13
  bl_options: typing.Any
@@ -150,9 +148,7 @@ class IMAGE_PT_tools_active(
150
148
  def values(self): ...
151
149
 
152
150
  class NODE_PT_tools_active(
153
- bpy_types.Panel,
154
- bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
155
- bpy_types._GenericUI,
151
+ bl_ui.space_toolsystem_common.ToolSelectPanelHelper, bpy_types._GenericUI
156
152
  ):
157
153
  bl_label: typing.Any
158
154
  bl_options: typing.Any
@@ -293,9 +289,7 @@ class NODE_PT_tools_active(
293
289
  def values(self): ...
294
290
 
295
291
  class SEQUENCER_PT_tools_active(
296
- bpy_types.Panel,
297
- bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
298
- bpy_types._GenericUI,
292
+ bl_ui.space_toolsystem_common.ToolSelectPanelHelper, bpy_types._GenericUI
299
293
  ):
300
294
  bl_label: typing.Any
301
295
  bl_options: typing.Any
@@ -436,9 +430,7 @@ class SEQUENCER_PT_tools_active(
436
430
  def values(self): ...
437
431
 
438
432
  class VIEW3D_PT_tools_active(
439
- bpy_types.Panel,
440
- bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
441
- bpy_types._GenericUI,
433
+ bl_ui.space_toolsystem_common.ToolSelectPanelHelper, bpy_types._GenericUI
442
434
  ):
443
435
  bl_label: typing.Any
444
436
  bl_options: typing.Any
@@ -6,7 +6,7 @@ import bpy_types
6
6
  GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
- class TOPBAR_HT_upper_bar(bpy_types.Header, bpy_types._GenericUI):
9
+ class TOPBAR_HT_upper_bar(bpy_types._GenericUI):
10
10
  bl_rna: typing.Any
11
11
  bl_space_type: typing.Any
12
12
  id_data: typing.Any
@@ -236,7 +236,7 @@ class TOPBAR_HT_upper_bar(bpy_types.Header, bpy_types._GenericUI):
236
236
  """
237
237
  ...
238
238
 
239
- class TOPBAR_MT_blender(bpy_types.Menu, bpy_types._GenericUI):
239
+ class TOPBAR_MT_blender(bpy_types._GenericUI):
240
240
  bl_label: typing.Any
241
241
  bl_rna: typing.Any
242
242
  id_data: typing.Any
@@ -506,7 +506,7 @@ class TOPBAR_MT_blender(bpy_types.Menu, bpy_types._GenericUI):
506
506
  """
507
507
  ...
508
508
 
509
- class TOPBAR_MT_blender_system(bpy_types.Menu, bpy_types._GenericUI):
509
+ class TOPBAR_MT_blender_system(bpy_types._GenericUI):
510
510
  bl_label: typing.Any
511
511
  bl_rna: typing.Any
512
512
  id_data: typing.Any
@@ -776,7 +776,7 @@ class TOPBAR_MT_blender_system(bpy_types.Menu, bpy_types._GenericUI):
776
776
  """
777
777
  ...
778
778
 
779
- class TOPBAR_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
779
+ class TOPBAR_MT_edit(bpy_types._GenericUI):
780
780
  bl_label: typing.Any
781
781
  bl_rna: typing.Any
782
782
  id_data: typing.Any
@@ -1046,7 +1046,7 @@ class TOPBAR_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
1046
1046
  """
1047
1047
  ...
1048
1048
 
1049
- class TOPBAR_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1049
+ class TOPBAR_MT_editor_menus(bpy_types._GenericUI):
1050
1050
  bl_idname: typing.Any
1051
1051
  bl_label: typing.Any
1052
1052
  bl_rna: typing.Any
@@ -1317,7 +1317,7 @@ class TOPBAR_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1317
1317
  """
1318
1318
  ...
1319
1319
 
1320
- class TOPBAR_MT_file(bpy_types.Menu, bpy_types._GenericUI):
1320
+ class TOPBAR_MT_file(bpy_types._GenericUI):
1321
1321
  bl_label: typing.Any
1322
1322
  bl_rna: typing.Any
1323
1323
  id_data: typing.Any
@@ -1587,7 +1587,7 @@ class TOPBAR_MT_file(bpy_types.Menu, bpy_types._GenericUI):
1587
1587
  """
1588
1588
  ...
1589
1589
 
1590
- class TOPBAR_MT_file_cleanup(bpy_types.Menu, bpy_types._GenericUI):
1590
+ class TOPBAR_MT_file_cleanup(bpy_types._GenericUI):
1591
1591
  bl_label: typing.Any
1592
1592
  bl_rna: typing.Any
1593
1593
  id_data: typing.Any
@@ -1857,7 +1857,7 @@ class TOPBAR_MT_file_cleanup(bpy_types.Menu, bpy_types._GenericUI):
1857
1857
  """
1858
1858
  ...
1859
1859
 
1860
- class TOPBAR_MT_file_context_menu(bpy_types.Menu, bpy_types._GenericUI):
1860
+ class TOPBAR_MT_file_context_menu(bpy_types._GenericUI):
1861
1861
  bl_label: typing.Any
1862
1862
  bl_rna: typing.Any
1863
1863
  id_data: typing.Any
@@ -2127,7 +2127,7 @@ class TOPBAR_MT_file_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2127
2127
  """
2128
2128
  ...
2129
2129
 
2130
- class TOPBAR_MT_file_defaults(bpy_types.Menu, bpy_types._GenericUI):
2130
+ class TOPBAR_MT_file_defaults(bpy_types._GenericUI):
2131
2131
  bl_label: typing.Any
2132
2132
  bl_rna: typing.Any
2133
2133
  id_data: typing.Any
@@ -2397,7 +2397,7 @@ class TOPBAR_MT_file_defaults(bpy_types.Menu, bpy_types._GenericUI):
2397
2397
  """
2398
2398
  ...
2399
2399
 
2400
- class TOPBAR_MT_file_export(bpy_types.Menu, bpy_types._GenericUI):
2400
+ class TOPBAR_MT_file_export(bpy_types._GenericUI):
2401
2401
  bl_idname: typing.Any
2402
2402
  bl_label: typing.Any
2403
2403
  bl_owner_use_filter: typing.Any
@@ -2669,7 +2669,7 @@ class TOPBAR_MT_file_export(bpy_types.Menu, bpy_types._GenericUI):
2669
2669
  """
2670
2670
  ...
2671
2671
 
2672
- class TOPBAR_MT_file_external_data(bpy_types.Menu, bpy_types._GenericUI):
2672
+ class TOPBAR_MT_file_external_data(bpy_types._GenericUI):
2673
2673
  bl_label: typing.Any
2674
2674
  bl_rna: typing.Any
2675
2675
  id_data: typing.Any
@@ -2939,7 +2939,7 @@ class TOPBAR_MT_file_external_data(bpy_types.Menu, bpy_types._GenericUI):
2939
2939
  """
2940
2940
  ...
2941
2941
 
2942
- class TOPBAR_MT_file_import(bpy_types.Menu, bpy_types._GenericUI):
2942
+ class TOPBAR_MT_file_import(bpy_types._GenericUI):
2943
2943
  bl_idname: typing.Any
2944
2944
  bl_label: typing.Any
2945
2945
  bl_owner_use_filter: typing.Any
@@ -3211,7 +3211,7 @@ class TOPBAR_MT_file_import(bpy_types.Menu, bpy_types._GenericUI):
3211
3211
  """
3212
3212
  ...
3213
3213
 
3214
- class TOPBAR_MT_file_new(bpy_types.Menu, bpy_types._GenericUI):
3214
+ class TOPBAR_MT_file_new(bpy_types._GenericUI):
3215
3215
  bl_label: typing.Any
3216
3216
  bl_rna: typing.Any
3217
3217
  id_data: typing.Any
@@ -3492,7 +3492,7 @@ class TOPBAR_MT_file_new(bpy_types.Menu, bpy_types._GenericUI):
3492
3492
  """
3493
3493
  ...
3494
3494
 
3495
- class TOPBAR_MT_file_previews(bpy_types.Menu, bpy_types._GenericUI):
3495
+ class TOPBAR_MT_file_previews(bpy_types._GenericUI):
3496
3496
  bl_label: typing.Any
3497
3497
  bl_rna: typing.Any
3498
3498
  id_data: typing.Any
@@ -3762,7 +3762,7 @@ class TOPBAR_MT_file_previews(bpy_types.Menu, bpy_types._GenericUI):
3762
3762
  """
3763
3763
  ...
3764
3764
 
3765
- class TOPBAR_MT_file_recover(bpy_types.Menu, bpy_types._GenericUI):
3765
+ class TOPBAR_MT_file_recover(bpy_types._GenericUI):
3766
3766
  bl_label: typing.Any
3767
3767
  bl_rna: typing.Any
3768
3768
  id_data: typing.Any
@@ -4032,7 +4032,7 @@ class TOPBAR_MT_file_recover(bpy_types.Menu, bpy_types._GenericUI):
4032
4032
  """
4033
4033
  ...
4034
4034
 
4035
- class TOPBAR_MT_help(bpy_types.Menu, bpy_types._GenericUI):
4035
+ class TOPBAR_MT_help(bpy_types._GenericUI):
4036
4036
  bl_label: typing.Any
4037
4037
  bl_rna: typing.Any
4038
4038
  id_data: typing.Any
@@ -4302,7 +4302,7 @@ class TOPBAR_MT_help(bpy_types.Menu, bpy_types._GenericUI):
4302
4302
  """
4303
4303
  ...
4304
4304
 
4305
- class TOPBAR_MT_render(bpy_types.Menu, bpy_types._GenericUI):
4305
+ class TOPBAR_MT_render(bpy_types._GenericUI):
4306
4306
  bl_label: typing.Any
4307
4307
  bl_rna: typing.Any
4308
4308
  id_data: typing.Any
@@ -4572,7 +4572,7 @@ class TOPBAR_MT_render(bpy_types.Menu, bpy_types._GenericUI):
4572
4572
  """
4573
4573
  ...
4574
4574
 
4575
- class TOPBAR_MT_templates_more(bpy_types.Menu, bpy_types._GenericUI):
4575
+ class TOPBAR_MT_templates_more(bpy_types._GenericUI):
4576
4576
  bl_label: typing.Any
4577
4577
  bl_rna: typing.Any
4578
4578
  id_data: typing.Any
@@ -4842,7 +4842,7 @@ class TOPBAR_MT_templates_more(bpy_types.Menu, bpy_types._GenericUI):
4842
4842
  """
4843
4843
  ...
4844
4844
 
4845
- class TOPBAR_MT_window(bpy_types.Menu, bpy_types._GenericUI):
4845
+ class TOPBAR_MT_window(bpy_types._GenericUI):
4846
4846
  bl_label: typing.Any
4847
4847
  bl_rna: typing.Any
4848
4848
  id_data: typing.Any
@@ -5112,7 +5112,7 @@ class TOPBAR_MT_window(bpy_types.Menu, bpy_types._GenericUI):
5112
5112
  """
5113
5113
  ...
5114
5114
 
5115
- class TOPBAR_MT_workspace_menu(bpy_types.Menu, bpy_types._GenericUI):
5115
+ class TOPBAR_MT_workspace_menu(bpy_types._GenericUI):
5116
5116
  bl_label: typing.Any
5117
5117
  bl_rna: typing.Any
5118
5118
  id_data: typing.Any
@@ -5382,7 +5382,7 @@ class TOPBAR_MT_workspace_menu(bpy_types.Menu, bpy_types._GenericUI):
5382
5382
  """
5383
5383
  ...
5384
5384
 
5385
- class TOPBAR_PT_gpencil_layers(bpy_types.Panel, bpy_types._GenericUI):
5385
+ class TOPBAR_PT_gpencil_layers(bpy_types._GenericUI):
5386
5386
  bl_label: typing.Any
5387
5387
  bl_region_type: typing.Any
5388
5388
  bl_rna: typing.Any
@@ -5617,7 +5617,7 @@ class TOPBAR_PT_gpencil_layers(bpy_types.Panel, bpy_types._GenericUI):
5617
5617
  """
5618
5618
  ...
5619
5619
 
5620
- class TOPBAR_PT_gpencil_primitive(bpy_types.Panel, bpy_types._GenericUI):
5620
+ class TOPBAR_PT_gpencil_primitive(bpy_types._GenericUI):
5621
5621
  bl_label: typing.Any
5622
5622
  bl_region_type: typing.Any
5623
5623
  bl_rna: typing.Any
@@ -5835,7 +5835,7 @@ class TOPBAR_PT_gpencil_primitive(bpy_types.Panel, bpy_types._GenericUI):
5835
5835
  """
5836
5836
  ...
5837
5837
 
5838
- class TOPBAR_PT_name(bpy_types.Panel, bpy_types._GenericUI):
5838
+ class TOPBAR_PT_name(bpy_types._GenericUI):
5839
5839
  bl_label: typing.Any
5840
5840
  bl_region_type: typing.Any
5841
5841
  bl_rna: typing.Any
@@ -6054,7 +6054,7 @@ class TOPBAR_PT_name(bpy_types.Panel, bpy_types._GenericUI):
6054
6054
  """
6055
6055
  ...
6056
6056
 
6057
- class TOPBAR_PT_name_marker(bpy_types.Panel, bpy_types._GenericUI):
6057
+ class TOPBAR_PT_name_marker(bpy_types._GenericUI):
6058
6058
  bl_label: typing.Any
6059
6059
  bl_region_type: typing.Any
6060
6060
  bl_rna: typing.Any
@@ -6295,7 +6295,7 @@ class TOPBAR_PT_name_marker(bpy_types.Panel, bpy_types._GenericUI):
6295
6295
  """
6296
6296
  ...
6297
6297
 
6298
- class TOPBAR_PT_tool_fallback(bpy_types.Panel, bpy_types._GenericUI):
6298
+ class TOPBAR_PT_tool_fallback(bpy_types._GenericUI):
6299
6299
  bl_label: typing.Any
6300
6300
  bl_region_type: typing.Any
6301
6301
  bl_rna: typing.Any
@@ -6514,7 +6514,7 @@ class TOPBAR_PT_tool_fallback(bpy_types.Panel, bpy_types._GenericUI):
6514
6514
  """
6515
6515
  ...
6516
6516
 
6517
- class TOPBAR_PT_tool_settings_extra(bpy_types.Panel, bpy_types._GenericUI):
6517
+ class TOPBAR_PT_tool_settings_extra(bpy_types._GenericUI):
6518
6518
  """Popover panel for adding extra options that don't fit in the tool settings header"""
6519
6519
 
6520
6520
  bl_description: typing.Any