fake-bpy-module 20240421__py3-none-any.whl → 20240422__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.
Files changed (187) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +12 -12
  3. bl_operators/geometry_nodes/__init__.pyi +256 -238
  4. bl_operators/node/__init__.pyi +262 -260
  5. bl_operators/object_quick_effects/__init__.pyi +19 -19
  6. bl_operators/presets/__init__.pyi +371 -368
  7. bl_operators/wm/__init__.pyi +4 -4
  8. bl_ui/__init__.pyi +3 -3
  9. bl_ui/anim/__init__.pyi +1 -1
  10. bl_ui/asset_shelf/__init__.pyi +1 -1
  11. bl_ui/generic_ui_list/__init__.pyi +3 -3
  12. bl_ui/node_add_menu/__init__.pyi +1 -1
  13. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  14. bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
  15. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  16. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  17. bl_ui/properties_collection/__init__.pyi +39 -25
  18. bl_ui/properties_constraint/__init__.pyi +1257 -1041
  19. bl_ui/properties_data_armature/__init__.pyi +120 -96
  20. bl_ui/properties_data_bone/__init__.pyi +36 -29
  21. bl_ui/properties_data_camera/__init__.pyi +32 -14
  22. bl_ui/properties_data_curve/__init__.pyi +143 -116
  23. bl_ui/properties_data_curves/__init__.pyi +30 -25
  24. bl_ui/properties_data_empty/__init__.pyi +21 -21
  25. bl_ui/properties_data_gpencil/__init__.pyi +297 -260
  26. bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
  27. bl_ui/properties_data_lattice/__init__.pyi +25 -22
  28. bl_ui/properties_data_light/__init__.pyi +44 -31
  29. bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
  30. bl_ui/properties_data_mesh/__init__.pyi +579 -570
  31. bl_ui/properties_data_metaball/__init__.pyi +29 -24
  32. bl_ui/properties_data_modifier/__init__.pyi +55 -43
  33. bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
  34. bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
  35. bl_ui/properties_data_speaker/__init__.pyi +27 -24
  36. bl_ui/properties_data_volume/__init__.pyi +75 -68
  37. bl_ui/properties_freestyle/__init__.pyi +407 -284
  38. bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
  39. bl_ui/properties_mask_common/__init__.pyi +7 -7
  40. bl_ui/properties_material/__init__.pyi +186 -162
  41. bl_ui/properties_material_gpencil/__init__.pyi +111 -87
  42. bl_ui/properties_object/__init__.pyi +102 -84
  43. bl_ui/properties_output/__init__.pyi +255 -228
  44. bl_ui/properties_paint_common/__init__.pyi +9 -9
  45. bl_ui/properties_particle/__init__.pyi +341 -254
  46. bl_ui/properties_physics_cloth/__init__.pyi +54 -33
  47. bl_ui/properties_physics_common/__init__.pyi +20 -20
  48. bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
  49. bl_ui/properties_physics_field/__init__.pyi +52 -36
  50. bl_ui/properties_physics_fluid/__init__.pyi +119 -96
  51. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  52. bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
  53. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
  54. bl_ui/properties_physics_softbody/__init__.pyi +62 -34
  55. bl_ui/properties_render/__init__.pyi +275 -187
  56. bl_ui/properties_scene/__init__.pyi +173 -154
  57. bl_ui/properties_texture/__init__.pyi +251 -205
  58. bl_ui/properties_view_layer/__init__.pyi +126 -93
  59. bl_ui/properties_workspace/__init__.pyi +82 -76
  60. bl_ui/properties_world/__init__.pyi +31 -26
  61. bl_ui/space_clip/__init__.pyi +495 -433
  62. bl_ui/space_console/__init__.pyi +6 -6
  63. bl_ui/space_dopesheet/__init__.pyi +209 -174
  64. bl_ui/space_filebrowser/__init__.pyi +691 -679
  65. bl_ui/space_graph/__init__.pyi +25 -20
  66. bl_ui/space_image/__init__.pyi +959 -845
  67. bl_ui/space_info/__init__.pyi +6 -6
  68. bl_ui/space_nla/__init__.pyi +26 -17
  69. bl_ui/space_node/__init__.pyi +49 -36
  70. bl_ui/space_outliner/__init__.pyi +14 -14
  71. bl_ui/space_properties/__init__.pyi +3 -3
  72. bl_ui/space_sequencer/__init__.pyi +510 -444
  73. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  74. bl_ui/space_statusbar/__init__.pyi +1 -1
  75. bl_ui/space_text/__init__.pyi +16 -16
  76. bl_ui/space_time/__init__.pyi +27 -23
  77. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  78. bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
  79. bl_ui/space_topbar/__init__.pyi +26 -26
  80. bl_ui/space_userpref/__init__.pyi +795 -658
  81. bl_ui/space_view3d/__init__.pyi +1460 -1428
  82. bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
  83. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  84. bmesh/types/__init__.pyi +13 -6
  85. bpy/app/__init__.pyi +4 -4
  86. bpy/app/icons/__init__.pyi +8 -6
  87. bpy/app/timers/__init__.pyi +10 -8
  88. bpy/app/translations/__init__.pyi +22 -20
  89. bpy/msgbus/__init__.pyi +4 -2
  90. bpy/ops/action/__init__.pyi +319 -316
  91. bpy/ops/anim/__init__.pyi +428 -428
  92. bpy/ops/armature/__init__.pyi +359 -358
  93. bpy/ops/asset/__init__.pyi +146 -146
  94. bpy/ops/boid/__init__.pyi +50 -50
  95. bpy/ops/brush/__init__.pyi +72 -72
  96. bpy/ops/buttons/__init__.pyi +128 -128
  97. bpy/ops/cachefile/__init__.pyi +124 -124
  98. bpy/ops/camera/__init__.pyi +22 -22
  99. bpy/ops/clip/__init__.pyi +773 -768
  100. bpy/ops/cloth/__init__.pyi +10 -10
  101. bpy/ops/collection/__init__.pyi +64 -64
  102. bpy/ops/console/__init__.pyi +150 -150
  103. bpy/ops/constraint/__init__.pyi +150 -150
  104. bpy/ops/curve/__init__.pyi +475 -472
  105. bpy/ops/curves/__init__.pyi +247 -244
  106. bpy/ops/cycles/__init__.pyi +18 -18
  107. bpy/ops/dpaint/__init__.pyi +34 -34
  108. bpy/ops/ed/__init__.pyi +122 -122
  109. bpy/ops/export_anim/__init__.pyi +18 -18
  110. bpy/ops/export_mesh/__init__.pyi +26 -26
  111. bpy/ops/export_scene/__init__.pyi +333 -307
  112. bpy/ops/file/__init__.pyi +340 -340
  113. bpy/ops/fluid/__init__.pyi +88 -88
  114. bpy/ops/font/__init__.pyi +252 -252
  115. bpy/ops/geometry/__init__.pyi +86 -86
  116. bpy/ops/gizmogroup/__init__.pyi +22 -22
  117. bpy/ops/gpencil/__init__.pyi +1459 -1444
  118. bpy/ops/graph/__init__.pyi +645 -642
  119. bpy/ops/grease_pencil/__init__.pyi +441 -436
  120. bpy/ops/image/__init__.pyi +614 -612
  121. bpy/ops/import_anim/__init__.pyi +26 -26
  122. bpy/ops/import_curve/__init__.pyi +6 -6
  123. bpy/ops/import_mesh/__init__.pyi +20 -18
  124. bpy/ops/import_scene/__init__.pyi +92 -86
  125. bpy/ops/info/__init__.pyi +60 -60
  126. bpy/ops/lattice/__init__.pyi +64 -64
  127. bpy/ops/marker/__init__.pyi +106 -106
  128. bpy/ops/mask/__init__.pyi +321 -318
  129. bpy/ops/material/__init__.pyi +18 -18
  130. bpy/ops/mball/__init__.pyi +71 -70
  131. bpy/ops/mesh/__init__.pyi +1997 -1990
  132. bpy/ops/nla/__init__.pyi +330 -329
  133. bpy/ops/node/__init__.pyi +867 -852
  134. bpy/ops/object/__init__.pyi +2433 -2430
  135. bpy/ops/outliner/__init__.pyi +498 -498
  136. bpy/ops/paint/__init__.pyi +554 -544
  137. bpy/ops/paintcurve/__init__.pyi +64 -64
  138. bpy/ops/palette/__init__.pyi +48 -48
  139. bpy/ops/particle/__init__.pyi +266 -264
  140. bpy/ops/pose/__init__.pyi +336 -336
  141. bpy/ops/poselib/__init__.pyi +70 -70
  142. bpy/ops/preferences/__init__.pyi +338 -336
  143. bpy/ops/ptcache/__init__.pyi +46 -46
  144. bpy/ops/render/__init__.pyi +114 -114
  145. bpy/ops/rigidbody/__init__.pyi +102 -102
  146. bpy/ops/scene/__init__.pyi +270 -270
  147. bpy/ops/screen/__init__.pyi +378 -378
  148. bpy/ops/script/__init__.pyi +18 -18
  149. bpy/ops/sculpt/__init__.pyi +411 -405
  150. bpy/ops/sculpt_curves/__init__.pyi +42 -40
  151. bpy/ops/sequencer/__init__.pyi +1053 -1040
  152. bpy/ops/sound/__init__.pyi +208 -208
  153. bpy/ops/spreadsheet/__init__.pyi +30 -30
  154. bpy/ops/surface/__init__.pyi +108 -108
  155. bpy/ops/text/__init__.pyi +382 -382
  156. bpy/ops/text_editor/__init__.pyi +10 -10
  157. bpy/ops/texture/__init__.pyi +26 -26
  158. bpy/ops/transform/__init__.pyi +826 -790
  159. bpy/ops/ui/__init__.pyi +216 -216
  160. bpy/ops/uilist/__init__.pyi +20 -20
  161. bpy/ops/uv/__init__.pyi +605 -600
  162. bpy/ops/view2d/__init__.pyi +156 -156
  163. bpy/ops/view3d/__init__.pyi +578 -576
  164. bpy/ops/wm/__init__.pyi +2412 -2376
  165. bpy/ops/workspace/__init__.pyi +42 -42
  166. bpy/ops/world/__init__.pyi +6 -6
  167. bpy/path/__init__.pyi +48 -33
  168. bpy/props/__init__.pyi +263 -261
  169. bpy/types/__init__.pyi +106351 -103198
  170. bpy/utils/__init__.pyi +87 -52
  171. bpy/utils/previews/__init__.pyi +2 -2
  172. bpy/utils/units/__init__.pyi +20 -17
  173. bpy_extras/anim_utils/__init__.pyi +9 -2
  174. bpy_extras/io_utils/__init__.pyi +2 -1
  175. bpy_extras/view3d_utils/__init__.pyi +2 -1
  176. bpy_types/__init__.pyi +236 -236
  177. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
  178. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
  179. freestyle/chainingiterators/__init__.pyi +7 -2
  180. freestyle/types/__init__.pyi +8 -3
  181. gpu_extras/presets/__init__.pyi +14 -2
  182. keyingsets_builtins/__init__.pyi +92 -92
  183. mathutils/__init__.pyi +9 -5
  184. mathutils/geometry/__init__.pyi +8 -4
  185. nodeitems_builtins/__init__.pyi +7 -7
  186. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
  187. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
