fake-bpy-module 20240614__py3-none-any.whl → 20240615__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (118) 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/ops/extensions/__init__.pyi +18 -0
  111. bpy/types/__init__.pyi +859 -1031
  112. bpy_types/__init__.pyi +13 -6567
  113. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/METADATA +1 -1
  114. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/RECORD +118 -118
  115. freestyle/utils/__init__.pyi +1 -1
  116. keyingsets_builtins/__init__.pyi +22 -23
  117. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/WHEEL +0 -0
  118. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/top_level.txt +0 -0
@@ -53,7 +53,7 @@ class PhysicButtonsPanel:
53
53
  """
54
54
  ...
55
55
 
56
- class PHYSICS_UL_dynapaint_surfaces(bpy_types.UIList, bpy_types._GenericUI):
56
+ class PHYSICS_UL_dynapaint_surfaces(bpy_types._GenericUI):
57
57
  bl_rna: typing.Any
58
58
  id_data: typing.Any
59
59
 
@@ -285,9 +285,7 @@ class PHYSICS_UL_dynapaint_surfaces(bpy_types.UIList, bpy_types._GenericUI):
285
285
  """
286
286
  ...
287
287
 
288
- class PHYSICS_PT_dp_brush_source(
289
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
290
- ):
288
+ class PHYSICS_PT_dp_brush_source(PhysicButtonsPanel, bpy_types._GenericUI):
291
289
  COMPAT_ENGINES: typing.Any
292
290
  bl_context: typing.Any
293
291
  bl_label: typing.Any
