fake-bpy-module 20240517__py3-none-any.whl → 20240519__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 (312) hide show
  1. _bpy_internal/__init__.pyi +2 -1
  2. _bpy_internal/freedesktop/__init__.pyi +20 -86
  3. addon_utils/__init__.pyi +7 -31
  4. animsys_refactor/__init__.pyi +7 -26
  5. aud/__init__.pyi +3 -5
  6. bgl/__init__.pyi +2 -1630
  7. bl_app_override/__init__.pyi +5 -15
  8. bl_app_override/helpers/__init__.pyi +4 -23
  9. bl_app_template_utils/__init__.pyi +5 -16
  10. bl_console_utils/__init__.pyi +2 -1
  11. bl_console_utils/autocomplete/__init__.pyi +2 -1
  12. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
  13. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
  15. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
  16. bl_i18n_utils/__init__.pyi +2 -1
  17. bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
  18. bl_i18n_utils/merge_po/__init__.pyi +3 -5
  19. bl_i18n_utils/settings/__init__.pyi +4 -23
  20. bl_i18n_utils/utils/__init__.pyi +10 -66
  21. bl_i18n_utils/utils_cli/__init__.pyi +9 -31
  22. bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
  23. bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
  24. bl_keymap_utils/__init__.pyi +2 -1
  25. bl_keymap_utils/io/__init__.pyi +10 -40
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
  28. bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
  29. bl_keymap_utils/versioning/__init__.pyi +3 -5
  30. bl_math/__init__.pyi +2 -1
  31. bl_operators/__init__.pyi +4 -10
  32. bl_operators/add_mesh_torus/__init__.pyi +4 -19
  33. bl_operators/anim/__init__.pyi +2 -71
  34. bl_operators/assets/__init__.pyi +2 -30
  35. bl_operators/bmesh/__init__.pyi +2 -1
  36. bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
  37. bl_operators/clip/__init__.pyi +7 -115
  38. bl_operators/console/__init__.pyi +2 -38
  39. bl_operators/constraint/__init__.pyi +2 -37
  40. bl_operators/file/__init__.pyi +2 -28
  41. bl_operators/freestyle/__init__.pyi +2 -37
  42. bl_operators/geometry_nodes/__init__.pyi +15 -103
  43. bl_operators/image/__init__.pyi +2 -52
  44. bl_operators/mesh/__init__.pyi +2 -28
  45. bl_operators/node/__init__.pyi +2 -105
  46. bl_operators/object/__init__.pyi +2 -138
  47. bl_operators/object_align/__init__.pyi +5 -24
  48. bl_operators/object_quick_effects/__init__.pyi +4 -49
  49. bl_operators/object_randomize_transform/__init__.pyi +5 -14
  50. bl_operators/presets/__init__.pyi +4 -376
  51. bl_operators/rigidbody/__init__.pyi +2 -28
  52. bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
  53. bl_operators/sequencer/__init__.pyi +3 -104
  54. bl_operators/spreadsheet/__init__.pyi +2 -10
  55. bl_operators/userpref/__init__.pyi +3 -201
  56. bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
  57. bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
  58. bl_operators/uvcalc_transform/__init__.pyi +13 -73
  59. bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
  60. bl_operators/view3d/__init__.pyi +2 -64
  61. bl_operators/wm/__init__.pyi +16 -451
  62. bl_operators/world/__init__.pyi +2 -10
  63. bl_previews_utils/__init__.pyi +2 -1
  64. bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
  65. bl_rna_utils/__init__.pyi +2 -1
  66. bl_rna_utils/data_path/__init__.pyi +2 -2
  67. bl_text_utils/__init__.pyi +2 -1
  68. bl_text_utils/external_editor/__init__.pyi +3 -5
  69. bl_ui/__init__.pyi +32 -141
  70. bl_ui/anim/__init__.pyi +3 -12
  71. bl_ui/asset_shelf/__init__.pyi +3 -16
  72. bl_ui/generic_ui_list/__init__.pyi +4 -31
  73. bl_ui/node_add_menu/__init__.pyi +6 -28
  74. bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
  75. bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
  76. bl_ui/node_add_menu_shader/__init__.pyi +20 -170
  77. bl_ui/node_add_menu_texture/__init__.pyi +11 -118
  78. bl_ui/properties_animviz/__init__.pyi +2 -15
  79. bl_ui/properties_collection/__init__.pyi +9 -112
  80. bl_ui/properties_constraint/__init__.pyi +81 -1524
  81. bl_ui/properties_data_armature/__init__.pyi +14 -214
  82. bl_ui/properties_data_bone/__init__.pyi +12 -198
  83. bl_ui/properties_data_camera/__init__.pyi +17 -312
  84. bl_ui/properties_data_curve/__init__.pyi +17 -319
  85. bl_ui/properties_data_curves/__init__.pyi +8 -108
  86. bl_ui/properties_data_empty/__init__.pyi +4 -44
  87. bl_ui/properties_data_gpencil/__init__.pyi +20 -350
  88. bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
  89. bl_ui/properties_data_lattice/__init__.pyi +5 -65
  90. bl_ui/properties_data_light/__init__.pyi +14 -264
  91. bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
  92. bl_ui/properties_data_mesh/__init__.pyi +23 -325
  93. bl_ui/properties_data_metaball/__init__.pyi +7 -103
  94. bl_ui/properties_data_modifier/__init__.pyi +10 -178
  95. bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
  96. bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
  97. bl_ui/properties_data_speaker/__init__.pyi +7 -111
  98. bl_ui/properties_data_volume/__init__.pyi +10 -156
  99. bl_ui/properties_freestyle/__init__.pyi +31 -615
  100. bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
  101. bl_ui/properties_mask_common/__init__.pyi +10 -111
  102. bl_ui/properties_material/__init__.pyi +20 -331
  103. bl_ui/properties_material_gpencil/__init__.pyi +12 -182
  104. bl_ui/properties_object/__init__.pyi +16 -276
  105. bl_ui/properties_output/__init__.pyi +20 -370
  106. bl_ui/properties_paint_common/__init__.pyi +14 -106
  107. bl_ui/properties_particle/__init__.pyi +58 -1159
  108. bl_ui/properties_physics_cloth/__init__.pyi +17 -314
  109. bl_ui/properties_physics_common/__init__.pyi +9 -58
  110. bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
  111. bl_ui/properties_physics_field/__init__.pyi +13 -218
  112. bl_ui/properties_physics_fluid/__init__.pyi +30 -626
  113. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
  114. bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
  115. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
  116. bl_ui/properties_physics_softbody/__init__.pyi +18 -353
  117. bl_ui/properties_render/__init__.pyi +56 -1146
  118. bl_ui/properties_scene/__init__.pyi +17 -298
  119. bl_ui/properties_texture/__init__.pyi +30 -577
  120. bl_ui/properties_view_layer/__init__.pyi +20 -346
  121. bl_ui/properties_workspace/__init__.pyi +6 -80
  122. bl_ui/properties_world/__init__.pyi +12 -220
  123. bl_ui/space_clip/__init__.pyi +73 -1090
  124. bl_ui/space_console/__init__.pyi +9 -73
  125. bl_ui/space_dopesheet/__init__.pyi +33 -485
  126. bl_ui/space_filebrowser/__init__.pyi +36 -431
  127. bl_ui/space_graph/__init__.pyi +22 -237
  128. bl_ui/space_image/__init__.pyi +70 -1089
  129. bl_ui/space_info/__init__.pyi +8 -71
  130. bl_ui/space_nla/__init__.pyi +19 -210
  131. bl_ui/space_node/__init__.pyi +32 -436
  132. bl_ui/space_outliner/__init__.pyi +17 -165
  133. bl_ui/space_properties/__init__.pyi +5 -42
  134. bl_ui/space_sequencer/__init__.pyi +79 -1142
  135. bl_ui/space_spreadsheet/__init__.pyi +3 -12
  136. bl_ui/space_statusbar/__init__.pyi +3 -12
  137. bl_ui/space_text/__init__.pyi +18 -193
  138. bl_ui/space_time/__init__.pyi +10 -111
  139. bl_ui/space_toolsystem_common/__init__.pyi +42 -200
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
  141. bl_ui/space_topbar/__init__.pyi +29 -335
  142. bl_ui/space_userpref/__init__.pyi +94 -1576
  143. bl_ui/space_view3d/__init__.pyi +271 -3438
  144. bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
  145. bl_ui/temp_anim_layers/__init__.pyi +4 -22
  146. bl_ui/utils/__init__.pyi +2 -8
  147. bl_ui_utils/__init__.pyi +2 -1
  148. bl_ui_utils/bug_report_url/__init__.pyi +3 -5
  149. bl_ui_utils/layout/__init__.pyi +2 -1
  150. blend_render_info/__init__.pyi +4 -10
  151. blf/__init__.pyi +2 -1
  152. bmesh/__init__.pyi +2 -1
  153. bmesh/geometry/__init__.pyi +2 -1
  154. bmesh/ops/__init__.pyi +2 -1
  155. bmesh/types/__init__.pyi +29 -45
  156. bmesh/utils/__init__.pyi +2 -1
  157. bpy/__init__.pyi +2 -1
  158. bpy/app/__init__.pyi +2 -1
  159. bpy/app/handlers/__init__.pyi +2 -1
  160. bpy/app/icons/__init__.pyi +2 -1
  161. bpy/app/timers/__init__.pyi +8 -15
  162. bpy/app/translations/__init__.pyi +2 -1
  163. bpy/msgbus/__init__.pyi +2 -1
  164. bpy/ops/__init__.pyi +2 -1
  165. bpy/ops/action/__init__.pyi +22 -21
  166. bpy/ops/anim/__init__.pyi +32 -31
  167. bpy/ops/armature/__init__.pyi +22 -21
  168. bpy/ops/asset/__init__.pyi +8 -7
  169. bpy/ops/bl_pkg/__init__.pyi +4 -3
  170. bpy/ops/boid/__init__.pyi +2 -1
  171. bpy/ops/brush/__init__.pyi +10 -9
  172. bpy/ops/buttons/__init__.pyi +10 -9
  173. bpy/ops/cachefile/__init__.pyi +12 -11
  174. bpy/ops/camera/__init__.pyi +2 -1
  175. bpy/ops/clip/__init__.pyi +38 -37
  176. bpy/ops/cloth/__init__.pyi +2 -1
  177. bpy/ops/collection/__init__.pyi +8 -7
  178. bpy/ops/console/__init__.pyi +8 -7
  179. bpy/ops/constraint/__init__.pyi +30 -29
  180. bpy/ops/curve/__init__.pyi +32 -31
  181. bpy/ops/curves/__init__.pyi +10 -9
  182. bpy/ops/cycles/__init__.pyi +2 -1
  183. bpy/ops/dpaint/__init__.pyi +4 -3
  184. bpy/ops/ed/__init__.pyi +6 -5
  185. bpy/ops/export_anim/__init__.pyi +4 -3
  186. bpy/ops/export_scene/__init__.pyi +40 -39
  187. bpy/ops/file/__init__.pyi +20 -19
  188. bpy/ops/fluid/__init__.pyi +2 -1
  189. bpy/ops/font/__init__.pyi +22 -21
  190. bpy/ops/geometry/__init__.pyi +4 -3
  191. bpy/ops/gizmogroup/__init__.pyi +2 -1
  192. bpy/ops/gpencil/__init__.pyi +134 -133
  193. bpy/ops/graph/__init__.pyi +40 -39
  194. bpy/ops/grease_pencil/__init__.pyi +42 -41
  195. bpy/ops/image/__init__.pyi +22 -21
  196. bpy/ops/import_anim/__init__.pyi +10 -9
  197. bpy/ops/import_curve/__init__.pyi +2 -1
  198. bpy/ops/import_scene/__init__.pyi +20 -19
  199. bpy/ops/info/__init__.pyi +6 -5
  200. bpy/ops/lattice/__init__.pyi +8 -7
  201. bpy/ops/marker/__init__.pyi +10 -9
  202. bpy/ops/mask/__init__.pyi +14 -13
  203. bpy/ops/material/__init__.pyi +2 -1
  204. bpy/ops/mball/__init__.pyi +8 -7
  205. bpy/ops/mesh/__init__.pyi +112 -111
  206. bpy/ops/nla/__init__.pyi +16 -15
  207. bpy/ops/node/__init__.pyi +32 -31
  208. bpy/ops/object/__init__.pyi +186 -185
  209. bpy/ops/outliner/__init__.pyi +38 -37
  210. bpy/ops/paint/__init__.pyi +50 -49
  211. bpy/ops/paintcurve/__init__.pyi +2 -1
  212. bpy/ops/palette/__init__.pyi +6 -5
  213. bpy/ops/particle/__init__.pyi +16 -15
  214. bpy/ops/pose/__init__.pyi +32 -31
  215. bpy/ops/poselib/__init__.pyi +2 -1
  216. bpy/ops/preferences/__init__.pyi +14 -13
  217. bpy/ops/ptcache/__init__.pyi +2 -1
  218. bpy/ops/render/__init__.pyi +4 -3
  219. bpy/ops/rigidbody/__init__.pyi +10 -9
  220. bpy/ops/scene/__init__.pyi +18 -17
  221. bpy/ops/screen/__init__.pyi +16 -15
  222. bpy/ops/script/__init__.pyi +2 -1
  223. bpy/ops/sculpt/__init__.pyi +68 -67
  224. bpy/ops/sculpt_curves/__init__.pyi +4 -3
  225. bpy/ops/sequencer/__init__.pyi +74 -73
  226. bpy/ops/sound/__init__.pyi +20 -19
  227. bpy/ops/spreadsheet/__init__.pyi +2 -1
  228. bpy/ops/surface/__init__.pyi +14 -13
  229. bpy/ops/text/__init__.pyi +24 -23
  230. bpy/ops/text_editor/__init__.pyi +2 -1
  231. bpy/ops/texture/__init__.pyi +4 -3
  232. bpy/ops/transform/__init__.pyi +32 -31
  233. bpy/ops/ui/__init__.pyi +8 -7
  234. bpy/ops/uilist/__init__.pyi +4 -3
  235. bpy/ops/uv/__init__.pyi +66 -65
  236. bpy/ops/view2d/__init__.pyi +2 -1
  237. bpy/ops/view3d/__init__.pyi +36 -35
  238. bpy/ops/wm/__init__.pyi +191 -187
  239. bpy/ops/workspace/__init__.pyi +2 -1
  240. bpy/ops/world/__init__.pyi +2 -1
  241. bpy/path/__init__.pyi +2 -1
  242. bpy/props/__init__.pyi +2 -1
  243. bpy/types/__init__.pyi +546 -4852
  244. bpy/utils/__init__.pyi +16 -71
  245. bpy/utils/previews/__init__.pyi +2 -1
  246. bpy/utils/units/__init__.pyi +2 -1
  247. bpy_extras/__init__.pyi +2 -1
  248. bpy_extras/anim_utils/__init__.pyi +2 -2
  249. bpy_extras/asset_utils/__init__.pyi +2 -11
  250. bpy_extras/bmesh_utils/__init__.pyi +3 -5
  251. bpy_extras/extensions/__init__.pyi +2 -1
  252. bpy_extras/extensions/junction_module/__init__.pyi +3 -7
  253. bpy_extras/id_map_utils/__init__.pyi +2 -1
  254. bpy_extras/image_utils/__init__.pyi +2 -1
  255. bpy_extras/io_utils/__init__.pyi +6 -25
  256. bpy_extras/keyconfig_utils/__init__.pyi +4 -10
  257. bpy_extras/mesh_utils/__init__.pyi +2 -1
  258. bpy_extras/node_shader_utils/__init__.pyi +46 -286
  259. bpy_extras/node_utils/__init__.pyi +4 -10
  260. bpy_extras/object_utils/__init__.pyi +2 -3
  261. bpy_extras/view3d_utils/__init__.pyi +2 -1
  262. bpy_extras/wm_utils/__init__.pyi +2 -1
  263. bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
  264. bpy_restrict_state/__init__.pyi +3 -15
  265. bpy_types/__init__.pyi +10 -275
  266. console_python/__init__.pyi +8 -37
  267. console_shell/__init__.pyi +8 -26
  268. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
  269. fake_bpy_module-20240519.dist-info/RECORD +353 -0
  270. freestyle/__init__.pyi +2 -1
  271. freestyle/chainingiterators/__init__.pyi +12 -41
  272. freestyle/functions/__init__.pyi +9 -34
  273. freestyle/predicates/__init__.pyi +46 -218
  274. freestyle/shaders/__init__.pyi +2 -11
  275. freestyle/types/__init__.pyi +2 -1
  276. freestyle/utils/ContextFunctions/__init__.pyi +2 -1
  277. freestyle/utils/__init__.pyi +5 -16
  278. gpu/__init__.pyi +2 -1
  279. gpu/capabilities/__init__.pyi +2 -1
  280. gpu/matrix/__init__.pyi +2 -1
  281. gpu/platform/__init__.pyi +2 -1
  282. gpu/select/__init__.pyi +2 -1
  283. gpu/shader/__init__.pyi +2 -1
  284. gpu/state/__init__.pyi +2 -1
  285. gpu/texture/__init__.pyi +2 -1
  286. gpu/types/__init__.pyi +2 -1
  287. gpu_extras/__init__.pyi +2 -1
  288. gpu_extras/batch/__init__.pyi +2 -1
  289. gpu_extras/presets/__init__.pyi +2 -1
  290. graphviz_export/__init__.pyi +4 -10
  291. idprop/__init__.pyi +2 -1
  292. idprop/types/__init__.pyi +8 -34
  293. imbuf/__init__.pyi +2 -1
  294. imbuf/types/__init__.pyi +2 -3
  295. keyingsets_builtins/__init__.pyi +4 -157
  296. keyingsets_utils/__init__.pyi +17 -71
  297. mathutils/__init__.pyi +2 -1
  298. mathutils/bvhtree/__init__.pyi +2 -3
  299. mathutils/geometry/__init__.pyi +2 -1
  300. mathutils/interpolate/__init__.pyi +2 -1
  301. mathutils/kdtree/__init__.pyi +2 -1
  302. mathutils/noise/__init__.pyi +2 -1
  303. nodeitems_builtins/__init__.pyi +7 -31
  304. nodeitems_utils/__init__.pyi +10 -46
  305. rna_info/__init__.pyi +24 -201
  306. rna_keymap_ui/__init__.pyi +9 -31
  307. rna_prop_ui/__init__.pyi +11 -50
  308. rna_xml/__init__.pyi +8 -30
  309. sys_info/__init__.pyi +3 -5
  310. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  311. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
  312. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
