fake-bpy-module 20240722__py3-none-any.whl → 20240724__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.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +2 -2
- bl_operators/bone_selection_sets/__init__.pyi +16 -16
- bl_operators/connect_to_output/__init__.pyi +4 -1
- bl_operators/image_as_planes/__init__.pyi +12 -2
- bl_operators/node/__init__.pyi +14 -14
- bl_operators/object_quick_effects/__init__.pyi +3 -3
- bl_operators/presets/__init__.pyi +24 -24
- bl_operators/sequencer/__init__.pyi +76 -76
- bl_operators/wm/__init__.pyi +4 -5
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +1 -2
- bl_ui/asset_shelf/__init__.pyi +1 -2
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
- bl_ui/node_add_menu_shader/__init__.pyi +10 -11
- bl_ui/node_add_menu_texture/__init__.pyi +9 -10
- bl_ui/properties_collection/__init__.pyi +9 -7
- bl_ui/properties_constraint/__init__.pyi +227 -80
- bl_ui/properties_data_armature/__init__.pyi +27 -18
- bl_ui/properties_data_bone/__init__.pyi +13 -11
- bl_ui/properties_data_camera/__init__.pyi +18 -15
- bl_ui/properties_data_curve/__init__.pyi +72 -78
- bl_ui/properties_data_curves/__init__.pyi +9 -7
- bl_ui/properties_data_empty/__init__.pyi +2 -3
- bl_ui/properties_data_gpencil/__init__.pyi +42 -21
- bl_ui/properties_data_grease_pencil/__init__.pyi +23 -19
- bl_ui/properties_data_lattice/__init__.pyi +6 -4
- bl_ui/properties_data_light/__init__.pyi +15 -13
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -14
- bl_ui/properties_data_mesh/__init__.pyi +71 -69
- bl_ui/properties_data_metaball/__init__.pyi +8 -6
- bl_ui/properties_data_modifier/__init__.pyi +9 -10
- bl_ui/properties_data_pointcloud/__init__.pyi +8 -6
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
- bl_ui/properties_data_speaker/__init__.pyi +8 -6
- bl_ui/properties_data_volume/__init__.pyi +11 -9
- bl_ui/properties_freestyle/__init__.pyi +31 -84
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
- bl_ui/properties_mask_common/__init__.pyi +7 -8
- bl_ui/properties_material/__init__.pyi +19 -17
- bl_ui/properties_material_gpencil/__init__.pyi +17 -11
- bl_ui/properties_object/__init__.pyi +22 -15
- bl_ui/properties_output/__init__.pyi +19 -19
- bl_ui/properties_paint_common/__init__.pyi +18 -19
- bl_ui/properties_particle/__init__.pyi +56 -53
- bl_ui/properties_physics_cloth/__init__.pyi +15 -15
- bl_ui/properties_physics_common/__init__.pyi +1 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -25
- bl_ui/properties_physics_field/__init__.pyi +10 -11
- bl_ui/properties_physics_fluid/__init__.pyi +29 -29
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +10 -9
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +25 -14
- bl_ui/properties_physics_softbody/__init__.pyi +15 -16
- bl_ui/properties_render/__init__.pyi +63 -58
- bl_ui/properties_scene/__init__.pyi +37 -37
- bl_ui/properties_texture/__init__.pyi +31 -43
- bl_ui/properties_view_layer/__init__.pyi +52 -56
- bl_ui/properties_workspace/__init__.pyi +7 -5
- bl_ui/properties_world/__init__.pyi +13 -11
- bl_ui/space_clip/__init__.pyi +90 -72
- bl_ui/space_console/__init__.pyi +6 -7
- bl_ui/space_dopesheet/__init__.pyi +68 -32
- bl_ui/space_filebrowser/__init__.pyi +38 -32
- bl_ui/space_graph/__init__.pyi +23 -21
- bl_ui/space_image/__init__.pyi +254 -274
- bl_ui/space_info/__init__.pyi +6 -7
- bl_ui/space_nla/__init__.pyi +18 -18
- bl_ui/space_node/__init__.pyi +35 -29
- bl_ui/space_outliner/__init__.pyi +14 -15
- bl_ui/space_properties/__init__.pyi +3 -4
- bl_ui/space_sequencer/__init__.pyi +95 -79
- bl_ui/space_spreadsheet/__init__.pyi +1 -2
- bl_ui/space_statusbar/__init__.pyi +1 -2
- bl_ui/space_text/__init__.pyi +16 -17
- bl_ui/space_time/__init__.pyi +7 -8
- bl_ui/space_toolsystem_common/__init__.pyi +1 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -5
- bl_ui/space_topbar/__init__.pyi +26 -27
- bl_ui/space_userpref/__init__.pyi +126 -92
- bl_ui/space_view3d/__init__.pyi +359 -366
- bl_ui/space_view3d_toolbar/__init__.pyi +649 -825
- bl_ui/temp_anim_layers/__init__.pyi +1 -2
- bpy/ops/export_scene/__init__.pyi +1 -1
- bpy/ops/grease_pencil/__init__.pyi +18 -0
- bpy/ops/sequencer/__init__.pyi +1 -1
- bpy/types/__init__.pyi +29470 -29130
- bpy_extras/node_shader_utils/__init__.pyi +118 -118
- {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/RECORD +98 -98
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +2 -2
- nodeitems_builtins/__init__.pyi +4 -4
- {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/top_level.txt +0 -0
|
@@ -2,12 +2,13 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
|
-
import bpy_types
|
|
6
5
|
|
|
7
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
8
|
|
|
10
|
-
class PHYSICS_PT_rigid_body_constraint(
|
|
9
|
+
class PHYSICS_PT_rigid_body_constraint(
|
|
10
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
|
|
11
|
+
):
|
|
11
12
|
COMPAT_ENGINES: typing.Any
|
|
12
13
|
bl_context: typing.Any
|
|
13
14
|
bl_label: typing.Any
|
|
@@ -47,7 +48,9 @@ class PHYSICS_PT_rigid_body_constraint(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
47
48
|
"""
|
|
48
49
|
...
|
|
49
50
|
|
|
50
|
-
class PHYSICS_PT_rigid_body_constraint_limits(
|
|
51
|
+
class PHYSICS_PT_rigid_body_constraint_limits(
|
|
52
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
|
|
53
|
+
):
|
|
51
54
|
COMPAT_ENGINES: typing.Any
|
|
52
55
|
bl_context: typing.Any
|
|
53
56
|
bl_label: typing.Any
|
|
@@ -89,7 +92,7 @@ class PHYSICS_PT_rigid_body_constraint_limits(bpy.types.Panel, bpy_types._Generi
|
|
|
89
92
|
...
|
|
90
93
|
|
|
91
94
|
class PHYSICS_PT_rigid_body_constraint_limits_angular(
|
|
92
|
-
bpy.types.Panel
|
|
95
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
|
|
93
96
|
):
|
|
94
97
|
COMPAT_ENGINES: typing.Any
|
|
95
98
|
bl_context: typing.Any
|
|
@@ -132,7 +135,7 @@ class PHYSICS_PT_rigid_body_constraint_limits_angular(
|
|
|
132
135
|
...
|
|
133
136
|
|
|
134
137
|
class PHYSICS_PT_rigid_body_constraint_limits_linear(
|
|
135
|
-
bpy.types.Panel
|
|
138
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
|
|
136
139
|
):
|
|
137
140
|
COMPAT_ENGINES: typing.Any
|
|
138
141
|
bl_context: typing.Any
|
|
@@ -174,7 +177,9 @@ class PHYSICS_PT_rigid_body_constraint_limits_linear(
|
|
|
174
177
|
"""
|
|
175
178
|
...
|
|
176
179
|
|
|
177
|
-
class PHYSICS_PT_rigid_body_constraint_motor(
|
|
180
|
+
class PHYSICS_PT_rigid_body_constraint_motor(
|
|
181
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
|
|
182
|
+
):
|
|
178
183
|
COMPAT_ENGINES: typing.Any
|
|
179
184
|
bl_context: typing.Any
|
|
180
185
|
bl_label: typing.Any
|
|
@@ -216,7 +221,7 @@ class PHYSICS_PT_rigid_body_constraint_motor(bpy.types.Panel, bpy_types._Generic
|
|
|
216
221
|
...
|
|
217
222
|
|
|
218
223
|
class PHYSICS_PT_rigid_body_constraint_motor_angular(
|
|
219
|
-
bpy.types.Panel
|
|
224
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
|
|
220
225
|
):
|
|
221
226
|
COMPAT_ENGINES: typing.Any
|
|
222
227
|
bl_context: typing.Any
|
|
@@ -266,7 +271,7 @@ class PHYSICS_PT_rigid_body_constraint_motor_angular(
|
|
|
266
271
|
...
|
|
267
272
|
|
|
268
273
|
class PHYSICS_PT_rigid_body_constraint_motor_linear(
|
|
269
|
-
bpy.types.Panel
|
|
274
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
|
|
270
275
|
):
|
|
271
276
|
COMPAT_ENGINES: typing.Any
|
|
272
277
|
bl_context: typing.Any
|
|
@@ -315,7 +320,9 @@ class PHYSICS_PT_rigid_body_constraint_motor_linear(
|
|
|
315
320
|
"""
|
|
316
321
|
...
|
|
317
322
|
|
|
318
|
-
class PHYSICS_PT_rigid_body_constraint_objects(
|
|
323
|
+
class PHYSICS_PT_rigid_body_constraint_objects(
|
|
324
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
|
|
325
|
+
):
|
|
319
326
|
COMPAT_ENGINES: typing.Any
|
|
320
327
|
bl_context: typing.Any
|
|
321
328
|
bl_label: typing.Any
|
|
@@ -357,7 +364,7 @@ class PHYSICS_PT_rigid_body_constraint_objects(bpy.types.Panel, bpy_types._Gener
|
|
|
357
364
|
...
|
|
358
365
|
|
|
359
366
|
class PHYSICS_PT_rigid_body_constraint_override_iterations(
|
|
360
|
-
bpy.types.Panel
|
|
367
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
|
|
361
368
|
):
|
|
362
369
|
COMPAT_ENGINES: typing.Any
|
|
363
370
|
bl_context: typing.Any
|
|
@@ -406,7 +413,9 @@ class PHYSICS_PT_rigid_body_constraint_override_iterations(
|
|
|
406
413
|
"""
|
|
407
414
|
...
|
|
408
415
|
|
|
409
|
-
class PHYSICS_PT_rigid_body_constraint_settings(
|
|
416
|
+
class PHYSICS_PT_rigid_body_constraint_settings(
|
|
417
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
|
|
418
|
+
):
|
|
410
419
|
COMPAT_ENGINES: typing.Any
|
|
411
420
|
bl_context: typing.Any
|
|
412
421
|
bl_label: typing.Any
|
|
@@ -447,7 +456,9 @@ class PHYSICS_PT_rigid_body_constraint_settings(bpy.types.Panel, bpy_types._Gene
|
|
|
447
456
|
"""
|
|
448
457
|
...
|
|
449
458
|
|
|
450
|
-
class PHYSICS_PT_rigid_body_constraint_springs(
|
|
459
|
+
class PHYSICS_PT_rigid_body_constraint_springs(
|
|
460
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
|
|
461
|
+
):
|
|
451
462
|
COMPAT_ENGINES: typing.Any
|
|
452
463
|
bl_context: typing.Any
|
|
453
464
|
bl_label: typing.Any
|
|
@@ -489,7 +500,7 @@ class PHYSICS_PT_rigid_body_constraint_springs(bpy.types.Panel, bpy_types._Gener
|
|
|
489
500
|
...
|
|
490
501
|
|
|
491
502
|
class PHYSICS_PT_rigid_body_constraint_springs_angular(
|
|
492
|
-
bpy.types.Panel
|
|
503
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
|
|
493
504
|
):
|
|
494
505
|
COMPAT_ENGINES: typing.Any
|
|
495
506
|
bl_context: typing.Any
|
|
@@ -532,7 +543,7 @@ class PHYSICS_PT_rigid_body_constraint_springs_angular(
|
|
|
532
543
|
...
|
|
533
544
|
|
|
534
545
|
class PHYSICS_PT_rigid_body_constraint_springs_linear(
|
|
535
|
-
bpy.types.Panel
|
|
546
|
+
PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
|
|
536
547
|
):
|
|
537
548
|
COMPAT_ENGINES: typing.Any
|
|
538
549
|
bl_context: typing.Any
|
|
@@ -2,12 +2,11 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
|
-
import bpy_types
|
|
6
5
|
|
|
7
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
8
|
|
|
10
|
-
class PHYSICS_PT_softbody(bpy.types.Panel
|
|
9
|
+
class PHYSICS_PT_softbody(PhysicButtonsPanel, bpy.types.Panel):
|
|
11
10
|
COMPAT_ENGINES: typing.Any
|
|
12
11
|
bl_context: typing.Any
|
|
13
12
|
bl_label: typing.Any
|
|
@@ -39,7 +38,7 @@ class PHYSICS_PT_softbody(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
39
38
|
"""
|
|
40
39
|
...
|
|
41
40
|
|
|
42
|
-
class PHYSICS_PT_softbody_cache(bpy.types.Panel
|
|
41
|
+
class PHYSICS_PT_softbody_cache(PhysicButtonsPanel, bpy.types.Panel):
|
|
43
42
|
COMPAT_ENGINES: typing.Any
|
|
44
43
|
bl_context: typing.Any
|
|
45
44
|
bl_label: typing.Any
|
|
@@ -73,7 +72,7 @@ class PHYSICS_PT_softbody_cache(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
73
72
|
"""
|
|
74
73
|
...
|
|
75
74
|
|
|
76
|
-
class PHYSICS_PT_softbody_collision(bpy.types.Panel
|
|
75
|
+
class PHYSICS_PT_softbody_collision(PhysicButtonsPanel, bpy.types.Panel):
|
|
77
76
|
COMPAT_ENGINES: typing.Any
|
|
78
77
|
bl_context: typing.Any
|
|
79
78
|
bl_label: typing.Any
|
|
@@ -114,7 +113,7 @@ class PHYSICS_PT_softbody_collision(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
114
113
|
"""
|
|
115
114
|
...
|
|
116
115
|
|
|
117
|
-
class PHYSICS_PT_softbody_edge(bpy.types.Panel
|
|
116
|
+
class PHYSICS_PT_softbody_edge(PhysicButtonsPanel, bpy.types.Panel):
|
|
118
117
|
COMPAT_ENGINES: typing.Any
|
|
119
118
|
bl_context: typing.Any
|
|
120
119
|
bl_label: typing.Any
|
|
@@ -155,7 +154,7 @@ class PHYSICS_PT_softbody_edge(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
155
154
|
"""
|
|
156
155
|
...
|
|
157
156
|
|
|
158
|
-
class PHYSICS_PT_softbody_edge_aerodynamics(bpy.types.Panel
|
|
157
|
+
class PHYSICS_PT_softbody_edge_aerodynamics(PhysicButtonsPanel, bpy.types.Panel):
|
|
159
158
|
COMPAT_ENGINES: typing.Any
|
|
160
159
|
bl_context: typing.Any
|
|
161
160
|
bl_label: typing.Any
|
|
@@ -189,7 +188,7 @@ class PHYSICS_PT_softbody_edge_aerodynamics(bpy.types.Panel, bpy_types._GenericU
|
|
|
189
188
|
"""
|
|
190
189
|
...
|
|
191
190
|
|
|
192
|
-
class PHYSICS_PT_softbody_edge_stiffness(bpy.types.Panel
|
|
191
|
+
class PHYSICS_PT_softbody_edge_stiffness(PhysicButtonsPanel, bpy.types.Panel):
|
|
193
192
|
COMPAT_ENGINES: typing.Any
|
|
194
193
|
bl_context: typing.Any
|
|
195
194
|
bl_label: typing.Any
|
|
@@ -230,7 +229,7 @@ class PHYSICS_PT_softbody_edge_stiffness(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
230
229
|
"""
|
|
231
230
|
...
|
|
232
231
|
|
|
233
|
-
class PHYSICS_PT_softbody_field_weights(bpy.types.Panel
|
|
232
|
+
class PHYSICS_PT_softbody_field_weights(PhysicButtonsPanel, bpy.types.Panel):
|
|
234
233
|
COMPAT_ENGINES: typing.Any
|
|
235
234
|
bl_context: typing.Any
|
|
236
235
|
bl_label: typing.Any
|
|
@@ -264,7 +263,7 @@ class PHYSICS_PT_softbody_field_weights(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
264
263
|
"""
|
|
265
264
|
...
|
|
266
265
|
|
|
267
|
-
class PHYSICS_PT_softbody_goal(bpy.types.Panel
|
|
266
|
+
class PHYSICS_PT_softbody_goal(PhysicButtonsPanel, bpy.types.Panel):
|
|
268
267
|
COMPAT_ENGINES: typing.Any
|
|
269
268
|
bl_context: typing.Any
|
|
270
269
|
bl_label: typing.Any
|
|
@@ -305,7 +304,7 @@ class PHYSICS_PT_softbody_goal(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
305
304
|
"""
|
|
306
305
|
...
|
|
307
306
|
|
|
308
|
-
class PHYSICS_PT_softbody_goal_settings(bpy.types.Panel
|
|
307
|
+
class PHYSICS_PT_softbody_goal_settings(PhysicButtonsPanel, bpy.types.Panel):
|
|
309
308
|
COMPAT_ENGINES: typing.Any
|
|
310
309
|
bl_context: typing.Any
|
|
311
310
|
bl_label: typing.Any
|
|
@@ -339,7 +338,7 @@ class PHYSICS_PT_softbody_goal_settings(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
339
338
|
"""
|
|
340
339
|
...
|
|
341
340
|
|
|
342
|
-
class PHYSICS_PT_softbody_goal_strengths(bpy.types.Panel
|
|
341
|
+
class PHYSICS_PT_softbody_goal_strengths(PhysicButtonsPanel, bpy.types.Panel):
|
|
343
342
|
COMPAT_ENGINES: typing.Any
|
|
344
343
|
bl_context: typing.Any
|
|
345
344
|
bl_label: typing.Any
|
|
@@ -373,7 +372,7 @@ class PHYSICS_PT_softbody_goal_strengths(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
373
372
|
"""
|
|
374
373
|
...
|
|
375
374
|
|
|
376
|
-
class PHYSICS_PT_softbody_object(bpy.types.Panel
|
|
375
|
+
class PHYSICS_PT_softbody_object(PhysicButtonsPanel, bpy.types.Panel):
|
|
377
376
|
COMPAT_ENGINES: typing.Any
|
|
378
377
|
bl_context: typing.Any
|
|
379
378
|
bl_label: typing.Any
|
|
@@ -407,7 +406,7 @@ class PHYSICS_PT_softbody_object(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
407
406
|
"""
|
|
408
407
|
...
|
|
409
408
|
|
|
410
|
-
class PHYSICS_PT_softbody_simulation(bpy.types.Panel
|
|
409
|
+
class PHYSICS_PT_softbody_simulation(PhysicButtonsPanel, bpy.types.Panel):
|
|
411
410
|
COMPAT_ENGINES: typing.Any
|
|
412
411
|
bl_context: typing.Any
|
|
413
412
|
bl_label: typing.Any
|
|
@@ -441,7 +440,7 @@ class PHYSICS_PT_softbody_simulation(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
441
440
|
"""
|
|
442
441
|
...
|
|
443
442
|
|
|
444
|
-
class PHYSICS_PT_softbody_solver(bpy.types.Panel
|
|
443
|
+
class PHYSICS_PT_softbody_solver(PhysicButtonsPanel, bpy.types.Panel):
|
|
445
444
|
COMPAT_ENGINES: typing.Any
|
|
446
445
|
bl_context: typing.Any
|
|
447
446
|
bl_label: typing.Any
|
|
@@ -475,7 +474,7 @@ class PHYSICS_PT_softbody_solver(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
475
474
|
"""
|
|
476
475
|
...
|
|
477
476
|
|
|
478
|
-
class PHYSICS_PT_softbody_solver_diagnostics(bpy.types.Panel
|
|
477
|
+
class PHYSICS_PT_softbody_solver_diagnostics(PhysicButtonsPanel, bpy.types.Panel):
|
|
479
478
|
COMPAT_ENGINES: typing.Any
|
|
480
479
|
bl_context: typing.Any
|
|
481
480
|
bl_label: typing.Any
|
|
@@ -509,7 +508,7 @@ class PHYSICS_PT_softbody_solver_diagnostics(bpy.types.Panel, bpy_types._Generic
|
|
|
509
508
|
"""
|
|
510
509
|
...
|
|
511
510
|
|
|
512
|
-
class PHYSICS_PT_softbody_solver_helpers(bpy.types.Panel
|
|
511
|
+
class PHYSICS_PT_softbody_solver_helpers(PhysicButtonsPanel, bpy.types.Panel):
|
|
513
512
|
COMPAT_ENGINES: typing.Any
|
|
514
513
|
bl_context: typing.Any
|
|
515
514
|
bl_label: typing.Any
|