fake-bpy-module 20240721__py3-none-any.whl → 20240723__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 (87) hide show
  1. bl_operators/bone_selection_sets/__init__.pyi +6 -18
  2. bl_operators/node/__init__.pyi +2 -4
  3. bl_operators/presets/__init__.pyi +2 -5
  4. bl_operators/wm/__init__.pyi +4 -5
  5. bl_ui/__init__.pyi +3 -4
  6. bl_ui/anim/__init__.pyi +1 -2
  7. bl_ui/asset_shelf/__init__.pyi +1 -2
  8. bl_ui/node_add_menu/__init__.pyi +1 -2
  9. bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
  10. bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
  11. bl_ui/node_add_menu_shader/__init__.pyi +10 -11
  12. bl_ui/node_add_menu_texture/__init__.pyi +9 -10
  13. bl_ui/properties_collection/__init__.pyi +6 -18
  14. bl_ui/properties_constraint/__init__.pyi +79 -142
  15. bl_ui/properties_data_armature/__init__.pyi +17 -32
  16. bl_ui/properties_data_bone/__init__.pyi +10 -15
  17. bl_ui/properties_data_camera/__init__.pyi +14 -29
  18. bl_ui/properties_data_curve/__init__.pyi +15 -40
  19. bl_ui/properties_data_curves/__init__.pyi +6 -9
  20. bl_ui/properties_data_empty/__init__.pyi +2 -3
  21. bl_ui/properties_data_gpencil/__init__.pyi +23 -37
  22. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -36
  23. bl_ui/properties_data_lattice/__init__.pyi +3 -4
  24. bl_ui/properties_data_light/__init__.pyi +12 -23
  25. bl_ui/properties_data_lightprobe/__init__.pyi +13 -36
  26. bl_ui/properties_data_mesh/__init__.pyi +20 -27
  27. bl_ui/properties_data_metaball/__init__.pyi +5 -8
  28. bl_ui/properties_data_modifier/__init__.pyi +9 -24
  29. bl_ui/properties_data_pointcloud/__init__.pyi +5 -10
  30. bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
  31. bl_ui/properties_data_speaker/__init__.pyi +5 -6
  32. bl_ui/properties_data_volume/__init__.pyi +8 -13
  33. bl_ui/properties_freestyle/__init__.pyi +26 -112
  34. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
  35. bl_ui/properties_mask_common/__init__.pyi +7 -8
  36. bl_ui/properties_material/__init__.pyi +16 -40
  37. bl_ui/properties_material_gpencil/__init__.pyi +10 -28
  38. bl_ui/properties_object/__init__.pyi +14 -25
  39. bl_ui/properties_output/__init__.pyi +18 -45
  40. bl_ui/properties_paint_common/__init__.pyi +9 -10
  41. bl_ui/properties_particle/__init__.pyi +52 -134
  42. bl_ui/properties_physics_cloth/__init__.pyi +14 -35
  43. bl_ui/properties_physics_common/__init__.pyi +1 -2
  44. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -61
  45. bl_ui/properties_physics_field/__init__.pyi +10 -27
  46. bl_ui/properties_physics_fluid/__init__.pyi +28 -51
  47. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
  48. bl_ui/properties_physics_rigidbody/__init__.pyi +8 -17
  49. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -14
  50. bl_ui/properties_physics_softbody/__init__.pyi +15 -44
  51. bl_ui/properties_render/__init__.pyi +55 -146
  52. bl_ui/properties_scene/__init__.pyi +15 -28
  53. bl_ui/properties_texture/__init__.pyi +26 -70
  54. bl_ui/properties_view_layer/__init__.pyi +49 -80
  55. bl_ui/properties_workspace/__init__.pyi +4 -8
  56. bl_ui/properties_world/__init__.pyi +10 -17
  57. bl_ui/space_clip/__init__.pyi +72 -116
  58. bl_ui/space_console/__init__.pyi +6 -7
  59. bl_ui/space_dopesheet/__init__.pyi +39 -56
  60. bl_ui/space_filebrowser/__init__.pyi +29 -44
  61. bl_ui/space_graph/__init__.pyi +20 -23
  62. bl_ui/space_image/__init__.pyi +69 -134
  63. bl_ui/space_info/__init__.pyi +6 -7
  64. bl_ui/space_nla/__init__.pyi +17 -26
  65. bl_ui/space_node/__init__.pyi +28 -35
  66. bl_ui/space_outliner/__init__.pyi +14 -15
  67. bl_ui/space_properties/__init__.pyi +3 -4
  68. bl_ui/space_sequencer/__init__.pyi +80 -134
  69. bl_ui/space_spreadsheet/__init__.pyi +1 -2
  70. bl_ui/space_statusbar/__init__.pyi +1 -2
  71. bl_ui/space_text/__init__.pyi +16 -17
  72. bl_ui/space_time/__init__.pyi +7 -12
  73. bl_ui/space_toolsystem_common/__init__.pyi +1 -2
  74. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -13
  75. bl_ui/space_topbar/__init__.pyi +26 -27
  76. bl_ui/space_userpref/__init__.pyi +91 -196
  77. bl_ui/space_view3d/__init__.pyi +279 -342
  78. bl_ui/space_view3d_toolbar/__init__.pyi +613 -897
  79. bl_ui/temp_anim_layers/__init__.pyi +1 -2
  80. bpy/ops/sequencer/__init__.pyi +1 -1
  81. bpy/types/__init__.pyi +29718 -29418
  82. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/METADATA +1 -1
  83. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/RECORD +87 -87
  84. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/WHEEL +1 -1
  85. freestyle/utils/__init__.pyi +1 -1
  86. nodeitems_builtins/__init__.pyi +4 -4
  87. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/top_level.txt +0 -0
