fake-bpy-module 20240722__py3-none-any.whl → 20240724__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 (98) 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/export_scene/__init__.pyi +1 -1
  88. bpy/ops/grease_pencil/__init__.pyi +18 -0
  89. bpy/ops/sequencer/__init__.pyi +1 -1
  90. bpy/types/__init__.pyi +29470 -29130
  91. bpy_extras/node_shader_utils/__init__.pyi +118 -118
  92. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/METADATA +1 -1
  93. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/RECORD +98 -98
  94. freestyle/utils/__init__.pyi +1 -1
  95. keyingsets_builtins/__init__.pyi +2 -2
  96. nodeitems_builtins/__init__.pyi +4 -4
  97. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/WHEEL +0 -0
  98. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/top_level.txt +0 -0
@@ -1,13 +1,15 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import bl_ui.properties_grease_pencil_common
5
+ import bl_ui.space_toolsystem_common
4
6
  import bpy.types
5
- import bpy_types
7
+ import rna_prop_ui
6
8
 
7
9
  GenericType1 = typing.TypeVar("GenericType1")
8
10
  GenericType2 = typing.TypeVar("GenericType2")
9
11
 
10
- class SEQUENCER_HT_header(bpy.types.Header, bpy_types._GenericUI):
12
+ class SEQUENCER_HT_header(bpy.types.Header):
11
13
  bl_rna: typing.Any
12
14
  bl_space_type: typing.Any
13
15
  id_data: typing.Any
@@ -35,7 +37,7 @@ class SEQUENCER_HT_header(bpy.types.Header, bpy_types._GenericUI):
35
37
  """
36
38
  ...
37
39
 
38
- class SEQUENCER_HT_tool_header(bpy.types.Header, bpy_types._GenericUI):
40
+ class SEQUENCER_HT_tool_header(bpy.types.Header):
39
41
  bl_region_type: typing.Any
40
42
  bl_rna: typing.Any
41
43
  bl_space_type: typing.Any
@@ -71,7 +73,7 @@ class SEQUENCER_HT_tool_header(bpy.types.Header, bpy_types._GenericUI):
71
73
  """
72
74
  ...
73
75
 
74
- class SEQUENCER_MT_add(bpy.types.Menu, bpy_types._GenericUI):
76
+ class SEQUENCER_MT_add(bpy.types.Menu):
75
77
  bl_label: typing.Any
76
78
  bl_options: typing.Any
77
79
  bl_rna: typing.Any
@@ -101,7 +103,7 @@ class SEQUENCER_MT_add(bpy.types.Menu, bpy_types._GenericUI):
101
103
  """
102
104
  ...
103
105
 
104
- class SEQUENCER_MT_add_effect(bpy.types.Menu, bpy_types._GenericUI):
106
+ class SEQUENCER_MT_add_effect(bpy.types.Menu):
105
107
  bl_label: typing.Any
106
108
  bl_rna: typing.Any
107
109
  id_data: typing.Any
@@ -129,7 +131,7 @@ class SEQUENCER_MT_add_effect(bpy.types.Menu, bpy_types._GenericUI):
129
131
  """
130
132
  ...
131
133
 
132
- class SEQUENCER_MT_add_empty(bpy.types.Menu, bpy_types._GenericUI):
134
+ class SEQUENCER_MT_add_empty(bpy.types.Menu):
133
135
  bl_label: typing.Any
134
136
  bl_rna: typing.Any
135
137
  id_data: typing.Any
@@ -157,7 +159,7 @@ class SEQUENCER_MT_add_empty(bpy.types.Menu, bpy_types._GenericUI):
157
159
  """
158
160
  ...
159
161
 
160
- class SEQUENCER_MT_add_scene(bpy.types.Menu, bpy_types._GenericUI):
162
+ class SEQUENCER_MT_add_scene(bpy.types.Menu):
161
163
  bl_label: typing.Any
162
164
  bl_rna: typing.Any
163
165
  bl_translation_context: typing.Any
@@ -186,7 +188,7 @@ class SEQUENCER_MT_add_scene(bpy.types.Menu, bpy_types._GenericUI):
186
188
  """
187
189
  ...
188
190
 
189
- class SEQUENCER_MT_add_transitions(bpy.types.Menu, bpy_types._GenericUI):
191
+ class SEQUENCER_MT_add_transitions(bpy.types.Menu):
190
192
  bl_label: typing.Any
191
193
  bl_rna: typing.Any
192
194
  id_data: typing.Any
@@ -214,7 +216,7 @@ class SEQUENCER_MT_add_transitions(bpy.types.Menu, bpy_types._GenericUI):
214
216
  """
215
217
  ...
216
218
 
217
- class SEQUENCER_MT_change(bpy.types.Menu, bpy_types._GenericUI):
219
+ class SEQUENCER_MT_change(bpy.types.Menu):
218
220
  bl_label: typing.Any
219
221
  bl_rna: typing.Any
220
222
  id_data: typing.Any
@@ -242,7 +244,7 @@ class SEQUENCER_MT_change(bpy.types.Menu, bpy_types._GenericUI):
242
244
  """
243
245
  ...
244
246
 
245
- class SEQUENCER_MT_color_tag_picker(bpy.types.Menu, bpy_types._GenericUI):
247
+ class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker, bpy.types.Menu):
246
248
  bl_label: typing.Any
