fake-bpy-module 20240421__py3-none-any.whl → 20240423__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 (187) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +12 -12
  3. bl_operators/geometry_nodes/__init__.pyi +256 -238
  4. bl_operators/node/__init__.pyi +262 -260
  5. bl_operators/object_quick_effects/__init__.pyi +19 -19
  6. bl_operators/presets/__init__.pyi +371 -368
  7. bl_operators/wm/__init__.pyi +4 -4
  8. bl_ui/__init__.pyi +3 -3
  9. bl_ui/anim/__init__.pyi +1 -1
  10. bl_ui/asset_shelf/__init__.pyi +1 -1
  11. bl_ui/generic_ui_list/__init__.pyi +3 -3
  12. bl_ui/node_add_menu/__init__.pyi +1 -1
  13. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  14. bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
  15. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  16. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  17. bl_ui/properties_collection/__init__.pyi +39 -25
  18. bl_ui/properties_constraint/__init__.pyi +1257 -1041
  19. bl_ui/properties_data_armature/__init__.pyi +120 -96
  20. bl_ui/properties_data_bone/__init__.pyi +36 -29
  21. bl_ui/properties_data_camera/__init__.pyi +32 -14
  22. bl_ui/properties_data_curve/__init__.pyi +143 -116
  23. bl_ui/properties_data_curves/__init__.pyi +30 -25
  24. bl_ui/properties_data_empty/__init__.pyi +21 -21
  25. bl_ui/properties_data_gpencil/__init__.pyi +297 -260
  26. bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
  27. bl_ui/properties_data_lattice/__init__.pyi +25 -22
  28. bl_ui/properties_data_light/__init__.pyi +44 -31
  29. bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
  30. bl_ui/properties_data_mesh/__init__.pyi +579 -570
  31. bl_ui/properties_data_metaball/__init__.pyi +29 -24
  32. bl_ui/properties_data_modifier/__init__.pyi +55 -43
  33. bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
  34. bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
  35. bl_ui/properties_data_speaker/__init__.pyi +27 -24
  36. bl_ui/properties_data_volume/__init__.pyi +75 -68
  37. bl_ui/properties_freestyle/__init__.pyi +407 -284
  38. bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
  39. bl_ui/properties_mask_common/__init__.pyi +7 -7
  40. bl_ui/properties_material/__init__.pyi +186 -162
  41. bl_ui/properties_material_gpencil/__init__.pyi +111 -87
  42. bl_ui/properties_object/__init__.pyi +102 -84
  43. bl_ui/properties_output/__init__.pyi +255 -228
  44. bl_ui/properties_paint_common/__init__.pyi +9 -9
  45. bl_ui/properties_particle/__init__.pyi +341 -254
  46. bl_ui/properties_physics_cloth/__init__.pyi +54 -33
  47. bl_ui/properties_physics_common/__init__.pyi +20 -20
  48. bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
  49. bl_ui/properties_physics_field/__init__.pyi +52 -36
  50. bl_ui/properties_physics_fluid/__init__.pyi +119 -96
  51. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  52. bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
  53. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
  54. bl_ui/properties_physics_softbody/__init__.pyi +62 -34
  55. bl_ui/properties_render/__init__.pyi +275 -187
  56. bl_ui/properties_scene/__init__.pyi +173 -154
  57. bl_ui/properties_texture/__init__.pyi +251 -205
  58. bl_ui/properties_view_layer/__init__.pyi +126 -93
  59. bl_ui/properties_workspace/__init__.pyi +82 -76
  60. bl_ui/properties_world/__init__.pyi +31 -26
  61. bl_ui/space_clip/__init__.pyi +495 -433
  62. bl_ui/space_console/__init__.pyi +6 -6
  63. bl_ui/space_dopesheet/__init__.pyi +209 -174
  64. bl_ui/space_filebrowser/__init__.pyi +691 -679
  65. bl_ui/space_graph/__init__.pyi +25 -20
  66. bl_ui/space_image/__init__.pyi +959 -845
  67. bl_ui/space_info/__init__.pyi +6 -6
  68. bl_ui/space_nla/__init__.pyi +26 -17
  69. bl_ui/space_node/__init__.pyi +49 -36
  70. bl_ui/space_outliner/__init__.pyi +14 -14
  71. bl_ui/space_properties/__init__.pyi +3 -3
  72. bl_ui/space_sequencer/__init__.pyi +510 -444
  73. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  74. bl_ui/space_statusbar/__init__.pyi +1 -1
  75. bl_ui/space_text/__init__.pyi +16 -16
  76. bl_ui/space_time/__init__.pyi +27 -23
  77. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  78. bl_ui/space_toolsystem_toolbar/__init__.pyi +52 -4
  79. bl_ui/space_topbar/__init__.pyi +26 -26
  80. bl_ui/space_userpref/__init__.pyi +795 -658
  81. bl_ui/space_view3d/__init__.pyi +1460 -1428
  82. bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
  83. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  84. bmesh/types/__init__.pyi +13 -6
  85. bpy/app/__init__.pyi +4 -4
  86. bpy/app/icons/__init__.pyi +8 -6
  87. bpy/app/timers/__init__.pyi +10 -8
  88. bpy/app/translations/__init__.pyi +22 -20
  89. bpy/msgbus/__init__.pyi +4 -2
  90. bpy/ops/action/__init__.pyi +319 -316
  91. bpy/ops/anim/__init__.pyi +428 -428
  92. bpy/ops/armature/__init__.pyi +359 -358
  93. bpy/ops/asset/__init__.pyi +146 -146
  94. bpy/ops/boid/__init__.pyi +50 -50
  95. bpy/ops/brush/__init__.pyi +72 -72
  96. bpy/ops/buttons/__init__.pyi +128 -128
  97. bpy/ops/cachefile/__init__.pyi +124 -124
  98. bpy/ops/camera/__init__.pyi +22 -22
  99. bpy/ops/clip/__init__.pyi +773 -768
  100. bpy/ops/cloth/__init__.pyi +10 -10
  101. bpy/ops/collection/__init__.pyi +64 -64
  102. bpy/ops/console/__init__.pyi +150 -150
  103. bpy/ops/constraint/__init__.pyi +150 -150
  104. bpy/ops/curve/__init__.pyi +475 -472
  105. bpy/ops/curves/__init__.pyi +247 -244
  106. bpy/ops/cycles/__init__.pyi +18 -18
  107. bpy/ops/dpaint/__init__.pyi +34 -34
  108. bpy/ops/ed/__init__.pyi +122 -122
  109. bpy/ops/export_anim/__init__.pyi +18 -18
  110. bpy/ops/export_mesh/__init__.pyi +26 -26
  111. bpy/ops/export_scene/__init__.pyi +333 -307
  112. bpy/ops/file/__init__.pyi +340 -340
  113. bpy/ops/fluid/__init__.pyi +88 -88
  114. bpy/ops/font/__init__.pyi +252 -252
  115. bpy/ops/geometry/__init__.pyi +86 -86
  116. bpy/ops/gizmogroup/__init__.pyi +22 -22
  117. bpy/ops/gpencil/__init__.pyi +1459 -1444
  118. bpy/ops/graph/__init__.pyi +645 -642
  119. bpy/ops/grease_pencil/__init__.pyi +580 -436
  120. bpy/ops/image/__init__.pyi +614 -612
  121. bpy/ops/import_anim/__init__.pyi +26 -26
  122. bpy/ops/import_curve/__init__.pyi +6 -6
  123. bpy/ops/import_mesh/__init__.pyi +20 -18
  124. bpy/ops/import_scene/__init__.pyi +92 -86
  125. bpy/ops/info/__init__.pyi +60 -60
  126. bpy/ops/lattice/__init__.pyi +64 -64
  127. bpy/ops/marker/__init__.pyi +106 -106
  128. bpy/ops/mask/__init__.pyi +321 -318
  129. bpy/ops/material/__init__.pyi +18 -18
  130. bpy/ops/mball/__init__.pyi +71 -70
  131. bpy/ops/mesh/__init__.pyi +1997 -1990
  132. bpy/ops/nla/__init__.pyi +331 -330
  133. bpy/ops/node/__init__.pyi +867 -852
  134. bpy/ops/object/__init__.pyi +2433 -2430
  135. bpy/ops/outliner/__init__.pyi +498 -498
  136. bpy/ops/paint/__init__.pyi +554 -544
  137. bpy/ops/paintcurve/__init__.pyi +64 -64
  138. bpy/ops/palette/__init__.pyi +48 -48
  139. bpy/ops/particle/__init__.pyi +266 -264
  140. bpy/ops/pose/__init__.pyi +336 -336
  141. bpy/ops/poselib/__init__.pyi +70 -70
  142. bpy/ops/preferences/__init__.pyi +338 -336
  143. bpy/ops/ptcache/__init__.pyi +46 -46
  144. bpy/ops/render/__init__.pyi +114 -114
  145. bpy/ops/rigidbody/__init__.pyi +102 -102
  146. bpy/ops/scene/__init__.pyi +270 -270
  147. bpy/ops/screen/__init__.pyi +378 -378
  148. bpy/ops/script/__init__.pyi +18 -18
  149. bpy/ops/sculpt/__init__.pyi +411 -405
  150. bpy/ops/sculpt_curves/__init__.pyi +42 -40
  151. bpy/ops/sequencer/__init__.pyi +1053 -1040
  152. bpy/ops/sound/__init__.pyi +208 -208
  153. bpy/ops/spreadsheet/__init__.pyi +30 -30
  154. bpy/ops/surface/__init__.pyi +108 -108
  155. bpy/ops/text/__init__.pyi +382 -382
  156. bpy/ops/text_editor/__init__.pyi +10 -10
  157. bpy/ops/texture/__init__.pyi +26 -26
  158. bpy/ops/transform/__init__.pyi +826 -790
  159. bpy/ops/ui/__init__.pyi +216 -216
  160. bpy/ops/uilist/__init__.pyi +20 -20
  161. bpy/ops/uv/__init__.pyi +605 -600
  162. bpy/ops/view2d/__init__.pyi +156 -156
  163. bpy/ops/view3d/__init__.pyi +578 -576
  164. bpy/ops/wm/__init__.pyi +2418 -2376
  165. bpy/ops/workspace/__init__.pyi +42 -42
  166. bpy/ops/world/__init__.pyi +6 -6
  167. bpy/path/__init__.pyi +48 -33
  168. bpy/props/__init__.pyi +263 -261
  169. bpy/types/__init__.pyi +105733 -102298
  170. bpy/utils/__init__.pyi +87 -52
  171. bpy/utils/previews/__init__.pyi +2 -2
  172. bpy/utils/units/__init__.pyi +21 -18
  173. bpy_extras/anim_utils/__init__.pyi +9 -2
  174. bpy_extras/io_utils/__init__.pyi +2 -1
  175. bpy_extras/view3d_utils/__init__.pyi +2 -1
  176. bpy_types/__init__.pyi +236 -236
  177. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/METADATA +1 -1
  178. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/RECORD +187 -187
  179. freestyle/chainingiterators/__init__.pyi +7 -2
  180. freestyle/types/__init__.pyi +8 -3
  181. gpu_extras/presets/__init__.pyi +14 -2
  182. keyingsets_builtins/__init__.pyi +92 -92
  183. mathutils/__init__.pyi +9 -5
  184. mathutils/geometry/__init__.pyi +8 -4
  185. nodeitems_builtins/__init__.pyi +7 -7
  186. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/WHEEL +0 -0
  187. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/top_level.txt +0 -0