@@ -1,9 +1,12 @@
1
1
  import typing
2
+ import bl_ui.properties_grease_pencil_common
3
+ import bl_ui.space_toolsystem_common
2
4
  import bpy_types
5
+ import rna_prop_ui
3
6
 
4
7
  GenericType = typing.TypeVar("GenericType")
5
8
 
6
- class SEQUENCER_HT_header(bpy_types._GenericUI):
9
+ class SEQUENCER_HT_header(bpy_types.Header, bpy_types._GenericUI):
7
10
  """ """
8
11
 
9
12
  bl_rna: typing.Any
@@ -143,7 +146,7 @@ class SEQUENCER_HT_header(bpy_types._GenericUI):
143
146
  """ """
144
147
  ...
145
148
 
146
- class SEQUENCER_HT_tool_header(bpy_types._GenericUI):
149
+ class SEQUENCER_HT_tool_header(bpy_types.Header, bpy_types._GenericUI):
147
150
  """ """
148
151
 
149
152
  bl_region_type: typing.Any
@@ -293,7 +296,7 @@ class SEQUENCER_HT_tool_header(bpy_types._GenericUI):
293
296
  """ """
294
297
  ...
295
298
 
296
- class SEQUENCER_MT_add(bpy_types._GenericUI):
299
+ class SEQUENCER_MT_add(bpy_types.Menu, bpy_types._GenericUI):
297
300
  """ """
298
301
 
299
302
  bl_label: typing.Any
@@ -480,7 +483,7 @@ class SEQUENCER_MT_add(bpy_types._GenericUI):
480
483
  """ """
481
484
  ...
482
485
 
483
- class SEQUENCER_MT_add_effect(bpy_types._GenericUI):
486
+ class SEQUENCER_MT_add_effect(bpy_types.Menu, bpy_types._GenericUI):
484
487
  """ """
485
488
 
486
489
  bl_label: typing.Any
@@ -661,7 +664,7 @@ class SEQUENCER_MT_add_effect(bpy_types._GenericUI):
661
664
  """ """
662
665
  ...
663
666
 
664
- class SEQUENCER_MT_add_empty(bpy_types._GenericUI):
667
+ class SEQUENCER_MT_add_empty(bpy_types.Menu, bpy_types._GenericUI):
665
668
  """ """
666
669
 
667
670
  bl_label: typing.Any
@@ -842,7 +845,7 @@ class SEQUENCER_MT_add_empty(bpy_types._GenericUI):
842
845
  """ """
843
846
  ...
844
847
 
845
- class SEQUENCER_MT_add_scene(bpy_types._GenericUI):
848
+ class SEQUENCER_MT_add_scene(bpy_types.Menu, bpy_types._GenericUI):
846
849
  """ """
847
850
 
848
851
  bl_label: typing.Any
@@ -1026,7 +1029,7 @@ class SEQUENCER_MT_add_scene(bpy_types._GenericUI):
1026
1029
  """ """
1027
1030
  ...
1028
1031
 
1029
- class SEQUENCER_MT_add_transitions(bpy_types._GenericUI):
1032
+ class SEQUENCER_MT_add_transitions(bpy_types.Menu, bpy_types._GenericUI):
1030
1033
  """ """
1031
1034
 
1032
1035
  bl_label: typing.Any
@@ -1207,7 +1210,7 @@ class SEQUENCER_MT_add_transitions(bpy_types._GenericUI):
1207
1210
  """ """
1208
1211
  ...
1209
1212
 
1210
- class SEQUENCER_MT_change(bpy_types._GenericUI):
1213
+ class SEQUENCER_MT_change(bpy_types.Menu, bpy_types._GenericUI):
1211
1214
  """ """
1212
1215
 
1213
1216
  bl_label: typing.Any
@@ -1388,77 +1391,15 @@ class SEQUENCER_MT_change(bpy_types._GenericUI):
1388
1391
  """ """
1389
1392
  ...
1390
1393
 
1391
- class SEQUENCER_MT_color_tag_picker(bpy_types._GenericUI):
1392
- """ """
1393
-
1394
- bl_label: typing.Any
1394
+ class SequencerColorTagPicker:
1395
1395
  """ """
1396
1396
 
1397
1397
  bl_region_type: typing.Any
1398
1398
  """ """
1399
1399
 
1400
- bl_rna: typing.Any
1401
- """ """
1402
-
1403
1400
  bl_space_type: typing.Any
1404
1401
  """ """
1405
1402
 
1406
- id_data: typing.Any
1407
- """ """
1408
-
1409
- def append(self, draw_func):
1410
- """
1411
-
1412
- :param draw_func:
1413
- """
1414
- ...
1415
-
1416
- def as_pointer(self):
1417
- """ """
1418
- ...
1419
-
1420
- def bl_rna_get_subclass(self):
1421
- """ """
1422
- ...
1423
-
1424
- def bl_rna_get_subclass_py(self):
1425
- """ """
1426
- ...
1427
-
1428
- def draw(self, _context):
1429
- """
1430
-
1431
- :param _context:
1432
- """
1433
- ...
1434
-
1435
- def draw_collapsible(self, context, layout):
1436
- """
1437
-
1438
- :param context:
1439
- :param layout:
1440
- """
1441
- ...
1442
-
1443
- def draw_preset(self, _context):
1444
- """
1445
-
1446
- :param _context:
1447
- """
1448
- ...
1449
-
1450
- def driver_add(self):
1451
- """ """
1452
- ...
1453
-
1454
- def driver_remove(self):
1455
- """ """
1456
- ...
1457
-
1458
- def get(self):
1459
- """ """
1460
- ...
1461
-
1462
1403
  def has_sequencer(self, context):
1463
1404
  """
1464
1405
 
@@ -1466,88 +1407,6 @@ class SEQUENCER_MT_color_tag_picker(bpy_types._GenericUI):
1466
1407
  """
1467
1408
  ...
1468
1409
 
1469
- def id_properties_clear(self):
1470
- """ """
1471
- ...
1472
-
1473
- def id_properties_ensure(self):
1474
- """ """
1475
- ...
1476
-
1477
- def id_properties_ui(self):
1478
- """ """
1479
- ...
1480
-
1481
- def is_extended(self):
1482
- """ """
1483
- ...
1484
-
1485
- def is_property_hidden(self):
1486
- """ """
1487
- ...
1488
-
1489
- def is_property_overridable_library(self):
1490
- """ """
1491
- ...
1492
-
1493
- def is_property_readonly(self):
1494
- """ """
1495
- ...
1496
-
1497
- def is_property_set(self):
1498
- """ """
1499
- ...
1500
-
1501
- def items(self):
1502
- """ """
1503
- ...
1504
-
1505
- def keyframe_delete(self):
1506
- """ """
1507
- ...
1508
-
1509
- def keyframe_insert(self):
1510
- """ """
1511
- ...
1512
-
1513
- def keys(self):
1514
- """ """
1515
- ...
1516
-
1517
- def path_from_id(self):
1518
- """ """
1519
- ...
1520
-
1521
- def path_menu(
1522
- self,
1523
- searchpaths,
1524
- operator,
1525
- props_default,
1526
- prop_filepath,
1527
- filter_ext,
1528
- filter_path,
1529
- display_name,
1530
- add_operator,
1531
- add_operator_props,
1532
- ):
1533
- """
1534
-
1535
- :param searchpaths:
1536
- :param operator:
1537
- :param props_default:
1538
- :param prop_filepath:
1539
- :param filter_ext:
1540
- :param filter_path:
1541
- :param display_name:
1542
- :param add_operator:
1543
- :param add_operator_props:
1544
- """
1545
- ...
1546
-
1547
- def path_resolve(self):
1548
- """ """
1549
- ...
1550
-
1551
1410
  def poll(self, context):
1552
1411
  """
1553
1412
 
@@ -1555,41 +1414,7 @@ class SEQUENCER_MT_color_tag_picker(bpy_types._GenericUI):
1555
1414
  """
1556
1415
  ...
1557
1416
 
1558
- def pop(self):
1559
- """ """
1560
- ...
1561
-
1562
- def prepend(self, draw_func):
1563
- """
1564
-
1565
- :param draw_func:
1566
- """
1567
- ...
1568
-
1569
- def property_overridable_library_set(self):
1570
- """ """
1571
- ...
1572
-
1573
- def property_unset(self):
1574
- """ """
1575
- ...
1576
-
1577
- def remove(self, draw_func):
1578
- """
1579
-
1580
- :param draw_func:
1581
- """
1582
- ...
1583
-
1584
- def type_recast(self):
1585
- """ """
1586
- ...
1587
-
1588
- def values(self):
1589
- """ """
1590
- ...
1591
-
1592
- class SEQUENCER_MT_context_menu(bpy_types._GenericUI):
1417
+ class SEQUENCER_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
1593
1418
  """ """
1594
1419
 
1595
1420
  bl_label: typing.Any
@@ -1784,7 +1609,7 @@ class SEQUENCER_MT_context_menu(bpy_types._GenericUI):
1784
1609
  """ """
1785
1610
  ...
1786
1611
 
1787
- class SEQUENCER_MT_editor_menus(bpy_types._GenericUI):
1612
+ class SEQUENCER_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1788
1613
  """ """
1789
1614
 
1790
1615
  bl_idname: typing.Any
@@ -1968,7 +1793,7 @@ class SEQUENCER_MT_editor_menus(bpy_types._GenericUI):
1968
1793
  """ """
1969
1794
  ...
1970
1795
 
