fake-bge-module 20250317__py3-none-any.whl → 20260201__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (395) hide show
  1. {animsys_refactor → _animsys_refactor}/__init__.pyi +7 -6
  2. {bl_console_utils → _bl_console_utils}/__init__.pyi +1 -0
  3. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +1 -0
  4. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +1 -13
  5. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +1 -5
  6. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +3 -13
  7. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +1 -10
  8. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +2 -0
  9. _bl_i18n_utils/bl_extract_messages/__init__.pyi +28 -0
  10. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +2 -1
  11. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +10 -7
  12. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +53 -50
  13. _bl_i18n_utils/utils_cli/__init__.pyi +11 -0
  14. _bl_i18n_utils/utils_languages_menu/__init__.pyi +6 -0
  15. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +3 -2
  16. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  17. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +1 -0
  18. _bl_previews_utils/bl_previews_render/__init__.pyi +14 -0
  19. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +1 -0
  20. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +3 -2
  21. {bl_text_utils → _bl_text_utils}/__init__.pyi +1 -0
  22. _bl_text_utils/external_editor/__init__.pyi +6 -0
  23. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  24. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +2 -1
  25. _blendfile_header/__init__.pyi +48 -0
  26. _bpy_internal/__init__.pyi +5 -1
  27. _bpy_internal/addons/__init__.pyi +1 -0
  28. _bpy_internal/addons/cli/__init__.pyi +2 -1
  29. _bpy_internal/assets/__init__.pyi +5 -0
  30. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  31. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  32. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  33. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  34. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  35. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  36. _bpy_internal/extensions/__init__.pyi +1 -0
  37. _bpy_internal/extensions/junction_module/__init__.pyi +8 -7
  38. _bpy_internal/extensions/stale_file_manager/__init__.pyi +9 -8
  39. _bpy_internal/extensions/wheel_manager/__init__.pyi +6 -5
  40. {bl_i18n_utils/utils_languages_menu → _bpy_internal/filesystem}/__init__.pyi +2 -2
  41. _bpy_internal/filesystem/locking/__init__.pyi +28 -0
  42. _bpy_internal/grease_pencil/__init__.pyi +1 -0
  43. _bpy_internal/grease_pencil/stroke/__init__.pyi +22 -6
  44. _bpy_internal/platform/__init__.pyi +5 -0
  45. _bpy_internal/platform/freedesktop/__init__.pyi +21 -0
  46. _bpy_internal/system_info/__init__.pyi +1 -0
  47. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -1
  48. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -1
  49. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +3 -2
  50. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +1 -0
  51. _bpy_types/__init__.pyi +1635 -0
  52. {console_python → _console_python}/__init__.pyi +8 -7
  53. _console_shell/__init__.pyi +10 -0
  54. {graphviz_export → _graphviz_export}/__init__.pyi +3 -2
  55. _keyingsets_utils/__init__.pyi +21 -0
  56. {rna_info → _rna_info}/__init__.pyi +32 -27
  57. {rna_xml → _rna_xml}/__init__.pyi +7 -6
  58. addon_utils/__init__.pyi +13 -25
  59. aud/__init__.pyi +133 -155
  60. bge/__init__.pyi +1 -0
  61. bge/app/__init__.pyi +1 -0
  62. bge/constraints/__init__.pyi +22 -51
  63. bge/types/__init__.pyi +618 -1913
  64. bge_extras/__init__.pyi +1 -0
  65. bge_extras/logger/__init__.pyi +4 -3
  66. bgui/__init__.pyi +1 -0
  67. bgui/frame/__init__.pyi +1 -0
  68. bgui/frame_button/__init__.pyi +1 -0
  69. bgui/image/__init__.pyi +1 -1
  70. bgui/image_button/__init__.pyi +1 -0
  71. bgui/label/__init__.pyi +1 -0
  72. bgui/list_box/__init__.pyi +1 -1
  73. bgui/progress_bar/__init__.pyi +2 -1
  74. bgui/system/__init__.pyi +3 -5
  75. bgui/text_block/__init__.pyi +1 -0
  76. bgui/text_input/__init__.pyi +9 -8
  77. bgui/theme/__init__.pyi +4 -3
  78. bgui/widget/__init__.pyi +5 -4
  79. bl_app_override/__init__.pyi +4 -3
  80. bl_app_override/helpers/__init__.pyi +3 -2
  81. bl_app_template_utils/__init__.pyi +5 -4
  82. bl_app_templates_system/Game_Engine/__init__.pyi +5 -4
  83. bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
  84. bl_app_templates_system/__init__.pyi +2 -0
  85. bl_keymap_utils/__init__.pyi +1 -0
  86. bl_keymap_utils/io/__init__.pyi +10 -9
  87. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  88. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -1
  89. bl_keymap_utils/platform_helpers/__init__.pyi +3 -2
  90. bl_keymap_utils/versioning/__init__.pyi +2 -1
  91. bl_math/__init__.pyi +4 -13
  92. bl_operators/__init__.pyi +4 -2
  93. bl_operators/add_mesh_torus/__init__.pyi +9 -9
  94. bl_operators/anim/__init__.pyi +90 -62
  95. bl_operators/assets/__init__.pyi +14 -18
  96. bl_operators/bmesh/__init__.pyi +1 -0
  97. bl_operators/bmesh/find_adjacent/__init__.pyi +12 -9
  98. bl_operators/bone_selection_sets/__init__.pyi +34 -60
  99. bl_operators/clip/__init__.pyi +39 -57
  100. bl_operators/connect_to_output/__init__.pyi +20 -18
  101. bl_operators/console/__init__.pyi +17 -25
  102. bl_operators/constraint/__init__.pyi +15 -21
  103. bl_operators/copy_global_transform/__init__.pyi +261 -0
  104. bl_operators/file/__init__.pyi +13 -17
  105. bl_operators/freestyle/__init__.pyi +15 -21
  106. bl_operators/geometry_nodes/__init__.pyi +30 -36
  107. bl_operators/grease_pencil/__init__.pyi +5 -5
  108. bl_operators/image/__init__.pyi +14 -22
  109. bl_operators/image_as_planes/__init__.pyi +36 -42
  110. bl_operators/mesh/__init__.pyi +8 -53
  111. bl_operators/node/__init__.pyi +375 -92
  112. bl_operators/node_editor/__init__.pyi +1 -0
  113. bl_operators/node_editor/node_functions/__init__.pyi +10 -9
  114. bl_operators/object/__init__.pyi +57 -98
  115. bl_operators/object_align/__init__.pyi +8 -8
  116. bl_operators/object_quick_effects/__init__.pyi +15 -21
  117. bl_operators/object_randomize_transform/__init__.pyi +6 -6
  118. bl_operators/presets/__init__.pyi +46 -94
  119. bl_operators/rigidbody/__init__.pyi +12 -16
  120. bl_operators/screen_play_rendered_anim/__init__.pyi +5 -5
  121. bl_operators/sequencer/__init__.pyi +40 -54
  122. bl_operators/spreadsheet/__init__.pyi +7 -7
  123. bl_operators/userpref/__init__.pyi +69 -117
  124. bl_operators/uvcalc_follow_active/__init__.pyi +8 -8
  125. bl_operators/uvcalc_lightmap/__init__.pyi +12 -12
  126. bl_operators/uvcalc_transform/__init__.pyi +39 -28
  127. bl_operators/vertexpaint_dirt/__init__.pyi +7 -7
  128. bl_operators/view3d/__init__.pyi +31 -43
  129. bl_operators/wm/__init__.pyi +139 -231
  130. bl_operators/world/__init__.pyi +6 -6
  131. bl_ui/__init__.pyi +18 -17
  132. bl_ui/anim/__init__.pyi +5 -5
  133. bl_ui/asset_shelf/__init__.pyi +5 -5
  134. bl_ui/generic_ui_list/__init__.pyi +11 -25
  135. bl_ui/node_add_menu/__init__.pyi +281 -12
  136. bl_ui/node_add_menu_compositor/__init__.pyi +135 -91
  137. bl_ui/node_add_menu_geometry/__init__.pyi +407 -263
  138. bl_ui/node_add_menu_shader/__init__.pyi +67 -67
  139. bl_ui/node_add_menu_texture/__init__.pyi +25 -69
  140. bl_ui/properties_animviz/__init__.pyi +3 -2
  141. bl_ui/properties_collection/__init__.pyi +20 -30
  142. bl_ui/properties_constraint/__init__.pyi +228 -450
  143. bl_ui/properties_data_armature/__init__.pyi +45 -79
  144. bl_ui/properties_data_bone/__init__.pyi +33 -51
  145. bl_ui/properties_data_camera/__init__.pyi +43 -75
  146. bl_ui/properties_data_curve/__init__.pyi +42 -101
  147. bl_ui/properties_data_curves/__init__.pyi +21 -35
  148. bl_ui/properties_data_empty/__init__.pyi +8 -10
  149. bl_ui/properties_data_grease_pencil/__init__.pyi +49 -87
  150. bl_ui/properties_data_lattice/__init__.pyi +12 -18
  151. bl_ui/properties_data_light/__init__.pyi +28 -46
  152. bl_ui/properties_data_lightprobe/__init__.pyi +35 -61
  153. bl_ui/properties_data_mesh/__init__.pyi +73 -120
  154. bl_ui/properties_data_metaball/__init__.pyi +16 -26
  155. bl_ui/properties_data_modifier/__init__.pyi +34 -39
  156. bl_ui/properties_data_pointcloud/__init__.pyi +17 -27
  157. bl_ui/properties_data_shaderfx/__init__.pyi +4 -4
  158. bl_ui/properties_data_speaker/__init__.pyi +15 -25
  159. bl_ui/properties_data_volume/__init__.pyi +22 -38
  160. bl_ui/properties_freestyle/__init__.pyi +79 -127
  161. bl_ui/properties_game/__init__.pyi +88 -84
  162. bl_ui/properties_grease_pencil_common/__init__.pyi +33 -190
  163. bl_ui/properties_mask_common/__init__.pyi +33 -45
  164. bl_ui/properties_material/__init__.pyi +52 -111
  165. bl_ui/properties_material_gpencil/__init__.pyi +48 -68
  166. bl_ui/properties_object/__init__.pyi +123 -93
  167. bl_ui/properties_output/__init__.pyi +103 -81
  168. bl_ui/properties_paint_common/__init__.pyi +78 -59
  169. bl_ui/properties_particle/__init__.pyi +160 -262
  170. bl_ui/properties_physics_cloth/__init__.pyi +36 -62
  171. bl_ui/properties_physics_common/__init__.pyi +11 -11
  172. bl_ui/properties_physics_dynamicpaint/__init__.pyi +81 -123
  173. bl_ui/properties_physics_field/__init__.pyi +35 -53
  174. bl_ui/properties_physics_fluid/__init__.pyi +106 -160
  175. bl_ui/properties_physics_geometry_nodes/__init__.pyi +6 -6
  176. bl_ui/properties_physics_rigidbody/__init__.pyi +28 -42
  177. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +44 -68
  178. bl_ui/properties_physics_softbody/__init__.pyi +38 -66
  179. bl_ui/properties_render/__init__.pyi +267 -259
  180. bl_ui/properties_scene/__init__.pyi +69 -72
  181. bl_ui/properties_strip/__init__.pyi +744 -0
  182. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  183. bl_ui/properties_texture/__init__.pyi +69 -122
  184. bl_ui/properties_view_layer/__init__.pyi +97 -51
  185. bl_ui/properties_workspace/__init__.pyi +12 -18
  186. bl_ui/properties_world/__init__.pyi +33 -53
  187. bl_ui/space_clip/__init__.pyi +231 -311
  188. bl_ui/space_console/__init__.pyi +14 -24
  189. bl_ui/space_dopesheet/__init__.pyi +193 -125
  190. bl_ui/space_filebrowser/__init__.pyi +107 -131
  191. bl_ui/space_graph/__init__.pyi +93 -80
  192. bl_ui/space_image/__init__.pyi +207 -291
  193. bl_ui/space_info/__init__.pyi +14 -24
  194. bl_ui/space_logic/__init__.pyi +14 -22
  195. bl_ui/space_nla/__init__.pyi +63 -69
  196. bl_ui/space_node/__init__.pyi +215 -154
  197. bl_ui/space_outliner/__init__.pyi +65 -61
  198. bl_ui/space_properties/__init__.pyi +41 -16
  199. bl_ui/space_sequencer/__init__.pyi +276 -980
  200. bl_ui/space_spreadsheet/__init__.pyi +27 -23
  201. bl_ui/space_statusbar/__init__.pyi +4 -4
  202. bl_ui/space_text/__init__.pyi +39 -73
  203. bl_ui/space_time/__init__.pyi +33 -78
  204. bl_ui/space_toolsystem_common/__init__.pyi +31 -28
  205. bl_ui/space_toolsystem_toolbar/__init__.pyi +67 -43
  206. bl_ui/space_topbar/__init__.pyi +68 -111
  207. bl_ui/space_userpref/__init__.pyi +310 -445
  208. bl_ui/space_view3d/__init__.pyi +667 -1122
  209. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  210. bl_ui/space_view3d_toolbar/__init__.pyi +237 -966
  211. bl_ui/utils/__init__.pyi +4 -3
  212. blend_render_info/__init__.pyi +4 -2
  213. blf/__init__.pyi +92 -59
  214. bmesh/__init__.pyi +4 -10
  215. bmesh/geometry/__init__.pyi +2 -4
  216. bmesh/ops/__init__.pyi +442 -815
  217. bmesh/types/__init__.pyi +377 -720
  218. bmesh/utils/__init__.pyi +20 -45
  219. bpy/__init__.pyi +2 -1
  220. bpy/app/__init__.pyi +96 -90
  221. bpy/app/handlers/__init__.pyi +24 -19
  222. bpy/app/icons/__init__.pyi +2 -7
  223. bpy/app/timers/__init__.pyi +5 -18
  224. bpy/app/translations/__init__.pyi +21 -35
  225. bpy/msgbus/__init__.pyi +20 -9
  226. bpy/ops/__init__.pyi +21 -3
  227. bpy/ops/action/__init__.pyi +121 -226
  228. bpy/ops/anim/__init__.pyi +204 -358
  229. bpy/ops/armature/__init__.pyi +129 -249
  230. bpy/ops/asset/__init__.pyi +82 -111
  231. bpy/ops/bge_bricknodes/__init__.pyi +61 -0
  232. bpy/ops/boid/__init__.pyi +44 -50
  233. bpy/ops/bricknodes/__init__.pyi +37 -0
  234. bpy/ops/brush/__init__.pyi +33 -120
  235. bpy/ops/buttons/__init__.pyi +27 -83
  236. bpy/ops/cachefile/__init__.pyi +16 -74
  237. bpy/ops/camera/__init__.pyi +3 -13
  238. bpy/ops/clip/__init__.pyi +278 -558
  239. bpy/ops/cloth/__init__.pyi +2 -6
  240. bpy/ops/collection/__init__.pyi +34 -44
  241. bpy/ops/console/__init__.pyi +70 -111
  242. bpy/ops/constraint/__init__.pyi +34 -102
  243. bpy/ops/curve/__init__.pyi +163 -315
  244. bpy/ops/curves/__init__.pyi +163 -189
  245. bpy/ops/cycles/__init__.pyi +8 -18
  246. bpy/ops/dpaint/__init__.pyi +21 -30
  247. bpy/ops/ed/__init__.pyi +59 -103
  248. bpy/ops/export_anim/__init__.pyi +4 -11
  249. bpy/ops/export_scene/__init__.pyi +29 -174
  250. bpy/ops/extensions/__init__.pyi +102 -194
  251. bpy/ops/file/__init__.pyi +166 -272
  252. bpy/ops/fluid/__init__.pyi +78 -86
  253. bpy/ops/font/__init__.pyi +73 -164
  254. bpy/ops/geometry/__init__.pyi +33 -144
  255. bpy/ops/gizmogroup/__init__.pyi +8 -14
  256. bpy/ops/gpencil/__init__.pyi +31 -58
  257. bpy/ops/graph/__init__.pyi +176 -411
  258. bpy/ops/grease_pencil/__init__.pyi +416 -639
  259. bpy/ops/image/__init__.pyi +148 -492
  260. bpy/ops/import_anim/__init__.pyi +5 -18
  261. bpy/ops/import_curve/__init__.pyi +4 -6
  262. bpy/ops/import_scene/__init__.pyi +22 -49
  263. bpy/ops/info/__init__.pyi +27 -43
  264. bpy/ops/lattice/__init__.pyi +26 -43
  265. bpy/ops/logic/__init__.pyi +49 -122
  266. bpy/ops/logic_nodes/__init__.pyi +461 -0
  267. bpy/ops/marker/__init__.pyi +24 -60
  268. bpy/ops/mask/__init__.pyi +118 -222
  269. bpy/ops/material/__init__.pyi +19 -18
  270. bpy/ops/mball/__init__.pyi +13 -39
  271. bpy/ops/mesh/__init__.pyi +409 -1264
  272. bpy/ops/nla/__init__.pyi +140 -232
  273. bpy/ops/node/__init__.pyi +1189 -807
  274. bpy/ops/object/__init__.pyi +806 -1659
  275. bpy/ops/outliner/__init__.pyi +284 -432
  276. bpy/ops/paint/__init__.pyi +189 -381
  277. bpy/ops/paintcurve/__init__.pyi +29 -44
  278. bpy/ops/palette/__init__.pyi +23 -34
  279. bpy/ops/particle/__init__.pyi +135 -201
  280. bpy/ops/pointcloud/__init__.pyi +23 -42
  281. bpy/ops/pose/__init__.pyi +195 -310
  282. bpy/ops/poselib/__init__.pyi +45 -73
  283. bpy/ops/preferences/__init__.pyi +89 -221
  284. bpy/ops/ptcache/__init__.pyi +32 -39
  285. bpy/ops/render/__init__.pyi +36 -83
  286. bpy/ops/rigidbody/__init__.pyi +47 -78
  287. bpy/ops/scene/__init__.pyi +169 -222
  288. bpy/ops/screen/__init__.pyi +146 -259
  289. bpy/ops/script/__init__.pyi +9 -15
  290. bpy/ops/sculpt/__init__.pyi +194 -354
  291. bpy/ops/sculpt_curves/__init__.pyi +21 -29
  292. bpy/ops/sequencer/__init__.pyi +586 -836
  293. bpy/ops/sound/__init__.pyi +25 -131
  294. bpy/ops/spreadsheet/__init__.pyi +34 -21
  295. bpy/ops/surface/__init__.pyi +7 -54
  296. bpy/ops/text/__init__.pyi +166 -281
  297. bpy/ops/text_editor/__init__.pyi +2 -6
  298. bpy/ops/texture/__init__.pyi +20 -22
  299. bpy/ops/transform/__init__.pyi +108 -445
  300. bpy/ops/ui/__init__.pyi +157 -219
  301. bpy/ops/uilist/__init__.pyi +4 -16
  302. bpy/ops/uv/__init__.pyi +291 -347
  303. bpy/ops/view2d/__init__.pyi +29 -88
  304. bpy/ops/view3d/__init__.pyi +238 -438
  305. bpy/ops/wm/__init__.pyi +651 -1510
  306. bpy/ops/workspace/__init__.pyi +42 -44
  307. bpy/ops/world/__init__.pyi +12 -13
  308. bpy/path/__init__.pyi +5 -36
  309. bpy/props/__init__.pyi +395 -259
  310. bpy/{_typing → stub_internal}/__init__.pyi +1 -0
  311. bpy/{_typing → stub_internal}/rna_enums/__init__.pyi +214 -114
  312. bpy/types/__init__.pyi +93285 -103831
  313. bpy/utils/__init__.pyi +46 -104
  314. bpy/utils/previews/__init__.pyi +7 -15
  315. bpy/utils/units/__init__.pyi +6 -15
  316. bpy_extras/__init__.pyi +1 -0
  317. bpy_extras/anim_utils/__init__.pyi +32 -23
  318. bpy_extras/asset_utils/__init__.pyi +1 -0
  319. bpy_extras/bmesh_utils/__init__.pyi +2 -2
  320. bpy_extras/id_map_utils/__init__.pyi +15 -6
  321. bpy_extras/image_utils/__init__.pyi +3 -11
  322. bpy_extras/io_utils/__init__.pyi +22 -38
  323. bpy_extras/keyconfig_utils/__init__.pyi +5 -4
  324. bpy_extras/mesh_utils/__init__.pyi +3 -14
  325. bpy_extras/node_shader_utils/__init__.pyi +63 -70
  326. bpy_extras/node_utils/__init__.pyi +4 -3
  327. bpy_extras/object_utils/__init__.pyi +6 -19
  328. bpy_extras/view3d_utils/__init__.pyi +1 -18
  329. bpy_extras/wm_utils/__init__.pyi +1 -0
  330. bpy_extras/wm_utils/progress_report/__init__.pyi +12 -11
  331. {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/METADATA +9 -3
  332. fake_bge_module-20260201.dist-info/RECORD +414 -0
  333. {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/WHEEL +1 -1
  334. {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/top_level.txt +16 -16
  335. freestyle/__init__.pyi +1 -0
  336. freestyle/chainingiterators/__init__.pyi +41 -60
  337. freestyle/functions/__init__.pyi +56 -194
  338. freestyle/predicates/__init__.pyi +11 -61
  339. freestyle/shaders/__init__.pyi +95 -156
  340. freestyle/types/__init__.pyi +306 -941
  341. freestyle/utils/ContextFunctions/__init__.pyi +4 -24
  342. freestyle/utils/__init__.pyi +46 -36
  343. gpu/__init__.pyi +84 -5
  344. gpu/capabilities/__init__.pyi +1 -21
  345. gpu/matrix/__init__.pyi +16 -24
  346. gpu/platform/__init__.pyi +3 -7
  347. gpu/select/__init__.pyi +2 -1
  348. gpu/shader/__init__.pyi +43 -9
  349. gpu/state/__init__.pyi +66 -44
  350. gpu/texture/__init__.pyi +4 -5
  351. gpu/types/__init__.pyi +216 -216
  352. gpu_extras/__init__.pyi +1 -0
  353. gpu_extras/batch/__init__.pyi +2 -5
  354. gpu_extras/presets/__init__.pyi +9 -10
  355. idprop/__init__.pyi +17 -0
  356. idprop/types/__init__.pyi +18 -17
  357. imbuf/__init__.pyi +13 -9
  358. imbuf/types/__init__.pyi +10 -23
  359. keyingsets_builtins/__init__.pyi +51 -93
  360. mathutils/__init__.pyi +296 -2255
  361. mathutils/bvhtree/__init__.pyi +22 -29
  362. mathutils/geometry/__init__.pyi +83 -132
  363. mathutils/interpolate/__init__.pyi +7 -5
  364. mathutils/kdtree/__init__.pyi +5 -14
  365. mathutils/noise/__init__.pyi +62 -106
  366. nodeitems_builtins/__init__.pyi +5 -4
  367. nodeitems_utils/__init__.pyi +10 -9
  368. rna_keymap_ui/__init__.pyi +7 -6
  369. rna_prop_ui/__init__.pyi +14 -13
  370. _bpy_internal/freedesktop/__init__.pyi +0 -20
  371. bgl/__init__.pyi +0 -4235
  372. bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -24
  373. bl_i18n_utils/utils_cli/__init__.pyi +0 -10
  374. bl_previews_utils/bl_previews_render/__init__.pyi +0 -11
  375. bl_text_utils/external_editor/__init__.pyi +0 -5
  376. bpy_types/__init__.pyi +0 -29
  377. console_shell/__init__.pyi +0 -9
  378. fake_bge_module-20250317.dist-info/RECORD +0 -395
  379. keyingsets_utils/__init__.pyi +0 -18
  380. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  381. {bgl → _bl_console_utils}/py.typed +0 -0
  382. {bl_console_utils → _bl_i18n_utils}/py.typed +0 -0
  383. {bl_i18n_utils → _bl_previews_utils}/py.typed +0 -0
  384. {bl_previews_utils → _bl_rna_utils}/py.typed +0 -0
  385. {bl_rna_utils → _bl_text_utils}/py.typed +0 -0
  386. {bl_text_utils → _bl_ui_utils}/py.typed +0 -0
  387. {bl_ui_utils → _blendfile_header}/py.typed +0 -0
  388. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  389. {bpy_types → _bpy_types}/py.typed +0 -0
  390. {console_python → _console_python}/py.typed +0 -0
  391. {console_shell → _console_shell}/py.typed +0 -0
  392. {graphviz_export → _graphviz_export}/py.typed +0 -0
  393. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  394. {rna_info → _rna_info}/py.typed +0 -0
  395. {rna_xml → _rna_xml}/py.typed +0 -0
@@ -1,12 +1,14 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import numpy.typing as npt
5
+ import _bpy_types
4
6
  import bl_ui.properties_grease_pencil_common
5
7
  import bl_ui.space_toolsystem_common
6
8
  import bpy.types
7
9
  import rna_prop_ui
8
10
 
9
- class SEQUENCER_HT_header(bpy.types.Header):
11
+ class SEQUENCER_HT_header(_bpy_types.Header):
10
12
  bl_rna: typing.Any
11
13
  bl_space_type: typing.Any
12
14
  id_data: typing.Any
@@ -15,23 +17,21 @@ class SEQUENCER_HT_header(bpy.types.Header):
15
17
  """
16
18
 
17
19
  :return: The RNA type or default when not found.
18
- :rtype: bpy.types.Struct
19
20
  """
20
21
 
21
22
  def bl_rna_get_subclass_py(self) -> typing.Any:
22
23
  """
23
24
 
24
25
  :return: The class or default when not found.
25
- :rtype: typing.Any
26
26
  """
27
27
 
28
- def draw(self, context):
28
+ def draw(self, context) -> None:
29
29
  """
30
30
 
31
31
  :param context:
32
32
  """
33
33
 
34
- class SEQUENCER_HT_tool_header(bpy.types.Header):
34
+ class SEQUENCER_HT_playback_controls(_bpy_types.Header):
35
35
  bl_region_type: typing.Any
36
36
  bl_rna: typing.Any
37
37
  bl_space_type: typing.Any
@@ -41,81 +41,76 @@ class SEQUENCER_HT_tool_header(bpy.types.Header):
41
41
  """
42
42
 
43
43
  :return: The RNA type or default when not found.
44
- :rtype: bpy.types.Struct
45
44
  """
46
45
 
47
46
  def bl_rna_get_subclass_py(self) -> typing.Any:
48
47
  """
49
48
 
50
49
  :return: The class or default when not found.
51
- :rtype: typing.Any
52
50
  """
53
51
 
54
- def draw(self, context):
52
+ def draw(self, context) -> None:
55
53
  """
56
54
 
57
55
  :param context:
58
56
  """
59
57
 
60
- def draw_tool_settings(self, context):
61
- """
62
-
63
- :param context:
64
- """
65
-
66
- class SEQUENCER_MT_add(bpy.types.Menu):
67
- bl_label: typing.Any
68
- bl_options: typing.Any
58
+ class SEQUENCER_HT_tool_header(_bpy_types.Header):
59
+ bl_region_type: typing.Any
69
60
  bl_rna: typing.Any
70
- bl_translation_context: typing.Any
61
+ bl_space_type: typing.Any
71
62
  id_data: typing.Any
72
63
 
73
64
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
74
65
  """
75
66
 
76
67
  :return: The RNA type or default when not found.
77
- :rtype: bpy.types.Struct
78
68
  """
79
69
 
80
70
  def bl_rna_get_subclass_py(self) -> typing.Any:
81
71
  """
82
72
 
83
73
  :return: The class or default when not found.
84
- :rtype: typing.Any
85
74
  """
86
75
 
87
- def draw(self, context):
76
+ def draw(self, context) -> None:
77
+ """
78
+
79
+ :param context:
80
+ """
81
+
82
+ def draw_tool_settings(self, context) -> None:
88
83
  """
89
84
 
90
85
  :param context:
91
86
  """
92
87
 
93
- class SEQUENCER_MT_add_effect(bpy.types.Menu):
88
+ class SEQUENCER_MT_add(_bpy_types.Menu):
94
89
  bl_label: typing.Any
90
+ bl_options: typing.Any
95
91
  bl_rna: typing.Any
92
+ bl_translation_context: typing.Any
96
93
  id_data: typing.Any
97
94
 
98
95
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
99
96
  """
100
97
 
101
98
  :return: The RNA type or default when not found.
102
- :rtype: bpy.types.Struct
103
99
  """
104
100
 
105
101
  def bl_rna_get_subclass_py(self) -> typing.Any:
106
102
  """
107
103
 
108
104
  :return: The class or default when not found.
109
- :rtype: typing.Any
110
105
  """
111
106
 
112
- def draw(self, context):
107
+ def draw(self, context) -> None:
113
108
  """
114
109
 
115
110
  :param context:
116
111
  """
117
112
 
118
- class SEQUENCER_MT_add_empty(bpy.types.Menu):
113
+ class SEQUENCER_MT_add_effect(_bpy_types.Menu):
119
114
  bl_label: typing.Any
120
115
  bl_rna: typing.Any
121
116
  id_data: typing.Any
@@ -124,49 +119,44 @@ class SEQUENCER_MT_add_empty(bpy.types.Menu):
124
119
  """
125
120
 
126
121
  :return: The RNA type or default when not found.
127
- :rtype: bpy.types.Struct
128
122
  """
129
123
 
130
124
  def bl_rna_get_subclass_py(self) -> typing.Any:
131
125
  """
132
126
 
133
127
  :return: The class or default when not found.
134
- :rtype: typing.Any
135
128
  """
136
129
 
137
- def draw(self, _context):
130
+ def draw(self, context) -> None:
138
131
  """
139
132
 
140
- :param _context:
133
+ :param context:
141
134
  """
142
135
 
143
- class SEQUENCER_MT_add_scene(bpy.types.Menu):
136
+ class SEQUENCER_MT_add_empty(_bpy_types.Menu):
144
137
  bl_label: typing.Any
145
138
  bl_rna: typing.Any
146
- bl_translation_context: typing.Any
147
139
  id_data: typing.Any
148
140
 
149
141
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
150
142
  """
151
143
 
152
144
  :return: The RNA type or default when not found.
153
- :rtype: bpy.types.Struct
154
145
  """
155
146
 
156
147
  def bl_rna_get_subclass_py(self) -> typing.Any:
157
148
  """
158
149
 
159
150
  :return: The class or default when not found.
160
- :rtype: typing.Any
161
151
  """
162
152
 
163
- def draw(self, context):
153
+ def draw(self, _context) -> None:
164
154
  """
165
155
 
166
- :param context:
156
+ :param _context:
167
157
  """
168
158
 
169
- class SEQUENCER_MT_add_transitions(bpy.types.Menu):
159
+ class SEQUENCER_MT_add_transitions(_bpy_types.Menu):
170
160
  bl_label: typing.Any
171
161
  bl_rna: typing.Any
172
162
  id_data: typing.Any
@@ -175,23 +165,21 @@ class SEQUENCER_MT_add_transitions(bpy.types.Menu):
175
165
  """
176
166
 
177
167
  :return: The RNA type or default when not found.
178
- :rtype: bpy.types.Struct
179
168
  """
180
169
 
181
170
  def bl_rna_get_subclass_py(self) -> typing.Any:
182
171
  """
183
172
 
184
173
  :return: The class or default when not found.
185
- :rtype: typing.Any
186
174
  """
187
175
 
188
- def draw(self, context):
176
+ def draw(self, context) -> None:
189
177
  """
190
178
 
191
179
  :param context:
192
180
  """
193
181
 
194
- class SEQUENCER_MT_change(bpy.types.Menu):
182
+ class SEQUENCER_MT_change(_bpy_types.Menu):
195
183
  bl_label: typing.Any
196
184
  bl_rna: typing.Any
197
185
  id_data: typing.Any
@@ -200,23 +188,21 @@ class SEQUENCER_MT_change(bpy.types.Menu):
200
188
  """
201
189
 
202
190
  :return: The RNA type or default when not found.
203
- :rtype: bpy.types.Struct
204
191
  """
205
192
 
206
193
  def bl_rna_get_subclass_py(self) -> typing.Any:
207
194
  """
208
195
 
209
196
  :return: The class or default when not found.
210
- :rtype: typing.Any
211
197
  """
212
198
 
213
- def draw(self, context):
199
+ def draw(self, context) -> None:
214
200
  """
215
201
 
216
202
  :param context:
217
203
  """
218
204
 
219
- class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker, bpy.types.Menu):
205
+ class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker, _bpy_types.Menu):
220
206
  bl_label: typing.Any
221
207
  bl_region_type: typing.Any
222
208
  bl_rna: typing.Any
@@ -227,23 +213,21 @@ class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker, bpy.types.Menu):
227
213
  """
228
214
 
229
215
  :return: The RNA type or default when not found.
230
- :rtype: bpy.types.Struct
231
216
  """
