fake-bpy-module 20240614__py3-none-any.whl → 20240616__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.

Files changed (120) hide show
  1. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  2. bl_operators/add_mesh_torus/__init__.pyi +1 -2
  3. bl_operators/anim/__init__.pyi +8 -9
  4. bl_operators/assets/__init__.pyi +3 -4
  5. bl_operators/clip/__init__.pyi +10 -11
  6. bl_operators/connect_to_output/__init__.pyi +1 -4
  7. bl_operators/console/__init__.pyi +5 -6
  8. bl_operators/constraint/__init__.pyi +4 -5
  9. bl_operators/file/__init__.pyi +3 -4
  10. bl_operators/freestyle/__init__.pyi +4 -5
  11. bl_operators/geometry_nodes/__init__.pyi +4 -5
  12. bl_operators/image/__init__.pyi +5 -6
  13. bl_operators/image_as_planes/__init__.pyi +1 -5
  14. bl_operators/mesh/__init__.pyi +3 -4
  15. bl_operators/node/__init__.pyi +10 -13
  16. bl_operators/object/__init__.pyi +15 -16
  17. bl_operators/object_align/__init__.pyi +1 -2
  18. bl_operators/object_quick_effects/__init__.pyi +4 -5
  19. bl_operators/object_randomize_transform/__init__.pyi +1 -2
  20. bl_operators/presets/__init__.pyi +24 -26
  21. bl_operators/rigidbody/__init__.pyi +3 -4
  22. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
  23. bl_operators/sequencer/__init__.pyi +8 -9
  24. bl_operators/spreadsheet/__init__.pyi +1 -2
  25. bl_operators/userpref/__init__.pyi +25 -26
  26. bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
  27. bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
  28. bl_operators/uvcalc_transform/__init__.pyi +2 -3
  29. bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
  30. bl_operators/view3d/__init__.pyi +8 -9
  31. bl_operators/wm/__init__.pyi +45 -45
  32. bl_operators/world/__init__.pyi +1 -2
  33. bl_ui/__init__.pyi +3 -3
  34. bl_ui/anim/__init__.pyi +1 -1
  35. bl_ui/asset_shelf/__init__.pyi +1 -1
  36. bl_ui/generic_ui_list/__init__.pyi +5 -6
  37. bl_ui/node_add_menu/__init__.pyi +1 -1
  38. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  39. bl_ui/node_add_menu_geometry/__init__.pyi +49 -51
  40. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  41. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  42. bl_ui/properties_collection/__init__.pyi +6 -17
  43. bl_ui/properties_constraint/__init__.pyi +79 -141
  44. bl_ui/properties_data_armature/__init__.pyi +12 -26
  45. bl_ui/properties_data_bone/__init__.pyi +10 -14
  46. bl_ui/properties_data_camera/__init__.pyi +14 -26
  47. bl_ui/properties_data_curve/__init__.pyi +15 -23
  48. bl_ui/properties_data_curves/__init__.pyi +6 -8
  49. bl_ui/properties_data_empty/__init__.pyi +2 -2
  50. bl_ui/properties_data_gpencil/__init__.pyi +13 -24
  51. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
  52. bl_ui/properties_data_lattice/__init__.pyi +3 -3
  53. bl_ui/properties_data_light/__init__.pyi +12 -22
  54. bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
  55. bl_ui/properties_data_mesh/__init__.pyi +20 -24
  56. bl_ui/properties_data_metaball/__init__.pyi +5 -7
  57. bl_ui/properties_data_modifier/__init__.pyi +10 -24
  58. bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
  59. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  60. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  61. bl_ui/properties_data_volume/__init__.pyi +8 -12
  62. bl_ui/properties_freestyle/__init__.pyi +7 -30
  63. bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
  64. bl_ui/properties_mask_common/__init__.pyi +7 -7
  65. bl_ui/properties_material/__init__.pyi +16 -35
  66. bl_ui/properties_material_gpencil/__init__.pyi +9 -23
  67. bl_ui/properties_object/__init__.pyi +14 -24
  68. bl_ui/properties_output/__init__.pyi +18 -44
  69. bl_ui/properties_paint_common/__init__.pyi +1 -1
  70. bl_ui/properties_particle/__init__.pyi +52 -125
  71. bl_ui/properties_physics_cloth/__init__.pyi +14 -34
  72. bl_ui/properties_physics_common/__init__.pyi +1 -1
  73. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
  74. bl_ui/properties_physics_field/__init__.pyi +10 -24
  75. bl_ui/properties_physics_fluid/__init__.pyi +28 -50
  76. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  77. bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
  78. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
  79. bl_ui/properties_physics_softbody/__init__.pyi +15 -43
  80. bl_ui/properties_render/__init__.pyi +52 -132
  81. bl_ui/properties_scene/__init__.pyi +15 -19
  82. bl_ui/properties_texture/__init__.pyi +26 -53
  83. bl_ui/properties_view_layer/__init__.pyi +18 -34
  84. bl_ui/properties_workspace/__init__.pyi +4 -7
  85. bl_ui/properties_world/__init__.pyi +10 -16
  86. bl_ui/space_clip/__init__.pyi +69 -109
  87. bl_ui/space_console/__init__.pyi +6 -6
  88. bl_ui/space_dopesheet/__init__.pyi +22 -38
  89. bl_ui/space_filebrowser/__init__.pyi +29 -41
  90. bl_ui/space_graph/__init__.pyi +20 -22
  91. bl_ui/space_image/__init__.pyi +58 -80
  92. bl_ui/space_info/__init__.pyi +6 -6
  93. bl_ui/space_nla/__init__.pyi +17 -21
  94. bl_ui/space_node/__init__.pyi +28 -34
  95. bl_ui/space_outliner/__init__.pyi +14 -14
  96. bl_ui/space_properties/__init__.pyi +3 -3
  97. bl_ui/space_sequencer/__init__.pyi +307 -124
  98. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  99. bl_ui/space_statusbar/__init__.pyi +1 -1
  100. bl_ui/space_text/__init__.pyi +16 -16
  101. bl_ui/space_time/__init__.pyi +7 -11
  102. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  103. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
  104. bl_ui/space_topbar/__init__.pyi +26 -26
  105. bl_ui/space_userpref/__init__.pyi +90 -142
  106. bl_ui/space_view3d/__init__.pyi +269 -291
  107. bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
  108. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  109. bmesh/types/__init__.pyi +2 -2
  110. bpy/app/__init__.pyi +2 -2
  111. bpy/ops/extensions/__init__.pyi +18 -0
  112. bpy/ops/wm/__init__.pyi +3 -0
  113. bpy/types/__init__.pyi +859 -1031
  114. bpy_types/__init__.pyi +13 -6567
  115. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/METADATA +1 -1
  116. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/RECORD +120 -120
  117. freestyle/utils/__init__.pyi +1 -1
  118. keyingsets_builtins/__init__.pyi +22 -23
  119. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/WHEEL +0 -0
  120. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/top_level.txt +0 -0