1971
- class SEQUENCER_MT_image(bpy_types._GenericUI):
1796
+ class SEQUENCER_MT_image(bpy_types.Menu, bpy_types._GenericUI):
1972
1797
  """ """
1973
1798
 
1974
1799
  bl_label: typing.Any
@@ -2149,7 +1974,7 @@ class SEQUENCER_MT_image(bpy_types._GenericUI):
2149
1974
  """ """
2150
1975
  ...
2151
1976
 
2152
- class SEQUENCER_MT_image_apply(bpy_types._GenericUI):
1977
+ class SEQUENCER_MT_image_apply(bpy_types.Menu, bpy_types._GenericUI):
2153
1978
  """ """
2154
1979
 
2155
1980
  bl_label: typing.Any
@@ -2330,7 +2155,7 @@ class SEQUENCER_MT_image_apply(bpy_types._GenericUI):
2330
2155
  """ """
2331
2156
  ...
2332
2157
 
2333
- class SEQUENCER_MT_image_clear(bpy_types._GenericUI):
2158
+ class SEQUENCER_MT_image_clear(bpy_types.Menu, bpy_types._GenericUI):
2334
2159
  """ """
2335
2160
 
2336
2161
  bl_label: typing.Any
@@ -2511,7 +2336,7 @@ class SEQUENCER_MT_image_clear(bpy_types._GenericUI):
2511
2336
  """ """
2512
2337
  ...
2513
2338
 
2514
- class SEQUENCER_MT_image_transform(bpy_types._GenericUI):
2339
+ class SEQUENCER_MT_image_transform(bpy_types.Menu, bpy_types._GenericUI):
2515
2340
  """ """
2516
2341
 
2517
2342
  bl_label: typing.Any
@@ -2692,7 +2517,7 @@ class SEQUENCER_MT_image_transform(bpy_types._GenericUI):
2692
2517
  """ """
2693
2518
  ...
2694
2519
 
2695
- class SEQUENCER_MT_marker(bpy_types._GenericUI):
2520
+ class SEQUENCER_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
2696
2521
  """ """
2697
2522
 
2698
2523
  bl_label: typing.Any
@@ -2873,7 +2698,7 @@ class SEQUENCER_MT_marker(bpy_types._GenericUI):
2873
2698
  """ """
2874
2699
  ...
2875
2700
 
2876
- class SEQUENCER_MT_navigation(bpy_types._GenericUI):
2701
+ class SEQUENCER_MT_navigation(bpy_types.Menu, bpy_types._GenericUI):
2877
2702
  """ """
2878
2703
 
2879
2704
  bl_label: typing.Any
@@ -3054,7 +2879,7 @@ class SEQUENCER_MT_navigation(bpy_types._GenericUI):
3054
2879
  """ """
3055
2880
  ...
3056
2881
 
3057
- class SEQUENCER_MT_pivot_pie(bpy_types._GenericUI):
2882
+ class SEQUENCER_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
3058
2883
  """ """
3059
2884
 
3060
2885
  bl_label: typing.Any
@@ -3235,7 +3060,7 @@ class SEQUENCER_MT_pivot_pie(bpy_types._GenericUI):
3235
3060
  """ """
3236
3061
  ...
3237
3062
 
3238
- class SEQUENCER_MT_preview_context_menu(bpy_types._GenericUI):
3063
+ class SEQUENCER_MT_preview_context_menu(bpy_types.Menu, bpy_types._GenericUI):
3239
3064
  """ """
3240
3065
 
3241
3066
  bl_label: typing.Any
@@ -3416,7 +3241,7 @@ class SEQUENCER_MT_preview_context_menu(bpy_types._GenericUI):
3416
3241
  """ """
3417
3242
  ...
3418
3243
 
3419
- class SEQUENCER_MT_preview_view_pie(bpy_types._GenericUI):
3244
+ class SEQUENCER_MT_preview_view_pie(bpy_types.Menu, bpy_types._GenericUI):
3420
3245
  """ """
3421
3246
 
3422
3247
  bl_label: typing.Any
@@ -3597,7 +3422,7 @@ class SEQUENCER_MT_preview_view_pie(bpy_types._GenericUI):
3597
3422
  """ """
3598
3423
  ...
3599
3424
 
3600
- class SEQUENCER_MT_preview_zoom(bpy_types._GenericUI):
3425
+ class SEQUENCER_MT_preview_zoom(bpy_types.Menu, bpy_types._GenericUI):
3601
3426
  """ """
3602
3427
 
3603
3428
  bl_label: typing.Any
@@ -3778,7 +3603,7 @@ class SEQUENCER_MT_preview_zoom(bpy_types._GenericUI):
3778
3603
  """ """
3779
3604
  ...
3780
3605
 
3781
- class SEQUENCER_MT_proxy(bpy_types._GenericUI):
3606
+ class SEQUENCER_MT_proxy(bpy_types.Menu, bpy_types._GenericUI):
3782
3607
  """ """
3783
3608
 
3784
3609
  bl_label: typing.Any
@@ -3959,7 +3784,7 @@ class SEQUENCER_MT_proxy(bpy_types._GenericUI):
3959
3784
  """ """
3960
3785
  ...
3961
3786
 
3962
- class SEQUENCER_MT_range(bpy_types._GenericUI):
3787
+ class SEQUENCER_MT_range(bpy_types.Menu, bpy_types._GenericUI):
3963
3788
  """ """
3964
3789
 
3965
3790
  bl_label: typing.Any
@@ -4140,7 +3965,7 @@ class SEQUENCER_MT_range(bpy_types._GenericUI):
4140
3965
  """ """
4141
3966
  ...
4142
3967
 
4143
- class SEQUENCER_MT_retiming(bpy_types._GenericUI):
3968
+ class SEQUENCER_MT_retiming(bpy_types.Menu, bpy_types._GenericUI):
4144
3969
  """ """
4145
3970
 
4146
3971
  bl_label: typing.Any
@@ -4324,7 +4149,7 @@ class SEQUENCER_MT_retiming(bpy_types._GenericUI):
4324
4149
  """ """
4325
4150
  ...
4326
4151
 
4327
- class SEQUENCER_MT_select(bpy_types._GenericUI):
4152
+ class SEQUENCER_MT_select(bpy_types.Menu, bpy_types._GenericUI):
4328
4153
  """ """
4329
4154
 
4330
4155
  bl_label: typing.Any
@@ -4505,7 +4330,7 @@ class SEQUENCER_MT_select(bpy_types._GenericUI):
4505
4330
  """ """
4506
4331
  ...
4507
4332
 
4508
- class SEQUENCER_MT_select_channel(bpy_types._GenericUI):
4333
+ class SEQUENCER_MT_select_channel(bpy_types.Menu, bpy_types._GenericUI):
4509
4334
  """ """
4510
4335
 
4511
4336
  bl_label: typing.Any
@@ -4686,7 +4511,7 @@ class SEQUENCER_MT_select_channel(bpy_types._GenericUI):
4686
4511
  """ """
4687
4512
  ...
4688
4513
 
4689
- class SEQUENCER_MT_select_handle(bpy_types._GenericUI):
4514
+ class SEQUENCER_MT_select_handle(bpy_types.Menu, bpy_types._GenericUI):
4690
4515
  """ """
4691
4516
 
4692
4517
  bl_label: typing.Any
@@ -4867,7 +4692,7 @@ class SEQUENCER_MT_select_handle(bpy_types._GenericUI):
4867
4692
  """ """
4868
4693
  ...
4869
4694
 
4870
- class SEQUENCER_MT_select_linked(bpy_types._GenericUI):
4695
+ class SEQUENCER_MT_select_linked(bpy_types.Menu, bpy_types._GenericUI):
4871
4696
  """ """
4872
4697
 
4873
4698
  bl_label: typing.Any
@@ -5048,7 +4873,7 @@ class SEQUENCER_MT_select_linked(bpy_types._GenericUI):
5048
4873
  """ """
5049
4874
  ...
5050
4875
 
5051
- class SEQUENCER_MT_strip(bpy_types._GenericUI):
4876
+ class SEQUENCER_MT_strip(bpy_types.Menu, bpy_types._GenericUI):
5052
4877
  """ """
5053
4878
 
5054
4879
  bl_label: typing.Any
@@ -5229,7 +5054,7 @@ class SEQUENCER_MT_strip(bpy_types._GenericUI):
5229
5054
  """ """
5230
5055
  ...
5231
5056
 
5232
- class SEQUENCER_MT_strip_effect(bpy_types._GenericUI):
5057
+ class SEQUENCER_MT_strip_effect(bpy_types.Menu, bpy_types._GenericUI):
5233
5058
  """ """
5234
5059
 
5235
5060
  bl_label: typing.Any
@@ -5410,7 +5235,7 @@ class SEQUENCER_MT_strip_effect(bpy_types._GenericUI):
5410
5235
  """ """
5411
5236
  ...
5412
5237
 
5413
- class SEQUENCER_MT_strip_input(bpy_types._GenericUI):
5238
+ class SEQUENCER_MT_strip_input(bpy_types.Menu, bpy_types._GenericUI):
5414
5239
  """ """
5415
5240
 
5416
5241
  bl_label: typing.Any
@@ -5591,7 +5416,7 @@ class SEQUENCER_MT_strip_input(bpy_types._GenericUI):
5591
5416
  """ """
5592
5417
  ...
5593
5418
 
5594
- class SEQUENCER_MT_strip_lock_mute(bpy_types._GenericUI):
5419
+ class SEQUENCER_MT_strip_lock_mute(bpy_types.Menu, bpy_types._GenericUI):
5595
5420
  """ """
5596
5421
 
5597
5422
  bl_label: typing.Any
@@ -5772,7 +5597,7 @@ class SEQUENCER_MT_strip_lock_mute(bpy_types._GenericUI):
5772
5597
  """ """
5773
5598
  ...
5774
5599
 
5775
- class SEQUENCER_MT_strip_movie(bpy_types._GenericUI):
5600
+ class SEQUENCER_MT_strip_movie(bpy_types.Menu, bpy_types._GenericUI):
5776
5601
  """ """
5777
5602
 
5778
5603
  bl_label: typing.Any
@@ -5953,7 +5778,7 @@ class SEQUENCER_MT_strip_movie(bpy_types._GenericUI):
5953
5778
  """ """
5954
5779
  ...
5955
5780
 