@@ -4,7 +4,6 @@ import typing_extensions
4
4
  import bl_ui.properties_grease_pencil_common
5
5
  import bl_ui.utils
6
6
  import bpy.types
7
- import bpy_types
8
7
 
9
8
  GenericType1 = typing.TypeVar("GenericType1")
10
9
  GenericType2 = typing.TypeVar("GenericType2")
@@ -19,9 +18,7 @@ class CompositorPerformanceButtonsPanel:
19
18
  """
20
19
  ...
21
20
 
22
- class RENDER_PT_color_management(
23
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
24
- ):
21
+ class RENDER_PT_color_management(RenderButtonsPanel, bpy.types.Panel):
25
22
  COMPAT_ENGINES: typing.Any
26
23
  bl_context: typing.Any
27
24
  bl_label: typing.Any
@@ -55,9 +52,7 @@ class RENDER_PT_color_management(
55
52
  """
56
53
  ...
57
54
 
58
- class RENDER_PT_color_management_curves(
59
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
60
- ):
55
+ class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy.types.Panel):
61
56
  COMPAT_ENGINES: typing.Any
62
57
  bl_context: typing.Any
63
58
  bl_label: typing.Any
@@ -98,9 +93,7 @@ class RENDER_PT_color_management_curves(
98
93
  """
99
94
  ...
100
95
 
101
- class RENDER_PT_color_management_display_settings(
102
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
103
- ):
96
+ class RENDER_PT_color_management_display_settings(RenderButtonsPanel, bpy.types.Panel):
104
97
  COMPAT_ENGINES: typing.Any
105
98
  bl_context: typing.Any
106
99
  bl_label: typing.Any
@@ -134,9 +127,7 @@ class RENDER_PT_color_management_display_settings(
134
127
  """
135
128
  ...
136
129
 
137
- class RENDER_PT_color_management_white_balance(
138
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
139
- ):
130
+ class RENDER_PT_color_management_white_balance(RenderButtonsPanel, bpy.types.Panel):
140
131
  COMPAT_ENGINES: typing.Any
141
132
  bl_context: typing.Any
142
133
  bl_label: typing.Any
@@ -185,7 +176,7 @@ class RENDER_PT_color_management_white_balance(
185
176
  ...
186
177
 
187
178
  class RENDER_PT_color_management_white_balance_presets(
188
- bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
179
+ bl_ui.utils.PresetPanel, bpy.types.Panel
189
180
  ):
190
181
  bl_label: typing.Any
191
182
  bl_region_type: typing.Any
@@ -212,7 +203,7 @@ class RENDER_PT_color_management_white_balance_presets(
212
203
  """
213
204
  ...
214
205
 
215
- class RENDER_PT_context(bpy.types.Panel, bpy_types._GenericUI):
206
+ class RENDER_PT_context(bpy.types.Panel):
216
207
  bl_context: typing.Any
217
208
  bl_label: typing.Any
218
209
  bl_options: typing.Any
@@ -245,9 +236,7 @@ class RENDER_PT_context(bpy.types.Panel, bpy_types._GenericUI):
245
236
  """
246
237
  ...
247
238
 
248
- class RENDER_PT_eevee_ambient_occlusion(
249
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
250
- ):
239
+ class RENDER_PT_eevee_ambient_occlusion(RenderButtonsPanel, bpy.types.Panel):
251
240
  COMPAT_ENGINES: typing.Any
252
241
  bl_context: typing.Any
253
242
  bl_label: typing.Any
@@ -295,7 +284,7 @@ class RENDER_PT_eevee_ambient_occlusion(
295
284
  """
296
285
  ...
297
286
 
298
- class RENDER_PT_eevee_bloom(bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
287
+ class RENDER_PT_eevee_bloom(RenderButtonsPanel, bpy.types.Panel):
299
288
  COMPAT_ENGINES: typing.Any
300
289
  bl_context: typing.Any
301
290
  bl_label: typing.Any
@@ -343,9 +332,7 @@ class RENDER_PT_eevee_bloom(bpy.types.Panel, RenderButtonsPanel, bpy_types._Gene
343
332
  """
344
333
  ...
345
334
 
346
- class RENDER_PT_eevee_depth_of_field(
347
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
348
- ):
335
+ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, bpy.types.Panel):
349
336
  COMPAT_ENGINES: typing.Any
350
337
  bl_context: typing.Any
351
338
  bl_label: typing.Any
@@ -386,7 +373,7 @@ class RENDER_PT_eevee_depth_of_field(
386
373
  """
387
374
  ...
388
375
 
389
- class RENDER_PT_eevee_film(bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
376
+ class RENDER_PT_eevee_film(RenderButtonsPanel, bpy.types.Panel):
390
377
  COMPAT_ENGINES: typing.Any
391
378
  bl_context: typing.Any
392
379
  bl_label: typing.Any
@@ -427,7 +414,7 @@ class RENDER_PT_eevee_film(bpy.types.Panel, RenderButtonsPanel, bpy_types._Gener
427
414
  """
428
415
  ...
429
416
 
430
- class RENDER_PT_eevee_hair(bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
417
+ class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy.types.Panel):
431
418
  COMPAT_ENGINES: typing.Any
432
419
  bl_context: typing.Any
433
420
  bl_label: typing.Any
@@ -468,9 +455,7 @@ class RENDER_PT_eevee_hair(bpy.types.Panel, RenderButtonsPanel, bpy_types._Gener
468
455
  """
469
456
  ...
470
457
 
471
- class RENDER_PT_eevee_indirect_lighting(
472
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
473
- ):
458
+ class RENDER_PT_eevee_indirect_lighting(RenderButtonsPanel, bpy.types.Panel):
474
459
  COMPAT_ENGINES: typing.Any
475
460
  bl_context: typing.Any
476
461
  bl_label: typing.Any
@@ -511,9 +496,7 @@ class RENDER_PT_eevee_indirect_lighting(
511
496
  """
512
497
  ...
513
498
 
514
- class RENDER_PT_eevee_indirect_lighting_display(
515
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
516
- ):
499
+ class RENDER_PT_eevee_indirect_lighting_display(RenderButtonsPanel, bpy.types.Panel):
517
500
  COMPAT_ENGINES: typing.Any
518
501
  bl_context: typing.Any
519
502
  bl_label: typing.Any
@@ -554,9 +537,7 @@ class RENDER_PT_eevee_indirect_lighting_display(
554
537
  """
555
538
  ...
556
539
 
557
- class RENDER_PT_eevee_motion_blur(
558
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
559
- ):
540
+ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy.types.Panel):
560
541
  COMPAT_ENGINES: typing.Any
561
542
  bl_context: typing.Any
562
543
  bl_label: typing.Any
@@ -604,9 +585,7 @@ class RENDER_PT_eevee_motion_blur(
604
585
  """
605
586
  ...
606
587
 
607
- class RENDER_PT_eevee_next_clamping(
608
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
609
- ):
588
+ class RENDER_PT_eevee_next_clamping(RenderButtonsPanel, bpy.types.Panel):
610
589
  COMPAT_ENGINES: typing.Any
611
590
  bl_context: typing.Any
612
591
  bl_label: typing.Any
@@ -647,9 +626,7 @@ class RENDER_PT_eevee_next_clamping(
647
626
  """
648
627
  ...
649
628
 
650
- class RENDER_PT_eevee_next_clamping_surface(
651
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
652
- ):
629
+ class RENDER_PT_eevee_next_clamping_surface(RenderButtonsPanel, bpy.types.Panel):
653
630
  COMPAT_ENGINES: typing.Any
654
631
  bl_context: typing.Any
655
632
  bl_label: typing.Any
@@ -690,9 +667,7 @@ class RENDER_PT_eevee_next_clamping_surface(
690
667
  """
691
668
  ...
692
669
 
693
- class RENDER_PT_eevee_next_clamping_volume(
694
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
695
- ):
670
+ class RENDER_PT_eevee_next_clamping_volume(RenderButtonsPanel, bpy.types.Panel):
696
671
  COMPAT_ENGINES: typing.Any
697
672
  bl_context: typing.Any
698
673
  bl_label: typing.Any
@@ -733,9 +708,7 @@ class RENDER_PT_eevee_next_clamping_volume(
733
708
  """
734
709
  ...
735
710
 
736
- class RENDER_PT_eevee_next_denoise(
737
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
738
- ):
711
+ class RENDER_PT_eevee_next_denoise(RenderButtonsPanel, bpy.types.Panel):
739
712
  COMPAT_ENGINES: typing.Any
740
713
  bl_context: typing.Any
741
714
  bl_label: typing.Any
@@ -784,9 +757,7 @@ class RENDER_PT_eevee_next_denoise(
784
757
  """
785
758
  ...
786
759
 
787
- class RENDER_PT_eevee_next_depth_of_field(
788
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
789
- ):
760
+ class RENDER_PT_eevee_next_depth_of_field(RenderButtonsPanel, bpy.types.Panel):
790
761
  COMPAT_ENGINES: typing.Any
791
762
  bl_context: typing.Any
792
763
  bl_label: typing.Any
@@ -827,9 +798,7 @@ class RENDER_PT_eevee_next_depth_of_field(
827
798
  """
828
799
  ...
829
800
 
830
- class RENDER_PT_eevee_next_film(
831
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
832
- ):
801
+ class RENDER_PT_eevee_next_film(RenderButtonsPanel, bpy.types.Panel):
833
802
  COMPAT_ENGINES: typing.Any
834
803
  bl_context: typing.Any
835
804
  bl_label: typing.Any
@@ -870,9 +839,7 @@ class RENDER_PT_eevee_next_film(
870
839
  """
871
840
  ...
872
841
 
873
- class RENDER_PT_eevee_next_gi_approximation(
874
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
875
- ):
842
+ class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy.types.Panel):
876
843
  COMPAT_ENGINES: typing.Any
877
844
  bl_context: typing.Any
878
845
  bl_label: typing.Any
@@ -914,9 +881,7 @@ class RENDER_PT_eevee_next_gi_approximation(
914
881
  """
915
882
  ...
916
883
 
917
- class RENDER_PT_eevee_next_motion_blur(
918
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
919
- ):
884
+ class RENDER_PT_eevee_next_motion_blur(RenderButtonsPanel, bpy.types.Panel):
920
885
  COMPAT_ENGINES: typing.Any
921
886
  bl_context: typing.Any
922
887
  bl_label: typing.Any
@@ -964,9 +929,7 @@ class RENDER_PT_eevee_next_motion_blur(
964
929
  """
965
930
  ...
966
931
 
967
- class RENDER_PT_eevee_next_motion_blur_curve(
968
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
969
- ):
932
+ class RENDER_PT_eevee_next_motion_blur_curve(RenderButtonsPanel, bpy.types.Panel):
970
933
  COMPAT_ENGINES: typing.Any
971
934
  bl_context: typing.Any
972
935
  bl_label: typing.Any
@@ -1000,9 +963,7 @@ class RENDER_PT_eevee_next_motion_blur_curve(
1000
963
  """
1001
964
  ...
1002
965
 
1003
- class RENDER_PT_eevee_next_raytracing(
1004
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1005
- ):
966
+ class RENDER_PT_eevee_next_raytracing(RenderButtonsPanel, bpy.types.Panel):
1006
967
  COMPAT_ENGINES: typing.Any
1007
968
  bl_context: typing.Any
1008
969
  bl_label: typing.Any
@@ -1057,9 +1018,7 @@ class RENDER_PT_eevee_next_raytracing(
1057
1018
  """
1058
1019
  ...
1059
1020
 
1060
- class RENDER_PT_eevee_next_raytracing_presets(
1061
- bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
1062
- ):
1021
+ class RENDER_PT_eevee_next_raytracing_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
1063
1022
  bl_label: typing.Any
1064
1023
  bl_region_type: typing.Any
1065
1024
  bl_rna: typing.Any
@@ -1085,9 +1044,7 @@ class RENDER_PT_eevee_next_raytracing_presets(
1085
1044
  """
1086
1045
  ...
1087
1046
 
1088
- class RENDER_PT_eevee_next_sampling(
1089
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1090
- ):
1047
+ class RENDER_PT_eevee_next_sampling(RenderButtonsPanel, bpy.types.Panel):
1091
1048
  COMPAT_ENGINES: typing.Any
1092
1049
  bl_context: typing.Any
1093
1050
  bl_label: typing.Any
@@ -1127,9 +1084,7 @@ class RENDER_PT_eevee_next_sampling(
1127
1084
  """
1128
1085
  ...
1129
1086
 
1130
- class RENDER_PT_eevee_next_sampling_advanced(
1131
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1132
- ):
1087
+ class RENDER_PT_eevee_next_sampling_advanced(RenderButtonsPanel, bpy.types.Panel):
1133
1088
  COMPAT_ENGINES: typing.Any
1134
1089
  bl_context: typing.Any
1135
1090
  bl_label: typing.Any
@@ -1171,9 +1126,7 @@ class RENDER_PT_eevee_next_sampling_advanced(
1171
1126
  """
1172
1127
  ...
1173
1128
 
1174
- class RENDER_PT_eevee_next_sampling_render(
1175
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1176
- ):
1129
+ class RENDER_PT_eevee_next_sampling_render(RenderButtonsPanel, bpy.types.Panel):
1177
1130
  COMPAT_ENGINES: typing.Any
1178
1131
  bl_context: typing.Any
1179
1132
  bl_label: typing.Any
@@ -1214,9 +1167,7 @@ class RENDER_PT_eevee_next_sampling_render(
1214
1167
  """
1215
1168
  ...
1216
1169
 
1217
- class RENDER_PT_eevee_next_sampling_shadows(
1218
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1219
- ):
1170
+ class RENDER_PT_eevee_next_sampling_shadows(RenderButtonsPanel, bpy.types.Panel):
1220
1171
  COMPAT_ENGINES: typing.Any
1221
1172
  bl_context: typing.Any
1222
1173
  bl_label: typing.Any
@@ -1265,9 +1216,7 @@ class RENDER_PT_eevee_next_sampling_shadows(
1265
1216
  """
1266
1217
  ...
1267
1218
 
1268
- class RENDER_PT_eevee_next_sampling_viewport(
1269
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1270
- ):
1219
+ class RENDER_PT_eevee_next_sampling_viewport(RenderButtonsPanel, bpy.types.Panel):
1271
1220
  COMPAT_ENGINES: typing.Any
1272
1221
  bl_context: typing.Any
1273
1222
  bl_label: typing.Any
@@ -1308,9 +1257,7 @@ class RENDER_PT_eevee_next_sampling_viewport(
1308
1257
  """
1309
1258
  ...
1310
1259
 
1311
- class RENDER_PT_eevee_next_screen_trace(
1312
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1313
- ):
1260
+ class RENDER_PT_eevee_next_screen_trace(RenderButtonsPanel, bpy.types.Panel):
1314
1261
  COMPAT_ENGINES: typing.Any
1315
1262
  bl_context: typing.Any
1316
1263
  bl_label: typing.Any
@@ -1352,9 +1299,7 @@ class RENDER_PT_eevee_next_screen_trace(
1352
1299
  """
1353
1300
  ...
1354
1301
 
1355
- class RENDER_PT_eevee_next_volumes(
1356
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1357
- ):
1302
+ class RENDER_PT_eevee_next_volumes(RenderButtonsPanel, bpy.types.Panel):
1358
1303
  COMPAT_ENGINES: typing.Any
1359
1304
  bl_context: typing.Any
1360
1305
  bl_label: typing.Any
@@ -1395,9 +1340,7 @@ class RENDER_PT_eevee_next_volumes(
1395
1340
  """
1396
1341
  ...
1397
1342
 
1398
- class RENDER_PT_eevee_next_volumes_range(
1399
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1400
- ):
1343
+ class RENDER_PT_eevee_next_volumes_range(RenderButtonsPanel, bpy.types.Panel):
1401
1344
  COMPAT_ENGINES: typing.Any
1402
1345
  bl_context: typing.Any
1403
1346
  bl_label: typing.Any
@@ -1446,9 +1389,7 @@ class RENDER_PT_eevee_next_volumes_range(
1446
1389
  """
1447
1390
  ...
1448
1391
 
1449
- class RENDER_PT_eevee_performance(
1450
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1451
- ):
1392
+ class RENDER_PT_eevee_performance(RenderButtonsPanel, bpy.types.Panel):
1452
1393
  COMPAT_ENGINES: typing.Any
1453
1394
  bl_context: typing.Any
1454
1395
  bl_label: typing.Any
@@ -1490,10 +1431,7 @@ class RENDER_PT_eevee_performance(
1490
1431
  ...
1491
1432
 
1492
1433
  class RENDER_PT_eevee_performance_compositor(
1493
- bpy.types.Panel,
1494
- RenderButtonsPanel,
1495
- CompositorPerformanceButtonsPanel,
1496
- bpy_types._GenericUI,
1434
+ CompositorPerformanceButtonsPanel, RenderButtonsPanel, bpy.types.Panel
1497
1435
  ):
1498
1436
  COMPAT_ENGINES: typing.Any
1499
1437
  bl_context: typing.Any
@@ -1521,9 +1459,7 @@ class RENDER_PT_eevee_performance_compositor(
1521
1459
  """
1522
1460
  ...
1523
1461
 
1524
- class RENDER_PT_eevee_performance_memory(
1525
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1526
- ):
1462
+ class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, bpy.types.Panel):
1527
1463
  COMPAT_ENGINES: typing.Any
1528
1464
  bl_context: typing.Any
1529
1465
  bl_label: typing.Any
@@ -1565,9 +1501,7 @@ class RENDER_PT_eevee_performance_memory(
1565
1501
  """
1566
1502
  ...
1567
1503
 
1568
- class RENDER_PT_eevee_performance_viewport(
1569
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1570
- ):
1504
+ class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, bpy.types.Panel):
1571
1505
  COMPAT_ENGINES: typing.Any
1572
1506
  bl_context: typing.Any
1573
1507
  bl_label: typing.Any
@@ -1609,9 +1543,7 @@ class RENDER_PT_eevee_performance_viewport(
1609
1543
  """
1610
1544
  ...
1611
1545
 
1612
- class RENDER_PT_eevee_sampling(
1613
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1614
- ):
1546
+ class RENDER_PT_eevee_sampling(RenderButtonsPanel, bpy.types.Panel):
1615
1547
  COMPAT_ENGINES: typing.Any
1616
1548
  bl_context: typing.Any
1617
1549
  bl_label: typing.Any
@@ -1651,9 +1583,7 @@ class RENDER_PT_eevee_sampling(
1651
1583
  """
1652
1584
  ...
1653
1585
 
1654
- class RENDER_PT_eevee_screen_space_reflections(
1655
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1656
- ):
1586
+ class RENDER_PT_eevee_screen_space_reflections(RenderButtonsPanel, bpy.types.Panel):
1657
1587
  COMPAT_ENGINES: typing.Any
1658
1588
  bl_context: typing.Any
1659
1589
  bl_label: typing.Any
@@ -1701,9 +1631,7 @@ class RENDER_PT_eevee_screen_space_reflections(
1701
1631
  """
1702
1632
  ...
1703
1633
 
1704
- class RENDER_PT_eevee_shadows(
1705
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1706
- ):
1634
+ class RENDER_PT_eevee_shadows(RenderButtonsPanel, bpy.types.Panel):
1707
1635
  COMPAT_ENGINES: typing.Any
1708
1636
  bl_context: typing.Any
1709
1637
  bl_label: typing.Any
@@ -1744,9 +1672,7 @@ class RENDER_PT_eevee_shadows(
1744
1672
  """
1745
1673
  ...
1746
1674
 
1747
- class RENDER_PT_eevee_subsurface_scattering(
1748
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1749
- ):
1675
+ class RENDER_PT_eevee_subsurface_scattering(RenderButtonsPanel, bpy.types.Panel):
1750
1676
  COMPAT_ENGINES: typing.Any
1751
1677
  bl_context: typing.Any
1752
1678
  bl_label: typing.Any
@@ -1787,9 +1713,7 @@ class RENDER_PT_eevee_subsurface_scattering(
1787
1713
  """
1788
1714
  ...
1789
1715
 
1790
- class RENDER_PT_eevee_volumetric(
1791
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1792
- ):
1716
+ class RENDER_PT_eevee_volumetric(RenderButtonsPanel, bpy.types.Panel):
1793
1717
  COMPAT_ENGINES: typing.Any
1794
1718
  bl_context: typing.Any
1795
1719
  bl_label: typing.Any
@@ -1830,9 +1754,7 @@ class RENDER_PT_eevee_volumetric(
1830
1754
  """
1831
1755
  ...
1832
1756
 
1833
- class RENDER_PT_eevee_volumetric_lighting(
1834
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1835
- ):
1757
+ class RENDER_PT_eevee_volumetric_lighting(RenderButtonsPanel, bpy.types.Panel):
1836
1758
  COMPAT_ENGINES: typing.Any
1837
1759
  bl_context: typing.Any
1838
1760
  bl_label: typing.Any
@@ -1872,9 +1794,7 @@ class RENDER_PT_eevee_volumetric_lighting(
1872
1794
  """
1873
1795
  ...
1874
1796
 
1875
- class RENDER_PT_eevee_volumetric_shadows(
1876
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1877
- ):
1797
+ class RENDER_PT_eevee_volumetric_shadows(RenderButtonsPanel, bpy.types.Panel):
1878
1798
  COMPAT_ENGINES: typing.Any
1879
1799
  bl_context: typing.Any
1880
1800
  bl_label: typing.Any
@@ -1914,7 +1834,7 @@ class RENDER_PT_eevee_volumetric_shadows(
1914
1834
  """
1915
1835
  ...
1916
1836
 
1917
- class RENDER_PT_gpencil(bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
1837
+ class RENDER_PT_gpencil(RenderButtonsPanel, bpy.types.Panel):
1918
1838
  COMPAT_ENGINES: typing.Any
1919
1839
  bl_context: typing.Any
1920
1840
  bl_label: typing.Any
@@ -1948,7 +1868,7 @@ class RENDER_PT_gpencil(bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericU
1948
1868
  """
1949
1869
  ...
1950
1870
 
1951
- class RENDER_PT_hydra_debug(bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
1871
+ class RENDER_PT_hydra_debug(RenderButtonsPanel, bpy.types.Panel):
1952
1872
  COMPAT_ENGINES: typing.Any
1953
1873
  bl_context: typing.Any
1954
1874
  bl_label: typing.Any
@@ -1990,7 +1910,7 @@ class RENDER_PT_hydra_debug(bpy.types.Panel, RenderButtonsPanel, bpy_types._Gene
1990
1910
  """
1991
1911
  ...
1992
1912
 
1993
- class RENDER_PT_opengl_color(bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
1913
+ class RENDER_PT_opengl_color(RenderButtonsPanel, bpy.types.Panel):
1994
1914
  COMPAT_ENGINES: typing.Any
1995
1915
  bl_context: typing.Any
1996
1916
  bl_label: typing.Any
@@ -2030,7 +1950,7 @@ class RENDER_PT_opengl_color(bpy.types.Panel, RenderButtonsPanel, bpy_types._Gen
2030
1950
  """
2031
1951
  ...
2032
1952
 
2033
- class RENDER_PT_opengl_film(bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
1953
+ class RENDER_PT_opengl_film(RenderButtonsPanel, bpy.types.Panel):
2034
1954
  COMPAT_ENGINES: typing.Any
2035
1955
  bl_context: typing.Any
2036
1956
  bl_label: typing.Any
@@ -2063,9 +1983,7 @@ class RENDER_PT_opengl_film(bpy.types.Panel, RenderButtonsPanel, bpy_types._Gene
2063
1983
  """
2064
1984
  ...
2065
1985
 
2066
- class RENDER_PT_opengl_lighting(
2067
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2068
- ):
1986
+ class RENDER_PT_opengl_lighting(RenderButtonsPanel, bpy.types.Panel):
2069
1987
  COMPAT_ENGINES: typing.Any
2070
1988
  bl_context: typing.Any
2071
1989
  bl_label: typing.Any
@@ -2105,9 +2023,7 @@ class RENDER_PT_opengl_lighting(
2105
2023
  """
2106
2024
  ...
2107
2025
 
2108
- class RENDER_PT_opengl_options(
2109
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2110
- ):
2026
+ class RENDER_PT_opengl_options(RenderButtonsPanel, bpy.types.Panel):
2111
2027
  COMPAT_ENGINES: typing.Any
2112
2028
  bl_context: typing.Any
2113
2029
  bl_label: typing.Any
@@ -2147,9 +2063,7 @@ class RENDER_PT_opengl_options(
2147
2063
  """
2148
2064
  ...
2149
2065
 
2150
- class RENDER_PT_opengl_sampling(
2151
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2152
- ):
2066
+ class RENDER_PT_opengl_sampling(RenderButtonsPanel, bpy.types.Panel):
2153
2067
  COMPAT_ENGINES: typing.Any
2154
2068
  bl_context: typing.Any
2155
2069
  bl_label: typing.Any
@@ -2189,7 +2103,7 @@ class RENDER_PT_opengl_sampling(
2189
2103
  """
2190
2104
  ...
2191
2105
 
2192
- class RENDER_PT_simplify(bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
2106
+ class RENDER_PT_simplify(RenderButtonsPanel, bpy.types.Panel):
2193
2107
  COMPAT_ENGINES: typing.Any
2194
2108
  bl_context: typing.Any
2195
2109
  bl_label: typing.Any
@@ -2230,9 +2144,8 @@ class RENDER_PT_simplify(bpy.types.Panel, RenderButtonsPanel, bpy_types._Generic
2230
2144
  ...
2231
2145
 
2232
2146
  class RENDER_PT_simplify_greasepencil(
2233
- bpy_types._GenericUI,
2234
- RenderButtonsPanel,
2235
2147
  bpy.types.Panel,
2148
+ RenderButtonsPanel,
2236
2149
  bl_ui.properties_grease_pencil_common.GreasePencilSimplifyPanel,
2237
2150
  ):
2238
2151
  COMPAT_ENGINES: typing.Any
@@ -2261,9 +2174,7 @@ class RENDER_PT_simplify_greasepencil(
2261
2174
  """
2262
2175
  ...
2263
2176
 
2264
- class RENDER_PT_simplify_render(
2265
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2266
- ):
2177
+ class RENDER_PT_simplify_render(RenderButtonsPanel, bpy.types.Panel):
2267
2178
  COMPAT_ENGINES: typing.Any
2268
2179
  bl_context: typing.Any
2269
2180
  bl_label: typing.Any
@@ -2296,9 +2207,7 @@ class RENDER_PT_simplify_render(
2296
2207
  """
2297
2208
  ...
2298
2209
 
2299
- class RENDER_PT_simplify_viewport(
2300
- bpy.types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2301
- ):
2210
+ class RENDER_PT_simplify_viewport(RenderButtonsPanel, bpy.types.Panel):
2302
2211
  COMPAT_ENGINES: typing.Any
2303
2212
  bl_context: typing.Any
2304
2213
  bl_label: typing.Any