fake-bpy-module 20240705__py3-none-any.whl → 20240707__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 (317) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/extensions/__init__.pyi +1 -0
  3. _bpy_internal/extensions/junction_module/__init__.pyi +1 -0
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -0
  5. _bpy_internal/freedesktop/__init__.pyi +1 -0
  6. addon_utils/__init__.pyi +1 -0
  7. animsys_refactor/__init__.pyi +1 -0
  8. aud/__init__.pyi +1 -0
  9. bgl/__init__.pyi +1 -0
  10. bl_app_override/__init__.pyi +1 -0
  11. bl_app_override/helpers/__init__.pyi +1 -0
  12. bl_app_template_utils/__init__.pyi +1 -0
  13. bl_console_utils/__init__.pyi +1 -0
  14. bl_console_utils/autocomplete/__init__.pyi +1 -0
  15. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
  16. bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
  18. bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
  19. bl_i18n_utils/__init__.pyi +1 -0
  20. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  21. bl_i18n_utils/merge_po/__init__.pyi +1 -0
  22. bl_i18n_utils/settings/__init__.pyi +1 -0
  23. bl_i18n_utils/utils/__init__.pyi +1 -0
  24. bl_i18n_utils/utils_cli/__init__.pyi +1 -0
  25. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
  26. bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
  27. bl_keymap_utils/__init__.pyi +1 -0
  28. bl_keymap_utils/io/__init__.pyi +1 -0
  29. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
  30. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
  31. bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
  32. bl_keymap_utils/versioning/__init__.pyi +1 -0
  33. bl_math/__init__.pyi +1 -0
  34. bl_operators/__init__.pyi +1 -0
  35. bl_operators/add_mesh_torus/__init__.pyi +1 -0
  36. bl_operators/anim/__init__.pyi +1 -0
  37. bl_operators/assets/__init__.pyi +9 -8
  38. bl_operators/bmesh/__init__.pyi +1 -0
  39. bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
  40. bl_operators/clip/__init__.pyi +1 -0
  41. bl_operators/connect_to_output/__init__.pyi +1 -0
  42. bl_operators/console/__init__.pyi +1 -0
  43. bl_operators/constraint/__init__.pyi +1 -0
  44. bl_operators/file/__init__.pyi +1 -0
  45. bl_operators/freestyle/__init__.pyi +1 -0
  46. bl_operators/geometry_nodes/__init__.pyi +1 -0
  47. bl_operators/image/__init__.pyi +1 -0
  48. bl_operators/image_as_planes/__init__.pyi +44 -43
  49. bl_operators/mesh/__init__.pyi +1 -0
  50. bl_operators/node/__init__.pyi +235 -234
  51. bl_operators/node_editor/__init__.pyi +1 -0
  52. bl_operators/node_editor/node_functions/__init__.pyi +1 -0
  53. bl_operators/object/__init__.pyi +1 -0
  54. bl_operators/object_align/__init__.pyi +1 -0
  55. bl_operators/object_quick_effects/__init__.pyi +22 -21
  56. bl_operators/object_randomize_transform/__init__.pyi +1 -0
  57. bl_operators/presets/__init__.pyi +389 -388
  58. bl_operators/rigidbody/__init__.pyi +1 -0
  59. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
  60. bl_operators/sequencer/__init__.pyi +1 -0
  61. bl_operators/spreadsheet/__init__.pyi +1 -0
  62. bl_operators/userpref/__init__.pyi +1 -0
  63. bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
  64. bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
  65. bl_operators/uvcalc_transform/__init__.pyi +1 -0
  66. bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
  67. bl_operators/view3d/__init__.pyi +1 -0
  68. bl_operators/wm/__init__.pyi +1 -0
  69. bl_operators/world/__init__.pyi +1 -0
  70. bl_previews_utils/__init__.pyi +1 -0
  71. bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
  72. bl_rna_utils/__init__.pyi +1 -0
  73. bl_rna_utils/data_path/__init__.pyi +1 -0
  74. bl_text_utils/__init__.pyi +1 -0
  75. bl_text_utils/external_editor/__init__.pyi +1 -0
  76. bl_ui/__init__.pyi +1 -0
  77. bl_ui/anim/__init__.pyi +1 -0
  78. bl_ui/asset_shelf/__init__.pyi +1 -0
  79. bl_ui/generic_ui_list/__init__.pyi +1 -0
  80. bl_ui/node_add_menu/__init__.pyi +1 -0
  81. bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
  82. bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
  83. bl_ui/node_add_menu_shader/__init__.pyi +1 -0
  84. bl_ui/node_add_menu_texture/__init__.pyi +1 -0
  85. bl_ui/properties_animviz/__init__.pyi +1 -0
  86. bl_ui/properties_collection/__init__.pyi +13 -12
  87. bl_ui/properties_constraint/__init__.pyi +955 -954
  88. bl_ui/properties_data_armature/__init__.pyi +86 -85
  89. bl_ui/properties_data_bone/__init__.pyi +13 -12
  90. bl_ui/properties_data_camera/__init__.pyi +1 -0
  91. bl_ui/properties_data_curve/__init__.pyi +93 -92
  92. bl_ui/properties_data_curves/__init__.pyi +13 -12
  93. bl_ui/properties_data_empty/__init__.pyi +13 -12
  94. bl_ui/properties_data_gpencil/__init__.pyi +266 -265
  95. bl_ui/properties_data_grease_pencil/__init__.pyi +313 -312
  96. bl_ui/properties_data_lattice/__init__.pyi +13 -12
  97. bl_ui/properties_data_light/__init__.pyi +13 -12
  98. bl_ui/properties_data_lightprobe/__init__.pyi +13 -12
  99. bl_ui/properties_data_mesh/__init__.pyi +528 -527
  100. bl_ui/properties_data_metaball/__init__.pyi +13 -12
  101. bl_ui/properties_data_modifier/__init__.pyi +20 -19
  102. bl_ui/properties_data_pointcloud/__init__.pyi +141 -140
  103. bl_ui/properties_data_shaderfx/__init__.pyi +6 -5
  104. bl_ui/properties_data_speaker/__init__.pyi +13 -12
  105. bl_ui/properties_data_volume/__init__.pyi +66 -65
  106. bl_ui/properties_freestyle/__init__.pyi +249 -248
  107. bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
  108. bl_ui/properties_mask_common/__init__.pyi +1 -0
  109. bl_ui/properties_material/__init__.pyi +146 -145
  110. bl_ui/properties_material_gpencil/__init__.pyi +87 -86
  111. bl_ui/properties_object/__init__.pyi +76 -75
  112. bl_ui/properties_output/__init__.pyi +202 -201
  113. bl_ui/properties_paint_common/__init__.pyi +1 -0
  114. bl_ui/properties_particle/__init__.pyi +221 -220
  115. bl_ui/properties_physics_cloth/__init__.pyi +13 -12
  116. bl_ui/properties_physics_common/__init__.pyi +13 -12
  117. bl_ui/properties_physics_dynamicpaint/__init__.pyi +188 -187
  118. bl_ui/properties_physics_field/__init__.pyi +20 -19
  119. bl_ui/properties_physics_fluid/__init__.pyi +62 -61
  120. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
  121. bl_ui/properties_physics_rigidbody/__init__.pyi +6 -5
  122. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +6 -5
  123. bl_ui/properties_physics_softbody/__init__.pyi +13 -12
  124. bl_ui/properties_render/__init__.pyi +218 -217
  125. bl_ui/properties_scene/__init__.pyi +144 -143
  126. bl_ui/properties_texture/__init__.pyi +157 -156
  127. bl_ui/properties_view_layer/__init__.pyi +79 -78
  128. bl_ui/properties_workspace/__init__.pyi +65 -64
  129. bl_ui/properties_world/__init__.pyi +13 -12
  130. bl_ui/space_clip/__init__.pyi +367 -366
  131. bl_ui/space_console/__init__.pyi +1 -0
  132. bl_ui/space_dopesheet/__init__.pyi +177 -176
  133. bl_ui/space_filebrowser/__init__.pyi +736 -735
  134. bl_ui/space_graph/__init__.pyi +1 -0
  135. bl_ui/space_image/__init__.pyi +647 -646
  136. bl_ui/space_info/__init__.pyi +1 -0
  137. bl_ui/space_nla/__init__.pyi +1 -0
  138. bl_ui/space_node/__init__.pyi +1 -0
  139. bl_ui/space_outliner/__init__.pyi +1 -0
  140. bl_ui/space_properties/__init__.pyi +1 -0
  141. bl_ui/space_sequencer/__init__.pyi +842 -389
  142. bl_ui/space_spreadsheet/__init__.pyi +1 -0
  143. bl_ui/space_statusbar/__init__.pyi +1 -0
  144. bl_ui/space_text/__init__.pyi +1 -0
  145. bl_ui/space_time/__init__.pyi +12 -11
  146. bl_ui/space_toolsystem_common/__init__.pyi +1 -0
  147. bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
  148. bl_ui/space_topbar/__init__.pyi +1 -0
  149. bl_ui/space_userpref/__init__.pyi +685 -684
  150. bl_ui/space_view3d/__init__.pyi +1153 -1152
  151. bl_ui/space_view3d_toolbar/__init__.pyi +2832 -2831
  152. bl_ui/temp_anim_layers/__init__.pyi +1 -0
  153. bl_ui/utils/__init__.pyi +1 -0
  154. bl_ui_utils/__init__.pyi +1 -0
  155. bl_ui_utils/bug_report_url/__init__.pyi +1 -0
  156. bl_ui_utils/layout/__init__.pyi +1 -0
  157. blend_render_info/__init__.pyi +1 -0
  158. blf/__init__.pyi +1 -0
  159. bmesh/__init__.pyi +1 -0
  160. bmesh/geometry/__init__.pyi +1 -0
  161. bmesh/ops/__init__.pyi +1 -0
  162. bmesh/types/__init__.pyi +1 -0
  163. bmesh/utils/__init__.pyi +1 -0
  164. bpy/__init__.pyi +1 -0
  165. bpy/app/__init__.pyi +1 -0
  166. bpy/app/handlers/__init__.pyi +1 -0
  167. bpy/app/icons/__init__.pyi +1 -0
  168. bpy/app/timers/__init__.pyi +1 -0
  169. bpy/app/translations/__init__.pyi +1 -0
  170. bpy/msgbus/__init__.pyi +1 -0
  171. bpy/ops/__init__.pyi +1 -0
  172. bpy/ops/action/__init__.pyi +1 -0
  173. bpy/ops/anim/__init__.pyi +15 -14
  174. bpy/ops/armature/__init__.pyi +1 -0
  175. bpy/ops/asset/__init__.pyi +1 -0
  176. bpy/ops/boid/__init__.pyi +1 -0
  177. bpy/ops/brush/__init__.pyi +1 -0
  178. bpy/ops/buttons/__init__.pyi +1 -0
  179. bpy/ops/cachefile/__init__.pyi +1 -0
  180. bpy/ops/camera/__init__.pyi +1 -0
  181. bpy/ops/clip/__init__.pyi +1 -0
  182. bpy/ops/cloth/__init__.pyi +1 -0
  183. bpy/ops/collection/__init__.pyi +1 -0
  184. bpy/ops/console/__init__.pyi +1 -0
  185. bpy/ops/constraint/__init__.pyi +1 -0
  186. bpy/ops/curve/__init__.pyi +1 -0
  187. bpy/ops/curves/__init__.pyi +1 -0
  188. bpy/ops/cycles/__init__.pyi +1 -0
  189. bpy/ops/dpaint/__init__.pyi +1 -0
  190. bpy/ops/ed/__init__.pyi +1 -0
  191. bpy/ops/export_anim/__init__.pyi +1 -0
  192. bpy/ops/export_scene/__init__.pyi +1 -0
  193. bpy/ops/extensions/__init__.pyi +1 -0
  194. bpy/ops/file/__init__.pyi +1 -0
  195. bpy/ops/fluid/__init__.pyi +1 -0
  196. bpy/ops/font/__init__.pyi +1 -0
  197. bpy/ops/geometry/__init__.pyi +1 -0
  198. bpy/ops/gizmogroup/__init__.pyi +1 -0
  199. bpy/ops/gpencil/__init__.pyi +1 -0
  200. bpy/ops/graph/__init__.pyi +1 -0
  201. bpy/ops/grease_pencil/__init__.pyi +19 -0
  202. bpy/ops/image/__init__.pyi +1 -0
  203. bpy/ops/import_anim/__init__.pyi +1 -0
  204. bpy/ops/import_curve/__init__.pyi +1 -0
  205. bpy/ops/import_scene/__init__.pyi +1 -0
  206. bpy/ops/info/__init__.pyi +1 -0
  207. bpy/ops/lattice/__init__.pyi +1 -0
  208. bpy/ops/marker/__init__.pyi +1 -0
  209. bpy/ops/mask/__init__.pyi +1 -0
  210. bpy/ops/material/__init__.pyi +1 -0
  211. bpy/ops/mball/__init__.pyi +1 -0
  212. bpy/ops/mesh/__init__.pyi +7 -2
  213. bpy/ops/nla/__init__.pyi +1 -0
  214. bpy/ops/node/__init__.pyi +1 -0
  215. bpy/ops/object/__init__.pyi +2 -1
  216. bpy/ops/outliner/__init__.pyi +1 -0
  217. bpy/ops/paint/__init__.pyi +1 -0
  218. bpy/ops/paintcurve/__init__.pyi +1 -0
  219. bpy/ops/palette/__init__.pyi +1 -0
  220. bpy/ops/particle/__init__.pyi +1 -0
  221. bpy/ops/pose/__init__.pyi +1 -0
  222. bpy/ops/poselib/__init__.pyi +1 -0
  223. bpy/ops/preferences/__init__.pyi +1 -0
  224. bpy/ops/ptcache/__init__.pyi +1 -0
  225. bpy/ops/render/__init__.pyi +1 -0
  226. bpy/ops/rigidbody/__init__.pyi +1 -0
  227. bpy/ops/scene/__init__.pyi +1 -0
  228. bpy/ops/screen/__init__.pyi +1 -0
  229. bpy/ops/script/__init__.pyi +1 -0
  230. bpy/ops/sculpt/__init__.pyi +1 -0
  231. bpy/ops/sculpt_curves/__init__.pyi +1 -0
  232. bpy/ops/sequencer/__init__.pyi +1 -0
  233. bpy/ops/sound/__init__.pyi +1 -0
  234. bpy/ops/spreadsheet/__init__.pyi +1 -0
  235. bpy/ops/surface/__init__.pyi +1 -0
  236. bpy/ops/text/__init__.pyi +1 -0
  237. bpy/ops/text_editor/__init__.pyi +1 -0
  238. bpy/ops/texture/__init__.pyi +1 -0
  239. bpy/ops/transform/__init__.pyi +17 -16
  240. bpy/ops/ui/__init__.pyi +1 -0
  241. bpy/ops/uilist/__init__.pyi +1 -0
  242. bpy/ops/uv/__init__.pyi +1 -0
  243. bpy/ops/view2d/__init__.pyi +1 -0
  244. bpy/ops/view3d/__init__.pyi +1 -0
  245. bpy/ops/wm/__init__.pyi +5 -4
  246. bpy/ops/workspace/__init__.pyi +1 -0
  247. bpy/ops/world/__init__.pyi +1 -0
  248. bpy/path/__init__.pyi +1 -0
  249. bpy/props/__init__.pyi +1 -0
  250. bpy/types/__init__.pyi +68824 -68756
  251. bpy/utils/__init__.pyi +1 -0
  252. bpy/utils/previews/__init__.pyi +1 -0
  253. bpy/utils/units/__init__.pyi +1 -0
  254. bpy_extras/__init__.pyi +1 -0
  255. bpy_extras/anim_utils/__init__.pyi +1 -0
  256. bpy_extras/asset_utils/__init__.pyi +1 -0
  257. bpy_extras/bmesh_utils/__init__.pyi +1 -0
  258. bpy_extras/id_map_utils/__init__.pyi +1 -0
  259. bpy_extras/image_utils/__init__.pyi +1 -0
  260. bpy_extras/io_utils/__init__.pyi +1 -0
  261. bpy_extras/keyconfig_utils/__init__.pyi +1 -0
  262. bpy_extras/mesh_utils/__init__.pyi +1 -0
  263. bpy_extras/node_shader_utils/__init__.pyi +1 -0
  264. bpy_extras/node_utils/__init__.pyi +1 -0
  265. bpy_extras/object_utils/__init__.pyi +1 -0
  266. bpy_extras/view3d_utils/__init__.pyi +1 -0
  267. bpy_extras/wm_utils/__init__.pyi +1 -0
  268. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
  269. bpy_restrict_state/__init__.pyi +1 -0
  270. bpy_types/__init__.pyi +1 -0
  271. console_python/__init__.pyi +1 -0
  272. console_shell/__init__.pyi +1 -0
  273. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/METADATA +1 -1
  274. fake_bpy_module-20240707.dist-info/RECORD +358 -0
  275. freestyle/__init__.pyi +1 -0
  276. freestyle/chainingiterators/__init__.pyi +1 -0
  277. freestyle/functions/__init__.pyi +1 -0
  278. freestyle/predicates/__init__.pyi +1 -0
  279. freestyle/shaders/__init__.pyi +1 -0
  280. freestyle/types/__init__.pyi +1 -0
  281. freestyle/utils/ContextFunctions/__init__.pyi +1 -0
  282. freestyle/utils/__init__.pyi +2 -1
  283. gpu/__init__.pyi +1 -0
  284. gpu/capabilities/__init__.pyi +1 -0
  285. gpu/matrix/__init__.pyi +1 -0
  286. gpu/platform/__init__.pyi +1 -0
  287. gpu/select/__init__.pyi +1 -0
  288. gpu/shader/__init__.pyi +1 -0
  289. gpu/state/__init__.pyi +1 -0
  290. gpu/texture/__init__.pyi +1 -0
  291. gpu/types/__init__.pyi +1 -0
  292. gpu_extras/__init__.pyi +1 -0
  293. gpu_extras/batch/__init__.pyi +1 -0
  294. gpu_extras/presets/__init__.pyi +1 -0
  295. graphviz_export/__init__.pyi +1 -0
  296. idprop/__init__.pyi +1 -0
  297. idprop/types/__init__.pyi +1 -0
  298. imbuf/__init__.pyi +1 -0
  299. imbuf/types/__init__.pyi +1 -0
  300. keyingsets_builtins/__init__.pyi +88 -87
  301. keyingsets_utils/__init__.pyi +1 -0
  302. mathutils/__init__.pyi +157 -6
  303. mathutils/bvhtree/__init__.pyi +1 -0
  304. mathutils/geometry/__init__.pyi +1 -0
  305. mathutils/interpolate/__init__.pyi +1 -0
  306. mathutils/kdtree/__init__.pyi +1 -0
  307. mathutils/noise/__init__.pyi +1 -0
  308. nodeitems_builtins/__init__.pyi +8 -7
  309. nodeitems_utils/__init__.pyi +1 -0
  310. rna_info/__init__.pyi +1 -0
  311. rna_keymap_ui/__init__.pyi +1 -0
  312. rna_prop_ui/__init__.pyi +1 -0
  313. rna_xml/__init__.pyi +1 -0
  314. sys_info/__init__.pyi +1 -0
  315. fake_bpy_module-20240705.dist-info/RECORD +0 -358
  316. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/WHEEL +0 -0
  317. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
  import bl_ui.properties_grease_pencil_common
