fake-bpy-module 20250604__py3-none-any.whl → 20250607__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 (284) hide show
  1. _bpy_internal/addons/cli/__init__.pyi +1 -1
  2. _bpy_internal/extensions/junction_module/__init__.pyi +7 -7
  3. _bpy_internal/extensions/stale_file_manager/__init__.pyi +8 -8
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +3 -3
  5. _bpy_internal/freedesktop/__init__.pyi +16 -16
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +4 -4
  7. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +1 -1
  8. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +1 -1
  9. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  10. addon_utils/__init__.pyi +12 -12
  11. animsys_refactor/__init__.pyi +6 -6
  12. aud/__init__.pyi +11 -11
  13. bgl/__init__.pyi +272 -252
  14. bl_app_override/__init__.pyi +3 -3
  15. bl_app_override/helpers/__init__.pyi +2 -2
  16. bl_app_template_utils/__init__.pyi +4 -4
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -2
  18. bl_i18n_utils/bl_extract_messages/__init__.pyi +18 -16
  19. bl_i18n_utils/merge_po/__init__.pyi +1 -1
  20. bl_i18n_utils/settings/__init__.pyi +6 -6
  21. bl_i18n_utils/utils/__init__.pyi +48 -46
  22. bl_i18n_utils/utils_cli/__init__.pyi +6 -6
  23. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -1
  24. bl_i18n_utils/utils_rtl/__init__.pyi +2 -2
  25. bl_keymap_utils/io/__init__.pyi +9 -9
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -1
  28. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  29. bl_keymap_utils/versioning/__init__.pyi +1 -1
  30. bl_operators/__init__.pyi +2 -2
  31. bl_operators/add_mesh_torus/__init__.pyi +6 -6
  32. bl_operators/anim/__init__.pyi +24 -24
  33. bl_operators/assets/__init__.pyi +9 -9
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +11 -9
  35. bl_operators/bone_selection_sets/__init__.pyi +18 -18
  36. bl_operators/clip/__init__.pyi +26 -26
  37. bl_operators/connect_to_output/__init__.pyi +17 -15
  38. bl_operators/console/__init__.pyi +10 -10
  39. bl_operators/constraint/__init__.pyi +8 -8
  40. bl_operators/file/__init__.pyi +6 -6
  41. bl_operators/freestyle/__init__.pyi +9 -9
  42. bl_operators/geometry_nodes/__init__.pyi +24 -24
  43. bl_operators/grease_pencil/__init__.pyi +2 -2
  44. bl_operators/image/__init__.pyi +7 -7
  45. bl_operators/image_as_planes/__init__.pyi +32 -32
  46. bl_operators/mesh/__init__.pyi +7 -7
  47. bl_operators/node/__init__.pyi +31 -31
  48. bl_operators/node_editor/node_functions/__init__.pyi +9 -9
  49. bl_operators/object/__init__.pyi +31 -31
  50. bl_operators/object_align/__init__.pyi +5 -5
  51. bl_operators/object_quick_effects/__init__.pyi +9 -9
  52. bl_operators/object_randomize_transform/__init__.pyi +3 -3
  53. bl_operators/presets/__init__.pyi +18 -18
  54. bl_operators/rigidbody/__init__.pyi +7 -7
  55. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -2
  56. bl_operators/sequencer/__init__.pyi +19 -19
  57. bl_operators/spreadsheet/__init__.pyi +4 -4
  58. bl_operators/userpref/__init__.pyi +42 -42
  59. bl_operators/uvcalc_follow_active/__init__.pyi +5 -5
  60. bl_operators/uvcalc_lightmap/__init__.pyi +8 -8
  61. bl_operators/uvcalc_transform/__init__.pyi +20 -20
  62. bl_operators/vertexpaint_dirt/__init__.pyi +4 -4
  63. bl_operators/view3d/__init__.pyi +21 -19
  64. bl_operators/wm/__init__.pyi +88 -88
  65. bl_operators/world/__init__.pyi +2 -2
  66. bl_previews_utils/bl_previews_render/__init__.pyi +9 -7
  67. bl_rna_utils/data_path/__init__.pyi +2 -2
  68. bl_text_utils/external_editor/__init__.pyi +1 -1
  69. bl_ui/__init__.pyi +10 -10
  70. bl_ui/anim/__init__.pyi +2 -2
  71. bl_ui/asset_shelf/__init__.pyi +2 -2
  72. bl_ui/generic_ui_list/__init__.pyi +6 -6
  73. bl_ui/node_add_menu/__init__.pyi +15 -13
  74. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  75. bl_ui/node_add_menu_geometry/__init__.pyi +54 -54
  76. bl_ui/node_add_menu_shader/__init__.pyi +16 -16
  77. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  78. bl_ui/properties_animviz/__init__.pyi +2 -2
  79. bl_ui/properties_collection/__init__.pyi +10 -8
  80. bl_ui/properties_constraint/__init__.pyi +125 -125
  81. bl_ui/properties_data_armature/__init__.pyi +22 -22
  82. bl_ui/properties_data_bone/__init__.pyi +20 -20
  83. bl_ui/properties_data_camera/__init__.pyi +19 -19
  84. bl_ui/properties_data_curve/__init__.pyi +23 -23
  85. bl_ui/properties_data_curves/__init__.pyi +9 -9
  86. bl_ui/properties_data_empty/__init__.pyi +4 -4
  87. bl_ui/properties_data_grease_pencil/__init__.pyi +25 -25
  88. bl_ui/properties_data_lattice/__init__.pyi +4 -4
  89. bl_ui/properties_data_light/__init__.pyi +14 -14
  90. bl_ui/properties_data_lightprobe/__init__.pyi +18 -18
  91. bl_ui/properties_data_mesh/__init__.pyi +25 -58
  92. bl_ui/properties_data_metaball/__init__.pyi +6 -6
  93. bl_ui/properties_data_modifier/__init__.pyi +12 -12
  94. bl_ui/properties_data_pointcloud/__init__.pyi +8 -8
  95. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  96. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  97. bl_ui/properties_data_volume/__init__.pyi +9 -9
  98. bl_ui/properties_freestyle/__init__.pyi +51 -51
  99. bl_ui/properties_grease_pencil_common/__init__.pyi +30 -30
  100. bl_ui/properties_mask_common/__init__.pyi +24 -24
  101. bl_ui/properties_material/__init__.pyi +27 -27
  102. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  103. bl_ui/properties_object/__init__.pyi +29 -29
  104. bl_ui/properties_output/__init__.pyi +29 -29
  105. bl_ui/properties_paint_common/__init__.pyi +59 -50
  106. bl_ui/properties_particle/__init__.pyi +101 -101
  107. bl_ui/properties_physics_cloth/__init__.pyi +20 -20
  108. bl_ui/properties_physics_common/__init__.pyi +8 -8
  109. bl_ui/properties_physics_dynamicpaint/__init__.pyi +57 -57
  110. bl_ui/properties_physics_field/__init__.pyi +23 -23
  111. bl_ui/properties_physics_fluid/__init__.pyi +76 -76
  112. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -3
  113. bl_ui/properties_physics_rigidbody/__init__.pyi +18 -18
  114. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +29 -29
  115. bl_ui/properties_physics_softbody/__init__.pyi +21 -21
  116. bl_ui/properties_render/__init__.pyi +81 -81
  117. bl_ui/properties_scene/__init__.pyi +22 -22
  118. bl_ui/properties_texture/__init__.pyi +39 -39
  119. bl_ui/properties_view_layer/__init__.pyi +12 -12
  120. bl_ui/properties_workspace/__init__.pyi +5 -5
  121. bl_ui/properties_world/__init__.pyi +18 -18
  122. bl_ui/space_clip/__init__.pyi +81 -81
  123. bl_ui/space_console/__init__.pyi +6 -6
  124. bl_ui/space_dopesheet/__init__.pyi +32 -32
  125. bl_ui/space_filebrowser/__init__.pyi +45 -45
  126. bl_ui/space_graph/__init__.pyi +21 -21
  127. bl_ui/space_image/__init__.pyi +73 -75
  128. bl_ui/space_info/__init__.pyi +6 -6
  129. bl_ui/space_nla/__init__.pyi +18 -18
  130. bl_ui/space_node/__init__.pyi +42 -42
  131. bl_ui/space_outliner/__init__.pyi +21 -21
  132. bl_ui/space_properties/__init__.pyi +6 -6
  133. bl_ui/space_sequencer/__init__.pyi +133 -133
  134. bl_ui/space_spreadsheet/__init__.pyi +4 -4
  135. bl_ui/space_statusbar/__init__.pyi +1 -1
  136. bl_ui/space_text/__init__.pyi +17 -17
  137. bl_ui/space_time/__init__.pyi +12 -12
  138. bl_ui/space_toolsystem_common/__init__.pyi +28 -26
  139. bl_ui/space_toolsystem_toolbar/__init__.pyi +36 -36
  140. bl_ui/space_topbar/__init__.pyi +32 -32
  141. bl_ui/space_userpref/__init__.pyi +132 -132
  142. bl_ui/space_view3d/__init__.pyi +297 -307
  143. bl_ui/space_view3d_toolbar/__init__.pyi +148 -149
  144. bl_ui/utils/__init__.pyi +5 -5
  145. bl_ui_utils/layout/__init__.pyi +1 -1
  146. blend_render_info/__init__.pyi +2 -2
  147. blf/__init__.pyi +15 -15
  148. bmesh/__init__.pyi +1 -1
  149. bmesh/ops/__init__.pyi +366 -357
  150. bmesh/types/__init__.pyi +59 -57
  151. bmesh/utils/__init__.pyi +2 -2
  152. bpy/app/__init__.pyi +3 -3
  153. bpy/app/icons/__init__.pyi +1 -1
  154. bpy/app/timers/__init__.pyi +2 -2
  155. bpy/app/translations/__init__.pyi +9 -9
  156. bpy/msgbus/__init__.pyi +15 -3
  157. bpy/ops/action/__init__.pyi +62 -38
  158. bpy/ops/anim/__init__.pyi +63 -61
  159. bpy/ops/armature/__init__.pyi +58 -48
  160. bpy/ops/asset/__init__.pyi +31 -20
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -16
  163. bpy/ops/buttons/__init__.pyi +14 -12
  164. bpy/ops/cachefile/__init__.pyi +9 -11
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -95
  167. bpy/ops/cloth/__init__.pyi +1 -1
  168. bpy/ops/collection/__init__.pyi +11 -9
  169. bpy/ops/console/__init__.pyi +37 -21
  170. bpy/ops/constraint/__init__.pyi +20 -18
  171. bpy/ops/curve/__init__.pyi +81 -51
  172. bpy/ops/curves/__init__.pyi +50 -30
  173. bpy/ops/cycles/__init__.pyi +3 -3
  174. bpy/ops/dpaint/__init__.pyi +5 -5
  175. bpy/ops/ed/__init__.pyi +19 -16
  176. bpy/ops/export_anim/__init__.pyi +1 -1
  177. bpy/ops/export_scene/__init__.pyi +2 -2
  178. bpy/ops/extensions/__init__.pyi +38 -32
  179. bpy/ops/file/__init__.pyi +72 -43
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -29
  182. bpy/ops/geometry/__init__.pyi +10 -10
  183. bpy/ops/gizmogroup/__init__.pyi +4 -2
  184. bpy/ops/gpencil/__init__.pyi +12 -8
  185. bpy/ops/graph/__init__.pyi +81 -68
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -61
  188. bpy/ops/import_anim/__init__.pyi +1 -1
  189. bpy/ops/import_curve/__init__.pyi +1 -1
  190. bpy/ops/import_scene/__init__.pyi +2 -2
  191. bpy/ops/info/__init__.pyi +13 -7
  192. bpy/ops/lattice/__init__.pyi +14 -8
  193. bpy/ops/marker/__init__.pyi +13 -11
  194. bpy/ops/mask/__init__.pyi +59 -39
  195. bpy/ops/material/__init__.pyi +3 -3
  196. bpy/ops/mball/__init__.pyi +8 -8
  197. bpy/ops/mesh/__init__.pyi +182 -164
  198. bpy/ops/nla/__init__.pyi +65 -39
  199. bpy/ops/node/__init__.pyi +181 -150
  200. bpy/ops/object/__init__.pyi +262 -251
  201. bpy/ops/outliner/__init__.pyi +98 -72
  202. bpy/ops/paint/__init__.pyi +58 -54
  203. bpy/ops/paintcurve/__init__.pyi +12 -8
  204. bpy/ops/palette/__init__.pyi +11 -7
  205. bpy/ops/particle/__init__.pyi +58 -36
  206. bpy/ops/pointcloud/__init__.pyi +13 -7
  207. bpy/ops/pose/__init__.pyi +65 -51
  208. bpy/ops/poselib/__init__.pyi +17 -11
  209. bpy/ops/preferences/__init__.pyi +41 -38
  210. bpy/ops/ptcache/__init__.pyi +13 -7
  211. bpy/ops/render/__init__.pyi +17 -13
  212. bpy/ops/rigidbody/__init__.pyi +19 -13
  213. bpy/ops/scene/__init__.pyi +39 -37
  214. bpy/ops/screen/__init__.pyi +59 -45
  215. bpy/ops/script/__init__.pyi +5 -3
  216. bpy/ops/sculpt/__init__.pyi +44 -40
  217. bpy/ops/sculpt_curves/__init__.pyi +4 -4
  218. bpy/ops/sequencer/__init__.pyi +142 -115
  219. bpy/ops/sound/__init__.pyi +7 -16
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -49
  223. bpy/ops/text_editor/__init__.pyi +1 -1
  224. bpy/ops/texture/__init__.pyi +8 -4
  225. bpy/ops/transform/__init__.pyi +29 -27
  226. bpy/ops/ui/__init__.pyi +42 -34
  227. bpy/ops/uilist/__init__.pyi +3 -3
  228. bpy/ops/uv/__init__.pyi +59 -49
  229. bpy/ops/view2d/__init__.pyi +14 -14
  230. bpy/ops/view3d/__init__.pyi +87 -67
  231. bpy/ops/wm/__init__.pyi +136 -574
  232. bpy/ops/workspace/__init__.pyi +11 -7
  233. bpy/ops/world/__init__.pyi +2 -2
  234. bpy/props/__init__.pyi +16 -13
  235. bpy/types/__init__.pyi +1237 -1281
  236. bpy/utils/__init__.pyi +23 -23
  237. bpy/utils/previews/__init__.pyi +3 -3
  238. bpy_extras/anim_utils/__init__.pyi +7 -7
  239. bpy_extras/bmesh_utils/__init__.pyi +1 -1
  240. bpy_extras/id_map_utils/__init__.pyi +3 -3
  241. bpy_extras/io_utils/__init__.pyi +14 -12
  242. bpy_extras/keyconfig_utils/__init__.pyi +3 -3
  243. bpy_extras/mesh_utils/__init__.pyi +2 -2
  244. bpy_extras/node_shader_utils/__init__.pyi +63 -63
  245. bpy_extras/node_utils/__init__.pyi +3 -3
  246. bpy_extras/object_utils/__init__.pyi +4 -4
  247. bpy_extras/wm_utils/progress_report/__init__.pyi +10 -10
  248. bpy_types/__init__.pyi +4 -4
  249. console_python/__init__.pyi +7 -7
  250. console_shell/__init__.pyi +5 -5
  251. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250607.dist-info/RECORD +367 -0
  253. freestyle/chainingiterators/__init__.pyi +35 -33
  254. freestyle/functions/__init__.pyi +55 -55
  255. freestyle/predicates/__init__.pyi +8 -8
  256. freestyle/shaders/__init__.pyi +79 -75
  257. freestyle/types/__init__.pyi +146 -142
  258. freestyle/utils/ContextFunctions/__init__.pyi +3 -1
  259. freestyle/utils/__init__.pyi +25 -25
  260. gpu/matrix/__init__.pyi +14 -14
  261. gpu/select/__init__.pyi +1 -1
  262. gpu/shader/__init__.pyi +1 -1
  263. gpu/state/__init__.pyi +19 -19
  264. gpu/types/__init__.pyi +50 -44
  265. gpu_extras/presets/__init__.pyi +2 -2
  266. graphviz_export/__init__.pyi +2 -2
  267. idprop/types/__init__.pyi +9 -9
  268. imbuf/__init__.pyi +3 -1
  269. imbuf/types/__init__.pyi +3 -3
  270. keyingsets_builtins/__init__.pyi +26 -26
  271. keyingsets_utils/__init__.pyi +14 -14
  272. mathutils/__init__.pyi +61 -53
  273. mathutils/bvhtree/__init__.pyi +4 -4
  274. mathutils/kdtree/__init__.pyi +3 -3
  275. mathutils/noise/__init__.pyi +1 -1
  276. nodeitems_builtins/__init__.pyi +4 -4
  277. nodeitems_utils/__init__.pyi +9 -9
  278. rna_info/__init__.pyi +25 -25
  279. rna_keymap_ui/__init__.pyi +6 -6
  280. rna_prop_ui/__init__.pyi +12 -12
  281. rna_xml/__init__.pyi +6 -6
  282. fake_bpy_module-20250604.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class SEQUENCER_HT_header(bpy.types.Header):
