fake-bpy-module 20240519__py3-none-any.whl → 20240521__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 +1 -0
  2. _bpy_internal/freedesktop/__init__.pyi +1 -0
  3. addon_utils/__init__.pyi +1 -0
  4. animsys_refactor/__init__.pyi +1 -0
  5. aud/__init__.pyi +1 -0
  6. bgl/__init__.pyi +119 -145
  7. bl_app_override/__init__.pyi +1 -0
  8. bl_app_override/helpers/__init__.pyi +1 -0
  9. bl_app_template_utils/__init__.pyi +1 -0
  10. bl_console_utils/__init__.pyi +1 -0
  11. bl_console_utils/autocomplete/__init__.pyi +1 -0
  12. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
  13. bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
  15. bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
  16. bl_i18n_utils/__init__.pyi +1 -0
  17. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  18. bl_i18n_utils/merge_po/__init__.pyi +1 -0
  19. bl_i18n_utils/settings/__init__.pyi +1 -0
  20. bl_i18n_utils/utils/__init__.pyi +1 -0
  21. bl_i18n_utils/utils_cli/__init__.pyi +1 -0
  22. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
  23. bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
  24. bl_keymap_utils/__init__.pyi +1 -0
  25. bl_keymap_utils/io/__init__.pyi +1 -0
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
  28. bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
  29. bl_keymap_utils/versioning/__init__.pyi +1 -0
  30. bl_math/__init__.pyi +1 -0
  31. bl_operators/__init__.pyi +1 -0
  32. bl_operators/add_mesh_torus/__init__.pyi +1 -0
  33. bl_operators/anim/__init__.pyi +1 -0
  34. bl_operators/assets/__init__.pyi +1 -0
  35. bl_operators/bmesh/__init__.pyi +1 -0
  36. bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
  37. bl_operators/clip/__init__.pyi +1 -0
  38. bl_operators/console/__init__.pyi +1 -0
  39. bl_operators/constraint/__init__.pyi +1 -0
  40. bl_operators/file/__init__.pyi +1 -0
  41. bl_operators/freestyle/__init__.pyi +1 -0
  42. bl_operators/geometry_nodes/__init__.pyi +1 -0
  43. bl_operators/image/__init__.pyi +1 -0
  44. bl_operators/mesh/__init__.pyi +1 -0
  45. bl_operators/node/__init__.pyi +1 -0
  46. bl_operators/object/__init__.pyi +1 -0
  47. bl_operators/object_align/__init__.pyi +1 -0
  48. bl_operators/object_quick_effects/__init__.pyi +1 -0
  49. bl_operators/object_randomize_transform/__init__.pyi +1 -0
  50. bl_operators/presets/__init__.pyi +1 -0
  51. bl_operators/rigidbody/__init__.pyi +1 -0
  52. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
  53. bl_operators/sequencer/__init__.pyi +1 -0
  54. bl_operators/spreadsheet/__init__.pyi +1 -0
  55. bl_operators/userpref/__init__.pyi +1 -0
  56. bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
  57. bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
  58. bl_operators/uvcalc_transform/__init__.pyi +1 -0
  59. bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
  60. bl_operators/view3d/__init__.pyi +1 -0
  61. bl_operators/wm/__init__.pyi +1 -0
  62. bl_operators/world/__init__.pyi +1 -0
  63. bl_previews_utils/__init__.pyi +1 -0
  64. bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
  65. bl_rna_utils/__init__.pyi +1 -0
  66. bl_rna_utils/data_path/__init__.pyi +1 -0
  67. bl_text_utils/__init__.pyi +1 -0
  68. bl_text_utils/external_editor/__init__.pyi +1 -0
  69. bl_ui/__init__.pyi +1 -0
  70. bl_ui/anim/__init__.pyi +1 -0
  71. bl_ui/asset_shelf/__init__.pyi +1 -0
  72. bl_ui/generic_ui_list/__init__.pyi +3 -2
  73. bl_ui/node_add_menu/__init__.pyi +1 -0
  74. bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
  75. bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
  76. bl_ui/node_add_menu_shader/__init__.pyi +1 -0
  77. bl_ui/node_add_menu_texture/__init__.pyi +1 -0
  78. bl_ui/properties_animviz/__init__.pyi +1 -0
  79. bl_ui/properties_collection/__init__.pyi +1 -0
  80. bl_ui/properties_constraint/__init__.pyi +1 -0
  81. bl_ui/properties_data_armature/__init__.pyi +1 -0
  82. bl_ui/properties_data_bone/__init__.pyi +1 -0
  83. bl_ui/properties_data_camera/__init__.pyi +1 -0
  84. bl_ui/properties_data_curve/__init__.pyi +1 -0
  85. bl_ui/properties_data_curves/__init__.pyi +1 -0
  86. bl_ui/properties_data_empty/__init__.pyi +1 -0
  87. bl_ui/properties_data_gpencil/__init__.pyi +1 -0
  88. bl_ui/properties_data_grease_pencil/__init__.pyi +1 -0
  89. bl_ui/properties_data_lattice/__init__.pyi +1 -0
  90. bl_ui/properties_data_light/__init__.pyi +1 -0
  91. bl_ui/properties_data_lightprobe/__init__.pyi +1 -0
  92. bl_ui/properties_data_mesh/__init__.pyi +1 -0
  93. bl_ui/properties_data_metaball/__init__.pyi +1 -0
  94. bl_ui/properties_data_modifier/__init__.pyi +1 -0
  95. bl_ui/properties_data_pointcloud/__init__.pyi +1 -0
  96. bl_ui/properties_data_shaderfx/__init__.pyi +1 -0
  97. bl_ui/properties_data_speaker/__init__.pyi +1 -0
  98. bl_ui/properties_data_volume/__init__.pyi +1 -0
  99. bl_ui/properties_freestyle/__init__.pyi +1 -0
  100. bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
  101. bl_ui/properties_mask_common/__init__.pyi +1 -0
  102. bl_ui/properties_material/__init__.pyi +1 -0
  103. bl_ui/properties_material_gpencil/__init__.pyi +1 -0
  104. bl_ui/properties_object/__init__.pyi +1 -0
  105. bl_ui/properties_output/__init__.pyi +1 -0
  106. bl_ui/properties_paint_common/__init__.pyi +1 -0
  107. bl_ui/properties_particle/__init__.pyi +1 -0
  108. bl_ui/properties_physics_cloth/__init__.pyi +1 -0
  109. bl_ui/properties_physics_common/__init__.pyi +1 -0
  110. bl_ui/properties_physics_dynamicpaint/__init__.pyi +1 -0
  111. bl_ui/properties_physics_field/__init__.pyi +1 -0
  112. bl_ui/properties_physics_fluid/__init__.pyi +1 -0
  113. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
  114. bl_ui/properties_physics_rigidbody/__init__.pyi +1 -0
  115. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1 -0
  116. bl_ui/properties_physics_softbody/__init__.pyi +1 -0
  117. bl_ui/properties_render/__init__.pyi +1 -0
  118. bl_ui/properties_scene/__init__.pyi +1 -0
  119. bl_ui/properties_texture/__init__.pyi +1 -0
  120. bl_ui/properties_view_layer/__init__.pyi +1 -0
  121. bl_ui/properties_workspace/__init__.pyi +1 -0
  122. bl_ui/properties_world/__init__.pyi +1 -0
  123. bl_ui/space_clip/__init__.pyi +1 -0
  124. bl_ui/space_console/__init__.pyi +1 -0
  125. bl_ui/space_dopesheet/__init__.pyi +1 -0
  126. bl_ui/space_filebrowser/__init__.pyi +1 -0
  127. bl_ui/space_graph/__init__.pyi +1 -0
  128. bl_ui/space_image/__init__.pyi +1 -0
  129. bl_ui/space_info/__init__.pyi +1 -0
  130. bl_ui/space_nla/__init__.pyi +1 -0
  131. bl_ui/space_node/__init__.pyi +1 -0
  132. bl_ui/space_outliner/__init__.pyi +1 -0
  133. bl_ui/space_properties/__init__.pyi +1 -0
  134. bl_ui/space_sequencer/__init__.pyi +1 -0
  135. bl_ui/space_spreadsheet/__init__.pyi +1 -0
  136. bl_ui/space_statusbar/__init__.pyi +1 -0
  137. bl_ui/space_text/__init__.pyi +1 -0
  138. bl_ui/space_time/__init__.pyi +1 -0
  139. bl_ui/space_toolsystem_common/__init__.pyi +1 -0
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
  141. bl_ui/space_topbar/__init__.pyi +1 -0
  142. bl_ui/space_userpref/__init__.pyi +1 -0
  143. bl_ui/space_view3d/__init__.pyi +1 -0
  144. bl_ui/space_view3d_toolbar/__init__.pyi +1 -0
  145. bl_ui/temp_anim_layers/__init__.pyi +1 -0
  146. bl_ui/utils/__init__.pyi +1 -0
  147. bl_ui_utils/__init__.pyi +1 -0
  148. bl_ui_utils/bug_report_url/__init__.pyi +1 -0
  149. bl_ui_utils/layout/__init__.pyi +1 -0
  150. blend_render_info/__init__.pyi +1 -0
  151. blf/__init__.pyi +1 -0
  152. bmesh/__init__.pyi +1 -0
  153. bmesh/geometry/__init__.pyi +1 -0
  154. bmesh/ops/__init__.pyi +37 -36
  155. bmesh/types/__init__.pyi +3 -1
  156. bmesh/utils/__init__.pyi +1 -0
  157. bpy/__init__.pyi +1 -0
  158. bpy/app/__init__.pyi +1 -0
  159. bpy/app/handlers/__init__.pyi +1 -0
  160. bpy/app/icons/__init__.pyi +1 -0
  161. bpy/app/timers/__init__.pyi +1 -0
  162. bpy/app/translations/__init__.pyi +1 -0
  163. bpy/msgbus/__init__.pyi +1 -0
  164. bpy/ops/__init__.pyi +1 -0
  165. bpy/ops/action/__init__.pyi +33 -32
  166. bpy/ops/anim/__init__.pyi +31 -30
  167. bpy/ops/armature/__init__.pyi +21 -20
  168. bpy/ops/asset/__init__.pyi +7 -6
  169. bpy/ops/bl_pkg/__init__.pyi +3 -2
  170. bpy/ops/boid/__init__.pyi +3 -2
  171. bpy/ops/brush/__init__.pyi +9 -8
  172. bpy/ops/buttons/__init__.pyi +9 -8
  173. bpy/ops/cachefile/__init__.pyi +11 -10
  174. bpy/ops/camera/__init__.pyi +1 -0
  175. bpy/ops/clip/__init__.pyi +39 -38
  176. bpy/ops/cloth/__init__.pyi +1 -0
  177. bpy/ops/collection/__init__.pyi +7 -6
  178. bpy/ops/console/__init__.pyi +7 -6
  179. bpy/ops/constraint/__init__.pyi +29 -28
  180. bpy/ops/curve/__init__.pyi +35 -34
  181. bpy/ops/curves/__init__.pyi +17 -16
  182. bpy/ops/cycles/__init__.pyi +1 -0
  183. bpy/ops/dpaint/__init__.pyi +5 -4
  184. bpy/ops/ed/__init__.pyi +5 -4
  185. bpy/ops/export_anim/__init__.pyi +3 -2
  186. bpy/ops/export_scene/__init__.pyi +39 -38
  187. bpy/ops/file/__init__.pyi +19 -18
  188. bpy/ops/fluid/__init__.pyi +1 -0
  189. bpy/ops/font/__init__.pyi +21 -20
  190. bpy/ops/geometry/__init__.pyi +21 -20
  191. bpy/ops/gizmogroup/__init__.pyi +1 -0
  192. bpy/ops/gpencil/__init__.pyi +133 -132
  193. bpy/ops/graph/__init__.pyi +55 -54
  194. bpy/ops/grease_pencil/__init__.pyi +43 -42
  195. bpy/ops/image/__init__.pyi +29 -28
  196. bpy/ops/import_anim/__init__.pyi +9 -8
  197. bpy/ops/import_curve/__init__.pyi +1 -0
  198. bpy/ops/import_scene/__init__.pyi +19 -18
  199. bpy/ops/info/__init__.pyi +5 -4
  200. bpy/ops/lattice/__init__.pyi +7 -6
  201. bpy/ops/marker/__init__.pyi +9 -8
  202. bpy/ops/mask/__init__.pyi +13 -12
  203. bpy/ops/material/__init__.pyi +1 -0
  204. bpy/ops/mball/__init__.pyi +7 -6
  205. bpy/ops/mesh/__init__.pyi +145 -144
  206. bpy/ops/nla/__init__.pyi +17 -16
  207. bpy/ops/node/__init__.pyi +33 -32
  208. bpy/ops/object/__init__.pyi +253 -252
  209. bpy/ops/outliner/__init__.pyi +41 -40
  210. bpy/ops/paint/__init__.pyi +73 -72
  211. bpy/ops/paintcurve/__init__.pyi +1 -0
  212. bpy/ops/palette/__init__.pyi +5 -4
  213. bpy/ops/particle/__init__.pyi +15 -14
  214. bpy/ops/pose/__init__.pyi +43 -42
  215. bpy/ops/poselib/__init__.pyi +1 -0
  216. bpy/ops/preferences/__init__.pyi +13 -12
  217. bpy/ops/ptcache/__init__.pyi +1 -0
  218. bpy/ops/render/__init__.pyi +3 -2
  219. bpy/ops/rigidbody/__init__.pyi +17 -16
  220. bpy/ops/scene/__init__.pyi +25 -24
  221. bpy/ops/screen/__init__.pyi +21 -20
  222. bpy/ops/script/__init__.pyi +1 -0
  223. bpy/ops/sculpt/__init__.pyi +67 -66
  224. bpy/ops/sculpt_curves/__init__.pyi +3 -2
  225. bpy/ops/sequencer/__init__.pyi +75 -74
  226. bpy/ops/sound/__init__.pyi +21 -20
  227. bpy/ops/spreadsheet/__init__.pyi +1 -0
  228. bpy/ops/surface/__init__.pyi +13 -12
  229. bpy/ops/text/__init__.pyi +23 -22
  230. bpy/ops/text_editor/__init__.pyi +1 -0
  231. bpy/ops/texture/__init__.pyi +3 -2
  232. bpy/ops/transform/__init__.pyi +89 -88
  233. bpy/ops/ui/__init__.pyi +7 -6
  234. bpy/ops/uilist/__init__.pyi +3 -2
  235. bpy/ops/uv/__init__.pyi +67 -66
  236. bpy/ops/view2d/__init__.pyi +1 -0
  237. bpy/ops/view3d/__init__.pyi +35 -34
  238. bpy/ops/wm/__init__.pyi +197 -196
  239. bpy/ops/workspace/__init__.pyi +1 -0
  240. bpy/ops/world/__init__.pyi +1 -0
  241. bpy/path/__init__.pyi +1 -0
  242. bpy/props/__init__.pyi +1 -0
  243. bpy/types/__init__.pyi +3523 -3341
  244. bpy/utils/__init__.pyi +1 -0
  245. bpy/utils/previews/__init__.pyi +1 -0
  246. bpy/utils/units/__init__.pyi +1 -0
  247. bpy_extras/__init__.pyi +1 -0
  248. bpy_extras/anim_utils/__init__.pyi +1 -0
  249. bpy_extras/asset_utils/__init__.pyi +1 -0
  250. bpy_extras/bmesh_utils/__init__.pyi +1 -0
  251. bpy_extras/extensions/__init__.pyi +1 -0
  252. bpy_extras/extensions/junction_module/__init__.pyi +1 -0
  253. bpy_extras/id_map_utils/__init__.pyi +1 -0
  254. bpy_extras/image_utils/__init__.pyi +1 -0
  255. bpy_extras/io_utils/__init__.pyi +1 -0
  256. bpy_extras/keyconfig_utils/__init__.pyi +1 -0
  257. bpy_extras/mesh_utils/__init__.pyi +1 -0
  258. bpy_extras/node_shader_utils/__init__.pyi +1 -0
  259. bpy_extras/node_utils/__init__.pyi +1 -0
  260. bpy_extras/object_utils/__init__.pyi +1 -0
  261. bpy_extras/view3d_utils/__init__.pyi +1 -0
  262. bpy_extras/wm_utils/__init__.pyi +1 -0
  263. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
  264. bpy_restrict_state/__init__.pyi +1 -0
  265. bpy_types/__init__.pyi +1 -0
  266. console_python/__init__.pyi +1 -0
  267. console_shell/__init__.pyi +1 -0
  268. {fake_bpy_module-20240519.dist-info → fake_bpy_module-20240521.dist-info}/METADATA +1 -1
  269. fake_bpy_module-20240521.dist-info/RECORD +353 -0
  270. freestyle/__init__.pyi +1 -0
  271. freestyle/chainingiterators/__init__.pyi +1 -0
  272. freestyle/functions/__init__.pyi +1 -0
  273. freestyle/predicates/__init__.pyi +1 -0
  274. freestyle/shaders/__init__.pyi +1 -0
  275. freestyle/types/__init__.pyi +1 -0
  276. freestyle/utils/ContextFunctions/__init__.pyi +1 -0
  277. freestyle/utils/__init__.pyi +1 -0
  278. gpu/__init__.pyi +1 -0
  279. gpu/capabilities/__init__.pyi +1 -0
  280. gpu/matrix/__init__.pyi +1 -0
  281. gpu/platform/__init__.pyi +1 -0
  282. gpu/select/__init__.pyi +1 -0
  283. gpu/shader/__init__.pyi +1 -0
  284. gpu/state/__init__.pyi +1 -0
  285. gpu/texture/__init__.pyi +1 -0
  286. gpu/types/__init__.pyi +1 -0
  287. gpu_extras/__init__.pyi +1 -0
  288. gpu_extras/batch/__init__.pyi +1 -0
  289. gpu_extras/presets/__init__.pyi +1 -0
  290. graphviz_export/__init__.pyi +1 -0
  291. idprop/__init__.pyi +1 -0
  292. idprop/types/__init__.pyi +1 -0
  293. imbuf/__init__.pyi +1 -0
  294. imbuf/types/__init__.pyi +1 -0
  295. keyingsets_builtins/__init__.pyi +1 -0
  296. keyingsets_utils/__init__.pyi +1 -0
  297. mathutils/__init__.pyi +3 -1
  298. mathutils/bvhtree/__init__.pyi +1 -0
  299. mathutils/geometry/__init__.pyi +1 -0
  300. mathutils/interpolate/__init__.pyi +1 -0
  301. mathutils/kdtree/__init__.pyi +1 -0
  302. mathutils/noise/__init__.pyi +1 -0
  303. nodeitems_builtins/__init__.pyi +1 -0
  304. nodeitems_utils/__init__.pyi +1 -0
  305. rna_info/__init__.pyi +1 -0
  306. rna_keymap_ui/__init__.pyi +1 -0
  307. rna_prop_ui/__init__.pyi +1 -0
  308. rna_xml/__init__.pyi +1 -0
  309. sys_info/__init__.pyi +1 -0
  310. fake_bpy_module-20240519.dist-info/RECORD +0 -353
  311. {fake_bpy_module-20240519.dist-info → fake_bpy_module-20240521.dist-info}/WHEEL +0 -0
  312. {fake_bpy_module-20240519.dist-info → fake_bpy_module-20240521.dist-info}/top_level.txt +0 -0