4
5
  import bl_ui.space_toolsystem_common
5
6
  import bpy.types
@@ -2072,27 +2073,11 @@ class SEQUENCER_MT_change(bpy_types._GenericUI):
2072
2073
  """
2073
2074
  ...
2074
2075
 
2075
- class SequencerColorTagPicker:
2076
- bl_region_type: typing.Any
2077
- bl_space_type: typing.Any
2078
-
2079
- def has_sequencer(self, context):
2080
- """
2081
-
2082
- :param context:
2083
- """
2084
- ...
2085
-
2086
- def poll(self, context):
2087
- """
2088
-
2089
- :param context:
2090
- """
2091
- ...
2092
-
2093
- class SEQUENCER_MT_context_menu(bpy_types._GenericUI):
2076
+ class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker, bpy_types._GenericUI):
2094
2077
  bl_label: typing.Any
2078
+ bl_region_type: typing.Any
2095
2079
  bl_rna: typing.Any
2080
+ bl_space_type: typing.Any
2096
2081
  id_data: typing.Any
2097
2082
 
2098
2083
  def append(self, draw_func):
@@ -2127,10 +2112,10 @@ class SEQUENCER_MT_context_menu(bpy_types._GenericUI):
2127
2112
  """
2128
2113
  ...
2129
2114
 
2130
- def draw(self, context):
2115
+ def draw(self, _context):
2131
2116
  """
2132
2117
 
2133
- :param context:
2118
+ :param _context:
2134
2119
  """
2135
2120
  ...
2136
2121
 
@@ -2142,13 +2127,6 @@ class SEQUENCER_MT_context_menu(bpy_types._GenericUI):
2142
2127
  """
2143
2128
  ...
2144
2129
 
2145
- def draw_generic(self, context):
2146
- """
2147
-
2148
- :param context:
2149
- """
2150
- ...
2151
-
2152
2130
  def draw_preset(self, _context):
2153
2131
  """Define these on the subclass:
2154
2132
  - preset_operator (string)
@@ -2161,13 +2139,6 @@ class SEQUENCER_MT_context_menu(bpy_types._GenericUI):
2161
2139
  """
2162
2140
  ...
2163
2141
 
2164
- def draw_retime(self, context):
2165
- """
2166
-
2167
- :param context:
2168
- """
2169
- ...
2170
-
2171
2142
  def driver_add(self) -> bpy.types.FCurve:
2172
2143
  """Adds driver(s) to the given property
2173
2144
 
@@ -2191,6 +2162,13 @@ class SEQUENCER_MT_context_menu(bpy_types._GenericUI):
2191
2162
  """
2192
2163
  ...
2193
2164
 
2165
+ def has_sequencer(self, context):
2166
+ """
2167
+
2168
+ :param context:
2169
+ """
2170
+ ...
2171
+
2194
2172
  def id_properties_clear(self):
2195
2173
  """
2196
2174
 
@@ -2324,6 +2302,13 @@ class SEQUENCER_MT_context_menu(bpy_types._GenericUI):
2324
2302
  """Returns the property from the path, raise an exception when not found."""
2325
2303
  ...
2326
2304
 
2305
+ def poll(self, context):
2306
+ """
2307
+
2308
+ :param context:
2309
+ """
2310
+ ...
2311
+
2327
2312
  def pop(self):
2328
2313
  """Remove and return the value of the custom property assigned to key or default
2329
2314
  when not found (matches Python's dictionary function of the same name).
@@ -2374,8 +2359,7 @@ class SEQUENCER_MT_context_menu(bpy_types._GenericUI):
2374
2359
  """
2375
2360
  ...
2376
2361
 
2377
- class SEQUENCER_MT_editor_menus(bpy_types._GenericUI):
2378
- bl_idname: typing.Any
2362
+ class SEQUENCER_MT_context_menu(bpy_types._GenericUI):
2379
2363
  bl_label: typing.Any
2380
2364
  bl_rna: typing.Any
2381
2365
  id_data: typing.Any
@@ -2427,6 +2411,13 @@ class SEQUENCER_MT_editor_menus(bpy_types._GenericUI):
2427
2411
  """
2428
2412
  ...
2429
2413
 
2414
+ def draw_generic(self, context):
2415
+ """
2416
+
2417
+ :param context:
2418
+ """
2419
+ ...
2420
+
2430
2421
  def draw_preset(self, _context):
2431
2422
  """Define these on the subclass:
2432
2423
  - preset_operator (string)
@@ -2439,6 +2430,13 @@ class SEQUENCER_MT_editor_menus(bpy_types._GenericUI):
2439
2430
  """
2440
2431
  ...
2441
2432
 
2433
+ def draw_retime(self, context):
2434
+ """
2435
+
2436
+ :param context:
2437
+ """
2438
+ ...
2439
+
2442
2440
  def driver_add(self) -> bpy.types.FCurve:
2443
2441
  """Adds driver(s) to the given property
2444
2442
 
@@ -2645,7 +2643,8 @@ class SEQUENCER_MT_editor_menus(bpy_types._GenericUI):
2645
2643
  """
2646
2644
  ...
2647
2645
 
2648
- class SEQUENCER_MT_image(bpy_types._GenericUI):
2646
+ class SEQUENCER_MT_editor_menus(bpy_types._GenericUI):
2647
+ bl_idname: typing.Any
2649
2648
  bl_label: typing.Any
2650
2649
  bl_rna: typing.Any
2651
2650
  id_data: typing.Any
@@ -2915,7 +2914,7 @@ class SEQUENCER_MT_image(bpy_types._GenericUI):
2915
2914
  """
2916
2915
  ...
2917
2916
 
2918
- class SEQUENCER_MT_image_apply(bpy_types._GenericUI):
2917
+ class SEQUENCER_MT_image(bpy_types._GenericUI):
2919
2918
  bl_label: typing.Any
2920
2919
  bl_rna: typing.Any
2921
2920
  id_data: typing.Any
@@ -2952,10 +2951,10 @@ class SEQUENCER_MT_image_apply(bpy_types._GenericUI):
2952
2951
  """
2953
2952
  ...
2954
2953
 
2955
- def draw(self, _context):
2954
+ def draw(self, context):
2956
2955
  """
2957
2956
 
2958
- :param _context:
2957
+ :param context:
2959
2958
  """
2960
2959
  ...
2961
2960
 
@@ -3185,7 +3184,7 @@ class SEQUENCER_MT_image_apply(bpy_types._GenericUI):
3185
3184
  """
