fake-bpy-module 20240601__py3-none-any.whl → 20240605__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.

Files changed (108) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/space_node/__init__.pyi +0 -1
  4. bl_ui/space_sequencer/__init__.pyi +14 -0
  5. bl_ui/space_userpref/__init__.pyi +234 -0
  6. bl_ui/space_view3d/__init__.pyi +810 -0
  7. bl_ui/space_view3d_toolbar/__init__.pyi +949 -3
  8. blf/__init__.pyi +4 -4
  9. bmesh/ops/__init__.pyi +97 -82
  10. bmesh/types/__init__.pyi +37 -32
  11. bmesh/utils/__init__.pyi +2 -4
  12. bpy/app/handlers/__init__.pyi +36 -36
  13. bpy/ops/action/__init__.pyi +152 -152
  14. bpy/ops/anim/__init__.pyi +216 -216
  15. bpy/ops/armature/__init__.pyi +192 -192
  16. bpy/ops/asset/__init__.pyi +64 -64
  17. bpy/ops/boid/__init__.pyi +32 -32
  18. bpy/ops/brush/__init__.pyi +36 -36
  19. bpy/ops/buttons/__init__.pyi +24 -24
  20. bpy/ops/cachefile/__init__.pyi +20 -20
  21. bpy/ops/camera/__init__.pyi +8 -8
  22. bpy/ops/clip/__init__.pyi +368 -368
  23. bpy/ops/cloth/__init__.pyi +4 -4
  24. bpy/ops/collection/__init__.pyi +36 -36
  25. bpy/ops/console/__init__.pyi +84 -84
  26. bpy/ops/constraint/__init__.pyi +72 -72
  27. bpy/ops/curve/__init__.pyi +204 -204
  28. bpy/ops/curves/__init__.pyi +108 -108
  29. bpy/ops/cycles/__init__.pyi +12 -12
  30. bpy/ops/dpaint/__init__.pyi +20 -20
  31. bpy/ops/ed/__init__.pyi +48 -48
  32. bpy/ops/export_anim/__init__.pyi +4 -4
  33. bpy/ops/export_scene/__init__.pyi +8 -8
  34. bpy/ops/extensions/__init__.pyi +123 -109
  35. bpy/ops/file/__init__.pyi +160 -160
  36. bpy/ops/fluid/__init__.pyi +56 -56
  37. bpy/ops/font/__init__.pyi +92 -92
  38. bpy/ops/geometry/__init__.pyi +40 -40
  39. bpy/ops/gizmogroup/__init__.pyi +8 -8
  40. bpy/ops/gpencil/__init__.pyi +600 -600
  41. bpy/ops/graph/__init__.pyi +260 -260
  42. bpy/ops/grease_pencil/__init__.pyi +292 -292
  43. bpy/ops/image/__init__.pyi +192 -192
  44. bpy/ops/import_anim/__init__.pyi +4 -4
  45. bpy/ops/import_curve/__init__.pyi +4 -4
  46. bpy/ops/import_scene/__init__.pyi +8 -8
  47. bpy/ops/info/__init__.pyi +28 -28
  48. bpy/ops/lattice/__init__.pyi +32 -32
  49. bpy/ops/marker/__init__.pyi +44 -44
  50. bpy/ops/mask/__init__.pyi +156 -156
  51. bpy/ops/material/__init__.pyi +12 -12
  52. bpy/ops/mball/__init__.pyi +32 -32
  53. bpy/ops/mesh/__init__.pyi +652 -652
  54. bpy/ops/nla/__init__.pyi +156 -156
  55. bpy/ops/node/__init__.pyi +416 -416
  56. bpy/ops/object/__init__.pyi +984 -984
  57. bpy/ops/outliner/__init__.pyi +284 -284
  58. bpy/ops/paint/__init__.pyi +220 -220
  59. bpy/ops/paintcurve/__init__.pyi +32 -32
  60. bpy/ops/palette/__init__.pyi +28 -28
  61. bpy/ops/particle/__init__.pyi +144 -144
  62. bpy/ops/pose/__init__.pyi +156 -156
  63. bpy/ops/poselib/__init__.pyi +36 -36
  64. bpy/ops/preferences/__init__.pyi +148 -148
  65. bpy/ops/ptcache/__init__.pyi +28 -28
  66. bpy/ops/render/__init__.pyi +48 -48
  67. bpy/ops/rigidbody/__init__.pyi +52 -52
  68. bpy/ops/scene/__init__.pyi +148 -192
  69. bpy/ops/screen/__init__.pyi +156 -156
  70. bpy/ops/script/__init__.pyi +12 -12
  71. bpy/ops/sculpt/__init__.pyi +152 -152
  72. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  73. bpy/ops/sequencer/__init__.pyi +364 -340
  74. bpy/ops/sound/__init__.pyi +28 -28
  75. bpy/ops/spreadsheet/__init__.pyi +16 -16
  76. bpy/ops/surface/__init__.pyi +24 -24
  77. bpy/ops/text/__init__.pyi +172 -172
  78. bpy/ops/text_editor/__init__.pyi +4 -4
  79. bpy/ops/texture/__init__.pyi +16 -16
  80. bpy/ops/transform/__init__.pyi +111 -108
  81. bpy/ops/ui/__init__.pyi +132 -132
  82. bpy/ops/uilist/__init__.pyi +12 -12
  83. bpy/ops/uv/__init__.pyi +196 -196
  84. bpy/ops/view2d/__init__.pyi +56 -56
  85. bpy/ops/view3d/__init__.pyi +268 -268
  86. bpy/ops/wm/__init__.pyi +448 -448
  87. bpy/ops/workspace/__init__.pyi +28 -28
  88. bpy/ops/world/__init__.pyi +8 -8
  89. bpy/path/__init__.pyi +18 -18
  90. bpy/props/__init__.pyi +11 -11
  91. bpy/types/__init__.pyi +2185 -1933
  92. bpy/utils/__init__.pyi +4 -4
  93. bpy_extras/mesh_utils/__init__.pyi +4 -4
  94. bpy_extras/view3d_utils/__init__.pyi +24 -20
  95. bpy_types/__init__.pyi +12 -7
  96. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/METADATA +5 -1
  97. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/RECORD +108 -108
  98. freestyle/types/__init__.pyi +64 -64
  99. freestyle/utils/__init__.pyi +2 -2
  100. gpu/matrix/__init__.pyi +15 -6
  101. gpu/state/__init__.pyi +2 -2
  102. gpu/types/__init__.pyi +6 -4
  103. gpu_extras/presets/__init__.pyi +8 -4
  104. imbuf/__init__.pyi +4 -4
  105. mathutils/__init__.pyi +292 -187
  106. mathutils/geometry/__init__.pyi +2 -5
  107. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/WHEEL +0 -0
  108. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/top_level.txt +0 -0