@@ -1,13 +1,30 @@
1
1
  import typing
2
2
  import bl_ui.properties_grease_pencil_common
3
+ import bl_ui.utils
3
4
  import bpy_types
4
5
 
5
6
  GenericType = typing.TypeVar("GenericType")
6
7
 
7
- class RENDER_PT_color_management(bpy_types._GenericUI):
8
+ class RenderButtonsPanel:
8
9
  """ """
9
10
 
10
- COMPAT_ENGINES: typing.Any
11
+ bl_context: typing.Any
12
+ """ """
13
+
14
+ bl_region_type: typing.Any
15
+ """ """
16
+
17
+ bl_space_type: typing.Any
18
+ """ """
19
+
20
+ def poll(self, context):
21
+ """
22
+
23
+ :param context:
24
+ """
25
+ ...
26
+
27
+ class RENDER_PT_context(bpy_types.Panel, bpy_types._GenericUI):
11
28
  """ """
12
29
 
13
30
  bl_context: typing.Any
@@ -19,9 +36,6 @@ class RENDER_PT_color_management(bpy_types._GenericUI):
19
36
  bl_options: typing.Any
20
37
  """ """
21
38
 
22
- bl_order: typing.Any
23
- """ """
24
-
25
39
  bl_region_type: typing.Any
26
40
  """ """
27
41
 
@@ -169,34 +183,33 @@ class RENDER_PT_color_management(bpy_types._GenericUI):
169
183
  """ """
170
184
  ...
171
185
 
