fake-bpy-module 20240517__py3-none-any.whl → 20240518__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 (173) hide show
  1. _bpy_internal/freedesktop/__init__.pyi +17 -84
  2. addon_utils/__init__.pyi +5 -30
  3. animsys_refactor/__init__.pyi +5 -25
  4. aud/__init__.pyi +1 -4
  5. bgl/__init__.pyi +0 -1629
  6. bl_app_override/__init__.pyi +3 -14
  7. bl_app_override/helpers/__init__.pyi +2 -22
  8. bl_app_template_utils/__init__.pyi +3 -15
  9. bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
  10. bl_i18n_utils/merge_po/__init__.pyi +1 -4
  11. bl_i18n_utils/settings/__init__.pyi +2 -22
  12. bl_i18n_utils/utils/__init__.pyi +8 -65
  13. bl_i18n_utils/utils_cli/__init__.pyi +6 -29
  14. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
  15. bl_keymap_utils/io/__init__.pyi +8 -39
  16. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
  17. bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
  18. bl_keymap_utils/versioning/__init__.pyi +1 -4
  19. bl_operators/__init__.pyi +2 -9
  20. bl_operators/add_mesh_torus/__init__.pyi +2 -18
  21. bl_operators/anim/__init__.pyi +0 -70
  22. bl_operators/assets/__init__.pyi +0 -29
  23. bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
  24. bl_operators/clip/__init__.pyi +5 -114
  25. bl_operators/console/__init__.pyi +0 -37
  26. bl_operators/constraint/__init__.pyi +0 -36
  27. bl_operators/file/__init__.pyi +0 -27
  28. bl_operators/freestyle/__init__.pyi +0 -36
  29. bl_operators/geometry_nodes/__init__.pyi +13 -102
  30. bl_operators/image/__init__.pyi +0 -51
  31. bl_operators/mesh/__init__.pyi +0 -27
  32. bl_operators/node/__init__.pyi +0 -104
  33. bl_operators/object/__init__.pyi +0 -137
  34. bl_operators/object_align/__init__.pyi +3 -23
  35. bl_operators/object_quick_effects/__init__.pyi +2 -48
  36. bl_operators/object_randomize_transform/__init__.pyi +3 -13
  37. bl_operators/presets/__init__.pyi +2 -375
  38. bl_operators/rigidbody/__init__.pyi +0 -27
  39. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
  40. bl_operators/sequencer/__init__.pyi +1 -103
  41. bl_operators/spreadsheet/__init__.pyi +0 -9
  42. bl_operators/userpref/__init__.pyi +1 -200
  43. bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
  44. bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
  45. bl_operators/uvcalc_transform/__init__.pyi +11 -72
  46. bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
  47. bl_operators/view3d/__init__.pyi +0 -63
  48. bl_operators/wm/__init__.pyi +14 -450
  49. bl_operators/world/__init__.pyi +0 -9
  50. bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
  51. bl_rna_utils/data_path/__init__.pyi +0 -1
  52. bl_text_utils/external_editor/__init__.pyi +1 -4
  53. bl_ui/__init__.pyi +30 -140
  54. bl_ui/anim/__init__.pyi +1 -11
  55. bl_ui/asset_shelf/__init__.pyi +1 -15
  56. bl_ui/generic_ui_list/__init__.pyi +2 -30
  57. bl_ui/node_add_menu/__init__.pyi +4 -27
  58. bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
  59. bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
  60. bl_ui/node_add_menu_shader/__init__.pyi +18 -169
  61. bl_ui/node_add_menu_texture/__init__.pyi +9 -117
  62. bl_ui/properties_animviz/__init__.pyi +0 -14
  63. bl_ui/properties_collection/__init__.pyi +7 -111
  64. bl_ui/properties_constraint/__init__.pyi +79 -1523
  65. bl_ui/properties_data_armature/__init__.pyi +12 -213
  66. bl_ui/properties_data_bone/__init__.pyi +10 -197
  67. bl_ui/properties_data_camera/__init__.pyi +15 -311
  68. bl_ui/properties_data_curve/__init__.pyi +15 -318
  69. bl_ui/properties_data_curves/__init__.pyi +6 -107
  70. bl_ui/properties_data_empty/__init__.pyi +2 -43
  71. bl_ui/properties_data_gpencil/__init__.pyi +18 -349
  72. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
  73. bl_ui/properties_data_lattice/__init__.pyi +3 -64
  74. bl_ui/properties_data_light/__init__.pyi +12 -263
  75. bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
  76. bl_ui/properties_data_mesh/__init__.pyi +21 -324
  77. bl_ui/properties_data_metaball/__init__.pyi +5 -102
  78. bl_ui/properties_data_modifier/__init__.pyi +8 -177
  79. bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
  80. bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
  81. bl_ui/properties_data_speaker/__init__.pyi +5 -110
  82. bl_ui/properties_data_volume/__init__.pyi +8 -155
  83. bl_ui/properties_freestyle/__init__.pyi +29 -614
  84. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
  85. bl_ui/properties_mask_common/__init__.pyi +8 -110
  86. bl_ui/properties_material/__init__.pyi +18 -330
  87. bl_ui/properties_material_gpencil/__init__.pyi +10 -181
  88. bl_ui/properties_object/__init__.pyi +14 -275
  89. bl_ui/properties_output/__init__.pyi +18 -369
  90. bl_ui/properties_paint_common/__init__.pyi +12 -105
  91. bl_ui/properties_particle/__init__.pyi +56 -1158
  92. bl_ui/properties_physics_cloth/__init__.pyi +15 -313
  93. bl_ui/properties_physics_common/__init__.pyi +7 -57
  94. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
  95. bl_ui/properties_physics_field/__init__.pyi +11 -217
  96. bl_ui/properties_physics_fluid/__init__.pyi +28 -625
  97. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
  98. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
  99. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
  100. bl_ui/properties_physics_softbody/__init__.pyi +16 -352
  101. bl_ui/properties_render/__init__.pyi +54 -1145
  102. bl_ui/properties_scene/__init__.pyi +15 -297
  103. bl_ui/properties_texture/__init__.pyi +28 -576
  104. bl_ui/properties_view_layer/__init__.pyi +18 -345
  105. bl_ui/properties_workspace/__init__.pyi +4 -79
  106. bl_ui/properties_world/__init__.pyi +10 -219
  107. bl_ui/space_clip/__init__.pyi +71 -1089
  108. bl_ui/space_console/__init__.pyi +7 -72
  109. bl_ui/space_dopesheet/__init__.pyi +31 -484
  110. bl_ui/space_filebrowser/__init__.pyi +34 -430
  111. bl_ui/space_graph/__init__.pyi +20 -236
  112. bl_ui/space_image/__init__.pyi +68 -1088
  113. bl_ui/space_info/__init__.pyi +6 -70
  114. bl_ui/space_nla/__init__.pyi +17 -209
  115. bl_ui/space_node/__init__.pyi +30 -435
  116. bl_ui/space_outliner/__init__.pyi +15 -164
  117. bl_ui/space_properties/__init__.pyi +3 -41
  118. bl_ui/space_sequencer/__init__.pyi +77 -1141
  119. bl_ui/space_spreadsheet/__init__.pyi +1 -11
  120. bl_ui/space_statusbar/__init__.pyi +1 -11
  121. bl_ui/space_text/__init__.pyi +16 -192
  122. bl_ui/space_time/__init__.pyi +8 -110
  123. bl_ui/space_toolsystem_common/__init__.pyi +40 -199
  124. bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
  125. bl_ui/space_topbar/__init__.pyi +27 -334
  126. bl_ui/space_userpref/__init__.pyi +92 -1575
  127. bl_ui/space_view3d/__init__.pyi +269 -3437
  128. bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
  129. bl_ui/temp_anim_layers/__init__.pyi +2 -21
  130. bl_ui/utils/__init__.pyi +0 -7
  131. bl_ui_utils/bug_report_url/__init__.pyi +1 -4
  132. blend_render_info/__init__.pyi +2 -9
  133. bmesh/types/__init__.pyi +1 -18
  134. bpy/ops/wm/__init__.pyi +3 -0
  135. bpy/types/__init__.pyi +295 -4653
  136. bpy/utils/__init__.pyi +14 -70
  137. bpy_extras/anim_utils/__init__.pyi +0 -1
  138. bpy_extras/asset_utils/__init__.pyi +0 -10
  139. bpy_extras/bmesh_utils/__init__.pyi +1 -4
  140. bpy_extras/extensions/junction_module/__init__.pyi +1 -6
  141. bpy_extras/io_utils/__init__.pyi +4 -24
  142. bpy_extras/keyconfig_utils/__init__.pyi +2 -9
  143. bpy_extras/node_shader_utils/__init__.pyi +44 -285
  144. bpy_extras/node_utils/__init__.pyi +2 -9
  145. bpy_extras/object_utils/__init__.pyi +0 -2
  146. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
  147. bpy_restrict_state/__init__.pyi +1 -14
  148. bpy_types/__init__.pyi +8 -274
  149. console_python/__init__.pyi +6 -36
  150. console_shell/__init__.pyi +5 -24
  151. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
  152. fake_bpy_module-20240518.dist-info/RECORD +353 -0
  153. freestyle/chainingiterators/__init__.pyi +10 -40
  154. freestyle/functions/__init__.pyi +7 -33
  155. freestyle/predicates/__init__.pyi +44 -217
  156. freestyle/shaders/__init__.pyi +0 -10
  157. freestyle/utils/__init__.pyi +3 -15
  158. graphviz_export/__init__.pyi +2 -9
  159. idprop/types/__init__.pyi +6 -33
  160. imbuf/types/__init__.pyi +0 -2
  161. keyingsets_builtins/__init__.pyi +2 -156
  162. keyingsets_utils/__init__.pyi +14 -69
  163. mathutils/bvhtree/__init__.pyi +0 -2
  164. nodeitems_builtins/__init__.pyi +5 -30
  165. nodeitems_utils/__init__.pyi +8 -45
  166. rna_info/__init__.pyi +22 -200
  167. rna_keymap_ui/__init__.pyi +6 -29
  168. rna_prop_ui/__init__.pyi +9 -49
  169. rna_xml/__init__.pyi +6 -29
  170. sys_info/__init__.pyi +1 -4
  171. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  172. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
  173. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
@@ -7,10 +7,7 @@ import bpy_types
7
7
  GenericType = typing.TypeVar("GenericType")
8
8
 
9
9
  class CompositorPerformanceButtonsPanel:
10
- """ """
11
-
12
10
  bl_label: typing.Any
13
- """ """
14
11
 
15
12
  def draw(self, context):