247
249
  bl_region_type: typing.Any
248
250
  bl_rna: typing.Any
@@ -272,7 +274,7 @@ class SEQUENCER_MT_color_tag_picker(bpy.types.Menu, bpy_types._GenericUI):
272
274
  """
273
275
  ...
274
276
 
275
- class SEQUENCER_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
277
+ class SEQUENCER_MT_context_menu(bpy.types.Menu):
276
278
  bl_label: typing.Any
277
279
  bl_rna: typing.Any
278
280
  id_data: typing.Any
@@ -314,7 +316,7 @@ class SEQUENCER_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
314
316
  """
315
317
  ...
316
318
 
317
- class SEQUENCER_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
319
+ class SEQUENCER_MT_editor_menus(bpy.types.Menu):
318
320
  bl_idname: typing.Any
319
321
  bl_label: typing.Any
320
322
  bl_rna: typing.Any
@@ -343,7 +345,7 @@ class SEQUENCER_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
343
345
  """
344
346
  ...
345
347
 
346
- class SEQUENCER_MT_image(bpy.types.Menu, bpy_types._GenericUI):
348
+ class SEQUENCER_MT_image(bpy.types.Menu):
347
349
  bl_label: typing.Any
348
350
  bl_rna: typing.Any
349
351
  id_data: typing.Any
@@ -371,7 +373,7 @@ class SEQUENCER_MT_image(bpy.types.Menu, bpy_types._GenericUI):
371
373
  """
372
374
  ...
373
375
 
374
- class SEQUENCER_MT_image_apply(bpy.types.Menu, bpy_types._GenericUI):
376
+ class SEQUENCER_MT_image_apply(bpy.types.Menu):
375
377
  bl_label: typing.Any
376
378
  bl_rna: typing.Any
377
379
  id_data: typing.Any
@@ -399,7 +401,7 @@ class SEQUENCER_MT_image_apply(bpy.types.Menu, bpy_types._GenericUI):
399
401
  """
400
402
  ...
401
403
 
402
- class SEQUENCER_MT_image_clear(bpy.types.Menu, bpy_types._GenericUI):
404
+ class SEQUENCER_MT_image_clear(bpy.types.Menu):
403
405
  bl_label: typing.Any
404
406
  bl_rna: typing.Any
405
407
  id_data: typing.Any
@@ -427,7 +429,7 @@ class SEQUENCER_MT_image_clear(bpy.types.Menu, bpy_types._GenericUI):
427
429
  """
428
430
  ...
429
431
 
430
- class SEQUENCER_MT_image_transform(bpy.types.Menu, bpy_types._GenericUI):
432
+ class SEQUENCER_MT_image_transform(bpy.types.Menu):
431
433
  bl_label: typing.Any
432
434
  bl_rna: typing.Any
433
435
  id_data: typing.Any
@@ -455,7 +457,7 @@ class SEQUENCER_MT_image_transform(bpy.types.Menu, bpy_types._GenericUI):
455
457
  """
456
458
  ...
457
459
 
458
- class SEQUENCER_MT_marker(bpy.types.Menu, bpy_types._GenericUI):
460
+ class SEQUENCER_MT_marker(bpy.types.Menu):
459
461
  bl_label: typing.Any
460
462
  bl_rna: typing.Any
461
463
  id_data: typing.Any
@@ -483,7 +485,7 @@ class SEQUENCER_MT_marker(bpy.types.Menu, bpy_types._GenericUI):
483
485
  """
484
486
  ...
485
487
 
486
- class SEQUENCER_MT_navigation(bpy.types.Menu, bpy_types._GenericUI):
488
+ class SEQUENCER_MT_navigation(bpy.types.Menu):
487
489
  bl_label: typing.Any
488
490
  bl_rna: typing.Any
489
491
  id_data: typing.Any
@@ -511,7 +513,7 @@ class SEQUENCER_MT_navigation(bpy.types.Menu, bpy_types._GenericUI):
511
513
  """
512
514
  ...
513
515
 
514
- class SEQUENCER_MT_pivot_pie(bpy.types.Menu, bpy_types._GenericUI):
516
+ class SEQUENCER_MT_pivot_pie(bpy.types.Menu):
515
517
  bl_label: typing.Any
516
518
  bl_rna: typing.Any
517
519
  id_data: typing.Any
@@ -539,7 +541,7 @@ class SEQUENCER_MT_pivot_pie(bpy.types.Menu, bpy_types._GenericUI):
539
541
  """
540
542
  ...
541
543
 
542
- class SEQUENCER_MT_preview_context_menu(bpy.types.Menu, bpy_types._GenericUI):
544
+ class SEQUENCER_MT_preview_context_menu(bpy.types.Menu):
543
545
  bl_label: typing.Any
544
546
  bl_rna: typing.Any
545
547
  id_data: typing.Any
@@ -567,7 +569,7 @@ class SEQUENCER_MT_preview_context_menu(bpy.types.Menu, bpy_types._GenericUI):
567
569
  """
568
570
  ...
569
571
 
570
- class SEQUENCER_MT_preview_view_pie(bpy.types.Menu, bpy_types._GenericUI):
572
+ class SEQUENCER_MT_preview_view_pie(bpy.types.Menu):
571
573
  bl_label: typing.Any
572
574
  bl_rna: typing.Any
573
575
  id_data: typing.Any
@@ -595,7 +597,7 @@ class SEQUENCER_MT_preview_view_pie(bpy.types.Menu, bpy_types._GenericUI):
595
597
  """