232
217
 
233
218
  def bl_rna_get_subclass_py(self) -> typing.Any:
234
219
  """
235
220
 
236
221
  :return: The class or default when not found.
237
- :rtype: typing.Any
238
222
  """
239
223
 
240
- def draw(self, _context):
224
+ def draw(self, _context) -> None:
241
225
  """
242
226
 
243
227
  :param _context:
244
228
  """
245
229
 
246
- class SEQUENCER_MT_context_menu(bpy.types.Menu):
230
+ class SEQUENCER_MT_context_menu(_bpy_types.Menu):
247
231
  bl_label: typing.Any
248
232
  bl_rna: typing.Any
249
233
  id_data: typing.Any
@@ -252,35 +236,33 @@ class SEQUENCER_MT_context_menu(bpy.types.Menu):
252
236
  """
253
237
 
254
238
  :return: The RNA type or default when not found.
255
- :rtype: bpy.types.Struct
256
239
  """
257
240
 
258
241
  def bl_rna_get_subclass_py(self) -> typing.Any:
259
242
  """
260
243
 
261
244
  :return: The class or default when not found.
262
- :rtype: typing.Any
263
245
  """
264
246
 
265
- def draw(self, context):
247
+ def draw(self, context) -> None:
266
248
  """
267
249
 
268
250
  :param context:
269
251
  """
