fake-bpy-module 20240812__py3-none-any.whl → 20240814__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.
- bl_ui/space_view3d/__init__.pyi +31 -0
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +110 -110
- 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 +26 -26
- 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_scene/__init__.pyi +4 -4
- bpy/ops/extensions/__init__.pyi +68 -68
- 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 +284 -284
- bpy/ops/graph/__init__.pyi +130 -130
- bpy/ops/grease_pencil/__init__.pyi +166 -166
- bpy/ops/image/__init__.pyi +98 -98
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +4 -4
- 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 +78 -78
- bpy/ops/node/__init__.pyi +208 -208
- bpy/ops/object/__init__.pyi +473 -473
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +108 -108
- 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 +102 -102
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +70 -70
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +26 -26
- bpy/ops/rigidbody/__init__.pyi +26 -26
- bpy/ops/scene/__init__.pyi +74 -74
- bpy/ops/screen/__init__.pyi +78 -78
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +72 -72
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +174 -174
- 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 +226 -226
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +4 -4
- bpy/types/__init__.pyi +52 -36
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/RECORD +83 -83
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/top_level.txt +0 -0
bpy/ops/pose/__init__.pyi
CHANGED
|
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
def armature_apply(
|
|
10
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
10
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
11
11
|
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
*,
|
|
@@ -15,7 +15,7 @@ def armature_apply(
|
|
|
15
15
|
):
|
|
16
16
|
"""Apply the current pose as the new rest pose
|
|
17
17
|
|
|
18
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
18
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
19
19
|
:type execution_context: int | str | None
|
|
20
20
|
:type undo: bool | None
|
|
21
21
|
:param selected: Selected Only, Only apply the selected bones (with propagation to children)
|
|
@@ -25,7 +25,7 @@ def armature_apply(
|
|
|
25
25
|
...
|
|
26
26
|
|
|
27
27
|
def autoside_names(
|
|
28
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
28
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
29
29
|
execution_context: int | str | None = None,
|
|
30
30
|
undo: bool | None = None,
|
|
31
31
|
*,
|
|
@@ -33,7 +33,7 @@ def autoside_names(
|
|
|
33
33
|
):
|
|
34
34
|
"""Automatically renames the selected bones according to which side of the target axis they fall on
|
|
35
35
|
|
|
36
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
36
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
37
37
|
:type execution_context: int | str | None
|
|
38
38
|
:type undo: bool | None
|
|
39
39
|
:param axis: Axis, Axis to tag names with
|
|
@@ -52,7 +52,7 @@ def autoside_names(
|
|
|
52
52
|
...
|
|
53
53
|
|
|
54
54
|
def blend_to_neighbor(
|
|
55
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
55
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
56
56
|
execution_context: int | str | None = None,
|
|
57
57
|
undo: bool | None = None,
|
|
58
58
|
*,
|
|
@@ -65,7 +65,7 @@ def blend_to_neighbor(
|
|
|
65
65
|
):
|
|
66
66
|
"""Blend from current position to previous or next keyframe
|
|
67
67
|
|
|
68
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
68
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
69
69
|
:type execution_context: int | str | None
|
|
70
70
|
:type undo: bool | None
|
|
71
71
|
:param factor: Factor, Weighting factor for which keyframe is favored more
|
|
@@ -113,7 +113,7 @@ def blend_to_neighbor(
|
|
|
113
113
|
...
|
|
114
114
|
|
|
115
115
|
def blend_with_rest(
|
|
116
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
116
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
117
117
|
execution_context: int | str | None = None,
|
|
118
118
|
undo: bool | None = None,
|
|
119
119
|
*,
|
|
@@ -126,7 +126,7 @@ def blend_with_rest(
|
|
|
126
126
|
):
|
|
127
127
|
"""Make the current pose more similar to, or further away from, the rest pose
|
|
128
128
|
|
|
129
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
129
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
130
130
|
:type execution_context: int | str | None
|
|
131
131
|
:type undo: bool | None
|
|
132
132
|
:param factor: Factor, Weighting factor for which keyframe is favored more
|
|
@@ -174,7 +174,7 @@ def blend_with_rest(
|
|
|
174
174
|
...
|
|
175
175
|
|
|
176
176
|
def breakdown(
|
|
177
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
177
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
178
178
|
execution_context: int | str | None = None,
|
|
179
179
|
undo: bool | None = None,
|
|
180
180
|
*,
|
|
@@ -187,7 +187,7 @@ def breakdown(
|
|
|
187
187
|
):
|
|
188
188
|
"""Create a suitable breakdown pose on the current frame
|
|
189
189
|
|
|
190
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
190
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
191
191
|
:type execution_context: int | str | None
|
|
192
192
|
:type undo: bool | None
|
|
193
193
|
:param factor: Factor, Weighting factor for which keyframe is favored more
|
|
@@ -235,7 +235,7 @@ def breakdown(
|
|
|
235
235
|
...
|
|
236
236
|
|
|
237
237
|
def constraint_add(
|
|
238
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
238
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
239
239
|
execution_context: int | str | None = None,
|
|
240
240
|
undo: bool | None = None,
|
|
241
241
|
*,
|
|
@@ -273,7 +273,7 @@ def constraint_add(
|
|
|
273
273
|
):
|
|
274
274
|
"""Add a constraint to the active bone
|
|
275
275
|
|
|
276
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
276
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
277
277
|
:type execution_context: int | str | None
|
|
278
278
|
:type undo: bool | None
|
|
279
279
|
:param type: Type
|
|
@@ -283,7 +283,7 @@ def constraint_add(
|
|
|
283
283
|
...
|
|
284
284
|
|
|
285
285
|
def constraint_add_with_targets(
|
|
286
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
286
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
287
287
|
execution_context: int | str | None = None,
|
|
288
288
|
undo: bool | None = None,
|
|
289
289
|
*,
|
|
@@ -321,7 +321,7 @@ def constraint_add_with_targets(
|
|
|
321
321
|
):
|
|
322
322
|
"""Add a constraint to the active bone, with target (where applicable) set to the selected Objects/Bones
|
|
323
323
|
|
|
324
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
324
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
325
325
|
:type execution_context: int | str | None
|
|
326
326
|
:type undo: bool | None
|
|
327
327
|
:param type: Type
|
|
@@ -331,13 +331,13 @@ def constraint_add_with_targets(
|
|
|
331
331
|
...
|
|
332
332
|
|
|
333
333
|
def constraints_clear(
|
|
334
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
334
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
335
335
|
execution_context: int | str | None = None,
|
|
336
336
|
undo: bool | None = None,
|
|
337
337
|
):
|
|
338
338
|
"""Clear all constraints from the selected bones
|
|
339
339
|
|
|
340
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
340
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
341
341
|
:type execution_context: int | str | None
|
|
342
342
|
:type undo: bool | None
|
|
343
343
|
"""
|
|
@@ -345,13 +345,13 @@ def constraints_clear(
|
|
|
345
345
|
...
|
|
346
346
|
|
|
347
347
|
def constraints_copy(
|
|
348
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
348
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
349
349
|
execution_context: int | str | None = None,
|
|
350
350
|
undo: bool | None = None,
|
|
351
351
|
):
|
|
352
352
|
"""Copy constraints to other selected bones
|
|
353
353
|
|
|
354
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
354
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
355
355
|
:type execution_context: int | str | None
|
|
356
356
|
:type undo: bool | None
|
|
357
357
|
"""
|
|
@@ -359,13 +359,13 @@ def constraints_copy(
|
|
|
359
359
|
...
|
|
360
360
|
|
|
361
361
|
def copy(
|
|
362
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
362
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
363
363
|
execution_context: int | str | None = None,
|
|
364
364
|
undo: bool | None = None,
|
|
365
365
|
):
|
|
366
366
|
"""Copy the current pose of the selected bones to the internal clipboard
|
|
367
367
|
|
|
368
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
368
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
369
369
|
:type execution_context: int | str | None
|
|
370
370
|
:type undo: bool | None
|
|
371
371
|
"""
|
|
@@ -373,7 +373,7 @@ def copy(
|
|
|
373
373
|
...
|
|
374
374
|
|
|
375
375
|
def flip_names(
|
|
376
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
376
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
377
377
|
execution_context: int | str | None = None,
|
|
378
378
|
undo: bool | None = None,
|
|
379
379
|
*,
|
|
@@ -381,7 +381,7 @@ def flip_names(
|
|
|
381
381
|
):
|
|
382
382
|
"""Flips (and corrects) the axis suffixes of the names of selected bones
|
|
383
383
|
|
|
384
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
384
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
385
385
|
:type execution_context: int | str | None
|
|
386
386
|
:type undo: bool | None
|
|
387
387
|
: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
|
|
@@ -391,7 +391,7 @@ def flip_names(
|
|
|
391
391
|
...
|
|
392
392
|
|
|
393
393
|
def hide(
|
|
394
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
394
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
395
395
|
execution_context: int | str | None = None,
|
|
396
396
|
undo: bool | None = None,
|
|
397
397
|
*,
|
|
@@ -399,7 +399,7 @@ def hide(
|
|
|
399
399
|
):
|
|
400
400
|
"""Tag selected bones to not be visible in Pose Mode
|
|
401
401
|
|
|
402
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
402
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
403
403
|
:type execution_context: int | str | None
|
|
404
404
|
:type undo: bool | None
|
|
405
405
|
:param unselected: Unselected
|
|
@@ -409,7 +409,7 @@ def hide(
|
|
|
409
409
|
...
|
|
410
410
|
|
|
411
411
|
def ik_add(
|
|
412
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
412
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
413
413
|
execution_context: int | str | None = None,
|
|
414
414
|
undo: bool | None = None,
|
|
415
415
|
*,
|
|
@@ -417,7 +417,7 @@ def ik_add(
|
|
|
417
417
|
):
|
|
418
418
|
"""Add IK Constraint to the active Bone
|
|
419
419
|
|
|
420
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
420
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
421
421
|
:type execution_context: int | str | None
|
|
422
422
|
:type undo: bool | None
|
|
423
423
|
:param with_targets: With Targets, Assign IK Constraint with targets derived from the select bones/objects
|
|
@@ -427,13 +427,13 @@ def ik_add(
|
|
|
427
427
|
...
|
|
428
428
|
|
|
429
429
|
def ik_clear(
|
|
430
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
430
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
431
431
|
execution_context: int | str | None = None,
|
|
432
432
|
undo: bool | None = None,
|
|
433
433
|
):
|
|
434
434
|
"""Remove all IK Constraints from selected bones
|
|
435
435
|
|
|
436
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
436
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
437
437
|
:type execution_context: int | str | None
|
|
438
438
|
:type undo: bool | None
|
|
439
439
|
"""
|
|
@@ -441,13 +441,13 @@ def ik_clear(
|
|
|
441
441
|
...
|
|
442
442
|
|
|
443
443
|
def loc_clear(
|
|
444
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
444
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
445
445
|
execution_context: int | str | None = None,
|
|
446
446
|
undo: bool | None = None,
|
|
447
447
|
):
|
|
448
448
|
"""Reset locations of selected bones to their default values
|
|
449
449
|
|
|
450
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
450
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
451
451
|
:type execution_context: int | str | None
|
|
452
452
|
:type undo: bool | None
|
|
453
453
|
"""
|
|
@@ -455,7 +455,7 @@ def loc_clear(
|
|
|
455
455
|
...
|
|
456
456
|
|
|
457
457
|
def paste(
|
|
458
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
458
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
459
459
|
execution_context: int | str | None = None,
|
|
460
460
|
undo: bool | None = None,
|
|
461
461
|
*,
|
|
@@ -464,7 +464,7 @@ def paste(
|
|
|
464
464
|
):
|
|
465
465
|
"""Paste the stored pose on to the current pose
|
|
466
466
|
|
|
467
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
467
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
468
468
|
:type execution_context: int | str | None
|
|
469
469
|
:type undo: bool | None
|
|
470
470
|
:param flipped: Flipped on X-Axis, Paste the stored pose flipped on to current pose
|
|
@@ -476,7 +476,7 @@ def paste(
|
|
|
476
476
|
...
|
|
477
477
|
|
|
478
478
|
def paths_calculate(
|
|
479
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
479
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
480
480
|
execution_context: int | str | None = None,
|
|
481
481
|
undo: bool | None = None,
|
|
482
482
|
*,
|
|
@@ -487,7 +487,7 @@ def paths_calculate(
|
|
|
487
487
|
):
|
|
488
488
|
"""Calculate paths for the selected bones
|
|
489
489
|
|
|
490
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
490
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
491
491
|
:type execution_context: int | str | None
|
|
492
492
|
:type undo: bool | None
|
|
493
493
|
:param display_type: Display type
|
|
@@ -501,7 +501,7 @@ def paths_calculate(
|
|
|
501
501
|
...
|
|
502
502
|
|
|
503
503
|
def paths_clear(
|
|
504
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
504
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
505
505
|
execution_context: int | str | None = None,
|
|
506
506
|
undo: bool | None = None,
|
|
507
507
|
*,
|
|
@@ -509,7 +509,7 @@ def paths_clear(
|
|
|
509
509
|
):
|
|
510
510
|
"""Undocumented, consider contributing.
|
|
511
511
|
|
|
512
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
512
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
513
513
|
:type execution_context: int | str | None
|
|
514
514
|
:type undo: bool | None
|
|
515
515
|
:param only_selected: Only Selected, Only clear motion paths of selected bones
|
|
@@ -519,13 +519,13 @@ def paths_clear(
|
|
|
519
519
|
...
|
|
520
520
|
|
|
521
521
|
def paths_range_update(
|
|
522
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
522
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
523
523
|
execution_context: int | str | None = None,
|
|
524
524
|
undo: bool | None = None,
|
|
525
525
|
):
|
|
526
526
|
"""Update frame range for motion paths from the Scene's current frame range
|
|
527
527
|
|
|
528
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
528
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
529
529
|
:type execution_context: int | str | None
|
|
530
530
|
:type undo: bool | None
|
|
531
531
|
"""
|
|
@@ -533,13 +533,13 @@ def paths_range_update(
|
|
|
533
533
|
...
|
|
534
534
|
|
|
535
535
|
def paths_update(
|
|
536
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
536
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
537
537
|
execution_context: int | str | None = None,
|
|
538
538
|
undo: bool | None = None,
|
|
539
539
|
):
|
|
540
540
|
"""Recalculate paths for bones that already have them
|
|
541
541
|
|
|
542
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
542
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
543
543
|
:type execution_context: int | str | None
|
|
544
544
|
:type undo: bool | None
|
|
545
545
|
"""
|
|
@@ -547,7 +547,7 @@ def paths_update(
|
|
|
547
547
|
...
|
|
548
548
|
|
|
549
549
|
def propagate(
|
|
550
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
550
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
551
551
|
execution_context: int | str | None = None,
|
|
552
552
|
undo: bool | None = None,
|
|
553
553
|
*,
|
|
@@ -564,7 +564,7 @@ def propagate(
|
|
|
564
564
|
):
|
|
565
565
|
"""Copy selected aspects of the current pose to subsequent poses already keyframed
|
|
566
566
|
|
|
567
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
567
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
568
568
|
:type execution_context: int | str | None
|
|
569
569
|
:type undo: bool | None
|
|
570
570
|
:param mode: Terminate Mode, Method used to determine when to stop propagating pose to keyframes
|
|
@@ -594,7 +594,7 @@ def propagate(
|
|
|
594
594
|
...
|
|
595
595
|
|
|
596
596
|
def push(
|
|
597
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
597
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
598
598
|
execution_context: int | str | None = None,
|
|
599
599
|
undo: bool | None = None,
|
|
600
600
|
*,
|
|
@@ -607,7 +607,7 @@ def push(
|
|
|
607
607
|
):
|
|
608
608
|
"""Exaggerate the current pose in regards to the breakdown pose
|
|
609
609
|
|
|
610
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
610
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
611
611
|
:type execution_context: int | str | None
|
|
612
612
|
:type undo: bool | None
|
|
613
613
|
:param factor: Factor, Weighting factor for which keyframe is favored more
|
|
@@ -655,13 +655,13 @@ def push(
|
|
|
655
655
|
...
|
|
656
656
|
|
|
657
657
|
def quaternions_flip(
|
|
658
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
658
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
659
659
|
execution_context: int | str | None = None,
|
|
660
660
|
undo: bool | None = None,
|
|
661
661
|
):
|
|
662
662
|
"""Flip quaternion values to achieve desired rotations, while maintaining the same orientations
|
|
663
663
|
|
|
664
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
664
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
665
665
|
:type execution_context: int | str | None
|
|
666
666
|
:type undo: bool | None
|
|
667
667
|
"""
|
|
@@ -669,7 +669,7 @@ def quaternions_flip(
|
|
|
669
669
|
...
|
|
670
670
|
|
|
671
671
|
def relax(
|
|
672
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
672
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
673
673
|
execution_context: int | str | None = None,
|
|
674
674
|
undo: bool | None = None,
|
|
675
675
|
*,
|
|
@@ -682,7 +682,7 @@ def relax(
|
|
|
682
682
|
):
|
|
683
683
|
"""Make the current pose more similar to its breakdown pose
|
|
684
684
|
|
|
685
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
685
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
686
686
|
:type execution_context: int | str | None
|
|
687
687
|
:type undo: bool | None
|
|
688
688
|
:param factor: Factor, Weighting factor for which keyframe is favored more
|
|
@@ -730,7 +730,7 @@ def relax(
|
|
|
730
730
|
...
|
|
731
731
|
|
|
732
732
|
def reveal(
|
|
733
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
733
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
734
734
|
execution_context: int | str | None = None,
|
|
735
735
|
undo: bool | None = None,
|
|
736
736
|
*,
|
|
@@ -738,7 +738,7 @@ def reveal(
|
|
|
738
738
|
):
|
|
739
739
|
"""Reveal all bones hidden in Pose Mode
|
|
740
740
|
|
|
741
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
741
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
742
742
|
:type execution_context: int | str | None
|
|
743
743
|
:type undo: bool | None
|
|
744
744
|
:param select: Select
|
|
@@ -748,13 +748,13 @@ def reveal(
|
|
|
748
748
|
...
|
|
749
749
|
|
|
750
750
|
def rot_clear(
|
|
751
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
751
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
752
752
|
execution_context: int | str | None = None,
|
|
753
753
|
undo: bool | None = None,
|
|
754
754
|
):
|
|
755
755
|
"""Reset rotations of selected bones to their default values
|
|
756
756
|
|
|
757
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
757
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
758
758
|
:type execution_context: int | str | None
|
|
759
759
|
:type undo: bool | None
|
|
760
760
|
"""
|
|
@@ -762,7 +762,7 @@ def rot_clear(
|
|
|
762
762
|
...
|
|
763
763
|
|
|
764
764
|
def rotation_mode_set(
|
|
765
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
765
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
766
766
|
execution_context: int | str | None = None,
|
|
767
767
|
undo: bool | None = None,
|
|
768
768
|
*,
|
|
@@ -773,7 +773,7 @@ def rotation_mode_set(
|
|
|
773
773
|
):
|
|
774
774
|
"""Set the rotation representation used by selected bones
|
|
775
775
|
|
|
776
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
776
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
777
777
|
:type execution_context: int | str | None
|
|
778
778
|
:type undo: bool | None
|
|
779
779
|
:param type: Rotation Mode
|
|
@@ -783,13 +783,13 @@ def rotation_mode_set(
|
|
|
783
783
|
...
|
|
784
784
|
|
|
785
785
|
def scale_clear(
|
|
786
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
786
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
787
787
|
execution_context: int | str | None = None,
|
|
788
788
|
undo: bool | None = None,
|
|
789
789
|
):
|
|
790
790
|
"""Reset scaling of selected bones to their default values
|
|
791
791
|
|
|
792
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
792
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
793
793
|
:type execution_context: int | str | None
|
|
794
794
|
:type undo: bool | None
|
|
795
795
|
"""
|
|
@@ -797,7 +797,7 @@ def scale_clear(
|
|
|
797
797
|
...
|
|
798
798
|
|
|
799
799
|
def select_all(
|
|
800
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
800
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
801
801
|
execution_context: int | str | None = None,
|
|
802
802
|
undo: bool | None = None,
|
|
803
803
|
*,
|
|
@@ -805,7 +805,7 @@ def select_all(
|
|
|
805
805
|
):
|
|
806
806
|
"""Toggle selection status of all bones
|
|
807
807
|
|
|
808
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
808
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
809
809
|
:type execution_context: int | str | None
|
|
810
810
|
:type undo: bool | None
|
|
811
811
|
:param action: Action, Selection action to execute
|
|
@@ -827,13 +827,13 @@ def select_all(
|
|
|
827
827
|
...
|
|
828
828
|
|
|
829
829
|
def select_constraint_target(
|
|
830
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
830
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
831
831
|
execution_context: int | str | None = None,
|
|
832
832
|
undo: bool | None = None,
|
|
833
833
|
):
|
|
834
834
|
"""Select bones used as targets for the currently selected bones
|
|
835
835
|
|
|
836
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
836
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
837
837
|
:type execution_context: int | str | None
|
|
838
838
|
:type undo: bool | None
|
|
839
839
|
"""
|
|
@@ -841,7 +841,7 @@ def select_constraint_target(
|
|
|
841
841
|
...
|
|
842
842
|
|
|
843
843
|
def select_grouped(
|
|
844
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
844
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
845
845
|
execution_context: int | str | None = None,
|
|
846
846
|
undo: bool | None = None,
|
|
847
847
|
*,
|
|
@@ -850,7 +850,7 @@ def select_grouped(
|
|
|
850
850
|
):
|
|
851
851
|
"""Select all visible bones grouped by similar properties
|
|
852
852
|
|
|
853
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
853
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
854
854
|
:type execution_context: int | str | None
|
|
855
855
|
:type undo: bool | None
|
|
856
856
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
@@ -871,7 +871,7 @@ def select_grouped(
|
|
|
871
871
|
...
|
|
872
872
|
|
|
873
873
|
def select_hierarchy(
|
|
874
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
874
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
875
875
|
execution_context: int | str | None = None,
|
|
876
876
|
undo: bool | None = None,
|
|
877
877
|
*,
|
|
@@ -880,7 +880,7 @@ def select_hierarchy(
|
|
|
880
880
|
):
|
|
881
881
|
"""Select immediate parent/children of selected bones
|
|
882
882
|
|
|
883
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
883
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
884
884
|
:type execution_context: int | str | None
|
|
885
885
|
:type undo: bool | None
|
|
886
886
|
:param direction: Direction
|
|
@@ -892,13 +892,13 @@ def select_hierarchy(
|
|
|
892
892
|
...
|
|
893
893
|
|
|
894
894
|
def select_linked(
|
|
895
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
895
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
896
896
|
execution_context: int | str | None = None,
|
|
897
897
|
undo: bool | None = None,
|
|
898
898
|
):
|
|
899
899
|
"""Select all bones linked by parent/child connections to the current selection
|
|
900
900
|
|
|
901
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
901
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
902
902
|
:type execution_context: int | str | None
|
|
903
903
|
:type undo: bool | None
|
|
904
904
|
"""
|
|
@@ -906,7 +906,7 @@ def select_linked(
|
|
|
906
906
|
...
|
|
907
907
|
|
|
908
908
|
def select_linked_pick(
|
|
909
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
909
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
910
910
|
execution_context: int | str | None = None,
|
|
911
911
|
undo: bool | None = None,
|
|
912
912
|
*,
|
|
@@ -914,7 +914,7 @@ def select_linked_pick(
|
|
|
914
914
|
):
|
|
915
915
|
"""Select bones linked by parent/child connections under the mouse cursor
|
|
916
916
|
|
|
917
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
917
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
918
918
|
:type execution_context: int | str | None
|
|
919
919
|
:type undo: bool | None
|
|
920
920
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
@@ -924,7 +924,7 @@ def select_linked_pick(
|
|
|
924
924
|
...
|
|
925
925
|
|
|
926
926
|
def select_mirror(
|
|
927
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
927
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
928
928
|
execution_context: int | str | None = None,
|
|
929
929
|
undo: bool | None = None,
|
|
930
930
|
*,
|
|
@@ -933,7 +933,7 @@ def select_mirror(
|
|
|
933
933
|
):
|
|
934
934
|
"""Mirror the bone selection
|
|
935
935
|
|
|
936
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
936
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
937
937
|
:type execution_context: int | str | None
|
|
938
938
|
:type undo: bool | None
|
|
939
939
|
:param only_active: Active Only, Only operate on the active bone
|
|
@@ -945,13 +945,13 @@ def select_mirror(
|
|
|
945
945
|
...
|
|
946
946
|
|
|
947
947
|
def select_parent(
|
|
948
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
948
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
949
949
|
execution_context: int | str | None = None,
|
|
950
950
|
undo: bool | None = None,
|
|
951
951
|
):
|
|
952
952
|
"""Select bones that are parents of the currently selected bones
|
|
953
953
|
|
|
954
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
954
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
955
955
|
:type execution_context: int | str | None
|
|
956
956
|
:type undo: bool | None
|
|
957
957
|
"""
|
|
@@ -959,13 +959,13 @@ def select_parent(
|
|
|
959
959
|
...
|
|
960
960
|
|
|
961
961
|
def selection_set_add(
|
|
962
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
962
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
963
963
|
execution_context: int | str | None = None,
|
|
964
964
|
undo: bool | None = None,
|
|
965
965
|
):
|
|
966
966
|
"""Create a new empty Selection Set
|
|
967
967
|
|
|
968
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
968
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
969
969
|
:type execution_context: int | str | None
|
|
970
970
|
:type undo: bool | None
|
|
971
971
|
"""
|
|
@@ -973,13 +973,13 @@ def selection_set_add(
|
|
|
973
973
|
...
|
|
974
974
|
|
|
975
975
|
def selection_set_add_and_assign(
|
|
976
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
976
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
977
977
|
execution_context: int | str | None = None,
|
|
978
978
|
undo: bool | None = None,
|
|
979
979
|
):
|
|
980
980
|
"""Create a new Selection Set with the currently selected bones
|
|
981
981
|
|
|
982
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
982
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
983
983
|
:type execution_context: int | str | None
|
|
984
984
|
:type undo: bool | None
|
|
985
985
|
"""
|
|
@@ -987,13 +987,13 @@ def selection_set_add_and_assign(
|
|
|
987
987
|
...
|
|
988
988
|
|
|
989
989
|
def selection_set_assign(
|
|
990
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
990
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
991
991
|
execution_context: int | str | None = None,
|
|
992
992
|
undo: bool | None = None,
|
|
993
993
|
):
|
|
994
994
|
"""Add selected bones to Selection Set
|
|
995
995
|
|
|
996
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
996
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
997
997
|
:type execution_context: int | str | None
|
|
998
998
|
:type undo: bool | None
|
|
999
999
|
"""
|
|
@@ -1001,13 +1001,13 @@ def selection_set_assign(
|
|
|
1001
1001
|
...
|
|
1002
1002
|
|
|
1003
1003
|
def selection_set_copy(
|
|
1004
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1004
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1005
1005
|
execution_context: int | str | None = None,
|
|
1006
1006
|
undo: bool | None = None,
|
|
1007
1007
|
):
|
|
1008
1008
|
"""Copy the selected Selection Set(s) to the clipboard
|
|
1009
1009
|
|
|
1010
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1010
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1011
1011
|
:type execution_context: int | str | None
|
|
1012
1012
|
:type undo: bool | None
|
|
1013
1013
|
"""
|
|
@@ -1015,13 +1015,13 @@ def selection_set_copy(
|
|
|
1015
1015
|
...
|
|
1016
1016
|
|
|
1017
1017
|
def selection_set_delete_all(
|
|
1018
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1018
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1019
1019
|
execution_context: int | str | None = None,
|
|
1020
1020
|
undo: bool | None = None,
|
|
1021
1021
|
):
|
|
1022
1022
|
"""Remove all Selection Sets from this Armature
|
|
1023
1023
|
|
|
1024
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1024
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1025
1025
|
:type execution_context: int | str | None
|
|
1026
1026
|
:type undo: bool | None
|
|
1027
1027
|
"""
|
|
@@ -1029,13 +1029,13 @@ def selection_set_delete_all(
|
|
|
1029
1029
|
...
|
|
1030
1030
|
|
|
1031
1031
|
def selection_set_deselect(
|
|
1032
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1032
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1033
1033
|
execution_context: int | str | None = None,
|
|
1034
1034
|
undo: bool | None = None,
|
|
1035
1035
|
):
|
|
1036
1036
|
"""Remove Selection Set bones from current selection
|
|
1037
1037
|
|
|
1038
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1038
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1039
1039
|
:type execution_context: int | str | None
|
|
1040
1040
|
:type undo: bool | None
|
|
1041
1041
|
"""
|
|
@@ -1043,7 +1043,7 @@ def selection_set_deselect(
|
|
|
1043
1043
|
...
|
|
1044
1044
|
|
|
1045
1045
|
def selection_set_move(
|
|
1046
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1046
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1047
1047
|
execution_context: int | str | None = None,
|
|
1048
1048
|
undo: bool | None = None,
|
|
1049
1049
|
*,
|
|
@@ -1051,7 +1051,7 @@ def selection_set_move(
|
|
|
1051
1051
|
):
|
|
1052
1052
|
"""Move the active Selection Set up/down the list of sets
|
|
1053
1053
|
|
|
1054
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1054
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1055
1055
|
:type execution_context: int | str | None
|
|
1056
1056
|
:type undo: bool | None
|
|
1057
1057
|
:param direction: Move Direction, Direction to move the active Selection Set: UP (default) or DOWN
|
|
@@ -1061,13 +1061,13 @@ def selection_set_move(
|
|
|
1061
1061
|
...
|
|
1062
1062
|
|
|
1063
1063
|
def selection_set_paste(
|
|
1064
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1064
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1065
1065
|
execution_context: int | str | None = None,
|
|
1066
1066
|
undo: bool | None = None,
|
|
1067
1067
|
):
|
|
1068
1068
|
"""Add new Selection Set(s) from the clipboard
|
|
1069
1069
|
|
|
1070
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1070
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1071
1071
|
:type execution_context: int | str | None
|
|
1072
1072
|
:type undo: bool | None
|
|
1073
1073
|
"""
|
|
@@ -1075,13 +1075,13 @@ def selection_set_paste(
|
|
|
1075
1075
|
...
|
|
1076
1076
|
|
|
1077
1077
|
def selection_set_remove(
|
|
1078
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1078
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1079
1079
|
execution_context: int | str | None = None,
|
|
1080
1080
|
undo: bool | None = None,
|
|
1081
1081
|
):
|
|
1082
1082
|
"""Remove a Selection Set from this Armature
|
|
1083
1083
|
|
|
1084
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1084
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1085
1085
|
:type execution_context: int | str | None
|
|
1086
1086
|
:type undo: bool | None
|
|
1087
1087
|
"""
|
|
@@ -1089,13 +1089,13 @@ def selection_set_remove(
|
|
|
1089
1089
|
...
|
|
1090
1090
|
|
|
1091
1091
|
def selection_set_remove_bones(
|
|
1092
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1092
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1093
1093
|
execution_context: int | str | None = None,
|
|
1094
1094
|
undo: bool | None = None,
|
|
1095
1095
|
):
|
|
1096
1096
|
"""Remove the selected bones from all Selection Sets
|
|
1097
1097
|
|
|
1098
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1098
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1099
1099
|
:type execution_context: int | str | None
|
|
1100
1100
|
:type undo: bool | None
|
|
1101
1101
|
"""
|
|
@@ -1103,7 +1103,7 @@ def selection_set_remove_bones(
|
|
|
1103
1103
|
...
|
|
1104
1104
|
|
|
1105
1105
|
def selection_set_select(
|
|
1106
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1106
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1107
1107
|
execution_context: int | str | None = None,
|
|
1108
1108
|
undo: bool | None = None,
|
|
1109
1109
|
*,
|
|
@@ -1111,7 +1111,7 @@ def selection_set_select(
|
|
|
1111
1111
|
):
|
|
1112
1112
|
"""Select the bones from this Selection Set
|
|
1113
1113
|
|
|
1114
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1114
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1115
1115
|
:type execution_context: int | str | None
|
|
1116
1116
|
:type undo: bool | None
|
|
1117
1117
|
:param selection_set_index: Selection Set Index, Which Selection Set to select; -1 uses the active Selection Set
|
|
@@ -1121,13 +1121,13 @@ def selection_set_select(
|
|
|
1121
1121
|
...
|
|
1122
1122
|
|
|
1123
1123
|
def selection_set_unassign(
|
|
1124
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1124
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1125
1125
|
execution_context: int | str | None = None,
|
|
1126
1126
|
undo: bool | None = None,
|
|
1127
1127
|
):
|
|
1128
1128
|
"""Remove selected bones from Selection Set
|
|
1129
1129
|
|
|
1130
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1130
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1131
1131
|
:type execution_context: int | str | None
|
|
1132
1132
|
:type undo: bool | None
|
|
1133
1133
|
"""
|
|
@@ -1135,13 +1135,13 @@ def selection_set_unassign(
|
|
|
1135
1135
|
...
|
|
1136
1136
|
|
|
1137
1137
|
def transforms_clear(
|
|
1138
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1138
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1139
1139
|
execution_context: int | str | None = None,
|
|
1140
1140
|
undo: bool | None = None,
|
|
1141
1141
|
):
|
|
1142
1142
|
"""Reset location, rotation, and scaling of selected bones to their default values
|
|
1143
1143
|
|
|
1144
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1144
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1145
1145
|
:type execution_context: int | str | None
|
|
1146
1146
|
:type undo: bool | None
|
|
1147
1147
|
"""
|
|
@@ -1149,7 +1149,7 @@ def transforms_clear(
|
|
|
1149
1149
|
...
|
|
1150
1150
|
|
|
1151
1151
|
def user_transforms_clear(
|
|
1152
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1152
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1153
1153
|
execution_context: int | str | None = None,
|
|
1154
1154
|
undo: bool | None = None,
|
|
1155
1155
|
*,
|
|
@@ -1157,7 +1157,7 @@ def user_transforms_clear(
|
|
|
1157
1157
|
):
|
|
1158
1158
|
"""Reset pose bone transforms to keyframed state
|
|
1159
1159
|
|
|
1160
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1160
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1161
1161
|
:type execution_context: int | str | None
|
|
1162
1162
|
:type undo: bool | None
|
|
1163
1163
|
:param only_selected: Only Selected, Only visible/selected bones
|
|
@@ -1167,13 +1167,13 @@ def user_transforms_clear(
|
|
|
1167
1167
|
...
|
|
1168
1168
|
|
|
1169
1169
|
def visual_transform_apply(
|
|
1170
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1170
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1171
1171
|
execution_context: int | str | None = None,
|
|
1172
1172
|
undo: bool | None = None,
|
|
1173
1173
|
):
|
|
1174
1174
|
"""Apply final constrained position of pose bones to their transform
|
|
1175
1175
|
|
|
1176
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1176
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1177
1177
|
:type execution_context: int | str | None
|
|
1178
1178
|
:type undo: bool | None
|
|
1179
1179
|
"""
|