172
- class RENDER_PT_color_management_curves(bpy_types._GenericUI):
173
- """ """
174
-
175
- COMPAT_ENGINES: typing.Any
186
+ class RENDER_PT_eevee_next_raytracing_presets(
187
+ bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
188
+ ):
176
189
  """ """
177
190
 
178
- bl_context: typing.Any
191
+ bl_label: typing.Any
179
192
  """ """
180
193
 
181
- bl_label: typing.Any
194
+ bl_region_type: typing.Any
182
195
  """ """
183
196
 
184
- bl_options: typing.Any
197
+ bl_rna: typing.Any
185
198
  """ """
186
199
 
187
- bl_parent_id: typing.Any
200
+ bl_space_type: typing.Any
188
201
  """ """
189
202
 
190
- bl_region_type: typing.Any
203
+ id_data: typing.Any
191
204
  """ """
192
205
 
193
- bl_rna: typing.Any
206
+ preset_add_operator: typing.Any
194
207
  """ """
195
208
 
196
- bl_space_type: typing.Any
209
+ preset_operator: typing.Any
197
210
  """ """
198
211
 
199
- id_data: typing.Any
212
+ preset_subdir: typing.Any
200
213
  """ """
201
214
 
202
215
  def append(self, draw_func):
@@ -225,10 +238,18 @@ class RENDER_PT_color_management_curves(bpy_types._GenericUI):
225
238
  """
226
239
  ...
227
240
 
228
- def draw_header(self, context):
241
+ def draw_menu(self, layout, text):
229
242
  """
230
243
 
231
- :param context:
244
+ :param layout:
245
+ :param text:
246
+ """
247
+ ...
248
+
249
+ def draw_panel_header(self, layout):
250
+ """
251
+
252
+ :param layout:
232
253
  """
233
254
  ...
234
255
 
@@ -296,17 +317,36 @@ class RENDER_PT_color_management_curves(bpy_types._GenericUI):
296
317
  """ """
297
318
  ...
298
319
 
299
- def path_resolve(self):
300
- """ """
301
- ...
302
-
303
- def poll(self, context):
320
+ def path_menu(
321
+ self,
322
+ searchpaths,
323
+ operator,
324
+ props_default,
325
+ prop_filepath,
326
+ filter_ext,
327
+ filter_path,
328
+ display_name,
329
+ add_operator,
330
+ add_operator_props,
331
+ ):
304
332
  """
305
333
 
306
- :param context:
334
+ :param searchpaths:
335
+ :param operator:
336
+ :param props_default:
337
+ :param prop_filepath:
338
+ :param filter_ext:
339
+ :param filter_path:
340
+ :param display_name:
341
+ :param add_operator:
342
+ :param add_operator_props:
307
343
  """
308
344
  ...
309
345
 
346
+ def path_resolve(self):
347
+ """ """
348
+ ...
349
+
310
350
  def pop(self):
311
351
  """ """
312
352
  ...
@@ -341,7 +381,9 @@ class RENDER_PT_color_management_curves(bpy_types._GenericUI):
341
381
  """ """
342
382
  ...
343
383
 
344
- class RENDER_PT_color_management_display_settings(bpy_types._GenericUI):
384
+ class RENDER_PT_color_management(
385
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
386
+ ):
345
387
  """ """
346
388
 
347
389
  COMPAT_ENGINES: typing.Any
@@ -356,7 +398,7 @@ class RENDER_PT_color_management_display_settings(bpy_types._GenericUI):
356
398
  bl_options: typing.Any
357
399
  """ """
358
400
 
359
- bl_parent_id: typing.Any
401
+ bl_order: typing.Any
360
402
  """ """
361
403
 
362
404
  bl_region_type: typing.Any
@@ -506,7 +548,12 @@ class RENDER_PT_color_management_display_settings(bpy_types._GenericUI):
506
548
  """ """
507
549
  ...
508
550
 
509
- class RENDER_PT_context(bpy_types._GenericUI):
551
+ class RENDER_PT_color_management_curves(
552
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
553
+ ):
554
+ """ """
555
+
556
+ COMPAT_ENGINES: typing.Any
510
557
  """ """
511
558
 
512
559
  bl_context: typing.Any
@@ -518,6 +565,9 @@ class RENDER_PT_context(bpy_types._GenericUI):
518
565
  bl_options: typing.Any
519
566
  """ """
520
567
 
568
+ bl_parent_id: typing.Any
569
+ """ """
570
+
521
571
  bl_region_type: typing.Any
522
572
  """ """
523
573
 
@@ -556,6 +606,13 @@ class RENDER_PT_context(bpy_types._GenericUI):
556
606
  """
557
607
  ...
558
608
 
609
+ def draw_header(self, context):
610
+ """
611
+
612
+ :param context:
613
+ """
614
+ ...
615
+
559
616
  def driver_add(self):
560
617
  """ """
561
618
  ...
@@ -665,7 +722,9 @@ class RENDER_PT_context(bpy_types._GenericUI):
665
722
  """ """
666
723
  ...
667
724
 
668
- class RENDER_PT_eevee_ambient_occlusion(bpy_types._GenericUI):
725
+ class RENDER_PT_color_management_display_settings(
726
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
727
+ ):
669
728
  """ """
670
729
 
671
730
  COMPAT_ENGINES: typing.Any
@@ -680,6 +739,9 @@ class RENDER_PT_eevee_ambient_occlusion(bpy_types._GenericUI):
680
739
  bl_options: typing.Any
681
740
  """ """
682
741
 
742
+ bl_parent_id: typing.Any
743
+ """ """
744
+
683
745
  bl_region_type: typing.Any
684
746
  """ """
685
747
 
@@ -718,13 +780,6 @@ class RENDER_PT_eevee_ambient_occlusion(bpy_types._GenericUI):
718
780
  """
719
781
  ...
720
782
 
721
- def draw_header(self, context):
722
- """
723
-
724
- :param context:
725
- """
726
- ...
727
-
728
783
  def driver_add(self):
729
784
  """ """
730
785
  ...
@@ -834,7 +889,9 @@ class RENDER_PT_eevee_ambient_occlusion(bpy_types._GenericUI):
834
889
  """ """
835
890
  ...
836
891
 
837
- class RENDER_PT_eevee_bloom(bpy_types._GenericUI):
892
+ class RENDER_PT_eevee_ambient_occlusion(
893
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
894
+ ):
838
895
  """ """
839
896
 
840
897
  COMPAT_ENGINES: typing.Any
@@ -1003,7 +1060,7 @@ class RENDER_PT_eevee_bloom(bpy_types._GenericUI):
1003
1060
  """ """
1004
1061
  ...
1005
1062
 
1006
- class RENDER_PT_eevee_depth_of_field(bpy_types._GenericUI):
1063
+ class RENDER_PT_eevee_bloom(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
1007
1064
  """ """
1008
1065
 
1009
1066
  COMPAT_ENGINES: typing.Any
@@ -1056,6 +1113,13 @@ class RENDER_PT_eevee_depth_of_field(bpy_types._GenericUI):
1056
1113
  """
