fake-bpy-module 20240517__py3-none-any.whl → 20240518__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 (173) hide show
  1. _bpy_internal/freedesktop/__init__.pyi +17 -84
  2. addon_utils/__init__.pyi +5 -30
  3. animsys_refactor/__init__.pyi +5 -25
  4. aud/__init__.pyi +1 -4
  5. bgl/__init__.pyi +0 -1629
  6. bl_app_override/__init__.pyi +3 -14
  7. bl_app_override/helpers/__init__.pyi +2 -22
  8. bl_app_template_utils/__init__.pyi +3 -15
  9. bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
  10. bl_i18n_utils/merge_po/__init__.pyi +1 -4
  11. bl_i18n_utils/settings/__init__.pyi +2 -22
  12. bl_i18n_utils/utils/__init__.pyi +8 -65
  13. bl_i18n_utils/utils_cli/__init__.pyi +6 -29
  14. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
  15. bl_keymap_utils/io/__init__.pyi +8 -39
  16. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
  17. bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
  18. bl_keymap_utils/versioning/__init__.pyi +1 -4
  19. bl_operators/__init__.pyi +2 -9
  20. bl_operators/add_mesh_torus/__init__.pyi +2 -18
  21. bl_operators/anim/__init__.pyi +0 -70
  22. bl_operators/assets/__init__.pyi +0 -29
  23. bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
  24. bl_operators/clip/__init__.pyi +5 -114
  25. bl_operators/console/__init__.pyi +0 -37
  26. bl_operators/constraint/__init__.pyi +0 -36
  27. bl_operators/file/__init__.pyi +0 -27
  28. bl_operators/freestyle/__init__.pyi +0 -36
  29. bl_operators/geometry_nodes/__init__.pyi +13 -102
  30. bl_operators/image/__init__.pyi +0 -51
  31. bl_operators/mesh/__init__.pyi +0 -27
  32. bl_operators/node/__init__.pyi +0 -104
  33. bl_operators/object/__init__.pyi +0 -137
  34. bl_operators/object_align/__init__.pyi +3 -23
  35. bl_operators/object_quick_effects/__init__.pyi +2 -48
  36. bl_operators/object_randomize_transform/__init__.pyi +3 -13
  37. bl_operators/presets/__init__.pyi +2 -375
  38. bl_operators/rigidbody/__init__.pyi +0 -27
  39. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
  40. bl_operators/sequencer/__init__.pyi +1 -103
  41. bl_operators/spreadsheet/__init__.pyi +0 -9
  42. bl_operators/userpref/__init__.pyi +1 -200
  43. bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
  44. bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
  45. bl_operators/uvcalc_transform/__init__.pyi +11 -72
  46. bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
  47. bl_operators/view3d/__init__.pyi +0 -63
  48. bl_operators/wm/__init__.pyi +14 -450
  49. bl_operators/world/__init__.pyi +0 -9
  50. bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
  51. bl_rna_utils/data_path/__init__.pyi +0 -1
  52. bl_text_utils/external_editor/__init__.pyi +1 -4
  53. bl_ui/__init__.pyi +30 -140
  54. bl_ui/anim/__init__.pyi +1 -11
  55. bl_ui/asset_shelf/__init__.pyi +1 -15
  56. bl_ui/generic_ui_list/__init__.pyi +2 -30
  57. bl_ui/node_add_menu/__init__.pyi +4 -27
  58. bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
  59. bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
  60. bl_ui/node_add_menu_shader/__init__.pyi +18 -169
  61. bl_ui/node_add_menu_texture/__init__.pyi +9 -117
  62. bl_ui/properties_animviz/__init__.pyi +0 -14
  63. bl_ui/properties_collection/__init__.pyi +7 -111
  64. bl_ui/properties_constraint/__init__.pyi +79 -1523
  65. bl_ui/properties_data_armature/__init__.pyi +12 -213
  66. bl_ui/properties_data_bone/__init__.pyi +10 -197
  67. bl_ui/properties_data_camera/__init__.pyi +15 -311
  68. bl_ui/properties_data_curve/__init__.pyi +15 -318
  69. bl_ui/properties_data_curves/__init__.pyi +6 -107
  70. bl_ui/properties_data_empty/__init__.pyi +2 -43
  71. bl_ui/properties_data_gpencil/__init__.pyi +18 -349
  72. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
  73. bl_ui/properties_data_lattice/__init__.pyi +3 -64
  74. bl_ui/properties_data_light/__init__.pyi +12 -263
  75. bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
  76. bl_ui/properties_data_mesh/__init__.pyi +21 -324
  77. bl_ui/properties_data_metaball/__init__.pyi +5 -102
  78. bl_ui/properties_data_modifier/__init__.pyi +8 -177
  79. bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
  80. bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
  81. bl_ui/properties_data_speaker/__init__.pyi +5 -110
  82. bl_ui/properties_data_volume/__init__.pyi +8 -155
  83. bl_ui/properties_freestyle/__init__.pyi +29 -614
  84. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
  85. bl_ui/properties_mask_common/__init__.pyi +8 -110
  86. bl_ui/properties_material/__init__.pyi +18 -330
  87. bl_ui/properties_material_gpencil/__init__.pyi +10 -181
  88. bl_ui/properties_object/__init__.pyi +14 -275
  89. bl_ui/properties_output/__init__.pyi +18 -369
  90. bl_ui/properties_paint_common/__init__.pyi +12 -105
  91. bl_ui/properties_particle/__init__.pyi +56 -1158
  92. bl_ui/properties_physics_cloth/__init__.pyi +15 -313
  93. bl_ui/properties_physics_common/__init__.pyi +7 -57
  94. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
  95. bl_ui/properties_physics_field/__init__.pyi +11 -217
  96. bl_ui/properties_physics_fluid/__init__.pyi +28 -625
  97. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
  98. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
  99. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
  100. bl_ui/properties_physics_softbody/__init__.pyi +16 -352
  101. bl_ui/properties_render/__init__.pyi +54 -1145
  102. bl_ui/properties_scene/__init__.pyi +15 -297
  103. bl_ui/properties_texture/__init__.pyi +28 -576
  104. bl_ui/properties_view_layer/__init__.pyi +18 -345
  105. bl_ui/properties_workspace/__init__.pyi +4 -79
  106. bl_ui/properties_world/__init__.pyi +10 -219
  107. bl_ui/space_clip/__init__.pyi +71 -1089
  108. bl_ui/space_console/__init__.pyi +7 -72
  109. bl_ui/space_dopesheet/__init__.pyi +31 -484
  110. bl_ui/space_filebrowser/__init__.pyi +34 -430
  111. bl_ui/space_graph/__init__.pyi +20 -236
  112. bl_ui/space_image/__init__.pyi +68 -1088
  113. bl_ui/space_info/__init__.pyi +6 -70
  114. bl_ui/space_nla/__init__.pyi +17 -209
  115. bl_ui/space_node/__init__.pyi +30 -435
  116. bl_ui/space_outliner/__init__.pyi +15 -164
  117. bl_ui/space_properties/__init__.pyi +3 -41
  118. bl_ui/space_sequencer/__init__.pyi +77 -1141
  119. bl_ui/space_spreadsheet/__init__.pyi +1 -11
  120. bl_ui/space_statusbar/__init__.pyi +1 -11
  121. bl_ui/space_text/__init__.pyi +16 -192
  122. bl_ui/space_time/__init__.pyi +8 -110
  123. bl_ui/space_toolsystem_common/__init__.pyi +40 -199
  124. bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
  125. bl_ui/space_topbar/__init__.pyi +27 -334
  126. bl_ui/space_userpref/__init__.pyi +92 -1575
  127. bl_ui/space_view3d/__init__.pyi +269 -3437
  128. bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
  129. bl_ui/temp_anim_layers/__init__.pyi +2 -21
  130. bl_ui/utils/__init__.pyi +0 -7
  131. bl_ui_utils/bug_report_url/__init__.pyi +1 -4
  132. blend_render_info/__init__.pyi +2 -9
  133. bmesh/types/__init__.pyi +1 -18
  134. bpy/ops/wm/__init__.pyi +3 -0
  135. bpy/types/__init__.pyi +295 -4653
  136. bpy/utils/__init__.pyi +14 -70
  137. bpy_extras/anim_utils/__init__.pyi +0 -1
  138. bpy_extras/asset_utils/__init__.pyi +0 -10
  139. bpy_extras/bmesh_utils/__init__.pyi +1 -4
  140. bpy_extras/extensions/junction_module/__init__.pyi +1 -6
  141. bpy_extras/io_utils/__init__.pyi +4 -24
  142. bpy_extras/keyconfig_utils/__init__.pyi +2 -9
  143. bpy_extras/node_shader_utils/__init__.pyi +44 -285
  144. bpy_extras/node_utils/__init__.pyi +2 -9
  145. bpy_extras/object_utils/__init__.pyi +0 -2
  146. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
  147. bpy_restrict_state/__init__.pyi +1 -14
  148. bpy_types/__init__.pyi +8 -274
  149. console_python/__init__.pyi +6 -36
  150. console_shell/__init__.pyi +5 -24
  151. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
  152. fake_bpy_module-20240518.dist-info/RECORD +353 -0
  153. freestyle/chainingiterators/__init__.pyi +10 -40
  154. freestyle/functions/__init__.pyi +7 -33
  155. freestyle/predicates/__init__.pyi +44 -217
  156. freestyle/shaders/__init__.pyi +0 -10
  157. freestyle/utils/__init__.pyi +3 -15
  158. graphviz_export/__init__.pyi +2 -9
  159. idprop/types/__init__.pyi +6 -33
  160. imbuf/types/__init__.pyi +0 -2
  161. keyingsets_builtins/__init__.pyi +2 -156
  162. keyingsets_utils/__init__.pyi +14 -69
  163. mathutils/bvhtree/__init__.pyi +0 -2
  164. nodeitems_builtins/__init__.pyi +5 -30
  165. nodeitems_utils/__init__.pyi +8 -45
  166. rna_info/__init__.pyi +22 -200
  167. rna_keymap_ui/__init__.pyi +6 -29
  168. rna_prop_ui/__init__.pyi +9 -49
  169. rna_xml/__init__.pyi +6 -29
  170. sys_info/__init__.pyi +1 -4
  171. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  172. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
  173. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
@@ -8,16 +8,9 @@ import rna_prop_ui
8
8
  GenericType = typing.TypeVar("GenericType")
9
9
 
10
10
  class SEQUENCER_HT_header(bpy_types.Header, bpy_types._GenericUI):
11
- """ """
12
-
13
11
  bl_rna: typing.Any
14
- """ """
15
-
16
12
  bl_space_type: typing.Any
17
- """ """
18
-
19
13
  id_data: typing.Any
20
- """ """
21
14
 
22
15
  def append(self, draw_func):
23
16
  """Append a draw function to this menu,
@@ -102,10 +95,7 @@ class SEQUENCER_HT_header(bpy_types.Header, bpy_types._GenericUI):
102
95
  """
103
96
  ...
104
97
 
105
- def is_extended(self):
106
- """ """
107
- ...
108
-
98
+ def is_extended(self): ...
109
99
  def is_property_hidden(self) -> bool:
110
100
  """Check if a property is hidden.
111
101
 
@@ -234,19 +224,10 @@ class SEQUENCER_HT_header(bpy_types.Header, bpy_types._GenericUI):
234
224
  ...
235
225
 
236
226
  class SEQUENCER_HT_tool_header(bpy_types.Header, bpy_types._GenericUI):
237
- """ """
238
-
239
227
  bl_region_type: typing.Any
240
- """ """
241
-
242
228
  bl_rna: typing.Any
243
- """ """
244
-
245
229
  bl_space_type: typing.Any
246
- """ """
247
-
248
230
  id_data: typing.Any
249
- """ """
250
231
 
251
232
  def append(self, draw_func):
252
233
  """Append a draw function to this menu,
@@ -338,10 +319,7 @@ class SEQUENCER_HT_tool_header(bpy_types.Header, bpy_types._GenericUI):
338
319
  """
339
320
  ...
340
321
 
341
- def is_extended(self):
342
- """ """
343
- ...
344
-
322
+ def is_extended(self): ...
345
323
  def is_property_hidden(self) -> bool:
346
324
  """Check if a property is hidden.
347
325
 
@@ -470,22 +448,11 @@ class SEQUENCER_HT_tool_header(bpy_types.Header, bpy_types._GenericUI):
470
448
  ...
471
449
 
472
450
  class SEQUENCER_MT_add(bpy_types.Menu, bpy_types._GenericUI):
473
- """ """
474
-
475
451
  bl_label: typing.Any
476
- """ """
477
-
478
452
  bl_options: typing.Any
