fake-bpy-module 20240721__py3-none-any.whl → 20240723__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (87) hide show
  1. bl_operators/bone_selection_sets/__init__.pyi +6 -18
  2. bl_operators/node/__init__.pyi +2 -4
  3. bl_operators/presets/__init__.pyi +2 -5
  4. bl_operators/wm/__init__.pyi +4 -5
  5. bl_ui/__init__.pyi +3 -4
  6. bl_ui/anim/__init__.pyi +1 -2
  7. bl_ui/asset_shelf/__init__.pyi +1 -2
  8. bl_ui/node_add_menu/__init__.pyi +1 -2
  9. bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
  10. bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
  11. bl_ui/node_add_menu_shader/__init__.pyi +10 -11
  12. bl_ui/node_add_menu_texture/__init__.pyi +9 -10
  13. bl_ui/properties_collection/__init__.pyi +6 -18
  14. bl_ui/properties_constraint/__init__.pyi +79 -142
  15. bl_ui/properties_data_armature/__init__.pyi +17 -32
  16. bl_ui/properties_data_bone/__init__.pyi +10 -15
  17. bl_ui/properties_data_camera/__init__.pyi +14 -29
  18. bl_ui/properties_data_curve/__init__.pyi +15 -40
  19. bl_ui/properties_data_curves/__init__.pyi +6 -9
  20. bl_ui/properties_data_empty/__init__.pyi +2 -3
  21. bl_ui/properties_data_gpencil/__init__.pyi +23 -37
  22. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -36
  23. bl_ui/properties_data_lattice/__init__.pyi +3 -4
  24. bl_ui/properties_data_light/__init__.pyi +12 -23
  25. bl_ui/properties_data_lightprobe/__init__.pyi +13 -36
  26. bl_ui/properties_data_mesh/__init__.pyi +20 -27
  27. bl_ui/properties_data_metaball/__init__.pyi +5 -8
  28. bl_ui/properties_data_modifier/__init__.pyi +9 -24
  29. bl_ui/properties_data_pointcloud/__init__.pyi +5 -10
  30. bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
  31. bl_ui/properties_data_speaker/__init__.pyi +5 -6
  32. bl_ui/properties_data_volume/__init__.pyi +8 -13
  33. bl_ui/properties_freestyle/__init__.pyi +26 -112
  34. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
  35. bl_ui/properties_mask_common/__init__.pyi +7 -8
  36. bl_ui/properties_material/__init__.pyi +16 -40
  37. bl_ui/properties_material_gpencil/__init__.pyi +10 -28
  38. bl_ui/properties_object/__init__.pyi +14 -25
  39. bl_ui/properties_output/__init__.pyi +18 -45
  40. bl_ui/properties_paint_common/__init__.pyi +9 -10
  41. bl_ui/properties_particle/__init__.pyi +52 -134
  42. bl_ui/properties_physics_cloth/__init__.pyi +14 -35
  43. bl_ui/properties_physics_common/__init__.pyi +1 -2
  44. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -61
  45. bl_ui/properties_physics_field/__init__.pyi +10 -27
  46. bl_ui/properties_physics_fluid/__init__.pyi +28 -51
  47. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
  48. bl_ui/properties_physics_rigidbody/__init__.pyi +8 -17
  49. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -14
  50. bl_ui/properties_physics_softbody/__init__.pyi +15 -44
  51. bl_ui/properties_render/__init__.pyi +55 -146
  52. bl_ui/properties_scene/__init__.pyi +15 -28
  53. bl_ui/properties_texture/__init__.pyi +26 -70
  54. bl_ui/properties_view_layer/__init__.pyi +49 -80
  55. bl_ui/properties_workspace/__init__.pyi +4 -8
  56. bl_ui/properties_world/__init__.pyi +10 -17
  57. bl_ui/space_clip/__init__.pyi +72 -116
  58. bl_ui/space_console/__init__.pyi +6 -7
  59. bl_ui/space_dopesheet/__init__.pyi +39 -56
  60. bl_ui/space_filebrowser/__init__.pyi +29 -44
  61. bl_ui/space_graph/__init__.pyi +20 -23
  62. bl_ui/space_image/__init__.pyi +69 -134
  63. bl_ui/space_info/__init__.pyi +6 -7
  64. bl_ui/space_nla/__init__.pyi +17 -26
  65. bl_ui/space_node/__init__.pyi +28 -35
  66. bl_ui/space_outliner/__init__.pyi +14 -15
  67. bl_ui/space_properties/__init__.pyi +3 -4
  68. bl_ui/space_sequencer/__init__.pyi +80 -134
  69. bl_ui/space_spreadsheet/__init__.pyi +1 -2
  70. bl_ui/space_statusbar/__init__.pyi +1 -2
  71. bl_ui/space_text/__init__.pyi +16 -17
  72. bl_ui/space_time/__init__.pyi +7 -12
  73. bl_ui/space_toolsystem_common/__init__.pyi +1 -2
  74. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -13
  75. bl_ui/space_topbar/__init__.pyi +26 -27
  76. bl_ui/space_userpref/__init__.pyi +91 -196
  77. bl_ui/space_view3d/__init__.pyi +279 -342
  78. bl_ui/space_view3d_toolbar/__init__.pyi +613 -897
  79. bl_ui/temp_anim_layers/__init__.pyi +1 -2
  80. bpy/ops/sequencer/__init__.pyi +1 -1
  81. bpy/types/__init__.pyi +29718 -29418
  82. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/METADATA +1 -1
  83. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/RECORD +87 -87
  84. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/WHEEL +1 -1
  85. freestyle/utils/__init__.pyi +1 -1
  86. nodeitems_builtins/__init__.pyi +4 -4
  87. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/top_level.txt +0 -0
