fake-bpy-module 20240619__py3-none-any.whl → 20240621__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 (78) hide show
  1. bl_ui/space_userpref/__init__.pyi +225 -0
  2. bpy/ops/action/__init__.pyi +50 -50
  3. bpy/ops/anim/__init__.pyi +94 -94
  4. bpy/ops/armature/__init__.pyi +54 -54
  5. bpy/ops/asset/__init__.pyi +50 -50
  6. bpy/ops/brush/__init__.pyi +10 -10
  7. bpy/ops/buttons/__init__.pyi +88 -88
  8. bpy/ops/cachefile/__init__.pyi +88 -88
  9. bpy/ops/camera/__init__.pyi +14 -14
  10. bpy/ops/clip/__init__.pyi +175 -174
  11. bpy/ops/cloth/__init__.pyi +6 -6
  12. bpy/ops/collection/__init__.pyi +8 -8
  13. bpy/ops/console/__init__.pyi +26 -26
  14. bpy/ops/constraint/__init__.pyi +42 -42
  15. bpy/ops/curve/__init__.pyi +167 -122
  16. bpy/ops/curves/__init__.pyi +75 -58
  17. bpy/ops/cycles/__init__.pyi +10 -10
  18. bpy/ops/ed/__init__.pyi +50 -50
  19. bpy/ops/export_anim/__init__.pyi +14 -14
  20. bpy/ops/export_scene/__init__.pyi +250 -250
  21. bpy/ops/extensions/__init__.pyi +73 -73
  22. bpy/ops/file/__init__.pyi +94 -94
  23. bpy/ops/fluid/__init__.pyi +6 -6
  24. bpy/ops/font/__init__.pyi +100 -100
  25. bpy/ops/geometry/__init__.pyi +20 -20
  26. bpy/ops/gizmogroup/__init__.pyi +10 -10
  27. bpy/ops/gpencil/__init__.pyi +411 -410
  28. bpy/ops/graph/__init__.pyi +194 -194
  29. bpy/ops/grease_pencil/__init__.pyi +100 -100
  30. bpy/ops/image/__init__.pyi +399 -390
  31. bpy/ops/import_anim/__init__.pyi +16 -16
  32. bpy/ops/import_curve/__init__.pyi +4 -4
  33. bpy/ops/import_scene/__init__.pyi +56 -56
  34. bpy/ops/info/__init__.pyi +14 -14
  35. bpy/ops/lattice/__init__.pyi +10 -10
  36. bpy/ops/marker/__init__.pyi +34 -34
  37. bpy/ops/mask/__init__.pyi +63 -62
  38. bpy/ops/mball/__init__.pyi +12 -12
  39. bpy/ops/mesh/__init__.pyi +901 -798
  40. bpy/ops/nla/__init__.pyi +70 -70
  41. bpy/ops/node/__init__.pyi +192 -192
  42. bpy/ops/object/__init__.pyi +1017 -844
  43. bpy/ops/outliner/__init__.pyi +44 -44
  44. bpy/ops/paint/__init__.pyi +169 -168
  45. bpy/ops/paintcurve/__init__.pyi +12 -12
  46. bpy/ops/palette/__init__.pyi +4 -4
  47. bpy/ops/particle/__init__.pyi +34 -34
  48. bpy/ops/pose/__init__.pyi +60 -60
  49. bpy/ops/poselib/__init__.pyi +18 -18
  50. bpy/ops/preferences/__init__.pyi +150 -150
  51. bpy/ops/ptcache/__init__.pyi +4 -4
  52. bpy/ops/render/__init__.pyi +56 -56
  53. bpy/ops/rigidbody/__init__.pyi +8 -8
  54. bpy/ops/scene/__init__.pyi +20 -20
  55. bpy/ops/screen/__init__.pyi +128 -128
  56. bpy/ops/script/__init__.pyi +6 -6
  57. bpy/ops/sculpt/__init__.pyi +207 -202
  58. bpy/ops/sculpt_curves/__init__.pyi +12 -12
  59. bpy/ops/sequencer/__init__.pyi +465 -464
  60. bpy/ops/sound/__init__.pyi +154 -154
  61. bpy/ops/spreadsheet/__init__.pyi +6 -6
  62. bpy/ops/surface/__init__.pyi +109 -60
  63. bpy/ops/text/__init__.pyi +110 -110
  64. bpy/ops/text_editor/__init__.pyi +6 -6
  65. bpy/ops/transform/__init__.pyi +642 -580
  66. bpy/ops/ui/__init__.pyi +25 -24
  67. bpy/ops/uilist/__init__.pyi +12 -12
  68. bpy/ops/uv/__init__.pyi +235 -234
  69. bpy/ops/view2d/__init__.pyi +72 -72
  70. bpy/ops/view3d/__init__.pyi +144 -144
  71. bpy/ops/wm/__init__.pyi +1814 -1804
  72. bpy/ops/workspace/__init__.pyi +4 -4
  73. bpy/types/__init__.pyi +30115 -30082
  74. {fake_bpy_module-20240619.dist-info → fake_bpy_module-20240621.dist-info}/METADATA +1 -1
  75. {fake_bpy_module-20240619.dist-info → fake_bpy_module-20240621.dist-info}/RECORD +78 -78
  76. {fake_bpy_module-20240619.dist-info → fake_bpy_module-20240621.dist-info}/WHEEL +1 -1
  77. freestyle/utils/__init__.pyi +1 -1
  78. {fake_bpy_module-20240619.dist-info → fake_bpy_module-20240621.dist-info}/top_level.txt +0 -0
