fake-bpy-module 20240531__py3-none-any.whl → 20240604__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 +4 -4
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +43 -40
- bmesh/utils/__init__.pyi +2 -4
- bpy/ops/action/__init__.pyi +152 -152
- bpy/ops/anim/__init__.pyi +216 -216
- bpy/ops/armature/__init__.pyi +192 -192
- bpy/ops/asset/__init__.pyi +64 -64
- bpy/ops/boid/__init__.pyi +32 -32
- bpy/ops/brush/__init__.pyi +36 -36
- bpy/ops/buttons/__init__.pyi +24 -24
- bpy/ops/cachefile/__init__.pyi +20 -20
- bpy/ops/camera/__init__.pyi +8 -8
- bpy/ops/clip/__init__.pyi +368 -368
- bpy/ops/cloth/__init__.pyi +4 -4
- bpy/ops/collection/__init__.pyi +36 -36
- bpy/ops/console/__init__.pyi +84 -84
- bpy/ops/constraint/__init__.pyi +72 -72
- bpy/ops/curve/__init__.pyi +204 -204
- bpy/ops/curves/__init__.pyi +108 -108
- bpy/ops/cycles/__init__.pyi +12 -12
- bpy/ops/dpaint/__init__.pyi +20 -20
- bpy/ops/ed/__init__.pyi +48 -48
- bpy/ops/export_anim/__init__.pyi +4 -4
- bpy/ops/export_scene/__init__.pyi +8 -8
- bpy/ops/extensions/__init__.pyi +130 -110
- bpy/ops/file/__init__.pyi +160 -160
- bpy/ops/fluid/__init__.pyi +56 -56
- bpy/ops/font/__init__.pyi +92 -92
- bpy/ops/geometry/__init__.pyi +40 -40
- bpy/ops/gizmogroup/__init__.pyi +8 -8
- bpy/ops/gpencil/__init__.pyi +600 -600
- bpy/ops/graph/__init__.pyi +260 -260
- bpy/ops/grease_pencil/__init__.pyi +292 -292
- bpy/ops/image/__init__.pyi +192 -192
- bpy/ops/import_anim/__init__.pyi +4 -4
- bpy/ops/import_curve/__init__.pyi +4 -4
- bpy/ops/import_scene/__init__.pyi +8 -8
- bpy/ops/info/__init__.pyi +28 -28
- bpy/ops/lattice/__init__.pyi +32 -32
- bpy/ops/marker/__init__.pyi +44 -44
- bpy/ops/mask/__init__.pyi +156 -156
- bpy/ops/material/__init__.pyi +12 -12
- bpy/ops/mball/__init__.pyi +32 -32
- bpy/ops/mesh/__init__.pyi +652 -652
- bpy/ops/nla/__init__.pyi +156 -156
- bpy/ops/node/__init__.pyi +450 -404
- bpy/ops/object/__init__.pyi +984 -987
- bpy/ops/outliner/__init__.pyi +284 -284
- bpy/ops/paint/__init__.pyi +220 -220
- bpy/ops/paintcurve/__init__.pyi +32 -32
- bpy/ops/palette/__init__.pyi +28 -28
- bpy/ops/particle/__init__.pyi +144 -144
- bpy/ops/pose/__init__.pyi +156 -156
- bpy/ops/poselib/__init__.pyi +36 -36
- bpy/ops/preferences/__init__.pyi +151 -148
- bpy/ops/ptcache/__init__.pyi +28 -28
- bpy/ops/render/__init__.pyi +48 -48
- bpy/ops/rigidbody/__init__.pyi +52 -52
- bpy/ops/scene/__init__.pyi +156 -156
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +144 -144
- bpy/ops/sculpt_curves/__init__.pyi +16 -16
- bpy/ops/sequencer/__init__.pyi +364 -340
- bpy/ops/sound/__init__.pyi +28 -28
- bpy/ops/spreadsheet/__init__.pyi +16 -16
- bpy/ops/surface/__init__.pyi +24 -24
- bpy/ops/text/__init__.pyi +172 -172
- bpy/ops/text_editor/__init__.pyi +4 -4
- bpy/ops/texture/__init__.pyi +16 -16
- bpy/ops/transform/__init__.pyi +111 -108
- bpy/ops/ui/__init__.pyi +132 -132
- bpy/ops/uilist/__init__.pyi +12 -12
- bpy/ops/uv/__init__.pyi +196 -196
- bpy/ops/view2d/__init__.pyi +56 -56
- bpy/ops/view3d/__init__.pyi +268 -268
- bpy/ops/wm/__init__.pyi +475 -448
- bpy/ops/workspace/__init__.pyi +28 -28
- bpy/ops/world/__init__.pyi +8 -8
- bpy/path/__init__.pyi +18 -18
- bpy/props/__init__.pyi +11 -11
- bpy/types/__init__.pyi +2136 -1798
- bpy/utils/__init__.pyi +4 -4
- bpy_extras/anim_utils/__init__.pyi +4 -4
- bpy_extras/io_utils/__init__.pyi +4 -4
- bpy_extras/mesh_utils/__init__.pyi +4 -4
- bpy_extras/view3d_utils/__init__.pyi +24 -20
- bpy_types/__init__.pyi +12 -7
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
- freestyle/types/__init__.pyi +64 -64
- freestyle/utils/__init__.pyi +2 -2
- gpu/matrix/__init__.pyi +15 -6
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +6 -4
- gpu_extras/presets/__init__.pyi +8 -4
- imbuf/__init__.pyi +4 -4
- mathutils/__init__.pyi +292 -187
- mathutils/geometry/__init__.pyi +2 -5
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
bpy/ops/anim/__init__.pyi
CHANGED
|
@@ -6,22 +6,22 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def binding_unassign_object(
|
|
9
|
-
override_context: dict[str, typing.Any] |
|
|
10
|
-
execution_context:
|
|
9
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
10
|
+
execution_context: int | str | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
12
|
):
|
|
13
13
|
"""Clear the assigned action binding, effectively making this data-block non-animated
|
|
14
14
|
|
|
15
|
-
:type override_context: dict[str, typing.Any] |
|
|
16
|
-
:type execution_context:
|
|
15
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
16
|
+
:type execution_context: int | str | None
|
|
17
17
|
:type undo: bool | None
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
20
|
...
|
|
21
21
|
|
|
22
22
|
def change_frame(
|
|
23
|
-
override_context: dict[str, typing.Any] |
|
|
24
|
-
execution_context:
|
|
23
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
24
|
+
execution_context: int | str | None = None,
|
|
25
25
|
undo: bool | None = None,
|
|
26
26
|
*,
|
|
27
27
|
frame: typing.Any | None = 0.0,
|
|
@@ -29,8 +29,8 @@ def change_frame(
|
|
|
29
29
|
):
|
|
30
30
|
"""Interactively change the current frame number
|
|
31
31
|
|
|
32
|
-
:type override_context: dict[str, typing.Any] |
|
|
33
|
-
:type execution_context:
|
|
32
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
33
|
+
:type execution_context: int | str | None
|
|
34
34
|
:type undo: bool | None
|
|
35
35
|
:param frame: Frame
|
|
36
36
|
:type frame: typing.Any | None
|
|
@@ -41,16 +41,16 @@ def change_frame(
|
|
|
41
41
|
...
|
|
42
42
|
|
|
43
43
|
def channel_select_keys(
|
|
44
|
-
override_context: dict[str, typing.Any] |
|
|
45
|
-
execution_context:
|
|
44
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
45
|
+
execution_context: int | str | None = None,
|
|
46
46
|
undo: bool | None = None,
|
|
47
47
|
*,
|
|
48
48
|
extend: bool | typing.Any | None = False,
|
|
49
49
|
):
|
|
50
50
|
"""Select all keyframes of channel under mouse
|
|
51
51
|
|
|
52
|
-
:type override_context: dict[str, typing.Any] |
|
|
53
|
-
:type execution_context:
|
|
52
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
53
|
+
:type execution_context: int | str | None
|
|
54
54
|
:type undo: bool | None
|
|
55
55
|
:param extend: Extend, Extend selection
|
|
56
56
|
:type extend: bool | typing.Any | None
|
|
@@ -59,8 +59,8 @@ def channel_select_keys(
|
|
|
59
59
|
...
|
|
60
60
|
|
|
61
61
|
def channel_view_pick(
|
|
62
|
-
override_context: dict[str, typing.Any] |
|
|
63
|
-
execution_context:
|
|
62
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
63
|
+
execution_context: int | str | None = None,
|
|
64
64
|
undo: bool | None = None,
|
|
65
65
|
*,
|
|
66
66
|
include_handles: bool | typing.Any | None = True,
|
|
@@ -68,8 +68,8 @@ def channel_view_pick(
|
|
|
68
68
|
):
|
|
69
69
|
"""Reset viewable area to show the channel under the cursor
|
|
70
70
|
|
|
71
|
-
:type override_context: dict[str, typing.Any] |
|
|
72
|
-
:type execution_context:
|
|
71
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
72
|
+
:type execution_context: int | str | None
|
|
73
73
|
:type undo: bool | None
|
|
74
74
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
75
75
|
:type include_handles: bool | typing.Any | None
|
|
@@ -80,8 +80,8 @@ def channel_view_pick(
|
|
|
80
80
|
...
|
|
81
81
|
|
|
82
82
|
def channels_bake(
|
|
83
|
-
override_context: dict[str, typing.Any] |
|
|
84
|
-
execution_context:
|
|
83
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
84
|
+
execution_context: int | str | None = None,
|
|
85
85
|
undo: bool | None = None,
|
|
86
86
|
*,
|
|
87
87
|
range: typing.Any | None = (0, 0),
|
|
@@ -92,8 +92,8 @@ def channels_bake(
|
|
|
92
92
|
):
|
|
93
93
|
"""Create keyframes following the current shape of F-Curves of selected channels
|
|
94
94
|
|
|
95
|
-
:type override_context: dict[str, typing.Any] |
|
|
96
|
-
:type execution_context:
|
|
95
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
96
|
+
:type execution_context: int | str | None
|
|
97
97
|
:type undo: bool | None
|
|
98
98
|
:param range: Frame Range, The range in which to create new keys
|
|
99
99
|
:type range: typing.Any | None
|
|
@@ -119,22 +119,22 @@ def channels_bake(
|
|
|
119
119
|
...
|
|
120
120
|
|
|
121
121
|
def channels_clean_empty(
|
|
122
|
-
override_context: dict[str, typing.Any] |
|
|
123
|
-
execution_context:
|
|
122
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
123
|
+
execution_context: int | str | None = None,
|
|
124
124
|
undo: bool | None = None,
|
|
125
125
|
):
|
|
126
126
|
"""Delete all empty animation data containers from visible data-blocks
|
|
127
127
|
|
|
128
|
-
:type override_context: dict[str, typing.Any] |
|
|
129
|
-
:type execution_context:
|
|
128
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
129
|
+
:type execution_context: int | str | None
|
|
130
130
|
:type undo: bool | None
|
|
131
131
|
"""
|
|
132
132
|
|
|
133
133
|
...
|
|
134
134
|
|
|
135
135
|
def channels_click(
|
|
136
|
-
override_context: dict[str, typing.Any] |
|
|
137
|
-
execution_context:
|
|
136
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
137
|
+
execution_context: int | str | None = None,
|
|
138
138
|
undo: bool | None = None,
|
|
139
139
|
*,
|
|
140
140
|
extend: bool | typing.Any | None = False,
|
|
@@ -143,8 +143,8 @@ def channels_click(
|
|
|
143
143
|
):
|
|
144
144
|
"""Handle mouse clicks over animation channels
|
|
145
145
|
|
|
146
|
-
:type override_context: dict[str, typing.Any] |
|
|
147
|
-
:type execution_context:
|
|
146
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
147
|
+
:type execution_context: int | str | None
|
|
148
148
|
:type undo: bool | None
|
|
149
149
|
:param extend: Extend Select
|
|
150
150
|
:type extend: bool | typing.Any | None
|
|
@@ -157,16 +157,16 @@ def channels_click(
|
|
|
157
157
|
...
|
|
158
158
|
|
|
159
159
|
def channels_collapse(
|
|
160
|
-
override_context: dict[str, typing.Any] |
|
|
161
|
-
execution_context:
|
|
160
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
161
|
+
execution_context: int | str | None = None,
|
|
162
162
|
undo: bool | None = None,
|
|
163
163
|
*,
|
|
164
164
|
all: bool | typing.Any | None = True,
|
|
165
165
|
):
|
|
166
166
|
"""Collapse (close) all selected expandable animation channels
|
|
167
167
|
|
|
168
|
-
:type override_context: dict[str, typing.Any] |
|
|
169
|
-
:type execution_context:
|
|
168
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
169
|
+
:type execution_context: int | str | None
|
|
170
170
|
:type undo: bool | None
|
|
171
171
|
:param all: All, Collapse all channels (not just selected ones)
|
|
172
172
|
:type all: bool | typing.Any | None
|
|
@@ -175,22 +175,22 @@ def channels_collapse(
|
|
|
175
175
|
...
|
|
176
176
|
|
|
177
177
|
def channels_delete(
|
|
178
|
-
override_context: dict[str, typing.Any] |
|
|
179
|
-
execution_context:
|
|
178
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
179
|
+
execution_context: int | str | None = None,
|
|
180
180
|
undo: bool | None = None,
|
|
181
181
|
):
|
|
182
182
|
"""Delete all selected animation channels
|
|
183
183
|
|
|
184
|
-
:type override_context: dict[str, typing.Any] |
|
|
185
|
-
:type execution_context:
|
|
184
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
185
|
+
:type execution_context: int | str | None
|
|
186
186
|
:type undo: bool | None
|
|
187
187
|
"""
|
|
188
188
|
|
|
189
189
|
...
|
|
190
190
|
|
|
191
191
|
def channels_editable_toggle(
|
|
192
|
-
override_context: dict[str, typing.Any] |
|
|
193
|
-
execution_context:
|
|
192
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
193
|
+
execution_context: int | str | None = None,
|
|
194
194
|
undo: bool | None = None,
|
|
195
195
|
*,
|
|
196
196
|
mode: str | None = "TOGGLE",
|
|
@@ -198,8 +198,8 @@ def channels_editable_toggle(
|
|
|
198
198
|
):
|
|
199
199
|
"""Toggle editability of selected channels
|
|
200
200
|
|
|
201
|
-
:type override_context: dict[str, typing.Any] |
|
|
202
|
-
:type execution_context:
|
|
201
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
202
|
+
:type execution_context: int | str | None
|
|
203
203
|
:type undo: bool | None
|
|
204
204
|
:param mode: Mode
|
|
205
205
|
:type mode: str | None
|
|
@@ -210,16 +210,16 @@ def channels_editable_toggle(
|
|
|
210
210
|
...
|
|
211
211
|
|
|
212
212
|
def channels_expand(
|
|
213
|
-
override_context: dict[str, typing.Any] |
|
|
214
|
-
execution_context:
|
|
213
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
214
|
+
execution_context: int | str | None = None,
|
|
215
215
|
undo: bool | None = None,
|
|
216
216
|
*,
|
|
217
217
|
all: bool | typing.Any | None = True,
|
|
218
218
|
):
|
|
219
219
|
"""Expand (open) all selected expandable animation channels
|
|
220
220
|
|
|
221
|
-
:type override_context: dict[str, typing.Any] |
|
|
222
|
-
:type execution_context:
|
|
221
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
222
|
+
:type execution_context: int | str | None
|
|
223
223
|
:type undo: bool | None
|
|
224
224
|
:param all: All, Expand all channels (not just selected ones)
|
|
225
225
|
:type all: bool | typing.Any | None
|
|
@@ -228,30 +228,30 @@ def channels_expand(
|
|
|
228
228
|
...
|
|
229
229
|
|
|
230
230
|
def channels_fcurves_enable(
|
|
231
|
-
override_context: dict[str, typing.Any] |
|
|
232
|
-
execution_context:
|
|
231
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
232
|
+
execution_context: int | str | None = None,
|
|
233
233
|
undo: bool | None = None,
|
|
234
234
|
):
|
|
235
235
|
"""Clear 'disabled' tag from all F-Curves to get broken F-Curves working again
|
|
236
236
|
|
|
237
|
-
:type override_context: dict[str, typing.Any] |
|
|
238
|
-
:type execution_context:
|
|
237
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
238
|
+
:type execution_context: int | str | None
|
|
239
239
|
:type undo: bool | None
|
|
240
240
|
"""
|
|
241
241
|
|
|
242
242
|
...
|
|
243
243
|
|
|
244
244
|
def channels_group(
|
|
245
|
-
override_context: dict[str, typing.Any] |
|
|
246
|
-
execution_context:
|
|
245
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
246
|
+
execution_context: int | str | None = None,
|
|
247
247
|
undo: bool | None = None,
|
|
248
248
|
*,
|
|
249
249
|
name: str | typing.Any = "New Group",
|
|
250
250
|
):
|
|
251
251
|
"""Add selected F-Curves to a new group
|
|
252
252
|
|
|
253
|
-
:type override_context: dict[str, typing.Any] |
|
|
254
|
-
:type execution_context:
|
|
253
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
254
|
+
:type execution_context: int | str | None
|
|
255
255
|
:type undo: bool | None
|
|
256
256
|
:param name: Name, Name of newly created group
|
|
257
257
|
:type name: str | typing.Any
|
|
@@ -260,16 +260,16 @@ def channels_group(
|
|
|
260
260
|
...
|
|
261
261
|
|
|
262
262
|
def channels_move(
|
|
263
|
-
override_context: dict[str, typing.Any] |
|
|
264
|
-
execution_context:
|
|
263
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
264
|
+
execution_context: int | str | None = None,
|
|
265
265
|
undo: bool | None = None,
|
|
266
266
|
*,
|
|
267
267
|
direction: str | None = "DOWN",
|
|
268
268
|
):
|
|
269
269
|
"""Rearrange selected animation channels
|
|
270
270
|
|
|
271
|
-
:type override_context: dict[str, typing.Any] |
|
|
272
|
-
:type execution_context:
|
|
271
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
272
|
+
:type execution_context: int | str | None
|
|
273
273
|
:type undo: bool | None
|
|
274
274
|
:param direction: Direction
|
|
275
275
|
:type direction: str | None
|
|
@@ -278,30 +278,30 @@ def channels_move(
|
|
|
278
278
|
...
|
|
279
279
|
|
|
280
280
|
def channels_rename(
|
|
281
|
-
override_context: dict[str, typing.Any] |
|
|
282
|
-
execution_context:
|
|
281
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
282
|
+
execution_context: int | str | None = None,
|
|
283
283
|
undo: bool | None = None,
|
|
284
284
|
):
|
|
285
285
|
"""Rename animation channel under mouse
|
|
286
286
|
|
|
287
|
-
:type override_context: dict[str, typing.Any] |
|
|
288
|
-
:type execution_context:
|
|
287
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
288
|
+
:type execution_context: int | str | None
|
|
289
289
|
:type undo: bool | None
|
|
290
290
|
"""
|
|
291
291
|
|
|
292
292
|
...
|
|
293
293
|
|
|
294
294
|
def channels_select_all(
|
|
295
|
-
override_context: dict[str, typing.Any] |
|
|
296
|
-
execution_context:
|
|
295
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
296
|
+
execution_context: int | str | None = None,
|
|
297
297
|
undo: bool | None = None,
|
|
298
298
|
*,
|
|
299
299
|
action: str | None = "TOGGLE",
|
|
300
300
|
):
|
|
301
301
|
"""Toggle selection of all animation channels
|
|
302
302
|
|
|
303
|
-
:type override_context: dict[str, typing.Any] |
|
|
304
|
-
:type execution_context:
|
|
303
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
304
|
+
:type execution_context: int | str | None
|
|
305
305
|
:type undo: bool | None
|
|
306
306
|
:param action: Action, Selection action to execute
|
|
307
307
|
|
|
@@ -322,8 +322,8 @@ def channels_select_all(
|
|
|
322
322
|
...
|
|
323
323
|
|
|
324
324
|
def channels_select_box(
|
|
325
|
-
override_context: dict[str, typing.Any] |
|
|
326
|
-
execution_context:
|
|
325
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
326
|
+
execution_context: int | str | None = None,
|
|
327
327
|
undo: bool | None = None,
|
|
328
328
|
*,
|
|
329
329
|
xmin: typing.Any | None = 0,
|
|
@@ -336,8 +336,8 @@ def channels_select_box(
|
|
|
336
336
|
):
|
|
337
337
|
"""Select all animation channels within the specified region
|
|
338
338
|
|
|
339
|
-
:type override_context: dict[str, typing.Any] |
|
|
340
|
-
:type execution_context:
|
|
339
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
340
|
+
:type execution_context: int | str | None
|
|
341
341
|
:type undo: bool | None
|
|
342
342
|
:param xmin: X Min
|
|
343
343
|
:type xmin: typing.Any | None
|
|
@@ -358,22 +358,22 @@ def channels_select_box(
|
|
|
358
358
|
...
|
|
359
359
|
|
|
360
360
|
def channels_select_filter(
|
|
361
|
-
override_context: dict[str, typing.Any] |
|
|
362
|
-
execution_context:
|
|
361
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
362
|
+
execution_context: int | str | None = None,
|
|
363
363
|
undo: bool | None = None,
|
|
364
364
|
):
|
|
365
365
|
"""Start entering text which filters the set of channels shown to only include those with matching names
|
|
366
366
|
|
|
367
|
-
:type override_context: dict[str, typing.Any] |
|
|
368
|
-
:type execution_context:
|
|
367
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
368
|
+
:type execution_context: int | str | None
|
|
369
369
|
:type undo: bool | None
|
|
370
370
|
"""
|
|
371
371
|
|
|
372
372
|
...
|
|
373
373
|
|
|
374
374
|
def channels_setting_disable(
|
|
375
|
-
override_context: dict[str, typing.Any] |
|
|
376
|
-
execution_context:
|
|
375
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
376
|
+
execution_context: int | str | None = None,
|
|
377
377
|
undo: bool | None = None,
|
|
378
378
|
*,
|
|
379
379
|
mode: str | None = "DISABLE",
|
|
@@ -381,8 +381,8 @@ def channels_setting_disable(
|
|
|
381
381
|
):
|
|
382
382
|
"""Disable specified setting on all selected animation channels
|
|
383
383
|
|
|
384
|
-
:type override_context: dict[str, typing.Any] |
|
|
385
|
-
:type execution_context:
|
|
384
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
385
|
+
:type execution_context: int | str | None
|
|
386
386
|
:type undo: bool | None
|
|
387
387
|
:param mode: Mode
|
|
388
388
|
:type mode: str | None
|
|
@@ -393,8 +393,8 @@ def channels_setting_disable(
|
|
|
393
393
|
...
|
|
394
394
|
|
|
395
395
|
def channels_setting_enable(
|
|
396
|
-
override_context: dict[str, typing.Any] |
|
|
397
|
-
execution_context:
|
|
396
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
397
|
+
execution_context: int | str | None = None,
|
|
398
398
|
undo: bool | None = None,
|
|
399
399
|
*,
|
|
400
400
|
mode: str | None = "ENABLE",
|
|
@@ -402,8 +402,8 @@ def channels_setting_enable(
|
|
|
402
402
|
):
|
|
403
403
|
"""Enable specified setting on all selected animation channels
|
|
404
404
|
|
|
405
|
-
:type override_context: dict[str, typing.Any] |
|
|
406
|
-
:type execution_context:
|
|
405
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
406
|
+
:type execution_context: int | str | None
|
|
407
407
|
:type undo: bool | None
|
|
408
408
|
:param mode: Mode
|
|
409
409
|
:type mode: str | None
|
|
@@ -414,8 +414,8 @@ def channels_setting_enable(
|
|
|
414
414
|
...
|
|
415
415
|
|
|
416
416
|
def channels_setting_toggle(
|
|
417
|
-
override_context: dict[str, typing.Any] |
|
|
418
|
-
execution_context:
|
|
417
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
418
|
+
execution_context: int | str | None = None,
|
|
419
419
|
undo: bool | None = None,
|
|
420
420
|
*,
|
|
421
421
|
mode: str | None = "TOGGLE",
|
|
@@ -423,8 +423,8 @@ def channels_setting_toggle(
|
|
|
423
423
|
):
|
|
424
424
|
"""Toggle specified setting on all selected animation channels
|
|
425
425
|
|
|
426
|
-
:type override_context: dict[str, typing.Any] |
|
|
427
|
-
:type execution_context:
|
|
426
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
427
|
+
:type execution_context: int | str | None
|
|
428
428
|
:type undo: bool | None
|
|
429
429
|
:param mode: Mode
|
|
430
430
|
:type mode: str | None
|
|
@@ -435,22 +435,22 @@ def channels_setting_toggle(
|
|
|
435
435
|
...
|
|
436
436
|
|
|
437
437
|
def channels_ungroup(
|
|
438
|
-
override_context: dict[str, typing.Any] |
|
|
439
|
-
execution_context:
|
|
438
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
439
|
+
execution_context: int | str | None = None,
|
|
440
440
|
undo: bool | None = None,
|
|
441
441
|
):
|
|
442
442
|
"""Remove selected F-Curves from their current groups
|
|
443
443
|
|
|
444
|
-
:type override_context: dict[str, typing.Any] |
|
|
445
|
-
:type execution_context:
|
|
444
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
445
|
+
:type execution_context: int | str | None
|
|
446
446
|
:type undo: bool | None
|
|
447
447
|
"""
|
|
448
448
|
|
|
449
449
|
...
|
|
450
450
|
|
|
451
451
|
def channels_view_selected(
|
|
452
|
-
override_context: dict[str, typing.Any] |
|
|
453
|
-
execution_context:
|
|
452
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
453
|
+
execution_context: int | str | None = None,
|
|
454
454
|
undo: bool | None = None,
|
|
455
455
|
*,
|
|
456
456
|
include_handles: bool | typing.Any | None = True,
|
|
@@ -458,8 +458,8 @@ def channels_view_selected(
|
|
|
458
458
|
):
|
|
459
459
|
"""Reset viewable area to show the selected channels
|
|
460
460
|
|
|
461
|
-
:type override_context: dict[str, typing.Any] |
|
|
462
|
-
:type execution_context:
|
|
461
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
462
|
+
:type execution_context: int | str | None
|
|
463
463
|
:type undo: bool | None
|
|
464
464
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
465
465
|
:type include_handles: bool | typing.Any | None
|
|
@@ -470,16 +470,16 @@ def channels_view_selected(
|
|
|
470
470
|
...
|
|
471
471
|
|
|
472
472
|
def clear_useless_actions(
|
|
473
|
-
override_context: dict[str, typing.Any] |
|
|
474
|
-
execution_context:
|
|
473
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
474
|
+
execution_context: int | str | None = None,
|
|
475
475
|
undo: bool | None = None,
|
|
476
476
|
*,
|
|
477
477
|
only_unused: bool | typing.Any | None = True,
|
|
478
478
|
):
|
|
479
479
|
"""Mark actions with no F-Curves for deletion after save and reload of file preserving "action libraries"
|
|
480
480
|
|
|
481
|
-
:type override_context: dict[str, typing.Any] |
|
|
482
|
-
:type execution_context:
|
|
481
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
482
|
+
:type execution_context: int | str | None
|
|
483
483
|
:type undo: bool | None
|
|
484
484
|
:param only_unused: Only Unused, Only unused (Fake User only) actions get considered
|
|
485
485
|
:type only_unused: bool | typing.Any | None
|
|
@@ -488,58 +488,58 @@ def clear_useless_actions(
|
|
|
488
488
|
...
|
|
489
489
|
|
|
490
490
|
def copy_driver_button(
|
|
491
|
-
override_context: dict[str, typing.Any] |
|
|
492
|
-
execution_context:
|
|
491
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
492
|
+
execution_context: int | str | None = None,
|
|
493
493
|
undo: bool | None = None,
|
|
494
494
|
):
|
|
495
495
|
"""Copy the driver for the highlighted button
|
|
496
496
|
|
|
497
|
-
:type override_context: dict[str, typing.Any] |
|
|
498
|
-
:type execution_context:
|
|
497
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
498
|
+
:type execution_context: int | str | None
|
|
499
499
|
:type undo: bool | None
|
|
500
500
|
"""
|
|
501
501
|
|
|
502
502
|
...
|
|
503
503
|
|
|
504
504
|
def driver_button_add(
|
|
505
|
-
override_context: dict[str, typing.Any] |
|
|
506
|
-
execution_context:
|
|
505
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
506
|
+
execution_context: int | str | None = None,
|
|
507
507
|
undo: bool | None = None,
|
|
508
508
|
):
|
|
509
509
|
"""Add driver for the property under the cursor
|
|
510
510
|
|
|
511
|
-
:type override_context: dict[str, typing.Any] |
|
|
512
|
-
:type execution_context:
|
|
511
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
512
|
+
:type execution_context: int | str | None
|
|
513
513
|
:type undo: bool | None
|
|
514
514
|
"""
|
|
515
515
|
|
|
516
516
|
...
|
|
517
517
|
|
|
518
518
|
def driver_button_edit(
|
|
519
|
-
override_context: dict[str, typing.Any] |
|
|
520
|
-
execution_context:
|
|
519
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
520
|
+
execution_context: int | str | None = None,
|
|
521
521
|
undo: bool | None = None,
|
|
522
522
|
):
|
|
523
523
|
"""Edit the drivers for the connected property represented by the highlighted button
|
|
524
524
|
|
|
525
|
-
:type override_context: dict[str, typing.Any] |
|
|
526
|
-
:type execution_context:
|
|
525
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
526
|
+
:type execution_context: int | str | None
|
|
527
527
|
:type undo: bool | None
|
|
528
528
|
"""
|
|
529
529
|
|
|
530
530
|
...
|
|
531
531
|
|
|
532
532
|
def driver_button_remove(
|
|
533
|
-
override_context: dict[str, typing.Any] |
|
|
534
|
-
execution_context:
|
|
533
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
534
|
+
execution_context: int | str | None = None,
|
|
535
535
|
undo: bool | None = None,
|
|
536
536
|
*,
|
|
537
537
|
all: bool | typing.Any | None = True,
|
|
538
538
|
):
|
|
539
539
|
"""Remove the driver(s) for the connected property(s) represented by the highlighted button
|
|
540
540
|
|
|
541
|
-
:type override_context: dict[str, typing.Any] |
|
|
542
|
-
:type execution_context:
|
|
541
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
542
|
+
:type execution_context: int | str | None
|
|
543
543
|
:type undo: bool | None
|
|
544
544
|
:param all: All, Delete drivers for all elements of the array
|
|
545
545
|
:type all: bool | typing.Any | None
|
|
@@ -548,30 +548,30 @@ def driver_button_remove(
|
|
|
548
548
|
...
|
|
549
549
|
|
|
550
550
|
def end_frame_set(
|
|
551
|
-
override_context: dict[str, typing.Any] |
|
|
552
|
-
execution_context:
|
|
551
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
552
|
+
execution_context: int | str | None = None,
|
|
553
553
|
undo: bool | None = None,
|
|
554
554
|
):
|
|
555
555
|
"""Set the current frame as the preview or scene end frame
|
|
556
556
|
|
|
557
|
-
:type override_context: dict[str, typing.Any] |
|
|
558
|
-
:type execution_context:
|
|
557
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
558
|
+
:type execution_context: int | str | None
|
|
559
559
|
:type undo: bool | None
|
|
560
560
|
"""
|
|
561
561
|
|
|
562
562
|
...
|
|
563
563
|
|
|
564
564
|
def keyframe_clear_button(
|
|
565
|
-
override_context: dict[str, typing.Any] |
|
|
566
|
-
execution_context:
|
|
565
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
566
|
+
execution_context: int | str | None = None,
|
|
567
567
|
undo: bool | None = None,
|
|
568
568
|
*,
|
|
569
569
|
all: bool | typing.Any | None = True,
|
|
570
570
|
):
|
|
571
571
|
"""Clear all keyframes on the currently active property
|
|
572
572
|
|
|
573
|
-
:type override_context: dict[str, typing.Any] |
|
|
574
|
-
:type execution_context:
|
|
573
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
574
|
+
:type execution_context: int | str | None
|
|
575
575
|
:type undo: bool | None
|
|
576
576
|
:param all: All, Clear keyframes from all elements of the array
|
|
577
577
|
:type all: bool | typing.Any | None
|
|
@@ -580,16 +580,16 @@ def keyframe_clear_button(
|
|
|
580
580
|
...
|
|
581
581
|
|
|
582
582
|
def keyframe_clear_v3d(
|
|
583
|
-
override_context: dict[str, typing.Any] |
|
|
584
|
-
execution_context:
|
|
583
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
584
|
+
execution_context: int | str | None = None,
|
|
585
585
|
undo: bool | None = None,
|
|
586
586
|
*,
|
|
587
587
|
confirm: bool | typing.Any | None = True,
|
|
588
588
|
):
|
|
589
589
|
"""Remove all keyframe animation for selected objects
|
|
590
590
|
|
|
591
|
-
:type override_context: dict[str, typing.Any] |
|
|
592
|
-
:type execution_context:
|
|
591
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
592
|
+
:type execution_context: int | str | None
|
|
593
593
|
:type undo: bool | None
|
|
594
594
|
:param confirm: Confirm, Prompt for confirmation
|
|
595
595
|
:type confirm: bool | typing.Any | None
|
|
@@ -598,16 +598,16 @@ def keyframe_clear_v3d(
|
|
|
598
598
|
...
|
|
599
599
|
|
|
600
600
|
def keyframe_delete(
|
|
601
|
-
override_context: dict[str, typing.Any] |
|
|
602
|
-
execution_context:
|
|
601
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
602
|
+
execution_context: int | str | None = None,
|
|
603
603
|
undo: bool | None = None,
|
|
604
604
|
*,
|
|
605
605
|
type: str | None = "DEFAULT",
|
|
606
606
|
):
|
|
607
607
|
"""Delete keyframes on the current frame for all properties in the specified Keying Set
|
|
608
608
|
|
|
609
|
-
:type override_context: dict[str, typing.Any] |
|
|
610
|
-
:type execution_context:
|
|
609
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
610
|
+
:type execution_context: int | str | None
|
|
611
611
|
:type undo: bool | None
|
|
612
612
|
:param type: Keying Set, The Keying Set to use
|
|
613
613
|
:type type: str | None
|
|
@@ -616,16 +616,16 @@ def keyframe_delete(
|
|
|
616
616
|
...
|
|
617
617
|
|
|
618
618
|
def keyframe_delete_button(
|
|
619
|
-
override_context: dict[str, typing.Any] |
|
|
620
|
-
execution_context:
|
|
619
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
620
|
+
execution_context: int | str | None = None,
|
|
621
621
|
undo: bool | None = None,
|
|
622
622
|
*,
|
|
623
623
|
all: bool | typing.Any | None = True,
|
|
624
624
|
):
|
|
625
625
|
"""Delete current keyframe of current UI-active property
|
|
626
626
|
|
|
627
|
-
:type override_context: dict[str, typing.Any] |
|
|
628
|
-
:type execution_context:
|
|
627
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
628
|
+
:type execution_context: int | str | None
|
|
629
629
|
:type undo: bool | None
|
|
630
630
|
:param all: All, Delete keyframes from all elements of the array
|
|
631
631
|
:type all: bool | typing.Any | None
|
|
@@ -634,16 +634,16 @@ def keyframe_delete_button(
|
|
|
634
634
|
...
|
|
635
635
|
|
|
636
636
|
def keyframe_delete_by_name(
|
|
637
|
-
override_context: dict[str, typing.Any] |
|
|
638
|
-
execution_context:
|
|
637
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
638
|
+
execution_context: int | str | None = None,
|
|
639
639
|
undo: bool | None = None,
|
|
640
640
|
*,
|
|
641
641
|
type: str | typing.Any = "",
|
|
642
642
|
):
|
|
643
643
|
"""Alternate access to 'Delete Keyframe' for keymaps to use
|
|
644
644
|
|
|
645
|
-
:type override_context: dict[str, typing.Any] |
|
|
646
|
-
:type execution_context:
|
|
645
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
646
|
+
:type execution_context: int | str | None
|
|
647
647
|
:type undo: bool | None
|
|
648
648
|
:param type: Keying Set, The Keying Set to use
|
|
649
649
|
:type type: str | typing.Any
|
|
@@ -652,16 +652,16 @@ def keyframe_delete_by_name(
|
|
|
652
652
|
...
|
|
653
653
|
|
|
654
654
|
def keyframe_delete_v3d(
|
|
655
|
-
override_context: dict[str, typing.Any] |
|
|
656
|
-
execution_context:
|
|
655
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
656
|
+
execution_context: int | str | None = None,
|
|
657
657
|
undo: bool | None = None,
|
|
658
658
|
*,
|
|
659
659
|
confirm: bool | typing.Any | None = True,
|
|
660
660
|
):
|
|
661
661
|
"""Remove keyframes on current frame for selected objects and bones
|
|
662
662
|
|
|
663
|
-
:type override_context: dict[str, typing.Any] |
|
|
664
|
-
:type execution_context:
|
|
663
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
664
|
+
:type execution_context: int | str | None
|
|
665
665
|
:type undo: bool | None
|
|
666
666
|
:param confirm: Confirm, Prompt for confirmation
|
|
667
667
|
:type confirm: bool | typing.Any | None
|
|
@@ -670,16 +670,16 @@ def keyframe_delete_v3d(
|
|
|
670
670
|
...
|
|
671
671
|
|
|
672
672
|
def keyframe_insert(
|
|
673
|
-
override_context: dict[str, typing.Any] |
|
|
674
|
-
execution_context:
|
|
673
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
674
|
+
execution_context: int | str | None = None,
|
|
675
675
|
undo: bool | None = None,
|
|
676
676
|
*,
|
|
677
677
|
type: str | None = "DEFAULT",
|
|
678
678
|
):
|
|
679
679
|
"""Insert keyframes on the current frame using either the active keying set, or the user preferences if no keying set is active
|
|
680
680
|
|
|
681
|
-
:type override_context: dict[str, typing.Any] |
|
|
682
|
-
:type execution_context:
|
|
681
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
682
|
+
:type execution_context: int | str | None
|
|
683
683
|
:type undo: bool | None
|
|
684
684
|
:param type: Keying Set, The Keying Set to use
|
|
685
685
|
:type type: str | None
|
|
@@ -688,16 +688,16 @@ def keyframe_insert(
|
|
|
688
688
|
...
|
|
689
689
|
|
|
690
690
|
def keyframe_insert_button(
|
|
691
|
-
override_context: dict[str, typing.Any] |
|
|
692
|
-
execution_context:
|
|
691
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
692
|
+
execution_context: int | str | None = None,
|
|
693
693
|
undo: bool | None = None,
|
|
694
694
|
*,
|
|
695
695
|
all: bool | typing.Any | None = True,
|
|
696
696
|
):
|
|
697
697
|
"""Insert a keyframe for current UI-active property
|
|
698
698
|
|
|
699
|
-
:type override_context: dict[str, typing.Any] |
|
|
700
|
-
:type execution_context:
|
|
699
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
700
|
+
:type execution_context: int | str | None
|
|
701
701
|
:type undo: bool | None
|
|
702
702
|
:param all: All, Insert a keyframe for all element of the array
|
|
703
703
|
:type all: bool | typing.Any | None
|
|
@@ -706,16 +706,16 @@ def keyframe_insert_button(
|
|
|
706
706
|
...
|
|
707
707
|
|
|
708
708
|
def keyframe_insert_by_name(
|
|
709
|
-
override_context: dict[str, typing.Any] |
|
|
710
|
-
execution_context:
|
|
709
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
710
|
+
execution_context: int | str | None = None,
|
|
711
711
|
undo: bool | None = None,
|
|
712
712
|
*,
|
|
713
713
|
type: str | typing.Any = "",
|
|
714
714
|
):
|
|
715
715
|
"""Alternate access to 'Insert Keyframe' for keymaps to use
|
|
716
716
|
|
|
717
|
-
:type override_context: dict[str, typing.Any] |
|
|
718
|
-
:type execution_context:
|
|
717
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
718
|
+
:type execution_context: int | str | None
|
|
719
719
|
:type undo: bool | None
|
|
720
720
|
:param type: Keying Set, The Keying Set to use
|
|
721
721
|
:type type: str | typing.Any
|
|
@@ -724,8 +724,8 @@ def keyframe_insert_by_name(
|
|
|
724
724
|
...
|
|
725
725
|
|
|
726
726
|
def keyframe_insert_menu(
|
|
727
|
-
override_context: dict[str, typing.Any] |
|
|
728
|
-
execution_context:
|
|
727
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
728
|
+
execution_context: int | str | None = None,
|
|
729
729
|
undo: bool | None = None,
|
|
730
730
|
*,
|
|
731
731
|
type: str | None = "DEFAULT",
|
|
@@ -733,8 +733,8 @@ def keyframe_insert_menu(
|
|
|
733
733
|
):
|
|
734
734
|
"""Insert Keyframes for specified Keying Set, with menu of available Keying Sets if undefined
|
|
735
735
|
|
|
736
|
-
:type override_context: dict[str, typing.Any] |
|
|
737
|
-
:type execution_context:
|
|
736
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
737
|
+
:type execution_context: int | str | None
|
|
738
738
|
:type undo: bool | None
|
|
739
739
|
:param type: Keying Set, The Keying Set to use
|
|
740
740
|
:type type: str | None
|
|
@@ -745,16 +745,16 @@ def keyframe_insert_menu(
|
|
|
745
745
|
...
|
|
746
746
|
|
|
747
747
|
def keying_set_active_set(
|
|
748
|
-
override_context: dict[str, typing.Any] |
|
|
749
|
-
execution_context:
|
|
748
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
749
|
+
execution_context: int | str | None = None,
|
|
750
750
|
undo: bool | None = None,
|
|
751
751
|
*,
|
|
752
752
|
type: str | None = "DEFAULT",
|
|
753
753
|
):
|
|
754
754
|
"""Set a new active keying set
|
|
755
755
|
|
|
756
|
-
:type override_context: dict[str, typing.Any] |
|
|
757
|
-
:type execution_context:
|
|
756
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
757
|
+
:type execution_context: int | str | None
|
|
758
758
|
:type undo: bool | None
|
|
759
759
|
:param type: Keying Set, The Keying Set to use
|
|
760
760
|
:type type: str | None
|
|
@@ -763,22 +763,22 @@ def keying_set_active_set(
|
|
|
763
763
|
...
|
|
764
764
|
|
|
765
765
|
def keying_set_add(
|
|
766
|
-
override_context: dict[str, typing.Any] |
|
|
767
|
-
execution_context:
|
|
766
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
767
|
+
execution_context: int | str | None = None,
|
|
768
768
|
undo: bool | None = None,
|
|
769
769
|
):
|
|
770
770
|
"""Add a new (empty) keying set to the active Scene
|
|
771
771
|
|
|
772
|
-
:type override_context: dict[str, typing.Any] |
|
|
773
|
-
:type execution_context:
|
|
772
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
773
|
+
:type execution_context: int | str | None
|
|
774
774
|
:type undo: bool | None
|
|
775
775
|
"""
|
|
776
776
|
|
|
777
777
|
...
|
|
778
778
|
|
|
779
779
|
def keying_set_export(
|
|
780
|
-
override_context: dict[str, typing.Any] |
|
|
781
|
-
execution_context:
|
|
780
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
781
|
+
execution_context: int | str | None = None,
|
|
782
782
|
undo: bool | None = None,
|
|
783
783
|
*,
|
|
784
784
|
filepath: str | typing.Any = "",
|
|
@@ -788,8 +788,8 @@ def keying_set_export(
|
|
|
788
788
|
):
|
|
789
789
|
"""Export Keying Set to a Python script
|
|
790
790
|
|
|
791
|
-
:type override_context: dict[str, typing.Any] |
|
|
792
|
-
:type execution_context:
|
|
791
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
792
|
+
:type execution_context: int | str | None
|
|
793
793
|
:type undo: bool | None
|
|
794
794
|
:param filepath: filepath
|
|
795
795
|
:type filepath: str | typing.Any
|
|
@@ -804,58 +804,58 @@ def keying_set_export(
|
|
|
804
804
|
...
|
|
805
805
|
|
|
806
806
|
def keying_set_path_add(
|
|
807
|
-
override_context: dict[str, typing.Any] |
|
|
808
|
-
execution_context:
|
|
807
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
808
|
+
execution_context: int | str | None = None,
|
|
809
809
|
undo: bool | None = None,
|
|
810
810
|
):
|
|
811
811
|
"""Add empty path to active keying set
|
|
812
812
|
|
|
813
|
-
:type override_context: dict[str, typing.Any] |
|
|
814
|
-
:type execution_context:
|
|
813
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
814
|
+
:type execution_context: int | str | None
|
|
815
815
|
:type undo: bool | None
|
|
816
816
|
"""
|
|
817
817
|
|
|
818
818
|
...
|
|
819
819
|
|
|
820
820
|
def keying_set_path_remove(
|
|
821
|
-
override_context: dict[str, typing.Any] |
|
|
822
|
-
execution_context:
|
|
821
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
822
|
+
execution_context: int | str | None = None,
|
|
823
823
|
undo: bool | None = None,
|
|
824
824
|
):
|
|
825
825
|
"""Remove active Path from active keying set
|
|
826
826
|
|
|
827
|
-
:type override_context: dict[str, typing.Any] |
|
|
828
|
-
:type execution_context:
|
|
827
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
828
|
+
:type execution_context: int | str | None
|
|
829
829
|
:type undo: bool | None
|
|
830
830
|
"""
|
|
831
831
|
|
|
832
832
|
...
|
|
833
833
|
|
|
834
834
|
def keying_set_remove(
|
|
835
|
-
override_context: dict[str, typing.Any] |
|
|
836
|
-
execution_context:
|
|
835
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
836
|
+
execution_context: int | str | None = None,
|
|
837
837
|
undo: bool | None = None,
|
|
838
838
|
):
|
|
839
839
|
"""Remove the active keying set
|
|
840
840
|
|
|
841
|
-
:type override_context: dict[str, typing.Any] |
|
|
842
|
-
:type execution_context:
|
|
841
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
842
|
+
:type execution_context: int | str | None
|
|
843
843
|
:type undo: bool | None
|
|
844
844
|
"""
|
|
845
845
|
|
|
846
846
|
...
|
|
847
847
|
|
|
848
848
|
def keyingset_button_add(
|
|
849
|
-
override_context: dict[str, typing.Any] |
|
|
850
|
-
execution_context:
|
|
849
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
850
|
+
execution_context: int | str | None = None,
|
|
851
851
|
undo: bool | None = None,
|
|
852
852
|
*,
|
|
853
853
|
all: bool | typing.Any | None = True,
|
|
854
854
|
):
|
|
855
855
|
"""Add current UI-active property to current keying set
|
|
856
856
|
|
|
857
|
-
:type override_context: dict[str, typing.Any] |
|
|
858
|
-
:type execution_context:
|
|
857
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
858
|
+
:type execution_context: int | str | None
|
|
859
859
|
:type undo: bool | None
|
|
860
860
|
:param all: All, Add all elements of the array to a Keying Set
|
|
861
861
|
:type all: bool | typing.Any | None
|
|
@@ -864,50 +864,50 @@ def keyingset_button_add(
|
|
|
864
864
|
...
|
|
865
865
|
|
|
866
866
|
def keyingset_button_remove(
|
|
867
|
-
override_context: dict[str, typing.Any] |
|
|
868
|
-
execution_context:
|
|
867
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
868
|
+
execution_context: int | str | None = None,
|
|
869
869
|
undo: bool | None = None,
|
|
870
870
|
):
|
|
871
871
|
"""Remove current UI-active property from current keying set
|
|
872
872
|
|
|
873
|
-
:type override_context: dict[str, typing.Any] |
|
|
874
|
-
:type execution_context:
|
|
873
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
874
|
+
:type execution_context: int | str | None
|
|
875
875
|
:type undo: bool | None
|
|
876
876
|
"""
|
|
877
877
|
|
|
878
878
|
...
|
|
879
879
|
|
|
880
880
|
def paste_driver_button(
|
|
881
|
-
override_context: dict[str, typing.Any] |
|
|
882
|
-
execution_context:
|
|
881
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
882
|
+
execution_context: int | str | None = None,
|
|
883
883
|
undo: bool | None = None,
|
|
884
884
|
):
|
|
885
885
|
"""Paste the driver in the internal clipboard to the highlighted button
|
|
886
886
|
|
|
887
|
-
:type override_context: dict[str, typing.Any] |
|
|
888
|
-
:type execution_context:
|
|
887
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
888
|
+
:type execution_context: int | str | None
|
|
889
889
|
:type undo: bool | None
|
|
890
890
|
"""
|
|
891
891
|
|
|
892
892
|
...
|
|
893
893
|
|
|
894
894
|
def previewrange_clear(
|
|
895
|
-
override_context: dict[str, typing.Any] |
|
|
896
|
-
execution_context:
|
|
895
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
896
|
+
execution_context: int | str | None = None,
|
|
897
897
|
undo: bool | None = None,
|
|
898
898
|
):
|
|
899
899
|
"""Clear preview range
|
|
900
900
|
|
|
901
|
-
:type override_context: dict[str, typing.Any] |
|
|
902
|
-
:type execution_context:
|
|
901
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
902
|
+
:type execution_context: int | str | None
|
|
903
903
|
:type undo: bool | None
|
|
904
904
|
"""
|
|
905
905
|
|
|
906
906
|
...
|
|
907
907
|
|
|
908
908
|
def previewrange_set(
|
|
909
|
-
override_context: dict[str, typing.Any] |
|
|
910
|
-
execution_context:
|
|
909
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
910
|
+
execution_context: int | str | None = None,
|
|
911
911
|
undo: bool | None = None,
|
|
912
912
|
*,
|
|
913
913
|
xmin: typing.Any | None = 0,
|
|
@@ -918,8 +918,8 @@ def previewrange_set(
|
|
|
918
918
|
):
|
|
919
919
|
"""Interactively define frame range used for playback
|
|
920
920
|
|
|
921
|
-
:type override_context: dict[str, typing.Any] |
|
|
922
|
-
:type execution_context:
|
|
921
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
922
|
+
:type execution_context: int | str | None
|
|
923
923
|
:type undo: bool | None
|
|
924
924
|
:param xmin: X Min
|
|
925
925
|
:type xmin: typing.Any | None
|
|
@@ -936,44 +936,44 @@ def previewrange_set(
|
|
|
936
936
|
...
|
|
937
937
|
|
|
938
938
|
def scene_range_frame(
|
|
939
|
-
override_context: dict[str, typing.Any] |
|
|
940
|
-
execution_context:
|
|
939
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
940
|
+
execution_context: int | str | None = None,
|
|
941
941
|
undo: bool | None = None,
|
|
942
942
|
):
|
|
943
943
|
"""Reset the horizontal view to the current scene frame range, taking the preview range into account if it is active
|
|
944
944
|
|
|
945
|
-
:type override_context: dict[str, typing.Any] |
|
|
946
|
-
:type execution_context:
|
|
945
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
946
|
+
:type execution_context: int | str | None
|
|
947
947
|
:type undo: bool | None
|
|
948
948
|
"""
|
|
949
949
|
|
|
950
950
|
...
|
|
951
951
|
|
|
952
952
|
def start_frame_set(
|
|
953
|
-
override_context: dict[str, typing.Any] |
|
|
954
|
-
execution_context:
|
|
953
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
954
|
+
execution_context: int | str | None = None,
|
|
955
955
|
undo: bool | None = None,
|
|
956
956
|
):
|
|
957
957
|
"""Set the current frame as the preview or scene start frame
|
|
958
958
|
|
|
959
|
-
:type override_context: dict[str, typing.Any] |
|
|
960
|
-
:type execution_context:
|
|
959
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
960
|
+
:type execution_context: int | str | None
|
|
961
961
|
:type undo: bool | None
|
|
962
962
|
"""
|
|
963
963
|
|
|
964
964
|
...
|
|
965
965
|
|
|
966
966
|
def update_animated_transform_constraints(
|
|
967
|
-
override_context: dict[str, typing.Any] |
|
|
968
|
-
execution_context:
|
|
967
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
968
|
+
execution_context: int | str | None = None,
|
|
969
969
|
undo: bool | None = None,
|
|
970
970
|
*,
|
|
971
971
|
use_convert_to_radians: bool | typing.Any | None = True,
|
|
972
972
|
):
|
|
973
973
|
"""Update f-curves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)
|
|
974
974
|
|
|
975
|
-
:type override_context: dict[str, typing.Any] |
|
|
976
|
-
:type execution_context:
|
|
975
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
976
|
+
:type execution_context: int | str | None
|
|
977
977
|
:type undo: bool | None
|
|
978
978
|
:param use_convert_to_radians: Convert to Radians, Convert f-curves/drivers affecting rotations to radians.Warning: Use this only once
|
|
979
979
|
:type use_convert_to_radians: bool | typing.Any | None
|
|
@@ -982,8 +982,8 @@ def update_animated_transform_constraints(
|
|
|
982
982
|
...
|
|
983
983
|
|
|
984
984
|
def view_curve_in_graph_editor(
|
|
985
|
-
override_context: dict[str, typing.Any] |
|
|
986
|
-
execution_context:
|
|
985
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
986
|
+
execution_context: int | str | None = None,
|
|
987
987
|
undo: bool | None = None,
|
|
988
988
|
*,
|
|
989
989
|
all: bool | typing.Any | None = False,
|
|
@@ -991,8 +991,8 @@ def view_curve_in_graph_editor(
|
|
|
991
991
|
):
|
|
992
992
|
"""Frame the property under the cursor in the Graph Editor
|
|
993
993
|
|
|
994
|
-
:type override_context: dict[str, typing.Any] |
|
|
995
|
-
:type execution_context:
|
|
994
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
995
|
+
:type execution_context: int | str | None
|
|
996
996
|
:type undo: bool | None
|
|
997
997
|
:param all: Show All, Frame the whole array property instead of only the index under the cursor
|
|
998
998
|
:type all: bool | typing.Any | None
|