@@ -8,7 +8,7 @@ import rna_prop_ui
8
8
  GenericType1 = typing.TypeVar("GenericType1")
9
9
  GenericType2 = typing.TypeVar("GenericType2")
10
10
 
11
- class PARTICLE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
11
+ class PARTICLE_MT_context_menu(bpy_types._GenericUI):
12
12
  COMPAT_ENGINES: typing.Any
13
13
  bl_label: typing.Any
14
14
  bl_rna: typing.Any
@@ -291,9 +291,7 @@ class ParticleButtonsPanel:
291
291
  """
292
292
  ...
293
293
 
294
- class PARTICLE_PT_hair_dynamics_presets(
295
- bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
296
- ):
294
+ class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
297
295
  COMPAT_ENGINES: typing.Any
298
296
  bl_label: typing.Any
299
297
  bl_region_type: typing.Any
@@ -564,7 +562,7 @@ class PARTICLE_PT_hair_dynamics_presets(
564
562
  """
565
563
  ...
566
564
 
567
- class PARTICLE_UL_particle_systems(bpy_types.UIList, bpy_types._GenericUI):
565
+ class PARTICLE_UL_particle_systems(bpy_types._GenericUI):
568
566
  bl_rna: typing.Any
569
567
  id_data: typing.Any
570
568
 
@@ -798,9 +796,7 @@ class PARTICLE_UL_particle_systems(bpy_types.UIList, bpy_types._GenericUI):
798
796
  """
799
797
  ...
800
798
 
801
- class PARTICLE_PT_boidbrain(
802
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
803
- ):
799
+ class PARTICLE_PT_boidbrain(ParticleButtonsPanel, bpy_types._GenericUI):
804
800
  COMPAT_ENGINES: typing.Any
805
801
  bl_context: typing.Any
806
802
  bl_label: typing.Any
@@ -1029,7 +1025,7 @@ class PARTICLE_PT_boidbrain(
1029
1025
  """
1030
1026
  ...
1031
1027
 