596
598
  ...
597
599
 
598
- class SEQUENCER_MT_preview_zoom(bpy.types.Menu, bpy_types._GenericUI):
600
+ class SEQUENCER_MT_preview_zoom(bpy.types.Menu):
599
601
  bl_label: typing.Any
600
602
  bl_rna: typing.Any
601
603
  id_data: typing.Any
@@ -623,7 +625,7 @@ class SEQUENCER_MT_preview_zoom(bpy.types.Menu, bpy_types._GenericUI):
623
625
  """
624
626
  ...
625
627
 
626
- class SEQUENCER_MT_proxy(bpy.types.Menu, bpy_types._GenericUI):
628
+ class SEQUENCER_MT_proxy(bpy.types.Menu):
627
629
  bl_label: typing.Any
628
630
  bl_rna: typing.Any
629
631
  id_data: typing.Any
@@ -651,7 +653,7 @@ class SEQUENCER_MT_proxy(bpy.types.Menu, bpy_types._GenericUI):
651
653
  """
652
654
  ...
653
655
 
654
- class SEQUENCER_MT_range(bpy.types.Menu, bpy_types._GenericUI):
656
+ class SEQUENCER_MT_range(bpy.types.Menu):
655
657
  bl_label: typing.Any
656
658
  bl_rna: typing.Any
657
659
  id_data: typing.Any
@@ -679,7 +681,7 @@ class SEQUENCER_MT_range(bpy.types.Menu, bpy_types._GenericUI):
679
681
  """
680
682
  ...
681
683
 
682
- class SEQUENCER_MT_retiming(bpy.types.Menu, bpy_types._GenericUI):
684
+ class SEQUENCER_MT_retiming(bpy.types.Menu):
683
685
  bl_label: typing.Any
684
686
  bl_rna: typing.Any
685
687
  bl_translation_context: typing.Any
@@ -708,7 +710,7 @@ class SEQUENCER_MT_retiming(bpy.types.Menu, bpy_types._GenericUI):
708
710
  """
709
711
  ...
710
712
 
711
- class SEQUENCER_MT_select(bpy.types.Menu, bpy_types._GenericUI):
713
+ class SEQUENCER_MT_select(bpy.types.Menu):
712
714
  bl_label: typing.Any
713
715
  bl_rna: typing.Any
714
716
  id_data: typing.Any
@@ -736,7 +738,7 @@ class SEQUENCER_MT_select(bpy.types.Menu, bpy_types._GenericUI):
736
738
  """
737
739
  ...
738
740
 
739
- class SEQUENCER_MT_select_channel(bpy.types.Menu, bpy_types._GenericUI):
741
+ class SEQUENCER_MT_select_channel(bpy.types.Menu):
740
742
  bl_label: typing.Any
741
743
  bl_rna: typing.Any
742
744
  id_data: typing.Any
@@ -764,7 +766,7 @@ class SEQUENCER_MT_select_channel(bpy.types.Menu, bpy_types._GenericUI):
764
766
  """
765
767
  ...
766
768
 
767
- class SEQUENCER_MT_select_handle(bpy.types.Menu, bpy_types._GenericUI):
769
+ class SEQUENCER_MT_select_handle(bpy.types.Menu):
768
770
  bl_label: typing.Any
769
771
  bl_rna: typing.Any
770
772
  id_data: typing.Any
@@ -792,7 +794,7 @@ class SEQUENCER_MT_select_handle(bpy.types.Menu, bpy_types._GenericUI):
792
794
  """
793
795
  ...
794
796
 
795
- class SEQUENCER_MT_strip(bpy.types.Menu, bpy_types._GenericUI):
797
+ class SEQUENCER_MT_strip(bpy.types.Menu):
796
798
  bl_label: typing.Any
797
799
  bl_rna: typing.Any
798
800
  id_data: typing.Any
@@ -820,7 +822,7 @@ class SEQUENCER_MT_strip(bpy.types.Menu, bpy_types._GenericUI):
820
822
  """
821
823
  ...
822
824
 
823
- class SEQUENCER_MT_strip_effect(bpy.types.Menu, bpy_types._GenericUI):
825
+ class SEQUENCER_MT_strip_effect(bpy.types.Menu):
824
826
  bl_label: typing.Any
825
827
  bl_rna: typing.Any
826
828
  id_data: typing.Any
@@ -848,7 +850,7 @@ class SEQUENCER_MT_strip_effect(bpy.types.Menu, bpy_types._GenericUI):
848
850
  """
849
851
  ...
850
852
 
851
- class SEQUENCER_MT_strip_input(bpy.types.Menu, bpy_types._GenericUI):
853
+ class SEQUENCER_MT_strip_input(bpy.types.Menu):
852
854
  bl_label: typing.Any
853
855
  bl_rna: typing.Any
854
856
  id_data: typing.Any
@@ -876,7 +878,7 @@ class SEQUENCER_MT_strip_input(bpy.types.Menu, bpy_types._GenericUI):
876
878
  """
877
879
  ...
878
880
 
