fake-bpy-module-latest 20250927__py3-none-any.whl → 20260122__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 (305) hide show
  1. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
  2. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
  3. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
  4. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
  5. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
  6. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
  7. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
  8. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  9. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  10. _bpy_internal/__init__.pyi +3 -1
  11. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  12. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  13. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  14. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  15. _bpy_internal/filesystem/__init__.pyi +5 -0
  16. _bpy_internal/filesystem/locking/__init__.pyi +28 -0
  17. _bpy_internal/platform/__init__.pyi +5 -0
  18. _bpy_types/__init__.pyi +18 -123
  19. {rna_info → _rna_info}/__init__.pyi +0 -1
  20. addon_utils/__init__.pyi +0 -13
  21. aud/__init__.pyi +55 -131
  22. bl_math/__init__.pyi +2 -12
  23. bl_operators/__init__.pyi +1 -0
  24. bl_operators/add_mesh_torus/__init__.pyi +0 -2
  25. bl_operators/anim/__init__.pyi +47 -24
  26. bl_operators/assets/__init__.pyi +0 -6
  27. bl_operators/bone_selection_sets/__init__.pyi +0 -28
  28. bl_operators/clip/__init__.pyi +0 -20
  29. bl_operators/connect_to_output/__init__.pyi +0 -2
  30. bl_operators/console/__init__.pyi +0 -10
  31. bl_operators/constraint/__init__.pyi +0 -8
  32. bl_operators/copy_global_transform/__init__.pyi +261 -0
  33. bl_operators/file/__init__.pyi +0 -6
  34. bl_operators/freestyle/__init__.pyi +0 -8
  35. bl_operators/geometry_nodes/__init__.pyi +0 -8
  36. bl_operators/grease_pencil/__init__.pyi +0 -2
  37. bl_operators/image/__init__.pyi +0 -10
  38. bl_operators/image_as_planes/__init__.pyi +0 -4
  39. bl_operators/mesh/__init__.pyi +0 -4
  40. bl_operators/node/__init__.pyi +51 -47
  41. bl_operators/object/__init__.pyi +0 -37
  42. bl_operators/object_align/__init__.pyi +0 -2
  43. bl_operators/object_quick_effects/__init__.pyi +0 -8
  44. bl_operators/object_randomize_transform/__init__.pyi +0 -2
  45. bl_operators/presets/__init__.pyi +0 -50
  46. bl_operators/rigidbody/__init__.pyi +0 -6
  47. bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
  48. bl_operators/sequencer/__init__.pyi +0 -16
  49. bl_operators/spreadsheet/__init__.pyi +0 -2
  50. bl_operators/userpref/__init__.pyi +0 -50
  51. bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
  52. bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
  53. bl_operators/uvcalc_transform/__init__.pyi +21 -12
  54. bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
  55. bl_operators/view3d/__init__.pyi +0 -16
  56. bl_operators/wm/__init__.pyi +0 -92
  57. bl_operators/world/__init__.pyi +0 -2
  58. bl_ui/__init__.pyi +3 -4
  59. bl_ui/anim/__init__.pyi +0 -2
  60. bl_ui/asset_shelf/__init__.pyi +0 -2
  61. bl_ui/generic_ui_list/__init__.pyi +1 -17
  62. bl_ui/node_add_menu/__init__.pyi +13 -16
  63. bl_ui/node_add_menu_compositor/__init__.pyi +71 -53
  64. bl_ui/node_add_menu_geometry/__init__.pyi +81 -193
  65. bl_ui/node_add_menu_shader/__init__.pyi +21 -39
  66. bl_ui/node_add_menu_texture/__init__.pyi +1 -17
  67. bl_ui/properties_collection/__init__.pyi +0 -14
  68. bl_ui/properties_constraint/__init__.pyi +64 -150
  69. bl_ui/properties_data_armature/__init__.pyi +0 -36
  70. bl_ui/properties_data_bone/__init__.pyi +0 -20
  71. bl_ui/properties_data_camera/__init__.pyi +0 -30
  72. bl_ui/properties_data_curve/__init__.pyi +0 -30
  73. bl_ui/properties_data_curves/__init__.pyi +0 -16
  74. bl_ui/properties_data_empty/__init__.pyi +0 -4
  75. bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
  76. bl_ui/properties_data_lattice/__init__.pyi +0 -8
  77. bl_ui/properties_data_light/__init__.pyi +0 -20
  78. bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
  79. bl_ui/properties_data_mesh/__init__.pyi +0 -42
  80. bl_ui/properties_data_metaball/__init__.pyi +0 -12
  81. bl_ui/properties_data_modifier/__init__.pyi +12 -19
  82. bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
  83. bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
  84. bl_ui/properties_data_speaker/__init__.pyi +0 -12
  85. bl_ui/properties_data_volume/__init__.pyi +0 -18
  86. bl_ui/properties_freestyle/__init__.pyi +0 -50
  87. bl_ui/properties_grease_pencil_common/__init__.pyi +0 -14
  88. bl_ui/properties_mask_common/__init__.pyi +0 -14
  89. bl_ui/properties_material/__init__.pyi +0 -32
  90. bl_ui/properties_material_gpencil/__init__.pyi +0 -22
  91. bl_ui/properties_object/__init__.pyi +35 -42
  92. bl_ui/properties_output/__init__.pyi +0 -40
  93. bl_ui/properties_paint_common/__init__.pyi +23 -12
  94. bl_ui/properties_particle/__init__.pyi +0 -106
  95. bl_ui/properties_physics_cloth/__init__.pyi +0 -28
  96. bl_ui/properties_physics_common/__init__.pyi +0 -2
  97. bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
  98. bl_ui/properties_physics_field/__init__.pyi +0 -20
  99. bl_ui/properties_physics_fluid/__init__.pyi +0 -56
  100. bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
  101. bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
  102. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
  103. bl_ui/properties_physics_softbody/__init__.pyi +0 -30
  104. bl_ui/properties_render/__init__.pyi +0 -90
  105. bl_ui/properties_scene/__init__.pyi +0 -34
  106. bl_ui/properties_strip/__init__.pyi +744 -0
  107. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  108. bl_ui/properties_texture/__init__.pyi +0 -54
  109. bl_ui/properties_view_layer/__init__.pyi +7 -28
  110. bl_ui/properties_workspace/__init__.pyi +0 -8
  111. bl_ui/properties_world/__init__.pyi +0 -22
  112. bl_ui/space_clip/__init__.pyi +1 -150
  113. bl_ui/space_console/__init__.pyi +0 -12
  114. bl_ui/space_dopesheet/__init__.pyi +52 -60
  115. bl_ui/space_filebrowser/__init__.pyi +0 -60
  116. bl_ui/space_graph/__init__.pyi +0 -44
  117. bl_ui/space_image/__init__.pyi +2 -144
  118. bl_ui/space_info/__init__.pyi +0 -12
  119. bl_ui/space_nla/__init__.pyi +0 -36
  120. bl_ui/space_node/__init__.pyi +29 -137
  121. bl_ui/space_outliner/__init__.pyi +0 -30
  122. bl_ui/space_properties/__init__.pyi +29 -6
  123. bl_ui/space_sequencer/__init__.pyi +46 -912
  124. bl_ui/space_spreadsheet/__init__.pyi +0 -6
  125. bl_ui/space_statusbar/__init__.pyi +0 -2
  126. bl_ui/space_text/__init__.pyi +0 -32
  127. bl_ui/space_time/__init__.pyi +7 -41
  128. bl_ui/space_topbar/__init__.pyi +7 -52
  129. bl_ui/space_userpref/__init__.pyi +7 -188
  130. bl_ui/space_view3d/__init__.pyi +36 -544
  131. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  132. bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
  133. blf/__init__.pyi +6 -50
  134. bmesh/__init__.pyi +0 -7
  135. bmesh/geometry/__init__.pyi +0 -3
  136. bmesh/ops/__init__.pyi +2 -450
  137. bmesh/types/__init__.pyi +294 -634
  138. bmesh/utils/__init__.pyi +16 -43
  139. bpy/app/__init__.pyi +60 -59
  140. bpy/app/handlers/__init__.pyi +4 -0
  141. bpy/app/icons/__init__.pyi +0 -6
  142. bpy/app/timers/__init__.pyi +0 -6
  143. bpy/app/translations/__init__.pyi +1 -16
  144. bpy/msgbus/__init__.pyi +1 -4
  145. bpy/ops/action/__init__.pyi +15 -165
  146. bpy/ops/anim/__init__.pyi +38 -279
  147. bpy/ops/armature/__init__.pyi +18 -192
  148. bpy/ops/asset/__init__.pyi +11 -97
  149. bpy/ops/boid/__init__.pyi +7 -38
  150. bpy/ops/brush/__init__.pyi +3 -104
  151. bpy/ops/buttons/__init__.pyi +4 -71
  152. bpy/ops/cachefile/__init__.pyi +2 -63
  153. bpy/ops/camera/__init__.pyi +0 -11
  154. bpy/ops/clip/__init__.pyi +43 -427
  155. bpy/ops/cloth/__init__.pyi +0 -5
  156. bpy/ops/collection/__init__.pyi +3 -35
  157. bpy/ops/console/__init__.pyi +10 -88
  158. bpy/ops/constraint/__init__.pyi +3 -80
  159. bpy/ops/curve/__init__.pyi +23 -254
  160. bpy/ops/curves/__init__.pyi +17 -166
  161. bpy/ops/cycles/__init__.pyi +1 -14
  162. bpy/ops/dpaint/__init__.pyi +3 -21
  163. bpy/ops/ed/__init__.pyi +10 -82
  164. bpy/ops/export_anim/__init__.pyi +2 -10
  165. bpy/ops/export_scene/__init__.pyi +1 -155
  166. bpy/ops/extensions/__init__.pyi +15 -150
  167. bpy/ops/file/__init__.pyi +27 -217
  168. bpy/ops/fluid/__init__.pyi +13 -70
  169. bpy/ops/font/__init__.pyi +10 -134
  170. bpy/ops/geometry/__init__.pyi +3 -124
  171. bpy/ops/gizmogroup/__init__.pyi +1 -12
  172. bpy/ops/gpencil/__init__.pyi +5 -38
  173. bpy/ops/graph/__init__.pyi +18 -316
  174. bpy/ops/grease_pencil/__init__.pyi +61 -522
  175. bpy/ops/image/__init__.pyi +19 -379
  176. bpy/ops/import_anim/__init__.pyi +2 -16
  177. bpy/ops/import_curve/__init__.pyi +0 -6
  178. bpy/ops/import_scene/__init__.pyi +0 -50
  179. bpy/ops/info/__init__.pyi +4 -35
  180. bpy/ops/lattice/__init__.pyi +3 -33
  181. bpy/ops/marker/__init__.pyi +2 -50
  182. bpy/ops/mask/__init__.pyi +17 -176
  183. bpy/ops/material/__init__.pyi +3 -15
  184. bpy/ops/mball/__init__.pyi +1 -30
  185. bpy/ops/mesh/__init__.pyi +32 -915
  186. bpy/ops/nla/__init__.pyi +20 -184
  187. bpy/ops/node/__init__.pyi +306 -666
  188. bpy/ops/object/__init__.pyi +139 -1254
  189. bpy/ops/outliner/__init__.pyi +47 -327
  190. bpy/ops/paint/__init__.pyi +43 -282
  191. bpy/ops/paintcurve/__init__.pyi +4 -36
  192. bpy/ops/palette/__init__.pyi +3 -27
  193. bpy/ops/particle/__init__.pyi +20 -160
  194. bpy/ops/pointcloud/__init__.pyi +3 -35
  195. bpy/ops/pose/__init__.pyi +28 -233
  196. bpy/ops/poselib/__init__.pyi +4 -69
  197. bpy/ops/preferences/__init__.pyi +23 -177
  198. bpy/ops/ptcache/__init__.pyi +5 -31
  199. bpy/ops/render/__init__.pyi +10 -74
  200. bpy/ops/rigidbody/__init__.pyi +6 -56
  201. bpy/ops/scene/__init__.pyi +22 -167
  202. bpy/ops/screen/__init__.pyi +36 -202
  203. bpy/ops/script/__init__.pyi +1 -12
  204. bpy/ops/sculpt/__init__.pyi +41 -312
  205. bpy/ops/sculpt_curves/__init__.pyi +6 -21
  206. bpy/ops/sequencer/__init__.pyi +92 -669
  207. bpy/ops/sound/__init__.pyi +3 -109
  208. bpy/ops/spreadsheet/__init__.pyi +5 -32
  209. bpy/ops/surface/__init__.pyi +0 -48
  210. bpy/ops/text/__init__.pyi +27 -225
  211. bpy/ops/text_editor/__init__.pyi +0 -5
  212. bpy/ops/texture/__init__.pyi +3 -18
  213. bpy/ops/transform/__init__.pyi +10 -382
  214. bpy/ops/ui/__init__.pyi +21 -158
  215. bpy/ops/uilist/__init__.pyi +0 -13
  216. bpy/ops/uv/__init__.pyi +52 -305
  217. bpy/ops/view2d/__init__.pyi +3 -73
  218. bpy/ops/view3d/__init__.pyi +37 -339
  219. bpy/ops/wm/__init__.pyi +116 -1316
  220. bpy/ops/workspace/__init__.pyi +7 -39
  221. bpy/ops/world/__init__.pyi +2 -10
  222. bpy/path/__init__.pyi +0 -34
  223. bpy/props/__init__.pyi +15 -157
  224. bpy/stub_internal/rna_enums/__init__.pyi +65 -33
  225. bpy/types/__init__.pyi +21798 -58228
  226. bpy/utils/__init__.pyi +4 -75
  227. bpy/utils/previews/__init__.pyi +1 -10
  228. bpy/utils/units/__init__.pyi +0 -12
  229. bpy_extras/anim_utils/__init__.pyi +24 -16
  230. bpy_extras/bmesh_utils/__init__.pyi +0 -1
  231. bpy_extras/id_map_utils/__init__.pyi +14 -6
  232. bpy_extras/image_utils/__init__.pyi +0 -9
  233. bpy_extras/io_utils/__init__.pyi +2 -22
  234. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  235. bpy_extras/mesh_utils/__init__.pyi +0 -12
  236. bpy_extras/object_utils/__init__.pyi +0 -14
  237. bpy_extras/view3d_utils/__init__.pyi +0 -18
  238. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/METADATA +4 -1
  239. fake_bpy_module_latest-20260122.dist-info/RECORD +385 -0
  240. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/WHEEL +1 -1
  241. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/top_level.txt +14 -14
  242. freestyle/chainingiterators/__init__.pyi +0 -22
  243. freestyle/functions/__init__.pyi +0 -139
  244. freestyle/predicates/__init__.pyi +0 -51
  245. freestyle/shaders/__init__.pyi +0 -65
  246. freestyle/types/__init__.pyi +139 -777
  247. freestyle/utils/ContextFunctions/__init__.pyi +0 -23
  248. freestyle/utils/__init__.pyi +1 -7
  249. gpu/capabilities/__init__.pyi +0 -21
  250. gpu/matrix/__init__.pyi +1 -10
  251. gpu/platform/__init__.pyi +0 -5
  252. gpu/shader/__init__.pyi +22 -6
  253. gpu/state/__init__.pyi +59 -38
  254. gpu/texture/__init__.pyi +0 -2
  255. gpu/types/__init__.pyi +162 -230
  256. gpu_extras/batch/__init__.pyi +0 -4
  257. gpu_extras/presets/__init__.pyi +6 -8
  258. idprop/__init__.pyi +16 -0
  259. idprop/types/__init__.pyi +5 -5
  260. imbuf/__init__.pyi +2 -9
  261. imbuf/types/__init__.pyi +5 -25
  262. keyingsets_builtins/__init__.pyi +1 -45
  263. mathutils/__init__.pyi +82 -2172
  264. mathutils/bvhtree/__init__.pyi +4 -24
  265. mathutils/geometry/__init__.pyi +41 -133
  266. mathutils/interpolate/__init__.pyi +3 -4
  267. mathutils/kdtree/__init__.pyi +0 -11
  268. mathutils/noise/__init__.pyi +0 -62
  269. fake_bpy_module_latest-20250927.dist-info/RECORD +0 -373
  270. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  271. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  272. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  273. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  274. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  275. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  276. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  277. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  278. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  279. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  280. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  281. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  282. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  283. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  284. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  285. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  286. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  287. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  288. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  289. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  290. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  291. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  292. /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
  293. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  294. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  295. {console_python → _console_python}/__init__.pyi +0 -0
  296. {console_python → _console_python}/py.typed +0 -0
  297. {console_shell → _console_shell}/__init__.pyi +0 -0
  298. {console_shell → _console_shell}/py.typed +0 -0
  299. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  300. {graphviz_export → _graphviz_export}/py.typed +0 -0
  301. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  302. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  303. {rna_info → _rna_info}/py.typed +0 -0
  304. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  305. {rna_xml → _rna_xml}/py.typed +0 -0
