fake-bpy-module 20240721__py3-none-any.whl → 20240723__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/bone_selection_sets/__init__.pyi +6 -18
- bl_operators/node/__init__.pyi +2 -4
- bl_operators/presets/__init__.pyi +2 -5
- 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/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 +6 -18
- bl_ui/properties_constraint/__init__.pyi +79 -142
- bl_ui/properties_data_armature/__init__.pyi +17 -32
- bl_ui/properties_data_bone/__init__.pyi +10 -15
- bl_ui/properties_data_camera/__init__.pyi +14 -29
- bl_ui/properties_data_curve/__init__.pyi +15 -40
- bl_ui/properties_data_curves/__init__.pyi +6 -9
- bl_ui/properties_data_empty/__init__.pyi +2 -3
- bl_ui/properties_data_gpencil/__init__.pyi +23 -37
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -36
- bl_ui/properties_data_lattice/__init__.pyi +3 -4
- bl_ui/properties_data_light/__init__.pyi +12 -23
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -36
- bl_ui/properties_data_mesh/__init__.pyi +20 -27
- bl_ui/properties_data_metaball/__init__.pyi +5 -8
- bl_ui/properties_data_modifier/__init__.pyi +9 -24
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -10
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
- bl_ui/properties_data_speaker/__init__.pyi +5 -6
- bl_ui/properties_data_volume/__init__.pyi +8 -13
- bl_ui/properties_freestyle/__init__.pyi +26 -112
- 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 +16 -40
- bl_ui/properties_material_gpencil/__init__.pyi +10 -28
- bl_ui/properties_object/__init__.pyi +14 -25
- bl_ui/properties_output/__init__.pyi +18 -45
- bl_ui/properties_paint_common/__init__.pyi +9 -10
- bl_ui/properties_particle/__init__.pyi +52 -134
- bl_ui/properties_physics_cloth/__init__.pyi +14 -35
- bl_ui/properties_physics_common/__init__.pyi +1 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -61
- bl_ui/properties_physics_field/__init__.pyi +10 -27
- bl_ui/properties_physics_fluid/__init__.pyi +28 -51
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +8 -17
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -14
- bl_ui/properties_physics_softbody/__init__.pyi +15 -44
- bl_ui/properties_render/__init__.pyi +55 -146
- bl_ui/properties_scene/__init__.pyi +15 -28
- bl_ui/properties_texture/__init__.pyi +26 -70
- bl_ui/properties_view_layer/__init__.pyi +49 -80
- bl_ui/properties_workspace/__init__.pyi +4 -8
- bl_ui/properties_world/__init__.pyi +10 -17
- bl_ui/space_clip/__init__.pyi +72 -116
- bl_ui/space_console/__init__.pyi +6 -7
- bl_ui/space_dopesheet/__init__.pyi +39 -56
- bl_ui/space_filebrowser/__init__.pyi +29 -44
- bl_ui/space_graph/__init__.pyi +20 -23
- bl_ui/space_image/__init__.pyi +69 -134
- bl_ui/space_info/__init__.pyi +6 -7
- bl_ui/space_nla/__init__.pyi +17 -26
- bl_ui/space_node/__init__.pyi +28 -35
- bl_ui/space_outliner/__init__.pyi +14 -15
- bl_ui/space_properties/__init__.pyi +3 -4
- bl_ui/space_sequencer/__init__.pyi +80 -134
- 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 -12
- bl_ui/space_toolsystem_common/__init__.pyi +1 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -13
- bl_ui/space_topbar/__init__.pyi +26 -27
- bl_ui/space_userpref/__init__.pyi +91 -196
- bl_ui/space_view3d/__init__.pyi +279 -342
- bl_ui/space_view3d_toolbar/__init__.pyi +613 -897
- bl_ui/temp_anim_layers/__init__.pyi +1 -2
- bpy/ops/sequencer/__init__.pyi +1 -1
- bpy/types/__init__.pyi +29718 -29418
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/RECORD +87 -87
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- nodeitems_builtins/__init__.pyi +4 -4
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/top_level.txt +0 -0
|
@@ -3,13 +3,12 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bl_ui.utils
|
|
5
5
|
import bpy.types
|
|
6
|
-
import bpy_types
|
|
7
6
|
import rna_prop_ui
|
|
8
7
|
|
|
9
8
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
10
9
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
11
10
|
|
|
12
|
-
class PARTICLE_MT_context_menu(bpy.types.Menu
|
|
11
|
+
class PARTICLE_MT_context_menu(bpy.types.Menu):
|
|
13
12
|
COMPAT_ENGINES: typing.Any
|
|
14
13
|
bl_label: typing.Any
|
|
15
14
|
bl_rna: typing.Any
|
|
@@ -38,9 +37,7 @@ class PARTICLE_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
38
37
|
"""
|
|
39
38
|
...
|
|
40
39
|
|
|
41
|
-
class PARTICLE_PT_boidbrain(
|
|
42
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
43
|
-
):
|
|
40
|
+
class PARTICLE_PT_boidbrain(ParticleButtonsPanel, bpy.types.Panel):
|
|
44
41
|
COMPAT_ENGINES: typing.Any
|
|
45
42
|
bl_context: typing.Any
|
|
46
43
|
bl_label: typing.Any
|
|
@@ -82,7 +79,7 @@ class PARTICLE_PT_boidbrain(
|
|
|
82
79
|
"""
|
|
83
80
|
...
|
|
84
81
|
|
|
85
|
-
class PARTICLE_PT_cache(bpy.types.Panel
|
|
82
|
+
class PARTICLE_PT_cache(ParticleButtonsPanel, bpy.types.Panel):
|
|
86
83
|
COMPAT_ENGINES: typing.Any
|
|
87
84
|
bl_context: typing.Any
|
|
88
85
|
bl_label: typing.Any
|
|
@@ -123,7 +120,7 @@ class PARTICLE_PT_cache(bpy.types.Panel, ParticleButtonsPanel, bpy_types._Generi
|
|
|
123
120
|
"""
|
|
124
121
|
...
|
|
125
122
|
|
|
126
|
-
class PARTICLE_PT_children(bpy.types.Panel
|
|
123
|
+
class PARTICLE_PT_children(ParticleButtonsPanel, bpy.types.Panel):
|
|
127
124
|
COMPAT_ENGINES: typing.Any
|
|
128
125
|
bl_context: typing.Any
|
|
129
126
|
bl_label: typing.Any
|
|
@@ -165,9 +162,7 @@ class PARTICLE_PT_children(bpy.types.Panel, ParticleButtonsPanel, bpy_types._Gen
|
|
|
165
162
|
"""
|
|
166
163
|
...
|
|
167
164
|
|
|
168
|
-
class PARTICLE_PT_children_clumping(
|
|
169
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
170
|
-
):
|
|
165
|
+
class PARTICLE_PT_children_clumping(ParticleButtonsPanel, bpy.types.Panel):
|
|
171
166
|
COMPAT_ENGINES: typing.Any
|
|
172
167
|
bl_context: typing.Any
|
|
173
168
|
bl_label: typing.Any
|
|
@@ -209,9 +204,7 @@ class PARTICLE_PT_children_clumping(
|
|
|
209
204
|
"""
|
|
210
205
|
...
|
|
211
206
|
|
|
212
|
-
class PARTICLE_PT_children_clumping_noise(
|
|
213
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
214
|
-
):
|
|
207
|
+
class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, bpy.types.Panel):
|
|
215
208
|
COMPAT_ENGINES: typing.Any
|
|
216
209
|
bl_context: typing.Any
|
|
217
210
|
bl_label: typing.Any
|
|
@@ -252,9 +245,7 @@ class PARTICLE_PT_children_clumping_noise(
|
|
|
252
245
|
"""
|
|
253
246
|
...
|
|
254
247
|
|
|
255
|
-
class PARTICLE_PT_children_kink(
|
|
256
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
257
|
-
):
|
|
248
|
+
class PARTICLE_PT_children_kink(ParticleButtonsPanel, bpy.types.Panel):
|
|
258
249
|
COMPAT_ENGINES: typing.Any
|
|
259
250
|
bl_context: typing.Any
|
|
260
251
|
bl_label: typing.Any
|
|
@@ -296,9 +287,7 @@ class PARTICLE_PT_children_kink(
|
|
|
296
287
|
"""
|
|
297
288
|
...
|
|
298
289
|
|
|
299
|
-
class PARTICLE_PT_children_parting(
|
|
300
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
301
|
-
):
|
|
290
|
+
class PARTICLE_PT_children_parting(ParticleButtonsPanel, bpy.types.Panel):
|
|
302
291
|
COMPAT_ENGINES: typing.Any
|
|
303
292
|
bl_context: typing.Any
|
|
304
293
|
bl_label: typing.Any
|
|
@@ -340,9 +329,7 @@ class PARTICLE_PT_children_parting(
|
|
|
340
329
|
"""
|
|
341
330
|
...
|
|
342
331
|
|
|
343
|
-
class PARTICLE_PT_children_roughness(
|
|
344
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
345
|
-
):
|
|
332
|
+
class PARTICLE_PT_children_roughness(ParticleButtonsPanel, bpy.types.Panel):
|
|
346
333
|
COMPAT_ENGINES: typing.Any
|
|
347
334
|
bl_context: typing.Any
|
|
348
335
|
bl_label: typing.Any
|
|
@@ -385,9 +372,7 @@ class PARTICLE_PT_children_roughness(
|
|
|
385
372
|
"""
|
|
386
373
|
...
|
|
387
374
|
|
|
388
|
-
class PARTICLE_PT_context_particles(
|
|
389
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
390
|
-
):
|
|
375
|
+
class PARTICLE_PT_context_particles(ParticleButtonsPanel, bpy.types.Panel):
|
|
391
376
|
COMPAT_ENGINES: typing.Any
|
|
392
377
|
bl_context: typing.Any
|
|
393
378
|
bl_label: typing.Any
|
|
@@ -429,10 +414,7 @@ class PARTICLE_PT_context_particles(
|
|
|
429
414
|
...
|
|
430
415
|
|
|
431
416
|
class PARTICLE_PT_custom_props(
|
|
432
|
-
bpy.types.Panel
|
|
433
|
-
ParticleButtonsPanel,
|
|
434
|
-
rna_prop_ui.PropertyPanel,
|
|
435
|
-
bpy_types._GenericUI,
|
|
417
|
+
rna_prop_ui.PropertyPanel, ParticleButtonsPanel, bpy.types.Panel
|
|
436
418
|
):
|
|
437
419
|
"""The subclass should have its own poll function
|
|
438
420
|
and the variable '_context_path' MUST be set.
|
|
@@ -464,7 +446,7 @@ class PARTICLE_PT_custom_props(
|
|
|
464
446
|
"""
|
|
465
447
|
...
|
|
466
448
|
|
|
467
|
-
class PARTICLE_PT_draw(bpy.types.Panel
|
|
449
|
+
class PARTICLE_PT_draw(ParticleButtonsPanel, bpy.types.Panel):
|
|
468
450
|
COMPAT_ENGINES: typing.Any
|
|
469
451
|
bl_context: typing.Any
|
|
470
452
|
bl_label: typing.Any
|
|
@@ -505,7 +487,7 @@ class PARTICLE_PT_draw(bpy.types.Panel, ParticleButtonsPanel, bpy_types._Generic
|
|
|
505
487
|
"""
|
|
506
488
|
...
|
|
507
489
|
|
|
508
|
-
class PARTICLE_PT_emission(bpy.types.Panel
|
|
490
|
+
class PARTICLE_PT_emission(ParticleButtonsPanel, bpy.types.Panel):
|
|
509
491
|
COMPAT_ENGINES: typing.Any
|
|
510
492
|
bl_context: typing.Any
|
|
511
493
|
bl_label: typing.Any
|
|
@@ -546,9 +528,7 @@ class PARTICLE_PT_emission(bpy.types.Panel, ParticleButtonsPanel, bpy_types._Gen
|
|
|
546
528
|
"""
|
|
547
529
|
...
|
|
548
530
|
|
|
549
|
-
class PARTICLE_PT_emission_source(
|
|
550
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
551
|
-
):
|
|
531
|
+
class PARTICLE_PT_emission_source(ParticleButtonsPanel, bpy.types.Panel):
|
|
552
532
|
COMPAT_ENGINES: typing.Any
|
|
553
533
|
bl_context: typing.Any
|
|
554
534
|
bl_label: typing.Any
|
|
@@ -582,9 +562,7 @@ class PARTICLE_PT_emission_source(
|
|
|
582
562
|
"""
|
|
583
563
|
...
|
|
584
564
|
|
|
585
|
-
class PARTICLE_PT_field_weights(
|
|
586
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
587
|
-
):
|
|
565
|
+
class PARTICLE_PT_field_weights(ParticleButtonsPanel, bpy.types.Panel):
|
|
588
566
|
COMPAT_ENGINES: typing.Any
|
|
589
567
|
bl_context: typing.Any
|
|
590
568
|
bl_label: typing.Any
|
|
@@ -625,9 +603,7 @@ class PARTICLE_PT_field_weights(
|
|
|
625
603
|
"""
|
|
626
604
|
...
|
|
627
605
|
|
|
628
|
-
class PARTICLE_PT_force_fields(
|
|
629
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
630
|
-
):
|
|
606
|
+
class PARTICLE_PT_force_fields(ParticleButtonsPanel, bpy.types.Panel):
|
|
631
607
|
COMPAT_ENGINES: typing.Any
|
|
632
608
|
bl_context: typing.Any
|
|
633
609
|
bl_label: typing.Any
|
|
@@ -660,9 +636,7 @@ class PARTICLE_PT_force_fields(
|
|
|
660
636
|
"""
|
|
661
637
|
...
|
|
662
638
|
|
|
663
|
-
class PARTICLE_PT_force_fields_type1(
|
|
664
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
665
|
-
):
|
|
639
|
+
class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, bpy.types.Panel):
|
|
666
640
|
COMPAT_ENGINES: typing.Any
|
|
667
641
|
bl_context: typing.Any
|
|
668
642
|
bl_label: typing.Any
|
|
@@ -695,9 +669,7 @@ class PARTICLE_PT_force_fields_type1(
|
|
|
695
669
|
"""
|
|
696
670
|
...
|
|
697
671
|
|
|
698
|
-
class PARTICLE_PT_force_fields_type1_falloff(
|
|
699
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
700
|
-
):
|
|
672
|
+
class PARTICLE_PT_force_fields_type1_falloff(ParticleButtonsPanel, bpy.types.Panel):
|
|
701
673
|
COMPAT_ENGINES: typing.Any
|
|
702
674
|
bl_context: typing.Any
|
|
703
675
|
bl_label: typing.Any
|
|
@@ -731,9 +703,7 @@ class PARTICLE_PT_force_fields_type1_falloff(
|
|
|
731
703
|
"""
|
|
732
704
|
...
|
|
733
705
|
|
|
734
|
-
class PARTICLE_PT_force_fields_type2(
|
|
735
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
736
|
-
):
|
|
706
|
+
class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, bpy.types.Panel):
|
|
737
707
|
COMPAT_ENGINES: typing.Any
|
|
738
708
|
bl_context: typing.Any
|
|
739
709
|
bl_label: typing.Any
|
|
@@ -766,9 +736,7 @@ class PARTICLE_PT_force_fields_type2(
|
|
|
766
736
|
"""
|
|
767
737
|
...
|
|
768
738
|
|
|
769
|
-
class PARTICLE_PT_force_fields_type2_falloff(
|
|
770
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
771
|
-
):
|
|
739
|
+
class PARTICLE_PT_force_fields_type2_falloff(ParticleButtonsPanel, bpy.types.Panel):
|
|
772
740
|
COMPAT_ENGINES: typing.Any
|
|
773
741
|
bl_context: typing.Any
|
|
774
742
|
bl_label: typing.Any
|
|
@@ -802,9 +770,7 @@ class PARTICLE_PT_force_fields_type2_falloff(
|
|
|
802
770
|
"""
|
|
803
771
|
...
|
|
804
772
|
|
|
805
|
-
class PARTICLE_PT_hair_dynamics(
|
|
806
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
807
|
-
):
|
|
773
|
+
class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy.types.Panel):
|
|
808
774
|
COMPAT_ENGINES: typing.Any
|
|
809
775
|
bl_context: typing.Any
|
|
810
776
|
bl_label: typing.Any
|
|
@@ -859,9 +825,7 @@ class PARTICLE_PT_hair_dynamics(
|
|
|
859
825
|
"""
|
|
860
826
|
...
|
|
861
827
|
|
|
862
|
-
class PARTICLE_PT_hair_dynamics_collision(
|
|
863
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
864
|
-
):
|
|
828
|
+
class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, bpy.types.Panel):
|
|
865
829
|
COMPAT_ENGINES: typing.Any
|
|
866
830
|
bl_context: typing.Any
|
|
867
831
|
bl_label: typing.Any
|
|
@@ -903,9 +867,7 @@ class PARTICLE_PT_hair_dynamics_collision(
|
|
|
903
867
|
"""
|
|
904
868
|
...
|
|
905
869
|
|
|
906
|
-
class PARTICLE_PT_hair_dynamics_presets(
|
|
907
|
-
bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
908
|
-
):
|
|
870
|
+
class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
|
|
909
871
|
COMPAT_ENGINES: typing.Any
|
|
910
872
|
bl_label: typing.Any
|
|
911
873
|
bl_region_type: typing.Any
|
|
@@ -932,9 +894,7 @@ class PARTICLE_PT_hair_dynamics_presets(
|
|
|
932
894
|
"""
|
|
933
895
|
...
|
|
934
896
|
|
|
935
|
-
class PARTICLE_PT_hair_dynamics_structure(
|
|
936
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
937
|
-
):
|
|
897
|
+
class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, bpy.types.Panel):
|
|
938
898
|
COMPAT_ENGINES: typing.Any
|
|
939
899
|
bl_context: typing.Any
|
|
940
900
|
bl_label: typing.Any
|
|
@@ -976,9 +936,7 @@ class PARTICLE_PT_hair_dynamics_structure(
|
|
|
976
936
|
"""
|
|
977
937
|
...
|
|
978
938
|
|
|
979
|
-
class PARTICLE_PT_hair_dynamics_volume(
|
|
980
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
981
|
-
):
|
|
939
|
+
class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, bpy.types.Panel):
|
|
982
940
|
COMPAT_ENGINES: typing.Any
|
|
983
941
|
bl_context: typing.Any
|
|
984
942
|
bl_label: typing.Any
|
|
@@ -1020,9 +978,7 @@ class PARTICLE_PT_hair_dynamics_volume(
|
|
|
1020
978
|
"""
|
|
1021
979
|
...
|
|
1022
980
|
|
|
1023
|
-
class PARTICLE_PT_hair_shape(
|
|
1024
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1025
|
-
):
|
|
981
|
+
class PARTICLE_PT_hair_shape(ParticleButtonsPanel, bpy.types.Panel):
|
|
1026
982
|
COMPAT_ENGINES: typing.Any
|
|
1027
983
|
bl_context: typing.Any
|
|
1028
984
|
bl_label: typing.Any
|
|
@@ -1063,7 +1019,7 @@ class PARTICLE_PT_hair_shape(
|
|
|
1063
1019
|
"""
|
|
1064
1020
|
...
|
|
1065
1021
|
|
|
1066
|
-
class PARTICLE_PT_physics(bpy.types.Panel
|
|
1022
|
+
class PARTICLE_PT_physics(ParticleButtonsPanel, bpy.types.Panel):
|
|
1067
1023
|
COMPAT_ENGINES: typing.Any
|
|
1068
1024
|
bl_context: typing.Any
|
|
1069
1025
|
bl_label: typing.Any
|
|
@@ -1104,9 +1060,7 @@ class PARTICLE_PT_physics(bpy.types.Panel, ParticleButtonsPanel, bpy_types._Gene
|
|
|
1104
1060
|
"""
|
|
1105
1061
|
...
|
|
1106
1062
|
|
|
1107
|
-
class PARTICLE_PT_physics_boids_battle(
|
|
1108
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1109
|
-
):
|
|
1063
|
+
class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, bpy.types.Panel):
|
|
1110
1064
|
COMPAT_ENGINES: typing.Any
|
|
1111
1065
|
bl_context: typing.Any
|
|
1112
1066
|
bl_label: typing.Any
|
|
@@ -1148,9 +1102,7 @@ class PARTICLE_PT_physics_boids_battle(
|
|
|
1148
1102
|
"""
|
|
1149
1103
|
...
|
|
1150
1104
|
|
|
1151
|
-
class PARTICLE_PT_physics_boids_misc(
|
|
1152
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1153
|
-
):
|
|
1105
|
+
class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, bpy.types.Panel):
|
|
1154
1106
|
COMPAT_ENGINES: typing.Any
|
|
1155
1107
|
bl_context: typing.Any
|
|
1156
1108
|
bl_label: typing.Any
|
|
@@ -1192,9 +1144,7 @@ class PARTICLE_PT_physics_boids_misc(
|
|
|
1192
1144
|
"""
|
|
1193
1145
|
...
|
|
1194
1146
|
|
|
1195
|
-
class PARTICLE_PT_physics_boids_movement(
|
|
1196
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1197
|
-
):
|
|
1147
|
+
class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, bpy.types.Panel):
|
|
1198
1148
|
COMPAT_ENGINES: typing.Any
|
|
1199
1149
|
bl_context: typing.Any
|
|
1200
1150
|
bl_label: typing.Any
|
|
@@ -1236,9 +1186,7 @@ class PARTICLE_PT_physics_boids_movement(
|
|
|
1236
1186
|
"""
|
|
1237
1187
|
...
|
|
1238
1188
|
|
|
1239
|
-
class PARTICLE_PT_physics_deflection(
|
|
1240
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1241
|
-
):
|
|
1189
|
+
class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, bpy.types.Panel):
|
|
1242
1190
|
COMPAT_ENGINES: typing.Any
|
|
1243
1191
|
bl_context: typing.Any
|
|
1244
1192
|
bl_label: typing.Any
|
|
@@ -1280,9 +1228,7 @@ class PARTICLE_PT_physics_deflection(
|
|
|
1280
1228
|
"""
|
|
1281
1229
|
...
|
|
1282
1230
|
|
|
1283
|
-
class PARTICLE_PT_physics_fluid_advanced(
|
|
1284
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1285
|
-
):
|
|
1231
|
+
class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, bpy.types.Panel):
|
|
1286
1232
|
COMPAT_ENGINES: typing.Any
|
|
1287
1233
|
bl_context: typing.Any
|
|
1288
1234
|
bl_label: typing.Any
|
|
@@ -1324,9 +1270,7 @@ class PARTICLE_PT_physics_fluid_advanced(
|
|
|
1324
1270
|
"""
|
|
1325
1271
|
...
|
|
1326
1272
|
|
|
1327
|
-
class PARTICLE_PT_physics_fluid_interaction(
|
|
1328
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1329
|
-
):
|
|
1273
|
+
class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, bpy.types.Panel):
|
|
1330
1274
|
COMPAT_ENGINES: typing.Any
|
|
1331
1275
|
bl_context: typing.Any
|
|
1332
1276
|
bl_label: typing.Any
|
|
@@ -1368,9 +1312,7 @@ class PARTICLE_PT_physics_fluid_interaction(
|
|
|
1368
1312
|
"""
|
|
1369
1313
|
...
|
|
1370
1314
|
|
|
1371
|
-
class PARTICLE_PT_physics_fluid_springs(
|
|
1372
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1373
|
-
):
|
|
1315
|
+
class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, bpy.types.Panel):
|
|
1374
1316
|
COMPAT_ENGINES: typing.Any
|
|
1375
1317
|
bl_context: typing.Any
|
|
1376
1318
|
bl_label: typing.Any
|
|
@@ -1412,9 +1354,7 @@ class PARTICLE_PT_physics_fluid_springs(
|
|
|
1412
1354
|
"""
|
|
1413
1355
|
...
|
|
1414
1356
|
|
|
1415
|
-
class PARTICLE_PT_physics_fluid_springs_advanced(
|
|
1416
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1417
|
-
):
|
|
1357
|
+
class PARTICLE_PT_physics_fluid_springs_advanced(ParticleButtonsPanel, bpy.types.Panel):
|
|
1418
1358
|
COMPAT_ENGINES: typing.Any
|
|
1419
1359
|
bl_context: typing.Any
|
|
1420
1360
|
bl_label: typing.Any
|
|
@@ -1457,7 +1397,7 @@ class PARTICLE_PT_physics_fluid_springs_advanced(
|
|
|
1457
1397
|
...
|
|
1458
1398
|
|
|
1459
1399
|
class PARTICLE_PT_physics_fluid_springs_viscoelastic(
|
|
1460
|
-
bpy.types.Panel
|
|
1400
|
+
ParticleButtonsPanel, bpy.types.Panel
|
|
1461
1401
|
):
|
|
1462
1402
|
COMPAT_ENGINES: typing.Any
|
|
1463
1403
|
bl_context: typing.Any
|
|
@@ -1507,9 +1447,7 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
|
|
|
1507
1447
|
"""
|
|
1508
1448
|
...
|
|
1509
1449
|
|
|
1510
|
-
class PARTICLE_PT_physics_forces(
|
|
1511
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1512
|
-
):
|
|
1450
|
+
class PARTICLE_PT_physics_forces(ParticleButtonsPanel, bpy.types.Panel):
|
|
1513
1451
|
COMPAT_ENGINES: typing.Any
|
|
1514
1452
|
bl_context: typing.Any
|
|
1515
1453
|
bl_label: typing.Any
|
|
@@ -1550,9 +1488,7 @@ class PARTICLE_PT_physics_forces(
|
|
|
1550
1488
|
"""
|
|
1551
1489
|
...
|
|
1552
1490
|
|
|
1553
|
-
class PARTICLE_PT_physics_integration(
|
|
1554
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1555
|
-
):
|
|
1491
|
+
class PARTICLE_PT_physics_integration(ParticleButtonsPanel, bpy.types.Panel):
|
|
1556
1492
|
COMPAT_ENGINES: typing.Any
|
|
1557
1493
|
bl_context: typing.Any
|
|
1558
1494
|
bl_label: typing.Any
|
|
@@ -1594,9 +1530,7 @@ class PARTICLE_PT_physics_integration(
|
|
|
1594
1530
|
"""
|
|
1595
1531
|
...
|
|
1596
1532
|
|
|
1597
|
-
class PARTICLE_PT_physics_relations(
|
|
1598
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1599
|
-
):
|
|
1533
|
+
class PARTICLE_PT_physics_relations(ParticleButtonsPanel, bpy.types.Panel):
|
|
1600
1534
|
COMPAT_ENGINES: typing.Any
|
|
1601
1535
|
bl_context: typing.Any
|
|
1602
1536
|
bl_label: typing.Any
|
|
@@ -1638,7 +1572,7 @@ class PARTICLE_PT_physics_relations(
|
|
|
1638
1572
|
"""
|
|
1639
1573
|
...
|
|
1640
1574
|
|
|
1641
|
-
class PARTICLE_PT_render(bpy.types.Panel
|
|
1575
|
+
class PARTICLE_PT_render(ParticleButtonsPanel, bpy.types.Panel):
|
|
1642
1576
|
COMPAT_ENGINES: typing.Any
|
|
1643
1577
|
bl_context: typing.Any
|
|
1644
1578
|
bl_label: typing.Any
|
|
@@ -1679,9 +1613,7 @@ class PARTICLE_PT_render(bpy.types.Panel, ParticleButtonsPanel, bpy_types._Gener
|
|
|
1679
1613
|
"""
|
|
1680
1614
|
...
|
|
1681
1615
|
|
|
1682
|
-
class PARTICLE_PT_render_collection(
|
|
1683
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1684
|
-
):
|
|
1616
|
+
class PARTICLE_PT_render_collection(ParticleButtonsPanel, bpy.types.Panel):
|
|
1685
1617
|
COMPAT_ENGINES: typing.Any
|
|
1686
1618
|
bl_context: typing.Any
|
|
1687
1619
|
bl_label: typing.Any
|
|
@@ -1722,9 +1654,7 @@ class PARTICLE_PT_render_collection(
|
|
|
1722
1654
|
"""
|
|
1723
1655
|
...
|
|
1724
1656
|
|
|
1725
|
-
class PARTICLE_PT_render_collection_use_count(
|
|
1726
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1727
|
-
):
|
|
1657
|
+
class PARTICLE_PT_render_collection_use_count(ParticleButtonsPanel, bpy.types.Panel):
|
|
1728
1658
|
COMPAT_ENGINES: typing.Any
|
|
1729
1659
|
bl_context: typing.Any
|
|
1730
1660
|
bl_label: typing.Any
|
|
@@ -1773,9 +1703,7 @@ class PARTICLE_PT_render_collection_use_count(
|
|
|
1773
1703
|
"""
|
|
1774
1704
|
...
|
|
1775
1705
|
|
|
1776
|
-
class PARTICLE_PT_render_extra(
|
|
1777
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1778
|
-
):
|
|
1706
|
+
class PARTICLE_PT_render_extra(ParticleButtonsPanel, bpy.types.Panel):
|
|
1779
1707
|
COMPAT_ENGINES: typing.Any
|
|
1780
1708
|
bl_context: typing.Any
|
|
1781
1709
|
bl_label: typing.Any
|
|
@@ -1817,9 +1745,7 @@ class PARTICLE_PT_render_extra(
|
|
|
1817
1745
|
"""
|
|
1818
1746
|
...
|
|
1819
1747
|
|
|
1820
|
-
class PARTICLE_PT_render_object(
|
|
1821
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1822
|
-
):
|
|
1748
|
+
class PARTICLE_PT_render_object(ParticleButtonsPanel, bpy.types.Panel):
|
|
1823
1749
|
COMPAT_ENGINES: typing.Any
|
|
1824
1750
|
bl_context: typing.Any
|
|
1825
1751
|
bl_label: typing.Any
|
|
@@ -1860,9 +1786,7 @@ class PARTICLE_PT_render_object(
|
|
|
1860
1786
|
"""
|
|
1861
1787
|
...
|
|
1862
1788
|
|
|
1863
|
-
class PARTICLE_PT_render_path(
|
|
1864
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1865
|
-
):
|
|
1789
|
+
class PARTICLE_PT_render_path(ParticleButtonsPanel, bpy.types.Panel):
|
|
1866
1790
|
COMPAT_ENGINES: typing.Any
|
|
1867
1791
|
bl_context: typing.Any
|
|
1868
1792
|
bl_label: typing.Any
|
|
@@ -1903,9 +1827,7 @@ class PARTICLE_PT_render_path(
|
|
|
1903
1827
|
"""
|
|
1904
1828
|
...
|
|
1905
1829
|
|
|
1906
|
-
class PARTICLE_PT_render_path_timing(
|
|
1907
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
1908
|
-
):
|
|
1830
|
+
class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, bpy.types.Panel):
|
|
1909
1831
|
COMPAT_ENGINES: typing.Any
|
|
1910
1832
|
bl_context: typing.Any
|
|
1911
1833
|
bl_label: typing.Any
|
|
@@ -1947,7 +1869,7 @@ class PARTICLE_PT_render_path_timing(
|
|
|
1947
1869
|
"""
|
|
1948
1870
|
...
|
|
1949
1871
|
|
|
1950
|
-
class PARTICLE_PT_rotation(bpy.types.Panel
|
|
1872
|
+
class PARTICLE_PT_rotation(ParticleButtonsPanel, bpy.types.Panel):
|
|
1951
1873
|
COMPAT_ENGINES: typing.Any
|
|
1952
1874
|
bl_context: typing.Any
|
|
1953
1875
|
bl_label: typing.Any
|
|
@@ -1995,9 +1917,7 @@ class PARTICLE_PT_rotation(bpy.types.Panel, ParticleButtonsPanel, bpy_types._Gen
|
|
|
1995
1917
|
"""
|
|
1996
1918
|
...
|
|
1997
1919
|
|
|
1998
|
-
class PARTICLE_PT_rotation_angular_velocity(
|
|
1999
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
2000
|
-
):
|
|
1920
|
+
class PARTICLE_PT_rotation_angular_velocity(ParticleButtonsPanel, bpy.types.Panel):
|
|
2001
1921
|
COMPAT_ENGINES: typing.Any
|
|
2002
1922
|
bl_context: typing.Any
|
|
2003
1923
|
bl_label: typing.Any
|
|
@@ -2031,7 +1951,7 @@ class PARTICLE_PT_rotation_angular_velocity(
|
|
|
2031
1951
|
"""
|
|
2032
1952
|
...
|
|
2033
1953
|
|
|
2034
|
-
class PARTICLE_PT_textures(bpy.types.Panel
|
|
1954
|
+
class PARTICLE_PT_textures(ParticleButtonsPanel, bpy.types.Panel):
|
|
2035
1955
|
COMPAT_ENGINES: typing.Any
|
|
2036
1956
|
bl_context: typing.Any
|
|
2037
1957
|
bl_label: typing.Any
|
|
@@ -2072,7 +1992,7 @@ class PARTICLE_PT_textures(bpy.types.Panel, ParticleButtonsPanel, bpy_types._Gen
|
|
|
2072
1992
|
"""
|
|
2073
1993
|
...
|
|
2074
1994
|
|
|
2075
|
-
class PARTICLE_PT_velocity(bpy.types.Panel
|
|
1995
|
+
class PARTICLE_PT_velocity(ParticleButtonsPanel, bpy.types.Panel):
|
|
2076
1996
|
COMPAT_ENGINES: typing.Any
|
|
2077
1997
|
bl_context: typing.Any
|
|
2078
1998
|
bl_label: typing.Any
|
|
@@ -2113,9 +2033,7 @@ class PARTICLE_PT_velocity(bpy.types.Panel, ParticleButtonsPanel, bpy_types._Gen
|
|
|
2113
2033
|
"""
|
|
2114
2034
|
...
|
|
2115
2035
|
|
|
2116
|
-
class PARTICLE_PT_vertexgroups(
|
|
2117
|
-
bpy.types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
|
|
2118
|
-
):
|
|
2036
|
+
class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy.types.Panel):
|
|
2119
2037
|
COMPAT_ENGINES: typing.Any
|
|
2120
2038
|
bl_context: typing.Any
|
|
2121
2039
|
bl_label: typing.Any
|
|
@@ -2156,7 +2074,7 @@ class PARTICLE_PT_vertexgroups(
|
|
|
2156
2074
|
"""
|
|
2157
2075
|
...
|
|
2158
2076
|
|
|
2159
|
-
class PARTICLE_UL_particle_systems(bpy.types.UIList
|
|
2077
|
+
class PARTICLE_UL_particle_systems(bpy.types.UIList):
|
|
2160
2078
|
bl_rna: typing.Any
|
|
2161
2079
|
id_data: typing.Any
|
|
2162
2080
|
|
|
@@ -3,12 +3,11 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bl_ui.utils
|
|
5
5
|
import bpy.types
|
|
6
|
-
import bpy_types
|
|
7
6
|
|
|
8
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
9
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
10
9
|
|
|
11
|
-
class CLOTH_PT_presets(
|
|
10
|
+
class CLOTH_PT_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
|
|
12
11
|
bl_label: typing.Any
|
|
13
12
|
bl_region_type: typing.Any
|
|
14
13
|
bl_rna: typing.Any
|
|
@@ -34,7 +33,7 @@ class CLOTH_PT_presets(bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._Gene
|
|
|
34
33
|
"""
|
|
35
34
|
...
|
|
36
35
|
|
|
37
|
-
class PHYSICS_PT_cloth(bpy.types.Panel
|
|
36
|
+
class PHYSICS_PT_cloth(PhysicButtonsPanel, bpy.types.Panel):
|
|
38
37
|
COMPAT_ENGINES: typing.Any
|
|
39
38
|
bl_context: typing.Any
|
|
40
39
|
bl_label: typing.Any
|
|
@@ -73,7 +72,7 @@ class PHYSICS_PT_cloth(bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
73
72
|
"""
|
|
74
73
|
...
|
|
75
74
|
|
|
76
|
-
class PHYSICS_PT_cloth_cache(bpy.types.Panel
|
|
75
|
+
class PHYSICS_PT_cloth_cache(PhysicButtonsPanel, bpy.types.Panel):
|
|
77
76
|
COMPAT_ENGINES: typing.Any
|
|
78
77
|
bl_context: typing.Any
|
|
79
78
|
bl_label: typing.Any
|
|
@@ -107,9 +106,7 @@ class PHYSICS_PT_cloth_cache(bpy.types.Panel, PhysicButtonsPanel, bpy_types._Gen
|
|
|
107
106
|
"""
|
|
108
107
|
...
|
|
109
108
|
|
|
110
|
-
class PHYSICS_PT_cloth_collision(
|
|
111
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
112
|
-
):
|
|
109
|
+
class PHYSICS_PT_cloth_collision(PhysicButtonsPanel, bpy.types.Panel):
|
|
113
110
|
COMPAT_ENGINES: typing.Any
|
|
114
111
|
bl_context: typing.Any
|
|
115
112
|
bl_label: typing.Any
|
|
@@ -143,9 +140,7 @@ class PHYSICS_PT_cloth_collision(
|
|
|
143
140
|
"""
|
|
144
141
|
...
|
|
145
142
|
|
|
146
|
-
class PHYSICS_PT_cloth_damping(
|
|
147
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
148
|
-
):
|
|
143
|
+
class PHYSICS_PT_cloth_damping(PhysicButtonsPanel, bpy.types.Panel):
|
|
149
144
|
COMPAT_ENGINES: typing.Any
|
|
150
145
|
bl_context: typing.Any
|
|
151
146
|
bl_label: typing.Any
|
|
@@ -178,9 +173,7 @@ class PHYSICS_PT_cloth_damping(
|
|
|
178
173
|
"""
|
|
179
174
|
...
|
|
180
175
|
|
|
181
|
-
class PHYSICS_PT_cloth_field_weights(
|
|
182
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
183
|
-
):
|
|
176
|
+
class PHYSICS_PT_cloth_field_weights(PhysicButtonsPanel, bpy.types.Panel):
|
|
184
177
|
COMPAT_ENGINES: typing.Any
|
|
185
178
|
bl_context: typing.Any
|
|
186
179
|
bl_label: typing.Any
|
|
@@ -214,9 +207,7 @@ class PHYSICS_PT_cloth_field_weights(
|
|
|
214
207
|
"""
|
|
215
208
|
...
|
|
216
209
|
|
|
217
|
-
class PHYSICS_PT_cloth_internal_springs(
|
|
218
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
219
|
-
):
|
|
210
|
+
class PHYSICS_PT_cloth_internal_springs(PhysicButtonsPanel, bpy.types.Panel):
|
|
220
211
|
COMPAT_ENGINES: typing.Any
|
|
221
212
|
bl_context: typing.Any
|
|
222
213
|
bl_label: typing.Any
|
|
@@ -256,9 +247,7 @@ class PHYSICS_PT_cloth_internal_springs(
|
|
|
256
247
|
"""
|
|
257
248
|
...
|
|
258
249
|
|
|
259
|
-
class PHYSICS_PT_cloth_object_collision(
|
|
260
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
261
|
-
):
|
|
250
|
+
class PHYSICS_PT_cloth_object_collision(PhysicButtonsPanel, bpy.types.Panel):
|
|
262
251
|
COMPAT_ENGINES: typing.Any
|
|
263
252
|
bl_context: typing.Any
|
|
264
253
|
bl_label: typing.Any
|
|
@@ -298,9 +287,7 @@ class PHYSICS_PT_cloth_object_collision(
|
|
|
298
287
|
"""
|
|
299
288
|
...
|
|
300
289
|
|
|
301
|
-
class PHYSICS_PT_cloth_physical_properties(
|
|
302
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
303
|
-
):
|
|
290
|
+
class PHYSICS_PT_cloth_physical_properties(PhysicButtonsPanel, bpy.types.Panel):
|
|
304
291
|
COMPAT_ENGINES: typing.Any
|
|
305
292
|
bl_context: typing.Any
|
|
306
293
|
bl_label: typing.Any
|
|
@@ -333,9 +320,7 @@ class PHYSICS_PT_cloth_physical_properties(
|
|
|
333
320
|
"""
|
|
334
321
|
...
|
|
335
322
|
|
|
336
|
-
class PHYSICS_PT_cloth_pressure(
|
|
337
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
338
|
-
):
|
|
323
|
+
class PHYSICS_PT_cloth_pressure(PhysicButtonsPanel, bpy.types.Panel):
|
|
339
324
|
COMPAT_ENGINES: typing.Any
|
|
340
325
|
bl_context: typing.Any
|
|
341
326
|
bl_label: typing.Any
|
|
@@ -375,9 +360,7 @@ class PHYSICS_PT_cloth_pressure(
|
|
|
375
360
|
"""
|
|
376
361
|
...
|
|
377
362
|
|
|
378
|
-
class PHYSICS_PT_cloth_property_weights(
|
|
379
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
380
|
-
):
|
|
363
|
+
class PHYSICS_PT_cloth_property_weights(PhysicButtonsPanel, bpy.types.Panel):
|
|
381
364
|
COMPAT_ENGINES: typing.Any
|
|
382
365
|
bl_context: typing.Any
|
|
383
366
|
bl_label: typing.Any
|
|
@@ -411,9 +394,7 @@ class PHYSICS_PT_cloth_property_weights(
|
|
|
411
394
|
"""
|
|
412
395
|
...
|
|
413
396
|
|
|
414
|
-
class PHYSICS_PT_cloth_self_collision(
|
|
415
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
416
|
-
):
|
|
397
|
+
class PHYSICS_PT_cloth_self_collision(PhysicButtonsPanel, bpy.types.Panel):
|
|
417
398
|
COMPAT_ENGINES: typing.Any
|
|
418
399
|
bl_context: typing.Any
|
|
419
400
|
bl_label: typing.Any
|
|
@@ -453,7 +434,7 @@ class PHYSICS_PT_cloth_self_collision(
|
|
|
453
434
|
"""
|
|
454
435
|
...
|
|
455
436
|
|
|
456
|
-
class PHYSICS_PT_cloth_shape(bpy.types.Panel
|
|
437
|
+
class PHYSICS_PT_cloth_shape(PhysicButtonsPanel, bpy.types.Panel):
|
|
457
438
|
COMPAT_ENGINES: typing.Any
|
|
458
439
|
bl_context: typing.Any
|
|
459
440
|
bl_label: typing.Any
|
|
@@ -487,9 +468,7 @@ class PHYSICS_PT_cloth_shape(bpy.types.Panel, PhysicButtonsPanel, bpy_types._Gen
|
|
|
487
468
|
"""
|
|
488
469
|
...
|
|
489
470
|
|
|
490
|
-
class PHYSICS_PT_cloth_stiffness(
|
|
491
|
-
bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
492
|
-
):
|
|
471
|
+
class PHYSICS_PT_cloth_stiffness(PhysicButtonsPanel, bpy.types.Panel):
|
|
493
472
|
COMPAT_ENGINES: typing.Any
|
|
494
473
|
bl_context: typing.Any
|
|
495
474
|
bl_label: 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_add(bpy.types.Panel
|
|
9
|
+
class PHYSICS_PT_add(PhysicButtonsPanel, bpy.types.Panel):
|
|
11
10
|
COMPAT_ENGINES: typing.Any
|
|
12
11
|
bl_context: typing.Any
|
|
13
12
|
bl_label: typing.Any
|