fake-bpy-module 20240722__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.

Files changed (96) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +2 -2
  3. bl_operators/bone_selection_sets/__init__.pyi +16 -16
  4. bl_operators/connect_to_output/__init__.pyi +4 -1
  5. bl_operators/image_as_planes/__init__.pyi +12 -2
  6. bl_operators/node/__init__.pyi +14 -14
  7. bl_operators/object_quick_effects/__init__.pyi +3 -3
  8. bl_operators/presets/__init__.pyi +24 -24
  9. bl_operators/sequencer/__init__.pyi +76 -76
  10. bl_operators/wm/__init__.pyi +4 -5
  11. bl_ui/__init__.pyi +3 -4
  12. bl_ui/anim/__init__.pyi +1 -2
  13. bl_ui/asset_shelf/__init__.pyi +1 -2
  14. bl_ui/generic_ui_list/__init__.pyi +3 -3
  15. bl_ui/node_add_menu/__init__.pyi +1 -2
  16. bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
  17. bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
  18. bl_ui/node_add_menu_shader/__init__.pyi +10 -11
  19. bl_ui/node_add_menu_texture/__init__.pyi +9 -10
  20. bl_ui/properties_collection/__init__.pyi +9 -7
  21. bl_ui/properties_constraint/__init__.pyi +227 -80
  22. bl_ui/properties_data_armature/__init__.pyi +27 -18
  23. bl_ui/properties_data_bone/__init__.pyi +13 -11
  24. bl_ui/properties_data_camera/__init__.pyi +18 -15
  25. bl_ui/properties_data_curve/__init__.pyi +72 -78
  26. bl_ui/properties_data_curves/__init__.pyi +9 -7
  27. bl_ui/properties_data_empty/__init__.pyi +2 -3
  28. bl_ui/properties_data_gpencil/__init__.pyi +42 -21
  29. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -19
  30. bl_ui/properties_data_lattice/__init__.pyi +6 -4
  31. bl_ui/properties_data_light/__init__.pyi +15 -13
  32. bl_ui/properties_data_lightprobe/__init__.pyi +13 -14
  33. bl_ui/properties_data_mesh/__init__.pyi +71 -69
  34. bl_ui/properties_data_metaball/__init__.pyi +8 -6
  35. bl_ui/properties_data_modifier/__init__.pyi +9 -10
  36. bl_ui/properties_data_pointcloud/__init__.pyi +8 -6
  37. bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
  38. bl_ui/properties_data_speaker/__init__.pyi +8 -6
  39. bl_ui/properties_data_volume/__init__.pyi +11 -9
  40. bl_ui/properties_freestyle/__init__.pyi +31 -84
  41. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
  42. bl_ui/properties_mask_common/__init__.pyi +7 -8
  43. bl_ui/properties_material/__init__.pyi +19 -17
  44. bl_ui/properties_material_gpencil/__init__.pyi +17 -11
  45. bl_ui/properties_object/__init__.pyi +22 -15
  46. bl_ui/properties_output/__init__.pyi +19 -19
  47. bl_ui/properties_paint_common/__init__.pyi +18 -19
  48. bl_ui/properties_particle/__init__.pyi +56 -53
  49. bl_ui/properties_physics_cloth/__init__.pyi +15 -15
  50. bl_ui/properties_physics_common/__init__.pyi +1 -2
  51. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -25
  52. bl_ui/properties_physics_field/__init__.pyi +10 -11
  53. bl_ui/properties_physics_fluid/__init__.pyi +29 -29
  54. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
  55. bl_ui/properties_physics_rigidbody/__init__.pyi +10 -9
  56. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +25 -14
  57. bl_ui/properties_physics_softbody/__init__.pyi +15 -16
  58. bl_ui/properties_render/__init__.pyi +63 -58
  59. bl_ui/properties_scene/__init__.pyi +37 -37
  60. bl_ui/properties_texture/__init__.pyi +31 -43
  61. bl_ui/properties_view_layer/__init__.pyi +52 -56
  62. bl_ui/properties_workspace/__init__.pyi +7 -5
  63. bl_ui/properties_world/__init__.pyi +13 -11
  64. bl_ui/space_clip/__init__.pyi +90 -72
  65. bl_ui/space_console/__init__.pyi +6 -7
  66. bl_ui/space_dopesheet/__init__.pyi +68 -32
  67. bl_ui/space_filebrowser/__init__.pyi +38 -32
  68. bl_ui/space_graph/__init__.pyi +23 -21
  69. bl_ui/space_image/__init__.pyi +254 -274
  70. bl_ui/space_info/__init__.pyi +6 -7
  71. bl_ui/space_nla/__init__.pyi +18 -18
  72. bl_ui/space_node/__init__.pyi +35 -29
  73. bl_ui/space_outliner/__init__.pyi +14 -15
  74. bl_ui/space_properties/__init__.pyi +3 -4
  75. bl_ui/space_sequencer/__init__.pyi +95 -79
  76. bl_ui/space_spreadsheet/__init__.pyi +1 -2
  77. bl_ui/space_statusbar/__init__.pyi +1 -2
  78. bl_ui/space_text/__init__.pyi +16 -17
  79. bl_ui/space_time/__init__.pyi +7 -8
  80. bl_ui/space_toolsystem_common/__init__.pyi +1 -2
  81. bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -5
  82. bl_ui/space_topbar/__init__.pyi +26 -27
  83. bl_ui/space_userpref/__init__.pyi +126 -92
  84. bl_ui/space_view3d/__init__.pyi +359 -366
  85. bl_ui/space_view3d_toolbar/__init__.pyi +649 -825
  86. bl_ui/temp_anim_layers/__init__.pyi +1 -2
  87. bpy/ops/sequencer/__init__.pyi +1 -1
  88. bpy/types/__init__.pyi +29718 -29418
  89. bpy_extras/node_shader_utils/__init__.pyi +118 -118
  90. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/METADATA +1 -1
  91. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/RECORD +96 -96
  92. freestyle/utils/__init__.pyi +1 -1
  93. keyingsets_builtins/__init__.pyi +2 -2
  94. nodeitems_builtins/__init__.pyi +4 -4
  95. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/WHEEL +0 -0
  96. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/top_level.txt +0 -0
