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 PhysicButtonsPanel:
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
  """
@@ -24,28 +17,13 @@ class PhysicButtonsPanel:
24
17
  ...
25
18
 
26
19
  class PHYSICS_PT_softbody(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
27
- """ """
28
-
29
20
  COMPAT_ENGINES: typing.Any
30
- """ """
31
-
32
21
  bl_context: typing.Any
33
- """ """
34
-
35
22
  bl_label: typing.Any
36
- """ """
37
-
38
23
  bl_region_type: typing.Any
39
- """ """
40
-
41
24
  bl_rna: typing.Any
42
- """ """
43
-
44
25
  bl_space_type: typing.Any
45
- """ """
46
-
47
26
  id_data: typing.Any
48
- """ """
49
27
 
50
28
  def append(self, draw_func):
51
29
  """Append a draw function to this menu,
@@ -130,10 +108,7 @@ class PHYSICS_PT_softbody(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generi
130
108
  """
131
109
  ...
132
110
 
133
- def is_extended(self):
134
- """ """
135
- ...
136
-
111
+ def is_extended(self): ...
137
112
  def is_property_hidden(self) -> bool:
138
113
  """Check if a property is hidden.
139
114
 
@@ -271,34 +246,15 @@ class PHYSICS_PT_softbody(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generi
271
246
  class PHYSICS_PT_softbody_cache(
272
247
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
273
248
  ):
274
- """ """
275
-
276
249
  COMPAT_ENGINES: typing.Any
277
- """ """
278
-
279
250
  bl_context: typing.Any
280
- """ """
281
-
282
251
  bl_label: typing.Any
283
- """ """
284
-
285
252
  bl_options: typing.Any
286
- """ """
287
-
288
253
  bl_parent_id: typing.Any
289
- """ """
290
-
291
254
  bl_region_type: typing.Any
292
- """ """
293
-
294
255
  bl_rna: typing.Any
295
- """ """
296
-
297
256
  bl_space_type: typing.Any
298
- """ """
299
-
300
257
  id_data: typing.Any
301
- """ """
302
258
 
303
259
  def append(self, draw_func):
304
260
  """Append a draw function to this menu,
@@ -383,10 +339,7 @@ class PHYSICS_PT_softbody_cache(
383
339
  """
384
340
  ...
385
341
 
386
- def is_extended(self):
387
- """ """
388
- ...
389
-
342
+ def is_extended(self): ...
390
343
  def is_property_hidden(self) -> bool:
391
344
  """Check if a property is hidden.
392
345
 
@@ -524,34 +477,15 @@ class PHYSICS_PT_softbody_cache(
524
477
  class PHYSICS_PT_softbody_collision(
525
478
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
526
479
  ):
527
- """ """
528
-
529
480
  COMPAT_ENGINES: typing.Any
530
- """ """
531
-
532
481
  bl_context: typing.Any
533
- """ """
534
-
535
482
  bl_label: typing.Any
536
- """ """
537
-
538
483
  bl_options: typing.Any
539
- """ """
540
-
541
484
  bl_parent_id: typing.Any
542
- """ """
543
-
544
485
  bl_region_type: typing.Any
545
- """ """
546
-
547
486
  bl_rna: typing.Any
548
- """ """
549
-
550
487
  bl_space_type: typing.Any
551
- """ """
552
-
553
488
  id_data: typing.Any
554
- """ """
555
489
 
556
490
  def append(self, draw_func):
557
491
  """Append a draw function to this menu,
@@ -643,10 +577,7 @@ class PHYSICS_PT_softbody_collision(
643
577
  """
644
578
  ...
645
579
 
646
- def is_extended(self):
647
- """ """
648
- ...
649
-
580
+ def is_extended(self): ...
650
581
  def is_property_hidden(self) -> bool:
651
582
  """Check if a property is hidden.
652
583
 
@@ -784,34 +715,15 @@ class PHYSICS_PT_softbody_collision(
784
715
  class PHYSICS_PT_softbody_edge(
785
716
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
786
717
  ):
787
- """ """
788
-
789
718
  COMPAT_ENGINES: typing.Any
790
- """ """
791
-
792
719
  bl_context: typing.Any
793
- """ """
794
-
795
720
  bl_label: typing.Any
796
- """ """
797
-
798
721
  bl_options: typing.Any
799
- """ """
800
-
801
722
  bl_parent_id: typing.Any
802
- """ """
803
-
804
723
  bl_region_type: typing.Any
805
- """ """
806
-
807
724
  bl_rna: typing.Any
808
- """ """
809
-
810
725
  bl_space_type: typing.Any
811
- """ """
812
-
813
726
  id_data: typing.Any
814
- """ """
815
727
 
816
728
  def append(self, draw_func):
817
729
  """Append a draw function to this menu,
@@ -903,10 +815,7 @@ class PHYSICS_PT_softbody_edge(
903
815
  """
904
816
  ...
905
817
 
906
- def is_extended(self):
907
- """ """
908
- ...
909
-
818
+ def is_extended(self): ...
910
819
  def is_property_hidden(self) -> bool:
911
820
  """Check if a property is hidden.
912
821
 
@@ -1044,34 +953,15 @@ class PHYSICS_PT_softbody_edge(
1044
953
  class PHYSICS_PT_softbody_edge_aerodynamics(
1045
954
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1046
955
  ):
1047
- """ """
1048
-
1049
956
  COMPAT_ENGINES: typing.Any
1050
- """ """
1051
-
1052
957
  bl_context: typing.Any
1053
- """ """
1054
-
1055
958
  bl_label: typing.Any
1056
- """ """
1057
-
1058
959
  bl_options: typing.Any
1059
- """ """
1060
-
1061
960
  bl_parent_id: typing.Any
1062
- """ """
1063
-
1064
961
  bl_region_type: typing.Any
1065
- """ """
1066
-
1067
962
  bl_rna: typing.Any
1068
- """ """
1069
-
1070
963
  bl_space_type: typing.Any
1071
- """ """
1072
-
1073
964
  id_data: typing.Any
1074
- """ """
1075
965
 
1076
966
  def append(self, draw_func):
1077
967
  """Append a draw function to this menu,
@@ -1156,10 +1046,7 @@ class PHYSICS_PT_softbody_edge_aerodynamics(
1156
1046
  """
1157
1047
  ...
1158
1048
 
1159
- def is_extended(self):
1160
- """ """
1161
- ...
1162
-
1049
+ def is_extended(self): ...
1163
1050
  def is_property_hidden(self) -> bool:
1164
1051
  """Check if a property is hidden.
1165
1052
 
@@ -1297,34 +1184,15 @@ class PHYSICS_PT_softbody_edge_aerodynamics(
1297
1184
  class PHYSICS_PT_softbody_edge_stiffness(
1298
1185
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1299
1186
  ):
1300
- """ """
1301
-
1302
1187
  COMPAT_ENGINES: typing.Any
1303
- """ """
1304
-
1305
1188
  bl_context: typing.Any
1306
- """ """
1307
-
1308
1189
  bl_label: typing.Any
1309
- """ """
1310
-
1311
1190
  bl_options: typing.Any
1312
- """ """
1313
-
1314
1191
  bl_parent_id: typing.Any
1315
- """ """
1316
-
1317
1192
  bl_region_type: typing.Any
1318
- """ """
1319
-
1320
1193
  bl_rna: typing.Any
1321
- """ """
1322
-
1323
1194
  bl_space_type: typing.Any
1324
- """ """
1325
-
1326
1195
  id_data: typing.Any
1327
- """ """
1328
1196
 
1329
1197
  def append(self, draw_func):
1330
1198
  """Append a draw function to this menu,
@@ -1416,10 +1284,7 @@ class PHYSICS_PT_softbody_edge_stiffness(
1416
1284
  """
1417
1285
  ...
1418
1286
 
1419
- def is_extended(self):
1420
- """ """
1421
- ...
1422
-
1287
+ def is_extended(self): ...
1423
1288
  def is_property_hidden(self) -> bool:
1424
1289
  """Check if a property is hidden.
1425
1290
 
@@ -1557,34 +1422,15 @@ class PHYSICS_PT_softbody_edge_stiffness(
1557
1422
  class PHYSICS_PT_softbody_field_weights(
1558
1423
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1559
1424
  ):
1560
- """ """
1561
-
1562
1425
  COMPAT_ENGINES: typing.Any
1563
- """ """
1564
-
1565
1426
  bl_context: typing.Any
1566
- """ """
1567
-
1568
1427
  bl_label: typing.Any
1569
- """ """
1570
-
1571
1428
  bl_options: typing.Any
1572
- """ """
1573
-
1574
1429
  bl_parent_id: typing.Any
1575
- """ """
1576
-
1577
1430
  bl_region_type: typing.Any
1578
- """ """
1579
-
1580
1431
  bl_rna: typing.Any
1581
- """ """
1582
-
1583
1432
  bl_space_type: typing.Any
1584
- """ """
1585
-
1586
1433
  id_data: typing.Any
1587
- """ """
1588
1434
 
1589
1435
  def append(self, draw_func):
1590
1436
  """Append a draw function to this menu,
@@ -1669,10 +1515,7 @@ class PHYSICS_PT_softbody_field_weights(
1669
1515
  """
1670
1516
  ...
1671
1517
 
1672
- def is_extended(self):
1673
- """ """
1674
- ...
1675
-
1518
+ def is_extended(self): ...
1676
1519
  def is_property_hidden(self) -> bool:
1677
1520
  """Check if a property is hidden.
1678
1521
 
@@ -1810,34 +1653,15 @@ class PHYSICS_PT_softbody_field_weights(
1810
1653
  class PHYSICS_PT_softbody_goal(
1811
1654
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1812
1655
  ):
1813
- """ """
1814
-
1815
1656
  COMPAT_ENGINES: typing.Any
1816
- """ """
1817
-
1818
1657
  bl_context: typing.Any
1819
- """ """
1820
-
1821
1658
  bl_label: typing.Any
1822
- """ """
1823
-
1824
1659
  bl_options: typing.Any
1825
- """ """
1826
-
1827
1660
  bl_parent_id: typing.Any
1828
- """ """
1829
-
1830
1661
  bl_region_type: typing.Any
1831
- """ """
1832
-
1833
1662
  bl_rna: typing.Any
1834
- """ """
1835
-
1836
1663
  bl_space_type: typing.Any
1837
- """ """
1838
-
1839
1664
  id_data: typing.Any
1840
- """ """
1841
1665
 
1842
1666
  def append(self, draw_func):
1843
1667
  """Append a draw function to this menu,
@@ -1929,10 +1753,7 @@ class PHYSICS_PT_softbody_goal(
1929
1753
  """
1930
1754
  ...
1931
1755
 
1932
- def is_extended(self):
1933
- """ """
1934
- ...
1935
-
1756
+ def is_extended(self): ...
1936
1757
  def is_property_hidden(self) -> bool:
1937
1758
  """Check if a property is hidden.
1938
1759
 
@@ -2070,34 +1891,15 @@ class PHYSICS_PT_softbody_goal(
2070
1891
  class PHYSICS_PT_softbody_goal_settings(
2071
1892
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2072
1893
  ):
2073
- """ """
2074
-
2075
1894
  COMPAT_ENGINES: typing.Any
2076
- """ """
2077
-
2078
1895
  bl_context: typing.Any
2079
- """ """
2080
-
2081
1896
  bl_label: typing.Any
2082
- """ """
2083
-
2084
1897
  bl_options: typing.Any
2085
- """ """
2086
-
2087
1898
  bl_parent_id: typing.Any
2088
- """ """
2089
-
2090
1899
  bl_region_type: typing.Any
2091
- """ """
2092
-
2093
1900
  bl_rna: typing.Any
2094
- """ """
2095
-
2096
1901
  bl_space_type: typing.Any
2097
- """ """
2098
-
2099
1902
  id_data: typing.Any
2100
- """ """
2101
1903
 
2102
1904
  def append(self, draw_func):
2103
1905
  """Append a draw function to this menu,
@@ -2182,10 +1984,7 @@ class PHYSICS_PT_softbody_goal_settings(
2182
1984
  """
2183
1985
  ...
2184
1986
 
2185
- def is_extended(self):
2186
- """ """
2187
- ...
2188
-
1987
+ def is_extended(self): ...
2189
1988
  def is_property_hidden(self) -> bool:
2190
1989
  """Check if a property is hidden.
2191
1990
 
@@ -2323,34 +2122,15 @@ class PHYSICS_PT_softbody_goal_settings(
2323
2122
  class PHYSICS_PT_softbody_goal_strengths(
2324
2123
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2325
2124
  ):
2326
- """ """
2327
-
2328
2125
  COMPAT_ENGINES: typing.Any
2329
- """ """
2330
-
2331
2126
  bl_context: typing.Any
2332
- """ """
2333
-
2334
2127
  bl_label: typing.Any
2335
- """ """
2336
-
2337
2128
  bl_options: typing.Any
2338
- """ """
2339
-
2340
2129
  bl_parent_id: typing.Any
2341
- """ """
2342
-
2343
2130
  bl_region_type: typing.Any
2344
- """ """
2345
-
2346
2131
  bl_rna: typing.Any
2347
- """ """
2348
-
2349
2132
  bl_space_type: typing.Any
2350
- """ """
2351
-
2352
2133
  id_data: typing.Any
2353
- """ """
2354
2134
 
2355
2135
  def append(self, draw_func):
2356
2136
  """Append a draw function to this menu,
@@ -2435,10 +2215,7 @@ class PHYSICS_PT_softbody_goal_strengths(
2435
2215
  """
2436
2216
  ...
2437
2217
 
2438
- def is_extended(self):
2439
- """ """
2440
- ...
2441
-
2218
+ def is_extended(self): ...
2442
2219
  def is_property_hidden(self) -> bool:
2443
2220
  """Check if a property is hidden.
2444
2221
 
@@ -2576,34 +2353,15 @@ class PHYSICS_PT_softbody_goal_strengths(
2576
2353
  class PHYSICS_PT_softbody_object(
2577
2354
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2578
2355
  ):
2579
- """ """
2580
-
2581
2356
  COMPAT_ENGINES: typing.Any
2582
- """ """
2583
-
2584
2357
  bl_context: typing.Any
2585
- """ """
2586
-
2587
2358
  bl_label: typing.Any
2588
- """ """
2589
-
2590
2359
  bl_options: typing.Any
2591
- """ """
2592
-
2593
2360
  bl_parent_id: typing.Any
2594
- """ """
2595
-
2596
2361
  bl_region_type: typing.Any
2597
- """ """
2598
-
2599
2362
  bl_rna: typing.Any
2600
- """ """
2601
-
2602
2363
  bl_space_type: typing.Any
2603
- """ """
2604
-
2605
2364
  id_data: typing.Any
2606
- """ """
2607
2365
 
2608
2366
  def append(self, draw_func):
2609
2367
  """Append a draw function to this menu,
@@ -2688,10 +2446,7 @@ class PHYSICS_PT_softbody_object(
2688
2446
  """
2689
2447
  ...
2690
2448
 
2691
- def is_extended(self):
2692
- """ """
2693
- ...
2694
-
2449
+ def is_extended(self): ...
2695
2450
  def is_property_hidden(self) -> bool:
2696
2451
  """Check if a property is hidden.
2697
2452
 
@@ -2829,34 +2584,15 @@ class PHYSICS_PT_softbody_object(
2829
2584
  class PHYSICS_PT_softbody_simulation(
2830
2585
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2831
2586
  ):
2832
- """ """
2833
-
2834
2587
  COMPAT_ENGINES: typing.Any
2835
- """ """
2836
-
2837
2588
  bl_context: typing.Any
2838
- """ """
2839
-
2840
2589
  bl_label: typing.Any
2841
- """ """
2842
-
2843
2590
  bl_options: typing.Any
2844
- """ """
2845
-
2846
2591
  bl_parent_id: typing.Any
2847
- """ """
2848
-
2849
2592
  bl_region_type: typing.Any
2850
- """ """
2851
-
2852
2593
  bl_rna: typing.Any
2853
- """ """
2854
-
2855
2594
  bl_space_type: typing.Any
2856
- """ """
2857
-
2858
2595
  id_data: typing.Any
2859
- """ """
2860
2596
 
2861
2597
  def append(self, draw_func):
2862
2598
  """Append a draw function to this menu,
@@ -2941,10 +2677,7 @@ class PHYSICS_PT_softbody_simulation(
2941
2677
  """
2942
2678
  ...
2943
2679
 
2944
- def is_extended(self):
2945
- """ """
2946
- ...
2947
-
2680
+ def is_extended(self): ...
2948
2681
  def is_property_hidden(self) -> bool:
2949
2682
  """Check if a property is hidden.
2950
2683
 
@@ -3082,34 +2815,15 @@ class PHYSICS_PT_softbody_simulation(
3082
2815
  class PHYSICS_PT_softbody_solver(
3083
2816
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3084
2817
  ):
3085
- """ """
3086
-
3087
2818
  COMPAT_ENGINES: typing.Any
3088
- """ """
3089
-
3090
2819
  bl_context: typing.Any
3091
- """ """
3092
-
3093
2820
  bl_label: typing.Any
3094
- """ """
3095
-
3096
2821
  bl_options: typing.Any
3097
- """ """
3098
-
3099
2822
  bl_parent_id: typing.Any
3100
- """ """
3101
-
3102
2823
  bl_region_type: typing.Any
3103
- """ """
3104
-
3105
2824
  bl_rna: typing.Any
3106
- """ """
3107
-
3108
2825
  bl_space_type: typing.Any
3109
- """ """
3110
-
3111
2826
  id_data: typing.Any
3112
- """ """
3113
2827
 
3114
2828
  def append(self, draw_func):
3115
2829
  """Append a draw function to this menu,
@@ -3194,10 +2908,7 @@ class PHYSICS_PT_softbody_solver(
3194
2908
  """
3195
2909
  ...
3196
2910
 
3197
- def is_extended(self):
3198
- """ """
3199
- ...
3200
-
2911
+ def is_extended(self): ...
3201
2912
  def is_property_hidden(self) -> bool:
3202
2913
  """Check if a property is hidden.
3203
2914
 
@@ -3335,34 +3046,15 @@ class PHYSICS_PT_softbody_solver(
3335
3046
  class PHYSICS_PT_softbody_solver_diagnostics(
3336
3047
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3337
3048
  ):
3338
- """ """
3339
-
3340
3049
  COMPAT_ENGINES: typing.Any
3341
- """ """
3342
-
3343
3050
  bl_context: typing.Any
3344
- """ """
3345
-
3346
3051
  bl_label: typing.Any
3347
- """ """
3348
-
3349
3052
  bl_options: typing.Any
3350
- """ """
3351
-
3352
3053
  bl_parent_id: typing.Any
3353
- """ """
3354
-
3355
3054
  bl_region_type: typing.Any
3356
- """ """
3357
-
3358
3055
  bl_rna: typing.Any
3359
- """ """
3360
-
3361
3056
  bl_space_type: typing.Any
3362
- """ """
3363
-
3364
3057
  id_data: typing.Any
3365
- """ """
3366
3058
 
3367
3059
  def append(self, draw_func):
3368
3060
  """Append a draw function to this menu,
@@ -3447,10 +3139,7 @@ class PHYSICS_PT_softbody_solver_diagnostics(
3447
3139
  """
3448
3140
  ...
3449
3141
 
3450
- def is_extended(self):
3451
- """ """
3452
- ...
3453
-
3142
+ def is_extended(self): ...
3454
3143
  def is_property_hidden(self) -> bool:
3455
3144
  """Check if a property is hidden.
3456
3145
 
@@ -3588,34 +3277,15 @@ class PHYSICS_PT_softbody_solver_diagnostics(
3588
3277
  class PHYSICS_PT_softbody_solver_helpers(
3589
3278
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3590
3279
  ):
3591
- """ """
3592
-
3593
3280
  COMPAT_ENGINES: typing.Any
3594
- """ """
3595
-
3596
3281
  bl_context: typing.Any
3597
- """ """
3598
-
3599
3282
  bl_label: typing.Any
3600
- """ """
3601
-
3602
3283
  bl_options: typing.Any
3603
- """ """
3604
-
3605
3284
  bl_parent_id: typing.Any
3606
- """ """
3607
-
3608
3285
  bl_region_type: typing.Any
3609
- """ """
3610
-
3611
3286
  bl_rna: typing.Any
3612
- """ """
3613
-
3614
3287
  bl_space_type: typing.Any
3615
- """ """
3616
-
3617
3288
  id_data: typing.Any
3618
- """ """
3619
3289
 
3620
3290
  def append(self, draw_func):
3621
3291
  """Append a draw function to this menu,
@@ -3700,10 +3370,7 @@ class PHYSICS_PT_softbody_solver_helpers(
3700
3370
  """
3701
3371
  ...
3702
3372
 
3703
- def is_extended(self):
3704
- """ """
3705
- ...
3706
-
3373
+ def is_extended(self): ...
3707
3374
  def is_property_hidden(self) -> bool:
3708
3375
  """Check if a property is hidden.
3709
3376
 
@@ -3838,7 +3505,4 @@ class PHYSICS_PT_softbody_solver_helpers(
3838
3505
  """
3839
3506
  ...
3840
3507
 
3841
- def softbody_panel_enabled(md):
3842
- """ """
3843
-
3844
- ...
3508
+ def softbody_panel_enabled(md): ...