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
@@ -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_dp_brush_source(bpy.types.Panel, bpy_types._GenericUI):
9
+ class PHYSICS_PT_dp_brush_source(PhysicButtonsPanel, bpy.types.Panel):
11
10
  COMPAT_ENGINES: typing.Any
12
11
  bl_context: typing.Any
13
12
  bl_label: typing.Any
@@ -48,7 +47,7 @@ class PHYSICS_PT_dp_brush_source(bpy.types.Panel, bpy_types._GenericUI):
48
47
  """
49
48
  ...
50
49
 
51
- class PHYSICS_PT_dp_brush_source_color_ramp(bpy.types.Panel, bpy_types._GenericUI):
50
+ class PHYSICS_PT_dp_brush_source_color_ramp(PhysicButtonsPanel, bpy.types.Panel):
52
51
  COMPAT_ENGINES: typing.Any
53
52
  bl_context: typing.Any
54
53
  bl_label: typing.Any
@@ -89,7 +88,7 @@ class PHYSICS_PT_dp_brush_source_color_ramp(bpy.types.Panel, bpy_types._GenericU
89
88
  """
90
89
  ...
91
90
 
92
- class PHYSICS_PT_dp_brush_velocity(bpy.types.Panel, bpy_types._GenericUI):
91
+ class PHYSICS_PT_dp_brush_velocity(PhysicButtonsPanel, bpy.types.Panel):
93
92
  COMPAT_ENGINES: typing.Any
94
93
  bl_context: typing.Any
95
94
  bl_label: typing.Any
@@ -131,7 +130,7 @@ class PHYSICS_PT_dp_brush_velocity(bpy.types.Panel, bpy_types._GenericUI):
131
130
  """
132
131
  ...
133
132
 
134
- class PHYSICS_PT_dp_brush_velocity_color_ramp(bpy.types.Panel, bpy_types._GenericUI):
133
+ class PHYSICS_PT_dp_brush_velocity_color_ramp(PhysicButtonsPanel, bpy.types.Panel):
135
134
  COMPAT_ENGINES: typing.Any
136
135
  bl_context: typing.Any
137
136
  bl_label: typing.Any
@@ -173,7 +172,7 @@ class PHYSICS_PT_dp_brush_velocity_color_ramp(bpy.types.Panel, bpy_types._Generi
173
172
  """
174
173
  ...
175
174
 
176
- class PHYSICS_PT_dp_brush_velocity_smudge(bpy.types.Panel, bpy_types._GenericUI):
175
+ class PHYSICS_PT_dp_brush_velocity_smudge(PhysicButtonsPanel, bpy.types.Panel):
177
176
  COMPAT_ENGINES: typing.Any
178
177
  bl_context: typing.Any
179
178
  bl_label: typing.Any
@@ -222,7 +221,7 @@ class PHYSICS_PT_dp_brush_velocity_smudge(bpy.types.Panel, bpy_types._GenericUI)
222
221
  """
223
222
  ...
224
223
 
225
- class PHYSICS_PT_dp_brush_wave(bpy.types.Panel, bpy_types._GenericUI):
224
+ class PHYSICS_PT_dp_brush_wave(PhysicButtonsPanel, bpy.types.Panel):
226
225
  COMPAT_ENGINES: typing.Any
227
226
  bl_context: typing.Any
228
227
  bl_label: typing.Any
@@ -264,7 +263,7 @@ class PHYSICS_PT_dp_brush_wave(bpy.types.Panel, bpy_types._GenericUI):
264
263
  """
265
264
  ...
266
265
 
267
- class PHYSICS_PT_dp_cache(bpy.types.Panel, bpy_types._GenericUI):
266
+ class PHYSICS_PT_dp_cache(PhysicButtonsPanel, bpy.types.Panel):
268
267
  COMPAT_ENGINES: typing.Any
269
268
  bl_context: typing.Any
270
269
  bl_label: typing.Any
@@ -306,7 +305,7 @@ class PHYSICS_PT_dp_cache(bpy.types.Panel, bpy_types._GenericUI):
306
305
  """
307
306
  ...
308
307
 
309
- class PHYSICS_PT_dp_canvas_initial_color(bpy.types.Panel, bpy_types._GenericUI):
308
+ class PHYSICS_PT_dp_canvas_initial_color(PhysicButtonsPanel, bpy.types.Panel):
310
309
  COMPAT_ENGINES: typing.Any
311
310
  bl_context: typing.Any
312
311
  bl_label: typing.Any
@@ -348,7 +347,7 @@ class PHYSICS_PT_dp_canvas_initial_color(bpy.types.Panel, bpy_types._GenericUI):
348
347
  """
