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/graph/__init__.pyi
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
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 bake_keys(
|
|
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
|
):
|
|
12
11
|
"""Add keyframes on every frame between the selected keyframes
|
|
13
12
|
|
|
14
13
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
15
|
-
:type execution_context:
|
|
14
|
+
:type execution_context: str
|
|
16
15
|
:type undo: bool
|
|
17
16
|
"""
|
|
18
17
|
|
|
@@ -20,14 +19,14 @@ def bake_keys(
|
|
|
20
19
|
|
|
21
20
|
def blend_offset(
|
|
22
21
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
23
|
-
execution_context:
|
|
22
|
+
execution_context: str = None,
|
|
24
23
|
undo: bool = None,
|
|
25
24
|
factor: typing.Any = 0.0,
|
|
26
25
|
):
|
|
27
26
|
"""Shift selected keys to the value of the neighboring keys as a block
|
|
28
27
|
|
|
29
28
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
30
|
-
:type execution_context:
|
|
29
|
+
:type execution_context: str
|
|
31
30
|
:type undo: bool
|
|
32
31
|
:param factor: Offset Factor, Control which key to offset towards and how far
|
|
33
32
|
:type factor: typing.Any
|
|
@@ -37,14 +36,14 @@ def blend_offset(
|
|
|
37
36
|
|
|
38
37
|
def blend_to_default(
|
|
39
38
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
40
|
-
execution_context:
|
|
39
|
+
execution_context: str = None,
|
|
41
40
|
undo: bool = None,
|
|
42
41
|
factor: typing.Any = 0.0,
|
|
43
42
|
):
|
|
44
43
|
"""Blend selected keys to their default value from their current position
|
|
45
44
|
|
|
46
45
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
47
|
-
:type execution_context:
|
|
46
|
+
:type execution_context: str
|
|
48
47
|
:type undo: bool
|
|
49
48
|
:param factor: Factor, How much to blend to the default value
|
|
50
49
|
:type factor: typing.Any
|
|
@@ -54,14 +53,14 @@ def blend_to_default(
|
|
|
54
53
|
|
|
55
54
|
def blend_to_ease(
|
|
56
55
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
57
|
-
execution_context:
|
|
56
|
+
execution_context: str = None,
|
|
58
57
|
undo: bool = None,
|
|
59
58
|
factor: typing.Any = 0.0,
|
|
60
59
|
):
|
|
61
60
|
"""Blends keyframes from current state to an ease-in or ease-out curve
|
|
62
61
|
|
|
63
62
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
64
|
-
:type execution_context:
|
|
63
|
+
:type execution_context: str
|
|
65
64
|
:type undo: bool
|
|
66
65
|
:param factor: Blend, Favor either original data or ease curve
|
|
67
66
|
:type factor: typing.Any
|
|
@@ -71,14 +70,14 @@ def blend_to_ease(
|
|
|
71
70
|
|
|
72
71
|
def blend_to_neighbor(
|
|
73
72
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
74
|
-
execution_context:
|
|
73
|
+
execution_context: str = None,
|
|
75
74
|
undo: bool = None,
|
|
76
75
|
factor: typing.Any = 0.0,
|
|
77
76
|
):
|
|
78
77
|
"""Blend selected keyframes to their left or right neighbor
|
|
79
78
|
|
|
80
79
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
81
|
-
:type execution_context:
|
|
80
|
+
:type execution_context: str
|
|
82
81
|
:type undo: bool
|
|
83
82
|
:param factor: Blend, The blend factor with 0 being the current frame
|
|
84
83
|
:type factor: typing.Any
|
|
@@ -88,14 +87,14 @@ def blend_to_neighbor(
|
|
|
88
87
|
|
|
89
88
|
def breakdown(
|
|
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
|
factor: typing.Any = 0.0,
|
|
94
93
|
):
|
|
95
94
|
"""Move selected keyframes to an inbetween position relative to adjacent keys
|
|
96
95
|
|
|
97
96
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
98
|
-
:type execution_context:
|
|
97
|
+
:type execution_context: str
|
|
99
98
|
:type undo: bool
|
|
100
99
|
:param factor: Factor, Favor either the left or the right key
|
|
101
100
|
:type factor: typing.Any
|
|
@@ -105,7 +104,7 @@ def breakdown(
|
|
|
105
104
|
|
|
106
105
|
def butterworth_smooth(
|
|
107
106
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
108
|
-
execution_context:
|
|
107
|
+
execution_context: str = None,
|
|
109
108
|
undo: bool = None,
|
|
110
109
|
cutoff_frequency: typing.Any = 3.0,
|
|
111
110
|
filter_order: typing.Any = 4,
|
|
@@ -116,7 +115,7 @@ def butterworth_smooth(
|
|
|
116
115
|
"""Smooth an F-Curve while maintaining the general shape of the curve
|
|
117
116
|
|
|
118
117
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
119
|
-
:type execution_context:
|
|
118
|
+
:type execution_context: str
|
|
120
119
|
:type undo: bool
|
|
121
120
|
:param cutoff_frequency: Frequency Cutoff (Hz), Lower values give a smoother curve
|
|
122
121
|
:type cutoff_frequency: typing.Any
|
|
@@ -134,7 +133,7 @@ def butterworth_smooth(
|
|
|
134
133
|
|
|
135
134
|
def clean(
|
|
136
135
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
137
|
-
execution_context:
|
|
136
|
+
execution_context: str = None,
|
|
138
137
|
undo: bool = None,
|
|
139
138
|
threshold: typing.Any = 0.001,
|
|
140
139
|
channels: typing.Union[bool, typing.Any] = False,
|
|
@@ -142,7 +141,7 @@ def clean(
|
|
|
142
141
|
"""Simplify F-Curves by removing closely spaced keyframes
|
|
143
142
|
|
|
144
143
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
145
|
-
:type execution_context:
|
|
144
|
+
:type execution_context: str
|
|
146
145
|
:type undo: bool
|
|
147
146
|
:param threshold: Threshold
|
|
148
147
|
:type threshold: typing.Any
|
|
@@ -154,7 +153,7 @@ def clean(
|
|
|
154
153
|
|
|
155
154
|
def click_insert(
|
|
156
155
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
157
|
-
execution_context:
|
|
156
|
+
execution_context: str = None,
|
|
158
157
|
undo: bool = None,
|
|
159
158
|
frame: typing.Any = 1.0,
|
|
160
159
|
value: typing.Any = 1.0,
|
|
@@ -163,7 +162,7 @@ def click_insert(
|
|
|
163
162
|
"""Insert new keyframe at the cursor position for the active F-Curve
|
|
164
163
|
|
|
165
164
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
166
|
-
:type execution_context:
|
|
165
|
+
:type execution_context: str
|
|
167
166
|
:type undo: bool
|
|
168
167
|
:param frame: Frame Number, Frame to insert keyframe on
|
|
169
168
|
:type frame: typing.Any
|
|
@@ -177,7 +176,7 @@ def click_insert(
|
|
|
177
176
|
|
|
178
177
|
def clickselect(
|
|
179
178
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
180
|
-
execution_context:
|
|
179
|
+
execution_context: str = None,
|
|
181
180
|
undo: bool = None,
|
|
182
181
|
wait_to_deselect_others: typing.Union[bool, typing.Any] = False,
|
|
183
182
|
mouse_x: typing.Any = 0,
|
|
@@ -190,7 +189,7 @@ def clickselect(
|
|
|
190
189
|
"""Select keyframes by clicking on them
|
|
191
190
|
|
|
192
191
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
193
|
-
:type execution_context:
|
|
192
|
+
:type execution_context: str
|
|
194
193
|
:type undo: bool
|
|
195
194
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
196
195
|
:type wait_to_deselect_others: typing.Union[bool, typing.Any]
|
|
@@ -212,13 +211,13 @@ def clickselect(
|
|
|
212
211
|
|
|
213
212
|
def copy(
|
|
214
213
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
215
|
-
execution_context:
|
|
214
|
+
execution_context: str = None,
|
|
216
215
|
undo: bool = None,
|
|
217
216
|
):
|
|
218
217
|
"""Copy selected keyframes to the internal clipboard
|
|
219
218
|
|
|
220
219
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
221
|
-
:type execution_context:
|
|
220
|
+
:type execution_context: str
|
|
222
221
|
:type undo: bool
|
|
223
222
|
"""
|
|
224
223
|
|
|
@@ -226,7 +225,7 @@ def copy(
|
|
|
226
225
|
|
|
227
226
|
def cursor_set(
|
|
228
227
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
229
|
-
execution_context:
|
|
228
|
+
execution_context: str = None,
|
|
230
229
|
undo: bool = None,
|
|
231
230
|
frame: typing.Any = 0.0,
|
|
232
231
|
value: typing.Any = 0.0,
|
|
@@ -234,7 +233,7 @@ def cursor_set(
|
|
|
234
233
|
"""Interactively set the current frame and value cursor
|
|
235
234
|
|
|
236
235
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
237
|
-
:type execution_context:
|
|
236
|
+
:type execution_context: str
|
|
238
237
|
:type undo: bool
|
|
239
238
|
:param frame: Frame
|
|
240
239
|
:type frame: typing.Any
|
|
@@ -246,7 +245,7 @@ def cursor_set(
|
|
|
246
245
|
|
|
247
246
|
def decimate(
|
|
248
247
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
249
|
-
execution_context:
|
|
248
|
+
execution_context: str = None,
|
|
250
249
|
undo: bool = None,
|
|
251
250
|
mode: typing.Any = "RATIO",
|
|
252
251
|
factor: typing.Any = 0.333333,
|
|
@@ -255,7 +254,7 @@ def decimate(
|
|
|
255
254
|
"""Decimate F-Curves by removing keyframes that influence the curve shape the least
|
|
256
255
|
|
|
257
256
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
258
|
-
:type execution_context:
|
|
257
|
+
:type execution_context: str
|
|
259
258
|
:type undo: bool
|
|
260
259
|
:param mode: Mode, Which mode to use for decimation
|
|
261
260
|
|
|
@@ -275,14 +274,14 @@ def decimate(
|
|
|
275
274
|
|
|
276
275
|
def delete(
|
|
277
276
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
278
|
-
execution_context:
|
|
277
|
+
execution_context: str = None,
|
|
279
278
|
undo: bool = None,
|
|
280
279
|
confirm: typing.Union[bool, typing.Any] = True,
|
|
281
280
|
):
|
|
282
281
|
"""Remove all selected keyframes
|
|
283
282
|
|
|
284
283
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
285
|
-
:type execution_context:
|
|
284
|
+
:type execution_context: str
|
|
286
285
|
:type undo: bool
|
|
287
286
|
:param confirm: Confirm, Prompt for confirmation
|
|
288
287
|
:type confirm: typing.Union[bool, typing.Any]
|
|
@@ -292,13 +291,13 @@ def delete(
|
|
|
292
291
|
|
|
293
292
|
def driver_delete_invalid(
|
|
294
293
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
295
|
-
execution_context:
|
|
294
|
+
execution_context: str = None,
|
|
296
295
|
undo: bool = None,
|
|
297
296
|
):
|
|
298
297
|
"""Delete all visible drivers considered invalid
|
|
299
298
|
|
|
300
299
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
301
|
-
:type execution_context:
|
|
300
|
+
:type execution_context: str
|
|
302
301
|
:type undo: bool
|
|
303
302
|
"""
|
|
304
303
|
|
|
@@ -306,13 +305,13 @@ def driver_delete_invalid(
|
|
|
306
305
|
|
|
307
306
|
def driver_variables_copy(
|
|
308
307
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
309
|
-
execution_context:
|
|
308
|
+
execution_context: str = None,
|
|
310
309
|
undo: bool = None,
|
|
311
310
|
):
|
|
312
311
|
"""Copy the driver variables of the active driver
|
|
313
312
|
|
|
314
313
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
315
|
-
:type execution_context:
|
|
314
|
+
:type execution_context: str
|
|
316
315
|
:type undo: bool
|
|
317
316
|
"""
|
|
318
317
|
|
|
@@ -320,14 +319,14 @@ def driver_variables_copy(
|
|
|
320
319
|
|
|
321
320
|
def driver_variables_paste(
|
|
322
321
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
323
|
-
execution_context:
|
|
322
|
+
execution_context: str = None,
|
|
324
323
|
undo: bool = None,
|
|
325
324
|
replace: typing.Union[bool, typing.Any] = False,
|
|
326
325
|
):
|
|
327
326
|
"""Add copied driver variables to the active driver
|
|
328
327
|
|
|
329
328
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
330
|
-
:type execution_context:
|
|
329
|
+
:type execution_context: str
|
|
331
330
|
:type undo: bool
|
|
332
331
|
:param replace: Replace Existing, Replace existing driver variables, instead of just appending to the end of the existing list
|
|
333
332
|
:type replace: typing.Union[bool, typing.Any]
|
|
@@ -337,44 +336,44 @@ def driver_variables_paste(
|
|
|
337
336
|
|
|
338
337
|
def duplicate(
|
|
339
338
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
340
|
-
execution_context:
|
|
339
|
+
execution_context: str = None,
|
|
341
340
|
undo: bool = None,
|
|
342
|
-
mode: typing.
|
|
341
|
+
mode: typing.Union[str, int] = "TRANSLATION",
|
|
343
342
|
):
|
|
344
343
|
"""Make a copy of all selected keyframes
|
|
345
344
|
|
|
346
345
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
347
|
-
:type execution_context:
|
|
346
|
+
:type execution_context: str
|
|
348
347
|
:type undo: bool
|
|
349
348
|
:param mode: Mode
|
|
350
|
-
:type mode: typing.
|
|
349
|
+
:type mode: typing.Union[str, int]
|
|
351
350
|
"""
|
|
352
351
|
|
|
353
352
|
...
|
|
354
353
|
|
|
355
354
|
def duplicate_move(
|
|
356
355
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
357
|
-
execution_context:
|
|
356
|
+
execution_context: str = None,
|
|
358
357
|
undo: bool = None,
|
|
359
|
-
GRAPH_OT_duplicate:
|
|
360
|
-
TRANSFORM_OT_translate:
|
|
358
|
+
GRAPH_OT_duplicate: typing.Any = None,
|
|
359
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
361
360
|
):
|
|
362
361
|
"""Make a copy of all selected keyframes and move them
|
|
363
362
|
|
|
364
363
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
365
|
-
:type execution_context:
|
|
364
|
+
:type execution_context: str
|
|
366
365
|
:type undo: bool
|
|
367
366
|
:param GRAPH_OT_duplicate: Duplicate Keyframes, Make a copy of all selected keyframes
|
|
368
|
-
:type GRAPH_OT_duplicate:
|
|
367
|
+
:type GRAPH_OT_duplicate: typing.Any
|
|
369
368
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
370
|
-
:type TRANSFORM_OT_translate:
|
|
369
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
371
370
|
"""
|
|
372
371
|
|
|
373
372
|
...
|
|
374
373
|
|
|
375
374
|
def ease(
|
|
376
375
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
377
|
-
execution_context:
|
|
376
|
+
execution_context: str = None,
|
|
378
377
|
undo: bool = None,
|
|
379
378
|
factor: typing.Any = 0.0,
|
|
380
379
|
sharpness: typing.Any = 2.0,
|
|
@@ -382,7 +381,7 @@ def ease(
|
|
|
382
381
|
"""Align keyframes on a ease-in or ease-out curve
|
|
383
382
|
|
|
384
383
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
385
|
-
:type execution_context:
|
|
384
|
+
:type execution_context: str
|
|
386
385
|
:type undo: bool
|
|
387
386
|
:param factor: Curve Bend, Defines if the keys should be aligned on an ease-in or ease-out curve
|
|
388
387
|
:type factor: typing.Any
|
|
@@ -394,24 +393,24 @@ def ease(
|
|
|
394
393
|
|
|
395
394
|
def easing_type(
|
|
396
395
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
397
|
-
execution_context:
|
|
396
|
+
execution_context: str = None,
|
|
398
397
|
undo: bool = None,
|
|
399
|
-
type: typing.
|
|
398
|
+
type: typing.Union[str, int] = "AUTO",
|
|
400
399
|
):
|
|
401
400
|
"""Set easing type for the F-Curve segments starting from the selected keyframes
|
|
402
401
|
|
|
403
402
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
404
|
-
:type execution_context:
|
|
403
|
+
:type execution_context: str
|
|
405
404
|
:type undo: bool
|
|
406
405
|
:param type: Type
|
|
407
|
-
:type type: typing.
|
|
406
|
+
:type type: typing.Union[str, int]
|
|
408
407
|
"""
|
|
409
408
|
|
|
410
409
|
...
|
|
411
410
|
|
|
412
411
|
def equalize_handles(
|
|
413
412
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
414
|
-
execution_context:
|
|
413
|
+
execution_context: str = None,
|
|
415
414
|
undo: bool = None,
|
|
416
415
|
side: typing.Any = "LEFT",
|
|
417
416
|
handle_length: typing.Any = 5.0,
|
|
@@ -420,7 +419,7 @@ def equalize_handles(
|
|
|
420
419
|
"""Ensure selected keyframes' handles have equal length, optionally making them horizontal. Automatic, Automatic Clamped, or Vector handle types will be converted to Aligned
|
|
421
420
|
|
|
422
421
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
423
|
-
:type execution_context:
|
|
422
|
+
:type execution_context: str
|
|
424
423
|
:type undo: bool
|
|
425
424
|
:param side: Side, Side of the keyframes' Bézier handles to affect
|
|
426
425
|
|
|
@@ -443,13 +442,13 @@ def equalize_handles(
|
|
|
443
442
|
|
|
444
443
|
def euler_filter(
|
|
445
444
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
446
|
-
execution_context:
|
|
445
|
+
execution_context: str = None,
|
|
447
446
|
undo: bool = None,
|
|
448
447
|
):
|
|
449
448
|
"""Fix large jumps and flips in the selected Euler Rotation F-Curves arising from rotation values being clipped when baking physics
|
|
450
449
|
|
|
451
450
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
452
|
-
:type execution_context:
|
|
451
|
+
:type execution_context: str
|
|
453
452
|
:type undo: bool
|
|
454
453
|
"""
|
|
455
454
|
|
|
@@ -457,14 +456,14 @@ def euler_filter(
|
|
|
457
456
|
|
|
458
457
|
def extrapolation_type(
|
|
459
458
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
460
|
-
execution_context:
|
|
459
|
+
execution_context: str = None,
|
|
461
460
|
undo: bool = None,
|
|
462
461
|
type: typing.Any = "CONSTANT",
|
|
463
462
|
):
|
|
464
463
|
"""Set extrapolation mode for selected F-Curves
|
|
465
464
|
|
|
466
465
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
467
|
-
:type execution_context:
|
|
466
|
+
:type execution_context: str
|
|
468
467
|
:type undo: bool
|
|
469
468
|
:param type: Type
|
|
470
469
|
|
|
@@ -486,18 +485,18 @@ def extrapolation_type(
|
|
|
486
485
|
|
|
487
486
|
def fmodifier_add(
|
|
488
487
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
489
|
-
execution_context:
|
|
488
|
+
execution_context: str = None,
|
|
490
489
|
undo: bool = None,
|
|
491
|
-
type: typing.
|
|
490
|
+
type: typing.Union[str, int] = "NULL",
|
|
492
491
|
only_active: typing.Union[bool, typing.Any] = False,
|
|
493
492
|
):
|
|
494
493
|
"""Add F-Modifier to the active/selected F-Curves
|
|
495
494
|
|
|
496
495
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
497
|
-
:type execution_context:
|
|
496
|
+
:type execution_context: str
|
|
498
497
|
:type undo: bool
|
|
499
498
|
:param type: Type
|
|
500
|
-
:type type: typing.
|
|
499
|
+
:type type: typing.Union[str, int]
|
|
501
500
|
:param only_active: Only Active, Only add F-Modifier to active F-Curve
|
|
502
501
|
:type only_active: typing.Union[bool, typing.Any]
|
|
503
502
|
"""
|
|
@@ -506,13 +505,13 @@ def fmodifier_add(
|
|
|
506
505
|
|
|
507
506
|
def fmodifier_copy(
|
|
508
507
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
509
|
-
execution_context:
|
|
508
|
+
execution_context: str = None,
|
|
510
509
|
undo: bool = None,
|
|
511
510
|
):
|
|
512
511
|
"""Copy the F-Modifier(s) of the active F-Curve
|
|
513
512
|
|
|
514
513
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
515
|
-
:type execution_context:
|
|
514
|
+
:type execution_context: str
|
|
516
515
|
:type undo: bool
|
|
517
516
|
"""
|
|
518
517
|
|
|
@@ -520,7 +519,7 @@ def fmodifier_copy(
|
|
|
520
519
|
|
|
521
520
|
def fmodifier_paste(
|
|
522
521
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
523
|
-
execution_context:
|
|
522
|
+
execution_context: str = None,
|
|
524
523
|
undo: bool = None,
|
|
525
524
|
only_active: typing.Union[bool, typing.Any] = False,
|
|
526
525
|
replace: typing.Union[bool, typing.Any] = False,
|
|
@@ -528,7 +527,7 @@ def fmodifier_paste(
|
|
|
528
527
|
"""Add copied F-Modifiers to the selected F-Curves
|
|
529
528
|
|
|
530
529
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
531
|
-
:type execution_context:
|
|
530
|
+
:type execution_context: str
|
|
532
531
|
:type undo: bool
|
|
533
532
|
:param only_active: Only Active, Only paste F-Modifiers on active F-Curve
|
|
534
533
|
:type only_active: typing.Union[bool, typing.Any]
|
|
@@ -540,13 +539,13 @@ def fmodifier_paste(
|
|
|
540
539
|
|
|
541
540
|
def frame_jump(
|
|
542
541
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
543
|
-
execution_context:
|
|
542
|
+
execution_context: str = None,
|
|
544
543
|
undo: bool = None,
|
|
545
544
|
):
|
|
546
545
|
"""Place the cursor on the midpoint of selected keyframes
|
|
547
546
|
|
|
548
547
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
549
|
-
:type execution_context:
|
|
548
|
+
:type execution_context: str
|
|
550
549
|
:type undo: bool
|
|
551
550
|
"""
|
|
552
551
|
|
|
@@ -554,7 +553,7 @@ def frame_jump(
|
|
|
554
553
|
|
|
555
554
|
def gaussian_smooth(
|
|
556
555
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
557
|
-
execution_context:
|
|
556
|
+
execution_context: str = None,
|
|
558
557
|
undo: bool = None,
|
|
559
558
|
factor: typing.Any = 1.0,
|
|
560
559
|
sigma: typing.Any = 0.33,
|
|
@@ -563,7 +562,7 @@ def gaussian_smooth(
|
|
|
563
562
|
"""Smooth the curve using a Gaussian filter
|
|
564
563
|
|
|
565
564
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
566
|
-
:type execution_context:
|
|
565
|
+
:type execution_context: str
|
|
567
566
|
:type undo: bool
|
|
568
567
|
:param factor: Factor, How much to blend to the default value
|
|
569
568
|
:type factor: typing.Any
|
|
@@ -577,13 +576,13 @@ def gaussian_smooth(
|
|
|
577
576
|
|
|
578
577
|
def ghost_curves_clear(
|
|
579
578
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
580
|
-
execution_context:
|
|
579
|
+
execution_context: str = None,
|
|
581
580
|
undo: bool = None,
|
|
582
581
|
):
|
|
583
582
|
"""Clear F-Curve snapshots (Ghosts) for active Graph Editor
|
|
584
583
|
|
|
585
584
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
586
|
-
:type execution_context:
|
|
585
|
+
:type execution_context: str
|
|
587
586
|
:type undo: bool
|
|
588
587
|
"""
|
|
589
588
|
|
|
@@ -591,13 +590,13 @@ def ghost_curves_clear(
|
|
|
591
590
|
|
|
592
591
|
def ghost_curves_create(
|
|
593
592
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
594
|
-
execution_context:
|
|
593
|
+
execution_context: str = None,
|
|
595
594
|
undo: bool = None,
|
|
596
595
|
):
|
|
597
596
|
"""Create snapshot (Ghosts) of selected F-Curves as background aid for active Graph Editor
|
|
598
597
|
|
|
599
598
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
600
|
-
:type execution_context:
|
|
599
|
+
:type execution_context: str
|
|
601
600
|
:type undo: bool
|
|
602
601
|
"""
|
|
603
602
|
|
|
@@ -605,31 +604,31 @@ def ghost_curves_create(
|
|
|
605
604
|
|
|
606
605
|
def handle_type(
|
|
607
606
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
608
|
-
execution_context:
|
|
607
|
+
execution_context: str = None,
|
|
609
608
|
undo: bool = None,
|
|
610
|
-
type: typing.
|
|
609
|
+
type: typing.Union[str, int] = "FREE",
|
|
611
610
|
):
|
|
612
611
|
"""Set type of handle for selected keyframes
|
|
613
612
|
|
|
614
613
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
615
|
-
:type execution_context:
|
|
614
|
+
:type execution_context: str
|
|
616
615
|
:type undo: bool
|
|
617
616
|
:param type: Type
|
|
618
|
-
:type type: typing.
|
|
617
|
+
:type type: typing.Union[str, int]
|
|
619
618
|
"""
|
|
620
619
|
|
|
621
620
|
...
|
|
622
621
|
|
|
623
622
|
def hide(
|
|
624
623
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
625
|
-
execution_context:
|
|
624
|
+
execution_context: str = None,
|
|
626
625
|
undo: bool = None,
|
|
627
626
|
unselected: typing.Union[bool, typing.Any] = False,
|
|
628
627
|
):
|
|
629
628
|
"""Hide selected curves from Graph Editor view
|
|
630
629
|
|
|
631
630
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
632
|
-
:type execution_context:
|
|
631
|
+
:type execution_context: str
|
|
633
632
|
:type undo: bool
|
|
634
633
|
:param unselected: Unselected, Hide unselected rather than selected curves
|
|
635
634
|
:type unselected: typing.Union[bool, typing.Any]
|
|
@@ -639,31 +638,31 @@ def hide(
|
|
|
639
638
|
|
|
640
639
|
def interpolation_type(
|
|
641
640
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
642
|
-
execution_context:
|
|
641
|
+
execution_context: str = None,
|
|
643
642
|
undo: bool = None,
|
|
644
|
-
type: typing.
|
|
643
|
+
type: typing.Union[str, int] = "CONSTANT",
|
|
645
644
|
):
|
|
646
645
|
"""Set interpolation mode for the F-Curve segments starting from the selected keyframes
|
|
647
646
|
|
|
648
647
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
649
|
-
:type execution_context:
|
|
648
|
+
:type execution_context: str
|
|
650
649
|
:type undo: bool
|
|
651
650
|
:param type: Type
|
|
652
|
-
:type type: typing.
|
|
651
|
+
:type type: typing.Union[str, int]
|
|
653
652
|
"""
|
|
654
653
|
|
|
655
654
|
...
|
|
656
655
|
|
|
657
656
|
def keyframe_insert(
|
|
658
657
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
659
|
-
execution_context:
|
|
658
|
+
execution_context: str = None,
|
|
660
659
|
undo: bool = None,
|
|
661
660
|
type: typing.Any = "ALL",
|
|
662
661
|
):
|
|
663
662
|
"""Insert keyframes for the specified channels
|
|
664
663
|
|
|
665
664
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
666
|
-
:type execution_context:
|
|
665
|
+
:type execution_context: str
|
|
667
666
|
:type undo: bool
|
|
668
667
|
:param type: Type
|
|
669
668
|
|
|
@@ -688,14 +687,14 @@ def keyframe_insert(
|
|
|
688
687
|
|
|
689
688
|
def keyframe_jump(
|
|
690
689
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
691
|
-
execution_context:
|
|
690
|
+
execution_context: str = None,
|
|
692
691
|
undo: bool = None,
|
|
693
692
|
next: typing.Union[bool, typing.Any] = True,
|
|
694
693
|
):
|
|
695
694
|
"""Jump to previous/next keyframe
|
|
696
695
|
|
|
697
696
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
698
|
-
:type execution_context:
|
|
697
|
+
:type execution_context: str
|
|
699
698
|
:type undo: bool
|
|
700
699
|
:param next: Next Keyframe
|
|
701
700
|
:type next: typing.Union[bool, typing.Any]
|
|
@@ -705,14 +704,14 @@ def keyframe_jump(
|
|
|
705
704
|
|
|
706
705
|
def keys_to_samples(
|
|
707
706
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
708
|
-
execution_context:
|
|
707
|
+
execution_context: str = None,
|
|
709
708
|
undo: bool = None,
|
|
710
709
|
confirm: typing.Union[bool, typing.Any] = True,
|
|
711
710
|
):
|
|
712
711
|
"""Convert selected channels to an uneditable set of samples to save storage space
|
|
713
712
|
|
|
714
713
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
715
|
-
:type execution_context:
|
|
714
|
+
:type execution_context: str
|
|
716
715
|
:type undo: bool
|
|
717
716
|
:param confirm: Confirm, Prompt for confirmation
|
|
718
717
|
:type confirm: typing.Union[bool, typing.Any]
|
|
@@ -722,14 +721,14 @@ def keys_to_samples(
|
|
|
722
721
|
|
|
723
722
|
def match_slope(
|
|
724
723
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
725
|
-
execution_context:
|
|
724
|
+
execution_context: str = None,
|
|
726
725
|
undo: bool = None,
|
|
727
726
|
factor: typing.Any = 0.0,
|
|
728
727
|
):
|
|
729
728
|
"""Blend selected keys to the slope of neighboring ones
|
|
730
729
|
|
|
731
730
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
732
|
-
:type execution_context:
|
|
731
|
+
:type execution_context: str
|
|
733
732
|
:type undo: bool
|
|
734
733
|
:param factor: Factor, Defines which keys to use as slope and how much to blend towards them
|
|
735
734
|
:type factor: typing.Any
|
|
@@ -739,14 +738,14 @@ def match_slope(
|
|
|
739
738
|
|
|
740
739
|
def mirror(
|
|
741
740
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
742
|
-
execution_context:
|
|
741
|
+
execution_context: str = None,
|
|
743
742
|
undo: bool = None,
|
|
744
743
|
type: typing.Any = "CFRA",
|
|
745
744
|
):
|
|
746
745
|
"""Flip selected keyframes over the selected mirror line
|
|
747
746
|
|
|
748
747
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
749
|
-
:type execution_context:
|
|
748
|
+
:type execution_context: str
|
|
750
749
|
:type undo: bool
|
|
751
750
|
:param type: Type
|
|
752
751
|
|
|
@@ -771,24 +770,24 @@ def mirror(
|
|
|
771
770
|
|
|
772
771
|
def paste(
|
|
773
772
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
774
|
-
execution_context:
|
|
773
|
+
execution_context: str = None,
|
|
775
774
|
undo: bool = None,
|
|
776
|
-
offset: typing.
|
|
777
|
-
value_offset: typing.
|
|
778
|
-
merge: typing.
|
|
775
|
+
offset: typing.Union[str, int] = "START",
|
|
776
|
+
value_offset: typing.Union[str, int] = "NONE",
|
|
777
|
+
merge: typing.Union[str, int] = "MIX",
|
|
779
778
|
flipped: typing.Union[bool, typing.Any] = False,
|
|
780
779
|
):
|
|
781
780
|
"""Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
|
|
782
781
|
|
|
783
782
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
784
|
-
:type execution_context:
|
|
783
|
+
:type execution_context: str
|
|
785
784
|
:type undo: bool
|
|
786
785
|
:param offset: Frame Offset, Paste time offset of keys
|
|
787
|
-
:type offset: typing.
|
|
786
|
+
:type offset: typing.Union[str, int]
|
|
788
787
|
:param value_offset: Value Offset, Paste keys with a value offset
|
|
789
|
-
:type value_offset: typing.
|
|
788
|
+
:type value_offset: typing.Union[str, int]
|
|
790
789
|
:param merge: Type, Method of merging pasted keys and existing
|
|
791
|
-
:type merge: typing.
|
|
790
|
+
:type merge: typing.Union[str, int]
|
|
792
791
|
:param flipped: Flipped, Paste keyframes from mirrored bones if they exist
|
|
793
792
|
:type flipped: typing.Union[bool, typing.Any]
|
|
794
793
|
"""
|
|
@@ -797,13 +796,13 @@ def paste(
|
|
|
797
796
|
|
|
798
797
|
def previewrange_set(
|
|
799
798
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
800
|
-
execution_context:
|
|
799
|
+
execution_context: str = None,
|
|
801
800
|
undo: bool = None,
|
|
802
801
|
):
|
|
803
802
|
"""Set Preview Range based on range of selected keyframes
|
|
804
803
|
|
|
805
804
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
806
|
-
:type execution_context:
|
|
805
|
+
:type execution_context: str
|
|
807
806
|
:type undo: bool
|
|
808
807
|
"""
|
|
809
808
|
|
|
@@ -811,14 +810,14 @@ def previewrange_set(
|
|
|
811
810
|
|
|
812
811
|
def push_pull(
|
|
813
812
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
814
|
-
execution_context:
|
|
813
|
+
execution_context: str = None,
|
|
815
814
|
undo: bool = None,
|
|
816
815
|
factor: typing.Any = 1.0,
|
|
817
816
|
):
|
|
818
817
|
"""Exaggerate or minimize the value of the selected keys
|
|
819
818
|
|
|
820
819
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
821
|
-
:type execution_context:
|
|
820
|
+
:type execution_context: str
|
|
822
821
|
:type undo: bool
|
|
823
822
|
:param factor: Factor, Control how far to push or pull the keys
|
|
824
823
|
:type factor: typing.Any
|
|
@@ -828,14 +827,14 @@ def push_pull(
|
|
|
828
827
|
|
|
829
828
|
def reveal(
|
|
830
829
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
831
|
-
execution_context:
|
|
830
|
+
execution_context: str = None,
|
|
832
831
|
undo: bool = None,
|
|
833
832
|
select: typing.Union[bool, typing.Any] = True,
|
|
834
833
|
):
|
|
835
834
|
"""Make previously hidden curves visible again in Graph Editor view
|
|
836
835
|
|
|
837
836
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
838
|
-
:type execution_context:
|
|
837
|
+
:type execution_context: str
|
|
839
838
|
:type undo: bool
|
|
840
839
|
:param select: Select
|
|
841
840
|
:type select: typing.Union[bool, typing.Any]
|
|
@@ -845,13 +844,13 @@ def reveal(
|
|
|
845
844
|
|
|
846
845
|
def samples_to_keys(
|
|
847
846
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
848
|
-
execution_context:
|
|
847
|
+
execution_context: str = None,
|
|
849
848
|
undo: bool = None,
|
|
850
849
|
):
|
|
851
850
|
"""Convert selected channels from samples to keyframes
|
|
852
851
|
|
|
853
852
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
854
|
-
:type execution_context:
|
|
853
|
+
:type execution_context: str
|
|
855
854
|
:type undo: bool
|
|
856
855
|
"""
|
|
857
856
|
|
|
@@ -859,14 +858,14 @@ def samples_to_keys(
|
|
|
859
858
|
|
|
860
859
|
def scale_average(
|
|
861
860
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
862
|
-
execution_context:
|
|
861
|
+
execution_context: str = None,
|
|
863
862
|
undo: bool = None,
|
|
864
863
|
factor: typing.Any = 1.0,
|
|
865
864
|
):
|
|
866
865
|
"""Scale selected key values by their combined average
|
|
867
866
|
|
|
868
867
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
869
|
-
:type execution_context:
|
|
868
|
+
:type execution_context: str
|
|
870
869
|
:type undo: bool
|
|
871
870
|
:param factor: Scale Factor, The scale factor applied to the curve segments
|
|
872
871
|
:type factor: typing.Any
|
|
@@ -876,7 +875,7 @@ def scale_average(
|
|
|
876
875
|
|
|
877
876
|
def scale_from_neighbor(
|
|
878
877
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
879
|
-
execution_context:
|
|
878
|
+
execution_context: str = None,
|
|
880
879
|
undo: bool = None,
|
|
881
880
|
factor: typing.Any = 0.0,
|
|
882
881
|
anchor: typing.Any = "LEFT",
|
|
@@ -884,7 +883,7 @@ def scale_from_neighbor(
|
|
|
884
883
|
"""Increase or decrease the value of selected keys in relationship to the neighboring one
|
|
885
884
|
|
|
886
885
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
887
|
-
:type execution_context:
|
|
886
|
+
:type execution_context: str
|
|
888
887
|
:type undo: bool
|
|
889
888
|
:param factor: Factor, The factor to scale keys with
|
|
890
889
|
:type factor: typing.Any
|
|
@@ -896,14 +895,14 @@ def scale_from_neighbor(
|
|
|
896
895
|
|
|
897
896
|
def select_all(
|
|
898
897
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
899
|
-
execution_context:
|
|
898
|
+
execution_context: str = None,
|
|
900
899
|
undo: bool = None,
|
|
901
900
|
action: typing.Any = "TOGGLE",
|
|
902
901
|
):
|
|
903
902
|
"""Toggle selection of all keyframes
|
|
904
903
|
|
|
905
904
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
906
|
-
:type execution_context:
|
|
905
|
+
:type execution_context: str
|
|
907
906
|
:type undo: bool
|
|
908
907
|
:param action: Action, Selection action to execute
|
|
909
908
|
|
|
@@ -925,7 +924,7 @@ def select_all(
|
|
|
925
924
|
|
|
926
925
|
def select_box(
|
|
927
926
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
928
|
-
execution_context:
|
|
927
|
+
execution_context: str = None,
|
|
929
928
|
undo: bool = None,
|
|
930
929
|
axis_range: typing.Union[bool, typing.Any] = False,
|
|
931
930
|
include_handles: typing.Union[bool, typing.Any] = True,
|
|
@@ -941,7 +940,7 @@ def select_box(
|
|
|
941
940
|
"""Select all keyframes within the specified region
|
|
942
941
|
|
|
943
942
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
944
|
-
:type execution_context:
|
|
943
|
+
:type execution_context: str
|
|
945
944
|
:type undo: bool
|
|
946
945
|
:param axis_range: Axis Range
|
|
947
946
|
:type axis_range: typing.Union[bool, typing.Any]
|
|
@@ -978,7 +977,7 @@ def select_box(
|
|
|
978
977
|
|
|
979
978
|
def select_circle(
|
|
980
979
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
981
|
-
execution_context:
|
|
980
|
+
execution_context: str = None,
|
|
982
981
|
undo: bool = None,
|
|
983
982
|
x: typing.Any = 0,
|
|
984
983
|
y: typing.Any = 0,
|
|
@@ -990,7 +989,7 @@ def select_circle(
|
|
|
990
989
|
"""Select keyframe points using circle selection
|
|
991
990
|
|
|
992
991
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
993
|
-
:type execution_context:
|
|
992
|
+
:type execution_context: str
|
|
994
993
|
:type undo: bool
|
|
995
994
|
:param x: X
|
|
996
995
|
:type x: typing.Any
|
|
@@ -1019,14 +1018,14 @@ def select_circle(
|
|
|
1019
1018
|
|
|
1020
1019
|
def select_column(
|
|
1021
1020
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1022
|
-
execution_context:
|
|
1021
|
+
execution_context: str = None,
|
|
1023
1022
|
undo: bool = None,
|
|
1024
1023
|
mode: typing.Any = "KEYS",
|
|
1025
1024
|
):
|
|
1026
1025
|
"""Select all keyframes on the specified frame(s)
|
|
1027
1026
|
|
|
1028
1027
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1029
|
-
:type execution_context:
|
|
1028
|
+
:type execution_context: str
|
|
1030
1029
|
:type undo: bool
|
|
1031
1030
|
:param mode: Mode
|
|
1032
1031
|
:type mode: typing.Any
|
|
@@ -1036,7 +1035,7 @@ def select_column(
|
|
|
1036
1035
|
|
|
1037
1036
|
def select_key_handles(
|
|
1038
1037
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1039
|
-
execution_context:
|
|
1038
|
+
execution_context: str = None,
|
|
1040
1039
|
undo: bool = None,
|
|
1041
1040
|
left_handle_action: typing.Any = "SELECT",
|
|
1042
1041
|
right_handle_action: typing.Any = "SELECT",
|
|
@@ -1045,7 +1044,7 @@ def select_key_handles(
|
|
|
1045
1044
|
"""For selected keyframes, select/deselect any combination of the key itself and its handles
|
|
1046
1045
|
|
|
1047
1046
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1048
|
-
:type execution_context:
|
|
1047
|
+
:type execution_context: str
|
|
1049
1048
|
:type undo: bool
|
|
1050
1049
|
:param left_handle_action: Left Handle, Effect on the left handle
|
|
1051
1050
|
|
|
@@ -1086,7 +1085,7 @@ def select_key_handles(
|
|
|
1086
1085
|
|
|
1087
1086
|
def select_lasso(
|
|
1088
1087
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1089
|
-
execution_context:
|
|
1088
|
+
execution_context: str = None,
|
|
1090
1089
|
undo: bool = None,
|
|
1091
1090
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
|
|
1092
1091
|
mode: typing.Any = "SET",
|
|
@@ -1095,7 +1094,7 @@ def select_lasso(
|
|
|
1095
1094
|
"""Select keyframe points using lasso selection
|
|
1096
1095
|
|
|
1097
1096
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1098
|
-
:type execution_context:
|
|
1097
|
+
:type execution_context: str
|
|
1099
1098
|
:type undo: bool
|
|
1100
1099
|
:param path: Path
|
|
1101
1100
|
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
|
|
@@ -1118,7 +1117,7 @@ def select_lasso(
|
|
|
1118
1117
|
|
|
1119
1118
|
def select_leftright(
|
|
1120
1119
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1121
|
-
execution_context:
|
|
1120
|
+
execution_context: str = None,
|
|
1122
1121
|
undo: bool = None,
|
|
1123
1122
|
mode: typing.Any = "CHECK",
|
|
1124
1123
|
extend: typing.Union[bool, typing.Any] = False,
|
|
@@ -1126,7 +1125,7 @@ def select_leftright(
|
|
|
1126
1125
|
"""Select keyframes to the left or the right of the current frame
|
|
1127
1126
|
|
|
1128
1127
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1129
|
-
:type execution_context:
|
|
1128
|
+
:type execution_context: str
|
|
1130
1129
|
:type undo: bool
|
|
1131
1130
|
:param mode: Mode
|
|
1132
1131
|
:type mode: typing.Any
|
|
@@ -1138,13 +1137,13 @@ def select_leftright(
|
|
|
1138
1137
|
|
|
1139
1138
|
def select_less(
|
|
1140
1139
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1141
|
-
execution_context:
|
|
1140
|
+
execution_context: str = None,
|
|
1142
1141
|
undo: bool = None,
|
|
1143
1142
|
):
|
|
1144
1143
|
"""Deselect keyframes on ends of selection islands
|
|
1145
1144
|
|
|
1146
1145
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1147
|
-
:type execution_context:
|
|
1146
|
+
:type execution_context: str
|
|
1148
1147
|
:type undo: bool
|
|
1149
1148
|
"""
|
|
1150
1149
|
|
|
@@ -1152,13 +1151,13 @@ def select_less(
|
|
|
1152
1151
|
|
|
1153
1152
|
def select_linked(
|
|
1154
1153
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1155
|
-
execution_context:
|
|
1154
|
+
execution_context: str = None,
|
|
1156
1155
|
undo: bool = None,
|
|
1157
1156
|
):
|
|
1158
1157
|
"""Select keyframes occurring in the same F-Curves as selected ones
|
|
1159
1158
|
|
|
1160
1159
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1161
|
-
:type execution_context:
|
|
1160
|
+
:type execution_context: str
|
|
1162
1161
|
:type undo: bool
|
|
1163
1162
|
"""
|
|
1164
1163
|
|
|
@@ -1166,13 +1165,13 @@ def select_linked(
|
|
|
1166
1165
|
|
|
1167
1166
|
def select_more(
|
|
1168
1167
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1169
|
-
execution_context:
|
|
1168
|
+
execution_context: str = None,
|
|
1170
1169
|
undo: bool = None,
|
|
1171
1170
|
):
|
|
1172
1171
|
"""Select keyframes beside already selected ones
|
|
1173
1172
|
|
|
1174
1173
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1175
|
-
:type execution_context:
|
|
1174
|
+
:type execution_context: str
|
|
1176
1175
|
:type undo: bool
|
|
1177
1176
|
"""
|
|
1178
1177
|
|
|
@@ -1180,7 +1179,7 @@ def select_more(
|
|
|
1180
1179
|
|
|
1181
1180
|
def shear(
|
|
1182
1181
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1183
|
-
execution_context:
|
|
1182
|
+
execution_context: str = None,
|
|
1184
1183
|
undo: bool = None,
|
|
1185
1184
|
factor: typing.Any = 0.0,
|
|
1186
1185
|
direction: typing.Any = "FROM_LEFT",
|
|
@@ -1188,7 +1187,7 @@ def shear(
|
|
|
1188
1187
|
"""Affect the value of the keys linearly, keeping the same relationship between them using either the left or the right key as reference
|
|
1189
1188
|
|
|
1190
1189
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1191
|
-
:type execution_context:
|
|
1190
|
+
:type execution_context: str
|
|
1192
1191
|
:type undo: bool
|
|
1193
1192
|
:param factor: Shear Factor, The amount of shear to apply
|
|
1194
1193
|
:type factor: typing.Any
|
|
@@ -1206,13 +1205,13 @@ def shear(
|
|
|
1206
1205
|
|
|
1207
1206
|
def smooth(
|
|
1208
1207
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1209
|
-
execution_context:
|
|
1208
|
+
execution_context: str = None,
|
|
1210
1209
|
undo: bool = None,
|
|
1211
1210
|
):
|
|
1212
1211
|
"""Apply weighted moving means to make selected F-Curves less bumpy
|
|
1213
1212
|
|
|
1214
1213
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1215
|
-
:type execution_context:
|
|
1214
|
+
:type execution_context: str
|
|
1216
1215
|
:type undo: bool
|
|
1217
1216
|
"""
|
|
1218
1217
|
|
|
@@ -1220,14 +1219,14 @@ def smooth(
|
|
|
1220
1219
|
|
|
1221
1220
|
def snap(
|
|
1222
1221
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1223
|
-
execution_context:
|
|
1222
|
+
execution_context: str = None,
|
|
1224
1223
|
undo: bool = None,
|
|
1225
1224
|
type: typing.Any = "CFRA",
|
|
1226
1225
|
):
|
|
1227
1226
|
"""Snap selected keyframes to the chosen times/values
|
|
1228
1227
|
|
|
1229
1228
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1230
|
-
:type execution_context:
|
|
1229
|
+
:type execution_context: str
|
|
1231
1230
|
:type undo: bool
|
|
1232
1231
|
:param type: Type
|
|
1233
1232
|
|
|
@@ -1255,13 +1254,13 @@ def snap(
|
|
|
1255
1254
|
|
|
1256
1255
|
def snap_cursor_value(
|
|
1257
1256
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1258
|
-
execution_context:
|
|
1257
|
+
execution_context: str = None,
|
|
1259
1258
|
undo: bool = None,
|
|
1260
1259
|
):
|
|
1261
1260
|
"""Place the cursor value on the average value of selected keyframes
|
|
1262
1261
|
|
|
1263
1262
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1264
|
-
:type execution_context:
|
|
1263
|
+
:type execution_context: str
|
|
1265
1264
|
:type undo: bool
|
|
1266
1265
|
"""
|
|
1267
1266
|
|
|
@@ -1269,7 +1268,7 @@ def snap_cursor_value(
|
|
|
1269
1268
|
|
|
1270
1269
|
def sound_to_samples(
|
|
1271
1270
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1272
|
-
execution_context:
|
|
1271
|
+
execution_context: str = None,
|
|
1273
1272
|
undo: bool = None,
|
|
1274
1273
|
filepath: typing.Union[str, typing.Any] = "",
|
|
1275
1274
|
check_existing: typing.Union[bool, typing.Any] = False,
|
|
@@ -1308,7 +1307,7 @@ def sound_to_samples(
|
|
|
1308
1307
|
"""Bakes a sound wave to samples on selected channels
|
|
1309
1308
|
|
|
1310
1309
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1311
|
-
:type execution_context:
|
|
1310
|
+
:type execution_context: str
|
|
1312
1311
|
:type undo: bool
|
|
1313
1312
|
:param filepath: File Path, Path to file
|
|
1314
1313
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -1394,14 +1393,14 @@ def sound_to_samples(
|
|
|
1394
1393
|
|
|
1395
1394
|
def time_offset(
|
|
1396
1395
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1397
|
-
execution_context:
|
|
1396
|
+
execution_context: str = None,
|
|
1398
1397
|
undo: bool = None,
|
|
1399
1398
|
frame_offset: typing.Any = 0.0,
|
|
1400
1399
|
):
|
|
1401
1400
|
"""Shifts the value of selected keys in time
|
|
1402
1401
|
|
|
1403
1402
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1404
|
-
:type execution_context:
|
|
1403
|
+
:type execution_context: str
|
|
1405
1404
|
:type undo: bool
|
|
1406
1405
|
:param frame_offset: Frame Offset, How far in frames to offset the animation
|
|
1407
1406
|
:type frame_offset: typing.Any
|
|
@@ -1411,14 +1410,14 @@ def time_offset(
|
|
|
1411
1410
|
|
|
1412
1411
|
def view_all(
|
|
1413
1412
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1414
|
-
execution_context:
|
|
1413
|
+
execution_context: str = None,
|
|
1415
1414
|
undo: bool = None,
|
|
1416
1415
|
include_handles: typing.Union[bool, typing.Any] = True,
|
|
1417
1416
|
):
|
|
1418
1417
|
"""Reset viewable area to show full keyframe range
|
|
1419
1418
|
|
|
1420
1419
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1421
|
-
:type execution_context:
|
|
1420
|
+
:type execution_context: str
|
|
1422
1421
|
:type undo: bool
|
|
1423
1422
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
1424
1423
|
:type include_handles: typing.Union[bool, typing.Any]
|
|
@@ -1428,13 +1427,13 @@ def view_all(
|
|
|
1428
1427
|
|
|
1429
1428
|
def view_frame(
|
|
1430
1429
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1431
|
-
execution_context:
|
|
1430
|
+
execution_context: str = None,
|
|
1432
1431
|
undo: bool = None,
|
|
1433
1432
|
):
|
|
1434
1433
|
"""Move the view to the current frame
|
|
1435
1434
|
|
|
1436
1435
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1437
|
-
:type execution_context:
|
|
1436
|
+
:type execution_context: str
|
|
1438
1437
|
:type undo: bool
|
|
1439
1438
|
"""
|
|
1440
1439
|
|
|
@@ -1442,14 +1441,14 @@ def view_frame(
|
|
|
1442
1441
|
|
|
1443
1442
|
def view_selected(
|
|
1444
1443
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1445
|
-
execution_context:
|
|
1444
|
+
execution_context: str = None,
|
|
1446
1445
|
undo: bool = None,
|
|
1447
1446
|
include_handles: typing.Union[bool, typing.Any] = True,
|
|
1448
1447
|
):
|
|
1449
1448
|
"""Reset viewable area to show selected keyframe range
|
|
1450
1449
|
|
|
1451
1450
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1452
|
-
:type execution_context:
|
|
1451
|
+
:type execution_context: str
|
|
1453
1452
|
:type undo: bool
|
|
1454
1453
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
1455
1454
|
:type include_handles: typing.Union[bool, typing.Any]
|