@@ -1,4 +1,5 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.types
3
4
 
4
5
  GenericType1 = typing.TypeVar("GenericType1")
@@ -17,10 +18,10 @@ def fbx(
17
18
  collection: str | typing.Any = "",
18
19
  global_scale: typing.Any | None = 1.0,
19
20
  apply_unit_scale: bool | typing.Any | None = True,
20
- apply_scale_options: str | int | None = "FBX_SCALE_NONE",
21
+ apply_scale_options: str | None = "FBX_SCALE_NONE",
21
22
  use_space_transform: bool | typing.Any | None = True,
22
23
  bake_space_transform: bool | typing.Any | None = False,
23
- object_types: set[str] | set[int] | None = {
24
+ object_types: set[str] | None = {
24
25
  "ARMATURE",
25
26
  "CAMERA",
26
27
  "EMPTY",
@@ -30,8 +31,8 @@ def fbx(
30
31
  },
31
32
  use_mesh_modifiers: bool | typing.Any | None = True,
32
33
  use_mesh_modifiers_render: bool | typing.Any | None = True,
33
- mesh_smooth_type: str | int | None = "OFF",
34
- colors_type: str | int | None = "SRGB",
34
+ mesh_smooth_type: str | None = "OFF",
35
+ colors_type: str | None = "SRGB",
35
36
  prioritize_active_color: bool | typing.Any | None = False,
36
37
  use_subsurf: bool | typing.Any | None = False,
37
38
  use_mesh_edges: bool | typing.Any | None = False,
@@ -39,10 +40,10 @@ def fbx(
39
40
  use_triangles: bool | typing.Any | None = False,
40
41
  use_custom_props: bool | typing.Any | None = False,
41
42
  add_leaf_bones: bool | typing.Any | None = True,
42
- primary_bone_axis: str | int | None = "Y",
43
- secondary_bone_axis: str | int | None = "X",
43
+ primary_bone_axis: str | None = "Y",
44
+ secondary_bone_axis: str | None = "X",
44
45
  use_armature_deform_only: bool | typing.Any | None = False,
45
- armature_nodetype: str | int | None = "NULL",
46
+ armature_nodetype: str | None = "NULL",
46
47
  bake_anim: bool | typing.Any | None = True,
47
48
  bake_anim_use_all_bones: bool | typing.Any | None = True,
48
49
  bake_anim_use_nla_strips: bool | typing.Any | None = True,
@@ -50,13 +51,13 @@ def fbx(
50
51
  bake_anim_force_startend_keying: bool | typing.Any | None = True,
51
52
  bake_anim_step: typing.Any | None = 1.0,
52
53
  bake_anim_simplify_factor: typing.Any | None = 1.0,
53
- path_mode: str | int | None = "AUTO",
54
+ path_mode: str | None = "AUTO",
54
55
  embed_textures: bool | typing.Any | None = False,
55
- batch_mode: str | int | None = "OFF",
56
+ batch_mode: str | None = "OFF",
56
57
  use_batch_own_dir: bool | typing.Any | None = True,
57
58
  use_metadata: bool | typing.Any | None = True,
58
- axis_forward: str | int | None = "-Z",
59
- axis_up: str | int | None = "Y",
59
+ axis_forward: str | None = "-Z",
60
+ axis_up: str | None = "Y",
60
61
  ):
61
62
  """Write a FBX file
62
63
 
@@ -94,7 +95,7 @@ def fbx(
94
95
 
95
96
  FBX_SCALE_ALL
96
97
  FBX All -- Apply custom scaling and units scaling to FBX scale.
97
- :type apply_scale_options: str | int | None
98
+ :type apply_scale_options: str | None
98
99
  :param use_space_transform: Use Space Transform, Apply global space transform to the object rotations. When disabled only the axis space is written to the file and all object transforms are left as-is
99
100
  :type use_space_transform: bool | typing.Any | None
100
101
  :param bake_space_transform: Apply Transform, Bake space transform into object data, avoids getting unwanted rotations to objects when target space is not aligned with Blender's space (WARNING! experimental option, use at own risk, known to be broken with armatures/animations)
@@ -118,7 +119,7 @@ def fbx(
118
119
 
119
120
  OTHER
120
121
  Other -- Other geometry types, like curve, metaball, etc. (converted to meshes).
121
- :type object_types: set[str] | set[int] | None
122
+ :type object_types: set[str] | None
122
123
  :param use_mesh_modifiers: Apply Modifiers, Apply modifiers to mesh objects (except Armature ones) - WARNING: prevents exporting shape keys
123
124
  :type use_mesh_modifiers: bool | typing.Any | None
124
125
  :param use_mesh_modifiers_render: Use Modifiers Render Setting, Use render settings when applying modifiers to mesh objects (DISABLED in Blender 2.8)
@@ -133,7 +134,7 @@ def fbx(
133
134
 
134
135
  EDGE
135
136
  Edge -- Write edge smoothing.
136
- :type mesh_smooth_type: str | int | None
137
+ :type mesh_smooth_type: str | None
137
138
  :param colors_type: Vertex Colors, Export vertex color attributes
138
139
 
139
140
  NONE
@@ -144,7 +145,7 @@ def fbx(
144
145
 
145
146
  LINEAR
146
147
  Linear -- Export colors in linear color space.
147
- :type colors_type: str | int | None
148
+ :type colors_type: str | None
148
149
  :param prioritize_active_color: Prioritize Active Color, Make sure active color will be exported first. Could be important since some other software can discard other color attributes besides the first one
149
150
  :type prioritize_active_color: bool | typing.Any | None
150
151
  :param use_subsurf: Export Subdivision Surface, Export the last Catmull-Rom subdivision modifier as FBX subdivision (does not apply the modifier even if 'Apply Modifiers' is enabled)
@@ -160,9 +161,9 @@ def fbx(
160
161
  :param add_leaf_bones: Add Leaf Bones, Append a final bone to the end of each chain to specify last bone length (use this when you intend to edit the armature from exported data)
161
162
  :type add_leaf_bones: bool | typing.Any | None
162
163
  :param primary_bone_axis: Primary Bone Axis
163
- :type primary_bone_axis: str | int | None
164
+ :type primary_bone_axis: str | None
164
165
  :param secondary_bone_axis: Secondary Bone Axis
165
- :type secondary_bone_axis: str | int | None
166
+ :type secondary_bone_axis: str | None
166
167
  :param use_armature_deform_only: Only Deform Bones, Only write deforming bones (and non-deforming ones when they have deforming children)
167
168
  :type use_armature_deform_only: bool | typing.Any | None
168
169
  :param armature_nodetype: Armature FBXNode Type, FBX type of node (object) used to represent Blender's armatures (use the Null type unless you experience issues with the other app, as other choices may not import back perfectly into Blender...)
@@ -175,7 +176,7 @@ def fbx(
175
176
 
176
177
  LIMBNODE
177
178
  LimbNode -- 'LimbNode' FBX node, a regular joint between two bones....
178
- :type armature_nodetype: str | int | None
179
+ :type armature_nodetype: str | None
179
180
  :param bake_anim: Baked Animation, Export baked keyframe animation
180
181
  :type bake_anim: bool | typing.Any | None
181
182
  :param bake_anim_use_all_bones: Key All Bones, Force exporting at least one key of animation for all bones (needed with some target applications, like UE4)
@@ -209,7 +210,7 @@ def fbx(
209
210
 
210
211
  COPY
211
212
  Copy -- Copy the file to the destination path (or subdirectory).
212
- :type path_mode: str | int | None
213
+ :type path_mode: str | None
213
214
  :param embed_textures: Embed Textures, Embed textures in FBX binary file (only for "Copy" path mode!)
214
215
  :type embed_textures: bool | typing.Any | None
215
216
  :param batch_mode: Batch Mode
@@ -228,15 +229,15 @@ def fbx(
228
229
 
229
230
  ACTIVE_SCENE_COLLECTION
230
231
  Active Scene Collections -- Each collection (including master, non-data-block one) of the active scene as a file, including content from children collections.
231
- :type batch_mode: str | int | None
232
+ :type batch_mode: str | None
232
233
  :param use_batch_own_dir: Batch Own Dir, Create a dir for each exported file
233
234
  :type use_batch_own_dir: bool | typing.Any | None
234
235
  :param use_metadata: Use Metadata
235
236
  :type use_metadata: bool | typing.Any | None
236
237
  :param axis_forward: Forward
237
- :type axis_forward: str | int | None
238
+ :type axis_forward: str | None
238
239
  :param axis_up: Up
239
- :type axis_up: str | int | None
240
+ :type axis_up: str | None
240
241
  """
241
242
 
242
243
  ...
@@ -247,7 +248,7 @@ def gltf(
247
248
  undo: bool | None = None,
248
249
  filepath: str | typing.Any = "",
249
250
  check_existing: bool | typing.Any | None = True,
250
- export_import_convert_lighting_mode: str | int | None = "SPEC",
251
+ export_import_convert_lighting_mode: str | None = "SPEC",
251
252
  gltf_export_id: str | typing.Any = "",
252
253
  export_use_gltfpack: bool | typing.Any | None = False,
253
254
  export_gltfpack_tc: bool | typing.Any | None = True,
@@ -259,12 +260,12 @@ def gltf(
259
260
  export_gltfpack_vt: typing.Any | None = 12,
260
261
  export_gltfpack_vn: typing.Any | None = 8,
261
262
  export_gltfpack_vc: typing.Any | None = 8,
262
- export_gltfpack_vpi: str | int | None = "Integer",
263
+ export_gltfpack_vpi: str | None = "Integer",
263
264
  export_gltfpack_noq: bool | typing.Any | None = True,
264
- export_format: str | int | None = "",
265
- ui_tab: str | int | None = "GENERAL",
265
+ export_format: str | None = "",
266
+ ui_tab: str | None = "GENERAL",
266
267
  export_copyright: str | typing.Any = "",
267
- export_image_format: str | int | None = "AUTO",
268
+ export_image_format: str | None = "AUTO",
268
269
  export_image_add_webp: bool | typing.Any | None = False,
269
270
  export_image_webp_fallback: bool | typing.Any | None = False,
270
271
  export_texture_dir: str | typing.Any = "",
@@ -282,7 +283,7 @@ def gltf(
282
283
  export_draco_color_quantization: typing.Any | None = 10,
283
284
  export_draco_generic_quantization: typing.Any | None = 12,
284
285
  export_tangents: bool | typing.Any | None = False,
285
- export_materials: str | int | None = "EXPORT",
286
+ export_materials: str | None = "EXPORT",
286
287
  export_unused_images: bool | typing.Any | None = False,
287
288
  export_unused_textures: bool | typing.Any | None = False,
288
289
  export_colors: bool | typing.Any | None = True,
@@ -306,7 +307,7 @@ def gltf(
306
307
  export_frame_step: typing.Any | None = 1,
307
308
  export_force_sampling: bool | typing.Any | None = True,
308
309
  export_pointer_animation: bool | typing.Any | None = False,
309
- export_animation_mode: str | int | None = "ACTIONS",
310
+ export_animation_mode: str | None = "ACTIONS",
310
311
  export_nla_strips_merged_animation_name: str | typing.Any = "Animation",
311
312
  export_def_bones: bool | typing.Any | None = False,
312
313
  export_hierarchy_flatten_bones: bool | typing.Any | None = False,
@@ -317,7 +318,7 @@ def gltf(
317
318
  export_optimize_animation_keep_anim_armature: bool | typing.Any | None = True,
318
319
  export_optimize_animation_keep_anim_object: bool | typing.Any | None = False,
319
320
  export_optimize_armature_disable_viewport: bool | typing.Any | None = False,
320
- export_negative_frame: str | int | None = "SLIDE",
321
+ export_negative_frame: str | None = "SLIDE",
321
322
  export_anim_slide_to_zero: bool | typing.Any | None = False,
322
323
  export_bake_animation: bool | typing.Any | None = False,
323
324
  export_anim_single_armature: bool | typing.Any | None = True,
@@ -365,7 +366,7 @@ def gltf(
365
366
 
366
367
  RAW
367
368
  Raw (Deprecated) -- Blender lighting strengths with no conversion.
368
- :type export_import_convert_lighting_mode: str | int | None
369
+ :type export_import_convert_lighting_mode: str | None
369
370
  :param gltf_export_id: Identifier, Identifier of caller (in case of add-on calling this exporter). Can be useful in case of Extension added by other add-ons
370
371
  :type gltf_export_id: str | typing.Any
371
372
  :param export_use_gltfpack: Use Gltfpack, Use gltfpack to simplify the mesh and/or compress its textures
@@ -398,11 +399,11 @@ def gltf(
398
399
 
399
400
  Floating-point
400
401
  Floating-point -- Use floating-point attributes for positions.
401
- :type export_gltfpack_vpi: str | int | None
402
+ :type export_gltfpack_vpi: str | None
402
403
  :param export_gltfpack_noq: Disable Quantization, Disable quantization; produces much larger glTF files with no extensions
403
404
  :type export_gltfpack_noq: bool | typing.Any | None
404
405
  :param export_format: Format, Output format. Binary is most efficient, but JSON may be easier to edit later
405
- :type export_format: str | int | None
406
+ :type export_format: str | None
406
407
  :param ui_tab: ui_tab, Export setting categories
407
408
 
408
409
  GENERAL
@@ -416,7 +417,7 @@ def gltf(
416
417
 
417
418
  ANIMATION
418
419
  Animation -- Animation settings.
419
- :type ui_tab: str | int | None
420
+ :type ui_tab: str | None
420
421
  :param export_copyright: Copyright, Legal rights and conditions for the model
421
422
  :type export_copyright: str | typing.Any
422
423
  :param export_image_format: Images, Output format for images. PNG is lossless and generally preferred, but JPEG might be preferable for web applications due to the smaller file size. Alternatively they can be omitted if they are not needed
@@ -432,7 +433,7 @@ def gltf(
432
433
 
433
434
  NONE
434
435
  None -- Don't export images.
435
- :type export_image_format: str | int | None
436
+ :type export_image_format: str | None
436
437
  :param export_image_add_webp: Create WebP, Creates WebP textures for every texture. For already WebP textures, nothing happens
437
438
  :type export_image_add_webp: bool | typing.Any | None
438
439
  :param export_image_webp_fallback: WebP fallback, For all WebP textures, create a PNG fallback texture
@@ -477,7 +478,7 @@ def gltf(
477
478
 
478
479
  NONE
479
480
  No export -- Do not export materials, and combine mesh primitive groups, losing material slot information.
480
- :type export_materials: str | int | None
481
+ :type export_materials: str | None
481
482
  :param export_unused_images: Unused images, Export images not assigned to any material
482
483
  :type export_unused_images: bool | typing.Any | None
483
484
  :param export_unused_textures: Prepare Unused textures, Export image texture nodes not assigned to any material. This feature is not standard and needs an external extension to be included in the glTF file
@@ -540,7 +541,7 @@ def gltf(
540
541
 
541
542
  SCENE
542
543
  Scene -- Export baked scene as a single animation.
543
- :type export_animation_mode: str | int | None
544
+ :type export_animation_mode: str | None
544
545
  :param export_nla_strips_merged_animation_name: Merged Animation Name, Name of single glTF animation to be exported
545
546
  :type export_nla_strips_merged_animation_name: str | typing.Any
546
547
  :param export_def_bones: Export Deformation Bones Only, Export Deformation bones only
@@ -568,7 +569,7 @@ def gltf(
568
569
 
569
570
  CROP
570
571
  Crop -- Keep only frames above frame 0.
571
- :type export_negative_frame: str | int | None
572
+ :type export_negative_frame: str | None
572
573
  :param export_anim_slide_to_zero: Set all glTF Animation starting at 0, Set all glTF animation starting at 0.0s. Can be useful for looping animations
573
574
  :type export_anim_slide_to_zero: bool | typing.Any | None
574
575
  :param export_bake_animation: Bake All Objects Animations, Force exporting animation on every object. Can be useful when using constraints or driver. Also useful when exporting only selection
bpy/ops/file/__init__.pyi CHANGED
@@ -1,4 +1,5 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.types
3
4
 
4
5
  GenericType1 = typing.TypeVar("GenericType1")
@@ -67,7 +68,7 @@ def bookmark_move(
67
68
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
68
69
  execution_context: str | int | None = None,
69
70
  undo: bool | None = None,
70
- direction: str | int | None = "TOP",
71
+ direction: str | None = "TOP",
71
72
  ):
72
73
  """Move the active bookmark up/down in the list
73
74
 
@@ -87,7 +88,7 @@ def bookmark_move(
87
88
 
88
89
  BOTTOM
89
90
  Bottom -- Bottom of the list.
90
- :type direction: str | int | None
91
+ :type direction: str | None
91
92
  """
92
93
 
93
94
  ...
@@ -173,7 +174,7 @@ def external_operation(
173
174
  execution_context: str | int | None = None,
174
175
  undo: bool | None = None,
175
176
  filepath: str | typing.Any = "",
176
- operation: str | int | None = "OPEN",
177
+ operation: str | None = "OPEN",
177
178
  ):
178
179
  """Perform external operation on a file or folder
179
180
 
@@ -228,7 +229,7 @@ def external_operation(
228
229
 
229
230
  CMD
230
231
  Command Prompt Here -- Open a command prompt here.
231
- :type operation: str | int | None
232
+ :type operation: str | None
232
233
  """
233
234
 
234
235
  ...
@@ -292,8 +293,8 @@ def find_missing_files(
292
293
  filter_folder: bool | typing.Any | None = False,
293
294
  filter_blenlib: bool | typing.Any | None = False,
294
295
  filemode: typing.Any | None = 9,
295
- display_type: str | int | None = "DEFAULT",
296
- sort_method: str | int | None = "",
296
+ display_type: str | None = "DEFAULT",
297
+ sort_method: str | None = "",
297
298
  ):
298
299
  """Try to find missing external files
299
300
 
@@ -357,9 +358,9 @@ def find_missing_files(
357
358
 
358
359
  THUMBNAIL
359
360
  Thumbnails -- Display files as thumbnails.
360
- :type display_type: str | int | None
361
+ :type display_type: str | None
361
362
  :param sort_method: File sorting mode
362
- :type sort_method: str | int | None
363
+ :type sort_method: str | None
363
364
  """
364
365
 
365
366
  ...
@@ -605,7 +606,7 @@ def select_all(
605
606
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
606
607
  execution_context: str | int | None = None,
607
608
  undo: bool | None = None,
608
- action: str | int | None = "TOGGLE",
609
+ action: str | None = "TOGGLE",
609
610
  ):
610
611
  """Select or deselect all files
611
612
 
@@ -625,7 +626,7 @@ def select_all(
625
626
 
626
627
  INVERT
627
628
  Invert -- Invert selection of all elements.
628
- :type action: str | int | None
629
+ :type action: str | None
629
630
  """
630
631
 
631
632
  ...
@@ -656,7 +657,7 @@ def select_box(
656
657
  ymin: typing.Any | None = 0,
657
658
  ymax: typing.Any | None = 0,
658
659
  wait_for_input: bool | typing.Any | None = True,
659
- mode: str | int | None = "SET",
660
+ mode: str | None = "SET",
660
661
  ):
661
662
  """Activate/select the file(s) contained in the border
662
663
 
@@ -683,7 +684,7 @@ def select_box(
683
684
 
684
685
  SUB
685
686
  Subtract -- Subtract existing selection.
686
- :type mode: str | int | None
687
+ :type mode: str | None
687
688
  """
688
689
 
689
690
  ...
@@ -692,7 +693,7 @@ def select_walk(
692
693
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
693
694
  execution_context: str | int | None = None,
694
695
  undo: bool | None = None,
695
- direction: str | int | None = "UP",
696
+ direction: str | None = "UP",
696
697
  extend: bool | typing.Any | None = False,
697
698
  fill: bool | typing.Any | None = False,
698
699
  ):
@@ -702,7 +703,7 @@ def select_walk(
702
703
  :type execution_context: str | int | None
703
704
  :type undo: bool | None
704
705
  :param direction: Walk Direction, Select/Deselect element in this direction
705
- :type direction: str | int | None
706
+ :type direction: str | None
706
707
  :param extend: Extend, Extend selection instead of deselecting everything first
707
708
  :type extend: bool | typing.Any | None
708
709
  :param fill: Fill, Select everything beginning with the last selection
@@ -757,7 +758,7 @@ def unpack_all(
757
758
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
758
759
  execution_context: str | int | None = None,
759
760
  undo: bool | None = None,
760
- method: str | int | None = "USE_LOCAL",
761
+ method: str | None = "USE_LOCAL",
761
762
  ):
762
763
  """Unpack all files packed into this .blend to external ones
763
764
 
@@ -765,7 +766,7 @@ def unpack_all(
765
766
  :type execution_context: str | int | None
766
767
  :type undo: bool | None
767
768
  :param method: Method, How to unpack
768
- :type method: str | int | None
769
+ :type method: str | None
769
770
  """
770
771
 
771
772
  ...
@@ -774,7 +775,7 @@ def unpack_item(
774
775
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
775
776
  execution_context: str | int | None = None,
776
777
  undo: bool | None = None,
777
- method: str | int | None = "USE_LOCAL",
778
+ method: str | None = "USE_LOCAL",
778
779
  id_name: str | typing.Any = "",
779
780
  id_type: typing.Any | None = 19785,
780
781
  ):
@@ -784,7 +785,7 @@ def unpack_item(
784
785
  :type execution_context: str | int | None
785
786
  :type undo: bool | None
786
787
  :param method: Method, How to unpack
787
- :type method: str | int | None
788
+ :type method: str | None
788
789
  :param id_name: ID Name, Name of ID block to unpack
789
790
  :type id_name: str | typing.Any
790
791
  :param id_type: ID Type, Identifier type of ID block
@@ -1,4 +1,5 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.types
3
4
 
4
5
  GenericType1 = typing.TypeVar("GenericType1")
bpy/ops/font/__init__.pyi CHANGED
@@ -1,4 +1,5 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.types
3
4
 
4
5
  GenericType1 = typing.TypeVar("GenericType1")
@@ -8,7 +9,7 @@ def case_set(
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
- case: str | int | None = "LOWER",
12
+ case: str | None = "LOWER",
12
13
  ):
13
14
  """Set font case
14
15
 
@@ -16,7 +17,7 @@ def case_set(
16
17
  :type execution_context: str | int | None
17
18
  :type undo: bool | None
18
19
  :param case: Case, Lower or upper case
19
- :type case: str | int | None
20
+ :type case: str | None
20
21
  """
21
22
 
22
23
  ...
@@ -73,7 +74,7 @@ def delete(
73
74
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
74
75
  execution_context: str | int | None = None,
75
76
  undo: bool | None = None,
76
- type: str | int | None = "PREVIOUS_CHARACTER",
77
+ type: str | None = "PREVIOUS_CHARACTER",
77
78
  ):
78
79
  """Delete text by cursor position
79
80
 
@@ -81,7 +82,7 @@ def delete(
81
82
  :type execution_context: str | int | None
82
83
  :type undo: bool | None
83
84
  :param type: Type, Which part of the text to delete
84
- :type type: str | int | None
85
+ :type type: str | None
85
86
  """
86
87
 
87
88
  ...
@@ -104,7 +105,7 @@ def move(
104
105
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
105
106
  execution_context: str | int | None = None,
106
107
  undo: bool | None = None,
107
- type: str | int | None = "LINE_BEGIN",
108
+ type: str | None = "LINE_BEGIN",
108
109
  ):
109
110
  """Move cursor to position type
110
111
 
@@ -112,7 +113,7 @@ def move(
112
113
  :type execution_context: str | int | None
113
114
  :type undo: bool | None
114
115
  :param type: Type, Where to move cursor to
115
- :type type: str | int | None
116
+ :type type: str | None
116
117
  """
117
118
 
118
119
  ...
@@ -121,7 +122,7 @@ def move_select(
121
122
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
122
123
  execution_context: str | int | None = None,
123
124
  undo: bool | None = None,
124
- type: str | int | None = "LINE_BEGIN",
125
+ type: str | None = "LINE_BEGIN",
125
126
  ):
126
127
  """Move the cursor while selecting
127
128
 
@@ -129,7 +130,7 @@ def move_select(
129
130
  :type execution_context: str | int | None
130
131
  :type undo: bool | None
131
132
  :param type: Type, Where to move cursor to, to make a selection
132
- :type type: str | int | None
133
+ :type type: str | None
133
134
  """
134
135
 
135
136
  ...
@@ -160,8 +161,8 @@ def open(
160
161
  filter_blenlib: bool | typing.Any | None = False,
161
162
  filemode: typing.Any | None = 9,
162
163
  relative_path: bool | typing.Any | None = True,
163
- display_type: str | int | None = "THUMBNAIL",
164
- sort_method: str | int | None = "",
164
+ display_type: str | None = "THUMBNAIL",
165
+ sort_method: str | None = "",
165
166
  ):
166
167
  """Load a new font from a file
167
168
 
@@ -225,9 +226,9 @@ def open(
225
226
 
226
227
  THUMBNAIL
227
228
  Thumbnails -- Display files as thumbnails.
228
- :type display_type: str | int | None
229
+ :type display_type: str | None
229
230
  :param sort_method: File sorting mode
230
- :type sort_method: str | int | None
231
+ :type sort_method: str | None
231
232
  """
232
233
 
233
234
  ...
@@ -278,7 +279,7 @@ def style_set(
278
279
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
279
280
  execution_context: str | int | None = None,
280
281
  undo: bool | None = None,
281
- style: str | int | None = "BOLD",
282
+ style: str | None = "BOLD",
282
283
  clear: bool | typing.Any | None = False,
283
284
  ):
284
285
  """Set font style
@@ -287,7 +288,7 @@ def style_set(
287
288
  :type execution_context: str | int | None
288
289
  :type undo: bool | None
289
290
  :param style: Style, Style to set selection to
290
- :type style: str | int | None
291
+ :type style: str | None
291
292
  :param clear: Clear, Clear style rather than setting it
292
293
  :type clear: bool | typing.Any | None
293
294
  """
@@ -298,7 +299,7 @@ def style_toggle(
298
299
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
299
300
  execution_context: str | int | None = None,
300
301
  undo: bool | None = None,
301
- style: str | int | None = "BOLD",
302
+ style: str | None = "BOLD",
302
303
  ):
303
304
  """Toggle font style
304
305
 
@@ -306,7 +307,7 @@ def style_toggle(
306
307
  :type execution_context: str | int | None
307
308
  :type undo: bool | None
308
309
  :param style: Style, Style to set selection to
309
- :type style: str | int | None
310
+ :type style: str | None
310
311
  """
311
312
 
312
313
  ...
@@ -415,8 +416,8 @@ def text_paste_from_file(
415
416
  filter_folder: bool | typing.Any | None = True,
416
417
  filter_blenlib: bool | typing.Any | None = False,
417
418
  filemode: typing.Any | None = 9,
418
- display_type: str | int | None = "DEFAULT",
419
- sort_method: str | int | None = "",
419
+ display_type: str | None = "DEFAULT",
420
+ sort_method: str | None = "",
420
421
  ):
421
422
  """Paste contents from file
422
423
 
@@ -478,9 +479,9 @@ def text_paste_from_file(
478
479
 
479
480
  THUMBNAIL
480
481
  Thumbnails -- Display files as thumbnails.
481
- :type display_type: str | int | None
482
+ :type display_type: str | None
482
483
  :param sort_method: File sorting mode
483
- :type sort_method: str | int | None
484
+ :type sort_method: str | None
484
485
  """
485
486
 
486
487
  ...