@@ -1,13 +1,14 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import bl_ui.utils
4
5
  import bpy.types
5
- import bpy_types
6
+ import rna_prop_ui
6
7
 
7
8
  GenericType1 = typing.TypeVar("GenericType1")
8
9
  GenericType2 = typing.TypeVar("GenericType2")
9
10
 
10
- class PARTICLE_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
11
+ class PARTICLE_MT_context_menu(bpy.types.Menu):
11
12
  COMPAT_ENGINES: typing.Any
12
13
  bl_label: typing.Any
13
14
  bl_rna: typing.Any
@@ -36,7 +37,7 @@ class PARTICLE_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
36
37
  """
37
38
  ...
38
39
 
39
- class PARTICLE_PT_boidbrain(bpy.types.Panel, bpy_types._GenericUI):
40
+ class PARTICLE_PT_boidbrain(ParticleButtonsPanel, bpy.types.Panel):
40
41
  COMPAT_ENGINES: typing.Any
41
42
  bl_context: typing.Any
42
43
  bl_label: typing.Any
@@ -78,7 +79,7 @@ class PARTICLE_PT_boidbrain(bpy.types.Panel, bpy_types._GenericUI):
78
79
  """
79
80
  ...
80
81
 
81
- class PARTICLE_PT_cache(bpy.types.Panel, bpy_types._GenericUI):
82
+ class PARTICLE_PT_cache(ParticleButtonsPanel, bpy.types.Panel):
82
83
  COMPAT_ENGINES: typing.Any
83
84
  bl_context: typing.Any
84
85
  bl_label: typing.Any
@@ -119,7 +120,7 @@ class PARTICLE_PT_cache(bpy.types.Panel, bpy_types._GenericUI):
119
120
  """
120
121
  ...
121
122
 
122
- class PARTICLE_PT_children(bpy.types.Panel, bpy_types._GenericUI):
123
+ class PARTICLE_PT_children(ParticleButtonsPanel, bpy.types.Panel):
123
124
  COMPAT_ENGINES: typing.Any
124
125
  bl_context: typing.Any
125
126
  bl_label: typing.Any
@@ -161,7 +162,7 @@ class PARTICLE_PT_children(bpy.types.Panel, bpy_types._GenericUI):
161
162
  """
162
163
  ...
163
164
 
164
- class PARTICLE_PT_children_clumping(bpy.types.Panel, bpy_types._GenericUI):
165
+ class PARTICLE_PT_children_clumping(ParticleButtonsPanel, bpy.types.Panel):
165
166
  COMPAT_ENGINES: typing.Any
166
167
  bl_context: typing.Any
167
168
  bl_label: typing.Any
@@ -203,7 +204,7 @@ class PARTICLE_PT_children_clumping(bpy.types.Panel, bpy_types._GenericUI):
203
204
  """
204
205
  ...
205
206
 
206
- class PARTICLE_PT_children_clumping_noise(bpy.types.Panel, bpy_types._GenericUI):
207
+ class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, bpy.types.Panel):
207
208
  COMPAT_ENGINES: typing.Any
208
209
  bl_context: typing.Any
209
210
  bl_label: typing.Any
@@ -244,7 +245,7 @@ class PARTICLE_PT_children_clumping_noise(bpy.types.Panel, bpy_types._GenericUI)
244
245
  """
245
246
  ...
246
247
 
247
- class PARTICLE_PT_children_kink(bpy.types.Panel, bpy_types._GenericUI):
248
+ class PARTICLE_PT_children_kink(ParticleButtonsPanel, bpy.types.Panel):
248
249
  COMPAT_ENGINES: typing.Any
249
250
  bl_context: typing.Any
250
251
  bl_label: typing.Any
@@ -286,7 +287,7 @@ class PARTICLE_PT_children_kink(bpy.types.Panel, bpy_types._GenericUI):
286
287
  """
287
288
  ...
288
289
 
289
- class PARTICLE_PT_children_parting(bpy.types.Panel, bpy_types._GenericUI):
290
+ class PARTICLE_PT_children_parting(ParticleButtonsPanel, bpy.types.Panel):
290
291
  COMPAT_ENGINES: typing.Any
291
292
  bl_context: typing.Any
292
293
  bl_label: typing.Any
@@ -328,7 +329,7 @@ class PARTICLE_PT_children_parting(bpy.types.Panel, bpy_types._GenericUI):
328
329
  """