479
- """ """
480
-
481
453
  bl_rna: typing.Any
482
- """ """
483
-
484
454
  bl_translation_context: typing.Any
485
- """ """
486
-
487
455
  id_data: typing.Any
488
- """ """
489
456
 
490
457
  def append(self, draw_func):
491
458
  """Append a draw function to this menu,
@@ -590,10 +557,7 @@ class SEQUENCER_MT_add(bpy_types.Menu, bpy_types._GenericUI):
590
557
  """
591
558
  ...
592
559
 
593
- def is_extended(self):
594
- """ """
595
- ...
596
-
560
+ def is_extended(self): ...
597
561
  def is_property_hidden(self) -> bool:
598
562
  """Check if a property is hidden.
599
563
 
@@ -756,16 +720,9 @@ class SEQUENCER_MT_add(bpy_types.Menu, bpy_types._GenericUI):
756
720
  ...
757
721
 
758
722
  class SEQUENCER_MT_add_effect(bpy_types.Menu, bpy_types._GenericUI):
759
- """ """
760
-
761
723
  bl_label: typing.Any
762
- """ """
763
-
764
724
  bl_rna: typing.Any
765
- """ """
766
-
767
725
  id_data: typing.Any
768
- """ """
769
726
 
770
727
  def append(self, draw_func):
771
728
  """Append a draw function to this menu,
@@ -870,10 +827,7 @@ class SEQUENCER_MT_add_effect(bpy_types.Menu, bpy_types._GenericUI):
870
827
  """
871
828
  ...
872
829
 
873
- def is_extended(self):
874
- """ """
875
- ...
876
-
830
+ def is_extended(self): ...
877
831
  def is_property_hidden(self) -> bool:
878
832
  """Check if a property is hidden.
879
833
 
@@ -1036,16 +990,9 @@ class SEQUENCER_MT_add_effect(bpy_types.Menu, bpy_types._GenericUI):
1036
990
  ...
1037
991
 
1038
992
  class SEQUENCER_MT_add_empty(bpy_types.Menu, bpy_types._GenericUI):
1039
- """ """
1040
-
1041
993
  bl_label: typing.Any
1042
- """ """
1043
-
1044
994
  bl_rna: typing.Any
1045
- """ """
1046
-
1047
995
  id_data: typing.Any
1048
- """ """
1049
996
 
1050
997
  def append(self, draw_func):
1051
998
  """Append a draw function to this menu,
@@ -1150,10 +1097,7 @@ class SEQUENCER_MT_add_empty(bpy_types.Menu, bpy_types._GenericUI):
1150
1097
  """
1151
1098
  ...
1152
1099
 
1153
- def is_extended(self):
1154
- """ """
1155
- ...
1156
-
1100
+ def is_extended(self): ...
1157
1101
  def is_property_hidden(self) -> bool:
1158
1102
  """Check if a property is hidden.
1159
1103
 
@@ -1316,19 +1260,10 @@ class SEQUENCER_MT_add_empty(bpy_types.Menu, bpy_types._GenericUI):
1316
1260
  ...
1317
1261
 
1318
1262
  class SEQUENCER_MT_add_scene(bpy_types.Menu, bpy_types._GenericUI):
1319
- """ """
1320
-
1321
1263
  bl_label: typing.Any
1322
- """ """
1323
-
1324
1264
  bl_rna: typing.Any
1325
- """ """
1326
-
1327
1265
  bl_translation_context: typing.Any
1328
- """ """
1329
-
1330
1266
  id_data: typing.Any
1331
- """ """
1332
1267
 
1333
1268
  def append(self, draw_func):
1334
1269
  """Append a draw function to this menu,
@@ -1433,10 +1368,7 @@ class SEQUENCER_MT_add_scene(bpy_types.Menu, bpy_types._GenericUI):
1433
1368
  """
1434
1369
  ...
1435
1370
 
1436
- def is_extended(self):
1437
- """ """
1438
- ...
1439
-
1371
+ def is_extended(self): ...
1440
1372
  def is_property_hidden(self) -> bool:
1441
1373
  """Check if a property is hidden.
1442
1374
 
@@ -1599,16 +1531,9 @@ class SEQUENCER_MT_add_scene(bpy_types.Menu, bpy_types._GenericUI):
1599
1531
  ...
1600
1532
 
1601
1533
  class SEQUENCER_MT_add_transitions(bpy_types.Menu, bpy_types._GenericUI):
1602
- """ """
1603
-
1604
1534
  bl_label: typing.Any
1605
- """ """
1606
-
1607
1535
  bl_rna: typing.Any
1608
- """ """
1609
-
1610
1536
  id_data: typing.Any
1611
- """ """
1612
1537
 
1613
1538
  def append(self, draw_func):
1614
1539
  """Append a draw function to this menu,
@@ -1713,10 +1638,7 @@ class SEQUENCER_MT_add_transitions(bpy_types.Menu, bpy_types._GenericUI):
1713
1638
  """
1714
1639
  ...
1715
1640
 
1716
- def is_extended(self):
1717
- """ """
1718
- ...
1719
-
1641
+ def is_extended(self): ...
1720
1642
  def is_property_hidden(self) -> bool:
1721
1643
  """Check if a property is hidden.
1722
1644
 
@@ -1879,16 +1801,9 @@ class SEQUENCER_MT_add_transitions(bpy_types.Menu, bpy_types._GenericUI):
1879
1801
  ...
1880
1802
 
1881
1803
  class SEQUENCER_MT_change(bpy_types.Menu, bpy_types._GenericUI):
1882
- """ """
1883
-
1884
1804
  bl_label: typing.Any
1885
- """ """
1886
-
1887
1805
  bl_rna: typing.Any
1888
- """ """
1889
-
1890
1806
  id_data: typing.Any
1891
- """ """
1892
1807
 
1893
1808
  def append(self, draw_func):
1894
1809
  """Append a draw function to this menu,
@@ -1993,10 +1908,7 @@ class SEQUENCER_MT_change(bpy_types.Menu, bpy_types._GenericUI):
1993
1908
  """
1994
1909
  ...
1995
1910
 
1996
- def is_extended(self):
1997
- """ """
1998
- ...
1999
-
1911
+ def is_extended(self): ...
2000
1912
  def is_property_hidden(self) -> bool:
2001
1913
  """Check if a property is hidden.
2002
1914
 
@@ -2159,13 +2071,8 @@ class SEQUENCER_MT_change(bpy_types.Menu, bpy_types._GenericUI):
2159
2071
  ...
2160
2072
 
2161
2073
  class SequencerColorTagPicker:
2162
- """ """
2163
-
2164
2074
  bl_region_type: typing.Any
2165
- """ """
2166
-
2167
2075
  bl_space_type: typing.Any
2168
- """ """
2169
2076
 
2170
2077
  def has_sequencer(self, context):
2171
2078
  """
@@ -2182,16 +2089,9 @@ class SequencerColorTagPicker:
2182
2089
  ...
2183
2090
 
2184
2091
  class SEQUENCER_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2185
- """ """
2186
-
2187
2092
  bl_label: typing.Any
2188
- """ """
2189
-
2190
2093
  bl_rna: typing.Any
2191
- """ """
2192
-
2193
2094
  id_data: typing.Any
2194
- """ """
2195
2095
 
2196
2096
  def append(self, draw_func):
2197
2097
  """Append a draw function to this menu,
@@ -2310,10 +2210,7 @@ class SEQUENCER_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2310
2210
  """
2311
2211
  ...
2312
2212
 
2313
- def is_extended(self):
2314
- """ """
2315
- ...
2316
-
2213
+ def is_extended(self): ...
2317
2214
  def is_property_hidden(self) -> bool:
2318
2215
  """Check if a property is hidden.
2319
2216
 
@@ -2476,19 +2373,10 @@ class SEQUENCER_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2476
2373
  ...
2477
2374
 
2478
2375
  class SEQUENCER_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
2479
- """ """
2480
-
2481
2376
  bl_idname: typing.Any
2482
- """ """
2483
-
2484
2377
  bl_label: typing.Any
2485
- """ """
2486
-
2487
2378
  bl_rna: typing.Any
2488
- """ """
2489
-
2490
2379
  id_data: typing.Any
2491
- """ """
2492
2380
 
2493
2381
  def append(self, draw_func):
2494
2382
  """Append a draw function to this menu,
@@ -2593,10 +2481,7 @@ class SEQUENCER_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
2593
2481
  """
2594
2482
  ...
2595
2483
 
2596
- def is_extended(self):
2597
- """ """
2598
- ...
2599
-
2484
+ def is_extended(self): ...
2600
2485
  def is_property_hidden(self) -> bool:
2601
2486
  """Check if a property is hidden.
2602
2487
 
@@ -2759,16 +2644,9 @@ class SEQUENCER_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
2759
2644
  ...
2760
2645
 
2761
2646
  class SEQUENCER_MT_image(bpy_types.Menu, bpy_types._GenericUI):
2762
- """ """
2763
-
2764
2647
  bl_label: typing.Any
2765
- """ """
2766
-
2767
2648
  bl_rna: typing.Any
2768
- """ """
2769
-
2770
2649
  id_data: typing.Any
2771
- """ """
2772
2650
 
2773
2651
  def append(self, draw_func):
2774
2652
  """Append a draw function to this menu,
@@ -2873,10 +2751,7 @@ class SEQUENCER_MT_image(bpy_types.Menu, bpy_types._GenericUI):
2873
2751
  """
2874
2752
  ...
2875
2753
 
2876
- def is_extended(self):
2877
- """ """
2878
- ...
2879
-
2754
+ def is_extended(self): ...
2880
2755
  def is_property_hidden(self) -> bool:
2881
2756
  """Check if a property is hidden.
2882
2757
 
@@ -3039,16 +2914,9 @@ class SEQUENCER_MT_image(bpy_types.Menu, bpy_types._GenericUI):
3039
2914
  ...
3040
2915
 
3041
2916
  class SEQUENCER_MT_image_apply(bpy_types.Menu, bpy_types._GenericUI):
3042
- """ """
3043
-
3044
2917
  bl_label: typing.Any
3045
- """ """
3046
-
3047
2918
  bl_rna: typing.Any
3048
- """ """
3049
-
3050
2919
  id_data: typing.Any
3051
- """ """
3052
2920
 
3053
2921
  def append(self, draw_func):
3054
2922
  """Append a draw function to this menu,
@@ -3153,10 +3021,7 @@ class SEQUENCER_MT_image_apply(bpy_types.Menu, bpy_types._GenericUI):
3153
3021
  """
3154
3022
  ...
3155
3023
 
3156
- def is_extended(self):
3157
- """ """
3158
- ...
3159
-
3024
+ def is_extended(self): ...
3160
3025
  def is_property_hidden(self) -> bool:
3161
3026
  """Check if a property is hidden.
3162
3027
 
@@ -3319,16 +3184,9 @@ class SEQUENCER_MT_image_apply(bpy_types.Menu, bpy_types._GenericUI):
3319
3184
  ...
3320
3185
 
3321
3186
  class SEQUENCER_MT_image_clear(bpy_types.Menu, bpy_types._GenericUI):
3322
- """ """
3323
-
3324
3187
  bl_label: typing.Any
3325
- """ """
3326
-
3327
3188
  bl_rna: typing.Any
3328
- """ """
3329
-
3330
3189
  id_data: typing.Any
3331
- """ """
3332
3190
 
3333
3191
  def append(self, draw_func):
3334
3192
  """Append a draw function to this menu,
@@ -3433,10 +3291,7 @@ class SEQUENCER_MT_image_clear(bpy_types.Menu, bpy_types._GenericUI):
3433
3291
  """
3434
3292
  ...
3435
3293
 
3436
- def is_extended(self):
3437
- """ """
3438
- ...
3439
-
3294
+ def is_extended(self): ...
3440
3295
  def is_property_hidden(self) -> bool:
3441
3296
  """Check if a property is hidden.
3442
3297
 
@@ -3599,16 +3454,9 @@ class SEQUENCER_MT_image_clear(bpy_types.Menu, bpy_types._GenericUI):
3599
3454
  ...
3600
3455
 
3601
3456
  class SEQUENCER_MT_image_transform(bpy_types.Menu, bpy_types._GenericUI):
3602
- """ """
3603
-
3604
3457
  bl_label: typing.Any
3605
- """ """
3606
-
3607
3458
  bl_rna: typing.Any
3608
- """ """
3609
-
3610
3459
  id_data: typing.Any
3611
- """ """
3612
3460
 
3613
3461
  def append(self, draw_func):
3614
3462
  """Append a draw function to this menu,
@@ -3713,10 +3561,7 @@ class SEQUENCER_MT_image_transform(bpy_types.Menu, bpy_types._GenericUI):
3713
3561
  """
