fake-bpy-module 20240620__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.
- bl_ui/space_userpref/__init__.pyi +225 -0
- bpy/ops/action/__init__.pyi +50 -50
- bpy/ops/anim/__init__.pyi +94 -94
- bpy/ops/armature/__init__.pyi +54 -54
- bpy/ops/asset/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +10 -10
- bpy/ops/buttons/__init__.pyi +88 -88
- bpy/ops/cachefile/__init__.pyi +88 -88
- bpy/ops/camera/__init__.pyi +14 -14
- bpy/ops/clip/__init__.pyi +175 -174
- bpy/ops/cloth/__init__.pyi +6 -6
- bpy/ops/collection/__init__.pyi +8 -8
- bpy/ops/console/__init__.pyi +26 -26
- bpy/ops/constraint/__init__.pyi +42 -42
- bpy/ops/curve/__init__.pyi +167 -122
- bpy/ops/curves/__init__.pyi +75 -58
- bpy/ops/cycles/__init__.pyi +10 -10
- bpy/ops/ed/__init__.pyi +50 -50
- bpy/ops/export_anim/__init__.pyi +14 -14
- bpy/ops/export_scene/__init__.pyi +250 -250
- bpy/ops/extensions/__init__.pyi +73 -73
- bpy/ops/file/__init__.pyi +94 -94
- bpy/ops/fluid/__init__.pyi +6 -6
- bpy/ops/font/__init__.pyi +100 -100
- bpy/ops/geometry/__init__.pyi +20 -20
- bpy/ops/gizmogroup/__init__.pyi +10 -10
- bpy/ops/gpencil/__init__.pyi +411 -410
- bpy/ops/graph/__init__.pyi +194 -194
- bpy/ops/grease_pencil/__init__.pyi +100 -100
- bpy/ops/image/__init__.pyi +399 -390
- bpy/ops/import_anim/__init__.pyi +16 -16
- bpy/ops/import_curve/__init__.pyi +4 -4
- bpy/ops/import_scene/__init__.pyi +56 -56
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +8 -8
- bpy/ops/marker/__init__.pyi +34 -34
- bpy/ops/mask/__init__.pyi +63 -62
- bpy/ops/mball/__init__.pyi +12 -12
- bpy/ops/mesh/__init__.pyi +893 -790
- bpy/ops/nla/__init__.pyi +70 -70
- bpy/ops/node/__init__.pyi +192 -192
- bpy/ops/object/__init__.pyi +1013 -840
- bpy/ops/outliner/__init__.pyi +44 -44
- bpy/ops/paint/__init__.pyi +169 -168
- bpy/ops/paintcurve/__init__.pyi +12 -12
- bpy/ops/palette/__init__.pyi +4 -4
- bpy/ops/particle/__init__.pyi +34 -34
- bpy/ops/pose/__init__.pyi +60 -60
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +150 -150
- bpy/ops/ptcache/__init__.pyi +4 -4
- bpy/ops/render/__init__.pyi +56 -56
- bpy/ops/rigidbody/__init__.pyi +8 -8
- bpy/ops/scene/__init__.pyi +20 -20
- bpy/ops/screen/__init__.pyi +128 -128
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +207 -202
- bpy/ops/sculpt_curves/__init__.pyi +12 -12
- bpy/ops/sequencer/__init__.pyi +465 -464
- bpy/ops/sound/__init__.pyi +154 -154
- bpy/ops/spreadsheet/__init__.pyi +6 -6
- bpy/ops/surface/__init__.pyi +109 -60
- bpy/ops/text/__init__.pyi +110 -110
- bpy/ops/text_editor/__init__.pyi +6 -6
- bpy/ops/transform/__init__.pyi +628 -566
- bpy/ops/ui/__init__.pyi +25 -24
- bpy/ops/uilist/__init__.pyi +12 -12
- bpy/ops/uv/__init__.pyi +235 -234
- bpy/ops/view2d/__init__.pyi +72 -72
- bpy/ops/view3d/__init__.pyi +144 -144
- bpy/ops/wm/__init__.pyi +1813 -1806
- bpy/ops/workspace/__init__.pyi +4 -4
- bpy/types/__init__.pyi +1611 -1802
- {fake_bpy_module-20240620.dist-info → fake_bpy_module-20240621.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240620.dist-info → fake_bpy_module-20240621.dist-info}/RECORD +77 -77
- {fake_bpy_module-20240620.dist-info → fake_bpy_module-20240621.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240620.dist-info → fake_bpy_module-20240621.dist-info}/top_level.txt +0 -0
bpy/ops/sound/__init__.pyi
CHANGED
|
@@ -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
|
|
28
|
-
check_existing: bool |
|
|
29
|
-
filter_blender: bool |
|
|
30
|
-
filter_backup: bool |
|
|
31
|
-
filter_image: bool |
|
|
32
|
-
filter_movie: bool |
|
|
33
|
-
filter_python: bool |
|
|
34
|
-
filter_font: bool |
|
|
35
|
-
filter_sound: bool |
|
|
36
|
-
filter_text: bool |
|
|
37
|
-
filter_archive: bool |
|
|
38
|
-
filter_btx: bool |
|
|
39
|
-
filter_collada: bool |
|
|
40
|
-
filter_alembic: bool |
|
|
41
|
-
filter_usd: bool |
|
|
42
|
-
filter_obj: bool |
|
|
43
|
-
filter_volume: bool |
|
|
44
|
-
filter_folder: bool |
|
|
45
|
-
filter_blenlib: bool |
|
|
46
|
-
filemode:
|
|
47
|
-
relative_path: bool |
|
|
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:
|
|
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:
|
|
55
|
-
split_channels: bool |
|
|
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
|
|
63
|
+
:type filepath: str
|
|
64
64
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
65
|
-
:type check_existing: bool |
|
|
65
|
+
:type check_existing: bool | None
|
|
66
66
|
:param filter_blender: Filter .blend files
|
|
67
|
-
:type filter_blender: bool |
|
|
67
|
+
:type filter_blender: bool | None
|
|
68
68
|
:param filter_backup: Filter .blend files
|
|
69
|
-
:type filter_backup: bool |
|
|
69
|
+
:type filter_backup: bool | None
|
|
70
70
|
:param filter_image: Filter image files
|
|
71
|
-
:type filter_image: bool |
|
|
71
|
+
:type filter_image: bool | None
|
|
72
72
|
:param filter_movie: Filter movie files
|
|
73
|
-
:type filter_movie: bool |
|
|
73
|
+
:type filter_movie: bool | None
|
|
74
74
|
:param filter_python: Filter Python files
|
|
75
|
-
:type filter_python: bool |
|
|
75
|
+
:type filter_python: bool | None
|
|
76
76
|
:param filter_font: Filter font files
|
|
77
|
-
:type filter_font: bool |
|
|
77
|
+
:type filter_font: bool | None
|
|
78
78
|
:param filter_sound: Filter sound files
|
|
79
|
-
:type filter_sound: bool |
|
|
79
|
+
:type filter_sound: bool | None
|
|
80
80
|
:param filter_text: Filter text files
|
|
81
|
-
:type filter_text: bool |
|
|
81
|
+
:type filter_text: bool | None
|
|
82
82
|
:param filter_archive: Filter archive files
|
|
83
|
-
:type filter_archive: bool |
|
|
83
|
+
:type filter_archive: bool | None
|
|
84
84
|
:param filter_btx: Filter btx files
|
|
85
|
-
:type filter_btx: bool |
|
|
85
|
+
:type filter_btx: bool | None
|
|
86
86
|
:param filter_collada: Filter COLLADA files
|
|
87
|
-
:type filter_collada: bool |
|
|
87
|
+
:type filter_collada: bool | None
|
|
88
88
|
:param filter_alembic: Filter Alembic files
|
|
89
|
-
:type filter_alembic: bool |
|
|
89
|
+
:type filter_alembic: bool | None
|
|
90
90
|
:param filter_usd: Filter USD files
|
|
91
|
-
:type filter_usd: bool |
|
|
91
|
+
:type filter_usd: bool | None
|
|
92
92
|
:param filter_obj: Filter OBJ files
|
|
93
|
-
:type filter_obj: bool |
|
|
93
|
+
:type filter_obj: bool | None
|
|
94
94
|
:param filter_volume: Filter OpenVDB volume files
|
|
95
|
-
:type filter_volume: bool |
|
|
95
|
+
:type filter_volume: bool | None
|
|
96
96
|
:param filter_folder: Filter folders
|
|
97
|
-
:type filter_folder: bool |
|
|
97
|
+
:type filter_folder: bool | None
|
|
98
98
|
:param filter_blenlib: Filter Blender IDs
|
|
99
|
-
:type filter_blenlib: bool |
|
|
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:
|
|
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 |
|
|
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:
|
|
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:
|
|
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 |
|
|
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
|
|
202
|
-
hide_props_region: bool |
|
|
203
|
-
check_existing: bool |
|
|
204
|
-
filter_blender: bool |
|
|
205
|
-
filter_backup: bool |
|
|
206
|
-
filter_image: bool |
|
|
207
|
-
filter_movie: bool |
|
|
208
|
-
filter_python: bool |
|
|
209
|
-
filter_font: bool |
|
|
210
|
-
filter_sound: bool |
|
|
211
|
-
filter_text: bool |
|
|
212
|
-
filter_archive: bool |
|
|
213
|
-
filter_btx: bool |
|
|
214
|
-
filter_collada: bool |
|
|
215
|
-
filter_alembic: bool |
|
|
216
|
-
filter_usd: bool |
|
|
217
|
-
filter_obj: bool |
|
|
218
|
-
filter_volume: bool |
|
|
219
|
-
filter_folder: bool |
|
|
220
|
-
filter_blenlib: bool |
|
|
221
|
-
filemode:
|
|
222
|
-
relative_path: bool |
|
|
223
|
-
show_multiview: bool |
|
|
224
|
-
use_multiview: bool |
|
|
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 |
|
|
228
|
-
mono: bool |
|
|
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
|
|
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 |
|
|
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 |
|
|
240
|
+
:type check_existing: bool | None
|
|
241
241
|
:param filter_blender: Filter .blend files
|
|
242
|
-
:type filter_blender: bool |
|
|
242
|
+
:type filter_blender: bool | None
|
|
243
243
|
:param filter_backup: Filter .blend files
|
|
244
|
-
:type filter_backup: bool |
|
|
244
|
+
:type filter_backup: bool | None
|
|
245
245
|
:param filter_image: Filter image files
|
|
246
|
-
:type filter_image: bool |
|
|
246
|
+
:type filter_image: bool | None
|
|
247
247
|
:param filter_movie: Filter movie files
|
|
248
|
-
:type filter_movie: bool |
|
|
248
|
+
:type filter_movie: bool | None
|
|
249
249
|
:param filter_python: Filter Python files
|
|
250
|
-
:type filter_python: bool |
|
|
250
|
+
:type filter_python: bool | None
|
|
251
251
|
:param filter_font: Filter font files
|
|
252
|
-
:type filter_font: bool |
|
|
252
|
+
:type filter_font: bool | None
|
|
253
253
|
:param filter_sound: Filter sound files
|
|
254
|
-
:type filter_sound: bool |
|
|
254
|
+
:type filter_sound: bool | None
|
|
255
255
|
:param filter_text: Filter text files
|
|
256
|
-
:type filter_text: bool |
|
|
256
|
+
:type filter_text: bool | None
|
|
257
257
|
:param filter_archive: Filter archive files
|
|
258
|
-
:type filter_archive: bool |
|
|
258
|
+
:type filter_archive: bool | None
|
|
259
259
|
:param filter_btx: Filter btx files
|
|
260
|
-
:type filter_btx: bool |
|
|
260
|
+
:type filter_btx: bool | None
|
|
261
261
|
:param filter_collada: Filter COLLADA files
|
|
262
|
-
:type filter_collada: bool |
|
|
262
|
+
:type filter_collada: bool | None
|
|
263
263
|
:param filter_alembic: Filter Alembic files
|
|
264
|
-
:type filter_alembic: bool |
|
|
264
|
+
:type filter_alembic: bool | None
|
|
265
265
|
:param filter_usd: Filter USD files
|
|
266
|
-
:type filter_usd: bool |
|
|
266
|
+
:type filter_usd: bool | None
|
|
267
267
|
:param filter_obj: Filter OBJ files
|
|
268
|
-
:type filter_obj: bool |
|
|
268
|
+
:type filter_obj: bool | None
|
|
269
269
|
:param filter_volume: Filter OpenVDB volume files
|
|
270
|
-
:type filter_volume: bool |
|
|
270
|
+
:type filter_volume: bool | None
|
|
271
271
|
:param filter_folder: Filter folders
|
|
272
|
-
:type filter_folder: bool |
|
|
272
|
+
:type filter_folder: bool | None
|
|
273
273
|
:param filter_blenlib: Filter Blender IDs
|
|
274
|
-
:type filter_blenlib: bool |
|
|
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:
|
|
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 |
|
|
278
|
+
:type relative_path: bool | None
|
|
279
279
|
:param show_multiview: Enable Multi-View
|
|
280
|
-
:type show_multiview: bool |
|
|
280
|
+
:type show_multiview: bool | None
|
|
281
281
|
:param use_multiview: Use Multi-View
|
|
282
|
-
:type use_multiview: bool |
|
|
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 |
|
|
300
|
+
:type cache: bool | None
|
|
301
301
|
:param mono: Mono, Merge all the sound's channels into one
|
|
302
|
-
:type mono: bool |
|
|
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
|
|
313
|
-
hide_props_region: bool |
|
|
314
|
-
check_existing: bool |
|
|
315
|
-
filter_blender: bool |
|
|
316
|
-
filter_backup: bool |
|
|
317
|
-
filter_image: bool |
|
|
318
|
-
filter_movie: bool |
|
|
319
|
-
filter_python: bool |
|
|
320
|
-
filter_font: bool |
|
|
321
|
-
filter_sound: bool |
|
|
322
|
-
filter_text: bool |
|
|
323
|
-
filter_archive: bool |
|
|
324
|
-
filter_btx: bool |
|
|
325
|
-
filter_collada: bool |
|
|
326
|
-
filter_alembic: bool |
|
|
327
|
-
filter_usd: bool |
|
|
328
|
-
filter_obj: bool |
|
|
329
|
-
filter_volume: bool |
|
|
330
|
-
filter_folder: bool |
|
|
331
|
-
filter_blenlib: bool |
|
|
332
|
-
filemode:
|
|
333
|
-
relative_path: bool |
|
|
334
|
-
show_multiview: bool |
|
|
335
|
-
use_multiview: bool |
|
|
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 |
|
|
339
|
-
mono: bool |
|
|
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
|
|
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 |
|
|
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 |
|
|
351
|
+
:type check_existing: bool | None
|
|
352
352
|
:param filter_blender: Filter .blend files
|
|
353
|
-
:type filter_blender: bool |
|
|
353
|
+
:type filter_blender: bool | None
|
|
354
354
|
:param filter_backup: Filter .blend files
|
|
355
|
-
:type filter_backup: bool |
|
|
355
|
+
:type filter_backup: bool | None
|
|
356
356
|
:param filter_image: Filter image files
|
|
357
|
-
:type filter_image: bool |
|
|
357
|
+
:type filter_image: bool | None
|
|
358
358
|
:param filter_movie: Filter movie files
|
|
359
|
-
:type filter_movie: bool |
|
|
359
|
+
:type filter_movie: bool | None
|
|
360
360
|
:param filter_python: Filter Python files
|
|
361
|
-
:type filter_python: bool |
|
|
361
|
+
:type filter_python: bool | None
|
|
362
362
|
:param filter_font: Filter font files
|
|
363
|
-
:type filter_font: bool |
|
|
363
|
+
:type filter_font: bool | None
|
|
364
364
|
:param filter_sound: Filter sound files
|
|
365
|
-
:type filter_sound: bool |
|
|
365
|
+
:type filter_sound: bool | None
|
|
366
366
|
:param filter_text: Filter text files
|
|
367
|
-
:type filter_text: bool |
|
|
367
|
+
:type filter_text: bool | None
|
|
368
368
|
:param filter_archive: Filter archive files
|
|
369
|
-
:type filter_archive: bool |
|
|
369
|
+
:type filter_archive: bool | None
|
|
370
370
|
:param filter_btx: Filter btx files
|
|
371
|
-
:type filter_btx: bool |
|
|
371
|
+
:type filter_btx: bool | None
|
|
372
372
|
:param filter_collada: Filter COLLADA files
|
|
373
|
-
:type filter_collada: bool |
|
|
373
|
+
:type filter_collada: bool | None
|
|
374
374
|
:param filter_alembic: Filter Alembic files
|
|
375
|
-
:type filter_alembic: bool |
|
|
375
|
+
:type filter_alembic: bool | None
|
|
376
376
|
:param filter_usd: Filter USD files
|
|
377
|
-
:type filter_usd: bool |
|
|
377
|
+
:type filter_usd: bool | None
|
|
378
378
|
:param filter_obj: Filter OBJ files
|
|
379
|
-
:type filter_obj: bool |
|
|
379
|
+
:type filter_obj: bool | None
|
|
380
380
|
:param filter_volume: Filter OpenVDB volume files
|
|
381
|
-
:type filter_volume: bool |
|
|
381
|
+
:type filter_volume: bool | None
|
|
382
382
|
:param filter_folder: Filter folders
|
|
383
|
-
:type filter_folder: bool |
|
|
383
|
+
:type filter_folder: bool | None
|
|
384
384
|
:param filter_blenlib: Filter Blender IDs
|
|
385
|
-
:type filter_blenlib: bool |
|
|
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:
|
|
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 |
|
|
389
|
+
:type relative_path: bool | None
|
|
390
390
|
:param show_multiview: Enable Multi-View
|
|
391
|
-
:type show_multiview: bool |
|
|
391
|
+
:type show_multiview: bool | None
|
|
392
392
|
:param use_multiview: Use Multi-View
|
|
393
|
-
:type use_multiview: bool |
|
|
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 |
|
|
411
|
+
:type cache: bool | None
|
|
412
412
|
:param mono: Mono, Mixdown the sound to mono
|
|
413
|
-
:type mono: bool |
|
|
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
|
|
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
|
|
448
|
+
:type id: str
|
|
449
449
|
"""
|
|
450
450
|
|
|
451
451
|
...
|
bpy/ops/spreadsheet/__init__.pyi
CHANGED
|
@@ -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:
|
|
28
|
-
attribute_domain_type:
|
|
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:
|
|
36
|
+
:type component_type: int | None
|
|
37
37
|
:param attribute_domain_type: Attribute Domain Type
|
|
38
|
-
:type attribute_domain_type:
|
|
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:
|
|
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:
|
|
56
|
+
:type index: int | None
|
|
57
57
|
"""
|
|
58
58
|
|
|
59
59
|
...
|