@@ -24,35 +24,35 @@ def mixdown(
24
24
  execution_context: int | str | None = None,
25
25
  undo: bool | None = None,
26
26
  *,
27
- filepath: str | typing.Any = "",
28
- check_existing: bool | typing.Any | None = True,
29
- filter_blender: bool | typing.Any | None = False,
30
- filter_backup: bool | typing.Any | None = False,
31
- filter_image: bool | typing.Any | None = False,
32
- filter_movie: bool | typing.Any | None = False,
33
- filter_python: bool | typing.Any | None = False,
34
- filter_font: bool | typing.Any | None = False,
35
- filter_sound: bool | typing.Any | None = True,
36
- filter_text: bool | typing.Any | None = False,
37
- filter_archive: bool | typing.Any | None = False,
38
- filter_btx: bool | typing.Any | None = False,
39
- filter_collada: bool | typing.Any | None = False,
40
- filter_alembic: bool | typing.Any | None = False,
41
- filter_usd: bool | typing.Any | None = False,
42
- filter_obj: bool | typing.Any | None = False,
43
- filter_volume: bool | typing.Any | None = False,
44
- filter_folder: bool | typing.Any | None = True,
45
- filter_blenlib: bool | typing.Any | None = False,
46
- filemode: typing.Any | None = 9,
47
- relative_path: bool | typing.Any | None = True,
27
+ filepath: str = "",
28
+ check_existing: bool | None = True,
29
+ filter_blender: bool | None = False,
30
+ filter_backup: bool | None = False,
31
+ filter_image: bool | None = False,
32
+ filter_movie: bool | None = False,
33
+ filter_python: bool | None = False,
34
+ filter_font: bool | None = False,
35
+ filter_sound: bool | None = True,
36
+ filter_text: bool | None = False,
37
+ filter_archive: bool | None = False,
38
+ filter_btx: bool | None = False,
39
+ filter_collada: bool | None = False,
40
+ filter_alembic: bool | None = False,
41
+ filter_usd: bool | None = False,
42
+ filter_obj: bool | None = False,
43
+ filter_volume: bool | None = False,
44
+ filter_folder: bool | None = True,
45
+ filter_blenlib: bool | None = False,
46
+ filemode: int | None = 9,
47
+ relative_path: bool | None = True,
48
48
  display_type: str | None = "DEFAULT",
49
49
  sort_method: str | None = "",
50
- accuracy: typing.Any | None = 1024,
50
+ accuracy: int | None = 1024,
51
51
  container: str | None = "FLAC",
52
52
  codec: str | None = "FLAC",
53
53
  format: str | None = "S16",
54
- bitrate: typing.Any | None = 192,
55
- split_channels: bool | typing.Any | None = False,
54
+ bitrate: int | None = 192,
55
+ split_channels: bool | None = False,
56
56
  ):