bpy/ops/pose/__init__.pyi CHANGED
@@ -6,16 +6,16 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def armature_apply(
9
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
- execution_context: str | int | None = None,
9
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ execution_context: int | str | None = None,
11
11
  undo: bool | None = None,
12
12
  *,
13
13
  selected: bool | typing.Any | None = False,
14
14
  ):
15
15
  """Apply the current pose as the new rest pose
16
16
 
17
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
18
- :type execution_context: str | int | None
17
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
18
+ :type execution_context: int | str | None
19
19
  :type undo: bool | None
20
20
  :param selected: Selected Only, Only apply the selected bones (with propagation to children)
21
21
  :type selected: bool | typing.Any | None
@@ -24,16 +24,16 @@ def armature_apply(
24
24
  ...
25
25
 
26
26
  def autoside_names(
27
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
28
- execution_context: str | int | None = None,
27
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
28
+ execution_context: int | str | None = None,
29
29
  undo: bool | None = None,
30
30
  *,
31
31
  axis: str | None = "XAXIS",
32
32
  ):
33
33
  """Automatically renames the selected bones according to which side of the target axis they fall on
34
34
 
35
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
36
- :type execution_context: str | int | None
35
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
36
+ :type execution_context: int | str | None
37
37
  :type undo: bool | None