5956
- class SEQUENCER_MT_strip_retiming(bpy_types._GenericUI):
5781
+ class SEQUENCER_MT_strip_retiming(bpy_types.Menu, bpy_types._GenericUI):
5957
5782
  """ """
5958
5783
 
5959
5784
  bl_label: typing.Any
@@ -6134,7 +5959,7 @@ class SEQUENCER_MT_strip_retiming(bpy_types._GenericUI):
6134
5959
  """ """
6135
5960
  ...
6136
5961
 
6137
- class SEQUENCER_MT_strip_transform(bpy_types._GenericUI):
5962
+ class SEQUENCER_MT_strip_transform(bpy_types.Menu, bpy_types._GenericUI):
6138
5963
  """ """
6139
5964
 
6140
5965
  bl_label: typing.Any
@@ -6315,7 +6140,7 @@ class SEQUENCER_MT_strip_transform(bpy_types._GenericUI):
6315
6140
  """ """
6316
6141
  ...
6317
6142
 
6318
- class SEQUENCER_MT_view(bpy_types._GenericUI):
6143
+ class SEQUENCER_MT_view(bpy_types.Menu, bpy_types._GenericUI):
6319
6144
  """ """
6320
6145
 
6321
6146
  bl_label: typing.Any
@@ -6496,7 +6321,7 @@ class SEQUENCER_MT_view(bpy_types._GenericUI):
6496
6321
  """ """
6497
6322
  ...
6498
6323
 
6499
- class SEQUENCER_MT_view_cache(bpy_types._GenericUI):
6324
+ class SEQUENCER_MT_view_cache(bpy_types.Menu, bpy_types._GenericUI):
6500
6325
  """ """
6501
6326
 
6502
6327
  bl_label: typing.Any
@@ -6677,7 +6502,7 @@ class SEQUENCER_MT_view_cache(bpy_types._GenericUI):
6677
6502
  """ """
6678
6503
  ...
6679
6504
 
6680
- class SEQUENCER_MT_view_pie(bpy_types._GenericUI):
6505
+ class SEQUENCER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
6681
6506
  """ """
6682
6507
 
6683
6508
  bl_label: typing.Any
@@ -6858,7 +6683,11 @@ class SEQUENCER_MT_view_pie(bpy_types._GenericUI):
6858
6683
  """ """
6859
6684
  ...
6860
6685
 
6861
- class SEQUENCER_PT_active_tool(bpy_types._GenericUI):
6686
+ class SEQUENCER_PT_active_tool(
6687
+ bpy_types.Panel,
6688
+ bl_ui.space_toolsystem_common.ToolActivePanelHelper,
6689
+ bpy_types._GenericUI,
6690
+ ):
6862
6691
  """ """
6863
6692
 
6864
6693
  bl_category: typing.Any
@@ -7007,16 +6836,56 @@ class SEQUENCER_PT_active_tool(bpy_types._GenericUI):
7007
6836
  """ """
7008
6837
  ...
7009
6838
 
7010
- class SEQUENCER_PT_adjust_color(bpy_types._GenericUI):
6839
+ class SequencerButtonsPanel:
7011
6840
  """ """
7012
6841
 
7013
- bl_category: typing.Any
6842
+ bl_region_type: typing.Any
7014
6843
  """ """
7015
6844
 
7016
- bl_label: typing.Any
6845
+ bl_space_type: typing.Any
7017
6846
  """ """
7018
6847
 
7019
- bl_options: typing.Any
6848
+ def has_sequencer(self, context):
6849
+ """
6850
+
6851
+ :param context:
6852
+ """
6853
+ ...
6854
+
6855
+ def poll(self, context):
6856
+ """
6857
+
6858
+ :param context:
6859
+ """
6860
+ ...
6861
+
6862
+ class SequencerButtonsPanel_Output:
6863
+ """ """
6864
+
6865
+ bl_region_type: typing.Any
6866
+ """ """
6867
+
6868
+ bl_space_type: typing.Any
6869
+ """ """
6870
+
6871
+ def has_preview(self, context):
6872
+ """
6873
+
6874
+ :param context:
6875
+ """
6876
+ ...
6877
+
6878
+ def poll(self, context):
6879
+ """
6880
+
6881
+ :param context:
6882
+ """
6883
+ ...
6884
+
6885
+ class SEQUENCER_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
6886
+ """ """
6887
+
6888
+ bl_label: typing.Any
7020
6889
  """ """
7021
6890
 
7022
6891
  bl_region_type: typing.Any
@@ -7028,6 +6897,9 @@ class SEQUENCER_PT_adjust_color(bpy_types._GenericUI):
7028
6897
  bl_space_type: typing.Any
7029
6898
  """ """
7030
6899
 
6900
+ bl_ui_units_x: typing.Any
6901
+ """ """
6902
+
7031
6903
  id_data: typing.Any
7032
6904
  """ """
7033
6905
 
@@ -7069,13 +6941,6 @@ class SEQUENCER_PT_adjust_color(bpy_types._GenericUI):
7069
6941
  """ """
7070
6942
  ...
7071
6943
 
7072
- def has_sequencer(self, context):
7073
- """
7074
-
7075
- :param context:
7076
- """
7077
- ...
7078
-
7079
6944
  def id_properties_clear(self):
7080
6945
  """ """
7081
6946
  ...
@@ -7132,13 +6997,6 @@ class SEQUENCER_PT_adjust_color(bpy_types._GenericUI):
7132
6997
  """ """
7133
6998
  ...
7134
6999
 
7135
- def poll(self, context):
7136
- """
7137
-
7138
- :param context:
7139
- """
7140
- ...
7141
-
7142
7000
  def pop(self):
7143
7001
  """ """
7144
7002
  ...
@@ -7173,10 +7031,7 @@ class SEQUENCER_PT_adjust_color(bpy_types._GenericUI):
7173
7031
  """ """
7174
7032
  ...
7175
7033
 
7176
- class SEQUENCER_PT_adjust_comp(bpy_types._GenericUI):
7177
- """ """
7178
-
7179
- bl_category: typing.Any
7034
+ class SEQUENCER_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
7180
7035
  """ """
7181
7036
 
7182
7037
  bl_label: typing.Any
@@ -7191,6 +7046,9 @@ class SEQUENCER_PT_adjust_comp(bpy_types._GenericUI):
7191
7046
  bl_space_type: typing.Any
7192
7047
  """ """
7193
7048
 
7049
+ bl_ui_units_x: typing.Any
7050
+ """ """
7051
+
7194
7052
  id_data: typing.Any
7195
7053
  """ """
7196
7054
 
@@ -7213,10 +7071,10 @@ class SEQUENCER_PT_adjust_comp(bpy_types._GenericUI):
7213
7071
  """ """
7214
7072
  ...
7215
7073
 
7216
- def draw(self, context):
7074
+ def draw(self, _context):
7217
7075
  """
7218
7076
 
7219
- :param context:
7077
+ :param _context:
7220
7078
  """
7221
7079
  ...
7222
7080
 
@@ -7232,13 +7090,6 @@ class SEQUENCER_PT_adjust_comp(bpy_types._GenericUI):
7232
7090
  """ """
7233
7091
  ...
7234
7092
 
7235
- def has_sequencer(self, context):
7236
- """
7237
-
7238
- :param context:
7239
- """
7240
- ...
7241
-
7242
7093
  def id_properties_clear(self):
7243
7094
  """ """
7244
7095
  ...
@@ -7295,13 +7146,6 @@ class SEQUENCER_PT_adjust_comp(bpy_types._GenericUI):
7295
7146
  """ """
7296
7147
  ...
7297
7148
 
7298
- def poll(self, context):
7299
- """
7300
-
7301
- :param context:
7302
- """
7303
- ...
7304
-
7305
7149
  def pop(self):
7306
7150
  """ """
7307
7151
  ...
@@ -7336,16 +7180,13 @@ class SEQUENCER_PT_adjust_comp(bpy_types._GenericUI):
7336
7180
  """ """
7337
7181
  ...
7338
7182
 
7339
- class SEQUENCER_PT_adjust_crop(bpy_types._GenericUI):
7340
- """ """
7341
-
7342
- bl_category: typing.Any
7183
+ class SEQUENCER_PT_preview_overlay(bpy_types.Panel, bpy_types._GenericUI):
7343
7184
  """ """
7344
7185
 
7345
7186
  bl_label: typing.Any
7346
7187
  """ """
7347
7188
 
7348
- bl_options: typing.Any
7189
+ bl_parent_id: typing.Any
7349
7190
  """ """
7350
7191
 
7351
7192
  bl_region_type: typing.Any
@@ -7398,13 +7239,6 @@ class SEQUENCER_PT_adjust_crop(bpy_types._GenericUI):
7398
7239
  """ """
7399
7240
  ...
7400
7241
 
7401
- def has_sequencer(self, context):
7402
- """
7403
-
7404
- :param context:
7405
- """
7406
- ...
7407
-
7408
7242
  def id_properties_clear(self):
7409
7243
  """ """
7410
7244
  ...
@@ -7502,13 +7336,13 @@ class SEQUENCER_PT_adjust_crop(bpy_types._GenericUI):
7502
7336
  """ """
7503
7337
  ...
7504
7338
 
7505
- class SEQUENCER_PT_adjust_sound(bpy_types._GenericUI):
7339
+ class SEQUENCER_PT_sequencer_overlay(bpy_types.Panel, bpy_types._GenericUI):
7506
7340
  """ """
7507
7341
 
7508
- bl_category: typing.Any
7342
+ bl_label: typing.Any
7509
7343
  """ """
7510
7344
 
7511
- bl_label: typing.Any
7345
+ bl_parent_id: typing.Any
7512
7346
  """ """
7513
7347
 
7514
7348
  bl_region_type: typing.Any
@@ -7561,13 +7395,6 @@ class SEQUENCER_PT_adjust_sound(bpy_types._GenericUI):
7561
7395
  """ """
7562
7396
  ...
7563
7397
 
7564
- def has_sequencer(self, context):
7565
- """
7566
-
7567
- :param context:
7568
- """
7569
- ...
7570
-
7571
7398
  def id_properties_clear(self):
7572
7399
  """ """
7573
7400
  ...
@@ -7665,18 +7492,12 @@ class SEQUENCER_PT_adjust_sound(bpy_types._GenericUI):
7665
7492
  """ """
7666
7493
  ...
7667
7494
 
7668
- class SEQUENCER_PT_adjust_transform(bpy_types._GenericUI):
7669
- """ """
7670
-
7671
- bl_category: typing.Any
7495
+ class SEQUENCER_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
7672
7496
  """ """