27
27
  :rtype: typing.Any
28
28
  """
29
29
 
30
- def draw(self, context):
30
+ def draw(self, context) -> None:
31
31
  """
32
32
 
33
33
  :param context:
@@ -53,13 +53,13 @@ class SEQUENCER_HT_tool_header(bpy.types.Header):
53
53
  :rtype: typing.Any
54
54
  """
55
55
 
56
- def draw(self, context):
56
+ def draw(self, context) -> None:
57
57
  """
58
58
 
59
59
  :param context:
60
60
  """
61
61
 
62
- def draw_tool_settings(self, context):
62
+ def draw_tool_settings(self, context) -> None:
63
63
  """
64
64
 
65
65
  :param context:
@@ -86,7 +86,7 @@ class SEQUENCER_MT_add(bpy.types.Menu):
86
86
  :rtype: typing.Any
87
87
  """
88
88
 
89
- def draw(self, context):
89
+ def draw(self, context) -> None:
90
90
  """
91
91
 
92
92
  :param context:
@@ -111,7 +111,7 @@ class SEQUENCER_MT_add_effect(bpy.types.Menu):
111
111
  :rtype: typing.Any
112
112
  """
113
113
 
114
- def draw(self, context):
114
+ def draw(self, context) -> None:
115
115
  """
