fake-bpy-module 20240601__py3-none-any.whl → 20240604__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/generic_ui_list/__init__.pyi +2 -2
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +37 -32
- bmesh/utils/__init__.pyi +2 -4
- 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 +156 -156
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +144 -144
- 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 +1527 -1737
- 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-20240604.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +106 -106
- 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-20240604.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
bpy/ops/nla/__init__.pyi
CHANGED
|
@@ -7,16 +7,16 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
def action_pushdown(
|
|
10
|
-
override_context: dict[str, typing.Any] |
|
|
11
|
-
execution_context:
|
|
10
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
11
|
+
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
*,
|
|
14
14
|
track_index: typing.Any | None = -1,
|
|
15
15
|
):
|
|
16
16
|
"""Push action down onto the top of the NLA stack as a new strip
|
|
17
17
|
|
|
18
|
-
:type override_context: dict[str, typing.Any] |
|
|
19
|
-
:type execution_context:
|
|
18
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
19
|
+
:type execution_context: int | str | None
|
|
20
20
|
:type undo: bool | None
|
|
21
21
|
:param track_index: Track Index, Index of NLA action track to perform pushdown operation on
|
|
22
22
|
:type track_index: typing.Any | None
|
|
@@ -25,16 +25,16 @@ def action_pushdown(
|
|
|
25
25
|
...
|
|
26
26
|
|
|
27
27
|
def action_sync_length(
|
|
28
|
-
override_context: dict[str, typing.Any] |
|
|
29
|
-
execution_context:
|
|
28
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
29
|
+
execution_context: int | str | None = None,
|
|
30
30
|
undo: bool | None = None,
|
|
31
31
|
*,
|
|
32
32
|
active: bool | typing.Any | None = True,
|
|
33
33
|
):
|
|
34
34
|
"""Synchronize the length of the referenced Action with the length used in the strip
|
|
35
35
|
|
|
36
|
-
:type override_context: dict[str, typing.Any] |
|
|
37
|
-
:type execution_context:
|
|
36
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
37
|
+
:type execution_context: int | str | None
|
|
38
38
|
:type undo: bool | None
|
|
39
39
|
:param active: Active Strip Only, Only sync the active length for the active strip
|
|
40
40
|
:type active: bool | typing.Any | None
|
|
@@ -43,16 +43,16 @@ def action_sync_length(
|
|
|
43
43
|
...
|
|
44
44
|
|
|
45
45
|
def action_unlink(
|
|
46
|
-
override_context: dict[str, typing.Any] |
|
|
47
|
-
execution_context:
|
|
46
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
47
|
+
execution_context: int | str | None = None,
|
|
48
48
|
undo: bool | None = None,
|
|
49
49
|
*,
|
|
50
50
|
force_delete: bool | typing.Any | None = False,
|
|
51
51
|
):
|
|
52
52
|
"""Unlink this action from the active action slot (and/or exit Tweak Mode)
|
|
53
53
|
|
|
54
|
-
:type override_context: dict[str, typing.Any] |
|
|
55
|
-
:type execution_context:
|
|
54
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
55
|
+
:type execution_context: int | str | None
|
|
56
56
|
:type undo: bool | None
|
|
57
57
|
:param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-block's NLA stack
|
|
58
58
|
:type force_delete: bool | typing.Any | None
|
|
@@ -61,16 +61,16 @@ def action_unlink(
|
|
|
61
61
|
...
|
|
62
62
|
|
|
63
63
|
def actionclip_add(
|
|
64
|
-
override_context: dict[str, typing.Any] |
|
|
65
|
-
execution_context:
|
|
64
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
65
|
+
execution_context: int | str | None = None,
|
|
66
66
|
undo: bool | None = None,
|
|
67
67
|
*,
|
|
68
68
|
action: str | None = "",
|
|
69
69
|
):
|
|
70
70
|
"""Add an Action-Clip strip (i.e. an NLA Strip referencing an Action) to the active track
|
|
71
71
|
|
|
72
|
-
:type override_context: dict[str, typing.Any] |
|
|
73
|
-
:type execution_context:
|
|
72
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
73
|
+
:type execution_context: int | str | None
|
|
74
74
|
:type undo: bool | None
|
|
75
75
|
:param action: Action
|
|
76
76
|
:type action: str | None
|
|
@@ -79,22 +79,22 @@ def actionclip_add(
|
|
|
79
79
|
...
|
|
80
80
|
|
|
81
81
|
def apply_scale(
|
|
82
|
-
override_context: dict[str, typing.Any] |
|
|
83
|
-
execution_context:
|
|
82
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
83
|
+
execution_context: int | str | None = None,
|
|
84
84
|
undo: bool | None = None,
|
|
85
85
|
):
|
|
86
86
|
"""Apply scaling of selected strips to their referenced Actions
|
|
87
87
|
|
|
88
|
-
:type override_context: dict[str, typing.Any] |
|
|
89
|
-
:type execution_context:
|
|
88
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
89
|
+
:type execution_context: int | str | None
|
|
90
90
|
:type undo: bool | None
|
|
91
91
|
"""
|
|
92
92
|
|
|
93
93
|
...
|
|
94
94
|
|
|
95
95
|
def bake(
|
|
96
|
-
override_context: dict[str, typing.Any] |
|
|
97
|
-
execution_context:
|
|
96
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
97
|
+
execution_context: int | str | None = None,
|
|
98
98
|
undo: bool | None = None,
|
|
99
99
|
*,
|
|
100
100
|
frame_start: typing.Any | None = 1,
|
|
@@ -117,8 +117,8 @@ def bake(
|
|
|
117
117
|
):
|
|
118
118
|
"""Bake all selected objects location/scale/rotation animation to an action
|
|
119
119
|
|
|
120
|
-
:type override_context: dict[str, typing.Any] |
|
|
121
|
-
:type execution_context:
|
|
120
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
121
|
+
:type execution_context: int | str | None
|
|
122
122
|
:type undo: bool | None
|
|
123
123
|
:param frame_start: Start Frame, Start frame for baking
|
|
124
124
|
:type frame_start: typing.Any | None
|
|
@@ -168,16 +168,16 @@ def bake(
|
|
|
168
168
|
...
|
|
169
169
|
|
|
170
170
|
def channels_click(
|
|
171
|
-
override_context: dict[str, typing.Any] |
|
|
172
|
-
execution_context:
|
|
171
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
172
|
+
execution_context: int | str | None = None,
|
|
173
173
|
undo: bool | None = None,
|
|
174
174
|
*,
|
|
175
175
|
extend: bool | typing.Any | None = False,
|
|
176
176
|
):
|
|
177
177
|
"""Handle clicks to select NLA tracks
|
|
178
178
|
|
|
179
|
-
:type override_context: dict[str, typing.Any] |
|
|
180
|
-
:type execution_context:
|
|
179
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
180
|
+
:type execution_context: int | str | None
|
|
181
181
|
:type undo: bool | None
|
|
182
182
|
:param extend: Extend Select
|
|
183
183
|
:type extend: bool | typing.Any | None
|
|
@@ -186,22 +186,22 @@ def channels_click(
|
|
|
186
186
|
...
|
|
187
187
|
|
|
188
188
|
def clear_scale(
|
|
189
|
-
override_context: dict[str, typing.Any] |
|
|
190
|
-
execution_context:
|
|
189
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
190
|
+
execution_context: int | str | None = None,
|
|
191
191
|
undo: bool | None = None,
|
|
192
192
|
):
|
|
193
193
|
"""Reset scaling of selected strips
|
|
194
194
|
|
|
195
|
-
:type override_context: dict[str, typing.Any] |
|
|
196
|
-
:type execution_context:
|
|
195
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
196
|
+
:type execution_context: int | str | None
|
|
197
197
|
:type undo: bool | None
|
|
198
198
|
"""
|
|
199
199
|
|
|
200
200
|
...
|
|
201
201
|
|
|
202
202
|
def click_select(
|
|
203
|
-
override_context: dict[str, typing.Any] |
|
|
204
|
-
execution_context:
|
|
203
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
204
|
+
execution_context: int | str | None = None,
|
|
205
205
|
undo: bool | None = None,
|
|
206
206
|
*,
|
|
207
207
|
wait_to_deselect_others: bool | typing.Any | None = False,
|
|
@@ -212,8 +212,8 @@ def click_select(
|
|
|
212
212
|
):
|
|
213
213
|
"""Handle clicks to select NLA Strips
|
|
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
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
219
219
|
:type wait_to_deselect_others: bool | typing.Any | None
|
|
@@ -230,30 +230,30 @@ def click_select(
|
|
|
230
230
|
...
|
|
231
231
|
|
|
232
232
|
def delete(
|
|
233
|
-
override_context: dict[str, typing.Any] |
|
|
234
|
-
execution_context:
|
|
233
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
234
|
+
execution_context: int | str | None = None,
|
|
235
235
|
undo: bool | None = None,
|
|
236
236
|
):
|
|
237
237
|
"""Delete selected strips
|
|
238
238
|
|
|
239
|
-
:type override_context: dict[str, typing.Any] |
|
|
240
|
-
:type execution_context:
|
|
239
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
240
|
+
:type execution_context: int | str | None
|
|
241
241
|
:type undo: bool | None
|
|
242
242
|
"""
|
|
243
243
|
|
|
244
244
|
...
|
|
245
245
|
|
|
246
246
|
def duplicate(
|
|
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
|
linked: bool | typing.Any | None = False,
|
|
252
252
|
):
|
|
253
253
|
"""Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
254
254
|
|
|
255
|
-
:type override_context: dict[str, typing.Any] |
|
|
256
|
-
:type execution_context:
|
|
255
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
256
|
+
:type execution_context: int | str | None
|
|
257
257
|
:type undo: bool | None
|
|
258
258
|
:param linked: Linked, When duplicating strips, assign new copies of the actions they use
|
|
259
259
|
:type linked: bool | typing.Any | None
|
|
@@ -262,8 +262,8 @@ def duplicate(
|
|
|
262
262
|
...
|
|
263
263
|
|
|
264
264
|
def duplicate_linked_move(
|
|
265
|
-
override_context: dict[str, typing.Any] |
|
|
266
|
-
execution_context:
|
|
265
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
266
|
+
execution_context: int | str | None = None,
|
|
267
267
|
undo: bool | None = None,
|
|
268
268
|
*,
|
|
269
269
|
NLA_OT_duplicate: duplicate | None = None,
|
|
@@ -271,8 +271,8 @@ def duplicate_linked_move(
|
|
|
271
271
|
):
|
|
272
272
|
"""Duplicate Linked selected NLA-Strips, adding the new strips to new track(s)
|
|
273
273
|
|
|
274
|
-
:type override_context: dict[str, typing.Any] |
|
|
275
|
-
:type execution_context:
|
|
274
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
275
|
+
:type execution_context: int | str | None
|
|
276
276
|
:type undo: bool | None
|
|
277
277
|
:param NLA_OT_duplicate: Duplicate Strips, Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
278
278
|
:type NLA_OT_duplicate: duplicate | None
|
|
@@ -283,8 +283,8 @@ def duplicate_linked_move(
|
|
|
283
283
|
...
|
|
284
284
|
|
|
285
285
|
def duplicate_move(
|
|
286
|
-
override_context: dict[str, typing.Any] |
|
|
287
|
-
execution_context:
|
|
286
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
287
|
+
execution_context: int | str | None = None,
|
|
288
288
|
undo: bool | None = None,
|
|
289
289
|
*,
|
|
290
290
|
NLA_OT_duplicate: duplicate | None = None,
|
|
@@ -292,8 +292,8 @@ def duplicate_move(
|
|
|
292
292
|
):
|
|
293
293
|
"""Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
294
294
|
|
|
295
|
-
:type override_context: dict[str, typing.Any] |
|
|
296
|
-
:type execution_context:
|
|
295
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
296
|
+
:type execution_context: int | str | None
|
|
297
297
|
:type undo: bool | None
|
|
298
298
|
:param NLA_OT_duplicate: Duplicate Strips, Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
299
299
|
:type NLA_OT_duplicate: duplicate | None
|
|
@@ -304,8 +304,8 @@ def duplicate_move(
|
|
|
304
304
|
...
|
|
305
305
|
|
|
306
306
|
def fmodifier_add(
|
|
307
|
-
override_context: dict[str, typing.Any] |
|
|
308
|
-
execution_context:
|
|
307
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
308
|
+
execution_context: int | str | None = None,
|
|
309
309
|
undo: bool | None = None,
|
|
310
310
|
*,
|
|
311
311
|
type: str | None = "NULL",
|
|
@@ -313,8 +313,8 @@ def fmodifier_add(
|
|
|
313
313
|
):
|
|
314
314
|
"""Add F-Modifier to the active/selected NLA-Strips
|
|
315
315
|
|
|
316
|
-
:type override_context: dict[str, typing.Any] |
|
|
317
|
-
:type execution_context:
|
|
316
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
317
|
+
:type execution_context: int | str | None
|
|
318
318
|
:type undo: bool | None
|
|
319
319
|
:param type: Type
|
|
320
320
|
:type type: str | None
|
|
@@ -325,22 +325,22 @@ def fmodifier_add(
|
|
|
325
325
|
...
|
|
326
326
|
|
|
327
327
|
def fmodifier_copy(
|
|
328
|
-
override_context: dict[str, typing.Any] |
|
|
329
|
-
execution_context:
|
|
328
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
329
|
+
execution_context: int | str | None = None,
|
|
330
330
|
undo: bool | None = None,
|
|
331
331
|
):
|
|
332
332
|
"""Copy the F-Modifier(s) of the active NLA-Strip
|
|
333
333
|
|
|
334
|
-
:type override_context: dict[str, typing.Any] |
|
|
335
|
-
:type execution_context:
|
|
334
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
335
|
+
:type execution_context: int | str | None
|
|
336
336
|
:type undo: bool | None
|
|
337
337
|
"""
|
|
338
338
|
|
|
339
339
|
...
|
|
340
340
|
|
|
341
341
|
def fmodifier_paste(
|
|
342
|
-
override_context: dict[str, typing.Any] |
|
|
343
|
-
execution_context:
|
|
342
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
343
|
+
execution_context: int | str | None = None,
|
|
344
344
|
undo: bool | None = None,
|
|
345
345
|
*,
|
|
346
346
|
only_active: bool | typing.Any | None = True,
|
|
@@ -348,8 +348,8 @@ def fmodifier_paste(
|
|
|
348
348
|
):
|
|
349
349
|
"""Add copied F-Modifiers to the selected NLA-Strips
|
|
350
350
|
|
|
351
|
-
:type override_context: dict[str, typing.Any] |
|
|
352
|
-
:type execution_context:
|
|
351
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
352
|
+
:type execution_context: int | str | None
|
|
353
353
|
:type undo: bool | None
|
|
354
354
|
:param only_active: Only Active, Only paste F-Modifiers on active strip
|
|
355
355
|
:type only_active: bool | typing.Any | None
|
|
@@ -360,16 +360,16 @@ def fmodifier_paste(
|
|
|
360
360
|
...
|
|
361
361
|
|
|
362
362
|
def make_single_user(
|
|
363
|
-
override_context: dict[str, typing.Any] |
|
|
364
|
-
execution_context:
|
|
363
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
364
|
+
execution_context: int | str | None = None,
|
|
365
365
|
undo: bool | None = None,
|
|
366
366
|
*,
|
|
367
367
|
confirm: bool | typing.Any | None = True,
|
|
368
368
|
):
|
|
369
369
|
"""Make linked action local to each strip
|
|
370
370
|
|
|
371
|
-
:type override_context: dict[str, typing.Any] |
|
|
372
|
-
:type execution_context:
|
|
371
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
372
|
+
:type execution_context: int | str | None
|
|
373
373
|
:type undo: bool | None
|
|
374
374
|
:param confirm: Confirm, Prompt for confirmation
|
|
375
375
|
:type confirm: bool | typing.Any | None
|
|
@@ -378,100 +378,100 @@ def make_single_user(
|
|
|
378
378
|
...
|
|
379
379
|
|
|
380
380
|
def meta_add(
|
|
381
|
-
override_context: dict[str, typing.Any] |
|
|
382
|
-
execution_context:
|
|
381
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
382
|
+
execution_context: int | str | None = None,
|
|
383
383
|
undo: bool | None = None,
|
|
384
384
|
):
|
|
385
385
|
"""Add new meta-strips incorporating the selected strips
|
|
386
386
|
|
|
387
|
-
:type override_context: dict[str, typing.Any] |
|
|
388
|
-
:type execution_context:
|
|
387
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
388
|
+
:type execution_context: int | str | None
|
|
389
389
|
:type undo: bool | None
|
|
390
390
|
"""
|
|
391
391
|
|
|
392
392
|
...
|
|
393
393
|
|
|
394
394
|
def meta_remove(
|
|
395
|
-
override_context: dict[str, typing.Any] |
|
|
396
|
-
execution_context:
|
|
395
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
396
|
+
execution_context: int | str | None = None,
|
|
397
397
|
undo: bool | None = None,
|
|
398
398
|
):
|
|
399
399
|
"""Separate out the strips held by the selected meta-strips
|
|
400
400
|
|
|
401
|
-
:type override_context: dict[str, typing.Any] |
|
|
402
|
-
:type execution_context:
|
|
401
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
402
|
+
:type execution_context: int | str | None
|
|
403
403
|
:type undo: bool | None
|
|
404
404
|
"""
|
|
405
405
|
|
|
406
406
|
...
|
|
407
407
|
|
|
408
408
|
def move_down(
|
|
409
|
-
override_context: dict[str, typing.Any] |
|
|
410
|
-
execution_context:
|
|
409
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
410
|
+
execution_context: int | str | None = None,
|
|
411
411
|
undo: bool | None = None,
|
|
412
412
|
):
|
|
413
413
|
"""Move selected strips down a track if there's room
|
|
414
414
|
|
|
415
|
-
:type override_context: dict[str, typing.Any] |
|
|
416
|
-
:type execution_context:
|
|
415
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
416
|
+
:type execution_context: int | str | None
|
|
417
417
|
:type undo: bool | None
|
|
418
418
|
"""
|
|
419
419
|
|
|
420
420
|
...
|
|
421
421
|
|
|
422
422
|
def move_up(
|
|
423
|
-
override_context: dict[str, typing.Any] |
|
|
424
|
-
execution_context:
|
|
423
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
424
|
+
execution_context: int | str | None = None,
|
|
425
425
|
undo: bool | None = None,
|
|
426
426
|
):
|
|
427
427
|
"""Move selected strips up a track if there's room
|
|
428
428
|
|
|
429
|
-
:type override_context: dict[str, typing.Any] |
|
|
430
|
-
:type execution_context:
|
|
429
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
430
|
+
:type execution_context: int | str | None
|
|
431
431
|
:type undo: bool | None
|
|
432
432
|
"""
|
|
433
433
|
|
|
434
434
|
...
|
|
435
435
|
|
|
436
436
|
def mute_toggle(
|
|
437
|
-
override_context: dict[str, typing.Any] |
|
|
438
|
-
execution_context:
|
|
437
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
438
|
+
execution_context: int | str | None = None,
|
|
439
439
|
undo: bool | None = None,
|
|
440
440
|
):
|
|
441
441
|
"""Mute or un-mute selected strips
|
|
442
442
|
|
|
443
|
-
:type override_context: dict[str, typing.Any] |
|
|
444
|
-
:type execution_context:
|
|
443
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
444
|
+
:type execution_context: int | str | None
|
|
445
445
|
:type undo: bool | None
|
|
446
446
|
"""
|
|
447
447
|
|
|
448
448
|
...
|
|
449
449
|
|
|
450
450
|
def previewrange_set(
|
|
451
|
-
override_context: dict[str, typing.Any] |
|
|
452
|
-
execution_context:
|
|
451
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
452
|
+
execution_context: int | str | None = None,
|
|
453
453
|
undo: bool | None = None,
|
|
454
454
|
):
|
|
455
455
|
"""Set Preview Range based on extends of selected strips
|
|
456
456
|
|
|
457
|
-
:type override_context: dict[str, typing.Any] |
|
|
458
|
-
:type execution_context:
|
|
457
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
458
|
+
:type execution_context: int | str | None
|
|
459
459
|
:type undo: bool | None
|
|
460
460
|
"""
|
|
461
461
|
|
|
462
462
|
...
|
|
463
463
|
|
|
464
464
|
def select_all(
|
|
465
|
-
override_context: dict[str, typing.Any] |
|
|
466
|
-
execution_context:
|
|
465
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
466
|
+
execution_context: int | str | None = None,
|
|
467
467
|
undo: bool | None = None,
|
|
468
468
|
*,
|
|
469
469
|
action: str | None = "TOGGLE",
|
|
470
470
|
):
|
|
471
471
|
"""Select or deselect all NLA-Strips
|
|
472
472
|
|
|
473
|
-
:type override_context: dict[str, typing.Any] |
|
|
474
|
-
:type execution_context:
|
|
473
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
474
|
+
:type execution_context: int | str | None
|
|
475
475
|
:type undo: bool | None
|
|
476
476
|
:param action: Action, Selection action to execute
|
|
477
477
|
|
|
@@ -492,8 +492,8 @@ def select_all(
|
|
|
492
492
|
...
|
|
493
493
|
|
|
494
494
|
def select_box(
|
|
495
|
-
override_context: dict[str, typing.Any] |
|
|
496
|
-
execution_context:
|
|
495
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
496
|
+
execution_context: int | str | None = None,
|
|
497
497
|
undo: bool | None = None,
|
|
498
498
|
*,
|
|
499
499
|
axis_range: bool | typing.Any | None = False,
|
|
@@ -507,8 +507,8 @@ def select_box(
|
|
|
507
507
|
):
|
|
508
508
|
"""Use box selection to grab NLA-Strips
|
|
509
509
|
|
|
510
|
-
:type override_context: dict[str, typing.Any] |
|
|
511
|
-
:type execution_context:
|
|
510
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
511
|
+
:type execution_context: int | str | None
|
|
512
512
|
:type undo: bool | None
|
|
513
513
|
:param axis_range: Axis Range
|
|
514
514
|
:type axis_range: bool | typing.Any | None
|
|
@@ -540,8 +540,8 @@ def select_box(
|
|
|
540
540
|
...
|
|
541
541
|
|
|
542
542
|
def select_leftright(
|
|
543
|
-
override_context: dict[str, typing.Any] |
|
|
544
|
-
execution_context:
|
|
543
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
544
|
+
execution_context: int | str | None = None,
|
|
545
545
|
undo: bool | None = None,
|
|
546
546
|
*,
|
|
547
547
|
mode: str | None = "CHECK",
|
|
@@ -549,8 +549,8 @@ def select_leftright(
|
|
|
549
549
|
):
|
|
550
550
|
"""Select strips to the left or the right of the current frame
|
|
551
551
|
|
|
552
|
-
:type override_context: dict[str, typing.Any] |
|
|
553
|
-
:type execution_context:
|
|
552
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
553
|
+
:type execution_context: int | str | None
|
|
554
554
|
:type undo: bool | None
|
|
555
555
|
:param mode: Mode
|
|
556
556
|
:type mode: str | None
|
|
@@ -561,30 +561,30 @@ def select_leftright(
|
|
|
561
561
|
...
|
|
562
562
|
|
|
563
563
|
def selected_objects_add(
|
|
564
|
-
override_context: dict[str, typing.Any] |
|
|
565
|
-
execution_context:
|
|
564
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
565
|
+
execution_context: int | str | None = None,
|
|
566
566
|
undo: bool | None = None,
|
|
567
567
|
):
|
|
568
568
|
"""Make selected objects appear in NLA Editor by adding Animation Data
|
|
569
569
|
|
|
570
|
-
:type override_context: dict[str, typing.Any] |
|
|
571
|
-
:type execution_context:
|
|
570
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
571
|
+
:type execution_context: int | str | None
|
|
572
572
|
:type undo: bool | None
|
|
573
573
|
"""
|
|
574
574
|
|
|
575
575
|
...
|
|
576
576
|
|
|
577
577
|
def snap(
|
|
578
|
-
override_context: dict[str, typing.Any] |
|
|
579
|
-
execution_context:
|
|
578
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
579
|
+
execution_context: int | str | None = None,
|
|
580
580
|
undo: bool | None = None,
|
|
581
581
|
*,
|
|
582
582
|
type: str | None = "CFRA",
|
|
583
583
|
):
|
|
584
584
|
"""Move start of strips to specified time
|
|
585
585
|
|
|
586
|
-
:type override_context: dict[str, typing.Any] |
|
|
587
|
-
:type execution_context:
|
|
586
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
587
|
+
:type execution_context: int | str | None
|
|
588
588
|
:type undo: bool | None
|
|
589
589
|
:param type: Type
|
|
590
590
|
:type type: str | None
|
|
@@ -593,58 +593,58 @@ def snap(
|
|
|
593
593
|
...
|
|
594
594
|
|
|
595
595
|
def soundclip_add(
|
|
596
|
-
override_context: dict[str, typing.Any] |
|
|
597
|
-
execution_context:
|
|
596
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
597
|
+
execution_context: int | str | None = None,
|
|
598
598
|
undo: bool | None = None,
|
|
599
599
|
):
|
|
600
600
|
"""Add a strip for controlling when speaker plays its sound clip
|
|
601
601
|
|
|
602
|
-
:type override_context: dict[str, typing.Any] |
|
|
603
|
-
:type execution_context:
|
|
602
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
603
|
+
:type execution_context: int | str | None
|
|
604
604
|
:type undo: bool | None
|
|
605
605
|
"""
|
|
606
606
|
|
|
607
607
|
...
|
|
608
608
|
|
|
609
609
|
def split(
|
|
610
|
-
override_context: dict[str, typing.Any] |
|
|
611
|
-
execution_context:
|
|
610
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
611
|
+
execution_context: int | str | None = None,
|
|
612
612
|
undo: bool | None = None,
|
|
613
613
|
):
|
|
614
614
|
"""Split selected strips at their midpoints
|
|
615
615
|
|
|
616
|
-
:type override_context: dict[str, typing.Any] |
|
|
617
|
-
:type execution_context:
|
|
616
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
617
|
+
:type execution_context: int | str | None
|
|
618
618
|
:type undo: bool | None
|
|
619
619
|
"""
|
|
620
620
|
|
|
621
621
|
...
|
|
622
622
|
|
|
623
623
|
def swap(
|
|
624
|
-
override_context: dict[str, typing.Any] |
|
|
625
|
-
execution_context:
|
|
624
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
625
|
+
execution_context: int | str | None = None,
|
|
626
626
|
undo: bool | None = None,
|
|
627
627
|
):
|
|
628
628
|
"""Swap order of selected strips within tracks
|
|
629
629
|
|
|
630
|
-
:type override_context: dict[str, typing.Any] |
|
|
631
|
-
:type execution_context:
|
|
630
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
631
|
+
:type execution_context: int | str | None
|
|
632
632
|
:type undo: bool | None
|
|
633
633
|
"""
|
|
634
634
|
|
|
635
635
|
...
|
|
636
636
|
|
|
637
637
|
def tracks_add(
|
|
638
|
-
override_context: dict[str, typing.Any] |
|
|
639
|
-
execution_context:
|
|
638
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
639
|
+
execution_context: int | str | None = None,
|
|
640
640
|
undo: bool | None = None,
|
|
641
641
|
*,
|
|
642
642
|
above_selected: bool | typing.Any | None = False,
|
|
643
643
|
):
|
|
644
644
|
"""Add NLA-Tracks above/after the selected tracks
|
|
645
645
|
|
|
646
|
-
:type override_context: dict[str, typing.Any] |
|
|
647
|
-
:type execution_context:
|
|
646
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
647
|
+
:type execution_context: int | str | None
|
|
648
648
|
:type undo: bool | None
|
|
649
649
|
:param above_selected: Above Selected, Add a new NLA Track above every existing selected one
|
|
650
650
|
:type above_selected: bool | typing.Any | None
|
|
@@ -653,36 +653,36 @@ def tracks_add(
|
|
|
653
653
|
...
|
|
654
654
|
|
|
655
655
|
def tracks_delete(
|
|
656
|
-
override_context: dict[str, typing.Any] |
|
|
657
|
-
execution_context:
|
|
656
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
657
|
+
execution_context: int | str | None = None,
|
|
658
658
|
undo: bool | None = None,
|
|
659
659
|
):
|
|
660
660
|
"""Delete selected NLA-Tracks and the strips they contain
|
|
661
661
|
|
|
662
|
-
:type override_context: dict[str, typing.Any] |
|
|
663
|
-
:type execution_context:
|
|
662
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
663
|
+
:type execution_context: int | str | None
|
|
664
664
|
:type undo: bool | None
|
|
665
665
|
"""
|
|
666
666
|
|
|
667
667
|
...
|
|
668
668
|
|
|
669
669
|
def transition_add(
|
|
670
|
-
override_context: dict[str, typing.Any] |
|
|
671
|
-
execution_context:
|
|
670
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
671
|
+
execution_context: int | str | None = None,
|
|
672
672
|
undo: bool | None = None,
|
|
673
673
|
):
|
|
674
674
|
"""Add a transition strip between two adjacent selected strips
|
|
675
675
|
|
|
676
|
-
:type override_context: dict[str, typing.Any] |
|
|
677
|
-
:type execution_context:
|
|
676
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
677
|
+
:type execution_context: int | str | None
|
|
678
678
|
:type undo: bool | None
|
|
679
679
|
"""
|
|
680
680
|
|
|
681
681
|
...
|
|
682
682
|
|
|
683
683
|
def tweakmode_enter(
|
|
684
|
-
override_context: dict[str, typing.Any] |
|
|
685
|
-
execution_context:
|
|
684
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
685
|
+
execution_context: int | str | None = None,
|
|
686
686
|
undo: bool | None = None,
|
|
687
687
|
*,
|
|
688
688
|
isolate_action: bool | typing.Any | None = False,
|
|
@@ -690,8 +690,8 @@ def tweakmode_enter(
|
|
|
690
690
|
):
|
|
691
691
|
"""Enter tweaking mode for the action referenced by the active strip to edit its keyframes
|
|
692
692
|
|
|
693
|
-
:type override_context: dict[str, typing.Any] |
|
|
694
|
-
:type execution_context:
|
|
693
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
694
|
+
:type execution_context: int | str | None
|
|
695
695
|
:type undo: bool | None
|
|
696
696
|
:param isolate_action: Isolate Action, Enable 'solo' on the NLA Track containing the active strip, to edit it without seeing the effects of the NLA stack
|
|
697
697
|
:type isolate_action: bool | typing.Any | None
|
|
@@ -702,16 +702,16 @@ def tweakmode_enter(
|
|
|
702
702
|
...
|
|
703
703
|
|
|
704
704
|
def tweakmode_exit(
|
|
705
|
-
override_context: dict[str, typing.Any] |
|
|
706
|
-
execution_context:
|
|
705
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
706
|
+
execution_context: int | str | None = None,
|
|
707
707
|
undo: bool | None = None,
|
|
708
708
|
*,
|
|
709
709
|
isolate_action: bool | typing.Any | None = False,
|
|
710
710
|
):
|
|
711
711
|
"""Exit tweaking mode for the action referenced by the active strip
|
|
712
712
|
|
|
713
|
-
:type override_context: dict[str, typing.Any] |
|
|
714
|
-
:type execution_context:
|
|
713
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
714
|
+
:type execution_context: int | str | None
|
|
715
715
|
:type undo: bool | None
|
|
716
716
|
:param isolate_action: Isolate Action, Disable 'solo' on any of the NLA Tracks after exiting tweak mode to get things back to normal
|
|
717
717
|
:type isolate_action: bool | typing.Any | None
|
|
@@ -720,42 +720,42 @@ def tweakmode_exit(
|
|
|
720
720
|
...
|
|
721
721
|
|
|
722
722
|
def view_all(
|
|
723
|
-
override_context: dict[str, typing.Any] |
|
|
724
|
-
execution_context:
|
|
723
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
724
|
+
execution_context: int | str | None = None,
|
|
725
725
|
undo: bool | None = None,
|
|
726
726
|
):
|
|
727
727
|
"""Reset viewable area to show full strips range
|
|
728
728
|
|
|
729
|
-
:type override_context: dict[str, typing.Any] |
|
|
730
|
-
:type execution_context:
|
|
729
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
730
|
+
:type execution_context: int | str | None
|
|
731
731
|
:type undo: bool | None
|
|
732
732
|
"""
|
|
733
733
|
|
|
734
734
|
...
|
|
735
735
|
|
|
736
736
|
def view_frame(
|
|
737
|
-
override_context: dict[str, typing.Any] |
|
|
738
|
-
execution_context:
|
|
737
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
738
|
+
execution_context: int | str | None = None,
|
|
739
739
|
undo: bool | None = None,
|
|
740
740
|
):
|
|
741
741
|
"""Move the view to the current frame
|
|
742
742
|
|
|
743
|
-
:type override_context: dict[str, typing.Any] |
|
|
744
|
-
:type execution_context:
|
|
743
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
744
|
+
:type execution_context: int | str | None
|
|
745
745
|
:type undo: bool | None
|
|
746
746
|
"""
|
|
747
747
|
|
|
748
748
|
...
|
|
749
749
|
|
|
750
750
|
def view_selected(
|
|
751
|
-
override_context: dict[str, typing.Any] |
|
|
752
|
-
execution_context:
|
|
751
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
752
|
+
execution_context: int | str | None = None,
|
|
753
753
|
undo: bool | None = None,
|
|
754
754
|
):
|
|
755
755
|
"""Reset viewable area to show selected strips range
|
|
756
756
|
|
|
757
|
-
:type override_context: dict[str, typing.Any] |
|
|
758
|
-
:type execution_context:
|
|
757
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
758
|
+
:type execution_context: int | str | None
|
|
759
759
|
:type undo: bool | None
|
|
760
760
|
"""
|
|
761
761
|
|