1032
- class PARTICLE_PT_cache(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
1028
+ class PARTICLE_PT_cache(ParticleButtonsPanel, bpy_types._GenericUI):
1033
1029
  COMPAT_ENGINES: typing.Any
1034
1030
  bl_context: typing.Any
1035
1031
  bl_label: typing.Any
@@ -1257,7 +1253,7 @@ class PARTICLE_PT_cache(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Generi
1257
1253
  """
1258
1254
  ...
1259
1255
 
1260
- class PARTICLE_PT_children(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
1256
+ class PARTICLE_PT_children(ParticleButtonsPanel, bpy_types._GenericUI):
1261
1257
  COMPAT_ENGINES: typing.Any
1262
1258
  bl_context: typing.Any
1263
1259
  bl_label: typing.Any
@@ -1486,9 +1482,7 @@ class PARTICLE_PT_children(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
1486
1482
  """
1487
1483
  ...
1488
1484
 
1489
- class PARTICLE_PT_children_clumping(
1490
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
1491
- ):
1485
+ class PARTICLE_PT_children_clumping(ParticleButtonsPanel, bpy_types._GenericUI):
1492
1486
  COMPAT_ENGINES: typing.Any
1493
1487
  bl_context: typing.Any
1494
1488
  bl_label: typing.Any
@@ -1717,9 +1711,7 @@ class PARTICLE_PT_children_clumping(
1717
1711
  """
1718
1712
  ...
1719
1713
 
1720
- class PARTICLE_PT_children_clumping_noise(
1721
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
1722
- ):
1714
+ class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, bpy_types._GenericUI):
1723
1715
  COMPAT_ENGINES: typing.Any
1724
1716
  bl_context: typing.Any
1725
1717
  bl_label: typing.Any
@@ -1955,9 +1947,7 @@ class PARTICLE_PT_children_clumping_noise(
1955
1947
  """
1956
1948
  ...
1957
1949
 
1958
- class PARTICLE_PT_children_kink(
1959
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
1960
- ):
1950
+ class PARTICLE_PT_children_kink(ParticleButtonsPanel, bpy_types._GenericUI):
1961
1951
  COMPAT_ENGINES: typing.Any
1962
1952
  bl_context: typing.Any
1963
1953
  bl_label: typing.Any
@@ -2186,9 +2176,7 @@ class PARTICLE_PT_children_kink(
2186
2176
  """
2187
2177
  ...
2188
2178
 
2189
- class PARTICLE_PT_children_parting(
2190
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
2191
- ):
2179
+ class PARTICLE_PT_children_parting(ParticleButtonsPanel, bpy_types._GenericUI):
2192
2180
  COMPAT_ENGINES: typing.Any
2193
2181
  bl_context: typing.Any
2194
2182
  bl_label: typing.Any
@@ -2417,9 +2405,7 @@ class PARTICLE_PT_children_parting(
2417
2405
  """
2418
2406
  ...
2419
2407
 
2420
- class PARTICLE_PT_children_roughness(
2421
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
2422
- ):
2408
+ class PARTICLE_PT_children_roughness(ParticleButtonsPanel, bpy_types._GenericUI):
2423
2409
  COMPAT_ENGINES: typing.Any
2424
2410
  bl_context: typing.Any
2425
2411
  bl_label: typing.Any
@@ -2649,9 +2635,7 @@ class PARTICLE_PT_children_roughness(
2649
2635
  """
2650
2636
  ...
2651
2637
 
2652
- class PARTICLE_PT_context_particles(
2653
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
2654
- ):
2638
+ class PARTICLE_PT_context_particles(ParticleButtonsPanel, bpy_types._GenericUI):
2655
2639
  COMPAT_ENGINES: typing.Any
2656
2640
  bl_context: typing.Any
2657
2641
  bl_label: typing.Any
@@ -2880,10 +2864,7 @@ class PARTICLE_PT_context_particles(
2880
2864
  ...
2881
2865
 
2882
2866
  class PARTICLE_PT_custom_props(
2883
- bpy_types.Panel,
2884
- ParticleButtonsPanel,
2885
- rna_prop_ui.PropertyPanel,
2886
- bpy_types._GenericUI,
2867
+ ParticleButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
2887
2868
  ):
2888
2869
  """The subclass should have its own poll function
2889
2870
  and the variable '_context_path' MUST be set.
@@ -3117,7 +3098,7 @@ class PARTICLE_PT_custom_props(
3117
3098
  """
3118
3099
  ...
3119
3100
 
3120
- class PARTICLE_PT_draw(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
3101
+ class PARTICLE_PT_draw(ParticleButtonsPanel, bpy_types._GenericUI):
3121
3102
  COMPAT_ENGINES: typing.Any
3122
3103
  bl_context: typing.Any
3123
3104
  bl_label: typing.Any
@@ -3345,7 +3326,7 @@ class PARTICLE_PT_draw(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Generic
3345
3326
  """
3346
3327
  ...
3347
3328
 
3348
- class PARTICLE_PT_emission(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
3329
+ class PARTICLE_PT_emission(ParticleButtonsPanel, bpy_types._GenericUI):
3349
3330
  COMPAT_ENGINES: typing.Any
3350
3331
  bl_context: typing.Any
3351
3332
  bl_label: typing.Any
@@ -3573,9 +3554,7 @@ class PARTICLE_PT_emission(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
3573
3554
  """
3574
3555
  ...
3575
3556
 
3576
- class PARTICLE_PT_emission_source(
3577
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
3578
- ):
3557
+ class PARTICLE_PT_emission_source(ParticleButtonsPanel, bpy_types._GenericUI):
3579
3558
  COMPAT_ENGINES: typing.Any
3580
3559
  bl_context: typing.Any
3581
3560
  bl_label: typing.Any
@@ -3804,9 +3783,7 @@ class PARTICLE_PT_emission_source(
3804
3783
  """
3805
3784
  ...
3806
3785
 
3807
- class PARTICLE_PT_field_weights(
3808
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
3809
- ):
3786
+ class PARTICLE_PT_field_weights(ParticleButtonsPanel, bpy_types._GenericUI):
3810
3787
  COMPAT_ENGINES: typing.Any
3811
3788
  bl_context: typing.Any
3812
3789
  bl_label: typing.Any
@@ -4034,9 +4011,7 @@ class PARTICLE_PT_field_weights(
4034
4011
  """
4035
4012
  ...
4036
4013
 
4037
- class PARTICLE_PT_force_fields(
4038
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
4039
- ):
4014
+ class PARTICLE_PT_force_fields(ParticleButtonsPanel, bpy_types._GenericUI):
4040
4015
  COMPAT_ENGINES: typing.Any
4041
4016
  bl_context: typing.Any
4042
4017
  bl_label: typing.Any
@@ -4264,9 +4239,7 @@ class PARTICLE_PT_force_fields(
4264
4239
  """
4265
4240
  ...
4266
4241
 
4267
- class PARTICLE_PT_force_fields_type1(
4268
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
4269
- ):
4242
+ class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, bpy_types._GenericUI):
4270
4243
  COMPAT_ENGINES: typing.Any
4271
4244
  bl_context: typing.Any
4272
4245
  bl_label: typing.Any
@@ -4495,7 +4468,7 @@ class PARTICLE_PT_force_fields_type1(
4495
4468
  ...
4496
4469
 
4497
4470
  class PARTICLE_PT_force_fields_type1_falloff(
4498
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
4471
+ ParticleButtonsPanel, bpy_types._GenericUI
4499
4472
  ):
4500
4473
  COMPAT_ENGINES: typing.Any
4501
4474
  bl_context: typing.Any
@@ -4725,9 +4698,7 @@ class PARTICLE_PT_force_fields_type1_falloff(
4725
4698
  """
4726
4699
  ...
4727
4700
 
4728
- class PARTICLE_PT_force_fields_type2(
4729
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
4730
- ):
4701
+ class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, bpy_types._GenericUI):
4731
4702
  COMPAT_ENGINES: typing.Any
4732
4703
  bl_context: typing.Any
4733
4704
  bl_label: typing.Any
@@ -4956,7 +4927,7 @@ class PARTICLE_PT_force_fields_type2(
4956
4927
  ...
4957
4928
 
4958
4929
  class PARTICLE_PT_force_fields_type2_falloff(
4959
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
4930
+ ParticleButtonsPanel, bpy_types._GenericUI
4960
4931
  ):
4961
4932
  COMPAT_ENGINES: typing.Any
4962
4933
  bl_context: typing.Any
@@ -5186,9 +5157,7 @@ class PARTICLE_PT_force_fields_type2_falloff(
5186
5157
  """
5187
5158
  ...
5188
5159
 
5189
- class PARTICLE_PT_hair_dynamics(
5190
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
5191
- ):
5160
+ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy_types._GenericUI):
5192
5161
  COMPAT_ENGINES: typing.Any
5193
5162
  bl_context: typing.Any
5194
5163
  bl_label: typing.Any
@@ -5430,9 +5399,7 @@ class PARTICLE_PT_hair_dynamics(
5430
5399
  """
5431
5400
  ...
5432
5401
 
5433
- class PARTICLE_PT_hair_dynamics_collision(
5434
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
5435
- ):
5402
+ class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, bpy_types._GenericUI):
5436
5403
  COMPAT_ENGINES: typing.Any
5437
5404
  bl_context: typing.Any
5438
5405
  bl_label: typing.Any
@@ -5661,9 +5628,7 @@ class PARTICLE_PT_hair_dynamics_collision(
5661
5628
  """
5662
5629
  ...
5663
5630
 
5664
- class PARTICLE_PT_hair_dynamics_structure(
5665
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
5666
- ):
5631
+ class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, bpy_types._GenericUI):
5667
5632
  COMPAT_ENGINES: typing.Any
5668
5633
  bl_context: typing.Any
5669
5634
  bl_label: typing.Any
@@ -5892,9 +5857,7 @@ class PARTICLE_PT_hair_dynamics_structure(
5892
5857
  """
5893
5858
  ...
5894
5859
 
5895
- class PARTICLE_PT_hair_dynamics_volume(
5896
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
5897
- ):
5860
+ class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, bpy_types._GenericUI):
5898
5861
  COMPAT_ENGINES: typing.Any
5899
5862
  bl_context: typing.Any
5900
5863
  bl_label: typing.Any
@@ -6123,9 +6086,7 @@ class PARTICLE_PT_hair_dynamics_volume(
6123
6086
  """
6124
6087
  ...
6125
6088
 
6126
- class PARTICLE_PT_hair_shape(
6127
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
6128
- ):
6089
+ class PARTICLE_PT_hair_shape(ParticleButtonsPanel, bpy_types._GenericUI):
6129
6090
  COMPAT_ENGINES: typing.Any
6130
6091
  bl_context: typing.Any
6131
6092
  bl_label: typing.Any
@@ -6353,7 +6314,7 @@ class PARTICLE_PT_hair_shape(
6353
6314
  """
6354
6315
  ...
6355
6316
 
6356
- class PARTICLE_PT_physics(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
6317
+ class PARTICLE_PT_physics(ParticleButtonsPanel, bpy_types._GenericUI):
6357
6318
  COMPAT_ENGINES: typing.Any
6358
6319
  bl_context: typing.Any
6359
6320
  bl_label: typing.Any
@@ -6581,9 +6542,7 @@ class PARTICLE_PT_physics(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gene
6581
6542
  """
6582
6543
  ...
6583
6544
 
6584
- class PARTICLE_PT_physics_boids_battle(
6585
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
6586
- ):
6545
+ class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, bpy_types._GenericUI):
6587
6546
  COMPAT_ENGINES: typing.Any
6588
6547
  bl_context: typing.Any
6589
6548
  bl_label: typing.Any
@@ -6812,9 +6771,7 @@ class PARTICLE_PT_physics_boids_battle(
6812
6771
  """
6813
6772
  ...
6814
6773
 
6815
- class PARTICLE_PT_physics_boids_misc(
6816
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
6817
- ):
6774
+ class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, bpy_types._GenericUI):
6818
6775
  COMPAT_ENGINES: typing.Any
6819
6776
  bl_context: typing.Any
6820
6777
  bl_label: typing.Any
@@ -7043,9 +7000,7 @@ class PARTICLE_PT_physics_boids_misc(
7043
7000
  """
7044
7001
  ...
7045
7002
 
7046
- class PARTICLE_PT_physics_boids_movement(
7047
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
7048
- ):
7003
+ class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, bpy_types._GenericUI):
7049
7004
  COMPAT_ENGINES: typing.Any
7050
7005
  bl_context: typing.Any
7051
7006
  bl_label: typing.Any
@@ -7274,9 +7229,7 @@ class PARTICLE_PT_physics_boids_movement(
7274
7229
  """
7275
7230
  ...
7276
7231
 
7277
- class PARTICLE_PT_physics_deflection(
7278
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
7279
- ):
7232
+ class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, bpy_types._GenericUI):
7280
7233
  COMPAT_ENGINES: typing.Any
7281
7234
  bl_context: typing.Any
7282
7235
  bl_label: typing.Any
@@ -7505,9 +7458,7 @@ class PARTICLE_PT_physics_deflection(
7505
7458
  """
7506
7459
  ...
7507
7460
 
7508
- class PARTICLE_PT_physics_fluid_advanced(
7509
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
7510
- ):
7461
+ class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, bpy_types._GenericUI):
7511
7462
  COMPAT_ENGINES: typing.Any
7512
7463
  bl_context: typing.Any
7513
7464
  bl_label: typing.Any
@@ -7736,9 +7687,7 @@ class PARTICLE_PT_physics_fluid_advanced(
7736
7687
  """
7737
7688
  ...
7738
7689
 
7739
- class PARTICLE_PT_physics_fluid_interaction(
7740
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
7741
- ):
7690
+ class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, bpy_types._GenericUI):
7742
7691
  COMPAT_ENGINES: typing.Any
7743
7692
  bl_context: typing.Any
7744
7693
  bl_label: typing.Any
@@ -7967,9 +7916,7 @@ class PARTICLE_PT_physics_fluid_interaction(
7967
7916
  """
7968
7917
  ...
7969
7918
 
7970
- class PARTICLE_PT_physics_fluid_springs(
7971
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
7972
- ):
7919
+ class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, bpy_types._GenericUI):
7973
7920
  COMPAT_ENGINES: typing.Any
7974
7921
  bl_context: typing.Any
7975
7922
  bl_label: typing.Any
@@ -8199,7 +8146,7 @@ class PARTICLE_PT_physics_fluid_springs(
8199
8146
  ...
8200
8147
 
8201
8148
  class PARTICLE_PT_physics_fluid_springs_advanced(
8202
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
8149
+ ParticleButtonsPanel, bpy_types._GenericUI
8203
8150
  ):
8204
8151
  COMPAT_ENGINES: typing.Any
8205
8152
  bl_context: typing.Any
@@ -8430,7 +8377,7 @@ class PARTICLE_PT_physics_fluid_springs_advanced(
8430
8377
  ...
8431
8378
 
8432
8379
  class PARTICLE_PT_physics_fluid_springs_viscoelastic(
8433
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
8380
+ ParticleButtonsPanel, bpy_types._GenericUI
8434
8381
  ):
8435
8382
  COMPAT_ENGINES: typing.Any
8436
8383
  bl_context: typing.Any
@@ -8667,9 +8614,7 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
8667
8614
  """
8668
8615
  ...
8669
8616
 
8670
- class PARTICLE_PT_physics_forces(
8671
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
8672
- ):
8617
+ class PARTICLE_PT_physics_forces(ParticleButtonsPanel, bpy_types._GenericUI):
8673
8618
  COMPAT_ENGINES: typing.Any
8674
8619
  bl_context: typing.Any
8675
8620
  bl_label: typing.Any
@@ -8897,9 +8842,7 @@ class PARTICLE_PT_physics_forces(
8897
8842
  """
8898
8843
  ...
8899
8844
 
8900
- class PARTICLE_PT_physics_integration(
8901
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
8902
- ):
8845
+ class PARTICLE_PT_physics_integration(ParticleButtonsPanel, bpy_types._GenericUI):
8903
8846
  COMPAT_ENGINES: typing.Any
8904
8847
  bl_context: typing.Any
8905
8848
  bl_label: typing.Any
@@ -9128,9 +9071,7 @@ class PARTICLE_PT_physics_integration(
9128
9071
  """
9129
9072
  ...
9130
9073
 
9131
- class PARTICLE_PT_physics_relations(
9132
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
9133
- ):
9074
+ class PARTICLE_PT_physics_relations(ParticleButtonsPanel, bpy_types._GenericUI):
9134
9075
  COMPAT_ENGINES: typing.Any
9135
9076
  bl_context: typing.Any
9136
9077
  bl_label: typing.Any
@@ -9359,7 +9300,7 @@ class PARTICLE_PT_physics_relations(
9359
9300
  """
9360
9301
  ...
9361
9302
 
9362
- class PARTICLE_PT_render(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
9303
+ class PARTICLE_PT_render(ParticleButtonsPanel, bpy_types._GenericUI):
9363
9304
  COMPAT_ENGINES: typing.Any
9364
9305
  bl_context: typing.Any
9365
9306
  bl_label: typing.Any
@@ -9587,9 +9528,7 @@ class PARTICLE_PT_render(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gener
9587
9528
  """
9588
9529
  ...
9589
9530
 
9590
- class PARTICLE_PT_render_collection(
9591
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
9592
- ):
9531
+ class PARTICLE_PT_render_collection(ParticleButtonsPanel, bpy_types._GenericUI):
9593
9532
  COMPAT_ENGINES: typing.Any
9594
9533
  bl_context: typing.Any
9595
9534
  bl_label: typing.Any
@@ -9818,7 +9757,7 @@ class PARTICLE_PT_render_collection(
9818
9757
  ...
9819
9758
 
9820
9759
  class PARTICLE_PT_render_collection_use_count(
9821
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
9760
+ ParticleButtonsPanel, bpy_types._GenericUI
9822
9761
  ):
9823
9762
  COMPAT_ENGINES: typing.Any
9824
9763
  bl_context: typing.Any
@@ -10055,9 +9994,7 @@ class PARTICLE_PT_render_collection_use_count(
10055
9994
  """
10056
9995
  ...
10057
9996
 
10058
- class PARTICLE_PT_render_extra(
10059
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
10060
- ):
9997
+ class PARTICLE_PT_render_extra(ParticleButtonsPanel, bpy_types._GenericUI):
10061
9998
  COMPAT_ENGINES: typing.Any
10062
9999
  bl_context: typing.Any
10063
10000
  bl_label: typing.Any
@@ -10286,9 +10223,7 @@ class PARTICLE_PT_render_extra(
10286
10223
  """
10287
10224
  ...
10288
10225
 
10289
- class PARTICLE_PT_render_object(
10290
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
10291
- ):
10226
+ class PARTICLE_PT_render_object(ParticleButtonsPanel, bpy_types._GenericUI):
10292
10227
  COMPAT_ENGINES: typing.Any
10293
10228
  bl_context: typing.Any
10294
10229
  bl_label: typing.Any
@@ -10516,9 +10451,7 @@ class PARTICLE_PT_render_object(
10516
10451
  """
10517
10452
  ...
10518
10453
 
10519
- class PARTICLE_PT_render_path(
10520
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
10521
- ):
10454
+ class PARTICLE_PT_render_path(ParticleButtonsPanel, bpy_types._GenericUI):
10522
10455
  COMPAT_ENGINES: typing.Any
10523
10456
  bl_context: typing.Any
10524
10457
  bl_label: typing.Any
@@ -10746,9 +10679,7 @@ class PARTICLE_PT_render_path(
10746
10679
  """
10747
10680
  ...
10748
10681
 
10749
- class PARTICLE_PT_render_path_timing(
10750
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
10751
- ):
10682
+ class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, bpy_types._GenericUI):
10752
10683
  COMPAT_ENGINES: typing.Any
10753
10684
  bl_context: typing.Any
10754
10685
  bl_label: typing.Any
@@ -10977,7 +10908,7 @@ class PARTICLE_PT_render_path_timing(
10977
10908
  """
10978
10909
  ...
10979
10910
 
10980
- class PARTICLE_PT_rotation(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
10911
+ class PARTICLE_PT_rotation(ParticleButtonsPanel, bpy_types._GenericUI):
10981
10912
  COMPAT_ENGINES: typing.Any
10982
10913
  bl_context: typing.Any
10983
10914
  bl_label: typing.Any
@@ -11212,9 +11143,7 @@ class PARTICLE_PT_rotation(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
11212
11143
  """
11213
11144
  ...
11214
11145
 
11215
- class PARTICLE_PT_rotation_angular_velocity(
11216
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
11217
- ):
11146
+ class PARTICLE_PT_rotation_angular_velocity(ParticleButtonsPanel, bpy_types._GenericUI):
11218
11147
  COMPAT_ENGINES: typing.Any
11219
11148
  bl_context: typing.Any
11220
11149
  bl_label: typing.Any
@@ -11443,7 +11372,7 @@ class PARTICLE_PT_rotation_angular_velocity(
11443
11372
  """
11444
11373
  ...
11445
11374
 
11446
- class PARTICLE_PT_textures(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
11375
+ class PARTICLE_PT_textures(ParticleButtonsPanel, bpy_types._GenericUI):
11447
11376
  COMPAT_ENGINES: typing.Any
11448
11377
  bl_context: typing.Any
11449
11378
  bl_label: typing.Any
@@ -11671,7 +11600,7 @@ class PARTICLE_PT_textures(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
11671
11600
  """
11672
11601
  ...
11673
11602
 
11674
- class PARTICLE_PT_velocity(bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI):
11603
+ class PARTICLE_PT_velocity(ParticleButtonsPanel, bpy_types._GenericUI):
11675
11604
  COMPAT_ENGINES: typing.Any
11676
11605
  bl_context: typing.Any
11677
11606
  bl_label: typing.Any
@@ -11899,9 +11828,7 @@ class PARTICLE_PT_velocity(bpy_types.Panel, ParticleButtonsPanel, bpy_types._Gen
11899
11828
  """
11900
11829
  ...
11901
11830
 
11902
- class PARTICLE_PT_vertexgroups(
11903
- bpy_types.Panel, ParticleButtonsPanel, bpy_types._GenericUI
11904
- ):
11831
+ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy_types._GenericUI):
11905
11832
  COMPAT_ENGINES: typing.Any
11906
11833
  bl_context: typing.Any
11907
11834
  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 CLOTH_PT_presets(bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI):
10
+ class CLOTH_PT_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
11
11
  bl_label: typing.Any
12
12
  bl_region_type: typing.Any
13
13
  bl_rna: typing.Any
@@ -289,7 +289,7 @@ class PhysicButtonsPanel:
289
289
  """
290
290
  ...
291
291
 
292
- class PHYSICS_PT_cloth(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
292
+ class PHYSICS_PT_cloth(PhysicButtonsPanel, bpy_types._GenericUI):
293
293
  COMPAT_ENGINES: typing.Any
294
294
  bl_context: typing.Any
295
295
  bl_label: typing.Any
@@ -523,7 +523,7 @@ class PHYSICS_PT_cloth(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
523
523
  """
524
524
  ...
525
525
 
526
- class PHYSICS_PT_cloth_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
526
+ class PHYSICS_PT_cloth_cache(PhysicButtonsPanel, bpy_types._GenericUI):
527
527
  COMPAT_ENGINES: typing.Any
528
528
  bl_context: typing.Any
529
529
  bl_label: typing.Any
@@ -752,9 +752,7 @@ class PHYSICS_PT_cloth_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gen
752
752
  """
753
753
  ...
754
754
 
755
- class PHYSICS_PT_cloth_collision(
756
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
757
- ):
755
+ class PHYSICS_PT_cloth_collision(PhysicButtonsPanel, bpy_types._GenericUI):
758
756
  COMPAT_ENGINES: typing.Any
759
757
  bl_context: typing.Any
760
758
  bl_label: typing.Any
@@ -983,9 +981,7 @@ class PHYSICS_PT_cloth_collision(
983
981
  """
984
982
  ...
985
983
 
986
- class PHYSICS_PT_cloth_damping(
987
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
988
- ):
984
+ class PHYSICS_PT_cloth_damping(PhysicButtonsPanel, bpy_types._GenericUI):
989
985
  COMPAT_ENGINES: typing.Any
990
986
  bl_context: typing.Any
991
987
  bl_label: typing.Any
@@ -1213,9 +1209,7 @@ class PHYSICS_PT_cloth_damping(
1213
1209
  """
1214
1210
  ...
1215
1211
 
1216
- class PHYSICS_PT_cloth_field_weights(
1217
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1218
- ):
1212
+ class PHYSICS_PT_cloth_field_weights(PhysicButtonsPanel, bpy_types._GenericUI):
1219
1213
  COMPAT_ENGINES: typing.Any
1220
1214
  bl_context: typing.Any
1221
1215
  bl_label: typing.Any
@@ -1444,9 +1438,7 @@ class PHYSICS_PT_cloth_field_weights(
1444
1438
  """
1445
1439
  ...
1446
1440
 
1447
- class PHYSICS_PT_cloth_internal_springs(
1448
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1449
- ):
1441
+ class PHYSICS_PT_cloth_internal_springs(PhysicButtonsPanel, bpy_types._GenericUI):
1450
1442
  COMPAT_ENGINES: typing.Any
1451
1443
  bl_context: typing.Any
1452
1444
  bl_label: typing.Any
@@ -1681,9 +1673,7 @@ class PHYSICS_PT_cloth_internal_springs(
1681
1673
  """
1682
1674
  ...
1683
1675
 
1684
- class PHYSICS_PT_cloth_object_collision(
1685
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1686
- ):
1676
+ class PHYSICS_PT_cloth_object_collision(PhysicButtonsPanel, bpy_types._GenericUI):
1687
1677
  COMPAT_ENGINES: typing.Any
1688
1678
  bl_context: typing.Any
1689
1679
  bl_label: typing.Any
@@ -1918,9 +1908,7 @@ class PHYSICS_PT_cloth_object_collision(
1918
1908
  """
1919
1909
  ...
1920
1910
 
1921
- class PHYSICS_PT_cloth_physical_properties(
1922
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1923
- ):
1911
+ class PHYSICS_PT_cloth_physical_properties(PhysicButtonsPanel, bpy_types._GenericUI):
1924
1912
  COMPAT_ENGINES: typing.Any
1925
1913
  bl_context: typing.Any
1926
1914
  bl_label: typing.Any
@@ -2148,9 +2136,7 @@ class PHYSICS_PT_cloth_physical_properties(
2148
2136
  """
2149
2137
  ...
2150
2138
 
2151
- class PHYSICS_PT_cloth_pressure(
2152
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2153
- ):
2139
+ class PHYSICS_PT_cloth_pressure(PhysicButtonsPanel, bpy_types._GenericUI):
2154
2140
  COMPAT_ENGINES: typing.Any
2155
2141
  bl_context: typing.Any
2156
2142
  bl_label: typing.Any
@@ -2385,9 +2371,7 @@ class PHYSICS_PT_cloth_pressure(
2385
2371
  """
2386
2372
  ...
2387
2373
 
2388
- class PHYSICS_PT_cloth_property_weights(
2389
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2390
- ):
2374
+ class PHYSICS_PT_cloth_property_weights(PhysicButtonsPanel, bpy_types._GenericUI):
2391
2375
  COMPAT_ENGINES: typing.Any
2392
2376
  bl_context: typing.Any
2393
2377
  bl_label: typing.Any
@@ -2616,9 +2600,7 @@ class PHYSICS_PT_cloth_property_weights(
2616
2600
  """
2617
2601
  ...
2618
2602
 
2619
- class PHYSICS_PT_cloth_self_collision(
2620
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2621
- ):
2603
+ class PHYSICS_PT_cloth_self_collision(PhysicButtonsPanel, bpy_types._GenericUI):
2622
2604
  COMPAT_ENGINES: typing.Any
2623
2605
  bl_context: typing.Any
2624
2606
  bl_label: typing.Any
@@ -2853,7 +2835,7 @@ class PHYSICS_PT_cloth_self_collision(
2853
2835
  """
2854
2836
  ...
2855
2837
 
2856
- class PHYSICS_PT_cloth_shape(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
2838
+ class PHYSICS_PT_cloth_shape(PhysicButtonsPanel, bpy_types._GenericUI):
2857
2839
  COMPAT_ENGINES: typing.Any
2858
2840
  bl_context: typing.Any
2859
2841
  bl_label: typing.Any
@@ -3082,9 +3064,7 @@ class PHYSICS_PT_cloth_shape(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gen
3082
3064
  """
3083
3065
  ...
3084
3066
 
3085
- class PHYSICS_PT_cloth_stiffness(
3086
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3087
- ):
3067
+ class PHYSICS_PT_cloth_stiffness(PhysicButtonsPanel, bpy_types._GenericUI):
3088
3068
  COMPAT_ENGINES: typing.Any
3089
3069
  bl_context: typing.Any
3090
3070
  bl_label: typing.Any
@@ -18,7 +18,7 @@ class PhysicButtonsPanel:
18
18
  """
19
19
  ...
20
20
 
21
- class PHYSICS_PT_add(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
21
+ class PHYSICS_PT_add(PhysicButtonsPanel, bpy_types._GenericUI):
22
22
  COMPAT_ENGINES: typing.Any
23
23
  bl_context: typing.Any
24
24
  bl_label: typing.Any