fake-bpy-module 20240417__py3-none-any.whl → 20240419__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
- bl_operators/geometry_nodes/__init__.pyi +13 -0
- bl_ui/properties_data_light/__init__.pyi +337 -0
- 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 +80 -80
- bpy/ops/node/__init__.pyi +202 -202
- bpy/ops/object/__init__.pyi +509 -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 +101517 -5027
- 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-20240419.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/RECORD +139 -135
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.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-20240419.dist-info}/WHEEL +0 -0
bpy/ops/action/__init__.pyi
CHANGED
|
@@ -5,13 +5,13 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def bake_keys(
|
|
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
|
):
|
|
11
11
|
"""Add keyframes on every frame between the selected keyframes
|
|
12
12
|
|
|
13
13
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
14
|
-
:type execution_context: str
|
|
14
|
+
:type execution_context: typing.Union[str, int]
|
|
15
15
|
:type undo: bool
|
|
16
16
|
"""
|
|
17
17
|
|
|
@@ -19,7 +19,7 @@ def bake_keys(
|
|
|
19
19
|
|
|
20
20
|
def clean(
|
|
21
21
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
22
|
-
execution_context: str = None,
|
|
22
|
+
execution_context: typing.Union[str, int] = None,
|
|
23
23
|
undo: bool = None,
|
|
24
24
|
threshold: typing.Any = 0.001,
|
|
25
25
|
channels: typing.Union[bool, typing.Any] = False,
|
|
@@ -27,7 +27,7 @@ def clean(
|
|
|
27
27
|
"""Simplify F-Curves by removing closely spaced keyframes
|
|
28
28
|
|
|
29
29
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
30
|
-
:type execution_context: str
|
|
30
|
+
:type execution_context: typing.Union[str, int]
|
|
31
31
|
:type undo: bool
|
|
32
32
|
:param threshold: Threshold
|
|
33
33
|
:type threshold: typing.Any
|
|
@@ -39,7 +39,7 @@ def clean(
|
|
|
39
39
|
|
|
40
40
|
def clickselect(
|
|
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
|
wait_to_deselect_others: typing.Union[bool, typing.Any] = False,
|
|
45
45
|
mouse_x: typing.Any = 0,
|
|
@@ -52,7 +52,7 @@ def clickselect(
|
|
|
52
52
|
"""Select keyframes by clicking on them
|
|
53
53
|
|
|
54
54
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
55
|
-
:type execution_context: str
|
|
55
|
+
:type execution_context: typing.Union[str, int]
|
|
56
56
|
:type undo: bool
|
|
57
57
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
58
58
|
:type wait_to_deselect_others: typing.Union[bool, typing.Any]
|
|
@@ -74,13 +74,13 @@ def clickselect(
|
|
|
74
74
|
|
|
75
75
|
def copy(
|
|
76
76
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
77
|
-
execution_context: str = None,
|
|
77
|
+
execution_context: typing.Union[str, int] = None,
|
|
78
78
|
undo: bool = None,
|
|
79
79
|
):
|
|
80
80
|
"""Copy selected keyframes to the internal clipboard
|
|
81
81
|
|
|
82
82
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
83
|
-
:type execution_context: str
|
|
83
|
+
:type execution_context: typing.Union[str, int]
|
|
84
84
|
:type undo: bool
|
|
85
85
|
"""
|
|
86
86
|
|
|
@@ -88,14 +88,14 @@ def copy(
|
|
|
88
88
|
|
|
89
89
|
def delete(
|
|
90
90
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
91
|
-
execution_context: str = None,
|
|
91
|
+
execution_context: typing.Union[str, int] = None,
|
|
92
92
|
undo: bool = None,
|
|
93
93
|
confirm: typing.Union[bool, typing.Any] = True,
|
|
94
94
|
):
|
|
95
95
|
"""Remove all selected keyframes
|
|
96
96
|
|
|
97
97
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
98
|
-
:type execution_context: str
|
|
98
|
+
:type execution_context: typing.Union[str, int]
|
|
99
99
|
:type undo: bool
|
|
100
100
|
:param confirm: Confirm, Prompt for confirmation
|
|
101
101
|
:type confirm: typing.Union[bool, typing.Any]
|
|
@@ -105,13 +105,13 @@ def delete(
|
|
|
105
105
|
|
|
106
106
|
def duplicate(
|
|
107
107
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
108
|
-
execution_context: str = None,
|
|
108
|
+
execution_context: typing.Union[str, int] = None,
|
|
109
109
|
undo: bool = None,
|
|
110
110
|
):
|
|
111
111
|
"""Make a copy of all selected keyframes
|
|
112
112
|
|
|
113
113
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
114
|
-
:type execution_context: str
|
|
114
|
+
:type execution_context: typing.Union[str, int]
|
|
115
115
|
:type undo: bool
|
|
116
116
|
"""
|
|
117
117
|
|
|
@@ -119,7 +119,7 @@ def duplicate(
|
|
|
119
119
|
|
|
120
120
|
def duplicate_move(
|
|
121
121
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
122
|
-
execution_context: str = None,
|
|
122
|
+
execution_context: typing.Union[str, int] = None,
|
|
123
123
|
undo: bool = None,
|
|
124
124
|
ACTION_OT_duplicate: typing.Any = None,
|
|
125
125
|
TRANSFORM_OT_transform: typing.Any = None,
|
|
@@ -127,7 +127,7 @@ def duplicate_move(
|
|
|
127
127
|
"""Make a copy of all selected keyframes and move them
|
|
128
128
|
|
|
129
129
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
130
|
-
:type execution_context: str
|
|
130
|
+
:type execution_context: typing.Union[str, int]
|
|
131
131
|
:type undo: bool
|
|
132
132
|
:param ACTION_OT_duplicate: Duplicate Keyframes, Make a copy of all selected keyframes
|
|
133
133
|
:type ACTION_OT_duplicate: typing.Any
|
|
@@ -139,14 +139,14 @@ def duplicate_move(
|
|
|
139
139
|
|
|
140
140
|
def easing_type(
|
|
141
141
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
142
|
-
execution_context: str = None,
|
|
142
|
+
execution_context: typing.Union[str, int] = None,
|
|
143
143
|
undo: bool = None,
|
|
144
144
|
type: typing.Union[str, int] = "AUTO",
|
|
145
145
|
):
|
|
146
146
|
"""Set easing type for the F-Curve segments starting from the selected keyframes
|
|
147
147
|
|
|
148
148
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
149
|
-
:type execution_context: str
|
|
149
|
+
:type execution_context: typing.Union[str, int]
|
|
150
150
|
:type undo: bool
|
|
151
151
|
:param type: Type
|
|
152
152
|
:type type: typing.Union[str, int]
|
|
@@ -156,14 +156,14 @@ def easing_type(
|
|
|
156
156
|
|
|
157
157
|
def extrapolation_type(
|
|
158
158
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
159
|
-
execution_context: str = None,
|
|
159
|
+
execution_context: typing.Union[str, int] = None,
|
|
160
160
|
undo: bool = None,
|
|
161
161
|
type: typing.Any = "CONSTANT",
|
|
162
162
|
):
|
|
163
163
|
"""Set extrapolation mode for selected F-Curves
|
|
164
164
|
|
|
165
165
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
166
|
-
:type execution_context: str
|
|
166
|
+
:type execution_context: typing.Union[str, int]
|
|
167
167
|
:type undo: bool
|
|
168
168
|
:param type: Type
|
|
169
169
|
|
|
@@ -185,13 +185,13 @@ def extrapolation_type(
|
|
|
185
185
|
|
|
186
186
|
def frame_jump(
|
|
187
187
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
188
|
-
execution_context: str = None,
|
|
188
|
+
execution_context: typing.Union[str, int] = None,
|
|
189
189
|
undo: bool = None,
|
|
190
190
|
):
|
|
191
191
|
"""Set the current frame to the average frame value of selected keyframes
|
|
192
192
|
|
|
193
193
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
194
|
-
:type execution_context: str
|
|
194
|
+
:type execution_context: typing.Union[str, int]
|
|
195
195
|
:type undo: bool
|
|
196
196
|
"""
|
|
197
197
|
|
|
@@ -199,14 +199,14 @@ def frame_jump(
|
|
|
199
199
|
|
|
200
200
|
def handle_type(
|
|
201
201
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
202
|
-
execution_context: str = None,
|
|
202
|
+
execution_context: typing.Union[str, int] = None,
|
|
203
203
|
undo: bool = None,
|
|
204
204
|
type: typing.Union[str, int] = "FREE",
|
|
205
205
|
):
|
|
206
206
|
"""Set type of handle for selected keyframes
|
|
207
207
|
|
|
208
208
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
209
|
-
:type execution_context: str
|
|
209
|
+
:type execution_context: typing.Union[str, int]
|
|
210
210
|
:type undo: bool
|
|
211
211
|
:param type: Type
|
|
212
212
|
:type type: typing.Union[str, int]
|
|
@@ -216,14 +216,14 @@ def handle_type(
|
|
|
216
216
|
|
|
217
217
|
def interpolation_type(
|
|
218
218
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
219
|
-
execution_context: str = None,
|
|
219
|
+
execution_context: typing.Union[str, int] = None,
|
|
220
220
|
undo: bool = None,
|
|
221
221
|
type: typing.Union[str, int] = "CONSTANT",
|
|
222
222
|
):
|
|
223
223
|
"""Set interpolation mode for the F-Curve segments starting from the selected keyframes
|
|
224
224
|
|
|
225
225
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
226
|
-
:type execution_context: str
|
|
226
|
+
:type execution_context: typing.Union[str, int]
|
|
227
227
|
:type undo: bool
|
|
228
228
|
:param type: Type
|
|
229
229
|
:type type: typing.Union[str, int]
|
|
@@ -233,14 +233,14 @@ def interpolation_type(
|
|
|
233
233
|
|
|
234
234
|
def keyframe_insert(
|
|
235
235
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
236
|
-
execution_context: str = None,
|
|
236
|
+
execution_context: typing.Union[str, int] = None,
|
|
237
237
|
undo: bool = None,
|
|
238
238
|
type: typing.Any = "ALL",
|
|
239
239
|
):
|
|
240
240
|
"""Insert keyframes for the specified channels
|
|
241
241
|
|
|
242
242
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
243
|
-
:type execution_context: str
|
|
243
|
+
:type execution_context: typing.Union[str, int]
|
|
244
244
|
:type undo: bool
|
|
245
245
|
:param type: Type
|
|
246
246
|
:type type: typing.Any
|
|
@@ -250,14 +250,14 @@ def keyframe_insert(
|
|
|
250
250
|
|
|
251
251
|
def keyframe_type(
|
|
252
252
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
253
|
-
execution_context: str = None,
|
|
253
|
+
execution_context: typing.Union[str, int] = None,
|
|
254
254
|
undo: bool = None,
|
|
255
255
|
type: typing.Union[str, int] = "KEYFRAME",
|
|
256
256
|
):
|
|
257
257
|
"""Set type of keyframe for the selected keyframes
|
|
258
258
|
|
|
259
259
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
260
|
-
:type execution_context: str
|
|
260
|
+
:type execution_context: typing.Union[str, int]
|
|
261
261
|
:type undo: bool
|
|
262
262
|
:param type: Type
|
|
263
263
|
:type type: typing.Union[str, int]
|
|
@@ -267,13 +267,13 @@ def keyframe_type(
|
|
|
267
267
|
|
|
268
268
|
def layer_next(
|
|
269
269
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
270
|
-
execution_context: str = None,
|
|
270
|
+
execution_context: typing.Union[str, int] = None,
|
|
271
271
|
undo: bool = None,
|
|
272
272
|
):
|
|
273
273
|
"""Switch to editing action in animation layer above the current action in the NLA Stack
|
|
274
274
|
|
|
275
275
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
276
|
-
:type execution_context: str
|
|
276
|
+
:type execution_context: typing.Union[str, int]
|
|
277
277
|
:type undo: bool
|
|
278
278
|
"""
|
|
279
279
|
|
|
@@ -281,13 +281,13 @@ def layer_next(
|
|
|
281
281
|
|
|
282
282
|
def layer_prev(
|
|
283
283
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
284
|
-
execution_context: str = None,
|
|
284
|
+
execution_context: typing.Union[str, int] = None,
|
|
285
285
|
undo: bool = None,
|
|
286
286
|
):
|
|
287
287
|
"""Switch to editing action in animation layer below the current action in the NLA Stack
|
|
288
288
|
|
|
289
289
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
290
|
-
:type execution_context: str
|
|
290
|
+
:type execution_context: typing.Union[str, int]
|
|
291
291
|
:type undo: bool
|
|
292
292
|
"""
|
|
293
293
|
|
|
@@ -295,13 +295,13 @@ def layer_prev(
|
|
|
295
295
|
|
|
296
296
|
def markers_make_local(
|
|
297
297
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
298
|
-
execution_context: str = None,
|
|
298
|
+
execution_context: typing.Union[str, int] = None,
|
|
299
299
|
undo: bool = None,
|
|
300
300
|
):
|
|
301
301
|
"""Move selected scene markers to the active Action as local 'pose' markers
|
|
302
302
|
|
|
303
303
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
304
|
-
:type execution_context: str
|
|
304
|
+
:type execution_context: typing.Union[str, int]
|
|
305
305
|
:type undo: bool
|
|
306
306
|
"""
|
|
307
307
|
|
|
@@ -309,14 +309,14 @@ def markers_make_local(
|
|
|
309
309
|
|
|
310
310
|
def mirror(
|
|
311
311
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
312
|
-
execution_context: str = None,
|
|
312
|
+
execution_context: typing.Union[str, int] = None,
|
|
313
313
|
undo: bool = None,
|
|
314
314
|
type: typing.Any = "CFRA",
|
|
315
315
|
):
|
|
316
316
|
"""Flip selected keyframes over the selected mirror line
|
|
317
317
|
|
|
318
318
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
319
|
-
:type execution_context: str
|
|
319
|
+
:type execution_context: typing.Union[str, int]
|
|
320
320
|
:type undo: bool
|
|
321
321
|
:param type: Type
|
|
322
322
|
|
|
@@ -335,13 +335,13 @@ def mirror(
|
|
|
335
335
|
|
|
336
336
|
def new(
|
|
337
337
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
338
|
-
execution_context: str = None,
|
|
338
|
+
execution_context: typing.Union[str, int] = None,
|
|
339
339
|
undo: bool = None,
|
|
340
340
|
):
|
|
341
341
|
"""Create new action
|
|
342
342
|
|
|
343
343
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
344
|
-
:type execution_context: str
|
|
344
|
+
:type execution_context: typing.Union[str, int]
|
|
345
345
|
:type undo: bool
|
|
346
346
|
"""
|
|
347
347
|
|
|
@@ -349,7 +349,7 @@ def new(
|
|
|
349
349
|
|
|
350
350
|
def paste(
|
|
351
351
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
352
|
-
execution_context: str = None,
|
|
352
|
+
execution_context: typing.Union[str, int] = None,
|
|
353
353
|
undo: bool = None,
|
|
354
354
|
offset: typing.Union[str, int] = "START",
|
|
355
355
|
merge: typing.Union[str, int] = "MIX",
|
|
@@ -358,7 +358,7 @@ def paste(
|
|
|
358
358
|
"""Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
|
|
359
359
|
|
|
360
360
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
361
|
-
:type execution_context: str
|
|
361
|
+
:type execution_context: typing.Union[str, int]
|
|
362
362
|
:type undo: bool
|
|
363
363
|
:param offset: Offset, Paste time offset of keys
|
|
364
364
|
:type offset: typing.Union[str, int]
|
|
@@ -372,13 +372,13 @@ def paste(
|
|
|
372
372
|
|
|
373
373
|
def previewrange_set(
|
|
374
374
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
375
|
-
execution_context: str = None,
|
|
375
|
+
execution_context: typing.Union[str, int] = None,
|
|
376
376
|
undo: bool = None,
|
|
377
377
|
):
|
|
378
378
|
"""Set Preview Range based on extents of selected Keyframes
|
|
379
379
|
|
|
380
380
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
381
|
-
:type execution_context: str
|
|
381
|
+
:type execution_context: typing.Union[str, int]
|
|
382
382
|
:type undo: bool
|
|
383
383
|
"""
|
|
384
384
|
|
|
@@ -386,13 +386,13 @@ def previewrange_set(
|
|
|
386
386
|
|
|
387
387
|
def push_down(
|
|
388
388
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
389
|
-
execution_context: str = None,
|
|
389
|
+
execution_context: typing.Union[str, int] = None,
|
|
390
390
|
undo: bool = None,
|
|
391
391
|
):
|
|
392
392
|
"""Push action down on to the NLA stack as a new strip
|
|
393
393
|
|
|
394
394
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
395
|
-
:type execution_context: str
|
|
395
|
+
:type execution_context: typing.Union[str, int]
|
|
396
396
|
:type undo: bool
|
|
397
397
|
"""
|
|
398
398
|
|
|
@@ -400,14 +400,14 @@ def push_down(
|
|
|
400
400
|
|
|
401
401
|
def select_all(
|
|
402
402
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
403
|
-
execution_context: str = None,
|
|
403
|
+
execution_context: typing.Union[str, int] = None,
|
|
404
404
|
undo: bool = None,
|
|
405
405
|
action: typing.Any = "TOGGLE",
|
|
406
406
|
):
|
|
407
407
|
"""Toggle selection of all keyframes
|
|
408
408
|
|
|
409
409
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
410
|
-
:type execution_context: str
|
|
410
|
+
:type execution_context: typing.Union[str, int]
|
|
411
411
|
:type undo: bool
|
|
412
412
|
:param action: Action, Selection action to execute
|
|
413
413
|
|
|
@@ -429,7 +429,7 @@ def select_all(
|
|
|
429
429
|
|
|
430
430
|
def select_box(
|
|
431
431
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
432
|
-
execution_context: str = None,
|
|
432
|
+
execution_context: typing.Union[str, int] = None,
|
|
433
433
|
undo: bool = None,
|
|
434
434
|
axis_range: typing.Union[bool, typing.Any] = False,
|
|
435
435
|
xmin: typing.Any = 0,
|
|
@@ -443,7 +443,7 @@ def select_box(
|
|
|
443
443
|
"""Select all keyframes within the specified region
|
|
444
444
|
|
|
445
445
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
446
|
-
:type execution_context: str
|
|
446
|
+
:type execution_context: typing.Union[str, int]
|
|
447
447
|
:type undo: bool
|
|
448
448
|
:param axis_range: Axis Range
|
|
449
449
|
:type axis_range: typing.Union[bool, typing.Any]
|
|
@@ -476,7 +476,7 @@ def select_box(
|
|
|
476
476
|
|
|
477
477
|
def select_circle(
|
|
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
|
x: typing.Any = 0,
|
|
482
482
|
y: typing.Any = 0,
|
|
@@ -487,7 +487,7 @@ def select_circle(
|
|
|
487
487
|
"""Select keyframe points using circle selection
|
|
488
488
|
|
|
489
489
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
490
|
-
:type execution_context: str
|
|
490
|
+
:type execution_context: typing.Union[str, int]
|
|
491
491
|
:type undo: bool
|
|
492
492
|
:param x: X
|
|
493
493
|
:type x: typing.Any
|
|
@@ -514,14 +514,14 @@ def select_circle(
|
|
|
514
514
|
|
|
515
515
|
def select_column(
|
|
516
516
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
517
|
-
execution_context: str = None,
|
|
517
|
+
execution_context: typing.Union[str, int] = None,
|
|
518
518
|
undo: bool = None,
|
|
519
519
|
mode: typing.Any = "KEYS",
|
|
520
520
|
):
|
|
521
521
|
"""Select all keyframes on the specified frame(s)
|
|
522
522
|
|
|
523
523
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
524
|
-
:type execution_context: str
|
|
524
|
+
:type execution_context: typing.Union[str, int]
|
|
525
525
|
:type undo: bool
|
|
526
526
|
:param mode: Mode
|
|
527
527
|
:type mode: typing.Any
|
|
@@ -531,7 +531,7 @@ def select_column(
|
|
|
531
531
|
|
|
532
532
|
def select_lasso(
|
|
533
533
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
534
|
-
execution_context: str = None,
|
|
534
|
+
execution_context: typing.Union[str, int] = None,
|
|
535
535
|
undo: bool = None,
|
|
536
536
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
|
|
537
537
|
mode: typing.Any = "SET",
|
|
@@ -539,7 +539,7 @@ def select_lasso(
|
|
|
539
539
|
"""Select keyframe points using lasso selection
|
|
540
540
|
|
|
541
541
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
542
|
-
:type execution_context: str
|
|
542
|
+
:type execution_context: typing.Union[str, int]
|
|
543
543
|
:type undo: bool
|
|
544
544
|
:param path: Path
|
|
545
545
|
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
|
|
@@ -560,7 +560,7 @@ def select_lasso(
|
|
|
560
560
|
|
|
561
561
|
def select_leftright(
|
|
562
562
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
563
|
-
execution_context: str = None,
|
|
563
|
+
execution_context: typing.Union[str, int] = None,
|
|
564
564
|
undo: bool = None,
|
|
565
565
|
mode: typing.Any = "CHECK",
|
|
566
566
|
extend: typing.Union[bool, typing.Any] = False,
|
|
@@ -568,7 +568,7 @@ def select_leftright(
|
|
|
568
568
|
"""Select keyframes to the left or the right of the current frame
|
|
569
569
|
|
|
570
570
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
571
|
-
:type execution_context: str
|
|
571
|
+
:type execution_context: typing.Union[str, int]
|
|
572
572
|
:type undo: bool
|
|
573
573
|
:param mode: Mode
|
|
574
574
|
:type mode: typing.Any
|
|
@@ -580,13 +580,13 @@ def select_leftright(
|
|
|
580
580
|
|
|
581
581
|
def select_less(
|
|
582
582
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
583
|
-
execution_context: str = None,
|
|
583
|
+
execution_context: typing.Union[str, int] = None,
|
|
584
584
|
undo: bool = None,
|
|
585
585
|
):
|
|
586
586
|
"""Deselect keyframes on ends of selection islands
|
|
587
587
|
|
|
588
588
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
589
|
-
:type execution_context: str
|
|
589
|
+
:type execution_context: typing.Union[str, int]
|
|
590
590
|
:type undo: bool
|
|
591
591
|
"""
|
|
592
592
|
|
|
@@ -594,13 +594,13 @@ def select_less(
|
|
|
594
594
|
|
|
595
595
|
def select_linked(
|
|
596
596
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
597
|
-
execution_context: str = None,
|
|
597
|
+
execution_context: typing.Union[str, int] = None,
|
|
598
598
|
undo: bool = None,
|
|
599
599
|
):
|
|
600
600
|
"""Select keyframes occurring in the same F-Curves as selected ones
|
|
601
601
|
|
|
602
602
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
603
|
-
:type execution_context: str
|
|
603
|
+
:type execution_context: typing.Union[str, int]
|
|
604
604
|
:type undo: bool
|
|
605
605
|
"""
|
|
606
606
|
|
|
@@ -608,13 +608,13 @@ def select_linked(
|
|
|
608
608
|
|
|
609
609
|
def select_more(
|
|
610
610
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
611
|
-
execution_context: str = None,
|
|
611
|
+
execution_context: typing.Union[str, int] = None,
|
|
612
612
|
undo: bool = None,
|
|
613
613
|
):
|
|
614
614
|
"""Select keyframes beside already selected ones
|
|
615
615
|
|
|
616
616
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
617
|
-
:type execution_context: str
|
|
617
|
+
:type execution_context: typing.Union[str, int]
|
|
618
618
|
:type undo: bool
|
|
619
619
|
"""
|
|
620
620
|
|
|
@@ -622,14 +622,14 @@ def select_more(
|
|
|
622
622
|
|
|
623
623
|
def snap(
|
|
624
624
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
625
|
-
execution_context: str = None,
|
|
625
|
+
execution_context: typing.Union[str, int] = None,
|
|
626
626
|
undo: bool = None,
|
|
627
627
|
type: typing.Any = "CFRA",
|
|
628
628
|
):
|
|
629
629
|
"""Snap selected keyframes to the times specified
|
|
630
630
|
|
|
631
631
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
632
|
-
:type execution_context: str
|
|
632
|
+
:type execution_context: typing.Union[str, int]
|
|
633
633
|
:type undo: bool
|
|
634
634
|
:param type: Type
|
|
635
635
|
|
|
@@ -651,14 +651,14 @@ def snap(
|
|
|
651
651
|
|
|
652
652
|
def stash(
|
|
653
653
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
654
|
-
execution_context: str = None,
|
|
654
|
+
execution_context: typing.Union[str, int] = None,
|
|
655
655
|
undo: bool = None,
|
|
656
656
|
create_new: typing.Union[bool, typing.Any] = True,
|
|
657
657
|
):
|
|
658
658
|
"""Store this action in the NLA stack as a non-contributing strip for later use
|
|
659
659
|
|
|
660
660
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
661
|
-
:type execution_context: str
|
|
661
|
+
:type execution_context: typing.Union[str, int]
|
|
662
662
|
:type undo: bool
|
|
663
663
|
:param create_new: Create New Action, Create a new action once the existing one has been safely stored
|
|
664
664
|
:type create_new: typing.Union[bool, typing.Any]
|
|
@@ -668,13 +668,13 @@ def stash(
|
|
|
668
668
|
|
|
669
669
|
def stash_and_create(
|
|
670
670
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
671
|
-
execution_context: str = None,
|
|
671
|
+
execution_context: typing.Union[str, int] = None,
|
|
672
672
|
undo: bool = None,
|
|
673
673
|
):
|
|
674
674
|
"""Store this action in the NLA stack as a non-contributing strip for later use, and create a new action
|
|
675
675
|
|
|
676
676
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
677
|
-
:type execution_context: str
|
|
677
|
+
:type execution_context: typing.Union[str, int]
|
|
678
678
|
:type undo: bool
|
|
679
679
|
"""
|
|
680
680
|
|
|
@@ -682,14 +682,14 @@ def stash_and_create(
|
|
|
682
682
|
|
|
683
683
|
def unlink(
|
|
684
684
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
685
|
-
execution_context: str = None,
|
|
685
|
+
execution_context: typing.Union[str, int] = None,
|
|
686
686
|
undo: bool = None,
|
|
687
687
|
force_delete: typing.Union[bool, typing.Any] = False,
|
|
688
688
|
):
|
|
689
689
|
"""Unlink this action from the active action slot (and/or exit Tweak Mode)
|
|
690
690
|
|
|
691
691
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
692
|
-
:type execution_context: str
|
|
692
|
+
:type execution_context: typing.Union[str, int]
|
|
693
693
|
:type undo: bool
|
|
694
694
|
:param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-block's NLA stack
|
|
695
695
|
:type force_delete: typing.Union[bool, typing.Any]
|
|
@@ -699,13 +699,13 @@ def unlink(
|
|
|
699
699
|
|
|
700
700
|
def view_all(
|
|
701
701
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
702
|
-
execution_context: str = None,
|
|
702
|
+
execution_context: typing.Union[str, int] = None,
|
|
703
703
|
undo: bool = None,
|
|
704
704
|
):
|
|
705
705
|
"""Reset viewable area to show full keyframe range
|
|
706
706
|
|
|
707
707
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
708
|
-
:type execution_context: str
|
|
708
|
+
:type execution_context: typing.Union[str, int]
|
|
709
709
|
:type undo: bool
|
|
710
710
|
"""
|
|
711
711
|
|
|
@@ -713,13 +713,13 @@ def view_all(
|
|
|
713
713
|
|
|
714
714
|
def view_frame(
|
|
715
715
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
716
|
-
execution_context: str = None,
|
|
716
|
+
execution_context: typing.Union[str, int] = None,
|
|
717
717
|
undo: bool = None,
|
|
718
718
|
):
|
|
719
719
|
"""Move the view to the current frame
|
|
720
720
|
|
|
721
721
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
722
|
-
:type execution_context: str
|
|
722
|
+
:type execution_context: typing.Union[str, int]
|
|
723
723
|
:type undo: bool
|
|
724
724
|
"""
|
|
725
725
|
|
|
@@ -727,13 +727,13 @@ def view_frame(
|
|
|
727
727
|
|
|
728
728
|
def view_selected(
|
|
729
729
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
730
|
-
execution_context: str = None,
|
|
730
|
+
execution_context: typing.Union[str, int] = None,
|
|
731
731
|
undo: bool = None,
|
|
732
732
|
):
|
|
733
733
|
"""Reset viewable area to show selected keyframes range
|
|
734
734
|
|
|
735
735
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
736
|
-
:type execution_context: str
|
|
736
|
+
:type execution_context: typing.Union[str, int]
|
|
737
737
|
:type undo: bool
|
|
738
738
|
"""
|
|
739
739
|
|