116
116
 
117
117
  :param context:
@@ -136,7 +136,7 @@ class SEQUENCER_MT_add_empty(bpy.types.Menu):
136
136
  :rtype: typing.Any
137
137
  """
138
138
 
139
- def draw(self, _context):
139
+ def draw(self, _context) -> None:
140
140
  """
141
141
 
142
142
  :param _context:
@@ -162,7 +162,7 @@ class SEQUENCER_MT_add_scene(bpy.types.Menu):
162
162
  :rtype: typing.Any
163
163
  """
164
164
 
165
- def draw(self, context):
165
+ def draw(self, context) -> None:
166
166
  """
167
167
 
168
168
  :param context:
@@ -187,7 +187,7 @@ class SEQUENCER_MT_add_transitions(bpy.types.Menu):
187
187
  :rtype: typing.Any
188
188
  """
189
189
 
190
- def draw(self, context):
190
+ def draw(self, context) -> None:
191
191
  """
192
192
 
193
193
  :param context:
@@ -212,7 +212,7 @@ class SEQUENCER_MT_change(bpy.types.Menu):
212
212
  :rtype: typing.Any
213
213
  """
214
214
 
215
- def draw(self, context):
215
+ def draw(self, context) -> None:
216
216
  """
217
217
 
218
218
  :param context:
@@ -239,7 +239,7 @@ class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker, bpy.types.Menu):
239
239
  :rtype: typing.Any
240
240
  """
241
241
 
242
- def draw(self, _context):
242
+ def draw(self, _context) -> None:
243
243
  """
244
244
 
245
245
  :param _context:
@@ -264,19 +264,19 @@ class SEQUENCER_MT_context_menu(bpy.types.Menu):
264
264
  :rtype: typing.Any
265
265
  """
266
266
 
267
- def draw(self, context):
267
+ def draw(self, context) -> None:
268
268
  """
269
269
 
270
270
  :param context:
271
271
  """
272
272
 
273
- def draw_generic(self, context):
273
+ def draw_generic(self, context) -> None:
274
274
  """
275
275
 
276
276
  :param context:
277
277
  """
278
278
 
279
- def draw_retime(self, context):
279
+ def draw_retime(self, context) -> None:
280
280
  """
281
281
 
282
282
  :param context:
@@ -302,7 +302,7 @@ class SEQUENCER_MT_editor_menus(bpy.types.Menu):
302
302
  :rtype: typing.Any