270
252
 
271
- def draw_generic(self, context):
253
+ def draw_generic(self, context) -> None:
272
254
  """
273
255
 
274
256
  :param context:
275
257
  """
276
258
 
277
- def draw_retime(self, context):
259
+ def draw_retime(self, context) -> None:
278
260
  """
279
261
 
280
262
  :param context:
281
263
  """
282
264
 
283
- class SEQUENCER_MT_editor_menus(bpy.types.Menu):
265
+ class SEQUENCER_MT_editor_menus(_bpy_types.Menu):
284
266
  bl_idname: typing.Any
285
267
  bl_label: typing.Any
286
268
  bl_rna: typing.Any
@@ -290,23 +272,21 @@ class SEQUENCER_MT_editor_menus(bpy.types.Menu):
290
272
  """
291
273
 
292
274
  :return: The RNA type or default when not found.
293
- :rtype: bpy.types.Struct
294
275
  """
295
276
 
296
277
  def bl_rna_get_subclass_py(self) -> typing.Any:
297
278
  """
298
279
 
299
280
  :return: The class or default when not found.
300
- :rtype: typing.Any
301
281
  """
302
282
 
303
- def draw(self, context):
283
+ def draw(self, context) -> None:
304
284
  """
305
285
 
306
286
  :param context:
307
287
  """
308
288
 
309
- class SEQUENCER_MT_image(bpy.types.Menu):
289
+ class SEQUENCER_MT_image(_bpy_types.Menu):
310
290
  bl_label: typing.Any
311
291
  bl_rna: typing.Any
312
292
  id_data: typing.Any
@@ -315,23 +295,21 @@ class SEQUENCER_MT_image(bpy.types.Menu):
315
295
  """
316
296
 
317
297
  :return: The RNA type or default when not found.
318
- :rtype: bpy.types.Struct
319
298
  """
320
299
 
321
300
  def bl_rna_get_subclass_py(self) -> typing.Any:
322
301
  """
323
302
 
324
303
  :return: The class or default when not found.
325
- :rtype: typing.Any
326
304
  """
327
305
 
328
- def draw(self, context):
306
+ def draw(self, context) -> None:
329
307
  """
330
308
 
331
309
  :param context:
332
310
  """
333
311
 
334
- class SEQUENCER_MT_image_apply(bpy.types.Menu):
312
+ class SEQUENCER_MT_image_apply(_bpy_types.Menu):
335
313
  bl_label: typing.Any
336
314
  bl_rna: typing.Any
337
315
  id_data: typing.Any
@@ -340,23 +318,21 @@ class SEQUENCER_MT_image_apply(bpy.types.Menu):
340
318
  """
341
319
 
342
320
  :return: The RNA type or default when not found.
343
- :rtype: bpy.types.Struct
344
321
  """
345
322
 
346
323
  def bl_rna_get_subclass_py(self) -> typing.Any:
347
324
  """
348
325
 
349
326
  :return: The class or default when not found.
350
- :rtype: typing.Any
351
327
  """
352
328
 
353
- def draw(self, _context):
329
+ def draw(self, _context) -> None:
354
330
  """
355
331
 
356
332
  :param _context:
357
333
  """
358
334
 
359
- class SEQUENCER_MT_image_clear(bpy.types.Menu):
335
+ class SEQUENCER_MT_image_clear(_bpy_types.Menu):
360
336
  bl_label: typing.Any
361
337
  bl_rna: typing.Any
362
338
  id_data: typing.Any
@@ -365,23 +341,21 @@ class SEQUENCER_MT_image_clear(bpy.types.Menu):
365
341
  """
366
342
 
367
343
  :return: The RNA type or default when not found.
368
- :rtype: bpy.types.Struct
369
344
  """
370
345
 
371
346
  def bl_rna_get_subclass_py(self) -> typing.Any:
372
347
  """
373
348
 
374
349
  :return: The class or default when not found.
375
- :rtype: typing.Any
376
350
  """
377
351
 
378
- def draw(self, _context):
352
+ def draw(self, _context) -> None:
379
353
  """
380
354
 
381
355
  :param _context:
382
356
  """
383
357
 
384
- class SEQUENCER_MT_image_transform(bpy.types.Menu):
358
+ class SEQUENCER_MT_image_transform(_bpy_types.Menu):
385
359
  bl_label: typing.Any
386
360
  bl_rna: typing.Any
387
361
  id_data: typing.Any
@@ -390,24 +364,49 @@ class SEQUENCER_MT_image_transform(bpy.types.Menu):
390
364
  """
391
365
 
392
366
  :return: The RNA type or default when not found.
393
- :rtype: bpy.types.Struct
394
367
  """
395
368
 
396
369
  def bl_rna_get_subclass_py(self) -> typing.Any:
397
370
  """
398
371
 
399
372
  :return: The class or default when not found.
400
- :rtype: typing.Any
401
373
  """
402
374
 
403
- def draw(self, _context):
375
+ def draw(self, context) -> None:
404
376
  """
405
377
 
406
- :param _context:
378
+ :param context:
379
+ """
380
+
381
+ class SEQUENCER_MT_marker(_bpy_types.Menu):
382
+ bl_label: typing.Any
383
+ bl_rna: typing.Any
384
+ id_data: typing.Any
385
+
386
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
387
+ """
388
+
389
+ :return: The RNA type or default when not found.
390
+ """
391
+
392
+ def bl_rna_get_subclass_py(self) -> typing.Any:
393
+ """
394
+
395
+ :return: The class or default when not found.
407
396
  """
408
397
 
409
- class SEQUENCER_MT_marker(bpy.types.Menu):
398
+ def draw(self, context) -> None:
399
+ """
400
+
401
+ :param context:
402
+ """
403
+
404
+ class SEQUENCER_MT_modifier_add(_bpy_types.Menu):
405
+ MODIFIER_TYPES_I18N_CONTEXT: typing.Any
406
+ MODIFIER_TYPES_TO_ICONS: typing.Any
407
+ MODIFIER_TYPES_TO_LABELS: typing.Any
410
408
  bl_label: typing.Any
409
+ bl_options: typing.Any
411
410
  bl_rna: typing.Any
412
411
  id_data: typing.Any
413
412
 
@@ -415,23 +414,29 @@ class SEQUENCER_MT_marker(bpy.types.Menu):
415
414
  """
416
415
 
417
416
  :return: The RNA type or default when not found.
418
- :rtype: bpy.types.Struct
419
417
  """
420
418
 
421
419
  def bl_rna_get_subclass_py(self) -> typing.Any:
422
420
  """
423
421
 
424
422
  :return: The class or default when not found.
425
- :rtype: typing.Any
426
423
  """
427
424
 
428
- def draw(self, context):
425
+ def draw(self, context) -> None:
429
426
  """
430
427
 
431
428
  :param context:
432
429
  """
433
430
 
434
- class SEQUENCER_MT_navigation(bpy.types.Menu):
431
+ @classmethod
432
+ def operator_modifier_add(cls, layout, mod_type) -> None:
433
+ """
434
+
435
+ :param layout:
436
+ :param mod_type:
437
+ """
438
+
439
+ class SEQUENCER_MT_navigation(_bpy_types.Menu):
435
440
  bl_label: typing.Any
436
441
  bl_rna: typing.Any
437
442
  id_data: typing.Any
@@ -440,23 +445,21 @@ class SEQUENCER_MT_navigation(bpy.types.Menu):
440
445
  """
441
446
 
442
447
  :return: The RNA type or default when not found.
443
- :rtype: bpy.types.Struct
444
448
  """
445
449
 
446
450
  def bl_rna_get_subclass_py(self) -> typing.Any:
447
451
  """
448
452
 
449
453
  :return: The class or default when not found.
450
- :rtype: typing.Any
451
454
  """
452
455
 
453
- def draw(self, _context):
456
+ def draw(self, _context) -> None:
454
457
  """
455
458
 
456
459
  :param _context:
457
460
  """
458
461
 
459
- class SEQUENCER_MT_pivot_pie(bpy.types.Menu):
462
+ class SEQUENCER_MT_pivot_pie(_bpy_types.Menu):
460
463
  bl_label: typing.Any
461
464
  bl_rna: typing.Any
462
465
  id_data: typing.Any
@@ -465,23 +468,21 @@ class SEQUENCER_MT_pivot_pie(bpy.types.Menu):
465
468
  """
466
469
 
467
470
  :return: The RNA type or default when not found.
468
- :rtype: bpy.types.Struct
469
471
  """
470
472
 
471
473
  def bl_rna_get_subclass_py(self) -> typing.Any:
472
474
  """
473
475
 
474
476
  :return: The class or default when not found.
475
- :rtype: typing.Any
476
477
  """
477
478
 
478
- def draw(self, context):
479
+ def draw(self, context) -> None:
479
480
  """
480
481
 
481
482
  :param context:
482
483
  """
483
484
 
484
- class SEQUENCER_MT_preview_context_menu(bpy.types.Menu):
485
+ class SEQUENCER_MT_preview_context_menu(_bpy_types.Menu):
485
486
  bl_label: typing.Any
486
487
  bl_rna: typing.Any
487
488
  id_data: typing.Any
@@ -490,23 +491,21 @@ class SEQUENCER_MT_preview_context_menu(bpy.types.Menu):
490
491
  """
491
492
 
492
493
  :return: The RNA type or default when not found.
493
- :rtype: bpy.types.Struct
494
494
  """
495
495
 