3714
3562
  ...
3715
3563
 
3716
- def is_extended(self):
3717
- """ """
3718
- ...
3719
-
3564
+ def is_extended(self): ...
3720
3565
  def is_property_hidden(self) -> bool:
3721
3566
  """Check if a property is hidden.
3722
3567
 
@@ -3879,16 +3724,9 @@ class SEQUENCER_MT_image_transform(bpy_types.Menu, bpy_types._GenericUI):
3879
3724
  ...
3880
3725
 
3881
3726
  class SEQUENCER_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
3882
- """ """
3883
-
3884
3727
  bl_label: typing.Any
3885
- """ """
3886
-
3887
3728
  bl_rna: typing.Any
3888
- """ """
3889
-
3890
3729
  id_data: typing.Any
3891
- """ """
3892
3730
 
3893
3731
  def append(self, draw_func):
3894
3732
  """Append a draw function to this menu,
@@ -3993,10 +3831,7 @@ class SEQUENCER_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
3993
3831
  """
3994
3832
  ...
3995
3833
 
3996
- def is_extended(self):
3997
- """ """
3998
- ...
3999
-
3834
+ def is_extended(self): ...
4000
3835
  def is_property_hidden(self) -> bool:
4001
3836
  """Check if a property is hidden.
4002
3837
 
@@ -4159,16 +3994,9 @@ class SEQUENCER_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
4159
3994
  ...
4160
3995
 
4161
3996
  class SEQUENCER_MT_navigation(bpy_types.Menu, bpy_types._GenericUI):
4162
- """ """
4163
-
4164
3997
  bl_label: typing.Any
4165
- """ """
4166
-
4167
3998
  bl_rna: typing.Any
4168
- """ """
4169
-
4170
3999
  id_data: typing.Any
4171
- """ """
4172
4000
 
4173
4001
  def append(self, draw_func):
4174
4002
  """Append a draw function to this menu,
@@ -4273,10 +4101,7 @@ class SEQUENCER_MT_navigation(bpy_types.Menu, bpy_types._GenericUI):
4273
4101
  """
4274
4102
  ...
4275
4103
 
4276
- def is_extended(self):
4277
- """ """
4278
- ...
4279
-
4104
+ def is_extended(self): ...
4280
4105
  def is_property_hidden(self) -> bool:
4281
4106
  """Check if a property is hidden.
4282
4107
 
@@ -4439,16 +4264,9 @@ class SEQUENCER_MT_navigation(bpy_types.Menu, bpy_types._GenericUI):
4439
4264
  ...
4440
4265
 
4441
4266
  class SEQUENCER_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
4442
- """ """
4443
-
4444
4267
  bl_label: typing.Any
4445
- """ """
4446
-
4447
4268
  bl_rna: typing.Any
4448
- """ """
4449
-
4450
4269
  id_data: typing.Any
4451
- """ """
4452
4270
 
4453
4271
  def append(self, draw_func):
4454
4272
  """Append a draw function to this menu,
@@ -4553,10 +4371,7 @@ class SEQUENCER_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
4553
4371
  """
4554
4372
  ...
4555
4373
 
4556
- def is_extended(self):
4557
- """ """
4558
- ...
4559
-
4374
+ def is_extended(self): ...
4560
4375
  def is_property_hidden(self) -> bool:
4561
4376
  """Check if a property is hidden.
4562
4377
 
@@ -4719,16 +4534,9 @@ class SEQUENCER_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
4719
4534
  ...
4720
4535
 
4721
4536
  class SEQUENCER_MT_preview_context_menu(bpy_types.Menu, bpy_types._GenericUI):
4722
- """ """
4723
-
4724
4537
  bl_label: typing.Any
4725
- """ """
4726
-
4727
4538
  bl_rna: typing.Any
4728
- """ """
4729
-
4730
4539
  id_data: typing.Any
4731
- """ """
4732
4540
 
4733
4541
  def append(self, draw_func):
4734
4542
  """Append a draw function to this menu,
@@ -4833,10 +4641,7 @@ class SEQUENCER_MT_preview_context_menu(bpy_types.Menu, bpy_types._GenericUI):
4833
4641
  """
4834
4642
  ...
4835
4643
 
4836
- def is_extended(self):
4837
- """ """
4838
- ...
4839
-
4644
+ def is_extended(self): ...
4840
4645
  def is_property_hidden(self) -> bool:
4841
4646
  """Check if a property is hidden.
4842
4647
 
@@ -4999,16 +4804,9 @@ class SEQUENCER_MT_preview_context_menu(bpy_types.Menu, bpy_types._GenericUI):
4999
4804
  ...
5000
4805
 
5001
4806
  class SEQUENCER_MT_preview_view_pie(bpy_types.Menu, bpy_types._GenericUI):
5002
- """ """
5003
-
5004
4807
  bl_label: typing.Any
5005
- """ """
5006
-
5007
4808
  bl_rna: typing.Any
5008
- """ """
5009
-
5010
4809
  id_data: typing.Any
5011
- """ """
5012
4810
 
5013
4811
  def append(self, draw_func):
5014
4812
  """Append a draw function to this menu,
@@ -5113,10 +4911,7 @@ class SEQUENCER_MT_preview_view_pie(bpy_types.Menu, bpy_types._GenericUI):
5113
4911
  """
5114
4912
  ...
5115
4913
 
5116
- def is_extended(self):
5117
- """ """
5118
- ...
5119
-
4914
+ def is_extended(self): ...
5120
4915
  def is_property_hidden(self) -> bool:
5121
4916
  """Check if a property is hidden.
5122
4917
 
@@ -5279,16 +5074,9 @@ class SEQUENCER_MT_preview_view_pie(bpy_types.Menu, bpy_types._GenericUI):
5279
5074
  ...
5280
5075
 
5281
5076
  class SEQUENCER_MT_preview_zoom(bpy_types.Menu, bpy_types._GenericUI):
5282
- """ """
5283
-
5284
5077
  bl_label: typing.Any
5285
- """ """
5286
-
5287
5078
  bl_rna: typing.Any
5288
- """ """
5289
-
5290
5079
  id_data: typing.Any
5291
- """ """
5292
5080
 
5293
5081
  def append(self, draw_func):
5294
5082
  """Append a draw function to this menu,
@@ -5393,10 +5181,7 @@ class SEQUENCER_MT_preview_zoom(bpy_types.Menu, bpy_types._GenericUI):
5393
5181
  """
5394
5182
  ...
5395
5183
 
5396
- def is_extended(self):
5397
- """ """
5398
- ...
5399
-
5184
+ def is_extended(self): ...
5400
5185
  def is_property_hidden(self) -> bool:
5401
5186
  """Check if a property is hidden.
5402
5187
 
@@ -5559,16 +5344,9 @@ class SEQUENCER_MT_preview_zoom(bpy_types.Menu, bpy_types._GenericUI):
5559
5344
  ...
5560
5345
 
5561
5346
  class SEQUENCER_MT_proxy(bpy_types.Menu, bpy_types._GenericUI):
5562
- """ """
5563
-
5564
5347
  bl_label: typing.Any
5565
- """ """
5566
-
5567
5348
  bl_rna: typing.Any
5568
- """ """
5569
-
5570
5349
  id_data: typing.Any
5571
- """ """
5572
5350
 
5573
5351
  def append(self, draw_func):
5574
5352
  """Append a draw function to this menu,
@@ -5673,10 +5451,7 @@ class SEQUENCER_MT_proxy(bpy_types.Menu, bpy_types._GenericUI):
5673
5451
  """
5674
5452
  ...
5675
5453
 
5676
- def is_extended(self):
5677
- """ """
5678
- ...
5679
-
5454
+ def is_extended(self): ...
5680
5455
  def is_property_hidden(self) -> bool:
5681
5456
  """Check if a property is hidden.
5682
5457
 
@@ -5839,16 +5614,9 @@ class SEQUENCER_MT_proxy(bpy_types.Menu, bpy_types._GenericUI):
5839
5614
  ...
5840
5615
 
5841
5616
  class SEQUENCER_MT_range(bpy_types.Menu, bpy_types._GenericUI):
5842
- """ """
5843
-
5844
5617
  bl_label: typing.Any
5845
- """ """
5846
-
5847
5618
  bl_rna: typing.Any
5848
- """ """
5849
-
5850
5619
  id_data: typing.Any
5851
- """ """
5852
5620
 
5853
5621
  def append(self, draw_func):
5854
5622
  """Append a draw function to this menu,
@@ -5953,10 +5721,7 @@ class SEQUENCER_MT_range(bpy_types.Menu, bpy_types._GenericUI):
5953
5721
  """
5954
5722
  ...
5955
5723
 
5956
- def is_extended(self):
5957
- """ """
5958
- ...
5959
-
5724
+ def is_extended(self): ...
5960
5725
  def is_property_hidden(self) -> bool:
5961
5726
  """Check if a property is hidden.
5962
5727
 
@@ -6119,19 +5884,10 @@ class SEQUENCER_MT_range(bpy_types.Menu, bpy_types._GenericUI):
6119
5884
  ...
6120
5885
 
6121
5886
  class SEQUENCER_MT_retiming(bpy_types.Menu, bpy_types._GenericUI):
6122
- """ """
6123
-
6124
5887
  bl_label: typing.Any
6125
- """ """
6126
-
6127
5888
  bl_rna: typing.Any
6128
- """ """
6129
-
6130
5889
  bl_translation_context: typing.Any
6131
- """ """
6132
-
6133
5890
  id_data: typing.Any
6134
- """ """
6135
5891
 
6136
5892
  def append(self, draw_func):
6137
5893
  """Append a draw function to this menu,
@@ -6236,10 +5992,7 @@ class SEQUENCER_MT_retiming(bpy_types.Menu, bpy_types._GenericUI):
6236
5992
  """
6237
5993
  ...
6238
5994
 
6239
- def is_extended(self):
6240
- """ """
6241
- ...
6242
-
5995
+ def is_extended(self): ...
6243
5996
  def is_property_hidden(self) -> bool:
6244
5997
  """Check if a property is hidden.
6245
5998
 
@@ -6402,16 +6155,9 @@ class SEQUENCER_MT_retiming(bpy_types.Menu, bpy_types._GenericUI):
6402
6155
  ...
6403
6156
 
6404
6157
  class SEQUENCER_MT_select(bpy_types.Menu, bpy_types._GenericUI):
6405
- """ """
6406
-
6407
6158
  bl_label: typing.Any
6408
- """ """
6409
-
6410
6159
  bl_rna: typing.Any
6411
- """ """
6412
-
6413
6160
  id_data: typing.Any
6414
- """ """
6415
6161
 
6416
6162
  def append(self, draw_func):
6417
6163
  """Append a draw function to this menu,
@@ -6516,10 +6262,7 @@ class SEQUENCER_MT_select(bpy_types.Menu, bpy_types._GenericUI):
6516
6262
  """
6517
6263
  ...
6518
6264
 
6519
- def is_extended(self):
6520
- """ """
6521
- ...
6522
-
6265
+ def is_extended(self): ...
6523
6266
  def is_property_hidden(self) -> bool:
6524
6267
  """Check if a property is hidden.
6525
6268
 
@@ -6682,16 +6425,9 @@ class SEQUENCER_MT_select(bpy_types.Menu, bpy_types._GenericUI):
6682
6425
  ...
6683
6426
 
6684
6427
  class SEQUENCER_MT_select_channel(bpy_types.Menu, bpy_types._GenericUI):
6685
- """ """
6686
-
6687
6428
  bl_label: typing.Any
6688
- """ """
6689
-
6690
6429
  bl_rna: typing.Any
6691
- """ """
6692
-
6693
6430
  id_data: typing.Any
6694
- """ """
6695
6431
 
6696
6432
  def append(self, draw_func):
6697
6433
  """Append a draw function to this menu,
@@ -6796,10 +6532,7 @@ class SEQUENCER_MT_select_channel(bpy_types.Menu, bpy_types._GenericUI):
6796
6532
  """
6797
6533
  ...
6798
6534
 
6799
- def is_extended(self):
6800
- """ """
6801
- ...
6802
-
6535
+ def is_extended(self): ...
6803
6536
  def is_property_hidden(self) -> bool:
6804
6537
  """Check if a property is hidden.
6805
6538
 
@@ -6962,16 +6695,9 @@ class SEQUENCER_MT_select_channel(bpy_types.Menu, bpy_types._GenericUI):
6962
6695
  ...
6963
6696
 
6964
6697
  class SEQUENCER_MT_select_handle(bpy_types.Menu, bpy_types._GenericUI):
6965
- """ """
6966
-
6967
6698
  bl_label: typing.Any
6968
- """ """
6969
-
6970
6699
  bl_rna: typing.Any
