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.utils
4
5
  import bpy.types
5
6
  import bpy_types
@@ -284,26 +285,16 @@ class RENDER_MT_framerate_presets(bpy_types._GenericUI):
284
285
  """
285
286
  ...
286
287
 
287
- class RenderOutputButtonsPanel:
288
+ class RENDER_PT_encoding(RenderOutputButtonsPanel, bpy_types._GenericUI):
289
+ COMPAT_ENGINES: typing.Any
288
290
  bl_context: typing.Any
289
- bl_region_type: typing.Any
290
- bl_space_type: typing.Any
291
-
292
- def poll(self, context):
293
- """
294
-
295
- :param context:
296
- """
297
- ...
298
-
299
- class RENDER_PT_ffmpeg_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
300
291
  bl_label: typing.Any
292
+ bl_options: typing.Any
293
+ bl_parent_id: typing.Any
301
294
  bl_region_type: typing.Any
302
295
  bl_rna: typing.Any
303
296
  bl_space_type: typing.Any
304
297
  id_data: typing.Any
305
- preset_operator: typing.Any
306
- preset_subdir: typing.Any
307
298
 
308
299
  def append(self, draw_func):
309
300
  """Append a draw function to this menu,
@@ -344,18 +335,10 @@ class RENDER_PT_ffmpeg_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
344
335
  """
345
336
  ...
346
337
 
347
- def draw_menu(self, layout, text=None):
348
- """
349
-
350
- :param layout:
351
- :param text:
352
- """
353
- ...
354
-
355
- def draw_panel_header(self, layout):
338
+ def draw_header_preset(self, _context):
356
339
  """
357
340
 
358
- :param layout:
341
+ :param _context:
359
342
  """
360
343
  ...
361
344
 
@@ -477,42 +460,15 @@ class RENDER_PT_ffmpeg_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
477
460
  """
478
461
  ...
479
462
 
480
- def path_menu(
481
- self,
482
- searchpaths: list[str],
483
- operator: str,
484
- props_default: dict = None,
485
- prop_filepath: str | None = "filepath",
486
- filter_ext: collections.abc.Callable | None = None,
487
- filter_path=None,
488
- display_name: collections.abc.Callable | None = None,
489
- add_operator=None,
490
- add_operator_props=None,
491
- ):
492
- """Populate a menu from a list of paths.
493
-
494
- :param searchpaths: Paths to scan.
495
- :type searchpaths: list[str]
496
- :param operator: The operator id to use with each file.
497
- :type operator: str
498
- :param props_default: Properties to assign to each operator.
499
- :type props_default: dict
500
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
501
- :type prop_filepath: str | None
502
- :param filter_ext: Optional callback that takes the file extensions.
463
+ def path_resolve(self):
464
+ """Returns the property from the path, raise an exception when not found."""
465
+ ...
503
466
 
504
- Returning false excludes the file from the list.
505
- :type filter_ext: collections.abc.Callable | None
506
- :param filter_path:
507
- :param display_name: Optional callback that takes the full path, returns the name to display.
508
- :type display_name: collections.abc.Callable | None
509
- :param add_operator:
510
- :param add_operator_props:
467
+ def poll(self, context):
511
468
  """
512
- ...
513
469
 
514
- def path_resolve(self):
515
- """Returns the property from the path, raise an exception when not found."""
470
+ :param context:
471
+ """
516
472
  ...
517
473
 
518
474
  def pop(self):
@@ -565,15 +521,15 @@ class RENDER_PT_ffmpeg_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
565
521
  """
566
522
  ...
567
523
 
568
- class RENDER_PT_format_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
524
+ class RENDER_PT_encoding_audio(RenderOutputButtonsPanel, bpy_types._GenericUI):
525
+ COMPAT_ENGINES: typing.Any
526
+ bl_context: typing.Any
569
527
  bl_label: typing.Any
528
+ bl_parent_id: typing.Any
570
529
  bl_region_type: typing.Any
571
530
  bl_rna: typing.Any
572
531
  bl_space_type: typing.Any
573
532
  id_data: typing.Any
574
- preset_add_operator: typing.Any
575
- preset_operator: typing.Any
576
- preset_subdir: typing.Any
577
533
 
