fake-bpy-module 20240614__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 (118) hide show
  1. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  2. bl_operators/add_mesh_torus/__init__.pyi +1 -2
  3. bl_operators/anim/__init__.pyi +8 -9
  4. bl_operators/assets/__init__.pyi +3 -4
  5. bl_operators/clip/__init__.pyi +10 -11
  6. bl_operators/connect_to_output/__init__.pyi +1 -4
  7. bl_operators/console/__init__.pyi +5 -6
  8. bl_operators/constraint/__init__.pyi +4 -5
  9. bl_operators/file/__init__.pyi +3 -4
  10. bl_operators/freestyle/__init__.pyi +4 -5
  11. bl_operators/geometry_nodes/__init__.pyi +4 -5
  12. bl_operators/image/__init__.pyi +5 -6
  13. bl_operators/image_as_planes/__init__.pyi +1 -5
  14. bl_operators/mesh/__init__.pyi +3 -4
  15. bl_operators/node/__init__.pyi +10 -13
  16. bl_operators/object/__init__.pyi +15 -16
  17. bl_operators/object_align/__init__.pyi +1 -2
  18. bl_operators/object_quick_effects/__init__.pyi +4 -5
  19. bl_operators/object_randomize_transform/__init__.pyi +1 -2
  20. bl_operators/presets/__init__.pyi +24 -26
  21. bl_operators/rigidbody/__init__.pyi +3 -4
  22. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
  23. bl_operators/sequencer/__init__.pyi +8 -9
  24. bl_operators/spreadsheet/__init__.pyi +1 -2
  25. bl_operators/userpref/__init__.pyi +25 -26
  26. bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
  27. bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
  28. bl_operators/uvcalc_transform/__init__.pyi +2 -3
  29. bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
  30. bl_operators/view3d/__init__.pyi +8 -9
  31. bl_operators/wm/__init__.pyi +45 -45
  32. bl_operators/world/__init__.pyi +1 -2
  33. bl_ui/__init__.pyi +3 -3
  34. bl_ui/anim/__init__.pyi +1 -1
  35. bl_ui/asset_shelf/__init__.pyi +1 -1
  36. bl_ui/generic_ui_list/__init__.pyi +5 -6
  37. bl_ui/node_add_menu/__init__.pyi +1 -1
  38. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  39. bl_ui/node_add_menu_geometry/__init__.pyi +49 -51
  40. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  41. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  42. bl_ui/properties_collection/__init__.pyi +6 -17
  43. bl_ui/properties_constraint/__init__.pyi +79 -141
  44. bl_ui/properties_data_armature/__init__.pyi +12 -26
  45. bl_ui/properties_data_bone/__init__.pyi +10 -14
  46. bl_ui/properties_data_camera/__init__.pyi +14 -26
  47. bl_ui/properties_data_curve/__init__.pyi +15 -23
  48. bl_ui/properties_data_curves/__init__.pyi +6 -8
  49. bl_ui/properties_data_empty/__init__.pyi +2 -2
  50. bl_ui/properties_data_gpencil/__init__.pyi +13 -24
  51. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
  52. bl_ui/properties_data_lattice/__init__.pyi +3 -3
  53. bl_ui/properties_data_light/__init__.pyi +12 -22
  54. bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
  55. bl_ui/properties_data_mesh/__init__.pyi +20 -24
  56. bl_ui/properties_data_metaball/__init__.pyi +5 -7
  57. bl_ui/properties_data_modifier/__init__.pyi +10 -24
  58. bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
  59. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  60. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  61. bl_ui/properties_data_volume/__init__.pyi +8 -12
  62. bl_ui/properties_freestyle/__init__.pyi +7 -30
  63. bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
  64. bl_ui/properties_mask_common/__init__.pyi +7 -7
  65. bl_ui/properties_material/__init__.pyi +16 -35
  66. bl_ui/properties_material_gpencil/__init__.pyi +9 -23
  67. bl_ui/properties_object/__init__.pyi +14 -24
  68. bl_ui/properties_output/__init__.pyi +18 -44
  69. bl_ui/properties_paint_common/__init__.pyi +1 -1
  70. bl_ui/properties_particle/__init__.pyi +52 -125
  71. bl_ui/properties_physics_cloth/__init__.pyi +14 -34
  72. bl_ui/properties_physics_common/__init__.pyi +1 -1
  73. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
  74. bl_ui/properties_physics_field/__init__.pyi +10 -24
  75. bl_ui/properties_physics_fluid/__init__.pyi +28 -50
  76. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  77. bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
  78. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
  79. bl_ui/properties_physics_softbody/__init__.pyi +15 -43
  80. bl_ui/properties_render/__init__.pyi +52 -132
  81. bl_ui/properties_scene/__init__.pyi +15 -19
  82. bl_ui/properties_texture/__init__.pyi +26 -53
  83. bl_ui/properties_view_layer/__init__.pyi +18 -34
  84. bl_ui/properties_workspace/__init__.pyi +4 -7
  85. bl_ui/properties_world/__init__.pyi +10 -16
  86. bl_ui/space_clip/__init__.pyi +69 -109
  87. bl_ui/space_console/__init__.pyi +6 -6
  88. bl_ui/space_dopesheet/__init__.pyi +22 -38
  89. bl_ui/space_filebrowser/__init__.pyi +29 -41
  90. bl_ui/space_graph/__init__.pyi +20 -22
  91. bl_ui/space_image/__init__.pyi +58 -80
  92. bl_ui/space_info/__init__.pyi +6 -6
  93. bl_ui/space_nla/__init__.pyi +17 -21
  94. bl_ui/space_node/__init__.pyi +28 -34
  95. bl_ui/space_outliner/__init__.pyi +14 -14
  96. bl_ui/space_properties/__init__.pyi +3 -3
  97. bl_ui/space_sequencer/__init__.pyi +307 -124
  98. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  99. bl_ui/space_statusbar/__init__.pyi +1 -1
  100. bl_ui/space_text/__init__.pyi +16 -16
  101. bl_ui/space_time/__init__.pyi +7 -11
  102. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  103. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
  104. bl_ui/space_topbar/__init__.pyi +26 -26
  105. bl_ui/space_userpref/__init__.pyi +90 -142
  106. bl_ui/space_view3d/__init__.pyi +269 -291
  107. bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
  108. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  109. bmesh/types/__init__.pyi +2 -2
  110. bpy/ops/extensions/__init__.pyi +18 -0
  111. bpy/types/__init__.pyi +859 -1031
  112. bpy_types/__init__.pyi +13 -6567
  113. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/METADATA +1 -1
  114. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/RECORD +118 -118
  115. freestyle/utils/__init__.pyi +1 -1
  116. keyingsets_builtins/__init__.pyi +22 -23
  117. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/WHEEL +0 -0
  118. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/top_level.txt +0 -0