3186
3185
  ...
3187
3186
 
3188
- class SEQUENCER_MT_image_clear(bpy_types._GenericUI):
3187
+ class SEQUENCER_MT_image_apply(bpy_types._GenericUI):
3189
3188
  bl_label: typing.Any
3190
3189
  bl_rna: typing.Any
3191
3190
  id_data: typing.Any
@@ -3455,7 +3454,7 @@ class SEQUENCER_MT_image_clear(bpy_types._GenericUI):
3455
3454
  """
3456
3455
  ...
3457
3456
 
3458
- class SEQUENCER_MT_image_transform(bpy_types._GenericUI):
3457
+ class SEQUENCER_MT_image_clear(bpy_types._GenericUI):
3459
3458
  bl_label: typing.Any
3460
3459
  bl_rna: typing.Any
3461
3460
  id_data: typing.Any
@@ -3725,7 +3724,7 @@ class SEQUENCER_MT_image_transform(bpy_types._GenericUI):
3725
3724
  """
3726
3725
  ...
3727
3726
 
3728
- class SEQUENCER_MT_marker(bpy_types._GenericUI):
3727
+ class SEQUENCER_MT_image_transform(bpy_types._GenericUI):
3729
3728
  bl_label: typing.Any
3730
3729
  bl_rna: typing.Any
3731
3730
  id_data: typing.Any
@@ -3762,10 +3761,10 @@ class SEQUENCER_MT_marker(bpy_types._GenericUI):
3762
3761
  """
3763
3762
  ...
3764
3763
 
3765
- def draw(self, context):
3764
+ def draw(self, _context):
3766
3765
  """
3767
3766
 
3768
- :param context:
3767
+ :param _context:
3769
3768
  """
3770
3769
  ...
3771
3770
 
@@ -3995,7 +3994,7 @@ class SEQUENCER_MT_marker(bpy_types._GenericUI):
3995
3994
  """
3996
3995
  ...
3997
3996
 
3998
- class SEQUENCER_MT_navigation(bpy_types._GenericUI):
3997
+ class SEQUENCER_MT_marker(bpy_types._GenericUI):
3999
3998
  bl_label: typing.Any
4000
3999
  bl_rna: typing.Any
4001
4000
  id_data: typing.Any
@@ -4032,10 +4031,10 @@ class SEQUENCER_MT_navigation(bpy_types._GenericUI):
4032
4031
  """
4033
4032
  ...
4034
4033
 
4035
- def draw(self, _context):
4034
+ def draw(self, context):
4036
4035
  """
4037
4036
 
4038
- :param _context:
4037
+ :param context:
4039
4038
  """
4040
4039
  ...
4041
4040
 
@@ -4265,7 +4264,7 @@ class SEQUENCER_MT_navigation(bpy_types._GenericUI):
4265
4264
  """
4266
4265
  ...
4267
4266
 
4268
- class SEQUENCER_MT_pivot_pie(bpy_types._GenericUI):
4267
+ class SEQUENCER_MT_navigation(bpy_types._GenericUI):
4269
4268
  bl_label: typing.Any
4270
4269
  bl_rna: typing.Any
4271
4270
  id_data: typing.Any
@@ -4302,10 +4301,10 @@ class SEQUENCER_MT_pivot_pie(bpy_types._GenericUI):
4302
4301
  """
4303
4302
  ...
4304
4303
 
4305
- def draw(self, context):
4304
+ def draw(self, _context):
4306
4305
  """
4307
4306
 
4308
- :param context:
4307
+ :param _context:
4309
4308
  """
4310
4309
  ...
4311
4310
 
@@ -4535,7 +4534,7 @@ class SEQUENCER_MT_pivot_pie(bpy_types._GenericUI):
4535
4534
  """
4536
4535
  ...
4537
4536
 
4538
- class SEQUENCER_MT_preview_context_menu(bpy_types._GenericUI):
4537
+ class SEQUENCER_MT_pivot_pie(bpy_types._GenericUI):
4539
4538
  bl_label: typing.Any
4540
4539
  bl_rna: typing.Any
4541
4540
  id_data: typing.Any
@@ -4805,7 +4804,7 @@ class SEQUENCER_MT_preview_context_menu(bpy_types._GenericUI):
4805
4804
  """
4806
4805
  ...
4807
4806
 
4808
- class SEQUENCER_MT_preview_view_pie(bpy_types._GenericUI):
4807
+ class SEQUENCER_MT_preview_context_menu(bpy_types._GenericUI):
4809
4808
  bl_label: typing.Any
4810
4809
  bl_rna: typing.Any
4811
4810
  id_data: typing.Any
@@ -4842,10 +4841,10 @@ class SEQUENCER_MT_preview_view_pie(bpy_types._GenericUI):
4842
4841
  """
4843
4842
  ...
4844
4843
 
4845
- def draw(self, _context):
4844
+ def draw(self, context):
4846
4845
  """
4847
4846
 
4848
- :param _context:
4847
+ :param context:
4849
4848
  """
4850
4849
  ...
4851
4850
 
@@ -5075,7 +5074,7 @@ class SEQUENCER_MT_preview_view_pie(bpy_types._GenericUI):
5075
5074
  """
5076
5075
  ...
5077
5076
 
5078
- class SEQUENCER_MT_preview_zoom(bpy_types._GenericUI):
5077
+ class SEQUENCER_MT_preview_view_pie(bpy_types._GenericUI):
5079
5078
  bl_label: typing.Any
5080
5079
  bl_rna: typing.Any
5081
5080
  id_data: typing.Any
@@ -5112,10 +5111,10 @@ class SEQUENCER_MT_preview_zoom(bpy_types._GenericUI):
5112
5111
  """
5113
5112
  ...
5114
5113
 
5115
- def draw(self, context):
5114
+ def draw(self, _context):
5116
5115
  """
5117
5116
 
5118
- :param context:
5117
+ :param _context:
5119
5118
  """
5120
5119
  ...
5121
5120
 
@@ -5345,7 +5344,7 @@ class SEQUENCER_MT_preview_zoom(bpy_types._GenericUI):
5345
5344
  """
5346
5345
  ...
5347
5346
 
5348
- class SEQUENCER_MT_proxy(bpy_types._GenericUI):
5347
+ class SEQUENCER_MT_preview_zoom(bpy_types._GenericUI):
5349
5348
  bl_label: typing.Any
5350
5349
  bl_rna: typing.Any
5351
5350
  id_data: typing.Any
@@ -5615,7 +5614,7 @@ class SEQUENCER_MT_proxy(bpy_types._GenericUI):
5615
5614
  """
5616
5615
  ...
5617
5616
 
5618
- class SEQUENCER_MT_range(bpy_types._GenericUI):
5617
+ class SEQUENCER_MT_proxy(bpy_types._GenericUI):
5619
5618
  bl_label: typing.Any
5620
5619
  bl_rna: typing.Any
5621
5620
  id_data: typing.Any
@@ -5652,10 +5651,10 @@ class SEQUENCER_MT_range(bpy_types._GenericUI):
5652
5651
  """
5653
5652
  ...
5654
5653
 
5655
- def draw(self, _context):
5654
+ def draw(self, context):
5656
5655
  """
5657
5656
 
5658
- :param _context:
5657
+ :param context:
5659
5658
  """
5660
5659
  ...
5661
5660
 
@@ -5885,10 +5884,9 @@ class SEQUENCER_MT_range(bpy_types._GenericUI):
5885
5884
  """
5886
5885
  ...
5887
5886
 
5888
- class SEQUENCER_MT_retiming(bpy_types._GenericUI):
5887
+ class SEQUENCER_MT_range(bpy_types._GenericUI):
5889
5888
  bl_label: typing.Any
5890
5889
  bl_rna: typing.Any
5891
- bl_translation_context: typing.Any
5892
5890
  id_data: typing.Any
5893
5891
 
5894
5892
  def append(self, draw_func):
@@ -5923,10 +5921,10 @@ class SEQUENCER_MT_retiming(bpy_types._GenericUI):
5923
5921
  """
5924
5922
  ...
5925
5923
 
5926
- def draw(self, context):
5924
+ def draw(self, _context):
5927
5925
  """
5928
5926
 
5929
- :param context:
5927
+ :param _context:
5930
5928
  """
5931
5929
  ...
5932
5930
 
@@ -6156,9 +6154,10 @@ class SEQUENCER_MT_retiming(bpy_types._GenericUI):
6156
6154
  """
6157
6155
  ...
6158
6156
 
6159
- class SEQUENCER_MT_select(bpy_types._GenericUI):
6157
+ class SEQUENCER_MT_retiming(bpy_types._GenericUI):
6160
6158
  bl_label: typing.Any
6161
6159
  bl_rna: typing.Any
6160
+ bl_translation_context: typing.Any
6162
6161
  id_data: typing.Any
6163
6162
 
6164
6163
  def append(self, draw_func):
@@ -6426,7 +6425,7 @@ class SEQUENCER_MT_select(bpy_types._GenericUI):
6426
6425
  """
6427
6426
  ...
6428
6427
 
6429
- class SEQUENCER_MT_select_channel(bpy_types._GenericUI):
6428
+ class SEQUENCER_MT_select(bpy_types._GenericUI):
6430
6429
  bl_label: typing.Any
6431
6430
  bl_rna: typing.Any
6432
6431
  id_data: typing.Any
@@ -6463,10 +6462,10 @@ class SEQUENCER_MT_select_channel(bpy_types._GenericUI):
6463
6462
  """
6464
6463
  ...
6465
6464
 
6466
- def draw(self, _context):
6465
+ def draw(self, context):
6467
6466
  """
6468
6467
 
6469
- :param _context:
6468
+ :param context:
6470
6469
  """
6471
6470
  ...
6472
6471
 
@@ -6696,7 +6695,7 @@ class SEQUENCER_MT_select_channel(bpy_types._GenericUI):
6696
6695
  """
6697
6696
  ...
6698
6697
 
6699
- class SEQUENCER_MT_select_handle(bpy_types._GenericUI):
6698
+ class SEQUENCER_MT_select_channel(bpy_types._GenericUI):
6700
6699
  bl_label: typing.Any
6701
6700
  bl_rna: typing.Any
6702
6701
  id_data: typing.Any
@@ -6966,7 +6965,7 @@ class SEQUENCER_MT_select_handle(bpy_types._GenericUI):
6966
6965
  """
6967
6966
  ...
6968
6967
 
6969
- class SEQUENCER_MT_strip(bpy_types._GenericUI):
6968
+ class SEQUENCER_MT_select_handle(bpy_types._GenericUI):
6970
6969
  bl_label: typing.Any
6971
6970
  bl_rna: typing.Any
6972
6971
  id_data: typing.Any
@@ -7003,10 +7002,10 @@ class SEQUENCER_MT_strip(bpy_types._GenericUI):
7003
7002
  """
7004
7003
  ...
7005
7004
 
7006
- def draw(self, context):
7005
+ def draw(self, _context):
7007
7006
  """
7008
7007
 
7009
- :param context:
7008
+ :param _context:
7010
7009
  """
7011
7010
  ...
7012
7011
 
@@ -7236,7 +7235,7 @@ class SEQUENCER_MT_strip(bpy_types._GenericUI):
7236
7235
  """
7237
7236
  ...
7238
7237
 
7239
- class SEQUENCER_MT_strip_effect(bpy_types._GenericUI):
7238
+ class SEQUENCER_MT_strip(bpy_types._GenericUI):
7240
7239
  bl_label: typing.Any
7241
7240
  bl_rna: typing.Any
7242
7241
  id_data: typing.Any
@@ -7273,10 +7272,10 @@ class SEQUENCER_MT_strip_effect(bpy_types._GenericUI):
7273
7272
  """
7274
7273
  ...
7275
7274
 
7276
- def draw(self, _context):
7275
+ def draw(self, context):
7277
7276
  """
7278
7277
 
7279
- :param _context:
7278
+ :param context:
7280
7279
  """
7281
7280
  ...
7282
7281
 
@@ -7506,7 +7505,7 @@ class SEQUENCER_MT_strip_effect(bpy_types._GenericUI):
7506
7505
  """
7507
7506
  ...
7508
7507
 
7509
- class SEQUENCER_MT_strip_input(bpy_types._GenericUI):
7508
+ class SEQUENCER_MT_strip_effect(bpy_types._GenericUI):
7510
7509
  bl_label: typing.Any
7511
7510
  bl_rna: typing.Any
7512
7511
  id_data: typing.Any
@@ -7543,10 +7542,10 @@ class SEQUENCER_MT_strip_input(bpy_types._GenericUI):
7543
7542
  """
7544
7543
  ...
7545
7544
 
7546
- def draw(self, context):
7545
+ def draw(self, _context):
7547
7546
  """
7548
7547
 
7549
- :param context:
7548
+ :param _context:
7550
7549
  """
7551
7550
  ...
7552
7551
 
@@ -7776,7 +7775,7 @@ class SEQUENCER_MT_strip_input(bpy_types._GenericUI):
7776
7775
  """