@@ -557,9 +555,7 @@ class PHYSICS_PT_dp_brush_source(
557
555
  """
558
556
  ...
559
557
 
560
- class PHYSICS_PT_dp_brush_source_color_ramp(
561
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
562
- ):
558
+ class PHYSICS_PT_dp_brush_source_color_ramp(PhysicButtonsPanel, bpy_types._GenericUI):
563
559
  COMPAT_ENGINES: typing.Any
564
560
  bl_context: typing.Any
565
561
  bl_label: typing.Any
@@ -829,9 +825,7 @@ class PHYSICS_PT_dp_brush_source_color_ramp(
829
825
  """
830
826
  ...
831
827
 
832
- class PHYSICS_PT_dp_brush_velocity(
833
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
834
- ):
828
+ class PHYSICS_PT_dp_brush_velocity(PhysicButtonsPanel, bpy_types._GenericUI):
835
829
  COMPAT_ENGINES: typing.Any
836
830
  bl_context: typing.Any
837
831
  bl_label: typing.Any
@@ -1102,9 +1096,7 @@ class PHYSICS_PT_dp_brush_velocity(
1102
1096
  """
1103
1097
  ...
1104
1098
 
1105
- class PHYSICS_PT_dp_brush_velocity_color_ramp(
1106
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1107
- ):
1099
+ class PHYSICS_PT_dp_brush_velocity_color_ramp(PhysicButtonsPanel, bpy_types._GenericUI):
1108
1100
  COMPAT_ENGINES: typing.Any
1109
1101
  bl_context: typing.Any
1110
1102
  bl_label: typing.Any
@@ -1375,9 +1367,7 @@ class PHYSICS_PT_dp_brush_velocity_color_ramp(
1375
1367
  """
1376
1368
  ...
1377
1369
 
1378
- class PHYSICS_PT_dp_brush_velocity_smudge(
1379
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1380
- ):
1370
+ class PHYSICS_PT_dp_brush_velocity_smudge(PhysicButtonsPanel, bpy_types._GenericUI):
1381
1371
  COMPAT_ENGINES: typing.Any
1382
1372
  bl_context: typing.Any
1383
1373
  bl_label: typing.Any
@@ -1655,9 +1645,7 @@ class PHYSICS_PT_dp_brush_velocity_smudge(
1655
1645
  """
1656
1646
  ...
1657
1647
 
1658
- class PHYSICS_PT_dp_brush_wave(
1659
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1660
- ):
1648
+ class PHYSICS_PT_dp_brush_wave(PhysicButtonsPanel, bpy_types._GenericUI):
1661
1649
  COMPAT_ENGINES: typing.Any
1662
1650
  bl_context: typing.Any
1663
1651
  bl_label: typing.Any
@@ -1928,7 +1916,7 @@ class PHYSICS_PT_dp_brush_wave(
1928
1916
  """
1929
1917
  ...
1930
1918
 
1931
- class PHYSICS_PT_dp_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
1919
+ class PHYSICS_PT_dp_cache(PhysicButtonsPanel, bpy_types._GenericUI):
1932
1920
  COMPAT_ENGINES: typing.Any
1933
1921
  bl_context: typing.Any
1934
1922
  bl_label: typing.Any
@@ -2199,9 +2187,7 @@ class PHYSICS_PT_dp_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generi
2199
2187
  """
2200
2188
  ...
2201
2189
 
2202
- class PHYSICS_PT_dp_canvas_initial_color(
2203
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2204
- ):
2190
+ class PHYSICS_PT_dp_canvas_initial_color(PhysicButtonsPanel, bpy_types._GenericUI):
2205
2191
  COMPAT_ENGINES: typing.Any
2206
2192
  bl_context: typing.Any
2207
2193
  bl_label: typing.Any
@@ -2472,9 +2458,7 @@ class PHYSICS_PT_dp_canvas_initial_color(
2472
2458
  """
2473
2459
  ...
2474
2460
 
2475
- class PHYSICS_PT_dp_canvas_output(
2476
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2477
- ):
2461
+ class PHYSICS_PT_dp_canvas_output(PhysicButtonsPanel, bpy_types._GenericUI):
2478
2462
  COMPAT_ENGINES: typing.Any
2479
2463
  bl_context: typing.Any
2480
2464
  bl_label: typing.Any
@@ -2745,9 +2729,7 @@ class PHYSICS_PT_dp_canvas_output(
2745
2729
  """
2746
2730
  ...
2747
2731
 
2748
- class PHYSICS_PT_dp_canvas_output_paintmaps(
2749
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2750
- ):
2732
+ class PHYSICS_PT_dp_canvas_output_paintmaps(PhysicButtonsPanel, bpy_types._GenericUI):
2751
2733
  COMPAT_ENGINES: typing.Any
2752
2734
  bl_context: typing.Any
2753
2735
  bl_label: typing.Any
@@ -3025,9 +3007,7 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(
3025
3007
  """
3026
3008
  ...
3027
3009
 
3028
- class PHYSICS_PT_dp_canvas_output_wetmaps(
3029
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3030
- ):
3010
+ class PHYSICS_PT_dp_canvas_output_wetmaps(PhysicButtonsPanel, bpy_types._GenericUI):
3031
3011
  COMPAT_ENGINES: typing.Any
3032
3012
  bl_context: typing.Any
3033
3013
  bl_label: typing.Any
@@ -3305,7 +3285,7 @@ class PHYSICS_PT_dp_canvas_output_wetmaps(
3305
3285
  """
3306
3286
  ...
3307
3287
 
3308
- class PHYSICS_PT_dp_effects(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
3288
+ class PHYSICS_PT_dp_effects(PhysicButtonsPanel, bpy_types._GenericUI):
3309
3289
  COMPAT_ENGINES: typing.Any
3310
3290
  bl_context: typing.Any
3311
3291
  bl_label: typing.Any
@@ -3576,9 +3556,7 @@ class PHYSICS_PT_dp_effects(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gene
3576
3556
  """
3577
3557
  ...
3578
3558
 
3579
- class PHYSICS_PT_dp_effects_drip(
3580
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3581
- ):
3559
+ class PHYSICS_PT_dp_effects_drip(PhysicButtonsPanel, bpy_types._GenericUI):
3582
3560
  COMPAT_ENGINES: typing.Any
3583
3561
  bl_context: typing.Any
3584
3562
  bl_label: typing.Any
@@ -3856,9 +3834,7 @@ class PHYSICS_PT_dp_effects_drip(
3856
3834
  """
3857
3835
  ...
3858
3836
 
3859
- class PHYSICS_PT_dp_effects_drip_weights(
3860
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3861
- ):
3837
+ class PHYSICS_PT_dp_effects_drip_weights(PhysicButtonsPanel, bpy_types._GenericUI):
3862
3838
  COMPAT_ENGINES: typing.Any
3863
3839
  bl_context: typing.Any
3864
3840
  bl_label: typing.Any
@@ -4129,9 +4105,7 @@ class PHYSICS_PT_dp_effects_drip_weights(
4129
4105
  """
4130
4106
  ...
4131
4107
 
4132
- class PHYSICS_PT_dp_effects_shrink(
4133
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
4134
- ):
4108
+ class PHYSICS_PT_dp_effects_shrink(PhysicButtonsPanel, bpy_types._GenericUI):
4135
4109
  COMPAT_ENGINES: typing.Any
4136
4110
  bl_context: typing.Any
4137
4111
  bl_label: typing.Any
@@ -4409,9 +4383,7 @@ class PHYSICS_PT_dp_effects_shrink(
4409
4383
  """
4410
4384
  ...
4411
4385
 
4412
- class PHYSICS_PT_dp_effects_spread(
4413
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
4414
- ):
4386
+ class PHYSICS_PT_dp_effects_spread(PhysicButtonsPanel, bpy_types._GenericUI):
4415
4387
  COMPAT_ENGINES: typing.Any
4416
4388
  bl_context: typing.Any
4417
4389
  bl_label: typing.Any
@@ -4689,9 +4661,7 @@ class PHYSICS_PT_dp_effects_spread(
4689
4661
  """
4690
4662
  ...
4691
4663
 
4692
- class PHYSICS_PT_dp_surface_canvas(
4693
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
4694
- ):
4664
+ class PHYSICS_PT_dp_surface_canvas(PhysicButtonsPanel, bpy_types._GenericUI):
4695
4665
  COMPAT_ENGINES: typing.Any
4696
4666
  bl_context: typing.Any
4697
4667
  bl_label: typing.Any
@@ -4962,7 +4932,7 @@ class PHYSICS_PT_dp_surface_canvas(
4962
4932
  ...
4963
4933
 
4964
4934
  class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
4965
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
4935
+ PhysicButtonsPanel, bpy_types._GenericUI
4966
4936
  ):
4967
4937
  COMPAT_ENGINES: typing.Any
4968
4938
  bl_context: typing.Any
@@ -5242,9 +5212,7 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
5242
5212
  """
5243
5213
  ...
5244
5214
 
5245
- class PHYSICS_PT_dp_surface_canvas_paint_dry(
5246
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
5247
- ):
5215
+ class PHYSICS_PT_dp_surface_canvas_paint_dry(PhysicButtonsPanel, bpy_types._GenericUI):
5248
5216
  COMPAT_ENGINES: typing.Any
5249
5217
  bl_context: typing.Any
5250
5218
  bl_label: typing.Any
@@ -5522,9 +5490,7 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(
5522
5490
  """
5523
5491
  ...
5524
5492
 
5525
- class PHYSICS_PT_dynamic_paint(
5526
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
5527
- ):
5493
+ class PHYSICS_PT_dynamic_paint(PhysicButtonsPanel, bpy_types._GenericUI):
5528
5494
  COMPAT_ENGINES: typing.Any
5529
5495
  bl_context: typing.Any
5530
5496
  bl_label: typing.Any
@@ -5793,9 +5759,7 @@ class PHYSICS_PT_dynamic_paint(
5793
5759
  """
5794
5760
  ...
5795
5761
 
5796
- class PHYSICS_PT_dynamic_paint_settings(
5797
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
5798
- ):
5762
+ class PHYSICS_PT_dynamic_paint_settings(PhysicButtonsPanel, bpy_types._GenericUI):
5799
5763
  COMPAT_ENGINES: typing.Any
5800
5764
  bl_context: typing.Any
5801
5765
  bl_label: typing.Any
@@ -25,7 +25,7 @@ class PhysicButtonsPanel:
25
25
  """
26
26
  ...
27
27
 
28
- class PHYSICS_PT_collision(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
28
+ class PHYSICS_PT_collision(PhysicButtonsPanel, bpy_types._GenericUI):
29
29
  COMPAT_ENGINES: typing.Any
30
30
  bl_context: typing.Any
31
31
  bl_label: typing.Any
@@ -266,9 +266,7 @@ class PHYSICS_PT_collision(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gener
266
266
  """
267
267
  ...
268
268
 
269
- class PHYSICS_PT_collision_particle(
270
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
271
- ):
269
+ class PHYSICS_PT_collision_particle(PhysicButtonsPanel, bpy_types._GenericUI):
272
270
  COMPAT_ENGINES: typing.Any
273
271
  bl_context: typing.Any
274
272
  bl_label: typing.Any
@@ -510,9 +508,7 @@ class PHYSICS_PT_collision_particle(
510
508
  """
511
509
  ...
512
510
 
513
- class PHYSICS_PT_collision_softbody(
514
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
515
- ):
511
+ class PHYSICS_PT_collision_softbody(PhysicButtonsPanel, bpy_types._GenericUI):
516
512
  COMPAT_ENGINES: typing.Any
517
513
  bl_context: typing.Any
518
514
  bl_label: typing.Any
@@ -754,7 +750,7 @@ class PHYSICS_PT_collision_softbody(
754
750
  """
755
751
  ...
756
752
 
757
- class PHYSICS_PT_field(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
753
+ class PHYSICS_PT_field(PhysicButtonsPanel, bpy_types._GenericUI):
758
754
  COMPAT_ENGINES: typing.Any
759
755
  bl_context: typing.Any
760
756
  bl_label: typing.Any
@@ -995,9 +991,7 @@ class PHYSICS_PT_field(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
995
991
  """
996
992
  ...
997
993
 
998
- class PHYSICS_PT_field_falloff(
999
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1000
- ):
994
+ class PHYSICS_PT_field_falloff(PhysicButtonsPanel, bpy_types._GenericUI):
1001
995
  COMPAT_ENGINES: typing.Any
1002
996
  bl_context: typing.Any
1003
997
  bl_label: typing.Any
@@ -1239,9 +1233,7 @@ class PHYSICS_PT_field_falloff(
1239
1233
  """
1240
1234
  ...
1241
1235
 
1242
- class PHYSICS_PT_field_falloff_angular(
1243
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1244
- ):
1236
+ class PHYSICS_PT_field_falloff_angular(PhysicButtonsPanel, bpy_types._GenericUI):
1245
1237
  COMPAT_ENGINES: typing.Any
1246
1238
  bl_context: typing.Any
1247
1239
  bl_label: typing.Any
@@ -1483,9 +1475,7 @@ class PHYSICS_PT_field_falloff_angular(
1483
1475
  """
1484
1476
  ...
1485
1477
 
1486
- class PHYSICS_PT_field_falloff_radial(
1487
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1488
- ):
1478
+ class PHYSICS_PT_field_falloff_radial(PhysicButtonsPanel, bpy_types._GenericUI):
1489
1479
  COMPAT_ENGINES: typing.Any
1490
1480
  bl_context: typing.Any
1491
1481
  bl_label: typing.Any
@@ -1727,9 +1717,7 @@ class PHYSICS_PT_field_falloff_radial(
1727
1717
  """
1728
1718
  ...
1729
1719
 
1730
- class PHYSICS_PT_field_settings(
1731
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1732
- ):
1720
+ class PHYSICS_PT_field_settings(PhysicButtonsPanel, bpy_types._GenericUI):
1733
1721
  COMPAT_ENGINES: typing.Any
1734
1722
  bl_context: typing.Any
1735
1723
  bl_label: typing.Any
@@ -1971,9 +1959,7 @@ class PHYSICS_PT_field_settings(
1971
1959
  """
1972
1960
  ...
1973
1961
 
1974
- class PHYSICS_PT_field_settings_kink(
1975
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1976
- ):
1962
+ class PHYSICS_PT_field_settings_kink(PhysicButtonsPanel, bpy_types._GenericUI):
1977
1963
  COMPAT_ENGINES: typing.Any
1978
1964
  bl_context: typing.Any
1979
1965
  bl_label: typing.Any
@@ -2216,7 +2202,7 @@ class PHYSICS_PT_field_settings_kink(
2216
2202
  ...
2217
2203
 
2218
2204
  class PHYSICS_PT_field_settings_texture_select(
2219
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2205
+ PhysicButtonsPanel, bpy_types._GenericUI
2220
2206
  ):
2221
2207
  COMPAT_ENGINES: typing.Any
2222
2208
  bl_context: 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 FLUID_PT_presets(bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI):
10
+ class FLUID_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
@@ -338,9 +338,7 @@ class PhysicButtonsPanel:
338
338
  """
339
339
  ...
340
340
 
341
- class PHYSICS_PT_adaptive_domain(
342
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
343
- ):
341
+ class PHYSICS_PT_adaptive_domain(PhysicButtonsPanel, bpy_types._GenericUI):
344
342
  COMPAT_ENGINES: typing.Any
345
343
  bl_context: typing.Any
346
344
  bl_label: typing.Any
@@ -632,7 +630,7 @@ class PHYSICS_PT_adaptive_domain(
632
630
  """
633
631
  ...
634
632
 
635
- class PHYSICS_PT_borders(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
633
+ class PHYSICS_PT_borders(PhysicButtonsPanel, bpy_types._GenericUI):
636
634
  COMPAT_ENGINES: typing.Any
637
635
  bl_context: typing.Any
638
636
  bl_label: typing.Any
@@ -916,7 +914,7 @@ class PHYSICS_PT_borders(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generic
916
914
  """
917
915
  ...
918
916
 
919
- class PHYSICS_PT_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
917
+ class PHYSICS_PT_cache(PhysicButtonsPanel, bpy_types._GenericUI):
920
918
  COMPAT_ENGINES: typing.Any
921
919
  bl_context: typing.Any
922
920
  bl_label: typing.Any
@@ -1200,7 +1198,7 @@ class PHYSICS_PT_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1200
1198
  """
1201
1199
  ...
1202
1200
 
1203
- class PHYSICS_PT_collections(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
1201
+ class PHYSICS_PT_collections(PhysicButtonsPanel, bpy_types._GenericUI):
1204
1202
  COMPAT_ENGINES: typing.Any
1205
1203
  bl_context: typing.Any
1206
1204
  bl_label: typing.Any
@@ -1485,7 +1483,7 @@ class PHYSICS_PT_collections(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gen
1485
1483
  """
1486
1484
  ...
1487
1485
 
1488
- class PHYSICS_PT_diffusion(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
1486
+ class PHYSICS_PT_diffusion(PhysicButtonsPanel, bpy_types._GenericUI):
1489
1487
  COMPAT_ENGINES: typing.Any
1490
1488
  bl_context: typing.Any
1491
1489
  bl_label: typing.Any
@@ -1784,7 +1782,7 @@ class PHYSICS_PT_diffusion(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gener
1784
1782
  """
1785
1783
  ...
1786
1784
 
1787
- class PHYSICS_PT_export(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
1785
+ class PHYSICS_PT_export(PhysicButtonsPanel, bpy_types._GenericUI):
1788
1786
  COMPAT_ENGINES: typing.Any
1789
1787
  bl_context: typing.Any
1790
1788
  bl_label: typing.Any
@@ -2069,9 +2067,7 @@ class PHYSICS_PT_export(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericU
2069
2067
  """
2070
2068
  ...
2071
2069
 
2072
- class PHYSICS_PT_field_weights(
2073
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2074
- ):
2070
+ class PHYSICS_PT_field_weights(PhysicButtonsPanel, bpy_types._GenericUI):
2075
2071
  COMPAT_ENGINES: typing.Any
2076
2072
  bl_context: typing.Any
2077
2073
  bl_label: typing.Any
@@ -2356,7 +2352,7 @@ class PHYSICS_PT_field_weights(
2356
2352
  """
2357
2353
  ...
2358
2354
 
2359
- class PHYSICS_PT_fire(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
2355
+ class PHYSICS_PT_fire(PhysicButtonsPanel, bpy_types._GenericUI):
2360
2356
  COMPAT_ENGINES: typing.Any
2361
2357
  bl_context: typing.Any
2362
2358
  bl_label: typing.Any
@@ -2641,9 +2637,7 @@ class PHYSICS_PT_fire(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI)
2641
2637
  """
2642
2638
  ...
2643
2639
 
2644
- class PHYSICS_PT_flow_initial_velocity(
2645
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2646
- ):
2640
+ class PHYSICS_PT_flow_initial_velocity(PhysicButtonsPanel, bpy_types._GenericUI):
2647
2641
  COMPAT_ENGINES: typing.Any
2648
2642
  bl_context: typing.Any
2649
2643
  bl_label: typing.Any
@@ -2934,7 +2928,7 @@ class PHYSICS_PT_flow_initial_velocity(
2934
2928
  """
2935
2929
  ...
2936
2930
 
2937
- class PHYSICS_PT_flow_source(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
2931
+ class PHYSICS_PT_flow_source(PhysicButtonsPanel, bpy_types._GenericUI):
2938
2932
  COMPAT_ENGINES: typing.Any
2939
2933
  bl_context: typing.Any
2940
2934
  bl_label: typing.Any
@@ -3219,9 +3213,7 @@ class PHYSICS_PT_flow_source(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gen
3219
3213
  """
3220
3214
  ...
3221
3215
 
3222
- class PHYSICS_PT_flow_texture(
3223
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3224
- ):
3216
+ class PHYSICS_PT_flow_texture(PhysicButtonsPanel, bpy_types._GenericUI):
3225
3217
  COMPAT_ENGINES: typing.Any
3226
3218
  bl_context: typing.Any
3227
3219
  bl_label: typing.Any
@@ -3513,7 +3505,7 @@ class PHYSICS_PT_flow_texture(
3513
3505
  """
3514
3506
  ...
3515
3507
 
3516
- class PHYSICS_PT_fluid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
3508
+ class PHYSICS_PT_fluid(PhysicButtonsPanel, bpy_types._GenericUI):
3517
3509
  COMPAT_ENGINES: typing.Any
3518
3510
  bl_context: typing.Any
3519
3511
  bl_label: typing.Any
@@ -3796,9 +3788,7 @@ class PHYSICS_PT_fluid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3796
3788
  """
3797
3789
  ...
3798
3790
 
3799
- class PHYSICS_PT_fluid_domain_render(
3800
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3801
- ):
3791
+ class PHYSICS_PT_fluid_domain_render(PhysicButtonsPanel, bpy_types._GenericUI):
3802
3792
  COMPAT_ENGINES: typing.Any
3803
3793
  bl_context: typing.Any
3804
3794
  bl_label: typing.Any
@@ -4083,7 +4073,7 @@ class PHYSICS_PT_fluid_domain_render(
4083
4073
  """
4084
4074
  ...
4085
4075
 
4086
- class PHYSICS_PT_guide(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
4076
+ class PHYSICS_PT_guide(PhysicButtonsPanel, bpy_types._GenericUI):
4087
4077
  COMPAT_ENGINES: typing.Any
4088
4078
  bl_context: typing.Any
4089
4079
  bl_label: typing.Any
@@ -4375,7 +4365,7 @@ class PHYSICS_PT_guide(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
4375
4365
  """
4376
4366
  ...
4377
4367
 
4378
- class PHYSICS_PT_liquid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
4368
+ class PHYSICS_PT_liquid(PhysicButtonsPanel, bpy_types._GenericUI):
4379
4369
  COMPAT_ENGINES: typing.Any
4380
4370
  bl_context: typing.Any
4381
4371
  bl_label: typing.Any
@@ -4666,7 +4656,7 @@ class PHYSICS_PT_liquid(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericU
4666
4656
  """
4667
4657
  ...
4668
4658
 
4669
- class PHYSICS_PT_mesh(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
4659
+ class PHYSICS_PT_mesh(PhysicButtonsPanel, bpy_types._GenericUI):
4670
4660
  COMPAT_ENGINES: typing.Any
4671
4661
  bl_context: typing.Any
4672
4662
  bl_label: typing.Any
@@ -4958,7 +4948,7 @@ class PHYSICS_PT_mesh(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI)
4958
4948
  """
4959
4949
  ...
4960
4950
 
4961
- class PHYSICS_PT_noise(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
4951
+ class PHYSICS_PT_noise(PhysicButtonsPanel, bpy_types._GenericUI):
4962
4952
  COMPAT_ENGINES: typing.Any
4963
4953
  bl_context: typing.Any
4964
4954
  bl_label: typing.Any
@@ -5250,7 +5240,7 @@ class PHYSICS_PT_noise(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
5250
5240
  """
5251
5241
  ...
5252
5242
 
5253
- class PHYSICS_PT_particles(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
5243
+ class PHYSICS_PT_particles(PhysicButtonsPanel, bpy_types._GenericUI):
5254
5244
  COMPAT_ENGINES: typing.Any
5255
5245
  bl_context: typing.Any
5256
5246
  bl_label: typing.Any
@@ -5535,7 +5525,7 @@ class PHYSICS_PT_particles(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gener
5535
5525
  """
5536
5526
  ...
5537
5527
 
5538
- class PHYSICS_PT_settings(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
5528
+ class PHYSICS_PT_settings(PhysicButtonsPanel, bpy_types._GenericUI):
5539
5529
  COMPAT_ENGINES: typing.Any
5540
5530
  bl_context: typing.Any
5541
5531
  bl_label: typing.Any
@@ -5819,7 +5809,7 @@ class PHYSICS_PT_settings(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generi
5819
5809
  """
5820
5810
  ...
5821
5811
 
5822
- class PHYSICS_PT_smoke(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
5812
+ class PHYSICS_PT_smoke(PhysicButtonsPanel, bpy_types._GenericUI):
5823
5813
  COMPAT_ENGINES: typing.Any
5824
5814
  bl_context: typing.Any
5825
5815
  bl_label: typing.Any
@@ -6103,9 +6093,7 @@ class PHYSICS_PT_smoke(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
6103
6093
  """
6104
6094
  ...
6105
6095
 
6106
- class PHYSICS_PT_smoke_dissolve(
6107
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
6108
- ):
6096
+ class PHYSICS_PT_smoke_dissolve(PhysicButtonsPanel, bpy_types._GenericUI):
6109
6097
  COMPAT_ENGINES: typing.Any
6110
6098
  bl_context: typing.Any
6111
6099
  bl_label: typing.Any
@@ -6398,9 +6386,7 @@ class PHYSICS_PT_smoke_dissolve(
6398
6386
  """
6399
6387
  ...
6400
6388
 
6401
- class PHYSICS_PT_viewport_display(
6402
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
6403
- ):
6389
+ class PHYSICS_PT_viewport_display(PhysicButtonsPanel, bpy_types._GenericUI):
6404
6390
  bl_context: typing.Any
6405
6391
  bl_label: typing.Any
6406
6392
  bl_options: typing.Any
@@ -6684,9 +6670,7 @@ class PHYSICS_PT_viewport_display(
6684
6670
  """
6685
6671
  ...
6686
6672
 
6687
- class PHYSICS_PT_viewport_display_advanced(
6688
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
6689
- ):
6673
+ class PHYSICS_PT_viewport_display_advanced(PhysicButtonsPanel, bpy_types._GenericUI):
6690
6674
  bl_context: typing.Any
6691
6675
  bl_label: typing.Any
6692
6676
  bl_options: typing.Any
@@ -6970,9 +6954,7 @@ class PHYSICS_PT_viewport_display_advanced(
6970
6954
  """
6971
6955
  ...
6972
6956
 
6973
- class PHYSICS_PT_viewport_display_color(
6974
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
6975
- ):
6957
+ class PHYSICS_PT_viewport_display_color(PhysicButtonsPanel, bpy_types._GenericUI):
6976
6958
  bl_context: typing.Any
6977
6959
  bl_label: typing.Any
6978
6960
  bl_options: typing.Any
@@ -7263,9 +7245,7 @@ class PHYSICS_PT_viewport_display_color(
7263
7245
  """
7264
7246
  ...
7265
7247
 
7266
- class PHYSICS_PT_viewport_display_debug(
7267
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
7268
- ):
7248
+ class PHYSICS_PT_viewport_display_debug(PhysicButtonsPanel, bpy_types._GenericUI):
7269
7249
  bl_context: typing.Any
7270
7250
  bl_label: typing.Any
7271
7251
  bl_options: typing.Any
@@ -7556,9 +7536,7 @@ class PHYSICS_PT_viewport_display_debug(
7556
7536
  """
7557
7537
  ...
7558
7538
 
7559
- class PHYSICS_PT_viewport_display_slicing(
7560
- bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
7561
- ):
7539
+ class PHYSICS_PT_viewport_display_slicing(PhysicButtonsPanel, bpy_types._GenericUI):
7562
7540
  bl_context: typing.Any
7563
7541
  bl_label: typing.Any
7564
7542
  bl_options: typing.Any
@@ -7849,7 +7827,7 @@ class PHYSICS_PT_viewport_display_slicing(
7849
7827
  """
7850
7828
  ...
7851
7829
 
7852
- class PHYSICS_PT_viscosity(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
7830
+ class PHYSICS_PT_viscosity(PhysicButtonsPanel, bpy_types._GenericUI):
7853
7831
  COMPAT_ENGINES: typing.Any
7854
7832
  bl_context: typing.Any
7855
7833
  bl_label: typing.Any
@@ -6,7 +6,7 @@ import bpy_types
6
6
  GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
- class PHYSICS_PT_geometry_nodes(bpy_types.Panel, bpy_types._GenericUI):
9
+ class PHYSICS_PT_geometry_nodes(bpy_types._GenericUI):
10
10
  bl_context: typing.Any
11
11
  bl_label: typing.Any
12
12
  bl_options: typing.Any
@@ -11,9 +11,7 @@ class PHYSICS_PT_rigidbody_panel:
11
11
  bl_region_type: typing.Any
12
12
  bl_space_type: typing.Any
13
13
 
14
- class PHYSICS_PT_rigid_body(
15
- bpy_types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
16
- ):
14
+ class PHYSICS_PT_rigid_body(PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI):
17
15
  COMPAT_ENGINES: typing.Any
18
16
  bl_context: typing.Any
19
17
  bl_label: typing.Any
@@ -241,7 +239,7 @@ class PHYSICS_PT_rigid_body(
241
239
  ...
242
240
 
243
241
  class PHYSICS_PT_rigid_body_collisions(
244
- bpy_types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
242
+ PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
245
243
  ):
246
244
  COMPAT_ENGINES: typing.Any
247
245
  bl_context: typing.Any
@@ -471,7 +469,7 @@ class PHYSICS_PT_rigid_body_collisions(
471
469
  ...
472
470
 
473
471
  class PHYSICS_PT_rigid_body_collisions_collections(
474
- bpy_types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
472
+ PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
475
473
  ):
476
474
  COMPAT_ENGINES: typing.Any
477
475
  bl_context: typing.Any
@@ -702,7 +700,7 @@ class PHYSICS_PT_rigid_body_collisions_collections(
702
700
  ...
703
701
 
704
702
  class PHYSICS_PT_rigid_body_collisions_sensitivity(
705
- bpy_types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
703
+ PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
706
704
  ):
707
705
  COMPAT_ENGINES: typing.Any
708
706
  bl_context: typing.Any
@@ -933,7 +931,7 @@ class PHYSICS_PT_rigid_body_collisions_sensitivity(
933
931
  ...
934
932
 
935
933
  class PHYSICS_PT_rigid_body_collisions_surface(
936
- bpy_types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
934
+ PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
937
935
  ):
938
936
  COMPAT_ENGINES: typing.Any
939
937
  bl_context: typing.Any
@@ -1163,9 +1161,7 @@ class PHYSICS_PT_rigid_body_collisions_surface(
1163
1161
  """
1164
1162
  ...
1165
1163
 
1166
- class PHYSICS_PT_rigid_body_dynamics(
1167
- bpy_types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
1168
- ):
1164
+ class PHYSICS_PT_rigid_body_dynamics(PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI):
1169
1165
  COMPAT_ENGINES: typing.Any
1170
1166
  bl_context: typing.Any
1171
1167
  bl_label: typing.Any
@@ -1395,7 +1391,7 @@ class PHYSICS_PT_rigid_body_dynamics(
1395
1391
  ...
1396
1392
 
1397
1393
  class PHYSICS_PT_rigid_body_dynamics_deactivation(
1398
- bpy_types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
1394
+ PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
1399
1395
  ):
1400
1396
  COMPAT_ENGINES: typing.Any
1401
1397
  bl_context: typing.Any
@@ -1632,9 +1628,7 @@ class PHYSICS_PT_rigid_body_dynamics_deactivation(
1632
1628
  """
1633
1629
  ...
1634
1630
 
1635
- class PHYSICS_PT_rigid_body_settings(
1636
- bpy_types.Panel, PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI
1637
- ):
1631
+ class PHYSICS_PT_rigid_body_settings(PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI):
1638
1632
  COMPAT_ENGINES: typing.Any
1639
1633
  bl_context: typing.Any
1640
1634
  bl_label: typing.Any