@@ -2,13 +2,14 @@ import typing
2
2
  import bpy.ops.transform
3
3
  import bpy.types
4
4
 
5
- GenericType = typing.TypeVar("GenericType")
5
+ GenericType1 = typing.TypeVar("GenericType1")
6
+ GenericType2 = typing.TypeVar("GenericType2")
6
7
 
7
8
  def change_effect_input(
8
9
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
9
10
  execution_context: str | int | None = None,
10
11
  undo: bool | None = None,
11
- swap: typing.Any | None = "A_B",
12
+ swap: str | int | None = "A_B",
12
13
  ):
13
14
  """Undocumented, consider contributing.
14
15
 
@@ -16,7 +17,7 @@ def change_effect_input(
16
17
  :type execution_context: str | int | None
17
18
  :type undo: bool | None
18
19
  :param swap: Swap, The effect inputs to swap
19
- :type swap: typing.Any | None
20
+ :type swap: str | int | None
20
21
  """
21
22
 
22
23
  ...
@@ -25,7 +26,7 @@ def change_effect_type(
25
26
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
26
27
  execution_context: str | int | None = None,
27
28
  undo: bool | None = None,
28
- type: typing.Any | None = "CROSS",
29
+ type: str | int | None = "CROSS",
29
30
  ):
30
31
  """Undocumented, consider contributing.
31
32
 
@@ -87,7 +88,7 @@ def change_effect_type(
87
88
 
88
89
  COLORMIX
89
90
  Color Mix.
90
- :type type: typing.Any | None
91
+ :type type: str | int | None
91
92
  """