@@ -4,13 +4,12 @@ import typing_extensions
4
4
  import bl_ui.properties_grease_pencil_common
5
5
  import bl_ui.space_toolsystem_common
6
6
  import bpy.types
7
- import bpy_types
8
7
  import rna_prop_ui
9
8
 
10
9
  GenericType1 = typing.TypeVar("GenericType1")
11
10
  GenericType2 = typing.TypeVar("GenericType2")
12
11
 
13
- class SEQUENCER_HT_header(bpy.types.Header, bpy_types._GenericUI):
12
+ class SEQUENCER_HT_header(bpy.types.Header):
14
13
  bl_rna: typing.Any
15
14
  bl_space_type: typing.Any
16
15
  id_data: typing.Any
@@ -38,7 +37,7 @@ class SEQUENCER_HT_header(bpy.types.Header, bpy_types._GenericUI):
38
37
  """
39
38
  ...
40
39
 
41
- class SEQUENCER_HT_tool_header(bpy.types.Header, bpy_types._GenericUI):
40
+ class SEQUENCER_HT_tool_header(bpy.types.Header):
42
41
  bl_region_type: typing.Any
43
42
  bl_rna: typing.Any
44
43
  bl_space_type: typing.Any
@@ -74,7 +73,7 @@ class SEQUENCER_HT_tool_header(bpy.types.Header, bpy_types._GenericUI):
74
73
  """
75
74
  ...
76
75
 
77
- class SEQUENCER_MT_add(bpy.types.Menu, bpy_types._GenericUI):
76
+ class SEQUENCER_MT_add(bpy.types.Menu):
78
77
  bl_label: typing.Any
79
78
  bl_options: typing.Any
80
79
  bl_rna: typing.Any
@@ -104,7 +103,7 @@ class SEQUENCER_MT_add(bpy.types.Menu, bpy_types._GenericUI):
104
103
  """
105
104
  ...
106
105
 
107
- class SEQUENCER_MT_add_effect(bpy.types.Menu, bpy_types._GenericUI):
106
+ class SEQUENCER_MT_add_effect(bpy.types.Menu):
108
107
  bl_label: typing.Any
109
108
  bl_rna: typing.Any
110
109
  id_data: typing.Any
@@ -132,7 +131,7 @@ class SEQUENCER_MT_add_effect(bpy.types.Menu, bpy_types._GenericUI):
132
131
  """
133
132
  ...
134
133
 
135
- class SEQUENCER_MT_add_empty(bpy.types.Menu, bpy_types._GenericUI):
134
+ class SEQUENCER_MT_add_empty(bpy.types.Menu):
136
135
  bl_label: typing.Any
137
136
  bl_rna: typing.Any
138
137
  id_data: typing.Any
@@ -160,7 +159,7 @@ class SEQUENCER_MT_add_empty(bpy.types.Menu, bpy_types._GenericUI):
160
159
  """
161
160
  ...
162
161
 
163
- class SEQUENCER_MT_add_scene(bpy.types.Menu, bpy_types._GenericUI):
162
+ class SEQUENCER_MT_add_scene(bpy.types.Menu):
164
163
  bl_label: typing.Any
165
164
  bl_rna: typing.Any
166
165
  bl_translation_context: typing.Any
@@ -189,7 +188,7 @@ class SEQUENCER_MT_add_scene(bpy.types.Menu, bpy_types._GenericUI):
189
188
  """
190
189
  ...
191
190
 
192
- class SEQUENCER_MT_add_transitions(bpy.types.Menu, bpy_types._GenericUI):
191
+ class SEQUENCER_MT_add_transitions(bpy.types.Menu):
193
192
  bl_label: typing.Any
194
193
  bl_rna: typing.Any
195
194
  id_data: typing.Any
@@ -217,7 +216,7 @@ class SEQUENCER_MT_add_transitions(bpy.types.Menu, bpy_types._GenericUI):
217
216
  """
218
217
  ...
219
218
 
220
- class SEQUENCER_MT_change(bpy.types.Menu, bpy_types._GenericUI):
219
+ class SEQUENCER_MT_change(bpy.types.Menu):
221
220
  bl_label: typing.Any
222
221
  bl_rna: typing.Any
223
222
  id_data: typing.Any
@@ -245,9 +244,7 @@ class SEQUENCER_MT_change(bpy.types.Menu, bpy_types._GenericUI):
245
244
  """
246
245
  ...
247
246
 
248
- class SEQUENCER_MT_color_tag_picker(
249
- bpy.types.Menu, SequencerColorTagPicker, bpy_types._GenericUI
250
- ):
247
+ class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker, bpy.types.Menu):
251
248
  bl_label: typing.Any
252
249
  bl_region_type: typing.Any
253
250
  bl_rna: typing.Any