@@ -31,7 +31,7 @@ class MeshButtonsPanel:
31
31
  """
32
32
  ...
33
33
 
34
- class MESH_MT_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI):
34
+ class MESH_MT_attribute_context_menu(bpy_types._GenericUI):
35
35
  bl_label: typing.Any
36
36
  bl_rna: typing.Any
37
37
  id_data: typing.Any
@@ -301,7 +301,7 @@ class MESH_MT_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI):
301
301
  """
302
302
  ...
303
303
 
304
- class MESH_MT_color_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI):
304
+ class MESH_MT_color_attribute_context_menu(bpy_types._GenericUI):
305
305
  bl_label: typing.Any
306
306
  bl_rna: typing.Any
307
307
  id_data: typing.Any
@@ -571,7 +571,7 @@ class MESH_MT_color_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI)
571
571
  """
572
572
  ...
573
573
 
574
- class MESH_MT_shape_key_context_menu(bpy_types.Menu, bpy_types._GenericUI):
574
+ class MESH_MT_shape_key_context_menu(bpy_types._GenericUI):
575
575
  bl_label: typing.Any
576
576
  bl_rna: typing.Any
577
577
  id_data: typing.Any
@@ -841,7 +841,7 @@ class MESH_MT_shape_key_context_menu(bpy_types.Menu, bpy_types._GenericUI):
841
841
  """
