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/anim/__init__.pyi
CHANGED
|
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def change_frame(
|
|
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
|
frame: typing.Any = 0.0,
|
|
11
11
|
snap: typing.Union[bool, typing.Any] = False,
|
|
@@ -13,7 +13,7 @@ def change_frame(
|
|
|
13
13
|
"""Interactively change the current frame number
|
|
14
14
|
|
|
15
15
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
16
|
-
:type execution_context: str
|
|
16
|
+
:type execution_context: typing.Union[str, int]
|
|
17
17
|
:type undo: bool
|
|
18
18
|
:param frame: Frame
|
|
19
19
|
:type frame: typing.Any
|
|
@@ -25,14 +25,14 @@ def change_frame(
|
|
|
25
25
|
|
|
26
26
|
def channel_select_keys(
|
|
27
27
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
28
|
-
execution_context: str = None,
|
|
28
|
+
execution_context: typing.Union[str, int] = None,
|
|
29
29
|
undo: bool = None,
|
|
30
30
|
extend: typing.Union[bool, typing.Any] = False,
|
|
31
31
|
):
|
|
32
32
|
"""Select all keyframes of channel under mouse
|
|
33
33
|
|
|
34
34
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
35
|
-
:type execution_context: str
|
|
35
|
+
:type execution_context: typing.Union[str, int]
|
|
36
36
|
:type undo: bool
|
|
37
37
|
:param extend: Extend, Extend selection
|
|
38
38
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -42,7 +42,7 @@ def channel_select_keys(
|
|
|
42
42
|
|
|
43
43
|
def channel_view_pick(
|
|
44
44
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
45
|
-
execution_context: str = None,
|
|
45
|
+
execution_context: typing.Union[str, int] = None,
|
|
46
46
|
undo: bool = None,
|
|
47
47
|
include_handles: typing.Union[bool, typing.Any] = True,
|
|
48
48
|
use_preview_range: typing.Union[bool, typing.Any] = True,
|
|
@@ -50,7 +50,7 @@ def channel_view_pick(
|
|
|
50
50
|
"""Reset viewable area to show the channel under the cursor
|
|
51
51
|
|
|
52
52
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
53
|
-
:type execution_context: str
|
|
53
|
+
:type execution_context: typing.Union[str, int]
|
|
54
54
|
:type undo: bool
|
|
55
55
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
56
56
|
:type include_handles: typing.Union[bool, typing.Any]
|
|
@@ -62,7 +62,7 @@ def channel_view_pick(
|
|
|
62
62
|
|
|
63
63
|
def channels_bake(
|
|
64
64
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
65
|
-
execution_context: str = None,
|
|
65
|
+
execution_context: typing.Union[str, int] = None,
|
|
66
66
|
undo: bool = None,
|
|
67
67
|
range: typing.Any = (0, 0),
|
|
68
68
|
step: typing.Any = 1.0,
|
|
@@ -73,7 +73,7 @@ def channels_bake(
|
|
|
73
73
|
"""Create keyframes following the current shape of F-Curves of selected channels
|
|
74
74
|
|
|
75
75
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
76
|
-
:type execution_context: str
|
|
76
|
+
:type execution_context: typing.Union[str, int]
|
|
77
77
|
:type undo: bool
|
|
78
78
|
:param range: Frame Range, The range in which to create new keys
|
|
79
79
|
:type range: typing.Any
|
|
@@ -100,13 +100,13 @@ def channels_bake(
|
|
|
100
100
|
|
|
101
101
|
def channels_clean_empty(
|
|
102
102
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
103
|
-
execution_context: str = None,
|
|
103
|
+
execution_context: typing.Union[str, int] = None,
|
|
104
104
|
undo: bool = None,
|
|
105
105
|
):
|
|
106
106
|
"""Delete all empty animation data containers from visible data-blocks
|
|
107
107
|
|
|
108
108
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
109
|
-
:type execution_context: str
|
|
109
|
+
:type execution_context: typing.Union[str, int]
|
|
110
110
|
:type undo: bool
|
|
111
111
|
"""
|
|
112
112
|
|
|
@@ -114,7 +114,7 @@ def channels_clean_empty(
|
|
|
114
114
|
|
|
115
115
|
def channels_click(
|
|
116
116
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
117
|
-
execution_context: str = None,
|
|
117
|
+
execution_context: typing.Union[str, int] = None,
|
|
118
118
|
undo: bool = None,
|
|
119
119
|
extend: typing.Union[bool, typing.Any] = False,
|
|
120
120
|
extend_range: typing.Union[bool, typing.Any] = False,
|
|
@@ -123,7 +123,7 @@ def channels_click(
|
|
|
123
123
|
"""Handle mouse clicks over animation channels
|
|
124
124
|
|
|
125
125
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
126
|
-
:type execution_context: str
|
|
126
|
+
:type execution_context: typing.Union[str, int]
|
|
127
127
|
:type undo: bool
|
|
128
128
|
:param extend: Extend Select
|
|
129
129
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -137,14 +137,14 @@ def channels_click(
|
|
|
137
137
|
|
|
138
138
|
def channels_collapse(
|
|
139
139
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
140
|
-
execution_context: str = None,
|
|
140
|
+
execution_context: typing.Union[str, int] = None,
|
|
141
141
|
undo: bool = None,
|
|
142
142
|
all: typing.Union[bool, typing.Any] = True,
|
|
143
143
|
):
|
|
144
144
|
"""Collapse (close) all selected expandable animation channels
|
|
145
145
|
|
|
146
146
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
147
|
-
:type execution_context: str
|
|
147
|
+
:type execution_context: typing.Union[str, int]
|
|
148
148
|
:type undo: bool
|
|
149
149
|
:param all: All, Collapse all channels (not just selected ones)
|
|
150
150
|
:type all: typing.Union[bool, typing.Any]
|
|
@@ -154,13 +154,13 @@ def channels_collapse(
|
|
|
154
154
|
|
|
155
155
|
def channels_delete(
|
|
156
156
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
157
|
-
execution_context: str = None,
|
|
157
|
+
execution_context: typing.Union[str, int] = None,
|
|
158
158
|
undo: bool = None,
|
|
159
159
|
):
|
|
160
160
|
"""Delete all selected animation channels
|
|
161
161
|
|
|
162
162
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
163
|
-
:type execution_context: str
|
|
163
|
+
:type execution_context: typing.Union[str, int]
|
|
164
164
|
:type undo: bool
|
|
165
165
|
"""
|
|
166
166
|
|
|
@@ -168,7 +168,7 @@ def channels_delete(
|
|
|
168
168
|
|
|
169
169
|
def channels_editable_toggle(
|
|
170
170
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
171
|
-
execution_context: str = None,
|
|
171
|
+
execution_context: typing.Union[str, int] = None,
|
|
172
172
|
undo: bool = None,
|
|
173
173
|
mode: typing.Any = "TOGGLE",
|
|
174
174
|
type: typing.Any = "PROTECT",
|
|
@@ -176,7 +176,7 @@ def channels_editable_toggle(
|
|
|
176
176
|
"""Toggle editability of selected channels
|
|
177
177
|
|
|
178
178
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
179
|
-
:type execution_context: str
|
|
179
|
+
:type execution_context: typing.Union[str, int]
|
|
180
180
|
:type undo: bool
|
|
181
181
|
:param mode: Mode
|
|
182
182
|
:type mode: typing.Any
|
|
@@ -188,14 +188,14 @@ def channels_editable_toggle(
|
|
|
188
188
|
|
|
189
189
|
def channels_expand(
|
|
190
190
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
191
|
-
execution_context: str = None,
|
|
191
|
+
execution_context: typing.Union[str, int] = None,
|
|
192
192
|
undo: bool = None,
|
|
193
193
|
all: typing.Union[bool, typing.Any] = True,
|
|
194
194
|
):
|
|
195
195
|
"""Expand (open) all selected expandable animation channels
|
|
196
196
|
|
|
197
197
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
198
|
-
:type execution_context: str
|
|
198
|
+
:type execution_context: typing.Union[str, int]
|
|
199
199
|
:type undo: bool
|
|
200
200
|
:param all: All, Expand all channels (not just selected ones)
|
|
201
201
|
:type all: typing.Union[bool, typing.Any]
|
|
@@ -205,13 +205,13 @@ def channels_expand(
|
|
|
205
205
|
|
|
206
206
|
def channels_fcurves_enable(
|
|
207
207
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
208
|
-
execution_context: str = None,
|
|
208
|
+
execution_context: typing.Union[str, int] = None,
|
|
209
209
|
undo: bool = None,
|
|
210
210
|
):
|
|
211
211
|
"""Clear 'disabled' tag from all F-Curves to get broken F-Curves working again
|
|
212
212
|
|
|
213
213
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
214
|
-
:type execution_context: str
|
|
214
|
+
:type execution_context: typing.Union[str, int]
|
|
215
215
|
:type undo: bool
|
|
216
216
|
"""
|
|
217
217
|
|
|
@@ -219,14 +219,14 @@ def channels_fcurves_enable(
|
|
|
219
219
|
|
|
220
220
|
def channels_group(
|
|
221
221
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
222
|
-
execution_context: str = None,
|
|
222
|
+
execution_context: typing.Union[str, int] = None,
|
|
223
223
|
undo: bool = None,
|
|
224
224
|
name: typing.Union[str, typing.Any] = "New Group",
|
|
225
225
|
):
|
|
226
226
|
"""Add selected F-Curves to a new group
|
|
227
227
|
|
|
228
228
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
229
|
-
:type execution_context: str
|
|
229
|
+
:type execution_context: typing.Union[str, int]
|
|
230
230
|
:type undo: bool
|
|
231
231
|
:param name: Name, Name of newly created group
|
|
232
232
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -236,14 +236,14 @@ def channels_group(
|
|
|
236
236
|
|
|
237
237
|
def channels_move(
|
|
238
238
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
239
|
-
execution_context: str = None,
|
|
239
|
+
execution_context: typing.Union[str, int] = None,
|
|
240
240
|
undo: bool = None,
|
|
241
241
|
direction: typing.Any = "DOWN",
|
|
242
242
|
):
|
|
243
243
|
"""Rearrange selected animation channels
|
|
244
244
|
|
|
245
245
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
246
|
-
:type execution_context: str
|
|
246
|
+
:type execution_context: typing.Union[str, int]
|
|
247
247
|
:type undo: bool
|
|
248
248
|
:param direction: Direction
|
|
249
249
|
:type direction: typing.Any
|
|
@@ -253,13 +253,13 @@ def channels_move(
|
|
|
253
253
|
|
|
254
254
|
def channels_rename(
|
|
255
255
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
256
|
-
execution_context: str = None,
|
|
256
|
+
execution_context: typing.Union[str, int] = None,
|
|
257
257
|
undo: bool = None,
|
|
258
258
|
):
|
|
259
259
|
"""Rename animation channel under mouse
|
|
260
260
|
|
|
261
261
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
262
|
-
:type execution_context: str
|
|
262
|
+
:type execution_context: typing.Union[str, int]
|
|
263
263
|
:type undo: bool
|
|
264
264
|
"""
|
|
265
265
|
|
|
@@ -267,14 +267,14 @@ def channels_rename(
|
|
|
267
267
|
|
|
268
268
|
def channels_select_all(
|
|
269
269
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
270
|
-
execution_context: str = None,
|
|
270
|
+
execution_context: typing.Union[str, int] = None,
|
|
271
271
|
undo: bool = None,
|
|
272
272
|
action: typing.Any = "TOGGLE",
|
|
273
273
|
):
|
|
274
274
|
"""Toggle selection of all animation channels
|
|
275
275
|
|
|
276
276
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
277
|
-
:type execution_context: str
|
|
277
|
+
:type execution_context: typing.Union[str, int]
|
|
278
278
|
:type undo: bool
|
|
279
279
|
:param action: Action, Selection action to execute
|
|
280
280
|
|
|
@@ -296,7 +296,7 @@ def channels_select_all(
|
|
|
296
296
|
|
|
297
297
|
def channels_select_box(
|
|
298
298
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
299
|
-
execution_context: str = None,
|
|
299
|
+
execution_context: typing.Union[str, int] = None,
|
|
300
300
|
undo: bool = None,
|
|
301
301
|
xmin: typing.Any = 0,
|
|
302
302
|
xmax: typing.Any = 0,
|
|
@@ -309,7 +309,7 @@ def channels_select_box(
|
|
|
309
309
|
"""Select all animation channels within the specified region
|
|
310
310
|
|
|
311
311
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
312
|
-
:type execution_context: str
|
|
312
|
+
:type execution_context: typing.Union[str, int]
|
|
313
313
|
:type undo: bool
|
|
314
314
|
:param xmin: X Min
|
|
315
315
|
:type xmin: typing.Any
|
|
@@ -331,13 +331,13 @@ def channels_select_box(
|
|
|
331
331
|
|
|
332
332
|
def channels_select_filter(
|
|
333
333
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
334
|
-
execution_context: str = None,
|
|
334
|
+
execution_context: typing.Union[str, int] = None,
|
|
335
335
|
undo: bool = None,
|
|
336
336
|
):
|
|
337
337
|
"""Start entering text which filters the set of channels shown to only include those with matching names
|
|
338
338
|
|
|
339
339
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
340
|
-
:type execution_context: str
|
|
340
|
+
:type execution_context: typing.Union[str, int]
|
|
341
341
|
:type undo: bool
|
|
342
342
|
"""
|
|
343
343
|
|
|
@@ -345,7 +345,7 @@ def channels_select_filter(
|
|
|
345
345
|
|
|
346
346
|
def channels_setting_disable(
|
|
347
347
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
348
|
-
execution_context: str = None,
|
|
348
|
+
execution_context: typing.Union[str, int] = None,
|
|
349
349
|
undo: bool = None,
|
|
350
350
|
mode: typing.Any = "DISABLE",
|
|
351
351
|
type: typing.Any = "PROTECT",
|
|
@@ -353,7 +353,7 @@ def channels_setting_disable(
|
|
|
353
353
|
"""Disable specified setting on all selected animation channels
|
|
354
354
|
|
|
355
355
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
356
|
-
:type execution_context: str
|
|
356
|
+
:type execution_context: typing.Union[str, int]
|
|
357
357
|
:type undo: bool
|
|
358
358
|
:param mode: Mode
|
|
359
359
|
:type mode: typing.Any
|
|
@@ -365,7 +365,7 @@ def channels_setting_disable(
|
|
|
365
365
|
|
|
366
366
|
def channels_setting_enable(
|
|
367
367
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
368
|
-
execution_context: str = None,
|
|
368
|
+
execution_context: typing.Union[str, int] = None,
|
|
369
369
|
undo: bool = None,
|
|
370
370
|
mode: typing.Any = "ENABLE",
|
|
371
371
|
type: typing.Any = "PROTECT",
|
|
@@ -373,7 +373,7 @@ def channels_setting_enable(
|
|
|
373
373
|
"""Enable specified setting on all selected animation channels
|
|
374
374
|
|
|
375
375
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
376
|
-
:type execution_context: str
|
|
376
|
+
:type execution_context: typing.Union[str, int]
|
|
377
377
|
:type undo: bool
|
|
378
378
|
:param mode: Mode
|
|
379
379
|
:type mode: typing.Any
|
|
@@ -385,7 +385,7 @@ def channels_setting_enable(
|
|
|
385
385
|
|
|
386
386
|
def channels_setting_toggle(
|
|
387
387
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
388
|
-
execution_context: str = None,
|
|
388
|
+
execution_context: typing.Union[str, int] = None,
|
|
389
389
|
undo: bool = None,
|
|
390
390
|
mode: typing.Any = "TOGGLE",
|
|
391
391
|
type: typing.Any = "PROTECT",
|
|
@@ -393,7 +393,7 @@ def channels_setting_toggle(
|
|
|
393
393
|
"""Toggle specified setting on all selected animation channels
|
|
394
394
|
|
|
395
395
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
396
|
-
:type execution_context: str
|
|
396
|
+
:type execution_context: typing.Union[str, int]
|
|
397
397
|
:type undo: bool
|
|
398
398
|
:param mode: Mode
|
|
399
399
|
:type mode: typing.Any
|
|
@@ -405,13 +405,13 @@ def channels_setting_toggle(
|
|
|
405
405
|
|
|
406
406
|
def channels_ungroup(
|
|
407
407
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
408
|
-
execution_context: str = None,
|
|
408
|
+
execution_context: typing.Union[str, int] = None,
|
|
409
409
|
undo: bool = None,
|
|
410
410
|
):
|
|
411
411
|
"""Remove selected F-Curves from their current groups
|
|
412
412
|
|
|
413
413
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
414
|
-
:type execution_context: str
|
|
414
|
+
:type execution_context: typing.Union[str, int]
|
|
415
415
|
:type undo: bool
|
|
416
416
|
"""
|
|
417
417
|
|
|
@@ -419,7 +419,7 @@ def channels_ungroup(
|
|
|
419
419
|
|
|
420
420
|
def channels_view_selected(
|
|
421
421
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
422
|
-
execution_context: str = None,
|
|
422
|
+
execution_context: typing.Union[str, int] = None,
|
|
423
423
|
undo: bool = None,
|
|
424
424
|
include_handles: typing.Union[bool, typing.Any] = True,
|
|
425
425
|
use_preview_range: typing.Union[bool, typing.Any] = True,
|
|
@@ -427,7 +427,7 @@ def channels_view_selected(
|
|
|
427
427
|
"""Reset viewable area to show the selected channels
|
|
428
428
|
|
|
429
429
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
430
|
-
:type execution_context: str
|
|
430
|
+
:type execution_context: typing.Union[str, int]
|
|
431
431
|
:type undo: bool
|
|
432
432
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
433
433
|
:type include_handles: typing.Union[bool, typing.Any]
|
|
@@ -439,14 +439,14 @@ def channels_view_selected(
|
|
|
439
439
|
|
|
440
440
|
def clear_useless_actions(
|
|
441
441
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
442
|
-
execution_context: str = None,
|
|
442
|
+
execution_context: typing.Union[str, int] = None,
|
|
443
443
|
undo: bool = None,
|
|
444
444
|
only_unused: typing.Union[bool, typing.Any] = True,
|
|
445
445
|
):
|
|
446
446
|
"""Mark actions with no F-Curves for deletion after save and reload of file preserving "action libraries"
|
|
447
447
|
|
|
448
448
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
449
|
-
:type execution_context: str
|
|
449
|
+
:type execution_context: typing.Union[str, int]
|
|
450
450
|
:type undo: bool
|
|
451
451
|
:param only_unused: Only Unused, Only unused (Fake User only) actions get considered
|
|
452
452
|
:type only_unused: typing.Union[bool, typing.Any]
|
|
@@ -456,13 +456,13 @@ def clear_useless_actions(
|
|
|
456
456
|
|
|
457
457
|
def copy_driver_button(
|
|
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
|
):
|
|
462
462
|
"""Copy the driver for the highlighted button
|
|
463
463
|
|
|
464
464
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
465
|
-
:type execution_context: str
|
|
465
|
+
:type execution_context: typing.Union[str, int]
|
|
466
466
|
:type undo: bool
|
|
467
467
|
"""
|
|
468
468
|
|
|
@@ -470,13 +470,13 @@ def copy_driver_button(
|
|
|
470
470
|
|
|
471
471
|
def driver_button_add(
|
|
472
472
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
473
|
-
execution_context: str = None,
|
|
473
|
+
execution_context: typing.Union[str, int] = None,
|
|
474
474
|
undo: bool = None,
|
|
475
475
|
):
|
|
476
476
|
"""Add driver for the property under the cursor
|
|
477
477
|
|
|
478
478
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
479
|
-
:type execution_context: str
|
|
479
|
+
:type execution_context: typing.Union[str, int]
|
|
480
480
|
:type undo: bool
|
|
481
481
|
"""
|
|
482
482
|
|
|
@@ -484,13 +484,13 @@ def driver_button_add(
|
|
|
484
484
|
|
|
485
485
|
def driver_button_edit(
|
|
486
486
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
487
|
-
execution_context: str = None,
|
|
487
|
+
execution_context: typing.Union[str, int] = None,
|
|
488
488
|
undo: bool = None,
|
|
489
489
|
):
|
|
490
490
|
"""Edit the drivers for the connected property represented by the highlighted button
|
|
491
491
|
|
|
492
492
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
493
|
-
:type execution_context: str
|
|
493
|
+
:type execution_context: typing.Union[str, int]
|
|
494
494
|
:type undo: bool
|
|
495
495
|
"""
|
|
496
496
|
|
|
@@ -498,14 +498,14 @@ def driver_button_edit(
|
|
|
498
498
|
|
|
499
499
|
def driver_button_remove(
|
|
500
500
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
501
|
-
execution_context: str = None,
|
|
501
|
+
execution_context: typing.Union[str, int] = None,
|
|
502
502
|
undo: bool = None,
|
|
503
503
|
all: typing.Union[bool, typing.Any] = True,
|
|
504
504
|
):
|
|
505
505
|
"""Remove the driver(s) for the connected property(s) represented by the highlighted button
|
|
506
506
|
|
|
507
507
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
508
|
-
:type execution_context: str
|
|
508
|
+
:type execution_context: typing.Union[str, int]
|
|
509
509
|
:type undo: bool
|
|
510
510
|
:param all: All, Delete drivers for all elements of the array
|
|
511
511
|
:type all: typing.Union[bool, typing.Any]
|
|
@@ -515,13 +515,13 @@ def driver_button_remove(
|
|
|
515
515
|
|
|
516
516
|
def end_frame_set(
|
|
517
517
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
518
|
-
execution_context: str = None,
|
|
518
|
+
execution_context: typing.Union[str, int] = None,
|
|
519
519
|
undo: bool = None,
|
|
520
520
|
):
|
|
521
521
|
"""Set the current frame as the preview or scene end frame
|
|
522
522
|
|
|
523
523
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
524
|
-
:type execution_context: str
|
|
524
|
+
:type execution_context: typing.Union[str, int]
|
|
525
525
|
:type undo: bool
|
|
526
526
|
"""
|
|
527
527
|
|
|
@@ -529,14 +529,14 @@ def end_frame_set(
|
|
|
529
529
|
|
|
530
530
|
def keyframe_clear_button(
|
|
531
531
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
532
|
-
execution_context: str = None,
|
|
532
|
+
execution_context: typing.Union[str, int] = None,
|
|
533
533
|
undo: bool = None,
|
|
534
534
|
all: typing.Union[bool, typing.Any] = True,
|
|
535
535
|
):
|
|
536
536
|
"""Clear all keyframes on the currently active property
|
|
537
537
|
|
|
538
538
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
539
|
-
:type execution_context: str
|
|
539
|
+
:type execution_context: typing.Union[str, int]
|
|
540
540
|
:type undo: bool
|
|
541
541
|
:param all: All, Clear keyframes from all elements of the array
|
|
542
542
|
:type all: typing.Union[bool, typing.Any]
|
|
@@ -546,14 +546,14 @@ def keyframe_clear_button(
|
|
|
546
546
|
|
|
547
547
|
def keyframe_clear_v3d(
|
|
548
548
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
549
|
-
execution_context: str = None,
|
|
549
|
+
execution_context: typing.Union[str, int] = None,
|
|
550
550
|
undo: bool = None,
|
|
551
551
|
confirm: typing.Union[bool, typing.Any] = True,
|
|
552
552
|
):
|
|
553
553
|
"""Remove all keyframe animation for selected objects
|
|
554
554
|
|
|
555
555
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
556
|
-
:type execution_context: str
|
|
556
|
+
:type execution_context: typing.Union[str, int]
|
|
557
557
|
:type undo: bool
|
|
558
558
|
:param confirm: Confirm, Prompt for confirmation
|
|
559
559
|
:type confirm: typing.Union[bool, typing.Any]
|
|
@@ -563,14 +563,14 @@ def keyframe_clear_v3d(
|
|
|
563
563
|
|
|
564
564
|
def keyframe_delete(
|
|
565
565
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
566
|
-
execution_context: str = None,
|
|
566
|
+
execution_context: typing.Union[str, int] = None,
|
|
567
567
|
undo: bool = None,
|
|
568
568
|
type: typing.Union[str, int, typing.Any] = "DEFAULT",
|
|
569
569
|
):
|
|
570
570
|
"""Delete keyframes on the current frame for all properties in the specified Keying Set
|
|
571
571
|
|
|
572
572
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
573
|
-
:type execution_context: str
|
|
573
|
+
:type execution_context: typing.Union[str, int]
|
|
574
574
|
:type undo: bool
|
|
575
575
|
:param type: Keying Set, The Keying Set to use
|
|
576
576
|
:type type: typing.Union[str, int, typing.Any]
|
|
@@ -580,14 +580,14 @@ def keyframe_delete(
|
|
|
580
580
|
|
|
581
581
|
def keyframe_delete_button(
|
|
582
582
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
583
|
-
execution_context: str = None,
|
|
583
|
+
execution_context: typing.Union[str, int] = None,
|
|
584
584
|
undo: bool = None,
|
|
585
585
|
all: typing.Union[bool, typing.Any] = True,
|
|
586
586
|
):
|
|
587
587
|
"""Delete current keyframe of current UI-active property
|
|
588
588
|
|
|
589
589
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
590
|
-
:type execution_context: str
|
|
590
|
+
:type execution_context: typing.Union[str, int]
|
|
591
591
|
:type undo: bool
|
|
592
592
|
:param all: All, Delete keyframes from all elements of the array
|
|
593
593
|
:type all: typing.Union[bool, typing.Any]
|
|
@@ -597,14 +597,14 @@ def keyframe_delete_button(
|
|
|
597
597
|
|
|
598
598
|
def keyframe_delete_by_name(
|
|
599
599
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
600
|
-
execution_context: str = None,
|
|
600
|
+
execution_context: typing.Union[str, int] = None,
|
|
601
601
|
undo: bool = None,
|
|
602
602
|
type: typing.Union[str, typing.Any] = "",
|
|
603
603
|
):
|
|
604
604
|
"""Alternate access to 'Delete Keyframe' for keymaps to use
|
|
605
605
|
|
|
606
606
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
607
|
-
:type execution_context: str
|
|
607
|
+
:type execution_context: typing.Union[str, int]
|
|
608
608
|
:type undo: bool
|
|
609
609
|
:param type: Keying Set, The Keying Set to use
|
|
610
610
|
:type type: typing.Union[str, typing.Any]
|
|
@@ -614,14 +614,14 @@ def keyframe_delete_by_name(
|
|
|
614
614
|
|
|
615
615
|
def keyframe_delete_v3d(
|
|
616
616
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
617
|
-
execution_context: str = None,
|
|
617
|
+
execution_context: typing.Union[str, int] = None,
|
|
618
618
|
undo: bool = None,
|
|
619
619
|
confirm: typing.Union[bool, typing.Any] = True,
|
|
620
620
|
):
|
|
621
621
|
"""Remove keyframes on current frame for selected objects and bones
|
|
622
622
|
|
|
623
623
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
624
|
-
:type execution_context: str
|
|
624
|
+
:type execution_context: typing.Union[str, int]
|
|
625
625
|
:type undo: bool
|
|
626
626
|
:param confirm: Confirm, Prompt for confirmation
|
|
627
627
|
:type confirm: typing.Union[bool, typing.Any]
|
|
@@ -631,14 +631,14 @@ def keyframe_delete_v3d(
|
|
|
631
631
|
|
|
632
632
|
def keyframe_insert(
|
|
633
633
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
634
|
-
execution_context: str = None,
|
|
634
|
+
execution_context: typing.Union[str, int] = None,
|
|
635
635
|
undo: bool = None,
|
|
636
636
|
type: typing.Union[str, int, typing.Any] = "DEFAULT",
|
|
637
637
|
):
|
|
638
638
|
"""Insert keyframes on the current frame using either the active keying set, or the user preferences if no keying set is active
|
|
639
639
|
|
|
640
640
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
641
|
-
:type execution_context: str
|
|
641
|
+
:type execution_context: typing.Union[str, int]
|
|
642
642
|
:type undo: bool
|
|
643
643
|
:param type: Keying Set, The Keying Set to use
|
|
644
644
|
:type type: typing.Union[str, int, typing.Any]
|
|
@@ -648,14 +648,14 @@ def keyframe_insert(
|
|
|
648
648
|
|
|
649
649
|
def keyframe_insert_button(
|
|
650
650
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
651
|
-
execution_context: str = None,
|
|
651
|
+
execution_context: typing.Union[str, int] = None,
|
|
652
652
|
undo: bool = None,
|
|
653
653
|
all: typing.Union[bool, typing.Any] = True,
|
|
654
654
|
):
|
|
655
655
|
"""Insert a keyframe for current UI-active property
|
|
656
656
|
|
|
657
657
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
658
|
-
:type execution_context: str
|
|
658
|
+
:type execution_context: typing.Union[str, int]
|
|
659
659
|
:type undo: bool
|
|
660
660
|
:param all: All, Insert a keyframe for all element of the array
|
|
661
661
|
:type all: typing.Union[bool, typing.Any]
|
|
@@ -665,14 +665,14 @@ def keyframe_insert_button(
|
|
|
665
665
|
|
|
666
666
|
def keyframe_insert_by_name(
|
|
667
667
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
668
|
-
execution_context: str = None,
|
|
668
|
+
execution_context: typing.Union[str, int] = None,
|
|
669
669
|
undo: bool = None,
|
|
670
670
|
type: typing.Union[str, typing.Any] = "",
|
|
671
671
|
):
|
|
672
672
|
"""Alternate access to 'Insert Keyframe' for keymaps to use
|
|
673
673
|
|
|
674
674
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
675
|
-
:type execution_context: str
|
|
675
|
+
:type execution_context: typing.Union[str, int]
|
|
676
676
|
:type undo: bool
|
|
677
677
|
:param type: Keying Set, The Keying Set to use
|
|
678
678
|
:type type: typing.Union[str, typing.Any]
|
|
@@ -682,7 +682,7 @@ def keyframe_insert_by_name(
|
|
|
682
682
|
|
|
683
683
|
def keyframe_insert_menu(
|
|
684
684
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
685
|
-
execution_context: str = None,
|
|
685
|
+
execution_context: typing.Union[str, int] = None,
|
|
686
686
|
undo: bool = None,
|
|
687
687
|
type: typing.Union[str, int, typing.Any] = "DEFAULT",
|
|
688
688
|
always_prompt: typing.Union[bool, typing.Any] = False,
|
|
@@ -690,7 +690,7 @@ def keyframe_insert_menu(
|
|
|
690
690
|
"""Insert Keyframes for specified Keying Set, with menu of available Keying Sets if undefined
|
|
691
691
|
|
|
692
692
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
693
|
-
:type execution_context: str
|
|
693
|
+
:type execution_context: typing.Union[str, int]
|
|
694
694
|
:type undo: bool
|
|
695
695
|
:param type: Keying Set, The Keying Set to use
|
|
696
696
|
:type type: typing.Union[str, int, typing.Any]
|
|
@@ -702,14 +702,14 @@ def keyframe_insert_menu(
|
|
|
702
702
|
|
|
703
703
|
def keying_set_active_set(
|
|
704
704
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
705
|
-
execution_context: str = None,
|
|
705
|
+
execution_context: typing.Union[str, int] = None,
|
|
706
706
|
undo: bool = None,
|
|
707
707
|
type: typing.Union[str, int, typing.Any] = "DEFAULT",
|
|
708
708
|
):
|
|
709
709
|
"""Set a new active keying set
|
|
710
710
|
|
|
711
711
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
712
|
-
:type execution_context: str
|
|
712
|
+
:type execution_context: typing.Union[str, int]
|
|
713
713
|
:type undo: bool
|
|
714
714
|
:param type: Keying Set, The Keying Set to use
|
|
715
715
|
:type type: typing.Union[str, int, typing.Any]
|
|
@@ -719,13 +719,13 @@ def keying_set_active_set(
|
|
|
719
719
|
|
|
720
720
|
def keying_set_add(
|
|
721
721
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
722
|
-
execution_context: str = None,
|
|
722
|
+
execution_context: typing.Union[str, int] = None,
|
|
723
723
|
undo: bool = None,
|
|
724
724
|
):
|
|
725
725
|
"""Add a new (empty) keying set to the active Scene
|
|
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
|
"""
|
|
731
731
|
|
|
@@ -733,7 +733,7 @@ def keying_set_add(
|
|
|
733
733
|
|
|
734
734
|
def keying_set_export(
|
|
735
735
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
736
|
-
execution_context: str = None,
|
|
736
|
+
execution_context: typing.Union[str, int] = None,
|
|
737
737
|
undo: bool = None,
|
|
738
738
|
filepath: typing.Union[str, typing.Any] = "",
|
|
739
739
|
filter_folder: typing.Union[bool, typing.Any] = True,
|
|
@@ -743,7 +743,7 @@ def keying_set_export(
|
|
|
743
743
|
"""Export Keying Set to a Python script
|
|
744
744
|
|
|
745
745
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
746
|
-
:type execution_context: str
|
|
746
|
+
:type execution_context: typing.Union[str, int]
|
|
747
747
|
:type undo: bool
|
|
748
748
|
:param filepath: filepath
|
|
749
749
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -759,13 +759,13 @@ def keying_set_export(
|
|
|
759
759
|
|
|
760
760
|
def keying_set_path_add(
|
|
761
761
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
762
|
-
execution_context: str = None,
|
|
762
|
+
execution_context: typing.Union[str, int] = None,
|
|
763
763
|
undo: bool = None,
|
|
764
764
|
):
|
|
765
765
|
"""Add empty path to active keying set
|
|
766
766
|
|
|
767
767
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
768
|
-
:type execution_context: str
|
|
768
|
+
:type execution_context: typing.Union[str, int]
|
|
769
769
|
:type undo: bool
|
|
770
770
|
"""
|
|
771
771
|
|
|
@@ -773,13 +773,13 @@ def keying_set_path_add(
|
|
|
773
773
|
|
|
774
774
|
def keying_set_path_remove(
|
|
775
775
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
776
|
-
execution_context: str = None,
|
|
776
|
+
execution_context: typing.Union[str, int] = None,
|
|
777
777
|
undo: bool = None,
|
|
778
778
|
):
|
|
779
779
|
"""Remove active Path from active keying set
|
|
780
780
|
|
|
781
781
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
782
|
-
:type execution_context: str
|
|
782
|
+
:type execution_context: typing.Union[str, int]
|
|
783
783
|
:type undo: bool
|
|
784
784
|
"""
|
|
785
785
|
|
|
@@ -787,13 +787,13 @@ def keying_set_path_remove(
|
|
|
787
787
|
|
|
788
788
|
def keying_set_remove(
|
|
789
789
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
790
|
-
execution_context: str = None,
|
|
790
|
+
execution_context: typing.Union[str, int] = None,
|
|
791
791
|
undo: bool = None,
|
|
792
792
|
):
|
|
793
793
|
"""Remove the active keying set
|
|
794
794
|
|
|
795
795
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
796
|
-
:type execution_context: str
|
|
796
|
+
:type execution_context: typing.Union[str, int]
|
|
797
797
|
:type undo: bool
|
|
798
798
|
"""
|
|
799
799
|
|
|
@@ -801,14 +801,14 @@ def keying_set_remove(
|
|
|
801
801
|
|
|
802
802
|
def keyingset_button_add(
|
|
803
803
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
804
|
-
execution_context: str = None,
|
|
804
|
+
execution_context: typing.Union[str, int] = None,
|
|
805
805
|
undo: bool = None,
|
|
806
806
|
all: typing.Union[bool, typing.Any] = True,
|
|
807
807
|
):
|
|
808
808
|
"""Add current UI-active property to current keying set
|
|
809
809
|
|
|
810
810
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
811
|
-
:type execution_context: str
|
|
811
|
+
:type execution_context: typing.Union[str, int]
|
|
812
812
|
:type undo: bool
|
|
813
813
|
:param all: All, Add all elements of the array to a Keying Set
|
|
814
814
|
:type all: typing.Union[bool, typing.Any]
|
|
@@ -818,13 +818,13 @@ def keyingset_button_add(
|
|
|
818
818
|
|
|
819
819
|
def keyingset_button_remove(
|
|
820
820
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
821
|
-
execution_context: str = None,
|
|
821
|
+
execution_context: typing.Union[str, int] = None,
|
|
822
822
|
undo: bool = None,
|
|
823
823
|
):
|
|
824
824
|
"""Remove current UI-active property from current keying set
|
|
825
825
|
|
|
826
826
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
827
|
-
:type execution_context: str
|
|
827
|
+
:type execution_context: typing.Union[str, int]
|
|
828
828
|
:type undo: bool
|
|
829
829
|
"""
|
|
830
830
|
|
|
@@ -832,13 +832,13 @@ def keyingset_button_remove(
|
|
|
832
832
|
|
|
833
833
|
def paste_driver_button(
|
|
834
834
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
835
|
-
execution_context: str = None,
|
|
835
|
+
execution_context: typing.Union[str, int] = None,
|
|
836
836
|
undo: bool = None,
|
|
837
837
|
):
|
|
838
838
|
"""Paste the driver in the internal clipboard to the highlighted button
|
|
839
839
|
|
|
840
840
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
841
|
-
:type execution_context: str
|
|
841
|
+
:type execution_context: typing.Union[str, int]
|
|
842
842
|
:type undo: bool
|
|
843
843
|
"""
|
|
844
844
|
|
|
@@ -846,13 +846,13 @@ def paste_driver_button(
|
|
|
846
846
|
|
|
847
847
|
def previewrange_clear(
|
|
848
848
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
849
|
-
execution_context: str = None,
|
|
849
|
+
execution_context: typing.Union[str, int] = None,
|
|
850
850
|
undo: bool = None,
|
|
851
851
|
):
|
|
852
852
|
"""Clear preview range
|
|
853
853
|
|
|
854
854
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
855
|
-
:type execution_context: str
|
|
855
|
+
:type execution_context: typing.Union[str, int]
|
|
856
856
|
:type undo: bool
|
|
857
857
|
"""
|
|
858
858
|
|
|
@@ -860,7 +860,7 @@ def previewrange_clear(
|
|
|
860
860
|
|
|
861
861
|
def previewrange_set(
|
|
862
862
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
863
|
-
execution_context: str = None,
|
|
863
|
+
execution_context: typing.Union[str, int] = None,
|
|
864
864
|
undo: bool = None,
|
|
865
865
|
xmin: typing.Any = 0,
|
|
866
866
|
xmax: typing.Any = 0,
|
|
@@ -871,7 +871,7 @@ def previewrange_set(
|
|
|
871
871
|
"""Interactively define frame range used for playback
|
|
872
872
|
|
|
873
873
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
874
|
-
:type execution_context: str
|
|
874
|
+
:type execution_context: typing.Union[str, int]
|
|
875
875
|
:type undo: bool
|
|
876
876
|
:param xmin: X Min
|
|
877
877
|
:type xmin: typing.Any
|
|
@@ -889,13 +889,13 @@ def previewrange_set(
|
|
|
889
889
|
|
|
890
890
|
def start_frame_set(
|
|
891
891
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
892
|
-
execution_context: str = None,
|
|
892
|
+
execution_context: typing.Union[str, int] = None,
|
|
893
893
|
undo: bool = None,
|
|
894
894
|
):
|
|
895
895
|
"""Set the current frame as the preview or scene start frame
|
|
896
896
|
|
|
897
897
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
898
|
-
:type execution_context: str
|
|
898
|
+
:type execution_context: typing.Union[str, int]
|
|
899
899
|
:type undo: bool
|
|
900
900
|
"""
|
|
901
901
|
|
|
@@ -903,14 +903,14 @@ def start_frame_set(
|
|
|
903
903
|
|
|
904
904
|
def update_animated_transform_constraints(
|
|
905
905
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
906
|
-
execution_context: str = None,
|
|
906
|
+
execution_context: typing.Union[str, int] = None,
|
|
907
907
|
undo: bool = None,
|
|
908
908
|
use_convert_to_radians: typing.Union[bool, typing.Any] = True,
|
|
909
909
|
):
|
|
910
910
|
"""Update f-curves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)
|
|
911
911
|
|
|
912
912
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
913
|
-
:type execution_context: str
|
|
913
|
+
:type execution_context: typing.Union[str, int]
|
|
914
914
|
:type undo: bool
|
|
915
915
|
:param use_convert_to_radians: Convert to Radians, Convert f-curves/drivers affecting rotations to radians.Warning: Use this only once
|
|
916
916
|
:type use_convert_to_radians: typing.Union[bool, typing.Any]
|
|
@@ -920,7 +920,7 @@ def update_animated_transform_constraints(
|
|
|
920
920
|
|
|
921
921
|
def view_curve_in_graph_editor(
|
|
922
922
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
923
|
-
execution_context: str = None,
|
|
923
|
+
execution_context: typing.Union[str, int] = None,
|
|
924
924
|
undo: bool = None,
|
|
925
925
|
all: typing.Union[bool, typing.Any] = False,
|
|
926
926
|
isolate: typing.Union[bool, typing.Any] = False,
|
|
@@ -928,7 +928,7 @@ def view_curve_in_graph_editor(
|
|
|
928
928
|
"""Frame the property under the cursor in the Graph Editor
|
|
929
929
|
|
|
930
930
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
931
|
-
:type execution_context: str
|
|
931
|
+
:type execution_context: typing.Union[str, int]
|
|
932
932
|
:type undo: bool
|
|
933
933
|
:param all: Show All, Frame the whole array property instead of only the index under the cursor
|
|
934
934
|
:type all: typing.Union[bool, typing.Any]
|