879
- class SEQUENCER_MT_strip_lock_mute(bpy.types.Menu, bpy_types._GenericUI):
881
+ class SEQUENCER_MT_strip_lock_mute(bpy.types.Menu):
880
882
  bl_label: typing.Any
881
883
  bl_rna: typing.Any
882
884
  id_data: typing.Any
@@ -904,7 +906,7 @@ class SEQUENCER_MT_strip_lock_mute(bpy.types.Menu, bpy_types._GenericUI):
904
906
  """
905
907
  ...
906
908
 
907
- class SEQUENCER_MT_strip_movie(bpy.types.Menu, bpy_types._GenericUI):
909
+ class SEQUENCER_MT_strip_movie(bpy.types.Menu):
908
910
  bl_label: typing.Any
909
911
  bl_rna: typing.Any
910
912
  id_data: typing.Any
@@ -932,7 +934,7 @@ class SEQUENCER_MT_strip_movie(bpy.types.Menu, bpy_types._GenericUI):
932
934
  """
933
935
  ...
934
936
 
935
- class SEQUENCER_MT_strip_retiming(bpy.types.Menu, bpy_types._GenericUI):
937
+ class SEQUENCER_MT_strip_retiming(bpy.types.Menu):
936
938
  bl_label: typing.Any
937
939
  bl_rna: typing.Any
938
940
  id_data: typing.Any
@@ -960,7 +962,7 @@ class SEQUENCER_MT_strip_retiming(bpy.types.Menu, bpy_types._GenericUI):
960
962
  """
961
963
  ...
962
964
 
963
- class SEQUENCER_MT_strip_transform(bpy.types.Menu, bpy_types._GenericUI):
965
+ class SEQUENCER_MT_strip_transform(bpy.types.Menu):
964
966
  bl_label: typing.Any
965
967
  bl_rna: typing.Any
966
968
  id_data: typing.Any
@@ -988,7 +990,7 @@ class SEQUENCER_MT_strip_transform(bpy.types.Menu, bpy_types._GenericUI):
988
990
  """
989
991
  ...
990
992
 
991
- class SEQUENCER_MT_view(bpy.types.Menu, bpy_types._GenericUI):
993
+ class SEQUENCER_MT_view(bpy.types.Menu):
992
994
  bl_label: typing.Any
993
995
  bl_rna: typing.Any
994
996
  id_data: typing.Any
@@ -1016,7 +1018,7 @@ class SEQUENCER_MT_view(bpy.types.Menu, bpy_types._GenericUI):
1016
1018
  """
1017
1019
  ...
1018
1020
 
1019
- class SEQUENCER_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
1021
+ class SEQUENCER_MT_view_pie(bpy.types.Menu):
1020
1022
  bl_label: typing.Any
1021
1023
  bl_rna: typing.Any
1022
1024
  id_data: typing.Any
@@ -1044,7 +1046,9 @@ class SEQUENCER_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
1044
1046
  """
1045
1047
  ...
1046
1048
 
1047
- class SEQUENCER_PT_active_tool(bpy.types.Panel, bpy_types._GenericUI):
1049
+ class SEQUENCER_PT_active_tool(
1050
+ bl_ui.space_toolsystem_common.ToolActivePanelHelper, bpy.types.Panel
1051
+ ):
1048
1052
  bl_category: typing.Any
1049
1053
  bl_label: typing.Any
1050
1054
  bl_region_type: typing.Any
@@ -1068,7 +1072,7 @@ class SEQUENCER_PT_active_tool(bpy.types.Panel, bpy_types._GenericUI):
1068
1072
  """
1069
1073
  ...
1070
1074
 
1071
- class SEQUENCER_PT_adjust_color(bpy.types.Panel, bpy_types._GenericUI):
1075
+ class SEQUENCER_PT_adjust_color(SequencerButtonsPanel, bpy.types.Panel):
1072
1076
  bl_category: typing.Any
1073
1077
  bl_label: typing.Any
1074
1078
  bl_options: typing.Any
@@ -1108,7 +1112,7 @@ class SEQUENCER_PT_adjust_color(bpy.types.Panel, bpy_types._GenericUI):
1108
1112
  """
1109
1113
  ...
1110
1114
 
1111
- class SEQUENCER_PT_adjust_comp(bpy.types.Panel, bpy_types._GenericUI):
1115
+ class SEQUENCER_PT_adjust_comp(SequencerButtonsPanel, bpy.types.Panel):
1112
1116
  bl_category: typing.Any
1113
1117
  bl_label: typing.Any
1114
1118
  bl_region_type: typing.Any
@@ -1147,7 +1151,7 @@ class SEQUENCER_PT_adjust_comp(bpy.types.Panel, bpy_types._GenericUI):
1147
1151
  """
1148
1152
  ...
1149
1153
 
1150
- class SEQUENCER_PT_adjust_crop(bpy.types.Panel, bpy_types._GenericUI):
1154
+ class SEQUENCER_PT_adjust_crop(SequencerButtonsPanel, bpy.types.Panel):
1151
1155
  bl_category: typing.Any
1152
1156
  bl_label: typing.Any
1153
1157
  bl_options: typing.Any
@@ -1187,7 +1191,7 @@ class SEQUENCER_PT_adjust_crop(bpy.types.Panel, bpy_types._GenericUI):
1187
1191
  """
1188
1192
  ...
1189
1193
 
