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,16 +7,9 @@ import rna_prop_ui
7
7
  GenericType = typing.TypeVar("GenericType")
8
8
 
9
9
  class COLLECTION_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
10
- """ """
11
-
12
10
  bl_label: typing.Any
13
- """ """
14
-
15
11
  bl_rna: typing.Any
16
- """ """
17
-
18
12
  id_data: typing.Any
19
- """ """
20
13
 
21
14
  def append(self, draw_func):
22
15
  """Append a draw function to this menu,
@@ -121,10 +114,7 @@ class COLLECTION_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
121
114
  """
122
115
  ...
123
116
 
124
- def is_extended(self):
125
- """ """
126
- ...
127
-
117
+ def is_extended(self): ...
128
118
  def is_property_hidden(self) -> bool:
129
119
  """Check if a property is hidden.
130
120
 
@@ -287,44 +277,22 @@ class COLLECTION_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
287
277
  ...
288
278
 
289
279
  class ObjectButtonsPanel:
290
- """ """
291
-
292
280
  bl_context: typing.Any
293
- """ """
294
-
295
281
  bl_region_type: typing.Any
296
- """ """
297
-
298
282
  bl_space_type: typing.Any
299
- """ """
300
283
 
301
284
  class OBJECT_PT_motion_paths(
302
285
  bpy_types.Panel,
303
286
  bl_ui.properties_animviz.MotionPathButtonsPanel,
304
287
  bpy_types._GenericUI,
305
288
  ):
306
- """ """
307
-
308
289
  bl_context: typing.Any
309
- """ """
310
-
311
290
  bl_label: typing.Any
312
- """ """
313
-
314
291
  bl_options: typing.Any
315
- """ """
316
-
317
292
  bl_region_type: typing.Any
318
- """ """
319
-
320
293
  bl_rna: typing.Any
321
- """ """
322
-
323
294
  bl_space_type: typing.Any
324
- """ """
325
-
326
295
  id_data: typing.Any
327
- """ """
328
296
 
329
297
  def append(self, draw_func):
330
298
  """Append a draw function to this menu,