92
93
 
93
94
  ...
@@ -121,8 +122,8 @@ def change_path(
121
122
  filter_blenlib: bool | typing.Any | None = False,
122
123
  filemode: typing.Any | None = 9,
123
124
  relative_path: bool | typing.Any | None = True,
124
- display_type: typing.Any | None = "DEFAULT",
125
- sort_method: str | int | typing.Any | None = "",
125
+ display_type: str | int | None = "DEFAULT",
126
+ sort_method: str | int | None = "",
126
127
  use_placeholders: bool | typing.Any | None = False,
127
128
  ):
128
129
  """Undocumented, consider contributing.
@@ -191,9 +192,9 @@ def change_path(
191
192
 
192
193
  THUMBNAIL
193
194
  Thumbnails -- Display files as thumbnails.
194
- :type display_type: typing.Any | None
195
+ :type display_type: str | int | None
195
196
  :param sort_method: File sorting mode
196
- :type sort_method: str | int | typing.Any | None
197
+ :type sort_method: str | int | None
197
198
  :param use_placeholders: Use Placeholders, Use placeholders for missing frames of the strip
198
199
  :type use_placeholders: bool | typing.Any | None
199
200
  """
@@ -204,7 +205,7 @@ def change_scene(
204
205
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
205
206
  execution_context: str | int | None = None,
206
207
  undo: bool | None = None,
207
- scene: str | int | typing.Any | None = "",
208
+ scene: str | int | None = "",
208
209
  ):