349
348
  ...
350
349
 
351
- class PHYSICS_PT_dp_canvas_output(bpy.types.Panel, bpy_types._GenericUI):
350
+ class PHYSICS_PT_dp_canvas_output(PhysicButtonsPanel, bpy.types.Panel):
352
351
  COMPAT_ENGINES: typing.Any
353
352
  bl_context: typing.Any
354
353
  bl_label: typing.Any
@@ -390,7 +389,7 @@ class PHYSICS_PT_dp_canvas_output(bpy.types.Panel, bpy_types._GenericUI):
390
389
  """
391
390
  ...
392
391
 
393
- class PHYSICS_PT_dp_canvas_output_paintmaps(bpy.types.Panel, bpy_types._GenericUI):
392
+ class PHYSICS_PT_dp_canvas_output_paintmaps(PhysicButtonsPanel, bpy.types.Panel):
394
393
  COMPAT_ENGINES: typing.Any
395
394
  bl_context: typing.Any
396
395
  bl_label: typing.Any
@@ -439,7 +438,7 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(bpy.types.Panel, bpy_types._GenericU
439
438
  """
440
439
  ...
441
440
 
442
- class PHYSICS_PT_dp_canvas_output_wetmaps(bpy.types.Panel, bpy_types._GenericUI):
441
+ class PHYSICS_PT_dp_canvas_output_wetmaps(PhysicButtonsPanel, bpy.types.Panel):
443
442
  COMPAT_ENGINES: typing.Any
444
443
  bl_context: typing.Any
445
444
  bl_label: typing.Any
@@ -488,7 +487,7 @@ class PHYSICS_PT_dp_canvas_output_wetmaps(bpy.types.Panel, bpy_types._GenericUI)
488
487
  """
489
488
  ...
490
489
 
491
- class PHYSICS_PT_dp_effects(bpy.types.Panel, bpy_types._GenericUI):
490
+ class PHYSICS_PT_dp_effects(PhysicButtonsPanel, bpy.types.Panel):
492
491
  COMPAT_ENGINES: typing.Any
493
492
  bl_context: typing.Any
494
493
  bl_label: typing.Any
@@ -530,7 +529,7 @@ class PHYSICS_PT_dp_effects(bpy.types.Panel, bpy_types._GenericUI):
530
529
  """
531
530
  ...
532
531
 
533
- class PHYSICS_PT_dp_effects_drip(bpy.types.Panel, bpy_types._GenericUI):
532
+ class PHYSICS_PT_dp_effects_drip(PhysicButtonsPanel, bpy.types.Panel):
534
533
  COMPAT_ENGINES: typing.Any
535
534
  bl_context: typing.Any
536
535
  bl_label: typing.Any
@@ -579,7 +578,7 @@ class PHYSICS_PT_dp_effects_drip(bpy.types.Panel, bpy_types._GenericUI):
579
578
  """
580
579
  ...
581
580
 
582
- class PHYSICS_PT_dp_effects_drip_weights(bpy.types.Panel, bpy_types._GenericUI):
581
+ class PHYSICS_PT_dp_effects_drip_weights(PhysicButtonsPanel, bpy.types.Panel):
583
582
  COMPAT_ENGINES: typing.Any
584
583
  bl_context: typing.Any
585
584
  bl_label: typing.Any
@@ -621,7 +620,7 @@ class PHYSICS_PT_dp_effects_drip_weights(bpy.types.Panel, bpy_types._GenericUI):
621
620
  """
622
621
  ...
623
622
 
624
- class PHYSICS_PT_dp_effects_shrink(bpy.types.Panel, bpy_types._GenericUI):
623
+ class PHYSICS_PT_dp_effects_shrink(PhysicButtonsPanel, bpy.types.Panel):
625
624
  COMPAT_ENGINES: typing.Any
626
625
  bl_context: typing.Any
627
626
  bl_label: typing.Any
@@ -670,7 +669,7 @@ class PHYSICS_PT_dp_effects_shrink(bpy.types.Panel, bpy_types._GenericUI):
670
669
  """
671
670
  ...
672
671
 
673
- class PHYSICS_PT_dp_effects_spread(bpy.types.Panel, bpy_types._GenericUI):
672
+ class PHYSICS_PT_dp_effects_spread(PhysicButtonsPanel, bpy.types.Panel):
674
673
  COMPAT_ENGINES: typing.Any
675
674
  bl_context: typing.Any
676
675
  bl_label: typing.Any
@@ -719,7 +718,7 @@ class PHYSICS_PT_dp_effects_spread(bpy.types.Panel, bpy_types._GenericUI):
719
718
  """