1057
1114
  ...
1058
1115
 
1116
+ def draw_header(self, context):
1117
+ """
1118
+
1119
+ :param context:
1120
+ """
1121
+ ...
1122
+
1059
1123
  def driver_add(self):
1060
1124
  """ """
1061
1125
  ...
@@ -1165,7 +1229,9 @@ class RENDER_PT_eevee_depth_of_field(bpy_types._GenericUI):
1165
1229
  """ """
1166
1230
  ...
1167
1231
 
1168
- class RENDER_PT_eevee_film(bpy_types._GenericUI):
1232
+ class RENDER_PT_eevee_depth_of_field(
1233
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1234
+ ):
1169
1235
  """ """
1170
1236
 
1171
1237
  COMPAT_ENGINES: typing.Any
@@ -1327,7 +1393,7 @@ class RENDER_PT_eevee_film(bpy_types._GenericUI):
1327
1393
  """ """
1328
1394
  ...
1329
1395
 
1330
- class RENDER_PT_eevee_hair(bpy_types._GenericUI):
1396
+ class RENDER_PT_eevee_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
1331
1397
  """ """
1332
1398
 
1333
1399
  COMPAT_ENGINES: typing.Any
@@ -1489,7 +1555,7 @@ class RENDER_PT_eevee_hair(bpy_types._GenericUI):
1489
1555
  """ """
1490
1556
  ...
1491
1557
 
