fake-bpy-module 20240914__py3-none-any.whl → 20240916__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

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