@@ -17,14 +17,12 @@ class SEQUENCER_HT_header(_bpy_types.Header):
17
17
  """
18
18
 
19
19
  :return: The RNA type or default when not found.
20
- :rtype: bpy.types.Struct
21
20
  """
22
21
 
23
22
  def bl_rna_get_subclass_py(self) -> typing.Any:
24
23
  """
25
24
 
26
25
  :return: The class or default when not found.
27
- :rtype: typing.Any
28
26
  """
29
27
 
30
28
  def draw(self, context) -> None:
@@ -43,14 +41,12 @@ class SEQUENCER_HT_playback_controls(_bpy_types.Header):
43
41
  """
44
42
 
45
43
  :return: The RNA type or default when not found.
46
- :rtype: bpy.types.Struct
47
44
  """
48
45
 
49
46
  def bl_rna_get_subclass_py(self) -> typing.Any:
50
47
  """
51
48
 
52
49
  :return: The class or default when not found.
53
- :rtype: typing.Any
54
50
  """
55
51
 
56
52
  def draw(self, context) -> None:
@@ -69,14 +65,12 @@ class SEQUENCER_HT_tool_header(_bpy_types.Header):
69
65
  """
70
66
 
71
67
  :return: The RNA type or default when not found.
72
- :rtype: bpy.types.Struct
73
68
  """
74
69
 
75
70
  def bl_rna_get_subclass_py(self) -> typing.Any:
76
71
  """
77
72
 
78
73
  :return: The class or default when not found.
79
- :rtype: typing.Any
80
74
  """
81
75
 
82
76
  def draw(self, context) -> None:
@@ -102,14 +96,12 @@ class SEQUENCER_MT_add(_bpy_types.Menu):
102
96
  """
103
97
 
104
98
  :return: The RNA type or default when not found.
105
- :rtype: bpy.types.Struct
106
99
  """
107
100
 
108
101
  def bl_rna_get_subclass_py(self) -> typing.Any:
109
102
  """
110
103
 
111
104
  :return: The class or default when not found.
112
- :rtype: typing.Any
113
105
  """
114
106
 
115
107
  def draw(self, context) -> None:
@@ -127,14 +119,12 @@ class SEQUENCER_MT_add_effect(_bpy_types.Menu):
127
119
  """
128
120
 
129
121
  :return: The RNA type or default when not found.
130
- :rtype: bpy.types.Struct
131
122
  """
132
123
 
133
124
  def bl_rna_get_subclass_py(self) -> typing.Any:
134
125
  """
135
126
 
136
127
  :return: The class or default when not found.
137
- :rtype: typing.Any
138
128
  """
139
129
 
140
130
  def draw(self, context) -> None:
@@ -152,14 +142,12 @@ class SEQUENCER_MT_add_empty(_bpy_types.Menu):
152
142
  """
153
143
 
154
144
  :return: The RNA type or default when not found.
155
- :rtype: bpy.types.Struct
156
145
  """
157
146
 
158
147
  def bl_rna_get_subclass_py(self) -> typing.Any:
159
148
  """
160
149
 
161
150
  :return: The class or default when not found.
162
- :rtype: typing.Any
163
151
  """
164
152
 
165
153
  def draw(self, _context) -> None:
@@ -177,14 +165,12 @@ class SEQUENCER_MT_add_transitions(_bpy_types.Menu):
177
165
  """
178
166
 
179
167
  :return: The RNA type or default when not found.
180
- :rtype: bpy.types.Struct
181
168
  """
182
169
 
183
170
  def bl_rna_get_subclass_py(self) -> typing.Any:
184
171
  """
185
172
 
186
173
  :return: The class or default when not found.
187
- :rtype: typing.Any
188
174
  """
189
175
 
190
176
  def draw(self, context) -> None:
@@ -202,14 +188,12 @@ class SEQUENCER_MT_change(_bpy_types.Menu):
202
188
  """
203
189
 
204
190
  :return: The RNA type or default when not found.
205
- :rtype: bpy.types.Struct
206
191
  """
207
192
 
208
193
  def bl_rna_get_subclass_py(self) -> typing.Any:
209
194
  """
210
195
 
211
196
  :return: The class or default when not found.
212
- :rtype: typing.Any
213
197
  """
214
198
 
215
199
  def draw(self, context) -> None:
@@ -229,14 +213,12 @@ class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker, _bpy_types.Menu):
229
213
  """
230
214
 
231
215
  :return: The RNA type or default when not found.
232
- :rtype: bpy.types.Struct
233
216
  """
234
217
 
235
218
  def bl_rna_get_subclass_py(self) -> typing.Any:
236
219
  """
237
220
 
238
221
  :return: The class or default when not found.
239
- :rtype: typing.Any
240
222
  """
241
223
 
242
224
  def draw(self, _context) -> None:
@@ -254,14 +236,12 @@ class SEQUENCER_MT_context_menu(_bpy_types.Menu):
254
236
  """
255
237
 
256
238
  :return: The RNA type or default when not found.
257
- :rtype: bpy.types.Struct
258
239
  """
259
240
 
260
241
  def bl_rna_get_subclass_py(self) -> typing.Any:
261
242
  """
262
243
 
263
244
  :return: The class or default when not found.
264
- :rtype: typing.Any
265
245
  """
266
246
 
267
247
  def draw(self, context) -> None:
@@ -292,14 +272,12 @@ class SEQUENCER_MT_editor_menus(_bpy_types.Menu):
292
272
  """
293
273
 
294
274
  :return: The RNA type or default when not found.
295
- :rtype: bpy.types.Struct
296
275
  """
297
276
 
298
277
  def bl_rna_get_subclass_py(self) -> typing.Any:
299
278
  """
300
279
 
301
280
  :return: The class or default when not found.
302
- :rtype: typing.Any
303
281
  """
304
282
 
305
283
  def draw(self, context) -> None:
@@ -317,14 +295,12 @@ class SEQUENCER_MT_image(_bpy_types.Menu):
317
295
  """
318
296
 
319
297
  :return: The RNA type or default when not found.
320
- :rtype: bpy.types.Struct
321
298
  """
322
299
 
323
300
  def bl_rna_get_subclass_py(self) -> typing.Any:
324
301
  """
325
302
 
326
303
  :return: The class or default when not found.
327
- :rtype: typing.Any
328
304
  """
329
305
 
330
306
  def draw(self, context) -> None:
@@ -342,14 +318,12 @@ class SEQUENCER_MT_image_apply(_bpy_types.Menu):
342
318
  """
343
319
 
344
320
  :return: The RNA type or default when not found.
345
- :rtype: bpy.types.Struct
346
321
  """
347
322
 
348
323
  def bl_rna_get_subclass_py(self) -> typing.Any:
349
324
  """
350
325
 
351
326
  :return: The class or default when not found.
352
- :rtype: typing.Any
353
327
  """
354
328
 
355
329
  def draw(self, _context) -> None:
@@ -367,14 +341,12 @@ class SEQUENCER_MT_image_clear(_bpy_types.Menu):
367
341
  """
368
342
 
369
343
  :return: The RNA type or default when not found.
370
- :rtype: bpy.types.Struct
371
344
  """
372
345
 
373
346
  def bl_rna_get_subclass_py(self) -> typing.Any:
374
347
  """
375
348
 
376
349
  :return: The class or default when not found.
377
- :rtype: typing.Any
378
350
  """
379
351
 
380
352
  def draw(self, _context) -> None:
@@ -392,14 +364,12 @@ class SEQUENCER_MT_image_transform(_bpy_types.Menu):
392
364
  """
393
365
 
394
366
  :return: The RNA type or default when not found.
395
- :rtype: bpy.types.Struct
396
367
  """
397
368
 
398
369
  def bl_rna_get_subclass_py(self) -> typing.Any:
399
370
  """
400
371
 
401
372
  :return: The class or default when not found.
402
- :rtype: typing.Any
403
373
  """
404
374
 
405
375
  def draw(self, context) -> None:
@@ -417,14 +387,12 @@ class SEQUENCER_MT_marker(_bpy_types.Menu):
417
387
  """
418
388
 
419
389
  :return: The RNA type or default when not found.
420
- :rtype: bpy.types.Struct
421
390
  """
422
391
 
423
392
  def bl_rna_get_subclass_py(self) -> typing.Any:
424
393
  """
425
394
 
426
395
  :return: The class or default when not found.
427
- :rtype: typing.Any
428
396
  """
429
397
 
430
398
  def draw(self, context) -> None:
@@ -446,14 +414,12 @@ class SEQUENCER_MT_modifier_add(_bpy_types.Menu):
446
414
  """
447
415
 
448
416
  :return: The RNA type or default when not found.
449
- :rtype: bpy.types.Struct
450
417
  """
451
418
 
452
419
  def bl_rna_get_subclass_py(self) -> typing.Any:
453
420
  """
454
421
 
455
422
  :return: The class or default when not found.
456
- :rtype: typing.Any
457
423
  """
458
424
 
459
425
  def draw(self, context) -> None:
@@ -479,14 +445,12 @@ class SEQUENCER_MT_navigation(_bpy_types.Menu):
479
445
  """
480
446
 
481
447
  :return: The RNA type or default when not found.
482
- :rtype: bpy.types.Struct
483
448
  """
484
449
 
485
450
  def bl_rna_get_subclass_py(self) -> typing.Any:
486
451
  """
487
452
 
488
453
  :return: The class or default when not found.
489
- :rtype: typing.Any
490
454
  """
491
455
 
492
456
  def draw(self, _context) -> None:
@@ -504,14 +468,12 @@ class SEQUENCER_MT_pivot_pie(_bpy_types.Menu):
504
468
  """
505
469
 
506
470
  :return: The RNA type or default when not found.
507
- :rtype: bpy.types.Struct
508
471
  """
509
472
 
510
473
  def bl_rna_get_subclass_py(self) -> typing.Any:
511
474
  """
512
475
 
513
476
  :return: The class or default when not found.
514
- :rtype: typing.Any
515
477
  """
516
478
 
517
479
  def draw(self, context) -> None:
@@ -529,14 +491,12 @@ class SEQUENCER_MT_preview_context_menu(_bpy_types.Menu):
529
491
  """
530
492
 
531
493
  :return: The RNA type or default when not found.
532
- :rtype: bpy.types.Struct
533
494
  """
534
495
 
535
496
  def bl_rna_get_subclass_py(self) -> typing.Any:
536
497
  """
537
498
 
538
499
  :return: The class or default when not found.
539
- :rtype: typing.Any
540
500
  """
541
501
 
542
502
  def draw(self, context) -> None:
@@ -554,14 +514,12 @@ class SEQUENCER_MT_preview_view_pie(_bpy_types.Menu):
554
514
  """
555
515
 
556
516
  :return: The RNA type or default when not found.
557
- :rtype: bpy.types.Struct
558
517
  """
559
518
 
560
519
  def bl_rna_get_subclass_py(self) -> typing.Any:
561
520
  """
562
521
 
563
522
  :return: The class or default when not found.
564
- :rtype: typing.Any
565
523
  """
566
524
 
567
525
  def draw(self, _context) -> None:
@@ -579,14 +537,12 @@ class SEQUENCER_MT_preview_zoom(_bpy_types.Menu):
579
537
  """
580
538
 
581
539
  :return: The RNA type or default when not found.
582
- :rtype: bpy.types.Struct
583
540
  """
584
541
 
585
542
  def bl_rna_get_subclass_py(self) -> typing.Any:
586
543
  """
587
544
 
588
545
  :return: The class or default when not found.
589
- :rtype: typing.Any
590
546
  """
591
547
 
592
548
  def draw(self, context) -> None:
@@ -604,14 +560,12 @@ class SEQUENCER_MT_proxy(_bpy_types.Menu):
604
560
  """
605
561
 
606
562
  :return: The RNA type or default when not found.
607
- :rtype: bpy.types.Struct
608
563
  """
609
564
 
610
565
  def bl_rna_get_subclass_py(self) -> typing.Any:
611
566
  """
612
567
 
613
568
  :return: The class or default when not found.
614
- :rtype: typing.Any
615
569
  """
616
570
 
617
571
  def draw(self, context) -> None:
@@ -629,14 +583,12 @@ class SEQUENCER_MT_range(_bpy_types.Menu):
629
583
  """
630
584
 
631
585
  :return: The RNA type or default when not found.
632
- :rtype: bpy.types.Struct
633
586
  """
634
587
 
635
588
  def bl_rna_get_subclass_py(self) -> typing.Any:
636
589
  """
637
590
 
638
591
  :return: The class or default when not found.
639
- :rtype: typing.Any
640
592
  """
641
593
 
642
594
  def draw(self, _context) -> None:
@@ -655,14 +607,12 @@ class SEQUENCER_MT_retiming(_bpy_types.Menu):
655
607
  """
656
608
 
657
609
  :return: The RNA type or default when not found.
658
- :rtype: bpy.types.Struct
659
610
  """
660
611
 
661
612
  def bl_rna_get_subclass_py(self) -> typing.Any:
662
613
  """
663
614
 
664
615
  :return: The class or default when not found.
665
- :rtype: typing.Any
666
616
  """
667
617
 
668
618
  def draw(self, context) -> None:
@@ -680,14 +630,12 @@ class SEQUENCER_MT_select(_bpy_types.Menu):
680
630
  """
681
631
 
682
632
  :return: The RNA type or default when not found.
683
- :rtype: bpy.types.Struct
684
633
  """
685
634
 
686
635
  def bl_rna_get_subclass_py(self) -> typing.Any:
687
636
  """
688
637
 
689
638
  :return: The class or default when not found.
690
- :rtype: typing.Any
691
639
  """
692
640
 
693
641
  def draw(self, context) -> None:
@@ -705,14 +653,12 @@ class SEQUENCER_MT_select_channel(_bpy_types.Menu):
705
653
  """
706
654
 
707
655
  :return: The RNA type or default when not found.
708
- :rtype: bpy.types.Struct
709
656
  """
710
657
 
711
658
  def bl_rna_get_subclass_py(self) -> typing.Any:
712
659
  """
713
660
 
714
661
  :return: The class or default when not found.
715
- :rtype: typing.Any
716
662
  """
717
663
 
718
664
  def draw(self, _context) -> None:
@@ -730,14 +676,12 @@ class SEQUENCER_MT_select_handle(_bpy_types.Menu):
730
676
  """
731
677
 
732
678
  :return: The RNA type or default when not found.
733
- :rtype: bpy.types.Struct
734
679
  """
735
680
 
736
681
  def bl_rna_get_subclass_py(self) -> typing.Any:
737
682
  """
738
683
 
739
684
  :return: The class or default when not found.
740
- :rtype: typing.Any
741
685
  """
742
686
 
743
687
  def draw(self, _context) -> None:
@@ -755,14 +699,12 @@ class SEQUENCER_MT_strip(_bpy_types.Menu):
755
699
  """
756
700
 
757
701
  :return: The RNA type or default when not found.
758
- :rtype: bpy.types.Struct
759
702
  """
760
703
 
761
704
  def bl_rna_get_subclass_py(self) -> typing.Any:
762
705
  """
763
706
 
764
707
  :return: The class or default when not found.
765
- :rtype: typing.Any
766
708
  """
767
709
 
768
710
  def draw(self, context) -> None:
@@ -780,14 +722,12 @@ class SEQUENCER_MT_strip_animation(_bpy_types.Menu):
780
722
  """
781
723
 
782
724
  :return: The RNA type or default when not found.
783
- :rtype: bpy.types.Struct
784
725
  """
785
726
 
786
727
  def bl_rna_get_subclass_py(self) -> typing.Any:
787
728
  """
788
729
 
789
730
  :return: The class or default when not found.
790
- :rtype: typing.Any
791
731
  """
792
732
 
793
733
  def draw(self, context) -> None:
@@ -805,14 +745,12 @@ class SEQUENCER_MT_strip_effect(_bpy_types.Menu):
805
745
  """
806
746
 
807
747
  :return: The RNA type or default when not found.
808
- :rtype: bpy.types.Struct
809
748
  """
810
749
 
811
750
  def bl_rna_get_subclass_py(self) -> typing.Any:
812
751
  """
813
752
 
814
753
  :return: The class or default when not found.
815
- :rtype: typing.Any
816
754
  """
817
755
 
818
756
  def draw(self, _context) -> None:
@@ -830,14 +768,12 @@ class SEQUENCER_MT_strip_effect_change(_bpy_types.Menu):
830
768
  """
831
769
 
832
770
  :return: The RNA type or default when not found.
833
- :rtype: bpy.types.Struct
834
771
  """
835
772
 
836
773
  def bl_rna_get_subclass_py(self) -> typing.Any:
837
774
  """
838
775
 
839
776
  :return: The class or default when not found.
840
- :rtype: typing.Any
841
777
  """
842
778
 
843
779
  def draw(self, context) -> None:
@@ -855,14 +791,12 @@ class SEQUENCER_MT_strip_input(_bpy_types.Menu):
855
791
  """
856
792
 
857
793
  :return: The RNA type or default when not found.
858
- :rtype: bpy.types.Struct
859
794
  """
860
795
 
861
796
  def bl_rna_get_subclass_py(self) -> typing.Any:
862
797
  """
863
798
 
864
799
  :return: The class or default when not found.
865
- :rtype: typing.Any
866
800
  """
867
801
 
868
802
  def draw(self, context) -> None:
@@ -880,14 +814,12 @@ class SEQUENCER_MT_strip_lock_mute(_bpy_types.Menu):
880
814
  """
881
815
 
882
816
  :return: The RNA type or default when not found.
883
- :rtype: bpy.types.Struct
884
817
  """
885
818
 
886
819
  def bl_rna_get_subclass_py(self) -> typing.Any:
887
820
  """
888
821
 
889
822
  :return: The class or default when not found.
890
- :rtype: typing.Any
891
823
  """
892
824
 
893
825
  def draw(self, _context) -> None:
@@ -905,14 +837,12 @@ class SEQUENCER_MT_strip_mirror(_bpy_types.Menu):
905
837
  """
906
838
 
907
839
  :return: The RNA type or default when not found.
908
- :rtype: bpy.types.Struct
909
840
  """
910
841
 
911
842
  def bl_rna_get_subclass_py(self) -> typing.Any:
912
843
  """
913
844
 
914
845
  :return: The class or default when not found.
915
- :rtype: typing.Any
916
846
  """
917
847
 
918
848
  def draw(self, context) -> None:
@@ -930,14 +860,12 @@ class SEQUENCER_MT_strip_modifiers(_bpy_types.Menu):
930
860
  """
931
861
 
932
862
  :return: The RNA type or default when not found.
933
- :rtype: bpy.types.Struct
934
863
  """
935
864
 
936
865
  def bl_rna_get_subclass_py(self) -> typing.Any:
937
866
  """
938
867
 
939
868
  :return: The class or default when not found.
940
- :rtype: typing.Any
941
869
  """
942
870
 
943
871
  def draw(self, _context) -> None:
@@ -955,14 +883,12 @@ class SEQUENCER_MT_strip_movie(_bpy_types.Menu):
955
883
  """
956
884
 
957
885
  :return: The RNA type or default when not found.
958
- :rtype: bpy.types.Struct
959
886
  """
960
887
 
961
888
  def bl_rna_get_subclass_py(self) -> typing.Any:
962
889
  """
963
890
 
964
891
  :return: The class or default when not found.
965
- :rtype: typing.Any
966
892
  """
967
893
 
968
894
  def draw(self, _context) -> None:
@@ -980,14 +906,12 @@ class SEQUENCER_MT_strip_retiming(_bpy_types.Menu):
980
906
  """
981
907
 
982
908
  :return: The RNA type or default when not found.
983
- :rtype: bpy.types.Struct
984
909
  """
985
910
 
986
911
  def bl_rna_get_subclass_py(self) -> typing.Any:
987
912
  """
988
913
 
989
914
  :return: The class or default when not found.
990
- :rtype: typing.Any
991
915
  """
992
916
 
993
917
  def draw(self, context) -> None:
@@ -1005,14 +929,12 @@ class SEQUENCER_MT_strip_show_hide(_bpy_types.Menu):
1005
929
  """
1006
930
 
1007
931
  :return: The RNA type or default when not found.
1008
- :rtype: bpy.types.Struct
1009
932
  """
1010
933
 
1011
934
  def bl_rna_get_subclass_py(self) -> typing.Any:
1012
935
  """
1013
936
 
1014
937
  :return: The class or default when not found.
1015
- :rtype: typing.Any
1016
938
  """
1017
939
 
1018
940
  def draw(self, _context) -> None:
@@ -1030,14 +952,12 @@ class SEQUENCER_MT_strip_text(_bpy_types.Menu):
1030
952
  """
1031
953
 
1032
954
  :return: The RNA type or default when not found.
1033
- :rtype: bpy.types.Struct
1034
955
  """
1035
956
 
1036
957
  def bl_rna_get_subclass_py(self) -> typing.Any:
1037
958
  """
1038
959
 
1039
960
  :return: The class or default when not found.
1040
- :rtype: typing.Any
1041
961
  """
1042
962
 
1043
963
  def draw(self, context) -> None:
@@ -1055,14 +975,12 @@ class SEQUENCER_MT_strip_transform(_bpy_types.Menu):
1055
975
  """
1056
976
 
1057
977
  :return: The RNA type or default when not found.
1058
- :rtype: bpy.types.Struct
1059
978
  """
1060
979
 
1061
980
  def bl_rna_get_subclass_py(self) -> typing.Any:
1062
981
  """
1063
982
 
1064
983
  :return: The class or default when not found.
1065
- :rtype: typing.Any
1066
984
  """
1067
985
 
1068
986
  def draw(self, context) -> None:
@@ -1080,14 +998,12 @@ class SEQUENCER_MT_view(_bpy_types.Menu):
1080
998
  """
1081
999
 
1082
1000
  :return: The RNA type or default when not found.
1083
- :rtype: bpy.types.Struct
1084
1001
  """
1085
1002
 
1086
1003
  def bl_rna_get_subclass_py(self) -> typing.Any:
1087
1004
  """
1088
1005
 
1089
1006
  :return: The class or default when not found.
1090
- :rtype: typing.Any
1091
1007
  """
1092
1008
 
1093
1009
  def draw(self, context) -> None:
@@ -1105,14 +1021,12 @@ class SEQUENCER_MT_view_pie(_bpy_types.Menu):
1105
1021
  """
1106
1022
 
1107
1023
  :return: The RNA type or default when not found.
1108
- :rtype: bpy.types.Struct
1109
1024
  """
1110
1025
 
1111
1026
  def bl_rna_get_subclass_py(self) -> typing.Any:
1112
1027
  """
1113
1028
 
1114
1029
  :return: The class or default when not found.
1115
- :rtype: typing.Any
1116
1030
  """
1117
1031
 
1118
1032
  def draw(self, context) -> None:
@@ -1130,14 +1044,12 @@ class SEQUENCER_MT_view_render(_bpy_types.Menu):
1130
1044
  """
1131
1045
 
1132
1046
  :return: The RNA type or default when not found.
1133
- :rtype: bpy.types.Struct
1134
1047
  """
1135
1048
 
1136
1049
  def bl_rna_get_subclass_py(self) -> typing.Any:
1137
1050
  """
1138
1051
 
1139
1052
  :return: The class or default when not found.
1140
- :rtype: typing.Any
1141
1053
  """
1142
1054
 
1143
1055
  def draw(self, _context) -> None:
@@ -1160,570 +1072,22 @@ class SEQUENCER_PT_active_tool(
1160
1072
  """
1161
1073
 
1162
1074
  :return: The RNA type or default when not found.
1163
- :rtype: bpy.types.Struct
1164
1075
  """
1165
1076
 
1166
1077
  def bl_rna_get_subclass_py(self) -> typing.Any:
1167
1078
  """
1168
1079
 
1169
1080
  :return: The class or default when not found.
1170
- :rtype: typing.Any
1171
1081
  """
1172
1082
 
1173
- class SEQUENCER_PT_adjust_color(SequencerButtonsPanel, _bpy_types.Panel):
1174
- bl_category: typing.Any
1175
- bl_label: typing.Any
1176
- bl_options: typing.Any
1177
- bl_region_type: typing.Any
1178
- bl_rna: typing.Any
1179
- bl_space_type: typing.Any
1180
- id_data: typing.Any
1181
-
1182
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1183
- """
1184
-
1185
- :return: The RNA type or default when not found.
1186
- :rtype: bpy.types.Struct
1187
- """
1188
-
1189
- def bl_rna_get_subclass_py(self) -> typing.Any:
1190
- """
1191
-
1192
- :return: The class or default when not found.
1193
- :rtype: typing.Any
1194
- """
1195
-
1196
- def draw(self, context) -> None:
1197
- """
1198
-
1199
- :param context:
1200
- """
1201
-
1202
- @classmethod
1203
- def poll(cls, context) -> None:
1204
- """
1205
-
1206
- :param context:
1207
- """
1208
-
1209
- class SEQUENCER_PT_adjust_comp(SequencerButtonsPanel, _bpy_types.Panel):
1210
- bl_category: typing.Any
1211
- bl_label: typing.Any
1212
- bl_region_type: typing.Any
1213
- bl_rna: typing.Any
1214
- bl_space_type: typing.Any
1215
- id_data: typing.Any
1216
-
1217
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1218
- """
1219
-
1220
- :return: The RNA type or default when not found.
1221
- :rtype: bpy.types.Struct
1222
- """
1223
-
1224
- def bl_rna_get_subclass_py(self) -> typing.Any:
1225
- """
1226
-
1227
- :return: The class or default when not found.
1228
- :rtype: typing.Any
1229
- """
1230
-
1231
- def draw(self, context) -> None:
1232
- """
1233
-
1234
- :param context:
1235
- """
1236
-
1237
- @classmethod
1238
- def poll(cls, context) -> None:
1239
- """
1240
-
1241
- :param context:
1242
- """
1243
-
1244
- class SEQUENCER_PT_adjust_crop(SequencerButtonsPanel, _bpy_types.Panel):
1245
- bl_category: typing.Any
1246
- bl_label: typing.Any
1247
- bl_options: typing.Any
1248
- bl_region_type: typing.Any
1249
- bl_rna: typing.Any
1250
- bl_space_type: typing.Any
1251
- id_data: typing.Any
1252
-
1253
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1254
- """
1255
-
1256
- :return: The RNA type or default when not found.
1257
- :rtype: bpy.types.Struct
1258
- """
1259
-
1260
- def bl_rna_get_subclass_py(self) -> typing.Any:
1261
- """
1262
-
1263
- :return: The class or default when not found.
1264
- :rtype: typing.Any
1265
- """
1266
-
1267
- def draw(self, context) -> None:
1268
- """
1269
-
1270
- :param context:
1271
- """
1272
-
1273
- @classmethod
1274
- def poll(cls, context) -> None:
1275
- """
1276
-
1277
- :param context:
1278
- """
1279
-
1280
- class SEQUENCER_PT_adjust_sound(SequencerButtonsPanel, _bpy_types.Panel):
1281
- bl_category: typing.Any
1282
- bl_label: typing.Any
1283
- bl_region_type: typing.Any
1284
- bl_rna: typing.Any
1285
- bl_space_type: typing.Any
1286
- id_data: typing.Any
1287
-
1288
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1289
- """
1290
-
1291
- :return: The RNA type or default when not found.
1292
- :rtype: bpy.types.Struct
1293
- """
1294
-
1295
- def bl_rna_get_subclass_py(self) -> typing.Any:
1296
- """
1297
-
1298
- :return: The class or default when not found.
1299
- :rtype: typing.Any
1300
- """
1301
-
1302
- def draw(self, context) -> None:
1303
- """
1304
-
1305
- :param context:
1306
- """
1307
-
1308
- @classmethod
1309
- def poll(cls, context) -> None:
1310
- """
1311
-
1312
- :param context:
1313
- """
1314
-
1315
- class SEQUENCER_PT_adjust_transform(SequencerButtonsPanel, _bpy_types.Panel):
1316
- bl_category: typing.Any
1317
- bl_label: typing.Any
1318
- bl_options: typing.Any
1319
- bl_region_type: typing.Any
1320
- bl_rna: typing.Any
1321
- bl_space_type: typing.Any
1322
- id_data: typing.Any
1323
-
1324
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1325
- """
1326
-
1327
- :return: The RNA type or default when not found.
1328
- :rtype: bpy.types.Struct
1329
- """
1330
-
1331
- def bl_rna_get_subclass_py(self) -> typing.Any:
1332
- """
1333
-
1334
- :return: The class or default when not found.
1335
- :rtype: typing.Any
1336
- """
1337
-
1338
- def draw(self, context) -> None:
1339
- """
1340
-
1341
- :param context:
1342
- """
1343
-
1344
- @classmethod
1345
- def poll(cls, context) -> None:
1346
- """
1347
-
1348
- :param context:
1349
- """
1350
-
1351
- class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, _bpy_types.Panel):
1352
- bl_category: typing.Any
1353
- bl_label: typing.Any
1354
- bl_options: typing.Any
1355
- bl_region_type: typing.Any
1356
- bl_rna: typing.Any
1357
- bl_space_type: typing.Any
1358
- id_data: typing.Any
1359
-
1360
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1361
- """
1362
-
1363
- :return: The RNA type or default when not found.
1364
- :rtype: bpy.types.Struct
1365
- """
1366
-
1367
- def bl_rna_get_subclass_py(self) -> typing.Any:
1368
- """
1369
-
1370
- :return: The class or default when not found.
1371
- :rtype: typing.Any
1372
- """
1373
-
1374
- def draw(self, context) -> None:
1375
- """
1376
-
1377
- :param context:
1378
- """
1379
-
1380
- @classmethod
1381
- def poll(cls, context) -> None:
1382
- """
1383
-
1384
- :param context:
1385
- """
1386
-
1387
- class SEQUENCER_PT_annotation(
1388
- SequencerButtonsPanel_Output,
1389
- bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
1390
- _bpy_types.Panel,
1391
- ):
1392
- bl_category: typing.Any
1393
- bl_label: typing.Any
1394
- bl_options: typing.Any
1395
- bl_region_type: typing.Any
1396
- bl_rna: typing.Any
1397
- bl_space_type: typing.Any
1398
- id_data: typing.Any
1399
-
1400
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1401
- """
1402
-
1403
- :return: The RNA type or default when not found.
1404
- :rtype: bpy.types.Struct
1405
- """
1406
-
1407
- def bl_rna_get_subclass_py(self) -> typing.Any:
1408
- """
1409
-
1410
- :return: The class or default when not found.
1411
- :rtype: typing.Any
1412
- """
1413
-
1414
- @staticmethod
1415
- def has_preview(context) -> None:
1416
- """
1417
-
1418
- :param context:
1419
- """
1420
-
1421
- @classmethod
1422
- def poll(cls, context) -> None:
1423
- """
1424
-
1425
- :param context:
1426
- """
1427
-
1428
- class SEQUENCER_PT_annotation_onion(
1429
- SequencerButtonsPanel_Output,
1430
- bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
1431
- _bpy_types.Panel,
1432
- ):
1433
- bl_category: typing.Any
1434
- bl_label: typing.Any
1435
- bl_options: typing.Any
1436
- bl_parent_id: typing.Any
1437
- bl_region_type: typing.Any
1438
- bl_rna: typing.Any
1439
- bl_space_type: typing.Any
1440
- id_data: typing.Any
1441
-
1442
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1443
- """
1444
-
1445
- :return: The RNA type or default when not found.
1446
- :rtype: bpy.types.Struct
1447
- """
1448
-
1449
- def bl_rna_get_subclass_py(self) -> typing.Any:
1450
- """
1451
-
1452
- :return: The class or default when not found.
1453
- :rtype: typing.Any
1454
- """
1455
-
1456
- @staticmethod
1457
- def has_preview(context) -> None:
1458
- """
1459
-
1460
- :param context:
1461
- """
1462
-
1463
- @classmethod
1464
- def poll(cls, context) -> None:
1465
- """
1466
-
1467
- :param context:
1468
- """
1469
-
1470
- class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, _bpy_types.Panel):
1471
- bl_category: typing.Any
1472
- bl_label: typing.Any
1473
- bl_region_type: typing.Any
1474
- bl_rna: typing.Any
1475
- bl_space_type: typing.Any
1476
- id_data: typing.Any
1477
-
1478
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1479
- """
1480
-
1481
- :return: The RNA type or default when not found.
1482
- :rtype: bpy.types.Struct
1483
- """
1484
-
1485
- def bl_rna_get_subclass_py(self) -> typing.Any:
1486
- """
1487
-
1488
- :return: The class or default when not found.
1489
- :rtype: typing.Any
1490
- """
1491
-
1492
- def draw(self, context) -> None:
1493
- """
1494
-
1495
- :param context:
1496
- """
1497
-
1498
- @classmethod
1499
- def poll(cls, context) -> None:
1500
- """
1501
-
1502
- :param context:
1503
- """
1504
-
1505
- class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, _bpy_types.Panel):
1506
- bl_category: typing.Any
1507
- bl_label: typing.Any
1508
- bl_parent_id: typing.Any
1509
- bl_region_type: typing.Any
1510
- bl_rna: typing.Any
1511
- bl_space_type: typing.Any
1512
- id_data: typing.Any
1513
-
1514
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1515
- """
1516
-
1517
- :return: The RNA type or default when not found.
1518
- :rtype: bpy.types.Struct
1519
- """
1520
-
1521
- def bl_rna_get_subclass_py(self) -> typing.Any:
1522
- """
1523
-
1524
- :return: The class or default when not found.
1525
- :rtype: typing.Any
1526
- """
1527
-
1528
- def draw(self, context) -> None:
1529
- """
1530
-
1531
- :param context:
1532
- """
1533
-
1534
- def draw_header(self, context) -> None:
1535
- """
1536
-
1537
- :param context:
1538
- """
1539
-
1540
- @classmethod
1541
- def poll(cls, context) -> None:
1542
- """
1543
-
1544
- :param context:
1545
- """
1546
-
1547
- class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, _bpy_types.Panel):
1548
- bl_category: typing.Any
1549
- bl_label: typing.Any
1550
- bl_options: typing.Any
1551
- bl_region_type: typing.Any
1552
- bl_rna: typing.Any
1553
- bl_space_type: typing.Any
1554
- id_data: typing.Any
1555
-
1556
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1557
- """
1558
-
1559
- :return: The RNA type or default when not found.
1560
- :rtype: bpy.types.Struct
1561
- """
1562
-
1563
- def bl_rna_get_subclass_py(self) -> typing.Any:
1564
- """
1565
-
1566
- :return: The class or default when not found.
1567
- :rtype: typing.Any
1568
- """
1569
-
1570
- def draw(self, _context) -> None:
1571
- """
1572
-
1573
- :param _context:
1574
- """
1575
-
1576
- class SEQUENCER_PT_custom_props(
1577
- rna_prop_ui.PropertyPanel, SequencerButtonsPanel, _bpy_types.Panel
1578
- ):
1579
- """The subclass should have its own poll function
1580
- and the variable _context_path MUST be set.
1581
- """
1582
-
1583
- COMPAT_ENGINES: typing.Any
1584
- bl_category: typing.Any
1585
- bl_label: typing.Any
1586
- bl_options: typing.Any
1587
- bl_order: typing.Any
1588
- bl_region_type: typing.Any
1589
- bl_rna: typing.Any
1590
- bl_space_type: typing.Any
1591
- id_data: typing.Any
1592
-
1593
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1594
- """
1595
-
1596
- :return: The RNA type or default when not found.
1597
- :rtype: bpy.types.Struct
1598
- """
1599
-
1600
- def bl_rna_get_subclass_py(self) -> typing.Any:
1601
- """
1602
-
1603
- :return: The class or default when not found.
1604
- :rtype: typing.Any
1605
- """
1606
-
1607
- class SEQUENCER_PT_effect(SequencerButtonsPanel, _bpy_types.Panel):
1608
- bl_category: typing.Any
1609
- bl_label: typing.Any
1610
- bl_region_type: typing.Any
1611
- bl_rna: typing.Any
1612
- bl_space_type: typing.Any
1613
- id_data: typing.Any
1614
-
1615
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1616
- """
1617
-
1618
- :return: The RNA type or default when not found.
1619
- :rtype: bpy.types.Struct
1620
- """
1621
-
1622
- def bl_rna_get_subclass_py(self) -> typing.Any:
1623
- """
1624
-
1625
- :return: The class or default when not found.
1626
- :rtype: typing.Any
1627
- """
1628
-
1629
- def draw(self, context) -> None:
1630
- """
1631
-
1632
- :param context:
1633
- """
1634
-
1635
- @classmethod
1636
- def poll(cls, context) -> None:
1637
- """
1638
-
1639
- :param context:
1640
- """
1641
-
1642
- class SEQUENCER_PT_effect_text_box(SequencerButtonsPanel, _bpy_types.Panel):
1643
- bl_category: typing.Any
1644
- bl_label: typing.Any
1645
- bl_options: typing.Any
1646
- bl_parent_id: typing.Any
1647
- bl_region_type: typing.Any
1648
- bl_rna: typing.Any
1649
- bl_space_type: typing.Any
1650
- bl_translation_context: typing.Any
1651
- id_data: typing.Any
1652
-
1653
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1654
- """
1655
-
1656
- :return: The RNA type or default when not found.
1657
- :rtype: bpy.types.Struct
1658
- """
1659
-
1660
- def bl_rna_get_subclass_py(self) -> typing.Any:
1661
- """
1662
-
1663
- :return: The class or default when not found.
1664
- :rtype: typing.Any
1665
- """
1666
-
1667
- def draw(self, context) -> None:
1668
- """
1669
-
1670
- :param context:
1671
- """
1672
-
1673
- def draw_header(self, context) -> None:
1674
- """
1675
-
1676
- :param context:
1677
- """
1678
-
1679
- @classmethod
1680
- def poll(cls, context) -> None:
1681
- """
1682
-
1683
- :param context:
1684
- """
1685
-
1686
- class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel, _bpy_types.Panel):
1687
- bl_category: typing.Any
1688
- bl_label: typing.Any
1689
- bl_parent_id: typing.Any
1690
- bl_region_type: typing.Any
1691
- bl_rna: typing.Any
1692
- bl_space_type: typing.Any
1693
- id_data: typing.Any
1694
-
1695
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1696
- """
1697
-
1698
- :return: The RNA type or default when not found.
1699
- :rtype: bpy.types.Struct
1700
- """
1701
-
1702
- def bl_rna_get_subclass_py(self) -> typing.Any:
1703
- """
1704
-
1705
- :return: The class or default when not found.
1706
- :rtype: typing.Any
1707
- """
1708
-
1709
- def draw(self, context) -> None:
1710
- """
1711
-
1712
- :param context:
1713
- """
1714
-
1715
- @classmethod
1716
- def poll(cls, context) -> None:
1717
- """
1718
-
1719
- :param context:
1720
- """
1721
-
1722
- class SEQUENCER_PT_effect_text_outline(SequencerButtonsPanel, _bpy_types.Panel):
1083
+ class SEQUENCER_PT_annotation(
1084
+ SequencerButtonsPanel_Output,
1085
+ bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
1086
+ _bpy_types.Panel,
1087
+ ):
1723
1088
  bl_category: typing.Any