6971
- """ """
6972
-
6973
6700
  id_data: typing.Any
6974
- """ """
6975
6701
 
6976
6702
  def append(self, draw_func):
6977
6703
  """Append a draw function to this menu,
@@ -7076,10 +6802,7 @@ class SEQUENCER_MT_select_handle(bpy_types.Menu, bpy_types._GenericUI):
7076
6802
  """
7077
6803
  ...
7078
6804
 
7079
- def is_extended(self):
7080
- """ """
7081
- ...
7082
-
6805
+ def is_extended(self): ...
7083
6806
  def is_property_hidden(self) -> bool:
7084
6807
  """Check if a property is hidden.
7085
6808
 
@@ -7242,16 +6965,9 @@ class SEQUENCER_MT_select_handle(bpy_types.Menu, bpy_types._GenericUI):
7242
6965
  ...
7243
6966
 
7244
6967
  class SEQUENCER_MT_strip(bpy_types.Menu, bpy_types._GenericUI):
7245
- """ """
7246
-
7247
6968
  bl_label: typing.Any
7248
- """ """
7249
-
7250
6969
  bl_rna: typing.Any
7251
- """ """
7252
-
7253
6970
  id_data: typing.Any
7254
- """ """
7255
6971
 
7256
6972
  def append(self, draw_func):
7257
6973
  """Append a draw function to this menu,
@@ -7356,10 +7072,7 @@ class SEQUENCER_MT_strip(bpy_types.Menu, bpy_types._GenericUI):
7356
7072
  """
7357
7073
  ...
7358
7074
 
7359
- def is_extended(self):
7360
- """ """
7361
- ...
7362
-
7075
+ def is_extended(self): ...
7363
7076
  def is_property_hidden(self) -> bool:
7364
7077
  """Check if a property is hidden.
7365
7078
 
@@ -7522,16 +7235,9 @@ class SEQUENCER_MT_strip(bpy_types.Menu, bpy_types._GenericUI):
7522
7235
  ...
7523
7236
 
7524
7237
  class SEQUENCER_MT_strip_effect(bpy_types.Menu, bpy_types._GenericUI):
7525
- """ """
7526
-
7527
7238
  bl_label: typing.Any
7528
- """ """
7529
-
7530
7239
  bl_rna: typing.Any
7531
- """ """
7532
-
7533
7240
  id_data: typing.Any
7534
- """ """
7535
7241
 
7536
7242
  def append(self, draw_func):
7537
7243
  """Append a draw function to this menu,
@@ -7636,10 +7342,7 @@ class SEQUENCER_MT_strip_effect(bpy_types.Menu, bpy_types._GenericUI):
7636
7342
  """
7637
7343
  ...
7638
7344
 
7639
- def is_extended(self):
7640
- """ """
7641
- ...
7642
-
7345
+ def is_extended(self): ...
7643
7346
  def is_property_hidden(self) -> bool:
7644
7347
  """Check if a property is hidden.
7645
7348
 
@@ -7802,16 +7505,9 @@ class SEQUENCER_MT_strip_effect(bpy_types.Menu, bpy_types._GenericUI):
7802
7505
  ...
7803
7506
 
7804
7507
  class SEQUENCER_MT_strip_input(bpy_types.Menu, bpy_types._GenericUI):
7805
- """ """
7806
-
7807
7508
  bl_label: typing.Any
7808
- """ """
7809
-
7810
7509
  bl_rna: typing.Any
7811
- """ """
7812
-
7813
7510
  id_data: typing.Any
7814
- """ """
7815
7511
 
7816
7512
  def append(self, draw_func):
7817
7513
  """Append a draw function to this menu,
@@ -7916,10 +7612,7 @@ class SEQUENCER_MT_strip_input(bpy_types.Menu, bpy_types._GenericUI):
7916
7612
  """
7917
7613
  ...
7918
7614
 
7919
- def is_extended(self):
7920
- """ """
7921
- ...
7922
-
7615
+ def is_extended(self): ...
7923
7616
  def is_property_hidden(self) -> bool:
7924
7617
  """Check if a property is hidden.
7925
7618
 
@@ -8082,16 +7775,9 @@ class SEQUENCER_MT_strip_input(bpy_types.Menu, bpy_types._GenericUI):
8082
7775
  ...
8083
7776
 
8084
7777
  class SEQUENCER_MT_strip_lock_mute(bpy_types.Menu, bpy_types._GenericUI):
8085
- """ """
8086
-
8087
7778
  bl_label: typing.Any
8088
- """ """
8089
-
8090
7779
  bl_rna: typing.Any
8091
- """ """
8092
-
8093
7780
  id_data: typing.Any
8094
- """ """
8095
7781
 
8096
7782
  def append(self, draw_func):
8097
7783
  """Append a draw function to this menu,
@@ -8196,10 +7882,7 @@ class SEQUENCER_MT_strip_lock_mute(bpy_types.Menu, bpy_types._GenericUI):
8196
7882
  """
8197
7883
  ...
8198
7884
 
8199
- def is_extended(self):
8200
- """ """
8201
- ...
8202
-
7885
+ def is_extended(self): ...
8203
7886
  def is_property_hidden(self) -> bool:
8204
7887
  """Check if a property is hidden.
8205
7888
 
@@ -8362,16 +8045,9 @@ class SEQUENCER_MT_strip_lock_mute(bpy_types.Menu, bpy_types._GenericUI):
8362
8045
  ...
8363
8046
 
8364
8047
  class SEQUENCER_MT_strip_movie(bpy_types.Menu, bpy_types._GenericUI):
8365
- """ """
8366
-
8367
8048
  bl_label: typing.Any
8368
- """ """
8369
-
8370
8049
  bl_rna: typing.Any
8371
- """ """
8372
-
8373
8050
  id_data: typing.Any
8374
- """ """
8375
8051
 
8376
8052
  def append(self, draw_func):
8377
8053
  """Append a draw function to this menu,
@@ -8476,10 +8152,7 @@ class SEQUENCER_MT_strip_movie(bpy_types.Menu, bpy_types._GenericUI):
8476
8152
  """
8477
8153
  ...
8478
8154
 
8479
- def is_extended(self):
8480
- """ """
8481
- ...
8482
-
8155
+ def is_extended(self): ...
8483
8156
  def is_property_hidden(self) -> bool:
8484
8157
  """Check if a property is hidden.
8485
8158
 
@@ -8642,16 +8315,9 @@ class SEQUENCER_MT_strip_movie(bpy_types.Menu, bpy_types._GenericUI):
8642
8315
  ...
8643
8316
 
8644
8317
  class SEQUENCER_MT_strip_retiming(bpy_types.Menu, bpy_types._GenericUI):
8645
- """ """
8646
-
8647
8318
  bl_label: typing.Any
8648
- """ """
8649
-
8650
8319
  bl_rna: typing.Any
8651
- """ """
8652
-
8653
8320
  id_data: typing.Any
8654
- """ """
8655
8321
 
8656
8322
  def append(self, draw_func):
8657
8323
  """Append a draw function to this menu,
@@ -8756,10 +8422,7 @@ class SEQUENCER_MT_strip_retiming(bpy_types.Menu, bpy_types._GenericUI):
8756
8422
  """
8757
8423
  ...
8758
8424
 
8759
- def is_extended(self):
8760
- """ """
8761
- ...
8762
-
8425
+ def is_extended(self): ...
8763
8426
  def is_property_hidden(self) -> bool:
8764
8427
  """Check if a property is hidden.
8765
8428
 
@@ -8922,16 +8585,9 @@ class SEQUENCER_MT_strip_retiming(bpy_types.Menu, bpy_types._GenericUI):
8922
8585
  ...
8923
8586
 
8924
8587
  class SEQUENCER_MT_strip_transform(bpy_types.Menu, bpy_types._GenericUI):
8925
- """ """
8926
-
8927
8588
  bl_label: typing.Any
8928
- """ """
8929
-
8930
8589
  bl_rna: typing.Any
8931
- """ """
8932
-
8933
8590
  id_data: typing.Any
8934
- """ """
8935
8591
 
8936
8592
  def append(self, draw_func):
8937
8593
  """Append a draw function to this menu,
@@ -9036,10 +8692,7 @@ class SEQUENCER_MT_strip_transform(bpy_types.Menu, bpy_types._GenericUI):
9036
8692
  """
9037
8693
  ...
9038
8694
 
9039
- def is_extended(self):
9040
- """ """
9041
- ...
9042
-
8695
+ def is_extended(self): ...
9043
8696
  def is_property_hidden(self) -> bool:
9044
8697
  """Check if a property is hidden.
9045
8698
 
@@ -9202,16 +8855,9 @@ class SEQUENCER_MT_strip_transform(bpy_types.Menu, bpy_types._GenericUI):
9202
8855
  ...
9203
8856
 
9204
8857
  class SEQUENCER_MT_view(bpy_types.Menu, bpy_types._GenericUI):
9205
- """ """
9206
-
9207
8858
  bl_label: typing.Any
9208
- """ """
9209
-
9210
8859
  bl_rna: typing.Any
9211
- """ """
9212
-
9213
8860
  id_data: typing.Any
9214
- """ """
9215
8861
 
9216
8862
  def append(self, draw_func):
9217
8863
  """Append a draw function to this menu,
@@ -9316,10 +8962,7 @@ class SEQUENCER_MT_view(bpy_types.Menu, bpy_types._GenericUI):
9316
8962
  """
9317
8963
  ...
9318
8964
 
9319
- def is_extended(self):
9320
- """ """
9321
- ...
9322
-
8965
+ def is_extended(self): ...
9323
8966
  def is_property_hidden(self) -> bool:
9324
8967
  """Check if a property is hidden.
9325
8968
 
@@ -9482,16 +9125,9 @@ class SEQUENCER_MT_view(bpy_types.Menu, bpy_types._GenericUI):
9482
9125
  ...
9483
9126
 
9484
9127
  class SEQUENCER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
9485
- """ """
9486
-
9487
9128
  bl_label: typing.Any
9488
- """ """
9489
-
9490
9129
  bl_rna: typing.Any
9491
- """ """
9492
-
9493
9130
  id_data: typing.Any
9494
- """ """
9495
9131
 
9496
9132
  def append(self, draw_func):
9497
9133
  """Append a draw function to this menu,
@@ -9596,10 +9232,7 @@ class SEQUENCER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
9596
9232
  """
9597
9233
  ...
9598
9234
 
9599
- def is_extended(self):
9600
- """ """
9601
- ...
9602
-
9235
+ def is_extended(self): ...
9603
9236
  def is_property_hidden(self) -> bool:
9604
9237
  """Check if a property is hidden.
9605
9238
 
@@ -9766,25 +9399,12 @@ class SEQUENCER_PT_active_tool(
9766
9399
  bl_ui.space_toolsystem_common.ToolActivePanelHelper,
9767
9400
  bpy_types._GenericUI,
9768
9401
  ):
9769
- """ """
9770
-
9771
9402
  bl_category: typing.Any
9772
- """ """
9773
-
9774
9403
  bl_label: typing.Any
9775
- """ """
9776
-
9777
9404
  bl_region_type: typing.Any
9778
- """ """
9779
-
9780
9405
  bl_rna: typing.Any
9781
- """ """
9782
-
9783
9406
  bl_space_type: typing.Any
9784
- """ """
9785
-
9786
9407
  id_data: typing.Any
9787
- """ """
9788
9408
 
9789
9409
  def append(self, draw_func):
9790
9410
  """Append a draw function to this menu,
@@ -9869,10 +9489,7 @@ class SEQUENCER_PT_active_tool(
9869
9489
  """
9870
9490
  ...
9871
9491
 
9872
- def is_extended(self):
9873
- """ """
9874
- ...
9875
-
9492
+ def is_extended(self): ...
9876
9493
  def is_property_hidden(self) -> bool:
9877
9494
  """Check if a property is hidden.
9878
9495
 
@@ -10001,13 +9618,8 @@ class SEQUENCER_PT_active_tool(
10001
9618
  ...
10002
9619
 
10003
9620
  class SequencerButtonsPanel:
10004
- """ """
10005
-
10006
9621
  bl_region_type: typing.Any
10007
- """ """
10008
-
10009
9622
  bl_space_type: typing.Any
10010
- """ """
10011
9623
 
10012
9624
  def has_sequencer(self, context):
10013
9625
  """
@@ -10024,13 +9636,8 @@ class SequencerButtonsPanel:
10024
9636
  ...
10025
9637
 
10026
9638
  class SequencerButtonsPanel_Output:
10027
- """ """
10028
-
10029
9639
  bl_region_type: typing.Any
10030
- """ """
10031
-
10032
9640
  bl_space_type: typing.Any
10033
- """ """
10034
9641
 