578
534
  def append(self, draw_func):
579
535
  """Append a draw function to this menu,
@@ -614,21 +570,6 @@ class RENDER_PT_format_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
614
570
  """
615
571
  ...
616
572
 
617
- def draw_menu(self, layout, text=None):
618
- """
619
-
620
- :param layout:
621
- :param text:
622
- """
623
- ...
624
-
625
- def draw_panel_header(self, layout):
626
- """
627
-
628
- :param layout:
629
- """
630
- ...
631
-
632
573
  def driver_add(self) -> bpy.types.FCurve:
633
574
  """Adds driver(s) to the given property
634
575
 
@@ -747,42 +688,15 @@ class RENDER_PT_format_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
747
688
  """
748
689
  ...
749
690
 
750
- def path_menu(
751
- self,
752
- searchpaths: list[str],
753
- operator: str,
754
- props_default: dict = None,
755
- prop_filepath: str | None = "filepath",
756
- filter_ext: collections.abc.Callable | None = None,
757
- filter_path=None,
758
- display_name: collections.abc.Callable | None = None,
759
- add_operator=None,
760
- add_operator_props=None,
761
- ):
762
- """Populate a menu from a list of paths.
763
-
764
- :param searchpaths: Paths to scan.
765
- :type searchpaths: list[str]
766
- :param operator: The operator id to use with each file.
767
- :type operator: str
768
- :param props_default: Properties to assign to each operator.
769
- :type props_default: dict
770
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
771
- :type prop_filepath: str | None
772
- :param filter_ext: Optional callback that takes the file extensions.
691
+ def path_resolve(self):
692
+ """Returns the property from the path, raise an exception when not found."""
693
+ ...
773
694
 
774
- Returning false excludes the file from the list.
775
- :type filter_ext: collections.abc.Callable | None
776
- :param filter_path:
777
- :param display_name: Optional callback that takes the full path, returns the name to display.
778
- :type display_name: collections.abc.Callable | None
779
- :param add_operator:
780
- :param add_operator_props:
695
+ def poll(self, context):
781
696
  """
782
- ...
783
697
 
784
- def path_resolve(self):
785
- """Returns the property from the path, raise an exception when not found."""
698
+ :param context:
699
+ """
786
700
  ...
787
701
 
788
702
  def pop(self):
@@ -835,8 +749,14 @@ class RENDER_PT_format_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
835
749
  """
836
750
  ...
837
751
 
838
- class RENDER_UL_renderviews(bpy_types._GenericUI):
752
+ class RENDER_PT_encoding_video(RenderOutputButtonsPanel, bpy_types._GenericUI):
753
+ COMPAT_ENGINES: typing.Any
754
+ bl_context: typing.Any
755
+ bl_label: typing.Any
756
+ bl_parent_id: typing.Any
757
+ bl_region_type: typing.Any
839
758
  bl_rna: typing.Any
759
+ bl_space_type: typing.Any
840
760
  id_data: typing.Any
841
761
 
842
762
  def append(self, draw_func):
@@ -871,19 +791,17 @@ class RENDER_UL_renderviews(bpy_types._GenericUI):
871
791
  """
872
792
  ...
873
793
 
874
- def draw_item(
875
- self, _context, layout, _data, item, icon, _active_data, _active_propname, index
876
- ):
794
+ def draw(self, context):
877
795
  """
878
796
 
879
- :param _context:
880
- :param layout:
881
- :param _data:
882
- :param item:
883
- :param icon:
884
- :param _active_data:
885
- :param _active_propname:
886
- :param index:
797
+ :param context:
798
+ """
799
+ ...
800
+
801
+ def draw_vcodec(self, context):
802
+ """Video codec options.
803
+
804
+ :param context:
887
805
  """
888
806
  ...
889
807
 
@@ -1009,6 +927,13 @@ class RENDER_UL_renderviews(bpy_types._GenericUI):
1009
927
  """Returns the property from the path, raise an exception when not found."""
1010
928
  ...
1011
929
 
930
+ def poll(self, context):
931
+ """
932
+
933
+ :param context:
934
+ """
935
+ ...
936
+
1012
937
  def pop(self):
1013
938
  """Remove and return the value of the custom property assigned to key or default