1724
1089
  bl_label: typing.Any
1725
1090
  bl_options: typing.Any
1726
- bl_parent_id: typing.Any
1727
1091
  bl_region_type: typing.Any
1728
1092
  bl_rna: typing.Any
1729
1093
  bl_space_type: typing.Any
@@ -1733,23 +1097,16 @@ class SEQUENCER_PT_effect_text_outline(SequencerButtonsPanel, _bpy_types.Panel):
1733
1097
  """
1734
1098
 
1735
1099
  :return: The RNA type or default when not found.
1736
- :rtype: bpy.types.Struct
1737
1100
  """
1738
1101
 
1739
1102
  def bl_rna_get_subclass_py(self) -> typing.Any:
1740
1103
  """
1741
1104
 
1742
1105
  :return: The class or default when not found.
1743
- :rtype: typing.Any
1744
- """
1745
-
1746
- def draw(self, context) -> None:
1747
- """
1748
-
1749
- :param context:
1750
1106
  """
1751
1107
 
1752
- def draw_header(self, context) -> None:
1108
+ @staticmethod
1109
+ def has_preview(context) -> None:
1753
1110
  """
1754
1111
 
1755
1112
  :param context:
@@ -1762,7 +1119,11 @@ class SEQUENCER_PT_effect_text_outline(SequencerButtonsPanel, _bpy_types.Panel):
1762
1119
  :param context:
1763
1120
  """
1764
1121
 
1765
- class SEQUENCER_PT_effect_text_shadow(SequencerButtonsPanel, _bpy_types.Panel):
1122
+ class SEQUENCER_PT_annotation_onion(
1123
+ SequencerButtonsPanel_Output,
1124
+ bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
1125
+ _bpy_types.Panel,
1126
+ ):
1766
1127
  bl_category: typing.Any
1767
1128
  bl_label: typing.Any
1768
1129
  bl_options: typing.Any
@@ -1776,23 +1137,16 @@ class SEQUENCER_PT_effect_text_shadow(SequencerButtonsPanel, _bpy_types.Panel):
1776
1137
  """
1777
1138
 
1778
1139
  :return: The RNA type or default when not found.
1779
- :rtype: bpy.types.Struct
1780
1140
  """
1781
1141
 
1782
1142
  def bl_rna_get_subclass_py(self) -> typing.Any:
1783
1143
  """
1784
1144
 
1785
1145
  :return: The class or default when not found.
1786
- :rtype: typing.Any
1787
- """
1788
-
1789
- def draw(self, context) -> None:
1790
- """
1791
-
1792
- :param context:
1793
1146
  """
1794
1147
 
1795
- def draw_header(self, context) -> None:
1148
+ @staticmethod
1149
+ def has_preview(context) -> None:
1796
1150
  """
1797
1151
 
1798
1152
  :param context:
@@ -1805,10 +1159,9 @@ class SEQUENCER_PT_effect_text_shadow(SequencerButtonsPanel, _bpy_types.Panel):
1805
1159
  :param context:
1806
1160
  """
1807
1161
 
1808
- class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, _bpy_types.Panel):
1162
+ class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, _bpy_types.Panel):
1809
1163
  bl_category: typing.Any
1810
1164
  bl_label: typing.Any
1811
- bl_parent_id: typing.Any
1812
1165
  bl_region_type: typing.Any
1813
1166
  bl_rna: typing.Any
1814
1167
  bl_space_type: typing.Any
@@ -1818,14 +1171,12 @@ class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, _bpy_types.Panel):
1818
1171
  """
1819
1172
 
1820
1173
  :return: The RNA type or default when not found.
1821
- :rtype: bpy.types.Struct
1822
1174
  """
1823
1175
 
1824
1176
  def bl_rna_get_subclass_py(self) -> typing.Any:
1825
1177
  """
1826
1178
 
1827
1179
  :return: The class or default when not found.
1828
- :rtype: typing.Any
1829
1180
  """
1830
1181
 
1831
1182
  def draw(self, context) -> None:
@@ -1841,10 +1192,10 @@ class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, _bpy_types.Panel):
1841
1192
  :param context:
1842
1193
  """
1843
1194
 
1844
- class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, _bpy_types.Panel):
1195
+ class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, _bpy_types.Panel):
1845
1196
  bl_category: typing.Any
1846
1197
  bl_label: typing.Any
1847
- bl_options: typing.Any
1198
+ bl_parent_id: typing.Any
1848
1199
  bl_region_type: typing.Any
1849
1200
  bl_rna: typing.Any
1850
1201
  bl_space_type: typing.Any
@@ -1854,14 +1205,12 @@ class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, _bpy_types.Panel)
1854
1205
  """
1855
1206
 
1856
1207
  :return: The RNA type or default when not found.
1857
- :rtype: bpy.types.Struct
1858
1208
  """
1859
1209
 
1860
1210
  def bl_rna_get_subclass_py(self) -> typing.Any:
1861
1211
  """
1862
1212
 
1863
1213
  :return: The class or default when not found.
1864
- :rtype: typing.Any
1865
1214
  """
1866
1215
 
1867
1216
  def draw(self, context) -> None:
@@ -1883,37 +1232,44 @@ class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, _bpy_types.Panel)
1883
1232
  :param context:
1884
1233
  """
1885
1234
 
1886
- class SEQUENCER_PT_gizmo_display(_bpy_types.Panel):
1235
+ class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, _bpy_types.Panel):
1887
1236
  bl_label: typing.Any
1237
+ bl_options: typing.Any
1888
1238
  bl_region_type: typing.Any
1889
1239
  bl_rna: typing.Any
1890
1240
  bl_space_type: typing.Any
1891
- bl_ui_units_x: typing.Any
1892
1241
  id_data: typing.Any
1893
1242
 
1894
1243
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1895
1244
  """
1896
1245
 
1897
1246
  :return: The RNA type or default when not found.
1898
- :rtype: bpy.types.Struct
1899
1247
  """
1900
1248
 
1901
1249
  def bl_rna_get_subclass_py(self) -> typing.Any:
1902
1250
  """
1903
1251
 
1904
1252
  :return: The class or default when not found.
1905
- :rtype: typing.Any
1906
1253
  """
1907
1254
 
1908
- def draw(self, context) -> None:
1255
+ def draw(self, _context) -> None:
1909
1256
  """
1910
1257
 
1911
- :param context:
1258
+ :param _context:
1912
1259
  """
1913
1260
 
1914
- class SEQUENCER_PT_mask(SequencerButtonsPanel, _bpy_types.Panel):
1261
+ class SEQUENCER_PT_custom_props(
1262
+ rna_prop_ui.PropertyPanel, SequencerButtonsPanel, _bpy_types.Panel
1263
+ ):
1264
+ """The subclass should have its own poll function
1265
+ and the variable _context_path MUST be set.
1266
+ """
1267
+
1268
+ COMPAT_ENGINES: typing.Any
1915
1269
  bl_category: typing.Any
1916
1270
  bl_label: typing.Any
1271
+ bl_options: typing.Any
1272
+ bl_order: typing.Any
1917
1273
  bl_region_type: typing.Any