@@ -419,10 +387,7 @@ class OBJECT_PT_motion_paths(
419
387
  """
420
388
  ...
421
389
 
422
- def is_extended(self):
423
- """ """
424
- ...
425
-
390
+ def is_extended(self): ...
426
391
  def is_property_hidden(self) -> bool:
427
392
  """Check if a property is hidden.
428
393
 
@@ -562,31 +527,14 @@ class OBJECT_PT_motion_paths_display(
562
527
  bl_ui.properties_animviz.MotionPathButtonsPanel_display,
563
528
  bpy_types._GenericUI,
564
529
  ):
565
- """ """
566
-
567
530
  bl_context: typing.Any
568
- """ """
569
-
570
531
  bl_label: typing.Any
571
- """ """
572
-
573
532
  bl_options: typing.Any
574
- """ """
575
-
576
533
  bl_parent_id: typing.Any
577
- """ """
578
-
579
534
  bl_region_type: typing.Any
580
- """ """
581
-
582
535
  bl_rna: typing.Any
583
- """ """
584
-
585
536
  bl_space_type: typing.Any
586
- """ """
587
-
588
537
  id_data: typing.Any
589
- """ """
590
538
 
591
539
  def append(self, draw_func):
592
540
  """Append a draw function to this menu,
@@ -681,10 +629,7 @@ class OBJECT_PT_motion_paths_display(
681
629
  """
682
630
  ...
683
631
 
684
- def is_extended(self):
685
- """ """
686
- ...
687
-
632
+ def is_extended(self): ...
688
633
  def is_property_hidden(self) -> bool:
689
634
  """Check if a property is hidden.
690
635
 
@@ -820,28 +765,13 @@ class OBJECT_PT_motion_paths_display(
820
765
  ...
821
766
 
822
767
  class OBJECT_PT_collections(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
823
- """ """
824
-
825
768
  bl_context: typing.Any
826
- """ """
827
-
828
769
  bl_label: typing.Any
829
- """ """
830
-
831
770
  bl_options: typing.Any
832
- """ """
833
-
834
771
  bl_region_type: typing.Any
835
- """ """
836
-
837
772
  bl_rna: typing.Any
838
- """ """
839
-
840
773
  bl_space_type: typing.Any
841
- """ """
842
-
843
774
  id_data: typing.Any
844
- """ """
845
775
 
846
776
  def append(self, draw_func):
847
777
  """Append a draw function to this menu,
@@ -926,10 +856,7 @@ class OBJECT_PT_collections(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Gene
926
856
  """
927
857
  ...
928
858
 
929
- def is_extended(self):
930
- """ """
931
- ...
932
-
859
+ def is_extended(self): ...
933
860
  def is_property_hidden(self) -> bool:
934
861
  """Check if a property is hidden.
935
862
 
@@ -1060,28 +987,13 @@ class OBJECT_PT_collections(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Gene
1060
987
  class OBJECT_PT_context_object(
1061
988
  bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
1062
989
  ):
1063
- """ """
1064
-
1065
990
  bl_context: typing.Any
1066
- """ """
1067
-
1068
991
  bl_label: typing.Any
1069
- """ """
1070
-
1071
992
  bl_options: typing.Any
1072
- """ """
1073
-
1074
993
  bl_region_type: typing.Any
1075
- """ """
1076
-
1077
994
  bl_rna: typing.Any
1078
- """ """
1079
-
1080
995
  bl_space_type: typing.Any
1081
- """ """
1082
-
1083
996
  id_data: typing.Any
1084
- """ """
1085
997
 
1086
998
  def append(self, draw_func):
1087
999
  """Append a draw function to this menu,
@@ -1166,10 +1078,7 @@ class OBJECT_PT_context_object(
1166
1078
  """
1167
1079
  ...
1168
1080
 
1169
- def is_extended(self):
1170
- """ """
1171
- ...
1172
-
1081
+ def is_extended(self): ...
1173
1082
  def is_property_hidden(self) -> bool:
1174
1083
  """Check if a property is hidden.
1175
1084
 
@@ -1305,31 +1214,14 @@ class OBJECT_PT_custom_props(
1305
1214
  """
1306
1215
 
1307
1216
  COMPAT_ENGINES: typing.Any
1308
- """ """
1309
-
1310
1217
  bl_context: typing.Any
1311
- """ """
1312
-
1313
1218
  bl_label: typing.Any
1314
- """ """
1315
-
1316
1219
  bl_options: typing.Any
1317
- """ """
1318
-
1319
1220
  bl_order: typing.Any
1320
- """ """
1321
-
1322
1221
  bl_region_type: typing.Any
1323
- """ """
1324
-
1325
1222
  bl_rna: typing.Any
1326
- """ """
1327
-
1328
1223
  bl_space_type: typing.Any
1329
- """ """
1330
-
1331
1224
  id_data: typing.Any
1332
- """ """
1333
1225
 
1334
1226
  def append(self, draw_func):
1335
1227
  """Append a draw function to this menu,
@@ -1414,10 +1306,7 @@ class OBJECT_PT_custom_props(
1414
1306
  """
1415
1307
  ...
1416
1308
 
1417
- def is_extended(self):
1418
- """ """
1419
- ...
1420
-
1309
+ def is_extended(self): ...
1421
1310
  def is_property_hidden(self) -> bool:
1422
1311
  """Check if a property is hidden.
1423
1312
 
@@ -1555,31 +1444,14 @@ class OBJECT_PT_custom_props(
1555
1444
  class OBJECT_PT_delta_transform(
1556
1445
  bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
1557
1446
  ):
1558
- """ """
1559
-
1560
1447
  bl_context: typing.Any
1561
- """ """
1562
-
1563
1448
  bl_label: typing.Any
1564
- """ """
1565
-
1566
1449
  bl_options: typing.Any
1567
- """ """
1568
-
1569
1450
  bl_parent_id: typing.Any
1570
- """ """
1571
-
1572
1451
  bl_region_type: typing.Any
1573
- """ """
1574
-
1575
1452
  bl_rna: typing.Any
1576
- """ """
1577
-
1578
1453
  bl_space_type: typing.Any
1579
- """ """
1580
-
1581
1454
  id_data: typing.Any
1582
- """ """
1583
1455
 
1584
1456
  def append(self, draw_func):
1585
1457
  """Append a draw function to this menu,
@@ -1664,10 +1536,7 @@ class OBJECT_PT_delta_transform(
1664
1536
  """
1665
1537
  ...
1666
1538
 
1667
- def is_extended(self):
1668
- """ """
1669
- ...
1670
-
1539
+ def is_extended(self): ...
1671
1540
  def is_property_hidden(self) -> bool:
1672
1541
  """Check if a property is hidden.
1673
1542
 
@@ -1796,31 +1665,14 @@ class OBJECT_PT_delta_transform(
1796
1665
  ...
1797
1666
 
1798
1667
  class OBJECT_PT_display(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
1799
- """ """
1800
-
1801
1668
  bl_context: typing.Any
1802
- """ """
1803
-
1804
1669
  bl_label: typing.Any
1805
- """ """
1806
-
1807
1670
  bl_options: typing.Any
1808
- """ """
1809
-
1810
1671
  bl_order: typing.Any
1811
- """ """
1812
-
1813
1672
  bl_region_type: typing.Any
1814
- """ """
1815
-
1816
1673
  bl_rna: typing.Any
1817
- """ """
1818
-
1819
1674
  bl_space_type: typing.Any
1820
- """ """
1821
-
1822
1675
  id_data: typing.Any
1823
- """ """
1824
1676
 
1825
1677
  def append(self, draw_func):
1826
1678
  """Append a draw function to this menu,
@@ -1905,10 +1757,7 @@ class OBJECT_PT_display(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericU
1905
1757
  """
1906
1758
  ...
1907
1759
 
1908
- def is_extended(self):
1909
- """ """
1910
- ...
1911
-
1760
+ def is_extended(self): ...
1912
1761
  def is_property_hidden(self) -> bool:
1913
1762
  """Check if a property is hidden.
1914
1763
 
@@ -2037,28 +1886,13 @@ class OBJECT_PT_display(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericU
2037
1886
  ...
2038
1887
 
2039
1888
  class OBJECT_PT_instancing(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
2040
- """ """
2041
-
2042
1889
  bl_context: typing.Any
2043
- """ """
2044
-
2045
1890
  bl_label: typing.Any
2046
- """ """
2047
-
2048
1891
  bl_options: typing.Any
2049
- """ """
2050
-
2051
1892
  bl_region_type: typing.Any
2052
- """ """
2053
-
2054
1893
  bl_rna: typing.Any
2055
- """ """
2056
-
2057
1894
  bl_space_type: typing.Any
2058
- """ """
2059
-
2060
1895
  id_data: typing.Any
2061
- """ """
2062
1896
 
2063
1897
  def append(self, draw_func):
2064
1898
  """Append a draw function to this menu,
@@ -2143,10 +1977,7 @@ class OBJECT_PT_instancing(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Gener
2143
1977
  """
2144
1978
  ...
2145
1979
 
2146
- def is_extended(self):
2147
- """ """
2148
- ...
2149
-
1980
+ def is_extended(self): ...
2150
1981
  def is_property_hidden(self) -> bool:
2151
1982
  """Check if a property is hidden.
2152
1983
 
@@ -2284,28 +2115,13 @@ class OBJECT_PT_instancing(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Gener
2284
2115
  class OBJECT_PT_instancing_size(
2285
2116
  bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
2286
2117
  ):
2287
- """ """
2288
-
2289
2118
  bl_context: typing.Any
2290
- """ """
2291
-
2292
2119
  bl_label: typing.Any
2293
- """ """
2294
-
2295
2120
  bl_parent_id: typing.Any
2296
- """ """
2297
-
2298
2121
  bl_region_type: typing.Any
2299
- """ """
2300
-
2301
2122
  bl_rna: typing.Any
2302
- """ """
2303
-
2304
2123
  bl_space_type: typing.Any
2305
- """ """
2306
-
2307
2124
  id_data: typing.Any
2308
- """ """
2309
2125
 
2310
2126
  def append(self, draw_func):
2311
2127
  """Append a draw function to this menu,
@@ -2397,10 +2213,7 @@ class OBJECT_PT_instancing_size(
2397
2213
  """
2398
2214
  ...
2399
2215
 
2400
- def is_extended(self):
2401
- """ """
2402
- ...
2403
-
2216
+ def is_extended(self): ...
2404
2217
  def is_property_hidden(self) -> bool:
2405
2218
  """Check if a property is hidden.
2406
2219
 
@@ -2536,31 +2349,14 @@ class OBJECT_PT_instancing_size(
2536
2349
  ...
2537
2350
 
2538
2351
  class OBJECT_PT_lineart(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
2539
- """ """
2540
-
2541
2352
  bl_context: typing.Any
2542
- """ """
2543
-
2544
2353
  bl_label: typing.Any
2545
- """ """
2546
-
2547
2354
  bl_options: typing.Any
2548
- """ """
2549
-
2550
2355
  bl_order: typing.Any
2551
- """ """
2552
-
2553
2356
  bl_region_type: typing.Any
2554
- """ """
2555
-
2556
2357
  bl_rna: typing.Any
2557
- """ """
2558
-
2559
2358
  bl_space_type: typing.Any
2560
- """ """
2561
-
2562
2359
  id_data: typing.Any
2563
- """ """
2564
2360
 
2565
2361
  def append(self, draw_func):
2566
2362
  """Append a draw function to this menu,
@@ -2645,10 +2441,7 @@ class OBJECT_PT_lineart(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericU
2645
2441
  """
2646
2442
  ...
2647
2443
 
2648
- def is_extended(self):
2649
- """ """
2650
- ...
2651
-
2444
+ def is_extended(self): ...
2652
2445
  def is_property_hidden(self) -> bool:
2653
2446
  """Check if a property is hidden.
2654
2447
 
@@ -2784,28 +2577,13 @@ class OBJECT_PT_lineart(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericU
2784
2577
  ...
2785
2578
 
2786
2579
  class OBJECT_PT_relations(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
2787
- """ """
2788
-
2789
2580
  bl_context: typing.Any
2790
- """ """
2791
-
2792
2581
  bl_label: typing.Any
2793
- """ """
2794
-
2795
2582
  bl_options: typing.Any
2796
- """ """
2797
-
2798
2583
  bl_region_type: typing.Any
2799
- """ """
2800
-
2801
2584
  bl_rna: typing.Any
2802
- """ """
2803
-
2804
2585
  bl_space_type: typing.Any
2805
- """ """
2806
-
2807
2586
  id_data: typing.Any
2808
- """ """
2809
2587
 
2810
2588
  def append(self, draw_func):
2811
2589
  """Append a draw function to this menu,
@@ -2890,10 +2668,7 @@ class OBJECT_PT_relations(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Generi
2890
2668
  """
2891
2669
  ...
2892
2670
 
2893
- def is_extended(self):
2894
- """ """
2895
- ...
2896
-
2671
+ def is_extended(self): ...
2897
2672
  def is_property_hidden(self) -> bool:
2898
2673
  """Check if a property is hidden.
2899
2674
 
@@ -3022,25 +2797,12 @@ class OBJECT_PT_relations(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Generi
3022
2797
  ...
3023
2798
 
3024
2799
  class OBJECT_PT_transform(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
3025
- """ """
3026
-
3027
2800
  bl_context: typing.Any
3028
- """ """
3029
-
3030
2801
  bl_label: typing.Any
3031
- """ """
3032
-
3033
2802
  bl_region_type: typing.Any
3034
- """ """
3035
-
3036
2803
  bl_rna: typing.Any
3037
- """ """
3038
-
3039
2804
  bl_space_type: typing.Any
3040
- """ """
3041
-
3042
2805
  id_data: typing.Any
3043
- """ """
3044
2806
 
3045
2807
  def append(self, draw_func):
3046
2808
  """Append a draw function to this menu,
@@ -3125,10 +2887,7 @@ class OBJECT_PT_transform(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Generi
3125
2887
  """
3126
2888
  ...
3127
2889
 
3128
- def is_extended(self):
3129
- """ """
3130
- ...
3131
-
2890
+ def is_extended(self): ...
3132
2891
  def is_property_hidden(self) -> bool:
3133
2892
  """Check if a property is hidden.
3134
2893
 
@@ -3257,31 +3016,14 @@ class OBJECT_PT_transform(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Generi
3257
3016
  ...
3258
3017
 
3259
3018
  class OBJECT_PT_visibility(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
3260
- """ """
3261
-
3262
3019
  COMPAT_ENGINES: typing.Any
3263
- """ """
3264
-
3265
3020
  bl_context: typing.Any
3266
- """ """
3267
-
3268
3021
  bl_label: typing.Any
3269
- """ """
3270
-
3271
3022
  bl_options: typing.Any
3272
- """ """
3273
-
3274
3023
  bl_region_type: typing.Any
3275
- """ """
3276
-
3277
3024
  bl_rna: typing.Any
3278
- """ """
3279
-
3280
3025
  bl_space_type: typing.Any
3281
- """ """
3282
-
3283
3026
  id_data: typing.Any
3284
- """ """
3285
3027
 
3286
3028
  def append(self, draw_func):
3287
3029
  """Append a draw function to this menu,
@@ -3366,10 +3108,7 @@ class OBJECT_PT_visibility(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Gener
3366
3108
  """
3367
3109
  ...
3368
3110
 
3369
- def is_extended(self):
3370
- """ """
3371
- ...
3372
-
3111
+ def is_extended(self): ...
3373
3112
  def is_property_hidden(self) -> bool:
3374
3113
  """Check if a property is hidden.
3375
3114