1190
- class SEQUENCER_PT_adjust_sound(bpy.types.Panel, bpy_types._GenericUI):
1194
+ class SEQUENCER_PT_adjust_sound(SequencerButtonsPanel, bpy.types.Panel):
1191
1195
  bl_category: typing.Any
1192
1196
  bl_label: typing.Any
1193
1197
  bl_region_type: typing.Any
@@ -1226,7 +1230,7 @@ class SEQUENCER_PT_adjust_sound(bpy.types.Panel, bpy_types._GenericUI):
1226
1230
  """
1227
1231
  ...
1228
1232
 
1229
- class SEQUENCER_PT_adjust_transform(bpy.types.Panel, bpy_types._GenericUI):
1233
+ class SEQUENCER_PT_adjust_transform(SequencerButtonsPanel, bpy.types.Panel):
1230
1234
  bl_category: typing.Any
1231
1235
  bl_label: typing.Any
1232
1236
  bl_options: typing.Any
@@ -1266,7 +1270,7 @@ class SEQUENCER_PT_adjust_transform(bpy.types.Panel, bpy_types._GenericUI):
1266
1270
  """
1267
1271
  ...
1268
1272
 
1269
- class SEQUENCER_PT_adjust_video(bpy.types.Panel, bpy_types._GenericUI):
1273
+ class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, bpy.types.Panel):
1270
1274
  bl_category: typing.Any
1271
1275
  bl_label: typing.Any
1272
1276
  bl_options: typing.Any
@@ -1306,7 +1310,11 @@ class SEQUENCER_PT_adjust_video(bpy.types.Panel, bpy_types._GenericUI):
1306
1310
  """
1307
1311
  ...
1308
1312
 
1309
- class SEQUENCER_PT_annotation(bpy.types.Panel, bpy_types._GenericUI):
1313
+ class SEQUENCER_PT_annotation(
1314
+ SequencerButtonsPanel_Output,
1315
+ bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
1316
+ bpy.types.Panel,
1317
+ ):
1310
1318
  bl_category: typing.Any
1311
1319
  bl_label: typing.Any
1312
1320
  bl_options: typing.Any
@@ -1347,7 +1355,11 @@ class SEQUENCER_PT_annotation(bpy.types.Panel, bpy_types._GenericUI):
1347
1355
  """
1348
1356
  ...
1349
1357
 
1350
- class SEQUENCER_PT_annotation_onion(bpy.types.Panel, bpy_types._GenericUI):
1358
+ class SEQUENCER_PT_annotation_onion(
1359
+ SequencerButtonsPanel_Output,
1360
+ bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
1361
+ bpy.types.Panel,
1362
+ ):
1351
1363
  bl_category: typing.Any
1352
1364
  bl_label: typing.Any
1353
1365
  bl_options: typing.Any
@@ -1389,7 +1401,7 @@ class SEQUENCER_PT_annotation_onion(bpy.types.Panel, bpy_types._GenericUI):
1389
1401
  """
1390
1402
  ...
1391
1403
 
1392
- class SEQUENCER_PT_cache_settings(bpy.types.Panel, bpy_types._GenericUI):
1404
+ class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, bpy.types.Panel):
1393
1405
  bl_category: typing.Any
1394
1406
  bl_label: typing.Any
1395
1407
  bl_region_type: typing.Any
@@ -1428,7 +1440,7 @@ class SEQUENCER_PT_cache_settings(bpy.types.Panel, bpy_types._GenericUI):
1428
1440
  """
1429
1441
  ...
1430
1442
 
1431
- class SEQUENCER_PT_cache_view_settings(bpy.types.Panel, bpy_types._GenericUI):
1443
+ class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, bpy.types.Panel):
1432
1444
  bl_category: typing.Any
1433
1445
  bl_label: typing.Any
1434
1446
  bl_parent_id: typing.Any
@@ -1475,7 +1487,7 @@ class SEQUENCER_PT_cache_view_settings(bpy.types.Panel, bpy_types._GenericUI):
1475
1487
  """
1476
1488
  ...
1477
1489
 
1478
- class SEQUENCER_PT_color_tag_picker(bpy.types.Panel, bpy_types._GenericUI):
1490
+ class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, bpy.types.Panel):
1479
1491
  bl_category: typing.Any
1480
1492
  bl_label: typing.Any
1481
1493
  bl_options: typing.Any
@@ -1507,7 +1519,9 @@ class SEQUENCER_PT_color_tag_picker(bpy.types.Panel, bpy_types._GenericUI):
1507
1519
  """
1508
1520
  ...
1509
1521
 
1510
- class SEQUENCER_PT_custom_props(bpy.types.Panel, bpy_types._GenericUI):
1522
+ class SEQUENCER_PT_custom_props(
1523
+ rna_prop_ui.PropertyPanel, SequencerButtonsPanel, bpy.types.Panel
1524
+ ):
1511
1525
  """The subclass should have its own poll function
1512
1526
  and the variable '_context_path' MUST be set.
1513
1527
  """
@@ -1538,7 +1552,7 @@ class SEQUENCER_PT_custom_props(bpy.types.Panel, bpy_types._GenericUI):
1538
1552
  """
1539
1553
  ...
1540
1554
 
1541
- class SEQUENCER_PT_effect(bpy.types.Panel, bpy_types._GenericUI):
1555
+ class SEQUENCER_PT_effect(SequencerButtonsPanel, bpy.types.Panel):
1542
1556
  bl_category: typing.Any
1543
1557
  bl_label: typing.Any
1544
1558
  bl_region_type: typing.Any
@@ -1577,7 +1591,7 @@ class SEQUENCER_PT_effect(bpy.types.Panel, bpy_types._GenericUI):
1577
1591
  """