7777
7776
  ...
7778
7777
 
7779
- class SEQUENCER_MT_strip_lock_mute(bpy_types._GenericUI):
7778
+ class SEQUENCER_MT_strip_input(bpy_types._GenericUI):
7780
7779
  bl_label: typing.Any
7781
7780
  bl_rna: typing.Any
7782
7781
  id_data: typing.Any
@@ -7813,10 +7812,10 @@ class SEQUENCER_MT_strip_lock_mute(bpy_types._GenericUI):
7813
7812
  """
7814
7813
  ...
7815
7814
 
7816
- def draw(self, _context):
7815
+ def draw(self, context):
7817
7816
  """
7818
7817
 
7819
- :param _context:
7818
+ :param context:
7820
7819
  """
7821
7820
  ...
7822
7821
 
@@ -8046,7 +8045,7 @@ class SEQUENCER_MT_strip_lock_mute(bpy_types._GenericUI):
8046
8045
  """
8047
8046
  ...
8048
8047
 
8049
- class SEQUENCER_MT_strip_movie(bpy_types._GenericUI):
8048
+ class SEQUENCER_MT_strip_lock_mute(bpy_types._GenericUI):
8050
8049
  bl_label: typing.Any
8051
8050
  bl_rna: typing.Any
8052
8051
  id_data: typing.Any
@@ -8316,7 +8315,7 @@ class SEQUENCER_MT_strip_movie(bpy_types._GenericUI):
8316
8315
  """
8317
8316
  ...
8318
8317
 
8319
- class SEQUENCER_MT_strip_retiming(bpy_types._GenericUI):
8318
+ class SEQUENCER_MT_strip_movie(bpy_types._GenericUI):
8320
8319
  bl_label: typing.Any
8321
8320
  bl_rna: typing.Any
8322
8321
  id_data: typing.Any
@@ -8353,10 +8352,10 @@ class SEQUENCER_MT_strip_retiming(bpy_types._GenericUI):
8353
8352
  """
8354
8353
  ...
8355
8354
 
8356
- def draw(self, context):
8355
+ def draw(self, _context):
8357
8356
  """
8358
8357
 
8359
- :param context:
8358
+ :param _context:
8360
8359
  """
8361
8360
  ...
8362
8361
 
@@ -8586,7 +8585,7 @@ class SEQUENCER_MT_strip_retiming(bpy_types._GenericUI):
8586
8585
  """
8587
8586
  ...
8588
8587
 
8589
- class SEQUENCER_MT_strip_transform(bpy_types._GenericUI):
8588
+ class SEQUENCER_MT_strip_retiming(bpy_types._GenericUI):
8590
8589
  bl_label: typing.Any
8591
8590
  bl_rna: typing.Any
8592
8591
  id_data: typing.Any
@@ -8856,7 +8855,7 @@ class SEQUENCER_MT_strip_transform(bpy_types._GenericUI):
8856
8855
  """
8857
8856
  ...
8858
8857
 
8859
- class SEQUENCER_MT_view(bpy_types._GenericUI):
8858
+ class SEQUENCER_MT_strip_transform(bpy_types._GenericUI):
8860
8859
  bl_label: typing.Any
8861
8860
  bl_rna: typing.Any
8862
8861
  id_data: typing.Any
@@ -9126,7 +9125,7 @@ class SEQUENCER_MT_view(bpy_types._GenericUI):
9126
9125
  """
9127
9126
  ...
9128
9127
 
9129
- class SEQUENCER_MT_view_pie(bpy_types._GenericUI):
9128
+ class SEQUENCER_MT_view(bpy_types._GenericUI):
9130
9129
  bl_label: typing.Any
9131
9130
  bl_rna: typing.Any
9132
9131
  id_data: typing.Any
@@ -9396,14 +9395,9 @@ class SEQUENCER_MT_view_pie(bpy_types._GenericUI):
9396
9395
  """
9397
9396
  ...
9398
9397
 
9399
- class SEQUENCER_PT_active_tool(
9400
- bl_ui.space_toolsystem_common.ToolActivePanelHelper, bpy_types._GenericUI
9401
- ):
9402
- bl_category: typing.Any
9398
+ class SEQUENCER_MT_view_pie(bpy_types._GenericUI):
9403
9399
  bl_label: typing.Any
9404
- bl_region_type: typing.Any
9405
9400
  bl_rna: typing.Any
9406
- bl_space_type: typing.Any
9407
9401
  id_data: typing.Any
9408
9402
 
9409
9403
  def append(self, draw_func):
