fake-bpy-module 20240614__py3-none-any.whl → 20240616__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 (120) 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/app/__init__.pyi +2 -2
  111. bpy/ops/extensions/__init__.pyi +18 -0
  112. bpy/ops/wm/__init__.pyi +3 -0
  113. bpy/types/__init__.pyi +859 -1031
  114. bpy_types/__init__.pyi +13 -6567
  115. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/METADATA +1 -1
  116. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/RECORD +120 -120
  117. freestyle/utils/__init__.pyi +1 -1
  118. keyingsets_builtins/__init__.pyi +22 -23
  119. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/WHEEL +0 -0
  120. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/top_level.txt +0 -0
@@ -30,7 +30,7 @@ class RenderButtonsPanel:
30
30
  """
31
31
  ...
32
32
 
33
- class RENDER_PT_context(bpy_types.Panel, bpy_types._GenericUI):
33
+ class RENDER_PT_context(bpy_types._GenericUI):
34
34
  bl_context: typing.Any
35
35
  bl_label: typing.Any
36
36
  bl_options: typing.Any
@@ -258,7 +258,7 @@ class RENDER_PT_context(bpy_types.Panel, bpy_types._GenericUI):
258
258
  ...
259
259
 
260
260
  class RENDER_PT_eevee_next_raytracing_presets(
261
- bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
261
+ bl_ui.utils.PresetPanel, bpy_types._GenericUI
262
262
  ):
263
263
  bl_label: typing.Any
264
264
  bl_region_type: typing.Any
@@ -529,9 +529,7 @@ class RENDER_PT_eevee_next_raytracing_presets(
529
529
  """
530
530
  ...
531
531
 
532
- class RENDER_PT_color_management(
533
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
534
- ):
532
+ class RENDER_PT_color_management(RenderButtonsPanel, bpy_types._GenericUI):
535
533
  COMPAT_ENGINES: typing.Any
536
534
  bl_context: typing.Any
537
535
  bl_label: typing.Any