303
303
  """
304
304
 
305
- def draw(self, context):
305
+ def draw(self, context) -> None:
306
306
  """
307
307
 
308
308
  :param context:
@@ -327,7 +327,7 @@ class SEQUENCER_MT_image(bpy.types.Menu):
327
327
  :rtype: typing.Any
328
328
  """
329
329
 
330
- def draw(self, context):
330
+ def draw(self, context) -> None:
331
331
  """
332
332
 
333
333
  :param context:
@@ -352,7 +352,7 @@ class SEQUENCER_MT_image_apply(bpy.types.Menu):
352
352
  :rtype: typing.Any
353
353
  """
354
354
 
355
- def draw(self, _context):
355
+ def draw(self, _context) -> None:
356
356
  """
357
357
 
358
358
  :param _context:
@@ -377,7 +377,7 @@ class SEQUENCER_MT_image_clear(bpy.types.Menu):
377
377
  :rtype: typing.Any
378
378
  """
379
379
 
380
- def draw(self, _context):
380
+ def draw(self, _context) -> None:
381
381
  """
382
382
 
383
383
  :param _context:
@@ -402,7 +402,7 @@ class SEQUENCER_MT_image_transform(bpy.types.Menu):
402
402
  :rtype: typing.Any
403
403
  """
404
404
 
405
- def draw(self, _context):
405
+ def draw(self, _context) -> None:
406
406
  """
407
407
 
408
408
  :param _context:
@@ -427,7 +427,7 @@ class SEQUENCER_MT_marker(bpy.types.Menu):
427
427
  :rtype: typing.Any
428
428
  """
429
429
 
430
- def draw(self, context):
430
+ def draw(self, context) -> None:
431
431
  """
432
432
 
433
433
  :param context:
@@ -452,7 +452,7 @@ class SEQUENCER_MT_navigation(bpy.types.Menu):
452
452
  :rtype: typing.Any
453
453
  """
454
454
 
455
- def draw(self, _context):
455
+ def draw(self, _context) -> None:
456
456
  """
457
457
 
458
458
  :param _context:
@@ -477,7 +477,7 @@ class SEQUENCER_MT_pivot_pie(bpy.types.Menu):
477
477
  :rtype: typing.Any
478
478
  """
479
479
 
480
- def draw(self, context):
480
+ def draw(self, context) -> None:
481
481
  """
482
482
 
483
483
  :param context:
@@ -502,7 +502,7 @@ class SEQUENCER_MT_preview_context_menu(bpy.types.Menu):
502
502
  :rtype: typing.Any
503
503
  """
504
504
 
505
- def draw(self, context):
505
+ def draw(self, context) -> None:
506
506
  """
507
507
 
508
508
  :param context:
@@ -527,7 +527,7 @@ class SEQUENCER_MT_preview_view_pie(bpy.types.Menu):
527
527
  :rtype: typing.Any
528
528
  """
529
529
 
530
- def draw(self, _context):
530
+ def draw(self, _context) -> None:
531
531
  """
532
532
 
533
533
  :param _context:
@@ -552,7 +552,7 @@ class SEQUENCER_MT_preview_zoom(bpy.types.Menu):
552
552
  :rtype: typing.Any
553
553
  """
554
554
 
555
- def draw(self, context):
555
+ def draw(self, context) -> None:
556
556
  """
557
557
 
558
558
  :param context:
@@ -577,7 +577,7 @@ class SEQUENCER_MT_proxy(bpy.types.Menu):
577
577
  :rtype: typing.Any
578
578
  """
579
579
 
580
- def draw(self, context):
580
+ def draw(self, context) -> None:
581
581
  """
582
582
 
583
583
  :param context:
@@ -602,7 +602,7 @@ class SEQUENCER_MT_range(bpy.types.Menu):
602
602
  :rtype: typing.Any
603
603
  """
604
604
 
605
- def draw(self, _context):
605
+ def draw(self, _context) -> None:
606
606
  """
607
607
 
608
608
  :param _context:
@@ -628,7 +628,7 @@ class SEQUENCER_MT_retiming(bpy.types.Menu):
628
628
  :rtype: typing.Any
629
629
  """
630
630
 
631
- def draw(self, context):
631
+ def draw(self, context) -> None:
632
632
  """
633
633
 
634
634
  :param context:
@@ -653,7 +653,7 @@ class SEQUENCER_MT_select(bpy.types.Menu):
653
653
  :rtype: typing.Any
654
654
  """
655
655
 
656
- def draw(self, context):
656
+ def draw(self, context) -> None:
657
657
  """
658
658
 
659
659
  :param context:
@@ -678,7 +678,7 @@ class SEQUENCER_MT_select_channel(bpy.types.Menu):
678
678
  :rtype: typing.Any
679
679
  """
680
680
 
681
- def draw(self, _context):
681
+ def draw(self, _context) -> None:
682
682
  """
683
683
 
684
684
  :param _context:
@@ -703,7 +703,7 @@ class SEQUENCER_MT_select_handle(bpy.types.Menu):
703
703
  :rtype: typing.Any
704
704
  """
705
705
 
706
- def draw(self, _context):
706
+ def draw(self, _context) -> None:
707
707
  """
708
708
 
709
709
  :param _context:
@@ -728,7 +728,7 @@ class SEQUENCER_MT_strip(bpy.types.Menu):
728
728
  :rtype: typing.Any
729
729
  """
730
730
 
731
- def draw(self, context):
731
+ def draw(self, context) -> None:
732
732
  """
733
733
 
734
734
  :param context:
@@ -753,7 +753,7 @@ class SEQUENCER_MT_strip_effect(bpy.types.Menu):
753
753
  :rtype: typing.Any
754
754
  """
755
755
 
756
- def draw(self, _context):
756
+ def draw(self, _context) -> None:
757
757
  """
758
758
 
759
759
  :param _context:
@@ -778,7 +778,7 @@ class SEQUENCER_MT_strip_effect_change(bpy.types.Menu):
778
778
  :rtype: typing.Any
779
779
  """
780
780
 
781
- def draw(self, context):
781
+ def draw(self, context) -> None:
782
782
  """
783
783
 
784
784
  :param context:
@@ -803,7 +803,7 @@ class SEQUENCER_MT_strip_input(bpy.types.Menu):
803
803
  :rtype: typing.Any
804
804
  """
805
805
 
806
- def draw(self, context):
806
+ def draw(self, context) -> None:
807
807
  """
808
808
 
809
809
  :param context:
@@ -828,7 +828,7 @@ class SEQUENCER_MT_strip_lock_mute(bpy.types.Menu):
828
828
  :rtype: typing.Any
829
829
  """
830
830
 
831
- def draw(self, _context):
831
+ def draw(self, _context) -> None:
832
832
  """
833
833
 
834
834
  :param _context:
@@ -853,7 +853,7 @@ class SEQUENCER_MT_strip_movie(bpy.types.Menu):
853
853
  :rtype: typing.Any
854
854
  """
855
855
 
856
- def draw(self, _context):
856
+ def draw(self, _context) -> None:
857
857
  """