@@ -277,7 +274,7 @@ class SEQUENCER_MT_color_tag_picker(
277
274
  """
278
275
  ...
279
276
 
280
- class SEQUENCER_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
277
+ class SEQUENCER_MT_context_menu(bpy.types.Menu):
281
278
  bl_label: typing.Any
282
279
  bl_rna: typing.Any
283
280
  id_data: typing.Any
@@ -319,7 +316,7 @@ class SEQUENCER_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
319
316
  """
320
317
  ...
321
318
 
322
- class SEQUENCER_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
319
+ class SEQUENCER_MT_editor_menus(bpy.types.Menu):
323
320
  bl_idname: typing.Any
324
321
  bl_label: typing.Any
325
322
  bl_rna: typing.Any
@@ -348,7 +345,7 @@ class SEQUENCER_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
348
345
  """
349
346
  ...
350
347
 
351
- class SEQUENCER_MT_image(bpy.types.Menu, bpy_types._GenericUI):
348
+ class SEQUENCER_MT_image(bpy.types.Menu):
352
349
  bl_label: typing.Any
353
350
  bl_rna: typing.Any
354
351
  id_data: typing.Any
@@ -376,7 +373,7 @@ class SEQUENCER_MT_image(bpy.types.Menu, bpy_types._GenericUI):
376
373
  """
377
374
  ...
378
375
 
379
- class SEQUENCER_MT_image_apply(bpy.types.Menu, bpy_types._GenericUI):
376
+ class SEQUENCER_MT_image_apply(bpy.types.Menu):
380
377
  bl_label: typing.Any
381
378
  bl_rna: typing.Any
382
379
  id_data: typing.Any
@@ -404,7 +401,7 @@ class SEQUENCER_MT_image_apply(bpy.types.Menu, bpy_types._GenericUI):
404
401
  """
405
402
  ...
406
403
 
407
- class SEQUENCER_MT_image_clear(bpy.types.Menu, bpy_types._GenericUI):
404
+ class SEQUENCER_MT_image_clear(bpy.types.Menu):
408
405
  bl_label: typing.Any
409
406
  bl_rna: typing.Any
410
407
  id_data: typing.Any
@@ -432,7 +429,7 @@ class SEQUENCER_MT_image_clear(bpy.types.Menu, bpy_types._GenericUI):
432
429
  """
433
430
  ...
434
431
 
435
- class SEQUENCER_MT_image_transform(bpy.types.Menu, bpy_types._GenericUI):
432
+ class SEQUENCER_MT_image_transform(bpy.types.Menu):
436
433
  bl_label: typing.Any
437
434
  bl_rna: typing.Any
438
435
  id_data: typing.Any
@@ -460,7 +457,7 @@ class SEQUENCER_MT_image_transform(bpy.types.Menu, bpy_types._GenericUI):
460
457
  """
461
458
  ...
462
459
 
463
- class SEQUENCER_MT_marker(bpy.types.Menu, bpy_types._GenericUI):
460
+ class SEQUENCER_MT_marker(bpy.types.Menu):
464
461
  bl_label: typing.Any
465
462
  bl_rna: typing.Any
466
463
  id_data: typing.Any
@@ -488,7 +485,7 @@ class SEQUENCER_MT_marker(bpy.types.Menu, bpy_types._GenericUI):
488
485
  """
489
486
  ...
490
487
 
491
- class SEQUENCER_MT_navigation(bpy.types.Menu, bpy_types._GenericUI):
488
+ class SEQUENCER_MT_navigation(bpy.types.Menu):
492
489
  bl_label: typing.Any
493
490
  bl_rna: typing.Any
494
491
  id_data: typing.Any
@@ -516,7 +513,7 @@ class SEQUENCER_MT_navigation(bpy.types.Menu, bpy_types._GenericUI):
516
513
  """
517
514
  ...
518
515
 
519
- class SEQUENCER_MT_pivot_pie(bpy.types.Menu, bpy_types._GenericUI):
516
+ class SEQUENCER_MT_pivot_pie(bpy.types.Menu):
520
517
  bl_label: typing.Any
521
518
  bl_rna: typing.Any
522
519
  id_data: typing.Any
@@ -544,7 +541,7 @@ class SEQUENCER_MT_pivot_pie(bpy.types.Menu, bpy_types._GenericUI):
544
541
  """
545
542
  ...
546
543
 
547
- class SEQUENCER_MT_preview_context_menu(bpy.types.Menu, bpy_types._GenericUI):
544
+ class SEQUENCER_MT_preview_context_menu(bpy.types.Menu):
548
545
  bl_label: typing.Any
549
546
  bl_rna: typing.Any
550
547
  id_data: typing.Any
@@ -572,7 +569,7 @@ class SEQUENCER_MT_preview_context_menu(bpy.types.Menu, bpy_types._GenericUI):
572
569
  """
573
570
  ...
574
571
 
575
- class SEQUENCER_MT_preview_view_pie(bpy.types.Menu, bpy_types._GenericUI):
572
+ class SEQUENCER_MT_preview_view_pie(bpy.types.Menu):
576
573
  bl_label: typing.Any
577
574
  bl_rna: typing.Any
578
575
  id_data: typing.Any
@@ -600,7 +597,7 @@ class SEQUENCER_MT_preview_view_pie(bpy.types.Menu, bpy_types._GenericUI):
600
597
  """
601
598
  ...
602
599
 
603
- class SEQUENCER_MT_preview_zoom(bpy.types.Menu, bpy_types._GenericUI):
600
+ class SEQUENCER_MT_preview_zoom(bpy.types.Menu):
604
601
  bl_label: typing.Any
605
602
  bl_rna: typing.Any
606
603
  id_data: typing.Any
@@ -628,7 +625,7 @@ class SEQUENCER_MT_preview_zoom(bpy.types.Menu, bpy_types._GenericUI):
628
625
  """
629
626
  ...
630
627
 
631
- class SEQUENCER_MT_proxy(bpy.types.Menu, bpy_types._GenericUI):
628
+ class SEQUENCER_MT_proxy(bpy.types.Menu):
632
629
  bl_label: typing.Any
633
630
  bl_rna: typing.Any
634
631
  id_data: typing.Any
@@ -656,7 +653,7 @@ class SEQUENCER_MT_proxy(bpy.types.Menu, bpy_types._GenericUI):
656
653
  """
657
654
  ...
658
655
 
659
- class SEQUENCER_MT_range(bpy.types.Menu, bpy_types._GenericUI):
656
+ class SEQUENCER_MT_range(bpy.types.Menu):
660
657
  bl_label: typing.Any
661
658
  bl_rna: typing.Any
662
659
  id_data: typing.Any
@@ -684,7 +681,7 @@ class SEQUENCER_MT_range(bpy.types.Menu, bpy_types._GenericUI):
684
681
  """
685
682
  ...
686
683
 
687
- class SEQUENCER_MT_retiming(bpy.types.Menu, bpy_types._GenericUI):
684
+ class SEQUENCER_MT_retiming(bpy.types.Menu):
688
685
  bl_label: typing.Any
689
686
  bl_rna: typing.Any
690
687
  bl_translation_context: typing.Any
@@ -713,7 +710,7 @@ class SEQUENCER_MT_retiming(bpy.types.Menu, bpy_types._GenericUI):
713
710
  """
714
711
  ...
715
712
 
716
- class SEQUENCER_MT_select(bpy.types.Menu, bpy_types._GenericUI):
713
+ class SEQUENCER_MT_select(bpy.types.Menu):
717
714
  bl_label: typing.Any
718
715
  bl_rna: typing.Any
719
716
  id_data: typing.Any
@@ -741,7 +738,7 @@ class SEQUENCER_MT_select(bpy.types.Menu, bpy_types._GenericUI):
741
738
  """
742
739
  ...
743
740
 
744
- class SEQUENCER_MT_select_channel(bpy.types.Menu, bpy_types._GenericUI):
741
+ class SEQUENCER_MT_select_channel(bpy.types.Menu):
745
742
  bl_label: typing.Any
746
743
  bl_rna: typing.Any
747
744
  id_data: typing.Any
@@ -769,7 +766,7 @@ class SEQUENCER_MT_select_channel(bpy.types.Menu, bpy_types._GenericUI):
769
766
  """
770
767
  ...
771
768
 
772
- class SEQUENCER_MT_select_handle(bpy.types.Menu, bpy_types._GenericUI):
769
+ class SEQUENCER_MT_select_handle(bpy.types.Menu):
773
770
  bl_label: typing.Any
774
771
  bl_rna: typing.Any
775
772
  id_data: typing.Any
@@ -797,7 +794,7 @@ class SEQUENCER_MT_select_handle(bpy.types.Menu, bpy_types._GenericUI):
797
794
  """
798
795
  ...
799
796
 
800
- class SEQUENCER_MT_strip(bpy.types.Menu, bpy_types._GenericUI):
797
+ class SEQUENCER_MT_strip(bpy.types.Menu):
801
798
  bl_label: typing.Any
802
799
  bl_rna: typing.Any
803
800
  id_data: typing.Any
@@ -825,7 +822,7 @@ class SEQUENCER_MT_strip(bpy.types.Menu, bpy_types._GenericUI):
825
822
  """
826
823
  ...
827
824
 
828
- class SEQUENCER_MT_strip_effect(bpy.types.Menu, bpy_types._GenericUI):
825
+ class SEQUENCER_MT_strip_effect(bpy.types.Menu):
829
826
  bl_label: typing.Any
830
827
  bl_rna: typing.Any
831
828
  id_data: typing.Any
@@ -853,7 +850,7 @@ class SEQUENCER_MT_strip_effect(bpy.types.Menu, bpy_types._GenericUI):
853
850
  """
854
851
  ...
855
852
 
856
- class SEQUENCER_MT_strip_input(bpy.types.Menu, bpy_types._GenericUI):
853
+ class SEQUENCER_MT_strip_input(bpy.types.Menu):
857
854
  bl_label: typing.Any
858
855
  bl_rna: typing.Any
859
856
  id_data: typing.Any
@@ -881,7 +878,7 @@ class SEQUENCER_MT_strip_input(bpy.types.Menu, bpy_types._GenericUI):
881
878
  """
882
879
  ...
883
880
 
884
- class SEQUENCER_MT_strip_lock_mute(bpy.types.Menu, bpy_types._GenericUI):
881
+ class SEQUENCER_MT_strip_lock_mute(bpy.types.Menu):
885
882
  bl_label: typing.Any
886
883
  bl_rna: typing.Any
887
884
  id_data: typing.Any
@@ -909,7 +906,7 @@ class SEQUENCER_MT_strip_lock_mute(bpy.types.Menu, bpy_types._GenericUI):
909
906
  """
910
907
  ...
911
908
 
912
- class SEQUENCER_MT_strip_movie(bpy.types.Menu, bpy_types._GenericUI):
909
+ class SEQUENCER_MT_strip_movie(bpy.types.Menu):
913
910
  bl_label: typing.Any
914
911
  bl_rna: typing.Any
915
912
  id_data: typing.Any
@@ -937,7 +934,7 @@ class SEQUENCER_MT_strip_movie(bpy.types.Menu, bpy_types._GenericUI):
937
934
  """
938
935
  ...
939
936
 
940
- class SEQUENCER_MT_strip_retiming(bpy.types.Menu, bpy_types._GenericUI):
937
+ class SEQUENCER_MT_strip_retiming(bpy.types.Menu):
941
938
  bl_label: typing.Any
942
939
  bl_rna: typing.Any
943
940
  id_data: typing.Any
@@ -965,7 +962,7 @@ class SEQUENCER_MT_strip_retiming(bpy.types.Menu, bpy_types._GenericUI):
965
962
  """
966
963
  ...
967
964
 
968
- class SEQUENCER_MT_strip_transform(bpy.types.Menu, bpy_types._GenericUI):
965
+ class SEQUENCER_MT_strip_transform(bpy.types.Menu):
969
966
  bl_label: typing.Any
970
967
  bl_rna: typing.Any
971
968
  id_data: typing.Any
@@ -993,7 +990,7 @@ class SEQUENCER_MT_strip_transform(bpy.types.Menu, bpy_types._GenericUI):
993
990
  """
994
991
  ...
995
992
 
996
- class SEQUENCER_MT_view(bpy.types.Menu, bpy_types._GenericUI):
993
+ class SEQUENCER_MT_view(bpy.types.Menu):
997
994
  bl_label: typing.Any
998
995
  bl_rna: typing.Any
999
996
  id_data: typing.Any
@@ -1021,7 +1018,7 @@ class SEQUENCER_MT_view(bpy.types.Menu, bpy_types._GenericUI):
1021
1018
  """
1022
1019
  ...
1023
1020
 
1024
- class SEQUENCER_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
1021
+ class SEQUENCER_MT_view_pie(bpy.types.Menu):
1025
1022
  bl_label: typing.Any
1026
1023
  bl_rna: typing.Any
1027
1024
  id_data: typing.Any
@@ -1050,9 +1047,7 @@ class SEQUENCER_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
1050
1047
  ...
1051
1048
 
1052
1049
  class SEQUENCER_PT_active_tool(
1053
- bpy.types.Panel,
1054
- bl_ui.space_toolsystem_common.ToolActivePanelHelper,
1055
- bpy_types._GenericUI,
1050
+ bl_ui.space_toolsystem_common.ToolActivePanelHelper, bpy.types.Panel
1056
1051
  ):
1057
1052
  bl_category: typing.Any
1058
1053
  bl_label: typing.Any
@@ -1077,9 +1072,7 @@ class SEQUENCER_PT_active_tool(
1077
1072
  """
1078
1073
  ...
1079
1074
 
1080
- class SEQUENCER_PT_adjust_color(
1081
- bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
1082
- ):
1075
+ class SEQUENCER_PT_adjust_color(SequencerButtonsPanel, bpy.types.Panel):
1083
1076
  bl_category: typing.Any
1084
1077
  bl_label: typing.Any
1085
1078
  bl_options: typing.Any
@@ -1119,9 +1112,7 @@ class SEQUENCER_PT_adjust_color(
1119
1112
  """
1120
1113
  ...
1121
1114
 
1122
- class SEQUENCER_PT_adjust_comp(
1123
- bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
1124
- ):
1115
+ class SEQUENCER_PT_adjust_comp(SequencerButtonsPanel, bpy.types.Panel):
1125
1116
  bl_category: typing.Any
1126
1117
  bl_label: typing.Any
1127
1118
  bl_region_type: typing.Any
@@ -1160,9 +1151,7 @@ class SEQUENCER_PT_adjust_comp(
1160
1151
  """
1161
1152
  ...
1162
1153
 
1163
- class SEQUENCER_PT_adjust_crop(
1164
- bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
1165
- ):
1154
+ class SEQUENCER_PT_adjust_crop(SequencerButtonsPanel, bpy.types.Panel):
1166
1155
  bl_category: typing.Any
1167
1156
  bl_label: typing.Any
1168
1157
  bl_options: typing.Any
@@ -1202,9 +1191,7 @@ class SEQUENCER_PT_adjust_crop(
1202
1191
  """
1203
1192
  ...
1204
1193
 
1205
- class SEQUENCER_PT_adjust_sound(
1206
- bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
1207
- ):
1194
+ class SEQUENCER_PT_adjust_sound(SequencerButtonsPanel, bpy.types.Panel):
1208
1195
  bl_category: typing.Any
1209
1196
  bl_label: typing.Any
1210
1197
  bl_region_type: typing.Any
@@ -1243,9 +1230,7 @@ class SEQUENCER_PT_adjust_sound(
1243
1230
  """
1244
1231
  ...
1245
1232
 
1246
- class SEQUENCER_PT_adjust_transform(
1247
- bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
1248
- ):
1233
+ class SEQUENCER_PT_adjust_transform(SequencerButtonsPanel, bpy.types.Panel):
1249
1234
  bl_category: typing.Any
1250
1235
  bl_label: typing.Any
1251
1236
  bl_options: typing.Any
@@ -1285,9 +1270,7 @@ class SEQUENCER_PT_adjust_transform(
1285
1270
  """
1286
1271
  ...
1287
1272
 
1288
- class SEQUENCER_PT_adjust_video(
1289
- bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
1290
- ):
1273
+ class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, bpy.types.Panel):
1291
1274
  bl_category: typing.Any
1292
1275
  bl_label: typing.Any
1293
1276
  bl_options: typing.Any
@@ -1328,10 +1311,9 @@ class SEQUENCER_PT_adjust_video(
1328
1311
  ...
1329
1312
 
1330
1313
  class SEQUENCER_PT_annotation(
1331
- bpy.types.Panel,
1332
- bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
1333
1314
  SequencerButtonsPanel_Output,
1334
- bpy_types._GenericUI,
1315
+ bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
1316
+ bpy.types.Panel,
1335
1317
  ):
1336
1318
  bl_category: typing.Any
1337
1319
  bl_label: typing.Any
@@ -1374,10 +1356,9 @@ class SEQUENCER_PT_annotation(
1374
1356
  ...
1375
1357
 
1376
1358
  class SEQUENCER_PT_annotation_onion(
1377
- bpy.types.Panel,
1378
- bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
1379
1359
  SequencerButtonsPanel_Output,
1380
- bpy_types._GenericUI,
1360
+ bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
1361
+ bpy.types.Panel,
1381
1362
  ):
1382
1363
  bl_category: typing.Any
1383
1364
  bl_label: typing.Any
@@ -1420,9 +1401,7 @@ class SEQUENCER_PT_annotation_onion(
1420
1401
  """
1421
1402
  ...
1422
1403
 
1423
- class SEQUENCER_PT_cache_settings(
1424
- bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
1425
- ):
1404
+ class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, bpy.types.Panel):
1426
1405
  bl_category: typing.Any
1427
1406
  bl_label: typing.Any
1428
1407
  bl_region_type: typing.Any
@@ -1461,9 +1440,7 @@ class SEQUENCER_PT_cache_settings(
1461
1440
  """
1462
1441
  ...
1463
1442
 
1464
- class SEQUENCER_PT_cache_view_settings(
1465
- bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
1466
- ):
1443
+ class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, bpy.types.Panel):
1467
1444
  bl_category: typing.Any
1468
1445
  bl_label: typing.Any
1469
1446
  bl_parent_id: typing.Any
@@ -1510,9 +1487,7 @@ class SEQUENCER_PT_cache_view_settings(
1510
1487
  """
1511
1488
  ...
1512
1489
 
1513
- class SEQUENCER_PT_color_tag_picker(
1514
- bpy.types.Panel, SequencerColorTagPicker, bpy_types._GenericUI
1515
- ):
1490
+ class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, bpy.types.Panel):
1516
1491
  bl_category: typing.Any
1517
1492
  bl_label: typing.Any
1518
1493
  bl_options: typing.Any
@@ -1545,10 +1520,7 @@ class SEQUENCER_PT_color_tag_picker(
1545
1520
  ...
1546
1521
 
1547
1522
  class SEQUENCER_PT_custom_props(
1548
- bpy.types.Panel,
1549
- SequencerButtonsPanel,
1550
- rna_prop_ui.PropertyPanel,
1551
- bpy_types._GenericUI,
1523
+ rna_prop_ui.PropertyPanel, SequencerButtonsPanel, bpy.types.Panel
1552
1524
  ):
1553
1525
  """The subclass should have its own poll function
1554
1526
  and the variable '_context_path' MUST be set.
@@ -1580,7 +1552,7 @@ class SEQUENCER_PT_custom_props(
1580
1552
  """
1581
1553
  ...
1582
1554
 
1583
- class SEQUENCER_PT_effect(bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
1555
+ class SEQUENCER_PT_effect(SequencerButtonsPanel, bpy.types.Panel):
1584
1556
  bl_category: typing.Any
1585
1557
  bl_label: typing.Any
1586
1558
  bl_region_type: typing.Any
@@ -1619,9 +1591,7 @@ class SEQUENCER_PT_effect(bpy.types.Panel, SequencerButtonsPanel, bpy_types._Gen
1619
1591
  """
1620
1592
  ...
1621
1593
 
1622
- class SEQUENCER_PT_effect_text_layout(
1623
- bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
1624
- ):
1594
+ class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel, bpy.types.Panel):
1625
1595
  bl_category: typing.Any
1626
1596
  bl_label: typing.Any
1627
1597
  bl_parent_id: typing.Any
@@ -1661,9 +1631,7 @@ class SEQUENCER_PT_effect_text_layout(
1661
1631
  """
1662
1632
  ...
1663
1633
 
1664
- class SEQUENCER_PT_effect_text_style(
1665
- bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
1666
- ):
1634
+ class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, bpy.types.Panel):
1667
1635
  bl_category: typing.Any
1668
1636
  bl_label: typing.Any
1669
1637
  bl_parent_id: typing.Any
@@ -1703,9 +1671,7 @@ class SEQUENCER_PT_effect_text_style(
1703
1671
  """
1704
1672
  ...
1705
1673
 
1706
- class SEQUENCER_PT_frame_overlay(
1707
- bpy.types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
1708
- ):
1674
+ class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, bpy.types.Panel):
1709
1675
  bl_category: typing.Any
1710
1676
  bl_label: typing.Any
1711
1677
  bl_options: typing.Any
@@ -1752,7 +1718,7 @@ class SEQUENCER_PT_frame_overlay(
1752
1718
  """
1753
1719
  ...
1754
1720
 
1755
- class SEQUENCER_PT_gizmo_display(bpy.types.Panel, bpy_types._GenericUI):
1721
+ class SEQUENCER_PT_gizmo_display(bpy.types.Panel):
1756
1722
  bl_label: typing.Any
1757
1723
  bl_region_type: typing.Any
1758
1724
  bl_rna: typing.Any
@@ -1783,7 +1749,7 @@ class SEQUENCER_PT_gizmo_display(bpy.types.Panel, bpy_types._GenericUI):
1783
1749
  """
1784
1750
  ...
1785
1751
 
1786
- class SEQUENCER_PT_mask(bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
1752
+ class SEQUENCER_PT_mask(SequencerButtonsPanel, bpy.types.Panel):
1787
1753
  bl_category: typing.Any
1788
1754
  bl_label: typing.Any
1789
1755
  bl_region_type: typing.Any
@@ -1822,9 +1788,7 @@ class SEQUENCER_PT_mask(bpy.types.Panel, SequencerButtonsPanel, bpy_types._Gener
1822
1788
  """
1823
1789
  ...
1824
1790
 
1825
- class SEQUENCER_PT_modifiers(
1826
- bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
1827
- ):
1791
+ class SEQUENCER_PT_modifiers(SequencerButtonsPanel, bpy.types.Panel):
1828
1792
  bl_category: typing.Any
1829
1793
  bl_label: typing.Any
1830
1794
  bl_region_type: typing.Any
@@ -1855,9 +1819,7 @@ class SEQUENCER_PT_modifiers(
1855
1819
  """
1856
1820
  ...
1857
1821
 
1858
- class SEQUENCER_PT_movie_clip(
1859
- bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
1860
- ):
1822
+ class SEQUENCER_PT_movie_clip(SequencerButtonsPanel, bpy.types.Panel):
1861
1823
  bl_category: typing.Any
1862
1824
  bl_label: typing.Any
1863
1825
  bl_options: typing.Any
@@ -1897,7 +1859,7 @@ class SEQUENCER_PT_movie_clip(
1897
1859
  """
1898
1860
  ...
1899
1861
 
1900
- class SEQUENCER_PT_overlay(bpy.types.Panel, bpy_types._GenericUI):
1862
+ class SEQUENCER_PT_overlay(bpy.types.Panel):
1901
1863
  bl_label: typing.Any
1902
1864
  bl_region_type: typing.Any
1903
1865
  bl_rna: typing.Any
@@ -1928,9 +1890,7 @@ class SEQUENCER_PT_overlay(bpy.types.Panel, bpy_types._GenericUI):
1928
1890
  """
1929
1891
  ...
1930
1892
 
1931
- class SEQUENCER_PT_preview(
1932
- bpy.types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
1933
- ):
1893
+ class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, bpy.types.Panel):
1934
1894
  bl_category: typing.Any
1935
1895
  bl_label: typing.Any
1936
1896
  bl_options: typing.Any
@@ -1962,7 +1922,7 @@ class SEQUENCER_PT_preview(
1962
1922
  """
1963
1923
  ...
1964
1924
 
1965
- class SEQUENCER_PT_preview_overlay(bpy.types.Panel, bpy_types._GenericUI):
1925
+ class SEQUENCER_PT_preview_overlay(bpy.types.Panel):
1966
1926
  bl_label: typing.Any
1967
1927
  bl_parent_id: typing.Any
1968
1928
  bl_region_type: typing.Any
@@ -2001,7 +1961,7 @@ class SEQUENCER_PT_preview_overlay(bpy.types.Panel, bpy_types._GenericUI):
2001
1961
  """
2002
1962
  ...
2003
1963
 
2004
- class SEQUENCER_PT_preview_snapping(bpy.types.Panel, bpy_types._GenericUI):
1964
+ class SEQUENCER_PT_preview_snapping(bpy.types.Panel):
2005
1965
  bl_label: typing.Any
2006
1966
  bl_parent_id: typing.Any
2007
1967
  bl_region_type: typing.Any
@@ -2040,9 +2000,7 @@ class SEQUENCER_PT_preview_snapping(bpy.types.Panel, bpy_types._GenericUI):
2040
2000
  """
2041
2001
  ...
2042
2002
 
2043
- class SEQUENCER_PT_proxy_settings(
2044
- bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
2045
- ):
2003
+ class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, bpy.types.Panel):
2046
2004
  bl_category: typing.Any
2047
2005
  bl_label: typing.Any
2048
2006
  bl_region_type: typing.Any
@@ -2081,7 +2039,7 @@ class SEQUENCER_PT_proxy_settings(
2081
2039
  """
2082
2040
  ...
2083
2041
 
2084
- class SEQUENCER_PT_scene(bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
2042
+ class SEQUENCER_PT_scene(SequencerButtonsPanel, bpy.types.Panel):
2085
2043
  bl_category: typing.Any
2086
2044
  bl_label: typing.Any
2087
2045
  bl_region_type: typing.Any
@@ -2120,9 +2078,7 @@ class SEQUENCER_PT_scene(bpy.types.Panel, SequencerButtonsPanel, bpy_types._Gene
2120
2078
  """
2121
2079
  ...
2122
2080
 
2123
- class SEQUENCER_PT_scene_sound(
2124
- bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
2125
- ):
2081
+ class SEQUENCER_PT_scene_sound(SequencerButtonsPanel, bpy.types.Panel):
2126
2082
  bl_category: typing.Any
2127
2083
  bl_label: typing.Any
2128
2084
  bl_region_type: typing.Any
@@ -2161,7 +2117,7 @@ class SEQUENCER_PT_scene_sound(
2161
2117
  """
2162
2118
  ...
2163
2119
 
2164
- class SEQUENCER_PT_sequencer_overlay(bpy.types.Panel, bpy_types._GenericUI):
2120
+ class SEQUENCER_PT_sequencer_overlay(bpy.types.Panel):
2165
2121
  bl_label: typing.Any
2166
2122
  bl_parent_id: typing.Any
2167
2123
  bl_region_type: typing.Any
@@ -2200,7 +2156,7 @@ class SEQUENCER_PT_sequencer_overlay(bpy.types.Panel, bpy_types._GenericUI):
2200
2156
  """
2201
2157
  ...
2202
2158
 
2203
- class SEQUENCER_PT_sequencer_overlay_strips(bpy.types.Panel, bpy_types._GenericUI):
2159
+ class SEQUENCER_PT_sequencer_overlay_strips(bpy.types.Panel):
2204
2160
  bl_label: typing.Any
2205
2161
  bl_parent_id: typing.Any
2206
2162
  bl_region_type: typing.Any
@@ -2239,7 +2195,7 @@ class SEQUENCER_PT_sequencer_overlay_strips(bpy.types.Panel, bpy_types._GenericU
2239
2195
  """
2240
2196
  ...
2241
2197
 
2242
- class SEQUENCER_PT_sequencer_overlay_waveforms(bpy.types.Panel, bpy_types._GenericUI):
2198
+ class SEQUENCER_PT_sequencer_overlay_waveforms(bpy.types.Panel):
2243
2199
  bl_label: typing.Any
2244
2200
  bl_parent_id: typing.Any
2245
2201
  bl_region_type: typing.Any
@@ -2278,7 +2234,7 @@ class SEQUENCER_PT_sequencer_overlay_waveforms(bpy.types.Panel, bpy_types._Gener
2278
2234
  """
2279
2235
  ...
2280
2236
 
2281
- class SEQUENCER_PT_sequencer_snapping(bpy.types.Panel, bpy_types._GenericUI):
2237
+ class SEQUENCER_PT_sequencer_snapping(bpy.types.Panel):
2282
2238
  bl_label: typing.Any
2283
2239
  bl_parent_id: typing.Any
2284
2240
  bl_region_type: typing.Any
@@ -2317,7 +2273,7 @@ class SEQUENCER_PT_sequencer_snapping(bpy.types.Panel, bpy_types._GenericUI):
2317
2273
  """
2318
2274
  ...
2319
2275
 
2320
- class SEQUENCER_PT_snapping(bpy.types.Panel, bpy_types._GenericUI):
2276
+ class SEQUENCER_PT_snapping(bpy.types.Panel):
2321
2277
  bl_label: typing.Any
2322
2278
  bl_region_type: typing.Any
2323
2279
  bl_rna: typing.Any
@@ -2347,7 +2303,7 @@ class SEQUENCER_PT_snapping(bpy.types.Panel, bpy_types._GenericUI):
2347
2303
  """
2348
2304
  ...
2349
2305
 
2350
- class SEQUENCER_PT_source(bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
2306
+ class SEQUENCER_PT_source(SequencerButtonsPanel, bpy.types.Panel):
2351
2307
  bl_category: typing.Any
2352
2308
  bl_label: typing.Any
2353
2309
  bl_options: typing.Any
@@ -2387,7 +2343,7 @@ class SEQUENCER_PT_source(bpy.types.Panel, SequencerButtonsPanel, bpy_types._Gen
2387
2343
  """
2388
2344
  ...
2389
2345
 
2390
- class SEQUENCER_PT_strip(bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
2346
+ class SEQUENCER_PT_strip(SequencerButtonsPanel, bpy.types.Panel):
2391
2347
  bl_category: typing.Any
2392
2348
  bl_label: typing.Any
2393
2349
  bl_options: typing.Any
@@ -2419,9 +2375,7 @@ class SEQUENCER_PT_strip(bpy.types.Panel, SequencerButtonsPanel, bpy_types._Gene
2419
2375
  """
2420
2376
  ...
2421
2377
 
2422
- class SEQUENCER_PT_strip_cache(
2423
- bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
2424
- ):
2378
+ class SEQUENCER_PT_strip_cache(SequencerButtonsPanel, bpy.types.Panel):
2425
2379
  bl_category: typing.Any
2426
2380
  bl_label: typing.Any
2427
2381
  bl_options: typing.Any
@@ -2468,9 +2422,7 @@ class SEQUENCER_PT_strip_cache(
2468
2422
  """
2469
2423
  ...
2470
2424
 
2471
- class SEQUENCER_PT_strip_proxy(
2472
- bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
2473
- ):
2425
+ class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, bpy.types.Panel):
2474
2426
  bl_category: typing.Any
2475
2427
  bl_label: typing.Any
2476
2428
  bl_region_type: typing.Any
@@ -2516,7 +2468,7 @@ class SEQUENCER_PT_strip_proxy(
2516
2468
  """
2517
2469
  ...
2518
2470
 
2519
- class SEQUENCER_PT_time(bpy.types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
2471
+ class SEQUENCER_PT_time(SequencerButtonsPanel, bpy.types.Panel):
2520
2472
  bl_category: typing.Any
2521
2473
  bl_label: typing.Any
2522
2474
  bl_options: typing.Any
@@ -2563,9 +2515,7 @@ class SEQUENCER_PT_time(bpy.types.Panel, SequencerButtonsPanel, bpy_types._Gener
2563
2515
  """
2564
2516
  ...
2565
2517
 
2566
- class SEQUENCER_PT_view(
2567
- bpy.types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
2568
- ):
2518
+ class SEQUENCER_PT_view(SequencerButtonsPanel_Output, bpy.types.Panel):
2569
2519
  bl_category: typing.Any
2570
2520
  bl_label: typing.Any
2571
2521
  bl_region_type: typing.Any
@@ -2596,9 +2546,7 @@ class SEQUENCER_PT_view(
2596
2546
  """
2597
2547
  ...
2598
2548
 
2599
- class SEQUENCER_PT_view_cursor(
2600
- bpy.types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
2601
- ):
2549
+ class SEQUENCER_PT_view_cursor(SequencerButtonsPanel_Output, bpy.types.Panel):
2602
2550
  bl_category: typing.Any
2603
2551
  bl_label: typing.Any
2604
2552
  bl_region_type: typing.Any
@@ -2629,9 +2577,7 @@ class SEQUENCER_PT_view_cursor(
2629
2577
  """
2630
2578
  ...
2631
2579
 
2632
- class SEQUENCER_PT_view_safe_areas(
2633
- bpy.types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
2634
- ):
2580
+ class SEQUENCER_PT_view_safe_areas(SequencerButtonsPanel_Output, bpy.types.Panel):
2635
2581
  bl_category: typing.Any
2636
2582
  bl_label: typing.Any
2637
2583
  bl_options: typing.Any
@@ -2679,7 +2625,7 @@ class SEQUENCER_PT_view_safe_areas(
2679
2625
  ...
2680
2626
 
2681
2627
  class SEQUENCER_PT_view_safe_areas_center_cut(
2682
- bpy.types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
2628
+ SequencerButtonsPanel_Output, bpy.types.Panel
2683
2629
  ):
2684
2630
  bl_category: typing.Any
2685
2631
  bl_label: typing.Any