7673
7497
 
7674
7498
  bl_label: typing.Any
7675
7499
  """ """
7676
7500
 
7677
- bl_options: typing.Any
7678
- """ """
7679
-
7680
7501
  bl_region_type: typing.Any
7681
7502
  """ """
7682
7503
 
@@ -7727,13 +7548,6 @@ class SEQUENCER_PT_adjust_transform(bpy_types._GenericUI):
7727
7548
  """ """
7728
7549
  ...
7729
7550
 
7730
- def has_sequencer(self, context):
7731
- """
7732
-
7733
- :param context:
7734
- """
7735
- ...
7736
-
7737
7551
  def id_properties_clear(self):
7738
7552
  """ """
7739
7553
  ...
@@ -7790,13 +7604,6 @@ class SEQUENCER_PT_adjust_transform(bpy_types._GenericUI):
7790
7604
  """ """
7791
7605
  ...
7792
7606
 
7793
- def poll(self, context):
7794
- """
7795
-
7796
- :param context:
7797
- """
7798
- ...
7799
-
7800
7607
  def pop(self):
7801
7608
  """ """
7802
7609
  ...
@@ -7831,18 +7638,14 @@ class SEQUENCER_PT_adjust_transform(bpy_types._GenericUI):
7831
7638
  """ """
7832
7639
  ...
7833
7640
 
7834
- class SEQUENCER_PT_adjust_video(bpy_types._GenericUI):
7835
- """ """
7836
-
7837
- bl_category: typing.Any
7641
+ class SEQUENCER_MT_color_tag_picker(
7642
+ bpy_types.Menu, SequencerColorTagPicker, bpy_types._GenericUI
7643
+ ):
7838
7644
  """ """
7839
7645
 
7840
7646
  bl_label: typing.Any
7841
7647
  """ """
7842
7648
 
7843
- bl_options: typing.Any
7844
- """ """
7845
-
7846
7649
  bl_region_type: typing.Any
7847
7650
  """ """
7848
7651
 
@@ -7874,10 +7677,25 @@ class SEQUENCER_PT_adjust_video(bpy_types._GenericUI):
7874
7677
  """ """
7875
7678
  ...
7876
7679
 
7877
- def draw(self, context):
7680
+ def draw(self, _context):
7681
+ """
7682
+
7683
+ :param _context:
7684
+ """
7685
+ ...
7686
+
7687
+ def draw_collapsible(self, context, layout):
7878
7688
  """
7879
7689
 
7880
7690
  :param context:
7691
+ :param layout:
7692
+ """
7693
+ ...
7694
+
7695
+ def draw_preset(self, _context):
7696
+ """
7697
+
7698
+ :param _context:
7881
7699
  """
7882
7700
  ...
7883
7701
 
@@ -7952,6 +7770,32 @@ class SEQUENCER_PT_adjust_video(bpy_types._GenericUI):
7952
7770
  """ """
7953
7771
  ...
7954
7772
 
7773
+ def path_menu(
7774
+ self,
7775
+ searchpaths,
7776
+ operator,
7777
+ props_default,
7778
+ prop_filepath,
7779
+ filter_ext,
7780
+ filter_path,
7781
+ display_name,
7782
+ add_operator,
7783
+ add_operator_props,
7784
+ ):
7785
+ """
7786
+
7787
+ :param searchpaths:
7788
+ :param operator:
7789
+ :param props_default:
7790
+ :param prop_filepath:
7791
+ :param filter_ext:
7792
+ :param filter_path:
7793
+ :param display_name:
7794
+ :param add_operator:
7795
+ :param add_operator_props:
7796
+ """
7797
+ ...
7798
+
7955
7799
  def path_resolve(self):
7956
7800
  """ """
7957
7801
  ...
@@ -7997,7 +7841,9 @@ class SEQUENCER_PT_adjust_video(bpy_types._GenericUI):
7997
7841
  """ """
7998
7842
  ...
7999
7843
 
8000
- class SEQUENCER_PT_annotation(bpy_types._GenericUI):
7844
+ class SEQUENCER_PT_color_tag_picker(
7845
+ bpy_types.Panel, SequencerColorTagPicker, bpy_types._GenericUI
7846
+ ):
8001
7847
  """ """
8002
7848
 
8003
7849
  bl_category: typing.Any
@@ -8040,26 +7886,10 @@ class SEQUENCER_PT_annotation(bpy_types._GenericUI):
8040
7886
  """ """
8041
7887
  ...
8042
7888
 
8043
- def draw(self, context):
8044
- """
8045
-
8046
- :param context:
8047
- """
8048
- ...
8049
-
8050
- def draw_header(self, context):
8051
- """
8052
-
8053
- :param context:
8054
- """
8055
- ...
8056
-
8057
- def draw_layers(self, context, layout, gpd):
7889
+ def draw(self, _context):
8058
7890
  """
8059
7891
 
8060
- :param context:
8061
- :param layout:
8062
- :param gpd:
7892
+ :param _context:
8063
7893
  """
8064
7894
  ...
8065
7895
 
@@ -8075,7 +7905,7 @@ class SEQUENCER_PT_annotation(bpy_types._GenericUI):
8075
7905
  """ """
8076
7906
  ...
8077
7907
 
8078
- def has_preview(self, context):
7908
+ def has_sequencer(self, context):
8079
7909
  """
8080
7910
 
8081
7911
  :param context:
@@ -8179,7 +8009,9 @@ class SEQUENCER_PT_annotation(bpy_types._GenericUI):
8179
8009
  """ """
8180
8010
  ...
8181
8011
 
8182
- class SEQUENCER_PT_annotation_onion(bpy_types._GenericUI):
8012
+ class SEQUENCER_PT_adjust_color(
8013
+ bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
8014
+ ):
8183
8015
  """ """
8184
8016
 
8185
8017
  bl_category: typing.Any
@@ -8191,9 +8023,6 @@ class SEQUENCER_PT_annotation_onion(bpy_types._GenericUI):
8191
8023
  bl_options: typing.Any
8192
8024
  """ """
8193
8025
 
8194
- bl_parent_id: typing.Any
8195
- """ """
8196
-
8197
8026
  bl_region_type: typing.Any
8198
8027
  """ """
8199
8028
 
@@ -8232,13 +8061,6 @@ class SEQUENCER_PT_annotation_onion(bpy_types._GenericUI):
8232
8061
  """
8233
8062
  ...
8234
8063
 
8235
- def draw_header(self, context):
8236
- """
8237
-
8238
- :param context:
8239
- """
8240
- ...
8241
-
8242
8064
  def driver_add(self):
8243
8065
  """ """
8244
8066
  ...
@@ -8251,7 +8073,7 @@ class SEQUENCER_PT_annotation_onion(bpy_types._GenericUI):
8251
8073
  """ """
8252
8074
  ...
8253
8075
 
8254
- def has_preview(self, context):
8076
+ def has_sequencer(self, context):
8255
8077
  """
8256
8078
 
8257
8079
  :param context:
@@ -8355,7 +8177,9 @@ class SEQUENCER_PT_annotation_onion(bpy_types._GenericUI):
8355
8177
  """ """
8356
8178
  ...
8357
8179
 
8358
- class SEQUENCER_PT_cache_settings(bpy_types._GenericUI):
8180
+ class SEQUENCER_PT_adjust_comp(
8181
+ bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
8182
+ ):
8359
8183
  """ """
8360
8184
 
8361
8185
  bl_category: typing.Any
@@ -8518,7 +8342,9 @@ class SEQUENCER_PT_cache_settings(bpy_types._GenericUI):
8518
8342
  """ """
8519
8343
  ...
8520
8344
 
8521
- class SEQUENCER_PT_color_tag_picker(bpy_types._GenericUI):
8345
+ class SEQUENCER_PT_adjust_crop(
8346
+ bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
8347
+ ):
8522
8348
  """ """
8523
8349
 
8524
8350
  bl_category: typing.Any
@@ -8561,10 +8387,10 @@ class SEQUENCER_PT_color_tag_picker(bpy_types._GenericUI):
8561
8387
  """ """
8562
8388
  ...
8563
8389
 
8564
- def draw(self, _context):
8390
+ def draw(self, context):
8565
8391
  """
8566
8392
 