57
57
  """Mix the scene's audio to a sound file
58
58
 
@@ -60,47 +60,47 @@ def mixdown(
60
60
  :type execution_context: int | str | None
61
61
  :type undo: bool | None
62
62
  :param filepath: File Path, Path to file
63
- :type filepath: str | typing.Any
63
+ :type filepath: str
64
64
  :param check_existing: Check Existing, Check and warn on overwriting existing files
65
- :type check_existing: bool | typing.Any | None
65
+ :type check_existing: bool | None
66
66
  :param filter_blender: Filter .blend files
67
- :type filter_blender: bool | typing.Any | None
67
+ :type filter_blender: bool | None
68
68
  :param filter_backup: Filter .blend files
69
- :type filter_backup: bool | typing.Any | None
69
+ :type filter_backup: bool | None
70
70
  :param filter_image: Filter image files
71
- :type filter_image: bool | typing.Any | None
71
+ :type filter_image: bool | None
72
72
  :param filter_movie: Filter movie files
73
- :type filter_movie: bool | typing.Any | None
73
+ :type filter_movie: bool | None
74
74
  :param filter_python: Filter Python files
75
- :type filter_python: bool | typing.Any | None
75
+ :type filter_python: bool | None
76
76
  :param filter_font: Filter font files
77
- :type filter_font: bool | typing.Any | None
77
+ :type filter_font: bool | None
78
78
  :param filter_sound: Filter sound files
79
- :type filter_sound: bool | typing.Any | None
79
+ :type filter_sound: bool | None
80
80
  :param filter_text: Filter text files
81
- :type filter_text: bool | typing.Any | None
81
+ :type filter_text: bool | None
82
82
  :param filter_archive: Filter archive files
83
- :type filter_archive: bool | typing.Any | None
83
+ :type filter_archive: bool | None
84
84
  :param filter_btx: Filter btx files
85
- :type filter_btx: bool | typing.Any | None
85
+ :type filter_btx: bool | None
86
86
  :param filter_collada: Filter COLLADA files
87
- :type filter_collada: bool | typing.Any | None
87
+ :type filter_collada: bool | None
88
88
  :param filter_alembic: Filter Alembic files
89
- :type filter_alembic: bool | typing.Any | None
89
+ :type filter_alembic: bool | None
90
90
  :param filter_usd: Filter USD files
91
- :type filter_usd: bool | typing.Any | None
91
+ :type filter_usd: bool | None
92
92
  :param filter_obj: Filter OBJ files
93
- :type filter_obj: bool | typing.Any | None
93
+ :type filter_obj: bool | None
94
94
  :param filter_volume: Filter OpenVDB volume files
95
- :type filter_volume: bool | typing.Any | None
95
+ :type filter_volume: bool | None
96
96
  :param filter_folder: Filter folders
97
- :type filter_folder: bool | typing.Any | None
97
+ :type filter_folder: bool | None
98
98
  :param filter_blenlib: Filter Blender IDs
99
- :type filter_blenlib: bool | typing.Any | None
99
+ :type filter_blenlib: bool | None
100
100
  :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
101
- :type filemode: typing.Any | None
101
+ :type filemode: int | None
102
102
  :param relative_path: Relative Path, Select the file relative to the blend file
103
- :type relative_path: bool | typing.Any | None
103
+ :type relative_path: bool | None
104
104
  :param display_type: Display Type
105
105
 
106
106
  DEFAULT
@@ -118,7 +118,7 @@ def mixdown(
118
118
  :param sort_method: File sorting mode
119
119
  :type sort_method: str | None
120
120
  :param accuracy: Accuracy, Sample accuracy, important for animation data (the lower the value, the more accurate)
121
- :type accuracy: typing.Any | None
121
+ :type accuracy: int | None
122
122
  :param container: Container, File format
123
123
 
124
124
  AC3
@@ -186,9 +186,9 @@ def mixdown(
186
186
  F64 -- 64-bit floating-point.
187
187
  :type format: str | None
188
188
  :param bitrate: Bitrate, Bitrate in kbit/s
189
- :type bitrate: typing.Any | None
189
+ :type bitrate: int | None
190
190
  :param split_channels: Split channels, Each channel will be rendered into a mono file
191
- :type split_channels: bool | typing.Any | None
191
+ :type split_channels: bool | None
192
192
  """
