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,42 +5,20 @@ import bpy_types
5
5
  GenericType = typing.TypeVar("GenericType")
6
6
 
7
7
  class PHYSICS_PT_rigidbody_constraint_panel:
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
  class PHYSICS_PT_rigid_body_constraint(
20
13
  bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
21
14
  ):
22
- """ """
23
-
24
15
  COMPAT_ENGINES: typing.Any
25
- """ """
26
-
27
16
  bl_context: typing.Any
28
- """ """
29
-
30
17
  bl_label: typing.Any
31
- """ """
32
-
33
18
  bl_region_type: typing.Any
34
- """ """
35
-
36
19
  bl_rna: typing.Any
37
- """ """
38
-
39
20
  bl_space_type: typing.Any
40
- """ """
41
-
42
21
  id_data: typing.Any
43
- """ """
44
22
 
45
23
  def append(self, draw_func):
46
24
  """Append a draw function to this menu,
@@ -125,10 +103,7 @@ class PHYSICS_PT_rigid_body_constraint(
125
103
  """
126
104
  ...
127
105
 
128
- def is_extended(self):
129
- """ """
130
- ...
131
-
106
+ def is_extended(self): ...
132
107
  def is_property_hidden(self) -> bool:
133
108
  """Check if a property is hidden.
134
109
 
@@ -266,31 +241,14 @@ class PHYSICS_PT_rigid_body_constraint(
266
241
  class PHYSICS_PT_rigid_body_constraint_limits(
267
242
  bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
268
243
  ):
269
- """ """
270
-
271
244
  COMPAT_ENGINES: typing.Any
272
- """ """
273
-
274
245
  bl_context: typing.Any
275
- """ """
276
-
277
246
  bl_label: typing.Any
278
- """ """
279
-
280
247
  bl_parent_id: typing.Any
281
- """ """
282
-
283
248
  bl_region_type: typing.Any
284
- """ """
285
-
286
249
  bl_rna: typing.Any
287
- """ """
288
-
289
250
  bl_space_type: typing.Any
290
- """ """
291
-
292
251
  id_data: typing.Any
293
- """ """
294
252
 
295
253
  def append(self, draw_func):
296
254
  """Append a draw function to this menu,
