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
@@ -5,16 +5,9 @@ import bpy_types
5
5
  GenericType = typing.TypeVar("GenericType")
6
6
 
7
7
  class DataButtonsPanel:
8
- """ """
9
-
10
8
  bl_context: typing.Any
11
- """ """
12
-
13
9
  bl_region_type: typing.Any
14
- """ """
15
-
16
10
  bl_space_type: typing.Any
17
- """ """
18
11
 
19
12
  def poll(self, context):
20
13
  """
@@ -26,31 +19,14 @@ class DataButtonsPanel:
26
19
  class DATA_PT_context_lightprobe(
27
20
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
28
21
  ):
29
- """ """
30
-
31
22
  COMPAT_ENGINES: typing.Any
32
- """ """
33
-
34
23
  bl_context: typing.Any
35
- """ """
36
-
37
24
  bl_label: typing.Any
38
- """ """
39
-
40
25
  bl_options: typing.Any
41
- """ """
42
-
43
26
  bl_region_type: typing.Any
44
- """ """
45
-
46
27
  bl_rna: typing.Any
47
- """ """
48
-
49
28
  bl_space_type: typing.Any
50
- """ """
51
-
52
29
  id_data: typing.Any
53
- """ """
54
30
 
55
31
  def append(self, draw_func):
56
32
  """Append a draw function to this menu,