496
496
  def bl_rna_get_subclass_py(self) -> typing.Any:
497
497
  """
498
498
 
499
499
  :return: The class or default when not found.
500
- :rtype: typing.Any
501
500
  """
502
501
 
503
- def draw(self, context):
502
+ def draw(self, context) -> None:
504
503
  """
505
504
 
506
505
  :param context:
507
506
  """
508
507
 
509
- class SEQUENCER_MT_preview_view_pie(bpy.types.Menu):
508
+ class SEQUENCER_MT_preview_view_pie(_bpy_types.Menu):
510
509
  bl_label: typing.Any
511
510
  bl_rna: typing.Any
512
511
  id_data: typing.Any
@@ -515,23 +514,21 @@ class SEQUENCER_MT_preview_view_pie(bpy.types.Menu):
515
514
  """
516
515
 
517
516
  :return: The RNA type or default when not found.
518
- :rtype: bpy.types.Struct
519
517
  """
520
518
 
521
519
  def bl_rna_get_subclass_py(self) -> typing.Any:
522
520
  """
523
521
 
524
522
  :return: The class or default when not found.
525
- :rtype: typing.Any
526
523
  """
527
524
 
528
- def draw(self, _context):
525
+ def draw(self, _context) -> None:
529
526
  """
530
527
 
531
528
  :param _context:
532
529
  """
533
530
 
534
- class SEQUENCER_MT_preview_zoom(bpy.types.Menu):
531
+ class SEQUENCER_MT_preview_zoom(_bpy_types.Menu):
535
532
  bl_label: typing.Any
536
533
  bl_rna: typing.Any
537
534
  id_data: typing.Any
@@ -540,23 +537,21 @@ class SEQUENCER_MT_preview_zoom(bpy.types.Menu):
540
537
  """
541
538
 
542
539
  :return: The RNA type or default when not found.
543
- :rtype: bpy.types.Struct
544
540
  """
545
541
 
546
542
  def bl_rna_get_subclass_py(self) -> typing.Any:
547
543
  """
548
544
 
549
545
  :return: The class or default when not found.
550
- :rtype: typing.Any
551
546
  """
552
547
 
553
- def draw(self, context):
548
+ def draw(self, context) -> None:
554
549
  """
555
550
 
556
551
  :param context:
557
552
  """
558
553
 
559
- class SEQUENCER_MT_proxy(bpy.types.Menu):
554
+ class SEQUENCER_MT_proxy(_bpy_types.Menu):
560
555
  bl_label: typing.Any
561
556
  bl_rna: typing.Any
562
557
  id_data: typing.Any
@@ -565,23 +560,21 @@ class SEQUENCER_MT_proxy(bpy.types.Menu):
565
560
  """
566
561
 
567
562
  :return: The RNA type or default when not found.
568
- :rtype: bpy.types.Struct
569
563
  """
570
564
 
571
565
  def bl_rna_get_subclass_py(self) -> typing.Any:
572
566
  """
573
567
 
574
568
  :return: The class or default when not found.
575
- :rtype: typing.Any
576
569
  """
577
570
 
578
- def draw(self, context):
571
+ def draw(self, context) -> None:
579
572
  """
580
573
 
581
574
  :param context:
582
575
  """
583
576
 
584
- class SEQUENCER_MT_range(bpy.types.Menu):
577
+ class SEQUENCER_MT_range(_bpy_types.Menu):
585
578
  bl_label: typing.Any
586
579
  bl_rna: typing.Any
587
580
  id_data: typing.Any
@@ -590,23 +583,21 @@ class SEQUENCER_MT_range(bpy.types.Menu):
590
583
  """
591
584
 
592
585
  :return: The RNA type or default when not found.
593
- :rtype: bpy.types.Struct
594
586
  """
595
587
 
596
588
  def bl_rna_get_subclass_py(self) -> typing.Any:
597
589
  """
598
590
 
599
591
  :return: The class or default when not found.
600
- :rtype: typing.Any
601
592
  """
602
593
 
603
- def draw(self, _context):
594
+ def draw(self, _context) -> None:
604
595
  """
605
596
 
606
597
  :param _context:
607
598
  """
608
599
 
609
- class SEQUENCER_MT_retiming(bpy.types.Menu):
600
+ class SEQUENCER_MT_retiming(_bpy_types.Menu):
610
601
  bl_label: typing.Any
611
602
  bl_rna: typing.Any
612
603
  bl_translation_context: typing.Any
@@ -616,23 +607,21 @@ class SEQUENCER_MT_retiming(bpy.types.Menu):
616
607
  """
617
608
 
618
609
  :return: The RNA type or default when not found.
619
- :rtype: bpy.types.Struct
620
610
  """
621
611
 
622
612
  def bl_rna_get_subclass_py(self) -> typing.Any:
623
613
  """
624
614
 
625
615
  :return: The class or default when not found.
626
- :rtype: typing.Any
627
616
  """
628
617
 
629
- def draw(self, context):
618
+ def draw(self, context) -> None:
630
619
  """
631
620
 
632
621
  :param context:
633
622
  """
634
623
 
635
- class SEQUENCER_MT_select(bpy.types.Menu):
624
+ class SEQUENCER_MT_select(_bpy_types.Menu):
636
625
  bl_label: typing.Any
637
626
  bl_rna: typing.Any
638
627
  id_data: typing.Any
@@ -641,23 +630,21 @@ class SEQUENCER_MT_select(bpy.types.Menu):
641
630
  """
642
631
 
643
632
  :return: The RNA type or default when not found.
644
- :rtype: bpy.types.Struct
645
633
  """
646
634
 
647
635
  def bl_rna_get_subclass_py(self) -> typing.Any:
648
636
  """
649
637
 
650
638
  :return: The class or default when not found.
651
- :rtype: typing.Any
652
639
  """
653
640
 
654
- def draw(self, context):
641
+ def draw(self, context) -> None:
655
642
  """
656
643
 
657
644
  :param context:
658
645
  """
659
646
 
660
- class SEQUENCER_MT_select_channel(bpy.types.Menu):
647
+ class SEQUENCER_MT_select_channel(_bpy_types.Menu):
661
648
  bl_label: typing.Any
662
649
  bl_rna: typing.Any
663
650
  id_data: typing.Any
@@ -666,23 +653,21 @@ class SEQUENCER_MT_select_channel(bpy.types.Menu):
666
653
  """
667
654
 
668
655
  :return: The RNA type or default when not found.
669
- :rtype: bpy.types.Struct
670
656
  """
671
657
 
672
658
  def bl_rna_get_subclass_py(self) -> typing.Any:
673
659
  """
674
660
 
675
661
  :return: The class or default when not found.
676
- :rtype: typing.Any
677
662
  """
678
663
 
679
- def draw(self, _context):
664
+ def draw(self, _context) -> None:
680
665
  """
681
666
 
682
667
  :param _context:
683
668
  """
684
669
 
685
- class SEQUENCER_MT_select_handle(bpy.types.Menu):
670
+ class SEQUENCER_MT_select_handle(_bpy_types.Menu):
686
671
  bl_label: typing.Any
687
672
  bl_rna: typing.Any
688
673
  id_data: typing.Any
@@ -691,23 +676,21 @@ class SEQUENCER_MT_select_handle(bpy.types.Menu):
691
676
  """
692
677
 
693
678
  :return: The RNA type or default when not found.
694
- :rtype: bpy.types.Struct
695
679
  """
696
680
 
697
681
  def bl_rna_get_subclass_py(self) -> typing.Any:
698
682
  """
699
683
 
700
684
  :return: The class or default when not found.
701
- :rtype: typing.Any
702
685
  """
703
686
 
704
- def draw(self, _context):
687
+ def draw(self, _context) -> None:
705
688
  """
706
689
 
707
690
  :param _context:
708
691
  """
709
692
 
710
- class SEQUENCER_MT_strip(bpy.types.Menu):
693
+ class SEQUENCER_MT_strip(_bpy_types.Menu):
711
694
  bl_label: typing.Any
712
695
  bl_rna: typing.Any
713
696
  id_data: typing.Any
@@ -716,23 +699,21 @@ class SEQUENCER_MT_strip(bpy.types.Menu):
716
699
  """
717
700
 
718
701
  :return: The RNA type or default when not found.
719
- :rtype: bpy.types.Struct
720
702
  """
721
703
 
722
704
  def bl_rna_get_subclass_py(self) -> typing.Any:
723
705
  """
724
706
 
725
707
  :return: The class or default when not found.
726
- :rtype: typing.Any
727
708
  """
728
709
 
729
- def draw(self, context):
710
+ def draw(self, context) -> None:
730
711
  """
731
712
 
732
713
  :param context:
733
714
  """
734
715
 
735
- class SEQUENCER_MT_strip_effect(bpy.types.Menu):
716
+ class SEQUENCER_MT_strip_animation(_bpy_types.Menu):
736
717
  bl_label: typing.Any
737
718
  bl_rna: typing.Any
738
719
  id_data: typing.Any
@@ -741,23 +722,21 @@ class SEQUENCER_MT_strip_effect(bpy.types.Menu):
741
722
  """
742
723
 
743
724
  :return: The RNA type or default when not found.
744
- :rtype: bpy.types.Struct
745
725
  """
746
726
 
747
727
  def bl_rna_get_subclass_py(self) -> typing.Any:
748
728
  """
749
729
 
750
730
  :return: The class or default when not found.
751
- :rtype: typing.Any
752
731
  """
753
732
 
754
- def draw(self, _context):
733
+ def draw(self, context) -> None:
755
734
  """
756
735
 
757
- :param _context:
736
+ :param context:
758
737
  """
759
738
 
760
- class SEQUENCER_MT_strip_input(bpy.types.Menu):
739
+ class SEQUENCER_MT_strip_effect(_bpy_types.Menu):
761
740
  bl_label: typing.Any
762
741
  bl_rna: typing.Any
763
742
  id_data: typing.Any
@@ -766,23 +745,21 @@ class SEQUENCER_MT_strip_input(bpy.types.Menu):
766
745
  """
767
746
 
768
747
  :return: The RNA type or default when not found.
769
- :rtype: bpy.types.Struct
770
748
  """
771
749
 
772
750
  def bl_rna_get_subclass_py(self) -> typing.Any:
773
751
  """
774
752
 
775
753
  :return: The class or default when not found.
776
- :rtype: typing.Any
777
754
  """
778
755
 
779
- def draw(self, context):
756
+ def draw(self, _context) -> None:
780
757
  """
781
758
 
782
- :param context:
759
+ :param _context:
783
760
  """
784
761
 
785
- class SEQUENCER_MT_strip_lock_mute(bpy.types.Menu):
762
+ class SEQUENCER_MT_strip_effect_change(_bpy_types.Menu):
786
763
  bl_label: typing.Any
787
764
  bl_rna: typing.Any
788
765
  id_data: typing.Any
@@ -791,23 +768,21 @@ class SEQUENCER_MT_strip_lock_mute(bpy.types.Menu):
791
768
  """
792
769
 
793
770
  :return: The RNA type or default when not found.
794
- :rtype: bpy.types.Struct
795
771
  """
796
772
 
797
773
  def bl_rna_get_subclass_py(self) -> typing.Any:
798
774
  """
799
775
 
800
776
  :return: The class or default when not found.
801
- :rtype: typing.Any
802
777
  """
803
778
 
804
- def draw(self, _context):
779
+ def draw(self, context) -> None:
805
780
  """
806
781
 
807
- :param _context:
782
+ :param context:
808
783
  """
809
784
 
810
- class SEQUENCER_MT_strip_movie(bpy.types.Menu):
785
+ class SEQUENCER_MT_strip_input(_bpy_types.Menu):
811
786
  bl_label: typing.Any
812
787
  bl_rna: typing.Any
813
788
  id_data: typing.Any
@@ -816,23 +791,21 @@ class SEQUENCER_MT_strip_movie(bpy.types.Menu):
816
791
  """
817
792
 
818
793
  :return: The RNA type or default when not found.
819
- :rtype: bpy.types.Struct
820
794
  """
821
795
 
822
796
  def bl_rna_get_subclass_py(self) -> typing.Any:
823
797
  """
824
798
 
825
799
  :return: The class or default when not found.
826
- :rtype: typing.Any
827
800
  """
828
801
 
829
- def draw(self, _context):
802
+ def draw(self, context) -> None:
830
803
  """
831
804
 
832
- :param _context:
805
+ :param context:
833
806
  """
834
807
 
835
- class SEQUENCER_MT_strip_retiming(bpy.types.Menu):
808
+ class SEQUENCER_MT_strip_lock_mute(_bpy_types.Menu):
836
809
  bl_label: typing.Any
837
810
  bl_rna: typing.Any
838
811
  id_data: typing.Any
@@ -841,23 +814,21 @@ class SEQUENCER_MT_strip_retiming(bpy.types.Menu):
841
814
  """
842
815
 
843
816
  :return: The RNA type or default when not found.
844
- :rtype: bpy.types.Struct
845
817
  """
846
818
 
847
819
  def bl_rna_get_subclass_py(self) -> typing.Any:
848
820
  """
849
821
 
850
822
  :return: The class or default when not found.
851
- :rtype: typing.Any
852
823
  """
853
824
 
854
- def draw(self, context):
825
+ def draw(self, _context) -> None:
855
826
  """
856
827
 
857
- :param context:
828
+ :param _context:
858
829
  """
859
830
 
860
- class SEQUENCER_MT_strip_text(bpy.types.Menu):
831
+ class SEQUENCER_MT_strip_mirror(_bpy_types.Menu):
861
832
  bl_label: typing.Any
862
833
  bl_rna: typing.Any
863
834
  id_data: typing.Any
@@ -866,23 +837,21 @@ class SEQUENCER_MT_strip_text(bpy.types.Menu):
866
837
  """
867
838
 
868
839
  :return: The RNA type or default when not found.
869
- :rtype: bpy.types.Struct
870
840
  """
871
841
 
872
842
  def bl_rna_get_subclass_py(self) -> typing.Any:
873
843
  """
874
844
 
875
845
  :return: The class or default when not found.
876
- :rtype: typing.Any
877
846
  """
878
847
 
879
- def draw(self, context):
848
+ def draw(self, context) -> None:
880
849
  """
881
850
 
882
851
  :param context:
883
852
  """
884
853
 
885
- class SEQUENCER_MT_strip_transform(bpy.types.Menu):
854
+ class SEQUENCER_MT_strip_modifiers(_bpy_types.Menu):
886
855
  bl_label: typing.Any
887
856
  bl_rna: typing.Any
888
857
  id_data: typing.Any