16
13
  """
@@ -20,16 +17,9 @@ class CompositorPerformanceButtonsPanel:
20
17
  ...
21
18
 
22
19
  class RenderButtonsPanel:
23
- """ """
24
-
25
20
  bl_context: typing.Any
26
- """ """
27
-
28
21
  bl_region_type: typing.Any
29
- """ """
30
-
31
22
  bl_space_type: typing.Any
32
- """ """
33
23
 
34
24
  def poll(self, context):
35
25
  """
@@ -39,28 +29,13 @@ class RenderButtonsPanel:
39
29
  ...
40
30
 
41
31
  class RENDER_PT_context(bpy_types.Panel, bpy_types._GenericUI):
42
- """ """
43
-
44
32
  bl_context: typing.Any
45
- """ """
46
-
47
33
  bl_label: typing.Any
48
- """ """
49
-
50
34
  bl_options: typing.Any
51
- """ """
52
-
53
35
  bl_region_type: typing.Any
54
- """ """
55
-
56
36
  bl_rna: typing.Any
57
- """ """
58
-
59
37
  bl_space_type: typing.Any
60
- """ """
61
-
62
38
  id_data: typing.Any
63
- """ """
64
39
 
65
40
  def append(self, draw_func):
66
41
  """Append a draw function to this menu,
@@ -145,10 +120,7 @@ class RENDER_PT_context(bpy_types.Panel, bpy_types._GenericUI):
145
120
  """
146
121
  ...
147
122
 
148
- def is_extended(self):
149
- """ """
150
- ...
151
-
123
+ def is_extended(self): ...
152
124
  def is_property_hidden(self) -> bool:
153
125
  """Check if a property is hidden.
154
126
 
@@ -286,31 +258,14 @@ class RENDER_PT_context(bpy_types.Panel, bpy_types._GenericUI):
286
258
  class RENDER_PT_eevee_next_raytracing_presets(
287
259
  bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
288
260
  ):
289
- """ """
290
-
291
261
  bl_label: typing.Any
292
- """ """
293
-
294
262
  bl_region_type: typing.Any
295
- """ """
296
-
297
263
  bl_rna: typing.Any
298
- """ """
299
-
300
264
  bl_space_type: typing.Any
301
- """ """
302
-
303
265
  id_data: typing.Any
304
- """ """
305
-
306
266
  preset_add_operator: typing.Any
307
- """ """
308
-
309
267
  preset_operator: typing.Any
310
- """ """
311
-
312
268
  preset_subdir: typing.Any
313
- """ """
314
269
 
315
270
  def append(self, draw_func):
316
271
  """Append a draw function to this menu,