1578
1592
  ...
1579
1593
 
1580
- class SEQUENCER_PT_effect_text_layout(bpy.types.Panel, bpy_types._GenericUI):
1594
+ class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel, bpy.types.Panel):
1581
1595
  bl_category: typing.Any
1582
1596
  bl_label: typing.Any
1583
1597
  bl_parent_id: typing.Any
@@ -1617,7 +1631,7 @@ class SEQUENCER_PT_effect_text_layout(bpy.types.Panel, bpy_types._GenericUI):
1617
1631
  """
1618
1632
  ...
1619
1633
 
1620
- class SEQUENCER_PT_effect_text_style(bpy.types.Panel, bpy_types._GenericUI):
1634
+ class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, bpy.types.Panel):
1621
1635
  bl_category: typing.Any
1622
1636
  bl_label: typing.Any
1623
1637
  bl_parent_id: typing.Any
@@ -1657,7 +1671,7 @@ class SEQUENCER_PT_effect_text_style(bpy.types.Panel, bpy_types._GenericUI):
1657
1671
  """
1658
1672
  ...
1659
1673
 
1660
- class SEQUENCER_PT_frame_overlay(bpy.types.Panel, bpy_types._GenericUI):
1674
+ class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, bpy.types.Panel):
1661
1675
  bl_category: typing.Any
1662
1676
  bl_label: typing.Any
1663
1677
  bl_options: typing.Any
@@ -1704,7 +1718,7 @@ class SEQUENCER_PT_frame_overlay(bpy.types.Panel, bpy_types._GenericUI):
1704
1718
  """
1705
1719
  ...
1706
1720
 
1707
- class SEQUENCER_PT_gizmo_display(bpy.types.Panel, bpy_types._GenericUI):
1721
+ class SEQUENCER_PT_gizmo_display(bpy.types.Panel):
1708
1722
  bl_label: typing.Any
1709
1723
  bl_region_type: typing.Any
1710
1724
  bl_rna: typing.Any
@@ -1735,7 +1749,7 @@ class SEQUENCER_PT_gizmo_display(bpy.types.Panel, bpy_types._GenericUI):
1735
1749
  """
1736
1750
  ...
1737
1751
 
1738
- class SEQUENCER_PT_mask(bpy.types.Panel, bpy_types._GenericUI):
1752
+ class SEQUENCER_PT_mask(SequencerButtonsPanel, bpy.types.Panel):
1739
1753
  bl_category: typing.Any
1740
1754
  bl_label: typing.Any
1741
1755
  bl_region_type: typing.Any
@@ -1774,7 +1788,7 @@ class SEQUENCER_PT_mask(bpy.types.Panel, bpy_types._GenericUI):
1774
1788
  """
1775
1789
  ...
1776
1790
 
1777
- class SEQUENCER_PT_modifiers(bpy.types.Panel, bpy_types._GenericUI):
1791
+ class SEQUENCER_PT_modifiers(SequencerButtonsPanel, bpy.types.Panel):
1778
1792
  bl_category: typing.Any
1779
1793
  bl_label: typing.Any
1780
1794
  bl_region_type: typing.Any
@@ -1805,7 +1819,7 @@ class SEQUENCER_PT_modifiers(bpy.types.Panel, bpy_types._GenericUI):
1805
1819
  """
1806
1820
  ...
1807
1821
 
1808
- class SEQUENCER_PT_movie_clip(bpy.types.Panel, bpy_types._GenericUI):
1822
+ class SEQUENCER_PT_movie_clip(SequencerButtonsPanel, bpy.types.Panel):
1809
1823
  bl_category: typing.Any
1810
1824
  bl_label: typing.Any
1811
1825
  bl_options: typing.Any
@@ -1845,7 +1859,7 @@ class SEQUENCER_PT_movie_clip(bpy.types.Panel, bpy_types._GenericUI):
1845
1859
  """
1846
1860
  ...
1847
1861
 
1848
- class SEQUENCER_PT_overlay(bpy.types.Panel, bpy_types._GenericUI):
1862
+ class SEQUENCER_PT_overlay(bpy.types.Panel):
1849
1863
  bl_label: typing.Any
1850
1864
  bl_region_type: typing.Any
1851
1865
  bl_rna: typing.Any
@@ -1876,7 +1890,7 @@ class SEQUENCER_PT_overlay(bpy.types.Panel, bpy_types._GenericUI):
1876
1890
  """
1877
1891
  ...
1878
1892
 
1879
- class SEQUENCER_PT_preview(bpy.types.Panel, bpy_types._GenericUI):
1893
+ class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, bpy.types.Panel):
1880
1894
  bl_category: typing.Any
1881
1895
  bl_label: typing.Any
1882
1896
  bl_options: typing.Any
