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