209
210
  """Change Scene assigned to Strip
210
211
 
@@ -212,7 +213,7 @@ def change_scene(
212
213
  :type execution_context: str | int | None
213
214
  :type undo: bool | None
214
215
  :param scene: Scene
215
- :type scene: str | int | typing.Any | None
216
+ :type scene: str | int | None
216
217
  """
217
218
 
218
219
  ...
@@ -334,7 +335,7 @@ def effect_strip_add(
334
335
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
335
336
  execution_context: str | int | None = None,
336
337
  undo: bool | None = None,
337
- type: typing.Any | None = "CROSS",
338
+ type: str | int | None = "CROSS",
338
339
  frame_start: typing.Any | None = 0,
339
340
  frame_end: typing.Any | None = 0,
340
341
  channel: typing.Any | None = 1,
@@ -403,7 +404,7 @@ def effect_strip_add(
403
404
 
404
405
  COLORMIX
405
406
  Color Mix.
406
- :type type: typing.Any | None
407
+ :type type: str | int | None
407
408
  :param frame_start: Start Frame, Start frame of the sequence strip
408
409
  :type frame_start: typing.Any | None
409
410
  :param frame_end: End Frame, End frame for the color strip
@@ -476,8 +477,8 @@ def export_subtitles(
476
477
  filter_folder: bool | typing.Any | None = True,
477
478
  filter_blenlib: bool | typing.Any | None = False,
478
479
  filemode: typing.Any | None = 8,
479
- display_type: typing.Any | None = "DEFAULT",
480
- sort_method: str | int | typing.Any | None = "",
480
+ display_type: str | int | None = "DEFAULT",
481
+ sort_method: str | int | None = "",
481
482
  ):
482
483
  """Export .srt file containing text strips
483
484
 
@@ -539,9 +540,9 @@ def export_subtitles(
539
540
 
540
541
  THUMBNAIL
541
542
  Thumbnails -- Display files as thumbnails.
542
- :type display_type: typing.Any | None
543
+ :type display_type: str | int | None
543
544
  :param sort_method: File sorting mode
544
- :type sort_method: str | int | typing.Any | None
545
+ :type sort_method: str | int | None
545
546
  """
546
547
 
547
548
  ...
@@ -551,7 +552,7 @@ def fades_add(
551
552
  execution_context: str | int | None = None,
552
553
  undo: bool | None = None,
553
554
  duration_seconds: typing.Any | None = 1.0,
554
- type: typing.Any | None = "IN_OUT",
555
+ type: str | int | None = "IN_OUT",
555
556
  ):
556
557
  """Adds or updates a fade animation for either visual or audio strips
557
558
 
@@ -576,7 +577,7 @@ def fades_add(
576
577
 
577
578
  CURSOR_TO
578
579
  To Current Frame -- Fade from the start of sequences under the time cursor to the current frame.
579
- :type type: typing.Any | None
580
+ :type type: str | int | None
580
581
  """
581
582
 
582
583
  ...
@@ -658,15 +659,15 @@ def image_strip_add(
658
659
  relative_path: bool | typing.Any | None = True,
659
660
  show_multiview: bool | typing.Any | None = False,
660
661
  use_multiview: bool | typing.Any | None = False,
661
- display_type: typing.Any | None = "DEFAULT",
662
- sort_method: typing.Any | None = "",
662
+ display_type: str | int | None = "DEFAULT",
663
+ sort_method: str | int | None = "",
663
664
  frame_start: typing.Any | None = 0,
664
665
  frame_end: typing.Any | None = 0,
665
666
  channel: typing.Any | None = 1,
666
667
  replace_sel: bool | typing.Any | None = True,
667
668
  overlap: bool | typing.Any | None = False,
668
669
  overlap_shuffle_override: bool | typing.Any | None = False,
669
- fit_method: typing.Any | None = "FIT",
670
+ fit_method: str | int | None = "FIT",
670
671
  set_view_transform: bool | typing.Any | None = True,
671
672
  use_placeholders: bool | typing.Any | None = False,
672
673
  ):
@@ -736,7 +737,7 @@ def image_strip_add(
736
737
 
737
738
  THUMBNAIL
738
739
  Thumbnails -- Display files as thumbnails.
739
- :type display_type: typing.Any | None
740
+ :type display_type: str | int | None
740
741
  :param sort_method: File sorting mode
741
742
 
742
743
  DEFAULT
@@ -753,7 +754,7 @@ def image_strip_add(
753
754
 
754
755
  FILE_SORT_SIZE
755
756
  Size -- Sort files by size.
756
- :type sort_method: typing.Any | None
757
+ :type sort_method: str | int | None
757
758
  :param frame_start: Start Frame, Start frame of the sequence strip
758
759
  :type frame_start: typing.Any | None
759
760
  :param frame_end: End Frame, End frame for the color strip
@@ -779,7 +780,7 @@ def image_strip_add(
779
780
 
780
781
  ORIGINAL
781
782
  Use Original Size -- Keep image at its original size.
782
- :type fit_method: typing.Any | None
783
+ :type fit_method: str | int | None
783
784
  :param set_view_transform: Set View Transform, Set appropriate view transform based on media color space
784
785
  :type set_view_transform: bool | typing.Any | None
785
786
  :param use_placeholders: Use Placeholders, Use placeholders for missing frames of the strip
@@ -828,7 +829,7 @@ def mask_strip_add(
828
829
  replace_sel: bool | typing.Any | None = True,
829
830
  overlap: bool | typing.Any | None = False,
830
831
  overlap_shuffle_override: bool | typing.Any | None = False,
831
- mask: str | int | typing.Any | None = "",
832
+ mask: str | int | None = "",
832
833
  ):
833
834
  """Add a mask strip to the sequencer
834
835
 
@@ -846,7 +847,7 @@ def mask_strip_add(
846
847
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
847
848
  :type overlap_shuffle_override: bool | typing.Any | None
848
849
  :param mask: Mask
849
- :type mask: str | int | typing.Any | None
850
+ :type mask: str | int | None
850
851
  """
851
852
 
852
853
  ...
@@ -923,14 +924,14 @@ def movie_strip_add(
923
924
  relative_path: bool | typing.Any | None = True,
924
925
  show_multiview: bool | typing.Any | None = False,
925
926
  use_multiview: bool | typing.Any | None = False,
926
- display_type: typing.Any | None = "DEFAULT",
927
- sort_method: typing.Any | None = "",
927
+ display_type: str | int | None = "DEFAULT",
928
+ sort_method: str | int | None = "",
928
929
  frame_start: typing.Any | None = 0,
929
930
  channel: typing.Any | None = 1,
930
931
  replace_sel: bool | typing.Any | None = True,
931
932
  overlap: bool | typing.Any | None = False,
932
933
  overlap_shuffle_override: bool | typing.Any | None = False,
933
- fit_method: typing.Any | None = "FIT",
934
+ fit_method: str | int | None = "FIT",
934
935
  set_view_transform: bool | typing.Any | None = True,
935
936
  adjust_playback_rate: bool | typing.Any | None = True,
936
937
  sound: bool | typing.Any | None = True,
@@ -1004,7 +1005,7 @@ def movie_strip_add(
1004
1005
 
1005
1006
  THUMBNAIL
1006
1007
  Thumbnails -- Display files as thumbnails.
1007
- :type display_type: typing.Any | None
1008
+ :type display_type: str | int | None
1008
1009
  :param sort_method: File sorting mode
1009
1010
 
1010
1011
  DEFAULT
@@ -1021,7 +1022,7 @@ def movie_strip_add(
1021
1022
 
1022
1023
  FILE_SORT_SIZE
1023
1024
  Size -- Sort files by size.
1024
- :type sort_method: typing.Any | None
1025
+ :type sort_method: str | int | None
1025
1026
  :param frame_start: Start Frame, Start frame of the sequence strip
1026
1027
  :type frame_start: typing.Any | None
1027
1028
  :param channel: Channel, Channel to place this strip into
@@ -1045,7 +1046,7 @@ def movie_strip_add(
1045
1046
 
1046
1047
  ORIGINAL
1047
1048
  Use Original Size -- Keep image at its original size.
1048
- :type fit_method: typing.Any | None
1049
+ :type fit_method: str | int | None
1049
1050
  :param set_view_transform: Set View Transform, Set appropriate view transform based on media color space
1050
1051
  :type set_view_transform: bool | typing.Any | None
1051
1052
  :param adjust_playback_rate: Adjust Playback Rate, Play at normal speed regardless of scene FPS
@@ -1067,7 +1068,7 @@ def movieclip_strip_add(
1067
1068
  replace_sel: bool | typing.Any | None = True,
1068
1069
  overlap: bool | typing.Any | None = False,
1069
1070
  overlap_shuffle_override: bool | typing.Any | None = False,
1070
- clip: str | int | typing.Any | None = "",
1071
+ clip: str | int | None = "",
1071
1072
  ):
1072
1073
  """Add a movieclip strip to the sequencer
1073
1074
 
@@ -1085,7 +1086,7 @@ def movieclip_strip_add(
1085
1086
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
1086
1087
  :type overlap_shuffle_override: bool | typing.Any | None
1087
1088
  :param clip: Clip
1088
- :type clip: str | int | typing.Any | None
1089
+ :type clip: str | int | None
1089
1090
  """
1090
1091
 
1091
1092
  ...
@@ -1404,7 +1405,7 @@ def scene_strip_add(
1404
1405
  replace_sel: bool | typing.Any | None = True,
1405
1406
  overlap: bool | typing.Any | None = False,
1406
1407
  overlap_shuffle_override: bool | typing.Any | None = False,
1407
- scene: str | int | typing.Any | None = "",
1408
+ scene: str | int | None = "",
1408
1409
  ):
1409
1410
  """Add a strip to the sequencer using a Blender scene as a source
1410
1411
 
@@ -1422,7 +1423,7 @@ def scene_strip_add(
1422
1423
  :param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
1423
1424
  :type overlap_shuffle_override: bool | typing.Any | None
1424
1425
  :param scene: Scene
1425
- :type scene: str | int | typing.Any | None
1426
+ :type scene: str | int | None
1426
1427
  """
1427
1428
 
1428
1429
  ...
@@ -1436,7 +1437,7 @@ def scene_strip_add_new(
1436
1437
  replace_sel: bool | typing.Any | None = True,
1437
1438
  overlap: bool | typing.Any | None = False,
1438
1439
  overlap_shuffle_override: bool | typing.Any | None = False,
1439
- type: typing.Any | None = "NEW",
1440
+ type: str | int | None = "NEW",
1440
1441
  ):
1441
1442
  """Create a new Strip and assign a new Scene as source
1442
1443
 
@@ -1466,7 +1467,7 @@ def scene_strip_add_new(
1466
1467
 
1467
1468
  FULL_COPY
1468
1469
  Full Copy -- Add a Strip and make a full copy of the current scene.
1469
- :type type: typing.Any | None
1470
+ :type type: str | int | None
1470
1471
  """
1471
1472
 
1472
1473
  ...
@@ -1525,7 +1526,7 @@ def select_all(
1525
1526
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1526
1527
  execution_context: str | int | None = None,
1527
1528
  undo: bool | None = None,
1528
- action: typing.Any | None = "TOGGLE",
1529
+ action: str | int | None = "TOGGLE",
1529
1530
  ):
1530
1531
  """Select or deselect all strips
1531
1532
 
@@ -1545,7 +1546,7 @@ def select_all(
1545
1546
 
1546
1547
  INVERT
1547
1548
  Invert -- Invert selection of all elements.
1548
- :type action: typing.Any | None
1549
+ :type action: str | int | None
1549
1550
  """
1550
1551
 
1551
1552
  ...
@@ -1559,7 +1560,7 @@ def select_box(
1559
1560
  ymin: typing.Any | None = 0,
1560
1561
  ymax: typing.Any | None = 0,
1561
1562
  wait_for_input: bool | typing.Any | None = True,
1562
- mode: typing.Any | None = "SET",
1563
+ mode: str | int | None = "SET",
1563
1564
  tweak: bool | typing.Any | None = False,
1564
1565
  include_handles: bool | typing.Any | None = False,
1565
1566
  ):
@@ -1588,7 +1589,7 @@ def select_box(
1588
1589
 
1589
1590
  SUB
1590
1591
  Subtract -- Subtract existing selection.
1591
- :type mode: typing.Any | None
1592
+ :type mode: str | int | None
1592
1593
  :param tweak: Tweak, Operator has been activated using a click-drag event
1593
1594
  :type tweak: bool | typing.Any | None
1594
1595
  :param include_handles: Select Handles, Select the strips and their handles
@@ -1601,7 +1602,7 @@ def select_grouped(
1601
1602
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1602
1603
  execution_context: str | int | None = None,
1603
1604
  undo: bool | None = None,
1604
- type: typing.Any | None = "TYPE",
1605
+ type: str | int | None = "TYPE",
1605
1606
  extend: bool | typing.Any | None = False,
1606
1607
  use_active_channel: bool | typing.Any | None = False,
1607
1608
  ):
@@ -1632,7 +1633,7 @@ def select_grouped(
1632
1633
 
1633
1634
  OVERLAP
1634
1635
  Overlap -- Overlapping time.
1635
- :type type: typing.Any | None
1636
+ :type type: str | int | None
1636
1637
  :param extend: Extend, Extend selection instead of deselecting everything first
1637
1638
  :type extend: bool | typing.Any | None
1638
1639
  :param use_active_channel: Same Channel, Only consider strips on the same channel as the active one
@@ -1645,7 +1646,7 @@ def select_handles(
1645
1646
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1646
1647
  execution_context: str | int | None = None,
1647
1648
  undo: bool | None = None,
1648
- side: typing.Any | None = "BOTH",
1649
+ side: str | int | None = "BOTH",
1649
1650
  ):
1650
1651
  """Select gizmo handles on the sides of the selected strip
1651
1652
 
@@ -1653,7 +1654,7 @@ def select_handles(
1653
1654
  :type execution_context: str | int | None
1654
1655
  :type undo: bool | None
1655
1656
  :param side: Side, The side of the handle that is selected
1656
- :type side: typing.Any | None
1657
+ :type side: str | int | None
1657
1658
  """
1658
1659
 
1659
1660
  ...
@@ -1721,7 +1722,7 @@ def select_side(
1721
1722
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1722
1723
  execution_context: str | int | None = None,
1723
1724
  undo: bool | None = None,
1724
- side: typing.Any | None = "BOTH",
1725
+ side: str | int | None = "BOTH",
1725
1726
  ):
1726
1727
  """Select strips on the nominated side of the selected strips
1727
1728
 
@@ -1729,7 +1730,7 @@ def select_side(
1729
1730
  :type execution_context: str | int | None
1730
1731
  :type undo: bool | None
1731
1732
  :param side: Side, The side to which the selection is applied
1732
- :type side: typing.Any | None
1733
+ :type side: str | int | None
1733
1734
  """
1734
1735
 
1735
1736
  ...
@@ -1739,7 +1740,7 @@ def select_side_of_frame(
1739
1740
  execution_context: str | int | None = None,
1740
1741
  undo: bool | None = None,
1741
1742
  extend: bool | typing.Any | None = False,
1742
- side: typing.Any | None = "LEFT",
1743
+ side: str | int | None = "LEFT",
1743
1744
  ):
1744
1745
  """Select strips relative to the current frame
1745
1746
 
@@ -1758,7 +1759,7 @@ def select_side_of_frame(
1758
1759
 
1759
1760
  CURRENT
1760
1761
  Current Frame -- Select intersecting with the current frame.
1761
- :type side: typing.Any | None
1762
+ :type side: str | int | None
1762
1763
  """
1763
1764
 
1764
1765
  ...
@@ -1842,8 +1843,8 @@ def sound_strip_add(
1842
1843
  filter_blenlib: bool | typing.Any | None = False,
1843
1844
  filemode: typing.Any | None = 9,
1844
1845
  relative_path: bool | typing.Any | None = True,
1845
- display_type: typing.Any | None = "DEFAULT",
1846
- sort_method: typing.Any | None = "",
1846
+ display_type: str | int | None = "DEFAULT",
1847
+ sort_method: str | int | None = "",
1847
1848
  frame_start: typing.Any | None = 0,
1848
1849
  channel: typing.Any | None = 1,
1849
1850
  replace_sel: bool | typing.Any | None = True,
@@ -1916,7 +1917,7 @@ def sound_strip_add(
1916
1917
 
1917
1918
  THUMBNAIL
1918
1919
  Thumbnails -- Display files as thumbnails.
1919
- :type display_type: typing.Any | None
1920
+ :type display_type: str | int | None
1920
1921
  :param sort_method: File sorting mode
1921
1922
 
1922
1923
  DEFAULT
@@ -1933,7 +1934,7 @@ def sound_strip_add(
1933
1934
 
1934
1935
  FILE_SORT_SIZE
1935
1936
  Size -- Sort files by size.
1936
- :type sort_method: typing.Any | None
1937
+ :type sort_method: str | int | None
1937
1938
  :param frame_start: Start Frame, Start frame of the sequence strip
1938
1939
  :type frame_start: typing.Any | None
1939
1940
  :param channel: Channel, Channel to place this strip into
@@ -1958,9 +1959,9 @@ def split(
1958
1959
  undo: bool | None = None,
1959
1960
  frame: typing.Any | None = 0,
1960
1961
  channel: typing.Any | None = 0,
1961
- type: typing.Any | None = "SOFT",
1962
+ type: str | int | None = "SOFT",
1962
1963
  use_cursor_position: bool | typing.Any | None = False,
1963
- side: typing.Any | None = "MOUSE",
1964
+ side: str | int | None = "MOUSE",
1964
1965
  ignore_selection: bool | typing.Any | None = False,
1965
1966
  ):
1966
1967
  """Split the selected strips in two
@@ -1973,11 +1974,11 @@ def split(
1973
1974
  :param channel: Channel, Channel in which strip will be cut
1974
1975
  :type channel: typing.Any | None
1975
1976
  :param type: Type, The type of split operation to perform on strips
1976
- :type type: typing.Any | None
1977
+ :type type: str | int | None
1977
1978
  :param use_cursor_position: Use Cursor Position, Split at position of the cursor instead of current frame
1978
1979
  :type use_cursor_position: bool | typing.Any | None
1979
1980
  :param side: Side, The side that remains selected after splitting
1980
- :type side: typing.Any | None
1981
+ :type side: str | int | None
1981
1982
  :param ignore_selection: Ignore Selection, Make cut even if strip is not selected preserving selection state after cut
1982
1983
  :type ignore_selection: bool | typing.Any | None
1983
1984
  """
@@ -2042,7 +2043,7 @@ def strip_modifier_add(
2042
2043
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2043
2044
  execution_context: str | int | None = None,
2044
2045
  undo: bool | None = None,
2045
- type: str | int | typing.Any | None = "",
2046
+ type: str | int | None = "",
2046
2047
  ):
2047
2048
  """Add a modifier to the strip
2048
2049
 
@@ -2050,7 +2051,7 @@ def strip_modifier_add(
2050
2051
  :type execution_context: str | int | None
2051
2052
  :type undo: bool | None
2052
2053
  :param type: Type
2053
- :type type: str | int | typing.Any | None
2054
+ :type type: str | int | None
2054
2055
  """
2055
2056
 
2056
2057
  ...
@@ -2059,7 +2060,7 @@ def strip_modifier_copy(
2059
2060
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2060
2061
  execution_context: str | int | None = None,
2061
2062
  undo: bool | None = None,
2062
- type: typing.Any | None = "REPLACE",
2063
+ type: str | int | None = "REPLACE",
2063
2064
  ):
2064
2065
  """Copy modifiers of the active strip to all selected strips
2065
2066
 
@@ -2073,7 +2074,7 @@ def strip_modifier_copy(
2073
2074
 
2074
2075
  APPEND
2075
2076
  Append -- Append active modifiers to selected strips.
2076
- :type type: typing.Any | None
2077
+ :type type: str | int | None
2077
2078
  """
2078
2079
 
2079
2080
  ...
@@ -2082,7 +2083,7 @@ def strip_modifier_equalizer_redefine(
2082
2083
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2083
2084
  execution_context: str | int | None = None,
2084
2085
  undo: bool | None = None,
2085
- graphs: typing.Any | None = "SIMPLE",
2086
+ graphs: str | int | None = "SIMPLE",
2086
2087
  name: str | typing.Any = "Name",
2087
2088
  ):
2088
2089
  """Redefine equalizer graphs
@@ -2100,7 +2101,7 @@ def strip_modifier_equalizer_redefine(
2100
2101
 
2101
2102
  TRIPLE
2102
2103
  Triplet -- Graphical definition in 3 sections.
2103
- :type graphs: typing.Any | None
2104
+ :type graphs: str | int | None
2104
2105
  :param name: Name, Name of modifier to redefine
2105
2106
  :type name: str | typing.Any
2106
2107
  """
@@ -2112,7 +2113,7 @@ def strip_modifier_move(
2112
2113
  execution_context: str | int | None = None,
2113
2114
  undo: bool | None = None,
2114
2115
  name: str | typing.Any = "Name",
2115
- direction: typing.Any | None = "UP",
2116
+ direction: str | int | None = "UP",
2116
2117
  ):
2117
2118
  """Move modifier up and down in the stack
2118
2119
 
@@ -2128,7 +2129,7 @@ def strip_modifier_move(
2128
2129
 
2129
2130
  DOWN
2130
2131
  Down -- Move modifier down in the stack.
2131
- :type direction: typing.Any | None
2132
+ :type direction: str | int | None
2132
2133
  """
2133
2134
 
2134
2135
  ...
@@ -2154,7 +2155,7 @@ def strip_transform_clear(
2154
2155
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2155
2156
  execution_context: str | int | None = None,
2156
2157
  undo: bool | None = None,
2157
- property: typing.Any | None = "ALL",
2158
+ property: str | int | None = "ALL",
2158
2159
  ):
2159
2160
  """Reset image transformation to default value
2160
2161
 
@@ -2174,7 +2175,7 @@ def strip_transform_clear(
2174
2175
 
2175
2176
  ALL
2176
2177
  All -- Reset strip transform location, scale and rotation.
2177
- :type property: typing.Any | None
2178
+ :type property: str | int | None
2178
2179
  """
2179
2180
 
2180
2181
  ...
@@ -2183,7 +2184,7 @@ def strip_transform_fit(
2183
2184
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2184
2185
  execution_context: str | int | None = None,
2185
2186
  undo: bool | None = None,
2186
- fit_method: typing.Any | None = "FIT",
2187
+ fit_method: str | int | None = "FIT",
2187
2188
  ):
2188
2189
  """Undocumented, consider contributing.
2189
2190
 
@@ -2200,7 +2201,7 @@ def strip_transform_fit(
2200
2201
 
2201
2202
  STRETCH
2202
2203
  Stretch to Fill -- Stretch image so it fills preview.
2203
- :type fit_method: typing.Any | None
2204
+ :type fit_method: str | int | None
2204
2205
  """
2205
2206
 
2206
2207
  ...
@@ -2209,7 +2210,7 @@ def swap(
2209
2210
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2210
2211
  execution_context: str | int | None = None,
2211
2212
  undo: bool | None = None,
2212
- side: typing.Any | None = "RIGHT",
2213
+ side: str | int | None = "RIGHT",
2213
2214
  ):
2214
2215
  """Swap active strip with strip to the right or left
2215
2216
 
@@ -2217,7 +2218,7 @@ def swap(
2217
2218
  :type execution_context: str | int | None
2218
2219
  :type undo: bool | None
2219
2220
  :param side: Side, Side of the strip to swap
2220
- :type side: typing.Any | None
2221
+ :type side: str | int | None
2221
2222
  """
2222
2223
 
2223
2224
  ...
@@ -1,7 +1,8 @@
1
1
  import typing
2
2
  import bpy.types
3
3
 
4
- GenericType = typing.TypeVar("GenericType")
4
+ GenericType1 = typing.TypeVar("GenericType1")
5
+ GenericType2 = typing.TypeVar("GenericType2")
5
6
 
6
7
  def bake_animation(
7
8
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
@@ -42,12 +43,12 @@ def mixdown(
42
43
  filter_blenlib: bool | typing.Any | None = False,
43
44
  filemode: typing.Any | None = 9,
44
45
  relative_path: bool | typing.Any | None = True,
45
- display_type: typing.Any | None = "DEFAULT",
46
- sort_method: str | int | typing.Any | None = "",
46
+ display_type: str | int | None = "DEFAULT",
47
+ sort_method: str | int | None = "",
47
48
  accuracy: typing.Any | None = 1024,
48
- container: typing.Any | None = "FLAC",
49
- codec: typing.Any | None = "FLAC",
50
- format: typing.Any | None = "S16",
49
+ container: str | int | None = "FLAC",
50
+ codec: str | int | None = "FLAC",
51
+ format: str | int | None = "S16",
51
52
  bitrate: typing.Any | None = 192,
52
53
  split_channels: bool | typing.Any | None = False,
53
54
  ):
@@ -111,9 +112,9 @@ def mixdown(
111
112
 
112
113
  THUMBNAIL
113
114
  Thumbnails -- Display files as thumbnails.
114
- :type display_type: typing.Any | None
115
+ :type display_type: str | int | None
115
116
  :param sort_method: File sorting mode
116
- :type sort_method: str | int | typing.Any | None
117
+ :type sort_method: str | int | None
117
118
  :param accuracy: Accuracy, Sample accuracy, important for animation data (the lower the value, the more accurate)
118
119
  :type accuracy: typing.Any | None
119
120
  :param container: Container, File format
@@ -138,7 +139,7 @@ def mixdown(
138
139
 
139
140
  WAV
140
141
  wav -- Waveform Audio File Format.
141
- :type container: typing.Any | None
142
+ :type container: str | int | None
142
143
  :param codec: Codec, Audio Codec
143
144
 
144
145
  AAC
@@ -161,7 +162,7 @@ def mixdown(
161
162
 
162
163
  VORBIS
163
164
  Vorbis -- Xiph.Org Vorbis Codec.
164
- :type codec: typing.Any | None
165
+ :type codec: str | int | None
165
166
  :param format: Format, Sample format
166
167
 
167
168
  U8
@@ -181,7 +182,7 @@ def mixdown(
181
182
 
182
183
  F64
183
184
  F64 -- 64-bit floating-point.
184
- :type format: typing.Any | None
185
+ :type format: str | int | None
185
186
  :param bitrate: Bitrate, Bitrate in kbit/s
186
187
  :type bitrate: typing.Any | None
187
188
  :param split_channels: Split channels, Each channel will be rendered into a mono file
@@ -218,8 +219,8 @@ def open(
218
219
  relative_path: bool | typing.Any | None = True,
219
220
  show_multiview: bool | typing.Any | None = False,
220
221
  use_multiview: bool | typing.Any | None = False,
221
- display_type: typing.Any | None = "DEFAULT",
222
- sort_method: str | int | typing.Any | None = "",
222
+ display_type: str | int | None = "DEFAULT",
223
+ sort_method: str | int | None = "",
223
224
  cache: bool | typing.Any | None = False,
224
225
  mono: bool | typing.Any | None = False,
225
226
  ):
@@ -289,9 +290,9 @@ def open(
289
290
 
290
291
  THUMBNAIL
291
292
  Thumbnails -- Display files as thumbnails.
292
- :type display_type: typing.Any | None
293
+ :type display_type: str | int | None
293
294
  :param sort_method: File sorting mode
294
- :type sort_method: str | int | typing.Any | None
295
+ :type sort_method: str | int | None
295
296
  :param cache: Cache, Cache the sound in memory
296
297
  :type cache: bool | typing.Any | None
297
298
  :param mono: Mono, Merge all the sound's channels into one
@@ -328,8 +329,8 @@ def open_mono(
328
329
  relative_path: bool | typing.Any | None = True,
329
330
  show_multiview: bool | typing.Any | None = False,
330
331
  use_multiview: bool | typing.Any | None = False,
331
- display_type: typing.Any | None = "DEFAULT",
332
- sort_method: str | int | typing.Any | None = "",
332
+ display_type: str | int | None = "DEFAULT",
333
+ sort_method: str | int | None = "",
333
334
  cache: bool | typing.Any | None = False,
334
335
  mono: bool | typing.Any | None = True,
335
336
  ):
@@ -399,9 +400,9 @@ def open_mono(
399
400
 
400
401
  THUMBNAIL
401
402
  Thumbnails -- Display files as thumbnails.
402
- :type display_type: typing.Any | None
403
+ :type display_type: str | int | None
403
404
  :param sort_method: File sorting mode
404
- :type sort_method: str | int | typing.Any | None
405
+ :type sort_method: str | int | None
405
406
  :param cache: Cache, Cache the sound in memory
406
407
  :type cache: bool | typing.Any | None
407
408
  :param mono: Mono, Mixdown the sound to mono