@@ -1908,7 +1922,7 @@ class SEQUENCER_PT_preview(bpy.types.Panel, bpy_types._GenericUI):
1908
1922
  """
1909
1923
  ...
1910
1924
 
1911
- class SEQUENCER_PT_preview_overlay(bpy.types.Panel, bpy_types._GenericUI):
1925
+ class SEQUENCER_PT_preview_overlay(bpy.types.Panel):
1912
1926
  bl_label: typing.Any
1913
1927
  bl_parent_id: typing.Any
1914
1928
  bl_region_type: typing.Any
@@ -1947,7 +1961,7 @@ class SEQUENCER_PT_preview_overlay(bpy.types.Panel, bpy_types._GenericUI):
1947
1961
  """
1948
1962
  ...
1949
1963
 
1950
- class SEQUENCER_PT_preview_snapping(bpy.types.Panel, bpy_types._GenericUI):
1964
+ class SEQUENCER_PT_preview_snapping(bpy.types.Panel):
1951
1965
  bl_label: typing.Any
1952
1966
  bl_parent_id: typing.Any
1953
1967
  bl_region_type: typing.Any
@@ -1986,7 +2000,7 @@ class SEQUENCER_PT_preview_snapping(bpy.types.Panel, bpy_types._GenericUI):
1986
2000
  """
1987
2001
  ...
1988
2002
 
1989
- class SEQUENCER_PT_proxy_settings(bpy.types.Panel, bpy_types._GenericUI):
2003
+ class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, bpy.types.Panel):
1990
2004
  bl_category: typing.Any
1991
2005
  bl_label: typing.Any
1992
2006
  bl_region_type: typing.Any
@@ -2025,7 +2039,7 @@ class SEQUENCER_PT_proxy_settings(bpy.types.Panel, bpy_types._GenericUI):
2025
2039
  """
2026
2040
  ...
2027
2041
 
2028
- class SEQUENCER_PT_scene(bpy.types.Panel, bpy_types._GenericUI):
2042
+ class SEQUENCER_PT_scene(SequencerButtonsPanel, bpy.types.Panel):
2029
2043
  bl_category: typing.Any
2030
2044
  bl_label: typing.Any
2031
2045
  bl_region_type: typing.Any
@@ -2064,7 +2078,7 @@ class SEQUENCER_PT_scene(bpy.types.Panel, bpy_types._GenericUI):
2064
2078
  """
2065
2079
  ...
2066
2080
 
2067
- class SEQUENCER_PT_scene_sound(bpy.types.Panel, bpy_types._GenericUI):
2081
+ class SEQUENCER_PT_scene_sound(SequencerButtonsPanel, bpy.types.Panel):
2068
2082
  bl_category: typing.Any
2069
2083
  bl_label: typing.Any
2070
2084
  bl_region_type: typing.Any
@@ -2103,7 +2117,7 @@ class SEQUENCER_PT_scene_sound(bpy.types.Panel, bpy_types._GenericUI):
2103
2117
  """
2104
2118
  ...
2105
2119
 
2106
- class SEQUENCER_PT_sequencer_overlay(bpy.types.Panel, bpy_types._GenericUI):
2120
+ class SEQUENCER_PT_sequencer_overlay(bpy.types.Panel):
2107
2121
  bl_label: typing.Any
2108
2122
  bl_parent_id: typing.Any
2109
2123
  bl_region_type: typing.Any
@@ -2142,7 +2156,7 @@ class SEQUENCER_PT_sequencer_overlay(bpy.types.Panel, bpy_types._GenericUI):
2142
2156
  """
2143
2157
  ...
2144
2158
 
2145
- class SEQUENCER_PT_sequencer_overlay_strips(bpy.types.Panel, bpy_types._GenericUI):
2159
+ class SEQUENCER_PT_sequencer_overlay_strips(bpy.types.Panel):
2146
2160
  bl_label: typing.Any
2147
2161
  bl_parent_id: typing.Any
2148
2162
  bl_region_type: typing.Any
@@ -2181,7 +2195,7 @@ class SEQUENCER_PT_sequencer_overlay_strips(bpy.types.Panel, bpy_types._GenericU
2181
2195
  """
2182
2196
  ...
2183
2197
 
2184
- class SEQUENCER_PT_sequencer_overlay_waveforms(bpy.types.Panel, bpy_types._GenericUI):
2198
+ class SEQUENCER_PT_sequencer_overlay_waveforms(bpy.types.Panel):
2185
2199
  bl_label: typing.Any
2186
2200
  bl_parent_id: typing.Any
2187
2201
  bl_region_type: typing.Any