8567
- :param _context:
8393
+ :param context:
8568
8394
  """
8569
8395
  ...
8570
8396
 
@@ -8684,10 +8510,9 @@ class SEQUENCER_PT_color_tag_picker(bpy_types._GenericUI):
8684
8510
  """ """
8685
8511
  ...
8686
8512
 
8687
- class SEQUENCER_PT_custom_props(bpy_types._GenericUI):
8688
- """ """
8689
-
8690
- COMPAT_ENGINES: typing.Any
8513
+ class SEQUENCER_PT_adjust_sound(
8514
+ bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
8515
+ ):
8691
8516
  """ """
8692
8517
 
8693
8518
  bl_category: typing.Any
@@ -8696,12 +8521,6 @@ class SEQUENCER_PT_custom_props(bpy_types._GenericUI):
8696
8521
  bl_label: typing.Any
8697
8522
  """ """
8698
8523
 
8699
- bl_options: typing.Any
8700
- """ """
8701
-
8702
- bl_order: typing.Any
8703
- """ """
8704
-
8705
8524
  bl_region_type: typing.Any
8706
8525
  """ """
8707
8526
 
@@ -8856,7 +8675,9 @@ class SEQUENCER_PT_custom_props(bpy_types._GenericUI):
8856
8675
  """ """
8857
8676
  ...
8858
8677
 
8859
- class SEQUENCER_PT_effect(bpy_types._GenericUI):
8678
+ class SEQUENCER_PT_adjust_transform(
8679
+ bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
8680
+ ):
8860
8681
  """ """
8861
8682
 
8862
8683
  bl_category: typing.Any
@@ -8865,6 +8686,9 @@ class SEQUENCER_PT_effect(bpy_types._GenericUI):
8865
8686
  bl_label: typing.Any
8866
8687
  """ """
8867
8688
 
8689
+ bl_options: typing.Any
8690
+ """ """
8691
+
8868
8692
  bl_region_type: typing.Any
8869
8693
  """ """
8870
8694
 
@@ -9019,7 +8843,9 @@ class SEQUENCER_PT_effect(bpy_types._GenericUI):
9019
8843
  """ """
9020
8844
  ...
9021
8845
 
9022
- class SEQUENCER_PT_effect_text_layout(bpy_types._GenericUI):
8846
+ class SEQUENCER_PT_adjust_video(
8847
+ bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
8848
+ ):
9023
8849
  """ """
9024
8850
 
9025
8851
  bl_category: typing.Any
@@ -9028,7 +8854,7 @@ class SEQUENCER_PT_effect_text_layout(bpy_types._GenericUI):
9028
8854
  bl_label: typing.Any
9029
8855
  """ """
9030
8856
 
9031
- bl_parent_id: typing.Any
8857
+ bl_options: typing.Any
9032
8858
  """ """
9033
8859
 
9034
8860
  bl_region_type: typing.Any
@@ -9185,7 +9011,9 @@ class SEQUENCER_PT_effect_text_layout(bpy_types._GenericUI):
9185
9011
  """ """
9186
9012
  ...
9187
9013
 
9188
- class SEQUENCER_PT_effect_text_style(bpy_types._GenericUI):
9014
+ class SEQUENCER_PT_cache_settings(
9015
+ bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
9016
+ ):
9189
9017
  """ """
9190
9018
 
9191
9019
  bl_category: typing.Any
@@ -9194,9 +9022,6 @@ class SEQUENCER_PT_effect_text_style(bpy_types._GenericUI):
9194
9022
  bl_label: typing.Any
9195
9023
  """ """
9196
9024
 
9197
- bl_parent_id: typing.Any
9198
- """ """
9199
-
9200
9025
  bl_region_type: typing.Any
9201
9026
  """ """
9202
9027
 
@@ -9351,7 +9176,15 @@ class SEQUENCER_PT_effect_text_style(bpy_types._GenericUI):
9351
9176
  """ """
9352
9177
  ...
9353
9178
 
9354
- class SEQUENCER_PT_frame_overlay(bpy_types._GenericUI):
9179
+ class SEQUENCER_PT_custom_props(
9180
+ bpy_types.Panel,
9181
+ SequencerButtonsPanel,
9182
+ rna_prop_ui.PropertyPanel,
9183
+ bpy_types._GenericUI,
9184
+ ):
9185
+ """ """
9186
+
9187
+ COMPAT_ENGINES: typing.Any
9355
9188
  """ """
9356
9189
 
9357
9190
  bl_category: typing.Any
@@ -9363,6 +9196,9 @@ class SEQUENCER_PT_frame_overlay(bpy_types._GenericUI):
9363
9196
  bl_options: typing.Any
9364
9197
  """ """
9365
9198
 
9199
+ bl_order: typing.Any
9200
+ """ """
9201
+
9366
9202
  bl_region_type: typing.Any
9367
9203
  """ """
9368
9204
 
@@ -9401,13 +9237,6 @@ class SEQUENCER_PT_frame_overlay(bpy_types._GenericUI):
9401
9237
  """
9402
9238
  ...
9403
9239
 
9404
- def draw_header(self, context):
9405
- """
9406
-
9407
- :param context:
9408
- """
9409
- ...
9410
-
9411
9240
  def driver_add(self):
9412
9241
  """ """
9413
9242
  ...
@@ -9420,7 +9249,7 @@ class SEQUENCER_PT_frame_overlay(bpy_types._GenericUI):
9420
9249
  """ """
9421
9250
  ...
9422
9251
 
9423
- def has_preview(self, context):
9252
+ def has_sequencer(self, context):
9424
9253
  """
9425
9254
 
9426
9255
  :param context:
@@ -9524,7 +9353,10 @@ class SEQUENCER_PT_frame_overlay(bpy_types._GenericUI):
9524
9353
  """ """
9525
9354
  ...
9526
9355
 
9527
- class SEQUENCER_PT_gizmo_display(bpy_types._GenericUI):
9356
+ class SEQUENCER_PT_effect(bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
9357
+ """ """
9358
+
9359
+ bl_category: typing.Any
9528
9360
  """ """
9529
9361
 
9530
9362
  bl_label: typing.Any
@@ -9539,9 +9371,6 @@ class SEQUENCER_PT_gizmo_display(bpy_types._GenericUI):
9539
9371
  bl_space_type: typing.Any
9540
9372
  """ """
9541
9373
 
9542
- bl_ui_units_x: typing.Any
9543
- """ """
9544
-
9545
9374
  id_data: typing.Any
9546
9375
  """ """
9547
9376
 
@@ -9583,6 +9412,13 @@ class SEQUENCER_PT_gizmo_display(bpy_types._GenericUI):
9583
9412
  """ """
9584
9413
  ...
9585
9414
 
9415
+ def has_sequencer(self, context):
9416
+ """
9417
+
9418
+ :param context:
9419
+ """
9420
+ ...
9421
+
9586
9422
  def id_properties_clear(self):
9587
9423
  """ """
9588
9424
  ...
@@ -9639,6 +9475,13 @@ class SEQUENCER_PT_gizmo_display(bpy_types._GenericUI):
9639
9475
  """ """
9640
9476
  ...
9641
9477
 
9478
+ def poll(self, context):
9479
+ """
9480
+
9481
+ :param context:
9482
+ """
9483
+ ...
9484
+
9642
9485
  def pop(self):
9643
9486
  """ """
9644
9487
  ...
@@ -9673,7 +9516,9 @@ class SEQUENCER_PT_gizmo_display(bpy_types._GenericUI):
9673
9516
  """ """
9674
9517
  ...
9675
9518
 
9676
- class SEQUENCER_PT_mask(bpy_types._GenericUI):
9519
+ class SEQUENCER_PT_effect_text_layout(
9520
+ bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
9521
+ ):
9677
9522
  """ """
9678
9523
 
9679
9524
  bl_category: typing.Any
@@ -9682,6 +9527,9 @@ class SEQUENCER_PT_mask(bpy_types._GenericUI):
9682
9527
  bl_label: typing.Any
9683
9528
  """ """
9684
9529
 
9530
+ bl_parent_id: typing.Any
9531
+ """ """
9532
+
9685
9533
  bl_region_type: typing.Any
9686
9534
  """ """
9687
9535
 
@@ -9836,7 +9684,9 @@ class SEQUENCER_PT_mask(bpy_types._GenericUI):
9836
9684
  """ """
9837
9685
  ...
9838
9686
 
9839
- class SEQUENCER_PT_modifiers(bpy_types._GenericUI):
9687
+ class SEQUENCER_PT_effect_text_style(
9688
+ bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
9689
+ ):
9840
9690
  """ """
9841
9691
 
9842
9692
  bl_category: typing.Any
@@ -9845,6 +9695,9 @@ class SEQUENCER_PT_modifiers(bpy_types._GenericUI):
9845
9695
  bl_label: typing.Any
9846
9696
  """ """
9847
9697
 
9698
+ bl_parent_id: typing.Any
9699
+ """ """
9700
+
9848
9701
  bl_region_type: typing.Any
9849
9702
  """ """
9850
9703
 
@@ -9999,7 +9852,10 @@ class SEQUENCER_PT_modifiers(bpy_types._GenericUI):
9999
9852
  """ """
10000
9853
  ...
10001
9854
 
10002
- class SEQUENCER_PT_overlay(bpy_types._GenericUI):
9855
+ class SEQUENCER_PT_mask(bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
9856
+ """ """
9857
+
9858
+ bl_category: typing.Any
10003
9859
  """ """
10004
9860
 
10005
9861
  bl_label: typing.Any
@@ -10014,9 +9870,6 @@ class SEQUENCER_PT_overlay(bpy_types._GenericUI):
10014
9870
  bl_space_type: typing.Any
10015
9871
  """ """
10016
9872
 
10017
- bl_ui_units_x: typing.Any
10018
- """ """
10019
-
10020
9873
  id_data: typing.Any
10021
9874
  """ """
10022
9875
 
@@ -10039,10 +9892,10 @@ class SEQUENCER_PT_overlay(bpy_types._GenericUI):
10039
9892
  """ """
10040
9893
  ...
10041
9894
 
10042
- def draw(self, _context):
9895
+ def draw(self, context):
10043
9896
  """
10044
9897
 
10045
- :param _context:
9898
+ :param context:
10046
9899
  """
10047
9900
  ...
10048
9901
 
@@ -10058,6 +9911,13 @@ class SEQUENCER_PT_overlay(bpy_types._GenericUI):
10058
9911
  """ """
10059
9912
  ...
10060
9913
 
9914
+ def has_sequencer(self, context):
9915
+ """
9916
+
9917
+ :param context:
9918
+ """
9919
+ ...
9920
+
10061
9921
  def id_properties_clear(self):
10062
9922
  """ """
10063
9923
  ...
@@ -10114,6 +9974,13 @@ class SEQUENCER_PT_overlay(bpy_types._GenericUI):
10114
9974
  """ """
10115
9975
  ...
10116
9976
 
9977
+ def poll(self, context):
9978
+ """
9979
+
9980
+ :param context:
9981
+ """
9982
+ ...
9983
+
10117
9984
  def pop(self):
10118
9985
  """ """
10119
9986
  ...
@@ -10148,7 +10015,9 @@ class SEQUENCER_PT_overlay(bpy_types._GenericUI):
10148
10015
  """ """
10149
10016
  ...
10150
10017
 
10151
- class SEQUENCER_PT_preview(bpy_types._GenericUI):
10018
+ class SEQUENCER_PT_modifiers(
10019
+ bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
10020
+ ):
10152
10021
  """ """
10153
10022
 
10154
10023
  bl_category: typing.Any
@@ -10157,9 +10026,6 @@ class SEQUENCER_PT_preview(bpy_types._GenericUI):
10157
10026
  bl_label: typing.Any
10158
10027
  """ """
10159
10028
 
10160
- bl_options: typing.Any
10161
- """ """
10162
-
10163
10029
  bl_region_type: typing.Any
10164
10030
  """ """
10165
10031
 
@@ -10210,7 +10076,7 @@ class SEQUENCER_PT_preview(bpy_types._GenericUI):
10210
10076
  """ """
10211
10077
  ...
10212
10078
 
10213
- def has_preview(self, context):
10079
+ def has_sequencer(self, context):
10214
10080
  """
10215
10081
 
10216
10082
  :param context:
@@ -10314,13 +10180,15 @@ class SEQUENCER_PT_preview(bpy_types._GenericUI):
10314
10180
  """ """
10315
10181
  ...
10316
10182
 