1918
1274
  bl_rna: typing.Any
1919
1275
  bl_space_type: typing.Any
@@ -1923,30 +1279,15 @@ class SEQUENCER_PT_mask(SequencerButtonsPanel, _bpy_types.Panel):
1923
1279
  """
1924
1280
 
1925
1281
  :return: The RNA type or default when not found.
1926
- :rtype: bpy.types.Struct
1927
1282
  """
1928
1283
 
1929
1284
  def bl_rna_get_subclass_py(self) -> typing.Any:
1930
1285
  """
1931
1286
 
1932
1287
  :return: The class or default when not found.
1933
- :rtype: typing.Any
1934
- """
1935
-
1936
- def draw(self, context) -> None:
1937
- """
1938
-
1939
- :param context:
1940
- """
1941
-
1942
- @classmethod
1943
- def poll(cls, context) -> None:
1944
- """
1945
-
1946
- :param context:
1947
1288
  """
1948
1289
 
1949
- class SEQUENCER_PT_modifiers(SequencerButtonsPanel, _bpy_types.Panel):
1290
+ class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, _bpy_types.Panel):
1950
1291
  bl_category: typing.Any
1951
1292
  bl_label: typing.Any
1952
1293
  bl_options: typing.Any
@@ -1959,14 +1300,12 @@ class SEQUENCER_PT_modifiers(SequencerButtonsPanel, _bpy_types.Panel):
1959
1300
  """
1960
1301
 
1961
1302
  :return: The RNA type or default when not found.
1962
- :rtype: bpy.types.Struct
1963
1303
  """
1964
1304
 
1965
1305
  def bl_rna_get_subclass_py(self) -> typing.Any:
1966
1306
  """
1967
1307
 
1968
1308
  :return: The class or default when not found.
1969
- :rtype: typing.Any
1970
1309
  """
1971
1310
 
1972
1311
  def draw(self, context) -> None:
@@ -1975,30 +1314,7 @@ class SEQUENCER_PT_modifiers(SequencerButtonsPanel, _bpy_types.Panel):
1975
1314
  :param context:
1976
1315
  """
1977
1316
 
1978
- class SEQUENCER_PT_movie_clip(SequencerButtonsPanel, _bpy_types.Panel):
1979
- bl_category: typing.Any
1980
- bl_label: typing.Any
1981
- bl_options: typing.Any
1982
- bl_region_type: typing.Any
1983
- bl_rna: typing.Any
1984
- bl_space_type: typing.Any
1985
- id_data: typing.Any
1986
-
1987
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1988
- """
1989
-
1990
- :return: The RNA type or default when not found.
1991
- :rtype: bpy.types.Struct
1992
- """
1993
-
1994
- def bl_rna_get_subclass_py(self) -> typing.Any:
1995
- """
1996
-
1997
- :return: The class or default when not found.
1998
- :rtype: typing.Any
1999
- """
2000
-
2001
- def draw(self, context) -> None:
1317
+ def draw_header(self, context) -> None:
2002
1318
  """
2003
1319
 
2004
1320
  :param context:
@@ -2011,7 +1327,7 @@ class SEQUENCER_PT_movie_clip(SequencerButtonsPanel, _bpy_types.Panel):
2011
1327
  :param context:
2012
1328
  """
2013
1329
 
2014
- class SEQUENCER_PT_overlay(_bpy_types.Panel):
1330
+ class SEQUENCER_PT_gizmo_display(_bpy_types.Panel):
2015
1331
  bl_label: typing.Any
2016
1332
  bl_region_type: typing.Any
2017
1333
  bl_rna: typing.Any
@@ -2023,43 +1339,12 @@ class SEQUENCER_PT_overlay(_bpy_types.Panel):
2023
1339
  """
2024
1340
 
2025
1341
  :return: The RNA type or default when not found.
2026
- :rtype: bpy.types.Struct
2027
- """
2028
-
2029
- def bl_rna_get_subclass_py(self) -> typing.Any:
2030
- """
2031
-
2032
- :return: The class or default when not found.
2033
- :rtype: typing.Any
2034
- """
2035
-
2036
- def draw(self, _context) -> None:
2037
- """
2038
-
2039
- :param _context:
2040
- """
2041
-
2042
- class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, _bpy_types.Panel):
2043
- bl_category: typing.Any
2044
- bl_label: typing.Any
2045
- bl_options: typing.Any
2046
- bl_region_type: typing.Any
2047
- bl_rna: typing.Any
2048
- bl_space_type: typing.Any
2049
- id_data: typing.Any
2050
-
2051
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2052
- """
2053
-
2054
- :return: The RNA type or default when not found.
2055
- :rtype: bpy.types.Struct
2056
1342
  """
2057
1343
 
2058
1344
  def bl_rna_get_subclass_py(self) -> typing.Any:
2059
1345
  """
2060
1346
 
2061
1347
  :return: The class or default when not found.
2062
- :rtype: typing.Any
2063
1348
  """
2064
1349
 
2065
1350
  def draw(self, context) -> None:
@@ -2068,51 +1353,36 @@ class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, _bpy_types.Panel):
2068
1353
  :param context:
2069
1354
  """
2070
1355
 
2071
- @classmethod
2072
- def poll(cls, context) -> None:
2073
- """
2074
-
2075
- :param context:
2076
- """
2077
-
2078
- class SEQUENCER_PT_preview_overlay(_bpy_types.Panel):
1356
+ class SEQUENCER_PT_overlay(_bpy_types.Panel):
2079
1357
  bl_label: typing.Any
2080
- bl_parent_id: typing.Any
2081
1358
  bl_region_type: typing.Any
2082
1359
  bl_rna: typing.Any
2083
1360
  bl_space_type: typing.Any
1361
+ bl_ui_units_x: typing.Any
2084
1362
  id_data: typing.Any
2085
1363
 
2086
1364
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
2087
1365
  """
2088
1366
 
2089
1367
  :return: The RNA type or default when not found.
2090
- :rtype: bpy.types.Struct
2091
1368
  """
2092
1369
 
2093
1370
  def bl_rna_get_subclass_py(self) -> typing.Any:
2094
1371
  """
2095
1372
 
2096
1373
  :return: The class or default when not found.
2097
- :rtype: typing.Any
2098
- """
2099
-
2100
- def draw(self, context) -> None:
2101
- """
2102
-
2103
- :param context:
2104
1374
  """
2105
1375
 
2106
- @classmethod
2107
- def poll(cls, context) -> None:
1376
+ def draw(self, _context) -> None:
2108
1377
  """
2109
1378
 
2110
- :param context:
1379
+ :param _context:
2111
1380
  """
2112
1381
 
2113
- class SEQUENCER_PT_preview_snapping(_bpy_types.Panel):
1382
+ class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, _bpy_types.Panel):
1383
+ bl_category: typing.Any
2114
1384
  bl_label: typing.Any
2115
- bl_parent_id: typing.Any
1385
+ bl_options: typing.Any
2116
1386
  bl_region_type: typing.Any
2117
1387
  bl_rna: typing.Any
2118
1388
  bl_space_type: typing.Any
@@ -2122,14 +1392,12 @@ class SEQUENCER_PT_preview_snapping(_bpy_types.Panel):
2122
1392
  """
2123
1393
 
2124
1394
  :return: The RNA type or default when not found.
2125
- :rtype: bpy.types.Struct
2126
1395
  """
2127
1396
 
2128
1397
  def bl_rna_get_subclass_py(self) -> typing.Any:
2129
1398
  """
2130
1399
 
2131
1400
  :return: The class or default when not found.
2132
- :rtype: typing.Any
2133
1401
  """
2134
1402
 
2135
1403
  def draw(self, context) -> None:
@@ -2145,9 +1413,9 @@ class SEQUENCER_PT_preview_snapping(_bpy_types.Panel):
2145
1413
  :param context:
2146
1414
  """
2147
1415
 
2148
- class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, _bpy_types.Panel):
2149
- bl_category: typing.Any
1416
+ class SEQUENCER_PT_preview_overlay(_bpy_types.Panel):
2150
1417
  bl_label: typing.Any
1418
+ bl_parent_id: typing.Any
2151
1419
  bl_region_type: typing.Any
2152
1420
  bl_rna: typing.Any
2153
1421
  bl_space_type: typing.Any
@@ -2157,14 +1425,12 @@ class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, _bpy_types.Panel):
2157
1425
  """
2158
1426
 
2159
1427
  :return: The RNA type or default when not found.
2160
- :rtype: bpy.types.Struct
2161
1428
  """
2162
1429
 
2163
1430
  def bl_rna_get_subclass_py(self) -> typing.Any:
2164
1431
  """
2165
1432
 
2166
1433
  :return: The class or default when not found.
2167
- :rtype: typing.Any
2168
1434
  """
2169
1435
 
2170
1436
  def draw(self, context) -> None:
@@ -2180,9 +1446,9 @@ class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, _bpy_types.Panel):
2180
1446
  :param context:
2181
1447
  """
2182
1448
 
2183
- class SEQUENCER_PT_scene(SequencerButtonsPanel, _bpy_types.Panel):
2184
- bl_category: typing.Any
1449
+ class SEQUENCER_PT_preview_snapping(_bpy_types.Panel):
2185
1450
  bl_label: typing.Any
1451
+ bl_parent_id: typing.Any
2186
1452
  bl_region_type: typing.Any
2187
1453
  bl_rna: typing.Any
2188
1454
  bl_space_type: typing.Any
@@ -2192,14 +1458,12 @@ class SEQUENCER_PT_scene(SequencerButtonsPanel, _bpy_types.Panel):
2192
1458
  """
2193
1459
 
2194
1460
  :return: The RNA type or default when not found.
2195
- :rtype: bpy.types.Struct
2196
1461
  """
2197
1462
 
2198
1463
  def bl_rna_get_subclass_py(self) -> typing.Any:
2199
1464
  """
2200
1465
 
2201
1466
  :return: The class or default when not found.
2202
- :rtype: typing.Any
2203
1467
  """
2204
1468
 
2205
1469
  def draw(self, context) -> None:
@@ -2215,7 +1479,7 @@ class SEQUENCER_PT_scene(SequencerButtonsPanel, _bpy_types.Panel):
2215
1479
  :param context:
2216
1480
  """
2217
1481
 
2218
- class SEQUENCER_PT_scene_sound(SequencerButtonsPanel, _bpy_types.Panel):
1482
+ class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, _bpy_types.Panel):
2219
1483
  bl_category: typing.Any
2220
1484
  bl_label: typing.Any
2221
1485
  bl_region_type: typing.Any
@@ -2227,14 +1491,12 @@ class SEQUENCER_PT_scene_sound(SequencerButtonsPanel, _bpy_types.Panel):
2227
1491
  """