193
193
 
194
194
  ...
@@ -198,34 +198,34 @@ def open(
198
198
  execution_context: int | str | None = None,
199
199
  undo: bool | None = None,
200
200
  *,
201
- filepath: str | typing.Any = "",
202
- hide_props_region: bool | typing.Any | None = True,
203
- check_existing: bool | typing.Any | None = False,
204
- filter_blender: bool | typing.Any | None = False,
205
- filter_backup: bool | typing.Any | None = False,
206
- filter_image: bool | typing.Any | None = False,
207
- filter_movie: bool | typing.Any | None = True,
208
- filter_python: bool | typing.Any | None = False,
209
- filter_font: bool | typing.Any | None = False,
210
- filter_sound: bool | typing.Any | None = True,
211
- filter_text: bool | typing.Any | None = False,
212
- filter_archive: bool | typing.Any | None = False,
213
- filter_btx: bool | typing.Any | None = False,
214
- filter_collada: bool | typing.Any | None = False,
215
- filter_alembic: bool | typing.Any | None = False,
216
- filter_usd: bool | typing.Any | None = False,
217
- filter_obj: bool | typing.Any | None = False,
218
- filter_volume: bool | typing.Any | None = False,
219
- filter_folder: bool | typing.Any | None = True,
220
- filter_blenlib: bool | typing.Any | None = False,
221
- filemode: typing.Any | None = 9,
222
- relative_path: bool | typing.Any | None = True,
223
- show_multiview: bool | typing.Any | None = False,
224
- use_multiview: bool | typing.Any | None = False,
201
+ filepath: str = "",
202
+ hide_props_region: bool | None = True,
203
+ check_existing: bool | None = False,
204
+ filter_blender: bool | None = False,
205
+ filter_backup: bool | None = False,
206
+ filter_image: bool | None = False,
207
+ filter_movie: bool | None = True,
208
+ filter_python: bool | None = False,
209
+ filter_font: bool | None = False,
210
+ filter_sound: bool | None = True,
211
+ filter_text: bool | None = False,
212
+ filter_archive: bool | None = False,
213
+ filter_btx: bool | None = False,
214
+ filter_collada: bool | None = False,
215
+ filter_alembic: bool | None = False,
216
+ filter_usd: bool | None = False,
217
+ filter_obj: bool | None = False,
218
+ filter_volume: bool | None = False,
219
+ filter_folder: bool | None = True,
220
+ filter_blenlib: bool | None = False,
221
+ filemode: int | None = 9,
222
+ relative_path: bool | None = True,
223
+ show_multiview: bool | None = False,
224
+ use_multiview: bool | None = False,
225
225
  display_type: str | None = "DEFAULT",
226
226
  sort_method: str | None = "",
227
- cache: bool | typing.Any | None = False,
228
- mono: bool | typing.Any | None = False,
227
+ cache: bool | None = False,
228
+ mono: bool | None = False,
229
229
  ):