@@ -9445,6 +9439,26 @@ class SEQUENCER_PT_active_tool(
9445
9439
  """
9446
9440
  ...
9447
9441
 
9442
+ def draw_collapsible(self, context, layout):
9443
+ """
9444
+
9445
+ :param context:
9446
+ :param layout:
9447
+ """
9448
+ ...
9449
+
9450
+ def draw_preset(self, _context):
9451
+ """Define these on the subclass:
9452
+ - preset_operator (string)
9453
+ - preset_subdir (string)Optionally:
9454
+ - preset_add_operator (string)
9455
+ - preset_extensions (set of strings)
9456
+ - preset_operator_defaults (dict of keyword args)
9457
+
9458
+ :param _context:
9459
+ """
9460
+ ...
9461
+
9448
9462
  def driver_add(self) -> bpy.types.FCurve:
9449
9463
  """Adds driver(s) to the given property
9450
9464
 
@@ -9563,6 +9577,40 @@ class SEQUENCER_PT_active_tool(
9563
9577
  """
9564
9578
  ...
9565
9579
 
9580
+ def path_menu(
9581
+ self,
9582
+ searchpaths: list[str],
9583
+ operator: str,
9584
+ props_default: dict = None,
9585
+ prop_filepath: str | None = "filepath",
9586
+ filter_ext: collections.abc.Callable | None = None,
9587
+ filter_path=None,
9588
+ display_name: collections.abc.Callable | None = None,
9589
+ add_operator=None,
9590
+ add_operator_props=None,
9591
+ ):
9592
+ """Populate a menu from a list of paths.
9593
+
9594
+ :param searchpaths: Paths to scan.
9595
+ :type searchpaths: list[str]
9596
+ :param operator: The operator id to use with each file.
9597
+ :type operator: str
9598
+ :param props_default: Properties to assign to each operator.
9599
+ :type props_default: dict
9600
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
9601
+ :type prop_filepath: str | None
9602
+ :param filter_ext: Optional callback that takes the file extensions.
9603
+
9604
+ Returning false excludes the file from the list.
9605
+ :type filter_ext: collections.abc.Callable | None
9606
+ :param filter_path:
9607
+ :param display_name: Optional callback that takes the full path, returns the name to display.
9608
+ :type display_name: collections.abc.Callable | None
9609
+ :param add_operator:
9610
+ :param add_operator_props:
9611
+ """
9612
+ ...
9613
+
9566
9614
  def path_resolve(self):
9567
9615
  """Returns the property from the path, raise an exception when not found."""
9568
9616
  ...
@@ -9617,55 +9665,21 @@ class SEQUENCER_PT_active_tool(
9617
9665
  """
9618
9666
  ...
9619
9667
 
9620
- class SequencerButtonsPanel:
9668
+ class SEQUENCER_PT_active_tool(
9669
+ bl_ui.space_toolsystem_common.ToolActivePanelHelper, bpy_types._GenericUI
9670
+ ):
9671
+ bl_category: typing.Any
9672
+ bl_label: typing.Any
9621
9673
  bl_region_type: typing.Any
9674
+ bl_rna: typing.Any
9622
9675
  bl_space_type: typing.Any
9676
+ id_data: typing.Any
9623
9677
 
9624
- def has_sequencer(self, context):
9625
- """
9678
+ def append(self, draw_func):
9679
+ """Append a draw function to this menu,
9680
+ takes the same arguments as the menus draw function
9626
9681
 
9627
- :param context:
9628
- """
9629
- ...
9630
-
9631
- def poll(self, context):
9632
- """
9633
-
9634
- :param context:
9635
- """
9636
- ...
9637
-
9638
- class SequencerButtonsPanel_Output:
9639
- bl_region_type: typing.Any
9640
- bl_space_type: typing.Any
9641
-
9642
- def has_preview(self, context):
9643
- """
9644
-
9645
- :param context:
9646
- """
9647
- ...
9648
-
9649
- def poll(self, context):
9650
- """
9651
-
9652
- :param context:
9653
- """
9654
- ...
9655
-
9656
- class SEQUENCER_PT_gizmo_display(bpy_types._GenericUI):
9657
- bl_label: typing.Any
9658
- bl_region_type: typing.Any
9659
- bl_rna: typing.Any
9660
- bl_space_type: typing.Any
9661
- bl_ui_units_x: typing.Any
9662
- id_data: typing.Any
9663
-
9664
- def append(self, draw_func):
9665
- """Append a draw function to this menu,
9666
- takes the same arguments as the menus draw function
9667
-
9668
- :param draw_func:
9682
+ :param draw_func:
9669
9683
  """
9670
9684
  ...
9671
9685
 
@@ -9872,12 +9886,13 @@ class SEQUENCER_PT_gizmo_display(bpy_types._GenericUI):
9872
9886
  """
9873
9887
  ...
9874
9888
 
9875
- class SEQUENCER_PT_overlay(bpy_types._GenericUI):
9889
+ class SEQUENCER_PT_adjust_color(SequencerButtonsPanel, bpy_types._GenericUI):
9890
+ bl_category: typing.Any
9876
9891
  bl_label: typing.Any
9892
+ bl_options: typing.Any
9877
9893
  bl_region_type: typing.Any
9878
9894
  bl_rna: typing.Any
9879
9895
  bl_space_type: typing.Any
9880
- bl_ui_units_x: typing.Any
9881
9896
  id_data: typing.Any
9882
9897
 
9883
9898
  def append(self, draw_func):
@@ -9912,10 +9927,10 @@ class SEQUENCER_PT_overlay(bpy_types._GenericUI):
9912
9927
  """
9913
9928
  ...
9914
9929
 
9915
- def draw(self, _context):
9930
+ def draw(self, context):
9916
9931
  """
9917
9932
 
9918
- :param _context:
9933
+ :param context:
9919
9934
  """
9920
9935
  ...
9921
9936
 
@@ -9942,6 +9957,13 @@ class SEQUENCER_PT_overlay(bpy_types._GenericUI):
9942
9957
  """
9943
9958
  ...
9944
9959
 
9960
+ def has_sequencer(self, context):
9961
+ """
9962
+
9963
+ :param context:
9964
+ """
9965
+ ...
9966
+
9945
9967
  def id_properties_clear(self):
9946
9968
  """
9947
9969
 
@@ -10041,6 +10063,13 @@ class SEQUENCER_PT_overlay(bpy_types._GenericUI):
10041
10063
  """Returns the property from the path, raise an exception when not found."""
10042
10064
  ...
10043
10065
 
10066
+ def poll(self, context):
10067
+ """
10068
+
10069
+ :param context:
10070
+ """
10071
+ ...
10072
+
10044
10073
  def pop(self):
10045
10074
  """Remove and return the value of the custom property assigned to key or default
10046
10075
  when not found (matches Python's dictionary function of the same name).
@@ -10091,9 +10120,9 @@ class SEQUENCER_PT_overlay(bpy_types._GenericUI):
10091
10120
  """
10092
10121
  ...
10093
10122
 
10094
- class SEQUENCER_PT_preview_overlay(bpy_types._GenericUI):
10123
+ class SEQUENCER_PT_adjust_comp(SequencerButtonsPanel, bpy_types._GenericUI):
10124
+ bl_category: typing.Any
10095
10125
  bl_label: typing.Any
10096
- bl_parent_id: typing.Any
10097
10126
  bl_region_type: typing.Any
10098
10127
  bl_rna: typing.Any
10099
10128
  bl_space_type: typing.Any
@@ -10161,6 +10190,13 @@ class SEQUENCER_PT_preview_overlay(bpy_types._GenericUI):
10161
10190
  """
10162
10191
  ...
10163
10192
 
10193
+ def has_sequencer(self, context):
10194
+ """
10195
+
10196
+ :param context:
10197
+ """
10198
+ ...
10199
+
10164
10200
  def id_properties_clear(self):
10165
10201
  """
10166
10202
 
@@ -10317,9 +10353,10 @@ class SEQUENCER_PT_preview_overlay(bpy_types._GenericUI):
10317
10353
  """
10318
10354
  ...
10319
10355
 
10320
- class SEQUENCER_PT_sequencer_overlay(bpy_types._GenericUI):
10356
+ class SEQUENCER_PT_adjust_crop(SequencerButtonsPanel, bpy_types._GenericUI):
10357
+ bl_category: typing.Any
10321
10358
  bl_label: typing.Any
10322
- bl_parent_id: typing.Any
10359
+ bl_options: typing.Any
10323
10360
  bl_region_type: typing.Any
10324
10361
  bl_rna: typing.Any
10325
10362
  bl_space_type: typing.Any
@@ -10387,6 +10424,13 @@ class SEQUENCER_PT_sequencer_overlay(bpy_types._GenericUI):
10387
10424
  """
10388
10425
  ...
10389
10426
 
10427
+ def has_sequencer(self, context):
10428
+ """
10429
+
10430
+ :param context:
10431
+ """
10432
+ ...
10433
+
10390
10434
  def id_properties_clear(self):
10391
10435
  """
10392
10436
 
@@ -10543,9 +10587,9 @@ class SEQUENCER_PT_sequencer_overlay(bpy_types._GenericUI):
10543
10587
  """
10544
10588
  ...
10545
10589
 
10546
- class SEQUENCER_PT_sequencer_overlay_strips(bpy_types._GenericUI):
10590
+ class SEQUENCER_PT_adjust_sound(SequencerButtonsPanel, bpy_types._GenericUI):
10591
+ bl_category: typing.Any
10547
10592
  bl_label: typing.Any
10548
- bl_parent_id: typing.Any
10549
10593
  bl_region_type: typing.Any
10550
10594
  bl_rna: typing.Any
10551
10595
  bl_space_type: typing.Any
@@ -10613,6 +10657,13 @@ class SEQUENCER_PT_sequencer_overlay_strips(bpy_types._GenericUI):
10613
10657
  """
10614
10658
  ...
10615
10659
 
10660
+ def has_sequencer(self, context):
10661
+ """
10662
+
10663
+ :param context:
10664
+ """
10665
+ ...
10666
+
10616
10667
  def id_properties_clear(self):
10617
10668
  """
10618
10669
 
@@ -10769,9 +10820,10 @@ class SEQUENCER_PT_sequencer_overlay_strips(bpy_types._GenericUI):
10769
10820
  """
10770
10821
  ...
10771
10822
 
10772
- class SEQUENCER_PT_sequencer_overlay_waveforms(bpy_types._GenericUI):
10823
+ class SEQUENCER_PT_adjust_transform(SequencerButtonsPanel, bpy_types._GenericUI):
10824
+ bl_category: typing.Any
10773
10825
  bl_label: typing.Any
10774
- bl_parent_id: typing.Any
10826
+ bl_options: typing.Any
10775
10827
  bl_region_type: typing.Any
10776
10828
  bl_rna: typing.Any
10777
10829
  bl_space_type: typing.Any
@@ -10839,6 +10891,13 @@ class SEQUENCER_PT_sequencer_overlay_waveforms(bpy_types._GenericUI):
10839
10891
  """
10840
10892
  ...
10841
10893
 
10894
+ def has_sequencer(self, context):
10895
+ """
10896
+
10897
+ :param context:
10898
+ """
10899
+ ...
10900
+
10842
10901
  def id_properties_clear(self):
10843
10902
  """
10844
10903
 
@@ -10995,8 +11054,10 @@ class SEQUENCER_PT_sequencer_overlay_waveforms(bpy_types._GenericUI):
10995
11054
  """
10996
11055
  ...
10997
11056
 
10998
- class SEQUENCER_PT_snapping(bpy_types._GenericUI):
11057
+ class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, bpy_types._GenericUI):
11058
+ bl_category: typing.Any
10999
11059
  bl_label: typing.Any
11060
+ bl_options: typing.Any
11000
11061
  bl_region_type: typing.Any
11001
11062
  bl_rna: typing.Any
11002
11063
  bl_space_type: typing.Any
@@ -11064,6 +11125,13 @@ class SEQUENCER_PT_snapping(bpy_types._GenericUI):
11064
11125
  """
11065
11126
  ...
11066
11127
 
11128
+ def has_sequencer(self, context):
11129
+ """
11130
+
11131
+ :param context:
11132
+ """
11133
+ ...
11134
+
11067
11135
  def id_properties_clear(self):
11068
11136
  """
11069
11137
 
@@ -11163,6 +11231,13 @@ class SEQUENCER_PT_snapping(bpy_types._GenericUI):
11163
11231
  """Returns the property from the path, raise an exception when not found."""
11164
11232
  ...
11165
11233
 
11234
+ def poll(self, context):
11235
+ """
11236
+
11237
+ :param context:
11238
+ """
11239
+ ...
11240
+
11166
11241
  def pop(self):
11167
11242
  """Remove and return the value of the custom property assigned to key or default
11168
11243
  when not found (matches Python's dictionary function of the same name).
@@ -11213,8 +11288,14 @@ class SEQUENCER_PT_snapping(bpy_types._GenericUI):
11213
11288
  """
11214
11289
  ...
11215
11290
 
11216
- class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker, bpy_types._GenericUI):
11291
+ class SEQUENCER_PT_annotation(
11292
+ bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
11293
+ SequencerButtonsPanel_Output,
11294
+ bpy_types._GenericUI,
11295
+ ):
11296
+ bl_category: typing.Any
11217
11297
  bl_label: typing.Any
11298
+ bl_options: typing.Any
11218
11299
  bl_region_type: typing.Any
11219
11300
  bl_rna: typing.Any
11220
11301
  bl_space_type: typing.Any
@@ -11252,30 +11333,26 @@ class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker, bpy_types._GenericU
11252
11333
  """
11253
11334
  ...
11254
11335
 
11255
- def draw(self, _context):
11336
+ def draw(self, context):
11256
11337
  """
11257
11338
 
11258
- :param _context:
11339
+ :param context:
11259
11340
  """
11260
11341
  ...
11261
11342
 
11262
- def draw_collapsible(self, context, layout):
11343
+ def draw_header(self, context):
11263
11344
  """
11264
11345
 
11265
11346
  :param context:
11266
- :param layout:
11267
11347
  """
11268
11348
  ...
11269
11349
 
11270
- def draw_preset(self, _context):
11271
- """Define these on the subclass:
11272
- - preset_operator (string)
11273
- - preset_subdir (string)Optionally:
11274
- - preset_add_operator (string)
11275
- - preset_extensions (set of strings)
11276
- - preset_operator_defaults (dict of keyword args)
11350
+ def draw_layers(self, context, layout, gpd):
11351
+ """
11277
11352
 
11278
- :param _context:
11353
+ :param context:
11354
+ :param layout:
11355
+ :param gpd:
11279
11356
  """
11280
11357
  ...
11281
11358
 
@@ -11302,7 +11379,7 @@ class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker, bpy_types._GenericU
11302
11379
  """
11303
11380
  ...
11304
11381
 
11305
- def has_sequencer(self, context):
11382
+ def has_preview(self, context):
11306
11383
  """
11307
11384
 
11308
11385
  :param context:
@@ -11404,40 +11481,6 @@ class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker, bpy_types._GenericU
11404
11481
  """
11405
11482
  ...
11406
11483
 
11407
- def path_menu(
11408
- self,
11409
- searchpaths: list[str],
11410
- operator: str,
11411
- props_default: dict = None,
11412
- prop_filepath: str | None = "filepath",
11413
- filter_ext: collections.abc.Callable | None = None,
11414
- filter_path=None,
11415
- display_name: collections.abc.Callable | None = None,
11416
- add_operator=None,
11417
- add_operator_props=None,
11418
- ):
11419
- """Populate a menu from a list of paths.
11420
-
11421
- :param searchpaths: Paths to scan.
11422
- :type searchpaths: list[str]
11423
- :param operator: The operator id to use with each file.
11424
- :type operator: str
11425
- :param props_default: Properties to assign to each operator.
11426
- :type props_default: dict
11427
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
11428
- :type prop_filepath: str | None
11429
- :param filter_ext: Optional callback that takes the file extensions.
11430
-
11431
- Returning false excludes the file from the list.
11432
- :type filter_ext: collections.abc.Callable | None
11433
- :param filter_path:
11434
- :param display_name: Optional callback that takes the full path, returns the name to display.
11435
- :type display_name: collections.abc.Callable | None
11436
- :param add_operator:
11437
- :param add_operator_props:
11438
- """
11439
- ...
11440
-
11441
11484
  def path_resolve(self):
11442
11485
  """Returns the property from the path, raise an exception when not found."""
11443
11486
  ...
@@ -11499,10 +11542,15 @@ class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker, bpy_types._GenericU
11499
11542
  """
11500
11543
  ...
11501
11544
 
11502
- class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, bpy_types._GenericUI):
11545
+ class SEQUENCER_PT_annotation_onion(
11546
+ bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
11547
+ SequencerButtonsPanel_Output,
11548
+ bpy_types._GenericUI,
11549
+ ):
11503
11550
  bl_category: typing.Any
11504
11551
  bl_label: typing.Any
11505
11552
  bl_options: typing.Any
11553
+ bl_parent_id: typing.Any
11506
11554
  bl_region_type: typing.Any
11507
11555
  bl_rna: typing.Any
11508
11556
  bl_space_type: typing.Any
@@ -11540,10 +11588,17 @@ class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, bpy_types._GenericU
11540
11588
  """
11541
11589
  ...
11542
11590
 
11543
- def draw(self, _context):
11591
+ def draw(self, context):
11544
11592
  """
11545
11593
 
11546
- :param _context:
11594
+ :param context:
11595
+ """
11596
+ ...
11597
+
11598
+ def draw_header(self, context):
11599
+ """
11600
+
11601
+ :param context:
11547
11602
  """
11548
11603
  ...
11549
11604
 
@@ -11570,7 +11625,7 @@ class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, bpy_types._GenericU
11570
11625
  """
11571
11626
  ...
11572
11627
 
11573
- def has_sequencer(self, context):
11628
+ def has_preview(self, context):
11574
11629
  """
11575
11630
 
11576
11631
  :param context:
@@ -11733,10 +11788,9 @@ class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, bpy_types._GenericU
11733
11788
  """
11734
11789
  ...
11735
11790
 
11736
- class SEQUENCER_PT_adjust_color(SequencerButtonsPanel, bpy_types._GenericUI):
11791
+ class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, bpy_types._GenericUI):
11737
11792
  bl_category: typing.Any
11738
11793
  bl_label: typing.Any
11739
- bl_options: typing.Any
11740
11794
  bl_region_type: typing.Any
11741
11795
  bl_rna: typing.Any
11742
11796
  bl_space_type: typing.Any
@@ -11967,9 +12021,10 @@ class SEQUENCER_PT_adjust_color(SequencerButtonsPanel, bpy_types._GenericUI):
11967
12021
  """
11968
12022
  ...
11969
12023
 
11970
- class SEQUENCER_PT_adjust_comp(SequencerButtonsPanel, bpy_types._GenericUI):
12024
+ class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, bpy_types._GenericUI):
11971
12025
  bl_category: typing.Any
11972
12026
  bl_label: typing.Any
12027
+ bl_parent_id: typing.Any
11973
12028
  bl_region_type: typing.Any
11974
12029
  bl_rna: typing.Any
11975
12030
  bl_space_type: typing.Any
@@ -12014,6 +12069,13 @@ class SEQUENCER_PT_adjust_comp(SequencerButtonsPanel, bpy_types._GenericUI):
12014
12069
  """
12015
12070
  ...
12016
12071
 
12072
+ def draw_header(self, context):
12073
+ """
12074
+
12075
+ :param context:
12076
+ """
12077
+ ...
12078
+
12017
12079
  def driver_add(self) -> bpy.types.FCurve:
12018
12080
  """Adds driver(s) to the given property
12019
12081
 
@@ -12200,7 +12262,7 @@ class SEQUENCER_PT_adjust_comp(SequencerButtonsPanel, bpy_types._GenericUI):
12200
12262
  """
12201
12263
  ...
12202
12264
 
12203
- class SEQUENCER_PT_adjust_crop(SequencerButtonsPanel, bpy_types._GenericUI):
12265
+ class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, bpy_types._GenericUI):
12204
12266
  bl_category: typing.Any
12205
12267
  bl_label: typing.Any
12206
12268
  bl_options: typing.Any
@@ -12241,10 +12303,10 @@ class SEQUENCER_PT_adjust_crop(SequencerButtonsPanel, bpy_types._GenericUI):
12241
12303
  """
12242
12304
  ...
12243
12305
 
12244
- def draw(self, context):
12306
+ def draw(self, _context):
12245
12307
  """
12246
12308
 
12247
- :param context:
12309
+ :param _context:
12248
12310
  """
12249
12311
  ...
12250
12312
 
@@ -12434,9 +12496,18 @@ class SEQUENCER_PT_adjust_crop(SequencerButtonsPanel, bpy_types._GenericUI):
12434
12496
  """
12435
12497
  ...
12436
12498
 
12437
- class SEQUENCER_PT_adjust_sound(SequencerButtonsPanel, bpy_types._GenericUI):
12499
+ class SEQUENCER_PT_custom_props(
12500
+ SequencerButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
12501
+ ):
12502
+ """The subclass should have its own poll function
12503
+ and the variable '_context_path' MUST be set.
12504
+ """
12505
+
12506
+ COMPAT_ENGINES: typing.Any
12438
12507
  bl_category: typing.Any
12439
12508
  bl_label: typing.Any
12509
+ bl_options: typing.Any
12510
+ bl_order: typing.Any
12440
12511
  bl_region_type: typing.Any
12441
12512
  bl_rna: typing.Any
12442
12513
  bl_space_type: typing.Any
@@ -12667,10 +12738,9 @@ class SEQUENCER_PT_adjust_sound(SequencerButtonsPanel, bpy_types._GenericUI):
12667
12738
  """
12668
12739
  ...
12669
12740
 
12670
- class SEQUENCER_PT_adjust_transform(SequencerButtonsPanel, bpy_types._GenericUI):
12741
+ class SEQUENCER_PT_effect(SequencerButtonsPanel, bpy_types._GenericUI):
12671
12742
  bl_category: typing.Any
12672
12743
  bl_label: typing.Any
12673
- bl_options: typing.Any
12674
12744
  bl_region_type: typing.Any
12675
12745
  bl_rna: typing.Any
12676
12746
  bl_space_type: typing.Any
@@ -12901,10 +12971,10 @@ class SEQUENCER_PT_adjust_transform(SequencerButtonsPanel, bpy_types._GenericUI)
12901
12971
  """
12902
12972
  ...
12903
12973
 
12904
- class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, bpy_types._GenericUI):
12974
+ class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel, bpy_types._GenericUI):
12905
12975
  bl_category: typing.Any
12906
12976
  bl_label: typing.Any
12907
- bl_options: typing.Any
12977
+ bl_parent_id: typing.Any
12908
12978
  bl_region_type: typing.Any
12909
12979
  bl_rna: typing.Any
12910
12980
  bl_space_type: typing.Any
@@ -13135,9 +13205,10 @@ class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, bpy_types._GenericUI):
13135
13205
  """
13136
13206
  ...
13137
13207
 
13138
- class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, bpy_types._GenericUI):
13208
+ class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, bpy_types._GenericUI):
13139
13209
  bl_category: typing.Any
13140
13210
  bl_label: typing.Any
13211
+ bl_parent_id: typing.Any
13141
13212
  bl_region_type: typing.Any
13142
13213
  bl_rna: typing.Any
13143
13214
  bl_space_type: typing.Any
@@ -13368,10 +13439,10 @@ class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, bpy_types._GenericUI):
13368
13439
  """
13369
13440
  ...
13370
13441
 
13371
- class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, bpy_types._GenericUI):
13442
+ class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, bpy_types._GenericUI):
13372
13443
  bl_category: typing.Any
13373
13444
  bl_label: typing.Any
13374
- bl_parent_id: typing.Any
13445
+ bl_options: typing.Any
13375
13446
  bl_region_type: typing.Any
13376
13447
  bl_rna: typing.Any
13377
13448
  bl_space_type: typing.Any
@@ -13446,7 +13517,7 @@ class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, bpy_types._Generic
13446
13517
  """