858
858
 
859
859
  :param _context:
@@ -878,7 +878,7 @@ class SEQUENCER_MT_strip_retiming(bpy.types.Menu):
878
878
  :rtype: typing.Any
879
879
  """
880
880
 
881
- def draw(self, context):
881
+ def draw(self, context) -> None:
882
882
  """
883
883
 
884
884
  :param context:
@@ -903,7 +903,7 @@ class SEQUENCER_MT_strip_show_hide(bpy.types.Menu):
903
903
  :rtype: typing.Any
904
904
  """
905
905
 
906
- def draw(self, _context):
906
+ def draw(self, _context) -> None:
907
907
  """
908
908
 
909
909
  :param _context:
@@ -928,7 +928,7 @@ class SEQUENCER_MT_strip_text(bpy.types.Menu):
928
928
  :rtype: typing.Any
929
929
  """
930
930
 
931
- def draw(self, context):
931
+ def draw(self, context) -> None:
932
932
  """
933
933
 
934
934
  :param context:
@@ -953,7 +953,7 @@ class SEQUENCER_MT_strip_transform(bpy.types.Menu):
953
953
  :rtype: typing.Any
954
954
  """
955
955
 
956
- def draw(self, context):
956
+ def draw(self, context) -> None:
957
957
  """
958
958
 
959
959
  :param context:
@@ -978,7 +978,7 @@ class SEQUENCER_MT_view(bpy.types.Menu):
978
978
  :rtype: typing.Any
979
979
  """
980
980
 
981
- def draw(self, context):
981
+ def draw(self, context) -> None:
982
982
  """
983
983
 
984
984
  :param context:
@@ -1003,7 +1003,7 @@ class SEQUENCER_MT_view_pie(bpy.types.Menu):
1003
1003
  :rtype: typing.Any
1004
1004
  """
1005
1005
 
1006
- def draw(self, context):
1006
+ def draw(self, context) -> None:
1007
1007
  """
1008
1008
 
1009
1009
  :param context:
@@ -1056,14 +1056,14 @@ class SEQUENCER_PT_adjust_color(SequencerButtonsPanel, bpy.types.Panel):
1056
1056
  :rtype: typing.Any
1057
1057
  """
1058
1058
 
1059
- def draw(self, context):
1059
+ def draw(self, context) -> None:
1060
1060
  """
1061
1061
 
1062
1062
  :param context:
1063
1063
  """
1064
1064
 
1065
1065
  @classmethod
1066
- def poll(cls, context):
1066
+ def poll(cls, context) -> None:
1067
1067
  """
1068
1068
 
1069
1069
  :param context:
@@ -1091,14 +1091,14 @@ class SEQUENCER_PT_adjust_comp(SequencerButtonsPanel, bpy.types.Panel):
1091
1091
  :rtype: typing.Any
1092
1092
  """
1093
1093
 
1094
- def draw(self, context):
1094
+ def draw(self, context) -> None:
1095
1095
  """
1096
1096
 
1097
1097
  :param context:
1098
1098
  """
1099
1099
 
1100
1100
  @classmethod
1101
- def poll(cls, context):
1101
+ def poll(cls, context) -> None:
1102
1102
  """
1103
1103
 
1104
1104
  :param context:
@@ -1127,14 +1127,14 @@ class SEQUENCER_PT_adjust_crop(SequencerButtonsPanel, bpy.types.Panel):
1127
1127
  :rtype: typing.Any
1128
1128
  """
1129
1129
 
1130
- def draw(self, context):
1130
+ def draw(self, context) -> None:
1131
1131
  """
1132
1132
 
1133
1133
  :param context:
1134
1134
  """
1135
1135
 
1136
1136
  @classmethod
1137
- def poll(cls, context):
1137
+ def poll(cls, context) -> None:
1138
1138
  """
1139
1139
 
1140
1140
  :param context:
@@ -1162,14 +1162,14 @@ class SEQUENCER_PT_adjust_sound(SequencerButtonsPanel, bpy.types.Panel):
1162
1162
  :rtype: typing.Any
1163
1163
  """
1164
1164
 
1165
- def draw(self, context):
1165
+ def draw(self, context) -> None:
1166
1166
  """
1167
1167
 
1168
1168
  :param context:
1169
1169
  """
1170
1170
 
1171
1171
  @classmethod
1172
- def poll(cls, context):
1172
+ def poll(cls, context) -> None:
1173
1173
  """
1174
1174
 
1175
1175
  :param context:
@@ -1198,14 +1198,14 @@ class SEQUENCER_PT_adjust_transform(SequencerButtonsPanel, bpy.types.Panel):
1198
1198
  :rtype: typing.Any
1199
1199
  """
1200
1200
 
1201
- def draw(self, context):
1201
+ def draw(self, context) -> None:
1202
1202
  """
1203
1203
 
1204
1204
  :param context:
1205
1205
  """
1206
1206
 
1207
1207
  @classmethod
1208
- def poll(cls, context):
1208
+ def poll(cls, context) -> None:
1209
1209
  """
1210
1210
 
1211
1211
  :param context:
@@ -1234,14 +1234,14 @@ class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, bpy.types.Panel):
1234
1234
  :rtype: typing.Any
1235
1235
  """
1236
1236
 
1237
- def draw(self, context):
1237
+ def draw(self, context) -> None:
1238
1238
  """
1239
1239
 
1240
1240
  :param context:
1241
1241
  """
1242
1242
 
1243
1243
  @classmethod
1244
- def poll(cls, context):
1244
+ def poll(cls, context) -> None:
1245
1245
  """
1246
1246
 
1247
1247
  :param context:
@@ -1275,14 +1275,14 @@ class SEQUENCER_PT_annotation(
1275
1275
  """
1276
1276
 
1277
1277
  @staticmethod
1278
- def has_preview(context):
1278
+ def has_preview(context) -> None:
1279
1279
  """
1280
1280
 
1281
1281
  :param context:
1282
1282
  """
1283
1283
 
1284
1284
  @classmethod
1285
- def poll(cls, context):
1285
+ def poll(cls, context) -> None:
1286
1286
  """
1287
1287
 
1288
1288
  :param context:
@@ -1317,14 +1317,14 @@ class SEQUENCER_PT_annotation_onion(
1317
1317
  """
1318
1318
 
1319
1319
  @staticmethod
1320
- def has_preview(context):
1320
+ def has_preview(context) -> None:
1321
1321
  """
1322
1322
 
1323
1323
  :param context:
1324
1324
  """
1325
1325
 
1326
1326
  @classmethod
1327
- def poll(cls, context):
1327
+ def poll(cls, context) -> None:
1328
1328
  """
1329
1329
 
1330
1330
  :param context:
@@ -1352,14 +1352,14 @@ class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, bpy.types.Panel):
1352
1352
  :rtype: typing.Any
1353
1353
  """
1354
1354
 
1355
- def draw(self, context):
1355
+ def draw(self, context) -> None:
1356
1356
  """
1357
1357
 
1358
1358
  :param context:
1359
1359
  """
1360
1360
 
1361
1361
  @classmethod
1362
- def poll(cls, context):
1362
+ def poll(cls, context) -> None:
1363
1363
  """
1364
1364
 
1365
1365
  :param context:
@@ -1388,20 +1388,20 @@ class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, bpy.types.Panel):
1388
1388
  :rtype: typing.Any
