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_collision(self, context):
20
13
  """
@@ -31,28 +24,13 @@ class PhysicButtonsPanel:
31
24
  ...
32
25
 
33
26
  class PHYSICS_PT_collision(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
34
- """ """
35
-
36
27
  COMPAT_ENGINES: typing.Any
37
- """ """
38
-
39
28
  bl_context: typing.Any
40
- """ """
41
-
42
29
  bl_label: typing.Any
43
- """ """
44
-
45
30
  bl_region_type: typing.Any
46
- """ """
47
-
48
31
  bl_rna: typing.Any
49
- """ """
50
-
51
32
  bl_space_type: typing.Any
52
- """ """
53
-
54
33
  id_data: typing.Any
55
- """ """
56
34
 
57
35
  def append(self, draw_func):
58
36
  """Append a draw function to this menu,
@@ -137,10 +115,7 @@ class PHYSICS_PT_collision(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gener
137
115
  """
138
116
  ...
139
117
 
140
- def is_extended(self):
141
- """ """
142
- ...
143
-
118
+ def is_extended(self): ...
144
119
  def is_property_hidden(self) -> bool:
145
120
  """Check if a property is hidden.
146
121
 
@@ -292,31 +267,14 @@ class PHYSICS_PT_collision(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gener
292
267
  class PHYSICS_PT_collision_particle(
293
268
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
294
269
  ):
295
- """ """
296
-
297
270
  COMPAT_ENGINES: typing.Any
298
- """ """
299
-
300
271
  bl_context: typing.Any
301
- """ """
302
-
303
272
  bl_label: typing.Any
304
- """ """
305
-
306
273
  bl_parent_id: typing.Any
307
- """ """
308
-
309
274
  bl_region_type: typing.Any
310
- """ """
311
-
312
275
  bl_rna: typing.Any
313
- """ """
314
-
315
276
  bl_space_type: typing.Any
316
- """ """
317
-
318
277
  id_data: typing.Any
319
- """ """
320
278
 
321
279
  def append(self, draw_func):
322
280
  """Append a draw function to this menu,
@@ -401,10 +359,7 @@ class PHYSICS_PT_collision_particle(
401
359
  """
402
360
  ...
403
361
 
404
- def is_extended(self):
405
- """ """
406
- ...
407
-
362
+ def is_extended(self): ...
408
363
  def is_property_hidden(self) -> bool:
409
364
  """Check if a property is hidden.
410
365
 
@@ -556,31 +511,14 @@ class PHYSICS_PT_collision_particle(
556
511
  class PHYSICS_PT_collision_softbody(
557
512
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
558
513
  ):
559
- """ """
560
-
561
514
  COMPAT_ENGINES: typing.Any
562
- """ """
563
-
564
515
  bl_context: typing.Any
565
- """ """
566
-
567
516
  bl_label: typing.Any
568
- """ """
569
-
570
517
  bl_parent_id: typing.Any
571
- """ """
572
-
573
518
  bl_region_type: typing.Any
574
- """ """
575
-
576
519
  bl_rna: typing.Any
577
- """ """
578
-
579
520
  bl_space_type: typing.Any
580
- """ """
581
-
582
521
  id_data: typing.Any
583
- """ """
584
522
 
585
523
  def append(self, draw_func):
586
524
  """Append a draw function to this menu,
@@ -665,10 +603,7 @@ class PHYSICS_PT_collision_softbody(
665
603
  """
666
604
  ...
667
605
 
668
- def is_extended(self):
669
- """ """
670
- ...
671
-
606
+ def is_extended(self): ...
672
607
  def is_property_hidden(self) -> bool:
673
608
  """Check if a property is hidden.
674
609
 
@@ -818,28 +753,13 @@ class PHYSICS_PT_collision_softbody(
818
753
  ...
819
754
 
820
755
  class PHYSICS_PT_field(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
821
- """ """
822
-
823
756
  COMPAT_ENGINES: typing.Any
824
- """ """
825
-
826
757
  bl_context: typing.Any
827
- """ """
828
-
829
758
  bl_label: typing.Any
830
- """ """
831
-
832
759
  bl_region_type: typing.Any
833
- """ """
834
-
835
760
  bl_rna: typing.Any
836
- """ """
837
-
838
761
  bl_space_type: typing.Any
839
- """ """
840
-
841
762
  id_data: typing.Any
842
- """ """
843
763
 
844
764
  def append(self, draw_func):
845
765
  """Append a draw function to this menu,
@@ -924,10 +844,7 @@ class PHYSICS_PT_field(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
924
844
  """
925
845
  ...
926
846
 
927
- def is_extended(self):
928
- """ """
929
- ...
930
-
847
+ def is_extended(self): ...
931
848
  def is_property_hidden(self) -> bool:
932
849
  """Check if a property is hidden.
933
850
 
@@ -1079,31 +996,14 @@ class PHYSICS_PT_field(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1079
996
  class PHYSICS_PT_field_falloff(
1080
997
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1081
998
  ):
1082
- """ """
1083
-
1084
999
  COMPAT_ENGINES: typing.Any
1085
- """ """
1086
-
1087
1000
  bl_context: typing.Any
1088
- """ """
1089
-
1090
1001
  bl_label: typing.Any
1091
- """ """
1092
-
1093
1002
  bl_parent_id: typing.Any
1094
- """ """
1095
-
1096
1003
  bl_region_type: typing.Any
1097
- """ """
1098
-
1099
1004
  bl_rna: typing.Any
1100
- """ """
1101
-
1102
1005
  bl_space_type: typing.Any
1103
- """ """
1104
-
1105
1006
  id_data: typing.Any
1106
- """ """
1107
1007
 
1108
1008
  def append(self, draw_func):
1109
1009
  """Append a draw function to this menu,
@@ -1188,10 +1088,7 @@ class PHYSICS_PT_field_falloff(
1188
1088
  """
1189
1089
  ...
1190
1090
 
1191
- def is_extended(self):
1192
- """ """
1193
- ...
1194
-
1091
+ def is_extended(self): ...
1195
1092
  def is_property_hidden(self) -> bool:
1196
1093
  """Check if a property is hidden.
1197
1094
 
@@ -1343,31 +1240,14 @@ class PHYSICS_PT_field_falloff(
1343
1240
  class PHYSICS_PT_field_falloff_angular(
1344
1241
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1345
1242
  ):
1346
- """ """
1347
-
1348
1243
  COMPAT_ENGINES: typing.Any
1349
- """ """
1350
-
1351
1244
  bl_context: typing.Any
1352
- """ """
1353
-
1354
1245
  bl_label: typing.Any
1355
- """ """
1356
-
1357
1246
  bl_parent_id: typing.Any
1358
- """ """
1359
-
1360
1247
  bl_region_type: typing.Any
1361
- """ """
1362
-
1363
1248
  bl_rna: typing.Any
1364
- """ """
1365
-
1366
1249
  bl_space_type: typing.Any
1367
- """ """
1368
-
1369
1250
  id_data: typing.Any
1370
- """ """
1371
1251
 
1372
1252
  def append(self, draw_func):
1373
1253
  """Append a draw function to this menu,
@@ -1452,10 +1332,7 @@ class PHYSICS_PT_field_falloff_angular(
1452
1332
  """
1453
1333
  ...
1454
1334
 
1455
- def is_extended(self):
1456
- """ """
1457
- ...
1458
-
1335
+ def is_extended(self): ...
1459
1336
  def is_property_hidden(self) -> bool:
1460
1337
  """Check if a property is hidden.
1461
1338
 
@@ -1607,31 +1484,14 @@ class PHYSICS_PT_field_falloff_angular(
1607
1484
  class PHYSICS_PT_field_falloff_radial(
1608
1485
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1609
1486
  ):
1610
- """ """
1611
-
1612
1487
  COMPAT_ENGINES: typing.Any
1613
- """ """
1614
-
1615
1488
  bl_context: typing.Any
1616
- """ """
1617
-
1618
1489
  bl_label: typing.Any
1619
- """ """
1620
-
1621
1490
  bl_parent_id: typing.Any
1622
- """ """
1623
-
1624
1491
  bl_region_type: typing.Any
1625
- """ """
1626
-
1627
1492
  bl_rna: typing.Any
1628
- """ """
1629
-
1630
1493
  bl_space_type: typing.Any
1631
- """ """
1632
-
1633
1494
  id_data: typing.Any
1634
- """ """
1635
1495
 
1636
1496
  def append(self, draw_func):
1637
1497
  """Append a draw function to this menu,
@@ -1716,10 +1576,7 @@ class PHYSICS_PT_field_falloff_radial(
1716
1576
  """
1717
1577
  ...
1718
1578
 
1719
- def is_extended(self):
1720
- """ """
1721
- ...
1722
-
1579
+ def is_extended(self): ...
1723
1580
  def is_property_hidden(self) -> bool:
1724
1581
  """Check if a property is hidden.
1725
1582
 
@@ -1871,31 +1728,14 @@ class PHYSICS_PT_field_falloff_radial(
1871
1728
  class PHYSICS_PT_field_settings(
1872
1729
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1873
1730
  ):
1874
- """ """
1875
-
1876
1731
  COMPAT_ENGINES: typing.Any
1877
- """ """
1878
-
1879
1732
  bl_context: typing.Any
1880
- """ """
1881
-
1882
1733
  bl_label: typing.Any
1883
- """ """
1884
-
1885
1734
  bl_parent_id: typing.Any
1886
- """ """
1887
-
1888
1735
  bl_region_type: typing.Any
1889
- """ """
1890
-
1891
1736
  bl_rna: typing.Any
1892
- """ """
1893
-
1894
1737
  bl_space_type: typing.Any
1895
- """ """
1896
-
1897
1738
  id_data: typing.Any
1898
- """ """
1899
1739
 
1900
1740
  def append(self, draw_func):
1901
1741
  """Append a draw function to this menu,
@@ -1980,10 +1820,7 @@ class PHYSICS_PT_field_settings(
1980
1820
  """
1981
1821
  ...
1982
1822
 
1983
- def is_extended(self):
1984
- """ """
1985
- ...
1986
-
1823
+ def is_extended(self): ...
1987
1824
  def is_property_hidden(self) -> bool:
1988
1825
  """Check if a property is hidden.
1989
1826
 
@@ -2135,31 +1972,14 @@ class PHYSICS_PT_field_settings(
2135
1972
  class PHYSICS_PT_field_settings_kink(
2136
1973
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2137
1974
  ):
2138
- """ """
2139
-
2140
1975
  COMPAT_ENGINES: typing.Any
2141
- """ """
2142
-
2143
1976
  bl_context: typing.Any
2144
- """ """
2145
-
2146
1977
  bl_label: typing.Any
2147
- """ """
2148
-
2149
1978
  bl_parent_id: typing.Any
2150
- """ """
2151
-
2152
1979
  bl_region_type: typing.Any
2153
- """ """
2154
-
2155
1980
  bl_rna: typing.Any
2156
- """ """
2157
-
2158
1981
  bl_space_type: typing.Any
2159
- """ """
2160
-
2161
1982
  id_data: typing.Any
2162
- """ """
2163
1983
 
2164
1984
  def append(self, draw_func):
2165
1985
  """Append a draw function to this menu,
@@ -2244,10 +2064,7 @@ class PHYSICS_PT_field_settings_kink(
2244
2064
  """
2245
2065
  ...
2246
2066
 
2247
- def is_extended(self):
2248
- """ """
2249
- ...
2250
-
2067
+ def is_extended(self): ...
2251
2068
  def is_property_hidden(self) -> bool:
2252
2069
  """Check if a property is hidden.
2253
2070
 
@@ -2399,31 +2216,14 @@ class PHYSICS_PT_field_settings_kink(
2399
2216
  class PHYSICS_PT_field_settings_texture_select(
2400
2217
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2401
2218
  ):
2402
- """ """
2403
-
2404
2219
  COMPAT_ENGINES: typing.Any
2405
- """ """
2406
-
2407
2220
  bl_context: typing.Any
2408
- """ """
2409
-
2410
2221
  bl_label: typing.Any
2411
- """ """
2412
-
2413
2222
  bl_parent_id: typing.Any
2414
- """ """
2415
-
2416
2223
  bl_region_type: typing.Any
2417
- """ """
2418
-
2419
2224
  bl_rna: typing.Any
2420
- """ """
2421
-
2422
2225
  bl_space_type: typing.Any
2423
- """ """
2424
-
2425
2226
  id_data: typing.Any
2426
- """ """
2427
2227
 
2428
2228
  def append(self, draw_func):
2429
2229
  """Append a draw function to this menu,
@@ -2508,10 +2308,7 @@ class PHYSICS_PT_field_settings_texture_select(
2508
2308
  """
2509
2309
  ...
2510
2310
 
2511
- def is_extended(self):
2512
- """ """
2513
- ...
2514
-
2311
+ def is_extended(self): ...
2515
2312
  def is_property_hidden(self) -> bool:
2516
2313
  """Check if a property is hidden.
2517
2314
 
@@ -2660,7 +2457,4 @@ class PHYSICS_PT_field_settings_texture_select(
2660
2457
  """
2661
2458
  ...
2662
2459
 
2663
- def collision_warning(layout):
2664
- """ """
2665
-
2666
- ...
2460
+ def collision_warning(layout): ...