10035
9642
  def has_preview(self, context):
10036
9643
  """
@@ -10047,25 +9654,12 @@ class SequencerButtonsPanel_Output:
10047
9654
  ...
10048
9655
 
10049
9656
  class SEQUENCER_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
10050
- """ """
10051
-
10052
9657
  bl_label: typing.Any
10053
- """ """
10054
-
10055
9658
  bl_region_type: typing.Any
10056
- """ """
10057
-
10058
9659
  bl_rna: typing.Any
10059
- """ """
10060
-
10061
9660
  bl_space_type: typing.Any
10062
- """ """
10063
-
10064
9661
  bl_ui_units_x: typing.Any
10065
- """ """
10066
-
10067
9662
  id_data: typing.Any
10068
- """ """
10069
9663
 
10070
9664
  def append(self, draw_func):
10071
9665
  """Append a draw function to this menu,
@@ -10150,10 +9744,7 @@ class SEQUENCER_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
10150
9744
  """
10151
9745
  ...
10152
9746
 
10153
- def is_extended(self):
10154
- """ """
10155
- ...
10156
-
9747
+ def is_extended(self): ...
10157
9748
  def is_property_hidden(self) -> bool:
10158
9749
  """Check if a property is hidden.
10159
9750
 
@@ -10282,25 +9873,12 @@ class SEQUENCER_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
10282
9873
  ...
10283
9874
 
10284
9875
  class SEQUENCER_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
10285
- """ """
10286
-
10287
9876
  bl_label: typing.Any
10288
- """ """
10289
-
10290
9877
  bl_region_type: typing.Any
10291
- """ """
10292
-
10293
9878
  bl_rna: typing.Any
10294
- """ """
10295
-
10296
9879
  bl_space_type: typing.Any
10297
- """ """
10298
-
10299
9880
  bl_ui_units_x: typing.Any
10300
- """ """
10301
-
10302
9881
  id_data: typing.Any
10303
- """ """
10304
9882
 
10305
9883
  def append(self, draw_func):
10306
9884
  """Append a draw function to this menu,
@@ -10385,10 +9963,7 @@ class SEQUENCER_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
10385
9963
  """
10386
9964
  ...
10387
9965
 
10388
- def is_extended(self):
10389
- """ """
10390
- ...
10391
-
9966
+ def is_extended(self): ...
10392
9967
  def is_property_hidden(self) -> bool:
10393
9968
  """Check if a property is hidden.
10394
9969
 
@@ -10517,25 +10092,12 @@ class SEQUENCER_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
10517
10092
  ...
10518
10093
 
10519
10094
  class SEQUENCER_PT_preview_overlay(bpy_types.Panel, bpy_types._GenericUI):
10520
- """ """
10521
-
10522
10095
  bl_label: typing.Any
10523
- """ """
10524
-
10525
10096
  bl_parent_id: typing.Any
10526
- """ """
10527
-
10528
10097
  bl_region_type: typing.Any
10529
- """ """
10530
-
10531
10098
  bl_rna: typing.Any
10532
- """ """
10533
-
10534
10099
  bl_space_type: typing.Any
10535
- """ """
10536
-
10537
10100
  id_data: typing.Any
10538
- """ """
10539
10101
 
10540
10102
  def append(self, draw_func):
10541
10103
  """Append a draw function to this menu,
@@ -10620,10 +10182,7 @@ class SEQUENCER_PT_preview_overlay(bpy_types.Panel, bpy_types._GenericUI):
10620
10182
  """
10621
10183
  ...
10622
10184
 
10623
- def is_extended(self):
10624
- """ """
10625
- ...
10626
-
10185
+ def is_extended(self): ...
10627
10186
  def is_property_hidden(self) -> bool:
10628
10187
  """Check if a property is hidden.
10629
10188
 
@@ -10759,25 +10318,12 @@ class SEQUENCER_PT_preview_overlay(bpy_types.Panel, bpy_types._GenericUI):
10759
10318
  ...
10760
10319
 
10761
10320
  class SEQUENCER_PT_sequencer_overlay(bpy_types.Panel, bpy_types._GenericUI):
10762
- """ """
10763
-
10764
10321
  bl_label: typing.Any
10765
- """ """
10766
-
10767
10322
  bl_parent_id: typing.Any
10768
- """ """
10769
-
10770
10323
  bl_region_type: typing.Any
10771
- """ """
10772
-
10773
10324
  bl_rna: typing.Any
10774
- """ """
10775
-
10776
10325
  bl_space_type: typing.Any
10777
- """ """
10778
-
10779
10326
  id_data: typing.Any
10780
- """ """
10781
10327
 
10782
10328
  def append(self, draw_func):
10783
10329
  """Append a draw function to this menu,
@@ -10862,10 +10408,7 @@ class SEQUENCER_PT_sequencer_overlay(bpy_types.Panel, bpy_types._GenericUI):
10862
10408
  """
10863
10409
  ...
10864
10410
 
10865
- def is_extended(self):
10866
- """ """
10867
- ...
10868
-
10411
+ def is_extended(self): ...
10869
10412
  def is_property_hidden(self) -> bool:
10870
10413
  """Check if a property is hidden.
10871
10414
 
@@ -11001,25 +10544,12 @@ class SEQUENCER_PT_sequencer_overlay(bpy_types.Panel, bpy_types._GenericUI):
11001
10544
  ...
11002
10545
 
11003
10546
  class SEQUENCER_PT_sequencer_overlay_strips(bpy_types.Panel, bpy_types._GenericUI):
11004
- """ """
11005
-
11006
10547
  bl_label: typing.Any
11007
- """ """
11008
-
11009
10548
  bl_parent_id: typing.Any
11010
- """ """
11011
-
11012
10549
  bl_region_type: typing.Any
11013
- """ """
11014
-
11015
10550
  bl_rna: typing.Any
11016
- """ """
11017
-
11018
10551
  bl_space_type: typing.Any
11019
- """ """
11020
-
11021
10552
  id_data: typing.Any
11022
- """ """
11023
10553
 
11024
10554
  def append(self, draw_func):
11025
10555
  """Append a draw function to this menu,