329
330
  ...
330
331
 
331
- class PARTICLE_PT_children_roughness(bpy.types.Panel, bpy_types._GenericUI):
332
+ class PARTICLE_PT_children_roughness(ParticleButtonsPanel, bpy.types.Panel):
332
333
  COMPAT_ENGINES: typing.Any
333
334
  bl_context: typing.Any
334
335
  bl_label: typing.Any
@@ -371,7 +372,7 @@ class PARTICLE_PT_children_roughness(bpy.types.Panel, bpy_types._GenericUI):
371
372
  """
372
373
  ...
373
374
 
374
- class PARTICLE_PT_context_particles(bpy.types.Panel, bpy_types._GenericUI):
375
+ class PARTICLE_PT_context_particles(ParticleButtonsPanel, bpy.types.Panel):
375
376
  COMPAT_ENGINES: typing.Any
376
377
  bl_context: typing.Any
377
378
  bl_label: typing.Any
@@ -412,7 +413,9 @@ class PARTICLE_PT_context_particles(bpy.types.Panel, bpy_types._GenericUI):
412
413
  """
413
414
  ...
414
415
 
415
- class PARTICLE_PT_custom_props(bpy.types.Panel, bpy_types._GenericUI):
416
+ class PARTICLE_PT_custom_props(
417
+ rna_prop_ui.PropertyPanel, ParticleButtonsPanel, bpy.types.Panel
418
+ ):
416
419
  """The subclass should have its own poll function
417
420
  and the variable '_context_path' MUST be set.
418
421
  """
@@ -443,7 +446,7 @@ class PARTICLE_PT_custom_props(bpy.types.Panel, bpy_types._GenericUI):
443
446
  """
444
447
  ...
445
448
 
446
- class PARTICLE_PT_draw(bpy.types.Panel, bpy_types._GenericUI):
449
+ class PARTICLE_PT_draw(ParticleButtonsPanel, bpy.types.Panel):
447
450
  COMPAT_ENGINES: typing.Any
448
451
  bl_context: typing.Any
449
452
  bl_label: typing.Any
@@ -484,7 +487,7 @@ class PARTICLE_PT_draw(bpy.types.Panel, bpy_types._GenericUI):
484
487
  """
485
488
  ...
486
489
 
487
- class PARTICLE_PT_emission(bpy.types.Panel, bpy_types._GenericUI):
490
+ class PARTICLE_PT_emission(ParticleButtonsPanel, bpy.types.Panel):
488
491
  COMPAT_ENGINES: typing.Any
489
492
  bl_context: typing.Any
490
493
  bl_label: typing.Any
@@ -525,7 +528,7 @@ class PARTICLE_PT_emission(bpy.types.Panel, bpy_types._GenericUI):
525
528
  """
526
529
  ...
527
530
 
528
- class PARTICLE_PT_emission_source(bpy.types.Panel, bpy_types._GenericUI):
531
+ class PARTICLE_PT_emission_source(ParticleButtonsPanel, bpy.types.Panel):
529
532
  COMPAT_ENGINES: typing.Any
530
533
  bl_context: typing.Any
531
534
  bl_label: typing.Any
@@ -559,7 +562,7 @@ class PARTICLE_PT_emission_source(bpy.types.Panel, bpy_types._GenericUI):
559
562
  """
560
563
  ...
561
564
 
562
- class PARTICLE_PT_field_weights(bpy.types.Panel, bpy_types._GenericUI):
565
+ class PARTICLE_PT_field_weights(ParticleButtonsPanel, bpy.types.Panel):
563
566
  COMPAT_ENGINES: typing.Any
564
567
  bl_context: typing.Any
565
568
  bl_label: typing.Any
@@ -600,7 +603,7 @@ class PARTICLE_PT_field_weights(bpy.types.Panel, bpy_types._GenericUI):
600
603
  """
601
604
  ...
602
605
 
603
- class PARTICLE_PT_force_fields(bpy.types.Panel, bpy_types._GenericUI):
606
+ class PARTICLE_PT_force_fields(ParticleButtonsPanel, bpy.types.Panel):
604
607
  COMPAT_ENGINES: typing.Any
605
608
  bl_context: typing.Any
606
609
  bl_label: typing.Any
@@ -633,7 +636,7 @@ class PARTICLE_PT_force_fields(bpy.types.Panel, bpy_types._GenericUI):
633
636
  """
634
637
  ...
635
638
 
636
- class PARTICLE_PT_force_fields_type1(bpy.types.Panel, bpy_types._GenericUI):
639
+ class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, bpy.types.Panel):
637
640
  COMPAT_ENGINES: typing.Any
638
641
  bl_context: typing.Any
639
642
  bl_label: typing.Any
@@ -666,7 +669,7 @@ class PARTICLE_PT_force_fields_type1(bpy.types.Panel, bpy_types._GenericUI):
666
669
  """
667
670
  ...
668
671
 
669
- class PARTICLE_PT_force_fields_type1_falloff(bpy.types.Panel, bpy_types._GenericUI):
672
+ class PARTICLE_PT_force_fields_type1_falloff(ParticleButtonsPanel, bpy.types.Panel):
670
673
  COMPAT_ENGINES: typing.Any
671
674
  bl_context: typing.Any
672
675
  bl_label: typing.Any
@@ -700,7 +703,7 @@ class PARTICLE_PT_force_fields_type1_falloff(bpy.types.Panel, bpy_types._Generic
700
703
  """