230
230
  """Load a sound file
231
231
 
@@ -233,53 +233,53 @@ def open(
233
233
  :type execution_context: int | str | None
234
234
  :type undo: bool | None
235
235
  :param filepath: File Path, Path to file
236
- :type filepath: str | typing.Any
236
+ :type filepath: str
237
237
  :param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
238
- :type hide_props_region: bool | typing.Any | None
238
+ :type hide_props_region: bool | None
239
239
  :param check_existing: Check Existing, Check and warn on overwriting existing files
240
- :type check_existing: bool | typing.Any | None
240
+ :type check_existing: bool | None
241
241
  :param filter_blender: Filter .blend files
242
- :type filter_blender: bool | typing.Any | None
242
+ :type filter_blender: bool | None
243
243
  :param filter_backup: Filter .blend files
244
- :type filter_backup: bool | typing.Any | None
244
+ :type filter_backup: bool | None
245
245
  :param filter_image: Filter image files
246
- :type filter_image: bool | typing.Any | None
246
+ :type filter_image: bool | None
247
247
  :param filter_movie: Filter movie files
248
- :type filter_movie: bool | typing.Any | None
248
+ :type filter_movie: bool | None
249
249
  :param filter_python: Filter Python files
250
- :type filter_python: bool | typing.Any | None
250
+ :type filter_python: bool | None
251
251
  :param filter_font: Filter font files
252
- :type filter_font: bool | typing.Any | None
252
+ :type filter_font: bool | None
253
253
  :param filter_sound: Filter sound files
254
- :type filter_sound: bool | typing.Any | None
254
+ :type filter_sound: bool | None
255
255
  :param filter_text: Filter text files
256
- :type filter_text: bool | typing.Any | None
256
+ :type filter_text: bool | None
257
257
  :param filter_archive: Filter archive files
258
- :type filter_archive: bool | typing.Any | None
258
+ :type filter_archive: bool | None
259
259
  :param filter_btx: Filter btx files
260
- :type filter_btx: bool | typing.Any | None
260
+ :type filter_btx: bool | None
261
261
  :param filter_collada: Filter COLLADA files
262
- :type filter_collada: bool | typing.Any | None
262
+ :type filter_collada: bool | None
263
263
  :param filter_alembic: Filter Alembic files
264
- :type filter_alembic: bool | typing.Any | None
264
+ :type filter_alembic: bool | None
265
265
  :param filter_usd: Filter USD files
266
- :type filter_usd: bool | typing.Any | None
266
+ :type filter_usd: bool | None
267
267
  :param filter_obj: Filter OBJ files
268
- :type filter_obj: bool | typing.Any | None
268
+ :type filter_obj: bool | None
269
269
  :param filter_volume: Filter OpenVDB volume files
270
- :type filter_volume: bool | typing.Any | None
270
+ :type filter_volume: bool | None
271
271
  :param filter_folder: Filter folders
272
- :type filter_folder: bool | typing.Any | None
272
+ :type filter_folder: bool | None
273
273
  :param filter_blenlib: Filter Blender IDs
274
- :type filter_blenlib: bool | typing.Any | None
274
+ :type filter_blenlib: bool | None
275
275
  :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
276
- :type filemode: typing.Any | None
276
+ :type filemode: int | None
277
277
  :param relative_path: Relative Path, Select the file relative to the blend file
278
- :type relative_path: bool | typing.Any | None
278
+ :type relative_path: bool | None
279
279
  :param show_multiview: Enable Multi-View
280
- :type show_multiview: bool | typing.Any | None
280
+ :type show_multiview: bool | None
281
281
  :param use_multiview: Use Multi-View
282
- :type use_multiview: bool | typing.Any | None
282
+ :type use_multiview: bool | None
283
283
  :param display_type: Display Type
284
284
 
285
285
  DEFAULT
@@ -297,9 +297,9 @@ def open(
297
297
  :param sort_method: File sorting mode
298
298
  :type sort_method: str | None
299
299
  :param cache: Cache, Cache the sound in memory
300
- :type cache: bool | typing.Any | None
300
+ :type cache: bool | None
301
301
  :param mono: Mono, Merge all the sound's channels into one
302
- :type mono: bool | typing.Any | None
302
+ :type mono: bool | None
303
303
  """
304
304
 
305
305
  ...