@@ -11104,10 +10634,7 @@ class SEQUENCER_PT_sequencer_overlay_strips(bpy_types.Panel, bpy_types._GenericU
11104
10634
  """
11105
10635
  ...
11106
10636
 
11107
- def is_extended(self):
11108
- """ """
11109
- ...
11110
-
10637
+ def is_extended(self): ...
11111
10638
  def is_property_hidden(self) -> bool:
11112
10639
  """Check if a property is hidden.
11113
10640
 
@@ -11236,25 +10763,12 @@ class SEQUENCER_PT_sequencer_overlay_strips(bpy_types.Panel, bpy_types._GenericU
11236
10763
  ...
11237
10764
 
11238
10765
  class SEQUENCER_PT_sequencer_overlay_waveforms(bpy_types.Panel, bpy_types._GenericUI):
11239
- """ """
11240
-
11241
10766
  bl_label: typing.Any
11242
- """ """
11243
-
11244
10767
  bl_parent_id: typing.Any
11245
- """ """
11246
-
11247
10768
  bl_region_type: typing.Any
11248
- """ """
11249
-
11250
10769
  bl_rna: typing.Any
11251
- """ """
11252
-
11253
10770
  bl_space_type: typing.Any
11254
- """ """
11255
-
11256
10771
  id_data: typing.Any
11257
- """ """
11258
10772
 
11259
10773
  def append(self, draw_func):
11260
10774
  """Append a draw function to this menu,
@@ -11339,10 +10853,7 @@ class SEQUENCER_PT_sequencer_overlay_waveforms(bpy_types.Panel, bpy_types._Gener
11339
10853
  """
11340
10854
  ...
11341
10855
 
11342
- def is_extended(self):
11343
- """ """
11344
- ...
11345
-
10856
+ def is_extended(self): ...
11346
10857
  def is_property_hidden(self) -> bool:
11347
10858
  """Check if a property is hidden.
11348
10859
 
@@ -11471,22 +10982,11 @@ class SEQUENCER_PT_sequencer_overlay_waveforms(bpy_types.Panel, bpy_types._Gener
11471
10982
  ...
11472
10983
 
11473
10984
  class SEQUENCER_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
11474
- """ """
11475
-
11476
10985
  bl_label: typing.Any
11477
- """ """
11478
-
11479
10986
  bl_region_type: typing.Any
11480
- """ """
11481
-
11482
10987
  bl_rna: typing.Any
11483
- """ """
11484
-
11485
10988
  bl_space_type: typing.Any
11486
- """ """
11487
-
11488
10989
  id_data: typing.Any
11489
- """ """
11490
10990
 
11491
10991
  def append(self, draw_func):
11492
10992
  """Append a draw function to this menu,
@@ -11571,10 +11071,7 @@ class SEQUENCER_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
11571
11071
  """
11572
11072
  ...
11573
11073
 
11574
- def is_extended(self):
11575
- """ """
11576
- ...
11577
-
11074
+ def is_extended(self): ...
11578
11075
  def is_property_hidden(self) -> bool:
11579
11076
  """Check if a property is hidden.
11580
11077
 
@@ -11705,22 +11202,11 @@ class SEQUENCER_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
11705
11202
  class SEQUENCER_MT_color_tag_picker(
11706
11203
  bpy_types.Menu, SequencerColorTagPicker, bpy_types._GenericUI
11707
11204
  ):
11708
- """ """
11709
-
11710
11205
  bl_label: typing.Any
11711
- """ """
11712
-
11713
11206
  bl_region_type: typing.Any
11714
- """ """
11715
-
11716
11207
  bl_rna: typing.Any
11717
- """ """
11718
-
11719
11208
  bl_space_type: typing.Any
11720
- """ """
11721
-
11722
11209
  id_data: typing.Any
11723
- """ """
11724
11210
 
11725
11211
  def append(self, draw_func):
11726
11212
  """Append a draw function to this menu,
@@ -11832,10 +11318,7 @@ class SEQUENCER_MT_color_tag_picker(
11832
11318
  """
11833
11319
  ...
11834
11320
 
11835
- def is_extended(self):
11836
- """ """
11837
- ...
11838
-
11321
+ def is_extended(self): ...
11839
11322
  def is_property_hidden(self) -> bool:
11840
11323
  """Check if a property is hidden.
11841
11324
 
@@ -12007,28 +11490,13 @@ class SEQUENCER_MT_color_tag_picker(
12007
11490
  class SEQUENCER_PT_color_tag_picker(
12008
11491
  bpy_types.Panel, SequencerColorTagPicker, bpy_types._GenericUI
12009
11492
  ):
12010
- """ """
12011
-
12012
11493
  bl_category: typing.Any
12013
- """ """
12014
-
12015
11494
  bl_label: typing.Any
12016
- """ """
12017
-
12018
11495
  bl_options: typing.Any
12019
- """ """
12020
-
12021
11496
  bl_region_type: typing.Any
12022
- """ """
12023
-
12024
11497
  bl_rna: typing.Any
12025
- """ """
12026
-
12027
11498
  bl_space_type: typing.Any
12028
- """ """
12029
-
12030
11499
  id_data: typing.Any
12031
- """ """
12032
11500
 
12033
11501
  def append(self, draw_func):
12034
11502
  """Append a draw function to this menu,
@@ -12120,10 +11588,7 @@ class SEQUENCER_PT_color_tag_picker(
12120
11588
  """
12121
11589
  ...
12122
11590
 
12123
- def is_extended(self):
12124
- """ """
12125
- ...
12126
-
11591
+ def is_extended(self): ...
12127
11592
  def is_property_hidden(self) -> bool:
12128
11593
  """Check if a property is hidden.
12129
11594
 
@@ -12261,28 +11726,13 @@ class SEQUENCER_PT_color_tag_picker(
12261
11726
  class SEQUENCER_PT_adjust_color(
12262
11727
  bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
12263
11728
  ):
12264
- """ """
12265
-
12266
11729
  bl_category: typing.Any
12267
- """ """
12268
-
12269
11730
  bl_label: typing.Any
12270
- """ """
12271
-
12272
11731
  bl_options: typing.Any
12273
- """ """
12274
-
12275
11732
  bl_region_type: typing.Any
12276
- """ """
12277
-
12278
11733
  bl_rna: typing.Any
12279
- """ """
12280
-
12281
11734
  bl_space_type: typing.Any
12282
- """ """
12283
-
12284
11735
  id_data: typing.Any
12285
- """ """
12286
11736
 
12287
11737
  def append(self, draw_func):
12288
11738
  """Append a draw function to this menu,
@@ -12374,10 +11824,7 @@ class SEQUENCER_PT_adjust_color(
12374
11824
  """
12375
11825
  ...
12376
11826
 
12377
- def is_extended(self):
12378
- """ """
12379
- ...
12380
-
11827
+ def is_extended(self): ...
12381
11828
  def is_property_hidden(self) -> bool:
12382
11829
  """Check if a property is hidden.
12383
11830
 
@@ -12515,25 +11962,12 @@ class SEQUENCER_PT_adjust_color(
12515
11962
  class SEQUENCER_PT_adjust_comp(
12516
11963
  bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
12517
11964
  ):
12518
- """ """
12519
-
12520
11965
  bl_category: typing.Any
12521
- """ """
12522
-
12523
11966
  bl_label: typing.Any
12524
- """ """
12525
-
12526
11967
  bl_region_type: typing.Any
12527
- """ """
12528
-
12529
11968
  bl_rna: typing.Any
12530
- """ """
12531
-
12532
11969
  bl_space_type: typing.Any
12533
- """ """
12534
-
12535
11970
  id_data: typing.Any
12536
- """ """
12537
11971
 
12538
11972
  def append(self, draw_func):
12539
11973
  """Append a draw function to this menu,
@@ -12625,10 +12059,7 @@ class SEQUENCER_PT_adjust_comp(
12625
12059
  """
12626
12060
  ...
12627
12061
 
12628
- def is_extended(self):
12629
- """ """
12630
- ...
12631
-
12062
+ def is_extended(self): ...
12632
12063
  def is_property_hidden(self) -> bool:
12633
12064
  """Check if a property is hidden.
12634
12065
 
@@ -12766,28 +12197,13 @@ class SEQUENCER_PT_adjust_comp(
12766
12197
  class SEQUENCER_PT_adjust_crop(
12767
12198
  bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
12768
12199
  ):
12769
- """ """
12770
-
12771
12200
  bl_category: typing.Any
12772
- """ """
12773
-
12774
12201
  bl_label: typing.Any
12775
- """ """
12776
-
12777
12202
  bl_options: typing.Any
12778
- """ """
12779
-
12780
12203
  bl_region_type: typing.Any
12781
- """ """
12782
-
12783
12204
  bl_rna: typing.Any
12784
- """ """
12785
-
12786
12205
  bl_space_type: typing.Any
12787
- """ """
12788
-
12789
12206
  id_data: typing.Any
12790
- """ """
12791
12207
 
12792
12208
  def append(self, draw_func):
12793
12209
  """Append a draw function to this menu,
@@ -12879,10 +12295,7 @@ class SEQUENCER_PT_adjust_crop(
12879
12295
  """
12880
12296
  ...
12881
12297
 
12882
- def is_extended(self):
12883
- """ """
12884
- ...
12885
-
12298
+ def is_extended(self): ...
12886
12299
  def is_property_hidden(self) -> bool:
12887
12300
  """Check if a property is hidden.
12888
12301
 
@@ -13020,25 +12433,12 @@ class SEQUENCER_PT_adjust_crop(
13020
12433
  class SEQUENCER_PT_adjust_sound(
13021
12434
  bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
13022
12435
  ):
13023
- """ """
13024
-
13025
12436
  bl_category: typing.Any
13026
- """ """
13027
-
13028
12437
  bl_label: typing.Any
13029
- """ """
13030
-
13031
12438
  bl_region_type: typing.Any
13032
- """ """
13033
-
13034
12439
  bl_rna: typing.Any
13035
- """ """
13036
-
13037
12440
  bl_space_type: typing.Any
13038
- """ """
13039
-
13040
12441
  id_data: typing.Any
13041
- """ """
13042
12442
 
13043
12443
  def append(self, draw_func):
13044
12444
  """Append a draw function to this menu,
@@ -13130,10 +12530,7 @@ class SEQUENCER_PT_adjust_sound(
13130
12530
  """
13131
12531
  ...
13132
12532
 
13133
- def is_extended(self):
13134
- """ """
13135
- ...
13136
-
12533
+ def is_extended(self): ...
13137
12534
  def is_property_hidden(self) -> bool:
13138
12535
  """Check if a property is hidden.
13139
12536
 
@@ -13271,28 +12668,13 @@ class SEQUENCER_PT_adjust_sound(
13271
12668
  class SEQUENCER_PT_adjust_transform(
13272
12669
  bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
13273
12670
  ):
13274
- """ """
13275
-
13276
12671
  bl_category: typing.Any
13277
- """ """
13278
-
13279
12672
  bl_label: typing.Any
13280
- """ """
13281
-
13282
12673
  bl_options: typing.Any
13283
- """ """
13284
-
13285
12674
  bl_region_type: typing.Any
13286
- """ """
13287
-
13288
12675
  bl_rna: typing.Any
13289
- """ """
13290
-
13291
12676
  bl_space_type: typing.Any
13292
- """ """
13293
-
13294
12677
  id_data: typing.Any
13295
- """ """
13296
12678
 
13297
12679
  def append(self, draw_func):
13298
12680
  """Append a draw function to this menu,
@@ -13384,10 +12766,7 @@ class SEQUENCER_PT_adjust_transform(
13384
12766
  """
13385
12767
  ...
13386
12768
 
13387
- def is_extended(self):
13388
- """ """
13389
- ...
13390
-
12769
+ def is_extended(self): ...
13391
12770
  def is_property_hidden(self) -> bool:
13392
12771
  """Check if a property is hidden.
13393
12772
 
@@ -13525,28 +12904,13 @@ class SEQUENCER_PT_adjust_transform(
13525
12904
  class SEQUENCER_PT_adjust_video(
13526
12905
  bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
13527
12906
  ):
13528
- """ """
13529
-
13530
12907
  bl_category: typing.Any
13531
- """ """
13532
-
13533
12908
  bl_label: typing.Any
13534
- """ """
13535
-
13536
12909
  bl_options: typing.Any
13537
- """ """
13538
-
13539
12910
  bl_region_type: typing.Any
13540
- """ """
13541
-
13542
12911
  bl_rna: typing.Any
13543
- """ """
13544
-
13545
12912
  bl_space_type: typing.Any
13546
- """ """
13547
-
13548
12913
  id_data: typing.Any
13549
- """ """
13550
12914
 
13551
12915
  def append(self, draw_func):
13552
12916
  """Append a draw function to this menu,
@@ -13638,10 +13002,7 @@ class SEQUENCER_PT_adjust_video(
13638
13002
  """
13639
13003
  ...
13640
13004
 
13641
- def is_extended(self):
13642
- """ """
13643
- ...
13644
-
13005
+ def is_extended(self): ...
13645
13006
  def is_property_hidden(self) -> bool:
13646
13007
  """Check if a property is hidden.
13647
13008
 
@@ -13779,25 +13140,12 @@ class SEQUENCER_PT_adjust_video(
13779
13140
  class SEQUENCER_PT_cache_settings(
13780
13141
  bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
13781
13142
  ):
13782
- """ """
13783
-
13784
13143
  bl_category: typing.Any
13785
- """ """
13786
-
13787
13144
  bl_label: typing.Any
13788
- """ """
13789
-
13790
13145
  bl_region_type: typing.Any
13791
- """ """
13792
-
13793
13146
  bl_rna: typing.Any
13794
- """ """
13795
-
13796
13147
  bl_space_type: typing.Any
13797
- """ """
13798
-
13799
13148
  id_data: typing.Any
13800
- """ """
13801
13149
 
13802
13150
  def append(self, draw_func):
13803
13151
  """Append a draw function to this menu,
@@ -13889,10 +13237,7 @@ class SEQUENCER_PT_cache_settings(
13889
13237
  """
13890
13238
  ...
13891
13239
 
13892
- def is_extended(self):
13893
- """ """
13894
- ...
13895
-
13240
+ def is_extended(self): ...
13896
13241
  def is_property_hidden(self) -> bool:
13897
13242
  """Check if a property is hidden.
13898
13243
 
@@ -14030,28 +13375,13 @@ class SEQUENCER_PT_cache_settings(
14030
13375
  class SEQUENCER_PT_cache_view_settings(
14031
13376
  bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
14032
13377
  ):
14033
- """ """
14034
-
14035
13378
  bl_category: typing.Any
14036
- """ """
14037
-
14038
13379
  bl_label: typing.Any
14039
- """ """
14040
-
14041
13380
  bl_parent_id: typing.Any
14042
- """ """
14043
-
14044
13381
  bl_region_type: typing.Any
14045
- """ """
14046
-
14047
13382
  bl_rna: typing.Any
14048
- """ """
14049
-
14050
13383
  bl_space_type: typing.Any
14051
- """ """
14052
-
14053
13384
  id_data: typing.Any
14054
- """ """
14055
13385
 
14056
13386
  def append(self, draw_func):
14057
13387
  """Append a draw function to this menu,
@@ -14150,10 +13480,7 @@ class SEQUENCER_PT_cache_view_settings(
14150
13480
  """
14151
13481
  ...
14152
13482
 
14153
- def is_extended(self):
14154
- """ """
14155
- ...
14156
-
13483
+ def is_extended(self): ...
14157
13484
  def is_property_hidden(self) -> bool:
14158
13485
  """Check if a property is hidden.
14159
13486
 
@@ -14299,31 +13626,14 @@ class SEQUENCER_PT_custom_props(
14299
13626
  """
14300
13627
 
14301
13628
  COMPAT_ENGINES: typing.Any
14302
- """ """
14303
-
14304
13629
  bl_category: typing.Any
14305
- """ """
14306
-
14307
13630
  bl_label: typing.Any
14308
- """ """
14309
-
14310
13631
  bl_options: typing.Any
14311
- """ """
14312
-
14313
13632
  bl_order: typing.Any
14314
- """ """
14315
-
14316
13633
  bl_region_type: typing.Any
14317
- """ """
14318
-
14319
13634
  bl_rna: typing.Any
14320
- """ """
14321
-
14322
13635
  bl_space_type: typing.Any
14323
- """ """
14324
-
14325
13636
  id_data: typing.Any
14326
- """ """
14327
13637
 
14328
13638
  def append(self, draw_func):
14329
13639
  """Append a draw function to this menu,
@@ -14415,10 +13725,7 @@ class SEQUENCER_PT_custom_props(
14415
13725
  """
14416
13726
  ...
14417
13727
 
14418
- def is_extended(self):
14419
- """ """
14420
- ...
14421
-
13728
+ def is_extended(self): ...
14422
13729
  def is_property_hidden(self) -> bool:
14423
13730
  """Check if a property is hidden.
14424
13731
 
@@ -14554,25 +13861,12 @@ class SEQUENCER_PT_custom_props(
14554
13861
  ...
14555
13862
 
14556
13863
  class SEQUENCER_PT_effect(bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
14557
- """ """
14558
-
14559
13864
  bl_category: typing.Any
14560
- """ """
14561
-
14562
13865
  bl_label: typing.Any
14563
- """ """
14564
-
14565
13866
  bl_region_type: typing.Any
14566
- """ """
14567
-
14568
13867
  bl_rna: typing.Any
14569
- """ """
14570
-
14571
13868
  bl_space_type: typing.Any
14572
- """ """
14573
-
14574
13869
  id_data: typing.Any
14575
- """ """
14576
13870
 
14577
13871
  def append(self, draw_func):
14578
13872
  """Append a draw function to this menu,
@@ -14664,10 +13958,7 @@ class SEQUENCER_PT_effect(bpy_types.Panel, SequencerButtonsPanel, bpy_types._Gen
14664
13958
  """
14665
13959
  ...
14666
13960
 
14667
- def is_extended(self):
14668
- """ """
14669
- ...
14670
-
13961
+ def is_extended(self): ...
14671
13962
  def is_property_hidden(self) -> bool:
14672
13963
  """Check if a property is hidden.
14673
13964
 
@@ -14805,28 +14096,13 @@ class SEQUENCER_PT_effect(bpy_types.Panel, SequencerButtonsPanel, bpy_types._Gen
14805
14096
  class SEQUENCER_PT_effect_text_layout(
14806
14097
  bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
14807
14098
  ):
14808
- """ """
14809
-
14810
14099
  bl_category: typing.Any
14811
- """ """
14812
-
14813
14100
  bl_label: typing.Any
14814
- """ """
14815
-
14816
14101
  bl_parent_id: typing.Any
14817
- """ """
14818
-
14819
14102
  bl_region_type: typing.Any
14820
- """ """
14821
-
14822
14103
  bl_rna: typing.Any
14823
- """ """
14824
-
14825
14104
  bl_space_type: typing.Any
14826
- """ """
14827
-
14828
14105
  id_data: typing.Any
14829
- """ """
14830
14106
 
14831
14107
  def append(self, draw_func):
14832
14108
  """Append a draw function to this menu,
@@ -14918,10 +14194,7 @@ class SEQUENCER_PT_effect_text_layout(
14918
14194
  """
14919
14195
  ...
14920
14196
 
14921
- def is_extended(self):
14922
- """ """
14923
- ...
14924
-
14197
+ def is_extended(self): ...
14925
14198
  def is_property_hidden(self) -> bool:
14926
14199
  """Check if a property is hidden.
14927
14200
 
@@ -15059,28 +14332,13 @@ class SEQUENCER_PT_effect_text_layout(
15059
14332
  class SEQUENCER_PT_effect_text_style(
15060
14333
  bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
15061
14334
  ):
15062
- """ """
15063
-
15064
14335
  bl_category: typing.Any
15065
- """ """
15066
-
15067
14336
  bl_label: typing.Any
15068
- """ """
15069
-
15070
14337
  bl_parent_id: typing.Any
15071
- """ """
15072
-
15073
14338
  bl_region_type: typing.Any
15074
- """ """
15075
-
15076
14339
  bl_rna: typing.Any
15077
- """ """
15078
-
15079
14340
  bl_space_type: typing.Any
15080
- """ """
15081
-
15082
14341
  id_data: typing.Any
15083
- """ """
15084
14342
 
15085
14343
  def append(self, draw_func):
15086
14344
  """Append a draw function to this menu,
@@ -15172,10 +14430,7 @@ class SEQUENCER_PT_effect_text_style(
15172
14430
  """
15173
14431
  ...
15174
14432
 
15175
- def is_extended(self):
15176
- """ """
15177
- ...
15178
-
14433
+ def is_extended(self): ...
15179
14434
  def is_property_hidden(self) -> bool:
15180
14435
  """Check if a property is hidden.
15181
14436
 
@@ -15311,25 +14566,12 @@ class SEQUENCER_PT_effect_text_style(
15311
14566
  ...
15312
14567
 
15313
14568
  class SEQUENCER_PT_mask(bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
15314
- """ """
15315
-
15316
14569
  bl_category: typing.Any
15317
- """ """
15318
-
15319
14570
  bl_label: typing.Any
15320
- """ """
15321
-
15322
14571
  bl_region_type: typing.Any
15323
- """ """
15324
-
15325
14572
  bl_rna: typing.Any
15326
- """ """
15327
-
15328
14573
  bl_space_type: typing.Any
15329
- """ """
15330
-
15331
14574
  id_data: typing.Any
15332
- """ """
15333
14575
 
15334
14576
  def append(self, draw_func):
15335
14577
  """Append a draw function to this menu,
@@ -15421,10 +14663,7 @@ class SEQUENCER_PT_mask(bpy_types.Panel, SequencerButtonsPanel, bpy_types._Gener
15421
14663
  """
15422
14664
  ...
15423
14665
 
15424
- def is_extended(self):
15425
- """ """
15426
- ...
15427
-
14666
+ def is_extended(self): ...
15428
14667
  def is_property_hidden(self) -> bool:
15429
14668
  """Check if a property is hidden.
15430
14669
 
@@ -15562,25 +14801,12 @@ class SEQUENCER_PT_mask(bpy_types.Panel, SequencerButtonsPanel, bpy_types._Gener
15562
14801
  class SEQUENCER_PT_modifiers(
15563
14802
  bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
15564
14803
  ):
15565
- """ """
15566
-
15567
14804
  bl_category: typing.Any
15568
- """ """
15569
-
15570
14805
  bl_label: typing.Any
15571
- """ """
15572
-
15573
14806
  bl_region_type: typing.Any
15574
- """ """
15575
-
15576
14807
  bl_rna: typing.Any
15577
- """ """
15578
-
15579
14808
  bl_space_type: typing.Any
15580
- """ """
15581
-
15582
14809
  id_data: typing.Any
15583
- """ """
15584
14810
 
15585
14811
  def append(self, draw_func):
15586
14812
  """Append a draw function to this menu,
@@ -15672,10 +14898,7 @@ class SEQUENCER_PT_modifiers(
15672
14898
  """
15673
14899
  ...
15674
14900
 
15675
- def is_extended(self):
15676
- """ """
15677
- ...
15678
-
14901
+ def is_extended(self): ...
15679
14902
  def is_property_hidden(self) -> bool:
15680
14903
  """Check if a property is hidden.
15681
14904
 
@@ -15813,25 +15036,12 @@ class SEQUENCER_PT_modifiers(
15813
15036
  class SEQUENCER_PT_proxy_settings(
15814
15037
  bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
15815
15038
  ):
15816
- """ """
15817
-
15818
15039
  bl_category: typing.Any
15819
- """ """
15820
-
15821
15040
  bl_label: typing.Any
15822
- """ """
15823
-
15824
15041
  bl_region_type: typing.Any
15825
- """ """
15826
-
15827
15042
  bl_rna: typing.Any
15828
- """ """
15829
-
15830
15043
  bl_space_type: typing.Any
15831
- """ """
15832
-
15833
15044
  id_data: typing.Any
15834
- """ """
15835
15045
 
15836
15046
  def append(self, draw_func):
15837
15047
  """Append a draw function to this menu,
@@ -15923,10 +15133,7 @@ class SEQUENCER_PT_proxy_settings(
15923
15133
  """
15924
15134
  ...
15925
15135
 
15926
- def is_extended(self):
15927
- """ """
15928
- ...
15929
-
15136
+ def is_extended(self): ...
15930
15137
  def is_property_hidden(self) -> bool:
15931
15138
  """Check if a property is hidden.
15932
15139
 
@@ -16062,25 +15269,12 @@ class SEQUENCER_PT_proxy_settings(
16062
15269
  ...
16063
15270
 
16064
15271
  class SEQUENCER_PT_scene(bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
16065
- """ """
16066
-
16067
15272
  bl_category: typing.Any
16068
- """ """
16069
-
16070
15273
  bl_label: typing.Any
16071
- """ """
16072
-
16073
15274
  bl_region_type: typing.Any
16074
- """ """
16075
-
16076
15275
  bl_rna: typing.Any
16077
- """ """
16078
-
16079
15276
  bl_space_type: typing.Any
16080
- """ """
16081
-
16082
15277
  id_data: typing.Any
16083
- """ """
16084
15278
 
16085
15279
  def append(self, draw_func):
16086
15280
  """Append a draw function to this menu,
@@ -16172,10 +15366,7 @@ class SEQUENCER_PT_scene(bpy_types.Panel, SequencerButtonsPanel, bpy_types._Gene
16172
15366
  """
16173
15367
  ...
16174
15368
 
16175
- def is_extended(self):
16176
- """ """
16177
- ...
16178
-
15369
+ def is_extended(self): ...
16179
15370
  def is_property_hidden(self) -> bool:
16180
15371
  """Check if a property is hidden.
16181
15372
 
@@ -16313,25 +15504,12 @@ class SEQUENCER_PT_scene(bpy_types.Panel, SequencerButtonsPanel, bpy_types._Gene
16313
15504
  class SEQUENCER_PT_scene_sound(
16314
15505
  bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
16315
15506
  ):
16316
- """ """
16317
-
16318
15507
  bl_category: typing.Any
16319
- """ """
16320
-
16321
15508
  bl_label: typing.Any
16322
- """ """
16323
-
16324
15509
  bl_region_type: typing.Any
16325
- """ """
16326
-
16327
15510
  bl_rna: typing.Any
16328
- """ """
16329
-
16330
15511
  bl_space_type: typing.Any
16331
- """ """
16332
-
16333
15512
  id_data: typing.Any
16334
- """ """
16335
15513
 
16336
15514
  def append(self, draw_func):
16337
15515
  """Append a draw function to this menu,
@@ -16423,10 +15601,7 @@ class SEQUENCER_PT_scene_sound(
16423
15601
  """
16424
15602
  ...
16425
15603
 
16426
- def is_extended(self):
16427
- """ """
16428
- ...
16429
-
15604
+ def is_extended(self): ...
16430
15605
  def is_property_hidden(self) -> bool:
16431
15606
  """Check if a property is hidden.
16432
15607
 
@@ -16562,28 +15737,13 @@ class SEQUENCER_PT_scene_sound(
16562
15737
  ...
16563
15738
 
16564
15739
  class SEQUENCER_PT_source(bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
16565
- """ """
16566
-
16567
15740
  bl_category: typing.Any
16568
- """ """
16569
-
16570
15741
  bl_label: typing.Any
16571
- """ """
16572
-
16573
15742
  bl_options: typing.Any
16574
- """ """
16575
-
16576
15743
  bl_region_type: typing.Any
16577
- """ """
16578
-
16579
15744
  bl_rna: typing.Any
16580
- """ """
16581
-
16582
15745
  bl_space_type: typing.Any
16583
- """ """
16584
-
16585
15746
  id_data: typing.Any
16586
- """ """
16587
15747
 
16588
15748
  def append(self, draw_func):
16589
15749
  """Append a draw function to this menu,
@@ -16675,10 +15835,7 @@ class SEQUENCER_PT_source(bpy_types.Panel, SequencerButtonsPanel, bpy_types._Gen
16675
15835
  """
16676
15836
  ...
16677
15837
 
16678
- def is_extended(self):
16679
- """ """
16680
- ...
16681
-
15838
+ def is_extended(self): ...
16682
15839
  def is_property_hidden(self) -> bool:
16683
15840
  """Check if a property is hidden.
16684
15841
 
@@ -16814,28 +15971,13 @@ class SEQUENCER_PT_source(bpy_types.Panel, SequencerButtonsPanel, bpy_types._Gen
16814
15971
  ...
16815
15972
 
16816
15973
  class SEQUENCER_PT_strip(bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
16817
- """ """
16818
-
16819
15974
  bl_category: typing.Any
16820
- """ """
16821
-
16822
15975
  bl_label: typing.Any
16823
- """ """
16824
-
16825
15976
  bl_options: typing.Any
16826
- """ """
16827
-
16828
15977
  bl_region_type: typing.Any
16829
- """ """
16830
-
16831
15978
  bl_rna: typing.Any
16832
- """ """
16833
-
16834
15979
  bl_space_type: typing.Any
16835
- """ """
16836
-
16837
15980
  id_data: typing.Any
16838
- """ """
16839
15981
 
16840
15982
  def append(self, draw_func):
16841
15983
  """Append a draw function to this menu,
@@ -16927,10 +16069,7 @@ class SEQUENCER_PT_strip(bpy_types.Panel, SequencerButtonsPanel, bpy_types._Gene
16927
16069
  """
16928
16070
  ...
16929
16071
 
16930
- def is_extended(self):
16931
- """ """
16932
- ...
16933
-
16072
+ def is_extended(self): ...
16934
16073
  def is_property_hidden(self) -> bool:
16935
16074
  """Check if a property is hidden.
16936
16075
 
@@ -17068,28 +16207,13 @@ class SEQUENCER_PT_strip(bpy_types.Panel, SequencerButtonsPanel, bpy_types._Gene
17068
16207
  class SEQUENCER_PT_strip_cache(
17069
16208
  bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
17070
16209
  ):
17071
- """ """
17072
-
17073
16210
  bl_category: typing.Any
17074
- """ """
17075
-
17076
16211
  bl_label: typing.Any
17077
- """ """
17078
-
17079
16212
  bl_options: typing.Any
17080
- """ """
17081
-
17082
16213
  bl_region_type: typing.Any
17083
- """ """
17084
-
17085
16214
  bl_rna: typing.Any
17086
- """ """
17087
-
17088
16215
  bl_space_type: typing.Any
17089
- """ """
17090
-
17091
16216
  id_data: typing.Any
17092
- """ """
17093
16217
 
17094
16218
  def append(self, draw_func):
17095
16219
  """Append a draw function to this menu,
@@ -17188,10 +16312,7 @@ class SEQUENCER_PT_strip_cache(
17188
16312
  """
17189
16313
  ...
17190
16314
 
17191
- def is_extended(self):
17192
- """ """
17193
- ...
17194
-
16315
+ def is_extended(self): ...
17195
16316
  def is_property_hidden(self) -> bool:
17196
16317
  """Check if a property is hidden.
17197
16318
 
@@ -17329,25 +16450,12 @@ class SEQUENCER_PT_strip_cache(
17329
16450
  class SEQUENCER_PT_strip_proxy(
17330
16451
  bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
17331
16452
  ):
17332
- """ """
17333
-
17334
16453
  bl_category: typing.Any
17335
- """ """
17336
-
17337
16454
  bl_label: typing.Any
17338
- """ """
17339
-
17340
16455
  bl_region_type: typing.Any
17341
- """ """
17342
-
17343
16456
  bl_rna: typing.Any
17344
- """ """
17345
-
17346
16457
  bl_space_type: typing.Any
17347
- """ """
17348
-
17349
16458
  id_data: typing.Any
17350
- """ """
17351
16459
 
17352
16460
  def append(self, draw_func):
17353
16461
  """Append a draw function to this menu,
@@ -17446,10 +16554,7 @@ class SEQUENCER_PT_strip_proxy(
17446
16554
  """
17447
16555
  ...
17448
16556
 
17449
- def is_extended(self):
17450
- """ """
17451
- ...
17452
-
16557
+ def is_extended(self): ...
17453
16558
  def is_property_hidden(self) -> bool:
17454
16559
  """Check if a property is hidden.
17455
16560
 
@@ -17585,28 +16690,13 @@ class SEQUENCER_PT_strip_proxy(
17585
16690
  ...
17586
16691
 
17587
16692
  class SEQUENCER_PT_time(bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI):
17588
- """ """
17589
-
17590
16693
  bl_category: typing.Any
17591
- """ """
17592
-
17593
16694
  bl_label: typing.Any
17594
- """ """
17595
-
17596
16695
  bl_options: typing.Any
17597
- """ """
17598
-
17599
16696
  bl_region_type: typing.Any
17600
- """ """
17601
-
17602
16697
  bl_rna: typing.Any
17603
- """ """
17604
-
17605
16698
  bl_space_type: typing.Any
17606
- """ """
17607
-
17608
16699
  id_data: typing.Any
17609
- """ """
17610
16700
 
17611
16701
  def append(self, draw_func):
17612
16702
  """Append a draw function to this menu,
@@ -17705,10 +16795,7 @@ class SEQUENCER_PT_time(bpy_types.Panel, SequencerButtonsPanel, bpy_types._Gener
17705
16795
  """
17706
16796
  ...
17707
16797
 
17708
- def is_extended(self):
17709
- """ """
17710
- ...
17711
-
16798
+ def is_extended(self): ...
17712
16799
  def is_property_hidden(self) -> bool:
17713
16800
  """Check if a property is hidden.
17714
16801
 
@@ -17849,28 +16936,13 @@ class SEQUENCER_PT_annotation(
17849
16936
  SequencerButtonsPanel_Output,
17850
16937
  bpy_types._GenericUI,
17851
16938
  ):
17852
- """ """
17853
-
17854
16939
  bl_category: typing.Any
17855
- """ """
17856
-
17857
16940
  bl_label: typing.Any
17858
- """ """
17859
-
17860
16941
  bl_options: typing.Any
17861
- """ """
17862
-
17863
16942
  bl_region_type: typing.Any
17864
- """ """
17865
-
17866
16943
  bl_rna: typing.Any
17867
- """ """
17868
-
17869
16944
  bl_space_type: typing.Any
17870
- """ """
17871
-
17872
16945
  id_data: typing.Any
17873
- """ """
17874
16946
 
17875
16947
  def append(self, draw_func):
17876
16948
  """Append a draw function to this menu,
@@ -17978,10 +17050,7 @@ class SEQUENCER_PT_annotation(
17978
17050
  """
17979
17051
  ...
17980
17052
 
17981
- def is_extended(self):
17982
- """ """
17983
- ...
17984
-
17053
+ def is_extended(self): ...
17985
17054
  def is_property_hidden(self) -> bool:
17986
17055
  """Check if a property is hidden.
17987
17056
 
@@ -18122,31 +17191,14 @@ class SEQUENCER_PT_annotation_onion(
18122
17191
  SequencerButtonsPanel_Output,
18123
17192
  bpy_types._GenericUI,
18124
17193
  ):
18125
- """ """
18126
-
18127
17194
  bl_category: typing.Any
18128
- """ """
18129
-
18130
17195
  bl_label: typing.Any
18131
- """ """
18132
-
18133
17196
  bl_options: typing.Any
18134
- """ """
18135
-
18136
17197
  bl_parent_id: typing.Any
18137
- """ """
18138
-
18139
17198
  bl_region_type: typing.Any
18140
- """ """
18141
-
18142
17199
  bl_rna: typing.Any
18143
- """ """
18144
-
18145
17200
  bl_space_type: typing.Any
18146
- """ """
18147
-
18148
17201
  id_data: typing.Any
18149
- """ """
18150
17202
 
18151
17203
  def append(self, draw_func):
18152
17204
  """Append a draw function to this menu,
@@ -18245,10 +17297,7 @@ class SEQUENCER_PT_annotation_onion(
18245
17297
  """
18246
17298
  ...
18247
17299
 
18248
- def is_extended(self):
18249
- """ """
18250
- ...
18251
-
17300
+ def is_extended(self): ...
18252
17301
  def is_property_hidden(self) -> bool:
18253
17302
  """Check if a property is hidden.
18254
17303
 
@@ -18386,28 +17435,13 @@ class SEQUENCER_PT_annotation_onion(
18386
17435
  class SEQUENCER_PT_frame_overlay(
18387
17436
  bpy_types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
18388
17437
  ):
18389
- """ """
18390
-
18391
17438
  bl_category: typing.Any
18392
- """ """
18393
-
18394
17439
  bl_label: typing.Any
18395
- """ """
18396
-
18397
17440
  bl_options: typing.Any
18398
- """ """
18399
-
18400
17441
  bl_region_type: typing.Any
18401
- """ """
18402
-
18403
17442
  bl_rna: typing.Any
18404
- """ """
18405
-
18406
17443
  bl_space_type: typing.Any
18407
- """ """
18408
-
18409
17444
  id_data: typing.Any
18410
- """ """
18411
17445
 
18412
17446
  def append(self, draw_func):
18413
17447
  """Append a draw function to this menu,
@@ -18506,10 +17540,7 @@ class SEQUENCER_PT_frame_overlay(
18506
17540
  """
18507
17541
  ...
18508
17542
 
18509
- def is_extended(self):
18510
- """ """
18511
- ...
18512
-
17543
+ def is_extended(self): ...
18513
17544
  def is_property_hidden(self) -> bool:
18514
17545
  """Check if a property is hidden.
18515
17546
 
@@ -18647,28 +17678,13 @@ class SEQUENCER_PT_frame_overlay(
18647
17678
  class SEQUENCER_PT_preview(
18648
17679
  bpy_types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
18649
17680
  ):
18650
- """ """
18651
-
18652
17681
  bl_category: typing.Any
18653
- """ """
18654
-
18655
17682
  bl_label: typing.Any
18656
- """ """
18657
-
18658
17683
  bl_options: typing.Any
18659
- """ """
18660
-
18661
17684
  bl_region_type: typing.Any
18662
- """ """
18663
-
18664
17685
  bl_rna: typing.Any
18665
- """ """
18666
-
18667
17686
  bl_space_type: typing.Any
18668
- """ """
18669
-
18670
17687
  id_data: typing.Any
18671
- """ """
18672
17688
 
18673
17689
  def append(self, draw_func):
18674
17690
  """Append a draw function to this menu,
@@ -18760,10 +17776,7 @@ class SEQUENCER_PT_preview(
18760
17776
  """
18761
17777
  ...
18762
17778
 
18763
- def is_extended(self):
18764
- """ """
18765
- ...
18766
-
17779
+ def is_extended(self): ...
18767
17780
  def is_property_hidden(self) -> bool:
18768
17781
  """Check if a property is hidden.
18769
17782
 
@@ -18901,25 +17914,12 @@ class SEQUENCER_PT_preview(
18901
17914
  class SEQUENCER_PT_view(
18902
17915
  bpy_types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
18903
17916
  ):
18904
- """ """
18905
-
18906
17917
  bl_category: typing.Any
18907
- """ """
18908
-
18909
17918
  bl_label: typing.Any
18910
- """ """
18911
-
18912
17919
  bl_region_type: typing.Any
18913
- """ """
18914
-
18915
17920
  bl_rna: typing.Any
18916
- """ """
18917
-
18918
17921
  bl_space_type: typing.Any
18919
- """ """
18920
-
18921
17922
  id_data: typing.Any
18922
- """ """
18923
17923
 
18924
17924
  def append(self, draw_func):
18925
17925
  """Append a draw function to this menu,
@@ -19011,10 +18011,7 @@ class SEQUENCER_PT_view(
19011
18011
  """
19012
18012
  ...
19013
18013
 
19014
- def is_extended(self):
19015
- """ """
19016
- ...
19017
-
18014
+ def is_extended(self): ...
19018
18015
  def is_property_hidden(self) -> bool:
19019
18016
  """Check if a property is hidden.
19020
18017
 
@@ -19152,25 +18149,12 @@ class SEQUENCER_PT_view(
19152
18149
  class SEQUENCER_PT_view_cursor(
19153
18150
  bpy_types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
19154
18151
  ):
19155
- """ """
19156
-
19157
18152
  bl_category: typing.Any
19158
- """ """
19159
-
19160
18153
  bl_label: typing.Any
19161
- """ """
19162
-
19163
18154
  bl_region_type: typing.Any
19164
- """ """
19165
-
19166
18155
  bl_rna: typing.Any
19167
- """ """
19168
-
19169
18156
  bl_space_type: typing.Any
19170
- """ """
19171
-
19172
18157
  id_data: typing.Any
19173
- """ """
19174
18158
 
19175
18159
  def append(self, draw_func):
19176
18160
  """Append a draw function to this menu,
@@ -19262,10 +18246,7 @@ class SEQUENCER_PT_view_cursor(
19262
18246
  """
19263
18247
  ...
19264
18248
 
19265
- def is_extended(self):
19266
- """ """
19267
- ...
19268
-
18249
+ def is_extended(self): ...
19269
18250
  def is_property_hidden(self) -> bool:
19270
18251
  """Check if a property is hidden.
19271
18252
 
@@ -19403,28 +18384,13 @@ class SEQUENCER_PT_view_cursor(
19403
18384
  class SEQUENCER_PT_view_safe_areas(
19404
18385
  bpy_types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
19405
18386
  ):
19406
- """ """
19407
-
19408
18387
  bl_category: typing.Any
19409
- """ """
19410
-
19411
18388
  bl_label: typing.Any
19412
- """ """
19413
-
19414
18389
  bl_options: typing.Any
19415
- """ """
19416
-
19417
18390
  bl_region_type: typing.Any
19418
- """ """
19419
-
19420
18391
  bl_rna: typing.Any
19421
- """ """
19422
-
19423
18392
  bl_space_type: typing.Any
19424
- """ """
19425
-
19426
18393
  id_data: typing.Any
19427
- """ """
19428
18394
 
19429
18395
  def append(self, draw_func):
19430
18396
  """Append a draw function to this menu,
@@ -19523,10 +18489,7 @@ class SEQUENCER_PT_view_safe_areas(
19523
18489
  """
19524
18490
  ...
19525
18491
 
19526
- def is_extended(self):
19527
- """ """
19528
- ...
19529
-
18492
+ def is_extended(self): ...
19530
18493
  def is_property_hidden(self) -> bool:
19531
18494
  """Check if a property is hidden.
19532
18495
 
@@ -19664,31 +18627,14 @@ class SEQUENCER_PT_view_safe_areas(
19664
18627
  class SEQUENCER_PT_view_safe_areas_center_cut(
19665
18628
  bpy_types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
19666
18629
  ):
19667
- """ """
19668
-
19669
18630
  bl_category: typing.Any
19670
- """ """
19671
-
19672
18631
  bl_label: typing.Any
19673
- """ """
19674
-
19675
18632
  bl_options: typing.Any
19676
- """ """
19677
-
19678
18633
  bl_parent_id: typing.Any
19679
- """ """
19680
-
19681
18634
  bl_region_type: typing.Any
19682
- """ """
19683
-
19684
18635
  bl_rna: typing.Any
19685
- """ """
19686
-
19687
18636
  bl_space_type: typing.Any
19688
- """ """
19689
-
19690
18637
  id_data: typing.Any
19691
- """ """
19692
18638
 
19693
18639
  def append(self, draw_func):
19694
18640
  """Append a draw function to this menu,
@@ -19787,10 +18733,7 @@ class SEQUENCER_PT_view_safe_areas_center_cut(
19787
18733
  """
19788
18734
  ...
19789
18735
 
19790
- def is_extended(self):
19791
- """ """
19792
- ...
19793
-
18736
+ def is_extended(self): ...
19794
18737
  def is_property_hidden(self) -> bool:
19795
18738
  """Check if a property is hidden.
19796
18739
 
@@ -19925,12 +18868,5 @@ class SEQUENCER_PT_view_safe_areas_center_cut(
19925
18868
  """
19926
18869
  ...
19927
18870
 
19928
- def draw_color_balance(layout, color_balance):
19929
- """ """
19930
-
19931
- ...
19932
-
19933
- def selected_sequences_len(context):
19934
- """ """
19935
-
19936
- ...
18871
+ def draw_color_balance(layout, color_balance): ...
18872
+ def selected_sequences_len(context): ...