13447
13518
  ...
13448
13519
 
13449
- def has_sequencer(self, context):
13520
+ def has_preview(self, context):
13450
13521
  """
13451
13522
 
13452
13523
  :param context:
@@ -13609,18 +13680,461 @@ class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, bpy_types._Generic
13609
13680
  """
13610
13681
  ...
13611
13682
 
13612
- class SEQUENCER_PT_custom_props(
13613
- SequencerButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
13614
- ):
13615
- """The subclass should have its own poll function
13616
- and the variable '_context_path' MUST be set.
13617
- """
13683
+ class SEQUENCER_PT_gizmo_display(bpy_types._GenericUI):
13684
+ bl_label: typing.Any
13685
+ bl_region_type: typing.Any
13686
+ bl_rna: typing.Any
13687
+ bl_space_type: typing.Any
13688
+ bl_ui_units_x: typing.Any
13689
+ id_data: typing.Any
13618
13690
 
13619
- COMPAT_ENGINES: typing.Any
13691
+ def append(self, draw_func):
13692
+ """Append a draw function to this menu,
13693
+ takes the same arguments as the menus draw function
13694
+
13695
+ :param draw_func:
13696
+ """
13697
+ ...
13698
+
13699
+ def as_pointer(self) -> int:
13700
+ """Returns the memory address which holds a pointer to Blender's internal data
13701
+
13702
+ :return: int (memory address).
13703
+ :rtype: int
13704
+ """
13705
+ ...
13706
+
13707
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
13708
+ """
13709
+
13710
+ :return: The RNA type or default when not found.
13711
+ :rtype: bpy.types.Struct
13712
+ """
13713
+ ...
13714
+
13715
+ def bl_rna_get_subclass_py(self) -> typing.Any:
13716
+ """
13717
+
13718
+ :return: The class or default when not found.
13719
+ :rtype: typing.Any
13720
+ """
13721
+ ...
13722
+
13723
+ def draw(self, context):
13724
+ """
13725
+
13726
+ :param context:
13727
+ """
13728
+ ...
13729
+
13730
+ def driver_add(self) -> bpy.types.FCurve:
13731
+ """Adds driver(s) to the given property
13732
+
13733
+ :return: The driver(s) added.
13734
+ :rtype: bpy.types.FCurve
13735
+ """
13736
+ ...
13737
+
13738
+ def driver_remove(self) -> bool:
13739
+ """Remove driver(s) from the given property
13740
+
13741
+ :return: Success of driver removal.
13742
+ :rtype: bool
13743
+ """
13744
+ ...
13745
+
13746
+ def get(self):
13747
+ """Returns the value of the custom property assigned to key or default
13748
+ when not found (matches Python's dictionary function of the same name).
13749
+
13750
+ """
13751
+ ...
13752
+
13753
+ def id_properties_clear(self):
13754
+ """
13755
+
13756
+ :return: Remove the parent group for an RNA struct's custom IDProperties.
13757
+ """
13758
+ ...
13759
+
13760
+ def id_properties_ensure(self):
13761
+ """
13762
+
13763
+ :return: the parent group for an RNA struct's custom IDProperties.
13764
+ """
13765
+ ...
13766
+
13767
+ def id_properties_ui(self):
13768
+ """
13769
+
13770
+ :return: Return an object used to manage an IDProperty's UI data.
13771
+ """
13772
+ ...
13773
+
13774
+ def is_extended(self): ...
13775
+ def is_property_hidden(self) -> bool:
13776
+ """Check if a property is hidden.
13777
+
13778
+ :return: True when the property is hidden.
13779
+ :rtype: bool
13780
+ """
13781
+ ...
13782
+
13783
+ def is_property_overridable_library(self) -> bool:
13784
+ """Check if a property is overridable.
13785
+
13786
+ :return: True when the property is overridable.
13787
+ :rtype: bool
13788
+ """
13789
+ ...
13790
+
13791
+ def is_property_readonly(self) -> bool:
13792
+ """Check if a property is readonly.
13793
+
13794
+ :return: True when the property is readonly (not writable).
13795
+ :rtype: bool
13796
+ """
13797
+ ...
13798
+
13799
+ def is_property_set(self) -> bool:
13800
+ """Check if a property is set, use for testing operator properties.
13801
+
13802
+ :return: True when the property has been set.
13803
+ :rtype: bool
13804
+ """
13805
+ ...
13806
+
13807
+ def items(self):
13808
+ """Returns the items of this objects custom properties (matches Python's
13809
+ dictionary function of the same name).
13810
+
13811
+ :return: custom property key, value pairs.
13812
+ """
13813
+ ...
13814
+
13815
+ def keyframe_delete(self) -> bool:
13816
+ """Remove a keyframe from this properties fcurve.
13817
+
13818
+ :return: Success of keyframe deletion.
13819
+ :rtype: bool
13820
+ """
13821
+ ...
13822
+
13823
+ def keyframe_insert(self) -> bool:
13824
+ """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
13825
+
13826
+ :return: Success of keyframe insertion.
13827
+ :rtype: bool
13828
+ """
13829
+ ...
13830
+
13831
+ def keys(self):
13832
+ """Returns the keys of this objects custom properties (matches Python's
13833
+ dictionary function of the same name).
13834
+
13835
+ :return: custom property keys.
13836
+ """
13837
+ ...
13838
+
13839
+ def path_from_id(self) -> str:
13840
+ """Returns the data path from the ID to this object (string).
13841
+
13842
+ :return: The path from `bpy.types.bpy_struct.id_data`
13843
+ to this struct and property (when given).
13844
+ :rtype: str
13845
+ """
13846
+ ...
13847
+
13848
+ def path_resolve(self):
13849
+ """Returns the property from the path, raise an exception when not found."""
13850
+ ...
13851
+
13852
+ def pop(self):
13853
+ """Remove and return the value of the custom property assigned to key or default
13854
+ when not found (matches Python's dictionary function of the same name).
13855
+
13856
+ """
13857
+ ...
13858
+
13859
+ def prepend(self, draw_func):
13860
+ """Prepend a draw function to this menu, takes the same arguments as
13861
+ the menus draw function
13862
+
13863
+ :param draw_func:
13864
+ """
13865
+ ...
13866
+
13867
+ def property_overridable_library_set(self) -> bool:
13868
+ """Define a property as overridable or not (only for custom properties!).
13869
+
13870
+ :return: True when the overridable status of the property was successfully set.
13871
+ :rtype: bool
13872
+ """
13873
+ ...
13874
+
13875
+ def property_unset(self):
13876
+ """Unset a property, will use default value afterward."""
13877
+ ...
13878
+
13879
+ def remove(self, draw_func):
13880
+ """Remove a draw function that has been added to this menu
13881
+
13882
+ :param draw_func:
13883
+ """
13884
+ ...
13885
+
13886
+ def type_recast(self):
13887
+ """Return a new instance, this is needed because types
13888
+ such as textures can be changed at runtime.
13889
+
13890
+ :return: a new instance of this object with the type initialized again.
13891
+ """
13892
+ ...
13893
+
13894
+ def values(self):
13895
+ """Returns the values of this objects custom properties (matches Python's
13896
+ dictionary function of the same name).
13897
+
13898
+ :return: custom property values.
13899
+ """
13900
+ ...
13901
+
13902
+ class SEQUENCER_PT_mask(SequencerButtonsPanel, bpy_types._GenericUI):
13903
+ bl_category: typing.Any
13904
+ bl_label: typing.Any
13905
+ bl_region_type: typing.Any
13906
+ bl_rna: typing.Any
13907
+ bl_space_type: typing.Any
13908
+ id_data: typing.Any
13909
+
13910
+ def append(self, draw_func):
13911
+ """Append a draw function to this menu,
13912
+ takes the same arguments as the menus draw function
13913
+
13914
+ :param draw_func:
13915
+ """
13916
+ ...
13917
+
13918
+ def as_pointer(self) -> int:
13919
+ """Returns the memory address which holds a pointer to Blender's internal data
13920
+
13921
+ :return: int (memory address).
13922
+ :rtype: int
13923
+ """
13924
+ ...
13925
+
13926
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
13927
+ """
13928
+
13929
+ :return: The RNA type or default when not found.
13930
+ :rtype: bpy.types.Struct
13931
+ """
13932
+ ...
13933
+
13934
+ def bl_rna_get_subclass_py(self) -> typing.Any:
13935
+ """
13936
+
13937
+ :return: The class or default when not found.
13938
+ :rtype: typing.Any
13939
+ """
13940
+ ...
13941
+
13942
+ def draw(self, context):
13943
+ """
13944
+
13945
+ :param context:
13946
+ """
13947
+ ...
13948
+
13949
+ def driver_add(self) -> bpy.types.FCurve:
13950
+ """Adds driver(s) to the given property
13951
+
13952
+ :return: The driver(s) added.
13953
+ :rtype: bpy.types.FCurve
13954
+ """
13955
+ ...
13956
+
13957
+ def driver_remove(self) -> bool:
13958
+ """Remove driver(s) from the given property
13959
+
13960
+ :return: Success of driver removal.
13961
+ :rtype: bool
13962
+ """
13963
+ ...
13964
+
13965
+ def get(self):
13966
+ """Returns the value of the custom property assigned to key or default
13967
+ when not found (matches Python's dictionary function of the same name).
13968
+
13969
+ """
13970
+ ...
13971
+
13972
+ def has_sequencer(self, context):
13973
+ """
13974
+
13975
+ :param context:
13976
+ """
13977
+ ...
13978
+
13979
+ def id_properties_clear(self):
13980
+ """
13981
+
13982
+ :return: Remove the parent group for an RNA struct's custom IDProperties.
13983
+ """
13984
+ ...
13985
+
13986
+ def id_properties_ensure(self):
13987
+ """
13988
+
13989
+ :return: the parent group for an RNA struct's custom IDProperties.
13990
+ """
13991
+ ...
13992
+
13993
+ def id_properties_ui(self):
13994
+ """
13995
+
13996
+ :return: Return an object used to manage an IDProperty's UI data.
13997
+ """
13998
+ ...
13999
+
14000
+ def is_extended(self): ...
14001
+ def is_property_hidden(self) -> bool:
14002
+ """Check if a property is hidden.
14003
+
14004
+ :return: True when the property is hidden.
14005
+ :rtype: bool
14006
+ """
14007
+ ...
14008
+
14009
+ def is_property_overridable_library(self) -> bool:
14010
+ """Check if a property is overridable.
14011
+
14012
+ :return: True when the property is overridable.
14013
+ :rtype: bool
14014
+ """
14015
+ ...
14016
+
14017
+ def is_property_readonly(self) -> bool:
14018
+ """Check if a property is readonly.
14019
+
14020
+ :return: True when the property is readonly (not writable).
14021
+ :rtype: bool
14022
+ """
14023
+ ...
14024
+
14025
+ def is_property_set(self) -> bool:
14026
+ """Check if a property is set, use for testing operator properties.
14027
+
14028
+ :return: True when the property has been set.
14029
+ :rtype: bool
14030
+ """
14031
+ ...
14032
+
14033
+ def items(self):
14034
+ """Returns the items of this objects custom properties (matches Python's
14035
+ dictionary function of the same name).
14036
+
14037
+ :return: custom property key, value pairs.
14038
+ """
14039
+ ...
14040
+
14041
+ def keyframe_delete(self) -> bool:
14042
+ """Remove a keyframe from this properties fcurve.
14043
+
14044
+ :return: Success of keyframe deletion.
14045
+ :rtype: bool
14046
+ """
14047
+ ...
14048
+
14049
+ def keyframe_insert(self) -> bool:
14050
+ """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
14051
+
14052
+ :return: Success of keyframe insertion.
14053
+ :rtype: bool
14054
+ """
14055
+ ...
14056
+
14057
+ def keys(self):
14058
+ """Returns the keys of this objects custom properties (matches Python's
14059
+ dictionary function of the same name).
14060
+
14061
+ :return: custom property keys.
14062
+ """
14063
+ ...
14064
+
14065
+ def path_from_id(self) -> str:
14066
+ """Returns the data path from the ID to this object (string).
14067
+
14068
+ :return: The path from `bpy.types.bpy_struct.id_data`
14069
+ to this struct and property (when given).
14070
+ :rtype: str
14071
+ """
14072
+ ...
14073
+
14074
+ def path_resolve(self):
14075
+ """Returns the property from the path, raise an exception when not found."""
14076
+ ...
14077
+
14078
+ def poll(self, context):
14079
+ """
14080
+
14081
+ :param context:
14082
+ """
14083
+ ...
14084
+
14085
+ def pop(self):
14086
+ """Remove and return the value of the custom property assigned to key or default
14087
+ when not found (matches Python's dictionary function of the same name).
14088
+
14089
+ """
14090
+ ...
14091
+
14092
+ def prepend(self, draw_func):
14093
+ """Prepend a draw function to this menu, takes the same arguments as
14094
+ the menus draw function
14095
+
14096
+ :param draw_func:
14097
+ """
14098
+ ...
14099
+
14100
+ def property_overridable_library_set(self) -> bool:
14101
+ """Define a property as overridable or not (only for custom properties!).
14102
+
14103
+ :return: True when the overridable status of the property was successfully set.
14104
+ :rtype: bool
14105
+ """
14106
+ ...
14107
+
14108
+ def property_unset(self):
14109
+ """Unset a property, will use default value afterward."""
14110
+ ...
14111
+
14112
+ def remove(self, draw_func):
14113
+ """Remove a draw function that has been added to this menu
14114
+
14115
+ :param draw_func:
14116
+ """
14117
+ ...
14118
+
14119
+ def type_recast(self):
14120
+ """Return a new instance, this is needed because types
14121
+ such as textures can be changed at runtime.
14122
+
14123
+ :return: a new instance of this object with the type initialized again.
14124
+ """
14125
+ ...
14126
+
14127
+ def values(self):
14128
+ """Returns the values of this objects custom properties (matches Python's
14129
+ dictionary function of the same name).
14130
+
14131
+ :return: custom property values.
14132
+ """
14133
+ ...
14134
+
14135
+ class SEQUENCER_PT_modifiers(SequencerButtonsPanel, bpy_types._GenericUI):
13620
14136
  bl_category: typing.Any