@@ -891,23 +860,21 @@ class SEQUENCER_MT_strip_transform(bpy.types.Menu):
891
860
  """
892
861
 
893
862
  :return: The RNA type or default when not found.
894
- :rtype: bpy.types.Struct
895
863
  """
896
864
 
897
865
  def bl_rna_get_subclass_py(self) -> typing.Any:
898
866
  """
899
867
 
900
868
  :return: The class or default when not found.
901
- :rtype: typing.Any
902
869
  """
903
870
 
904
- def draw(self, context):
871
+ def draw(self, _context) -> None:
905
872
  """
906
873
 
907
- :param context:
874
+ :param _context:
908
875
  """
909
876
 
910
- class SEQUENCER_MT_view(bpy.types.Menu):
877
+ class SEQUENCER_MT_strip_movie(_bpy_types.Menu):
911
878
  bl_label: typing.Any
912
879
  bl_rna: typing.Any
913
880
  id_data: typing.Any
@@ -916,23 +883,21 @@ class SEQUENCER_MT_view(bpy.types.Menu):
916
883
  """
917
884
 
918
885
  :return: The RNA type or default when not found.
919
- :rtype: bpy.types.Struct
920
886
  """
921
887
 
922
888
  def bl_rna_get_subclass_py(self) -> typing.Any:
923
889
  """
924
890
 
925
891
  :return: The class or default when not found.
926
- :rtype: typing.Any
927
892
  """
928
893
 
929
- def draw(self, context):
894
+ def draw(self, _context) -> None:
930
895
  """
931
896
 
932
- :param context:
897
+ :param _context:
933
898
  """
934
899
 
935
- class SEQUENCER_MT_view_pie(bpy.types.Menu):
900
+ class SEQUENCER_MT_strip_retiming(_bpy_types.Menu):
936
901
  bl_label: typing.Any
937
902
  bl_rna: typing.Any
938
903
  id_data: typing.Any
@@ -941,228 +906,163 @@ class SEQUENCER_MT_view_pie(bpy.types.Menu):
941
906
  """
942
907
 
943
908
  :return: The RNA type or default when not found.
944
- :rtype: bpy.types.Struct
945
909
  """
946
910
 
947
911
  def bl_rna_get_subclass_py(self) -> typing.Any:
948
912
  """
949
913
 
950
914
  :return: The class or default when not found.
951
- :rtype: typing.Any
952
915
  """
953
916
 
954
- def draw(self, context):
917
+ def draw(self, context) -> None:
955
918
  """
956
919
 
957
920
  :param context:
958
921
  """
959
922
 
960
- class SEQUENCER_PT_active_tool(
961
- bl_ui.space_toolsystem_common.ToolActivePanelHelper, bpy.types.Panel
962
- ):
963
- bl_category: typing.Any
923
+ class SEQUENCER_MT_strip_show_hide(_bpy_types.Menu):
964
924
  bl_label: typing.Any
965
- bl_region_type: typing.Any
966
925
  bl_rna: typing.Any
967
- bl_space_type: typing.Any
968
926
  id_data: typing.Any
969
927
 
970
928
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
971
929
  """
972
930
 
973
931
  :return: The RNA type or default when not found.
974
- :rtype: bpy.types.Struct
975
932
  """
976
933
 
977
934
  def bl_rna_get_subclass_py(self) -> typing.Any:
978
935
  """
979
936
 
980
937
  :return: The class or default when not found.
981
- :rtype: typing.Any
982
938
  """
983
939
 
984
- class SEQUENCER_PT_adjust_color(SequencerButtonsPanel, bpy.types.Panel):
985
- bl_category: typing.Any
940
+ def draw(self, _context) -> None:
941
+ """
942
+
943
+ :param _context:
944
+ """
945
+
946
+ class SEQUENCER_MT_strip_text(_bpy_types.Menu):
986
947
  bl_label: typing.Any
987
- bl_options: typing.Any
988
- bl_region_type: typing.Any
989
948
  bl_rna: typing.Any
990
- bl_space_type: typing.Any
991
949
  id_data: typing.Any
992
950
 
993
951
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
994
952
  """
995
953
 
996
954
  :return: The RNA type or default when not found.
997
- :rtype: bpy.types.Struct
998
955
  """
999
956
 
1000
957
  def bl_rna_get_subclass_py(self) -> typing.Any:
1001
958
  """
1002
959
 
1003
960
  :return: The class or default when not found.
1004
- :rtype: typing.Any
1005
- """
1006
-
1007
- def draw(self, context):
1008
- """
1009
-
1010
- :param context:
1011
961
  """
1012
962
 
1013
- @classmethod
1014
- def poll(cls, context):
963
+ def draw(self, context) -> None:
1015
964
  """
1016
965
 
1017
966
  :param context:
1018
967
  """
1019
968
 
1020
- class SEQUENCER_PT_adjust_comp(SequencerButtonsPanel, bpy.types.Panel):
1021
- bl_category: typing.Any
969
+ class SEQUENCER_MT_strip_transform(_bpy_types.Menu):
1022
970
  bl_label: typing.Any
1023
- bl_region_type: typing.Any
1024
971
  bl_rna: typing.Any
1025
- bl_space_type: typing.Any
1026
972
  id_data: typing.Any
1027
973
 
1028
974
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1029
975
  """
1030
976
 
1031
977
  :return: The RNA type or default when not found.
1032
- :rtype: bpy.types.Struct
1033
978
  """
1034
979
 
1035
980
  def bl_rna_get_subclass_py(self) -> typing.Any:
1036
981
  """
1037
982
 
1038
983
  :return: The class or default when not found.
1039
- :rtype: typing.Any
1040
984
  """
1041
985
 
1042
- def draw(self, context):
986
+ def draw(self, context) -> None:
1043
987
  """
1044
988
 
1045
989
  :param context:
1046
990
  """
1047
991
 
1048
- @classmethod
1049
- def poll(cls, context):
1050
- """
1051
-
1052
- :param context:
1053
- """
1054
-
1055
- class SEQUENCER_PT_adjust_crop(SequencerButtonsPanel, bpy.types.Panel):
1056
- bl_category: typing.Any
992
+ class SEQUENCER_MT_view(_bpy_types.Menu):
1057
993
  bl_label: typing.Any
1058
- bl_options: typing.Any
1059
- bl_region_type: typing.Any
1060
994
  bl_rna: typing.Any
1061
- bl_space_type: typing.Any
1062
995
  id_data: typing.Any
1063
996
 
1064
997
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1065
998
  """
1066
999
 
1067
1000
  :return: The RNA type or default when not found.
1068
- :rtype: bpy.types.Struct
1069
1001
  """
1070
1002
 
1071
1003
  def bl_rna_get_subclass_py(self) -> typing.Any:
1072
1004
  """
1073
1005
 
1074
1006
  :return: The class or default when not found.
1075
- :rtype: typing.Any
1076
- """
1077
-
1078
- def draw(self, context):
1079
1007
  """
1080
1008
 
1081
- :param context:
1082
- """
1083
-
1084
- @classmethod
1085
- def poll(cls, context):
1009
+ def draw(self, context) -> None:
1086
1010
  """
1087
1011
 
1088
1012
  :param context:
1089
1013
  """
1090
1014
 
1091
- class SEQUENCER_PT_adjust_sound(SequencerButtonsPanel, bpy.types.Panel):
1092
- bl_category: typing.Any
1015
+ class SEQUENCER_MT_view_pie(_bpy_types.Menu):
1093
1016
  bl_label: typing.Any
1094
- bl_region_type: typing.Any
1095
1017
  bl_rna: typing.Any
1096
- bl_space_type: typing.Any
1097
1018
  id_data: typing.Any
1098
1019
 
1099
1020
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1100
1021
  """
1101
1022
 
1102
1023
  :return: The RNA type or default when not found.
1103
- :rtype: bpy.types.Struct
1104
1024
  """
1105
1025
 
1106
1026
  def bl_rna_get_subclass_py(self) -> typing.Any:
1107
1027
  """
1108
1028
 
1109
1029
  :return: The class or default when not found.
1110
- :rtype: typing.Any
1111
- """
1112
-
1113
- def draw(self, context):
1114
- """
1115
-
1116
- :param context:
1117
1030
  """
1118
1031
 
1119
- @classmethod
1120
- def poll(cls, context):
1032
+ def draw(self, context) -> None:
1121
1033
  """
1122
1034
 
1123
1035
  :param context:
1124
1036
  """
1125
1037
 
1126
- class SEQUENCER_PT_adjust_transform(SequencerButtonsPanel, bpy.types.Panel):
1127
- bl_category: typing.Any
1038
+ class SEQUENCER_MT_view_render(_bpy_types.Menu):
1128
1039
  bl_label: typing.Any
1129
- bl_options: typing.Any
1130
- bl_region_type: typing.Any
1131
1040
  bl_rna: typing.Any
1132
- bl_space_type: typing.Any
1133
1041
  id_data: typing.Any
1134
1042
 
1135
1043
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1136
1044
  """
1137
1045
 
1138
1046
  :return: The RNA type or default when not found.
1139
- :rtype: bpy.types.Struct
1140
1047
  """
1141
1048
 
1142
1049
  def bl_rna_get_subclass_py(self) -> typing.Any:
1143
1050
  """
1144
1051
 
1145
1052
  :return: The class or default when not found.
1146
- :rtype: typing.Any
1147
- """
1148
-
1149
- def draw(self, context):
1150
- """
1151
-
1152
- :param context:
1153
1053
  """
1154
1054
 
1155
- @classmethod
1156
- def poll(cls, context):
1055
+ def draw(self, _context) -> None:
1157
1056
  """
1158
1057
 
1159
- :param context:
1058
+ :param _context:
1160
1059
  """
1161
1060
 
1162
- class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, bpy.types.Panel):
1061
+ class SEQUENCER_PT_active_tool(
1062
+ bl_ui.space_toolsystem_common.ToolActivePanelHelper, _bpy_types.Panel
1063
+ ):
1163
1064
  bl_category: typing.Any
1164
1065
  bl_label: typing.Any
1165
- bl_options: typing.Any
1166
1066
  bl_region_type: typing.Any
1167
1067
  bl_rna: typing.Any
1168
1068
  bl_space_type: typing.Any
@@ -1172,33 +1072,18 @@ class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, bpy.types.Panel):
1172
1072
  """
1173
1073
 
1174
1074
  :return: The RNA type or default when not found.
1175
- :rtype: bpy.types.Struct
1176
1075
  """
1177
1076
 
1178
1077
  def bl_rna_get_subclass_py(self) -> typing.Any:
1179
1078
  """
1180
1079
 
1181
1080
  :return: The class or default when not found.
1182
- :rtype: typing.Any
1183
- """
1184
-
1185
- def draw(self, context):
1186
- """
1187
-
1188
- :param context:
1189
- """
1190
-
1191
- @classmethod
1192
- def poll(cls, context):
1193
- """
1194
-
1195
- :param context:
1196
1081
  """
1197
1082
 
1198
1083
  class SEQUENCER_PT_annotation(
1199
1084
  SequencerButtonsPanel_Output,
1200
1085
  bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
1201
- bpy.types.Panel,
1086
+ _bpy_types.Panel,
1202
1087
  ):
1203
1088
  bl_category: typing.Any
1204
1089
  bl_label: typing.Any
