fake-bpy-module 20240613__py3-none-any.whl → 20240615__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.
- aud/__init__.pyi +1 -1
- bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +1 -2
- bl_operators/anim/__init__.pyi +8 -9
- bl_operators/assets/__init__.pyi +3 -4
- bl_operators/clip/__init__.pyi +10 -11
- bl_operators/connect_to_output/__init__.pyi +1 -4
- bl_operators/console/__init__.pyi +5 -6
- bl_operators/constraint/__init__.pyi +4 -5
- bl_operators/file/__init__.pyi +3 -4
- bl_operators/freestyle/__init__.pyi +4 -5
- bl_operators/geometry_nodes/__init__.pyi +4 -5
- bl_operators/image/__init__.pyi +5 -6
- bl_operators/image_as_planes/__init__.pyi +1 -5
- bl_operators/mesh/__init__.pyi +3 -4
- bl_operators/node/__init__.pyi +10 -13
- bl_operators/object/__init__.pyi +15 -16
- bl_operators/object_align/__init__.pyi +1 -2
- bl_operators/object_quick_effects/__init__.pyi +4 -5
- bl_operators/object_randomize_transform/__init__.pyi +1 -2
- bl_operators/presets/__init__.pyi +24 -26
- bl_operators/rigidbody/__init__.pyi +3 -4
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
- bl_operators/sequencer/__init__.pyi +8 -9
- bl_operators/spreadsheet/__init__.pyi +1 -2
- bl_operators/userpref/__init__.pyi +25 -26
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
- bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
- bl_operators/uvcalc_transform/__init__.pyi +2 -3
- bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
- bl_operators/view3d/__init__.pyi +8 -9
- bl_operators/wm/__init__.pyi +45 -45
- bl_operators/world/__init__.pyi +1 -2
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +5 -6
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +49 -51
- bl_ui/node_add_menu_shader/__init__.pyi +11 -10
- bl_ui/node_add_menu_texture/__init__.pyi +10 -9
- bl_ui/properties_collection/__init__.pyi +6 -17
- bl_ui/properties_constraint/__init__.pyi +79 -141
- bl_ui/properties_data_armature/__init__.pyi +12 -26
- bl_ui/properties_data_bone/__init__.pyi +10 -14
- bl_ui/properties_data_camera/__init__.pyi +14 -26
- bl_ui/properties_data_curve/__init__.pyi +15 -23
- bl_ui/properties_data_curves/__init__.pyi +6 -8
- bl_ui/properties_data_empty/__init__.pyi +2 -2
- bl_ui/properties_data_gpencil/__init__.pyi +13 -24
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
- bl_ui/properties_data_lattice/__init__.pyi +3 -3
- bl_ui/properties_data_light/__init__.pyi +12 -22
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
- bl_ui/properties_data_mesh/__init__.pyi +20 -24
- bl_ui/properties_data_metaball/__init__.pyi +5 -7
- bl_ui/properties_data_modifier/__init__.pyi +10 -24
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
- bl_ui/properties_data_speaker/__init__.pyi +5 -5
- bl_ui/properties_data_volume/__init__.pyi +8 -12
- bl_ui/properties_freestyle/__init__.pyi +7 -30
- bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +16 -35
- bl_ui/properties_material_gpencil/__init__.pyi +9 -23
- bl_ui/properties_object/__init__.pyi +14 -24
- bl_ui/properties_output/__init__.pyi +18 -44
- bl_ui/properties_paint_common/__init__.pyi +1 -1
- bl_ui/properties_particle/__init__.pyi +52 -125
- bl_ui/properties_physics_cloth/__init__.pyi +14 -34
- bl_ui/properties_physics_common/__init__.pyi +1 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
- bl_ui/properties_physics_field/__init__.pyi +10 -24
- bl_ui/properties_physics_fluid/__init__.pyi +28 -50
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
- bl_ui/properties_physics_softbody/__init__.pyi +15 -43
- bl_ui/properties_render/__init__.pyi +52 -132
- bl_ui/properties_scene/__init__.pyi +15 -19
- bl_ui/properties_texture/__init__.pyi +26 -53
- bl_ui/properties_view_layer/__init__.pyi +18 -34
- bl_ui/properties_workspace/__init__.pyi +4 -7
- bl_ui/properties_world/__init__.pyi +10 -16
- bl_ui/space_clip/__init__.pyi +69 -109
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +22 -38
- bl_ui/space_filebrowser/__init__.pyi +29 -41
- bl_ui/space_graph/__init__.pyi +20 -22
- bl_ui/space_image/__init__.pyi +58 -80
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +17 -21
- bl_ui/space_node/__init__.pyi +28 -34
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +307 -124
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +7 -11
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +90 -142
- bl_ui/space_view3d/__init__.pyi +272 -291
- bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +2 -2
- bpy/ops/extensions/__init__.pyi +18 -0
- bpy/types/__init__.pyi +859 -1037
- bpy_types/__init__.pyi +13 -6567
- {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/RECORD +119 -119
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +22 -23
- {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/top_level.txt +0 -0
|
@@ -12,7 +12,7 @@ class PHYSICS_PT_rigidbody_constraint_panel:
|
|
|
12
12
|
bl_space_type: typing.Any
|
|
13
13
|
|
|
14
14
|
class PHYSICS_PT_rigid_body_constraint(
|
|
15
|
-
|
|
15
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
|
|
16
16
|
):
|
|
17
17
|
COMPAT_ENGINES: typing.Any
|
|
18
18
|
bl_context: typing.Any
|
|
@@ -241,7 +241,7 @@ class PHYSICS_PT_rigid_body_constraint(
|
|
|
241
241
|
...
|
|
242
242
|
|
|
243
243
|
class PHYSICS_PT_rigid_body_constraint_limits(
|
|
244
|
-
|
|
244
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
|
|
245
245
|
):
|
|
246
246
|
COMPAT_ENGINES: typing.Any
|
|
247
247
|
bl_context: typing.Any
|
|
@@ -471,7 +471,7 @@ class PHYSICS_PT_rigid_body_constraint_limits(
|
|
|
471
471
|
...
|
|
472
472
|
|
|
473
473
|
class PHYSICS_PT_rigid_body_constraint_limits_angular(
|
|
474
|
-
|
|
474
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
|
|
475
475
|
):
|
|
476
476
|
COMPAT_ENGINES: typing.Any
|
|
477
477
|
bl_context: typing.Any
|
|
@@ -701,7 +701,7 @@ class PHYSICS_PT_rigid_body_constraint_limits_angular(
|
|
|
701
701
|
...
|
|
702
702
|
|
|
703
703
|
class PHYSICS_PT_rigid_body_constraint_limits_linear(
|
|
704
|
-
|
|
704
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
|
|
705
705
|
):
|
|
706
706
|
COMPAT_ENGINES: typing.Any
|
|
707
707
|
bl_context: typing.Any
|
|
@@ -931,7 +931,7 @@ class PHYSICS_PT_rigid_body_constraint_limits_linear(
|
|
|
931
931
|
...
|
|
932
932
|
|
|
933
933
|
class PHYSICS_PT_rigid_body_constraint_motor(
|
|
934
|
-
|
|
934
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
|
|
935
935
|
):
|
|
936
936
|
COMPAT_ENGINES: typing.Any
|
|
937
937
|
bl_context: typing.Any
|
|
@@ -1161,7 +1161,7 @@ class PHYSICS_PT_rigid_body_constraint_motor(
|
|
|
1161
1161
|
...
|
|
1162
1162
|
|
|
1163
1163
|
class PHYSICS_PT_rigid_body_constraint_motor_angular(
|
|
1164
|
-
|
|
1164
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
|
|
1165
1165
|
):
|
|
1166
1166
|
COMPAT_ENGINES: typing.Any
|
|
1167
1167
|
bl_context: typing.Any
|
|
@@ -1398,7 +1398,7 @@ class PHYSICS_PT_rigid_body_constraint_motor_angular(
|
|
|
1398
1398
|
...
|
|
1399
1399
|
|
|
1400
1400
|
class PHYSICS_PT_rigid_body_constraint_motor_linear(
|
|
1401
|
-
|
|
1401
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
|
|
1402
1402
|
):
|
|
1403
1403
|
COMPAT_ENGINES: typing.Any
|
|
1404
1404
|
bl_context: typing.Any
|
|
@@ -1635,7 +1635,7 @@ class PHYSICS_PT_rigid_body_constraint_motor_linear(
|
|
|
1635
1635
|
...
|
|
1636
1636
|
|
|
1637
1637
|
class PHYSICS_PT_rigid_body_constraint_objects(
|
|
1638
|
-
|
|
1638
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
|
|
1639
1639
|
):
|
|
1640
1640
|
COMPAT_ENGINES: typing.Any
|
|
1641
1641
|
bl_context: typing.Any
|
|
@@ -1865,7 +1865,7 @@ class PHYSICS_PT_rigid_body_constraint_objects(
|
|
|
1865
1865
|
...
|
|
1866
1866
|
|
|
1867
1867
|
class PHYSICS_PT_rigid_body_constraint_override_iterations(
|
|
1868
|
-
|
|
1868
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
|
|
1869
1869
|
):
|
|
1870
1870
|
COMPAT_ENGINES: typing.Any
|
|
1871
1871
|
bl_context: typing.Any
|
|
@@ -2102,7 +2102,7 @@ class PHYSICS_PT_rigid_body_constraint_override_iterations(
|
|
|
2102
2102
|
...
|
|
2103
2103
|
|
|
2104
2104
|
class PHYSICS_PT_rigid_body_constraint_settings(
|
|
2105
|
-
|
|
2105
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
|
|
2106
2106
|
):
|
|
2107
2107
|
COMPAT_ENGINES: typing.Any
|
|
2108
2108
|
bl_context: typing.Any
|
|
@@ -2332,7 +2332,7 @@ class PHYSICS_PT_rigid_body_constraint_settings(
|
|
|
2332
2332
|
...
|
|
2333
2333
|
|
|
2334
2334
|
class PHYSICS_PT_rigid_body_constraint_springs(
|
|
2335
|
-
|
|
2335
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
|
|
2336
2336
|
):
|
|
2337
2337
|
COMPAT_ENGINES: typing.Any
|
|
2338
2338
|
bl_context: typing.Any
|
|
@@ -2562,7 +2562,7 @@ class PHYSICS_PT_rigid_body_constraint_springs(
|
|
|
2562
2562
|
...
|
|
2563
2563
|
|
|
2564
2564
|
class PHYSICS_PT_rigid_body_constraint_springs_angular(
|
|
2565
|
-
|
|
2565
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
|
|
2566
2566
|
):
|
|
2567
2567
|
COMPAT_ENGINES: typing.Any
|
|
2568
2568
|
bl_context: typing.Any
|
|
@@ -2792,7 +2792,7 @@ class PHYSICS_PT_rigid_body_constraint_springs_angular(
|
|
|
2792
2792
|
...
|
|
2793
2793
|
|
|
2794
2794
|
class PHYSICS_PT_rigid_body_constraint_springs_linear(
|
|
2795
|
-
|
|
2795
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
|
|
2796
2796
|
):
|
|
2797
2797
|
COMPAT_ENGINES: typing.Any
|
|
2798
2798
|
bl_context: typing.Any
|
|
@@ -18,7 +18,7 @@ class PhysicButtonsPanel:
|
|
|
18
18
|
"""
|
|
19
19
|
...
|
|
20
20
|
|
|
21
|
-
class PHYSICS_PT_softbody(
|
|
21
|
+
class PHYSICS_PT_softbody(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
22
22
|
COMPAT_ENGINES: typing.Any
|
|
23
23
|
bl_context: typing.Any
|
|
24
24
|
bl_label: typing.Any
|
|
@@ -245,9 +245,7 @@ class PHYSICS_PT_softbody(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generi
|
|
|
245
245
|
"""
|
|
246
246
|
...
|
|
247
247
|
|
|
248
|
-
class PHYSICS_PT_softbody_cache(
|
|
249
|
-
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
250
|
-
):
|
|
248
|
+
class PHYSICS_PT_softbody_cache(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
251
249
|
COMPAT_ENGINES: typing.Any
|
|
252
250
|
bl_context: typing.Any
|
|
253
251
|
bl_label: typing.Any
|
|
@@ -476,9 +474,7 @@ class PHYSICS_PT_softbody_cache(
|
|
|
476
474
|
"""
|
|
477
475
|
...
|
|
478
476
|
|
|
479
|
-
class PHYSICS_PT_softbody_collision(
|
|
480
|
-
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
481
|
-
):
|
|
477
|
+
class PHYSICS_PT_softbody_collision(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
482
478
|
COMPAT_ENGINES: typing.Any
|
|
483
479
|
bl_context: typing.Any
|
|
484
480
|
bl_label: typing.Any
|
|
@@ -714,9 +710,7 @@ class PHYSICS_PT_softbody_collision(
|
|
|
714
710
|
"""
|
|
715
711
|
...
|
|
716
712
|
|
|
717
|
-
class PHYSICS_PT_softbody_edge(
|
|
718
|
-
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
719
|
-
):
|
|
713
|
+
class PHYSICS_PT_softbody_edge(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
720
714
|
COMPAT_ENGINES: typing.Any
|
|
721
715
|
bl_context: typing.Any
|
|
722
716
|
bl_label: typing.Any
|
|
@@ -952,9 +946,7 @@ class PHYSICS_PT_softbody_edge(
|
|
|
952
946
|
"""
|
|
953
947
|
...
|
|
954
948
|
|
|
955
|
-
class PHYSICS_PT_softbody_edge_aerodynamics(
|
|
956
|
-
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
957
|
-
):
|
|
949
|
+
class PHYSICS_PT_softbody_edge_aerodynamics(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
958
950
|
COMPAT_ENGINES: typing.Any
|
|
959
951
|
bl_context: typing.Any
|
|
960
952
|
bl_label: typing.Any
|
|
@@ -1183,9 +1175,7 @@ class PHYSICS_PT_softbody_edge_aerodynamics(
|
|
|
1183
1175
|
"""
|
|
1184
1176
|
...
|
|
1185
1177
|
|
|
1186
|
-
class PHYSICS_PT_softbody_edge_stiffness(
|
|
1187
|
-
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1188
|
-
):
|
|
1178
|
+
class PHYSICS_PT_softbody_edge_stiffness(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
1189
1179
|
COMPAT_ENGINES: typing.Any
|
|
1190
1180
|
bl_context: typing.Any
|
|
1191
1181
|
bl_label: typing.Any
|
|
@@ -1421,9 +1411,7 @@ class PHYSICS_PT_softbody_edge_stiffness(
|
|
|
1421
1411
|
"""
|
|
1422
1412
|
...
|
|
1423
1413
|
|
|
1424
|
-
class PHYSICS_PT_softbody_field_weights(
|
|
1425
|
-
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1426
|
-
):
|
|
1414
|
+
class PHYSICS_PT_softbody_field_weights(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
1427
1415
|
COMPAT_ENGINES: typing.Any
|
|
1428
1416
|
bl_context: typing.Any
|
|
1429
1417
|
bl_label: typing.Any
|
|
@@ -1652,9 +1640,7 @@ class PHYSICS_PT_softbody_field_weights(
|
|
|
1652
1640
|
"""
|
|
1653
1641
|
...
|
|
1654
1642
|
|
|
1655
|
-
class PHYSICS_PT_softbody_goal(
|
|
1656
|
-
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1657
|
-
):
|
|
1643
|
+
class PHYSICS_PT_softbody_goal(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
1658
1644
|
COMPAT_ENGINES: typing.Any
|
|
1659
1645
|
bl_context: typing.Any
|
|
1660
1646
|
bl_label: typing.Any
|
|
@@ -1890,9 +1876,7 @@ class PHYSICS_PT_softbody_goal(
|
|
|
1890
1876
|
"""
|
|
1891
1877
|
...
|
|
1892
1878
|
|
|
1893
|
-
class PHYSICS_PT_softbody_goal_settings(
|
|
1894
|
-
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1895
|
-
):
|
|
1879
|
+
class PHYSICS_PT_softbody_goal_settings(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
1896
1880
|
COMPAT_ENGINES: typing.Any
|
|
1897
1881
|
bl_context: typing.Any
|
|
1898
1882
|
bl_label: typing.Any
|
|
@@ -2121,9 +2105,7 @@ class PHYSICS_PT_softbody_goal_settings(
|
|
|
2121
2105
|
"""
|
|
2122
2106
|
...
|
|
2123
2107
|
|
|
2124
|
-
class PHYSICS_PT_softbody_goal_strengths(
|
|
2125
|
-
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
2126
|
-
):
|
|
2108
|
+
class PHYSICS_PT_softbody_goal_strengths(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
2127
2109
|
COMPAT_ENGINES: typing.Any
|
|
2128
2110
|
bl_context: typing.Any
|
|
2129
2111
|
bl_label: typing.Any
|
|
@@ -2352,9 +2334,7 @@ class PHYSICS_PT_softbody_goal_strengths(
|
|
|
2352
2334
|
"""
|
|
2353
2335
|
...
|
|
2354
2336
|
|
|
2355
|
-
class PHYSICS_PT_softbody_object(
|
|
2356
|
-
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
2357
|
-
):
|
|
2337
|
+
class PHYSICS_PT_softbody_object(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
2358
2338
|
COMPAT_ENGINES: typing.Any
|
|
2359
2339
|
bl_context: typing.Any
|
|
2360
2340
|
bl_label: typing.Any
|
|
@@ -2583,9 +2563,7 @@ class PHYSICS_PT_softbody_object(
|
|
|
2583
2563
|
"""
|
|
2584
2564
|
...
|
|
2585
2565
|
|
|
2586
|
-
class PHYSICS_PT_softbody_simulation(
|
|
2587
|
-
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
2588
|
-
):
|
|
2566
|
+
class PHYSICS_PT_softbody_simulation(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
2589
2567
|
COMPAT_ENGINES: typing.Any
|
|
2590
2568
|
bl_context: typing.Any
|
|
2591
2569
|
bl_label: typing.Any
|
|
@@ -2814,9 +2792,7 @@ class PHYSICS_PT_softbody_simulation(
|
|
|
2814
2792
|
"""
|
|
2815
2793
|
...
|
|
2816
2794
|
|
|
2817
|
-
class PHYSICS_PT_softbody_solver(
|
|
2818
|
-
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
2819
|
-
):
|
|
2795
|
+
class PHYSICS_PT_softbody_solver(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
2820
2796
|
COMPAT_ENGINES: typing.Any
|
|
2821
2797
|
bl_context: typing.Any
|
|
2822
2798
|
bl_label: typing.Any
|
|
@@ -3045,9 +3021,7 @@ class PHYSICS_PT_softbody_solver(
|
|
|
3045
3021
|
"""
|
|
3046
3022
|
...
|
|
3047
3023
|
|
|
3048
|
-
class PHYSICS_PT_softbody_solver_diagnostics(
|
|
3049
|
-
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
3050
|
-
):
|
|
3024
|
+
class PHYSICS_PT_softbody_solver_diagnostics(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
3051
3025
|
COMPAT_ENGINES: typing.Any
|
|
3052
3026
|
bl_context: typing.Any
|
|
3053
3027
|
bl_label: typing.Any
|
|
@@ -3276,9 +3250,7 @@ class PHYSICS_PT_softbody_solver_diagnostics(
|
|
|
3276
3250
|
"""
|
|
3277
3251
|
...
|
|
3278
3252
|
|
|
3279
|
-
class PHYSICS_PT_softbody_solver_helpers(
|
|
3280
|
-
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
3281
|
-
):
|
|
3253
|
+
class PHYSICS_PT_softbody_solver_helpers(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
3282
3254
|
COMPAT_ENGINES: typing.Any
|
|
3283
3255
|
bl_context: typing.Any
|
|
3284
3256
|
bl_label: typing.Any
|