@@ -309,34 +309,34 @@ def open_mono(
309
309
  execution_context: int | str | None = None,
310
310
  undo: bool | None = None,
311
311
  *,
312
- filepath: str | typing.Any = "",
313
- hide_props_region: bool | typing.Any | None = True,
314
- check_existing: bool | typing.Any | None = False,
315
- filter_blender: bool | typing.Any | None = False,
316
- filter_backup: bool | typing.Any | None = False,
317
- filter_image: bool | typing.Any | None = False,
318
- filter_movie: bool | typing.Any | None = True,
319
- filter_python: bool | typing.Any | None = False,
320
- filter_font: bool | typing.Any | None = False,
321
- filter_sound: bool | typing.Any | None = True,
322
- filter_text: bool | typing.Any | None = False,
323
- filter_archive: bool | typing.Any | None = False,
324
- filter_btx: bool | typing.Any | None = False,
325
- filter_collada: bool | typing.Any | None = False,
326
- filter_alembic: bool | typing.Any | None = False,
327
- filter_usd: bool | typing.Any | None = False,
328
- filter_obj: bool | typing.Any | None = False,
329
- filter_volume: bool | typing.Any | None = False,
330
- filter_folder: bool | typing.Any | None = True,
331
- filter_blenlib: bool | typing.Any | None = False,
332
- filemode: typing.Any | None = 9,
333
- relative_path: bool | typing.Any | None = True,
334
- show_multiview: bool | typing.Any | None = False,
335
- use_multiview: bool | typing.Any | None = False,
312
+ filepath: str = "",
313
+ hide_props_region: bool | None = True,
314
+ check_existing: bool | None = False,
315
+ filter_blender: bool | None = False,
316
+ filter_backup: bool | None = False,
317
+ filter_image: bool | None = False,
318
+ filter_movie: bool | None = True,
319
+ filter_python: bool | None = False,
320
+ filter_font: bool | None = False,
321
+ filter_sound: bool | None = True,
322
+ filter_text: bool | None = False,
323
+ filter_archive: bool | None = False,
324
+ filter_btx: bool | None = False,
325
+ filter_collada: bool | None = False,
326
+ filter_alembic: bool | None = False,
327
+ filter_usd: bool | None = False,
328
+ filter_obj: bool | None = False,
329
+ filter_volume: bool | None = False,
330
+ filter_folder: bool | None = True,
331
+ filter_blenlib: bool | None = False,
332
+ filemode: int | None = 9,
333
+ relative_path: bool | None = True,
334
+ show_multiview: bool | None = False,
335
+ use_multiview: bool | None = False,
336
336
  display_type: str | None = "DEFAULT",
337
337
  sort_method: str | None = "",
338
- cache: bool | typing.Any | None = False,
339
- mono: bool | typing.Any | None = True,
338
+ cache: bool | None = False,
339
+ mono: bool | None = True,
340
340
  ):
341
341
  """Load a sound file as mono
342
342
 
@@ -344,53 +344,53 @@ def open_mono(
344
344
  :type execution_context: int | str | None
345
345
  :type undo: bool | None
346
346
  :param filepath: File Path, Path to file
347
- :type filepath: str | typing.Any
347
+ :type filepath: str
348
348
  :param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
349
- :type hide_props_region: bool | typing.Any | None
349
+ :type hide_props_region: bool | None
350
350
  :param check_existing: Check Existing, Check and warn on overwriting existing files
351
- :type check_existing: bool | typing.Any | None
351
+ :type check_existing: bool | None
352
352
  :param filter_blender: Filter .blend files
353
- :type filter_blender: bool | typing.Any | None
353
+ :type filter_blender: bool | None
354
354
  :param filter_backup: Filter .blend files
355
- :type filter_backup: bool | typing.Any | None
355
+ :type filter_backup: bool | None
356
356
  :param filter_image: Filter image files
357
- :type filter_image: bool | typing.Any | None
357
+ :type filter_image: bool | None
358
358
  :param filter_movie: Filter movie files
359
- :type filter_movie: bool | typing.Any | None
359
+ :type filter_movie: bool | None
360
360
  :param filter_python: Filter Python files
361
- :type filter_python: bool | typing.Any | None
361
+ :type filter_python: bool | None
362
362
  :param filter_font: Filter font files
363
- :type filter_font: bool | typing.Any | None
363
+ :type filter_font: bool | None
364
364
  :param filter_sound: Filter sound files
365
- :type filter_sound: bool | typing.Any | None
365
+ :type filter_sound: bool | None
366
366
  :param filter_text: Filter text files
367
- :type filter_text: bool | typing.Any | None
367
+ :type filter_text: bool | None
368
368
  :param filter_archive: Filter archive files
369
- :type filter_archive: bool | typing.Any | None
369
+ :type filter_archive: bool | None
370
370
  :param filter_btx: Filter btx files
371
- :type filter_btx: bool | typing.Any | None
371
+ :type filter_btx: bool | None
372
372
  :param filter_collada: Filter COLLADA files
373
- :type filter_collada: bool | typing.Any | None
373
+ :type filter_collada: bool | None
374
374
  :param filter_alembic: Filter Alembic files
375
- :type filter_alembic: bool | typing.Any | None
375
+ :type filter_alembic: bool | None
376
376
  :param filter_usd: Filter USD files
377
- :type filter_usd: bool | typing.Any | None
377
+ :type filter_usd: bool | None
378
378
  :param filter_obj: Filter OBJ files
379
- :type filter_obj: bool | typing.Any | None
379
+ :type filter_obj: bool | None
380
380
  :param filter_volume: Filter OpenVDB volume files
381
- :type filter_volume: bool | typing.Any | None
381
+ :type filter_volume: bool | None
382
382
  :param filter_folder: Filter folders
383
- :type filter_folder: bool | typing.Any | None
383
+ :type filter_folder: bool | None
384
384
  :param filter_blenlib: Filter Blender IDs
385
- :type filter_blenlib: bool | typing.Any | None
385
+ :type filter_blenlib: bool | None
386
386
  :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
387
- :type filemode: typing.Any | None
387
+ :type filemode: int | None
388
388
  :param relative_path: Relative Path, Select the file relative to the blend file
389
- :type relative_path: bool | typing.Any | None
389
+ :type relative_path: bool | None
390
390
  :param show_multiview: Enable Multi-View
391
- :type show_multiview: bool | typing.Any | None
391
+ :type show_multiview: bool | None
392
392
  :param use_multiview: Use Multi-View
393
- :type use_multiview: bool | typing.Any | None
393
+ :type use_multiview: bool | None
394
394
  :param display_type: Display Type
395
395
 
396
396
  DEFAULT
@@ -408,9 +408,9 @@ def open_mono(
408
408
  :param sort_method: File sorting mode
409
409
  :type sort_method: str | None
410
410
  :param cache: Cache, Cache the sound in memory
411
- :type cache: bool | typing.Any | None
411
+ :type cache: bool | None
412
412
  :param mono: Mono, Mixdown the sound to mono
413
- :type mono: bool | typing.Any | None
413
+ :type mono: bool | None
414
414
  """
