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