1014
939
  when not found (matches Python's dictionary function of the same name).
@@ -1059,16 +984,14 @@ class RENDER_UL_renderviews(bpy_types._GenericUI):
1059
984
  """
1060
985
  ...
1061
986
 
1062
- class RENDER_PT_encoding(RenderOutputButtonsPanel, bpy_types._GenericUI):
1063
- COMPAT_ENGINES: typing.Any
1064
- bl_context: typing.Any
987
+ class RENDER_PT_ffmpeg_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
1065
988
  bl_label: typing.Any
1066
- bl_options: typing.Any
1067
- bl_parent_id: typing.Any
1068
989
  bl_region_type: typing.Any
1069
990
  bl_rna: typing.Any
1070
991
  bl_space_type: typing.Any
1071
992
  id_data: typing.Any
993
+ preset_operator: typing.Any
994
+ preset_subdir: typing.Any
1072
995
 
1073
996
  def append(self, draw_func):
1074
997
  """Append a draw function to this menu,
@@ -1109,10 +1032,18 @@ class RENDER_PT_encoding(RenderOutputButtonsPanel, bpy_types._GenericUI):
1109
1032
  """
1110
1033
  ...
1111
1034
 
1112
- def draw_header_preset(self, _context):
1035
+ def draw_menu(self, layout, text=None):
1113
1036
  """
1114
1037
 
1115
- :param _context:
1038
+ :param layout:
1039
+ :param text:
1040
+ """
1041
+ ...
1042
+
1043
+ def draw_panel_header(self, layout):
1044
+ """
1045
+
1046
+ :param layout:
1116
1047
  """
1117
1048
  ...
1118
1049
 
@@ -1234,17 +1165,44 @@ class RENDER_PT_encoding(RenderOutputButtonsPanel, bpy_types._GenericUI):
1234
1165
  """
1235
1166
  ...
1236
1167
 
1237
- def path_resolve(self):
1238
- """Returns the property from the path, raise an exception when not found."""
1239
- ...
1168
+ def path_menu(
1169
+ self,
1170
+ searchpaths: list[str],
1171
+ operator: str,
1172
+ props_default: dict = None,
1173
+ prop_filepath: str | None = "filepath",
1174
+ filter_ext: collections.abc.Callable | None = None,
1175
+ filter_path=None,
1176
+ display_name: collections.abc.Callable | None = None,
1177
+ add_operator=None,
1178
+ add_operator_props=None,
1179
+ ):
1180
+ """Populate a menu from a list of paths.
1240
1181
 
1241
- def poll(self, context):
1242
- """
1182
+ :param searchpaths: Paths to scan.
1183
+ :type searchpaths: list[str]
1184
+ :param operator: The operator id to use with each file.
1185
+ :type operator: str
1186
+ :param props_default: Properties to assign to each operator.
1187
+ :type props_default: dict
1188
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1189
+ :type prop_filepath: str | None
1190
+ :param filter_ext: Optional callback that takes the file extensions.
1243
1191
 
1244
- :param context:
1192
+ Returning false excludes the file from the list.
1193
+ :type filter_ext: collections.abc.Callable | None
1194
+ :param filter_path:
1195
+ :param display_name: Optional callback that takes the full path, returns the name to display.
1196
+ :type display_name: collections.abc.Callable | None
1197
+ :param add_operator:
1198
+ :param add_operator_props:
1245
1199
  """
1246
1200
  ...
1247
1201
 
1202
+ def path_resolve(self):
1203
+ """Returns the property from the path, raise an exception when not found."""
1204
+ ...
1205
+
1248
1206
  def pop(self):
1249
1207
  """Remove and return the value of the custom property assigned to key or default
1250
1208
  when not found (matches Python's dictionary function of the same name).
@@ -1295,11 +1253,10 @@ class RENDER_PT_encoding(RenderOutputButtonsPanel, bpy_types._GenericUI):
1295
1253
  """
1296
1254
  ...
1297
1255
 
1298
- class RENDER_PT_encoding_audio(RenderOutputButtonsPanel, bpy_types._GenericUI):
1256
+ class RENDER_PT_format(RenderOutputButtonsPanel, bpy_types._GenericUI):
1299
1257
  COMPAT_ENGINES: typing.Any
1300
1258
  bl_context: typing.Any
1301
1259
  bl_label: typing.Any
1302
- bl_parent_id: typing.Any
1303
1260
  bl_region_type: typing.Any
1304
1261
  bl_rna: typing.Any
1305
1262
  bl_space_type: typing.Any
@@ -1344,6 +1301,21 @@ class RENDER_PT_encoding_audio(RenderOutputButtonsPanel, bpy_types._GenericUI):
1344
1301
  """
1345
1302
  ...
1346
1303
 
1304
+ def draw_framerate(self, layout, rd):
1305
+ """
1306
+
1307
+ :param layout:
1308
+ :param rd:
1309
+ """
1310
+ ...
1311
+
1312
+ def draw_header_preset(self, _context):
1313
+ """
1314
+
1315
+ :param _context:
1316
+ """
1317
+ ...
1318
+
1347
1319
  def driver_add(self) -> bpy.types.FCurve:
1348
1320
  """Adds driver(s) to the given property
1349
1321
 
@@ -1523,15 +1495,15 @@ class RENDER_PT_encoding_audio(RenderOutputButtonsPanel, bpy_types._GenericUI):
1523
1495
  """
1524
1496
  ...
1525
1497
 
1526
- class RENDER_PT_encoding_video(RenderOutputButtonsPanel, bpy_types._GenericUI):
1527
- COMPAT_ENGINES: typing.Any
1528
- bl_context: typing.Any
1498
+ class RENDER_PT_format_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
1529
1499
  bl_label: typing.Any
1530
- bl_parent_id: typing.Any
1531
1500
  bl_region_type: typing.Any
1532
1501
  bl_rna: typing.Any
1533
1502
  bl_space_type: typing.Any
1534
1503
  id_data: typing.Any
1504
+ preset_add_operator: typing.Any
1505
+ preset_operator: typing.Any
1506
+ preset_subdir: typing.Any
1535
1507
 
1536
1508
  def append(self, draw_func):
1537
1509
  """Append a draw function to this menu,
@@ -1572,10 +1544,18 @@ class RENDER_PT_encoding_video(RenderOutputButtonsPanel, bpy_types._GenericUI):
1572
1544
  """
1573
1545
  ...
1574
1546
 
1575
- def draw_vcodec(self, context):
1576
- """Video codec options.
1547
+ def draw_menu(self, layout, text=None):
1548
+ """
1577
1549
 
1578
- :param context:
1550
+ :param layout:
1551
+ :param text:
1552
+ """
1553
+ ...
1554
+
1555
+ def draw_panel_header(self, layout):
1556
+ """
1557
+
1558
+ :param layout:
1579
1559
  """
1580
1560
  ...
1581
1561
 
@@ -1697,17 +1677,44 @@ class RENDER_PT_encoding_video(RenderOutputButtonsPanel, bpy_types._GenericUI):
1697
1677
  """
1698
1678
  ...
1699
1679
 
1700
- def path_resolve(self):
1701
- """Returns the property from the path, raise an exception when not found."""
1702
- ...
1680
+ def path_menu(
1681
+ self,
1682
+ searchpaths: list[str],
1683
+ operator: str,
1684
+ props_default: dict = None,
1685
+ prop_filepath: str | None = "filepath",
1686
+ filter_ext: collections.abc.Callable | None = None,
1687
+ filter_path=None,
1688
+ display_name: collections.abc.Callable | None = None,
1689
+ add_operator=None,
1690
+ add_operator_props=None,
1691
+ ):
1692
+ """Populate a menu from a list of paths.
1703
1693
 
1704
- def poll(self, context):
1705
- """
1694
+ :param searchpaths: Paths to scan.
1695
+ :type searchpaths: list[str]
1696
+ :param operator: The operator id to use with each file.
1697
+ :type operator: str
1698
+ :param props_default: Properties to assign to each operator.
1699
+ :type props_default: dict
1700
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1701
+ :type prop_filepath: str | None
1702
+ :param filter_ext: Optional callback that takes the file extensions.
1706
1703
 
1707
- :param context:
1704
+ Returning false excludes the file from the list.
1705
+ :type filter_ext: collections.abc.Callable | None
1706
+ :param filter_path:
1707
+ :param display_name: Optional callback that takes the full path, returns the name to display.
1708
+ :type display_name: collections.abc.Callable | None
1709
+ :param add_operator:
1710
+ :param add_operator_props:
1708
1711
  """
1709
1712
  ...
1710
1713
 
1714
+ def path_resolve(self):
1715
+ """Returns the property from the path, raise an exception when not found."""
1716
+ ...
1717
+
1711
1718
  def pop(self):
1712
1719
  """Remove and return the value of the custom property assigned to key or default
1713
1720
  when not found (matches Python's dictionary function of the same name).
@@ -1758,7 +1765,7 @@ class RENDER_PT_encoding_video(RenderOutputButtonsPanel, bpy_types._GenericUI):
1758
1765
  """
1759
1766
  ...
1760
1767
 
1761
- class RENDER_PT_format(RenderOutputButtonsPanel, bpy_types._GenericUI):
1768
+ class RENDER_PT_frame_range(RenderOutputButtonsPanel, bpy_types._GenericUI):
1762
1769
  COMPAT_ENGINES: typing.Any
1763
1770
  bl_context: typing.Any
1764
1771
  bl_label: typing.Any
@@ -1806,21 +1813,6 @@ class RENDER_PT_format(RenderOutputButtonsPanel, bpy_types._GenericUI):
1806
1813
  """
1807
1814
  ...
1808
1815
 
1809
- def draw_framerate(self, layout, rd):
1810
- """
1811
-
1812
- :param layout:
1813
- :param rd:
1814
- """
1815
- ...
1816
-
1817
- def draw_header_preset(self, _context):
1818
- """
1819
-
1820
- :param _context:
1821
- """
1822
- ...
1823
-
1824
1816
  def driver_add(self) -> bpy.types.FCurve:
1825
1817
  """Adds driver(s) to the given property
1826
1818
 
@@ -2000,7 +1992,7 @@ class RENDER_PT_format(RenderOutputButtonsPanel, bpy_types._GenericUI):
2000
1992
  """
2001
1993
  ...
2002
1994
 
2003
- class RENDER_PT_frame_range(RenderOutputButtonsPanel, bpy_types._GenericUI):
1995
+ class RENDER_PT_output(RenderOutputButtonsPanel, bpy_types._GenericUI):
2004
1996
  COMPAT_ENGINES: typing.Any
2005
1997
  bl_context: typing.Any
2006
1998
  bl_label: typing.Any
@@ -2227,10 +2219,12 @@ class RENDER_PT_frame_range(RenderOutputButtonsPanel, bpy_types._GenericUI):
2227
2219
  """
2228
2220
  ...
2229
2221
 
2230
- class RENDER_PT_output(RenderOutputButtonsPanel, bpy_types._GenericUI):
2222
+ class RENDER_PT_output_color_management(RenderOutputButtonsPanel, bpy_types._GenericUI):
2231
2223
  COMPAT_ENGINES: typing.Any
2232
2224
  bl_context: typing.Any
2233
2225
  bl_label: typing.Any
2226
+ bl_options: typing.Any
2227
+ bl_parent_id: typing.Any
2234
2228
  bl_region_type: typing.Any
2235
2229
  bl_rna: typing.Any
2236
2230
  bl_space_type: typing.Any
@@ -2454,11 +2448,10 @@ class RENDER_PT_output(RenderOutputButtonsPanel, bpy_types._GenericUI):
2454
2448
  """
2455
2449
  ...
2456
2450
 
2457
- class RENDER_PT_output_color_management(RenderOutputButtonsPanel, bpy_types._GenericUI):
2451
+ class RENDER_PT_output_views(RenderOutputButtonsPanel, bpy_types._GenericUI):
2458
2452
  COMPAT_ENGINES: typing.Any
2459
2453
  bl_context: typing.Any
2460
2454
  bl_label: typing.Any
2461
- bl_options: typing.Any
2462
2455
  bl_parent_id: typing.Any
2463
2456
  bl_region_type: typing.Any
2464
2457
  bl_rna: typing.Any
@@ -2683,11 +2676,11 @@ class RENDER_PT_output_color_management(RenderOutputButtonsPanel, bpy_types._Gen
2683
2676
  """
2684
2677
  ...
2685
2678
 
2686
- class RENDER_PT_output_views(RenderOutputButtonsPanel, bpy_types._GenericUI):
2679
+ class RENDER_PT_post_processing(RenderOutputButtonsPanel, bpy_types._GenericUI):
2687
2680
  COMPAT_ENGINES: typing.Any
2688
2681
  bl_context: typing.Any
2689
2682
  bl_label: typing.Any
2690
- bl_parent_id: typing.Any
2683
+ bl_options: typing.Any
2691
2684
  bl_region_type: typing.Any
2692
2685
  bl_rna: typing.Any
2693
2686
  bl_space_type: typing.Any
@@ -2911,7 +2904,7 @@ class RENDER_PT_output_views(RenderOutputButtonsPanel, bpy_types._GenericUI):
2911
2904
  """
2912
2905
  ...
2913
2906
 
2914
- class RENDER_PT_post_processing(RenderOutputButtonsPanel, bpy_types._GenericUI):
2907
+ class RENDER_PT_stamp(RenderOutputButtonsPanel, bpy_types._GenericUI):
2915
2908
  COMPAT_ENGINES: typing.Any
2916
2909
  bl_context: typing.Any
2917
2910
  bl_label: typing.Any
@@ -3139,11 +3132,12 @@ class RENDER_PT_post_processing(RenderOutputButtonsPanel, bpy_types._GenericUI):
3139
3132
  """
3140
3133
  ...
3141
3134
 
3142
- class RENDER_PT_stamp(RenderOutputButtonsPanel, bpy_types._GenericUI):
3135
+ class RENDER_PT_stamp_burn(RenderOutputButtonsPanel, bpy_types._GenericUI):
3143
3136
  COMPAT_ENGINES: typing.Any
3144
3137
  bl_context: typing.Any
3145
3138
  bl_label: typing.Any
3146
3139
  bl_options: typing.Any
3140
+ bl_parent_id: typing.Any
3147
3141
  bl_region_type: typing.Any
3148
3142
  bl_rna: typing.Any
3149
3143
  bl_space_type: typing.Any
@@ -3188,6 +3182,13 @@ class RENDER_PT_stamp(RenderOutputButtonsPanel, bpy_types._GenericUI):
3188
3182
  """
3189
3183
  ...
3190
3184
 
3185
+ def draw_header(self, context):
3186
+ """
3187
+
3188
+ :param context:
3189
+ """
3190
+ ...
3191
+
3191
3192
  def driver_add(self) -> bpy.types.FCurve:
3192
3193
  """Adds driver(s) to the given property
3193
3194
 
@@ -3367,7 +3368,7 @@ class RENDER_PT_stamp(RenderOutputButtonsPanel, bpy_types._GenericUI):
3367
3368
  """
3368
3369
  ...
3369
3370
 
3370
- class RENDER_PT_stamp_burn(RenderOutputButtonsPanel, bpy_types._GenericUI):
3371
+ class RENDER_PT_stamp_note(RenderOutputButtonsPanel, bpy_types._GenericUI):
3371
3372
  COMPAT_ENGINES: typing.Any
3372
3373
  bl_context: typing.Any
3373
3374
  bl_label: typing.Any
@@ -3603,12 +3604,11 @@ class RENDER_PT_stamp_burn(RenderOutputButtonsPanel, bpy_types._GenericUI):
3603
3604
  """
3604
3605
  ...
3605
3606
 
3606
- class RENDER_PT_stamp_note(RenderOutputButtonsPanel, bpy_types._GenericUI):
3607
+ class RENDER_PT_stereoscopy(RenderOutputButtonsPanel, bpy_types._GenericUI):
3607
3608
  COMPAT_ENGINES: typing.Any
3608
3609
  bl_context: typing.Any
3609
3610
  bl_label: typing.Any
3610
3611
  bl_options: typing.Any
3611
- bl_parent_id: typing.Any
3612
3612
  bl_region_type: typing.Any
3613
3613
  bl_rna: typing.Any
3614
3614
  bl_space_type: typing.Any
@@ -3839,11 +3839,12 @@ class RENDER_PT_stamp_note(RenderOutputButtonsPanel, bpy_types._GenericUI):
3839
3839
  """
3840
3840
  ...
3841
3841
 
3842
- class RENDER_PT_stereoscopy(RenderOutputButtonsPanel, bpy_types._GenericUI):
3842
+ class RENDER_PT_time_stretching(RenderOutputButtonsPanel, bpy_types._GenericUI):
3843
3843
  COMPAT_ENGINES: typing.Any
3844
3844
  bl_context: typing.Any
3845
3845
  bl_label: typing.Any
3846
3846
  bl_options: typing.Any
3847
+ bl_parent_id: typing.Any
3847
3848
  bl_region_type: typing.Any
3848
3849
  bl_rna: typing.Any
3849
3850
  bl_space_type: typing.Any
@@ -3888,13 +3889,6 @@ class RENDER_PT_stereoscopy(RenderOutputButtonsPanel, bpy_types._GenericUI):
3888
3889
  """
3889
3890
  ...
3890
3891
 
3891
- def draw_header(self, context):
3892
- """
3893
-
3894
- :param context:
3895
- """
3896
- ...
3897
-
3898
3892
  def driver_add(self) -> bpy.types.FCurve:
3899
3893
  """Adds driver(s) to the given property
3900
3894
 
@@ -4074,15 +4068,8 @@ class RENDER_PT_stereoscopy(RenderOutputButtonsPanel, bpy_types._GenericUI):
4074
4068
  """
4075
4069
  ...
4076
4070
 
4077
- class RENDER_PT_time_stretching(RenderOutputButtonsPanel, bpy_types._GenericUI):
4078
- COMPAT_ENGINES: typing.Any
4079
- bl_context: typing.Any
4080
- bl_label: typing.Any
4081
- bl_options: typing.Any
4082
- bl_parent_id: typing.Any
4083
- bl_region_type: typing.Any
4071
+ class RENDER_UL_renderviews(bpy_types._GenericUI):
4084
4072
  bl_rna: typing.Any
4085
- bl_space_type: typing.Any
4086
4073
  id_data: typing.Any
4087
4074
 
4088
4075
  def append(self, draw_func):
@@ -4117,10 +4104,19 @@ class RENDER_PT_time_stretching(RenderOutputButtonsPanel, bpy_types._GenericUI):
4117
4104
  """
4118
4105
  ...
4119
4106
 
4120
- def draw(self, context):
4107
+ def draw_item(
4108
+ self, _context, layout, _data, item, icon, _active_data, _active_propname, index
4109
+ ):
4121
4110
  """
4122
4111
 
4123
- :param context:
4112
+ :param _context:
4113
+ :param layout:
4114
+ :param _data:
4115
+ :param item:
4116
+ :param icon:
4117
+ :param _active_data:
4118
+ :param _active_propname:
4119
+ :param index:
4124
4120
  """
4125
4121
  ...
4126
4122
 
@@ -4246,13 +4242,6 @@ class RENDER_PT_time_stretching(RenderOutputButtonsPanel, bpy_types._GenericUI):
4246
4242
  """Returns the property from the path, raise an exception when not found."""
4247
4243
  ...
4248
4244
 
4249
- def poll(self, context):
4250
- """
4251
-
4252
- :param context:
4253
- """
4254
- ...
4255
-
4256
4245
  def pop(self):
4257
4246
  """Remove and return the value of the custom property assigned to key or default
4258
4247
  when not found (matches Python's dictionary function of the same name).
@@ -4302,3 +4291,15 @@ class RENDER_PT_time_stretching(RenderOutputButtonsPanel, bpy_types._GenericUI):
4302
4291
  :return: custom property values.
4303
4292
  """
4304
4293
  ...
4294
+
4295
+ class RenderOutputButtonsPanel:
4296
+ bl_context: typing.Any
4297
+ bl_region_type: typing.Any
4298
+ bl_space_type: typing.Any
4299
+
4300
+ def poll(self, context):
4301
+ """
4302
+
4303
+ :param context:
4304
+ """
4305
+ ...