fake-bpy-module 20240417__py3-none-any.whl → 20240418__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
- 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 +79 -79
- bpy/ops/node/__init__.pyi +202 -202
- bpy/ops/object/__init__.pyi +488 -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 +101490 -5018
- 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-20240418.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/RECORD +137 -133
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.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-20240418.dist-info}/WHEEL +0 -0
bpy/ops/pose/__init__.pyi
CHANGED
|
@@ -5,14 +5,14 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def armature_apply(
|
|
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
|
selected: typing.Union[bool, typing.Any] = False,
|
|
11
11
|
):
|
|
12
12
|
"""Apply the current pose as the new rest pose
|
|
13
13
|
|
|
14
14
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
15
|
-
:type execution_context: str
|
|
15
|
+
:type execution_context: typing.Union[str, int]
|
|
16
16
|
:type undo: bool
|
|
17
17
|
:param selected: Selected Only, Only apply the selected bones (with propagation to children)
|
|
18
18
|
:type selected: typing.Union[bool, typing.Any]
|
|
@@ -22,14 +22,14 @@ def armature_apply(
|
|
|
22
22
|
|
|
23
23
|
def autoside_names(
|
|
24
24
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
25
|
-
execution_context: str = None,
|
|
25
|
+
execution_context: typing.Union[str, int] = None,
|
|
26
26
|
undo: bool = None,
|
|
27
27
|
axis: typing.Any = "XAXIS",
|
|
28
28
|
):
|
|
29
29
|
"""Automatically renames the selected bones according to which side of the target axis they fall on
|
|
30
30
|
|
|
31
31
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
32
|
-
:type execution_context: str
|
|
32
|
+
:type execution_context: typing.Union[str, int]
|
|
33
33
|
:type undo: bool
|
|
34
34
|
:param axis: Axis, Axis to tag names with
|
|
35
35
|
|
|
@@ -48,7 +48,7 @@ def autoside_names(
|
|
|
48
48
|
|
|
49
49
|
def blend_to_neighbor(
|
|
50
50
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
51
|
-
execution_context: str = None,
|
|
51
|
+
execution_context: typing.Union[str, int] = None,
|
|
52
52
|
undo: bool = None,
|
|
53
53
|
factor: typing.Any = 0.5,
|
|
54
54
|
prev_frame: typing.Any = 0,
|
|
@@ -59,7 +59,7 @@ def blend_to_neighbor(
|
|
|
59
59
|
"""Blend from current position to previous or next keyframe
|
|
60
60
|
|
|
61
61
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
62
|
-
:type execution_context: str
|
|
62
|
+
:type execution_context: typing.Union[str, int]
|
|
63
63
|
:type undo: bool
|
|
64
64
|
:param factor: Factor, Weighting factor for which keyframe is favored more
|
|
65
65
|
:type factor: typing.Any
|
|
@@ -107,7 +107,7 @@ def blend_to_neighbor(
|
|
|
107
107
|
|
|
108
108
|
def blend_with_rest(
|
|
109
109
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
110
|
-
execution_context: str = None,
|
|
110
|
+
execution_context: typing.Union[str, int] = None,
|
|
111
111
|
undo: bool = None,
|
|
112
112
|
factor: typing.Any = 0.5,
|
|
113
113
|
prev_frame: typing.Any = 0,
|
|
@@ -118,7 +118,7 @@ def blend_with_rest(
|
|
|
118
118
|
"""Make the current pose more similar to, or further away from, the rest pose
|
|
119
119
|
|
|
120
120
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
121
|
-
:type execution_context: str
|
|
121
|
+
:type execution_context: typing.Union[str, int]
|
|
122
122
|
:type undo: bool
|
|
123
123
|
:param factor: Factor, Weighting factor for which keyframe is favored more
|
|
124
124
|
:type factor: typing.Any
|
|
@@ -166,7 +166,7 @@ def blend_with_rest(
|
|
|
166
166
|
|
|
167
167
|
def breakdown(
|
|
168
168
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
169
|
-
execution_context: str = None,
|
|
169
|
+
execution_context: typing.Union[str, int] = None,
|
|
170
170
|
undo: bool = None,
|
|
171
171
|
factor: typing.Any = 0.5,
|
|
172
172
|
prev_frame: typing.Any = 0,
|
|
@@ -177,7 +177,7 @@ def breakdown(
|
|
|
177
177
|
"""Create a suitable breakdown pose on the current frame
|
|
178
178
|
|
|
179
179
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
180
|
-
:type execution_context: str
|
|
180
|
+
:type execution_context: typing.Union[str, int]
|
|
181
181
|
:type undo: bool
|
|
182
182
|
:param factor: Factor, Weighting factor for which keyframe is favored more
|
|
183
183
|
:type factor: typing.Any
|
|
@@ -225,14 +225,14 @@ def breakdown(
|
|
|
225
225
|
|
|
226
226
|
def constraint_add(
|
|
227
227
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
228
|
-
execution_context: str = None,
|
|
228
|
+
execution_context: typing.Union[str, int] = None,
|
|
229
229
|
undo: bool = None,
|
|
230
230
|
type: typing.Union[str, int] = "",
|
|
231
231
|
):
|
|
232
232
|
"""Add a constraint to the active bone
|
|
233
233
|
|
|
234
234
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
235
|
-
:type execution_context: str
|
|
235
|
+
:type execution_context: typing.Union[str, int]
|
|
236
236
|
:type undo: bool
|
|
237
237
|
:param type: Type
|
|
238
238
|
:type type: typing.Union[str, int]
|
|
@@ -242,14 +242,14 @@ def constraint_add(
|
|
|
242
242
|
|
|
243
243
|
def constraint_add_with_targets(
|
|
244
244
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
245
|
-
execution_context: str = None,
|
|
245
|
+
execution_context: typing.Union[str, int] = None,
|
|
246
246
|
undo: bool = None,
|
|
247
247
|
type: typing.Union[str, int] = "",
|
|
248
248
|
):
|
|
249
249
|
"""Add a constraint to the active bone, with target (where applicable) set to the selected Objects/Bones
|
|
250
250
|
|
|
251
251
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
252
|
-
:type execution_context: str
|
|
252
|
+
:type execution_context: typing.Union[str, int]
|
|
253
253
|
:type undo: bool
|
|
254
254
|
:param type: Type
|
|
255
255
|
:type type: typing.Union[str, int]
|
|
@@ -259,13 +259,13 @@ def constraint_add_with_targets(
|
|
|
259
259
|
|
|
260
260
|
def constraints_clear(
|
|
261
261
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
262
|
-
execution_context: str = None,
|
|
262
|
+
execution_context: typing.Union[str, int] = None,
|
|
263
263
|
undo: bool = None,
|
|
264
264
|
):
|
|
265
265
|
"""Clear all constraints from the selected bones
|
|
266
266
|
|
|
267
267
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
268
|
-
:type execution_context: str
|
|
268
|
+
:type execution_context: typing.Union[str, int]
|
|
269
269
|
:type undo: bool
|
|
270
270
|
"""
|
|
271
271
|
|
|
@@ -273,13 +273,13 @@ def constraints_clear(
|
|
|
273
273
|
|
|
274
274
|
def constraints_copy(
|
|
275
275
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
276
|
-
execution_context: str = None,
|
|
276
|
+
execution_context: typing.Union[str, int] = None,
|
|
277
277
|
undo: bool = None,
|
|
278
278
|
):
|
|
279
279
|
"""Copy constraints to other selected bones
|
|
280
280
|
|
|
281
281
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
282
|
-
:type execution_context: str
|
|
282
|
+
:type execution_context: typing.Union[str, int]
|
|
283
283
|
:type undo: bool
|
|
284
284
|
"""
|
|
285
285
|
|
|
@@ -287,13 +287,13 @@ def constraints_copy(
|
|
|
287
287
|
|
|
288
288
|
def copy(
|
|
289
289
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
290
|
-
execution_context: str = None,
|
|
290
|
+
execution_context: typing.Union[str, int] = None,
|
|
291
291
|
undo: bool = None,
|
|
292
292
|
):
|
|
293
293
|
"""Copy the current pose of the selected bones to the internal clipboard
|
|
294
294
|
|
|
295
295
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
296
|
-
:type execution_context: str
|
|
296
|
+
:type execution_context: typing.Union[str, int]
|
|
297
297
|
:type undo: bool
|
|
298
298
|
"""
|
|
299
299
|
|
|
@@ -301,14 +301,14 @@ def copy(
|
|
|
301
301
|
|
|
302
302
|
def flip_names(
|
|
303
303
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
304
|
-
execution_context: str = None,
|
|
304
|
+
execution_context: typing.Union[str, int] = None,
|
|
305
305
|
undo: bool = None,
|
|
306
306
|
do_strip_numbers: typing.Union[bool, typing.Any] = False,
|
|
307
307
|
):
|
|
308
308
|
"""Flips (and corrects) the axis suffixes of the names of selected bones
|
|
309
309
|
|
|
310
310
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
311
|
-
:type execution_context: str
|
|
311
|
+
:type execution_context: typing.Union[str, int]
|
|
312
312
|
:type undo: bool
|
|
313
313
|
:param do_strip_numbers: Strip Numbers, Try to remove right-most dot-number from flipped names.Warning: May result in incoherent naming in some cases
|
|
314
314
|
:type do_strip_numbers: typing.Union[bool, typing.Any]
|
|
@@ -318,14 +318,14 @@ def flip_names(
|
|
|
318
318
|
|
|
319
319
|
def hide(
|
|
320
320
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
321
|
-
execution_context: str = None,
|
|
321
|
+
execution_context: typing.Union[str, int] = None,
|
|
322
322
|
undo: bool = None,
|
|
323
323
|
unselected: typing.Union[bool, typing.Any] = False,
|
|
324
324
|
):
|
|
325
325
|
"""Tag selected bones to not be visible in Pose Mode
|
|
326
326
|
|
|
327
327
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
328
|
-
:type execution_context: str
|
|
328
|
+
:type execution_context: typing.Union[str, int]
|
|
329
329
|
:type undo: bool
|
|
330
330
|
:param unselected: Unselected
|
|
331
331
|
:type unselected: typing.Union[bool, typing.Any]
|
|
@@ -335,14 +335,14 @@ def hide(
|
|
|
335
335
|
|
|
336
336
|
def ik_add(
|
|
337
337
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
338
|
-
execution_context: str = None,
|
|
338
|
+
execution_context: typing.Union[str, int] = None,
|
|
339
339
|
undo: bool = None,
|
|
340
340
|
with_targets: typing.Union[bool, typing.Any] = True,
|
|
341
341
|
):
|
|
342
342
|
"""Add IK Constraint to the active Bone
|
|
343
343
|
|
|
344
344
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
345
|
-
:type execution_context: str
|
|
345
|
+
:type execution_context: typing.Union[str, int]
|
|
346
346
|
:type undo: bool
|
|
347
347
|
:param with_targets: With Targets, Assign IK Constraint with targets derived from the select bones/objects
|
|
348
348
|
:type with_targets: typing.Union[bool, typing.Any]
|
|
@@ -352,13 +352,13 @@ def ik_add(
|
|
|
352
352
|
|
|
353
353
|
def ik_clear(
|
|
354
354
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
355
|
-
execution_context: str = None,
|
|
355
|
+
execution_context: typing.Union[str, int] = None,
|
|
356
356
|
undo: bool = None,
|
|
357
357
|
):
|
|
358
358
|
"""Remove all IK Constraints from selected bones
|
|
359
359
|
|
|
360
360
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
361
|
-
:type execution_context: str
|
|
361
|
+
:type execution_context: typing.Union[str, int]
|
|
362
362
|
:type undo: bool
|
|
363
363
|
"""
|
|
364
364
|
|
|
@@ -366,13 +366,13 @@ def ik_clear(
|
|
|
366
366
|
|
|
367
367
|
def loc_clear(
|
|
368
368
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
369
|
-
execution_context: str = None,
|
|
369
|
+
execution_context: typing.Union[str, int] = None,
|
|
370
370
|
undo: bool = None,
|
|
371
371
|
):
|
|
372
372
|
"""Reset locations of selected bones to their default values
|
|
373
373
|
|
|
374
374
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
375
|
-
:type execution_context: str
|
|
375
|
+
:type execution_context: typing.Union[str, int]
|
|
376
376
|
:type undo: bool
|
|
377
377
|
"""
|
|
378
378
|
|
|
@@ -380,7 +380,7 @@ def loc_clear(
|
|
|
380
380
|
|
|
381
381
|
def paste(
|
|
382
382
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
383
|
-
execution_context: str = None,
|
|
383
|
+
execution_context: typing.Union[str, int] = None,
|
|
384
384
|
undo: bool = None,
|
|
385
385
|
flipped: typing.Union[bool, typing.Any] = False,
|
|
386
386
|
selected_mask: typing.Union[bool, typing.Any] = False,
|
|
@@ -388,7 +388,7 @@ def paste(
|
|
|
388
388
|
"""Paste the stored pose on to the current pose
|
|
389
389
|
|
|
390
390
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
391
|
-
:type execution_context: str
|
|
391
|
+
:type execution_context: typing.Union[str, int]
|
|
392
392
|
:type undo: bool
|
|
393
393
|
:param flipped: Flipped on X-Axis, Paste the stored pose flipped on to current pose
|
|
394
394
|
:type flipped: typing.Union[bool, typing.Any]
|
|
@@ -400,7 +400,7 @@ def paste(
|
|
|
400
400
|
|
|
401
401
|
def paths_calculate(
|
|
402
402
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
403
|
-
execution_context: str = None,
|
|
403
|
+
execution_context: typing.Union[str, int] = None,
|
|
404
404
|
undo: bool = None,
|
|
405
405
|
display_type: typing.Union[str, int] = "RANGE",
|
|
406
406
|
range: typing.Union[str, int] = "SCENE",
|
|
@@ -409,7 +409,7 @@ def paths_calculate(
|
|
|
409
409
|
"""Calculate paths for the selected bones
|
|
410
410
|
|
|
411
411
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
412
|
-
:type execution_context: str
|
|
412
|
+
:type execution_context: typing.Union[str, int]
|
|
413
413
|
:type undo: bool
|
|
414
414
|
:param display_type: Display type
|
|
415
415
|
:type display_type: typing.Union[str, int]
|
|
@@ -423,14 +423,14 @@ def paths_calculate(
|
|
|
423
423
|
|
|
424
424
|
def paths_clear(
|
|
425
425
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
426
|
-
execution_context: str = None,
|
|
426
|
+
execution_context: typing.Union[str, int] = None,
|
|
427
427
|
undo: bool = None,
|
|
428
428
|
only_selected: typing.Union[bool, typing.Any] = False,
|
|
429
429
|
):
|
|
430
430
|
"""Undocumented, consider contributing.
|
|
431
431
|
|
|
432
432
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
433
|
-
:type execution_context: str
|
|
433
|
+
:type execution_context: typing.Union[str, int]
|
|
434
434
|
:type undo: bool
|
|
435
435
|
:param only_selected: Only Selected, Only clear motion paths of selected bones
|
|
436
436
|
:type only_selected: typing.Union[bool, typing.Any]
|
|
@@ -440,13 +440,13 @@ def paths_clear(
|
|
|
440
440
|
|
|
441
441
|
def paths_range_update(
|
|
442
442
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
443
|
-
execution_context: str = None,
|
|
443
|
+
execution_context: typing.Union[str, int] = None,
|
|
444
444
|
undo: bool = None,
|
|
445
445
|
):
|
|
446
446
|
"""Update frame range for motion paths from the Scene's current frame range
|
|
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
|
"""
|
|
452
452
|
|
|
@@ -454,13 +454,13 @@ def paths_range_update(
|
|
|
454
454
|
|
|
455
455
|
def paths_update(
|
|
456
456
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
457
|
-
execution_context: str = None,
|
|
457
|
+
execution_context: typing.Union[str, int] = None,
|
|
458
458
|
undo: bool = None,
|
|
459
459
|
):
|
|
460
460
|
"""Recalculate paths for bones that already have them
|
|
461
461
|
|
|
462
462
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
463
|
-
:type execution_context: str
|
|
463
|
+
:type execution_context: typing.Union[str, int]
|
|
464
464
|
:type undo: bool
|
|
465
465
|
"""
|
|
466
466
|
|
|
@@ -468,7 +468,7 @@ def paths_update(
|
|
|
468
468
|
|
|
469
469
|
def propagate(
|
|
470
470
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
471
|
-
execution_context: str = None,
|
|
471
|
+
execution_context: typing.Union[str, int] = None,
|
|
472
472
|
undo: bool = None,
|
|
473
473
|
mode: typing.Any = "NEXT_KEY",
|
|
474
474
|
end_frame: typing.Any = 250.0,
|
|
@@ -476,7 +476,7 @@ def propagate(
|
|
|
476
476
|
"""Copy selected aspects of the current pose to subsequent poses already keyframed
|
|
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
|
:param mode: Terminate Mode, Method used to determine when to stop propagating pose to keyframes
|
|
482
482
|
|
|
@@ -506,7 +506,7 @@ def propagate(
|
|
|
506
506
|
|
|
507
507
|
def push(
|
|
508
508
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
509
|
-
execution_context: str = None,
|
|
509
|
+
execution_context: typing.Union[str, int] = None,
|
|
510
510
|
undo: bool = None,
|
|
511
511
|
factor: typing.Any = 0.5,
|
|
512
512
|
prev_frame: typing.Any = 0,
|
|
@@ -517,7 +517,7 @@ def push(
|
|
|
517
517
|
"""Exaggerate the current pose in regards to the breakdown pose
|
|
518
518
|
|
|
519
519
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
520
|
-
:type execution_context: str
|
|
520
|
+
:type execution_context: typing.Union[str, int]
|
|
521
521
|
:type undo: bool
|
|
522
522
|
:param factor: Factor, Weighting factor for which keyframe is favored more
|
|
523
523
|
:type factor: typing.Any
|
|
@@ -565,13 +565,13 @@ def push(
|
|
|
565
565
|
|
|
566
566
|
def quaternions_flip(
|
|
567
567
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
568
|
-
execution_context: str = None,
|
|
568
|
+
execution_context: typing.Union[str, int] = None,
|
|
569
569
|
undo: bool = None,
|
|
570
570
|
):
|
|
571
571
|
"""Flip quaternion values to achieve desired rotations, while maintaining the same orientations
|
|
572
572
|
|
|
573
573
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
574
|
-
:type execution_context: str
|
|
574
|
+
:type execution_context: typing.Union[str, int]
|
|
575
575
|
:type undo: bool
|
|
576
576
|
"""
|
|
577
577
|
|
|
@@ -579,7 +579,7 @@ def quaternions_flip(
|
|
|
579
579
|
|
|
580
580
|
def relax(
|
|
581
581
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
582
|
-
execution_context: str = None,
|
|
582
|
+
execution_context: typing.Union[str, int] = None,
|
|
583
583
|
undo: bool = None,
|
|
584
584
|
factor: typing.Any = 0.5,
|
|
585
585
|
prev_frame: typing.Any = 0,
|
|
@@ -590,7 +590,7 @@ def relax(
|
|
|
590
590
|
"""Make the current pose more similar to its breakdown pose
|
|
591
591
|
|
|
592
592
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
593
|
-
:type execution_context: str
|
|
593
|
+
:type execution_context: typing.Union[str, int]
|
|
594
594
|
:type undo: bool
|
|
595
595
|
:param factor: Factor, Weighting factor for which keyframe is favored more
|
|
596
596
|
:type factor: typing.Any
|
|
@@ -638,14 +638,14 @@ def relax(
|
|
|
638
638
|
|
|
639
639
|
def reveal(
|
|
640
640
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
641
|
-
execution_context: str = None,
|
|
641
|
+
execution_context: typing.Union[str, int] = None,
|
|
642
642
|
undo: bool = None,
|
|
643
643
|
select: typing.Union[bool, typing.Any] = True,
|
|
644
644
|
):
|
|
645
645
|
"""Reveal all bones hidden in Pose Mode
|
|
646
646
|
|
|
647
647
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
648
|
-
:type execution_context: str
|
|
648
|
+
:type execution_context: typing.Union[str, int]
|
|
649
649
|
:type undo: bool
|
|
650
650
|
:param select: Select
|
|
651
651
|
:type select: typing.Union[bool, typing.Any]
|
|
@@ -655,13 +655,13 @@ def reveal(
|
|
|
655
655
|
|
|
656
656
|
def rot_clear(
|
|
657
657
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
658
|
-
execution_context: str = None,
|
|
658
|
+
execution_context: typing.Union[str, int] = None,
|
|
659
659
|
undo: bool = None,
|
|
660
660
|
):
|
|
661
661
|
"""Reset rotations of selected bones to their default values
|
|
662
662
|
|
|
663
663
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
664
|
-
:type execution_context: str
|
|
664
|
+
:type execution_context: typing.Union[str, int]
|
|
665
665
|
:type undo: bool
|
|
666
666
|
"""
|
|
667
667
|
|
|
@@ -669,14 +669,14 @@ def rot_clear(
|
|
|
669
669
|
|
|
670
670
|
def rotation_mode_set(
|
|
671
671
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
672
|
-
execution_context: str = None,
|
|
672
|
+
execution_context: typing.Union[str, int] = None,
|
|
673
673
|
undo: bool = None,
|
|
674
674
|
type: typing.Union[str, int] = "QUATERNION",
|
|
675
675
|
):
|
|
676
676
|
"""Set the rotation representation used by selected bones
|
|
677
677
|
|
|
678
678
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
679
|
-
:type execution_context: str
|
|
679
|
+
:type execution_context: typing.Union[str, int]
|
|
680
680
|
:type undo: bool
|
|
681
681
|
:param type: Rotation Mode
|
|
682
682
|
:type type: typing.Union[str, int]
|
|
@@ -686,13 +686,13 @@ def rotation_mode_set(
|
|
|
686
686
|
|
|
687
687
|
def scale_clear(
|
|
688
688
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
689
|
-
execution_context: str = None,
|
|
689
|
+
execution_context: typing.Union[str, int] = None,
|
|
690
690
|
undo: bool = None,
|
|
691
691
|
):
|
|
692
692
|
"""Reset scaling of selected bones to their default values
|
|
693
693
|
|
|
694
694
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
695
|
-
:type execution_context: str
|
|
695
|
+
:type execution_context: typing.Union[str, int]
|
|
696
696
|
:type undo: bool
|
|
697
697
|
"""
|
|
698
698
|
|
|
@@ -700,14 +700,14 @@ def scale_clear(
|
|
|
700
700
|
|
|
701
701
|
def select_all(
|
|
702
702
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
703
|
-
execution_context: str = None,
|
|
703
|
+
execution_context: typing.Union[str, int] = None,
|
|
704
704
|
undo: bool = None,
|
|
705
705
|
action: typing.Any = "TOGGLE",
|
|
706
706
|
):
|
|
707
707
|
"""Toggle selection status of all bones
|
|
708
708
|
|
|
709
709
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
710
|
-
:type execution_context: str
|
|
710
|
+
:type execution_context: typing.Union[str, int]
|
|
711
711
|
:type undo: bool
|
|
712
712
|
:param action: Action, Selection action to execute
|
|
713
713
|
|
|
@@ -729,13 +729,13 @@ def select_all(
|
|
|
729
729
|
|
|
730
730
|
def select_constraint_target(
|
|
731
731
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
732
|
-
execution_context: str = None,
|
|
732
|
+
execution_context: typing.Union[str, int] = None,
|
|
733
733
|
undo: bool = None,
|
|
734
734
|
):
|
|
735
735
|
"""Select bones used as targets for the currently selected bones
|
|
736
736
|
|
|
737
737
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
738
|
-
:type execution_context: str
|
|
738
|
+
:type execution_context: typing.Union[str, int]
|
|
739
739
|
:type undo: bool
|
|
740
740
|
"""
|
|
741
741
|
|
|
@@ -743,7 +743,7 @@ def select_constraint_target(
|
|
|
743
743
|
|
|
744
744
|
def select_grouped(
|
|
745
745
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
746
|
-
execution_context: str = None,
|
|
746
|
+
execution_context: typing.Union[str, int] = None,
|
|
747
747
|
undo: bool = None,
|
|
748
748
|
extend: typing.Union[bool, typing.Any] = False,
|
|
749
749
|
type: typing.Any = "COLLECTION",
|
|
@@ -751,7 +751,7 @@ def select_grouped(
|
|
|
751
751
|
"""Select all visible bones grouped by similar properties
|
|
752
752
|
|
|
753
753
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
754
|
-
:type execution_context: str
|
|
754
|
+
:type execution_context: typing.Union[str, int]
|
|
755
755
|
:type undo: bool
|
|
756
756
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
757
757
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -772,7 +772,7 @@ def select_grouped(
|
|
|
772
772
|
|
|
773
773
|
def select_hierarchy(
|
|
774
774
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
775
|
-
execution_context: str = None,
|
|
775
|
+
execution_context: typing.Union[str, int] = None,
|
|
776
776
|
undo: bool = None,
|
|
777
777
|
direction: typing.Any = "PARENT",
|
|
778
778
|
extend: typing.Union[bool, typing.Any] = False,
|
|
@@ -780,7 +780,7 @@ def select_hierarchy(
|
|
|
780
780
|
"""Select immediate parent/children of selected bones
|
|
781
781
|
|
|
782
782
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
783
|
-
:type execution_context: str
|
|
783
|
+
:type execution_context: typing.Union[str, int]
|
|
784
784
|
:type undo: bool
|
|
785
785
|
:param direction: Direction
|
|
786
786
|
:type direction: typing.Any
|
|
@@ -792,13 +792,13 @@ def select_hierarchy(
|
|
|
792
792
|
|
|
793
793
|
def select_linked(
|
|
794
794
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
795
|
-
execution_context: str = None,
|
|
795
|
+
execution_context: typing.Union[str, int] = None,
|
|
796
796
|
undo: bool = None,
|
|
797
797
|
):
|
|
798
798
|
"""Select all bones linked by parent/child connections to the current selection
|
|
799
799
|
|
|
800
800
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
801
|
-
:type execution_context: str
|
|
801
|
+
:type execution_context: typing.Union[str, int]
|
|
802
802
|
:type undo: bool
|
|
803
803
|
"""
|
|
804
804
|
|
|
@@ -806,14 +806,14 @@ def select_linked(
|
|
|
806
806
|
|
|
807
807
|
def select_linked_pick(
|
|
808
808
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
809
|
-
execution_context: str = None,
|
|
809
|
+
execution_context: typing.Union[str, int] = None,
|
|
810
810
|
undo: bool = None,
|
|
811
811
|
extend: typing.Union[bool, typing.Any] = False,
|
|
812
812
|
):
|
|
813
813
|
"""Select bones linked by parent/child connections under the mouse cursor
|
|
814
814
|
|
|
815
815
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
816
|
-
:type execution_context: str
|
|
816
|
+
:type execution_context: typing.Union[str, int]
|
|
817
817
|
:type undo: bool
|
|
818
818
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
819
819
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -823,7 +823,7 @@ def select_linked_pick(
|
|
|
823
823
|
|
|
824
824
|
def select_mirror(
|
|
825
825
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
826
|
-
execution_context: str = None,
|
|
826
|
+
execution_context: typing.Union[str, int] = None,
|
|
827
827
|
undo: bool = None,
|
|
828
828
|
only_active: typing.Union[bool, typing.Any] = False,
|
|
829
829
|
extend: typing.Union[bool, typing.Any] = False,
|
|
@@ -831,7 +831,7 @@ def select_mirror(
|
|
|
831
831
|
"""Mirror the bone selection
|
|
832
832
|
|
|
833
833
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
834
|
-
:type execution_context: str
|
|
834
|
+
:type execution_context: typing.Union[str, int]
|
|
835
835
|
:type undo: bool
|
|
836
836
|
:param only_active: Active Only, Only operate on the active bone
|
|
837
837
|
:type only_active: typing.Union[bool, typing.Any]
|
|
@@ -843,13 +843,13 @@ def select_mirror(
|
|
|
843
843
|
|
|
844
844
|
def select_parent(
|
|
845
845
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
846
|
-
execution_context: str = None,
|
|
846
|
+
execution_context: typing.Union[str, int] = None,
|
|
847
847
|
undo: bool = None,
|
|
848
848
|
):
|
|
849
849
|
"""Select bones that are parents of the currently selected bones
|
|
850
850
|
|
|
851
851
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
852
|
-
:type execution_context: str
|
|
852
|
+
:type execution_context: typing.Union[str, int]
|
|
853
853
|
:type undo: bool
|
|
854
854
|
"""
|
|
855
855
|
|
|
@@ -857,13 +857,13 @@ def select_parent(
|
|
|
857
857
|
|
|
858
858
|
def transforms_clear(
|
|
859
859
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
860
|
-
execution_context: str = None,
|
|
860
|
+
execution_context: typing.Union[str, int] = None,
|
|
861
861
|
undo: bool = None,
|
|
862
862
|
):
|
|
863
863
|
"""Reset location, rotation, and scaling of selected bones to their default values
|
|
864
864
|
|
|
865
865
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
866
|
-
:type execution_context: str
|
|
866
|
+
:type execution_context: typing.Union[str, int]
|
|
867
867
|
:type undo: bool
|
|
868
868
|
"""
|
|
869
869
|
|
|
@@ -871,14 +871,14 @@ def transforms_clear(
|
|
|
871
871
|
|
|
872
872
|
def user_transforms_clear(
|
|
873
873
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
874
|
-
execution_context: str = None,
|
|
874
|
+
execution_context: typing.Union[str, int] = None,
|
|
875
875
|
undo: bool = None,
|
|
876
876
|
only_selected: typing.Union[bool, typing.Any] = True,
|
|
877
877
|
):
|
|
878
878
|
"""Reset pose bone transforms to keyframed state
|
|
879
879
|
|
|
880
880
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
881
|
-
:type execution_context: str
|
|
881
|
+
:type execution_context: typing.Union[str, int]
|
|
882
882
|
:type undo: bool
|
|
883
883
|
:param only_selected: Only Selected, Only visible/selected bones
|
|
884
884
|
:type only_selected: typing.Union[bool, typing.Any]
|
|
@@ -888,13 +888,13 @@ def user_transforms_clear(
|
|
|
888
888
|
|
|
889
889
|
def visual_transform_apply(
|
|
890
890
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
891
|
-
execution_context: str = None,
|
|
891
|
+
execution_context: typing.Union[str, int] = None,
|
|
892
892
|
undo: bool = None,
|
|
893
893
|
):
|
|
894
894
|
"""Apply final constrained position of pose bones to their transform
|
|
895
895
|
|
|
896
896
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
897
|
-
:type execution_context: str
|
|
897
|
+
:type execution_context: typing.Union[str, int]
|
|
898
898
|
:type undo: bool
|
|
899
899
|
"""
|
|
900
900
|
|