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
@@ -7,7 +7,7 @@ import rna_prop_ui
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class TEXTURE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
10
+ class TEXTURE_MT_context_menu(bpy_types._GenericUI):
11
11
  COMPAT_ENGINES: typing.Any
12
12
  bl_label: typing.Any
13
13
  bl_rna: typing.Any
@@ -291,7 +291,7 @@ class TextureColorsPoll:
291
291
  """
292
292
  ...
293
293
 
294
- class TEXTURE_UL_texslots(bpy_types.UIList, bpy_types._GenericUI):
294
+ class TEXTURE_UL_texslots(bpy_types._GenericUI):
295
295
  bl_rna: typing.Any
296
296
  id_data: typing.Any
297
297
 
@@ -523,7 +523,7 @@ class TEXTURE_UL_texslots(bpy_types.UIList, bpy_types._GenericUI):
523
523
  """
524
524
  ...
525
525
 
526
- class TEXTURE_PT_context(bpy_types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
526
+ class TEXTURE_PT_context(TextureButtonsPanel, bpy_types._GenericUI):
527
527
  COMPAT_ENGINES: typing.Any
528
528
  bl_context: typing.Any
529
529
  bl_label: typing.Any
@@ -745,10 +745,7 @@ class TEXTURE_PT_context(bpy_types.Panel, TextureButtonsPanel, bpy_types._Generi
745
745
  ...
746
746
 
747
747
  class TEXTURE_PT_custom_props(
748
- bpy_types.Panel,
749
- TextureButtonsPanel,
750
- rna_prop_ui.PropertyPanel,
751
- bpy_types._GenericUI,
748
+ TextureButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
752
749
  ):
753
750
  """The subclass should have its own poll function
754
751
  and the variable '_context_path' MUST be set.
@@ -982,7 +979,7 @@ class TEXTURE_PT_custom_props(
982
979
  """
983
980
  ...
984
981
 
985
- class TEXTURE_PT_node(bpy_types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
982
+ class TEXTURE_PT_node(TextureButtonsPanel, bpy_types._GenericUI):
986
983
  COMPAT_ENGINES: typing.Any
987
984
  bl_context: typing.Any
988
985
  bl_label: typing.Any
@@ -1209,7 +1206,7 @@ class TEXTURE_PT_node(bpy_types.Panel, TextureButtonsPanel, bpy_types._GenericUI
1209
1206
  """
1210
1207
  ...
1211
1208
 
1212
- class TEXTURE_PT_preview(bpy_types.Panel, TextureButtonsPanel, bpy_types._GenericUI):
1209
+ class TEXTURE_PT_preview(TextureButtonsPanel, bpy_types._GenericUI):
1213
1210
  COMPAT_ENGINES: typing.Any
1214
1211
  bl_context: typing.Any
1215
1212
  bl_label: typing.Any
@@ -1461,9 +1458,7 @@ class TextureTypePanel(TextureButtonsPanel):
1461
1458
  """
1462
1459
  ...
1463
1460
 
1464
- class TEXTURE_PT_colors(
1465
- bpy_types.Panel, TextureButtonsPanel, TextureColorsPoll, bpy_types._GenericUI
1466
- ):
1461
+ class TEXTURE_PT_colors(TextureButtonsPanel, TextureColorsPoll, bpy_types._GenericUI):
1467
1462
  COMPAT_ENGINES: typing.Any
1468
1463
  bl_context: typing.Any
1469
1464
  bl_label: typing.Any
@@ -1692,7 +1687,7 @@ class TEXTURE_PT_colors(
1692
1687
  ...
1693
1688
 
1694
1689
  class TEXTURE_PT_colors_ramp(
1695
- bpy_types.Panel, TextureButtonsPanel, TextureColorsPoll, bpy_types._GenericUI
1690
+ TextureButtonsPanel, TextureColorsPoll, bpy_types._GenericUI
1696
1691
  ):
1697
1692
  COMPAT_ENGINES: typing.Any
1698
1693
  bl_context: typing.Any
@@ -1929,9 +1924,7 @@ class TEXTURE_PT_colors_ramp(
1929
1924
  """
1930
1925
  ...
1931
1926
 
1932
- class TEXTURE_PT_influence(
1933
- bpy_types.Panel, TextureSlotPanel, TextureButtonsPanel, bpy_types._GenericUI
1934
- ):
1927
+ class TEXTURE_PT_influence(TextureSlotPanel, TextureButtonsPanel, bpy_types._GenericUI):
1935
1928
  COMPAT_ENGINES: typing.Any
1936
1929
  bl_context: typing.Any
1937
1930
  bl_label: typing.Any
@@ -2159,9 +2152,7 @@ class TEXTURE_PT_influence(
2159
2152
  """
2160
2153
  ...
2161
2154
 
2162
- class TEXTURE_PT_mapping(
2163
- bpy_types.Panel, TextureSlotPanel, TextureButtonsPanel, bpy_types._GenericUI
2164
- ):
2155
+ class TEXTURE_PT_mapping(TextureSlotPanel, TextureButtonsPanel, bpy_types._GenericUI):
2165
2156
  COMPAT_ENGINES: typing.Any
2166
2157
  bl_context: typing.Any
2167
2158
  bl_label: typing.Any
@@ -2388,9 +2379,7 @@ class TEXTURE_PT_mapping(
2388
2379
  """
2389
2380
  ...
2390
2381
 
2391
- class TEXTURE_PT_blend(
2392
- bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
2393
- ):
2382
+ class TEXTURE_PT_blend(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
2394
2383
  COMPAT_ENGINES: typing.Any
2395
2384
  bl_context: typing.Any
2396
2385
  bl_label: typing.Any
@@ -2618,9 +2607,7 @@ class TEXTURE_PT_blend(
2618
2607
  """
2619
2608
  ...
2620
2609
 
2621
- class TEXTURE_PT_clouds(
2622
- bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
2623
- ):
2610
+ class TEXTURE_PT_clouds(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
2624
2611
  COMPAT_ENGINES: typing.Any
2625
2612
  bl_context: typing.Any
2626
2613
  bl_label: typing.Any
@@ -2849,7 +2836,7 @@ class TEXTURE_PT_clouds(
2849
2836
  ...
2850
2837
 
2851
2838
  class TEXTURE_PT_distortednoise(
2852
- bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
2839
+ TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
2853
2840
  ):
2854
2841
  COMPAT_ENGINES: typing.Any
2855
2842
  bl_context: typing.Any
@@ -3078,9 +3065,7 @@ class TEXTURE_PT_distortednoise(
3078
3065
  """
3079
3066
  ...
3080
3067
 
3081
- class TEXTURE_PT_image(
3082
- bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
3083
- ):
3068
+ class TEXTURE_PT_image(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
3084
3069
  COMPAT_ENGINES: typing.Any
3085
3070
  bl_context: typing.Any
3086
3071
  bl_label: typing.Any
@@ -3309,7 +3294,7 @@ class TEXTURE_PT_image(
3309
3294
  ...
3310
3295
 
3311
3296
  class TEXTURE_PT_image_alpha(
3312
- bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
3297
+ TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
3313
3298
  ):
3314
3299
  COMPAT_ENGINES: typing.Any
3315
3300
  bl_context: typing.Any
@@ -3548,7 +3533,7 @@ class TEXTURE_PT_image_alpha(
3548
3533
  ...
3549
3534
 
3550
3535
  class TEXTURE_PT_image_mapping(
3551
- bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
3536
+ TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
3552
3537
  ):
3553
3538
  COMPAT_ENGINES: typing.Any
3554
3539
  bl_context: typing.Any
@@ -3780,7 +3765,7 @@ class TEXTURE_PT_image_mapping(
3780
3765
  ...
3781
3766
 
3782
3767
  class TEXTURE_PT_image_mapping_crop(
3783
- bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
3768
+ TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
3784
3769
  ):
3785
3770
  COMPAT_ENGINES: typing.Any
3786
3771
  bl_context: typing.Any
@@ -4012,7 +3997,7 @@ class TEXTURE_PT_image_mapping_crop(
4012
3997
  ...
4013
3998
 
4014
3999
  class TEXTURE_PT_image_sampling(
4015
- bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
4000
+ TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
4016
4001
  ):
4017
4002
  COMPAT_ENGINES: typing.Any
4018
4003
  bl_context: typing.Any
@@ -4244,7 +4229,7 @@ class TEXTURE_PT_image_sampling(
4244
4229
  ...
4245
4230
 
4246
4231
  class TEXTURE_PT_image_settings(
4247
- bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
4232
+ TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
4248
4233
  ):
4249
4234
  COMPAT_ENGINES: typing.Any
4250
4235
  bl_context: typing.Any
@@ -4474,9 +4459,7 @@ class TEXTURE_PT_image_settings(
4474
4459
  """
4475
4460
  ...
4476
4461
 
4477
- class TEXTURE_PT_magic(
4478
- bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
4479
- ):
4462
+ class TEXTURE_PT_magic(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
4480
4463
  COMPAT_ENGINES: typing.Any
4481
4464
  bl_context: typing.Any
4482
4465
  bl_label: typing.Any
@@ -4704,9 +4687,7 @@ class TEXTURE_PT_magic(
4704
4687
  """
4705
4688
  ...
4706
4689
 
4707
- class TEXTURE_PT_marble(
4708
- bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
4709
- ):
4690
+ class TEXTURE_PT_marble(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
4710
4691
  COMPAT_ENGINES: typing.Any
4711
4692
  bl_context: typing.Any
4712
4693
  bl_label: typing.Any
@@ -4934,9 +4915,7 @@ class TEXTURE_PT_marble(
4934
4915
  """
4935
4916
  ...
4936
4917
 
4937
- class TEXTURE_PT_musgrave(
4938
- bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
4939
- ):
4918
+ class TEXTURE_PT_musgrave(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
4940
4919
  COMPAT_ENGINES: typing.Any
4941
4920
  bl_context: typing.Any
4942
4921
  bl_label: typing.Any
@@ -5164,9 +5143,7 @@ class TEXTURE_PT_musgrave(
5164
5143
  """
5165
5144
  ...
5166
5145
 
5167
- class TEXTURE_PT_stucci(
5168
- bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
5169
- ):
5146
+ class TEXTURE_PT_stucci(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
5170
5147
  COMPAT_ENGINES: typing.Any
5171
5148
  bl_context: typing.Any
5172
5149
  bl_label: typing.Any
@@ -5394,9 +5371,7 @@ class TEXTURE_PT_stucci(
5394
5371
  """
5395
5372
  ...
5396
5373
 
5397
- class TEXTURE_PT_voronoi(
5398
- bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
5399
- ):
5374
+ class TEXTURE_PT_voronoi(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
5400
5375
  COMPAT_ENGINES: typing.Any
5401
5376
  bl_context: typing.Any
5402
5377
  bl_label: typing.Any
@@ -5625,7 +5600,7 @@ class TEXTURE_PT_voronoi(
5625
5600
  ...
5626
5601
 
5627
5602
  class TEXTURE_PT_voronoi_feature_weights(
5628
- bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
5603
+ TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
5629
5604
  ):
5630
5605
  COMPAT_ENGINES: typing.Any
5631
5606
  bl_context: typing.Any
@@ -5855,9 +5830,7 @@ class TEXTURE_PT_voronoi_feature_weights(
5855
5830
  """
5856
5831
  ...
5857
5832
 
5858
- class TEXTURE_PT_wood(
5859
- bpy_types.Panel, TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI
5860
- ):
5833
+ class TEXTURE_PT_wood(TextureTypePanel, TextureButtonsPanel, bpy_types._GenericUI):
5861
5834
  COMPAT_ENGINES: typing.Any
5862
5835
  bl_context: typing.Any
5863
5836
  bl_label: typing.Any
@@ -7,7 +7,7 @@ import rna_prop_ui
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class VIEWLAYER_MT_lightgroup_sync(bpy_types.Menu, bpy_types._GenericUI):
10
+ class VIEWLAYER_MT_lightgroup_sync(bpy_types._GenericUI):
11
11
  bl_label: typing.Any
12
12
  bl_rna: typing.Any
13
13
  id_data: typing.Any
@@ -289,9 +289,7 @@ class ViewLayerButtonsPanel:
289
289
  """
290
290
  ...
291
291
 
292
- class VIEWLAYER_PT_layer_custom_props(
293
- bpy_types.Panel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
294
- ):
292
+ class VIEWLAYER_PT_layer_custom_props(rna_prop_ui.PropertyPanel, bpy_types._GenericUI):
295
293
  """The subclass should have its own poll function
296
294
  and the variable '_context_path' MUST be set.
297
295
  """
@@ -523,7 +521,7 @@ class VIEWLAYER_PT_layer_custom_props(
523
521
  """
524
522
  ...
525
523
 
526
- class VIEWLAYER_UL_aov(bpy_types.UIList, bpy_types._GenericUI):
524
+ class VIEWLAYER_UL_aov(bpy_types._GenericUI):
527
525
  bl_rna: typing.Any
528
526
  id_data: typing.Any
529
527
 
@@ -746,9 +744,7 @@ class VIEWLAYER_UL_aov(bpy_types.UIList, bpy_types._GenericUI):
746
744
  """
747
745
  ...
748
746
 
749
- class VIEWLAYER_PT_eevee_layer_passes_data(
750
- bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
751
- ):
747
+ class VIEWLAYER_PT_eevee_layer_passes_data(ViewLayerButtonsPanel, bpy_types._GenericUI):
752
748
  COMPAT_ENGINES: typing.Any
753
749
  bl_context: typing.Any
754
750
  bl_label: typing.Any
@@ -977,7 +973,7 @@ class VIEWLAYER_PT_eevee_layer_passes_data(
977
973
  ...
978
974
 
979
975
  class VIEWLAYER_PT_eevee_layer_passes_effects(
980
- bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
976
+ ViewLayerButtonsPanel, bpy_types._GenericUI
981
977
  ):
982
978
  COMPAT_ENGINES: typing.Any
983
979
  bl_context: typing.Any
@@ -1207,7 +1203,7 @@ class VIEWLAYER_PT_eevee_layer_passes_effects(
1207
1203
  ...
1208
1204
 
1209
1205
  class VIEWLAYER_PT_eevee_layer_passes_light(
1210
- bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
1206
+ ViewLayerButtonsPanel, bpy_types._GenericUI
1211
1207
  ):
1212
1208
  COMPAT_ENGINES: typing.Any
1213
1209
  bl_context: typing.Any
@@ -1437,7 +1433,7 @@ class VIEWLAYER_PT_eevee_layer_passes_light(
1437
1433
  ...
1438
1434
 
1439
1435
  class VIEWLAYER_PT_eevee_next_layer_passes_data(
1440
- bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
1436
+ ViewLayerButtonsPanel, bpy_types._GenericUI
1441
1437
  ):
1442
1438
  COMPAT_ENGINES: typing.Any
1443
1439
  bl_context: typing.Any
@@ -1667,7 +1663,7 @@ class VIEWLAYER_PT_eevee_next_layer_passes_data(
1667
1663
  ...
1668
1664
 
1669
1665
  class VIEWLAYER_PT_eevee_next_layer_passes_light(
1670
- bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
1666
+ ViewLayerButtonsPanel, bpy_types._GenericUI
1671
1667
  ):
1672
1668
  COMPAT_ENGINES: typing.Any
1673
1669
  bl_context: typing.Any
@@ -1896,7 +1892,7 @@ class VIEWLAYER_PT_eevee_next_layer_passes_light(
1896
1892
  """
1897
1893
  ...
1898
1894
 
1899
- class VIEWLAYER_PT_filter(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI):
1895
+ class VIEWLAYER_PT_filter(ViewLayerButtonsPanel, bpy_types._GenericUI):
1900
1896
  COMPAT_ENGINES: typing.Any
1901
1897
  bl_context: typing.Any
1902
1898
  bl_label: typing.Any
@@ -2124,7 +2120,7 @@ class VIEWLAYER_PT_filter(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._Gen
2124
2120
  """
2125
2121
  ...
2126
2122
 
2127
- class VIEWLAYER_PT_layer(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI):
2123
+ class VIEWLAYER_PT_layer(ViewLayerButtonsPanel, bpy_types._GenericUI):
2128
2124
  COMPAT_ENGINES: typing.Any
2129
2125
  bl_context: typing.Any
2130
2126
  bl_label: typing.Any
@@ -2351,9 +2347,7 @@ class VIEWLAYER_PT_layer(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._Gene
2351
2347
  """
2352
2348
  ...
2353
2349
 
2354
- class VIEWLAYER_PT_layer_passes(
2355
- bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
2356
- ):
2350
+ class VIEWLAYER_PT_layer_passes(ViewLayerButtonsPanel, bpy_types._GenericUI):
2357
2351
  COMPAT_ENGINES: typing.Any
2358
2352
  bl_context: typing.Any
2359
2353
  bl_label: typing.Any
@@ -2581,7 +2575,7 @@ class VIEWLAYER_PT_layer_passes(
2581
2575
  ...
2582
2576
 
2583
2577
  class VIEWLAYER_PT_workbench_layer_passes_data(
2584
- bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
2578
+ ViewLayerButtonsPanel, bpy_types._GenericUI
2585
2579
  ):
2586
2580
  COMPAT_ENGINES: typing.Any
2587
2581
  bl_context: typing.Any
@@ -2810,7 +2804,7 @@ class VIEWLAYER_PT_workbench_layer_passes_data(
2810
2804
  """
2811
2805
  ...
2812
2806
 
2813
- class ViewLayerAOVPanel(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI):
2807
+ class ViewLayerAOVPanel(ViewLayerButtonsPanel, bpy_types._GenericUI):
2814
2808
  bl_context: typing.Any
2815
2809
  bl_label: typing.Any
2816
2810
  bl_region_type: typing.Any
@@ -3036,9 +3030,7 @@ class ViewLayerAOVPanel(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._Gener
3036
3030
  """
3037
3031
  ...
3038
3032
 
3039
- class ViewLayerCryptomattePanel(
3040
- bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
3041
- ):
3033
+ class ViewLayerCryptomattePanel(ViewLayerButtonsPanel, bpy_types._GenericUI):
3042
3034
  bl_context: typing.Any
3043
3035
  bl_label: typing.Any
3044
3036
  bl_region_type: typing.Any
@@ -3264,9 +3256,7 @@ class ViewLayerCryptomattePanel(
3264
3256
  """
3265
3257
  ...
3266
3258
 
3267
- class ViewLayerLightgroupsPanel(
3268
- bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
3269
- ):
3259
+ class ViewLayerLightgroupsPanel(ViewLayerButtonsPanel, bpy_types._GenericUI):
3270
3260
  bl_context: typing.Any
3271
3261
  bl_label: typing.Any
3272
3262
  bl_region_type: typing.Any
@@ -3493,7 +3483,7 @@ class ViewLayerLightgroupsPanel(
3493
3483
  ...
3494
3484
 
3495
3485
  class VIEWLAYER_PT_layer_passes_aov(
3496
- bpy_types.Panel, ViewLayerAOVPanel, ViewLayerButtonsPanel, bpy_types._GenericUI
3486
+ ViewLayerAOVPanel, ViewLayerButtonsPanel, bpy_types._GenericUI
3497
3487
  ):
3498
3488
  COMPAT_ENGINES: typing.Any
3499
3489
  bl_context: typing.Any
@@ -3723,10 +3713,7 @@ class VIEWLAYER_PT_layer_passes_aov(
3723
3713
  ...
3724
3714
 
3725
3715
  class VIEWLAYER_PT_layer_passes_cryptomatte(
3726
- bpy_types.Panel,
3727
- ViewLayerCryptomattePanel,
3728
- ViewLayerButtonsPanel,
3729
- bpy_types._GenericUI,
3716
+ ViewLayerCryptomattePanel, ViewLayerButtonsPanel, bpy_types._GenericUI
3730
3717
  ):
3731
3718
  COMPAT_ENGINES: typing.Any
3732
3719
  bl_context: typing.Any
@@ -3956,10 +3943,7 @@ class VIEWLAYER_PT_layer_passes_cryptomatte(
3956
3943
  ...
3957
3944
 
3958
3945
  class VIEWLAYER_PT_layer_passes_lightgroups(
3959
- bpy_types.Panel,
3960
- ViewLayerLightgroupsPanel,
3961
- ViewLayerButtonsPanel,
3962
- bpy_types._GenericUI,
3946
+ ViewLayerLightgroupsPanel, ViewLayerButtonsPanel, bpy_types._GenericUI
3963
3947
  ):
3964
3948
  COMPAT_ENGINES: typing.Any
3965
3949
  bl_context: typing.Any
@@ -12,7 +12,7 @@ class WorkSpaceButtonsPanel:
12
12
  bl_region_type: typing.Any
13
13
  bl_space_type: typing.Any
14
14
 
15
- class WORKSPACE_UL_addons_items(bpy_types.UIList, bpy_types._GenericUI):
15
+ class WORKSPACE_UL_addons_items(bpy_types._GenericUI):
16
16
  bl_rna: typing.Any
17
17
  id_data: typing.Any
18
18
 
@@ -253,7 +253,7 @@ class WORKSPACE_UL_addons_items(bpy_types.UIList, bpy_types._GenericUI):
253
253
  """
254
254
  ...
255
255
 
256
- class WORKSPACE_PT_addons(bpy_types.Panel, WorkSpaceButtonsPanel, bpy_types._GenericUI):
256
+ class WORKSPACE_PT_addons(WorkSpaceButtonsPanel, bpy_types._GenericUI):
257
257
  addon_map: typing.Any
258
258
  bl_category: typing.Any
259
259
  bl_label: typing.Any
@@ -483,10 +483,7 @@ class WORKSPACE_PT_addons(bpy_types.Panel, WorkSpaceButtonsPanel, bpy_types._Gen
483
483
  ...
484
484
 
485
485
  class WORKSPACE_PT_custom_props(
486
- bpy_types.Panel,
487
- WorkSpaceButtonsPanel,
488
- rna_prop_ui.PropertyPanel,
489
- bpy_types._GenericUI,
486
+ WorkSpaceButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
490
487
  ):
491
488
  """The subclass should have its own poll function
492
489
  and the variable '_context_path' MUST be set.
@@ -720,7 +717,7 @@ class WORKSPACE_PT_custom_props(
720
717
  """
721
718
  ...
722
719
 
723
- class WORKSPACE_PT_main(bpy_types.Panel, WorkSpaceButtonsPanel, bpy_types._GenericUI):
720
+ class WORKSPACE_PT_main(WorkSpaceButtonsPanel, bpy_types._GenericUI):
724
721
  bl_category: typing.Any
725
722
  bl_label: typing.Any
726
723
  bl_options: typing.Any
@@ -19,9 +19,7 @@ class WorldButtonsPanel:
19
19
  """
20
20
  ...
21
21
 
22
- class EEVEE_WORLD_PT_lightprobe(
23
- bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI
24
- ):
22
+ class EEVEE_WORLD_PT_lightprobe(WorldButtonsPanel, bpy_types._GenericUI):
25
23
  COMPAT_ENGINES: typing.Any
26
24
  bl_context: typing.Any
27
25
  bl_label: typing.Any
@@ -249,7 +247,7 @@ class EEVEE_WORLD_PT_lightprobe(
249
247
  """
250
248
  ...
251
249
 
252
- class EEVEE_WORLD_PT_mist(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
250
+ class EEVEE_WORLD_PT_mist(WorldButtonsPanel, bpy_types._GenericUI):
253
251
  COMPAT_ENGINES: typing.Any
254
252
  bl_context: typing.Any
255
253
  bl_label: typing.Any
@@ -477,7 +475,7 @@ class EEVEE_WORLD_PT_mist(bpy_types.Panel, WorldButtonsPanel, bpy_types._Generic
477
475
  """
478
476
  ...
479
477
 
480
- class EEVEE_WORLD_PT_settings(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
478
+ class EEVEE_WORLD_PT_settings(WorldButtonsPanel, bpy_types._GenericUI):
481
479
  COMPAT_ENGINES: typing.Any
482
480
  bl_context: typing.Any
483
481
  bl_label: typing.Any
@@ -705,7 +703,7 @@ class EEVEE_WORLD_PT_settings(bpy_types.Panel, WorldButtonsPanel, bpy_types._Gen
705
703
  """
706
704
  ...
707
705
 
708
- class EEVEE_WORLD_PT_sun(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
706
+ class EEVEE_WORLD_PT_sun(WorldButtonsPanel, bpy_types._GenericUI):
709
707
  COMPAT_ENGINES: typing.Any
710
708
  bl_context: typing.Any
711
709
  bl_label: typing.Any
@@ -933,9 +931,7 @@ class EEVEE_WORLD_PT_sun(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericU
933
931
  """
934
932
  ...
935
933
 
936
- class EEVEE_WORLD_PT_sun_shadow(
937
- bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI
938
- ):
934
+ class EEVEE_WORLD_PT_sun_shadow(WorldButtonsPanel, bpy_types._GenericUI):
939
935
  COMPAT_ENGINES: typing.Any
940
936
  bl_context: typing.Any
941
937
  bl_label: typing.Any
@@ -1171,7 +1167,7 @@ class EEVEE_WORLD_PT_sun_shadow(
1171
1167
  """
1172
1168
  ...
1173
1169
 
1174
- class EEVEE_WORLD_PT_surface(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
1170
+ class EEVEE_WORLD_PT_surface(WorldButtonsPanel, bpy_types._GenericUI):
1175
1171
  COMPAT_ENGINES: typing.Any
1176
1172
  bl_context: typing.Any
1177
1173
  bl_label: typing.Any
@@ -1398,7 +1394,7 @@ class EEVEE_WORLD_PT_surface(bpy_types.Panel, WorldButtonsPanel, bpy_types._Gene
1398
1394
  """
1399
1395
  ...
1400
1396
 
1401
- class EEVEE_WORLD_PT_volume(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
1397
+ class EEVEE_WORLD_PT_volume(WorldButtonsPanel, bpy_types._GenericUI):
1402
1398
  COMPAT_ENGINES: typing.Any
1403
1399
  bl_context: typing.Any
1404
1400
  bl_label: typing.Any
@@ -1627,7 +1623,7 @@ class EEVEE_WORLD_PT_volume(bpy_types.Panel, WorldButtonsPanel, bpy_types._Gener
1627
1623
  """
1628
1624
  ...
1629
1625
 
1630
- class WORLD_PT_context_world(bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
1626
+ class WORLD_PT_context_world(WorldButtonsPanel, bpy_types._GenericUI):
1631
1627
  COMPAT_ENGINES: typing.Any
1632
1628
  bl_context: typing.Any
1633
1629
  bl_label: typing.Any
@@ -1856,7 +1852,7 @@ class WORLD_PT_context_world(bpy_types.Panel, WorldButtonsPanel, bpy_types._Gene
1856
1852
  ...
1857
1853
 
1858
1854
  class WORLD_PT_custom_props(
1859
- bpy_types.Panel, WorldButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
1855
+ WorldButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
1860
1856
  ):
1861
1857
  """The subclass should have its own poll function
1862
1858
  and the variable '_context_path' MUST be set.
@@ -2090,9 +2086,7 @@ class WORLD_PT_custom_props(
2090
2086
  """
2091
2087
  ...
2092
2088
 
2093
- class WORLD_PT_viewport_display(
2094
- bpy_types.Panel, WorldButtonsPanel, bpy_types._GenericUI
2095
- ):
2089
+ class WORLD_PT_viewport_display(WorldButtonsPanel, bpy_types._GenericUI):
2096
2090
  bl_context: typing.Any
2097
2091
  bl_label: typing.Any
2098
2092
  bl_options: typing.Any