701
704
  ...
702
705
 
703
- class PARTICLE_PT_force_fields_type2(bpy.types.Panel, bpy_types._GenericUI):
706
+ class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, bpy.types.Panel):
704
707
  COMPAT_ENGINES: typing.Any
705
708
  bl_context: typing.Any
706
709
  bl_label: typing.Any
@@ -733,7 +736,7 @@ class PARTICLE_PT_force_fields_type2(bpy.types.Panel, bpy_types._GenericUI):
733
736
  """
734
737
  ...
735
738
 
736
- class PARTICLE_PT_force_fields_type2_falloff(bpy.types.Panel, bpy_types._GenericUI):
739
+ class PARTICLE_PT_force_fields_type2_falloff(ParticleButtonsPanel, bpy.types.Panel):
737
740
  COMPAT_ENGINES: typing.Any
738
741
  bl_context: typing.Any
739
742
  bl_label: typing.Any
@@ -767,7 +770,7 @@ class PARTICLE_PT_force_fields_type2_falloff(bpy.types.Panel, bpy_types._Generic
767
770
  """
768
771
  ...
769
772
 
770
- class PARTICLE_PT_hair_dynamics(bpy.types.Panel, bpy_types._GenericUI):
773
+ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy.types.Panel):
771
774
  COMPAT_ENGINES: typing.Any
772
775
  bl_context: typing.Any
773
776
  bl_label: typing.Any
@@ -822,7 +825,7 @@ class PARTICLE_PT_hair_dynamics(bpy.types.Panel, bpy_types._GenericUI):
822
825
  """
823
826
  ...
824
827
 
825
- class PARTICLE_PT_hair_dynamics_collision(bpy.types.Panel, bpy_types._GenericUI):
828
+ class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, bpy.types.Panel):
826
829
  COMPAT_ENGINES: typing.Any
827
830
  bl_context: typing.Any
828
831
  bl_label: typing.Any
@@ -864,7 +867,7 @@ class PARTICLE_PT_hair_dynamics_collision(bpy.types.Panel, bpy_types._GenericUI)
864
867
  """
865
868
  ...
866
869
 
867
- class PARTICLE_PT_hair_dynamics_presets(bpy.types.Panel, bpy_types._GenericUI):
870
+ class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
868
871
  COMPAT_ENGINES: typing.Any
869
872
  bl_label: typing.Any
870
873
  bl_region_type: typing.Any
@@ -891,7 +894,7 @@ class PARTICLE_PT_hair_dynamics_presets(bpy.types.Panel, bpy_types._GenericUI):
891
894
  """
892
895
  ...
893
896
 
894
- class PARTICLE_PT_hair_dynamics_structure(bpy.types.Panel, bpy_types._GenericUI):
897
+ class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, bpy.types.Panel):
895
898
  COMPAT_ENGINES: typing.Any
896
899
  bl_context: typing.Any
897
900
  bl_label: typing.Any
@@ -933,7 +936,7 @@ class PARTICLE_PT_hair_dynamics_structure(bpy.types.Panel, bpy_types._GenericUI)
933
936
  """
934
937
  ...
935
938
 
936
- class PARTICLE_PT_hair_dynamics_volume(bpy.types.Panel, bpy_types._GenericUI):
939
+ class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, bpy.types.Panel):
937
940
  COMPAT_ENGINES: typing.Any
938
941
  bl_context: typing.Any
939
942
  bl_label: typing.Any
@@ -975,7 +978,7 @@ class PARTICLE_PT_hair_dynamics_volume(bpy.types.Panel, bpy_types._GenericUI):
975
978
  """
976
979
  ...
977
980
 
978
- class PARTICLE_PT_hair_shape(bpy.types.Panel, bpy_types._GenericUI):
981
+ class PARTICLE_PT_hair_shape(ParticleButtonsPanel, bpy.types.Panel):
979
982
  COMPAT_ENGINES: typing.Any
980
983
  bl_context: typing.Any
981
984
  bl_label: typing.Any
@@ -1016,7 +1019,7 @@ class PARTICLE_PT_hair_shape(bpy.types.Panel, bpy_types._GenericUI):
1016
1019
  """
1017
1020
  ...
1018
1021
 
1019
- class PARTICLE_PT_physics(bpy.types.Panel, bpy_types._GenericUI):
1022
+ class PARTICLE_PT_physics(ParticleButtonsPanel, bpy.types.Panel):
1020
1023
  COMPAT_ENGINES: typing.Any
1021
1024
  bl_context: typing.Any
1022
1025
  bl_label: typing.Any
@@ -1057,7 +1060,7 @@ class PARTICLE_PT_physics(bpy.types.Panel, bpy_types._GenericUI):
1057
1060
  """
1058
1061
  ...
1059
1062
 
1060
- class PARTICLE_PT_physics_boids_battle(bpy.types.Panel, bpy_types._GenericUI):
1063
+ class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, bpy.types.Panel):
1061
1064
  COMPAT_ENGINES: typing.Any
1062
1065
  bl_context: typing.Any
1063
1066
  bl_label: typing.Any
@@ -1099,7 +1102,7 @@ class PARTICLE_PT_physics_boids_battle(bpy.types.Panel, bpy_types._GenericUI):
1099
1102
  """