1389
1389
  """
1390
1390
 
1391
- def draw(self, context):
1391
+ def draw(self, context) -> None:
1392
1392
  """
1393
1393
 
1394
1394
  :param context:
1395
1395
  """
1396
1396
 
1397
- def draw_header(self, context):
1397
+ def draw_header(self, context) -> None:
1398
1398
  """
1399
1399
 
1400
1400
  :param context:
1401
1401
  """
1402
1402
 
1403
1403
  @classmethod
1404
- def poll(cls, context):
1404
+ def poll(cls, context) -> None:
1405
1405
  """
1406
1406
 
1407
1407
  :param context:
@@ -1430,7 +1430,7 @@ class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, bpy.types.Panel):
1430
1430
  :rtype: typing.Any
1431
1431
  """
1432
1432
 
1433
- def draw(self, _context):
1433
+ def draw(self, _context) -> None:
1434
1434
  """
1435
1435
 
1436
1436
  :param _context:
@@ -1489,14 +1489,14 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel, bpy.types.Panel):
1489
1489
  :rtype: typing.Any
1490
1490
  """
1491
1491
 
1492
- def draw(self, context):
1492
+ def draw(self, context) -> None:
1493
1493
  """
1494
1494
 
1495
1495
  :param context:
1496
1496
  """
1497
1497
 
1498
1498
  @classmethod
1499
- def poll(cls, context):
1499
+ def poll(cls, context) -> None:
1500
1500
  """
1501
1501
 
1502
1502
  :param context:
@@ -1527,20 +1527,20 @@ class SEQUENCER_PT_effect_text_box(SequencerButtonsPanel, bpy.types.Panel):
1527
1527
  :rtype: typing.Any
1528
1528
  """
1529
1529
 
1530
- def draw(self, context):
1530
+ def draw(self, context) -> None:
1531
1531
  """
1532
1532
 
1533
1533
  :param context:
1534
1534
  """
1535
1535
 
1536
- def draw_header(self, context):
1536
+ def draw_header(self, context) -> None:
1537
1537
  """
1538
1538
 
1539
1539
  :param context:
1540
1540
  """
1541
1541
 
1542
1542
  @classmethod
1543
- def poll(cls, context):
1543
+ def poll(cls, context) -> None:
1544
1544
  """
1545
1545
 
1546
1546
  :param context:
@@ -1569,14 +1569,14 @@ class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel, bpy.types.Panel):
1569
1569
  :rtype: typing.Any
1570
1570
  """
1571
1571
 
1572
- def draw(self, context):
1572
+ def draw(self, context) -> None:
1573
1573
  """
1574
1574
 
1575
1575
  :param context:
1576
1576
  """
1577
1577
 
1578
1578
  @classmethod
1579
- def poll(cls, context):
1579
+ def poll(cls, context) -> None:
1580
1580
  """
1581
1581
 
1582
1582
  :param context:
@@ -1606,20 +1606,20 @@ class SEQUENCER_PT_effect_text_outline(SequencerButtonsPanel, bpy.types.Panel):
1606
1606
  :rtype: typing.Any
1607
1607
  """
1608
1608
 
1609
- def draw(self, context):
1609
+ def draw(self, context) -> None:
1610
1610
  """
1611
1611
 
1612
1612
  :param context:
1613
1613
  """
1614
1614
 
1615
- def draw_header(self, context):
1615
+ def draw_header(self, context) -> None:
1616
1616
  """
1617
1617
 
1618
1618
  :param context:
1619
1619
  """
1620
1620
 
1621
1621
  @classmethod
1622
- def poll(cls, context):
1622
+ def poll(cls, context) -> None:
1623
1623
  """
1624
1624
 
1625
1625
  :param context:
@@ -1649,20 +1649,20 @@ class SEQUENCER_PT_effect_text_shadow(SequencerButtonsPanel, bpy.types.Panel):
1649
1649
  :rtype: typing.Any
1650
1650
  """
1651
1651
 
1652
- def draw(self, context):
1652
+ def draw(self, context) -> None:
1653
1653
  """
1654
1654
 
1655
1655
  :param context:
1656
1656
  """
1657
1657
 
1658
- def draw_header(self, context):
1658
+ def draw_header(self, context) -> None:
1659
1659
  """
1660
1660
 
1661
1661
  :param context:
1662
1662
  """
1663
1663
 
1664
1664
  @classmethod
1665
- def poll(cls, context):
1665
+ def poll(cls, context) -> None:
1666
1666
  """
1667
1667
 
1668
1668
  :param context:
@@ -1691,14 +1691,14 @@ class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, bpy.types.Panel):
1691
1691
  :rtype: typing.Any
1692
1692
  """
1693
1693
 
1694
- def draw(self, context):
1694
+ def draw(self, context) -> None:
1695
1695
  """
1696
1696
 
1697
1697
  :param context:
1698
1698
  """
1699
1699
 
1700
1700
  @classmethod
1701
- def poll(cls, context):
1701
+ def poll(cls, context) -> None:
1702
1702
  """
1703
1703
 
1704
1704
  :param context:
@@ -1727,20 +1727,20 @@ class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, bpy.types.Panel):
1727
1727
  :rtype: typing.Any
1728
1728
  """
1729
1729
 
1730
- def draw(self, context):
1730
+ def draw(self, context) -> None:
1731
1731
  """
1732
1732
 
1733
1733
  :param context:
1734
1734
  """
1735
1735
 
1736
- def draw_header(self, context):
1736
+ def draw_header(self, context) -> None:
1737
1737
  """
1738
1738
 
1739
1739
  :param context:
1740
1740
  """
1741
1741
 
1742
1742
  @classmethod
1743
- def poll(cls, context):
1743
+ def poll(cls, context) -> None:
1744
1744
  """
1745
1745
 
1746
1746
  :param context:
@@ -1768,7 +1768,7 @@ class SEQUENCER_PT_gizmo_display(bpy.types.Panel):
1768
1768
  :rtype: typing.Any
1769
1769
  """
1770
1770
 
1771
- def draw(self, context):
1771
+ def draw(self, context) -> None:
1772
1772
  """
1773
1773
 
1774
1774
  :param context:
@@ -1796,14 +1796,14 @@ class SEQUENCER_PT_mask(SequencerButtonsPanel, bpy.types.Panel):
1796
1796
  :rtype: typing.Any
1797
1797
  """
1798
1798
 
1799
- def draw(self, context):
1799
+ def draw(self, context) -> None:
1800
1800
  """
1801
1801
 
1802
1802
  :param context:
1803
1803
  """
1804
1804
 
1805
1805
  @classmethod
1806
- def poll(cls, context):
1806
+ def poll(cls, context) -> None:
1807
1807
  """