@@ -135,10 +111,7 @@ class DATA_PT_context_lightprobe(
135
111
  """
136
112
  ...
137
113
 
138
- def is_extended(self):
139
- """ """
140
- ...
141
-
114
+ def is_extended(self): ...
142
115
  def is_property_hidden(self) -> bool:
143
116
  """Check if a property is hidden.
144
117
 
@@ -274,28 +247,13 @@ class DATA_PT_context_lightprobe(
274
247
  ...
275
248
 
276
249
  class DATA_PT_lightprobe(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
277
- """ """
278
-
279
250
  COMPAT_ENGINES: typing.Any
280
- """ """
281
-
282
251
  bl_context: typing.Any
283
- """ """
284
-
285
252
  bl_label: typing.Any
286
- """ """
287
-
288
253
  bl_region_type: typing.Any
289
- """ """
290
-
291
254
  bl_rna: typing.Any
292
- """ """
293
-
294
255
  bl_space_type: typing.Any
295
- """ """
296
-
297
256
  id_data: typing.Any
298
- """ """
299
257
 
300
258
  def append(self, draw_func):
301
259
  """Append a draw function to this menu,
@@ -380,10 +338,7 @@ class DATA_PT_lightprobe(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
380
338
  """
381
339
  ...
382
340
 
383
- def is_extended(self):
384
- """ """
385
- ...
386
-
341
+ def is_extended(self): ...
387
342
  def is_property_hidden(self) -> bool:
388
343
  """Check if a property is hidden.
389
344
 
@@ -519,28 +474,13 @@ class DATA_PT_lightprobe(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
519
474
  ...
520
475
 
521
476
  class DATA_PT_lightprobe_bake(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
522
- """ """
523
-
524
477
  COMPAT_ENGINES: typing.Any
525
- """ """
526
-
527
478
  bl_context: typing.Any
528
- """ """
529
-
530
479
  bl_label: typing.Any
531
- """ """
532
-
533
480
  bl_region_type: typing.Any
534
- """ """
535
-
536
481
  bl_rna: typing.Any
537
- """ """
538
-
539
482
  bl_space_type: typing.Any
540
- """ """
541
-
542
483
  id_data: typing.Any
543
- """ """
544
484
 
545
485
  def append(self, draw_func):
546
486
  """Append a draw function to this menu,
@@ -625,10 +565,7 @@ class DATA_PT_lightprobe_bake(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
625
565
  """
626
566
  ...
627
567
 
628
- def is_extended(self):
629
- """ """
630
- ...
631
-
568
+ def is_extended(self): ...
632
569
  def is_property_hidden(self) -> bool:
633
570
  """Check if a property is hidden.
634
571
 
@@ -766,31 +703,14 @@ class DATA_PT_lightprobe_bake(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
766
703
  class DATA_PT_lightprobe_bake_capture(
767
704
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
768
705
  ):
769
- """ """
770
-
771
706
  COMPAT_ENGINES: typing.Any
772
- """ """
773
-
774
707
  bl_context: typing.Any
775
- """ """
776
-
777
708
  bl_label: typing.Any
778
- """ """
779
-
780
709
  bl_parent_id: typing.Any
781
- """ """
782
-
783
710
  bl_region_type: typing.Any
784
- """ """
785
-
786
711
  bl_rna: typing.Any
787
- """ """
788
-
789
712
  bl_space_type: typing.Any
790
- """ """
791
-
792
713
  id_data: typing.Any
793
- """ """
794
714
 
795
715
  def append(self, draw_func):
796
716
  """Append a draw function to this menu,
@@ -875,10 +795,7 @@ class DATA_PT_lightprobe_bake_capture(
875
795
  """
876
796
  ...
877
797
 
878
- def is_extended(self):
879
- """ """
880
- ...
881
-
798
+ def is_extended(self): ...
882
799
  def is_property_hidden(self) -> bool:
883
800
  """Check if a property is hidden.
884
801
 
@@ -1016,34 +933,15 @@ class DATA_PT_lightprobe_bake_capture(
1016
933
  class DATA_PT_lightprobe_bake_clamping(
1017
934
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
1018
935
  ):
1019
- """ """
1020
-
1021
936
  COMPAT_ENGINES: typing.Any
1022
- """ """
1023
-
1024
937
  bl_context: typing.Any
1025
- """ """
1026
-
1027
938
  bl_label: typing.Any
1028
- """ """
1029
-
1030
939
  bl_options: typing.Any
1031
- """ """
1032
-
1033
940
  bl_parent_id: typing.Any
1034
- """ """
1035
-
1036
941
  bl_region_type: typing.Any
1037
- """ """
1038
-
1039
942
  bl_rna: typing.Any
1040
- """ """
1041
-
1042
943
  bl_space_type: typing.Any
1043
- """ """
1044
-
1045
944
  id_data: typing.Any
1046
- """ """
1047
945
 
1048
946
  def append(self, draw_func):
1049
947
  """Append a draw function to this menu,
@@ -1128,10 +1026,7 @@ class DATA_PT_lightprobe_bake_clamping(
1128
1026
  """
1129
1027
  ...
1130
1028
 
1131
- def is_extended(self):
1132
- """ """
1133
- ...
1134
-
1029
+ def is_extended(self): ...
1135
1030
  def is_property_hidden(self) -> bool:
1136
1031
  """Check if a property is hidden.
1137
1032
 
@@ -1269,34 +1164,15 @@ class DATA_PT_lightprobe_bake_clamping(
1269
1164
  class DATA_PT_lightprobe_bake_offset(
1270
1165
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
1271
1166
  ):
1272
- """ """
1273
-
1274
1167
  COMPAT_ENGINES: typing.Any
1275
- """ """
1276
-
1277
1168
  bl_context: typing.Any
1278
- """ """
1279
-
1280
1169
  bl_label: typing.Any
1281
- """ """
1282
-
1283
1170
  bl_options: typing.Any
1284
- """ """
1285
-
1286
1171
  bl_parent_id: typing.Any
1287
- """ """
1288
-
1289
1172
  bl_region_type: typing.Any
1290
- """ """
1291
-
1292
1173
  bl_rna: typing.Any
1293
- """ """
1294
-
1295
1174
  bl_space_type: typing.Any
1296
- """ """
1297
-
1298
1175
  id_data: typing.Any
1299
- """ """
1300
1176
 
1301
1177
  def append(self, draw_func):
1302
1178
  """Append a draw function to this menu,
@@ -1381,10 +1257,7 @@ class DATA_PT_lightprobe_bake_offset(
1381
1257
  """
1382
1258
  ...
1383
1259
 
1384
- def is_extended(self):
1385
- """ """
1386
- ...
1387
-
1260
+ def is_extended(self): ...
1388
1261
  def is_property_hidden(self) -> bool:
1389
1262
  """Check if a property is hidden.
1390
1263
 
@@ -1522,31 +1395,14 @@ class DATA_PT_lightprobe_bake_offset(
1522
1395
  class DATA_PT_lightprobe_bake_resolution(
1523
1396
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
1524
1397
  ):
1525
- """ """
1526
-
1527
1398
  COMPAT_ENGINES: typing.Any
1528
- """ """
1529
-
1530
1399
  bl_context: typing.Any
1531
- """ """
1532
-
1533
1400
  bl_label: typing.Any
1534
- """ """
1535
-
1536
1401
  bl_parent_id: typing.Any
1537
- """ """
1538
-
1539
1402
  bl_region_type: typing.Any
1540
- """ """
1541
-
1542
1403
  bl_rna: typing.Any
1543
- """ """
1544
-
1545
1404
  bl_space_type: typing.Any
1546
- """ """
1547
-
1548
1405
  id_data: typing.Any
1549
- """ """
1550
1406
 
1551
1407
  def append(self, draw_func):
1552
1408
  """Append a draw function to this menu,
@@ -1631,10 +1487,7 @@ class DATA_PT_lightprobe_bake_resolution(
1631
1487
  """
1632
1488
  ...
1633
1489
 
1634
- def is_extended(self):
1635
- """ """
1636
- ...
1637
-
1490
+ def is_extended(self): ...
1638
1491
  def is_property_hidden(self) -> bool:
1639
1492
  """Check if a property is hidden.
1640
1493
 
@@ -1772,28 +1625,13 @@ class DATA_PT_lightprobe_bake_resolution(
1772
1625
  class DATA_PT_lightprobe_capture(
1773
1626
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
1774
1627
  ):
1775
- """ """
1776
-
1777
1628
  COMPAT_ENGINES: typing.Any
1778
- """ """
1779
-
1780
1629
  bl_context: typing.Any
1781
- """ """
1782
-
1783
1630
  bl_label: typing.Any
1784
- """ """
1785
-
1786
1631
  bl_region_type: typing.Any
1787
- """ """
1788
-
1789
1632
  bl_rna: typing.Any
1790
- """ """
1791
-
1792
1633
  bl_space_type: typing.Any
1793
- """ """
1794
-
1795
1634
  id_data: typing.Any
1796
- """ """
1797
1635
 
1798
1636
  def append(self, draw_func):
1799
1637
  """Append a draw function to this menu,
@@ -1878,10 +1716,7 @@ class DATA_PT_lightprobe_capture(
1878
1716
  """
1879
1717
  ...
1880
1718
 
1881
- def is_extended(self):
1882
- """ """
1883
- ...
1884
-
1719
+ def is_extended(self): ...
1885
1720
  def is_property_hidden(self) -> bool:
1886
1721
  """Check if a property is hidden.
1887
1722
 
@@ -2019,31 +1854,14 @@ class DATA_PT_lightprobe_capture(
2019
1854
  class DATA_PT_lightprobe_display(
2020
1855
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
2021
1856
  ):
2022
- """ """
2023
-
2024
1857
  COMPAT_ENGINES: typing.Any
2025
- """ """
2026
-
2027
1858
  bl_context: typing.Any
2028
- """ """
2029
-
2030
1859
  bl_label: typing.Any
2031
- """ """
2032
-
2033
1860
  bl_options: typing.Any
2034
- """ """
2035
-
2036
1861
  bl_region_type: typing.Any
2037
- """ """
2038
-
2039
1862
  bl_rna: typing.Any
2040
- """ """
2041
-
2042
1863
  bl_space_type: typing.Any
2043
- """ """
2044
-
2045
1864
  id_data: typing.Any
2046
- """ """
2047
1865
 
2048
1866
  def append(self, draw_func):
2049
1867
  """Append a draw function to this menu,
@@ -2128,10 +1946,7 @@ class DATA_PT_lightprobe_display(
2128
1946
  """
2129
1947
  ...
2130
1948
 
2131
- def is_extended(self):
2132
- """ """
2133
- ...
2134
-
1949
+ def is_extended(self): ...
2135
1950
  def is_property_hidden(self) -> bool:
2136
1951
  """Check if a property is hidden.
2137
1952
 
@@ -2269,31 +2084,14 @@ class DATA_PT_lightprobe_display(
2269
2084
  class DATA_PT_lightprobe_display_eevee_next(
2270
2085
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
2271
2086
  ):
2272
- """ """
2273
-
2274
2087
  COMPAT_ENGINES: typing.Any
2275
- """ """
2276
-
2277
2088
  bl_context: typing.Any
2278
- """ """
2279
-
2280
2089
  bl_label: typing.Any
2281
- """ """
2282
-
2283
2090
  bl_options: typing.Any
2284
- """ """
2285
-
2286
2091
  bl_region_type: typing.Any
2287
- """ """
2288
-
2289
2092
  bl_rna: typing.Any
2290
- """ """
2291
-
2292
2093
  bl_space_type: typing.Any
2293
- """ """
2294
-
2295
2094
  id_data: typing.Any
2296
- """ """
2297
2095
 
2298
2096
  def append(self, draw_func):
2299
2097
  """Append a draw function to this menu,
@@ -2378,10 +2176,7 @@ class DATA_PT_lightprobe_display_eevee_next(
2378
2176
  """
2379
2177
  ...
2380
2178
 
2381
- def is_extended(self):
2382
- """ """
2383
- ...
2384
-
2179
+ def is_extended(self): ...
2385
2180
  def is_property_hidden(self) -> bool:
2386
2181
  """Check if a property is hidden.
2387
2182
 
@@ -2519,28 +2314,13 @@ class DATA_PT_lightprobe_display_eevee_next(
2519
2314
  class DATA_PT_lightprobe_eevee_next(
2520
2315
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
2521
2316
  ):
2522
- """ """
2523
-
2524
2317
  COMPAT_ENGINES: typing.Any
2525
- """ """
2526
-
2527
2318
  bl_context: typing.Any
2528
- """ """
2529
-
2530
2319
  bl_label: typing.Any
2531
- """ """
2532
-
2533
2320
  bl_region_type: typing.Any
2534
- """ """
2535
-
2536
2321
  bl_rna: typing.Any
2537
- """ """
2538
-
2539
2322
  bl_space_type: typing.Any
2540
- """ """
2541
-
2542
2323
  id_data: typing.Any
2543
- """ """
2544
2324
 
2545
2325
  def append(self, draw_func):
2546
2326
  """Append a draw function to this menu,
@@ -2625,10 +2405,7 @@ class DATA_PT_lightprobe_eevee_next(
2625
2405
  """
2626
2406
  ...
2627
2407
 
2628
- def is_extended(self):
2629
- """ """
2630
- ...
2631
-
2408
+ def is_extended(self): ...
2632
2409
  def is_property_hidden(self) -> bool:
2633
2410
  """Check if a property is hidden.
2634
2411
 
@@ -2766,31 +2543,14 @@ class DATA_PT_lightprobe_eevee_next(
2766
2543
  class DATA_PT_lightprobe_parallax(
2767
2544
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
2768
2545
  ):
2769
- """ """
2770
-
2771
2546
  COMPAT_ENGINES: typing.Any
2772
- """ """
2773
-
2774
2547
  bl_context: typing.Any
2775
- """ """
2776
-
2777
2548
  bl_label: typing.Any
2778
- """ """
2779
-
2780
2549
  bl_options: typing.Any
2781
- """ """
2782
-
2783
2550
  bl_region_type: typing.Any
2784
- """ """
2785
-
2786
2551
  bl_rna: typing.Any
2787
- """ """
2788
-
2789
2552
  bl_space_type: typing.Any
2790
- """ """
2791
-
2792
2553
  id_data: typing.Any
2793
- """ """
2794
2554
 
2795
2555
  def append(self, draw_func):
2796
2556
  """Append a draw function to this menu,
@@ -2882,10 +2642,7 @@ class DATA_PT_lightprobe_parallax(
2882
2642
  """
2883
2643
  ...
2884
2644
 
2885
- def is_extended(self):
2886
- """ """
2887
- ...
2888
-
2645
+ def is_extended(self): ...
2889
2646
  def is_property_hidden(self) -> bool:
2890
2647
  """Check if a property is hidden.
2891
2648
 
@@ -3023,31 +2780,14 @@ class DATA_PT_lightprobe_parallax(
3023
2780
  class DATA_PT_lightprobe_visibility(
3024
2781
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
3025
2782
  ):
3026
- """ """
3027
-
3028
2783
  COMPAT_ENGINES: typing.Any
3029
- """ """
3030
-
3031
2784
  bl_context: typing.Any
3032
- """ """
3033
-
3034
2785
  bl_label: typing.Any
3035
- """ """
3036
-
3037
2786
  bl_parent_id: typing.Any
3038
- """ """
3039
-
3040
2787
  bl_region_type: typing.Any
3041
- """ """
3042
-
3043
2788
  bl_rna: typing.Any
3044
- """ """
3045
-
3046
2789
  bl_space_type: typing.Any
3047
- """ """
3048
-
3049
2790
  id_data: typing.Any
3050
- """ """
3051
2791
 
3052
2792
  def append(self, draw_func):
3053
2793
  """Append a draw function to this menu,
@@ -3132,10 +2872,7 @@ class DATA_PT_lightprobe_visibility(
3132
2872
  """
3133
2873
  ...
3134
2874
 
3135
- def is_extended(self):
3136
- """ """
3137
- ...
3138
-
2875
+ def is_extended(self): ...
3139
2876
  def is_property_hidden(self) -> bool:
3140
2877
  """Check if a property is hidden.
3141
2878