720
719
  ...
721
720
 
722
- class PHYSICS_PT_dp_surface_canvas(bpy.types.Panel, bpy_types._GenericUI):
721
+ class PHYSICS_PT_dp_surface_canvas(PhysicButtonsPanel, bpy.types.Panel):
723
722
  COMPAT_ENGINES: typing.Any
724
723
  bl_context: typing.Any
725
724
  bl_label: typing.Any
@@ -760,9 +759,7 @@ class PHYSICS_PT_dp_surface_canvas(bpy.types.Panel, bpy_types._GenericUI):
760
759
  """
761
760
  ...
762
761
 
763
- class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
764
- bpy.types.Panel, bpy_types._GenericUI
765
- ):
762
+ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(PhysicButtonsPanel, bpy.types.Panel):
766
763
  COMPAT_ENGINES: typing.Any
767
764
  bl_context: typing.Any
768
765
  bl_label: typing.Any
@@ -812,7 +809,7 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
812
809
  """
813
810
  ...
814
811
 
815
- class PHYSICS_PT_dp_surface_canvas_paint_dry(bpy.types.Panel, bpy_types._GenericUI):
812
+ class PHYSICS_PT_dp_surface_canvas_paint_dry(PhysicButtonsPanel, bpy.types.Panel):
816
813
  COMPAT_ENGINES: typing.Any
817
814
  bl_context: typing.Any
818
815
  bl_label: typing.Any