842
842
  ...
843
843
 
844
- class MESH_MT_vertex_group_context_menu(bpy_types.Menu, bpy_types._GenericUI):
844
+ class MESH_MT_vertex_group_context_menu(bpy_types._GenericUI):
845
845
  bl_label: typing.Any
846
846
  bl_rna: typing.Any
847
847
  id_data: typing.Any
@@ -1111,7 +1111,7 @@ class MESH_MT_vertex_group_context_menu(bpy_types.Menu, bpy_types._GenericUI):
1111
1111
  """
1112
1112
  ...
1113
1113
 
1114
- class MESH_UL_attributes(bpy_types.UIList, bpy_types._GenericUI):
1114
+ class MESH_UL_attributes(bpy_types._GenericUI):
1115
1115
  bl_rna: typing.Any
1116
1116
  display_domain_names: typing.Any
1117
1117
  id_data: typing.Any
@@ -1353,7 +1353,7 @@ class MESH_UL_attributes(bpy_types.UIList, bpy_types._GenericUI):
1353
1353
  """
1354
1354
  ...
1355
1355
 
1356
- class MESH_UL_shape_keys(bpy_types.UIList, bpy_types._GenericUI):
1356
+ class MESH_UL_shape_keys(bpy_types._GenericUI):
1357
1357
  bl_rna: typing.Any
1358
1358
  id_data: typing.Any
1359
1359
 
@@ -1577,7 +1577,7 @@ class MESH_UL_shape_keys(bpy_types.UIList, bpy_types._GenericUI):
1577
1577
  """
1578
1578
  ...
1579
1579
 
1580
- class MESH_UL_uvmaps(bpy_types.UIList, bpy_types._GenericUI):
1580
+ class MESH_UL_uvmaps(bpy_types._GenericUI):
1581
1581
  bl_rna: typing.Any
1582
1582
  id_data: typing.Any
1583
1583
 
@@ -1809,7 +1809,7 @@ class MESH_UL_uvmaps(bpy_types.UIList, bpy_types._GenericUI):
1809
1809
  """
1810
1810
  ...
1811
1811
 
1812
- class MESH_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
1812
+ class MESH_UL_vgroups(bpy_types._GenericUI):
1813
1813
  bl_rna: typing.Any
1814
1814
  id_data: typing.Any
1815
1815
 
@@ -2041,9 +2041,7 @@ class MESH_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
2041
2041
  """
2042
2042
  ...
2043
2043
 
2044
- class MESH_UL_color_attributes(
2045
- bpy_types._GenericUI, bpy_types.UIList, ColorAttributesListBase
2046
- ):
2044
+ class MESH_UL_color_attributes(bpy_types._GenericUI, ColorAttributesListBase):
2047
2045
  bl_rna: typing.Any
2048
2046
  display_domain_names: typing.Any
2049
2047
  id_data: typing.Any
@@ -2285,9 +2283,7 @@ class MESH_UL_color_attributes(
2285
2283
  """
2286
2284
  ...
2287
2285
 
2288
- class MESH_UL_color_attributes_selector(
2289
- bpy_types._GenericUI, bpy_types.UIList, ColorAttributesListBase
2290
- ):
2286
+ class MESH_UL_color_attributes_selector(bpy_types._GenericUI, ColorAttributesListBase):
2291
2287
  bl_rna: typing.Any
2292
2288
  display_domain_names: typing.Any
2293
2289
  id_data: typing.Any