@@ -1212,25 +1097,23 @@ class SEQUENCER_PT_annotation(
1212
1097
  """
1213
1098
 
1214
1099
  :return: The RNA type or default when not found.
1215
- :rtype: bpy.types.Struct
1216
1100
  """
1217
1101
 
1218
1102
  def bl_rna_get_subclass_py(self) -> typing.Any:
1219
1103
  """
1220
1104
 
1221
1105
  :return: The class or default when not found.
1222
- :rtype: typing.Any
1223
1106
  """
1224
1107
 
1225
1108
  @staticmethod
1226
- def has_preview(context):
1109
+ def has_preview(context) -> None:
1227
1110
  """
1228
1111
 
1229
1112
  :param context:
1230
1113
  """
1231
1114
 
1232
1115
  @classmethod
1233
- def poll(cls, context):
1116
+ def poll(cls, context) -> None:
1234
1117
  """
1235
1118
 
1236
1119
  :param context:
@@ -1239,7 +1122,7 @@ class SEQUENCER_PT_annotation(
1239
1122
  class SEQUENCER_PT_annotation_onion(
1240
1123
  SequencerButtonsPanel_Output,
1241
1124
  bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
1242
- bpy.types.Panel,
1125
+ _bpy_types.Panel,
1243
1126
  ):
1244
1127
  bl_category: typing.Any
1245
1128
  bl_label: typing.Any
@@ -1254,31 +1137,29 @@ class SEQUENCER_PT_annotation_onion(
1254
1137
  """
1255
1138
 
1256
1139
  :return: The RNA type or default when not found.
1257
- :rtype: bpy.types.Struct
1258
1140
  """
1259
1141
 
1260
1142
  def bl_rna_get_subclass_py(self) -> typing.Any:
1261
1143
  """
1262
1144
 
1263
1145
  :return: The class or default when not found.
1264
- :rtype: typing.Any
1265
1146
  """
1266
1147
 
1267
1148
  @staticmethod
1268
- def has_preview(context):
1149
+ def has_preview(context) -> None:
1269
1150
  """
1270
1151
 
1271
1152
  :param context:
1272
1153
  """
1273
1154
 
1274
1155
  @classmethod
1275
- def poll(cls, context):
1156
+ def poll(cls, context) -> None:
1276
1157
  """
1277
1158
 
1278
1159
  :param context:
1279
1160
  """
1280
1161
 
1281
- class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, bpy.types.Panel):
1162
+ class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, _bpy_types.Panel):
1282
1163
  bl_category: typing.Any
1283
1164
  bl_label: typing.Any
1284
1165
  bl_region_type: typing.Any
@@ -1290,30 +1171,28 @@ class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, bpy.types.Panel):
1290
1171
  """
1291
1172
 
1292
1173
  :return: The RNA type or default when not found.
1293
- :rtype: bpy.types.Struct
1294
1174
  """
1295
1175
 
1296
1176
  def bl_rna_get_subclass_py(self) -> typing.Any:
1297
1177
  """
1298
1178
 
1299
1179
  :return: The class or default when not found.
1300
- :rtype: typing.Any
1301
1180
  """
1302
1181
 
1303
- def draw(self, context):
1182
+ def draw(self, context) -> None:
1304
1183
  """
1305
1184
 
1306
1185
  :param context:
1307
1186
  """
1308
1187
 
1309
1188
  @classmethod
1310
- def poll(cls, context):
1189
+ def poll(cls, context) -> None:
1311
1190
  """
1312
1191
 
1313
1192
  :param context:
1314
1193
  """
1315
1194
 
1316
- class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, bpy.types.Panel):
1195
+ class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, _bpy_types.Panel):
1317
1196
  bl_category: typing.Any
1318
1197
  bl_label: typing.Any
1319
1198
  bl_parent_id: typing.Any
@@ -1326,37 +1205,34 @@ class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, bpy.types.Panel):
1326
1205
  """
1327
1206
 
1328
1207
  :return: The RNA type or default when not found.
1329
- :rtype: bpy.types.Struct
1330
1208
  """
1331
1209
 
1332
1210
  def bl_rna_get_subclass_py(self) -> typing.Any:
1333
1211
  """
1334
1212
 
1335
1213
  :return: The class or default when not found.
1336
- :rtype: typing.Any
1337
1214
  """
1338
1215
 
1339
- def draw(self, context):
1216
+ def draw(self, context) -> None:
1340
1217
  """
1341
1218
 
1342
1219
  :param context:
1343
1220
  """
1344
1221
 
1345
- def draw_header(self, context):
1222
+ def draw_header(self, context) -> None:
1346
1223
  """
1347
1224
 
1348
1225
  :param context:
1349
1226
  """
1350
1227
 
1351
1228
  @classmethod
1352
- def poll(cls, context):
1229
+ def poll(cls, context) -> None:
1353
1230
  """
1354
1231
 
1355
1232
  :param context:
1356
1233
  """
1357
1234
 
1358
- class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, bpy.types.Panel):
1359
- bl_category: typing.Any
1235
+ class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, _bpy_types.Panel):
1360
1236
  bl_label: typing.Any
1361
1237
  bl_options: typing.Any
1362
1238
  bl_region_type: typing.Any
@@ -1368,27 +1244,25 @@ class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, bpy.types.Panel):
1368
1244
  """
1369
1245
 
1370
1246
  :return: The RNA type or default when not found.
1371
- :rtype: bpy.types.Struct
1372
1247
  """
1373
1248
 
1374
1249
  def bl_rna_get_subclass_py(self) -> typing.Any:
1375
1250
  """
1376
1251
 
1377
1252
  :return: The class or default when not found.
1378
- :rtype: typing.Any
1379
1253
  """
1380
1254
 
1381
- def draw(self, _context):
1255
+ def draw(self, _context) -> None:
1382
1256
  """
1383
1257
 
1384
1258
  :param _context:
1385
1259
  """
1386
1260
 
1387
1261
  class SEQUENCER_PT_custom_props(
1388
- rna_prop_ui.PropertyPanel, SequencerButtonsPanel, bpy.types.Panel
1262
+ rna_prop_ui.PropertyPanel, SequencerButtonsPanel, _bpy_types.Panel
1389
1263
  ):
1390
1264
  """The subclass should have its own poll function
1391
- and the variable '_context_path' MUST be set.
1265
+ and the variable _context_path MUST be set.
1392
1266
  """
1393
1267
 
1394
1268
  COMPAT_ENGINES: typing.Any
@@ -1405,19 +1279,18 @@ class SEQUENCER_PT_custom_props(
1405
1279
  """
1406
1280
 
1407
1281
  :return: The RNA type or default when not found.
1408
- :rtype: bpy.types.Struct
1409
1282
  """
1410
1283
 
1411
1284
  def bl_rna_get_subclass_py(self) -> typing.Any:
1412
1285
  """
1413
1286
 
1414
1287
  :return: The class or default when not found.
1415
- :rtype: typing.Any
1416
1288
  """
1417
1289
 
1418
- class SEQUENCER_PT_effect(SequencerButtonsPanel, bpy.types.Panel):
1290
+ class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, _bpy_types.Panel):
1419
1291
  bl_category: typing.Any
1420
1292
  bl_label: typing.Any
1293
+ bl_options: typing.Any
1421
1294
  bl_region_type: typing.Any
1422
1295
  bl_rna: typing.Any
1423
1296
  bl_space_type: typing.Any
@@ -1427,114 +1300,89 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel, bpy.types.Panel):
1427
1300
  """
1428
1301
 
1429
1302
  :return: The RNA type or default when not found.
1430
- :rtype: bpy.types.Struct
1431
1303
  """
1432
1304
 
1433
1305
  def bl_rna_get_subclass_py(self) -> typing.Any:
1434
1306
  """
1435
1307
 
1436
1308
  :return: The class or default when not found.
1437
- :rtype: typing.Any
1438
1309
  """
1439
1310
 
1440
- def draw(self, context):
1311
+ def draw(self, context) -> None:
1312
+ """
1313
+
1314
+ :param context:
1315
+ """
1316
+
1317
+ def draw_header(self, context) -> None:
1441
1318
  """
1442
1319
 
1443
1320
  :param context:
1444
1321
  """
1445
1322
 
1446
1323
  @classmethod
1447
- def poll(cls, context):
1324
+ def poll(cls, context) -> None:
1448
1325
  """
1449
1326
 
1450
1327
  :param context:
1451
1328
  """
1452
1329
 
1453
- class SEQUENCER_PT_effect_text_box(SequencerButtonsPanel, bpy.types.Panel):
1454
- bl_category: typing.Any
1330
+ class SEQUENCER_PT_gizmo_display(_bpy_types.Panel):
1455
1331
  bl_label: typing.Any
1456
- bl_options: typing.Any
1457
- bl_parent_id: typing.Any
1458
1332
  bl_region_type: typing.Any
1459
1333
  bl_rna: typing.Any
1460
1334
  bl_space_type: typing.Any
1461
- bl_translation_context: typing.Any
1335
+ bl_ui_units_x: typing.Any
1462
1336
  id_data: typing.Any
1463
1337
 
1464
1338
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1465
1339
  """
1466
1340
 
1467
1341
  :return: The RNA type or default when not found.
1468
- :rtype: bpy.types.Struct
1469
1342
  """
1470
1343
 
1471
1344
  def bl_rna_get_subclass_py(self) -> typing.Any:
1472
1345
  """
1473
1346
 
1474
1347
  :return: The class or default when not found.
1475
- :rtype: typing.Any
1476
- """
1477
-
1478
- def draw(self, context):
1479
- """
1480
-
1481
- :param context:
1482
- """
1483
-
1484
- def draw_header(self, context):
1485
- """
1486
-
1487
- :param context:
1488
1348
  """
1489
1349
 
1490
- @classmethod
1491
- def poll(cls, context):
1350
+ def draw(self, context) -> None:
1492
1351
  """
1493
1352
 
1494
1353
  :param context:
1495
1354
  """
1496
1355
 
1497
- class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel, bpy.types.Panel):
1498
- bl_category: typing.Any
1356
+ class SEQUENCER_PT_overlay(_bpy_types.Panel):
1499
1357
  bl_label: typing.Any
1500
- bl_parent_id: typing.Any
1501
1358
  bl_region_type: typing.Any
1502
1359
  bl_rna: typing.Any
1503
1360
  bl_space_type: typing.Any
1361
+ bl_ui_units_x: typing.Any
1504
1362
  id_data: typing.Any
1505
1363
 
1506
1364
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1507
1365
  """
1508
1366
 
1509
1367
  :return: The RNA type or default when not found.
1510
- :rtype: bpy.types.Struct
1511
1368
  """
1512
1369
 
1513
1370
  def bl_rna_get_subclass_py(self) -> typing.Any:
1514
1371
  """
1515
1372
 
1516
1373
  :return: The class or default when not found.
1517
- :rtype: typing.Any
1518
- """
1519
-
1520
- def draw(self, context):
1521
- """
1522
-
1523
- :param context:
1524
1374
  """
1525
1375
 
1526
- @classmethod
1527
- def poll(cls, context):
1376
+ def draw(self, _context) -> None:
1528
1377
  """
1529
1378
 
1530
- :param context:
1379
+ :param _context:
1531
1380
  """
1532
1381
 
1533
- class SEQUENCER_PT_effect_text_outline(SequencerButtonsPanel, bpy.types.Panel):
1382
+ class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, _bpy_types.Panel):
1534
1383
  bl_category: typing.Any
1535
1384
  bl_label: typing.Any
1536
1385
  bl_options: typing.Any
1537
- bl_parent_id: typing.Any
1538
1386
  bl_region_type: typing.Any
1539
1387
  bl_rna: typing.Any
1540
1388
  bl_space_type: typing.Any
@@ -1544,39 +1392,29 @@ class SEQUENCER_PT_effect_text_outline(SequencerButtonsPanel, bpy.types.Panel):
1544
1392
  """
1545
1393
 
1546
1394
  :return: The RNA type or default when not found.
1547
- :rtype: bpy.types.Struct
1548
1395
  """
1549
1396
 
1550
1397
  def bl_rna_get_subclass_py(self) -> typing.Any:
1551
1398
  """
1552
1399
 
1553
1400
  :return: The class or default when not found.
1554
- :rtype: typing.Any
1555
- """
1556
-
1557
- def draw(self, context):
1558
1401
  """
1559
1402
 
1560
- :param context:
1561
- """
1562
-
1563
- def draw_header(self, context):
1403
+ def draw(self, context) -> None:
1564
1404
  """
1565
1405
 
1566
1406
  :param context:
1567
1407
  """
1568
1408
 
1569
1409
  @classmethod
1570
- def poll(cls, context):
1410
+ def poll(cls, context) -> None:
1571
1411
  """
1572
1412
 
1573
1413
  :param context:
1574
1414
  """
1575
1415
 
1576
- class SEQUENCER_PT_effect_text_shadow(SequencerButtonsPanel, bpy.types.Panel):
1577
- bl_category: typing.Any
1416
+ class SEQUENCER_PT_preview_overlay(_bpy_types.Panel):
1578
1417
  bl_label: typing.Any
1579
- bl_options: typing.Any
1580
1418
  bl_parent_id: typing.Any
1581
1419
  bl_region_type: typing.Any
1582
1420
  bl_rna: typing.Any
@@ -1587,37 +1425,28 @@ class SEQUENCER_PT_effect_text_shadow(SequencerButtonsPanel, bpy.types.Panel):
1587
1425
  """
1588
1426
 
1589
1427
  :return: The RNA type or default when not found.
1590
- :rtype: bpy.types.Struct
1591
1428
  """
1592
1429
 
1593
1430
  def bl_rna_get_subclass_py(self) -> typing.Any:
1594
1431
  """
1595
1432
 
1596
1433
  :return: The class or default when not found.
1597
- :rtype: typing.Any
1598
- """
1599
-
1600
- def draw(self, context):
1601
- """
1602
-
1603
- :param context:
1604
1434
  """
1605
1435
 
1606
- def draw_header(self, context):
1436
+ def draw(self, context) -> None:
1607
1437
  """
1608
1438
 
1609
1439
  :param context:
1610
1440
  """
1611
1441
 
1612
1442
  @classmethod
1613
- def poll(cls, context):
1443
+ def poll(cls, context) -> None:
1614
1444
  """
1615
1445
 
1616
1446
  :param context:
1617
1447
  """
1618
1448
 
1619
- class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, bpy.types.Panel):
1620
- bl_category: typing.Any
1449
+ class SEQUENCER_PT_preview_snapping(_bpy_types.Panel):
1621
1450
  bl_label: typing.Any
1622
1451
  bl_parent_id: typing.Any
1623
1452
  bl_region_type: typing.Any
@@ -1629,33 +1458,30 @@ class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, bpy.types.Panel):
1629
1458
  """
1630
1459
 
1631
1460
  :return: The RNA type or default when not found.
1632
- :rtype: bpy.types.Struct
1633
1461
  """
1634
1462
 
1635
1463
  def bl_rna_get_subclass_py(self) -> typing.Any:
1636
1464
  """
1637
1465
 
1638
1466
  :return: The class or default when not found.
1639
- :rtype: typing.Any
1640
1467
  """
1641
1468
 
1642
- def draw(self, context):
1469
+ def draw(self, context) -> None:
1643
1470
  """
1644
1471
 
1645
1472
  :param context:
1646
1473
  """
1647
1474
 
1648
1475
  @classmethod
1649
- def poll(cls, context):
1476
+ def poll(cls, context) -> None:
1650
1477
  """
1651
1478
 
1652
1479
  :param context:
1653
1480
  """
1654
1481
 
1655
- class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, bpy.types.Panel):
1482
+ class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, _bpy_types.Panel):
1656
1483
  bl_category: typing.Any
1657
1484
  bl_label: typing.Any
1658
- bl_options: typing.Any
1659
1485
  bl_region_type: typing.Any
1660
1486
  bl_rna: typing.Any
1661
1487
  bl_space_type: typing.Any
@@ -1665,66 +1491,63 @@ class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, bpy.types.Panel):
1665
1491
  """
1666
1492
 
1667
1493
  :return: The RNA type or default when not found.
1668
- :rtype: bpy.types.Struct
1669
1494
  """
1670
1495
 
1671
1496
  def bl_rna_get_subclass_py(self) -> typing.Any:
1672
1497
  """
1673
1498
 
1674
1499
  :return: The class or default when not found.
1675
- :rtype: typing.Any
1676
- """
1677
-
1678
- def draw(self, context):
1679
- """
1680
-
1681
- :param context:
1682
1500
  """
1683
1501
 
1684
- def draw_header(self, context):
1502
+ def draw(self, context) -> None:
1685
1503
  """
1686
1504
 
1687
1505
  :param context:
1688
1506
  """
1689
1507
 
1690
1508
  @classmethod
1691
- def poll(cls, context):
1509
+ def poll(cls, context) -> None:
1692
1510
  """
1693
1511
 
1694
1512
  :param context:
1695
1513
  """
1696
1514
 
1697
- class SEQUENCER_PT_gizmo_display(bpy.types.Panel):
1515
+ class SEQUENCER_PT_sequencer_overlay(_bpy_types.Panel):
1698
1516
  bl_label: typing.Any
1517
+ bl_parent_id: typing.Any
1699
1518
  bl_region_type: typing.Any
1700
1519
  bl_rna: typing.Any
1701
1520
  bl_space_type: typing.Any
1702
- bl_ui_units_x: typing.Any
1703
1521
  id_data: typing.Any
1704
1522
 
1705
1523
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1706
1524
  """
1707
1525
 
1708
1526
  :return: The RNA type or default when not found.
1709
- :rtype: bpy.types.Struct
1710
1527
  """
1711
1528
 
1712
1529
  def bl_rna_get_subclass_py(self) -> typing.Any:
1713
1530
  """
1714
1531
 
1715
1532
  :return: The class or default when not found.
1716
- :rtype: typing.Any
1717
1533
  """
1718
1534
 
1719
- def draw(self, context):
1535
+ def draw(self, context) -> None:
1720
1536
  """
1721
1537
 
1722
1538
  :param context:
1723
1539
  """
1724
1540
 
1725
- class SEQUENCER_PT_mask(SequencerButtonsPanel, bpy.types.Panel):
1726
- bl_category: typing.Any
1541
+ @classmethod
1542
+ def poll(cls, context) -> None:
1543
+ """
1544
+
1545
+ :param context:
1546
+ """
1547
+
1548
+ class SEQUENCER_PT_sequencer_overlay_strips(_bpy_types.Panel):
1727
1549
  bl_label: typing.Any
1550
+ bl_parent_id: typing.Any
1728
1551
  bl_region_type: typing.Any
1729
1552
  bl_rna: typing.Any
1730
1553
  bl_space_type: typing.Any
@@ -1734,32 +1557,30 @@ class SEQUENCER_PT_mask(SequencerButtonsPanel, bpy.types.Panel):
1734
1557
  """
1735
1558
 
1736
1559
  :return: The RNA type or default when not found.
1737
- :rtype: bpy.types.Struct
1738
1560
  """
1739
1561
 
1740
1562
  def bl_rna_get_subclass_py(self) -> typing.Any:
1741
1563
  """
1742
1564
 
1743
1565
  :return: The class or default when not found.
1744
- :rtype: typing.Any
1745
1566
  """
1746
1567
 
1747
- def draw(self, context):
1568
+ def draw(self, context) -> None:
1748
1569
  """
1749
1570
 
1750
1571
  :param context:
1751
1572
  """
1752
1573
 
1753
1574
  @classmethod
1754
- def poll(cls, context):
1575
+ def poll(cls, context) -> None:
1755
1576
  """
1756
1577
 
1757
1578
  :param context:
1758
1579
  """
1759
1580
 
1760
- class SEQUENCER_PT_modifiers(SequencerButtonsPanel, bpy.types.Panel):
1761
- bl_category: typing.Any
1581
+ class SEQUENCER_PT_sequencer_overlay_waveforms(_bpy_types.Panel):
1762
1582
  bl_label: typing.Any
1583
+ bl_parent_id: typing.Any
1763
1584
  bl_region_type: typing.Any
1764
1585
  bl_rna: typing.Any
1765
1586
  bl_space_type: typing.Any
@@ -1769,26 +1590,30 @@ class SEQUENCER_PT_modifiers(SequencerButtonsPanel, bpy.types.Panel):
1769
1590
  """
1770
1591
 
1771
1592
  :return: The RNA type or default when not found.
1772
- :rtype: bpy.types.Struct
1773
1593
  """
1774
1594
 
1775
1595
  def bl_rna_get_subclass_py(self) -> typing.Any:
1776
1596
  """
1777
1597
 
1778
1598
  :return: The class or default when not found.
1779
- :rtype: typing.Any
1780
1599
  """
1781
1600
 
1782
- def draw(self, context):
1601
+ def draw(self, context) -> None:
1783
1602
  """
1784
1603
 
1785
1604
  :param context:
1786
1605
  """
1787
1606
 
1788
- class SEQUENCER_PT_movie_clip(SequencerButtonsPanel, bpy.types.Panel):
1789
- bl_category: typing.Any
1607
+ @classmethod
1608
+ def poll(cls, context) -> None:
1609
+ """
1610
+
1611
+ :param context:
1612
+ """
1613
+
1614
+ class SEQUENCER_PT_sequencer_snapping(_bpy_types.Panel):
1790
1615
  bl_label: typing.Any
1791
- bl_options: typing.Any
1616
+ bl_parent_id: typing.Any
1792
1617
  bl_region_type: typing.Any
1793
1618
  bl_rna: typing.Any
1794
1619
  bl_space_type: typing.Any
@@ -1798,30 +1623,28 @@ class SEQUENCER_PT_movie_clip(SequencerButtonsPanel, bpy.types.Panel):
1798
1623
  """
1799
1624
 
1800
1625
  :return: The RNA type or default when not found.
1801
- :rtype: bpy.types.Struct
1802
1626
  """
1803
1627
 
1804
1628
  def bl_rna_get_subclass_py(self) -> typing.Any:
1805
1629
  """
1806
1630
 
1807
1631
  :return: The class or default when not found.
1808
- :rtype: typing.Any
1809
1632
  """
1810
1633
 
1811
- def draw(self, context):
1634
+ def draw(self, context) -> None:
1812
1635
  """
1813
1636
 
1814
1637
  :param context:
1815
1638
  """
1816
1639
 
1817
1640
  @classmethod
1818
- def poll(cls, context):
1641
+ def poll(cls, context) -> None:
1819
1642
  """
1820
1643
 
1821
1644
  :param context:
1822
1645
  """
1823
1646
 
1824
- class SEQUENCER_PT_overlay(bpy.types.Panel):
1647
+ class SEQUENCER_PT_snapping(_bpy_types.Panel):
1825
1648
  bl_label: typing.Any
1826
1649
  bl_region_type: typing.Any
1827
1650
  bl_rna: typing.Any
@@ -1833,26 +1656,23 @@ class SEQUENCER_PT_overlay(bpy.types.Panel):
1833
1656
  """
1834
1657
 
1835
1658
  :return: The RNA type or default when not found.
1836
- :rtype: bpy.types.Struct
1837
1659
  """
1838
1660
 
1839
1661
  def bl_rna_get_subclass_py(self) -> typing.Any:
1840
1662
  """
1841
1663
 
1842
1664
  :return: The class or default when not found.
1843
- :rtype: typing.Any
1844
1665
  """
1845
1666
 
1846
- def draw(self, _context):
1667
+ def draw(self, _context) -> None:
1847
1668
  """
1848
1669
 
1849
1670
  :param _context:
1850
1671
  """
1851
1672
 
1852
- class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, bpy.types.Panel):
1673
+ class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, _bpy_types.Panel):
1853
1674
  bl_category: typing.Any
1854
1675
  bl_label: typing.Any
1855
- bl_options: typing.Any
1856
1676
  bl_region_type: typing.Any
1857
1677
  bl_rna: typing.Any
1858
1678
  bl_space_type: typing.Any
@@ -1862,25 +1682,36 @@ class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, bpy.types.Panel):
1862
1682
  """
1863
1683
 
1864
1684
  :return: The RNA type or default when not found.
1865
- :rtype: bpy.types.Struct
1866
1685
  """
1867
1686
 
1868
1687
  def bl_rna_get_subclass_py(self) -> typing.Any:
1869
1688
  """
1870
1689
 
1871
1690
  :return: The class or default when not found.
1872
- :rtype: typing.Any
1873
1691
  """
1874
1692
 
1875
- def draw(self, context):
1693
+ def draw(self, context) -> None:
1694
+ """
1695
+
1696
+ :param context:
1697
+ """
1698
+
1699
+ def draw_header(self, context) -> None:
1700
+ """
1701
+
1702
+ :param context:
1703
+ """
1704
+
1705
+ @classmethod
1706
+ def poll(cls, context) -> None:
1876
1707
  """
1877
1708
 
1878
1709
  :param context:
1879
1710
  """
1880
1711
 
1881
- class SEQUENCER_PT_preview_overlay(bpy.types.Panel):
1712
+ class SEQUENCER_PT_view(SequencerButtonsPanel_Output, _bpy_types.Panel):
1713
+ bl_category: typing.Any
1882
1714
  bl_label: typing.Any
1883
- bl_parent_id: typing.Any
1884
1715
  bl_region_type: typing.Any
1885
1716
  bl_rna: typing.Any
1886
1717
  bl_space_type: typing.Any
@@ -1890,32 +1721,23 @@ class SEQUENCER_PT_preview_overlay(bpy.types.Panel):
1890
1721
  """
1891
1722
 
1892
1723
  :return: The RNA type or default when not found.
1893
- :rtype: bpy.types.Struct
1894
1724
  """
1895
1725
 
1896
1726
  def bl_rna_get_subclass_py(self) -> typing.Any:
1897
1727
  """
1898
1728
 
1899
1729
  :return: The class or default when not found.
1900
- :rtype: typing.Any
1901
- """
1902
-
1903
- def draw(self, context):
1904
- """
1905
-
1906
- :param context:
1907
1730
  """
1908
1731
 
1909
- @classmethod
1910
- def poll(cls, context):
1732
+ def draw(self, context) -> None:
1911
1733
  """
1912
1734
 
1913
1735
  :param context:
1914
1736
  """
1915
1737
 
1916
- class SEQUENCER_PT_preview_snapping(bpy.types.Panel):
1738
+ class SEQUENCER_PT_view_cursor(SequencerButtonsPanel_Output, _bpy_types.Panel):
1739
+ bl_category: typing.Any
1917
1740
  bl_label: typing.Any
1918
- bl_parent_id: typing.Any
1919
1741
  bl_region_type: typing.Any
1920
1742
  bl_rna: typing.Any
1921
1743
  bl_space_type: typing.Any
@@ -1925,32 +1747,24 @@ class SEQUENCER_PT_preview_snapping(bpy.types.Panel):
1925
1747
  """
1926
1748
 
1927
1749
  :return: The RNA type or default when not found.
1928
- :rtype: bpy.types.Struct
1929
1750
  """
1930
1751
 
1931
1752
  def bl_rna_get_subclass_py(self) -> typing.Any:
1932
1753
  """
1933
1754
 
1934
1755
  :return: The class or default when not found.
1935
- :rtype: typing.Any
1936
- """
1937
-
1938
- def draw(self, context):
1939
- """
1940
-
1941
- :param context:
1942
1756
  """
1943
1757
 
1944
- @classmethod
1945
- def poll(cls, context):
1758
+ def draw(self, context) -> None:
1946
1759
  """
1947
1760
 
1948
1761
  :param context:
1949
1762
  """
1950
1763
 
1951
- class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, bpy.types.Panel):
1764
+ class SEQUENCER_PT_view_safe_areas(SequencerButtonsPanel_Output, _bpy_types.Panel):
1952
1765
  bl_category: typing.Any
1953
1766
  bl_label: typing.Any
1767
+ bl_options: typing.Any
1954
1768
  bl_region_type: typing.Any
1955
1769
  bl_rna: typing.Any
1956
1770
  bl_space_type: typing.Any
@@ -1960,32 +1774,40 @@ class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, bpy.types.Panel):
1960
1774
  """
1961
1775
 
1962
1776
  :return: The RNA type or default when not found.
1963
- :rtype: bpy.types.Struct
1964
1777
  """
1965
1778
 
1966
1779
  def bl_rna_get_subclass_py(self) -> typing.Any:
1967
1780
  """
1968
1781
 
1969
1782
  :return: The class or default when not found.
1970
- :rtype: typing.Any
1971
1783
  """
1972
1784
 
1973
- def draw(self, context):
1785
+ def draw(self, context) -> None:
1786
+ """
1787
+
1788
+ :param context:
1789
+ """
1790
+
1791
+ def draw_header(self, context) -> None:
1974
1792
  """
1975
1793
 
1976
1794
  :param context:
1977
1795
  """
1978
1796
 
1979
1797
  @classmethod
1980
- def poll(cls, context):
1798
+ def poll(cls, context) -> None:
1981
1799
  """
1982
1800
 
1983
1801
  :param context:
1984
1802
  """
1985
1803
 
1986
- class SEQUENCER_PT_scene(SequencerButtonsPanel, bpy.types.Panel):
1804
+ class SEQUENCER_PT_view_safe_areas_center_cut(
1805
+ SequencerButtonsPanel_Output, _bpy_types.Panel
1806
+ ):
1987
1807
  bl_category: typing.Any
1988
1808
  bl_label: typing.Any
1809
+ bl_options: typing.Any
1810
+ bl_parent_id: typing.Any
1989
1811
  bl_region_type: typing.Any
1990
1812
  bl_rna: typing.Any
1991
1813
  bl_space_type: typing.Any
@@ -1995,553 +1817,28 @@ class SEQUENCER_PT_scene(SequencerButtonsPanel, bpy.types.Panel):
1995
1817
  """
1996
1818
 
1997
1819
  :return: The RNA type or default when not found.
1998
- :rtype: bpy.types.Struct
1999
1820
  """
2000
1821
 
2001
1822
  def bl_rna_get_subclass_py(self) -> typing.Any:
2002
1823
  """
2003
1824
 
2004
1825
  :return: The class or default when not found.
2005
- :rtype: typing.Any
2006
1826
  """
2007
1827
 
2008
- def draw(self, context):
1828
+ def draw(self, context) -> None:
2009
1829
  """
2010
1830
 
2011
1831
  :param context:
2012
1832
  """
2013
1833
 
2014
- @classmethod
2015
- def poll(cls, context):
2016
- """
2017
-
2018
- :param context:
2019
- """
2020
-
2021
- class SEQUENCER_PT_scene_sound(SequencerButtonsPanel, bpy.types.Panel):
2022
- bl_category: typing.Any
2023
- bl_label: typing.Any
2024
- bl_region_type: typing.Any
2025
- bl_rna: typing.Any
2026
- bl_space_type: typing.Any
2027
- id_data: typing.Any
2028
-
2029
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2030
- """
2031
-
2032
- :return: The RNA type or default when not found.
2033
- :rtype: bpy.types.Struct
2034
- """
2035
-
2036
- def bl_rna_get_subclass_py(self) -> typing.Any:
2037
- """
2038
-
2039
- :return: The class or default when not found.
2040
- :rtype: typing.Any
2041
- """
2042
-
2043
- def draw(self, context):
2044
- """
2045
-
2046
- :param context:
2047
- """
2048
-
2049
- @classmethod
2050
- def poll(cls, context):
2051
- """
2052
-
2053
- :param context:
2054
- """
2055
-
2056
- class SEQUENCER_PT_sequencer_overlay(bpy.types.Panel):
2057
- bl_label: typing.Any
2058
- bl_parent_id: typing.Any
2059
- bl_region_type: typing.Any
2060
- bl_rna: typing.Any
2061
- bl_space_type: typing.Any
2062
- id_data: typing.Any
2063
-
2064
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2065
- """
2066
-
2067
- :return: The RNA type or default when not found.
2068
- :rtype: bpy.types.Struct
2069
- """
2070
-
2071
- def bl_rna_get_subclass_py(self) -> typing.Any:
2072
- """
2073
-
2074
- :return: The class or default when not found.
2075
- :rtype: typing.Any
2076
- """
2077
-
2078
- def draw(self, context):
2079
- """
2080
-
2081
- :param context:
2082
- """
2083
-
2084
- @classmethod
2085
- def poll(cls, context):
2086
- """
2087
-
2088
- :param context:
2089
- """
2090
-
2091
- class SEQUENCER_PT_sequencer_overlay_strips(bpy.types.Panel):
2092
- bl_label: typing.Any
2093
- bl_parent_id: typing.Any
2094
- bl_region_type: typing.Any
2095
- bl_rna: typing.Any
2096
- bl_space_type: typing.Any
2097
- id_data: typing.Any
2098
-
2099
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2100
- """
2101
-
2102
- :return: The RNA type or default when not found.
2103
- :rtype: bpy.types.Struct
2104
- """
2105
-
2106
- def bl_rna_get_subclass_py(self) -> typing.Any:
2107
- """
2108
-
2109
- :return: The class or default when not found.
2110
- :rtype: typing.Any
2111
- """
2112
-
2113
- def draw(self, context):
2114
- """
2115
-
2116
- :param context:
2117
- """
2118
-
2119
- @classmethod
2120
- def poll(cls, context):
2121
- """
2122
-
2123
- :param context:
2124
- """
2125
-
2126
- class SEQUENCER_PT_sequencer_overlay_waveforms(bpy.types.Panel):
2127
- bl_label: typing.Any
2128
- bl_parent_id: typing.Any
2129
- bl_region_type: typing.Any
2130
- bl_rna: typing.Any
2131
- bl_space_type: typing.Any
2132
- id_data: typing.Any
2133
-
2134
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2135
- """
2136
-
2137
- :return: The RNA type or default when not found.
2138
- :rtype: bpy.types.Struct
2139
- """
2140
-
2141
- def bl_rna_get_subclass_py(self) -> typing.Any:
2142
- """
2143
-
2144
- :return: The class or default when not found.
2145
- :rtype: typing.Any
2146
- """
2147
-
2148
- def draw(self, context):
1834
+ def draw_header(self, context) -> None:
2149
1835
  """
2150
1836
 
2151
1837
  :param context:
2152
1838
  """
2153
1839
 
2154
1840
  @classmethod
2155
- def poll(cls, context):
2156
- """
2157
-
2158
- :param context:
2159
- """
2160
-
2161
- class SEQUENCER_PT_sequencer_snapping(bpy.types.Panel):
2162
- bl_label: typing.Any
2163
- bl_parent_id: typing.Any
2164
- bl_region_type: typing.Any
2165
- bl_rna: typing.Any
2166
- bl_space_type: typing.Any
2167
- id_data: typing.Any
2168
-
2169
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2170
- """
2171
-
2172
- :return: The RNA type or default when not found.
2173
- :rtype: bpy.types.Struct
2174
- """
2175
-
2176
- def bl_rna_get_subclass_py(self) -> typing.Any:
2177
- """
2178
-
2179
- :return: The class or default when not found.
2180
- :rtype: typing.Any
2181
- """
2182
-
2183
- def draw(self, context):
2184
- """
2185
-
2186
- :param context:
2187
- """
2188
-
2189
- @classmethod
2190
- def poll(cls, context):
2191
- """
2192
-
2193
- :param context:
2194
- """
2195
-
2196
- class SEQUENCER_PT_snapping(bpy.types.Panel):
2197
- bl_label: typing.Any
2198
- bl_region_type: typing.Any
2199
- bl_rna: typing.Any
2200
- bl_space_type: typing.Any
2201
- bl_ui_units_x: typing.Any
2202
- id_data: typing.Any
2203
-
2204
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2205
- """
2206
-
2207
- :return: The RNA type or default when not found.
2208
- :rtype: bpy.types.Struct
2209
- """
2210
-
2211
- def bl_rna_get_subclass_py(self) -> typing.Any:
2212
- """
2213
-
2214
- :return: The class or default when not found.
2215
- :rtype: typing.Any
2216
- """
2217
-
2218
- def draw(self, _context):
2219
- """
2220
-
2221
- :param _context:
2222
- """
2223
-
2224
- class SEQUENCER_PT_source(SequencerButtonsPanel, bpy.types.Panel):
2225
- bl_category: typing.Any
2226
- bl_label: typing.Any
2227
- bl_options: typing.Any
2228
- bl_region_type: typing.Any
2229
- bl_rna: typing.Any
2230
- bl_space_type: typing.Any
2231
- id_data: typing.Any
2232
-
2233
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2234
- """
2235
-
2236
- :return: The RNA type or default when not found.
2237
- :rtype: bpy.types.Struct
2238
- """
2239
-
2240
- def bl_rna_get_subclass_py(self) -> typing.Any:
2241
- """
2242
-
2243
- :return: The class or default when not found.
2244
- :rtype: typing.Any
2245
- """
2246
-
2247
- def draw(self, context):
2248
- """
2249
-
2250
- :param context:
2251
- """
2252
-
2253
- @classmethod
2254
- def poll(cls, context):
2255
- """
2256
-
2257
- :param context:
2258
- """
2259
-
2260
- class SEQUENCER_PT_strip(SequencerButtonsPanel, bpy.types.Panel):
2261
- bl_category: typing.Any
2262
- bl_label: typing.Any
2263
- bl_options: typing.Any
2264
- bl_region_type: typing.Any
2265
- bl_rna: typing.Any
2266
- bl_space_type: typing.Any
2267
- id_data: typing.Any
2268
-
2269
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2270
- """
2271
-
2272
- :return: The RNA type or default when not found.
2273
- :rtype: bpy.types.Struct
2274
- """
2275
-
2276
- def bl_rna_get_subclass_py(self) -> typing.Any:
2277
- """
2278
-
2279
- :return: The class or default when not found.
2280
- :rtype: typing.Any
2281
- """
2282
-
2283
- def draw(self, context):
2284
- """
2285
-
2286
- :param context:
2287
- """
2288
-
2289
- class SEQUENCER_PT_strip_cache(SequencerButtonsPanel, bpy.types.Panel):
2290
- bl_category: typing.Any
2291
- bl_label: typing.Any
2292
- bl_options: typing.Any
2293
- bl_region_type: typing.Any
2294
- bl_rna: typing.Any
2295
- bl_space_type: typing.Any
2296
- id_data: typing.Any
2297
-
2298
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2299
- """
2300
-
2301
- :return: The RNA type or default when not found.
2302
- :rtype: bpy.types.Struct
2303
- """
2304
-
2305
- def bl_rna_get_subclass_py(self) -> typing.Any:
2306
- """
2307
-
2308
- :return: The class or default when not found.
2309
- :rtype: typing.Any
2310
- """
2311
-
2312
- def draw(self, context):
2313
- """
2314
-
2315
- :param context:
2316
- """
2317
-
2318
- def draw_header(self, context):
2319
- """
2320
-
2321
- :param context:
2322
- """
2323
-
2324
- @classmethod
2325
- def poll(cls, context):
2326
- """
2327
-
2328
- :param context:
2329
- """
2330
-
2331
- class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, bpy.types.Panel):
2332
- bl_category: typing.Any
2333
- bl_label: typing.Any
2334
- bl_region_type: typing.Any
2335
- bl_rna: typing.Any
2336
- bl_space_type: typing.Any
2337
- id_data: typing.Any
2338
-
2339
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2340
- """
2341
-
2342
- :return: The RNA type or default when not found.
2343
- :rtype: bpy.types.Struct
2344
- """
2345
-
2346
- def bl_rna_get_subclass_py(self) -> typing.Any:
2347
- """
2348
-
2349
- :return: The class or default when not found.
2350
- :rtype: typing.Any
2351
- """
2352
-
2353
- def draw(self, context):
2354
- """
2355
-
2356
- :param context:
2357
- """
2358
-
2359
- def draw_header(self, context):
2360
- """
2361
-
2362
- :param context:
2363
- """
2364
-
2365
- @classmethod
2366
- def poll(cls, context):
2367
- """
2368
-
2369
- :param context:
2370
- """
2371
-
2372
- class SEQUENCER_PT_time(SequencerButtonsPanel, bpy.types.Panel):
2373
- bl_category: typing.Any
2374
- bl_label: typing.Any
2375
- bl_options: typing.Any
2376
- bl_region_type: typing.Any
2377
- bl_rna: typing.Any
2378
- bl_space_type: typing.Any
2379
- id_data: typing.Any
2380
-
2381
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2382
- """
2383
-
2384
- :return: The RNA type or default when not found.
2385
- :rtype: bpy.types.Struct
2386
- """
2387
-
2388
- def bl_rna_get_subclass_py(self) -> typing.Any:
2389
- """
2390
-
2391
- :return: The class or default when not found.
2392
- :rtype: typing.Any
2393
- """
2394
-
2395
- def draw(self, context):
2396
- """
2397
-
2398
- :param context:
2399
- """
2400
-
2401
- def draw_header_preset(self, context):
2402
- """
2403
-
2404
- :param context:
2405
- """
2406
-
2407
- @classmethod
2408
- def poll(cls, context):
2409
- """
2410
-
2411
- :param context:
2412
- """
2413
-
2414
- class SEQUENCER_PT_view(SequencerButtonsPanel_Output, bpy.types.Panel):
2415
- bl_category: typing.Any
2416
- bl_label: typing.Any
2417
- bl_region_type: typing.Any
2418
- bl_rna: typing.Any
2419
- bl_space_type: typing.Any
2420
- id_data: typing.Any
2421
-
2422
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2423
- """
2424
-
2425
- :return: The RNA type or default when not found.
2426
- :rtype: bpy.types.Struct
2427
- """
2428
-
2429
- def bl_rna_get_subclass_py(self) -> typing.Any:
2430
- """
2431
-
2432
- :return: The class or default when not found.
2433
- :rtype: typing.Any
2434
- """
2435
-
2436
- def draw(self, context):
2437
- """
2438
-
2439
- :param context:
2440
- """
2441
-
2442
- class SEQUENCER_PT_view_cursor(SequencerButtonsPanel_Output, bpy.types.Panel):
2443
- bl_category: typing.Any
2444
- bl_label: typing.Any
2445
- bl_region_type: typing.Any
2446
- bl_rna: typing.Any
2447
- bl_space_type: typing.Any
2448
- id_data: typing.Any
2449
-
2450
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2451
- """
2452
-
2453
- :return: The RNA type or default when not found.
2454
- :rtype: bpy.types.Struct
2455
- """
2456
-
2457
- def bl_rna_get_subclass_py(self) -> typing.Any:
2458
- """
2459
-
2460
- :return: The class or default when not found.
2461
- :rtype: typing.Any
2462
- """
2463
-
2464
- def draw(self, context):
2465
- """
2466
-
2467
- :param context:
2468
- """
2469
-
2470
- class SEQUENCER_PT_view_safe_areas(SequencerButtonsPanel_Output, bpy.types.Panel):
2471
- bl_category: typing.Any
2472
- bl_label: typing.Any
2473
- bl_options: typing.Any
2474
- bl_region_type: typing.Any
2475
- bl_rna: typing.Any
2476
- bl_space_type: typing.Any
2477
- id_data: typing.Any
2478
-
2479
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2480
- """
2481
-
2482
- :return: The RNA type or default when not found.
2483
- :rtype: bpy.types.Struct
2484
- """
2485
-
2486
- def bl_rna_get_subclass_py(self) -> typing.Any:
2487
- """
2488
-
2489
- :return: The class or default when not found.
2490
- :rtype: typing.Any
2491
- """
2492
-
2493
- def draw(self, context):
2494
- """
2495
-
2496
- :param context:
2497
- """
2498
-
2499
- def draw_header(self, context):
2500
- """
2501
-
2502
- :param context:
2503
- """
2504
-
2505
- @classmethod
2506
- def poll(cls, context):
2507
- """
2508
-
2509
- :param context:
2510
- """
2511
-
2512
- class SEQUENCER_PT_view_safe_areas_center_cut(
2513
- SequencerButtonsPanel_Output, bpy.types.Panel
2514
- ):
2515
- bl_category: typing.Any
2516
- bl_label: typing.Any
2517
- bl_options: typing.Any
2518
- bl_parent_id: typing.Any
2519
- bl_region_type: typing.Any
2520
- bl_rna: typing.Any
2521
- bl_space_type: typing.Any
2522
- id_data: typing.Any
2523
-
2524
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2525
- """
2526
-
2527
- :return: The RNA type or default when not found.
2528
- :rtype: bpy.types.Struct
2529
- """
2530
-
2531
- def bl_rna_get_subclass_py(self) -> typing.Any:
2532
- """
2533
-
2534
- :return: The class or default when not found.
2535
- :rtype: typing.Any
2536
- """
2537
-
2538
- def draw(self, context):
2539
- """
2540
-
2541
- :param context:
2542
- """
2543
-
2544
- def draw_header(self, context):
1841
+ def poll(cls, context) -> None:
2545
1842
  """
2546
1843
 
2547
1844
  :param context:
@@ -2552,14 +1849,14 @@ class SequencerButtonsPanel:
2552
1849
  bl_space_type: typing.Any
2553
1850
 
2554
1851
  @staticmethod
2555
- def has_sequencer(context):
1852
+ def has_sequencer(context) -> None:
2556
1853
  """
2557
1854
 
2558
1855
  :param context:
2559
1856
  """
2560
1857
 
2561
1858
  @classmethod
2562
- def poll(cls, context):
1859
+ def poll(cls, context) -> None:
2563
1860
  """
2564
1861
 
2565
1862
  :param context:
@@ -2570,14 +1867,14 @@ class SequencerButtonsPanel_Output:
2570
1867
  bl_space_type: typing.Any
2571
1868
 
2572
1869
  @staticmethod
2573
- def has_preview(context):
1870
+ def has_preview(context) -> None:
2574
1871
  """
2575
1872
 
2576
1873
  :param context:
2577
1874
  """
2578
1875
 
2579
1876
  @classmethod
2580
- def poll(cls, context):
1877
+ def poll(cls, context) -> None:
2581
1878
  """
2582
1879
 
2583
1880
  :param context:
@@ -2588,18 +1885,17 @@ class SequencerColorTagPicker:
2588
1885
  bl_space_type: typing.Any
2589
1886
 
2590
1887
  @staticmethod
2591
- def has_sequencer(context):
1888
+ def has_sequencer(context) -> None:
2592
1889
  """
2593
1890
 
2594
1891
  :param context:
2595
1892
  """
2596
1893
 
2597
1894
  @classmethod
2598
- def poll(cls, context):
1895
+ def poll(cls, context) -> None:
2599
1896
  """
2600
1897
 
2601
1898
  :param context:
2602
1899
  """
2603
1900
 
2604
- def draw_color_balance(layout, color_balance): ...
2605
- def selected_strips_count(context): ...
1901
+ def selected_strips_count(context) -> None: ...