1100
1103
  ...
1101
1104
 
1102
- class PARTICLE_PT_physics_boids_misc(bpy.types.Panel, bpy_types._GenericUI):
1105
+ class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, bpy.types.Panel):
1103
1106
  COMPAT_ENGINES: typing.Any
1104
1107
  bl_context: typing.Any
1105
1108
  bl_label: typing.Any
@@ -1141,7 +1144,7 @@ class PARTICLE_PT_physics_boids_misc(bpy.types.Panel, bpy_types._GenericUI):
1141
1144
  """
1142
1145
  ...
1143
1146
 
1144
- class PARTICLE_PT_physics_boids_movement(bpy.types.Panel, bpy_types._GenericUI):
1147
+ class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, bpy.types.Panel):
1145
1148
  COMPAT_ENGINES: typing.Any
1146
1149
  bl_context: typing.Any
1147
1150
  bl_label: typing.Any
@@ -1183,7 +1186,7 @@ class PARTICLE_PT_physics_boids_movement(bpy.types.Panel, bpy_types._GenericUI):
1183
1186
  """
1184
1187
  ...
1185
1188
 
1186
- class PARTICLE_PT_physics_deflection(bpy.types.Panel, bpy_types._GenericUI):
1189
+ class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, bpy.types.Panel):
1187
1190
  COMPAT_ENGINES: typing.Any
1188
1191
  bl_context: typing.Any
1189
1192
  bl_label: typing.Any
@@ -1225,7 +1228,7 @@ class PARTICLE_PT_physics_deflection(bpy.types.Panel, bpy_types._GenericUI):
1225
1228
  """
1226
1229
  ...
1227
1230
 
1228
- class PARTICLE_PT_physics_fluid_advanced(bpy.types.Panel, bpy_types._GenericUI):
1231
+ class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, bpy.types.Panel):
1229
1232
  COMPAT_ENGINES: typing.Any
1230
1233
  bl_context: typing.Any
1231
1234
  bl_label: typing.Any
@@ -1267,7 +1270,7 @@ class PARTICLE_PT_physics_fluid_advanced(bpy.types.Panel, bpy_types._GenericUI):
1267
1270
  """
1268
1271
  ...
1269
1272
 
1270
- class PARTICLE_PT_physics_fluid_interaction(bpy.types.Panel, bpy_types._GenericUI):
1273
+ class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, bpy.types.Panel):
1271
1274
  COMPAT_ENGINES: typing.Any
1272
1275
  bl_context: typing.Any
1273
1276
  bl_label: typing.Any