1808
1808
 
1809
1809
  :param context:
@@ -1831,7 +1831,7 @@ class SEQUENCER_PT_modifiers(SequencerButtonsPanel, bpy.types.Panel):
1831
1831
  :rtype: typing.Any
1832
1832
  """
1833
1833
 
1834
- def draw(self, context):
1834
+ def draw(self, context) -> None:
1835
1835
  """
1836
1836
 
1837
1837
  :param context:
@@ -1860,14 +1860,14 @@ class SEQUENCER_PT_movie_clip(SequencerButtonsPanel, bpy.types.Panel):
1860
1860
  :rtype: typing.Any
1861
1861
  """
1862
1862
 
1863
- def draw(self, context):
1863
+ def draw(self, context) -> None:
1864
1864
  """
1865
1865
 
1866
1866
  :param context:
1867
1867
  """
1868
1868
 
1869
1869
  @classmethod
1870
- def poll(cls, context):
1870
+ def poll(cls, context) -> None:
1871
1871
  """
1872
1872
 
1873
1873
  :param context:
@@ -1895,7 +1895,7 @@ class SEQUENCER_PT_overlay(bpy.types.Panel):
1895
1895
  :rtype: typing.Any
1896
1896
  """
1897
1897
 
1898
- def draw(self, _context):
1898
+ def draw(self, _context) -> None:
1899
1899
  """
1900
1900
 
1901
1901
  :param _context:
@@ -1947,7 +1947,7 @@ class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, bpy.types.Panel):
1947
1947
  :rtype: typing.Any
1948
1948
  """
1949
1949
 
1950
- def draw(self, context):
1950
+ def draw(self, context) -> None:
1951
1951
  """
1952
1952
 
1953
1953
  :param context:
@@ -1975,14 +1975,14 @@ class SEQUENCER_PT_preview_overlay(bpy.types.Panel):
1975
1975
  :rtype: typing.Any
1976
1976
  """
1977
1977
 
1978
- def draw(self, context):
1978
+ def draw(self, context) -> None:
1979
1979
  """
1980
1980
 
1981
1981
  :param context:
1982
1982
  """
1983
1983
 
1984
1984
  @classmethod
1985
- def poll(cls, context):
1985
+ def poll(cls, context) -> None:
1986
1986
  """
1987
1987
 
1988
1988
  :param context:
@@ -2010,14 +2010,14 @@ class SEQUENCER_PT_preview_snapping(bpy.types.Panel):
2010
2010
  :rtype: typing.Any
2011
2011
  """
2012
2012
 
2013
- def draw(self, context):
2013
+ def draw(self, context) -> None:
2014
2014
  """
2015
2015
 
2016
2016
  :param context:
2017
2017
  """
2018
2018
 
2019
2019
  @classmethod
2020
- def poll(cls, context):
2020
+ def poll(cls, context) -> None:
2021
2021
  """
2022
2022
 
2023
2023
  :param context:
@@ -2045,14 +2045,14 @@ class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, bpy.types.Panel):
2045
2045
  :rtype: typing.Any
2046
2046
  """
2047
2047
 
2048
- def draw(self, context):
2048
+ def draw(self, context) -> None:
2049
2049
  """
2050
2050
 
2051
2051
  :param context:
2052
2052
  """
2053
2053
 
2054
2054
  @classmethod
2055
- def poll(cls, context):
2055
+ def poll(cls, context) -> None:
2056
2056
  """
2057
2057
 
2058
2058
  :param context:
@@ -2080,14 +2080,14 @@ class SEQUENCER_PT_scene(SequencerButtonsPanel, bpy.types.Panel):
2080
2080
  :rtype: typing.Any
2081
2081
  """
2082
2082
 
2083
- def draw(self, context):
2083
+ def draw(self, context) -> None:
2084
2084
  """
2085
2085
 
2086
2086
  :param context:
2087
2087
  """
2088
2088
 
2089
2089
  @classmethod
2090
- def poll(cls, context):
2090
+ def poll(cls, context) -> None:
2091
2091
  """
2092
2092
 
2093
2093
  :param context:
@@ -2115,14 +2115,14 @@ class SEQUENCER_PT_scene_sound(SequencerButtonsPanel, bpy.types.Panel):
2115
2115
  :rtype: typing.Any
2116
2116
  """
2117
2117
 
2118
- def draw(self, context):
2118
+ def draw(self, context) -> None:
2119
2119
  """
2120
2120
 
2121
2121
  :param context:
2122
2122
  """
2123
2123
 
2124
2124
  @classmethod
2125
- def poll(cls, context):
2125
+ def poll(cls, context) -> None:
2126
2126
  """
2127
2127
 
2128
2128
  :param context:
@@ -2150,14 +2150,14 @@ class SEQUENCER_PT_sequencer_overlay(bpy.types.Panel):
2150
2150
  :rtype: typing.Any
2151
2151
  """
2152
2152
 
2153
- def draw(self, context):
2153
+ def draw(self, context) -> None:
2154
2154
  """
2155
2155
 
2156
2156
  :param context:
2157
2157
  """
2158
2158
 
2159
2159
  @classmethod
2160
- def poll(cls, context):
2160
+ def poll(cls, context) -> None:
2161
2161
  """
2162
2162
 
2163
2163
  :param context:
@@ -2185,14 +2185,14 @@ class SEQUENCER_PT_sequencer_overlay_strips(bpy.types.Panel):
2185
2185
  :rtype: typing.Any
2186
2186
  """
2187
2187
 
2188
- def draw(self, context):
2188
+ def draw(self, context) -> None:
2189
2189
  """
2190
2190
 
2191
2191
  :param context:
2192
2192
  """
2193
2193
 
2194
2194
  @classmethod
2195
- def poll(cls, context):
2195
+ def poll(cls, context) -> None:
2196
2196
  """
2197
2197
 
2198
2198
  :param context:
@@ -2220,14 +2220,14 @@ class SEQUENCER_PT_sequencer_overlay_waveforms(bpy.types.Panel):
2220
2220
  :rtype: typing.Any
2221
2221
  """
2222
2222
 
2223
- def draw(self, context):
2223
+ def draw(self, context) -> None:
2224
2224
  """
2225
2225
 
2226
2226
  :param context:
2227
2227
  """
2228
2228
 
2229
2229
  @classmethod
2230
- def poll(cls, context):
2230
+ def poll(cls, context) -> None:
2231
2231
  """
2232
2232
 
2233
2233
  :param context:
@@ -2255,14 +2255,14 @@ class SEQUENCER_PT_sequencer_snapping(bpy.types.Panel):
2255
2255
  :rtype: typing.Any
2256
2256
  """
2257
2257
 
2258
- def draw(self, context):
2258
+ def draw(self, context) -> None:
2259
2259
  """
2260
2260
 
2261
2261
  :param context:
2262
2262
  """
2263
2263
 
2264
2264
  @classmethod
2265
- def poll(cls, context):
2265
+ def poll(cls, context) -> None:
2266
2266
  """
2267
2267
 
2268
2268
  :param context:
@@ -2290,7 +2290,7 @@ class SEQUENCER_PT_snapping(bpy.types.Panel):
2290
2290
  :rtype: typing.Any
2291
2291
  """
2292
2292
 
2293
- def draw(self, _context):
2293
+ def draw(self, _context) -> None:
2294
2294
  """
2295
2295
 
2296
2296
  :param _context:
@@ -2319,14 +2319,14 @@ class SEQUENCER_PT_source(SequencerButtonsPanel, bpy.types.Panel):
2319
2319
  :rtype: typing.Any
2320
2320
  """
2321
2321
 
2322
- def draw(self, context):
2322
+ def draw(self, context) -> None:
2323
2323
  """
2324
2324
 
2325
2325
  :param context:
2326
2326
  """
2327
2327
 
2328
2328
  @classmethod
2329
- def poll(cls, context):
2329
+ def poll(cls, context) -> None:
2330
2330
  """
2331
2331
 
2332
2332
  :param context:
@@ -2355,7 +2355,7 @@ class SEQUENCER_PT_strip(SequencerButtonsPanel, bpy.types.Panel):
2355
2355
  :rtype: typing.Any
2356
2356
  """
2357
2357
 
2358
- def draw(self, context):
2358
+ def draw(self, context) -> None:
2359
2359
  """
2360
2360
 
2361
2361
  :param context:
@@ -2383,20 +2383,20 @@ class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, bpy.types.Panel):
2383
2383
  :rtype: typing.Any
2384
2384
  """
2385
2385
 
2386
- def draw(self, context):
2386
+ def draw(self, context) -> None:
2387
2387
  """
2388
2388
 
2389
2389
  :param context:
2390
2390
  """
2391
2391
 
2392
- def draw_header(self, context):
2392
+ def draw_header(self, context) -> None:
2393
2393
  """
2394
2394
 
2395
2395
  :param context:
2396
2396
  """
2397
2397
 
2398
2398
  @classmethod
2399
- def poll(cls, context):
2399
+ def poll(cls, context) -> None:
2400
2400
  """
2401
2401
 
2402
2402
  :param context:
@@ -2425,20 +2425,20 @@ class SEQUENCER_PT_time(SequencerButtonsPanel, bpy.types.Panel):
2425
2425
  :rtype: typing.Any
2426
2426
  """
2427
2427
 
2428
- def draw(self, context):
2428
+ def draw(self, context) -> None:
2429
2429
  """
2430
2430
 
2431
2431
  :param context:
2432
2432
  """
2433
2433
 
2434
- def draw_header_preset(self, context):
2434
+ def draw_header_preset(self, context) -> None:
2435
2435
  """
2436
2436
 
2437
2437
  :param context:
2438
2438
  """
2439
2439
 
2440
2440
  @classmethod
2441
- def poll(cls, context):
2441
+ def poll(cls, context) -> None:
2442
2442
  """
2443
2443
 
2444
2444
  :param context:
@@ -2466,7 +2466,7 @@ class SEQUENCER_PT_view(SequencerButtonsPanel_Output, bpy.types.Panel):
2466
2466
  :rtype: typing.Any
2467
2467
  """
2468
2468
 
2469
- def draw(self, context):
2469
+ def draw(self, context) -> None:
2470
2470
  """
2471
2471
 
2472
2472
  :param context:
@@ -2494,7 +2494,7 @@ class SEQUENCER_PT_view_cursor(SequencerButtonsPanel_Output, bpy.types.Panel):
2494
2494
  :rtype: typing.Any
2495
2495
  """
2496
2496
 
2497
- def draw(self, context):
2497
+ def draw(self, context) -> None:
2498
2498
  """
2499
2499
 
2500
2500
  :param context:
@@ -2523,20 +2523,20 @@ class SEQUENCER_PT_view_safe_areas(SequencerButtonsPanel_Output, bpy.types.Panel
2523
2523
  :rtype: typing.Any
2524
2524
  """
2525
2525
 
2526
- def draw(self, context):
2526
+ def draw(self, context) -> None:
2527
2527
  """
2528
2528
 
2529
2529
  :param context:
2530
2530
  """
2531
2531
 
2532
- def draw_header(self, context):
2532
+ def draw_header(self, context) -> None:
2533
2533
  """
2534
2534
 
2535
2535
  :param context:
2536
2536
  """
2537
2537
 
2538
2538
  @classmethod
2539
- def poll(cls, context):
2539
+ def poll(cls, context) -> None:
2540
2540
  """
2541
2541
 
2542
2542
  :param context:
@@ -2568,13 +2568,13 @@ class SEQUENCER_PT_view_safe_areas_center_cut(
2568
2568
  :rtype: typing.Any
2569
2569
  """
2570
2570
 
2571
- def draw(self, context):
2571
+ def draw(self, context) -> None:
2572
2572
  """
2573
2573
 
2574
2574
  :param context:
2575
2575
  """
2576
2576
 
2577
- def draw_header(self, context):
2577
+ def draw_header(self, context) -> None:
2578
2578
  """
2579
2579
 
2580
2580
  :param context:
@@ -2585,14 +2585,14 @@ class SequencerButtonsPanel:
2585
2585
  bl_space_type: typing.Any
2586
2586
 
2587
2587
  @staticmethod
2588
- def has_sequencer(context):
2588
+ def has_sequencer(context) -> None:
2589
2589
  """
2590
2590
 
2591
2591
  :param context:
2592
2592
  """
2593
2593
 
2594
2594
  @classmethod
2595
- def poll(cls, context):
2595
+ def poll(cls, context) -> None:
2596
2596
  """
2597
2597
 
2598
2598
  :param context:
@@ -2603,14 +2603,14 @@ class SequencerButtonsPanel_Output:
2603
2603
  bl_space_type: typing.Any
2604
2604
 
2605
2605
  @staticmethod
2606
- def has_preview(context):
2606
+ def has_preview(context) -> None:
2607
2607
  """
2608
2608
 
2609
2609
  :param context:
2610
2610
  """
2611
2611
 
2612
2612
  @classmethod
2613
- def poll(cls, context):
2613
+ def poll(cls, context) -> None:
2614
2614
  """
2615
2615
 
2616
2616
  :param context:
@@ -2621,18 +2621,18 @@ class SequencerColorTagPicker:
2621
2621
  bl_space_type: typing.Any
2622
2622
 
2623
2623
  @staticmethod
2624
- def has_sequencer(context):
2624
+ def has_sequencer(context) -> None:
2625
2625
  """
2626
2626
 
2627
2627
  :param context:
2628
2628
  """
2629
2629
 
2630
2630
  @classmethod
2631
- def poll(cls, context):
2631
+ def poll(cls, context) -> None:
2632
2632
  """
2633
2633
 
2634
2634
  :param context:
2635
2635
  """
2636
2636
 
2637
- def draw_color_balance(layout, color_balance): ...
2638
- def selected_strips_count(context): ...
2637
+ def draw_color_balance(layout, color_balance) -> None: ...
2638
+ def selected_strips_count(context) -> None: ...