@@ -375,10 +333,7 @@ class PHYSICS_PT_rigid_body_constraint_limits(
375
333
  """
376
334
  ...
377
335
 
378
- def is_extended(self):
379
- """ """
380
- ...
381
-
336
+ def is_extended(self): ...
382
337
  def is_property_hidden(self) -> bool:
383
338
  """Check if a property is hidden.
384
339
 
@@ -516,31 +471,14 @@ class PHYSICS_PT_rigid_body_constraint_limits(
516
471
  class PHYSICS_PT_rigid_body_constraint_limits_angular(
517
472
  bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
518
473
  ):
519
- """ """
520
-
521
474
  COMPAT_ENGINES: typing.Any
522
- """ """
523
-
524
475
  bl_context: typing.Any
525
- """ """
526
-
527
476
  bl_label: typing.Any
528
- """ """
529
-
530
477
  bl_parent_id: typing.Any
531
- """ """
532
-
533
478
  bl_region_type: typing.Any
534
- """ """
535
-
536
479
  bl_rna: typing.Any
537
- """ """
538
-
539
480
  bl_space_type: typing.Any
540
- """ """
541
-
542
481
  id_data: typing.Any
543
- """ """
544
482
 
545
483
  def append(self, draw_func):
546
484
  """Append a draw function to this menu,
@@ -625,10 +563,7 @@ class PHYSICS_PT_rigid_body_constraint_limits_angular(
625
563
  """
626
564
  ...
627
565
 
628
- def is_extended(self):
629
- """ """
630
- ...
631
-
566
+ def is_extended(self): ...
632
567
  def is_property_hidden(self) -> bool:
633
568
  """Check if a property is hidden.
634
569
 
@@ -766,31 +701,14 @@ class PHYSICS_PT_rigid_body_constraint_limits_angular(
766
701
  class PHYSICS_PT_rigid_body_constraint_limits_linear(
767
702
  bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
768
703
  ):
769
- """ """
770
-
771
704
  COMPAT_ENGINES: typing.Any
772
- """ """
773
-
774
705
  bl_context: typing.Any
775
- """ """
776
-
777
706
  bl_label: typing.Any
778
- """ """
779
-
780
707
  bl_parent_id: typing.Any
781
- """ """
782
-
783
708
  bl_region_type: typing.Any
784
- """ """
785
-
786
709
  bl_rna: typing.Any
787
- """ """
788
-
789
710
  bl_space_type: typing.Any
790
- """ """
791
-
792
711
  id_data: typing.Any
793
- """ """
794
712
 
795
713
  def append(self, draw_func):
796
714
  """Append a draw function to this menu,
@@ -875,10 +793,7 @@ class PHYSICS_PT_rigid_body_constraint_limits_linear(
875
793
  """
876
794
  ...
877
795
 
878
- def is_extended(self):
879
- """ """
880
- ...
881
-
796
+ def is_extended(self): ...
882
797
  def is_property_hidden(self) -> bool:
883
798
  """Check if a property is hidden.
884
799
 
@@ -1016,31 +931,14 @@ class PHYSICS_PT_rigid_body_constraint_limits_linear(
1016
931
  class PHYSICS_PT_rigid_body_constraint_motor(
1017
932
  bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1018
933
  ):
1019
- """ """
1020
-
1021
934
  COMPAT_ENGINES: typing.Any
1022
- """ """
1023
-
1024
935
  bl_context: typing.Any
1025
- """ """
1026
-
1027
936
  bl_label: typing.Any
1028
- """ """
1029
-
1030
937
  bl_parent_id: typing.Any
1031
- """ """
1032
-
1033
938
  bl_region_type: typing.Any
1034
- """ """
1035
-
1036
939
  bl_rna: typing.Any
1037
- """ """
1038
-
1039
940
  bl_space_type: typing.Any
1040
- """ """
1041
-
1042
941
  id_data: typing.Any
1043
- """ """
1044
942
 
1045
943
  def append(self, draw_func):
1046
944
  """Append a draw function to this menu,
@@ -1125,10 +1023,7 @@ class PHYSICS_PT_rigid_body_constraint_motor(
1125
1023
  """
1126
1024
  ...
1127
1025
 
1128
- def is_extended(self):
1129
- """ """
1130
- ...
1131
-
1026
+ def is_extended(self): ...
1132
1027
  def is_property_hidden(self) -> bool:
1133
1028
  """Check if a property is hidden.
1134
1029
 
@@ -1266,31 +1161,14 @@ class PHYSICS_PT_rigid_body_constraint_motor(
1266
1161
  class PHYSICS_PT_rigid_body_constraint_motor_angular(
1267
1162
  bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1268
1163
  ):
1269
- """ """
1270
-
1271
1164
  COMPAT_ENGINES: typing.Any
1272
- """ """
1273
-
1274
1165
  bl_context: typing.Any
1275
- """ """
1276
-
1277
1166
  bl_label: typing.Any
1278
- """ """
1279
-
1280
1167
  bl_parent_id: typing.Any
1281
- """ """
1282
-
1283
1168
  bl_region_type: typing.Any
1284
- """ """
1285
-
1286
1169
  bl_rna: typing.Any
1287
- """ """
1288
-
1289
1170
  bl_space_type: typing.Any
1290
- """ """
1291
-
1292
1171
  id_data: typing.Any
1293
- """ """
1294
1172
 
1295
1173
  def append(self, draw_func):
1296
1174
  """Append a draw function to this menu,
@@ -1382,10 +1260,7 @@ class PHYSICS_PT_rigid_body_constraint_motor_angular(
1382
1260
  """
1383
1261
  ...
1384
1262
 
1385
- def is_extended(self):
1386
- """ """
1387
- ...
1388
-
1263
+ def is_extended(self): ...
1389
1264
  def is_property_hidden(self) -> bool:
1390
1265
  """Check if a property is hidden.
1391
1266
 
@@ -1523,31 +1398,14 @@ class PHYSICS_PT_rigid_body_constraint_motor_angular(
1523
1398
  class PHYSICS_PT_rigid_body_constraint_motor_linear(
1524
1399
  bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1525
1400
  ):
1526
- """ """
1527
-
1528
1401
  COMPAT_ENGINES: typing.Any
1529
- """ """
1530
-
1531
1402
  bl_context: typing.Any
1532
- """ """
1533
-
1534
1403
  bl_label: typing.Any
1535
- """ """
1536
-
1537
1404
  bl_parent_id: typing.Any
1538
- """ """
1539
-
1540
1405
  bl_region_type: typing.Any
1541
- """ """
1542
-
1543
1406
  bl_rna: typing.Any
1544
- """ """
1545
-
1546
1407
  bl_space_type: typing.Any
1547
- """ """
1548
-
1549
1408
  id_data: typing.Any
1550
- """ """
1551
1409
 
1552
1410
  def append(self, draw_func):
1553
1411
  """Append a draw function to this menu,
@@ -1639,10 +1497,7 @@ class PHYSICS_PT_rigid_body_constraint_motor_linear(
1639
1497
  """
1640
1498
  ...
1641
1499
 
1642
- def is_extended(self):
1643
- """ """
1644
- ...
1645
-
1500
+ def is_extended(self): ...
1646
1501
  def is_property_hidden(self) -> bool:
1647
1502
  """Check if a property is hidden.
1648
1503
 
@@ -1780,31 +1635,14 @@ class PHYSICS_PT_rigid_body_constraint_motor_linear(
1780
1635
  class PHYSICS_PT_rigid_body_constraint_objects(
1781
1636
  bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1782
1637
  ):
1783
- """ """
1784
-
1785
1638
  COMPAT_ENGINES: typing.Any
1786
- """ """
1787
-
1788
1639
  bl_context: typing.Any
1789
- """ """
1790
-
1791
1640
  bl_label: typing.Any
1792
- """ """
1793
-
1794
1641
  bl_parent_id: typing.Any
1795
- """ """
1796
-
1797
1642
  bl_region_type: typing.Any
1798
- """ """
1799
-
1800
1643
  bl_rna: typing.Any
1801
- """ """
1802
-
1803
1644
  bl_space_type: typing.Any
1804
- """ """
1805
-
1806
1645
  id_data: typing.Any
1807
- """ """
1808
1646
 
1809
1647
  def append(self, draw_func):
1810
1648
  """Append a draw function to this menu,
@@ -1889,10 +1727,7 @@ class PHYSICS_PT_rigid_body_constraint_objects(
1889
1727
  """
1890
1728
  ...
1891
1729
 
1892
- def is_extended(self):
1893
- """ """
1894
- ...
1895
-
1730
+ def is_extended(self): ...
1896
1731
  def is_property_hidden(self) -> bool:
1897
1732
  """Check if a property is hidden.
1898
1733
 
@@ -2030,31 +1865,14 @@ class PHYSICS_PT_rigid_body_constraint_objects(
2030
1865
  class PHYSICS_PT_rigid_body_constraint_override_iterations(
2031
1866
  bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
2032
1867
  ):
2033
- """ """
2034
-
2035
1868
  COMPAT_ENGINES: typing.Any
2036
- """ """
2037
-
2038
1869
  bl_context: typing.Any
2039
- """ """
2040
-
2041
1870
  bl_label: typing.Any
2042
- """ """
2043
-
2044
1871
  bl_parent_id: typing.Any
2045
- """ """
2046
-
2047
1872
  bl_region_type: typing.Any
2048
- """ """
2049
-
2050
1873
  bl_rna: typing.Any
2051
- """ """
2052
-
2053
1874
  bl_space_type: typing.Any
2054
- """ """
2055
-
2056
1875
  id_data: typing.Any
2057
- """ """
2058
1876
 
2059
1877
  def append(self, draw_func):
2060
1878
  """Append a draw function to this menu,
@@ -2146,10 +1964,7 @@ class PHYSICS_PT_rigid_body_constraint_override_iterations(
2146
1964
  """
2147
1965
  ...
2148
1966
 
2149
- def is_extended(self):
2150
- """ """
2151
- ...
2152
-
1967
+ def is_extended(self): ...
2153
1968
  def is_property_hidden(self) -> bool:
2154
1969
  """Check if a property is hidden.
2155
1970
 
@@ -2287,31 +2102,14 @@ class PHYSICS_PT_rigid_body_constraint_override_iterations(
2287
2102
  class PHYSICS_PT_rigid_body_constraint_settings(
2288
2103
  bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
2289
2104
  ):
2290
- """ """
2291
-
2292
2105
  COMPAT_ENGINES: typing.Any
2293
- """ """
2294
-
2295
2106
  bl_context: typing.Any
2296
- """ """
2297
-
2298
2107
  bl_label: typing.Any
2299
- """ """
2300
-
2301
2108
  bl_parent_id: typing.Any
2302
- """ """
2303
-
2304
2109
  bl_region_type: typing.Any
2305
- """ """
2306
-
2307
2110
  bl_rna: typing.Any
2308
- """ """
2309
-
2310
2111
  bl_space_type: typing.Any
2311
- """ """
2312
-
2313
2112
  id_data: typing.Any
2314
- """ """
2315
2113
 
2316
2114
  def append(self, draw_func):
2317
2115
  """Append a draw function to this menu,
@@ -2396,10 +2194,7 @@ class PHYSICS_PT_rigid_body_constraint_settings(
2396
2194
  """
2397
2195
  ...
2398
2196
 
2399
- def is_extended(self):
2400
- """ """
2401
- ...
2402
-
2197
+ def is_extended(self): ...
2403
2198
  def is_property_hidden(self) -> bool:
2404
2199
  """Check if a property is hidden.
2405
2200
 
@@ -2537,31 +2332,14 @@ class PHYSICS_PT_rigid_body_constraint_settings(
2537
2332
  class PHYSICS_PT_rigid_body_constraint_springs(
2538
2333
  bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
2539
2334
  ):
2540
- """ """
2541
-
2542
2335
  COMPAT_ENGINES: typing.Any
2543
- """ """
2544
-
2545
2336
  bl_context: typing.Any
2546
- """ """
2547
-
2548
2337
  bl_label: typing.Any
2549
- """ """
2550
-
2551
2338
  bl_parent_id: typing.Any
2552
- """ """
2553
-
2554
2339
  bl_region_type: typing.Any
2555
- """ """
2556
-
2557
2340
  bl_rna: typing.Any
2558
- """ """
2559
-
2560
2341
  bl_space_type: typing.Any
2561
- """ """
2562
-
2563
2342
  id_data: typing.Any
2564
- """ """
2565
2343
 
2566
2344
  def append(self, draw_func):
2567
2345
  """Append a draw function to this menu,
@@ -2646,10 +2424,7 @@ class PHYSICS_PT_rigid_body_constraint_springs(
2646
2424
  """
2647
2425
  ...
2648
2426
 
2649
- def is_extended(self):
2650
- """ """
2651
- ...
2652
-
2427
+ def is_extended(self): ...
2653
2428
  def is_property_hidden(self) -> bool:
2654
2429
  """Check if a property is hidden.
2655
2430
 
@@ -2787,31 +2562,14 @@ class PHYSICS_PT_rigid_body_constraint_springs(
2787
2562
  class PHYSICS_PT_rigid_body_constraint_springs_angular(
2788
2563
  bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
2789
2564
  ):
2790
- """ """
2791
-
2792
2565
  COMPAT_ENGINES: typing.Any
2793
- """ """
2794
-
2795
2566
  bl_context: typing.Any
2796
- """ """
2797
-
2798
2567
  bl_label: typing.Any
2799
- """ """
2800
-
2801
2568
  bl_parent_id: typing.Any
2802
- """ """
2803
-
2804
2569
  bl_region_type: typing.Any
2805
- """ """
2806
-
2807
2570
  bl_rna: typing.Any
2808
- """ """
2809
-
2810
2571
  bl_space_type: typing.Any
2811
- """ """
2812
-
2813
2572
  id_data: typing.Any
2814
- """ """
2815
2573
 
2816
2574
  def append(self, draw_func):
2817
2575
  """Append a draw function to this menu,
@@ -2896,10 +2654,7 @@ class PHYSICS_PT_rigid_body_constraint_springs_angular(
2896
2654
  """
2897
2655
  ...
2898
2656
 
2899
- def is_extended(self):
2900
- """ """
2901
- ...
2902
-
2657
+ def is_extended(self): ...
2903
2658
  def is_property_hidden(self) -> bool:
2904
2659
  """Check if a property is hidden.
2905
2660
 
@@ -3037,31 +2792,14 @@ class PHYSICS_PT_rigid_body_constraint_springs_angular(
3037
2792
  class PHYSICS_PT_rigid_body_constraint_springs_linear(
3038
2793
  bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
3039
2794
  ):
3040
- """ """
3041
-
3042
2795
  COMPAT_ENGINES: typing.Any
3043
- """ """
3044
-
3045
2796
  bl_context: typing.Any
3046
- """ """
3047
-
3048
2797
  bl_label: typing.Any
3049
- """ """
3050
-
3051
2798
  bl_parent_id: typing.Any
3052
- """ """
3053
-
3054
2799
  bl_region_type: typing.Any
3055
- """ """
3056
-
3057
2800
  bl_rna: typing.Any
3058
- """ """
3059
-
3060
2801
  bl_space_type: typing.Any
3061
- """ """
3062
-
3063
2802
  id_data: typing.Any
3064
- """ """
3065
2803
 
3066
2804
  def append(self, draw_func):
3067
2805
  """Append a draw function to this menu,
@@ -3146,10 +2884,7 @@ class PHYSICS_PT_rigid_body_constraint_springs_linear(
3146
2884
  """
3147
2885
  ...
3148
2886
 
3149
- def is_extended(self):
3150
- """ """
3151
- ...
3152
-
2887
+ def is_extended(self): ...
3153
2888
  def is_property_hidden(self) -> bool:
3154
2889
  """Check if a property is hidden.
3155
2890