fake-bpy-module 20240721__py3-none-any.whl → 20240722__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 +1 -2
- bl_operators/assets/__init__.pyi +2 -2
- bl_operators/bone_selection_sets/__init__.pyi +16 -28
- bl_operators/connect_to_output/__init__.pyi +1 -4
- bl_operators/image_as_planes/__init__.pyi +2 -12
- bl_operators/node/__init__.pyi +14 -16
- bl_operators/object_quick_effects/__init__.pyi +3 -3
- bl_operators/presets/__init__.pyi +22 -25
- bl_operators/sequencer/__init__.pyi +76 -76
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/properties_collection/__init__.pyi +5 -19
- bl_ui/properties_constraint/__init__.pyi +79 -289
- bl_ui/properties_data_armature/__init__.pyi +9 -33
- bl_ui/properties_data_bone/__init__.pyi +10 -17
- bl_ui/properties_data_camera/__init__.pyi +14 -32
- bl_ui/properties_data_curve/__init__.pyi +69 -88
- bl_ui/properties_data_curves/__init__.pyi +4 -9
- bl_ui/properties_data_empty/__init__.pyi +2 -2
- bl_ui/properties_data_gpencil/__init__.pyi +15 -50
- bl_ui/properties_data_grease_pencil/__init__.pyi +10 -36
- bl_ui/properties_data_lattice/__init__.pyi +3 -6
- bl_ui/properties_data_light/__init__.pyi +12 -25
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
- bl_ui/properties_data_mesh/__init__.pyi +63 -72
- bl_ui/properties_data_metaball/__init__.pyi +5 -10
- bl_ui/properties_data_modifier/__init__.pyi +9 -23
- bl_ui/properties_data_pointcloud/__init__.pyi +3 -10
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
- bl_ui/properties_data_speaker/__init__.pyi +5 -8
- bl_ui/properties_data_volume/__init__.pyi +7 -14
- bl_ui/properties_freestyle/__init__.pyi +9 -42
- bl_ui/properties_material/__init__.pyi +14 -40
- bl_ui/properties_material_gpencil/__init__.pyi +8 -32
- bl_ui/properties_object/__init__.pyi +13 -31
- bl_ui/properties_output/__init__.pyi +16 -43
- bl_ui/properties_paint_common/__init__.pyi +17 -17
- bl_ui/properties_particle/__init__.pyi +50 -135
- bl_ui/properties_physics_cloth/__init__.pyi +14 -35
- bl_ui/properties_physics_common/__init__.pyi +1 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +21 -57
- bl_ui/properties_physics_field/__init__.pyi +10 -26
- bl_ui/properties_physics_fluid/__init__.pyi +28 -51
- bl_ui/properties_physics_rigidbody/__init__.pyi +8 -18
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -25
- bl_ui/properties_physics_softbody/__init__.pyi +15 -43
- bl_ui/properties_render/__init__.pyi +54 -150
- bl_ui/properties_scene/__init__.pyi +29 -42
- bl_ui/properties_texture/__init__.pyi +26 -58
- bl_ui/properties_view_layer/__init__.pyi +16 -43
- bl_ui/properties_workspace/__init__.pyi +3 -9
- bl_ui/properties_world/__init__.pyi +10 -19
- bl_ui/space_clip/__init__.pyi +31 -93
- bl_ui/space_dopesheet/__init__.pyi +13 -66
- bl_ui/space_filebrowser/__init__.pyi +17 -38
- bl_ui/space_graph/__init__.pyi +1 -6
- bl_ui/space_image/__init__.pyi +190 -235
- bl_ui/space_nla/__init__.pyi +2 -11
- bl_ui/space_node/__init__.pyi +3 -16
- bl_ui/space_sequencer/__init__.pyi +34 -104
- bl_ui/space_time/__init__.pyi +3 -7
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -21
- bl_ui/space_userpref/__init__.pyi +76 -215
- bl_ui/space_view3d/__init__.pyi +91 -147
- bl_ui/space_view3d_toolbar/__init__.pyi +435 -543
- bpy_extras/node_shader_utils/__init__.pyi +118 -118
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240722.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240722.dist-info}/RECORD +71 -71
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240722.dist-info}/WHEEL +1 -1
- keyingsets_builtins/__init__.pyi +2 -2
- nodeitems_builtins/__init__.pyi +3 -3
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240722.dist-info}/top_level.txt +0 -0
|
@@ -7,9 +7,7 @@ import bpy_types
|
|
|
7
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
9
|
|
|
10
|
-
class PHYSICS_PT_dp_brush_source(
|
|
11
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
12
|
-
):
|
|
10
|
+
class PHYSICS_PT_dp_brush_source(bpy.types.Panel, bpy_types._GenericUI):
|
|
13
11
|
COMPAT_ENGINES: typing.Any
|
|
14
12
|
bl_context: typing.Any
|
|
15
13
|
bl_label: typing.Any
|
|
@@ -50,9 +48,7 @@ class PHYSICS_PT_dp_brush_source(
|
|
|
50
48
|
"""
|
|
51
49
|
...
|
|
52
50
|
|
|
53
|
-
class PHYSICS_PT_dp_brush_source_color_ramp(
|
|
54
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
55
|
-
):
|
|
51
|
+
class PHYSICS_PT_dp_brush_source_color_ramp(bpy.types.Panel, bpy_types._GenericUI):
|
|
56
52
|
COMPAT_ENGINES: typing.Any
|
|
57
53
|
bl_context: typing.Any
|
|
58
54
|
bl_label: typing.Any
|
|
@@ -93,9 +89,7 @@ class PHYSICS_PT_dp_brush_source_color_ramp(
|
|
|
93
89
|
"""
|
|
94
90
|
...
|
|
95
91
|
|
|
96
|
-
class PHYSICS_PT_dp_brush_velocity(
|
|
97
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
98
|
-
):
|
|
92
|
+
class PHYSICS_PT_dp_brush_velocity(bpy.types.Panel, bpy_types._GenericUI):
|
|
99
93
|
COMPAT_ENGINES: typing.Any
|
|
100
94
|
bl_context: typing.Any
|
|
101
95
|
bl_label: typing.Any
|
|
@@ -137,9 +131,7 @@ class PHYSICS_PT_dp_brush_velocity(
|
|
|
137
131
|
"""
|
|
138
132
|
...
|
|
139
133
|
|
|
140
|
-
class PHYSICS_PT_dp_brush_velocity_color_ramp(
|
|
141
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
142
|
-
):
|
|
134
|
+
class PHYSICS_PT_dp_brush_velocity_color_ramp(bpy.types.Panel, bpy_types._GenericUI):
|
|
143
135
|
COMPAT_ENGINES: typing.Any
|
|
144
136
|
bl_context: typing.Any
|
|
145
137
|
bl_label: typing.Any
|
|
@@ -181,9 +173,7 @@ class PHYSICS_PT_dp_brush_velocity_color_ramp(
|
|
|
181
173
|
"""
|
|
182
174
|
...
|
|
183
175
|
|
|
184
|
-
class PHYSICS_PT_dp_brush_velocity_smudge(
|
|
185
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
186
|
-
):
|
|
176
|
+
class PHYSICS_PT_dp_brush_velocity_smudge(bpy.types.Panel, bpy_types._GenericUI):
|
|
187
177
|
COMPAT_ENGINES: typing.Any
|
|
188
178
|
bl_context: typing.Any
|
|
189
179
|
bl_label: typing.Any
|
|
@@ -232,9 +222,7 @@ class PHYSICS_PT_dp_brush_velocity_smudge(
|
|
|
232
222
|
"""
|
|
233
223
|
...
|
|
234
224
|
|
|
235
|
-
class PHYSICS_PT_dp_brush_wave(
|
|
236
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
237
|
-
):
|
|
225
|
+
class PHYSICS_PT_dp_brush_wave(bpy.types.Panel, bpy_types._GenericUI):
|
|
238
226
|
COMPAT_ENGINES: typing.Any
|
|
239
227
|
bl_context: typing.Any
|
|
240
228
|
bl_label: typing.Any
|
|
@@ -276,7 +264,7 @@ class PHYSICS_PT_dp_brush_wave(
|
|
|
276
264
|
"""
|
|
277
265
|
...
|
|
278
266
|
|
|
279
|
-
class PHYSICS_PT_dp_cache(bpy.types.Panel,
|
|
267
|
+
class PHYSICS_PT_dp_cache(bpy.types.Panel, bpy_types._GenericUI):
|
|
280
268
|
COMPAT_ENGINES: typing.Any
|
|
281
269
|
bl_context: typing.Any
|
|
282
270
|
bl_label: typing.Any
|
|
@@ -318,9 +306,7 @@ class PHYSICS_PT_dp_cache(bpy.types.Panel, PhysicButtonsPanel, bpy_types._Generi
|
|
|
318
306
|
"""
|
|
319
307
|
...
|
|
320
308
|
|
|
321
|
-
class PHYSICS_PT_dp_canvas_initial_color(
|
|
322
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
323
|
-
):
|
|
309
|
+
class PHYSICS_PT_dp_canvas_initial_color(bpy.types.Panel, bpy_types._GenericUI):
|
|
324
310
|
COMPAT_ENGINES: typing.Any
|
|
325
311
|
bl_context: typing.Any
|
|
326
312
|
bl_label: typing.Any
|
|
@@ -362,9 +348,7 @@ class PHYSICS_PT_dp_canvas_initial_color(
|
|
|
362
348
|
"""
|
|
363
349
|
...
|
|
364
350
|
|
|
365
|
-
class PHYSICS_PT_dp_canvas_output(
|
|
366
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
367
|
-
):
|
|
351
|
+
class PHYSICS_PT_dp_canvas_output(bpy.types.Panel, bpy_types._GenericUI):
|
|
368
352
|
COMPAT_ENGINES: typing.Any
|
|
369
353
|
bl_context: typing.Any
|
|
370
354
|
bl_label: typing.Any
|
|
@@ -406,9 +390,7 @@ class PHYSICS_PT_dp_canvas_output(
|
|
|
406
390
|
"""
|
|
407
391
|
...
|
|
408
392
|
|
|
409
|
-
class PHYSICS_PT_dp_canvas_output_paintmaps(
|
|
410
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
411
|
-
):
|
|
393
|
+
class PHYSICS_PT_dp_canvas_output_paintmaps(bpy.types.Panel, bpy_types._GenericUI):
|
|
412
394
|
COMPAT_ENGINES: typing.Any
|
|
413
395
|
bl_context: typing.Any
|
|
414
396
|
bl_label: typing.Any
|
|
@@ -457,9 +439,7 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(
|
|
|
457
439
|
"""
|
|
458
440
|
...
|
|
459
441
|
|
|
460
|
-
class PHYSICS_PT_dp_canvas_output_wetmaps(
|
|
461
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
462
|
-
):
|
|
442
|
+
class PHYSICS_PT_dp_canvas_output_wetmaps(bpy.types.Panel, bpy_types._GenericUI):
|
|
463
443
|
COMPAT_ENGINES: typing.Any
|
|
464
444
|
bl_context: typing.Any
|
|
465
445
|
bl_label: typing.Any
|
|
@@ -508,7 +488,7 @@ class PHYSICS_PT_dp_canvas_output_wetmaps(
|
|
|
508
488
|
"""
|
|
509
489
|
...
|
|
510
490
|
|
|
511
|
-
class PHYSICS_PT_dp_effects(bpy.types.Panel,
|
|
491
|
+
class PHYSICS_PT_dp_effects(bpy.types.Panel, bpy_types._GenericUI):
|
|
512
492
|
COMPAT_ENGINES: typing.Any
|
|
513
493
|
bl_context: typing.Any
|
|
514
494
|
bl_label: typing.Any
|
|
@@ -550,9 +530,7 @@ class PHYSICS_PT_dp_effects(bpy.types.Panel, PhysicButtonsPanel, bpy_types._Gene
|
|
|
550
530
|
"""
|
|
551
531
|
...
|
|
552
532
|
|
|
553
|
-
class PHYSICS_PT_dp_effects_drip(
|
|
554
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
555
|
-
):
|
|
533
|
+
class PHYSICS_PT_dp_effects_drip(bpy.types.Panel, bpy_types._GenericUI):
|
|
556
534
|
COMPAT_ENGINES: typing.Any
|
|
557
535
|
bl_context: typing.Any
|
|
558
536
|
bl_label: typing.Any
|
|
@@ -601,9 +579,7 @@ class PHYSICS_PT_dp_effects_drip(
|
|
|
601
579
|
"""
|
|
602
580
|
...
|
|
603
581
|
|
|
604
|
-
class PHYSICS_PT_dp_effects_drip_weights(
|
|
605
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
606
|
-
):
|
|
582
|
+
class PHYSICS_PT_dp_effects_drip_weights(bpy.types.Panel, bpy_types._GenericUI):
|
|
607
583
|
COMPAT_ENGINES: typing.Any
|
|
608
584
|
bl_context: typing.Any
|
|
609
585
|
bl_label: typing.Any
|
|
@@ -645,9 +621,7 @@ class PHYSICS_PT_dp_effects_drip_weights(
|
|
|
645
621
|
"""
|
|
646
622
|
...
|
|
647
623
|
|
|
648
|
-
class PHYSICS_PT_dp_effects_shrink(
|
|
649
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
650
|
-
):
|
|
624
|
+
class PHYSICS_PT_dp_effects_shrink(bpy.types.Panel, bpy_types._GenericUI):
|
|
651
625
|
COMPAT_ENGINES: typing.Any
|
|
652
626
|
bl_context: typing.Any
|
|
653
627
|
bl_label: typing.Any
|
|
@@ -696,9 +670,7 @@ class PHYSICS_PT_dp_effects_shrink(
|
|
|
696
670
|
"""
|
|
697
671
|
...
|
|
698
672
|
|
|
699
|
-
class PHYSICS_PT_dp_effects_spread(
|
|
700
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
701
|
-
):
|
|
673
|
+
class PHYSICS_PT_dp_effects_spread(bpy.types.Panel, bpy_types._GenericUI):
|
|
702
674
|
COMPAT_ENGINES: typing.Any
|
|
703
675
|
bl_context: typing.Any
|
|
704
676
|
bl_label: typing.Any
|
|
@@ -747,9 +719,7 @@ class PHYSICS_PT_dp_effects_spread(
|
|
|
747
719
|
"""
|
|
748
720
|
...
|
|
749
721
|
|
|
750
|
-
class PHYSICS_PT_dp_surface_canvas(
|
|
751
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
752
|
-
):
|
|
722
|
+
class PHYSICS_PT_dp_surface_canvas(bpy.types.Panel, bpy_types._GenericUI):
|
|
753
723
|
COMPAT_ENGINES: typing.Any
|
|
754
724
|
bl_context: typing.Any
|
|
755
725
|
bl_label: typing.Any
|
|
@@ -791,7 +761,7 @@ class PHYSICS_PT_dp_surface_canvas(
|
|
|
791
761
|
...
|
|
792
762
|
|
|
793
763
|
class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
|
|
794
|
-
bpy.types.Panel,
|
|
764
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
795
765
|
):
|
|
796
766
|
COMPAT_ENGINES: typing.Any
|
|
797
767
|
bl_context: typing.Any
|
|
@@ -842,9 +812,7 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
|
|
|
842
812
|
"""
|
|
843
813
|
...
|
|
844
814
|
|
|
845
|
-
class PHYSICS_PT_dp_surface_canvas_paint_dry(
|
|
846
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
847
|
-
):
|
|
815
|
+
class PHYSICS_PT_dp_surface_canvas_paint_dry(bpy.types.Panel, bpy_types._GenericUI):
|
|
848
816
|
COMPAT_ENGINES: typing.Any
|
|
849
817
|
bl_context: typing.Any
|
|
850
818
|
bl_label: typing.Any
|
|
@@ -893,9 +861,7 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(
|
|
|
893
861
|
"""
|
|
894
862
|
...
|
|
895
863
|
|
|
896
|
-
class PHYSICS_PT_dynamic_paint(
|
|
897
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
898
|
-
):
|
|
864
|
+
class PHYSICS_PT_dynamic_paint(bpy.types.Panel, bpy_types._GenericUI):
|
|
899
865
|
COMPAT_ENGINES: typing.Any
|
|
900
866
|
bl_context: typing.Any
|
|
901
867
|
bl_label: typing.Any
|
|
@@ -935,9 +901,7 @@ class PHYSICS_PT_dynamic_paint(
|
|
|
935
901
|
"""
|
|
936
902
|
...
|
|
937
903
|
|
|
938
|
-
class PHYSICS_PT_dynamic_paint_settings(
|
|
939
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
940
|
-
):
|
|
904
|
+
class PHYSICS_PT_dynamic_paint_settings(bpy.types.Panel, bpy_types._GenericUI):
|
|
941
905
|
COMPAT_ENGINES: typing.Any
|
|
942
906
|
bl_context: typing.Any
|
|
943
907
|
bl_label: typing.Any
|
|
@@ -7,7 +7,7 @@ import bpy_types
|
|
|
7
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
9
|
|
|
10
|
-
class PHYSICS_PT_collision(bpy.types.Panel,
|
|
10
|
+
class PHYSICS_PT_collision(bpy.types.Panel, bpy_types._GenericUI):
|
|
11
11
|
COMPAT_ENGINES: typing.Any
|
|
12
12
|
bl_context: typing.Any
|
|
13
13
|
bl_label: typing.Any
|
|
@@ -47,9 +47,7 @@ class PHYSICS_PT_collision(bpy.types.Panel, PhysicButtonsPanel, bpy_types._Gener
|
|
|
47
47
|
"""
|
|
48
48
|
...
|
|
49
49
|
|
|
50
|
-
class PHYSICS_PT_collision_particle(
|
|
51
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
52
|
-
):
|
|
50
|
+
class PHYSICS_PT_collision_particle(bpy.types.Panel, bpy_types._GenericUI):
|
|
53
51
|
COMPAT_ENGINES: typing.Any
|
|
54
52
|
bl_context: typing.Any
|
|
55
53
|
bl_label: typing.Any
|
|
@@ -90,9 +88,7 @@ class PHYSICS_PT_collision_particle(
|
|
|
90
88
|
"""
|
|
91
89
|
...
|
|
92
90
|
|
|
93
|
-
class PHYSICS_PT_collision_softbody(
|
|
94
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
95
|
-
):
|
|
91
|
+
class PHYSICS_PT_collision_softbody(bpy.types.Panel, bpy_types._GenericUI):
|
|
96
92
|
COMPAT_ENGINES: typing.Any
|
|
97
93
|
bl_context: typing.Any
|
|
98
94
|
bl_label: typing.Any
|
|
@@ -133,7 +129,7 @@ class PHYSICS_PT_collision_softbody(
|
|
|
133
129
|
"""
|
|
134
130
|
...
|
|
135
131
|
|
|
136
|
-
class PHYSICS_PT_field(bpy.types.Panel,
|
|
132
|
+
class PHYSICS_PT_field(bpy.types.Panel, bpy_types._GenericUI):
|
|
137
133
|
COMPAT_ENGINES: typing.Any
|
|
138
134
|
bl_context: typing.Any
|
|
139
135
|
bl_label: typing.Any
|
|
@@ -173,9 +169,7 @@ class PHYSICS_PT_field(bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
173
169
|
"""
|
|
174
170
|
...
|
|
175
171
|
|
|
176
|
-
class PHYSICS_PT_field_falloff(
|
|
177
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
178
|
-
):
|
|
172
|
+
class PHYSICS_PT_field_falloff(bpy.types.Panel, bpy_types._GenericUI):
|
|
179
173
|
COMPAT_ENGINES: typing.Any
|
|
180
174
|
bl_context: typing.Any
|
|
181
175
|
bl_label: typing.Any
|
|
@@ -216,9 +210,7 @@ class PHYSICS_PT_field_falloff(
|
|
|
216
210
|
"""
|
|
217
211
|
...
|
|
218
212
|
|
|
219
|
-
class PHYSICS_PT_field_falloff_angular(
|
|
220
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
221
|
-
):
|
|
213
|
+
class PHYSICS_PT_field_falloff_angular(bpy.types.Panel, bpy_types._GenericUI):
|
|
222
214
|
COMPAT_ENGINES: typing.Any
|
|
223
215
|
bl_context: typing.Any
|
|
224
216
|
bl_label: typing.Any
|
|
@@ -259,9 +251,7 @@ class PHYSICS_PT_field_falloff_angular(
|
|
|
259
251
|
"""
|
|
260
252
|
...
|
|
261
253
|
|
|
262
|
-
class PHYSICS_PT_field_falloff_radial(
|
|
263
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
264
|
-
):
|
|
254
|
+
class PHYSICS_PT_field_falloff_radial(bpy.types.Panel, bpy_types._GenericUI):
|
|
265
255
|
COMPAT_ENGINES: typing.Any
|
|
266
256
|
bl_context: typing.Any
|
|
267
257
|
bl_label: typing.Any
|
|
@@ -302,9 +292,7 @@ class PHYSICS_PT_field_falloff_radial(
|
|
|
302
292
|
"""
|
|
303
293
|
...
|
|
304
294
|
|
|
305
|
-
class PHYSICS_PT_field_settings(
|
|
306
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
307
|
-
):
|
|
295
|
+
class PHYSICS_PT_field_settings(bpy.types.Panel, bpy_types._GenericUI):
|
|
308
296
|
COMPAT_ENGINES: typing.Any
|
|
309
297
|
bl_context: typing.Any
|
|
310
298
|
bl_label: typing.Any
|
|
@@ -345,9 +333,7 @@ class PHYSICS_PT_field_settings(
|
|
|
345
333
|
"""
|
|
346
334
|
...
|
|
347
335
|
|
|
348
|
-
class PHYSICS_PT_field_settings_kink(
|
|
349
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
350
|
-
):
|
|
336
|
+
class PHYSICS_PT_field_settings_kink(bpy.types.Panel, bpy_types._GenericUI):
|
|
351
337
|
COMPAT_ENGINES: typing.Any
|
|
352
338
|
bl_context: typing.Any
|
|
353
339
|
bl_label: typing.Any
|
|
@@ -388,9 +374,7 @@ class PHYSICS_PT_field_settings_kink(
|
|
|
388
374
|
"""
|
|
389
375
|
...
|
|
390
376
|
|
|
391
|
-
class PHYSICS_PT_field_settings_texture_select(
|
|
392
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
393
|
-
):
|
|
377
|
+
class PHYSICS_PT_field_settings_texture_select(bpy.types.Panel, bpy_types._GenericUI):
|
|
394
378
|
COMPAT_ENGINES: typing.Any
|
|
395
379
|
bl_context: typing.Any
|
|
396
380
|
bl_label: typing.Any
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
-
import bl_ui.utils
|
|
5
4
|
import bpy.types
|
|
6
5
|
import bpy_types
|
|
7
6
|
|
|
8
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
9
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
10
9
|
|
|
11
|
-
class FLUID_PT_presets(bpy.types.Panel,
|
|
10
|
+
class FLUID_PT_presets(bpy.types.Panel, bpy_types._GenericUI):
|
|
12
11
|
bl_label: typing.Any
|
|
13
12
|
bl_region_type: typing.Any
|
|
14
13
|
bl_rna: typing.Any
|
|
@@ -34,9 +33,7 @@ class FLUID_PT_presets(bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._Gene
|
|
|
34
33
|
"""
|
|
35
34
|
...
|
|
36
35
|
|
|
37
|
-
class PHYSICS_PT_adaptive_domain(
|
|
38
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
39
|
-
):
|
|
36
|
+
class PHYSICS_PT_adaptive_domain(bpy.types.Panel, bpy_types._GenericUI):
|
|
40
37
|
COMPAT_ENGINES: typing.Any
|
|
41
38
|
bl_context: typing.Any
|
|
42
39
|
bl_label: typing.Any
|
|
@@ -85,7 +82,7 @@ class PHYSICS_PT_adaptive_domain(
|
|
|
85
82
|
"""
|
|
86
83
|
...
|
|
87
84
|
|
|
88
|
-
class PHYSICS_PT_borders(bpy.types.Panel,
|
|
85
|
+
class PHYSICS_PT_borders(bpy.types.Panel, bpy_types._GenericUI):
|
|
89
86
|
COMPAT_ENGINES: typing.Any
|
|
90
87
|
bl_context: typing.Any
|
|
91
88
|
bl_label: typing.Any
|
|
@@ -126,7 +123,7 @@ class PHYSICS_PT_borders(bpy.types.Panel, PhysicButtonsPanel, bpy_types._Generic
|
|
|
126
123
|
"""
|
|
127
124
|
...
|
|
128
125
|
|
|
129
|
-
class PHYSICS_PT_cache(bpy.types.Panel,
|
|
126
|
+
class PHYSICS_PT_cache(bpy.types.Panel, bpy_types._GenericUI):
|
|
130
127
|
COMPAT_ENGINES: typing.Any
|
|
131
128
|
bl_context: typing.Any
|
|
132
129
|
bl_label: typing.Any
|
|
@@ -167,7 +164,7 @@ class PHYSICS_PT_cache(bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
167
164
|
"""
|
|
168
165
|
...
|
|
169
166
|
|
|
170
|
-
class PHYSICS_PT_collections(bpy.types.Panel,
|
|
167
|
+
class PHYSICS_PT_collections(bpy.types.Panel, bpy_types._GenericUI):
|
|
171
168
|
COMPAT_ENGINES: typing.Any
|
|
172
169
|
bl_context: typing.Any
|
|
173
170
|
bl_label: typing.Any
|
|
@@ -209,7 +206,7 @@ class PHYSICS_PT_collections(bpy.types.Panel, PhysicButtonsPanel, bpy_types._Gen
|
|
|
209
206
|
"""
|
|
210
207
|
...
|
|
211
208
|
|
|
212
|
-
class PHYSICS_PT_diffusion(bpy.types.Panel,
|
|
209
|
+
class PHYSICS_PT_diffusion(bpy.types.Panel, bpy_types._GenericUI):
|
|
213
210
|
COMPAT_ENGINES: typing.Any
|
|
214
211
|
bl_context: typing.Any
|
|
215
212
|
bl_label: typing.Any
|
|
@@ -265,7 +262,7 @@ class PHYSICS_PT_diffusion(bpy.types.Panel, PhysicButtonsPanel, bpy_types._Gener
|
|
|
265
262
|
"""
|
|
266
263
|
...
|
|
267
264
|
|
|
268
|
-
class PHYSICS_PT_export(bpy.types.Panel,
|
|
265
|
+
class PHYSICS_PT_export(bpy.types.Panel, bpy_types._GenericUI):
|
|
269
266
|
COMPAT_ENGINES: typing.Any
|
|
270
267
|
bl_context: typing.Any
|
|
271
268
|
bl_label: typing.Any
|
|
@@ -307,9 +304,7 @@ class PHYSICS_PT_export(bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericU
|
|
|
307
304
|
"""
|
|
308
305
|
...
|
|
309
306
|
|
|
310
|
-
class PHYSICS_PT_field_weights(
|
|
311
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
312
|
-
):
|
|
307
|
+
class PHYSICS_PT_field_weights(bpy.types.Panel, bpy_types._GenericUI):
|
|
313
308
|
COMPAT_ENGINES: typing.Any
|
|
314
309
|
bl_context: typing.Any
|
|
315
310
|
bl_label: typing.Any
|
|
@@ -351,7 +346,7 @@ class PHYSICS_PT_field_weights(
|
|
|
351
346
|
"""
|
|
352
347
|
...
|
|
353
348
|
|
|
354
|
-
class PHYSICS_PT_fire(bpy.types.Panel,
|
|
349
|
+
class PHYSICS_PT_fire(bpy.types.Panel, bpy_types._GenericUI):
|
|
355
350
|
COMPAT_ENGINES: typing.Any
|
|
356
351
|
bl_context: typing.Any
|
|
357
352
|
bl_label: typing.Any
|
|
@@ -393,9 +388,7 @@ class PHYSICS_PT_fire(bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI)
|
|
|
393
388
|
"""
|
|
394
389
|
...
|
|
395
390
|
|
|
396
|
-
class PHYSICS_PT_flow_initial_velocity(
|
|
397
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
398
|
-
):
|
|
391
|
+
class PHYSICS_PT_flow_initial_velocity(bpy.types.Panel, bpy_types._GenericUI):
|
|
399
392
|
COMPAT_ENGINES: typing.Any
|
|
400
393
|
bl_context: typing.Any
|
|
401
394
|
bl_label: typing.Any
|
|
@@ -443,7 +436,7 @@ class PHYSICS_PT_flow_initial_velocity(
|
|
|
443
436
|
"""
|
|
444
437
|
...
|
|
445
438
|
|
|
446
|
-
class PHYSICS_PT_flow_source(bpy.types.Panel,
|
|
439
|
+
class PHYSICS_PT_flow_source(bpy.types.Panel, bpy_types._GenericUI):
|
|
447
440
|
COMPAT_ENGINES: typing.Any
|
|
448
441
|
bl_context: typing.Any
|
|
449
442
|
bl_label: typing.Any
|
|
@@ -485,9 +478,7 @@ class PHYSICS_PT_flow_source(bpy.types.Panel, PhysicButtonsPanel, bpy_types._Gen
|
|
|
485
478
|
"""
|
|
486
479
|
...
|
|
487
480
|
|
|
488
|
-
class PHYSICS_PT_flow_texture(
|
|
489
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
490
|
-
):
|
|
481
|
+
class PHYSICS_PT_flow_texture(bpy.types.Panel, bpy_types._GenericUI):
|
|
491
482
|
COMPAT_ENGINES: typing.Any
|
|
492
483
|
bl_context: typing.Any
|
|
493
484
|
bl_label: typing.Any
|
|
@@ -536,7 +527,7 @@ class PHYSICS_PT_flow_texture(
|
|
|
536
527
|
"""
|
|
537
528
|
...
|
|
538
529
|
|
|
539
|
-
class PHYSICS_PT_fluid(bpy.types.Panel,
|
|
530
|
+
class PHYSICS_PT_fluid(bpy.types.Panel, bpy_types._GenericUI):
|
|
540
531
|
COMPAT_ENGINES: typing.Any
|
|
541
532
|
bl_context: typing.Any
|
|
542
533
|
bl_label: typing.Any
|
|
@@ -576,9 +567,7 @@ class PHYSICS_PT_fluid(bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
576
567
|
"""
|
|
577
568
|
...
|
|
578
569
|
|
|
579
|
-
class PHYSICS_PT_fluid_domain_render(
|
|
580
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
581
|
-
):
|
|
570
|
+
class PHYSICS_PT_fluid_domain_render(bpy.types.Panel, bpy_types._GenericUI):
|
|
582
571
|
COMPAT_ENGINES: typing.Any
|
|
583
572
|
bl_context: typing.Any
|
|
584
573
|
bl_label: typing.Any
|
|
@@ -620,7 +609,7 @@ class PHYSICS_PT_fluid_domain_render(
|
|
|
620
609
|
"""
|
|
621
610
|
...
|
|
622
611
|
|
|
623
|
-
class PHYSICS_PT_guide(bpy.types.Panel,
|
|
612
|
+
class PHYSICS_PT_guide(bpy.types.Panel, bpy_types._GenericUI):
|
|
624
613
|
COMPAT_ENGINES: typing.Any
|
|
625
614
|
bl_context: typing.Any
|
|
626
615
|
bl_label: typing.Any
|
|
@@ -669,7 +658,7 @@ class PHYSICS_PT_guide(bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
669
658
|
"""
|
|
670
659
|
...
|
|
671
660
|
|
|
672
|
-
class PHYSICS_PT_liquid(bpy.types.Panel,
|
|
661
|
+
class PHYSICS_PT_liquid(bpy.types.Panel, bpy_types._GenericUI):
|
|
673
662
|
COMPAT_ENGINES: typing.Any
|
|
674
663
|
bl_context: typing.Any
|
|
675
664
|
bl_label: typing.Any
|
|
@@ -717,7 +706,7 @@ class PHYSICS_PT_liquid(bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericU
|
|
|
717
706
|
"""
|
|
718
707
|
...
|
|
719
708
|
|
|
720
|
-
class PHYSICS_PT_mesh(bpy.types.Panel,
|
|
709
|
+
class PHYSICS_PT_mesh(bpy.types.Panel, bpy_types._GenericUI):
|
|
721
710
|
COMPAT_ENGINES: typing.Any
|
|
722
711
|
bl_context: typing.Any
|
|
723
712
|
bl_label: typing.Any
|
|
@@ -766,7 +755,7 @@ class PHYSICS_PT_mesh(bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI)
|
|
|
766
755
|
"""
|
|
767
756
|
...
|
|
768
757
|
|
|
769
|
-
class PHYSICS_PT_noise(bpy.types.Panel,
|
|
758
|
+
class PHYSICS_PT_noise(bpy.types.Panel, bpy_types._GenericUI):
|
|
770
759
|
COMPAT_ENGINES: typing.Any
|
|
771
760
|
bl_context: typing.Any
|
|
772
761
|
bl_label: typing.Any
|
|
@@ -815,7 +804,7 @@ class PHYSICS_PT_noise(bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
815
804
|
"""
|
|
816
805
|
...
|
|
817
806
|
|
|
818
|
-
class PHYSICS_PT_particles(bpy.types.Panel,
|
|
807
|
+
class PHYSICS_PT_particles(bpy.types.Panel, bpy_types._GenericUI):
|
|
819
808
|
COMPAT_ENGINES: typing.Any
|
|
820
809
|
bl_context: typing.Any
|
|
821
810
|
bl_label: typing.Any
|
|
@@ -857,7 +846,7 @@ class PHYSICS_PT_particles(bpy.types.Panel, PhysicButtonsPanel, bpy_types._Gener
|
|
|
857
846
|
"""
|
|
858
847
|
...
|
|
859
848
|
|
|
860
|
-
class PHYSICS_PT_settings(bpy.types.Panel,
|
|
849
|
+
class PHYSICS_PT_settings(bpy.types.Panel, bpy_types._GenericUI):
|
|
861
850
|
COMPAT_ENGINES: typing.Any
|
|
862
851
|
bl_context: typing.Any
|
|
863
852
|
bl_label: typing.Any
|
|
@@ -898,7 +887,7 @@ class PHYSICS_PT_settings(bpy.types.Panel, PhysicButtonsPanel, bpy_types._Generi
|
|
|
898
887
|
"""
|
|
899
888
|
...
|
|
900
889
|
|
|
901
|
-
class PHYSICS_PT_smoke(bpy.types.Panel,
|
|
890
|
+
class PHYSICS_PT_smoke(bpy.types.Panel, bpy_types._GenericUI):
|
|
902
891
|
COMPAT_ENGINES: typing.Any
|
|
903
892
|
bl_context: typing.Any
|
|
904
893
|
bl_label: typing.Any
|
|
@@ -939,9 +928,7 @@ class PHYSICS_PT_smoke(bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
939
928
|
"""
|
|
940
929
|
...
|
|
941
930
|
|
|
942
|
-
class PHYSICS_PT_smoke_dissolve(
|
|
943
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
944
|
-
):
|
|
931
|
+
class PHYSICS_PT_smoke_dissolve(bpy.types.Panel, bpy_types._GenericUI):
|
|
945
932
|
COMPAT_ENGINES: typing.Any
|
|
946
933
|
bl_context: typing.Any
|
|
947
934
|
bl_label: typing.Any
|
|
@@ -991,9 +978,7 @@ class PHYSICS_PT_smoke_dissolve(
|
|
|
991
978
|
"""
|
|
992
979
|
...
|
|
993
980
|
|
|
994
|
-
class PHYSICS_PT_viewport_display(
|
|
995
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
996
|
-
):
|
|
981
|
+
class PHYSICS_PT_viewport_display(bpy.types.Panel, bpy_types._GenericUI):
|
|
997
982
|
bl_context: typing.Any
|
|
998
983
|
bl_label: typing.Any
|
|
999
984
|
bl_options: typing.Any
|
|
@@ -1034,9 +1019,7 @@ class PHYSICS_PT_viewport_display(
|
|
|
1034
1019
|
"""
|
|
1035
1020
|
...
|
|
1036
1021
|
|
|
1037
|
-
class PHYSICS_PT_viewport_display_advanced(
|
|
1038
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1039
|
-
):
|
|
1022
|
+
class PHYSICS_PT_viewport_display_advanced(bpy.types.Panel, bpy_types._GenericUI):
|
|
1040
1023
|
bl_context: typing.Any
|
|
1041
1024
|
bl_label: typing.Any
|
|
1042
1025
|
bl_options: typing.Any
|
|
@@ -1077,9 +1060,7 @@ class PHYSICS_PT_viewport_display_advanced(
|
|
|
1077
1060
|
"""
|
|
1078
1061
|
...
|
|
1079
1062
|
|
|
1080
|
-
class PHYSICS_PT_viewport_display_color(
|
|
1081
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1082
|
-
):
|
|
1063
|
+
class PHYSICS_PT_viewport_display_color(bpy.types.Panel, bpy_types._GenericUI):
|
|
1083
1064
|
bl_context: typing.Any
|
|
1084
1065
|
bl_label: typing.Any
|
|
1085
1066
|
bl_options: typing.Any
|
|
@@ -1127,9 +1108,7 @@ class PHYSICS_PT_viewport_display_color(
|
|
|
1127
1108
|
"""
|
|
1128
1109
|
...
|
|
1129
1110
|
|
|
1130
|
-
class PHYSICS_PT_viewport_display_debug(
|
|
1131
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1132
|
-
):
|
|
1111
|
+
class PHYSICS_PT_viewport_display_debug(bpy.types.Panel, bpy_types._GenericUI):
|
|
1133
1112
|
bl_context: typing.Any
|
|
1134
1113
|
bl_label: typing.Any
|
|
1135
1114
|
bl_options: typing.Any
|
|
@@ -1177,9 +1156,7 @@ class PHYSICS_PT_viewport_display_debug(
|
|
|
1177
1156
|
"""
|
|
1178
1157
|
...
|
|
1179
1158
|
|
|
1180
|
-
class PHYSICS_PT_viewport_display_slicing(
|
|
1181
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1182
|
-
):
|
|
1159
|
+
class PHYSICS_PT_viewport_display_slicing(bpy.types.Panel, bpy_types._GenericUI):
|
|
1183
1160
|
bl_context: typing.Any
|
|
1184
1161
|
bl_label: typing.Any
|
|
1185
1162
|
bl_options: typing.Any
|
|
@@ -1227,7 +1204,7 @@ class PHYSICS_PT_viewport_display_slicing(
|
|
|
1227
1204
|
"""
|
|
1228
1205
|
...
|
|
1229
1206
|
|
|
1230
|
-
class PHYSICS_PT_viscosity(bpy.types.Panel,
|
|
1207
|
+
class PHYSICS_PT_viscosity(bpy.types.Panel, bpy_types._GenericUI):
|
|
1231
1208
|
COMPAT_ENGINES: typing.Any
|
|
1232
1209
|
bl_context: typing.Any
|
|
1233
1210
|
bl_label: typing.Any
|
|
@@ -7,9 +7,7 @@ import bpy_types
|
|
|
7
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
9
|
|
|
10
|
-
class PHYSICS_PT_rigid_body(
|
|
11
|
-
bpy.types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
|
|
12
|
-
):
|
|
10
|
+
class PHYSICS_PT_rigid_body(bpy.types.Panel, bpy_types._GenericUI):
|
|
13
11
|
COMPAT_ENGINES: typing.Any
|
|
14
12
|
bl_context: typing.Any
|
|
15
13
|
bl_label: typing.Any
|
|
@@ -49,9 +47,7 @@ class PHYSICS_PT_rigid_body(
|
|
|
49
47
|
"""
|
|
50
48
|
...
|
|
51
49
|
|
|
52
|
-
class PHYSICS_PT_rigid_body_collisions(
|
|
53
|
-
bpy.types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
|
|
54
|
-
):
|
|
50
|
+
class PHYSICS_PT_rigid_body_collisions(bpy.types.Panel, bpy_types._GenericUI):
|
|
55
51
|
COMPAT_ENGINES: typing.Any
|
|
56
52
|
bl_context: typing.Any
|
|
57
53
|
bl_label: typing.Any
|
|
@@ -93,7 +89,7 @@ class PHYSICS_PT_rigid_body_collisions(
|
|
|
93
89
|
...
|
|
94
90
|
|
|
95
91
|
class PHYSICS_PT_rigid_body_collisions_collections(
|
|
96
|
-
bpy.types.Panel,
|
|
92
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
97
93
|
):
|
|
98
94
|
COMPAT_ENGINES: typing.Any
|
|
99
95
|
bl_context: typing.Any
|
|
@@ -137,7 +133,7 @@ class PHYSICS_PT_rigid_body_collisions_collections(
|
|
|
137
133
|
...
|
|
138
134
|
|
|
139
135
|
class PHYSICS_PT_rigid_body_collisions_sensitivity(
|
|
140
|
-
bpy.types.Panel,
|
|
136
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
141
137
|
):
|
|
142
138
|
COMPAT_ENGINES: typing.Any
|
|
143
139
|
bl_context: typing.Any
|
|
@@ -180,9 +176,7 @@ class PHYSICS_PT_rigid_body_collisions_sensitivity(
|
|
|
180
176
|
"""
|
|
181
177
|
...
|
|
182
178
|
|
|
183
|
-
class PHYSICS_PT_rigid_body_collisions_surface(
|
|
184
|
-
bpy.types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
|
|
185
|
-
):
|
|
179
|
+
class PHYSICS_PT_rigid_body_collisions_surface(bpy.types.Panel, bpy_types._GenericUI):
|
|
186
180
|
COMPAT_ENGINES: typing.Any
|
|
187
181
|
bl_context: typing.Any
|
|
188
182
|
bl_label: typing.Any
|
|
@@ -224,9 +218,7 @@ class PHYSICS_PT_rigid_body_collisions_surface(
|
|
|
224
218
|
"""
|
|
225
219
|
...
|
|
226
220
|
|
|
227
|
-
class PHYSICS_PT_rigid_body_dynamics(
|
|
228
|
-
bpy.types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
|
|
229
|
-
):
|
|
221
|
+
class PHYSICS_PT_rigid_body_dynamics(bpy.types.Panel, bpy_types._GenericUI):
|
|
230
222
|
COMPAT_ENGINES: typing.Any
|
|
231
223
|
bl_context: typing.Any
|
|
232
224
|
bl_label: typing.Any
|
|
@@ -269,7 +261,7 @@ class PHYSICS_PT_rigid_body_dynamics(
|
|
|
269
261
|
...
|
|
270
262
|
|
|
271
263
|
class PHYSICS_PT_rigid_body_dynamics_deactivation(
|
|
272
|
-
bpy.types.Panel,
|
|
264
|
+
bpy.types.Panel, bpy_types._GenericUI
|
|
273
265
|
):
|
|
274
266
|
COMPAT_ENGINES: typing.Any
|
|
275
267
|
bl_context: typing.Any
|
|
@@ -319,9 +311,7 @@ class PHYSICS_PT_rigid_body_dynamics_deactivation(
|
|
|
319
311
|
"""
|
|
320
312
|
...
|
|
321
313
|
|
|
322
|
-
class PHYSICS_PT_rigid_body_settings(
|
|
323
|
-
bpy.types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
|
|
324
|
-
):
|
|
314
|
+
class PHYSICS_PT_rigid_body_settings(bpy.types.Panel, bpy_types._GenericUI):
|
|
325
315
|
COMPAT_ENGINES: typing.Any
|
|
326
316
|
bl_context: typing.Any
|
|
327
317
|
bl_label: typing.Any
|