fake-bpy-module 20240601__py3-none-any.whl → 20240605__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.
- aud/__init__.pyi +4 -4
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
- bl_ui/space_node/__init__.pyi +0 -1
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +949 -3
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +37 -32
- bmesh/utils/__init__.pyi +2 -4
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/ops/action/__init__.pyi +152 -152
- bpy/ops/anim/__init__.pyi +216 -216
- bpy/ops/armature/__init__.pyi +192 -192
- bpy/ops/asset/__init__.pyi +64 -64
- bpy/ops/boid/__init__.pyi +32 -32
- bpy/ops/brush/__init__.pyi +36 -36
- bpy/ops/buttons/__init__.pyi +24 -24
- bpy/ops/cachefile/__init__.pyi +20 -20
- bpy/ops/camera/__init__.pyi +8 -8
- bpy/ops/clip/__init__.pyi +368 -368
- bpy/ops/cloth/__init__.pyi +4 -4
- bpy/ops/collection/__init__.pyi +36 -36
- bpy/ops/console/__init__.pyi +84 -84
- bpy/ops/constraint/__init__.pyi +72 -72
- bpy/ops/curve/__init__.pyi +204 -204
- bpy/ops/curves/__init__.pyi +108 -108
- bpy/ops/cycles/__init__.pyi +12 -12
- bpy/ops/dpaint/__init__.pyi +20 -20
- bpy/ops/ed/__init__.pyi +48 -48
- bpy/ops/export_anim/__init__.pyi +4 -4
- bpy/ops/export_scene/__init__.pyi +8 -8
- bpy/ops/extensions/__init__.pyi +123 -109
- bpy/ops/file/__init__.pyi +160 -160
- bpy/ops/fluid/__init__.pyi +56 -56
- bpy/ops/font/__init__.pyi +92 -92
- bpy/ops/geometry/__init__.pyi +40 -40
- bpy/ops/gizmogroup/__init__.pyi +8 -8
- bpy/ops/gpencil/__init__.pyi +600 -600
- bpy/ops/graph/__init__.pyi +260 -260
- bpy/ops/grease_pencil/__init__.pyi +292 -292
- bpy/ops/image/__init__.pyi +192 -192
- bpy/ops/import_anim/__init__.pyi +4 -4
- bpy/ops/import_curve/__init__.pyi +4 -4
- bpy/ops/import_scene/__init__.pyi +8 -8
- bpy/ops/info/__init__.pyi +28 -28
- bpy/ops/lattice/__init__.pyi +32 -32
- bpy/ops/marker/__init__.pyi +44 -44
- bpy/ops/mask/__init__.pyi +156 -156
- bpy/ops/material/__init__.pyi +12 -12
- bpy/ops/mball/__init__.pyi +32 -32
- bpy/ops/mesh/__init__.pyi +652 -652
- bpy/ops/nla/__init__.pyi +156 -156
- bpy/ops/node/__init__.pyi +416 -416
- bpy/ops/object/__init__.pyi +984 -984
- bpy/ops/outliner/__init__.pyi +284 -284
- bpy/ops/paint/__init__.pyi +220 -220
- bpy/ops/paintcurve/__init__.pyi +32 -32
- bpy/ops/palette/__init__.pyi +28 -28
- bpy/ops/particle/__init__.pyi +144 -144
- bpy/ops/pose/__init__.pyi +156 -156
- bpy/ops/poselib/__init__.pyi +36 -36
- bpy/ops/preferences/__init__.pyi +148 -148
- bpy/ops/ptcache/__init__.pyi +28 -28
- bpy/ops/render/__init__.pyi +48 -48
- bpy/ops/rigidbody/__init__.pyi +52 -52
- bpy/ops/scene/__init__.pyi +148 -192
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +152 -152
- bpy/ops/sculpt_curves/__init__.pyi +16 -16
- bpy/ops/sequencer/__init__.pyi +364 -340
- bpy/ops/sound/__init__.pyi +28 -28
- bpy/ops/spreadsheet/__init__.pyi +16 -16
- bpy/ops/surface/__init__.pyi +24 -24
- bpy/ops/text/__init__.pyi +172 -172
- bpy/ops/text_editor/__init__.pyi +4 -4
- bpy/ops/texture/__init__.pyi +16 -16
- bpy/ops/transform/__init__.pyi +111 -108
- bpy/ops/ui/__init__.pyi +132 -132
- bpy/ops/uilist/__init__.pyi +12 -12
- bpy/ops/uv/__init__.pyi +196 -196
- bpy/ops/view2d/__init__.pyi +56 -56
- bpy/ops/view3d/__init__.pyi +268 -268
- bpy/ops/wm/__init__.pyi +448 -448
- bpy/ops/workspace/__init__.pyi +28 -28
- bpy/ops/world/__init__.pyi +8 -8
- bpy/path/__init__.pyi +18 -18
- bpy/props/__init__.pyi +11 -11
- bpy/types/__init__.pyi +2185 -1933
- bpy/utils/__init__.pyi +4 -4
- bpy_extras/mesh_utils/__init__.pyi +4 -4
- bpy_extras/view3d_utils/__init__.pyi +24 -20
- bpy_types/__init__.pyi +12 -7
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/METADATA +5 -1
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/RECORD +108 -108
- freestyle/types/__init__.pyi +64 -64
- freestyle/utils/__init__.pyi +2 -2
- gpu/matrix/__init__.pyi +15 -6
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +6 -4
- gpu_extras/presets/__init__.pyi +8 -4
- imbuf/__init__.pyi +4 -4
- mathutils/__init__.pyi +292 -187
- mathutils/geometry/__init__.pyi +2 -5
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/top_level.txt +0 -0
bpy/ops/dpaint/__init__.pyi
CHANGED
|
@@ -6,30 +6,30 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def bake(
|
|
9
|
-
override_context: dict[str, typing.Any] |
|
|
10
|
-
execution_context:
|
|
9
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
10
|
+
execution_context: int | str | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
12
|
):
|
|
13
13
|
"""Bake dynamic paint image sequence surface
|
|
14
14
|
|
|
15
|
-
:type override_context: dict[str, typing.Any] |
|
|
16
|
-
:type execution_context:
|
|
15
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
16
|
+
:type execution_context: int | str | None
|
|
17
17
|
:type undo: bool | None
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
20
|
...
|
|
21
21
|
|
|
22
22
|
def output_toggle(
|
|
23
|
-
override_context: dict[str, typing.Any] |
|
|
24
|
-
execution_context:
|
|
23
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
24
|
+
execution_context: int | str | None = None,
|
|
25
25
|
undo: bool | None = None,
|
|
26
26
|
*,
|
|
27
27
|
output: str | None = "A",
|
|
28
28
|
):
|
|
29
29
|
"""Add or remove Dynamic Paint output data layer
|
|
30
30
|
|
|
31
|
-
:type override_context: dict[str, typing.Any] |
|
|
32
|
-
:type execution_context:
|
|
31
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
32
|
+
:type execution_context: int | str | None
|
|
33
33
|
:type undo: bool | None
|
|
34
34
|
:param output: Output Toggle
|
|
35
35
|
:type output: str | None
|
|
@@ -38,44 +38,44 @@ def output_toggle(
|
|
|
38
38
|
...
|
|
39
39
|
|
|
40
40
|
def surface_slot_add(
|
|
41
|
-
override_context: dict[str, typing.Any] |
|
|
42
|
-
execution_context:
|
|
41
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
42
|
+
execution_context: int | str | None = None,
|
|
43
43
|
undo: bool | None = None,
|
|
44
44
|
):
|
|
45
45
|
"""Add a new Dynamic Paint surface slot
|
|
46
46
|
|
|
47
|
-
:type override_context: dict[str, typing.Any] |
|
|
48
|
-
:type execution_context:
|
|
47
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
48
|
+
:type execution_context: int | str | None
|
|
49
49
|
:type undo: bool | None
|
|
50
50
|
"""
|
|
51
51
|
|
|
52
52
|
...
|
|
53
53
|
|
|
54
54
|
def surface_slot_remove(
|
|
55
|
-
override_context: dict[str, typing.Any] |
|
|
56
|
-
execution_context:
|
|
55
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
56
|
+
execution_context: int | str | None = None,
|
|
57
57
|
undo: bool | None = None,
|
|
58
58
|
):
|
|
59
59
|
"""Remove the selected surface slot
|
|
60
60
|
|
|
61
|
-
:type override_context: dict[str, typing.Any] |
|
|
62
|
-
:type execution_context:
|
|
61
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
62
|
+
:type execution_context: int | str | None
|
|
63
63
|
:type undo: bool | None
|
|
64
64
|
"""
|
|
65
65
|
|
|
66
66
|
...
|
|
67
67
|
|
|
68
68
|
def type_toggle(
|
|
69
|
-
override_context: dict[str, typing.Any] |
|
|
70
|
-
execution_context:
|
|
69
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
70
|
+
execution_context: int | str | None = None,
|
|
71
71
|
undo: bool | None = None,
|
|
72
72
|
*,
|
|
73
73
|
type: str | None = "CANVAS",
|
|
74
74
|
):
|
|
75
75
|
"""Toggle whether given type is active or not
|
|
76
76
|
|
|
77
|
-
:type override_context: dict[str, typing.Any] |
|
|
78
|
-
:type execution_context:
|
|
77
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
78
|
+
:type execution_context: int | str | None
|
|
79
79
|
:type undo: bool | None
|
|
80
80
|
:param type: Type
|
|
81
81
|
:type type: str | None
|
bpy/ops/ed/__init__.pyi
CHANGED
|
@@ -6,64 +6,64 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def flush_edits(
|
|
9
|
-
override_context: dict[str, typing.Any] |
|
|
10
|
-
execution_context:
|
|
9
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
10
|
+
execution_context: int | str | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
12
|
):
|
|
13
13
|
"""Flush edit data from active editing modes
|
|
14
14
|
|
|
15
|
-
:type override_context: dict[str, typing.Any] |
|
|
16
|
-
:type execution_context:
|
|
15
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
16
|
+
:type execution_context: int | str | None
|
|
17
17
|
:type undo: bool | None
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
20
|
...
|
|
21
21
|
|
|
22
22
|
def lib_id_fake_user_toggle(
|
|
23
|
-
override_context: dict[str, typing.Any] |
|
|
24
|
-
execution_context:
|
|
23
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
24
|
+
execution_context: int | str | None = None,
|
|
25
25
|
undo: bool | None = None,
|
|
26
26
|
):
|
|
27
27
|
"""Save this data-block even if it has no users
|
|
28
28
|
|
|
29
|
-
:type override_context: dict[str, typing.Any] |
|
|
30
|
-
:type execution_context:
|
|
29
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
30
|
+
:type execution_context: int | str | None
|
|
31
31
|
:type undo: bool | None
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
34
|
...
|
|
35
35
|
|
|
36
36
|
def lib_id_generate_preview(
|
|
37
|
-
override_context: dict[str, typing.Any] |
|
|
38
|
-
execution_context:
|
|
37
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
38
|
+
execution_context: int | str | None = None,
|
|
39
39
|
undo: bool | None = None,
|
|
40
40
|
):
|
|
41
41
|
"""Create an automatic preview for the selected data-block
|
|
42
42
|
|
|
43
|
-
:type override_context: dict[str, typing.Any] |
|
|
44
|
-
:type execution_context:
|
|
43
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
44
|
+
:type execution_context: int | str | None
|
|
45
45
|
:type undo: bool | None
|
|
46
46
|
"""
|
|
47
47
|
|
|
48
48
|
...
|
|
49
49
|
|
|
50
50
|
def lib_id_generate_preview_from_object(
|
|
51
|
-
override_context: dict[str, typing.Any] |
|
|
52
|
-
execution_context:
|
|
51
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
52
|
+
execution_context: int | str | None = None,
|
|
53
53
|
undo: bool | None = None,
|
|
54
54
|
):
|
|
55
55
|
"""Create a preview for this asset by rendering the active object
|
|
56
56
|
|
|
57
|
-
:type override_context: dict[str, typing.Any] |
|
|
58
|
-
:type execution_context:
|
|
57
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
58
|
+
:type execution_context: int | str | None
|
|
59
59
|
:type undo: bool | None
|
|
60
60
|
"""
|
|
61
61
|
|
|
62
62
|
...
|
|
63
63
|
|
|
64
64
|
def lib_id_load_custom_preview(
|
|
65
|
-
override_context: dict[str, typing.Any] |
|
|
66
|
-
execution_context:
|
|
65
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
66
|
+
execution_context: int | str | None = None,
|
|
67
67
|
undo: bool | None = None,
|
|
68
68
|
*,
|
|
69
69
|
filepath: str | typing.Any = "",
|
|
@@ -94,8 +94,8 @@ def lib_id_load_custom_preview(
|
|
|
94
94
|
):
|
|
95
95
|
"""Choose an image to help identify the data-block visually
|
|
96
96
|
|
|
97
|
-
:type override_context: dict[str, typing.Any] |
|
|
98
|
-
:type execution_context:
|
|
97
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
98
|
+
:type execution_context: int | str | None
|
|
99
99
|
:type undo: bool | None
|
|
100
100
|
:param filepath: File Path, Path to file
|
|
101
101
|
:type filepath: str | typing.Any
|
|
@@ -164,72 +164,72 @@ def lib_id_load_custom_preview(
|
|
|
164
164
|
...
|
|
165
165
|
|
|
166
166
|
def lib_id_override_editable_toggle(
|
|
167
|
-
override_context: dict[str, typing.Any] |
|
|
168
|
-
execution_context:
|
|
167
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
168
|
+
execution_context: int | str | None = None,
|
|
169
169
|
undo: bool | None = None,
|
|
170
170
|
):
|
|
171
171
|
"""Set if this library override data-block can be edited
|
|
172
172
|
|
|
173
|
-
:type override_context: dict[str, typing.Any] |
|
|
174
|
-
:type execution_context:
|
|
173
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
174
|
+
:type execution_context: int | str | None
|
|
175
175
|
:type undo: bool | None
|
|
176
176
|
"""
|
|
177
177
|
|
|
178
178
|
...
|
|
179
179
|
|
|
180
180
|
def lib_id_unlink(
|
|
181
|
-
override_context: dict[str, typing.Any] |
|
|
182
|
-
execution_context:
|
|
181
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
182
|
+
execution_context: int | str | None = None,
|
|
183
183
|
undo: bool | None = None,
|
|
184
184
|
):
|
|
185
185
|
"""Remove a usage of a data-block, clearing the assignment
|
|
186
186
|
|
|
187
|
-
:type override_context: dict[str, typing.Any] |
|
|
188
|
-
:type execution_context:
|
|
187
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
188
|
+
:type execution_context: int | str | None
|
|
189
189
|
:type undo: bool | None
|
|
190
190
|
"""
|
|
191
191
|
|
|
192
192
|
...
|
|
193
193
|
|
|
194
194
|
def redo(
|
|
195
|
-
override_context: dict[str, typing.Any] |
|
|
196
|
-
execution_context:
|
|
195
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
196
|
+
execution_context: int | str | None = None,
|
|
197
197
|
undo: bool | None = None,
|
|
198
198
|
):
|
|
199
199
|
"""Redo previous action
|
|
200
200
|
|
|
201
|
-
:type override_context: dict[str, typing.Any] |
|
|
202
|
-
:type execution_context:
|
|
201
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
202
|
+
:type execution_context: int | str | None
|
|
203
203
|
:type undo: bool | None
|
|
204
204
|
"""
|
|
205
205
|
|
|
206
206
|
...
|
|
207
207
|
|
|
208
208
|
def undo(
|
|
209
|
-
override_context: dict[str, typing.Any] |
|
|
210
|
-
execution_context:
|
|
209
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
210
|
+
execution_context: int | str | None = None,
|
|
211
211
|
undo: bool | None = None,
|
|
212
212
|
):
|
|
213
213
|
"""Undo previous action
|
|
214
214
|
|
|
215
|
-
:type override_context: dict[str, typing.Any] |
|
|
216
|
-
:type execution_context:
|
|
215
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
216
|
+
:type execution_context: int | str | None
|
|
217
217
|
:type undo: bool | None
|
|
218
218
|
"""
|
|
219
219
|
|
|
220
220
|
...
|
|
221
221
|
|
|
222
222
|
def undo_history(
|
|
223
|
-
override_context: dict[str, typing.Any] |
|
|
224
|
-
execution_context:
|
|
223
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
224
|
+
execution_context: int | str | None = None,
|
|
225
225
|
undo: bool | None = None,
|
|
226
226
|
*,
|
|
227
227
|
item: typing.Any | None = 0,
|
|
228
228
|
):
|
|
229
229
|
"""Redo specific action in history
|
|
230
230
|
|
|
231
|
-
:type override_context: dict[str, typing.Any] |
|
|
232
|
-
:type execution_context:
|
|
231
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
232
|
+
:type execution_context: int | str | None
|
|
233
233
|
:type undo: bool | None
|
|
234
234
|
:param item: Item
|
|
235
235
|
:type item: typing.Any | None
|
|
@@ -238,16 +238,16 @@ def undo_history(
|
|
|
238
238
|
...
|
|
239
239
|
|
|
240
240
|
def undo_push(
|
|
241
|
-
override_context: dict[str, typing.Any] |
|
|
242
|
-
execution_context:
|
|
241
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
242
|
+
execution_context: int | str | None = None,
|
|
243
243
|
undo: bool | None = None,
|
|
244
244
|
*,
|
|
245
245
|
message: str | typing.Any = "Add an undo step *function may be moved*",
|
|
246
246
|
):
|
|
247
247
|
"""Add an undo state (internal use only)
|
|
248
248
|
|
|
249
|
-
:type override_context: dict[str, typing.Any] |
|
|
250
|
-
:type execution_context:
|
|
249
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
250
|
+
:type execution_context: int | str | None
|
|
251
251
|
:type undo: bool | None
|
|
252
252
|
:param message: Undo Message
|
|
253
253
|
:type message: str | typing.Any
|
|
@@ -256,14 +256,14 @@ def undo_push(
|
|
|
256
256
|
...
|
|
257
257
|
|
|
258
258
|
def undo_redo(
|
|
259
|
-
override_context: dict[str, typing.Any] |
|
|
260
|
-
execution_context:
|
|
259
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
260
|
+
execution_context: int | str | None = None,
|
|
261
261
|
undo: bool | None = None,
|
|
262
262
|
):
|
|
263
263
|
"""Undo and redo previous action
|
|
264
264
|
|
|
265
|
-
:type override_context: dict[str, typing.Any] |
|
|
266
|
-
:type execution_context:
|
|
265
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
266
|
+
:type execution_context: int | str | None
|
|
267
267
|
:type undo: bool | None
|
|
268
268
|
"""
|
|
269
269
|
|
bpy/ops/export_anim/__init__.pyi
CHANGED
|
@@ -6,8 +6,8 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def bvh(
|
|
9
|
-
override_context: dict[str, typing.Any] |
|
|
10
|
-
execution_context:
|
|
9
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
10
|
+
execution_context: int | str | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
12
|
*,
|
|
13
13
|
filepath: str | typing.Any = "",
|
|
@@ -21,8 +21,8 @@ def bvh(
|
|
|
21
21
|
):
|
|
22
22
|
"""Save a BVH motion capture file from an armature
|
|
23
23
|
|
|
24
|
-
:type override_context: dict[str, typing.Any] |
|
|
25
|
-
:type execution_context:
|
|
24
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
25
|
+
:type execution_context: int | str | None
|
|
26
26
|
:type undo: bool | None
|
|
27
27
|
:param filepath: File Path, Filepath used for exporting the file
|
|
28
28
|
:type filepath: str | typing.Any
|
|
@@ -6,8 +6,8 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def fbx(
|
|
9
|
-
override_context: dict[str, typing.Any] |
|
|
10
|
-
execution_context:
|
|
9
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
10
|
+
execution_context: int | str | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
12
|
*,
|
|
13
13
|
filepath: str | typing.Any = "",
|
|
@@ -62,8 +62,8 @@ def fbx(
|
|
|
62
62
|
):
|
|
63
63
|
"""Write a FBX file
|
|
64
64
|
|
|
65
|
-
:type override_context: dict[str, typing.Any] |
|
|
66
|
-
:type execution_context:
|
|
65
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
66
|
+
:type execution_context: int | str | None
|
|
67
67
|
:type undo: bool | None
|
|
68
68
|
:param filepath: File Path, Filepath used for exporting the file
|
|
69
69
|
:type filepath: str | typing.Any
|
|
@@ -244,8 +244,8 @@ def fbx(
|
|
|
244
244
|
...
|
|
245
245
|
|
|
246
246
|
def gltf(
|
|
247
|
-
override_context: dict[str, typing.Any] |
|
|
248
|
-
execution_context:
|
|
247
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
248
|
+
execution_context: int | str | None = None,
|
|
249
249
|
undo: bool | None = None,
|
|
250
250
|
*,
|
|
251
251
|
filepath: str | typing.Any = "",
|
|
@@ -353,8 +353,8 @@ def gltf(
|
|
|
353
353
|
):
|
|
354
354
|
"""Export scene as glTF 2.0 file
|
|
355
355
|
|
|
356
|
-
:type override_context: dict[str, typing.Any] |
|
|
357
|
-
:type execution_context:
|
|
356
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
357
|
+
:type execution_context: int | str | None
|
|
358
358
|
:type undo: bool | None
|
|
359
359
|
:param filepath: File Path, Filepath used for exporting the file
|
|
360
360
|
:type filepath: str | typing.Any
|