fake-bpy-module 20240420__py3-none-any.whl → 20240422__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.
Files changed (187) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +12 -12
  3. bl_operators/geometry_nodes/__init__.pyi +256 -238
  4. bl_operators/node/__init__.pyi +262 -260
  5. bl_operators/object_quick_effects/__init__.pyi +19 -19
  6. bl_operators/presets/__init__.pyi +371 -368
  7. bl_operators/wm/__init__.pyi +4 -4
  8. bl_ui/__init__.pyi +3 -3
  9. bl_ui/anim/__init__.pyi +1 -1
  10. bl_ui/asset_shelf/__init__.pyi +1 -1
  11. bl_ui/generic_ui_list/__init__.pyi +3 -3
  12. bl_ui/node_add_menu/__init__.pyi +1 -1
  13. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  14. bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
  15. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  16. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  17. bl_ui/properties_collection/__init__.pyi +39 -25
  18. bl_ui/properties_constraint/__init__.pyi +1257 -1041
  19. bl_ui/properties_data_armature/__init__.pyi +120 -96
  20. bl_ui/properties_data_bone/__init__.pyi +36 -29
  21. bl_ui/properties_data_camera/__init__.pyi +32 -14
  22. bl_ui/properties_data_curve/__init__.pyi +143 -116
  23. bl_ui/properties_data_curves/__init__.pyi +30 -25
  24. bl_ui/properties_data_empty/__init__.pyi +21 -21
  25. bl_ui/properties_data_gpencil/__init__.pyi +297 -260
  26. bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
  27. bl_ui/properties_data_lattice/__init__.pyi +25 -22
  28. bl_ui/properties_data_light/__init__.pyi +44 -31
  29. bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
  30. bl_ui/properties_data_mesh/__init__.pyi +579 -570
  31. bl_ui/properties_data_metaball/__init__.pyi +29 -24
  32. bl_ui/properties_data_modifier/__init__.pyi +55 -43
  33. bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
  34. bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
  35. bl_ui/properties_data_speaker/__init__.pyi +27 -24
  36. bl_ui/properties_data_volume/__init__.pyi +75 -68
  37. bl_ui/properties_freestyle/__init__.pyi +407 -284
  38. bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
  39. bl_ui/properties_mask_common/__init__.pyi +7 -7
  40. bl_ui/properties_material/__init__.pyi +186 -162
  41. bl_ui/properties_material_gpencil/__init__.pyi +111 -87
  42. bl_ui/properties_object/__init__.pyi +102 -84
  43. bl_ui/properties_output/__init__.pyi +255 -228
  44. bl_ui/properties_paint_common/__init__.pyi +9 -9
  45. bl_ui/properties_particle/__init__.pyi +341 -254
  46. bl_ui/properties_physics_cloth/__init__.pyi +54 -33
  47. bl_ui/properties_physics_common/__init__.pyi +20 -20
  48. bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
  49. bl_ui/properties_physics_field/__init__.pyi +52 -36
  50. bl_ui/properties_physics_fluid/__init__.pyi +119 -96
  51. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  52. bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
  53. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
  54. bl_ui/properties_physics_softbody/__init__.pyi +62 -34
  55. bl_ui/properties_render/__init__.pyi +275 -187
  56. bl_ui/properties_scene/__init__.pyi +173 -154
  57. bl_ui/properties_texture/__init__.pyi +251 -205
  58. bl_ui/properties_view_layer/__init__.pyi +126 -93
  59. bl_ui/properties_workspace/__init__.pyi +82 -76
  60. bl_ui/properties_world/__init__.pyi +31 -26
  61. bl_ui/space_clip/__init__.pyi +495 -433
  62. bl_ui/space_console/__init__.pyi +6 -6
  63. bl_ui/space_dopesheet/__init__.pyi +209 -174
  64. bl_ui/space_filebrowser/__init__.pyi +691 -679
  65. bl_ui/space_graph/__init__.pyi +25 -20
  66. bl_ui/space_image/__init__.pyi +959 -845
  67. bl_ui/space_info/__init__.pyi +6 -6
  68. bl_ui/space_nla/__init__.pyi +26 -17
  69. bl_ui/space_node/__init__.pyi +49 -36
  70. bl_ui/space_outliner/__init__.pyi +14 -14
  71. bl_ui/space_properties/__init__.pyi +3 -3
  72. bl_ui/space_sequencer/__init__.pyi +510 -444
  73. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  74. bl_ui/space_statusbar/__init__.pyi +1 -1
  75. bl_ui/space_text/__init__.pyi +16 -16
  76. bl_ui/space_time/__init__.pyi +27 -23
  77. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  78. bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
  79. bl_ui/space_topbar/__init__.pyi +26 -26
  80. bl_ui/space_userpref/__init__.pyi +795 -658
  81. bl_ui/space_view3d/__init__.pyi +1460 -1428
  82. bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
  83. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  84. bmesh/types/__init__.pyi +13 -6
  85. bpy/app/__init__.pyi +4 -4
  86. bpy/app/icons/__init__.pyi +8 -6
  87. bpy/app/timers/__init__.pyi +10 -8
  88. bpy/app/translations/__init__.pyi +22 -20
  89. bpy/msgbus/__init__.pyi +4 -2
  90. bpy/ops/action/__init__.pyi +319 -316
  91. bpy/ops/anim/__init__.pyi +428 -428
  92. bpy/ops/armature/__init__.pyi +359 -358
  93. bpy/ops/asset/__init__.pyi +146 -146
  94. bpy/ops/boid/__init__.pyi +50 -50
  95. bpy/ops/brush/__init__.pyi +72 -72
  96. bpy/ops/buttons/__init__.pyi +128 -128
  97. bpy/ops/cachefile/__init__.pyi +124 -124
  98. bpy/ops/camera/__init__.pyi +22 -22
  99. bpy/ops/clip/__init__.pyi +773 -768
  100. bpy/ops/cloth/__init__.pyi +10 -10
  101. bpy/ops/collection/__init__.pyi +64 -64
  102. bpy/ops/console/__init__.pyi +150 -150
  103. bpy/ops/constraint/__init__.pyi +150 -150
  104. bpy/ops/curve/__init__.pyi +475 -472
  105. bpy/ops/curves/__init__.pyi +247 -244
  106. bpy/ops/cycles/__init__.pyi +18 -18
  107. bpy/ops/dpaint/__init__.pyi +34 -34
  108. bpy/ops/ed/__init__.pyi +122 -122
  109. bpy/ops/export_anim/__init__.pyi +18 -18
  110. bpy/ops/export_mesh/__init__.pyi +26 -26
  111. bpy/ops/export_scene/__init__.pyi +336 -307
  112. bpy/ops/file/__init__.pyi +340 -340
  113. bpy/ops/fluid/__init__.pyi +88 -88
  114. bpy/ops/font/__init__.pyi +252 -252
  115. bpy/ops/geometry/__init__.pyi +86 -86
  116. bpy/ops/gizmogroup/__init__.pyi +22 -22
  117. bpy/ops/gpencil/__init__.pyi +1459 -1444
  118. bpy/ops/graph/__init__.pyi +645 -642
  119. bpy/ops/grease_pencil/__init__.pyi +441 -436
  120. bpy/ops/image/__init__.pyi +614 -612
  121. bpy/ops/import_anim/__init__.pyi +26 -26
  122. bpy/ops/import_curve/__init__.pyi +6 -6
  123. bpy/ops/import_mesh/__init__.pyi +20 -18
  124. bpy/ops/import_scene/__init__.pyi +92 -86
  125. bpy/ops/info/__init__.pyi +60 -60
  126. bpy/ops/lattice/__init__.pyi +64 -64
  127. bpy/ops/marker/__init__.pyi +106 -106
  128. bpy/ops/mask/__init__.pyi +321 -318
  129. bpy/ops/material/__init__.pyi +18 -18
  130. bpy/ops/mball/__init__.pyi +71 -70
  131. bpy/ops/mesh/__init__.pyi +1997 -1990
  132. bpy/ops/nla/__init__.pyi +331 -330
  133. bpy/ops/node/__init__.pyi +867 -852
  134. bpy/ops/object/__init__.pyi +2433 -2430
  135. bpy/ops/outliner/__init__.pyi +498 -498
  136. bpy/ops/paint/__init__.pyi +554 -544
  137. bpy/ops/paintcurve/__init__.pyi +64 -64
  138. bpy/ops/palette/__init__.pyi +48 -48
  139. bpy/ops/particle/__init__.pyi +266 -264
  140. bpy/ops/pose/__init__.pyi +336 -336
  141. bpy/ops/poselib/__init__.pyi +70 -70
  142. bpy/ops/preferences/__init__.pyi +338 -336
  143. bpy/ops/ptcache/__init__.pyi +46 -46
  144. bpy/ops/render/__init__.pyi +114 -114
  145. bpy/ops/rigidbody/__init__.pyi +102 -102
  146. bpy/ops/scene/__init__.pyi +270 -270
  147. bpy/ops/screen/__init__.pyi +378 -378
  148. bpy/ops/script/__init__.pyi +18 -18
  149. bpy/ops/sculpt/__init__.pyi +411 -405
  150. bpy/ops/sculpt_curves/__init__.pyi +42 -40
  151. bpy/ops/sequencer/__init__.pyi +1053 -1040
  152. bpy/ops/sound/__init__.pyi +208 -208
  153. bpy/ops/spreadsheet/__init__.pyi +30 -30
  154. bpy/ops/surface/__init__.pyi +108 -108
  155. bpy/ops/text/__init__.pyi +382 -382
  156. bpy/ops/text_editor/__init__.pyi +10 -10
  157. bpy/ops/texture/__init__.pyi +26 -26
  158. bpy/ops/transform/__init__.pyi +826 -790
  159. bpy/ops/ui/__init__.pyi +216 -216
  160. bpy/ops/uilist/__init__.pyi +20 -20
  161. bpy/ops/uv/__init__.pyi +605 -600
  162. bpy/ops/view2d/__init__.pyi +156 -156
  163. bpy/ops/view3d/__init__.pyi +578 -576
  164. bpy/ops/wm/__init__.pyi +2412 -2376
  165. bpy/ops/workspace/__init__.pyi +42 -42
  166. bpy/ops/world/__init__.pyi +6 -6
  167. bpy/path/__init__.pyi +48 -33
  168. bpy/props/__init__.pyi +263 -261
  169. bpy/types/__init__.pyi +103670 -100517
  170. bpy/utils/__init__.pyi +87 -52
  171. bpy/utils/previews/__init__.pyi +2 -2
  172. bpy/utils/units/__init__.pyi +20 -17
  173. bpy_extras/anim_utils/__init__.pyi +9 -2
  174. bpy_extras/io_utils/__init__.pyi +2 -1
  175. bpy_extras/view3d_utils/__init__.pyi +2 -1
  176. bpy_types/__init__.pyi +236 -236
  177. {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
  178. {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
  179. freestyle/chainingiterators/__init__.pyi +7 -2
  180. freestyle/types/__init__.pyi +8 -3
  181. gpu_extras/presets/__init__.pyi +14 -2
  182. keyingsets_builtins/__init__.pyi +92 -92
  183. mathutils/__init__.pyi +9 -5
  184. mathutils/geometry/__init__.pyi +8 -4
  185. nodeitems_builtins/__init__.pyi +7 -7
  186. {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
  187. {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
@@ -3,7 +3,21 @@ import bpy_types
3
3
 
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
- class PHYSICS_PT_rigid_body_constraint(bpy_types._GenericUI):
6
+ class PHYSICS_PT_rigidbody_constraint_panel:
7
+ """ """
8
+
9
+ bl_context: typing.Any
10
+ """ """
11
+
12
+ bl_region_type: typing.Any
13
+ """ """
14
+
15
+ bl_space_type: typing.Any
16
+ """ """
17
+
18
+ class PHYSICS_PT_rigid_body_constraint(
19
+ bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
20
+ ):
7
21
  """ """
8
22
 
9
23
  COMPAT_ENGINES: typing.Any
@@ -162,7 +176,9 @@ class PHYSICS_PT_rigid_body_constraint(bpy_types._GenericUI):
162
176
  """ """
163
177
  ...
164
178
 
165
- class PHYSICS_PT_rigid_body_constraint_limits(bpy_types._GenericUI):
179
+ class PHYSICS_PT_rigid_body_constraint_limits(
180
+ bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
181
+ ):
166
182
  """ """
167
183
 
168
184
  COMPAT_ENGINES: typing.Any
@@ -324,7 +340,9 @@ class PHYSICS_PT_rigid_body_constraint_limits(bpy_types._GenericUI):
324
340
  """ """
325
341
  ...
326
342
 
327
- class PHYSICS_PT_rigid_body_constraint_limits_angular(bpy_types._GenericUI):
343
+ class PHYSICS_PT_rigid_body_constraint_limits_angular(
344
+ bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
345
+ ):
328
346
  """ """
329
347
 
330
348
  COMPAT_ENGINES: typing.Any
@@ -486,7 +504,9 @@ class PHYSICS_PT_rigid_body_constraint_limits_angular(bpy_types._GenericUI):
486
504
  """ """
487
505
  ...
488
506
 
489
- class PHYSICS_PT_rigid_body_constraint_limits_linear(bpy_types._GenericUI):
507
+ class PHYSICS_PT_rigid_body_constraint_limits_linear(
508
+ bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
509
+ ):
490
510
  """ """
491
511
 
492
512
  COMPAT_ENGINES: typing.Any
@@ -648,7 +668,9 @@ class PHYSICS_PT_rigid_body_constraint_limits_linear(bpy_types._GenericUI):
648
668
  """ """
649
669
  ...
650
670
 
651
- class PHYSICS_PT_rigid_body_constraint_motor(bpy_types._GenericUI):
671
+ class PHYSICS_PT_rigid_body_constraint_motor(
672
+ bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
673
+ ):
652
674
  """ """
653
675
 
654
676
  COMPAT_ENGINES: typing.Any
@@ -810,7 +832,9 @@ class PHYSICS_PT_rigid_body_constraint_motor(bpy_types._GenericUI):
810
832
  """ """
811
833
  ...
812
834
 
813
- class PHYSICS_PT_rigid_body_constraint_motor_angular(bpy_types._GenericUI):
835
+ class PHYSICS_PT_rigid_body_constraint_motor_angular(
836
+ bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
837
+ ):
814
838
  """ """
815
839
 
816
840
  COMPAT_ENGINES: typing.Any
@@ -979,7 +1003,9 @@ class PHYSICS_PT_rigid_body_constraint_motor_angular(bpy_types._GenericUI):
979
1003
  """ """
980
1004
  ...
981
1005
 
982
- class PHYSICS_PT_rigid_body_constraint_motor_linear(bpy_types._GenericUI):
1006
+ class PHYSICS_PT_rigid_body_constraint_motor_linear(
1007
+ bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1008
+ ):
983
1009
  """ """
984
1010
 
985
1011
  COMPAT_ENGINES: typing.Any
@@ -1148,7 +1174,9 @@ class PHYSICS_PT_rigid_body_constraint_motor_linear(bpy_types._GenericUI):
1148
1174
  """ """
1149
1175
  ...
1150
1176
 
1151
- class PHYSICS_PT_rigid_body_constraint_objects(bpy_types._GenericUI):
1177
+ class PHYSICS_PT_rigid_body_constraint_objects(
1178
+ bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1179
+ ):
1152
1180
  """ """
1153
1181
 
1154
1182
  COMPAT_ENGINES: typing.Any
@@ -1310,7 +1338,9 @@ class PHYSICS_PT_rigid_body_constraint_objects(bpy_types._GenericUI):
1310
1338
  """ """
1311
1339
  ...
1312
1340
 
1313
- class PHYSICS_PT_rigid_body_constraint_override_iterations(bpy_types._GenericUI):
1341
+ class PHYSICS_PT_rigid_body_constraint_override_iterations(
1342
+ bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1343
+ ):
1314
1344
  """ """
1315
1345
 
1316
1346
  COMPAT_ENGINES: typing.Any
@@ -1479,7 +1509,9 @@ class PHYSICS_PT_rigid_body_constraint_override_iterations(bpy_types._GenericUI)
1479
1509
  """ """
1480
1510
  ...
1481
1511
 
1482
- class PHYSICS_PT_rigid_body_constraint_settings(bpy_types._GenericUI):
1512
+ class PHYSICS_PT_rigid_body_constraint_settings(
1513
+ bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1514
+ ):
1483
1515
  """ """
1484
1516
 
1485
1517
  COMPAT_ENGINES: typing.Any
@@ -1641,7 +1673,9 @@ class PHYSICS_PT_rigid_body_constraint_settings(bpy_types._GenericUI):
1641
1673
  """ """
1642
1674
  ...
1643
1675
 
1644
- class PHYSICS_PT_rigid_body_constraint_springs(bpy_types._GenericUI):
1676
+ class PHYSICS_PT_rigid_body_constraint_springs(
1677
+ bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1678
+ ):
1645
1679
  """ """
1646
1680
 
1647
1681
  COMPAT_ENGINES: typing.Any
@@ -1803,7 +1837,9 @@ class PHYSICS_PT_rigid_body_constraint_springs(bpy_types._GenericUI):
1803
1837
  """ """
1804
1838
  ...
1805
1839
 
1806
- class PHYSICS_PT_rigid_body_constraint_springs_angular(bpy_types._GenericUI):
1840
+ class PHYSICS_PT_rigid_body_constraint_springs_angular(
1841
+ bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
1842
+ ):
1807
1843
  """ """
1808
1844
 
1809
1845
  COMPAT_ENGINES: typing.Any
@@ -1965,7 +2001,9 @@ class PHYSICS_PT_rigid_body_constraint_springs_angular(bpy_types._GenericUI):
1965
2001
  """ """
1966
2002
  ...
1967
2003
 
1968
- class PHYSICS_PT_rigid_body_constraint_springs_linear(bpy_types._GenericUI):
2004
+ class PHYSICS_PT_rigid_body_constraint_springs_linear(
2005
+ bpy_types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
2006
+ ):
1969
2007
  """ """
1970
2008
 
1971
2009
  COMPAT_ENGINES: typing.Any
@@ -2126,15 +2164,3 @@ class PHYSICS_PT_rigid_body_constraint_springs_linear(bpy_types._GenericUI):
2126
2164
  def values(self):
2127
2165
  """ """
2128
2166
  ...
2129
-
2130
- class PHYSICS_PT_rigidbody_constraint_panel:
2131
- """ """
2132
-
2133
- bl_context: typing.Any
2134
- """ """
2135
-
2136
- bl_region_type: typing.Any
2137
- """ """
2138
-
2139
- bl_space_type: typing.Any
2140
- """ """
@@ -3,7 +3,26 @@ import bpy_types
3
3
 
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
- class PHYSICS_PT_softbody(bpy_types._GenericUI):
6
+ class PhysicButtonsPanel:
7
+ """ """
8
+
9
+ bl_context: typing.Any
10
+ """ """
11
+
12
+ bl_region_type: typing.Any
13
+ """ """
14
+
15
+ bl_space_type: typing.Any
16
+ """ """
17
+
18
+ def poll(self, context):
19
+ """
20
+
21
+ :param context:
22
+ """
23
+ ...
24
+
25
+ class PHYSICS_PT_softbody(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
7
26
  """ """
8
27
 
9
28
  COMPAT_ENGINES: typing.Any
@@ -162,7 +181,9 @@ class PHYSICS_PT_softbody(bpy_types._GenericUI):
162
181
  """ """
163
182
  ...
164
183
 
165
- class PHYSICS_PT_softbody_cache(bpy_types._GenericUI):
184
+ class PHYSICS_PT_softbody_cache(
185
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
186
+ ):
166
187
  """ """
167
188
 
168
189
  COMPAT_ENGINES: typing.Any
@@ -327,7 +348,9 @@ class PHYSICS_PT_softbody_cache(bpy_types._GenericUI):
327
348
  """ """
328
349
  ...
329
350
 
330
- class PHYSICS_PT_softbody_collision(bpy_types._GenericUI):
351
+ class PHYSICS_PT_softbody_collision(
352
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
353
+ ):
331
354
  """ """
332
355
 
333
356
  COMPAT_ENGINES: typing.Any
@@ -499,7 +522,9 @@ class PHYSICS_PT_softbody_collision(bpy_types._GenericUI):
499
522
  """ """
500
523
  ...
501
524
 
502
- class PHYSICS_PT_softbody_edge(bpy_types._GenericUI):
525
+ class PHYSICS_PT_softbody_edge(
526
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
527
+ ):
503
528
  """ """
504
529
 
505
530
  COMPAT_ENGINES: typing.Any
@@ -671,7 +696,9 @@ class PHYSICS_PT_softbody_edge(bpy_types._GenericUI):
671
696
  """ """
672
697
  ...
673
698
 
674
- class PHYSICS_PT_softbody_edge_aerodynamics(bpy_types._GenericUI):
699
+ class PHYSICS_PT_softbody_edge_aerodynamics(
700
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
701
+ ):
675
702
  """ """
676
703
 
677
704
  COMPAT_ENGINES: typing.Any
@@ -836,7 +863,9 @@ class PHYSICS_PT_softbody_edge_aerodynamics(bpy_types._GenericUI):
836
863
  """ """
837
864
  ...
838
865
 
839
- class PHYSICS_PT_softbody_edge_stiffness(bpy_types._GenericUI):
866
+ class PHYSICS_PT_softbody_edge_stiffness(
867
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
868
+ ):
840
869
  """ """
841
870
 
842
871
  COMPAT_ENGINES: typing.Any
@@ -1008,7 +1037,9 @@ class PHYSICS_PT_softbody_edge_stiffness(bpy_types._GenericUI):
1008
1037
  """ """
1009
1038
  ...
1010
1039
 
1011
- class PHYSICS_PT_softbody_field_weights(bpy_types._GenericUI):
1040
+ class PHYSICS_PT_softbody_field_weights(
1041
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1042
+ ):
1012
1043
  """ """
1013
1044
 
1014
1045
  COMPAT_ENGINES: typing.Any
@@ -1173,7 +1204,9 @@ class PHYSICS_PT_softbody_field_weights(bpy_types._GenericUI):
1173
1204
  """ """
1174
1205
  ...
1175
1206
 
1176
- class PHYSICS_PT_softbody_goal(bpy_types._GenericUI):
1207
+ class PHYSICS_PT_softbody_goal(
1208
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1209
+ ):
1177
1210
  """ """
1178
1211
 
1179
1212
  COMPAT_ENGINES: typing.Any
@@ -1345,7 +1378,9 @@ class PHYSICS_PT_softbody_goal(bpy_types._GenericUI):
1345
1378
  """ """
1346
1379
  ...
1347
1380
 
1348
- class PHYSICS_PT_softbody_goal_settings(bpy_types._GenericUI):
1381
+ class PHYSICS_PT_softbody_goal_settings(
1382
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1383
+ ):
1349
1384
  """ """
1350
1385
 
1351
1386
  COMPAT_ENGINES: typing.Any
@@ -1510,7 +1545,9 @@ class PHYSICS_PT_softbody_goal_settings(bpy_types._GenericUI):
1510
1545
  """ """
1511
1546
  ...
1512
1547
 
1513
- class PHYSICS_PT_softbody_goal_strengths(bpy_types._GenericUI):
1548
+ class PHYSICS_PT_softbody_goal_strengths(
1549
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1550
+ ):
1514
1551
  """ """
1515
1552
 
1516
1553
  COMPAT_ENGINES: typing.Any
@@ -1675,7 +1712,9 @@ class PHYSICS_PT_softbody_goal_strengths(bpy_types._GenericUI):
1675
1712
  """ """
1676
1713
  ...
1677
1714
 
1678
- class PHYSICS_PT_softbody_object(bpy_types._GenericUI):
1715
+ class PHYSICS_PT_softbody_object(
1716
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1717
+ ):
1679
1718
  """ """
1680
1719
 
1681
1720
  COMPAT_ENGINES: typing.Any
@@ -1840,7 +1879,9 @@ class PHYSICS_PT_softbody_object(bpy_types._GenericUI):
1840
1879
  """ """
1841
1880
  ...
1842
1881
 
1843
- class PHYSICS_PT_softbody_simulation(bpy_types._GenericUI):
1882
+ class PHYSICS_PT_softbody_simulation(
1883
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1884
+ ):
1844
1885
  """ """
1845
1886
 
1846
1887
  COMPAT_ENGINES: typing.Any
@@ -2005,7 +2046,9 @@ class PHYSICS_PT_softbody_simulation(bpy_types._GenericUI):
2005
2046
  """ """
2006
2047
  ...
2007
2048
 
2008
- class PHYSICS_PT_softbody_solver(bpy_types._GenericUI):
2049
+ class PHYSICS_PT_softbody_solver(
2050
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2051
+ ):
2009
2052
  """ """
2010
2053
 
2011
2054
  COMPAT_ENGINES: typing.Any
@@ -2170,7 +2213,9 @@ class PHYSICS_PT_softbody_solver(bpy_types._GenericUI):
2170
2213
  """ """
2171
2214
  ...
2172
2215
 
2173
- class PHYSICS_PT_softbody_solver_diagnostics(bpy_types._GenericUI):
2216
+ class PHYSICS_PT_softbody_solver_diagnostics(
2217
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2218
+ ):
2174
2219
  """ """
2175
2220
 
2176
2221
  COMPAT_ENGINES: typing.Any
@@ -2335,7 +2380,9 @@ class PHYSICS_PT_softbody_solver_diagnostics(bpy_types._GenericUI):
2335
2380
  """ """
2336
2381
  ...
2337
2382
 
2338
- class PHYSICS_PT_softbody_solver_helpers(bpy_types._GenericUI):
2383
+ class PHYSICS_PT_softbody_solver_helpers(
2384
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2385
+ ):
2339
2386
  """ """
2340
2387
 
2341
2388
  COMPAT_ENGINES: typing.Any
@@ -2500,25 +2547,6 @@ class PHYSICS_PT_softbody_solver_helpers(bpy_types._GenericUI):
2500
2547
  """ """
2501
2548
  ...
2502
2549
 
2503
- class PhysicButtonsPanel:
2504
- """ """
2505
-
2506
- bl_context: typing.Any
2507
- """ """
2508
-
2509
- bl_region_type: typing.Any
2510
- """ """
2511
-
2512
- bl_space_type: typing.Any
2513
- """ """
2514
-
2515
- def poll(self, context):
2516
- """
2517
-
2518
- :param context:
2519
- """
2520
- ...
2521
-
2522
2550
  def softbody_panel_enabled(md):
2523
2551
  """ """
2524
2552