@@ -1309,7 +1312,7 @@ class PARTICLE_PT_physics_fluid_interaction(bpy.types.Panel, bpy_types._GenericU
1309
1312
  """
1310
1313
  ...
1311
1314
 
1312
- class PARTICLE_PT_physics_fluid_springs(bpy.types.Panel, bpy_types._GenericUI):
1315
+ class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, bpy.types.Panel):
1313
1316
  COMPAT_ENGINES: typing.Any
1314
1317
  bl_context: typing.Any
1315
1318
  bl_label: typing.Any
@@ -1351,7 +1354,7 @@ class PARTICLE_PT_physics_fluid_springs(bpy.types.Panel, bpy_types._GenericUI):
1351
1354
  """
1352
1355
  ...
1353
1356
 
1354
- class PARTICLE_PT_physics_fluid_springs_advanced(bpy.types.Panel, bpy_types._GenericUI):
1357
+ class PARTICLE_PT_physics_fluid_springs_advanced(ParticleButtonsPanel, bpy.types.Panel):
1355
1358
  COMPAT_ENGINES: typing.Any
1356
1359
  bl_context: typing.Any
1357
1360
  bl_label: typing.Any
@@ -1394,7 +1397,7 @@ class PARTICLE_PT_physics_fluid_springs_advanced(bpy.types.Panel, bpy_types._Gen
1394
1397
  ...
1395
1398
 
1396
1399
  class PARTICLE_PT_physics_fluid_springs_viscoelastic(
1397
- bpy.types.Panel, bpy_types._GenericUI
1400
+ ParticleButtonsPanel, bpy.types.Panel
1398
1401
  ):
1399
1402
  COMPAT_ENGINES: typing.Any
1400
1403
  bl_context: typing.Any
@@ -1444,7 +1447,7 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
1444
1447
  """
1445
1448
  ...
1446
1449
 
1447
- class PARTICLE_PT_physics_forces(bpy.types.Panel, bpy_types._GenericUI):
1450
+ class PARTICLE_PT_physics_forces(ParticleButtonsPanel, bpy.types.Panel):
1448
1451
  COMPAT_ENGINES: typing.Any
1449
1452
  bl_context: typing.Any
1450
1453
  bl_label: typing.Any
@@ -1485,7 +1488,7 @@ class PARTICLE_PT_physics_forces(bpy.types.Panel, bpy_types._GenericUI):
1485
1488
  """
1486
1489
  ...
1487
1490
 
1488
- class PARTICLE_PT_physics_integration(bpy.types.Panel, bpy_types._GenericUI):
1491
+ class PARTICLE_PT_physics_integration(ParticleButtonsPanel, bpy.types.Panel):
1489
1492
  COMPAT_ENGINES: typing.Any
1490
1493
  bl_context: typing.Any
1491
1494
  bl_label: typing.Any
@@ -1527,7 +1530,7 @@ class PARTICLE_PT_physics_integration(bpy.types.Panel, bpy_types._GenericUI):
1527
1530
  """
1528
1531
  ...
1529
1532
 
1530
- class PARTICLE_PT_physics_relations(bpy.types.Panel, bpy_types._GenericUI):
1533
+ class PARTICLE_PT_physics_relations(ParticleButtonsPanel, bpy.types.Panel):
1531
1534
  COMPAT_ENGINES: typing.Any
1532
1535
  bl_context: typing.Any
1533
1536
  bl_label: typing.Any
@@ -1569,7 +1572,7 @@ class PARTICLE_PT_physics_relations(bpy.types.Panel, bpy_types._GenericUI):
1569
1572
  """
1570
1573
  ...
1571
1574
 
1572
- class PARTICLE_PT_render(bpy.types.Panel, bpy_types._GenericUI):
1575
+ class PARTICLE_PT_render(ParticleButtonsPanel, bpy.types.Panel):
1573
1576
  COMPAT_ENGINES: typing.Any
1574
1577
  bl_context: typing.Any
1575
1578
  bl_label: typing.Any
@@ -1610,7 +1613,7 @@ class PARTICLE_PT_render(bpy.types.Panel, bpy_types._GenericUI):
1610
1613
  """
1611
1614
  ...
1612
1615
 
1613
- class PARTICLE_PT_render_collection(bpy.types.Panel, bpy_types._GenericUI):
1616
+ class PARTICLE_PT_render_collection(ParticleButtonsPanel, bpy.types.Panel):
1614
1617
  COMPAT_ENGINES: typing.Any
1615
1618
  bl_context: typing.Any
1616
1619
  bl_label: typing.Any
@@ -1651,7 +1654,7 @@ class PARTICLE_PT_render_collection(bpy.types.Panel, bpy_types._GenericUI):
1651
1654
  """
1652
1655
  ...
1653
1656
 
1654
- class PARTICLE_PT_render_collection_use_count(bpy.types.Panel, bpy_types._GenericUI):
1657
+ class PARTICLE_PT_render_collection_use_count(ParticleButtonsPanel, bpy.types.Panel):
1655
1658
  COMPAT_ENGINES: typing.Any
1656
1659
  bl_context: typing.Any
1657
1660
  bl_label: typing.Any
@@ -1700,7 +1703,7 @@ class PARTICLE_PT_render_collection_use_count(bpy.types.Panel, bpy_types._Generi
1700
1703
  """
1701
1704
  ...
1702
1705
 
1703
- class PARTICLE_PT_render_extra(bpy.types.Panel, bpy_types._GenericUI):
1706
+ class PARTICLE_PT_render_extra(ParticleButtonsPanel, bpy.types.Panel):
1704
1707
  COMPAT_ENGINES: typing.Any
1705
1708
  bl_context: typing.Any
1706
1709
  bl_label: typing.Any
@@ -1742,7 +1745,7 @@ class PARTICLE_PT_render_extra(bpy.types.Panel, bpy_types._GenericUI):
1742
1745
  """
1743
1746
  ...
1744
1747
 
1745
- class PARTICLE_PT_render_object(bpy.types.Panel, bpy_types._GenericUI):
1748
+ class PARTICLE_PT_render_object(ParticleButtonsPanel, bpy.types.Panel):
1746
1749
  COMPAT_ENGINES: typing.Any
1747
1750
  bl_context: typing.Any
1748
1751
  bl_label: typing.Any
@@ -1783,7 +1786,7 @@ class PARTICLE_PT_render_object(bpy.types.Panel, bpy_types._GenericUI):
1783
1786
  """
1784
1787
  ...
1785
1788
 
1786
- class PARTICLE_PT_render_path(bpy.types.Panel, bpy_types._GenericUI):
1789
+ class PARTICLE_PT_render_path(ParticleButtonsPanel, bpy.types.Panel):
1787
1790
  COMPAT_ENGINES: typing.Any
1788
1791
  bl_context: typing.Any
1789
1792
  bl_label: typing.Any
@@ -1824,7 +1827,7 @@ class PARTICLE_PT_render_path(bpy.types.Panel, bpy_types._GenericUI):
1824
1827
  """
1825
1828
  ...
1826
1829
 
1827
- class PARTICLE_PT_render_path_timing(bpy.types.Panel, bpy_types._GenericUI):
1830
+ class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, bpy.types.Panel):
1828
1831
  COMPAT_ENGINES: typing.Any
1829
1832
  bl_context: typing.Any
1830
1833
  bl_label: typing.Any
@@ -1866,7 +1869,7 @@ class PARTICLE_PT_render_path_timing(bpy.types.Panel, bpy_types._GenericUI):
1866
1869
  """
1867
1870
  ...
1868
1871
 
1869
- class PARTICLE_PT_rotation(bpy.types.Panel, bpy_types._GenericUI):
1872
+ class PARTICLE_PT_rotation(ParticleButtonsPanel, bpy.types.Panel):
1870
1873
  COMPAT_ENGINES: typing.Any
1871
1874
  bl_context: typing.Any
1872
1875
  bl_label: typing.Any
@@ -1914,7 +1917,7 @@ class PARTICLE_PT_rotation(bpy.types.Panel, bpy_types._GenericUI):
1914
1917
  """
1915
1918
  ...
1916
1919
 
1917
- class PARTICLE_PT_rotation_angular_velocity(bpy.types.Panel, bpy_types._GenericUI):
1920
+ class PARTICLE_PT_rotation_angular_velocity(ParticleButtonsPanel, bpy.types.Panel):
1918
1921
  COMPAT_ENGINES: typing.Any
1919
1922
  bl_context: typing.Any
1920
1923
  bl_label: typing.Any
@@ -1948,7 +1951,7 @@ class PARTICLE_PT_rotation_angular_velocity(bpy.types.Panel, bpy_types._GenericU
1948
1951
  """
1949
1952
  ...
1950
1953
 
1951
- class PARTICLE_PT_textures(bpy.types.Panel, bpy_types._GenericUI):
1954
+ class PARTICLE_PT_textures(ParticleButtonsPanel, bpy.types.Panel):
1952
1955
  COMPAT_ENGINES: typing.Any
1953
1956
  bl_context: typing.Any
1954
1957
  bl_label: typing.Any
@@ -1989,7 +1992,7 @@ class PARTICLE_PT_textures(bpy.types.Panel, bpy_types._GenericUI):
1989
1992
  """
1990
1993
  ...
1991
1994
 
1992
- class PARTICLE_PT_velocity(bpy.types.Panel, bpy_types._GenericUI):
1995
+ class PARTICLE_PT_velocity(ParticleButtonsPanel, bpy.types.Panel):
1993
1996
  COMPAT_ENGINES: typing.Any
1994
1997
  bl_context: typing.Any
1995
1998
  bl_label: typing.Any
@@ -2030,7 +2033,7 @@ class PARTICLE_PT_velocity(bpy.types.Panel, bpy_types._GenericUI):
2030
2033
  """
2031
2034
  ...
2032
2035
 
2033
- class PARTICLE_PT_vertexgroups(bpy.types.Panel, bpy_types._GenericUI):
2036
+ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy.types.Panel):
2034
2037
  COMPAT_ENGINES: typing.Any
2035
2038
  bl_context: typing.Any
2036
2039
  bl_label: typing.Any
@@ -2071,7 +2074,7 @@ class PARTICLE_PT_vertexgroups(bpy.types.Panel, bpy_types._GenericUI):
2071
2074
  """
2072
2075
  ...
2073
2076
 
2074
- class PARTICLE_UL_particle_systems(bpy.types.UIList, bpy_types._GenericUI):
2077
+ class PARTICLE_UL_particle_systems(bpy.types.UIList):
2075
2078
  bl_rna: typing.Any
2076
2079
  id_data: typing.Any
2077
2080
 
@@ -1,13 +1,13 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import bl_ui.utils
4
5
  import bpy.types
5
- import bpy_types
6
6
 
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class CLOTH_PT_presets(bpy.types.Panel, bpy_types._GenericUI):
10
+ class CLOTH_PT_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
11
11
  bl_label: typing.Any
12
12
  bl_region_type: typing.Any
13
13
  bl_rna: typing.Any
@@ -33,7 +33,7 @@ class CLOTH_PT_presets(bpy.types.Panel, bpy_types._GenericUI):
33
33
  """
34
34
  ...
35
35
 
36
- class PHYSICS_PT_cloth(bpy.types.Panel, bpy_types._GenericUI):
36
+ class PHYSICS_PT_cloth(PhysicButtonsPanel, bpy.types.Panel):
37
37
  COMPAT_ENGINES: typing.Any
38
38
  bl_context: typing.Any
39
39
  bl_label: typing.Any
@@ -72,7 +72,7 @@ class PHYSICS_PT_cloth(bpy.types.Panel, bpy_types._GenericUI):
72
72
  """
73
73
  ...
74
74
 
75
- class PHYSICS_PT_cloth_cache(bpy.types.Panel, bpy_types._GenericUI):
75
+ class PHYSICS_PT_cloth_cache(PhysicButtonsPanel, bpy.types.Panel):
76
76
  COMPAT_ENGINES: typing.Any
77
77
  bl_context: typing.Any
78
78
  bl_label: typing.Any
@@ -106,7 +106,7 @@ class PHYSICS_PT_cloth_cache(bpy.types.Panel, bpy_types._GenericUI):
106
106
  """
107
107
  ...
108
108
 
109
- class PHYSICS_PT_cloth_collision(bpy.types.Panel, bpy_types._GenericUI):
109
+ class PHYSICS_PT_cloth_collision(PhysicButtonsPanel, bpy.types.Panel):
110
110
  COMPAT_ENGINES: typing.Any
111
111
  bl_context: typing.Any
112
112
  bl_label: typing.Any
@@ -140,7 +140,7 @@ class PHYSICS_PT_cloth_collision(bpy.types.Panel, bpy_types._GenericUI):
140
140
  """
141
141
  ...
142
142
 
143
- class PHYSICS_PT_cloth_damping(bpy.types.Panel, bpy_types._GenericUI):
143
+ class PHYSICS_PT_cloth_damping(PhysicButtonsPanel, bpy.types.Panel):
144
144
  COMPAT_ENGINES: typing.Any
145
145
  bl_context: typing.Any
146
146
  bl_label: typing.Any
@@ -173,7 +173,7 @@ class PHYSICS_PT_cloth_damping(bpy.types.Panel, bpy_types._GenericUI):
173
173
  """
174
174
  ...
175
175
 
176
- class PHYSICS_PT_cloth_field_weights(bpy.types.Panel, bpy_types._GenericUI):
176
+ class PHYSICS_PT_cloth_field_weights(PhysicButtonsPanel, bpy.types.Panel):
177
177
  COMPAT_ENGINES: typing.Any
178
178
  bl_context: typing.Any
179
179
  bl_label: typing.Any
@@ -207,7 +207,7 @@ class PHYSICS_PT_cloth_field_weights(bpy.types.Panel, bpy_types._GenericUI):
207
207
  """
208
208
  ...
209
209
 
210
- class PHYSICS_PT_cloth_internal_springs(bpy.types.Panel, bpy_types._GenericUI):
210
+ class PHYSICS_PT_cloth_internal_springs(PhysicButtonsPanel, bpy.types.Panel):
211
211
  COMPAT_ENGINES: typing.Any
212
212
  bl_context: typing.Any
213
213
  bl_label: typing.Any
@@ -247,7 +247,7 @@ class PHYSICS_PT_cloth_internal_springs(bpy.types.Panel, bpy_types._GenericUI):
247
247
  """
248
248
  ...
249
249
 
250
- class PHYSICS_PT_cloth_object_collision(bpy.types.Panel, bpy_types._GenericUI):
250
+ class PHYSICS_PT_cloth_object_collision(PhysicButtonsPanel, bpy.types.Panel):
251
251
  COMPAT_ENGINES: typing.Any
252
252
  bl_context: typing.Any
253
253
  bl_label: typing.Any
@@ -287,7 +287,7 @@ class PHYSICS_PT_cloth_object_collision(bpy.types.Panel, bpy_types._GenericUI):
287
287
  """
288
288
  ...
289
289
 
290
- class PHYSICS_PT_cloth_physical_properties(bpy.types.Panel, bpy_types._GenericUI):
290
+ class PHYSICS_PT_cloth_physical_properties(PhysicButtonsPanel, bpy.types.Panel):
291
291
  COMPAT_ENGINES: typing.Any
292
292
  bl_context: typing.Any
293
293
  bl_label: typing.Any
@@ -320,7 +320,7 @@ class PHYSICS_PT_cloth_physical_properties(bpy.types.Panel, bpy_types._GenericUI
320
320
  """
321
321
  ...
322
322
 
323
- class PHYSICS_PT_cloth_pressure(bpy.types.Panel, bpy_types._GenericUI):
323
+ class PHYSICS_PT_cloth_pressure(PhysicButtonsPanel, bpy.types.Panel):
324
324
  COMPAT_ENGINES: typing.Any
325
325
  bl_context: typing.Any
326
326
  bl_label: typing.Any
@@ -360,7 +360,7 @@ class PHYSICS_PT_cloth_pressure(bpy.types.Panel, bpy_types._GenericUI):
360
360
  """
361
361
  ...
362
362
 
363
- class PHYSICS_PT_cloth_property_weights(bpy.types.Panel, bpy_types._GenericUI):
363
+ class PHYSICS_PT_cloth_property_weights(PhysicButtonsPanel, bpy.types.Panel):
364
364
  COMPAT_ENGINES: typing.Any
365
365
  bl_context: typing.Any
366
366
  bl_label: typing.Any
@@ -394,7 +394,7 @@ class PHYSICS_PT_cloth_property_weights(bpy.types.Panel, bpy_types._GenericUI):
394
394
  """
395
395
  ...
396
396
 
397
- class PHYSICS_PT_cloth_self_collision(bpy.types.Panel, bpy_types._GenericUI):
397
+ class PHYSICS_PT_cloth_self_collision(PhysicButtonsPanel, bpy.types.Panel):
398
398
  COMPAT_ENGINES: typing.Any
399
399
  bl_context: typing.Any
400
400
  bl_label: typing.Any
@@ -434,7 +434,7 @@ class PHYSICS_PT_cloth_self_collision(bpy.types.Panel, bpy_types._GenericUI):
434
434
  """
435
435
  ...
436
436
 
437
- class PHYSICS_PT_cloth_shape(bpy.types.Panel, bpy_types._GenericUI):
437
+ class PHYSICS_PT_cloth_shape(PhysicButtonsPanel, bpy.types.Panel):
438
438
  COMPAT_ENGINES: typing.Any
439
439
  bl_context: typing.Any
440
440
  bl_label: typing.Any
@@ -468,7 +468,7 @@ class PHYSICS_PT_cloth_shape(bpy.types.Panel, bpy_types._GenericUI):
468
468
  """
469
469
  ...
470
470
 
471
- class PHYSICS_PT_cloth_stiffness(bpy.types.Panel, bpy_types._GenericUI):
471
+ class PHYSICS_PT_cloth_stiffness(PhysicButtonsPanel, bpy.types.Panel):
472
472
  COMPAT_ENGINES: typing.Any
473
473
  bl_context: typing.Any
474
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, bpy_types._GenericUI):
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