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
@@ -6,16 +6,9 @@ import rna_prop_ui
6
6
  GenericType = typing.TypeVar("GenericType")
7
7
 
8
8
  class DataButtonsPanel:
9
- """ """
10
-
11
9
  bl_context: typing.Any
12
- """ """
13
-
14
10
  bl_region_type: typing.Any
15
- """ """
16
-
17
11
  bl_space_type: typing.Any
18
- """ """
19
12
 
20
13
  def poll(self, context):
21
14
  """
@@ -25,28 +18,13 @@ class DataButtonsPanel:
25
18
  ...
26
19
 
27
20
  class DATA_PT_EEVEE_light(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
28
- """ """
29
-
30
21
  COMPAT_ENGINES: typing.Any
31
- """ """
32
-
33
22
  bl_context: typing.Any
34
- """ """
35
-
36
23
  bl_label: typing.Any
37
- """ """
38
-
39
24
  bl_region_type: typing.Any
40
- """ """
41
-
42
25
  bl_rna: typing.Any
43
- """ """
44
-
45
26
  bl_space_type: typing.Any
46
- """ """
47
-
48
27
  id_data: typing.Any
49
- """ """
50
28
 
51
29
  def append(self, draw_func):
52
30
  """Append a draw function to this menu,
@@ -131,10 +109,7 @@ class DATA_PT_EEVEE_light(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericU
131
109
  """
132
110
  ...
133
111
 
134
- def is_extended(self):
135
- """ """
136
- ...
137
-
112
+ def is_extended(self): ...
138
113
  def is_property_hidden(self) -> bool:
139
114
  """Check if a property is hidden.
140
115
 
@@ -272,34 +247,15 @@ class DATA_PT_EEVEE_light(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericU
272
247
  class DATA_PT_EEVEE_light_distance(
273
248
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
274
249
  ):
275
- """ """
276
-
277
250
  COMPAT_ENGINES: typing.Any
278
- """ """
279
-
280
251
  bl_context: typing.Any
281
- """ """
282
-
283
252
  bl_label: typing.Any
284
- """ """
285
-
286
253
  bl_options: typing.Any
287
- """ """
288
-
289
254
  bl_parent_id: typing.Any
290
- """ """
291
-
292
255
  bl_region_type: typing.Any
293
- """ """
294
-
295
256
  bl_rna: typing.Any
296
- """ """
297
-
298
257
  bl_space_type: typing.Any
299
- """ """
300
-
301
258
  id_data: typing.Any
302
- """ """
303
259
 
304
260
  def append(self, draw_func):
305
261
  """Append a draw function to this menu,
@@ -391,10 +347,7 @@ class DATA_PT_EEVEE_light_distance(
391
347
  """
392
348
  ...
393
349
 
394
- def is_extended(self):
395
- """ """
396
- ...
397
-
350
+ def is_extended(self): ...
398
351
  def is_property_hidden(self) -> bool:
399
352
  """Check if a property is hidden.
400
353
 
@@ -532,34 +485,15 @@ class DATA_PT_EEVEE_light_distance(
532
485
  class DATA_PT_EEVEE_light_influence(
533
486
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
534
487
  ):
535
- """ """
536
-
537
488
  COMPAT_ENGINES: typing.Any
538
- """ """
539
-
540
489
  bl_context: typing.Any
541
- """ """
542
-
543
490
  bl_label: typing.Any
544
- """ """
545
-
546
491
  bl_options: typing.Any
547
- """ """
548
-
549
492
  bl_parent_id: typing.Any
550
- """ """
551
-
552
493
  bl_region_type: typing.Any
553
- """ """
554
-
555
494
  bl_rna: typing.Any
556
- """ """
557
-
558
495
  bl_space_type: typing.Any
559
- """ """
560
-
561
496
  id_data: typing.Any
562
- """ """
563
497
 
564
498
  def append(self, draw_func):
565
499
  """Append a draw function to this menu,
@@ -644,10 +578,7 @@ class DATA_PT_EEVEE_light_influence(
644
578
  """
645
579
  ...
646
580
 
647
- def is_extended(self):
648
- """ """
649
- ...
650
-
581
+ def is_extended(self): ...
651
582
  def is_property_hidden(self) -> bool:
652
583
  """Check if a property is hidden.
653
584
 
@@ -785,34 +716,15 @@ class DATA_PT_EEVEE_light_influence(
785
716
  class DATA_PT_EEVEE_light_shadow(
786
717
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
787
718
  ):
788
- """ """
789
-
790
719
  COMPAT_ENGINES: typing.Any
791
- """ """
792
-
793
720
  bl_context: typing.Any
794
- """ """
795
-
796
721
  bl_label: typing.Any
797
- """ """
798
-
799
722
  bl_options: typing.Any
800
- """ """
801
-
802
723
  bl_parent_id: typing.Any
803
- """ """
804
-
805
724
  bl_region_type: typing.Any
806
- """ """
807
-
808
725
  bl_rna: typing.Any
809
- """ """
810
-
811
726
  bl_space_type: typing.Any
812
- """ """
813
-
814
727
  id_data: typing.Any
815
- """ """
816
728
 
817
729
  def append(self, draw_func):
818
730
  """Append a draw function to this menu,
@@ -904,10 +816,7 @@ class DATA_PT_EEVEE_light_shadow(
904
816
  """
905
817
  ...
906
818
 
907
- def is_extended(self):
908
- """ """
909
- ...
910
-
819
+ def is_extended(self): ...
911
820
  def is_property_hidden(self) -> bool:
912
821
  """Check if a property is hidden.
913
822
 
@@ -1043,31 +952,14 @@ class DATA_PT_EEVEE_light_shadow(
1043
952
  ...
1044
953
 
1045
954
  class DATA_PT_EEVEE_shadow(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
1046
- """ """
1047
-
1048
955
  COMPAT_ENGINES: typing.Any
1049
- """ """
1050
-
1051
956
  bl_context: typing.Any
1052
- """ """
1053
-
1054
957
  bl_label: typing.Any
1055
- """ """
1056
-
1057
958
  bl_options: typing.Any
1058
- """ """
1059
-
1060
959
  bl_region_type: typing.Any
1061
- """ """
1062
-
1063
960
  bl_rna: typing.Any
1064
- """ """
1065
-
1066
961
  bl_space_type: typing.Any
1067
- """ """
1068
-
1069
962
  id_data: typing.Any
1070
- """ """
1071
963
 
1072
964
  def append(self, draw_func):
1073
965
  """Append a draw function to this menu,
@@ -1159,10 +1051,7 @@ class DATA_PT_EEVEE_shadow(bpy_types.Panel, DataButtonsPanel, bpy_types._Generic
1159
1051
  """
1160
1052
  ...
1161
1053
 
1162
- def is_extended(self):
1163
- """ """
1164
- ...
1165
-
1054
+ def is_extended(self): ...
1166
1055
  def is_property_hidden(self) -> bool:
1167
1056
  """Check if a property is hidden.
1168
1057
 
@@ -1300,34 +1189,15 @@ class DATA_PT_EEVEE_shadow(bpy_types.Panel, DataButtonsPanel, bpy_types._Generic
1300
1189
  class DATA_PT_EEVEE_shadow_cascaded_shadow_map(
1301
1190
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
1302
1191
  ):
1303
- """ """
1304
-
1305
1192
  COMPAT_ENGINES: typing.Any
1306
- """ """
1307
-
1308
1193
  bl_context: typing.Any
1309
- """ """
1310
-
1311
1194
  bl_label: typing.Any
1312
- """ """
1313
-
1314
1195
  bl_options: typing.Any
1315
- """ """
1316
-
1317
1196
  bl_parent_id: typing.Any
1318
- """ """
1319
-
1320
1197
  bl_region_type: typing.Any
1321
- """ """
1322
-
1323
1198
  bl_rna: typing.Any
1324
- """ """
1325
-
1326
1199
  bl_space_type: typing.Any
1327
- """ """
1328
-
1329
1200
  id_data: typing.Any
1330
- """ """
1331
1201
 
1332
1202
  def append(self, draw_func):
1333
1203
  """Append a draw function to this menu,
@@ -1412,10 +1282,7 @@ class DATA_PT_EEVEE_shadow_cascaded_shadow_map(
1412
1282
  """
1413
1283
  ...
1414
1284
 
1415
- def is_extended(self):
1416
- """ """
1417
- ...
1418
-
1285
+ def is_extended(self): ...
1419
1286
  def is_property_hidden(self) -> bool:
1420
1287
  """Check if a property is hidden.
1421
1288
 
@@ -1553,31 +1420,14 @@ class DATA_PT_EEVEE_shadow_cascaded_shadow_map(
1553
1420
  class DATA_PT_EEVEE_shadow_contact(
1554
1421
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
1555
1422
  ):
1556
- """ """
1557
-
1558
1423
  COMPAT_ENGINES: typing.Any
1559
- """ """
1560
-
1561
1424
  bl_context: typing.Any
1562
- """ """
1563
-
1564
1425
  bl_label: typing.Any
1565
- """ """
1566
-
1567
1426
  bl_parent_id: typing.Any
1568
- """ """
1569
-
1570
1427
  bl_region_type: typing.Any
1571
- """ """
1572
-
1573
1428
  bl_rna: typing.Any
1574
- """ """
1575
-
1576
1429
  bl_space_type: typing.Any
1577
- """ """
1578
-
1579
1430
  id_data: typing.Any
1580
- """ """
1581
1431
 
1582
1432
  def append(self, draw_func):
1583
1433
  """Append a draw function to this menu,
@@ -1669,10 +1519,7 @@ class DATA_PT_EEVEE_shadow_contact(
1669
1519
  """
1670
1520
  ...
1671
1521
 
1672
- def is_extended(self):
1673
- """ """
1674
- ...
1675
-
1522
+ def is_extended(self): ...
1676
1523
  def is_property_hidden(self) -> bool:
1677
1524
  """Check if a property is hidden.
1678
1525
 
@@ -1808,31 +1655,14 @@ class DATA_PT_EEVEE_shadow_contact(
1808
1655
  ...
1809
1656
 
1810
1657
  class DATA_PT_context_light(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
1811
- """ """
1812
-
1813
1658
  COMPAT_ENGINES: typing.Any
1814
- """ """
1815
-
1816
1659
  bl_context: typing.Any
1817
- """ """
1818
-
1819
1660
  bl_label: typing.Any
1820
- """ """
1821
-
1822
1661
  bl_options: typing.Any
1823
- """ """
1824
-
1825
1662
  bl_region_type: typing.Any
1826
- """ """
1827
-
1828
1663
  bl_rna: typing.Any
1829
- """ """
1830
-
1831
1664
  bl_space_type: typing.Any
1832
- """ """
1833
-
1834
1665
  id_data: typing.Any
1835
- """ """
1836
1666
 
1837
1667
  def append(self, draw_func):
1838
1668
  """Append a draw function to this menu,
@@ -1917,10 +1747,7 @@ class DATA_PT_context_light(bpy_types.Panel, DataButtonsPanel, bpy_types._Generi
1917
1747
  """
1918
1748
  ...
1919
1749
 
1920
- def is_extended(self):
1921
- """ """
1922
- ...
1923
-
1750
+ def is_extended(self): ...
1924
1751
  def is_property_hidden(self) -> bool:
1925
1752
  """Check if a property is hidden.
1926
1753
 
@@ -2063,31 +1890,14 @@ class DATA_PT_custom_props_light(
2063
1890
  """
2064
1891
 
2065
1892
  COMPAT_ENGINES: typing.Any
2066
- """ """
2067
-
2068
1893
  bl_context: typing.Any
2069
- """ """
2070
-
2071
1894
  bl_label: typing.Any
2072
- """ """
2073
-
2074
1895
  bl_options: typing.Any
2075
- """ """
2076
-
2077
1896
  bl_order: typing.Any
2078
- """ """
2079
-
2080
1897
  bl_region_type: typing.Any
2081
- """ """
2082
-
2083
1898
  bl_rna: typing.Any
2084
- """ """
2085
-
2086
1899
  bl_space_type: typing.Any
2087
- """ """
2088
-
2089
1900
  id_data: typing.Any
2090
- """ """
2091
1901
 
2092
1902
  def append(self, draw_func):
2093
1903
  """Append a draw function to this menu,
@@ -2172,10 +1982,7 @@ class DATA_PT_custom_props_light(
2172
1982
  """
2173
1983
  ...
2174
1984
 
2175
- def is_extended(self):
2176
- """ """
2177
- ...
2178
-
1985
+ def is_extended(self): ...
2179
1986
  def is_property_hidden(self) -> bool:
2180
1987
  """Check if a property is hidden.
2181
1988
 
@@ -2311,28 +2118,13 @@ class DATA_PT_custom_props_light(
2311
2118
  ...
2312
2119
 
2313
2120
  class DATA_PT_light(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
2314
- """ """
2315
-
2316
2121
  COMPAT_ENGINES: typing.Any
2317
- """ """
2318
-
2319
2122
  bl_context: typing.Any
2320
- """ """
2321
-
2322
2123
  bl_label: typing.Any
2323
- """ """
2324
-
2325
2124
  bl_region_type: typing.Any
2326
- """ """
2327
-
2328
2125
  bl_rna: typing.Any
2329
- """ """
2330
-
2331
2126
  bl_space_type: typing.Any
2332
- """ """
2333
-
2334
2127
  id_data: typing.Any
2335
- """ """
2336
2128
 
2337
2129
  def append(self, draw_func):
2338
2130
  """Append a draw function to this menu,
@@ -2417,10 +2209,7 @@ class DATA_PT_light(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
2417
2209
  """
2418
2210
  ...
2419
2211
 
2420
- def is_extended(self):
2421
- """ """
2422
- ...
2423
-
2212
+ def is_extended(self): ...
2424
2213
  def is_property_hidden(self) -> bool:
2425
2214
  """Check if a property is hidden.
2426
2215
 
@@ -2556,31 +2345,14 @@ class DATA_PT_light(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
2556
2345
  ...
2557
2346
 
2558
2347
  class DATA_PT_preview(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
2559
- """ """
2560
-
2561
2348
  COMPAT_ENGINES: typing.Any
2562
- """ """
2563
-
2564
2349
  bl_context: typing.Any
2565
- """ """
2566
-
2567
2350
  bl_label: typing.Any
2568
- """ """
2569
-
2570
2351
  bl_options: typing.Any
2571
- """ """
2572
-
2573
2352
  bl_region_type: typing.Any
2574
- """ """
2575
-
2576
2353
  bl_rna: typing.Any
2577
- """ """
2578
-
2579
2354
  bl_space_type: typing.Any
2580
- """ """
2581
-
2582
2355
  id_data: typing.Any
2583
- """ """
2584
2356
 
2585
2357
  def append(self, draw_func):
2586
2358
  """Append a draw function to this menu,
@@ -2665,10 +2437,7 @@ class DATA_PT_preview(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
2665
2437
  """
2666
2438
  ...
2667
2439
 
2668
- def is_extended(self):
2669
- """ """
2670
- ...
2671
-
2440
+ def is_extended(self): ...
2672
2441
  def is_property_hidden(self) -> bool:
2673
2442
  """Check if a property is hidden.
2674
2443
 
@@ -2804,31 +2573,14 @@ class DATA_PT_preview(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
2804
2573
  ...
2805
2574
 
2806
2575
  class DATA_PT_spot(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
2807
- """ """
2808
-
2809
2576
  COMPAT_ENGINES: typing.Any
2810
- """ """
2811
-
2812
2577
  bl_context: typing.Any
2813
- """ """
2814
-
2815
2578
  bl_label: typing.Any
2816
- """ """
2817
-
2818
2579
  bl_parent_id: typing.Any
2819
- """ """
2820
-
2821
2580
  bl_region_type: typing.Any
2822
- """ """
2823
-
2824
2581
  bl_rna: typing.Any
2825
- """ """
2826
-
2827
2582
  bl_space_type: typing.Any
2828
- """ """
2829
-
2830
2583
  id_data: typing.Any
2831
- """ """
2832
2584
 
2833
2585
  def append(self, draw_func):
2834
2586
  """Append a draw function to this menu,
@@ -2913,10 +2665,7 @@ class DATA_PT_spot(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
2913
2665
  """
2914
2666
  ...
2915
2667
 
2916
- def is_extended(self):
2917
- """ """
2918
- ...
2919
-
2668
+ def is_extended(self): ...
2920
2669
  def is_property_hidden(self) -> bool:
2921
2670
  """Check if a property is hidden.
2922
2671