fake-bpy-module 20240326__py3-none-any.whl → 20240329__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 +34 -96
- bgl/__init__.pyi +1265 -2417
- bl_math/__init__.pyi +3 -14
- bl_operators/presets/__init__.pyi +167 -0
- bl_operators/view3d/__init__.pyi +248 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
- blf/__init__.pyi +13 -50
- bmesh/ops/__init__.pyi +68 -142
- bmesh/types/__init__.pyi +18 -44
- bmesh/utils/__init__.pyi +2 -6
- bpy/app/icons/__init__.pyi +2 -4
- bpy/app/timers/__init__.pyi +2 -6
- bpy/ops/action/__init__.pyi +92 -93
- bpy/ops/anim/__init__.pyi +104 -104
- bpy/ops/armature/__init__.pyi +108 -112
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +18 -18
- bpy/ops/brush/__init__.pyi +18 -18
- 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 +194 -195
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +10 -10
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +114 -118
- bpy/ops/curves/__init__.pyi +55 -53
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +12 -12
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_mesh/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +7 -7
- bpy/ops/file/__init__.pyi +80 -83
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +38 -38
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +308 -309
- bpy/ops/graph/__init__.pyi +150 -151
- bpy/ops/grease_pencil/__init__.pyi +114 -115
- bpy/ops/image/__init__.pyi +100 -100
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_mesh/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +6 -6
- 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 +90 -91
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +20 -21
- bpy/ops/mesh/__init__.pyi +429 -427
- bpy/ops/nla/__init__.pyi +90 -91
- bpy/ops/node/__init__.pyi +242 -243
- bpy/ops/object/__init__.pyi +572 -567
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +182 -126
- bpy/ops/paintcurve/__init__.pyi +20 -20
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +90 -90
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +76 -76
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +24 -24
- bpy/ops/rigidbody/__init__.pyi +34 -34
- bpy/ops/scene/__init__.pyi +86 -86
- bpy/ops/screen/__init__.pyi +84 -84
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +80 -62
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +184 -185
- bpy/ops/sound/__init__.pyi +16 -16
- 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 +112 -112
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +104 -105
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +253 -230
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/props/__init__.pyi +29 -52
- bpy/types/__init__.pyi +4648 -3095
- bpy/utils/__init__.pyi +3 -6
- bpy/utils/units/__init__.pyi +3 -6
- bpy_extras/io_utils/__init__.pyi +8 -0
- bpy_types/__init__.pyi +3 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +117 -117
- freestyle/chainingiterators/__init__.pyi +5 -12
- freestyle/functions/__init__.pyi +19 -73
- freestyle/predicates/__init__.pyi +8 -21
- freestyle/shaders/__init__.pyi +32 -81
- freestyle/types/__init__.pyi +100 -270
- freestyle/utils/ContextFunctions/__init__.pyi +7 -27
- freestyle/utils/__init__.pyi +1 -2
- gpu/capabilities/__init__.pyi +15 -32
- gpu/matrix/__init__.pyi +1 -2
- gpu/state/__init__.pyi +4 -10
- gpu/types/__init__.pyi +29 -87
- gpu_extras/presets/__init__.pyi +4 -16
- imbuf/types/__init__.pyi +4 -10
- mathutils/__init__.pyi +106 -257
- mathutils/bvhtree/__init__.pyi +7 -15
- mathutils/geometry/__init__.pyi +9 -18
- mathutils/kdtree/__init__.pyi +4 -11
- mathutils/noise/__init__.pyi +41 -82
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
bpy/ops/nla/__init__.pyi
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import typing
|
|
2
|
-
import bpy.ops.transform
|
|
3
2
|
import bpy.types
|
|
4
3
|
|
|
5
4
|
GenericType = typing.TypeVar("GenericType")
|
|
6
5
|
|
|
7
6
|
def action_pushdown(
|
|
8
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
9
|
-
execution_context:
|
|
8
|
+
execution_context: str = None,
|
|
10
9
|
undo: bool = None,
|
|
11
10
|
track_index: typing.Any = -1,
|
|
12
11
|
):
|
|
13
12
|
"""Push action down onto the top of the NLA stack as a new strip
|
|
14
13
|
|
|
15
14
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
16
|
-
:type execution_context:
|
|
15
|
+
:type execution_context: str
|
|
17
16
|
:type undo: bool
|
|
18
17
|
:param track_index: Track Index, Index of NLA action track to perform pushdown operation on
|
|
19
18
|
:type track_index: typing.Any
|
|
@@ -23,14 +22,14 @@ def action_pushdown(
|
|
|
23
22
|
|
|
24
23
|
def action_sync_length(
|
|
25
24
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
26
|
-
execution_context:
|
|
25
|
+
execution_context: str = None,
|
|
27
26
|
undo: bool = None,
|
|
28
27
|
active: typing.Union[bool, typing.Any] = True,
|
|
29
28
|
):
|
|
30
29
|
"""Synchronize the length of the referenced Action with the length used in the strip
|
|
31
30
|
|
|
32
31
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
33
|
-
:type execution_context:
|
|
32
|
+
:type execution_context: str
|
|
34
33
|
:type undo: bool
|
|
35
34
|
:param active: Active Strip Only, Only sync the active length for the active strip
|
|
36
35
|
:type active: typing.Union[bool, typing.Any]
|
|
@@ -40,14 +39,14 @@ def action_sync_length(
|
|
|
40
39
|
|
|
41
40
|
def action_unlink(
|
|
42
41
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
43
|
-
execution_context:
|
|
42
|
+
execution_context: str = None,
|
|
44
43
|
undo: bool = None,
|
|
45
44
|
force_delete: typing.Union[bool, typing.Any] = False,
|
|
46
45
|
):
|
|
47
46
|
"""Unlink this action from the active action slot (and/or exit Tweak Mode)
|
|
48
47
|
|
|
49
48
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
50
|
-
:type execution_context:
|
|
49
|
+
:type execution_context: str
|
|
51
50
|
:type undo: bool
|
|
52
51
|
:param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-block's NLA stack
|
|
53
52
|
:type force_delete: typing.Union[bool, typing.Any]
|
|
@@ -57,14 +56,14 @@ def action_unlink(
|
|
|
57
56
|
|
|
58
57
|
def actionclip_add(
|
|
59
58
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
60
|
-
execution_context:
|
|
59
|
+
execution_context: str = None,
|
|
61
60
|
undo: bool = None,
|
|
62
61
|
action: typing.Union[str, int, typing.Any] = "",
|
|
63
62
|
):
|
|
64
63
|
"""Add an Action-Clip strip (i.e. an NLA Strip referencing an Action) to the active track
|
|
65
64
|
|
|
66
65
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
67
|
-
:type execution_context:
|
|
66
|
+
:type execution_context: str
|
|
68
67
|
:type undo: bool
|
|
69
68
|
:param action: Action
|
|
70
69
|
:type action: typing.Union[str, int, typing.Any]
|
|
@@ -74,13 +73,13 @@ def actionclip_add(
|
|
|
74
73
|
|
|
75
74
|
def apply_scale(
|
|
76
75
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
77
|
-
execution_context:
|
|
76
|
+
execution_context: str = None,
|
|
78
77
|
undo: bool = None,
|
|
79
78
|
):
|
|
80
79
|
"""Apply scaling of selected strips to their referenced Actions
|
|
81
80
|
|
|
82
81
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
83
|
-
:type execution_context:
|
|
82
|
+
:type execution_context: str
|
|
84
83
|
:type undo: bool
|
|
85
84
|
"""
|
|
86
85
|
|
|
@@ -88,7 +87,7 @@ def apply_scale(
|
|
|
88
87
|
|
|
89
88
|
def bake(
|
|
90
89
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
91
|
-
execution_context:
|
|
90
|
+
execution_context: str = None,
|
|
92
91
|
undo: bool = None,
|
|
93
92
|
frame_start: typing.Any = 1,
|
|
94
93
|
frame_end: typing.Any = 250,
|
|
@@ -101,17 +100,17 @@ def bake(
|
|
|
101
100
|
clean_curves: typing.Union[bool, typing.Any] = False,
|
|
102
101
|
bake_types: typing.Any = {'"POSE"'},
|
|
103
102
|
channel_types: typing.Any = {
|
|
103
|
+
'"BBONE"',
|
|
104
104
|
'"PROPS"',
|
|
105
105
|
'"LOCATION"',
|
|
106
|
-
'"ROTATION"',
|
|
107
|
-
'"BBONE"',
|
|
108
106
|
'"SCALE"',
|
|
107
|
+
'"ROTATION"',
|
|
109
108
|
},
|
|
110
109
|
):
|
|
111
110
|
"""Bake all selected objects location/scale/rotation animation to an action
|
|
112
111
|
|
|
113
112
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
114
|
-
:type execution_context:
|
|
113
|
+
:type execution_context: str
|
|
115
114
|
:type undo: bool
|
|
116
115
|
:param frame_start: Start Frame, Start frame for baking
|
|
117
116
|
:type frame_start: typing.Any
|
|
@@ -162,14 +161,14 @@ def bake(
|
|
|
162
161
|
|
|
163
162
|
def channels_click(
|
|
164
163
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
165
|
-
execution_context:
|
|
164
|
+
execution_context: str = None,
|
|
166
165
|
undo: bool = None,
|
|
167
166
|
extend: typing.Union[bool, typing.Any] = False,
|
|
168
167
|
):
|
|
169
168
|
"""Handle clicks to select NLA tracks
|
|
170
169
|
|
|
171
170
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
172
|
-
:type execution_context:
|
|
171
|
+
:type execution_context: str
|
|
173
172
|
:type undo: bool
|
|
174
173
|
:param extend: Extend Select
|
|
175
174
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -179,13 +178,13 @@ def channels_click(
|
|
|
179
178
|
|
|
180
179
|
def clear_scale(
|
|
181
180
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
182
|
-
execution_context:
|
|
181
|
+
execution_context: str = None,
|
|
183
182
|
undo: bool = None,
|
|
184
183
|
):
|
|
185
184
|
"""Reset scaling of selected strips
|
|
186
185
|
|
|
187
186
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
188
|
-
:type execution_context:
|
|
187
|
+
:type execution_context: str
|
|
189
188
|
:type undo: bool
|
|
190
189
|
"""
|
|
191
190
|
|
|
@@ -193,7 +192,7 @@ def clear_scale(
|
|
|
193
192
|
|
|
194
193
|
def click_select(
|
|
195
194
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
196
|
-
execution_context:
|
|
195
|
+
execution_context: str = None,
|
|
197
196
|
undo: bool = None,
|
|
198
197
|
wait_to_deselect_others: typing.Union[bool, typing.Any] = False,
|
|
199
198
|
mouse_x: typing.Any = 0,
|
|
@@ -204,7 +203,7 @@ def click_select(
|
|
|
204
203
|
"""Handle clicks to select NLA Strips
|
|
205
204
|
|
|
206
205
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
207
|
-
:type execution_context:
|
|
206
|
+
:type execution_context: str
|
|
208
207
|
:type undo: bool
|
|
209
208
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
210
209
|
:type wait_to_deselect_others: typing.Union[bool, typing.Any]
|
|
@@ -222,13 +221,13 @@ def click_select(
|
|
|
222
221
|
|
|
223
222
|
def delete(
|
|
224
223
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
225
|
-
execution_context:
|
|
224
|
+
execution_context: str = None,
|
|
226
225
|
undo: bool = None,
|
|
227
226
|
):
|
|
228
227
|
"""Delete selected strips
|
|
229
228
|
|
|
230
229
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
231
|
-
:type execution_context:
|
|
230
|
+
:type execution_context: str
|
|
232
231
|
:type undo: bool
|
|
233
232
|
"""
|
|
234
233
|
|
|
@@ -236,14 +235,14 @@ def delete(
|
|
|
236
235
|
|
|
237
236
|
def duplicate(
|
|
238
237
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
239
|
-
execution_context:
|
|
238
|
+
execution_context: str = None,
|
|
240
239
|
undo: bool = None,
|
|
241
240
|
linked: typing.Union[bool, typing.Any] = False,
|
|
242
241
|
):
|
|
243
242
|
"""Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
244
243
|
|
|
245
244
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
246
|
-
:type execution_context:
|
|
245
|
+
:type execution_context: str
|
|
247
246
|
:type undo: bool
|
|
248
247
|
:param linked: Linked, When duplicating strips, assign new copies of the actions they use
|
|
249
248
|
:type linked: typing.Union[bool, typing.Any]
|
|
@@ -253,58 +252,58 @@ def duplicate(
|
|
|
253
252
|
|
|
254
253
|
def duplicate_linked_move(
|
|
255
254
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
256
|
-
execution_context:
|
|
255
|
+
execution_context: str = None,
|
|
257
256
|
undo: bool = None,
|
|
258
|
-
NLA_OT_duplicate:
|
|
259
|
-
TRANSFORM_OT_translate:
|
|
257
|
+
NLA_OT_duplicate: typing.Any = None,
|
|
258
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
260
259
|
):
|
|
261
260
|
"""Duplicate Linked selected NLA-Strips, adding the new strips to new track(s)
|
|
262
261
|
|
|
263
262
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
264
|
-
:type execution_context:
|
|
263
|
+
:type execution_context: str
|
|
265
264
|
:type undo: bool
|
|
266
265
|
:param NLA_OT_duplicate: Duplicate Strips, Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
267
|
-
:type NLA_OT_duplicate:
|
|
266
|
+
:type NLA_OT_duplicate: typing.Any
|
|
268
267
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
269
|
-
:type TRANSFORM_OT_translate:
|
|
268
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
270
269
|
"""
|
|
271
270
|
|
|
272
271
|
...
|
|
273
272
|
|
|
274
273
|
def duplicate_move(
|
|
275
274
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
276
|
-
execution_context:
|
|
275
|
+
execution_context: str = None,
|
|
277
276
|
undo: bool = None,
|
|
278
|
-
NLA_OT_duplicate:
|
|
279
|
-
TRANSFORM_OT_translate:
|
|
277
|
+
NLA_OT_duplicate: typing.Any = None,
|
|
278
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
280
279
|
):
|
|
281
280
|
"""Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
282
281
|
|
|
283
282
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
284
|
-
:type execution_context:
|
|
283
|
+
:type execution_context: str
|
|
285
284
|
:type undo: bool
|
|
286
285
|
:param NLA_OT_duplicate: Duplicate Strips, Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
287
|
-
:type NLA_OT_duplicate:
|
|
286
|
+
:type NLA_OT_duplicate: typing.Any
|
|
288
287
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
289
|
-
:type TRANSFORM_OT_translate:
|
|
288
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
290
289
|
"""
|
|
291
290
|
|
|
292
291
|
...
|
|
293
292
|
|
|
294
293
|
def fmodifier_add(
|
|
295
294
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
296
|
-
execution_context:
|
|
295
|
+
execution_context: str = None,
|
|
297
296
|
undo: bool = None,
|
|
298
|
-
type: typing.
|
|
297
|
+
type: typing.Union[str, int] = "NULL",
|
|
299
298
|
only_active: typing.Union[bool, typing.Any] = True,
|
|
300
299
|
):
|
|
301
300
|
"""Add F-Modifier to the active/selected NLA-Strips
|
|
302
301
|
|
|
303
302
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
304
|
-
:type execution_context:
|
|
303
|
+
:type execution_context: str
|
|
305
304
|
:type undo: bool
|
|
306
305
|
:param type: Type
|
|
307
|
-
:type type: typing.
|
|
306
|
+
:type type: typing.Union[str, int]
|
|
308
307
|
:param only_active: Only Active, Only add a F-Modifier of the specified type to the active strip
|
|
309
308
|
:type only_active: typing.Union[bool, typing.Any]
|
|
310
309
|
"""
|
|
@@ -313,13 +312,13 @@ def fmodifier_add(
|
|
|
313
312
|
|
|
314
313
|
def fmodifier_copy(
|
|
315
314
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
316
|
-
execution_context:
|
|
315
|
+
execution_context: str = None,
|
|
317
316
|
undo: bool = None,
|
|
318
317
|
):
|
|
319
318
|
"""Copy the F-Modifier(s) of the active NLA-Strip
|
|
320
319
|
|
|
321
320
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
322
|
-
:type execution_context:
|
|
321
|
+
:type execution_context: str
|
|
323
322
|
:type undo: bool
|
|
324
323
|
"""
|
|
325
324
|
|
|
@@ -327,7 +326,7 @@ def fmodifier_copy(
|
|
|
327
326
|
|
|
328
327
|
def fmodifier_paste(
|
|
329
328
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
330
|
-
execution_context:
|
|
329
|
+
execution_context: str = None,
|
|
331
330
|
undo: bool = None,
|
|
332
331
|
only_active: typing.Union[bool, typing.Any] = True,
|
|
333
332
|
replace: typing.Union[bool, typing.Any] = False,
|
|
@@ -335,7 +334,7 @@ def fmodifier_paste(
|
|
|
335
334
|
"""Add copied F-Modifiers to the selected NLA-Strips
|
|
336
335
|
|
|
337
336
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
338
|
-
:type execution_context:
|
|
337
|
+
:type execution_context: str
|
|
339
338
|
:type undo: bool
|
|
340
339
|
:param only_active: Only Active, Only paste F-Modifiers on active strip
|
|
341
340
|
:type only_active: typing.Union[bool, typing.Any]
|
|
@@ -347,14 +346,14 @@ def fmodifier_paste(
|
|
|
347
346
|
|
|
348
347
|
def make_single_user(
|
|
349
348
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
350
|
-
execution_context:
|
|
349
|
+
execution_context: str = None,
|
|
351
350
|
undo: bool = None,
|
|
352
351
|
confirm: typing.Union[bool, typing.Any] = True,
|
|
353
352
|
):
|
|
354
353
|
"""Ensure that each action is only used once in the set of strips selected
|
|
355
354
|
|
|
356
355
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
357
|
-
:type execution_context:
|
|
356
|
+
:type execution_context: str
|
|
358
357
|
:type undo: bool
|
|
359
358
|
:param confirm: Confirm, Prompt for confirmation
|
|
360
359
|
:type confirm: typing.Union[bool, typing.Any]
|
|
@@ -364,13 +363,13 @@ def make_single_user(
|
|
|
364
363
|
|
|
365
364
|
def meta_add(
|
|
366
365
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
367
|
-
execution_context:
|
|
366
|
+
execution_context: str = None,
|
|
368
367
|
undo: bool = None,
|
|
369
368
|
):
|
|
370
369
|
"""Add new meta-strips incorporating the selected strips
|
|
371
370
|
|
|
372
371
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
373
|
-
:type execution_context:
|
|
372
|
+
:type execution_context: str
|
|
374
373
|
:type undo: bool
|
|
375
374
|
"""
|
|
376
375
|
|
|
@@ -378,13 +377,13 @@ def meta_add(
|
|
|
378
377
|
|
|
379
378
|
def meta_remove(
|
|
380
379
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
381
|
-
execution_context:
|
|
380
|
+
execution_context: str = None,
|
|
382
381
|
undo: bool = None,
|
|
383
382
|
):
|
|
384
383
|
"""Separate out the strips held by the selected meta-strips
|
|
385
384
|
|
|
386
385
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
387
|
-
:type execution_context:
|
|
386
|
+
:type execution_context: str
|
|
388
387
|
:type undo: bool
|
|
389
388
|
"""
|
|
390
389
|
|
|
@@ -392,13 +391,13 @@ def meta_remove(
|
|
|
392
391
|
|
|
393
392
|
def move_down(
|
|
394
393
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
395
|
-
execution_context:
|
|
394
|
+
execution_context: str = None,
|
|
396
395
|
undo: bool = None,
|
|
397
396
|
):
|
|
398
397
|
"""Move selected strips down a track if there's room
|
|
399
398
|
|
|
400
399
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
401
|
-
:type execution_context:
|
|
400
|
+
:type execution_context: str
|
|
402
401
|
:type undo: bool
|
|
403
402
|
"""
|
|
404
403
|
|
|
@@ -406,13 +405,13 @@ def move_down(
|
|
|
406
405
|
|
|
407
406
|
def move_up(
|
|
408
407
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
409
|
-
execution_context:
|
|
408
|
+
execution_context: str = None,
|
|
410
409
|
undo: bool = None,
|
|
411
410
|
):
|
|
412
411
|
"""Move selected strips up a track if there's room
|
|
413
412
|
|
|
414
413
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
415
|
-
:type execution_context:
|
|
414
|
+
:type execution_context: str
|
|
416
415
|
:type undo: bool
|
|
417
416
|
"""
|
|
418
417
|
|
|
@@ -420,13 +419,13 @@ def move_up(
|
|
|
420
419
|
|
|
421
420
|
def mute_toggle(
|
|
422
421
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
423
|
-
execution_context:
|
|
422
|
+
execution_context: str = None,
|
|
424
423
|
undo: bool = None,
|
|
425
424
|
):
|
|
426
425
|
"""Mute or un-mute selected strips
|
|
427
426
|
|
|
428
427
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
429
|
-
:type execution_context:
|
|
428
|
+
:type execution_context: str
|
|
430
429
|
:type undo: bool
|
|
431
430
|
"""
|
|
432
431
|
|
|
@@ -434,13 +433,13 @@ def mute_toggle(
|
|
|
434
433
|
|
|
435
434
|
def previewrange_set(
|
|
436
435
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
437
|
-
execution_context:
|
|
436
|
+
execution_context: str = None,
|
|
438
437
|
undo: bool = None,
|
|
439
438
|
):
|
|
440
439
|
"""Set Preview Range based on extends of selected strips
|
|
441
440
|
|
|
442
441
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
443
|
-
:type execution_context:
|
|
442
|
+
:type execution_context: str
|
|
444
443
|
:type undo: bool
|
|
445
444
|
"""
|
|
446
445
|
|
|
@@ -448,14 +447,14 @@ def previewrange_set(
|
|
|
448
447
|
|
|
449
448
|
def select_all(
|
|
450
449
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
451
|
-
execution_context:
|
|
450
|
+
execution_context: str = None,
|
|
452
451
|
undo: bool = None,
|
|
453
452
|
action: typing.Any = "TOGGLE",
|
|
454
453
|
):
|
|
455
454
|
"""Select or deselect all NLA-Strips
|
|
456
455
|
|
|
457
456
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
458
|
-
:type execution_context:
|
|
457
|
+
:type execution_context: str
|
|
459
458
|
:type undo: bool
|
|
460
459
|
:param action: Action, Selection action to execute
|
|
461
460
|
|
|
@@ -477,7 +476,7 @@ def select_all(
|
|
|
477
476
|
|
|
478
477
|
def select_box(
|
|
479
478
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
480
|
-
execution_context:
|
|
479
|
+
execution_context: str = None,
|
|
481
480
|
undo: bool = None,
|
|
482
481
|
axis_range: typing.Union[bool, typing.Any] = False,
|
|
483
482
|
tweak: typing.Union[bool, typing.Any] = False,
|
|
@@ -491,7 +490,7 @@ def select_box(
|
|
|
491
490
|
"""Use box selection to grab NLA-Strips
|
|
492
491
|
|
|
493
492
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
494
|
-
:type execution_context:
|
|
493
|
+
:type execution_context: str
|
|
495
494
|
:type undo: bool
|
|
496
495
|
:param axis_range: Axis Range
|
|
497
496
|
:type axis_range: typing.Union[bool, typing.Any]
|
|
@@ -524,7 +523,7 @@ def select_box(
|
|
|
524
523
|
|
|
525
524
|
def select_leftright(
|
|
526
525
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
527
|
-
execution_context:
|
|
526
|
+
execution_context: str = None,
|
|
528
527
|
undo: bool = None,
|
|
529
528
|
mode: typing.Any = "CHECK",
|
|
530
529
|
extend: typing.Union[bool, typing.Any] = False,
|
|
@@ -532,7 +531,7 @@ def select_leftright(
|
|
|
532
531
|
"""Select strips to the left or the right of the current frame
|
|
533
532
|
|
|
534
533
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
535
|
-
:type execution_context:
|
|
534
|
+
:type execution_context: str
|
|
536
535
|
:type undo: bool
|
|
537
536
|
:param mode: Mode
|
|
538
537
|
:type mode: typing.Any
|
|
@@ -544,13 +543,13 @@ def select_leftright(
|
|
|
544
543
|
|
|
545
544
|
def selected_objects_add(
|
|
546
545
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
547
|
-
execution_context:
|
|
546
|
+
execution_context: str = None,
|
|
548
547
|
undo: bool = None,
|
|
549
548
|
):
|
|
550
549
|
"""Make selected objects appear in NLA Editor by adding Animation Data
|
|
551
550
|
|
|
552
551
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
553
|
-
:type execution_context:
|
|
552
|
+
:type execution_context: str
|
|
554
553
|
:type undo: bool
|
|
555
554
|
"""
|
|
556
555
|
|
|
@@ -558,14 +557,14 @@ def selected_objects_add(
|
|
|
558
557
|
|
|
559
558
|
def snap(
|
|
560
559
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
561
|
-
execution_context:
|
|
560
|
+
execution_context: str = None,
|
|
562
561
|
undo: bool = None,
|
|
563
562
|
type: typing.Any = "CFRA",
|
|
564
563
|
):
|
|
565
564
|
"""Move start of strips to specified time
|
|
566
565
|
|
|
567
566
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
568
|
-
:type execution_context:
|
|
567
|
+
:type execution_context: str
|
|
569
568
|
:type undo: bool
|
|
570
569
|
:param type: Type
|
|
571
570
|
:type type: typing.Any
|
|
@@ -575,13 +574,13 @@ def snap(
|
|
|
575
574
|
|
|
576
575
|
def soundclip_add(
|
|
577
576
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
578
|
-
execution_context:
|
|
577
|
+
execution_context: str = None,
|
|
579
578
|
undo: bool = None,
|
|
580
579
|
):
|
|
581
580
|
"""Add a strip for controlling when speaker plays its sound clip
|
|
582
581
|
|
|
583
582
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
584
|
-
:type execution_context:
|
|
583
|
+
:type execution_context: str
|
|
585
584
|
:type undo: bool
|
|
586
585
|
"""
|
|
587
586
|
|
|
@@ -589,13 +588,13 @@ def soundclip_add(
|
|
|
589
588
|
|
|
590
589
|
def split(
|
|
591
590
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
592
|
-
execution_context:
|
|
591
|
+
execution_context: str = None,
|
|
593
592
|
undo: bool = None,
|
|
594
593
|
):
|
|
595
594
|
"""Split selected strips at their midpoints
|
|
596
595
|
|
|
597
596
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
598
|
-
:type execution_context:
|
|
597
|
+
:type execution_context: str
|
|
599
598
|
:type undo: bool
|
|
600
599
|
"""
|
|
601
600
|
|
|
@@ -603,13 +602,13 @@ def split(
|
|
|
603
602
|
|
|
604
603
|
def swap(
|
|
605
604
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
606
|
-
execution_context:
|
|
605
|
+
execution_context: str = None,
|
|
607
606
|
undo: bool = None,
|
|
608
607
|
):
|
|
609
608
|
"""Swap order of selected strips within tracks
|
|
610
609
|
|
|
611
610
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
612
|
-
:type execution_context:
|
|
611
|
+
:type execution_context: str
|
|
613
612
|
:type undo: bool
|
|
614
613
|
"""
|
|
615
614
|
|
|
@@ -617,14 +616,14 @@ def swap(
|
|
|
617
616
|
|
|
618
617
|
def tracks_add(
|
|
619
618
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
620
|
-
execution_context:
|
|
619
|
+
execution_context: str = None,
|
|
621
620
|
undo: bool = None,
|
|
622
621
|
above_selected: typing.Union[bool, typing.Any] = False,
|
|
623
622
|
):
|
|
624
623
|
"""Add NLA-Tracks above/after the selected tracks
|
|
625
624
|
|
|
626
625
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
627
|
-
:type execution_context:
|
|
626
|
+
:type execution_context: str
|
|
628
627
|
:type undo: bool
|
|
629
628
|
:param above_selected: Above Selected, Add a new NLA Track above every existing selected one
|
|
630
629
|
:type above_selected: typing.Union[bool, typing.Any]
|
|
@@ -634,13 +633,13 @@ def tracks_add(
|
|
|
634
633
|
|
|
635
634
|
def tracks_delete(
|
|
636
635
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
637
|
-
execution_context:
|
|
636
|
+
execution_context: str = None,
|
|
638
637
|
undo: bool = None,
|
|
639
638
|
):
|
|
640
639
|
"""Delete selected NLA-Tracks and the strips they contain
|
|
641
640
|
|
|
642
641
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
643
|
-
:type execution_context:
|
|
642
|
+
:type execution_context: str
|
|
644
643
|
:type undo: bool
|
|
645
644
|
"""
|
|
646
645
|
|
|
@@ -648,13 +647,13 @@ def tracks_delete(
|
|
|
648
647
|
|
|
649
648
|
def transition_add(
|
|
650
649
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
651
|
-
execution_context:
|
|
650
|
+
execution_context: str = None,
|
|
652
651
|
undo: bool = None,
|
|
653
652
|
):
|
|
654
653
|
"""Add a transition strip between two adjacent selected strips
|
|
655
654
|
|
|
656
655
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
657
|
-
:type execution_context:
|
|
656
|
+
:type execution_context: str
|
|
658
657
|
:type undo: bool
|
|
659
658
|
"""
|
|
660
659
|
|
|
@@ -662,7 +661,7 @@ def transition_add(
|
|
|
662
661
|
|
|
663
662
|
def tweakmode_enter(
|
|
664
663
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
665
|
-
execution_context:
|
|
664
|
+
execution_context: str = None,
|
|
666
665
|
undo: bool = None,
|
|
667
666
|
isolate_action: typing.Union[bool, typing.Any] = False,
|
|
668
667
|
use_upper_stack_evaluation: typing.Union[bool, typing.Any] = False,
|
|
@@ -670,7 +669,7 @@ def tweakmode_enter(
|
|
|
670
669
|
"""Enter tweaking mode for the action referenced by the active strip to edit its keyframes
|
|
671
670
|
|
|
672
671
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
673
|
-
:type execution_context:
|
|
672
|
+
:type execution_context: str
|
|
674
673
|
:type undo: bool
|
|
675
674
|
: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
|
|
676
675
|
:type isolate_action: typing.Union[bool, typing.Any]
|
|
@@ -682,14 +681,14 @@ def tweakmode_enter(
|
|
|
682
681
|
|
|
683
682
|
def tweakmode_exit(
|
|
684
683
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
685
|
-
execution_context:
|
|
684
|
+
execution_context: str = None,
|
|
686
685
|
undo: bool = None,
|
|
687
686
|
isolate_action: typing.Union[bool, typing.Any] = False,
|
|
688
687
|
):
|
|
689
688
|
"""Exit tweaking mode for the action referenced by the active strip
|
|
690
689
|
|
|
691
690
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
692
|
-
:type execution_context:
|
|
691
|
+
:type execution_context: str
|
|
693
692
|
:type undo: bool
|
|
694
693
|
:param isolate_action: Isolate Action, Disable 'solo' on any of the NLA Tracks after exiting tweak mode to get things back to normal
|
|
695
694
|
:type isolate_action: typing.Union[bool, typing.Any]
|
|
@@ -699,13 +698,13 @@ def tweakmode_exit(
|
|
|
699
698
|
|
|
700
699
|
def view_all(
|
|
701
700
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
702
|
-
execution_context:
|
|
701
|
+
execution_context: str = None,
|
|
703
702
|
undo: bool = None,
|
|
704
703
|
):
|
|
705
704
|
"""Reset viewable area to show full strips range
|
|
706
705
|
|
|
707
706
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
708
|
-
:type execution_context:
|
|
707
|
+
:type execution_context: str
|
|
709
708
|
:type undo: bool
|
|
710
709
|
"""
|
|
711
710
|
|
|
@@ -713,13 +712,13 @@ def view_all(
|
|
|
713
712
|
|
|
714
713
|
def view_frame(
|
|
715
714
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
716
|
-
execution_context:
|
|
715
|
+
execution_context: str = None,
|
|
717
716
|
undo: bool = None,
|
|
718
717
|
):
|
|
719
718
|
"""Move the view to the current frame
|
|
720
719
|
|
|
721
720
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
722
|
-
:type execution_context:
|
|
721
|
+
:type execution_context: str
|
|
723
722
|
:type undo: bool
|
|
724
723
|
"""
|
|
725
724
|
|
|
@@ -727,13 +726,13 @@ def view_frame(
|
|
|
727
726
|
|
|
728
727
|
def view_selected(
|
|
729
728
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
730
|
-
execution_context:
|
|
729
|
+
execution_context: str = None,
|
|
731
730
|
undo: bool = None,
|
|
732
731
|
):
|
|
733
732
|
"""Reset viewable area to show selected strips range
|
|
734
733
|
|
|
735
734
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
736
|
-
:type execution_context:
|
|
735
|
+
:type execution_context: str
|
|
737
736
|
:type undo: bool
|
|
738
737
|
"""
|
|
739
738
|
|