415
415
 
416
416
  ...
@@ -435,7 +435,7 @@ def unpack(
435
435
  undo: bool | None = None,
436
436
  *,
437
437
  method: str | None = "USE_LOCAL",
438
- id: str | typing.Any = "",
438
+ id: str = "",
439
439
  ):
440
440
  """Unpack the sound to the samples filename
441
441
 
@@ -445,7 +445,7 @@ def unpack(
445
445
  :param method: Method, How to unpack
446
446
  :type method: str | None
447
447
  :param id: Sound Name, Sound data-block name to unpack
448
- :type id: str | typing.Any
448
+ :type id: str
449
449
  """
450
450
 
451
451
  ...
@@ -24,8 +24,8 @@ def change_spreadsheet_data_source(
24
24
  execution_context: int | str | None = None,
25
25
  undo: bool | None = None,
26
26
  *,
27
- component_type: typing.Any | None = 0,
28
- attribute_domain_type: typing.Any | None = 0,
27
+ component_type: int | None = 0,
28
+ attribute_domain_type: int | None = 0,
29
29
  ):
30
30
  """Change visible data source in the spreadsheet
31
31
 
@@ -33,9 +33,9 @@ def change_spreadsheet_data_source(
33
33
  :type execution_context: int | str | None
34
34
  :type undo: bool | None
35
35
  :param component_type: Component Type
36
- :type component_type: typing.Any | None
36
+ :type component_type: int | None
37
37
  :param attribute_domain_type: Attribute Domain Type
38
- :type attribute_domain_type: typing.Any | None
38
+ :type attribute_domain_type: int | None
39
39
  """
40
40
 
41
41
  ...
@@ -45,7 +45,7 @@ def remove_row_filter_rule(
45
45
  execution_context: int | str | None = None,
46
46
  undo: bool | None = None,
47
47
  *,
48
- index: typing.Any | None = 0,
48
+ index: int | None = 0,
49
49
  ):
50
50
  """Remove a row filter from the rules
51
51
 
@@ -53,7 +53,7 @@ def remove_row_filter_rule(
53
53
  :type execution_context: int | str | None
54
54
  :type undo: bool | None
55
55
  :param index: Index
56
- :type index: typing.Any | None
56
+ :type index: int | None
57
57
  """
58
58
 
59
59
  ...