@@ -760,9 +758,7 @@ class RENDER_PT_color_management(
760
758
  """
761
759
  ...
762
760
 
763
- class RENDER_PT_color_management_curves(
764
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
765
- ):
761
+ class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy_types._GenericUI):
766
762
  COMPAT_ENGINES: typing.Any
767
763
  bl_context: typing.Any
768
764
  bl_label: typing.Any
@@ -999,7 +995,7 @@ class RENDER_PT_color_management_curves(
999
995
  ...
1000
996
 
1001
997
  class RENDER_PT_color_management_display_settings(
1002
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
998
+ RenderButtonsPanel, bpy_types._GenericUI
1003
999
  ):
1004
1000
  COMPAT_ENGINES: typing.Any
1005
1001
  bl_context: typing.Any
@@ -1229,9 +1225,7 @@ class RENDER_PT_color_management_display_settings(
1229
1225
  """
1230
1226
  ...
1231
1227
 
1232
- class RENDER_PT_eevee_ambient_occlusion(
1233
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1234
- ):
1228
+ class RENDER_PT_eevee_ambient_occlusion(RenderButtonsPanel, bpy_types._GenericUI):
1235
1229
  COMPAT_ENGINES: typing.Any
1236
1230
  bl_context: typing.Any
1237
1231
  bl_label: typing.Any
@@ -1466,7 +1460,7 @@ class RENDER_PT_eevee_ambient_occlusion(
1466
1460
  """
1467
1461
  ...
1468
1462
 
1469
- class RENDER_PT_eevee_bloom(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
1463
+ class RENDER_PT_eevee_bloom(RenderButtonsPanel, bpy_types._GenericUI):
1470
1464
  COMPAT_ENGINES: typing.Any
1471
1465
  bl_context: typing.Any
1472
1466
  bl_label: typing.Any
@@ -1701,9 +1695,7 @@ class RENDER_PT_eevee_bloom(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gene
1701
1695
  """
1702
1696
  ...
1703
1697
 
1704
- class RENDER_PT_eevee_depth_of_field(
1705
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1706
- ):
1698
+ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, bpy_types._GenericUI):
1707
1699
  COMPAT_ENGINES: typing.Any
1708
1700
  bl_context: typing.Any
1709
1701
  bl_label: typing.Any
@@ -1931,7 +1923,7 @@ class RENDER_PT_eevee_depth_of_field(
1931
1923
  """
1932
1924
  ...
1933
1925
 
1934
- class RENDER_PT_eevee_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
1926
+ class RENDER_PT_eevee_film(RenderButtonsPanel, bpy_types._GenericUI):
1935
1927
  COMPAT_ENGINES: typing.Any
1936
1928
  bl_context: typing.Any
1937
1929
  bl_label: typing.Any
@@ -2159,7 +2151,7 @@ class RENDER_PT_eevee_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gener
2159
2151
  """
2160
2152
  ...
2161
2153
 
2162
- class RENDER_PT_eevee_hair(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
2154
+ class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy_types._GenericUI):
2163
2155
  COMPAT_ENGINES: typing.Any
2164
2156
  bl_context: typing.Any
2165
2157
  bl_label: typing.Any
@@ -2387,9 +2379,7 @@ class RENDER_PT_eevee_hair(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gener
2387
2379
  """
2388
2380
  ...
2389
2381
 
2390
- class RENDER_PT_eevee_indirect_lighting(
2391
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2392
- ):
2382
+ class RENDER_PT_eevee_indirect_lighting(RenderButtonsPanel, bpy_types._GenericUI):
2393
2383
  COMPAT_ENGINES: typing.Any
2394
2384
  bl_context: typing.Any
2395
2385
  bl_label: typing.Any
@@ -2618,7 +2608,7 @@ class RENDER_PT_eevee_indirect_lighting(
2618
2608
  ...
2619
2609
 
2620
2610
  class RENDER_PT_eevee_indirect_lighting_display(
2621
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2611
+ RenderButtonsPanel, bpy_types._GenericUI
2622
2612
  ):
2623
2613
  COMPAT_ENGINES: typing.Any
2624
2614
  bl_context: typing.Any
@@ -2847,9 +2837,7 @@ class RENDER_PT_eevee_indirect_lighting_display(
2847
2837
  """
2848
2838
  ...
2849
2839
 
2850
- class RENDER_PT_eevee_motion_blur(
2851
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2852
- ):
2840
+ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy_types._GenericUI):
2853
2841
  COMPAT_ENGINES: typing.Any
2854
2842
  bl_context: typing.Any
2855
2843
  bl_label: typing.Any
@@ -3084,9 +3072,7 @@ class RENDER_PT_eevee_motion_blur(
3084
3072
  """
3085
3073
  ...
3086
3074
 
3087
- class RENDER_PT_eevee_next_clamping(
3088
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3089
- ):
3075
+ class RENDER_PT_eevee_next_clamping(RenderButtonsPanel, bpy_types._GenericUI):
3090
3076
  COMPAT_ENGINES: typing.Any
3091
3077
  bl_context: typing.Any
3092
3078
  bl_label: typing.Any
@@ -3314,9 +3300,7 @@ class RENDER_PT_eevee_next_clamping(
3314
3300
  """
3315
3301
  ...
3316
3302
 
3317
- class RENDER_PT_eevee_next_clamping_surface(
3318
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3319
- ):
3303
+ class RENDER_PT_eevee_next_clamping_surface(RenderButtonsPanel, bpy_types._GenericUI):
3320
3304
  COMPAT_ENGINES: typing.Any
3321
3305
  bl_context: typing.Any
3322
3306
  bl_label: typing.Any
@@ -3544,9 +3528,7 @@ class RENDER_PT_eevee_next_clamping_surface(
3544
3528
  """
3545
3529
  ...
3546
3530
 
3547
- class RENDER_PT_eevee_next_clamping_volume(
3548
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3549
- ):
3531
+ class RENDER_PT_eevee_next_clamping_volume(RenderButtonsPanel, bpy_types._GenericUI):
3550
3532
  COMPAT_ENGINES: typing.Any
3551
3533
  bl_context: typing.Any
3552
3534
  bl_label: typing.Any
@@ -3774,9 +3756,7 @@ class RENDER_PT_eevee_next_clamping_volume(
3774
3756
  """
3775
3757
  ...
3776
3758
 
3777
- class RENDER_PT_eevee_next_denoise(
3778
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3779
- ):
3759
+ class RENDER_PT_eevee_next_denoise(RenderButtonsPanel, bpy_types._GenericUI):
3780
3760
  COMPAT_ENGINES: typing.Any
3781
3761
  bl_context: typing.Any
3782
3762
  bl_label: typing.Any
@@ -4012,9 +3992,7 @@ class RENDER_PT_eevee_next_denoise(
4012
3992
  """
4013
3993
  ...
4014
3994
 
4015
- class RENDER_PT_eevee_next_depth_of_field(
4016
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4017
- ):
3995
+ class RENDER_PT_eevee_next_depth_of_field(RenderButtonsPanel, bpy_types._GenericUI):
4018
3996
  COMPAT_ENGINES: typing.Any
4019
3997
  bl_context: typing.Any
4020
3998
  bl_label: typing.Any
@@ -4242,9 +4220,7 @@ class RENDER_PT_eevee_next_depth_of_field(
4242
4220
  """
4243
4221
  ...
4244
4222
 
4245
- class RENDER_PT_eevee_next_film(
4246
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4247
- ):
4223
+ class RENDER_PT_eevee_next_film(RenderButtonsPanel, bpy_types._GenericUI):
4248
4224
  COMPAT_ENGINES: typing.Any
4249
4225
  bl_context: typing.Any
4250
4226
  bl_label: typing.Any
@@ -4472,9 +4448,7 @@ class RENDER_PT_eevee_next_film(
4472
4448
  """
4473
4449
  ...
4474
4450
 
4475
- class RENDER_PT_eevee_next_gi_approximation(
4476
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4477
- ):
4451
+ class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy_types._GenericUI):
4478
4452
  COMPAT_ENGINES: typing.Any
4479
4453
  bl_context: typing.Any
4480
4454
  bl_label: typing.Any
@@ -4703,9 +4677,7 @@ class RENDER_PT_eevee_next_gi_approximation(
4703
4677
  """
4704
4678
  ...
4705
4679
 
4706
- class RENDER_PT_eevee_next_motion_blur(
4707
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4708
- ):
4680
+ class RENDER_PT_eevee_next_motion_blur(RenderButtonsPanel, bpy_types._GenericUI):
4709
4681
  COMPAT_ENGINES: typing.Any
4710
4682
  bl_context: typing.Any
4711
4683
  bl_label: typing.Any
@@ -4940,9 +4912,7 @@ class RENDER_PT_eevee_next_motion_blur(
4940
4912
  """
4941
4913
  ...
4942
4914
 
4943
- class RENDER_PT_eevee_next_motion_blur_curve(
4944
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4945
- ):
4915
+ class RENDER_PT_eevee_next_motion_blur_curve(RenderButtonsPanel, bpy_types._GenericUI):
4946
4916
  COMPAT_ENGINES: typing.Any
4947
4917
  bl_context: typing.Any
4948
4918
  bl_label: typing.Any
@@ -5171,9 +5141,7 @@ class RENDER_PT_eevee_next_motion_blur_curve(
5171
5141
  """
5172
5142
  ...
5173
5143
 
5174
- class RENDER_PT_eevee_next_raytracing(
5175
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5176
- ):
5144
+ class RENDER_PT_eevee_next_raytracing(RenderButtonsPanel, bpy_types._GenericUI):
5177
5145
  COMPAT_ENGINES: typing.Any
5178
5146
  bl_context: typing.Any
5179
5147
  bl_label: typing.Any
@@ -5415,9 +5383,7 @@ class RENDER_PT_eevee_next_raytracing(
5415
5383
  """
5416
5384
  ...
5417
5385
 
5418
- class RENDER_PT_eevee_next_sampling(
5419
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5420
- ):
5386
+ class RENDER_PT_eevee_next_sampling(RenderButtonsPanel, bpy_types._GenericUI):
5421
5387
  COMPAT_ENGINES: typing.Any
5422
5388
  bl_context: typing.Any
5423
5389
  bl_label: typing.Any
@@ -5644,9 +5610,7 @@ class RENDER_PT_eevee_next_sampling(
5644
5610
  """
5645
5611
  ...
5646
5612
 
5647
- class RENDER_PT_eevee_next_sampling_advanced(
5648
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5649
- ):
5613
+ class RENDER_PT_eevee_next_sampling_advanced(RenderButtonsPanel, bpy_types._GenericUI):
5650
5614
  COMPAT_ENGINES: typing.Any
5651
5615
  bl_context: typing.Any
5652
5616
  bl_label: typing.Any
@@ -5875,9 +5839,7 @@ class RENDER_PT_eevee_next_sampling_advanced(
5875
5839
  """
5876
5840
  ...
5877
5841
 
5878
- class RENDER_PT_eevee_next_sampling_render(
5879
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5880
- ):
5842
+ class RENDER_PT_eevee_next_sampling_render(RenderButtonsPanel, bpy_types._GenericUI):
5881
5843
  COMPAT_ENGINES: typing.Any
5882
5844
  bl_context: typing.Any
5883
5845
  bl_label: typing.Any
@@ -6105,9 +6067,7 @@ class RENDER_PT_eevee_next_sampling_render(
6105
6067
  """
6106
6068
  ...
6107
6069
 
6108
- class RENDER_PT_eevee_next_sampling_shadows(
6109
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
6110
- ):
6070
+ class RENDER_PT_eevee_next_sampling_shadows(RenderButtonsPanel, bpy_types._GenericUI):
6111
6071
  COMPAT_ENGINES: typing.Any
6112
6072
  bl_context: typing.Any
6113
6073
  bl_label: typing.Any
@@ -6343,9 +6303,7 @@ class RENDER_PT_eevee_next_sampling_shadows(
6343
6303
  """
6344
6304
  ...
6345
6305
 
6346
- class RENDER_PT_eevee_next_sampling_viewport(
6347
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
6348
- ):
6306
+ class RENDER_PT_eevee_next_sampling_viewport(RenderButtonsPanel, bpy_types._GenericUI):
6349
6307
  COMPAT_ENGINES: typing.Any
6350
6308
  bl_context: typing.Any
6351
6309
  bl_label: typing.Any
@@ -6573,9 +6531,7 @@ class RENDER_PT_eevee_next_sampling_viewport(
6573
6531
  """
6574
6532
  ...
6575
6533
 
6576
- class RENDER_PT_eevee_next_screen_trace(
6577
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
6578
- ):
6534
+ class RENDER_PT_eevee_next_screen_trace(RenderButtonsPanel, bpy_types._GenericUI):
6579
6535
  COMPAT_ENGINES: typing.Any
6580
6536
  bl_context: typing.Any
6581
6537
  bl_label: typing.Any
@@ -6804,9 +6760,7 @@ class RENDER_PT_eevee_next_screen_trace(
6804
6760
  """
6805
6761
  ...
6806
6762
 
6807
- class RENDER_PT_eevee_next_volumes(
6808
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
6809
- ):
6763
+ class RENDER_PT_eevee_next_volumes(RenderButtonsPanel, bpy_types._GenericUI):
6810
6764
  COMPAT_ENGINES: typing.Any
6811
6765
  bl_context: typing.Any
6812
6766
  bl_label: typing.Any
@@ -7034,9 +6988,7 @@ class RENDER_PT_eevee_next_volumes(
7034
6988
  """
7035
6989
  ...
7036
6990
 
7037
- class RENDER_PT_eevee_next_volumes_range(
7038
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
7039
- ):
6991
+ class RENDER_PT_eevee_next_volumes_range(RenderButtonsPanel, bpy_types._GenericUI):
7040
6992
  COMPAT_ENGINES: typing.Any
7041
6993
  bl_context: typing.Any
7042
6994
  bl_label: typing.Any
@@ -7272,9 +7224,7 @@ class RENDER_PT_eevee_next_volumes_range(
7272
7224
  """
7273
7225
  ...
7274
7226
 
7275
- class RENDER_PT_eevee_performance(
7276
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
7277
- ):
7227
+ class RENDER_PT_eevee_performance(RenderButtonsPanel, bpy_types._GenericUI):
7278
7228
  COMPAT_ENGINES: typing.Any
7279
7229
  bl_context: typing.Any
7280
7230
  bl_label: typing.Any
@@ -7503,10 +7453,7 @@ class RENDER_PT_eevee_performance(
7503
7453
  ...
7504
7454
 
7505
7455
  class RENDER_PT_eevee_performance_compositor(
7506
- bpy_types.Panel,
7507
- RenderButtonsPanel,
7508
- CompositorPerformanceButtonsPanel,
7509
- bpy_types._GenericUI,
7456
+ RenderButtonsPanel, CompositorPerformanceButtonsPanel, bpy_types._GenericUI
7510
7457
  ):
7511
7458
  COMPAT_ENGINES: typing.Any
7512
7459
  bl_context: typing.Any
@@ -7736,9 +7683,7 @@ class RENDER_PT_eevee_performance_compositor(
7736
7683
  """
7737
7684
  ...
7738
7685
 
7739
- class RENDER_PT_eevee_performance_memory(
7740
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
7741
- ):
7686
+ class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, bpy_types._GenericUI):
7742
7687
  COMPAT_ENGINES: typing.Any
7743
7688
  bl_context: typing.Any
7744
7689
  bl_label: typing.Any
@@ -7967,9 +7912,7 @@ class RENDER_PT_eevee_performance_memory(
7967
7912
  """
7968
7913
  ...
7969
7914
 
7970
- class RENDER_PT_eevee_performance_viewport(
7971
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
7972
- ):
7915
+ class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, bpy_types._GenericUI):
7973
7916
  COMPAT_ENGINES: typing.Any
7974
7917
  bl_context: typing.Any
7975
7918
  bl_label: typing.Any
@@ -8198,9 +8141,7 @@ class RENDER_PT_eevee_performance_viewport(
8198
8141
  """
8199
8142
  ...
8200
8143
 
8201
- class RENDER_PT_eevee_sampling(
8202
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
8203
- ):
8144
+ class RENDER_PT_eevee_sampling(RenderButtonsPanel, bpy_types._GenericUI):
8204
8145
  COMPAT_ENGINES: typing.Any
8205
8146
  bl_context: typing.Any
8206
8147
  bl_label: typing.Any
@@ -8428,7 +8369,7 @@ class RENDER_PT_eevee_sampling(
8428
8369
  ...
8429
8370
 
8430
8371
  class RENDER_PT_eevee_screen_space_reflections(
8431
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
8372
+ RenderButtonsPanel, bpy_types._GenericUI
8432
8373
  ):
8433
8374
  COMPAT_ENGINES: typing.Any
8434
8375
  bl_context: typing.Any
@@ -8664,9 +8605,7 @@ class RENDER_PT_eevee_screen_space_reflections(
8664
8605
  """
8665
8606
  ...
8666
8607
 
8667
- class RENDER_PT_eevee_shadows(
8668
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
8669
- ):
8608
+ class RENDER_PT_eevee_shadows(RenderButtonsPanel, bpy_types._GenericUI):
8670
8609
  COMPAT_ENGINES: typing.Any
8671
8610
  bl_context: typing.Any
8672
8611
  bl_label: typing.Any
@@ -8894,9 +8833,7 @@ class RENDER_PT_eevee_shadows(
8894
8833
  """
8895
8834
  ...
8896
8835
 
8897
- class RENDER_PT_eevee_subsurface_scattering(
8898
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
8899
- ):
8836
+ class RENDER_PT_eevee_subsurface_scattering(RenderButtonsPanel, bpy_types._GenericUI):
8900
8837
  COMPAT_ENGINES: typing.Any
8901
8838
  bl_context: typing.Any
8902
8839
  bl_label: typing.Any
@@ -9124,9 +9061,7 @@ class RENDER_PT_eevee_subsurface_scattering(
9124
9061
  """
9125
9062
  ...
9126
9063
 
9127
- class RENDER_PT_eevee_volumetric(
9128
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
9129
- ):
9064
+ class RENDER_PT_eevee_volumetric(RenderButtonsPanel, bpy_types._GenericUI):
9130
9065
  COMPAT_ENGINES: typing.Any
9131
9066
  bl_context: typing.Any
9132
9067
  bl_label: typing.Any
@@ -9354,9 +9289,7 @@ class RENDER_PT_eevee_volumetric(
9354
9289
  """
9355
9290
  ...
9356
9291
 
9357
- class RENDER_PT_eevee_volumetric_lighting(
9358
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
9359
- ):
9292
+ class RENDER_PT_eevee_volumetric_lighting(RenderButtonsPanel, bpy_types._GenericUI):
9360
9293
  COMPAT_ENGINES: typing.Any
9361
9294
  bl_context: typing.Any
9362
9295
  bl_label: typing.Any
@@ -9591,9 +9524,7 @@ class RENDER_PT_eevee_volumetric_lighting(
9591
9524
  """
9592
9525
  ...
9593
9526
 
9594
- class RENDER_PT_eevee_volumetric_shadows(
9595
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
9596
- ):
9527
+ class RENDER_PT_eevee_volumetric_shadows(RenderButtonsPanel, bpy_types._GenericUI):
9597
9528
  COMPAT_ENGINES: typing.Any
9598
9529
  bl_context: typing.Any
9599
9530
  bl_label: typing.Any
@@ -9828,7 +9759,7 @@ class RENDER_PT_eevee_volumetric_shadows(
9828
9759
  """
9829
9760
  ...
9830
9761
 
9831
- class RENDER_PT_gpencil(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
9762
+ class RENDER_PT_gpencil(RenderButtonsPanel, bpy_types._GenericUI):
9832
9763
  COMPAT_ENGINES: typing.Any
9833
9764
  bl_context: typing.Any
9834
9765
  bl_label: typing.Any
@@ -10057,7 +9988,7 @@ class RENDER_PT_gpencil(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericU
10057
9988
  """
10058
9989
  ...
10059
9990
 
10060
- class RENDER_PT_hydra_debug(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
9991
+ class RENDER_PT_hydra_debug(RenderButtonsPanel, bpy_types._GenericUI):
10061
9992
  COMPAT_ENGINES: typing.Any
10062
9993
  bl_context: typing.Any
10063
9994
  bl_label: typing.Any
@@ -10286,7 +10217,7 @@ class RENDER_PT_hydra_debug(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gene
10286
10217
  """
10287
10218
  ...
10288
10219
 
10289
- class RENDER_PT_opengl_color(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
10220
+ class RENDER_PT_opengl_color(RenderButtonsPanel, bpy_types._GenericUI):
10290
10221
  COMPAT_ENGINES: typing.Any
10291
10222
  bl_context: typing.Any
10292
10223
  bl_label: typing.Any
@@ -10513,7 +10444,7 @@ class RENDER_PT_opengl_color(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gen
10513
10444
  """
10514
10445
  ...
10515
10446
 
10516
- class RENDER_PT_opengl_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
10447
+ class RENDER_PT_opengl_film(RenderButtonsPanel, bpy_types._GenericUI):
10517
10448
  COMPAT_ENGINES: typing.Any
10518
10449
  bl_context: typing.Any
10519
10450
  bl_label: typing.Any
@@ -10741,9 +10672,7 @@ class RENDER_PT_opengl_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gene
10741
10672
  """
10742
10673
  ...
10743
10674
 
10744
- class RENDER_PT_opengl_lighting(
10745
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
10746
- ):
10675
+ class RENDER_PT_opengl_lighting(RenderButtonsPanel, bpy_types._GenericUI):
10747
10676
  COMPAT_ENGINES: typing.Any
10748
10677
  bl_context: typing.Any
10749
10678
  bl_label: typing.Any
@@ -10970,9 +10899,7 @@ class RENDER_PT_opengl_lighting(
10970
10899
  """
10971
10900
  ...
10972
10901
 
10973
- class RENDER_PT_opengl_options(
10974
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
10975
- ):
10902
+ class RENDER_PT_opengl_options(RenderButtonsPanel, bpy_types._GenericUI):
10976
10903
  COMPAT_ENGINES: typing.Any
10977
10904
  bl_context: typing.Any
10978
10905
  bl_label: typing.Any
@@ -11199,9 +11126,7 @@ class RENDER_PT_opengl_options(
11199
11126
  """
11200
11127
  ...
11201
11128
 
11202
- class RENDER_PT_opengl_sampling(
11203
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
11204
- ):
11129
+ class RENDER_PT_opengl_sampling(RenderButtonsPanel, bpy_types._GenericUI):
11205
11130
  COMPAT_ENGINES: typing.Any
11206
11131
  bl_context: typing.Any
11207
11132
  bl_label: typing.Any
@@ -11428,7 +11353,7 @@ class RENDER_PT_opengl_sampling(
11428
11353
  """
11429
11354
  ...
11430
11355
 
11431
- class RENDER_PT_simplify(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
11356
+ class RENDER_PT_simplify(RenderButtonsPanel, bpy_types._GenericUI):
11432
11357
  COMPAT_ENGINES: typing.Any
11433
11358
  bl_context: typing.Any
11434
11359
  bl_label: typing.Any
@@ -11666,7 +11591,6 @@ class RENDER_PT_simplify(bpy_types.Panel, RenderButtonsPanel, bpy_types._Generic
11666
11591
  class RENDER_PT_simplify_greasepencil(
11667
11592
  bpy_types._GenericUI,
11668
11593
  RenderButtonsPanel,
11669
- bpy_types.Panel,
11670
11594
  bl_ui.properties_grease_pencil_common.GreasePencilSimplifyPanel,
11671
11595
  ):
11672
11596
  COMPAT_ENGINES: typing.Any
@@ -11904,9 +11828,7 @@ class RENDER_PT_simplify_greasepencil(
11904
11828
  """
11905
11829
  ...
11906
11830
 
11907
- class RENDER_PT_simplify_render(
11908
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
11909
- ):
11831
+ class RENDER_PT_simplify_render(RenderButtonsPanel, bpy_types._GenericUI):
11910
11832
  COMPAT_ENGINES: typing.Any
11911
11833
  bl_context: typing.Any
11912
11834
  bl_label: typing.Any
@@ -12134,9 +12056,7 @@ class RENDER_PT_simplify_render(
12134
12056
  """
12135
12057
  ...
12136
12058
 
12137
- class RENDER_PT_simplify_viewport(
12138
- bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
12139
- ):
12059
+ class RENDER_PT_simplify_viewport(RenderButtonsPanel, bpy_types._GenericUI):
12140
12060
  COMPAT_ENGINES: typing.Any
12141
12061
  bl_context: typing.Any
12142
12062
  bl_label: typing.Any
@@ -23,7 +23,7 @@ class SceneKeyingSetsPanel:
23
23
  """
24
24
  ...
25
25
 
26
- class SCENE_UL_keying_set_paths(bpy_types.UIList, bpy_types._GenericUI):
26
+ class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
27
27
  bl_rna: typing.Any
28
28
  id_data: typing.Any
29
29
 
@@ -268,7 +268,7 @@ class RigidBodySubPanel(SceneButtonsPanel):
268
268
  """
269
269
  ...
270
270
 
271
- class SCENE_PT_audio(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
271
+ class SCENE_PT_audio(SceneButtonsPanel, bpy_types._GenericUI):
272
272
  bl_context: typing.Any
273
273
  bl_label: typing.Any
274
274
  bl_options: typing.Any
@@ -489,7 +489,7 @@ class SCENE_PT_audio(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
489
489
  ...
490
490
 
491
491
  class SCENE_PT_custom_props(
492
- bpy_types.Panel, SceneButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
492
+ SceneButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
493
493
  ):
494
494
  """The subclass should have its own poll function
495
495
  and the variable '_context_path' MUST be set.
@@ -722,9 +722,7 @@ class SCENE_PT_custom_props(
722
722
  """
723
723
  ...
724
724
 
725
- class SCENE_PT_eevee_next_light_probes(
726
- bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI
727
- ):
725
+ class SCENE_PT_eevee_next_light_probes(SceneButtonsPanel, bpy_types._GenericUI):
728
726
  COMPAT_ENGINES: typing.Any
729
727
  bl_context: typing.Any
730
728
  bl_label: typing.Any
@@ -952,7 +950,7 @@ class SCENE_PT_eevee_next_light_probes(
952
950
  """
953
951
  ...
954
952
 
955
- class SCENE_PT_physics(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
953
+ class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
956
954
  bl_context: typing.Any
957
955
  bl_label: typing.Any
958
956
  bl_options: typing.Any
@@ -1179,9 +1177,7 @@ class SCENE_PT_physics(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI)
1179
1177
  """
1180
1178
  ...
1181
1179
 
1182
- class SCENE_PT_rigid_body_world(
1183
- bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI
1184
- ):
1180
+ class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy_types._GenericUI):
1185
1181
  bl_context: typing.Any
1186
1182
  bl_label: typing.Any
1187
1183
  bl_options: typing.Any
@@ -1408,7 +1404,7 @@ class SCENE_PT_rigid_body_world(
1408
1404
  """
1409
1405
  ...
1410
1406
 
1411
- class SCENE_PT_scene(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
1407
+ class SCENE_PT_scene(SceneButtonsPanel, bpy_types._GenericUI):
1412
1408
  bl_context: typing.Any
1413
1409
  bl_label: typing.Any
1414
1410
  bl_region_type: typing.Any
@@ -1627,7 +1623,7 @@ class SCENE_PT_scene(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
1627
1623
  """
1628
1624
  ...
1629
1625
 
1630
- class SCENE_PT_simulation(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
1626
+ class SCENE_PT_simulation(SceneButtonsPanel, bpy_types._GenericUI):
1631
1627
  bl_context: typing.Any
1632
1628
  bl_label: typing.Any
1633
1629
  bl_options: typing.Any
@@ -1847,7 +1843,7 @@ class SCENE_PT_simulation(bpy_types.Panel, SceneButtonsPanel, bpy_types._Generic
1847
1843
  """
1848
1844
  ...
1849
1845
 
1850
- class SCENE_PT_unit(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
1846
+ class SCENE_PT_unit(SceneButtonsPanel, bpy_types._GenericUI):
1851
1847
  bl_context: typing.Any
1852
1848
  bl_label: typing.Any
1853
1849
  bl_options: typing.Any
@@ -2068,7 +2064,7 @@ class SCENE_PT_unit(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
2068
2064
  ...
2069
2065
 
2070
2066
  class SCENE_PT_keyframing_settings(
2071
- bpy_types.Panel, SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
2067
+ SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
2072
2068
  ):
2073
2069
  bl_context: typing.Any
2074
2070
  bl_label: typing.Any
@@ -2307,7 +2303,7 @@ class SCENE_PT_keyframing_settings(
2307
2303
  ...
2308
2304
 
2309
2305
  class SCENE_PT_keying_set_paths(
2310
- bpy_types.Panel, SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
2306
+ SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
2311
2307
  ):
2312
2308
  bl_context: typing.Any
2313
2309
  bl_label: typing.Any
@@ -2546,7 +2542,7 @@ class SCENE_PT_keying_set_paths(
2546
2542
  ...
2547
2543
 
2548
2544
  class SCENE_PT_keying_sets(
2549
- bpy_types.Panel, SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
2545
+ SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
2550
2546
  ):
2551
2547
  bl_context: typing.Any
2552
2548
  bl_label: typing.Any
@@ -2778,7 +2774,7 @@ class SCENE_PT_keying_sets(
2778
2774
  ...
2779
2775
 
2780
2776
  class SCENE_PT_rigid_body_cache(
2781
- bpy_types.Panel, RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
2777
+ RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
2782
2778
  ):
2783
2779
  bl_context: typing.Any
2784
2780
  bl_label: typing.Any
@@ -3008,7 +3004,7 @@ class SCENE_PT_rigid_body_cache(
3008
3004
  ...
3009
3005
 
3010
3006
  class SCENE_PT_rigid_body_field_weights(
3011
- bpy_types.Panel, RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
3007
+ RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
3012
3008
  ):
3013
3009
  bl_context: typing.Any
3014
3010
  bl_label: typing.Any
@@ -3238,7 +3234,7 @@ class SCENE_PT_rigid_body_field_weights(
3238
3234
  ...
3239
3235
 
3240
3236
  class SCENE_PT_rigid_body_world_settings(
3241
- bpy_types.Panel, RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
3237
+ RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
3242
3238
  ):
3243
3239
  bl_context: typing.Any
3244
3240
  bl_label: typing.Any