13621
14137
  bl_label: typing.Any
13622
- bl_options: typing.Any
13623
- bl_order: typing.Any
13624
14138
  bl_region_type: typing.Any
13625
14139
  bl_rna: typing.Any
13626
14140
  bl_space_type: typing.Any
@@ -13851,9 +14365,10 @@ class SEQUENCER_PT_custom_props(
13851
14365
  """
13852
14366
  ...
13853
14367
 
13854
- class SEQUENCER_PT_effect(SequencerButtonsPanel, bpy_types._GenericUI):
14368
+ class SEQUENCER_PT_movie_clip(SequencerButtonsPanel, bpy_types._GenericUI):
13855
14369
  bl_category: typing.Any
13856
14370
  bl_label: typing.Any
14371
+ bl_options: typing.Any
13857
14372
  bl_region_type: typing.Any
13858
14373
  bl_rna: typing.Any
13859
14374
  bl_space_type: typing.Any
@@ -14084,13 +14599,12 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel, bpy_types._GenericUI):
14084
14599
  """
14085
14600
  ...
14086
14601
 
14087
- class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel, bpy_types._GenericUI):
14088
- bl_category: typing.Any
14602
+ class SEQUENCER_PT_overlay(bpy_types._GenericUI):
14089
14603
  bl_label: typing.Any
14090
- bl_parent_id: typing.Any
14091
14604
  bl_region_type: typing.Any
14092
14605
  bl_rna: typing.Any
14093
14606
  bl_space_type: typing.Any
14607
+ bl_ui_units_x: typing.Any
14094
14608
  id_data: typing.Any
14095
14609
 
14096
14610
  def append(self, draw_func):
@@ -14125,10 +14639,10 @@ class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel, bpy_types._GenericU
14125
14639
  """
14126
14640
  ...
14127
14641
 
14128
- def draw(self, context):
14642
+ def draw(self, _context):
14129
14643
  """
14130
14644
 
14131
- :param context:
14645
+ :param _context:
14132
14646
  """
14133
14647
  ...
14134
14648
 
@@ -14155,13 +14669,6 @@ class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel, bpy_types._GenericU
14155
14669
  """
14156
14670
  ...
14157
14671
 
14158
- def has_sequencer(self, context):
14159
- """
14160
-
14161
- :param context:
14162
- """
14163
- ...
14164
-
14165
14672
  def id_properties_clear(self):
14166
14673
  """
14167
14674
 
@@ -14261,13 +14768,6 @@ class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel, bpy_types._GenericU
14261
14768
  """Returns the property from the path, raise an exception when not found."""
14262
14769
  ...
14263
14770
 
14264
- def poll(self, context):
14265
- """
14266
-
14267
- :param context:
14268
- """
14269
- ...
14270
-
14271
14771
  def pop(self):
14272
14772
  """Remove and return the value of the custom property assigned to key or default
14273
14773
  when not found (matches Python's dictionary function of the same name).
@@ -14318,10 +14818,10 @@ class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel, bpy_types._GenericU
14318
14818
  """
14319
14819
  ...
14320
14820
 
14321
- class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, bpy_types._GenericUI):
14821
+ class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, bpy_types._GenericUI):
14322
14822
  bl_category: typing.Any
14323
14823
  bl_label: typing.Any
14324
- bl_parent_id: typing.Any
14824
+ bl_options: typing.Any
14325
14825
  bl_region_type: typing.Any
14326
14826
  bl_rna: typing.Any
14327
14827
  bl_space_type: typing.Any
@@ -14389,7 +14889,7 @@ class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, bpy_types._GenericUI
14389
14889
  """
14390
14890
  ...
14391
14891
 
14392
- def has_sequencer(self, context):
14892
+ def has_preview(self, context):
14393
14893
  """
14394
14894
 
14395
14895
  :param context:
@@ -14552,9 +15052,9 @@ class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, bpy_types._GenericUI
14552
15052
  """
14553
15053
  ...
14554
15054
 
14555
- class SEQUENCER_PT_mask(SequencerButtonsPanel, bpy_types._GenericUI):
14556
- bl_category: typing.Any
15055
+ class SEQUENCER_PT_preview_overlay(bpy_types._GenericUI):
14557
15056
  bl_label: typing.Any
15057
+ bl_parent_id: typing.Any
14558
15058
  bl_region_type: typing.Any
14559
15059
  bl_rna: typing.Any
14560
15060
  bl_space_type: typing.Any
@@ -14622,13 +15122,6 @@ class SEQUENCER_PT_mask(SequencerButtonsPanel, bpy_types._GenericUI):
14622
15122
  """
14623
15123
  ...
14624
15124
 
14625
- def has_sequencer(self, context):
14626
- """
14627
-
14628
- :param context:
14629
- """
14630
- ...
14631
-
14632
15125
  def id_properties_clear(self):
14633
15126
  """
14634
15127
 
@@ -14785,9 +15278,9 @@ class SEQUENCER_PT_mask(SequencerButtonsPanel, bpy_types._GenericUI):
14785
15278
  """
14786
15279
  ...
14787
15280
 
14788
- class SEQUENCER_PT_modifiers(SequencerButtonsPanel, bpy_types._GenericUI):
14789
- bl_category: typing.Any
15281
+ class SEQUENCER_PT_preview_snapping(bpy_types._GenericUI):
14790
15282
  bl_label: typing.Any
15283
+ bl_parent_id: typing.Any
14791
15284
  bl_region_type: typing.Any
14792
15285
  bl_rna: typing.Any
14793
15286
  bl_space_type: typing.Any
@@ -14855,13 +15348,6 @@ class SEQUENCER_PT_modifiers(SequencerButtonsPanel, bpy_types._GenericUI):
14855
15348
  """
14856
15349
  ...
14857
15350
 
14858
- def has_sequencer(self, context):
14859
- """
14860
-
14861
- :param context:
14862
- """
14863
- ...
14864
-
14865
15351
  def id_properties_clear(self):
14866
15352
  """
14867
15353
 
@@ -15018,10 +15504,9 @@ class SEQUENCER_PT_modifiers(SequencerButtonsPanel, bpy_types._GenericUI):
15018
15504
  """
15019
15505
  ...
15020
15506
 
15021
- class SEQUENCER_PT_movie_clip(SequencerButtonsPanel, bpy_types._GenericUI):
15507
+ class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, bpy_types._GenericUI):
15022
15508
  bl_category: typing.Any
15023
15509
  bl_label: typing.Any
15024
- bl_options: typing.Any
15025
15510
  bl_region_type: typing.Any
15026
15511
  bl_rna: typing.Any
15027
15512
  bl_space_type: typing.Any
@@ -15252,7 +15737,7 @@ class SEQUENCER_PT_movie_clip(SequencerButtonsPanel, bpy_types._GenericUI):
15252
15737
  """
15253
15738
  ...
15254
15739
 
15255
- class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, bpy_types._GenericUI):
15740
+ class SEQUENCER_PT_scene(SequencerButtonsPanel, bpy_types._GenericUI):
15256
15741
  bl_category: typing.Any
15257
15742
  bl_label: typing.Any
15258
15743
  bl_region_type: typing.Any
@@ -15485,7 +15970,7 @@ class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, bpy_types._GenericUI):
15485
15970
  """
15486
15971
  ...
15487
15972
 
15488
- class SEQUENCER_PT_scene(SequencerButtonsPanel, bpy_types._GenericUI):
15973
+ class SEQUENCER_PT_scene_sound(SequencerButtonsPanel, bpy_types._GenericUI):
15489
15974
  bl_category: typing.Any
15490
15975
  bl_label: typing.Any
15491
15976
  bl_region_type: typing.Any
@@ -15718,9 +16203,9 @@ class SEQUENCER_PT_scene(SequencerButtonsPanel, bpy_types._GenericUI):
15718
16203
  """
15719
16204
  ...
15720
16205
 
15721
- class SEQUENCER_PT_scene_sound(SequencerButtonsPanel, bpy_types._GenericUI):
15722
- bl_category: typing.Any
16206
+ class SEQUENCER_PT_sequencer_overlay(bpy_types._GenericUI):
15723
16207
  bl_label: typing.Any
16208
+ bl_parent_id: typing.Any
15724
16209
  bl_region_type: typing.Any
15725
16210
  bl_rna: typing.Any
15726
16211
  bl_space_type: typing.Any
@@ -15788,13 +16273,6 @@ class SEQUENCER_PT_scene_sound(SequencerButtonsPanel, bpy_types._GenericUI):
15788
16273
  """
15789
16274
  ...
15790
16275
 
15791
- def has_sequencer(self, context):
15792
- """
15793
-
15794
- :param context:
15795
- """
15796
- ...
15797
-
15798
16276
  def id_properties_clear(self):
15799
16277
  """
15800
16278
 
@@ -15951,10 +16429,9 @@ class SEQUENCER_PT_scene_sound(SequencerButtonsPanel, bpy_types._GenericUI):
15951
16429
  """