@@ -861,7 +858,7 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(bpy.types.Panel, bpy_types._Generic
861
858
  """
862
859
  ...
863
860
 
864
- class PHYSICS_PT_dynamic_paint(bpy.types.Panel, bpy_types._GenericUI):
861
+ class PHYSICS_PT_dynamic_paint(PhysicButtonsPanel, bpy.types.Panel):
865
862
  COMPAT_ENGINES: typing.Any
866
863
  bl_context: typing.Any
867
864
  bl_label: typing.Any
@@ -901,7 +898,7 @@ class PHYSICS_PT_dynamic_paint(bpy.types.Panel, bpy_types._GenericUI):
901
898
  """
902
899
  ...
903
900
 
904
- class PHYSICS_PT_dynamic_paint_settings(bpy.types.Panel, bpy_types._GenericUI):
901
+ class PHYSICS_PT_dynamic_paint_settings(PhysicButtonsPanel, bpy.types.Panel):
905
902
  COMPAT_ENGINES: typing.Any
906
903
  bl_context: typing.Any
907
904
  bl_label: typing.Any
@@ -942,7 +939,7 @@ class PHYSICS_PT_dynamic_paint_settings(bpy.types.Panel, bpy_types._GenericUI):
942
939
  """
943
940
  ...
944
941
 
945
- class PHYSICS_UL_dynapaint_surfaces(bpy.types.UIList, bpy_types._GenericUI):
942
+ class PHYSICS_UL_dynapaint_surfaces(bpy.types.UIList):
946
943
  bl_rna: typing.Any
947
944
  id_data: typing.Any
948
945
 
@@ -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_collision(bpy.types.Panel, bpy_types._GenericUI):
9
+ class PHYSICS_PT_collision(PhysicButtonsPanel, bpy.types.Panel):
11
10
  COMPAT_ENGINES: typing.Any
12
11
  bl_context: typing.Any
13
12
  bl_label: typing.Any
@@ -47,7 +46,7 @@ class PHYSICS_PT_collision(bpy.types.Panel, bpy_types._GenericUI):
47
46
  """
48
47
  ...
49
48
 
50
- class PHYSICS_PT_collision_particle(bpy.types.Panel, bpy_types._GenericUI):
49
+ class PHYSICS_PT_collision_particle(PhysicButtonsPanel, bpy.types.Panel):
51
50
  COMPAT_ENGINES: typing.Any
52
51
  bl_context: typing.Any
53
52
  bl_label: typing.Any
@@ -88,7 +87,7 @@ class PHYSICS_PT_collision_particle(bpy.types.Panel, bpy_types._GenericUI):
88
87
  """
89
88
  ...
90
89
 
91
- class PHYSICS_PT_collision_softbody(bpy.types.Panel, bpy_types._GenericUI):
90
+ class PHYSICS_PT_collision_softbody(PhysicButtonsPanel, bpy.types.Panel):
92
91
  COMPAT_ENGINES: typing.Any
93
92
  bl_context: typing.Any
94
93
  bl_label: typing.Any
@@ -129,7 +128,7 @@ class PHYSICS_PT_collision_softbody(bpy.types.Panel, bpy_types._GenericUI):
129
128
  """
130
129
  ...
131
130
 
132
- class PHYSICS_PT_field(bpy.types.Panel, bpy_types._GenericUI):
131
+ class PHYSICS_PT_field(PhysicButtonsPanel, bpy.types.Panel):
133
132
  COMPAT_ENGINES: typing.Any
134
133
  bl_context: typing.Any
135
134
  bl_label: typing.Any
@@ -169,7 +168,7 @@ class PHYSICS_PT_field(bpy.types.Panel, bpy_types._GenericUI):
169
168
  """
170
169
  ...
171
170
 
172
- class PHYSICS_PT_field_falloff(bpy.types.Panel, bpy_types._GenericUI):
171
+ class PHYSICS_PT_field_falloff(PhysicButtonsPanel, bpy.types.Panel):
173
172
  COMPAT_ENGINES: typing.Any
174
173
  bl_context: typing.Any
175
174
  bl_label: typing.Any
@@ -210,7 +209,7 @@ class PHYSICS_PT_field_falloff(bpy.types.Panel, bpy_types._GenericUI):
210
209
  """
211
210
  ...
212
211
 
213
- class PHYSICS_PT_field_falloff_angular(bpy.types.Panel, bpy_types._GenericUI):
212
+ class PHYSICS_PT_field_falloff_angular(PhysicButtonsPanel, bpy.types.Panel):
214
213
  COMPAT_ENGINES: typing.Any
215
214
  bl_context: typing.Any
216
215
  bl_label: typing.Any
@@ -251,7 +250,7 @@ class PHYSICS_PT_field_falloff_angular(bpy.types.Panel, bpy_types._GenericUI):
251
250
  """
252
251
  ...
253
252
 
254
- class PHYSICS_PT_field_falloff_radial(bpy.types.Panel, bpy_types._GenericUI):
253
+ class PHYSICS_PT_field_falloff_radial(PhysicButtonsPanel, bpy.types.Panel):
255
254
  COMPAT_ENGINES: typing.Any
256
255
  bl_context: typing.Any
257
256
  bl_label: typing.Any
@@ -292,7 +291,7 @@ class PHYSICS_PT_field_falloff_radial(bpy.types.Panel, bpy_types._GenericUI):
292
291
  """
293
292
  ...
294
293
 
295
- class PHYSICS_PT_field_settings(bpy.types.Panel, bpy_types._GenericUI):
294
+ class PHYSICS_PT_field_settings(PhysicButtonsPanel, bpy.types.Panel):
296
295
  COMPAT_ENGINES: typing.Any
297
296
  bl_context: typing.Any
298
297
  bl_label: typing.Any
@@ -333,7 +332,7 @@ class PHYSICS_PT_field_settings(bpy.types.Panel, bpy_types._GenericUI):
333
332
  """
334
333
  ...
335
334
 
336
- class PHYSICS_PT_field_settings_kink(bpy.types.Panel, bpy_types._GenericUI):
335
+ class PHYSICS_PT_field_settings_kink(PhysicButtonsPanel, bpy.types.Panel):
337
336
  COMPAT_ENGINES: typing.Any
338
337
  bl_context: typing.Any
339
338
  bl_label: typing.Any
@@ -374,7 +373,7 @@ class PHYSICS_PT_field_settings_kink(bpy.types.Panel, bpy_types._GenericUI):
374
373
  """
375
374
  ...
376
375
 
377
- class PHYSICS_PT_field_settings_texture_select(bpy.types.Panel, bpy_types._GenericUI):
376
+ class PHYSICS_PT_field_settings_texture_select(PhysicButtonsPanel, bpy.types.Panel):
378
377
  COMPAT_ENGINES: typing.Any
379
378
  bl_context: typing.Any
380
379
  bl_label: typing.Any
@@ -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 FLUID_PT_presets(bpy.types.Panel, bpy_types._GenericUI):
10
+ class FLUID_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 FLUID_PT_presets(bpy.types.Panel, bpy_types._GenericUI):
33
33
  """
34
34
  ...
35
35
 
36
- class PHYSICS_PT_adaptive_domain(bpy.types.Panel, bpy_types._GenericUI):
36
+ class PHYSICS_PT_adaptive_domain(PhysicButtonsPanel, bpy.types.Panel):
37
37
  COMPAT_ENGINES: typing.Any
38
38
  bl_context: typing.Any
39
39
  bl_label: typing.Any
@@ -82,7 +82,7 @@ class PHYSICS_PT_adaptive_domain(bpy.types.Panel, bpy_types._GenericUI):
82
82
  """
83
83
  ...
84
84
 
85
- class PHYSICS_PT_borders(bpy.types.Panel, bpy_types._GenericUI):
85
+ class PHYSICS_PT_borders(PhysicButtonsPanel, bpy.types.Panel):
86
86
  COMPAT_ENGINES: typing.Any
87
87
  bl_context: typing.Any
88
88
  bl_label: typing.Any
@@ -123,7 +123,7 @@ class PHYSICS_PT_borders(bpy.types.Panel, bpy_types._GenericUI):
123
123
  """
124
124
  ...
125
125
 
126
- class PHYSICS_PT_cache(bpy.types.Panel, bpy_types._GenericUI):
126
+ class PHYSICS_PT_cache(PhysicButtonsPanel, bpy.types.Panel):
127
127
  COMPAT_ENGINES: typing.Any
128
128
  bl_context: typing.Any
129
129
  bl_label: typing.Any
@@ -164,7 +164,7 @@ class PHYSICS_PT_cache(bpy.types.Panel, bpy_types._GenericUI):
164
164
  """
165
165
  ...
166
166
 
167
- class PHYSICS_PT_collections(bpy.types.Panel, bpy_types._GenericUI):
167
+ class PHYSICS_PT_collections(PhysicButtonsPanel, bpy.types.Panel):
168
168
  COMPAT_ENGINES: typing.Any
169
169
  bl_context: typing.Any
170
170
  bl_label: typing.Any
@@ -206,7 +206,7 @@ class PHYSICS_PT_collections(bpy.types.Panel, bpy_types._GenericUI):
206
206
  """
207
207
  ...
208
208
 
209
- class PHYSICS_PT_diffusion(bpy.types.Panel, bpy_types._GenericUI):
209
+ class PHYSICS_PT_diffusion(PhysicButtonsPanel, bpy.types.Panel):
210
210
  COMPAT_ENGINES: typing.Any
211
211
  bl_context: typing.Any
212
212
  bl_label: typing.Any
@@ -262,7 +262,7 @@ class PHYSICS_PT_diffusion(bpy.types.Panel, bpy_types._GenericUI):
262
262
  """
263
263
  ...
264
264
 
265
- class PHYSICS_PT_export(bpy.types.Panel, bpy_types._GenericUI):
265
+ class PHYSICS_PT_export(PhysicButtonsPanel, bpy.types.Panel):
266
266
  COMPAT_ENGINES: typing.Any
267
267
  bl_context: typing.Any
268
268
  bl_label: typing.Any
@@ -304,7 +304,7 @@ class PHYSICS_PT_export(bpy.types.Panel, bpy_types._GenericUI):
304
304
  """
305
305
  ...
306
306
 
307
- class PHYSICS_PT_field_weights(bpy.types.Panel, bpy_types._GenericUI):
307
+ class PHYSICS_PT_field_weights(PhysicButtonsPanel, bpy.types.Panel):
308
308
  COMPAT_ENGINES: typing.Any
309
309
  bl_context: typing.Any
310
310
  bl_label: typing.Any
@@ -346,7 +346,7 @@ class PHYSICS_PT_field_weights(bpy.types.Panel, bpy_types._GenericUI):
346
346
  """
347
347
  ...
348
348
 
349
- class PHYSICS_PT_fire(bpy.types.Panel, bpy_types._GenericUI):
349
+ class PHYSICS_PT_fire(PhysicButtonsPanel, bpy.types.Panel):
350
350
  COMPAT_ENGINES: typing.Any
351
351
  bl_context: typing.Any
352
352
  bl_label: typing.Any
@@ -388,7 +388,7 @@ class PHYSICS_PT_fire(bpy.types.Panel, bpy_types._GenericUI):
388
388
  """
389
389
  ...
390
390
 
391
- class PHYSICS_PT_flow_initial_velocity(bpy.types.Panel, bpy_types._GenericUI):
391
+ class PHYSICS_PT_flow_initial_velocity(PhysicButtonsPanel, bpy.types.Panel):
392
392
  COMPAT_ENGINES: typing.Any
393
393
  bl_context: typing.Any
394
394
  bl_label: typing.Any
@@ -436,7 +436,7 @@ class PHYSICS_PT_flow_initial_velocity(bpy.types.Panel, bpy_types._GenericUI):
436
436
  """
437
437
  ...
438
438
 
439
- class PHYSICS_PT_flow_source(bpy.types.Panel, bpy_types._GenericUI):
439
+ class PHYSICS_PT_flow_source(PhysicButtonsPanel, bpy.types.Panel):
440
440
  COMPAT_ENGINES: typing.Any
441
441
  bl_context: typing.Any
442
442
  bl_label: typing.Any
@@ -478,7 +478,7 @@ class PHYSICS_PT_flow_source(bpy.types.Panel, bpy_types._GenericUI):
478
478
  """
479
479
  ...
480
480
 
481
- class PHYSICS_PT_flow_texture(bpy.types.Panel, bpy_types._GenericUI):
481
+ class PHYSICS_PT_flow_texture(PhysicButtonsPanel, bpy.types.Panel):
482
482
  COMPAT_ENGINES: typing.Any
483
483
  bl_context: typing.Any
484
484
  bl_label: typing.Any
@@ -527,7 +527,7 @@ class PHYSICS_PT_flow_texture(bpy.types.Panel, bpy_types._GenericUI):
527
527
  """
528
528
  ...
529
529
 
530
- class PHYSICS_PT_fluid(bpy.types.Panel, bpy_types._GenericUI):
530
+ class PHYSICS_PT_fluid(PhysicButtonsPanel, bpy.types.Panel):
531
531
  COMPAT_ENGINES: typing.Any
532
532
  bl_context: typing.Any
533
533
  bl_label: typing.Any
@@ -567,7 +567,7 @@ class PHYSICS_PT_fluid(bpy.types.Panel, bpy_types._GenericUI):
567
567
  """
568
568
  ...
569
569
 
570
- class PHYSICS_PT_fluid_domain_render(bpy.types.Panel, bpy_types._GenericUI):
570
+ class PHYSICS_PT_fluid_domain_render(PhysicButtonsPanel, bpy.types.Panel):
571
571
  COMPAT_ENGINES: typing.Any
572
572
  bl_context: typing.Any
573
573
  bl_label: typing.Any
@@ -609,7 +609,7 @@ class PHYSICS_PT_fluid_domain_render(bpy.types.Panel, bpy_types._GenericUI):
609
609
  """
610
610
  ...
611
611
 
612
- class PHYSICS_PT_guide(bpy.types.Panel, bpy_types._GenericUI):
612
+ class PHYSICS_PT_guide(PhysicButtonsPanel, bpy.types.Panel):
613
613
  COMPAT_ENGINES: typing.Any
614
614
  bl_context: typing.Any
615
615
  bl_label: typing.Any
@@ -658,7 +658,7 @@ class PHYSICS_PT_guide(bpy.types.Panel, bpy_types._GenericUI):
658
658
  """
659
659
  ...
660
660
 
661
- class PHYSICS_PT_liquid(bpy.types.Panel, bpy_types._GenericUI):
661
+ class PHYSICS_PT_liquid(PhysicButtonsPanel, bpy.types.Panel):
662
662
  COMPAT_ENGINES: typing.Any
663
663
  bl_context: typing.Any
664
664
  bl_label: typing.Any
@@ -706,7 +706,7 @@ class PHYSICS_PT_liquid(bpy.types.Panel, bpy_types._GenericUI):
706
706
  """
707
707
  ...
708
708
 
709
- class PHYSICS_PT_mesh(bpy.types.Panel, bpy_types._GenericUI):
709
+ class PHYSICS_PT_mesh(PhysicButtonsPanel, bpy.types.Panel):
710
710
  COMPAT_ENGINES: typing.Any
711
711
  bl_context: typing.Any
712
712
  bl_label: typing.Any
@@ -755,7 +755,7 @@ class PHYSICS_PT_mesh(bpy.types.Panel, bpy_types._GenericUI):
755
755
  """
756
756
  ...
757
757
 
758
- class PHYSICS_PT_noise(bpy.types.Panel, bpy_types._GenericUI):
758
+ class PHYSICS_PT_noise(PhysicButtonsPanel, bpy.types.Panel):
759
759
  COMPAT_ENGINES: typing.Any
760
760
  bl_context: typing.Any
761
761
  bl_label: typing.Any
@@ -804,7 +804,7 @@ class PHYSICS_PT_noise(bpy.types.Panel, bpy_types._GenericUI):
804
804
  """
805
805
  ...
806
806
 
807
- class PHYSICS_PT_particles(bpy.types.Panel, bpy_types._GenericUI):
807
+ class PHYSICS_PT_particles(PhysicButtonsPanel, bpy.types.Panel):
808
808
  COMPAT_ENGINES: typing.Any
809
809
  bl_context: typing.Any
810
810
  bl_label: typing.Any
@@ -846,7 +846,7 @@ class PHYSICS_PT_particles(bpy.types.Panel, bpy_types._GenericUI):
846
846
  """
847
847
  ...
848
848
 
849
- class PHYSICS_PT_settings(bpy.types.Panel, bpy_types._GenericUI):
849
+ class PHYSICS_PT_settings(PhysicButtonsPanel, bpy.types.Panel):
850
850
  COMPAT_ENGINES: typing.Any
851
851
  bl_context: typing.Any
852
852
  bl_label: typing.Any
@@ -887,7 +887,7 @@ class PHYSICS_PT_settings(bpy.types.Panel, bpy_types._GenericUI):
887
887
  """
888
888
  ...
889
889
 
890
- class PHYSICS_PT_smoke(bpy.types.Panel, bpy_types._GenericUI):
890
+ class PHYSICS_PT_smoke(PhysicButtonsPanel, bpy.types.Panel):
891
891
  COMPAT_ENGINES: typing.Any
892
892
  bl_context: typing.Any
893
893
  bl_label: typing.Any
@@ -928,7 +928,7 @@ class PHYSICS_PT_smoke(bpy.types.Panel, bpy_types._GenericUI):
928
928
  """
929
929
  ...
930
930
 
931
- class PHYSICS_PT_smoke_dissolve(bpy.types.Panel, bpy_types._GenericUI):
931
+ class PHYSICS_PT_smoke_dissolve(PhysicButtonsPanel, bpy.types.Panel):
932
932
  COMPAT_ENGINES: typing.Any
933
933
  bl_context: typing.Any
934
934
  bl_label: typing.Any
@@ -978,7 +978,7 @@ class PHYSICS_PT_smoke_dissolve(bpy.types.Panel, bpy_types._GenericUI):
978
978
  """
979
979
  ...
980
980
 
981
- class PHYSICS_PT_viewport_display(bpy.types.Panel, bpy_types._GenericUI):
981
+ class PHYSICS_PT_viewport_display(PhysicButtonsPanel, bpy.types.Panel):
982
982
  bl_context: typing.Any
983
983
  bl_label: typing.Any
984
984
  bl_options: typing.Any
@@ -1019,7 +1019,7 @@ class PHYSICS_PT_viewport_display(bpy.types.Panel, bpy_types._GenericUI):
1019
1019
  """
1020
1020
  ...
1021
1021
 
1022
- class PHYSICS_PT_viewport_display_advanced(bpy.types.Panel, bpy_types._GenericUI):
1022
+ class PHYSICS_PT_viewport_display_advanced(PhysicButtonsPanel, bpy.types.Panel):
1023
1023
  bl_context: typing.Any
1024
1024
  bl_label: typing.Any
1025
1025
  bl_options: typing.Any
@@ -1060,7 +1060,7 @@ class PHYSICS_PT_viewport_display_advanced(bpy.types.Panel, bpy_types._GenericUI
1060
1060
  """
1061
1061
  ...
1062
1062
 
1063
- class PHYSICS_PT_viewport_display_color(bpy.types.Panel, bpy_types._GenericUI):
1063
+ class PHYSICS_PT_viewport_display_color(PhysicButtonsPanel, bpy.types.Panel):
1064
1064
  bl_context: typing.Any
1065
1065
  bl_label: typing.Any
1066
1066
  bl_options: typing.Any
@@ -1108,7 +1108,7 @@ class PHYSICS_PT_viewport_display_color(bpy.types.Panel, bpy_types._GenericUI):
1108
1108
  """
1109
1109
  ...
1110
1110
 
1111
- class PHYSICS_PT_viewport_display_debug(bpy.types.Panel, bpy_types._GenericUI):
1111
+ class PHYSICS_PT_viewport_display_debug(PhysicButtonsPanel, bpy.types.Panel):
1112
1112
  bl_context: typing.Any
1113
1113
  bl_label: typing.Any
1114
1114
  bl_options: typing.Any
@@ -1156,7 +1156,7 @@ class PHYSICS_PT_viewport_display_debug(bpy.types.Panel, bpy_types._GenericUI):
1156
1156
  """
1157
1157
  ...
1158
1158
 
1159
- class PHYSICS_PT_viewport_display_slicing(bpy.types.Panel, bpy_types._GenericUI):
1159
+ class PHYSICS_PT_viewport_display_slicing(PhysicButtonsPanel, bpy.types.Panel):
1160
1160
  bl_context: typing.Any
1161
1161
  bl_label: typing.Any
1162
1162
  bl_options: typing.Any
@@ -1204,7 +1204,7 @@ class PHYSICS_PT_viewport_display_slicing(bpy.types.Panel, bpy_types._GenericUI)
1204
1204
  """
1205
1205
  ...
1206
1206
 
1207
- class PHYSICS_PT_viscosity(bpy.types.Panel, bpy_types._GenericUI):
1207
+ class PHYSICS_PT_viscosity(PhysicButtonsPanel, bpy.types.Panel):
1208
1208
  COMPAT_ENGINES: typing.Any
1209
1209
  bl_context: typing.Any
1210
1210
  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_geometry_nodes(bpy.types.Panel, bpy_types._GenericUI):
9
+ class PHYSICS_PT_geometry_nodes(bpy.types.Panel):
11
10
  bl_context: typing.Any
12
11
  bl_label: typing.Any
13
12
  bl_options: 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_rigid_body(bpy.types.Panel, bpy_types._GenericUI):
9
+ class PHYSICS_PT_rigid_body(PHYSICS_PT_rigidbody_panel, bpy.types.Panel):
11
10
  COMPAT_ENGINES: typing.Any
12
11
  bl_context: typing.Any
13
12
  bl_label: typing.Any
@@ -47,7 +46,7 @@ class PHYSICS_PT_rigid_body(bpy.types.Panel, bpy_types._GenericUI):
47
46
  """
48
47
  ...
49
48
 
50
- class PHYSICS_PT_rigid_body_collisions(bpy.types.Panel, bpy_types._GenericUI):
49
+ class PHYSICS_PT_rigid_body_collisions(PHYSICS_PT_rigidbody_panel, bpy.types.Panel):
51
50
  COMPAT_ENGINES: typing.Any
52
51
  bl_context: typing.Any
53
52
  bl_label: typing.Any
@@ -89,7 +88,7 @@ class PHYSICS_PT_rigid_body_collisions(bpy.types.Panel, bpy_types._GenericUI):
89
88
  ...
90
89
 
91
90
  class PHYSICS_PT_rigid_body_collisions_collections(
92
- bpy.types.Panel, bpy_types._GenericUI
91
+ PHYSICS_PT_rigidbody_panel, bpy.types.Panel
93
92
  ):
94
93
  COMPAT_ENGINES: typing.Any
95
94
  bl_context: typing.Any
@@ -133,7 +132,7 @@ class PHYSICS_PT_rigid_body_collisions_collections(
133
132
  ...
134
133
 
135
134
  class PHYSICS_PT_rigid_body_collisions_sensitivity(
136
- bpy.types.Panel, bpy_types._GenericUI
135
+ PHYSICS_PT_rigidbody_panel, bpy.types.Panel
137
136
  ):
138
137
  COMPAT_ENGINES: typing.Any
139
138
  bl_context: typing.Any
@@ -176,7 +175,9 @@ class PHYSICS_PT_rigid_body_collisions_sensitivity(
176
175
  """
177
176
  ...
178
177
 
179
- class PHYSICS_PT_rigid_body_collisions_surface(bpy.types.Panel, bpy_types._GenericUI):
178
+ class PHYSICS_PT_rigid_body_collisions_surface(
179
+ PHYSICS_PT_rigidbody_panel, bpy.types.Panel
180
+ ):
180
181
  COMPAT_ENGINES: typing.Any
181
182
  bl_context: typing.Any
182
183
  bl_label: typing.Any
@@ -218,7 +219,7 @@ class PHYSICS_PT_rigid_body_collisions_surface(bpy.types.Panel, bpy_types._Gener
218
219
  """
219
220
  ...
220
221
 
221
- class PHYSICS_PT_rigid_body_dynamics(bpy.types.Panel, bpy_types._GenericUI):
222
+ class PHYSICS_PT_rigid_body_dynamics(PHYSICS_PT_rigidbody_panel, bpy.types.Panel):
222
223
  COMPAT_ENGINES: typing.Any
223
224
  bl_context: typing.Any
224
225
  bl_label: typing.Any
@@ -261,7 +262,7 @@ class PHYSICS_PT_rigid_body_dynamics(bpy.types.Panel, bpy_types._GenericUI):
261
262
  ...
262
263
 
263
264
  class PHYSICS_PT_rigid_body_dynamics_deactivation(
264
- bpy.types.Panel, bpy_types._GenericUI
265
+ PHYSICS_PT_rigidbody_panel, bpy.types.Panel
265
266
  ):
266
267
  COMPAT_ENGINES: typing.Any
267
268
  bl_context: typing.Any
@@ -311,7 +312,7 @@ class PHYSICS_PT_rigid_body_dynamics_deactivation(
311
312
  """
312
313
  ...
313
314
 
314
- class PHYSICS_PT_rigid_body_settings(bpy.types.Panel, bpy_types._GenericUI):
315
+ class PHYSICS_PT_rigid_body_settings(PHYSICS_PT_rigidbody_panel, bpy.types.Panel):
315
316
  COMPAT_ENGINES: typing.Any
316
317
  bl_context: typing.Any
317
318
  bl_label: typing.Any