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