fake-bpy-module 20240812__py3-none-any.whl → 20240814__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_view3d/__init__.pyi +31 -0
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +110 -110
- bpy/ops/armature/__init__.pyi +96 -96
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +16 -16
- bpy/ops/brush/__init__.pyi +26 -26
- bpy/ops/buttons/__init__.pyi +12 -12
- bpy/ops/cachefile/__init__.pyi +10 -10
- bpy/ops/camera/__init__.pyi +4 -4
- bpy/ops/clip/__init__.pyi +184 -184
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +18 -18
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +102 -102
- bpy/ops/curves/__init__.pyi +54 -54
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +10 -10
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +4 -4
- bpy/ops/extensions/__init__.pyi +68 -68
- bpy/ops/file/__init__.pyi +80 -80
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +20 -20
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +284 -284
- bpy/ops/graph/__init__.pyi +130 -130
- bpy/ops/grease_pencil/__init__.pyi +166 -166
- bpy/ops/image/__init__.pyi +98 -98
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +4 -4
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +16 -16
- bpy/ops/marker/__init__.pyi +22 -22
- bpy/ops/mask/__init__.pyi +78 -78
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +16 -16
- bpy/ops/mesh/__init__.pyi +326 -326
- bpy/ops/nla/__init__.pyi +78 -78
- bpy/ops/node/__init__.pyi +208 -208
- bpy/ops/object/__init__.pyi +473 -473
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +108 -108
- bpy/ops/paintcurve/__init__.pyi +16 -16
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +102 -102
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +70 -70
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +26 -26
- bpy/ops/rigidbody/__init__.pyi +26 -26
- bpy/ops/scene/__init__.pyi +74 -74
- bpy/ops/screen/__init__.pyi +78 -78
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +72 -72
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +174 -174
- bpy/ops/sound/__init__.pyi +14 -14
- bpy/ops/spreadsheet/__init__.pyi +8 -8
- bpy/ops/surface/__init__.pyi +12 -12
- bpy/ops/text/__init__.pyi +86 -86
- bpy/ops/text_editor/__init__.pyi +2 -2
- bpy/ops/texture/__init__.pyi +8 -8
- bpy/ops/transform/__init__.pyi +54 -54
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +98 -98
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +226 -226
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +4 -4
- bpy/types/__init__.pyi +52 -36
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/RECORD +83 -83
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/top_level.txt +0 -0
bpy/ops/nla/__init__.pyi
CHANGED
|
@@ -8,7 +8,7 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
8
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
9
|
|
|
10
10
|
def action_pushdown(
|
|
11
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
11
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
12
12
|
execution_context: int | str | None = None,
|
|
13
13
|
undo: bool | None = None,
|
|
14
14
|
*,
|
|
@@ -16,7 +16,7 @@ def action_pushdown(
|
|
|
16
16
|
):
|
|
17
17
|
"""Push action down onto the top of the NLA stack as a new strip
|
|
18
18
|
|
|
19
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
19
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
20
20
|
:type execution_context: int | str | None
|
|
21
21
|
:type undo: bool | None
|
|
22
22
|
:param track_index: Track Index, Index of NLA action track to perform pushdown operation on
|
|
@@ -26,7 +26,7 @@ def action_pushdown(
|
|
|
26
26
|
...
|
|
27
27
|
|
|
28
28
|
def action_sync_length(
|
|
29
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
29
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
30
30
|
execution_context: int | str | None = None,
|
|
31
31
|
undo: bool | None = None,
|
|
32
32
|
*,
|
|
@@ -34,7 +34,7 @@ def action_sync_length(
|
|
|
34
34
|
):
|
|
35
35
|
"""Synchronize the length of the referenced Action with the length used in the strip
|
|
36
36
|
|
|
37
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
37
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
38
38
|
:type execution_context: int | str | None
|
|
39
39
|
:type undo: bool | None
|
|
40
40
|
:param active: Active Strip Only, Only sync the active length for the active strip
|
|
@@ -44,7 +44,7 @@ def action_sync_length(
|
|
|
44
44
|
...
|
|
45
45
|
|
|
46
46
|
def action_unlink(
|
|
47
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
47
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
48
48
|
execution_context: int | str | None = None,
|
|
49
49
|
undo: bool | None = None,
|
|
50
50
|
*,
|
|
@@ -52,7 +52,7 @@ def action_unlink(
|
|
|
52
52
|
):
|
|
53
53
|
"""Unlink this action from the active action slot (and/or exit Tweak Mode)
|
|
54
54
|
|
|
55
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
55
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
56
56
|
:type execution_context: int | str | None
|
|
57
57
|
:type undo: bool | None
|
|
58
58
|
:param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-block's NLA stack
|
|
@@ -62,7 +62,7 @@ def action_unlink(
|
|
|
62
62
|
...
|
|
63
63
|
|
|
64
64
|
def actionclip_add(
|
|
65
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
65
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
66
66
|
execution_context: int | str | None = None,
|
|
67
67
|
undo: bool | None = None,
|
|
68
68
|
*,
|
|
@@ -70,7 +70,7 @@ def actionclip_add(
|
|
|
70
70
|
):
|
|
71
71
|
"""Add an Action-Clip strip (i.e. an NLA Strip referencing an Action) to the active track
|
|
72
72
|
|
|
73
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
73
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
74
74
|
:type execution_context: int | str | None
|
|
75
75
|
:type undo: bool | None
|
|
76
76
|
:param action: Action
|
|
@@ -80,13 +80,13 @@ def actionclip_add(
|
|
|
80
80
|
...
|
|
81
81
|
|
|
82
82
|
def apply_scale(
|
|
83
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
83
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
84
84
|
execution_context: int | str | None = None,
|
|
85
85
|
undo: bool | None = None,
|
|
86
86
|
):
|
|
87
87
|
"""Apply scaling of selected strips to their referenced Actions
|
|
88
88
|
|
|
89
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
89
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
90
90
|
:type execution_context: int | str | None
|
|
91
91
|
:type undo: bool | None
|
|
92
92
|
"""
|
|
@@ -94,7 +94,7 @@ def apply_scale(
|
|
|
94
94
|
...
|
|
95
95
|
|
|
96
96
|
def bake(
|
|
97
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
97
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
98
98
|
execution_context: int | str | None = None,
|
|
99
99
|
undo: bool | None = None,
|
|
100
100
|
*,
|
|
@@ -115,7 +115,7 @@ def bake(
|
|
|
115
115
|
):
|
|
116
116
|
"""Bake all selected objects location/scale/rotation animation to an action
|
|
117
117
|
|
|
118
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
118
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
119
119
|
:type execution_context: int | str | None
|
|
120
120
|
:type undo: bool | None
|
|
121
121
|
:param frame_start: Start Frame, Start frame for baking
|
|
@@ -166,7 +166,7 @@ def bake(
|
|
|
166
166
|
...
|
|
167
167
|
|
|
168
168
|
def channels_click(
|
|
169
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
169
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
170
170
|
execution_context: int | str | None = None,
|
|
171
171
|
undo: bool | None = None,
|
|
172
172
|
*,
|
|
@@ -174,7 +174,7 @@ def channels_click(
|
|
|
174
174
|
):
|
|
175
175
|
"""Handle clicks to select NLA tracks
|
|
176
176
|
|
|
177
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
177
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
178
178
|
:type execution_context: int | str | None
|
|
179
179
|
:type undo: bool | None
|
|
180
180
|
:param extend: Extend Select
|
|
@@ -184,13 +184,13 @@ def channels_click(
|
|
|
184
184
|
...
|
|
185
185
|
|
|
186
186
|
def clear_scale(
|
|
187
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
187
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
188
188
|
execution_context: int | str | None = None,
|
|
189
189
|
undo: bool | None = None,
|
|
190
190
|
):
|
|
191
191
|
"""Reset scaling of selected strips
|
|
192
192
|
|
|
193
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
193
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
194
194
|
:type execution_context: int | str | None
|
|
195
195
|
:type undo: bool | None
|
|
196
196
|
"""
|
|
@@ -198,7 +198,7 @@ def clear_scale(
|
|
|
198
198
|
...
|
|
199
199
|
|
|
200
200
|
def click_select(
|
|
201
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
201
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
202
202
|
execution_context: int | str | None = None,
|
|
203
203
|
undo: bool | None = None,
|
|
204
204
|
*,
|
|
@@ -210,7 +210,7 @@ def click_select(
|
|
|
210
210
|
):
|
|
211
211
|
"""Handle clicks to select NLA Strips
|
|
212
212
|
|
|
213
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
213
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
214
214
|
:type execution_context: int | str | None
|
|
215
215
|
:type undo: bool | None
|
|
216
216
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
@@ -228,13 +228,13 @@ def click_select(
|
|
|
228
228
|
...
|
|
229
229
|
|
|
230
230
|
def delete(
|
|
231
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
231
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
232
232
|
execution_context: int | str | None = None,
|
|
233
233
|
undo: bool | None = None,
|
|
234
234
|
):
|
|
235
235
|
"""Delete selected strips
|
|
236
236
|
|
|
237
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
237
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
238
238
|
:type execution_context: int | str | None
|
|
239
239
|
:type undo: bool | None
|
|
240
240
|
"""
|
|
@@ -242,7 +242,7 @@ def delete(
|
|
|
242
242
|
...
|
|
243
243
|
|
|
244
244
|
def duplicate(
|
|
245
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
245
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
246
246
|
execution_context: int | str | None = None,
|
|
247
247
|
undo: bool | None = None,
|
|
248
248
|
*,
|
|
@@ -250,7 +250,7 @@ def duplicate(
|
|
|
250
250
|
):
|
|
251
251
|
"""Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
252
252
|
|
|
253
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
253
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
254
254
|
:type execution_context: int | str | None
|
|
255
255
|
:type undo: bool | None
|
|
256
256
|
:param linked: Linked, When duplicating strips, assign new copies of the actions they use
|
|
@@ -260,7 +260,7 @@ def duplicate(
|
|
|
260
260
|
...
|
|
261
261
|
|
|
262
262
|
def duplicate_linked_move(
|
|
263
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
263
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
264
264
|
execution_context: int | str | None = None,
|
|
265
265
|
undo: bool | None = None,
|
|
266
266
|
*,
|
|
@@ -269,7 +269,7 @@ def duplicate_linked_move(
|
|
|
269
269
|
):
|
|
270
270
|
"""Duplicate Linked selected NLA-Strips, adding the new strips to new track(s)
|
|
271
271
|
|
|
272
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
272
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
273
273
|
:type execution_context: int | str | None
|
|
274
274
|
:type undo: bool | None
|
|
275
275
|
:param NLA_OT_duplicate: Duplicate Strips, Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
@@ -281,7 +281,7 @@ def duplicate_linked_move(
|
|
|
281
281
|
...
|
|
282
282
|
|
|
283
283
|
def duplicate_move(
|
|
284
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
284
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
285
285
|
execution_context: int | str | None = None,
|
|
286
286
|
undo: bool | None = None,
|
|
287
287
|
*,
|
|
@@ -290,7 +290,7 @@ def duplicate_move(
|
|
|
290
290
|
):
|
|
291
291
|
"""Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
292
292
|
|
|
293
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
293
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
294
294
|
:type execution_context: int | str | None
|
|
295
295
|
:type undo: bool | None
|
|
296
296
|
:param NLA_OT_duplicate: Duplicate Strips, Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
@@ -302,7 +302,7 @@ def duplicate_move(
|
|
|
302
302
|
...
|
|
303
303
|
|
|
304
304
|
def fmodifier_add(
|
|
305
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
305
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
306
306
|
execution_context: int | str | None = None,
|
|
307
307
|
undo: bool | None = None,
|
|
308
308
|
*,
|
|
@@ -321,7 +321,7 @@ def fmodifier_add(
|
|
|
321
321
|
):
|
|
322
322
|
"""Add F-Modifier to the active/selected NLA-Strips
|
|
323
323
|
|
|
324
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
324
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
325
325
|
:type execution_context: int | str | None
|
|
326
326
|
:type undo: bool | None
|
|
327
327
|
:param type: Type
|
|
@@ -333,13 +333,13 @@ def fmodifier_add(
|
|
|
333
333
|
...
|
|
334
334
|
|
|
335
335
|
def fmodifier_copy(
|
|
336
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
336
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
337
337
|
execution_context: int | str | None = None,
|
|
338
338
|
undo: bool | None = None,
|
|
339
339
|
):
|
|
340
340
|
"""Copy the F-Modifier(s) of the active NLA-Strip
|
|
341
341
|
|
|
342
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
342
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
343
343
|
:type execution_context: int | str | None
|
|
344
344
|
:type undo: bool | None
|
|
345
345
|
"""
|
|
@@ -347,7 +347,7 @@ def fmodifier_copy(
|
|
|
347
347
|
...
|
|
348
348
|
|
|
349
349
|
def fmodifier_paste(
|
|
350
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
350
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
351
351
|
execution_context: int | str | None = None,
|
|
352
352
|
undo: bool | None = None,
|
|
353
353
|
*,
|
|
@@ -356,7 +356,7 @@ def fmodifier_paste(
|
|
|
356
356
|
):
|
|
357
357
|
"""Add copied F-Modifiers to the selected NLA-Strips
|
|
358
358
|
|
|
359
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
359
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
360
360
|
:type execution_context: int | str | None
|
|
361
361
|
:type undo: bool | None
|
|
362
362
|
:param only_active: Only Active, Only paste F-Modifiers on active strip
|
|
@@ -368,7 +368,7 @@ def fmodifier_paste(
|
|
|
368
368
|
...
|
|
369
369
|
|
|
370
370
|
def make_single_user(
|
|
371
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
371
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
372
372
|
execution_context: int | str | None = None,
|
|
373
373
|
undo: bool | None = None,
|
|
374
374
|
*,
|
|
@@ -376,7 +376,7 @@ def make_single_user(
|
|
|
376
376
|
):
|
|
377
377
|
"""Make linked action local to each strip
|
|
378
378
|
|
|
379
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
379
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
380
380
|
:type execution_context: int | str | None
|
|
381
381
|
:type undo: bool | None
|
|
382
382
|
:param confirm: Confirm, Prompt for confirmation
|
|
@@ -386,13 +386,13 @@ def make_single_user(
|
|
|
386
386
|
...
|
|
387
387
|
|
|
388
388
|
def meta_add(
|
|
389
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
389
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
390
390
|
execution_context: int | str | None = None,
|
|
391
391
|
undo: bool | None = None,
|
|
392
392
|
):
|
|
393
393
|
"""Add new meta-strips incorporating the selected strips
|
|
394
394
|
|
|
395
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
395
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
396
396
|
:type execution_context: int | str | None
|
|
397
397
|
:type undo: bool | None
|
|
398
398
|
"""
|
|
@@ -400,13 +400,13 @@ def meta_add(
|
|
|
400
400
|
...
|
|
401
401
|
|
|
402
402
|
def meta_remove(
|
|
403
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
403
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
404
404
|
execution_context: int | str | None = None,
|
|
405
405
|
undo: bool | None = None,
|
|
406
406
|
):
|
|
407
407
|
"""Separate out the strips held by the selected meta-strips
|
|
408
408
|
|
|
409
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
409
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
410
410
|
:type execution_context: int | str | None
|
|
411
411
|
:type undo: bool | None
|
|
412
412
|
"""
|
|
@@ -414,13 +414,13 @@ def meta_remove(
|
|
|
414
414
|
...
|
|
415
415
|
|
|
416
416
|
def move_down(
|
|
417
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
417
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
418
418
|
execution_context: int | str | None = None,
|
|
419
419
|
undo: bool | None = None,
|
|
420
420
|
):
|
|
421
421
|
"""Move selected strips down a track if there's room
|
|
422
422
|
|
|
423
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
423
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
424
424
|
:type execution_context: int | str | None
|
|
425
425
|
:type undo: bool | None
|
|
426
426
|
"""
|
|
@@ -428,13 +428,13 @@ def move_down(
|
|
|
428
428
|
...
|
|
429
429
|
|
|
430
430
|
def move_up(
|
|
431
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
431
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
432
432
|
execution_context: int | str | None = None,
|
|
433
433
|
undo: bool | None = None,
|
|
434
434
|
):
|
|
435
435
|
"""Move selected strips up a track if there's room
|
|
436
436
|
|
|
437
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
437
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
438
438
|
:type execution_context: int | str | None
|
|
439
439
|
:type undo: bool | None
|
|
440
440
|
"""
|
|
@@ -442,13 +442,13 @@ def move_up(
|
|
|
442
442
|
...
|
|
443
443
|
|
|
444
444
|
def mute_toggle(
|
|
445
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
445
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
446
446
|
execution_context: int | str | None = None,
|
|
447
447
|
undo: bool | None = None,
|
|
448
448
|
):
|
|
449
449
|
"""Mute or un-mute selected strips
|
|
450
450
|
|
|
451
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
451
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
452
452
|
:type execution_context: int | str | None
|
|
453
453
|
:type undo: bool | None
|
|
454
454
|
"""
|
|
@@ -456,13 +456,13 @@ def mute_toggle(
|
|
|
456
456
|
...
|
|
457
457
|
|
|
458
458
|
def previewrange_set(
|
|
459
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
459
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
460
460
|
execution_context: int | str | None = None,
|
|
461
461
|
undo: bool | None = None,
|
|
462
462
|
):
|
|
463
463
|
"""Set Preview Range based on extends of selected strips
|
|
464
464
|
|
|
465
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
465
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
466
466
|
:type execution_context: int | str | None
|
|
467
467
|
:type undo: bool | None
|
|
468
468
|
"""
|
|
@@ -470,7 +470,7 @@ def previewrange_set(
|
|
|
470
470
|
...
|
|
471
471
|
|
|
472
472
|
def select_all(
|
|
473
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
473
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
474
474
|
execution_context: int | str | None = None,
|
|
475
475
|
undo: bool | None = None,
|
|
476
476
|
*,
|
|
@@ -478,7 +478,7 @@ def select_all(
|
|
|
478
478
|
):
|
|
479
479
|
"""Select or deselect all NLA-Strips
|
|
480
480
|
|
|
481
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
481
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
482
482
|
:type execution_context: int | str | None
|
|
483
483
|
:type undo: bool | None
|
|
484
484
|
:param action: Action, Selection action to execute
|
|
@@ -500,7 +500,7 @@ def select_all(
|
|
|
500
500
|
...
|
|
501
501
|
|
|
502
502
|
def select_box(
|
|
503
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
503
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
504
504
|
execution_context: int | str | None = None,
|
|
505
505
|
undo: bool | None = None,
|
|
506
506
|
*,
|
|
@@ -515,7 +515,7 @@ def select_box(
|
|
|
515
515
|
):
|
|
516
516
|
"""Use box selection to grab NLA-Strips
|
|
517
517
|
|
|
518
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
518
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
519
519
|
:type execution_context: int | str | None
|
|
520
520
|
:type undo: bool | None
|
|
521
521
|
:param axis_range: Axis Range
|
|
@@ -548,7 +548,7 @@ def select_box(
|
|
|
548
548
|
...
|
|
549
549
|
|
|
550
550
|
def select_leftright(
|
|
551
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
551
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
552
552
|
execution_context: int | str | None = None,
|
|
553
553
|
undo: bool | None = None,
|
|
554
554
|
*,
|
|
@@ -557,7 +557,7 @@ def select_leftright(
|
|
|
557
557
|
):
|
|
558
558
|
"""Select strips to the left or the right of the current frame
|
|
559
559
|
|
|
560
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
560
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
561
561
|
:type execution_context: int | str | None
|
|
562
562
|
:type undo: bool | None
|
|
563
563
|
:param mode: Mode
|
|
@@ -569,13 +569,13 @@ def select_leftright(
|
|
|
569
569
|
...
|
|
570
570
|
|
|
571
571
|
def selected_objects_add(
|
|
572
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
572
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
573
573
|
execution_context: int | str | None = None,
|
|
574
574
|
undo: bool | None = None,
|
|
575
575
|
):
|
|
576
576
|
"""Make selected objects appear in NLA Editor by adding Animation Data
|
|
577
577
|
|
|
578
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
578
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
579
579
|
:type execution_context: int | str | None
|
|
580
580
|
:type undo: bool | None
|
|
581
581
|
"""
|
|
@@ -583,7 +583,7 @@ def selected_objects_add(
|
|
|
583
583
|
...
|
|
584
584
|
|
|
585
585
|
def snap(
|
|
586
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
586
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
587
587
|
execution_context: int | str | None = None,
|
|
588
588
|
undo: bool | None = None,
|
|
589
589
|
*,
|
|
@@ -592,7 +592,7 @@ def snap(
|
|
|
592
592
|
):
|
|
593
593
|
"""Move start of strips to specified time
|
|
594
594
|
|
|
595
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
595
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
596
596
|
:type execution_context: int | str | None
|
|
597
597
|
:type undo: bool | None
|
|
598
598
|
:param type: Type
|
|
@@ -602,13 +602,13 @@ def snap(
|
|
|
602
602
|
...
|
|
603
603
|
|
|
604
604
|
def soundclip_add(
|
|
605
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
605
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
606
606
|
execution_context: int | str | None = None,
|
|
607
607
|
undo: bool | None = None,
|
|
608
608
|
):
|
|
609
609
|
"""Add a strip for controlling when speaker plays its sound clip
|
|
610
610
|
|
|
611
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
611
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
612
612
|
:type execution_context: int | str | None
|
|
613
613
|
:type undo: bool | None
|
|
614
614
|
"""
|
|
@@ -616,13 +616,13 @@ def soundclip_add(
|
|
|
616
616
|
...
|
|
617
617
|
|
|
618
618
|
def split(
|
|
619
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
619
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
620
620
|
execution_context: int | str | None = None,
|
|
621
621
|
undo: bool | None = None,
|
|
622
622
|
):
|
|
623
623
|
"""Split selected strips at their midpoints
|
|
624
624
|
|
|
625
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
625
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
626
626
|
:type execution_context: int | str | None
|
|
627
627
|
:type undo: bool | None
|
|
628
628
|
"""
|
|
@@ -630,13 +630,13 @@ def split(
|
|
|
630
630
|
...
|
|
631
631
|
|
|
632
632
|
def swap(
|
|
633
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
633
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
634
634
|
execution_context: int | str | None = None,
|
|
635
635
|
undo: bool | None = None,
|
|
636
636
|
):
|
|
637
637
|
"""Swap order of selected strips within tracks
|
|
638
638
|
|
|
639
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
639
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
640
640
|
:type execution_context: int | str | None
|
|
641
641
|
:type undo: bool | None
|
|
642
642
|
"""
|
|
@@ -644,7 +644,7 @@ def swap(
|
|
|
644
644
|
...
|
|
645
645
|
|
|
646
646
|
def tracks_add(
|
|
647
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
647
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
648
648
|
execution_context: int | str | None = None,
|
|
649
649
|
undo: bool | None = None,
|
|
650
650
|
*,
|
|
@@ -652,7 +652,7 @@ def tracks_add(
|
|
|
652
652
|
):
|
|
653
653
|
"""Add NLA-Tracks above/after the selected tracks
|
|
654
654
|
|
|
655
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
655
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
656
656
|
:type execution_context: int | str | None
|
|
657
657
|
:type undo: bool | None
|
|
658
658
|
:param above_selected: Above Selected, Add a new NLA Track above every existing selected one
|
|
@@ -662,13 +662,13 @@ def tracks_add(
|
|
|
662
662
|
...
|
|
663
663
|
|
|
664
664
|
def tracks_delete(
|
|
665
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
665
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
666
666
|
execution_context: int | str | None = None,
|
|
667
667
|
undo: bool | None = None,
|
|
668
668
|
):
|
|
669
669
|
"""Delete selected NLA-Tracks and the strips they contain
|
|
670
670
|
|
|
671
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
671
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
672
672
|
:type execution_context: int | str | None
|
|
673
673
|
:type undo: bool | None
|
|
674
674
|
"""
|
|
@@ -676,13 +676,13 @@ def tracks_delete(
|
|
|
676
676
|
...
|
|
677
677
|
|
|
678
678
|
def transition_add(
|
|
679
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
679
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
680
680
|
execution_context: int | str | None = None,
|
|
681
681
|
undo: bool | None = None,
|
|
682
682
|
):
|
|
683
683
|
"""Add a transition strip between two adjacent selected strips
|
|
684
684
|
|
|
685
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
685
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
686
686
|
:type execution_context: int | str | None
|
|
687
687
|
:type undo: bool | None
|
|
688
688
|
"""
|
|
@@ -690,7 +690,7 @@ def transition_add(
|
|
|
690
690
|
...
|
|
691
691
|
|
|
692
692
|
def tweakmode_enter(
|
|
693
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
693
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
694
694
|
execution_context: int | str | None = None,
|
|
695
695
|
undo: bool | None = None,
|
|
696
696
|
*,
|
|
@@ -699,7 +699,7 @@ def tweakmode_enter(
|
|
|
699
699
|
):
|
|
700
700
|
"""Enter tweaking mode for the action referenced by the active strip to edit its keyframes
|
|
701
701
|
|
|
702
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
702
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
703
703
|
:type execution_context: int | str | None
|
|
704
704
|
:type undo: bool | None
|
|
705
705
|
: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
|
|
@@ -711,7 +711,7 @@ def tweakmode_enter(
|
|
|
711
711
|
...
|
|
712
712
|
|
|
713
713
|
def tweakmode_exit(
|
|
714
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
714
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
715
715
|
execution_context: int | str | None = None,
|
|
716
716
|
undo: bool | None = None,
|
|
717
717
|
*,
|
|
@@ -719,7 +719,7 @@ def tweakmode_exit(
|
|
|
719
719
|
):
|
|
720
720
|
"""Exit tweaking mode for the action referenced by the active strip
|
|
721
721
|
|
|
722
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
722
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
723
723
|
:type execution_context: int | str | None
|
|
724
724
|
:type undo: bool | None
|
|
725
725
|
:param isolate_action: Isolate Action, Disable 'solo' on any of the NLA Tracks after exiting tweak mode to get things back to normal
|
|
@@ -729,13 +729,13 @@ def tweakmode_exit(
|
|
|
729
729
|
...
|
|
730
730
|
|
|
731
731
|
def view_all(
|
|
732
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
732
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
733
733
|
execution_context: int | str | None = None,
|
|
734
734
|
undo: bool | None = None,
|
|
735
735
|
):
|
|
736
736
|
"""Reset viewable area to show full strips range
|
|
737
737
|
|
|
738
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
738
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
739
739
|
:type execution_context: int | str | None
|
|
740
740
|
:type undo: bool | None
|
|
741
741
|
"""
|
|
@@ -743,13 +743,13 @@ def view_all(
|
|
|
743
743
|
...
|
|
744
744
|
|
|
745
745
|
def view_frame(
|
|
746
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
746
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
747
747
|
execution_context: int | str | None = None,
|
|
748
748
|
undo: bool | None = None,
|
|
749
749
|
):
|
|
750
750
|
"""Move the view to the current frame
|
|
751
751
|
|
|
752
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
752
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
753
753
|
:type execution_context: int | str | None
|
|
754
754
|
:type undo: bool | None
|
|
755
755
|
"""
|
|
@@ -757,13 +757,13 @@ def view_frame(
|
|
|
757
757
|
...
|
|
758
758
|
|
|
759
759
|
def view_selected(
|
|
760
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
760
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
761
761
|
execution_context: int | str | None = None,
|
|
762
762
|
undo: bool | None = None,
|
|
763
763
|
):
|
|
764
764
|
"""Reset viewable area to show selected strips range
|
|
765
765
|
|
|
766
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
766
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
767
767
|
:type execution_context: int | str | None
|
|
768
768
|
:type undo: bool | None
|
|
769
769
|
"""
|