10317
- class SEQUENCER_PT_preview_overlay(bpy_types._GenericUI):
10183
+ class SEQUENCER_PT_proxy_settings(
10184
+ bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
10185
+ ):
10318
10186
  """ """
10319
10187
 
10320
- bl_label: typing.Any
10188
+ bl_category: typing.Any
10321
10189
  """ """
10322
10190
 
10323
- bl_parent_id: typing.Any
10191
+ bl_label: typing.Any
10324
10192
  """ """
10325
10193
 
10326
10194
  bl_region_type: typing.Any
@@ -10373,6 +10241,13 @@ class SEQUENCER_PT_preview_overlay(bpy_types._GenericUI):
10373
10241
  """ """
10374
10242
  ...
10375
10243
 
10244
+ def has_sequencer(self, context):
10245
+ """
10246
+
10247
+ :param context:
10248
+ """
10249
+ ...
10250
+
10376
10251
  def id_properties_clear(self):
10377
10252
  """ """
10378
10253
  ...
@@ -10470,7 +10345,7 @@ class SEQUENCER_PT_preview_overlay(bpy_types._GenericUI):
10470
10345
  """ """
10471
10346
  ...
10472
10347
 
10473
- class SEQUENCER_PT_proxy_settings(bpy_types._GenericUI):
10348
+ class SEQUENCER_PT_scene(bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
10474
10349
  """ """
10475
10350
 
10476
10351
  bl_category: typing.Any
@@ -10633,7 +10508,9 @@ class SEQUENCER_PT_proxy_settings(bpy_types._GenericUI):
10633
10508
  """ """
10634
10509
  ...
10635
10510
 
10636
- class SEQUENCER_PT_scene(bpy_types._GenericUI):
10511
+ class SEQUENCER_PT_scene_sound(
10512
+ bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
10513
+ ):
10637
10514
  """ """
10638
10515
 
10639
10516
  bl_category: typing.Any
@@ -10796,7 +10673,7 @@ class SEQUENCER_PT_scene(bpy_types._GenericUI):
10796
10673
  """ """
10797
10674
  ...
10798
10675
 
10799
- class SEQUENCER_PT_scene_sound(bpy_types._GenericUI):
10676
+ class SEQUENCER_PT_source(bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
10800
10677
  """ """
10801
10678
 
10802
10679
  bl_category: typing.Any
@@ -10805,6 +10682,9 @@ class SEQUENCER_PT_scene_sound(bpy_types._GenericUI):
10805
10682
  bl_label: typing.Any
10806
10683
  """ """
10807
10684
 
10685
+ bl_options: typing.Any
10686
+ """ """
10687
+
10808
10688
  bl_region_type: typing.Any
10809
10689
  """ """
10810
10690
 
@@ -10959,13 +10839,16 @@ class SEQUENCER_PT_scene_sound(bpy_types._GenericUI):
10959
10839
  """ """
10960
10840
  ...
10961
10841
 
10962
- class SEQUENCER_PT_sequencer_overlay(bpy_types._GenericUI):
10842
+ class SEQUENCER_PT_strip(bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
10843
+ """ """
10844
+
10845
+ bl_category: typing.Any
10963
10846
  """ """
10964
10847
 
10965
10848
  bl_label: typing.Any
10966
10849
  """ """
10967
10850
 
10968
- bl_parent_id: typing.Any
10851
+ bl_options: typing.Any
10969
10852
  """ """
10970
10853
 
10971
10854
  bl_region_type: typing.Any
@@ -11018,6 +10901,13 @@ class SEQUENCER_PT_sequencer_overlay(bpy_types._GenericUI):
11018
10901
  """ """
11019
10902
  ...
11020
10903
 
10904
+ def has_sequencer(self, context):
10905
+ """
10906
+
10907
+ :param context:
10908
+ """
10909
+ ...
10910
+
11021
10911
  def id_properties_clear(self):
11022
10912
  """ """
11023
10913
  ...
@@ -11115,12 +11005,20 @@ class SEQUENCER_PT_sequencer_overlay(bpy_types._GenericUI):
11115
11005
  """ """
11116
11006
  ...
11117
11007
 
11118
- class SEQUENCER_PT_snapping(bpy_types._GenericUI):
11008
+ class SEQUENCER_PT_strip_cache(
11009
+ bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
11010
+ ):
11011
+ """ """
11012
+
11013
+ bl_category: typing.Any
11119
11014
  """ """
11120
11015
 
11121
11016
  bl_label: typing.Any
11122
11017
  """ """
11123
11018
 
11019
+ bl_options: typing.Any
11020
+ """ """
11021
+
11124
11022
  bl_region_type: typing.Any
11125
11023
  """ """
11126
11024
 
@@ -11159,6 +11057,13 @@ class SEQUENCER_PT_snapping(bpy_types._GenericUI):
11159
11057
  """
11160
11058
  ...
11161
11059
 
11060
+ def draw_header(self, context):
11061
+ """
11062
+
11063
+ :param context:
11064
+ """
11065
+ ...
11066
+
11162
11067
  def driver_add(self):
11163
11068
  """ """
11164
11069
  ...
@@ -11171,6 +11076,13 @@ class SEQUENCER_PT_snapping(bpy_types._GenericUI):
11171
11076
  """ """
11172
11077
  ...
11173
11078
 
11079
+ def has_sequencer(self, context):
11080
+ """
11081
+
11082
+ :param context:
11083
+ """
11084
+ ...
11085
+
11174
11086
  def id_properties_clear(self):
11175
11087
  """ """
11176
11088
  ...
@@ -11227,6 +11139,13 @@ class SEQUENCER_PT_snapping(bpy_types._GenericUI):
11227
11139
  """ """
11228
11140
  ...
11229
11141
 
11142
+ def poll(self, context):
11143
+ """
11144
+
11145
+ :param context:
11146
+ """
11147
+ ...
11148
+
11230
11149
  def pop(self):
11231
11150
  """ """
11232
11151
  ...
@@ -11261,7 +11180,9 @@ class SEQUENCER_PT_snapping(bpy_types._GenericUI):
11261
11180
  """ """
11262
11181
  ...
11263
11182
 
11264
- class SEQUENCER_PT_source(bpy_types._GenericUI):
11183
+ class SEQUENCER_PT_strip_proxy(
11184
+ bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
11185
+ ):
11265
11186
  """ """
11266
11187
 
11267
11188
  bl_category: typing.Any
@@ -11270,9 +11191,6 @@ class SEQUENCER_PT_source(bpy_types._GenericUI):
11270
11191
  bl_label: typing.Any
11271
11192
  """ """
11272
11193
 
11273
- bl_options: typing.Any
11274
- """ """
11275
-
11276
11194
  bl_region_type: typing.Any
11277
11195
  """ """
11278
11196
 
@@ -11311,6 +11229,13 @@ class SEQUENCER_PT_source(bpy_types._GenericUI):
11311
11229
  """
11312
11230
  ...
11313
11231
 
11232
+ def draw_header(self, context):
11233
+ """
11234
+
11235
+ :param context:
11236
+ """
11237
+ ...
11238
+
11314
11239
  def driver_add(self):
11315
11240
  """ """
11316
11241
  ...
@@ -11427,7 +11352,7 @@ class SEQUENCER_PT_source(bpy_types._GenericUI):
11427
11352
  """ """
11428
11353
  ...
11429
11354
 
11430
- class SEQUENCER_PT_strip(bpy_types._GenericUI):
11355
+ class SEQUENCER_PT_time(bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
11431
11356
  """ """
11432
11357
 
11433
11358
  bl_category: typing.Any
@@ -11477,6 +11402,13 @@ class SEQUENCER_PT_strip(bpy_types._GenericUI):
11477
11402
  """
11478
11403
  ...
11479
11404
 
11405
+ def draw_header_preset(self, context):
11406
+ """
11407
+
11408
+ :param context:
11409
+ """
11410
+ ...
11411
+
11480
11412
  def driver_add(self):
11481
11413
  """ """
11482
11414
  ...
@@ -11593,7 +11525,12 @@ class SEQUENCER_PT_strip(bpy_types._GenericUI):
11593
11525
  """ """
11594
11526
  ...
11595
11527
 
11596
- class SEQUENCER_PT_strip_cache(bpy_types._GenericUI):
11528
+ class SEQUENCER_PT_annotation(
11529
+ bpy_types.Panel,
11530
+ bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
11531
+ SequencerButtonsPanel_Output,
11532
+ bpy_types._GenericUI,
11533
+ ):
11597
11534
  """ """
11598
11535
 
11599
11536
  bl_category: typing.Any
@@ -11650,6 +11587,15 @@ class SEQUENCER_PT_strip_cache(bpy_types._GenericUI):
11650
11587
  """
11651
11588
  ...
11652
11589
 
11590
+ def draw_layers(self, context, layout, gpd):
11591
+ """
11592
+
11593
+ :param context:
11594
+ :param layout:
11595
+ :param gpd:
11596
+ """
11597
+ ...
11598
+
11653
11599
  def driver_add(self):
11654
11600
  """ """
11655
11601
  ...
@@ -11662,7 +11608,7 @@ class SEQUENCER_PT_strip_cache(bpy_types._GenericUI):
11662
11608
  """ """
11663
11609
  ...
11664
11610
 
11665
- def has_sequencer(self, context):
11611
+ def has_preview(self, context):
11666
11612
  """
11667
11613
 
11668
11614
  :param context:
@@ -11766,7 +11712,12 @@ class SEQUENCER_PT_strip_cache(bpy_types._GenericUI):
11766
11712
  """ """
11767
11713
  ...
11768
11714
 
11769
- class SEQUENCER_PT_strip_proxy(bpy_types._GenericUI):
11715
+ class SEQUENCER_PT_annotation_onion(
11716
+ bpy_types.Panel,
11717
+ bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
11718
+ SequencerButtonsPanel_Output,
11719
+ bpy_types._GenericUI,
11720
+ ):
11770
11721
  """ """
11771
11722
 
11772
11723
  bl_category: typing.Any
@@ -11775,6 +11726,12 @@ class SEQUENCER_PT_strip_proxy(bpy_types._GenericUI):
11775
11726
  bl_label: typing.Any
11776
11727
  """ """
11777
11728
 
11729
+ bl_options: typing.Any
11730
+ """ """
11731
+
11732
+ bl_parent_id: typing.Any
11733
+ """ """
11734
+
11778
11735
  bl_region_type: typing.Any
11779
11736
  """ """
11780
11737
 
@@ -11832,7 +11789,7 @@ class SEQUENCER_PT_strip_proxy(bpy_types._GenericUI):
11832
11789
  """ """
11833
11790
  ...
11834
11791
 
11835
- def has_sequencer(self, context):
11792
+ def has_preview(self, context):
11836
11793
  """
11837
11794
 
11838
11795
  :param context:
@@ -11936,7 +11893,9 @@ class SEQUENCER_PT_strip_proxy(bpy_types._GenericUI):
11936
11893
  """ """
11937
11894
  ...
11938
11895
 
11939
- class SEQUENCER_PT_time(bpy_types._GenericUI):
11896
+ class SEQUENCER_PT_frame_overlay(
11897
+ bpy_types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
11898
+ ):
11940
11899
  """ """
11941
11900
 
11942
11901
  bl_category: typing.Any
@@ -11986,7 +11945,7 @@ class SEQUENCER_PT_time(bpy_types._GenericUI):
11986
11945
  """
11987
11946
  ...
11988
11947
 
11989
- def draw_header_preset(self, context):
11948
+ def draw_header(self, context):
11990
11949
  """
11991
11950
 
11992
11951
  :param context:
@@ -12005,7 +11964,7 @@ class SEQUENCER_PT_time(bpy_types._GenericUI):
12005
11964
  """ """
12006
11965
  ...
12007
11966
 
12008
- def has_sequencer(self, context):
11967
+ def has_preview(self, context):
12009
11968
  """
12010
11969
 
12011
11970
  :param context:
@@ -12109,7 +12068,9 @@ class SEQUENCER_PT_time(bpy_types._GenericUI):
12109
12068
  """ """
12110
12069
  ...
12111
12070
 
12112
- class SEQUENCER_PT_view(bpy_types._GenericUI):
12071
+ class SEQUENCER_PT_preview(
12072
+ bpy_types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
12073
+ ):
12113
12074
  """ """
12114
12075
 
12115
12076
  bl_category: typing.Any
@@ -12118,6 +12079,9 @@ class SEQUENCER_PT_view(bpy_types._GenericUI):
12118
12079
  bl_label: typing.Any
12119
12080
  """ """
12120
12081
 
12082
+ bl_options: typing.Any
12083
+ """ """
12084
+
12121
12085
  bl_region_type: typing.Any
12122
12086
  """ """
12123
12087
 
@@ -12272,7 +12236,9 @@ class SEQUENCER_PT_view(bpy_types._GenericUI):
12272
12236
  """ """
12273
12237
  ...
12274
12238
 
12275
- class SEQUENCER_PT_view_cursor(bpy_types._GenericUI):
12239
+ class SEQUENCER_PT_view(
12240
+ bpy_types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
12241
+ ):
12276
12242
  """ """
12277
12243
 
12278
12244
  bl_category: typing.Any
@@ -12435,7 +12401,9 @@ class SEQUENCER_PT_view_cursor(bpy_types._GenericUI):
12435
12401
  """ """
12436
12402
  ...
12437
12403
 
12438
- class SEQUENCER_PT_view_safe_areas(bpy_types._GenericUI):
12404
+ class SEQUENCER_PT_view_cursor(
12405
+ bpy_types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
12406
+ ):
12439
12407
  """ """
12440
12408
 
12441
12409
  bl_category: typing.Any
@@ -12444,9 +12412,6 @@ class SEQUENCER_PT_view_safe_areas(bpy_types._GenericUI):
12444
12412
  bl_label: typing.Any
12445
12413
  """ """
12446
12414
 
12447
- bl_options: typing.Any
12448
- """ """
12449
-
12450
12415
  bl_region_type: typing.Any
12451
12416
  """ """
12452
12417
 
@@ -12485,13 +12450,6 @@ class SEQUENCER_PT_view_safe_areas(bpy_types._GenericUI):
12485
12450
  """
12486
12451
  ...
12487
12452
 
12488
- def draw_header(self, context):
12489
- """
12490
-
12491
- :param context:
12492
- """
12493
- ...
12494
-
12495
12453
  def driver_add(self):
12496
12454
  """ """
12497
12455
  ...
@@ -12608,7 +12566,9 @@ class SEQUENCER_PT_view_safe_areas(bpy_types._GenericUI):
12608
12566
  """ """
12609
12567
  ...
12610
12568
 
12611
- class SEQUENCER_PT_view_safe_areas_center_cut(bpy_types._GenericUI):
12569
+ class SEQUENCER_PT_view_safe_areas(
12570
+ bpy_types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
12571
+ ):
12612
12572
  """ """
12613
12573
 
12614
12574
  bl_category: typing.Any
@@ -12620,9 +12580,6 @@ class SEQUENCER_PT_view_safe_areas_center_cut(bpy_types._GenericUI):
12620
12580
  bl_options: typing.Any
12621
12581
  """ """
12622
12582
 
12623
- bl_parent_id: typing.Any
12624
- """ """
12625
-
12626
12583
  bl_region_type: typing.Any
12627
12584
  """ """
12628
12585
 
@@ -12784,37 +12741,79 @@ class SEQUENCER_PT_view_safe_areas_center_cut(bpy_types._GenericUI):
12784
12741
  """ """
12785
12742
  ...
12786
12743
 
12787
- class SequencerButtonsPanel:
12744
+ class SEQUENCER_PT_view_safe_areas_center_cut(
12745
+ bpy_types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
12746
+ ):
12747
+ """ """
12748
+
12749
+ bl_category: typing.Any
12750
+ """ """
12751
+
12752
+ bl_label: typing.Any
12753
+ """ """
12754
+
12755
+ bl_options: typing.Any
12756
+ """ """
12757
+
12758
+ bl_parent_id: typing.Any
12788
12759
  """ """
12789
12760
 
12790
12761
  bl_region_type: typing.Any
12791
12762
  """ """
12792
12763
 
12764
+ bl_rna: typing.Any
12765
+ """ """
12766
+
12793
12767
  bl_space_type: typing.Any
12794
12768
  """ """
12795
12769
 
12796
- def has_sequencer(self, context):
12770
+ id_data: typing.Any
12771
+ """ """
12772
+
12773
+ def append(self, draw_func):
12774
+ """
12775
+
12776
+ :param draw_func:
12777
+ """
12778
+ ...
12779
+
12780
+ def as_pointer(self):
12781
+ """ """
12782
+ ...
12783
+
12784
+ def bl_rna_get_subclass(self):
12785
+ """ """
12786
+ ...
12787
+
12788
+ def bl_rna_get_subclass_py(self):
12789
+ """ """
12790
+ ...
12791
+
12792
+ def draw(self, context):
12797
12793
  """
12798
12794
 
12799
12795
  :param context:
12800
12796
  """
12801
12797
  ...
12802
12798
 
12803
- def poll(self, context):
12799
+ def draw_header(self, context):
12804
12800
  """
12805
12801
 
12806
12802
  :param context:
12807
12803
  """
12808
12804
  ...
12809
12805
 
12810
- class SequencerButtonsPanel_Output:
12811
- """ """
12806
+ def driver_add(self):
12807
+ """ """
12808
+ ...
12812
12809
 
12813
- bl_region_type: typing.Any
12814
- """ """
12810
+ def driver_remove(self):
12811
+ """ """
12812
+ ...
12815
12813
 
12816
- bl_space_type: typing.Any
12817
- """ """
12814
+ def get(self):
12815
+ """ """
12816
+ ...
12818
12817
 
12819
12818
  def has_preview(self, context):
12820
12819
  """
@@ -12823,6 +12822,62 @@ class SequencerButtonsPanel_Output:
12823
12822
  """
12824
12823
  ...
12825
12824
 
12825
+ def id_properties_clear(self):
12826
+ """ """
12827
+ ...
12828
+
12829
+ def id_properties_ensure(self):
12830
+ """ """
12831
+ ...
12832
+
12833
+ def id_properties_ui(self):
12834
+ """ """
12835
+ ...
12836
+
12837
+ def is_extended(self):
12838
+ """ """
12839
+ ...
12840
+
12841
+ def is_property_hidden(self):
12842
+ """ """
12843
+ ...
12844
+
12845
+ def is_property_overridable_library(self):
12846
+ """ """
12847
+ ...
12848
+
12849
+ def is_property_readonly(self):
12850
+ """ """
12851
+ ...
12852
+
12853
+ def is_property_set(self):
12854
+ """ """
12855
+ ...
12856
+
12857
+ def items(self):
12858
+ """ """
12859
+ ...
12860
+
12861
+ def keyframe_delete(self):
12862
+ """ """
12863
+ ...
12864
+
12865
+ def keyframe_insert(self):
12866
+ """ """
12867
+ ...
12868
+
12869
+ def keys(self):
12870
+ """ """
12871
+ ...
12872
+
12873
+ def path_from_id(self):
12874
+ """ """
12875
+ ...
12876
+
12877
+ def path_resolve(self):
12878
+ """ """
12879
+ ...
12880
+
12826
12881
  def poll(self, context):
12827
12882
  """
12828
12883
 
@@ -12830,29 +12885,40 @@ class SequencerButtonsPanel_Output:
12830
12885
  """
12831
12886
  ...
12832
12887
 
12833
- class SequencerColorTagPicker:
12834
- """ """
12835
-
12836
- bl_region_type: typing.Any
12837
- """ """
12838
-
12839
- bl_space_type: typing.Any
12840
- """ """
12888
+ def pop(self):
12889
+ """ """
12890
+ ...
12841
12891
 
12842
- def has_sequencer(self, context):
12892
+ def prepend(self, draw_func):
12843
12893
  """
12844
12894
 
12845
- :param context:
12895
+ :param draw_func:
12846
12896
  """
12847
12897
  ...
12848
12898
 
12849
- def poll(self, context):
12899
+ def property_overridable_library_set(self):
12900
+ """ """
12901
+ ...
12902
+
12903
+ def property_unset(self):
12904
+ """ """
12905
+ ...
12906
+
12907
+ def remove(self, draw_func):
12850
12908
  """
12851
12909
 
12852
- :param context:
12910
+ :param draw_func:
12853
12911
  """
12854
12912
  ...
12855
12913
 
12914
+ def type_recast(self):
12915
+ """ """
12916
+ ...
12917
+
12918
+ def values(self):
12919
+ """ """
12920
+ ...
12921
+
12856
12922
  def draw_color_balance(layout, color_balance):
12857
12923
  """ """
12858
12924