2228
1492
 
2229
1493
  :return: The RNA type or default when not found.
2230
- :rtype: bpy.types.Struct
2231
1494
  """
2232
1495
 
2233
1496
  def bl_rna_get_subclass_py(self) -> typing.Any:
2234
1497
  """
2235
1498
 
2236
1499
  :return: The class or default when not found.
2237
- :rtype: typing.Any
2238
1500
  """
2239
1501
 
2240
1502
  def draw(self, context) -> None:
@@ -2262,14 +1524,12 @@ class SEQUENCER_PT_sequencer_overlay(_bpy_types.Panel):
2262
1524
  """
2263
1525
 
2264
1526
  :return: The RNA type or default when not found.
2265
- :rtype: bpy.types.Struct
2266
1527
  """
2267
1528
 
2268
1529
  def bl_rna_get_subclass_py(self) -> typing.Any:
2269
1530
  """
2270
1531
 
2271
1532
  :return: The class or default when not found.
2272
- :rtype: typing.Any
2273
1533
  """
2274
1534
 
2275
1535
  def draw(self, context) -> None:
@@ -2297,14 +1557,12 @@ class SEQUENCER_PT_sequencer_overlay_strips(_bpy_types.Panel):
2297
1557
  """
2298
1558
 
2299
1559
  :return: The RNA type or default when not found.
2300
- :rtype: bpy.types.Struct
2301
1560
  """
2302
1561
 
2303
1562
  def bl_rna_get_subclass_py(self) -> typing.Any:
2304
1563
  """
2305
1564
 
2306
1565
  :return: The class or default when not found.
2307
- :rtype: typing.Any
2308
1566
  """
2309
1567
 
2310
1568
  def draw(self, context) -> None:
@@ -2332,14 +1590,12 @@ class SEQUENCER_PT_sequencer_overlay_waveforms(_bpy_types.Panel):
2332
1590
  """
2333
1591
 
2334
1592
  :return: The RNA type or default when not found.
2335
- :rtype: bpy.types.Struct
2336
1593
  """
2337
1594
 
2338
1595
  def bl_rna_get_subclass_py(self) -> typing.Any:
2339
1596
  """
2340
1597
 
2341
1598
  :return: The class or default when not found.
2342
- :rtype: typing.Any
2343
1599
  """
2344
1600
 
2345
1601
  def draw(self, context) -> None:
@@ -2367,14 +1623,12 @@ class SEQUENCER_PT_sequencer_snapping(_bpy_types.Panel):
2367
1623
  """
2368
1624
 
2369
1625
  :return: The RNA type or default when not found.
2370
- :rtype: bpy.types.Struct
2371
1626
  """
2372
1627
 
2373
1628
  def bl_rna_get_subclass_py(self) -> typing.Any:
2374
1629
  """
2375
1630
 
2376
1631
  :return: The class or default when not found.
2377
- :rtype: typing.Any
2378
1632
  """
2379
1633
 
2380
1634
  def draw(self, context) -> None:
@@ -2402,14 +1656,12 @@ class SEQUENCER_PT_snapping(_bpy_types.Panel):
2402
1656
  """
2403
1657
 
2404
1658
  :return: The RNA type or default when not found.
2405
- :rtype: bpy.types.Struct
2406
1659
  """
2407
1660
 
2408
1661
  def bl_rna_get_subclass_py(self) -> typing.Any:
2409
1662
  """
2410
1663
 
2411
1664
  :return: The class or default when not found.
2412
- :rtype: typing.Any
2413
1665
  """
2414
1666
 
2415
1667
  def draw(self, _context) -> None:
@@ -2418,71 +1670,6 @@ class SEQUENCER_PT_snapping(_bpy_types.Panel):
2418
1670
  :param _context:
2419
1671
  """
2420
1672
 
2421
- class SEQUENCER_PT_source(SequencerButtonsPanel, _bpy_types.Panel):
2422
- bl_category: typing.Any
2423
- bl_label: typing.Any
2424
- bl_options: typing.Any
2425
- bl_region_type: typing.Any
2426
- bl_rna: typing.Any
2427
- bl_space_type: typing.Any
2428
- id_data: typing.Any
2429
-
2430
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2431
- """
2432
-
2433
- :return: The RNA type or default when not found.
2434
- :rtype: bpy.types.Struct
2435
- """
2436
-
2437
- def bl_rna_get_subclass_py(self) -> typing.Any:
2438
- """
2439
-
2440
- :return: The class or default when not found.
2441
- :rtype: typing.Any
2442
- """
2443
-
2444
- def draw(self, context) -> None:
2445
- """
2446
-
2447
- :param context:
2448
- """
2449
-
2450
- @classmethod
2451
- def poll(cls, context) -> None:
2452
- """
2453
-
2454
- :param context:
2455
- """
2456
-
2457
- class SEQUENCER_PT_strip(SequencerButtonsPanel, _bpy_types.Panel):
2458
- bl_category: typing.Any
2459
- bl_label: typing.Any
2460
- bl_options: typing.Any
2461
- bl_region_type: typing.Any
2462
- bl_rna: typing.Any
2463
- bl_space_type: typing.Any
2464
- id_data: typing.Any
2465
-
2466
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2467
- """
2468
-
2469
- :return: The RNA type or default when not found.
2470
- :rtype: bpy.types.Struct
2471
- """
2472
-
2473
- def bl_rna_get_subclass_py(self) -> typing.Any:
2474
- """
2475
-
2476
- :return: The class or default when not found.
2477
- :rtype: typing.Any
2478
- """
2479
-
2480
- def draw(self, context) -> None:
2481
- """
2482
-
2483
- :param context:
2484
- """
2485
-
2486
1673
  class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, _bpy_types.Panel):
2487
1674
  bl_category: typing.Any
2488
1675
  bl_label: typing.Any
@@ -2495,14 +1682,12 @@ class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, _bpy_types.Panel):
2495
1682
  """
2496
1683
 
2497
1684
  :return: The RNA type or default when not found.
2498
- :rtype: bpy.types.Struct
2499
1685
  """
2500
1686
 
2501
1687
  def bl_rna_get_subclass_py(self) -> typing.Any:
2502
1688
  """
2503
1689
 
2504
1690
  :return: The class or default when not found.
2505
- :rtype: typing.Any
2506
1691
  """
2507
1692
 
2508
1693
  def draw(self, context) -> None:
@@ -2524,48 +1709,6 @@ class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, _bpy_types.Panel):
2524
1709
  :param context:
2525
1710
  """
2526
1711
 
2527
- class SEQUENCER_PT_time(SequencerButtonsPanel, _bpy_types.Panel):
2528
- bl_category: typing.Any
2529
- bl_label: typing.Any
2530
- bl_options: typing.Any
2531
- bl_region_type: typing.Any
2532
- bl_rna: typing.Any
2533
- bl_space_type: typing.Any
2534
- id_data: typing.Any
2535
-
2536
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2537
- """
2538
-
2539
- :return: The RNA type or default when not found.
2540
- :rtype: bpy.types.Struct
2541
- """
2542
-
2543
- def bl_rna_get_subclass_py(self) -> typing.Any:
2544
- """
2545
-
2546
- :return: The class or default when not found.
2547
- :rtype: typing.Any
2548
- """
2549
-
2550
- def draw(self, context) -> None:
2551
- """
2552
-
2553
- :param context:
2554
- """
2555
-
2556
- def draw_header_preset(self, context) -> None:
2557
- """
2558
-
2559
- :param context:
2560
- """
2561
-
2562
- @classmethod
2563
- def poll(cls, context) -> None:
2564
- """
2565
-
2566
- :param context:
2567
- """
2568
-
2569
1712
  class SEQUENCER_PT_view(SequencerButtonsPanel_Output, _bpy_types.Panel):
2570
1713
  bl_category: typing.Any
2571
1714
  bl_label: typing.Any
@@ -2578,14 +1721,12 @@ class SEQUENCER_PT_view(SequencerButtonsPanel_Output, _bpy_types.Panel):
2578
1721
  """
2579
1722
 
2580
1723
  :return: The RNA type or default when not found.
2581
- :rtype: bpy.types.Struct
2582
1724
  """
2583
1725
 
2584
1726
  def bl_rna_get_subclass_py(self) -> typing.Any:
2585
1727
  """
2586
1728
 
2587
1729
  :return: The class or default when not found.
2588
- :rtype: typing.Any
2589
1730
  """
2590
1731
 
2591
1732
  def draw(self, context) -> None:
@@ -2606,14 +1747,12 @@ class SEQUENCER_PT_view_cursor(SequencerButtonsPanel_Output, _bpy_types.Panel):
2606
1747
  """
2607
1748
 
2608
1749
  :return: The RNA type or default when not found.
2609
- :rtype: bpy.types.Struct
2610
1750
  """
2611
1751
 
2612
1752
  def bl_rna_get_subclass_py(self) -> typing.Any:
2613
1753
  """
2614
1754
 
2615
1755
  :return: The class or default when not found.
2616
- :rtype: typing.Any
2617
1756
  """
2618
1757
 
2619
1758
  def draw(self, context) -> None:
@@ -2635,14 +1774,12 @@ class SEQUENCER_PT_view_safe_areas(SequencerButtonsPanel_Output, _bpy_types.Pane
2635
1774
  """
2636
1775
 
2637
1776
  :return: The RNA type or default when not found.
2638
- :rtype: bpy.types.Struct
2639
1777
  """
2640
1778
 
2641
1779
  def bl_rna_get_subclass_py(self) -> typing.Any:
2642
1780
  """
2643
1781
 
2644
1782
  :return: The class or default when not found.
2645
- :rtype: typing.Any
2646
1783
  """
2647
1784
 
2648
1785
  def draw(self, context) -> None:
@@ -2680,14 +1817,12 @@ class SEQUENCER_PT_view_safe_areas_center_cut(
2680
1817
  """
2681
1818
 
2682
1819
  :return: The RNA type or default when not found.
2683
- :rtype: bpy.types.Struct
2684
1820
  """
2685
1821
 
2686
1822
  def bl_rna_get_subclass_py(self) -> typing.Any:
2687
1823
  """
2688
1824
 
2689
1825
  :return: The class or default when not found.
2690
- :rtype: typing.Any
2691
1826
  """
2692
1827
 
2693
1828
  def draw(self, context) -> None:
@@ -2763,5 +1898,4 @@ class SequencerColorTagPicker:
2763
1898
  :param context:
2764
1899
  """
2765
1900
 
2766
- def draw_color_balance(layout, color_balance) -> None: ...
2767
1901
  def selected_strips_count(context) -> None: ...