@@ -2220,7 +2234,7 @@ class SEQUENCER_PT_sequencer_overlay_waveforms(bpy.types.Panel, bpy_types._Gener
2220
2234
  """
2221
2235
  ...
2222
2236
 
2223
- class SEQUENCER_PT_sequencer_snapping(bpy.types.Panel, bpy_types._GenericUI):
2237
+ class SEQUENCER_PT_sequencer_snapping(bpy.types.Panel):
2224
2238
  bl_label: typing.Any
2225
2239
  bl_parent_id: typing.Any
2226
2240
  bl_region_type: typing.Any
@@ -2259,7 +2273,7 @@ class SEQUENCER_PT_sequencer_snapping(bpy.types.Panel, bpy_types._GenericUI):
2259
2273
  """
2260
2274
  ...
2261
2275
 
2262
- class SEQUENCER_PT_snapping(bpy.types.Panel, bpy_types._GenericUI):
2276
+ class SEQUENCER_PT_snapping(bpy.types.Panel):
2263
2277
  bl_label: typing.Any
2264
2278
  bl_region_type: typing.Any
2265
2279
  bl_rna: typing.Any
@@ -2289,7 +2303,7 @@ class SEQUENCER_PT_snapping(bpy.types.Panel, bpy_types._GenericUI):
2289
2303
  """
2290
2304
  ...
2291
2305
 
2292
- class SEQUENCER_PT_source(bpy.types.Panel, bpy_types._GenericUI):
2306
+ class SEQUENCER_PT_source(SequencerButtonsPanel, bpy.types.Panel):
2293
2307
  bl_category: typing.Any
2294
2308
  bl_label: typing.Any
2295
2309
  bl_options: typing.Any
@@ -2329,7 +2343,7 @@ class SEQUENCER_PT_source(bpy.types.Panel, bpy_types._GenericUI):
2329
2343
  """
2330
2344
  ...
2331
2345
 
2332
- class SEQUENCER_PT_strip(bpy.types.Panel, bpy_types._GenericUI):
2346
+ class SEQUENCER_PT_strip(SequencerButtonsPanel, bpy.types.Panel):
2333
2347
  bl_category: typing.Any
2334
2348
  bl_label: typing.Any
2335
2349
  bl_options: typing.Any
@@ -2361,7 +2375,7 @@ class SEQUENCER_PT_strip(bpy.types.Panel, bpy_types._GenericUI):
2361
2375
  """
2362
2376
  ...
2363
2377
 
2364
- class SEQUENCER_PT_strip_cache(bpy.types.Panel, bpy_types._GenericUI):
2378
+ class SEQUENCER_PT_strip_cache(SequencerButtonsPanel, bpy.types.Panel):
2365
2379
  bl_category: typing.Any
2366
2380
  bl_label: typing.Any
2367
2381
  bl_options: typing.Any
@@ -2408,7 +2422,7 @@ class SEQUENCER_PT_strip_cache(bpy.types.Panel, bpy_types._GenericUI):
2408
2422
  """
2409
2423
  ...
2410
2424
 
2411
- class SEQUENCER_PT_strip_proxy(bpy.types.Panel, bpy_types._GenericUI):
2425
+ class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, bpy.types.Panel):
2412
2426
  bl_category: typing.Any
2413
2427
  bl_label: typing.Any
2414
2428
  bl_region_type: typing.Any
@@ -2454,7 +2468,7 @@ class SEQUENCER_PT_strip_proxy(bpy.types.Panel, bpy_types._GenericUI):
2454
2468
  """
2455
2469
  ...
2456
2470
 
2457
- class SEQUENCER_PT_time(bpy.types.Panel, bpy_types._GenericUI):
2471
+ class SEQUENCER_PT_time(SequencerButtonsPanel, bpy.types.Panel):
2458
2472
  bl_category: typing.Any
2459
2473
  bl_label: typing.Any
2460
2474
  bl_options: typing.Any
@@ -2501,7 +2515,7 @@ class SEQUENCER_PT_time(bpy.types.Panel, bpy_types._GenericUI):
2501
2515
  """
2502
2516
  ...
2503
2517
 
2504
- class SEQUENCER_PT_view(bpy.types.Panel, bpy_types._GenericUI):
2518
+ class SEQUENCER_PT_view(SequencerButtonsPanel_Output, bpy.types.Panel):
2505
2519
  bl_category: typing.Any
2506
2520
  bl_label: typing.Any
2507
2521
  bl_region_type: typing.Any
@@ -2532,7 +2546,7 @@ class SEQUENCER_PT_view(bpy.types.Panel, bpy_types._GenericUI):
2532
2546
  """
2533
2547
  ...
2534
2548
 
2535
- class SEQUENCER_PT_view_cursor(bpy.types.Panel, bpy_types._GenericUI):
2549
+ class SEQUENCER_PT_view_cursor(SequencerButtonsPanel_Output, bpy.types.Panel):
2536
2550
  bl_category: typing.Any
2537
2551
  bl_label: typing.Any
2538
2552
  bl_region_type: typing.Any
@@ -2563,7 +2577,7 @@ class SEQUENCER_PT_view_cursor(bpy.types.Panel, bpy_types._GenericUI):
2563
2577
  """
2564
2578
  ...
2565
2579
 
2566
- class SEQUENCER_PT_view_safe_areas(bpy.types.Panel, bpy_types._GenericUI):
2580
+ class SEQUENCER_PT_view_safe_areas(SequencerButtonsPanel_Output, bpy.types.Panel):
2567
2581
  bl_category: typing.Any
2568
2582
  bl_label: typing.Any
2569
2583
  bl_options: typing.Any
@@ -2610,7 +2624,9 @@ class SEQUENCER_PT_view_safe_areas(bpy.types.Panel, bpy_types._GenericUI):
2610
2624
  """
2611
2625
  ...
2612
2626
 
2613
- class SEQUENCER_PT_view_safe_areas_center_cut(bpy.types.Panel, bpy_types._GenericUI):
2627
+ class SEQUENCER_PT_view_safe_areas_center_cut(
2628
+ SequencerButtonsPanel_Output, bpy.types.Panel
2629
+ ):
2614
2630
  bl_category: typing.Any
2615
2631
  bl_label: typing.Any
2616
2632
  bl_options: typing.Any