15952
16430
  ...
15953
16431
 
15954
- class SEQUENCER_PT_source(SequencerButtonsPanel, bpy_types._GenericUI):
15955
- bl_category: typing.Any
16432
+ class SEQUENCER_PT_sequencer_overlay_strips(bpy_types._GenericUI):
15956
16433
  bl_label: typing.Any
15957
- bl_options: typing.Any
16434
+ bl_parent_id: typing.Any
15958
16435
  bl_region_type: typing.Any
15959
16436
  bl_rna: typing.Any
15960
16437
  bl_space_type: typing.Any
@@ -16022,13 +16499,6 @@ class SEQUENCER_PT_source(SequencerButtonsPanel, bpy_types._GenericUI):
16022
16499
  """
16023
16500
  ...
16024
16501
 
16025
- def has_sequencer(self, context):
16026
- """
16027
-
16028
- :param context:
16029
- """
16030
- ...
16031
-
16032
16502
  def id_properties_clear(self):
16033
16503
  """
16034
16504
 
@@ -16185,10 +16655,9 @@ class SEQUENCER_PT_source(SequencerButtonsPanel, bpy_types._GenericUI):
16185
16655
  """
16186
16656
  ...
16187
16657
 
16188
- class SEQUENCER_PT_strip(SequencerButtonsPanel, bpy_types._GenericUI):
16189
- bl_category: typing.Any
16658
+ class SEQUENCER_PT_sequencer_overlay_waveforms(bpy_types._GenericUI):
16190
16659
  bl_label: typing.Any
16191
- bl_options: typing.Any
16660
+ bl_parent_id: typing.Any
16192
16661
  bl_region_type: typing.Any
16193
16662
  bl_rna: typing.Any
16194
16663
  bl_space_type: typing.Any
@@ -16256,13 +16725,6 @@ class SEQUENCER_PT_strip(SequencerButtonsPanel, bpy_types._GenericUI):
16256
16725
  """
16257
16726
  ...
16258
16727
 
16259
- def has_sequencer(self, context):
16260
- """
16261
-
16262
- :param context:
16263
- """
16264
- ...
16265
-
16266
16728
  def id_properties_clear(self):
16267
16729
  """
16268
16730
 
@@ -16419,10 +16881,9 @@ class SEQUENCER_PT_strip(SequencerButtonsPanel, bpy_types._GenericUI):
16419
16881
  """
16420
16882
  ...
16421
16883
 
16422
- class SEQUENCER_PT_strip_cache(SequencerButtonsPanel, bpy_types._GenericUI):
16423
- bl_category: typing.Any
16884
+ class SEQUENCER_PT_sequencer_snapping(bpy_types._GenericUI):
16424
16885
  bl_label: typing.Any
16425
- bl_options: typing.Any
16886
+ bl_parent_id: typing.Any
16426
16887
  bl_region_type: typing.Any
16427
16888
  bl_rna: typing.Any
16428
16889
  bl_space_type: typing.Any
@@ -16467,13 +16928,6 @@ class SEQUENCER_PT_strip_cache(SequencerButtonsPanel, bpy_types._GenericUI):
16467
16928
  """
16468
16929
  ...
16469
16930
 
16470
- def draw_header(self, context):
16471
- """
16472
-
16473
- :param context:
16474
- """
16475
- ...
16476
-
16477
16931
  def driver_add(self) -> bpy.types.FCurve:
16478
16932
  """Adds driver(s) to the given property
16479
16933
 
@@ -16497,13 +16951,6 @@ class SEQUENCER_PT_strip_cache(SequencerButtonsPanel, bpy_types._GenericUI):
16497
16951
  """
16498
16952
  ...
16499
16953
 
16500
- def has_sequencer(self, context):
16501
- """
16502
-
16503
- :param context:
16504
- """
16505
- ...
16506
-
16507
16954
  def id_properties_clear(self):
16508
16955
  """
16509
16956
 
@@ -16660,8 +17107,7 @@ class SEQUENCER_PT_strip_cache(SequencerButtonsPanel, bpy_types._GenericUI):
16660
17107
  """
16661
17108
  ...
16662
17109
 
16663
- class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, bpy_types._GenericUI):
16664
- bl_category: typing.Any
17110
+ class SEQUENCER_PT_snapping(bpy_types._GenericUI):
16665
17111
  bl_label: typing.Any
16666
17112
  bl_region_type: typing.Any
16667
17113
  bl_rna: typing.Any
@@ -16700,17 +17146,10 @@ class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, bpy_types._GenericUI):
16700
17146
  """
16701
17147
  ...
16702
17148
 
16703
- def draw(self, context):
16704
- """
16705
-
16706
- :param context:
16707
- """
16708
- ...
16709
-
16710
- def draw_header(self, context):
17149
+ def draw(self, _context):
16711
17150
  """
16712
17151
 
16713
- :param context:
17152
+ :param _context:
16714
17153
  """
16715
17154
  ...
16716
17155
 
@@ -16737,13 +17176,6 @@ class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, bpy_types._GenericUI):
16737
17176
  """
16738
17177
  ...
16739
17178
 
16740
- def has_sequencer(self, context):
16741
- """
16742
-
16743
- :param context:
16744
- """
16745
- ...
16746
-
16747
17179
  def id_properties_clear(self):
16748
17180
  """
16749
17181
 
@@ -16843,13 +17275,6 @@ class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, bpy_types._GenericUI):
16843
17275
  """Returns the property from the path, raise an exception when not found."""
16844
17276
  ...
16845
17277
 
16846
- def poll(self, context):
16847
- """
16848
-
16849
- :param context:
16850
- """
16851
- ...
16852
-
16853
17278
  def pop(self):
16854
17279
  """Remove and return the value of the custom property assigned to key or default
16855
17280
  when not found (matches Python's dictionary function of the same name).
@@ -16900,7 +17325,7 @@ class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, bpy_types._GenericUI):
16900
17325
  """
16901
17326
  ...
16902
17327
 
16903
- class SEQUENCER_PT_time(SequencerButtonsPanel, bpy_types._GenericUI):
17328
+ class SEQUENCER_PT_source(SequencerButtonsPanel, bpy_types._GenericUI):
16904
17329
  bl_category: typing.Any
16905
17330
  bl_label: typing.Any
16906
17331
  bl_options: typing.Any
@@ -16948,13 +17373,6 @@ class SEQUENCER_PT_time(SequencerButtonsPanel, bpy_types._GenericUI):
16948
17373
  """
16949
17374
  ...
16950
17375
 
16951
- def draw_header_preset(self, context):
16952
- """
16953
-
16954
- :param context:
16955
- """
16956
- ...
16957
-
16958
17376
  def driver_add(self) -> bpy.types.FCurve:
16959
17377
  """Adds driver(s) to the given property
16960
17378
 
@@ -17141,11 +17559,7 @@ class SEQUENCER_PT_time(SequencerButtonsPanel, bpy_types._GenericUI):
17141
17559
  """
17142
17560
  ...
17143
17561
 
17144
- class SEQUENCER_PT_annotation(
17145
- bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
17146
- SequencerButtonsPanel_Output,
17147
- bpy_types._GenericUI,
17148
- ):
17562
+ class SEQUENCER_PT_strip(SequencerButtonsPanel, bpy_types._GenericUI):
17149
17563
  bl_category: typing.Any
17150
17564
  bl_label: typing.Any
17151
17565
  bl_options: typing.Any
@@ -17193,22 +17607,6 @@ class SEQUENCER_PT_annotation(
17193
17607
  """
17194
17608
  ...
17195
17609
 
17196
- def draw_header(self, context):
17197
- """
17198
-
17199
- :param context:
17200
- """
17201
- ...
17202
-
17203
- def draw_layers(self, context, layout, gpd):
17204
- """
17205
-
17206
- :param context:
17207
- :param layout:
17208
- :param gpd:
17209
- """
17210
- ...
17211
-
17212
17610
  def driver_add(self) -> bpy.types.FCurve:
17213
17611
  """Adds driver(s) to the given property
17214
17612
 
@@ -17232,7 +17630,7 @@ class SEQUENCER_PT_annotation(
17232
17630
  """
17233
17631
  ...
17234
17632
 
17235
- def has_preview(self, context):
17633
+ def has_sequencer(self, context):
17236
17634
  """
17237
17635
 
17238
17636
  :param context:
@@ -17395,15 +17793,10 @@ class SEQUENCER_PT_annotation(
17395
17793
  """
17396
17794
  ...
17397
17795
 
17398
- class SEQUENCER_PT_annotation_onion(
17399
- bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
17400
- SequencerButtonsPanel_Output,
17401
- bpy_types._GenericUI,
17402
- ):
17796
+ class SEQUENCER_PT_strip_cache(SequencerButtonsPanel, bpy_types._GenericUI):
17403
17797
  bl_category: typing.Any
17404
17798
  bl_label: typing.Any
17405
17799
  bl_options: typing.Any
17406
- bl_parent_id: typing.Any
17407
17800
  bl_region_type: typing.Any
17408
17801
  bl_rna: typing.Any
17409
17802
  bl_space_type: typing.Any
@@ -17478,7 +17871,7 @@ class SEQUENCER_PT_annotation_onion(
17478
17871
  """
17479
17872
  ...
17480
17873
 
17481
- def has_preview(self, context):
17874
+ def has_sequencer(self, context):
17482
17875
  """
17483
17876
 
17484
17877
  :param context:
@@ -17641,10 +18034,9 @@ class SEQUENCER_PT_annotation_onion(
17641
18034
  """
17642
18035
  ...
17643
18036
 
17644
- class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, bpy_types._GenericUI):
18037
+ class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, bpy_types._GenericUI):
17645
18038
  bl_category: typing.Any
17646
18039
  bl_label: typing.Any
17647
- bl_options: typing.Any
17648
18040
  bl_region_type: typing.Any
17649
18041
  bl_rna: typing.Any
17650
18042
  bl_space_type: typing.Any
@@ -17719,7 +18111,7 @@ class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, bpy_types._Generi
17719
18111
  """
17720
18112
  ...
17721
18113
 
17722
- def has_preview(self, context):
18114
+ def has_sequencer(self, context):
17723
18115
  """
17724
18116
 
17725
18117
  :param context:
@@ -17882,7 +18274,7 @@ class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, bpy_types._Generi
17882
18274
  """
17883
18275
  ...
17884
18276
 
17885
- class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, bpy_types._GenericUI):
18277
+ class SEQUENCER_PT_time(SequencerButtonsPanel, bpy_types._GenericUI):
17886
18278
  bl_category: typing.Any
17887
18279
  bl_label: typing.Any
17888
18280
  bl_options: typing.Any
@@ -17930,6 +18322,13 @@ class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, bpy_types._GenericUI):
17930
18322
  """
17931
18323
  ...
17932
18324
 
18325
+ def draw_header_preset(self, context):
18326
+ """
18327
+
18328
+ :param context:
18329
+ """
18330
+ ...
18331
+
17933
18332
  def driver_add(self) -> bpy.types.FCurve:
17934
18333
  """Adds driver(s) to the given property
17935
18334
 
@@ -17953,7 +18352,7 @@ class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, bpy_types._GenericUI):
17953
18352
  """
17954
18353
  ...
17955
18354
 
17956
- def has_preview(self, context):
18355
+ def has_sequencer(self, context):
17957
18356
  """
17958
18357
 
17959
18358
  :param context:
@@ -19067,5 +19466,59 @@ class SEQUENCER_PT_view_safe_areas_center_cut(
19067
19466
  """
19068
19467
  ...
19069
19468
 
19469
+ class SequencerButtonsPanel:
19470
+ bl_region_type: typing.Any
19471
+ bl_space_type: typing.Any
19472
+
19473
+ def has_sequencer(self, context):
19474
+ """
19475
+
19476
+ :param context:
19477
+ """
19478
+ ...
19479
+
19480
+ def poll(self, context):
19481
+ """
19482
+
19483
+ :param context:
19484
+ """
19485
+ ...
19486
+
19487
+ class SequencerButtonsPanel_Output:
19488
+ bl_region_type: typing.Any
19489
+ bl_space_type: typing.Any
19490
+
19491
+ def has_preview(self, context):
19492
+ """
19493
+
19494
+ :param context:
19495
+ """
19496
+ ...
19497
+
19498
+ def poll(self, context):
19499
+ """
19500
+
19501
+ :param context:
19502
+ """
19503
+ ...
19504
+
19505
+ class SequencerColorTagPicker:
19506
+ bl_region_type: typing.Any
19507
+ bl_space_type: typing.Any
19508
+
19509
+ def has_sequencer(self, context):
19510
+ """
19511
+
19512
+ :param context:
19513
+ """
19514
+ ...
19515
+
19516
+ def poll(self, context):
19517
+ """
19518
+
19519
+ :param context:
19520
+ """
19521
+ ...
19522
+
19070
19523
  def draw_color_balance(layout, color_balance): ...
19071
19524
  def selected_sequences_len(context): ...