@@ -2529,7 +2525,7 @@ class MESH_UL_color_attributes_selector(
2529
2525
  """
2530
2526
  ...
2531
2527
 
2532
- class DATA_PT_context_mesh(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
2528
+ class DATA_PT_context_mesh(MeshButtonsPanel, bpy_types._GenericUI):
2533
2529
  COMPAT_ENGINES: typing.Any
2534
2530
  bl_context: typing.Any
2535
2531
  bl_label: typing.Any
@@ -2758,7 +2754,7 @@ class DATA_PT_context_mesh(bpy_types.Panel, MeshButtonsPanel, bpy_types._Generic
2758
2754
  ...
2759
2755
 
2760
2756
  class DATA_PT_custom_props_mesh(
2761
- bpy_types.Panel, MeshButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
2757
+ MeshButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
2762
2758
  ):
2763
2759
  """The subclass should have its own poll function
2764
2760
  and the variable '_context_path' MUST be set.
@@ -2992,7 +2988,7 @@ class DATA_PT_custom_props_mesh(
2992
2988
  """
2993
2989
  ...
2994
2990
 
2995
- class DATA_PT_customdata(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
2991
+ class DATA_PT_customdata(MeshButtonsPanel, bpy_types._GenericUI):
2996
2992
  COMPAT_ENGINES: typing.Any
2997
2993
  bl_context: typing.Any
2998
2994
  bl_label: typing.Any
@@ -3220,7 +3216,7 @@ class DATA_PT_customdata(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI
3220
3216
  """
3221
3217
  ...
3222
3218
 
3223
- class DATA_PT_mesh_attributes(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
3219
+ class DATA_PT_mesh_attributes(MeshButtonsPanel, bpy_types._GenericUI):
3224
3220
  COMPAT_ENGINES: typing.Any
3225
3221
  bl_context: typing.Any
3226
3222
  bl_label: typing.Any
@@ -3448,7 +3444,7 @@ class DATA_PT_mesh_attributes(bpy_types.Panel, MeshButtonsPanel, bpy_types._Gene
3448
3444
  """
3449
3445
  ...
3450
3446
 
3451
- class DATA_PT_remesh(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
3447
+ class DATA_PT_remesh(MeshButtonsPanel, bpy_types._GenericUI):
3452
3448
  COMPAT_ENGINES: typing.Any
3453
3449
  bl_context: typing.Any
3454
3450
  bl_label: typing.Any
@@ -3676,7 +3672,7 @@ class DATA_PT_remesh(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
3676
3672
  """
3677
3673
  ...
3678
3674
 
3679
- class DATA_PT_shape_keys(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
3675
+ class DATA_PT_shape_keys(MeshButtonsPanel, bpy_types._GenericUI):
3680
3676
  COMPAT_ENGINES: typing.Any
3681
3677
  bl_context: typing.Any
3682
3678
  bl_label: typing.Any
@@ -3903,7 +3899,7 @@ class DATA_PT_shape_keys(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI
3903
3899
  """
3904
3900
  ...
3905
3901
 
3906
- class DATA_PT_texture_space(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
3902
+ class DATA_PT_texture_space(MeshButtonsPanel, bpy_types._GenericUI):
3907
3903
  COMPAT_ENGINES: typing.Any
3908
3904
  bl_context: typing.Any
3909
3905
  bl_label: typing.Any
@@ -4131,7 +4127,7 @@ class DATA_PT_texture_space(bpy_types.Panel, MeshButtonsPanel, bpy_types._Generi
4131
4127
  """
4132
4128
  ...
4133
4129
 
4134
- class DATA_PT_uv_texture(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
4130
+ class DATA_PT_uv_texture(MeshButtonsPanel, bpy_types._GenericUI):
4135
4131
  COMPAT_ENGINES: typing.Any
4136
4132
  bl_context: typing.Any
4137
4133
  bl_label: typing.Any
@@ -4359,7 +4355,7 @@ class DATA_PT_uv_texture(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI
4359
4355
  """
4360
4356
  ...
4361
4357
 
4362
- class DATA_PT_vertex_groups(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
4358
+ class DATA_PT_vertex_groups(MeshButtonsPanel, bpy_types._GenericUI):
4363
4359
  COMPAT_ENGINES: typing.Any
4364
4360
  bl_context: typing.Any
4365
4361
  bl_label: typing.Any
@@ -4587,7 +4583,7 @@ class DATA_PT_vertex_groups(bpy_types.Panel, MeshButtonsPanel, bpy_types._Generi
4587
4583
  ...
4588
4584
 
4589
4585
  class DATA_PT_vertex_colors(
4590
- bpy_types.Panel, DATA_PT_mesh_attributes, MeshButtonsPanel, bpy_types._GenericUI
4586
+ DATA_PT_mesh_attributes, MeshButtonsPanel, bpy_types._GenericUI
4591
4587
  ):
4592
4588
  COMPAT_ENGINES: typing.Any
4593
4589
  bl_context: typing.Any
@@ -19,7 +19,7 @@ class DataButtonsPanel:
19
19
  """
20
20
  ...
21
21
 
22
- class DATA_PT_context_metaball(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
22
+ class DATA_PT_context_metaball(DataButtonsPanel, bpy_types._GenericUI):
23
23
  bl_context: typing.Any
24
24
  bl_label: typing.Any
25
25
  bl_options: typing.Any
@@ -247,7 +247,7 @@ class DATA_PT_context_metaball(bpy_types.Panel, DataButtonsPanel, bpy_types._Gen
247
247
  ...
248
248
 
249
249
  class DATA_PT_custom_props_metaball(
250
- bpy_types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
250
+ DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
251
251
  ):
252
252
  """The subclass should have its own poll function
253
253
  and the variable '_context_path' MUST be set.
@@ -481,9 +481,7 @@ class DATA_PT_custom_props_metaball(
481
481
  """
482
482
  ...
483
483
 
484
- class DATA_PT_mball_texture_space(
485
- bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
486
- ):
484
+ class DATA_PT_mball_texture_space(DataButtonsPanel, bpy_types._GenericUI):
487
485
  COMPAT_ENGINES: typing.Any
488
486
  bl_context: typing.Any
489
487
  bl_label: typing.Any
@@ -711,7 +709,7 @@ class DATA_PT_mball_texture_space(
711
709
  """
712
710
  ...
713
711
 
714
- class DATA_PT_metaball(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
712
+ class DATA_PT_metaball(DataButtonsPanel, bpy_types._GenericUI):
715
713
  bl_context: typing.Any
716
714
  bl_label: typing.Any
717
715
  bl_region_type: typing.Any
@@ -937,7 +935,7 @@ class DATA_PT_metaball(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
937
935
  """
938
936
  ...
939
937
 
940
- class DATA_PT_metaball_element(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
938
+ class DATA_PT_metaball_element(DataButtonsPanel, bpy_types._GenericUI):
941
939
  bl_context: typing.Any
942
940
  bl_label: typing.Any
943
941
  bl_region_type: 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 AddModifierMenu(bpy_types.Operator):
9
+ class AddModifierMenu:
10
10
  bl_idname: typing.Any
11
11
  bl_label: typing.Any
12
12
  bl_rna: typing.Any
@@ -237,9 +237,7 @@ class ModifierAddMenu:
237
237
  """
238
238
  ...
239
239
 
240
- class DATA_PT_gpencil_modifiers(
241
- bpy_types.Panel, ModifierButtonsPanel, bpy_types._GenericUI
242
- ):
240
+ class DATA_PT_gpencil_modifiers(ModifierButtonsPanel, bpy_types._GenericUI):
243
241
  bl_context: typing.Any
244
242
  bl_label: typing.Any
245
243
  bl_options: typing.Any
@@ -466,7 +464,7 @@ class DATA_PT_gpencil_modifiers(
466
464
  """
467
465
  ...
468
466
 
469
- class DATA_PT_modifiers(bpy_types.Panel, ModifierButtonsPanel, bpy_types._GenericUI):
467
+ class DATA_PT_modifiers(ModifierButtonsPanel, bpy_types._GenericUI):
470
468
  bl_context: typing.Any
471
469
  bl_label: typing.Any
472
470
  bl_options: typing.Any
@@ -693,7 +691,7 @@ class DATA_PT_modifiers(bpy_types.Panel, ModifierButtonsPanel, bpy_types._Generi
693
691
  """
694
692
  ...
695
693
 
696
- class OBJECT_MT_modifier_add(bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI):
694
+ class OBJECT_MT_modifier_add(ModifierAddMenu, bpy_types._GenericUI):
697
695
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
698
696
  MODIFIER_TYPES_TO_ICONS: typing.Any
699
697
  MODIFIER_TYPES_TO_LABELS: typing.Any
@@ -975,9 +973,7 @@ class OBJECT_MT_modifier_add(bpy_types.Menu, ModifierAddMenu, bpy_types._Generic
975
973
  """
976
974
  ...
977
975
 
978
- class OBJECT_MT_modifier_add_color(
979
- bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
980
- ):
976
+ class OBJECT_MT_modifier_add_color(ModifierAddMenu, bpy_types._GenericUI):
981
977
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
982
978
  MODIFIER_TYPES_TO_ICONS: typing.Any
983
979
  MODIFIER_TYPES_TO_LABELS: typing.Any
@@ -1259,9 +1255,7 @@ class OBJECT_MT_modifier_add_color(
1259
1255
  """
1260
1256
  ...
1261
1257
 
1262
- class OBJECT_MT_modifier_add_deform(
1263
- bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
1264
- ):
1258
+ class OBJECT_MT_modifier_add_deform(ModifierAddMenu, bpy_types._GenericUI):
1265
1259
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
1266
1260
  MODIFIER_TYPES_TO_ICONS: typing.Any
1267
1261
  MODIFIER_TYPES_TO_LABELS: typing.Any
@@ -1543,9 +1537,7 @@ class OBJECT_MT_modifier_add_deform(
1543
1537
  """
1544
1538
  ...
1545
1539
 
1546
- class OBJECT_MT_modifier_add_edit(
1547
- bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
1548
- ):
1540
+ class OBJECT_MT_modifier_add_edit(ModifierAddMenu, bpy_types._GenericUI):
1549
1541
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
1550
1542
  MODIFIER_TYPES_TO_ICONS: typing.Any
1551
1543
  MODIFIER_TYPES_TO_LABELS: typing.Any
@@ -1827,9 +1819,7 @@ class OBJECT_MT_modifier_add_edit(
1827
1819
  """
1828
1820
  ...
1829
1821
 
1830
- class OBJECT_MT_modifier_add_generate(
1831
- bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
1832
- ):
1822
+ class OBJECT_MT_modifier_add_generate(ModifierAddMenu, bpy_types._GenericUI):
1833
1823
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
1834
1824
  MODIFIER_TYPES_TO_ICONS: typing.Any
1835
1825
  MODIFIER_TYPES_TO_LABELS: typing.Any
@@ -2111,9 +2101,7 @@ class OBJECT_MT_modifier_add_generate(
2111
2101
  """
2112
2102
  ...
2113
2103
 
2114
- class OBJECT_MT_modifier_add_normals(
2115
- bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
2116
- ):
2104
+ class OBJECT_MT_modifier_add_normals(ModifierAddMenu, bpy_types._GenericUI):
2117
2105
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
2118
2106
  MODIFIER_TYPES_TO_ICONS: typing.Any
2119
2107
  MODIFIER_TYPES_TO_LABELS: typing.Any
@@ -2395,9 +2383,7 @@ class OBJECT_MT_modifier_add_normals(
2395
2383
  """
2396
2384
  ...
2397
2385
 
2398
- class OBJECT_MT_modifier_add_physics(
2399
- bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
2400
- ):
2386
+ class OBJECT_MT_modifier_add_physics(ModifierAddMenu, bpy_types._GenericUI):
2401
2387
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
2402
2388
  MODIFIER_TYPES_TO_ICONS: typing.Any
2403
2389
  MODIFIER_TYPES_TO_LABELS: typing.Any
@@ -19,7 +19,7 @@ class DataButtonsPanel:
19
19
  """
20
20
  ...
21
21
 
22
- class POINTCLOUD_MT_add_attribute(bpy_types.Menu, bpy_types._GenericUI):
22
+ class POINTCLOUD_MT_add_attribute(bpy_types._GenericUI):
23
23
  bl_label: typing.Any
24
24
  bl_rna: typing.Any
25
25
  id_data: typing.Any
@@ -300,7 +300,7 @@ class POINTCLOUD_MT_add_attribute(bpy_types.Menu, bpy_types._GenericUI):
300
300
  """
301
301
  ...
302
302
 
303
- class POINTCLOUD_UL_attributes(bpy_types.UIList, bpy_types._GenericUI):
303
+ class POINTCLOUD_UL_attributes(bpy_types._GenericUI):
304
304
  bl_rna: typing.Any
305
305
  id_data: typing.Any
306
306
 
@@ -541,9 +541,7 @@ class POINTCLOUD_UL_attributes(bpy_types.UIList, bpy_types._GenericUI):
541
541
  """
542
542
  ...
543
543
 
544
- class DATA_PT_context_pointcloud(
545
- bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
546
- ):
544
+ class DATA_PT_context_pointcloud(DataButtonsPanel, bpy_types._GenericUI):
547
545
  COMPAT_ENGINES: typing.Any
548
546
  bl_context: typing.Any
549
547
  bl_label: typing.Any
@@ -772,7 +770,7 @@ class DATA_PT_context_pointcloud(
772
770
  ...
773
771
 
774
772
  class DATA_PT_custom_props_pointcloud(
775
- bpy_types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
773
+ DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
776
774
  ):
777
775
  """The subclass should have its own poll function
778
776
  and the variable '_context_path' MUST be set.
@@ -1006,9 +1004,7 @@ class DATA_PT_custom_props_pointcloud(
1006
1004
  """
1007
1005
  ...
1008
1006
 
1009
- class DATA_PT_pointcloud_attributes(
1010
- bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
1011
- ):
1007
+ class DATA_PT_pointcloud_attributes(DataButtonsPanel, bpy_types._GenericUI):
1012
1008
  COMPAT_ENGINES: typing.Any
1013
1009
  bl_context: typing.Any
1014
1010
  bl_label: typing.Any
@@ -11,7 +11,7 @@ class ShaderFxButtonsPanel:
11
11
  bl_region_type: typing.Any
12
12
  bl_space_type: typing.Any
13
13
 
14
- class DATA_PT_shader_fx(bpy_types.Panel, ShaderFxButtonsPanel, bpy_types._GenericUI):
14
+ class DATA_PT_shader_fx(ShaderFxButtonsPanel, bpy_types._GenericUI):
15
15
  bl_context: typing.Any
16
16
  bl_label: typing.Any
17
17
  bl_options: typing.Any
@@ -19,7 +19,7 @@ class DataButtonsPanel:
19
19
  """
20
20
  ...
21
21
 
22
- class DATA_PT_cone(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
22
+ class DATA_PT_cone(DataButtonsPanel, bpy_types._GenericUI):
23
23
  COMPAT_ENGINES: typing.Any
24
24
  bl_context: typing.Any
25
25
  bl_label: typing.Any
@@ -247,7 +247,7 @@ class DATA_PT_cone(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
247
247
  """
248
248
  ...
249
249
 
250
- class DATA_PT_context_speaker(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
250
+ class DATA_PT_context_speaker(DataButtonsPanel, bpy_types._GenericUI):
251
251
  COMPAT_ENGINES: typing.Any
252
252
  bl_context: typing.Any
253
253
  bl_label: typing.Any
@@ -476,7 +476,7 @@ class DATA_PT_context_speaker(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
476
476
  ...
477
477
 
478
478
  class DATA_PT_custom_props_speaker(
479
- bpy_types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
479
+ DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
480
480
  ):
481
481
  """The subclass should have its own poll function
482
482
  and the variable '_context_path' MUST be set.
@@ -710,7 +710,7 @@ class DATA_PT_custom_props_speaker(
710
710
  """
711
711
  ...
712
712
 
713
- class DATA_PT_distance(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
713
+ class DATA_PT_distance(DataButtonsPanel, bpy_types._GenericUI):
714
714
  COMPAT_ENGINES: typing.Any
715
715
  bl_context: typing.Any
716
716
  bl_label: typing.Any
@@ -938,7 +938,7 @@ class DATA_PT_distance(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
938
938
  """
939
939
  ...
940
940
 
941
- class DATA_PT_speaker(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
941
+ class DATA_PT_speaker(DataButtonsPanel, bpy_types._GenericUI):
942
942
  COMPAT_ENGINES: typing.Any
943
943
  bl_context: typing.Any
944
944
  bl_label: typing.Any
@@ -19,7 +19,7 @@ class DataButtonsPanel:
19
19
  """
20
20
  ...
21
21
 
22
- class VOLUME_UL_grids(bpy_types.UIList, bpy_types._GenericUI):
22
+ class VOLUME_UL_grids(bpy_types._GenericUI):
23
23
  bl_rna: typing.Any
24
24
  id_data: typing.Any
25
25
 
@@ -251,7 +251,7 @@ class VOLUME_UL_grids(bpy_types.UIList, bpy_types._GenericUI):
251
251
  """
252
252
  ...
253
253
 
254
- class DATA_PT_context_volume(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
254
+ class DATA_PT_context_volume(DataButtonsPanel, bpy_types._GenericUI):
255
255
  COMPAT_ENGINES: typing.Any
256
256
  bl_context: typing.Any
257
257
  bl_label: typing.Any
@@ -480,7 +480,7 @@ class DATA_PT_context_volume(bpy_types.Panel, DataButtonsPanel, bpy_types._Gener
480
480
  ...
481
481
 
482
482
  class DATA_PT_custom_props_volume(
483
- bpy_types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
483
+ DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
484
484
  ):
485
485
  """The subclass should have its own poll function
486
486
  and the variable '_context_path' MUST be set.
@@ -714,7 +714,7 @@ class DATA_PT_custom_props_volume(
714
714
  """
715
715
  ...
716
716
 
717
- class DATA_PT_volume_file(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
717
+ class DATA_PT_volume_file(DataButtonsPanel, bpy_types._GenericUI):
718
718
  COMPAT_ENGINES: typing.Any
719
719
  bl_context: typing.Any
720
720
  bl_label: typing.Any
@@ -941,7 +941,7 @@ class DATA_PT_volume_file(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericU
941
941
  """
942
942
  ...
943
943
 
944
- class DATA_PT_volume_grids(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
944
+ class DATA_PT_volume_grids(DataButtonsPanel, bpy_types._GenericUI):
945
945
  COMPAT_ENGINES: typing.Any
946
946
  bl_context: typing.Any
947
947
  bl_label: typing.Any
@@ -1168,7 +1168,7 @@ class DATA_PT_volume_grids(bpy_types.Panel, DataButtonsPanel, bpy_types._Generic
1168
1168
  """
1169
1169
  ...
1170
1170
 
1171
- class DATA_PT_volume_render(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
1171
+ class DATA_PT_volume_render(DataButtonsPanel, bpy_types._GenericUI):
1172
1172
  COMPAT_ENGINES: typing.Any
1173
1173
  bl_context: typing.Any
1174
1174
  bl_label: typing.Any
@@ -1395,9 +1395,7 @@ class DATA_PT_volume_render(bpy_types.Panel, DataButtonsPanel, bpy_types._Generi
1395
1395
  """
1396
1396
  ...
1397
1397
 
1398
- class DATA_PT_volume_viewport_display(
1399
- bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
1400
- ):
1398
+ class DATA_PT_volume_viewport_display(DataButtonsPanel, bpy_types._GenericUI):
1401
1399
  COMPAT_ENGINES: typing.Any
1402
1400
  bl_context: typing.Any
1403
1401
  bl_label: typing.Any
@@ -1624,9 +1622,7 @@ class DATA_PT_volume_viewport_display(
1624
1622
  """
1625
1623
  ...
1626
1624
 
1627
- class DATA_PT_volume_viewport_display_slicing(
1628
- bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
1629
- ):
1625
+ class DATA_PT_volume_viewport_display_slicing(DataButtonsPanel, bpy_types._GenericUI):
1630
1626
  COMPAT_ENGINES: typing.Any
1631
1627
  bl_context: typing.Any
1632
1628
  bl_label: typing.Any