1492
- class RENDER_PT_eevee_indirect_lighting(bpy_types._GenericUI):
1558
+ class RENDER_PT_eevee_hair(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
1493
1559
  """ """
1494
1560
 
1495
1561
  COMPAT_ENGINES: typing.Any
@@ -1651,7 +1717,9 @@ class RENDER_PT_eevee_indirect_lighting(bpy_types._GenericUI):
1651
1717
  """ """
1652
1718
  ...
1653
1719
 
1654
- class RENDER_PT_eevee_indirect_lighting_display(bpy_types._GenericUI):
1720
+ class RENDER_PT_eevee_indirect_lighting(
1721
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1722
+ ):
1655
1723
  """ """
1656
1724
 
1657
1725
  COMPAT_ENGINES: typing.Any
@@ -1663,7 +1731,7 @@ class RENDER_PT_eevee_indirect_lighting_display(bpy_types._GenericUI):
1663
1731
  bl_label: typing.Any
1664
1732
  """ """
1665
1733
 
1666
- bl_parent_id: typing.Any
1734
+ bl_options: typing.Any
1667
1735
  """ """
1668
1736
 
1669
1737
  bl_region_type: typing.Any
@@ -1813,7 +1881,9 @@ class RENDER_PT_eevee_indirect_lighting_display(bpy_types._GenericUI):
1813
1881
  """ """
1814
1882
  ...
1815
1883
 
1816
- class RENDER_PT_eevee_motion_blur(bpy_types._GenericUI):
1884
+ class RENDER_PT_eevee_indirect_lighting_display(
1885
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1886
+ ):
1817
1887
  """ """
1818
1888
 
1819
1889
  COMPAT_ENGINES: typing.Any
@@ -1825,7 +1895,7 @@ class RENDER_PT_eevee_motion_blur(bpy_types._GenericUI):
1825
1895
  bl_label: typing.Any
1826
1896
  """ """
1827
1897
 
1828
- bl_options: typing.Any
1898
+ bl_parent_id: typing.Any
1829
1899
  """ """
1830
1900
 
1831
1901
  bl_region_type: typing.Any
@@ -1866,13 +1936,6 @@ class RENDER_PT_eevee_motion_blur(bpy_types._GenericUI):
1866
1936
  """
1867
1937
  ...
1868
1938
 
1869
- def draw_header(self, context):
1870
- """
1871
-
1872
- :param context:
1873
- """
1874
- ...
1875
-
1876
1939
  def driver_add(self):
1877
1940
  """ """
1878
1941
  ...
@@ -1982,7 +2045,9 @@ class RENDER_PT_eevee_motion_blur(bpy_types._GenericUI):
1982
2045
  """ """
1983
2046
  ...
1984
2047
 
1985
- class RENDER_PT_eevee_next_clamping(bpy_types._GenericUI):
2048
+ class RENDER_PT_eevee_motion_blur(
2049
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2050
+ ):
1986
2051
  """ """
1987
2052
 
1988
2053
  COMPAT_ENGINES: typing.Any
@@ -2035,6 +2100,13 @@ class RENDER_PT_eevee_next_clamping(bpy_types._GenericUI):
2035
2100
  """
2036
2101
  ...
2037
2102
 
2103
+ def draw_header(self, context):
2104
+ """
2105
+
2106
+ :param context:
2107
+ """
2108
+ ...
2109
+
2038
2110
  def driver_add(self):
2039
2111
  """ """
2040
2112
  ...
@@ -2144,7 +2216,9 @@ class RENDER_PT_eevee_next_clamping(bpy_types._GenericUI):
2144
2216
  """ """
2145
2217
  ...
2146
2218
 
2147
- class RENDER_PT_eevee_next_clamping_surface(bpy_types._GenericUI):
2219
+ class RENDER_PT_eevee_next_clamping(
2220
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2221
+ ):
2148
2222
  """ """
2149
2223
 
2150
2224
  COMPAT_ENGINES: typing.Any
@@ -2156,7 +2230,7 @@ class RENDER_PT_eevee_next_clamping_surface(bpy_types._GenericUI):
2156
2230
  bl_label: typing.Any
2157
2231
  """ """
2158
2232
 
2159
- bl_parent_id: typing.Any
2233
+ bl_options: typing.Any
2160
2234
  """ """
2161
2235
 
2162
2236
  bl_region_type: typing.Any
@@ -2306,7 +2380,9 @@ class RENDER_PT_eevee_next_clamping_surface(bpy_types._GenericUI):
2306
2380
  """ """
2307
2381
  ...
2308
2382
 
2309
- class RENDER_PT_eevee_next_clamping_volume(bpy_types._GenericUI):
2383
+ class RENDER_PT_eevee_next_clamping_surface(
2384
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2385
+ ):
2310
2386
  """ """
2311
2387
 
2312
2388
  COMPAT_ENGINES: typing.Any
@@ -2468,7 +2544,9 @@ class RENDER_PT_eevee_next_clamping_volume(bpy_types._GenericUI):
2468
2544
  """ """
2469
2545
  ...
2470
2546
 
2471
- class RENDER_PT_eevee_next_denoise(bpy_types._GenericUI):
2547
+ class RENDER_PT_eevee_next_clamping_volume(
2548
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2549
+ ):
2472
2550
  """ """
2473
2551
 
2474
2552
  COMPAT_ENGINES: typing.Any
@@ -2480,9 +2558,6 @@ class RENDER_PT_eevee_next_denoise(bpy_types._GenericUI):
2480
2558
  bl_label: typing.Any
2481
2559
  """ """
2482
2560
 
2483
- bl_options: typing.Any
2484
- """ """
2485
-
2486
2561
  bl_parent_id: typing.Any
2487
2562
  """ """
2488
2563
 
@@ -2524,13 +2599,6 @@ class RENDER_PT_eevee_next_denoise(bpy_types._GenericUI):
2524
2599
  """
2525
2600
  ...
2526
2601
 
2527
- def draw_header(self, context):
2528
- """
2529
-
2530
- :param context:
2531
- """
2532
- ...
2533
-
2534
2602
  def driver_add(self):
2535
2603
  """ """
2536
2604
  ...
@@ -2640,7 +2708,9 @@ class RENDER_PT_eevee_next_denoise(bpy_types._GenericUI):
2640
2708
  """ """
2641
2709
  ...
2642
2710
 
2643
- class RENDER_PT_eevee_next_depth_of_field(bpy_types._GenericUI):
2711
+ class RENDER_PT_eevee_next_denoise(
2712
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2713
+ ):
2644
2714
  """ """
2645
2715
 
2646
2716
  COMPAT_ENGINES: typing.Any
@@ -2655,6 +2725,9 @@ class RENDER_PT_eevee_next_depth_of_field(bpy_types._GenericUI):
2655
2725
  bl_options: typing.Any
2656
2726
  """ """
2657
2727
 
2728
+ bl_parent_id: typing.Any
2729
+ """ """
2730
+
2658
2731
  bl_region_type: typing.Any
2659
2732
  """ """
2660
2733
 
@@ -2693,6 +2766,13 @@ class RENDER_PT_eevee_next_depth_of_field(bpy_types._GenericUI):
2693
2766
  """
2694
2767
  ...
2695
2768
 
2769
+ def draw_header(self, context):
2770
+ """
2771
+
2772
+ :param context:
2773
+ """
2774
+ ...
2775
+
2696
2776
  def driver_add(self):
2697
2777
  """ """
2698
2778
  ...
@@ -2802,7 +2882,9 @@ class RENDER_PT_eevee_next_depth_of_field(bpy_types._GenericUI):
2802
2882
  """ """
2803
2883
  ...
2804
2884
 
2805
- class RENDER_PT_eevee_next_film(bpy_types._GenericUI):
2885
+ class RENDER_PT_eevee_next_depth_of_field(
2886
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2887
+ ):
2806
2888
  """ """
2807
2889
 
2808
2890
  COMPAT_ENGINES: typing.Any
@@ -2964,7 +3046,9 @@ class RENDER_PT_eevee_next_film(bpy_types._GenericUI):
2964
3046
  """ """
2965
3047
  ...
2966
3048
 
2967
- class RENDER_PT_eevee_next_horizon_scan(bpy_types._GenericUI):
3049
+ class RENDER_PT_eevee_next_film(
3050
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3051
+ ):
2968
3052
  """ """
2969
3053
 
2970
3054
  COMPAT_ENGINES: typing.Any
@@ -2979,9 +3063,6 @@ class RENDER_PT_eevee_next_horizon_scan(bpy_types._GenericUI):
2979
3063
  bl_options: typing.Any
2980
3064
  """ """
2981
3065
 
2982
- bl_parent_id: typing.Any
2983
- """ """
2984
-
2985
3066
  bl_region_type: typing.Any
2986
3067
  """ """
2987
3068
 
@@ -3129,7 +3210,9 @@ class RENDER_PT_eevee_next_horizon_scan(bpy_types._GenericUI):
3129
3210
  """ """
3130
3211
  ...
3131
3212
 
3132
- class RENDER_PT_eevee_next_motion_blur(bpy_types._GenericUI):
3213
+ class RENDER_PT_eevee_next_horizon_scan(
3214
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3215
+ ):
3133
3216
  """ """
3134
3217
 
3135
3218
  COMPAT_ENGINES: typing.Any
@@ -3144,6 +3227,9 @@ class RENDER_PT_eevee_next_motion_blur(bpy_types._GenericUI):
3144
3227
  bl_options: typing.Any
3145
3228
  """ """
3146
3229
 
3230
+ bl_parent_id: typing.Any
3231
+ """ """
3232
+
3147
3233
  bl_region_type: typing.Any
3148
3234
  """ """
3149
3235
 
@@ -3182,13 +3268,6 @@ class RENDER_PT_eevee_next_motion_blur(bpy_types._GenericUI):
3182
3268
  """
3183
3269
  ...
3184
3270
 
3185
- def draw_header(self, context):
3186
- """
3187
-
3188
- :param context:
3189
- """
3190
- ...
3191
-
3192
3271
  def driver_add(self):
3193
3272
  """ """
3194
3273
  ...
@@ -3298,7 +3377,9 @@ class RENDER_PT_eevee_next_motion_blur(bpy_types._GenericUI):
3298
3377
  """ """
3299
3378
  ...
3300
3379
 
3301
- class RENDER_PT_eevee_next_motion_blur_curve(bpy_types._GenericUI):
3380
+ class RENDER_PT_eevee_next_motion_blur(
3381
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3382
+ ):
3302
3383
  """ """
3303
3384
 
3304
3385
  COMPAT_ENGINES: typing.Any
@@ -3313,9 +3394,6 @@ class RENDER_PT_eevee_next_motion_blur_curve(bpy_types._GenericUI):
3313
3394
  bl_options: typing.Any
3314
3395
  """ """
3315
3396
 
3316
- bl_parent_id: typing.Any
3317
- """ """
3318
-
3319
3397
  bl_region_type: typing.Any
3320
3398
  """ """
3321
3399
 
@@ -3354,6 +3432,13 @@ class RENDER_PT_eevee_next_motion_blur_curve(bpy_types._GenericUI):
3354
3432
  """
3355
3433
  ...
3356
3434
 
3435
+ def draw_header(self, context):
3436
+ """
3437
+
3438
+ :param context:
3439
+ """
3440
+ ...
3441
+
3357
3442
  def driver_add(self):
3358
3443
  """ """
3359
3444
  ...
@@ -3463,7 +3548,9 @@ class RENDER_PT_eevee_next_motion_blur_curve(bpy_types._GenericUI):
3463
3548
  """ """
3464
3549
  ...
3465
3550
 
3466
- class RENDER_PT_eevee_next_raytracing(bpy_types._GenericUI):
3551
+ class RENDER_PT_eevee_next_motion_blur_curve(
3552
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3553
+ ):
3467
3554
  """ """
3468
3555
 
3469
3556
  COMPAT_ENGINES: typing.Any
@@ -3478,6 +3565,9 @@ class RENDER_PT_eevee_next_raytracing(bpy_types._GenericUI):
3478
3565
  bl_options: typing.Any
3479
3566
  """ """
3480
3567
 
3568
+ bl_parent_id: typing.Any
3569
+ """ """
3570
+
3481
3571
  bl_region_type: typing.Any
3482
3572
  """ """
3483
3573
 
@@ -3516,20 +3606,6 @@ class RENDER_PT_eevee_next_raytracing(bpy_types._GenericUI):
3516
3606
  """
3517
3607
  ...
3518
3608
 
3519
- def draw_header(self, context):
3520
- """
3521
-
3522
- :param context:
3523
- """
3524
- ...
3525
-
3526
- def draw_header_preset(self, _context):
3527
- """
3528
-
3529
- :param _context:
3530
- """
3531
- ...
3532
-
3533
3609
  def driver_add(self):
3534
3610
  """ """
3535
3611
  ...
@@ -3639,31 +3715,33 @@ class RENDER_PT_eevee_next_raytracing(bpy_types._GenericUI):
3639
3715
  """ """
3640
3716
  ...
3641
3717
 
3642
- class RENDER_PT_eevee_next_raytracing_presets(bpy_types._GenericUI):
3718
+ class RENDER_PT_eevee_next_raytracing(
3719
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3720
+ ):
3643
3721
  """ """
3644
3722
 
3645
- bl_label: typing.Any
3723
+ COMPAT_ENGINES: typing.Any
3646
3724
  """ """
3647
3725
 
3648
- bl_region_type: typing.Any
3726
+ bl_context: typing.Any
3649
3727
  """ """
3650
3728
 
3651
- bl_rna: typing.Any
3729
+ bl_label: typing.Any
3652
3730
  """ """
3653
3731
 
3654
- bl_space_type: typing.Any
3732
+ bl_options: typing.Any
3655
3733
  """ """
3656
3734
 
3657
- id_data: typing.Any
3735
+ bl_region_type: typing.Any
3658
3736
  """ """
3659
3737
 
3660
- preset_add_operator: typing.Any
3738
+ bl_rna: typing.Any
3661
3739
  """ """
3662
3740
 
3663
- preset_operator: typing.Any
3741
+ bl_space_type: typing.Any
3664
3742
  """ """
3665
3743
 
3666
- preset_subdir: typing.Any
3744
+ id_data: typing.Any
3667
3745
  """ """
3668
3746
 
3669
3747
  def append(self, draw_func):
@@ -3692,18 +3770,17 @@ class RENDER_PT_eevee_next_raytracing_presets(bpy_types._GenericUI):
3692
3770
  """
3693
3771
  ...
3694
3772
 
3695
- def draw_menu(self, layout, text):
3773
+ def draw_header(self, context):
3696
3774
  """
3697
3775
 
3698
- :param layout:
3699
- :param text:
3776
+ :param context:
3700
3777
  """
3701
3778
  ...
3702
3779
 
3703
- def draw_panel_header(self, layout):
3780
+ def draw_header_preset(self, _context):
3704
3781
  """
3705
3782
 
3706
- :param layout:
3783
+ :param _context:
3707
3784
  """
3708
3785
  ...
3709
3786
 
@@ -3771,34 +3848,15 @@ class RENDER_PT_eevee_next_raytracing_presets(bpy_types._GenericUI):
3771
3848
  """ """
3772
3849
  ...
3773
3850
 
3774
- def path_menu(
3775
- self,
3776
- searchpaths,
3777
- operator,
3778
- props_default,
3779
- prop_filepath,
3780
- filter_ext,
3781
- filter_path,
3782
- display_name,
3783
- add_operator,
3784
- add_operator_props,
3785
- ):
3786
- """
3851
+ def path_resolve(self):
3852
+ """ """
3853
+ ...
3787
3854
 
3788
- :param searchpaths:
3789
- :param operator:
3790
- :param props_default:
3791
- :param prop_filepath:
3792
- :param filter_ext:
3793
- :param filter_path:
3794
- :param display_name:
3795
- :param add_operator:
3796
- :param add_operator_props:
3855
+ def poll(self, context):
3797
3856
  """
3798
- ...
3799
3857
 
3800
- def path_resolve(self):
3801
- """ """
3858
+ :param context:
3859
+ """
3802
3860
  ...
3803
3861
 
3804
3862
  def pop(self):
@@ -3835,7 +3893,9 @@ class RENDER_PT_eevee_next_raytracing_presets(bpy_types._GenericUI):
3835
3893
  """ """
3836
3894
  ...
3837
3895
 
3838
- class RENDER_PT_eevee_next_sampling(bpy_types._GenericUI):
3896
+ class RENDER_PT_eevee_next_sampling(
3897
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3898
+ ):
3839
3899
  """ """
3840
3900
 
3841
3901
  COMPAT_ENGINES: typing.Any
@@ -3994,7 +4054,9 @@ class RENDER_PT_eevee_next_sampling(bpy_types._GenericUI):
3994
4054
  """ """
3995
4055
  ...
3996
4056
 
3997
- class RENDER_PT_eevee_next_sampling_advanced(bpy_types._GenericUI):
4057
+ class RENDER_PT_eevee_next_sampling_advanced(
4058
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4059
+ ):
3998
4060
  """ """
3999
4061
 
4000
4062
  COMPAT_ENGINES: typing.Any
@@ -4159,7 +4221,9 @@ class RENDER_PT_eevee_next_sampling_advanced(bpy_types._GenericUI):
4159
4221
  """ """
4160
4222
  ...
4161
4223
 
4162
- class RENDER_PT_eevee_next_sampling_render(bpy_types._GenericUI):
4224
+ class RENDER_PT_eevee_next_sampling_render(
4225
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4226
+ ):
4163
4227
  """ """
4164
4228
 
4165
4229
  COMPAT_ENGINES: typing.Any
@@ -4321,7 +4385,9 @@ class RENDER_PT_eevee_next_sampling_render(bpy_types._GenericUI):
4321
4385
  """ """
4322
4386
  ...
4323
4387
 
4324
- class RENDER_PT_eevee_next_sampling_shadows(bpy_types._GenericUI):
4388
+ class RENDER_PT_eevee_next_sampling_shadows(
4389
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4390
+ ):
4325
4391
  """ """
4326
4392
 
4327
4393
  COMPAT_ENGINES: typing.Any
@@ -4493,7 +4559,9 @@ class RENDER_PT_eevee_next_sampling_shadows(bpy_types._GenericUI):
4493
4559
  """ """
4494
4560
  ...
4495
4561
 
4496
- class RENDER_PT_eevee_next_sampling_viewport(bpy_types._GenericUI):
4562
+ class RENDER_PT_eevee_next_sampling_viewport(
4563
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4564
+ ):
4497
4565
  """ """
4498
4566
 
4499
4567
  COMPAT_ENGINES: typing.Any
@@ -4655,7 +4723,9 @@ class RENDER_PT_eevee_next_sampling_viewport(bpy_types._GenericUI):
4655
4723
  """ """
4656
4724
  ...
4657
4725
 
4658
- class RENDER_PT_eevee_next_screen_trace(bpy_types._GenericUI):
4726
+ class RENDER_PT_eevee_next_screen_trace(
4727
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4728
+ ):
4659
4729
  """ """
4660
4730
 
4661
4731
  COMPAT_ENGINES: typing.Any
@@ -4820,7 +4890,9 @@ class RENDER_PT_eevee_next_screen_trace(bpy_types._GenericUI):
4820
4890
  """ """
4821
4891
  ...
4822
4892
 
4823
- class RENDER_PT_eevee_next_volumes(bpy_types._GenericUI):
4893
+ class RENDER_PT_eevee_next_volumes(
4894
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4895
+ ):
4824
4896
  """ """
4825
4897
 
4826
4898
  COMPAT_ENGINES: typing.Any
@@ -4982,7 +5054,9 @@ class RENDER_PT_eevee_next_volumes(bpy_types._GenericUI):
4982
5054
  """ """
4983
5055
  ...
4984
5056
 
4985
- class RENDER_PT_eevee_next_volumes_range(bpy_types._GenericUI):
5057
+ class RENDER_PT_eevee_next_volumes_range(
5058
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5059
+ ):
4986
5060
  """ """
4987
5061
 
4988
5062
  COMPAT_ENGINES: typing.Any
@@ -5154,7 +5228,9 @@ class RENDER_PT_eevee_next_volumes_range(bpy_types._GenericUI):
5154
5228
  """ """
5155
5229
  ...
5156
5230
 
5157
- class RENDER_PT_eevee_performance(bpy_types._GenericUI):
5231
+ class RENDER_PT_eevee_performance(
5232
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5233
+ ):
5158
5234
  """ """
5159
5235
 
5160
5236
  COMPAT_ENGINES: typing.Any
@@ -5316,7 +5392,9 @@ class RENDER_PT_eevee_performance(bpy_types._GenericUI):
5316
5392
  """ """
5317
5393
  ...
5318
5394
 
5319
- class RENDER_PT_eevee_performance_memory(bpy_types._GenericUI):
5395
+ class RENDER_PT_eevee_performance_memory(
5396
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5397
+ ):
5320
5398
  """ """
5321
5399
 
5322
5400
  COMPAT_ENGINES: typing.Any
@@ -5481,7 +5559,9 @@ class RENDER_PT_eevee_performance_memory(bpy_types._GenericUI):
5481
5559
  """ """
5482
5560
  ...
5483
5561
 
5484
- class RENDER_PT_eevee_performance_viewport(bpy_types._GenericUI):
5562
+ class RENDER_PT_eevee_performance_viewport(
5563
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5564
+ ):
5485
5565
  """ """
5486
5566
 
5487
5567
  COMPAT_ENGINES: typing.Any
@@ -5646,7 +5726,9 @@ class RENDER_PT_eevee_performance_viewport(bpy_types._GenericUI):
5646
5726
  """ """
5647
5727
  ...
5648
5728
 
5649
- class RENDER_PT_eevee_sampling(bpy_types._GenericUI):
5729
+ class RENDER_PT_eevee_sampling(
5730
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5731
+ ):
5650
5732
  """ """
5651
5733
 
5652
5734
  COMPAT_ENGINES: typing.Any
@@ -5805,7 +5887,9 @@ class RENDER_PT_eevee_sampling(bpy_types._GenericUI):
5805
5887
  """ """
5806
5888
  ...
5807
5889
 
5808
- class RENDER_PT_eevee_screen_space_reflections(bpy_types._GenericUI):
5890
+ class RENDER_PT_eevee_screen_space_reflections(
5891
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5892
+ ):
5809
5893
  """ """
5810
5894
 
5811
5895
  COMPAT_ENGINES: typing.Any
@@ -5974,7 +6058,9 @@ class RENDER_PT_eevee_screen_space_reflections(bpy_types._GenericUI):
5974
6058
  """ """
5975
6059
  ...
5976
6060
 
5977
- class RENDER_PT_eevee_shadows(bpy_types._GenericUI):
6061
+ class RENDER_PT_eevee_shadows(
6062
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
6063
+ ):
5978
6064
  """ """
5979
6065
 
5980
6066
  COMPAT_ENGINES: typing.Any
@@ -6136,7 +6222,9 @@ class RENDER_PT_eevee_shadows(bpy_types._GenericUI):
6136
6222
  """ """
6137
6223
  ...
6138
6224
 
6139
- class RENDER_PT_eevee_subsurface_scattering(bpy_types._GenericUI):
6225
+ class RENDER_PT_eevee_subsurface_scattering(
6226
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
6227
+ ):
6140
6228
  """ """
6141
6229
 
6142
6230
  COMPAT_ENGINES: typing.Any
@@ -6298,7 +6386,9 @@ class RENDER_PT_eevee_subsurface_scattering(bpy_types._GenericUI):
6298
6386
  """ """
6299
6387
  ...
6300
6388
 
6301
- class RENDER_PT_eevee_volumetric(bpy_types._GenericUI):
6389
+ class RENDER_PT_eevee_volumetric(
6390
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
6391
+ ):
6302
6392
  """ """
6303
6393
 
6304
6394
  COMPAT_ENGINES: typing.Any
@@ -6460,7 +6550,9 @@ class RENDER_PT_eevee_volumetric(bpy_types._GenericUI):
6460
6550
  """ """
6461
6551
  ...
6462
6552
 
6463
- class RENDER_PT_eevee_volumetric_lighting(bpy_types._GenericUI):
6553
+ class RENDER_PT_eevee_volumetric_lighting(
6554
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
6555
+ ):
6464
6556
  """ """
6465
6557
 
6466
6558
  COMPAT_ENGINES: typing.Any
@@ -6629,7 +6721,9 @@ class RENDER_PT_eevee_volumetric_lighting(bpy_types._GenericUI):
6629
6721
  """ """
6630
6722
  ...
6631
6723
 
6632
- class RENDER_PT_eevee_volumetric_shadows(bpy_types._GenericUI):
6724
+ class RENDER_PT_eevee_volumetric_shadows(
6725
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
6726
+ ):
6633
6727
  """ """
6634
6728
 
6635
6729
  COMPAT_ENGINES: typing.Any
@@ -6798,7 +6892,7 @@ class RENDER_PT_eevee_volumetric_shadows(bpy_types._GenericUI):
6798
6892
  """ """
6799
6893
  ...
6800
6894
 
6801
- class RENDER_PT_gpencil(bpy_types._GenericUI):
6895
+ class RENDER_PT_gpencil(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
6802
6896
  """ """
6803
6897
 
6804
6898
  COMPAT_ENGINES: typing.Any
@@ -6963,7 +7057,7 @@ class RENDER_PT_gpencil(bpy_types._GenericUI):
6963
7057
  """ """
6964
7058
  ...
6965
7059
 
6966
- class RENDER_PT_hydra_debug(bpy_types._GenericUI):
7060
+ class RENDER_PT_hydra_debug(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
6967
7061
  """ """
6968
7062
 
6969
7063
  COMPAT_ENGINES: typing.Any
@@ -7128,7 +7222,7 @@ class RENDER_PT_hydra_debug(bpy_types._GenericUI):
7128
7222
  """ """
7129
7223
  ...
7130
7224
 
7131
- class RENDER_PT_opengl_color(bpy_types._GenericUI):
7225
+ class RENDER_PT_opengl_color(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
7132
7226
  """ """
7133
7227
 
7134
7228
  COMPAT_ENGINES: typing.Any
@@ -7287,7 +7381,7 @@ class RENDER_PT_opengl_color(bpy_types._GenericUI):
7287
7381
  """ """
7288
7382
  ...
7289
7383
 
7290
- class RENDER_PT_opengl_film(bpy_types._GenericUI):
7384
+ class RENDER_PT_opengl_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
7291
7385
  """ """
7292
7386
 
7293
7387
  COMPAT_ENGINES: typing.Any
@@ -7449,7 +7543,9 @@ class RENDER_PT_opengl_film(bpy_types._GenericUI):
7449
7543
  """ """
7450
7544
  ...
7451
7545
 
7452
- class RENDER_PT_opengl_lighting(bpy_types._GenericUI):
7546
+ class RENDER_PT_opengl_lighting(
7547
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
7548
+ ):
7453
7549
  """ """
7454
7550
 
7455
7551
  COMPAT_ENGINES: typing.Any
@@ -7608,7 +7704,9 @@ class RENDER_PT_opengl_lighting(bpy_types._GenericUI):
7608
7704
  """ """
7609
7705
  ...
7610
7706
 
7611
- class RENDER_PT_opengl_options(bpy_types._GenericUI):
7707
+ class RENDER_PT_opengl_options(
7708
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
7709
+ ):
7612
7710
  """ """
7613
7711
 
7614
7712
  COMPAT_ENGINES: typing.Any
@@ -7767,7 +7865,9 @@ class RENDER_PT_opengl_options(bpy_types._GenericUI):
7767
7865
  """ """
7768
7866
  ...
7769
7867
 
7770
- class RENDER_PT_opengl_sampling(bpy_types._GenericUI):
7868
+ class RENDER_PT_opengl_sampling(
7869
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
7870
+ ):
7771
7871
  """ """
7772
7872
 
7773
7873
  COMPAT_ENGINES: typing.Any
@@ -7926,7 +8026,7 @@ class RENDER_PT_opengl_sampling(bpy_types._GenericUI):
7926
8026
  """ """
7927
8027
  ...
7928
8028
 
7929
- class RENDER_PT_simplify(bpy_types._GenericUI):
8029
+ class RENDER_PT_simplify(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
7930
8030
  """ """
7931
8031
 
7932
8032
  COMPAT_ENGINES: typing.Any
@@ -8096,7 +8196,10 @@ class RENDER_PT_simplify(bpy_types._GenericUI):
8096
8196
  ...
8097
8197
 
8098
8198
  class RENDER_PT_simplify_greasepencil(
8099
- bl_ui.properties_grease_pencil_common.GreasePencilSimplifyPanel
8199
+ bpy_types._GenericUI,
8200
+ RenderButtonsPanel,
8201
+ bpy_types.Panel,
8202
+ bl_ui.properties_grease_pencil_common.GreasePencilSimplifyPanel,
8100
8203
  ):
8101
8204
  """ """
8102
8205
 
@@ -8269,7 +8372,9 @@ class RENDER_PT_simplify_greasepencil(
8269
8372
  """ """
8270
8373
  ...
8271
8374
 
8272
- class RENDER_PT_simplify_render(bpy_types._GenericUI):
8375
+ class RENDER_PT_simplify_render(
8376
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
8377
+ ):
8273
8378
  """ """
8274
8379
 
8275
8380
  COMPAT_ENGINES: typing.Any
@@ -8431,7 +8536,9 @@ class RENDER_PT_simplify_render(bpy_types._GenericUI):
8431
8536
  """ """
8432
8537
  ...
8433
8538
 
8434
- class RENDER_PT_simplify_viewport(bpy_types._GenericUI):
8539
+ class RENDER_PT_simplify_viewport(
8540
+ bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
8541
+ ):
8435
8542
  """ """
8436
8543
 
8437
8544
  COMPAT_ENGINES: typing.Any
@@ -8593,25 +8700,6 @@ class RENDER_PT_simplify_viewport(bpy_types._GenericUI):
8593
8700
  """ """
8594
8701
  ...
8595
8702
 
8596
- class RenderButtonsPanel:
8597
- """ """
8598
-
8599
- bl_context: typing.Any
8600
- """ """
8601
-
8602
- bl_region_type: typing.Any
8603
- """ """
8604
-
8605
- bl_space_type: typing.Any
8606
- """ """
8607
-
8608
- def poll(self, context):
8609
- """
8610
-
8611
- :param context:
8612
- """
8613
- ...
8614
-
8615
8703
  def draw_curves_settings(context):
8616
8704
  """ """
8617
8705