@@ -410,10 +365,7 @@ class RENDER_PT_eevee_next_raytracing_presets(
410
365
  """
411
366
  ...
412
367
 
413
- def is_extended(self):
414
- """ """
415
- ...
416
-
368
+ def is_extended(self): ...
417
369
  def is_property_hidden(self) -> bool:
418
370
  """Check if a property is hidden.
419
371
 
@@ -578,34 +530,15 @@ class RENDER_PT_eevee_next_raytracing_presets(
578
530
  class RENDER_PT_color_management(
579
531
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
580
532
  ):
581
- """ """
582
-
583
533
  COMPAT_ENGINES: typing.Any
584
- """ """
585
-
586
534
  bl_context: typing.Any
587
- """ """
588
-
589
535
  bl_label: typing.Any
590
- """ """
591
-
592
536
  bl_options: typing.Any
593
- """ """
594
-
595
537
  bl_order: typing.Any
596
- """ """
597
-
598
538
  bl_region_type: typing.Any
599
- """ """
600
-
601
539
  bl_rna: typing.Any
602
- """ """
603
-
604
540
  bl_space_type: typing.Any
605
- """ """
606
-
607
541
  id_data: typing.Any
608
- """ """
609
542
 
610
543
  def append(self, draw_func):
611
544
  """Append a draw function to this menu,
@@ -690,10 +623,7 @@ class RENDER_PT_color_management(
690
623
  """
691
624
  ...
692
625
 
693
- def is_extended(self):
694
- """ """
695
- ...
696
-
626
+ def is_extended(self): ...
697
627
  def is_property_hidden(self) -> bool:
698
628
  """Check if a property is hidden.
699
629
 
@@ -831,34 +761,15 @@ class RENDER_PT_color_management(
831
761
  class RENDER_PT_color_management_curves(
832
762
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
833
763
  ):
834
- """ """
835
-
836
764
  COMPAT_ENGINES: typing.Any
837
- """ """
838
-
839
765
  bl_context: typing.Any
840
- """ """
841
-
842
766
  bl_label: typing.Any
843
- """ """
844
-
845
767
  bl_options: typing.Any
846
- """ """
847
-
848
768
  bl_parent_id: typing.Any
849
- """ """
850
-
851
769
  bl_region_type: typing.Any
852
- """ """
853
-
854
770
  bl_rna: typing.Any
855
- """ """
856
-
857
771
  bl_space_type: typing.Any
858
- """ """
859
-
860
772
  id_data: typing.Any
861
- """ """
862
773
 
863
774
  def append(self, draw_func):
864
775
  """Append a draw function to this menu,
@@ -950,10 +861,7 @@ class RENDER_PT_color_management_curves(
950
861
  """
951
862
  ...
952
863
 
953
- def is_extended(self):
954
- """ """
955
- ...
956
-
864
+ def is_extended(self): ...
957
865
  def is_property_hidden(self) -> bool:
958
866
  """Check if a property is hidden.
959
867
 
@@ -1091,34 +999,15 @@ class RENDER_PT_color_management_curves(
1091
999
  class RENDER_PT_color_management_display_settings(
1092
1000
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1093
1001
  ):
1094
- """ """
1095
-
1096
1002
  COMPAT_ENGINES: typing.Any
1097
- """ """
1098
-
1099
1003
  bl_context: typing.Any
1100
- """ """
1101
-
1102
1004
  bl_label: typing.Any
1103
- """ """
1104
-
1105
1005
  bl_options: typing.Any
1106
- """ """
1107
-
1108
1006
  bl_parent_id: typing.Any
1109
- """ """
1110
-
1111
1007
  bl_region_type: typing.Any
1112
- """ """
1113
-
1114
1008
  bl_rna: typing.Any
1115
- """ """
1116
-
1117
1009
  bl_space_type: typing.Any
1118
- """ """
1119
-
1120
1010
  id_data: typing.Any
1121
- """ """
1122
1011
 
1123
1012
  def append(self, draw_func):
1124
1013
  """Append a draw function to this menu,
@@ -1203,10 +1092,7 @@ class RENDER_PT_color_management_display_settings(
1203
1092
  """
1204
1093
  ...
1205
1094
 
1206
- def is_extended(self):
1207
- """ """
1208
- ...
1209
-
1095
+ def is_extended(self): ...
1210
1096
  def is_property_hidden(self) -> bool:
1211
1097
  """Check if a property is hidden.
1212
1098
 
@@ -1344,31 +1230,14 @@ class RENDER_PT_color_management_display_settings(
1344
1230
  class RENDER_PT_eevee_ambient_occlusion(
1345
1231
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1346
1232
  ):
1347
- """ """
1348
-
1349
1233
  COMPAT_ENGINES: typing.Any
1350
- """ """
1351
-
1352
1234
  bl_context: typing.Any
1353
- """ """
1354
-
1355
1235
  bl_label: typing.Any
1356
- """ """
1357
-
1358
1236
  bl_options: typing.Any
1359
- """ """
1360
-
1361
1237
  bl_region_type: typing.Any
1362
- """ """
1363
-
1364
1238
  bl_rna: typing.Any
1365
- """ """
1366
-
1367
1239
  bl_space_type: typing.Any
1368
- """ """
1369
-
1370
1240
  id_data: typing.Any
1371
- """ """
1372
1241
 
1373
1242
  def append(self, draw_func):
1374
1243
  """Append a draw function to this menu,
@@ -1460,10 +1329,7 @@ class RENDER_PT_eevee_ambient_occlusion(
1460
1329
  """
1461
1330
  ...
1462
1331
 
1463
- def is_extended(self):
1464
- """ """
1465
- ...
1466
-
1332
+ def is_extended(self): ...
1467
1333
  def is_property_hidden(self) -> bool:
1468
1334
  """Check if a property is hidden.
1469
1335
 
@@ -1599,31 +1465,14 @@ class RENDER_PT_eevee_ambient_occlusion(
1599
1465
  ...
1600
1466
 
1601
1467
  class RENDER_PT_eevee_bloom(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
1602
- """ """
1603
-
1604
1468
  COMPAT_ENGINES: typing.Any
1605
- """ """
1606
-
1607
1469
  bl_context: typing.Any
1608
- """ """
1609
-
1610
1470
  bl_label: typing.Any
1611
- """ """
1612
-
1613
1471
  bl_options: typing.Any
1614
- """ """
1615
-
1616
1472
  bl_region_type: typing.Any
1617
- """ """
1618
-
1619
1473
  bl_rna: typing.Any
1620
- """ """
1621
-
1622
1474
  bl_space_type: typing.Any
1623
- """ """
1624
-
1625
1475
  id_data: typing.Any
1626
- """ """
1627
1476
 
1628
1477
  def append(self, draw_func):
1629
1478
  """Append a draw function to this menu,
@@ -1715,10 +1564,7 @@ class RENDER_PT_eevee_bloom(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gene
1715
1564
  """
1716
1565
  ...
1717
1566
 
1718
- def is_extended(self):
1719
- """ """
1720
- ...
1721
-
1567
+ def is_extended(self): ...
1722
1568
  def is_property_hidden(self) -> bool:
1723
1569
  """Check if a property is hidden.
1724
1570
 
@@ -1856,31 +1702,14 @@ class RENDER_PT_eevee_bloom(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gene
1856
1702
  class RENDER_PT_eevee_depth_of_field(
1857
1703
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
1858
1704
  ):
1859
- """ """
1860
-
1861
1705
  COMPAT_ENGINES: typing.Any
1862
- """ """
1863
-
1864
1706
  bl_context: typing.Any
1865
- """ """
1866
-
1867
1707
  bl_label: typing.Any
1868
- """ """
1869
-
1870
1708
  bl_options: typing.Any
1871
- """ """
1872
-
1873
1709
  bl_region_type: typing.Any
1874
- """ """
1875
-
1876
1710
  bl_rna: typing.Any
1877
- """ """
1878
-
1879
1711
  bl_space_type: typing.Any
1880
- """ """
1881
-
1882
1712
  id_data: typing.Any
1883
- """ """
1884
1713
 
1885
1714
  def append(self, draw_func):
1886
1715
  """Append a draw function to this menu,
@@ -1965,10 +1794,7 @@ class RENDER_PT_eevee_depth_of_field(
1965
1794
  """
1966
1795
  ...
1967
1796
 
1968
- def is_extended(self):
1969
- """ """
1970
- ...
1971
-
1797
+ def is_extended(self): ...
1972
1798
  def is_property_hidden(self) -> bool:
1973
1799
  """Check if a property is hidden.
1974
1800
 
@@ -2104,31 +1930,14 @@ class RENDER_PT_eevee_depth_of_field(
2104
1930
  ...
2105
1931
 
2106
1932
  class RENDER_PT_eevee_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
2107
- """ """
2108
-
2109
1933
  COMPAT_ENGINES: typing.Any
2110
- """ """
2111
-
2112
1934
  bl_context: typing.Any
2113
- """ """
2114
-
2115
1935
  bl_label: typing.Any
2116
- """ """
2117
-
2118
1936
  bl_options: typing.Any
2119
- """ """
2120
-
2121
1937
  bl_region_type: typing.Any
2122
- """ """
2123
-
2124
1938
  bl_rna: typing.Any
2125
- """ """
2126
-
2127
1939
  bl_space_type: typing.Any
2128
- """ """
2129
-
2130
1940
  id_data: typing.Any
2131
- """ """
2132
1941
 
2133
1942
  def append(self, draw_func):
2134
1943
  """Append a draw function to this menu,
@@ -2213,10 +2022,7 @@ class RENDER_PT_eevee_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gener
2213
2022
  """
2214
2023
  ...
2215
2024
 
2216
- def is_extended(self):
2217
- """ """
2218
- ...
2219
-
2025
+ def is_extended(self): ...
2220
2026
  def is_property_hidden(self) -> bool:
2221
2027
  """Check if a property is hidden.
2222
2028
 
@@ -2352,31 +2158,14 @@ class RENDER_PT_eevee_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gener
2352
2158
  ...
2353
2159
 
2354
2160
  class RENDER_PT_eevee_hair(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
2355
- """ """
2356
-
2357
2161
  COMPAT_ENGINES: typing.Any
2358
- """ """
2359
-
2360
2162
  bl_context: typing.Any
2361
- """ """
2362
-
2363
2163
  bl_label: typing.Any
2364
- """ """
2365
-
2366
2164
  bl_options: typing.Any
2367
- """ """
2368
-
2369
2165
  bl_region_type: typing.Any
2370
- """ """
2371
-
2372
2166
  bl_rna: typing.Any
2373
- """ """
2374
-
2375
2167
  bl_space_type: typing.Any
2376
- """ """
2377
-
2378
2168
  id_data: typing.Any
2379
- """ """
2380
2169
 
2381
2170
  def append(self, draw_func):
2382
2171
  """Append a draw function to this menu,
@@ -2461,10 +2250,7 @@ class RENDER_PT_eevee_hair(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gener
2461
2250
  """
2462
2251
  ...
2463
2252
 
2464
- def is_extended(self):
2465
- """ """
2466
- ...
2467
-
2253
+ def is_extended(self): ...
2468
2254
  def is_property_hidden(self) -> bool:
2469
2255
  """Check if a property is hidden.
2470
2256
 
@@ -2602,31 +2388,14 @@ class RENDER_PT_eevee_hair(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gener
2602
2388
  class RENDER_PT_eevee_indirect_lighting(
2603
2389
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2604
2390
  ):
2605
- """ """
2606
-
2607
2391
  COMPAT_ENGINES: typing.Any
2608
- """ """
2609
-
2610
2392
  bl_context: typing.Any
2611
- """ """
2612
-
2613
2393
  bl_label: typing.Any
2614
- """ """
2615
-
2616
2394
  bl_options: typing.Any
2617
- """ """
2618
-
2619
2395
  bl_region_type: typing.Any
2620
- """ """
2621
-
2622
2396
  bl_rna: typing.Any
2623
- """ """
2624
-
2625
2397
  bl_space_type: typing.Any
2626
- """ """
2627
-
2628
2398
  id_data: typing.Any
2629
- """ """
2630
2399
 
2631
2400
  def append(self, draw_func):
2632
2401
  """Append a draw function to this menu,
@@ -2711,10 +2480,7 @@ class RENDER_PT_eevee_indirect_lighting(
2711
2480
  """
2712
2481
  ...
2713
2482
 
2714
- def is_extended(self):
2715
- """ """
2716
- ...
2717
-
2483
+ def is_extended(self): ...
2718
2484
  def is_property_hidden(self) -> bool:
2719
2485
  """Check if a property is hidden.
2720
2486
 
@@ -2852,31 +2618,14 @@ class RENDER_PT_eevee_indirect_lighting(
2852
2618
  class RENDER_PT_eevee_indirect_lighting_display(
2853
2619
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
2854
2620
  ):
2855
- """ """
2856
-
2857
2621
  COMPAT_ENGINES: typing.Any
2858
- """ """
2859
-
2860
2622
  bl_context: typing.Any
2861
- """ """
2862
-
2863
2623
  bl_label: typing.Any
2864
- """ """
2865
-
2866
2624
  bl_parent_id: typing.Any
2867
- """ """
2868
-
2869
2625
  bl_region_type: typing.Any
2870
- """ """
2871
-
2872
2626
  bl_rna: typing.Any
2873
- """ """
2874
-
2875
2627
  bl_space_type: typing.Any
2876
- """ """
2877
-
2878
2628
  id_data: typing.Any
2879
- """ """
2880
2629
 
2881
2630
  def append(self, draw_func):
2882
2631
  """Append a draw function to this menu,
@@ -2961,10 +2710,7 @@ class RENDER_PT_eevee_indirect_lighting_display(
2961
2710
  """
2962
2711
  ...
2963
2712
 
2964
- def is_extended(self):
2965
- """ """
2966
- ...
2967
-
2713
+ def is_extended(self): ...
2968
2714
  def is_property_hidden(self) -> bool:
2969
2715
  """Check if a property is hidden.
2970
2716
 
@@ -3102,31 +2848,14 @@ class RENDER_PT_eevee_indirect_lighting_display(
3102
2848
  class RENDER_PT_eevee_motion_blur(
3103
2849
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3104
2850
  ):
3105
- """ """
3106
-
3107
2851
  COMPAT_ENGINES: typing.Any
3108
- """ """
3109
-
3110
2852
  bl_context: typing.Any
3111
- """ """
3112
-
3113
2853
  bl_label: typing.Any
3114
- """ """
3115
-
3116
2854
  bl_options: typing.Any
3117
- """ """
3118
-
3119
2855
  bl_region_type: typing.Any
3120
- """ """
3121
-
3122
2856
  bl_rna: typing.Any
3123
- """ """
3124
-
3125
2857
  bl_space_type: typing.Any
3126
- """ """
3127
-
3128
2858
  id_data: typing.Any
3129
- """ """
3130
2859
 
3131
2860
  def append(self, draw_func):
3132
2861
  """Append a draw function to this menu,
@@ -3218,10 +2947,7 @@ class RENDER_PT_eevee_motion_blur(
3218
2947
  """
3219
2948
  ...
3220
2949
 
3221
- def is_extended(self):
3222
- """ """
3223
- ...
3224
-
2950
+ def is_extended(self): ...
3225
2951
  def is_property_hidden(self) -> bool:
3226
2952
  """Check if a property is hidden.
3227
2953
 
@@ -3359,31 +3085,14 @@ class RENDER_PT_eevee_motion_blur(
3359
3085
  class RENDER_PT_eevee_next_clamping(
3360
3086
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3361
3087
  ):
3362
- """ """
3363
-
3364
3088
  COMPAT_ENGINES: typing.Any
3365
- """ """
3366
-
3367
3089
  bl_context: typing.Any
3368
- """ """
3369
-
3370
3090
  bl_label: typing.Any
3371
- """ """
3372
-
3373
3091
  bl_options: typing.Any
3374
- """ """
3375
-
3376
3092
  bl_region_type: typing.Any
3377
- """ """
3378
-
3379
3093
  bl_rna: typing.Any
3380
- """ """
3381
-
3382
3094
  bl_space_type: typing.Any
3383
- """ """
3384
-
3385
3095
  id_data: typing.Any
3386
- """ """
3387
3096
 
3388
3097
  def append(self, draw_func):
3389
3098
  """Append a draw function to this menu,
@@ -3468,10 +3177,7 @@ class RENDER_PT_eevee_next_clamping(
3468
3177
  """
3469
3178
  ...
3470
3179
 
3471
- def is_extended(self):
3472
- """ """
3473
- ...
3474
-
3180
+ def is_extended(self): ...
3475
3181
  def is_property_hidden(self) -> bool:
3476
3182
  """Check if a property is hidden.
3477
3183
 
@@ -3609,31 +3315,14 @@ class RENDER_PT_eevee_next_clamping(
3609
3315
  class RENDER_PT_eevee_next_clamping_surface(
3610
3316
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3611
3317
  ):
3612
- """ """
3613
-
3614
3318
  COMPAT_ENGINES: typing.Any
3615
- """ """
3616
-
3617
3319
  bl_context: typing.Any
3618
- """ """
3619
-
3620
3320
  bl_label: typing.Any
3621
- """ """
3622
-
3623
3321
  bl_parent_id: typing.Any
3624
- """ """
3625
-
3626
3322
  bl_region_type: typing.Any
3627
- """ """
3628
-
3629
3323
  bl_rna: typing.Any
3630
- """ """
3631
-
3632
3324
  bl_space_type: typing.Any
3633
- """ """
3634
-
3635
3325
  id_data: typing.Any
3636
- """ """
3637
3326
 
3638
3327
  def append(self, draw_func):
3639
3328
  """Append a draw function to this menu,
@@ -3718,10 +3407,7 @@ class RENDER_PT_eevee_next_clamping_surface(
3718
3407
  """
3719
3408
  ...
3720
3409
 
3721
- def is_extended(self):
3722
- """ """
3723
- ...
3724
-
3410
+ def is_extended(self): ...
3725
3411
  def is_property_hidden(self) -> bool:
3726
3412
  """Check if a property is hidden.
3727
3413
 
@@ -3859,31 +3545,14 @@ class RENDER_PT_eevee_next_clamping_surface(
3859
3545
  class RENDER_PT_eevee_next_clamping_volume(
3860
3546
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
3861
3547
  ):
3862
- """ """
3863
-
3864
3548
  COMPAT_ENGINES: typing.Any
3865
- """ """
3866
-
3867
3549
  bl_context: typing.Any
3868
- """ """
3869
-
3870
3550
  bl_label: typing.Any
3871
- """ """
3872
-
3873
3551
  bl_parent_id: typing.Any
3874
- """ """
3875
-
3876
3552
  bl_region_type: typing.Any
3877
- """ """
3878
-
3879
3553
  bl_rna: typing.Any
3880
- """ """
3881
-
3882
3554
  bl_space_type: typing.Any
3883
- """ """
3884
-
3885
3555
  id_data: typing.Any
3886
- """ """
3887
3556
 
3888
3557
  def append(self, draw_func):
3889
3558
  """Append a draw function to this menu,
@@ -3968,10 +3637,7 @@ class RENDER_PT_eevee_next_clamping_volume(
3968
3637
  """
3969
3638
  ...
3970
3639
 
3971
- def is_extended(self):
3972
- """ """
3973
- ...
3974
-
3640
+ def is_extended(self): ...
3975
3641
  def is_property_hidden(self) -> bool:
3976
3642
  """Check if a property is hidden.
3977
3643
 
@@ -4109,34 +3775,15 @@ class RENDER_PT_eevee_next_clamping_volume(
4109
3775
  class RENDER_PT_eevee_next_denoise(
4110
3776
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4111
3777
  ):
4112
- """ """
4113
-
4114
3778
  COMPAT_ENGINES: typing.Any
4115
- """ """
4116
-
4117
3779
  bl_context: typing.Any
4118
- """ """
4119
-
4120
3780
  bl_label: typing.Any
4121
- """ """
4122
-
4123
3781
  bl_options: typing.Any
4124
- """ """
4125
-
4126
3782
  bl_parent_id: typing.Any
4127
- """ """
4128
-
4129
3783
  bl_region_type: typing.Any
4130
- """ """
4131
-
4132
3784
  bl_rna: typing.Any
4133
- """ """
4134
-
4135
3785
  bl_space_type: typing.Any
4136
- """ """
4137
-
4138
3786
  id_data: typing.Any
4139
- """ """
4140
3787
 
4141
3788
  def append(self, draw_func):
4142
3789
  """Append a draw function to this menu,
@@ -4228,10 +3875,7 @@ class RENDER_PT_eevee_next_denoise(
4228
3875
  """
4229
3876
  ...
4230
3877
 
4231
- def is_extended(self):
4232
- """ """
4233
- ...
4234
-
3878
+ def is_extended(self): ...
4235
3879
  def is_property_hidden(self) -> bool:
4236
3880
  """Check if a property is hidden.
4237
3881
 
@@ -4369,31 +4013,14 @@ class RENDER_PT_eevee_next_denoise(
4369
4013
  class RENDER_PT_eevee_next_depth_of_field(
4370
4014
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4371
4015
  ):
4372
- """ """
4373
-
4374
4016
  COMPAT_ENGINES: typing.Any
4375
- """ """
4376
-
4377
4017
  bl_context: typing.Any
4378
- """ """
4379
-
4380
4018
  bl_label: typing.Any
4381
- """ """
4382
-
4383
4019
  bl_options: typing.Any
4384
- """ """
4385
-
4386
4020
  bl_region_type: typing.Any
4387
- """ """
4388
-
4389
4021
  bl_rna: typing.Any
4390
- """ """
4391
-
4392
4022
  bl_space_type: typing.Any
4393
- """ """
4394
-
4395
4023
  id_data: typing.Any
4396
- """ """
4397
4024
 
4398
4025
  def append(self, draw_func):
4399
4026
  """Append a draw function to this menu,
@@ -4478,10 +4105,7 @@ class RENDER_PT_eevee_next_depth_of_field(
4478
4105
  """
4479
4106
  ...
4480
4107
 
4481
- def is_extended(self):
4482
- """ """
4483
- ...
4484
-
4108
+ def is_extended(self): ...
4485
4109
  def is_property_hidden(self) -> bool:
4486
4110
  """Check if a property is hidden.
4487
4111
 
@@ -4619,31 +4243,14 @@ class RENDER_PT_eevee_next_depth_of_field(
4619
4243
  class RENDER_PT_eevee_next_film(
4620
4244
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4621
4245
  ):
4622
- """ """
4623
-
4624
4246
  COMPAT_ENGINES: typing.Any
4625
- """ """
4626
-
4627
4247
  bl_context: typing.Any
4628
- """ """
4629
-
4630
4248
  bl_label: typing.Any
4631
- """ """
4632
-
4633
4249
  bl_options: typing.Any
4634
- """ """
4635
-
4636
4250
  bl_region_type: typing.Any
4637
- """ """
4638
-
4639
4251
  bl_rna: typing.Any
4640
- """ """
4641
-
4642
4252
  bl_space_type: typing.Any
4643
- """ """
4644
-
4645
4253
  id_data: typing.Any
4646
- """ """
4647
4254
 
4648
4255
  def append(self, draw_func):
4649
4256
  """Append a draw function to this menu,
@@ -4728,10 +4335,7 @@ class RENDER_PT_eevee_next_film(
4728
4335
  """
4729
4336
  ...
4730
4337
 
4731
- def is_extended(self):
4732
- """ """
4733
- ...
4734
-
4338
+ def is_extended(self): ...
4735
4339
  def is_property_hidden(self) -> bool:
4736
4340
  """Check if a property is hidden.
4737
4341
 
@@ -4869,34 +4473,15 @@ class RENDER_PT_eevee_next_film(
4869
4473
  class RENDER_PT_eevee_next_horizon_scan(
4870
4474
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
4871
4475
  ):
4872
- """ """
4873
-
4874
4476
  COMPAT_ENGINES: typing.Any
4875
- """ """
4876
-
4877
4477
  bl_context: typing.Any
4878
- """ """
4879
-
4880
4478
  bl_label: typing.Any
4881
- """ """
4882
-
4883
4479
  bl_options: typing.Any
4884
- """ """
4885
-
4886
4480
  bl_parent_id: typing.Any
4887
- """ """
4888
-
4889
4481
  bl_region_type: typing.Any
4890
- """ """
4891
-
4892
4482
  bl_rna: typing.Any
4893
- """ """
4894
-
4895
4483
  bl_space_type: typing.Any
4896
- """ """
4897
-
4898
4484
  id_data: typing.Any
4899
- """ """
4900
4485
 
4901
4486
  def append(self, draw_func):
4902
4487
  """Append a draw function to this menu,
@@ -4981,10 +4566,7 @@ class RENDER_PT_eevee_next_horizon_scan(
4981
4566
  """
4982
4567
  ...
4983
4568
 
4984
- def is_extended(self):
4985
- """ """
4986
- ...
4987
-
4569
+ def is_extended(self): ...
4988
4570
  def is_property_hidden(self) -> bool:
4989
4571
  """Check if a property is hidden.
4990
4572
 
@@ -5122,31 +4704,14 @@ class RENDER_PT_eevee_next_horizon_scan(
5122
4704
  class RENDER_PT_eevee_next_motion_blur(
5123
4705
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5124
4706
  ):
5125
- """ """
5126
-
5127
4707
  COMPAT_ENGINES: typing.Any
5128
- """ """
5129
-
5130
4708
  bl_context: typing.Any
5131
- """ """
5132
-
5133
4709
  bl_label: typing.Any
5134
- """ """
5135
-
5136
4710
  bl_options: typing.Any
5137
- """ """
5138
-
5139
4711
  bl_region_type: typing.Any
5140
- """ """
5141
-
5142
4712
  bl_rna: typing.Any
5143
- """ """
5144
-
5145
4713
  bl_space_type: typing.Any
5146
- """ """
5147
-
5148
4714
  id_data: typing.Any
5149
- """ """
5150
4715
 
5151
4716
  def append(self, draw_func):
5152
4717
  """Append a draw function to this menu,
@@ -5238,10 +4803,7 @@ class RENDER_PT_eevee_next_motion_blur(
5238
4803
  """
5239
4804
  ...
5240
4805
 
5241
- def is_extended(self):
5242
- """ """
5243
- ...
5244
-
4806
+ def is_extended(self): ...
5245
4807
  def is_property_hidden(self) -> bool:
5246
4808
  """Check if a property is hidden.
5247
4809
 
@@ -5379,34 +4941,15 @@ class RENDER_PT_eevee_next_motion_blur(
5379
4941
  class RENDER_PT_eevee_next_motion_blur_curve(
5380
4942
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5381
4943
  ):
5382
- """ """
5383
-
5384
4944
  COMPAT_ENGINES: typing.Any
5385
- """ """
5386
-
5387
4945
  bl_context: typing.Any
5388
- """ """
5389
-
5390
4946
  bl_label: typing.Any
5391
- """ """
5392
-
5393
4947
  bl_options: typing.Any
5394
- """ """
5395
-
5396
4948
  bl_parent_id: typing.Any
5397
- """ """
5398
-
5399
4949
  bl_region_type: typing.Any
5400
- """ """
5401
-
5402
4950
  bl_rna: typing.Any
5403
- """ """
5404
-
5405
4951
  bl_space_type: typing.Any
5406
- """ """
5407
-
5408
4952
  id_data: typing.Any
5409
- """ """
5410
4953
 
5411
4954
  def append(self, draw_func):
5412
4955
  """Append a draw function to this menu,
@@ -5491,10 +5034,7 @@ class RENDER_PT_eevee_next_motion_blur_curve(
5491
5034
  """
5492
5035
  ...
5493
5036
 
5494
- def is_extended(self):
5495
- """ """
5496
- ...
5497
-
5037
+ def is_extended(self): ...
5498
5038
  def is_property_hidden(self) -> bool:
5499
5039
  """Check if a property is hidden.
5500
5040
 
@@ -5632,31 +5172,14 @@ class RENDER_PT_eevee_next_motion_blur_curve(
5632
5172
  class RENDER_PT_eevee_next_raytracing(
5633
5173
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5634
5174
  ):
5635
- """ """
5636
-
5637
5175
  COMPAT_ENGINES: typing.Any
5638
- """ """
5639
-
5640
5176
  bl_context: typing.Any
5641
- """ """
5642
-
5643
5177
  bl_label: typing.Any
5644
- """ """
5645
-
5646
5178
  bl_options: typing.Any
5647
- """ """
5648
-
5649
5179
  bl_region_type: typing.Any
5650
- """ """
5651
-
5652
5180
  bl_rna: typing.Any
5653
- """ """
5654
-
5655
5181
  bl_space_type: typing.Any
5656
- """ """
5657
-
5658
5182
  id_data: typing.Any
5659
- """ """
5660
5183
 
5661
5184
  def append(self, draw_func):
5662
5185
  """Append a draw function to this menu,
@@ -5755,10 +5278,7 @@ class RENDER_PT_eevee_next_raytracing(
5755
5278
  """
5756
5279
  ...
5757
5280
 
5758
- def is_extended(self):
5759
- """ """
5760
- ...
5761
-
5281
+ def is_extended(self): ...
5762
5282
  def is_property_hidden(self) -> bool:
5763
5283
  """Check if a property is hidden.
5764
5284
 
@@ -5896,28 +5416,13 @@ class RENDER_PT_eevee_next_raytracing(
5896
5416
  class RENDER_PT_eevee_next_sampling(
5897
5417
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
5898
5418
  ):
5899
- """ """
5900
-
5901
5419
  COMPAT_ENGINES: typing.Any
5902
- """ """
5903
-
5904
5420
  bl_context: typing.Any
5905
- """ """
5906
-
5907
5421
  bl_label: typing.Any
5908
- """ """
5909
-
5910
5422
  bl_region_type: typing.Any
5911
- """ """
5912
-
5913
5423
  bl_rna: typing.Any
5914
- """ """
5915
-
5916
5424
  bl_space_type: typing.Any
5917
- """ """
5918
-
5919
5425
  id_data: typing.Any
5920
- """ """
5921
5426
 
5922
5427
  def append(self, draw_func):
5923
5428
  """Append a draw function to this menu,
@@ -6002,10 +5507,7 @@ class RENDER_PT_eevee_next_sampling(
6002
5507
  """
6003
5508
  ...
6004
5509
 
6005
- def is_extended(self):
6006
- """ """
6007
- ...
6008
-
5510
+ def is_extended(self): ...
6009
5511
  def is_property_hidden(self) -> bool:
6010
5512
  """Check if a property is hidden.
6011
5513
 
@@ -6143,34 +5645,15 @@ class RENDER_PT_eevee_next_sampling(
6143
5645
  class RENDER_PT_eevee_next_sampling_advanced(
6144
5646
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
6145
5647
  ):
6146
- """ """
6147
-
6148
5648
  COMPAT_ENGINES: typing.Any
6149
- """ """
6150
-
6151
5649
  bl_context: typing.Any
6152
- """ """
6153
-
6154
5650
  bl_label: typing.Any
6155
- """ """
6156
-
6157
5651
  bl_options: typing.Any
6158
- """ """
6159
-
6160
5652
  bl_parent_id: typing.Any
6161
- """ """
6162
-
6163
5653
  bl_region_type: typing.Any
6164
- """ """
6165
-
6166
5654
  bl_rna: typing.Any
6167
- """ """
6168
-
6169
5655
  bl_space_type: typing.Any
6170
- """ """
6171
-
6172
5656
  id_data: typing.Any
6173
- """ """
6174
5657
 
6175
5658
  def append(self, draw_func):
6176
5659
  """Append a draw function to this menu,
@@ -6255,10 +5738,7 @@ class RENDER_PT_eevee_next_sampling_advanced(
6255
5738
  """
6256
5739
  ...
6257
5740
 
6258
- def is_extended(self):
6259
- """ """
6260
- ...
6261
-
5741
+ def is_extended(self): ...
6262
5742
  def is_property_hidden(self) -> bool:
6263
5743
  """Check if a property is hidden.
6264
5744
 
@@ -6396,31 +5876,14 @@ class RENDER_PT_eevee_next_sampling_advanced(
6396
5876
  class RENDER_PT_eevee_next_sampling_render(
6397
5877
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
6398
5878
  ):
6399
- """ """
6400
-
6401
5879
  COMPAT_ENGINES: typing.Any
6402
- """ """
6403
-
6404
5880
  bl_context: typing.Any
6405
- """ """
6406
-
6407
5881
  bl_label: typing.Any
6408
- """ """
6409
-
6410
5882
  bl_parent_id: typing.Any
6411
- """ """
6412
-
6413
5883
  bl_region_type: typing.Any
6414
- """ """
6415
-
6416
5884
  bl_rna: typing.Any
6417
- """ """
6418
-
6419
5885
  bl_space_type: typing.Any
6420
- """ """
6421
-
6422
5886
  id_data: typing.Any
6423
- """ """
6424
5887
 
6425
5888
  def append(self, draw_func):
6426
5889
  """Append a draw function to this menu,
@@ -6505,10 +5968,7 @@ class RENDER_PT_eevee_next_sampling_render(
6505
5968
  """
6506
5969
  ...
6507
5970
 
6508
- def is_extended(self):
6509
- """ """
6510
- ...
6511
-
5971
+ def is_extended(self): ...
6512
5972
  def is_property_hidden(self) -> bool:
6513
5973
  """Check if a property is hidden.
6514
5974
 
@@ -6646,34 +6106,15 @@ class RENDER_PT_eevee_next_sampling_render(
6646
6106
  class RENDER_PT_eevee_next_sampling_shadows(
6647
6107
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
6648
6108
  ):
6649
- """ """
6650
-
6651
6109
  COMPAT_ENGINES: typing.Any
6652
- """ """
6653
-
6654
6110
  bl_context: typing.Any
6655
- """ """
6656
-
6657
6111
  bl_label: typing.Any
6658
- """ """
6659
-
6660
6112
  bl_options: typing.Any
6661
- """ """
6662
-
6663
6113
  bl_parent_id: typing.Any
6664
- """ """
6665
-
6666
6114
  bl_region_type: typing.Any
6667
- """ """
6668
-
6669
6115
  bl_rna: typing.Any
6670
- """ """
6671
-
6672
6116
  bl_space_type: typing.Any
6673
- """ """
6674
-
6675
6117
  id_data: typing.Any
6676
- """ """
6677
6118
 
6678
6119
  def append(self, draw_func):
6679
6120
  """Append a draw function to this menu,
@@ -6765,10 +6206,7 @@ class RENDER_PT_eevee_next_sampling_shadows(
6765
6206
  """
6766
6207
  ...
6767
6208
 
6768
- def is_extended(self):
6769
- """ """
6770
- ...
6771
-
6209
+ def is_extended(self): ...
6772
6210
  def is_property_hidden(self) -> bool:
6773
6211
  """Check if a property is hidden.
6774
6212
 
@@ -6906,31 +6344,14 @@ class RENDER_PT_eevee_next_sampling_shadows(
6906
6344
  class RENDER_PT_eevee_next_sampling_viewport(
6907
6345
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
6908
6346
  ):
6909
- """ """
6910
-
6911
6347
  COMPAT_ENGINES: typing.Any
6912
- """ """
6913
-
6914
6348
  bl_context: typing.Any
6915
- """ """
6916
-
6917
6349
  bl_label: typing.Any
6918
- """ """
6919
-
6920
6350
  bl_parent_id: typing.Any
6921
- """ """
6922
-
6923
6351
  bl_region_type: typing.Any
6924
- """ """
6925
-
6926
6352
  bl_rna: typing.Any
6927
- """ """
6928
-
6929
6353
  bl_space_type: typing.Any
6930
- """ """
6931
-
6932
6354
  id_data: typing.Any
6933
- """ """
6934
6355
 
6935
6356
  def append(self, draw_func):
6936
6357
  """Append a draw function to this menu,
@@ -7015,10 +6436,7 @@ class RENDER_PT_eevee_next_sampling_viewport(
7015
6436
  """
7016
6437
  ...
7017
6438
 
7018
- def is_extended(self):
7019
- """ """
7020
- ...
7021
-
6439
+ def is_extended(self): ...
7022
6440
  def is_property_hidden(self) -> bool:
7023
6441
  """Check if a property is hidden.
7024
6442
 
@@ -7156,34 +6574,15 @@ class RENDER_PT_eevee_next_sampling_viewport(
7156
6574
  class RENDER_PT_eevee_next_screen_trace(
7157
6575
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
7158
6576
  ):
7159
- """ """
7160
-
7161
6577
  COMPAT_ENGINES: typing.Any
7162
- """ """
7163
-
7164
6578
  bl_context: typing.Any
7165
- """ """
7166
-
7167
6579
  bl_label: typing.Any
7168
- """ """
7169
-
7170
6580
  bl_options: typing.Any
7171
- """ """
7172
-
7173
6581
  bl_parent_id: typing.Any
7174
- """ """
7175
-
7176
6582
  bl_region_type: typing.Any
7177
- """ """
7178
-
7179
6583
  bl_rna: typing.Any
7180
- """ """
7181
-
7182
6584
  bl_space_type: typing.Any
7183
- """ """
7184
-
7185
6585
  id_data: typing.Any
7186
- """ """
7187
6586
 
7188
6587
  def append(self, draw_func):
7189
6588
  """Append a draw function to this menu,
@@ -7268,10 +6667,7 @@ class RENDER_PT_eevee_next_screen_trace(
7268
6667
  """
7269
6668
  ...
7270
6669
 
7271
- def is_extended(self):
7272
- """ """
7273
- ...
7274
-
6670
+ def is_extended(self): ...
7275
6671
  def is_property_hidden(self) -> bool:
7276
6672
  """Check if a property is hidden.
7277
6673
 
@@ -7409,31 +6805,14 @@ class RENDER_PT_eevee_next_screen_trace(
7409
6805
  class RENDER_PT_eevee_next_volumes(
7410
6806
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
7411
6807
  ):
7412
- """ """
7413
-
7414
6808
  COMPAT_ENGINES: typing.Any
7415
- """ """
7416
-
7417
6809
  bl_context: typing.Any
7418
- """ """
7419
-
7420
6810
  bl_label: typing.Any
7421
- """ """
7422
-
7423
6811
  bl_options: typing.Any
7424
- """ """
7425
-
7426
6812
  bl_region_type: typing.Any
7427
- """ """
7428
-
7429
6813
  bl_rna: typing.Any
7430
- """ """
7431
-
7432
6814
  bl_space_type: typing.Any
7433
- """ """
7434
-
7435
6815
  id_data: typing.Any
7436
- """ """
7437
6816
 
7438
6817
  def append(self, draw_func):
7439
6818
  """Append a draw function to this menu,
@@ -7518,10 +6897,7 @@ class RENDER_PT_eevee_next_volumes(
7518
6897
  """
7519
6898
  ...
7520
6899
 
7521
- def is_extended(self):
7522
- """ """
7523
- ...
7524
-
6900
+ def is_extended(self): ...
7525
6901
  def is_property_hidden(self) -> bool:
7526
6902
  """Check if a property is hidden.
7527
6903
 
@@ -7659,34 +7035,15 @@ class RENDER_PT_eevee_next_volumes(
7659
7035
  class RENDER_PT_eevee_next_volumes_range(
7660
7036
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
7661
7037
  ):
7662
- """ """
7663
-
7664
7038
  COMPAT_ENGINES: typing.Any
7665
- """ """
7666
-
7667
7039
  bl_context: typing.Any
7668
- """ """
7669
-
7670
7040
  bl_label: typing.Any
7671
- """ """
7672
-
7673
7041
  bl_options: typing.Any
7674
- """ """
7675
-
7676
7042
  bl_parent_id: typing.Any
7677
- """ """
7678
-
7679
7043
  bl_region_type: typing.Any
7680
- """ """
7681
-
7682
7044
  bl_rna: typing.Any
7683
- """ """
7684
-
7685
7045
  bl_space_type: typing.Any
7686
- """ """
7687
-
7688
7046
  id_data: typing.Any
7689
- """ """
7690
7047
 
7691
7048
  def append(self, draw_func):
7692
7049
  """Append a draw function to this menu,
@@ -7778,10 +7135,7 @@ class RENDER_PT_eevee_next_volumes_range(
7778
7135
  """
7779
7136
  ...
7780
7137
 
7781
- def is_extended(self):
7782
- """ """
7783
- ...
7784
-
7138
+ def is_extended(self): ...
7785
7139
  def is_property_hidden(self) -> bool:
7786
7140
  """Check if a property is hidden.
7787
7141
 
@@ -7919,31 +7273,14 @@ class RENDER_PT_eevee_next_volumes_range(
7919
7273
  class RENDER_PT_eevee_performance(
7920
7274
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
7921
7275
  ):
7922
- """ """
7923
-
7924
7276
  COMPAT_ENGINES: typing.Any
7925
- """ """
7926
-
7927
7277
  bl_context: typing.Any
7928
- """ """
7929
-
7930
7278
  bl_label: typing.Any
7931
- """ """
7932
-
7933
7279
  bl_options: typing.Any
7934
- """ """
7935
-
7936
7280
  bl_region_type: typing.Any
7937
- """ """
7938
-
7939
7281
  bl_rna: typing.Any
7940
- """ """
7941
-
7942
7282
  bl_space_type: typing.Any
7943
- """ """
7944
-
7945
7283
  id_data: typing.Any
7946
- """ """
7947
7284
 
7948
7285
  def append(self, draw_func):
7949
7286
  """Append a draw function to this menu,
@@ -8028,10 +7365,7 @@ class RENDER_PT_eevee_performance(
8028
7365
  """
8029
7366
  ...
8030
7367
 
8031
- def is_extended(self):
8032
- """ """
8033
- ...
8034
-
7368
+ def is_extended(self): ...
8035
7369
  def is_property_hidden(self) -> bool:
8036
7370
  """Check if a property is hidden.
8037
7371
 
@@ -8172,34 +7506,15 @@ class RENDER_PT_eevee_performance_compositor(
8172
7506
  CompositorPerformanceButtonsPanel,
8173
7507
  bpy_types._GenericUI,
8174
7508
  ):
8175
- """ """
8176
-
8177
7509
  COMPAT_ENGINES: typing.Any
8178
- """ """
8179
-
8180
7510
  bl_context: typing.Any
8181
- """ """
8182
-
8183
7511
  bl_label: typing.Any
8184
- """ """
8185
-
8186
7512
  bl_options: typing.Any
8187
- """ """
8188
-
8189
7513
  bl_parent_id: typing.Any
8190
- """ """
8191
-
8192
7514
  bl_region_type: typing.Any
8193
- """ """
8194
-
8195
7515
  bl_rna: typing.Any
8196
- """ """
8197
-
8198
7516
  bl_space_type: typing.Any
8199
- """ """
8200
-
8201
7517
  id_data: typing.Any
8202
- """ """
8203
7518
 
8204
7519
  def append(self, draw_func):
8205
7520
  """Append a draw function to this menu,
@@ -8284,10 +7599,7 @@ class RENDER_PT_eevee_performance_compositor(
8284
7599
  """
8285
7600
  ...
8286
7601
 
8287
- def is_extended(self):
8288
- """ """
8289
- ...
8290
-
7602
+ def is_extended(self): ...
8291
7603
  def is_property_hidden(self) -> bool:
8292
7604
  """Check if a property is hidden.
8293
7605
 
@@ -8425,34 +7737,15 @@ class RENDER_PT_eevee_performance_compositor(
8425
7737
  class RENDER_PT_eevee_performance_memory(
8426
7738
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
8427
7739
  ):
8428
- """ """
8429
-
8430
7740
  COMPAT_ENGINES: typing.Any
8431
- """ """
8432
-
8433
7741
  bl_context: typing.Any
8434
- """ """
8435
-
8436
7742
  bl_label: typing.Any
8437
- """ """
8438
-
8439
7743
  bl_options: typing.Any
8440
- """ """
8441
-
8442
7744
  bl_parent_id: typing.Any
8443
- """ """
8444
-
8445
7745
  bl_region_type: typing.Any
8446
- """ """
8447
-
8448
7746
  bl_rna: typing.Any
8449
- """ """
8450
-
8451
7747
  bl_space_type: typing.Any
8452
- """ """
8453
-
8454
7748
  id_data: typing.Any
8455
- """ """
8456
7749
 
8457
7750
  def append(self, draw_func):
8458
7751
  """Append a draw function to this menu,
@@ -8537,10 +7830,7 @@ class RENDER_PT_eevee_performance_memory(
8537
7830
  """
8538
7831
  ...
8539
7832
 
8540
- def is_extended(self):
8541
- """ """
8542
- ...
8543
-
7833
+ def is_extended(self): ...
8544
7834
  def is_property_hidden(self) -> bool:
8545
7835
  """Check if a property is hidden.
8546
7836
 
@@ -8678,34 +7968,15 @@ class RENDER_PT_eevee_performance_memory(
8678
7968
  class RENDER_PT_eevee_performance_viewport(
8679
7969
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
8680
7970
  ):
8681
- """ """
8682
-
8683
7971
  COMPAT_ENGINES: typing.Any
8684
- """ """
8685
-
8686
7972
  bl_context: typing.Any
8687
- """ """
8688
-
8689
7973
  bl_label: typing.Any
8690
- """ """
8691
-
8692
7974
  bl_options: typing.Any
8693
- """ """
8694
-
8695
7975
  bl_parent_id: typing.Any
8696
- """ """
8697
-
8698
7976
  bl_region_type: typing.Any
8699
- """ """
8700
-
8701
7977
  bl_rna: typing.Any
8702
- """ """
8703
-
8704
7978
  bl_space_type: typing.Any
8705
- """ """
8706
-
8707
7979
  id_data: typing.Any
8708
- """ """
8709
7980
 
8710
7981
  def append(self, draw_func):
8711
7982
  """Append a draw function to this menu,
@@ -8790,10 +8061,7 @@ class RENDER_PT_eevee_performance_viewport(
8790
8061
  """
8791
8062
  ...
8792
8063
 
8793
- def is_extended(self):
8794
- """ """
8795
- ...
8796
-
8064
+ def is_extended(self): ...
8797
8065
  def is_property_hidden(self) -> bool:
8798
8066
  """Check if a property is hidden.
8799
8067
 
@@ -8931,28 +8199,13 @@ class RENDER_PT_eevee_performance_viewport(
8931
8199
  class RENDER_PT_eevee_sampling(
8932
8200
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
8933
8201
  ):
8934
- """ """
8935
-
8936
8202
  COMPAT_ENGINES: typing.Any
8937
- """ """
8938
-
8939
8203
  bl_context: typing.Any
8940
- """ """
8941
-
8942
8204
  bl_label: typing.Any
8943
- """ """
8944
-
8945
8205
  bl_region_type: typing.Any
8946
- """ """
8947
-
8948
8206
  bl_rna: typing.Any
8949
- """ """
8950
-
8951
8207
  bl_space_type: typing.Any
8952
- """ """
8953
-
8954
8208
  id_data: typing.Any
8955
- """ """
8956
8209
 
8957
8210
  def append(self, draw_func):
8958
8211
  """Append a draw function to this menu,
@@ -9037,10 +8290,7 @@ class RENDER_PT_eevee_sampling(
9037
8290
  """
9038
8291
  ...
9039
8292
 
9040
- def is_extended(self):
9041
- """ """
9042
- ...
9043
-
8293
+ def is_extended(self): ...
9044
8294
  def is_property_hidden(self) -> bool:
9045
8295
  """Check if a property is hidden.
9046
8296
 
@@ -9178,31 +8428,14 @@ class RENDER_PT_eevee_sampling(
9178
8428
  class RENDER_PT_eevee_screen_space_reflections(
9179
8429
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
9180
8430
  ):
9181
- """ """
9182
-
9183
8431
  COMPAT_ENGINES: typing.Any
9184
- """ """
9185
-
9186
8432
  bl_context: typing.Any
9187
- """ """
9188
-
9189
8433
  bl_label: typing.Any
9190
- """ """
9191
-
9192
8434
  bl_options: typing.Any
9193
- """ """
9194
-
9195
8435
  bl_region_type: typing.Any
9196
- """ """
9197
-
9198
8436
  bl_rna: typing.Any
9199
- """ """
9200
-
9201
8437
  bl_space_type: typing.Any
9202
- """ """
9203
-
9204
8438
  id_data: typing.Any
9205
- """ """
9206
8439
 
9207
8440
  def append(self, draw_func):
9208
8441
  """Append a draw function to this menu,
@@ -9294,10 +8527,7 @@ class RENDER_PT_eevee_screen_space_reflections(
9294
8527
  """
9295
8528
  ...
9296
8529
 
9297
- def is_extended(self):
9298
- """ """
9299
- ...
9300
-
8530
+ def is_extended(self): ...
9301
8531
  def is_property_hidden(self) -> bool:
9302
8532
  """Check if a property is hidden.
9303
8533
 
@@ -9435,31 +8665,14 @@ class RENDER_PT_eevee_screen_space_reflections(
9435
8665
  class RENDER_PT_eevee_shadows(
9436
8666
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
9437
8667
  ):
9438
- """ """
9439
-
9440
8668
  COMPAT_ENGINES: typing.Any
9441
- """ """
9442
-
9443
8669
  bl_context: typing.Any
9444
- """ """
9445
-
9446
8670
  bl_label: typing.Any
9447
- """ """
9448
-
9449
8671
  bl_options: typing.Any
9450
- """ """
9451
-
9452
8672
  bl_region_type: typing.Any
9453
- """ """
9454
-
9455
8673
  bl_rna: typing.Any
9456
- """ """
9457
-
9458
8674
  bl_space_type: typing.Any
9459
- """ """
9460
-
9461
8675
  id_data: typing.Any
9462
- """ """
9463
8676
 
9464
8677
  def append(self, draw_func):
9465
8678
  """Append a draw function to this menu,
@@ -9544,10 +8757,7 @@ class RENDER_PT_eevee_shadows(
9544
8757
  """
9545
8758
  ...
9546
8759
 
9547
- def is_extended(self):
9548
- """ """
9549
- ...
9550
-
8760
+ def is_extended(self): ...
9551
8761
  def is_property_hidden(self) -> bool:
9552
8762
  """Check if a property is hidden.
9553
8763
 
@@ -9685,31 +8895,14 @@ class RENDER_PT_eevee_shadows(
9685
8895
  class RENDER_PT_eevee_subsurface_scattering(
9686
8896
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
9687
8897
  ):
9688
- """ """
9689
-
9690
8898
  COMPAT_ENGINES: typing.Any
9691
- """ """
9692
-
9693
8899
  bl_context: typing.Any
9694
- """ """
9695
-
9696
8900
  bl_label: typing.Any
9697
- """ """
9698
-
9699
8901
  bl_options: typing.Any
9700
- """ """
9701
-
9702
8902
  bl_region_type: typing.Any
9703
- """ """
9704
-
9705
8903
  bl_rna: typing.Any
9706
- """ """
9707
-
9708
8904
  bl_space_type: typing.Any
9709
- """ """
9710
-
9711
8905
  id_data: typing.Any
9712
- """ """
9713
8906
 
9714
8907
  def append(self, draw_func):
9715
8908
  """Append a draw function to this menu,
@@ -9794,10 +8987,7 @@ class RENDER_PT_eevee_subsurface_scattering(
9794
8987
  """
9795
8988
  ...
9796
8989
 
9797
- def is_extended(self):
9798
- """ """
9799
- ...
9800
-
8990
+ def is_extended(self): ...
9801
8991
  def is_property_hidden(self) -> bool:
9802
8992
  """Check if a property is hidden.
9803
8993
 
@@ -9935,31 +9125,14 @@ class RENDER_PT_eevee_subsurface_scattering(
9935
9125
  class RENDER_PT_eevee_volumetric(
9936
9126
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
9937
9127
  ):
9938
- """ """
9939
-
9940
9128
  COMPAT_ENGINES: typing.Any
9941
- """ """
9942
-
9943
9129
  bl_context: typing.Any
9944
- """ """
9945
-
9946
9130
  bl_label: typing.Any
9947
- """ """
9948
-
9949
9131
  bl_options: typing.Any
9950
- """ """
9951
-
9952
9132
  bl_region_type: typing.Any
9953
- """ """
9954
-
9955
9133
  bl_rna: typing.Any
9956
- """ """
9957
-
9958
9134
  bl_space_type: typing.Any
9959
- """ """
9960
-
9961
9135
  id_data: typing.Any
9962
- """ """
9963
9136
 
9964
9137
  def append(self, draw_func):
9965
9138
  """Append a draw function to this menu,
@@ -10044,10 +9217,7 @@ class RENDER_PT_eevee_volumetric(
10044
9217
  """
10045
9218
  ...
10046
9219
 
10047
- def is_extended(self):
10048
- """ """
10049
- ...
10050
-
9220
+ def is_extended(self): ...
10051
9221
  def is_property_hidden(self) -> bool:
10052
9222
  """Check if a property is hidden.
10053
9223
 
@@ -10185,31 +9355,14 @@ class RENDER_PT_eevee_volumetric(
10185
9355
  class RENDER_PT_eevee_volumetric_lighting(
10186
9356
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
10187
9357
  ):
10188
- """ """
10189
-
10190
9358
  COMPAT_ENGINES: typing.Any
10191
- """ """
10192
-
10193
9359
  bl_context: typing.Any
10194
- """ """
10195
-
10196
9360
  bl_label: typing.Any
10197
- """ """
10198
-
10199
9361
  bl_parent_id: typing.Any
10200
- """ """
10201
-
10202
9362
  bl_region_type: typing.Any
10203
- """ """
10204
-
10205
9363
  bl_rna: typing.Any
10206
- """ """
10207
-
10208
9364
  bl_space_type: typing.Any
10209
- """ """
10210
-
10211
9365
  id_data: typing.Any
10212
- """ """
10213
9366
 
10214
9367
  def append(self, draw_func):
10215
9368
  """Append a draw function to this menu,
@@ -10301,10 +9454,7 @@ class RENDER_PT_eevee_volumetric_lighting(
10301
9454
  """
10302
9455
  ...
10303
9456
 
10304
- def is_extended(self):
10305
- """ """
10306
- ...
10307
-
9457
+ def is_extended(self): ...
10308
9458
  def is_property_hidden(self) -> bool:
10309
9459
  """Check if a property is hidden.
10310
9460
 
@@ -10442,31 +9592,14 @@ class RENDER_PT_eevee_volumetric_lighting(
10442
9592
  class RENDER_PT_eevee_volumetric_shadows(
10443
9593
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
10444
9594
  ):
10445
- """ """
10446
-
10447
9595
  COMPAT_ENGINES: typing.Any
10448
- """ """
10449
-
10450
9596
  bl_context: typing.Any
10451
- """ """
10452
-
10453
9597
  bl_label: typing.Any
10454
- """ """
10455
-
10456
9598
  bl_parent_id: typing.Any
10457
- """ """
10458
-
10459
9599
  bl_region_type: typing.Any
10460
- """ """
10461
-
10462
9600
  bl_rna: typing.Any
10463
- """ """
10464
-
10465
9601
  bl_space_type: typing.Any
10466
- """ """
10467
-
10468
9602
  id_data: typing.Any
10469
- """ """
10470
9603
 
10471
9604
  def append(self, draw_func):
10472
9605
  """Append a draw function to this menu,
@@ -10558,10 +9691,7 @@ class RENDER_PT_eevee_volumetric_shadows(
10558
9691
  """
10559
9692
  ...
10560
9693
 
10561
- def is_extended(self):
10562
- """ """
10563
- ...
10564
-
9694
+ def is_extended(self): ...
10565
9695
  def is_property_hidden(self) -> bool:
10566
9696
  """Check if a property is hidden.
10567
9697
 
@@ -10697,34 +9827,15 @@ class RENDER_PT_eevee_volumetric_shadows(
10697
9827
  ...
10698
9828
 
10699
9829
  class RENDER_PT_gpencil(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
10700
- """ """
10701
-
10702
9830
  COMPAT_ENGINES: typing.Any
10703
- """ """
10704
-
10705
9831
  bl_context: typing.Any
10706
- """ """
10707
-
10708
9832
  bl_label: typing.Any
10709
- """ """
10710
-
10711
9833
  bl_options: typing.Any
10712
- """ """
10713
-
10714
9834
  bl_order: typing.Any
10715
- """ """
10716
-
10717
9835
  bl_region_type: typing.Any
10718
- """ """
10719
-
10720
9836
  bl_rna: typing.Any
10721
- """ """
10722
-
10723
9837
  bl_space_type: typing.Any
10724
- """ """
10725
-
10726
9838
  id_data: typing.Any
10727
- """ """
10728
9839
 
10729
9840
  def append(self, draw_func):
10730
9841
  """Append a draw function to this menu,
@@ -10809,10 +9920,7 @@ class RENDER_PT_gpencil(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericU
10809
9920
  """
10810
9921
  ...
10811
9922
 
10812
- def is_extended(self):
10813
- """ """
10814
- ...
10815
-
9923
+ def is_extended(self): ...
10816
9924
  def is_property_hidden(self) -> bool:
10817
9925
  """Check if a property is hidden.
10818
9926
 
@@ -10948,34 +10056,15 @@ class RENDER_PT_gpencil(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericU
10948
10056
  ...
10949
10057
 
10950
10058
  class RENDER_PT_hydra_debug(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
10951
- """ """
10952
-
10953
10059
  COMPAT_ENGINES: typing.Any
10954
- """ """
10955
-
10956
10060
  bl_context: typing.Any
10957
- """ """
10958
-
10959
10061
  bl_label: typing.Any
10960
- """ """
10961
-
10962
10062
  bl_options: typing.Any
10963
- """ """
10964
-
10965
10063
  bl_order: typing.Any
10966
- """ """
10967
-
10968
10064
  bl_region_type: typing.Any
10969
- """ """
10970
-
10971
10065
  bl_rna: typing.Any
10972
- """ """
10973
-
10974
10066
  bl_space_type: typing.Any
10975
- """ """
10976
-
10977
10067
  id_data: typing.Any
10978
- """ """
10979
10068
 
10980
10069
  def append(self, draw_func):
10981
10070
  """Append a draw function to this menu,
@@ -11060,10 +10149,7 @@ class RENDER_PT_hydra_debug(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gene
11060
10149
  """
11061
10150
  ...
11062
10151
 
11063
- def is_extended(self):
11064
- """ """
11065
- ...
11066
-
10152
+ def is_extended(self): ...
11067
10153
  def is_property_hidden(self) -> bool:
11068
10154
  """Check if a property is hidden.
11069
10155
 
@@ -11199,28 +10285,13 @@ class RENDER_PT_hydra_debug(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gene
11199
10285
  ...
11200
10286
 
11201
10287
  class RENDER_PT_opengl_color(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
11202
- """ """
11203
-
11204
10288
  COMPAT_ENGINES: typing.Any
11205
- """ """
11206
-
11207
10289
  bl_context: typing.Any
11208
- """ """
11209
-
11210
10290
  bl_label: typing.Any
11211
- """ """
11212
-
11213
10291
  bl_region_type: typing.Any
11214
- """ """
11215
-
11216
10292
  bl_rna: typing.Any
11217
- """ """
11218
-
11219
10293
  bl_space_type: typing.Any
11220
- """ """
11221
-
11222
10294
  id_data: typing.Any
11223
- """ """
11224
10295
 
11225
10296
  def append(self, draw_func):
11226
10297
  """Append a draw function to this menu,
@@ -11305,10 +10376,7 @@ class RENDER_PT_opengl_color(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gen
11305
10376
  """
11306
10377
  ...
11307
10378
 
11308
- def is_extended(self):
11309
- """ """
11310
- ...
11311
-
10379
+ def is_extended(self): ...
11312
10380
  def is_property_hidden(self) -> bool:
11313
10381
  """Check if a property is hidden.
11314
10382
 
@@ -11444,31 +10512,14 @@ class RENDER_PT_opengl_color(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gen
11444
10512
  ...
11445
10513
 
11446
10514
  class RENDER_PT_opengl_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
11447
- """ """
11448
-
11449
10515
  COMPAT_ENGINES: typing.Any
11450
- """ """
11451
-
11452
10516
  bl_context: typing.Any
11453
- """ """
11454
-
11455
10517
  bl_label: typing.Any
11456
- """ """
11457
-
11458
10518
  bl_options: typing.Any
11459
- """ """
11460
-
11461
10519
  bl_region_type: typing.Any
11462
- """ """
11463
-
11464
10520
  bl_rna: typing.Any
11465
- """ """
11466
-
11467
10521
  bl_space_type: typing.Any
11468
- """ """
11469
-
11470
10522
  id_data: typing.Any
11471
- """ """
11472
10523
 
11473
10524
  def append(self, draw_func):
11474
10525
  """Append a draw function to this menu,
@@ -11553,10 +10604,7 @@ class RENDER_PT_opengl_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gene
11553
10604
  """
11554
10605
  ...
11555
10606
 
11556
- def is_extended(self):
11557
- """ """
11558
- ...
11559
-
10607
+ def is_extended(self): ...
11560
10608
  def is_property_hidden(self) -> bool:
11561
10609
  """Check if a property is hidden.
11562
10610
 
@@ -11694,28 +10742,13 @@ class RENDER_PT_opengl_film(bpy_types.Panel, RenderButtonsPanel, bpy_types._Gene
11694
10742
  class RENDER_PT_opengl_lighting(
11695
10743
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
11696
10744
  ):
11697
- """ """
11698
-
11699
10745
  COMPAT_ENGINES: typing.Any
11700
- """ """
11701
-
11702
10746
  bl_context: typing.Any
11703
- """ """
11704
-
11705
10747
  bl_label: typing.Any
11706
- """ """
11707
-
11708
10748
  bl_region_type: typing.Any
11709
- """ """
11710
-
11711
10749
  bl_rna: typing.Any
11712
- """ """
11713
-
11714
10750
  bl_space_type: typing.Any
11715
- """ """
11716
-
11717
10751
  id_data: typing.Any
11718
- """ """
11719
10752
 
11720
10753
  def append(self, draw_func):
11721
10754
  """Append a draw function to this menu,
@@ -11800,10 +10833,7 @@ class RENDER_PT_opengl_lighting(
11800
10833
  """
11801
10834
  ...
11802
10835
 
11803
- def is_extended(self):
11804
- """ """
11805
- ...
11806
-
10836
+ def is_extended(self): ...
11807
10837
  def is_property_hidden(self) -> bool:
11808
10838
  """Check if a property is hidden.
11809
10839
 
@@ -11941,28 +10971,13 @@ class RENDER_PT_opengl_lighting(
11941
10971
  class RENDER_PT_opengl_options(
11942
10972
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
11943
10973
  ):
11944
- """ """
11945
-
11946
10974
  COMPAT_ENGINES: typing.Any
11947
- """ """
11948
-
11949
10975
  bl_context: typing.Any
11950
- """ """
11951
-
11952
10976
  bl_label: typing.Any
11953
- """ """
11954
-
11955
10977
  bl_region_type: typing.Any
11956
- """ """
11957
-
11958
10978
  bl_rna: typing.Any
11959
- """ """
11960
-
11961
10979
  bl_space_type: typing.Any
11962
- """ """
11963
-
11964
10980
  id_data: typing.Any
11965
- """ """
11966
10981
 
11967
10982
  def append(self, draw_func):
11968
10983
  """Append a draw function to this menu,
@@ -12047,10 +11062,7 @@ class RENDER_PT_opengl_options(
12047
11062
  """
12048
11063
  ...
12049
11064
 
12050
- def is_extended(self):
12051
- """ """
12052
- ...
12053
-
11065
+ def is_extended(self): ...
12054
11066
  def is_property_hidden(self) -> bool:
12055
11067
  """Check if a property is hidden.
12056
11068
 
@@ -12188,28 +11200,13 @@ class RENDER_PT_opengl_options(
12188
11200
  class RENDER_PT_opengl_sampling(
12189
11201
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
12190
11202
  ):
12191
- """ """
12192
-
12193
11203
  COMPAT_ENGINES: typing.Any
12194
- """ """
12195
-
12196
11204
  bl_context: typing.Any
12197
- """ """
12198
-
12199
11205
  bl_label: typing.Any
12200
- """ """
12201
-
12202
11206
  bl_region_type: typing.Any
12203
- """ """
12204
-
12205
11207
  bl_rna: typing.Any
12206
- """ """
12207
-
12208
11208
  bl_space_type: typing.Any
12209
- """ """
12210
-
12211
11209
  id_data: typing.Any
12212
- """ """
12213
11210
 
12214
11211
  def append(self, draw_func):
12215
11212
  """Append a draw function to this menu,
@@ -12294,10 +11291,7 @@ class RENDER_PT_opengl_sampling(
12294
11291
  """
12295
11292
  ...
12296
11293
 
12297
- def is_extended(self):
12298
- """ """
12299
- ...
12300
-
11294
+ def is_extended(self): ...
12301
11295
  def is_property_hidden(self) -> bool:
12302
11296
  """Check if a property is hidden.
12303
11297
 
@@ -12433,31 +11427,14 @@ class RENDER_PT_opengl_sampling(
12433
11427
  ...
12434
11428
 
12435
11429
  class RENDER_PT_simplify(bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI):
12436
- """ """
12437
-
12438
11430
  COMPAT_ENGINES: typing.Any
12439
- """ """
12440
-
12441
11431
  bl_context: typing.Any
12442
- """ """
12443
-
12444
11432
  bl_label: typing.Any
12445
- """ """
12446
-
12447
11433
  bl_options: typing.Any
12448
- """ """
12449
-
12450
11434
  bl_region_type: typing.Any
12451
- """ """
12452
-
12453
11435
  bl_rna: typing.Any
12454
- """ """
12455
-
12456
11436
  bl_space_type: typing.Any
12457
- """ """
12458
-
12459
11437
  id_data: typing.Any
12460
- """ """
12461
11438
 
12462
11439
  def append(self, draw_func):
12463
11440
  """Append a draw function to this menu,
@@ -12549,10 +11526,7 @@ class RENDER_PT_simplify(bpy_types.Panel, RenderButtonsPanel, bpy_types._Generic
12549
11526
  """
12550
11527
  ...
12551
11528
 
12552
- def is_extended(self):
12553
- """ """
12554
- ...
12555
-
11529
+ def is_extended(self): ...
12556
11530
  def is_property_hidden(self) -> bool:
12557
11531
  """Check if a property is hidden.
12558
11532
 
@@ -12693,34 +11667,15 @@ class RENDER_PT_simplify_greasepencil(
12693
11667
  bpy_types.Panel,
12694
11668
  bl_ui.properties_grease_pencil_common.GreasePencilSimplifyPanel,
12695
11669
  ):
12696
- """ """
12697
-
12698
11670
  COMPAT_ENGINES: typing.Any
12699
- """ """
12700
-
12701
11671
  bl_context: typing.Any
12702
- """ """
12703
-
12704
11672
  bl_label: typing.Any
12705
- """ """
12706
-
12707
11673
  bl_options: typing.Any
12708
- """ """
12709
-
12710
11674
  bl_parent_id: typing.Any
12711
- """ """
12712
-
12713
11675
  bl_region_type: typing.Any
12714
- """ """
12715
-
12716
11676
  bl_rna: typing.Any
12717
- """ """
12718
-
12719
11677
  bl_space_type: typing.Any
12720
- """ """
12721
-
12722
11678
  id_data: typing.Any
12723
- """ """
12724
11679
 
12725
11680
  def append(self, draw_func):
12726
11681
  """Append a draw function to this menu,
@@ -12812,10 +11767,7 @@ class RENDER_PT_simplify_greasepencil(
12812
11767
  """
12813
11768
  ...
12814
11769
 
12815
- def is_extended(self):
12816
- """ """
12817
- ...
12818
-
11770
+ def is_extended(self): ...
12819
11771
  def is_property_hidden(self) -> bool:
12820
11772
  """Check if a property is hidden.
12821
11773
 
@@ -12953,31 +11905,14 @@ class RENDER_PT_simplify_greasepencil(
12953
11905
  class RENDER_PT_simplify_render(
12954
11906
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
12955
11907
  ):
12956
- """ """
12957
-
12958
11908
  COMPAT_ENGINES: typing.Any
12959
- """ """
12960
-
12961
11909
  bl_context: typing.Any
12962
- """ """
12963
-
12964
11910
  bl_label: typing.Any
12965
- """ """
12966
-
12967
11911
  bl_parent_id: typing.Any
12968
- """ """
12969
-
12970
11912
  bl_region_type: typing.Any
12971
- """ """
12972
-
12973
11913
  bl_rna: typing.Any
12974
- """ """
12975
-
12976
11914
  bl_space_type: typing.Any
12977
- """ """
12978
-
12979
11915
  id_data: typing.Any
12980
- """ """
12981
11916
 
12982
11917
  def append(self, draw_func):
12983
11918
  """Append a draw function to this menu,
@@ -13062,10 +11997,7 @@ class RENDER_PT_simplify_render(
13062
11997
  """
13063
11998
  ...
13064
11999
 
13065
- def is_extended(self):
13066
- """ """
13067
- ...
13068
-
12000
+ def is_extended(self): ...
13069
12001
  def is_property_hidden(self) -> bool:
13070
12002
  """Check if a property is hidden.
13071
12003
 
@@ -13203,31 +12135,14 @@ class RENDER_PT_simplify_render(
13203
12135
  class RENDER_PT_simplify_viewport(
13204
12136
  bpy_types.Panel, RenderButtonsPanel, bpy_types._GenericUI
13205
12137
  ):
13206
- """ """
13207
-
13208
12138
  COMPAT_ENGINES: typing.Any
13209
- """ """
13210
-
13211
12139
  bl_context: typing.Any
13212
- """ """
13213
-
13214
12140
  bl_label: typing.Any
13215
- """ """
13216
-
13217
12141
  bl_parent_id: typing.Any
13218
- """ """
13219
-
13220
12142
  bl_region_type: typing.Any
13221
- """ """
13222
-
13223
12143
  bl_rna: typing.Any
13224
- """ """
13225
-
13226
12144
  bl_space_type: typing.Any
13227
- """ """
13228
-
13229
12145
  id_data: typing.Any
13230
- """ """
13231
12146
 
13232
12147
  def append(self, draw_func):
13233
12148
  """Append a draw function to this menu,
@@ -13312,10 +12227,7 @@ class RENDER_PT_simplify_viewport(
13312
12227
  """
13313
12228
  ...
13314
12229
 
13315
- def is_extended(self):
13316
- """ """
13317
- ...
13318
-
12230
+ def is_extended(self): ...
13319
12231
  def is_property_hidden(self) -> bool:
13320
12232
  """Check if a property is hidden.
13321
12233
 
@@ -13450,7 +12362,4 @@ class RENDER_PT_simplify_viewport(
13450
12362
  """
13451
12363
  ...
13452
12364
 
13453
- def draw_curves_settings(context):
13454
- """ """
13455
-
13456
- ...
12365
+ def draw_curves_settings(context): ...