38
38
  :param axis: Axis, Axis to tag names with
39
39
 
@@ -51,8 +51,8 @@ def autoside_names(
51
51
  ...
52
52
 
53
53
  def blend_to_neighbor(
54
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
55
- execution_context: str | int | None = None,
54
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
55
+ execution_context: int | str | None = None,
56
56
  undo: bool | None = None,
57
57
  *,
58
58
  factor: typing.Any | None = 0.5,
@@ -63,8 +63,8 @@ def blend_to_neighbor(
63
63
  ):
64
64
  """Blend from current position to previous or next keyframe
65
65
 
66
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
67
- :type execution_context: str | int | None
66
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
67
+ :type execution_context: int | str | None
68
68
  :type undo: bool | None
69
69
  :param factor: Factor, Weighting factor for which keyframe is favored more
70
70
  :type factor: typing.Any | None
@@ -111,8 +111,8 @@ def blend_to_neighbor(
111
111
  ...
112
112
 
113
113
  def blend_with_rest(
114
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
115
- execution_context: str | int | None = None,
114
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
115
+ execution_context: int | str | None = None,
116
116
  undo: bool | None = None,
117
117
  *,
118
118
  factor: typing.Any | None = 0.5,
@@ -123,8 +123,8 @@ def blend_with_rest(
123
123
  ):
124
124
  """Make the current pose more similar to, or further away from, the rest pose
125
125
 
126
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
127
- :type execution_context: str | int | None
126
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
127
+ :type execution_context: int | str | None
128
128
  :type undo: bool | None
129
129
  :param factor: Factor, Weighting factor for which keyframe is favored more
130
130
  :type factor: typing.Any | None
@@ -171,8 +171,8 @@ def blend_with_rest(
171
171
  ...
172
172
 
173
173
  def breakdown(
174
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
175
- execution_context: str | int | None = None,
174
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
175
+ execution_context: int | str | None = None,
176
176
  undo: bool | None = None,
177
177
  *,
178
178
  factor: typing.Any | None = 0.5,
@@ -183,8 +183,8 @@ def breakdown(
183
183
  ):
184
184
  """Create a suitable breakdown pose on the current frame
185
185
 
186
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
187
- :type execution_context: str | int | None
186
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
187
+ :type execution_context: int | str | None
188
188
  :type undo: bool | None
189
189
  :param factor: Factor, Weighting factor for which keyframe is favored more
190
190
  :type factor: typing.Any | None
@@ -231,16 +231,16 @@ def breakdown(
231
231
  ...
232
232
 
233
233
  def constraint_add(
234
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
235
- execution_context: str | int | None = None,
234
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
235
+ execution_context: int | str | None = None,
236
236
  undo: bool | None = None,
237
237
  *,
238
238
  type: str | None = "",
239
239
  ):
240
240
  """Add a constraint to the active bone
241
241
 
242
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
243
- :type execution_context: str | int | None
242
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
243
+ :type execution_context: int | str | None
244
244
  :type undo: bool | None
245
245
  :param type: Type
246
246
  :type type: str | None
@@ -249,16 +249,16 @@ def constraint_add(
249
249
  ...
250
250
 
251
251
  def constraint_add_with_targets(
252
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
253
- execution_context: str | int | None = None,
252
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
253
+ execution_context: int | str | None = None,
254
254
  undo: bool | None = None,
255
255
  *,
256
256
  type: str | None = "",
257
257
  ):
258
258
  """Add a constraint to the active bone, with target (where applicable) set to the selected Objects/Bones
259
259
 
260
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
261
- :type execution_context: str | int | None
260
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
261
+ :type execution_context: int | str | None
262
262
  :type undo: bool | None
263
263
  :param type: Type
264
264
  :type type: str | None
@@ -267,58 +267,58 @@ def constraint_add_with_targets(
267
267
  ...
268
268
 
269
269
  def constraints_clear(
270
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
271
- execution_context: str | int | None = None,
270
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
271
+ execution_context: int | str | None = None,
272
272
  undo: bool | None = None,
273
273
  ):
274
274
  """Clear all constraints from the selected bones
275
275
 
276
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
277
- :type execution_context: str | int | None
276
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
277
+ :type execution_context: int | str | None
278
278
  :type undo: bool | None
279
279
  """
280
280
 
281
281
  ...
282
282
 
283
283
  def constraints_copy(
284
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
285
- execution_context: str | int | None = None,
284
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
285
+ execution_context: int | str | None = None,
286
286
  undo: bool | None = None,
287
287
  ):
288
288
  """Copy constraints to other selected bones
289
289
 
290
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
291
- :type execution_context: str | int | None
290
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
291
+ :type execution_context: int | str | None
292
292
  :type undo: bool | None
293
293
  """
294
294
 
295
295
  ...
296
296
 
297
297
  def copy(
298
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
299
- execution_context: str | int | None = None,
298
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
299
+ execution_context: int | str | None = None,
300
300
  undo: bool | None = None,
301
301
  ):
302
302
  """Copy the current pose of the selected bones to the internal clipboard
303
303
 
304
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
305
- :type execution_context: str | int | None
304
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
305
+ :type execution_context: int | str | None
306
306
  :type undo: bool | None
307
307
  """
308
308
 
309
309
  ...
310
310
 
311
311
  def flip_names(
312
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
313
- execution_context: str | int | None = None,
312
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
313
+ execution_context: int | str | None = None,
314
314
  undo: bool | None = None,
315
315
  *,
316
316
  do_strip_numbers: bool | typing.Any | None = False,
317
317
  ):
318
318
  """Flips (and corrects) the axis suffixes of the names of selected bones
319
319
 
320
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
321
- :type execution_context: str | int | None
320
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
321
+ :type execution_context: int | str | None
322
322
  :type undo: bool | None
323
323
  :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
324
324
  :type do_strip_numbers: bool | typing.Any | None
@@ -327,16 +327,16 @@ def flip_names(
327
327
  ...
328
328
 
329
329
  def hide(
330
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
331
- execution_context: str | int | None = None,
330
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
331
+ execution_context: int | str | None = None,
332
332
  undo: bool | None = None,
333
333
  *,
334
334
  unselected: bool | typing.Any | None = False,
335
335
  ):
336
336
  """Tag selected bones to not be visible in Pose Mode
337
337
 
338
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
339
- :type execution_context: str | int | None
338
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
339
+ :type execution_context: int | str | None
340
340
  :type undo: bool | None
341
341
  :param unselected: Unselected
342
342
  :type unselected: bool | typing.Any | None
@@ -345,16 +345,16 @@ def hide(
345
345
  ...
346
346
 
347
347
  def ik_add(
348
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
349
- execution_context: str | int | None = None,
348
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
349
+ execution_context: int | str | None = None,
350
350
  undo: bool | None = None,
351
351
  *,
352
352
  with_targets: bool | typing.Any | None = True,
353
353
  ):
354
354
  """Add IK Constraint to the active Bone
355
355
 
356
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
357
- :type execution_context: str | int | None
356
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
357
+ :type execution_context: int | str | None
358
358
  :type undo: bool | None
359
359
  :param with_targets: With Targets, Assign IK Constraint with targets derived from the select bones/objects
360
360
  :type with_targets: bool | typing.Any | None
@@ -363,36 +363,36 @@ def ik_add(
363
363
  ...
364
364
 
365
365
  def ik_clear(
366
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
367
- execution_context: str | int | None = None,
366
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
367
+ execution_context: int | str | None = None,
368
368
  undo: bool | None = None,
369
369
  ):
370
370
  """Remove all IK Constraints from selected bones
371
371
 
372
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
373
- :type execution_context: str | int | None
372
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
373
+ :type execution_context: int | str | None
374
374
  :type undo: bool | None
375
375
  """
376
376
 
377
377
  ...
378
378
 
379
379
  def loc_clear(
380
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
381
- execution_context: str | int | None = None,
380
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
381
+ execution_context: int | str | None = None,
382
382
  undo: bool | None = None,
383
383
  ):
384
384
  """Reset locations of selected bones to their default values
385
385
 
386
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
387
- :type execution_context: str | int | None
386
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
387
+ :type execution_context: int | str | None
388
388
  :type undo: bool | None
389
389
  """
390
390
 
391
391
  ...
392
392
 
393
393
  def paste(
394
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
395
- execution_context: str | int | None = None,
394
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
395
+ execution_context: int | str | None = None,
396
396
  undo: bool | None = None,
397
397
  *,
398
398
  flipped: bool | typing.Any | None = False,
@@ -400,8 +400,8 @@ def paste(
400
400
  ):
401
401
  """Paste the stored pose on to the current pose
402
402
 
403
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
404
- :type execution_context: str | int | None
403
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
404
+ :type execution_context: int | str | None
405
405
  :type undo: bool | None
406
406
  :param flipped: Flipped on X-Axis, Paste the stored pose flipped on to current pose
407
407
  :type flipped: bool | typing.Any | None
@@ -412,8 +412,8 @@ def paste(
412
412
  ...
413
413
 
414
414
  def paths_calculate(
415
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
416
- execution_context: str | int | None = None,
415
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
416
+ execution_context: int | str | None = None,
417
417
  undo: bool | None = None,
418
418
  *,
419
419
  display_type: str | None = "RANGE",
@@ -422,8 +422,8 @@ def paths_calculate(
422
422
  ):
423
423
  """Calculate paths for the selected bones
424
424
 
425
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
426
- :type execution_context: str | int | None
425
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
426
+ :type execution_context: int | str | None
427
427
  :type undo: bool | None
428
428
  :param display_type: Display type
429
429
  :type display_type: str | None
@@ -436,16 +436,16 @@ def paths_calculate(
436
436
  ...
437
437
 
438
438
  def paths_clear(
439
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
440
- execution_context: str | int | None = None,
439
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
440
+ execution_context: int | str | None = None,
441
441
  undo: bool | None = None,
442
442
  *,
443
443
  only_selected: bool | typing.Any | None = False,
444
444
  ):
445
445
  """Undocumented, consider contributing.
446
446
 
447
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
448
- :type execution_context: str | int | None
447
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
448
+ :type execution_context: int | str | None
449
449
  :type undo: bool | None
450
450
  :param only_selected: Only Selected, Only clear motion paths of selected bones
451
451
  :type only_selected: bool | typing.Any | None
@@ -454,36 +454,36 @@ def paths_clear(
454
454
  ...
455
455
 
456
456
  def paths_range_update(
457
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
458
- execution_context: str | int | None = None,
457
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
458
+ execution_context: int | str | None = None,
459
459
  undo: bool | None = None,
460
460
  ):
461
461
  """Update frame range for motion paths from the Scene's current frame range
462
462
 
463
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
464
- :type execution_context: str | int | None
463
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
464
+ :type execution_context: int | str | None
465
465
  :type undo: bool | None
466
466
  """
467
467
 
468
468
  ...
469
469
 
470
470
  def paths_update(
471
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
472
- execution_context: str | int | None = None,
471
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
472
+ execution_context: int | str | None = None,
473
473
  undo: bool | None = None,
474
474
  ):
475
475
  """Recalculate paths for bones that already have them
476
476
 
477
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
478
- :type execution_context: str | int | None
477
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
478
+ :type execution_context: int | str | None
479
479
  :type undo: bool | None
480
480
  """
481
481
 
482
482
  ...
483
483
 
484
484
  def propagate(
485
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
486
- execution_context: str | int | None = None,
485
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
486
+ execution_context: int | str | None = None,
487
487
  undo: bool | None = None,
488
488
  *,
489
489
  mode: str | None = "NEXT_KEY",
@@ -491,8 +491,8 @@ def propagate(
491
491
  ):
492
492
  """Copy selected aspects of the current pose to subsequent poses already keyframed
493
493
 
494
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
495
- :type execution_context: str | int | None
494
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
495
+ :type execution_context: int | str | None
496
496
  :type undo: bool | None
497
497
  :param mode: Terminate Mode, Method used to determine when to stop propagating pose to keyframes
498
498
 
@@ -521,8 +521,8 @@ def propagate(
521
521
  ...
522
522
 
523
523
  def push(
524
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
525
- execution_context: str | int | None = None,
524
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
525
+ execution_context: int | str | None = None,
526
526
  undo: bool | None = None,
527
527
  *,
528
528
  factor: typing.Any | None = 0.5,
@@ -533,8 +533,8 @@ def push(
533
533
  ):
534
534
  """Exaggerate the current pose in regards to the breakdown pose
535
535
 
536
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
537
- :type execution_context: str | int | None
536
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
537
+ :type execution_context: int | str | None
538
538
  :type undo: bool | None
539
539
  :param factor: Factor, Weighting factor for which keyframe is favored more
540
540
  :type factor: typing.Any | None
@@ -581,22 +581,22 @@ def push(
581
581
  ...
582
582
 
583
583
  def quaternions_flip(
584
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
585
- execution_context: str | int | None = None,
584
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
585
+ execution_context: int | str | None = None,
586
586
  undo: bool | None = None,
587
587
  ):
588
588
  """Flip quaternion values to achieve desired rotations, while maintaining the same orientations
589
589
 
590
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
591
- :type execution_context: str | int | None
590
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
591
+ :type execution_context: int | str | None
592
592
  :type undo: bool | None
593
593
  """
594
594
 
595
595
  ...
596
596
 
597
597
  def relax(
598
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
599
- execution_context: str | int | None = None,
598
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
599
+ execution_context: int | str | None = None,
600
600
  undo: bool | None = None,
601
601
  *,
602
602
  factor: typing.Any | None = 0.5,
@@ -607,8 +607,8 @@ def relax(
607
607
  ):
608
608
  """Make the current pose more similar to its breakdown pose
609
609
 
610
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
611
- :type execution_context: str | int | None
610
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
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
614
614
  :type factor: typing.Any | None
@@ -655,16 +655,16 @@ def relax(
655
655
  ...
656
656
 
657
657
  def reveal(
658
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
659
- execution_context: str | int | None = None,
658
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
659
+ execution_context: int | str | None = None,
660
660
  undo: bool | None = None,
661
661
  *,
662
662
  select: bool | typing.Any | None = True,
663
663
  ):
664
664
  """Reveal all bones hidden in Pose Mode
665
665
 
666
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
667
- :type execution_context: str | int | None
666
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
667
+ :type execution_context: int | str | None
668
668
  :type undo: bool | None
669
669
  :param select: Select
670
670
  :type select: bool | typing.Any | None
@@ -673,30 +673,30 @@ def reveal(
673
673
  ...
674
674
 
675
675
  def rot_clear(
676
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
677
- execution_context: str | int | None = None,
676
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
677
+ execution_context: int | str | None = None,
678
678
  undo: bool | None = None,
679
679
  ):
680
680
  """Reset rotations of selected bones to their default values
681
681
 
682
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
683
- :type execution_context: str | int | None
682
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
683
+ :type execution_context: int | str | None
684
684
  :type undo: bool | None
685
685
  """
686
686
 
687
687
  ...
688
688
 
689
689
  def rotation_mode_set(
690
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
691
- execution_context: str | int | None = None,
690
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
691
+ execution_context: int | str | None = None,
692
692
  undo: bool | None = None,
693
693
  *,
694
694
  type: str | None = "QUATERNION",
695
695
  ):
696
696
  """Set the rotation representation used by selected bones
697
697
 
698
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
699
- :type execution_context: str | int | None
698
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
699
+ :type execution_context: int | str | None
700
700
  :type undo: bool | None
701
701
  :param type: Rotation Mode
702
702
  :type type: str | None
@@ -705,30 +705,30 @@ def rotation_mode_set(
705
705
  ...
706
706
 
707
707
  def scale_clear(
708
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
709
- execution_context: str | int | None = None,
708
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
709
+ execution_context: int | str | None = None,
710
710
  undo: bool | None = None,
711
711
  ):
712
712
  """Reset scaling of selected bones to their default values
713
713
 
714
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
715
- :type execution_context: str | int | None
714
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
715
+ :type execution_context: int | str | None
716
716
  :type undo: bool | None
717
717
  """
718
718
 
719
719
  ...
720
720
 
721
721
  def select_all(
722
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
723
- execution_context: str | int | None = None,
722
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
723
+ execution_context: int | str | None = None,
724
724
  undo: bool | None = None,
725
725
  *,
726
726
  action: str | None = "TOGGLE",
727
727
  ):
728
728
  """Toggle selection status of all bones
729
729
 
730
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
731
- :type execution_context: str | int | None
730
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
731
+ :type execution_context: int | str | None
732
732
  :type undo: bool | None
733
733
  :param action: Action, Selection action to execute
734
734
 
@@ -749,22 +749,22 @@ def select_all(
749
749
  ...
750
750
 
751
751
  def select_constraint_target(
752
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
753
- execution_context: str | int | None = None,
752
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
753
+ execution_context: int | str | None = None,
754
754
  undo: bool | None = None,
755
755
  ):
756
756
  """Select bones used as targets for the currently selected bones
757
757
 
758
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
759
- :type execution_context: str | int | None
758
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
759
+ :type execution_context: int | str | None
760
760
  :type undo: bool | None
761
761
  """
762
762
 
763
763
  ...
764
764
 
765
765
  def select_grouped(
766
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
767
- execution_context: str | int | None = None,
766
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
767
+ execution_context: int | str | None = None,
768
768
  undo: bool | None = None,
769
769
  *,
770
770
  extend: bool | typing.Any | None = False,
@@ -772,8 +772,8 @@ def select_grouped(
772
772
  ):
773
773
  """Select all visible bones grouped by similar properties
774
774
 
775
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
776
- :type execution_context: str | int | None
775
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
776
+ :type execution_context: int | str | None
777
777
  :type undo: bool | None
778
778
  :param extend: Extend, Extend selection instead of deselecting everything first
779
779
  :type extend: bool | typing.Any | None
@@ -793,8 +793,8 @@ def select_grouped(
793
793
  ...
794
794
 
795
795
  def select_hierarchy(
796
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
797
- execution_context: str | int | None = None,
796
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
797
+ execution_context: int | str | None = None,
798
798
  undo: bool | None = None,
799
799
  *,
800
800
  direction: str | None = "PARENT",
@@ -802,8 +802,8 @@ def select_hierarchy(
802
802
  ):
803
803
  """Select immediate parent/children of selected bones
804
804
 
805
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
806
- :type execution_context: str | int | None
805
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
806
+ :type execution_context: int | str | None
807
807
  :type undo: bool | None
808
808
  :param direction: Direction
809
809
  :type direction: str | None
@@ -814,30 +814,30 @@ def select_hierarchy(
814
814
  ...
815
815
 
816
816
  def select_linked(
817
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
818
- execution_context: str | int | None = None,
817
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
818
+ execution_context: int | str | None = None,
819
819
  undo: bool | None = None,
820
820
  ):
821
821
  """Select all bones linked by parent/child connections to the current selection
822
822
 
823
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
824
- :type execution_context: str | int | None
823
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
824
+ :type execution_context: int | str | None
825
825
  :type undo: bool | None
826
826
  """
827
827
 
828
828
  ...
829
829
 
830
830
  def select_linked_pick(
831
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
832
- execution_context: str | int | None = None,
831
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
832
+ execution_context: int | str | None = None,
833
833
  undo: bool | None = None,
834
834
  *,
835
835
  extend: bool | typing.Any | None = False,
836
836
  ):
837
837
  """Select bones linked by parent/child connections under the mouse cursor
838
838
 
839
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
840
- :type execution_context: str | int | None
839
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
840
+ :type execution_context: int | str | None
841
841
  :type undo: bool | None
842
842
  :param extend: Extend, Extend selection instead of deselecting everything first
843
843
  :type extend: bool | typing.Any | None
@@ -846,8 +846,8 @@ def select_linked_pick(
846
846
  ...
847
847
 
848
848
  def select_mirror(
849
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
850
- execution_context: str | int | None = None,
849
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
850
+ execution_context: int | str | None = None,
851
851
  undo: bool | None = None,
852
852
  *,
853
853
  only_active: bool | typing.Any | None = False,
@@ -855,8 +855,8 @@ def select_mirror(
855
855
  ):
856
856
  """Mirror the bone selection
857
857
 
858
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
859
- :type execution_context: str | int | None
858
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
859
+ :type execution_context: int | str | None
860
860
  :type undo: bool | None
861
861
  :param only_active: Active Only, Only operate on the active bone
862
862
  :type only_active: bool | typing.Any | None
@@ -867,44 +867,44 @@ def select_mirror(
867
867
  ...
868
868
 
869
869
  def select_parent(
870
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
871
- execution_context: str | int | None = None,
870
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
871
+ execution_context: int | str | None = None,
872
872
  undo: bool | None = None,
873
873
  ):
874
874
  """Select bones that are parents of the currently selected bones
875
875
 
876
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
877
- :type execution_context: str | int | None
876
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
877
+ :type execution_context: int | str | None
878
878
  :type undo: bool | None
879
879
  """
880
880
 
881
881
  ...
882
882
 
883
883
  def transforms_clear(
884
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
885
- execution_context: str | int | None = None,
884
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
885
+ execution_context: int | str | None = None,
886
886
  undo: bool | None = None,
887
887
  ):
888
888
  """Reset location, rotation, and scaling of selected bones to their default values
889
889
 
890
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
891
- :type execution_context: str | int | None
890
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
891
+ :type execution_context: int | str | None
892
892
  :type undo: bool | None
893
893
  """
894
894
 
895
895
  ...
896
896
 
897
897
  def user_transforms_clear(
898
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
899
- execution_context: str | int | None = None,
898
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
899
+ execution_context: int | str | None = None,
900
900
  undo: bool | None = None,
901
901
  *,
902
902
  only_selected: bool | typing.Any | None = True,
903
903
  ):
904
904
  """Reset pose bone transforms to keyframed state
905
905
 
906
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
907
- :type execution_context: str | int | None
906
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
907
+ :type execution_context: int | str | None
908
908
  :type undo: bool | None
909
909
  :param only_selected: Only Selected, Only visible/selected bones
910
910
  :type only_selected: bool | typing.Any | None
@@ -913,14 +913,14 @@ def user_transforms_clear(
913
913
  ...
914
914
 
915
915
  def visual_transform_apply(
916
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
917
- execution_context: str | int | None = None,
916
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
917
+ execution_context: int | str | None = None,
918
918
  undo: bool | None = None,
919
919
  ):
920
920
  """Apply final constrained position of pose bones to their transform
921
921
 
922
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
923
- :type execution_context: str | int | None
922
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
923
+ :type execution_context: int | str | None
924
924
  :type undo: bool | None
925
925
  """
926
926