fake-bpy-module 20240326__py3-none-any.whl → 20240329__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 (117) hide show
  1. aud/__init__.pyi +34 -96
  2. bgl/__init__.pyi +1265 -2417
  3. bl_math/__init__.pyi +3 -14
  4. bl_operators/presets/__init__.pyi +167 -0
  5. bl_operators/view3d/__init__.pyi +248 -0
  6. bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
  7. blf/__init__.pyi +13 -50
  8. bmesh/ops/__init__.pyi +68 -142
  9. bmesh/types/__init__.pyi +18 -44
  10. bmesh/utils/__init__.pyi +2 -6
  11. bpy/app/icons/__init__.pyi +2 -4
  12. bpy/app/timers/__init__.pyi +2 -6
  13. bpy/ops/action/__init__.pyi +92 -93
  14. bpy/ops/anim/__init__.pyi +104 -104
  15. bpy/ops/armature/__init__.pyi +108 -112
  16. bpy/ops/asset/__init__.pyi +32 -32
  17. bpy/ops/boid/__init__.pyi +18 -18
  18. bpy/ops/brush/__init__.pyi +18 -18
  19. bpy/ops/buttons/__init__.pyi +12 -12
  20. bpy/ops/cachefile/__init__.pyi +10 -10
  21. bpy/ops/camera/__init__.pyi +4 -4
  22. bpy/ops/clip/__init__.pyi +194 -195
  23. bpy/ops/cloth/__init__.pyi +2 -2
  24. bpy/ops/collection/__init__.pyi +10 -10
  25. bpy/ops/console/__init__.pyi +42 -42
  26. bpy/ops/constraint/__init__.pyi +36 -36
  27. bpy/ops/curve/__init__.pyi +114 -118
  28. bpy/ops/curves/__init__.pyi +55 -53
  29. bpy/ops/cycles/__init__.pyi +6 -6
  30. bpy/ops/dpaint/__init__.pyi +12 -12
  31. bpy/ops/ed/__init__.pyi +24 -24
  32. bpy/ops/export_anim/__init__.pyi +2 -2
  33. bpy/ops/export_mesh/__init__.pyi +2 -2
  34. bpy/ops/export_scene/__init__.pyi +7 -7
  35. bpy/ops/file/__init__.pyi +80 -83
  36. bpy/ops/fluid/__init__.pyi +28 -28
  37. bpy/ops/font/__init__.pyi +46 -46
  38. bpy/ops/geometry/__init__.pyi +38 -38
  39. bpy/ops/gizmogroup/__init__.pyi +4 -4
  40. bpy/ops/gpencil/__init__.pyi +308 -309
  41. bpy/ops/graph/__init__.pyi +150 -151
  42. bpy/ops/grease_pencil/__init__.pyi +114 -115
  43. bpy/ops/image/__init__.pyi +100 -100
  44. bpy/ops/import_anim/__init__.pyi +2 -2
  45. bpy/ops/import_curve/__init__.pyi +2 -2
  46. bpy/ops/import_mesh/__init__.pyi +2 -2
  47. bpy/ops/import_scene/__init__.pyi +6 -6
  48. bpy/ops/info/__init__.pyi +14 -14
  49. bpy/ops/lattice/__init__.pyi +16 -16
  50. bpy/ops/marker/__init__.pyi +22 -22
  51. bpy/ops/mask/__init__.pyi +90 -91
  52. bpy/ops/material/__init__.pyi +6 -6
  53. bpy/ops/mball/__init__.pyi +20 -21
  54. bpy/ops/mesh/__init__.pyi +429 -427
  55. bpy/ops/nla/__init__.pyi +90 -91
  56. bpy/ops/node/__init__.pyi +242 -243
  57. bpy/ops/object/__init__.pyi +572 -567
  58. bpy/ops/outliner/__init__.pyi +142 -142
  59. bpy/ops/paint/__init__.pyi +182 -126
  60. bpy/ops/paintcurve/__init__.pyi +20 -20
  61. bpy/ops/palette/__init__.pyi +14 -14
  62. bpy/ops/particle/__init__.pyi +72 -72
  63. bpy/ops/pose/__init__.pyi +90 -90
  64. bpy/ops/poselib/__init__.pyi +18 -18
  65. bpy/ops/preferences/__init__.pyi +76 -76
  66. bpy/ops/ptcache/__init__.pyi +14 -14
  67. bpy/ops/render/__init__.pyi +24 -24
  68. bpy/ops/rigidbody/__init__.pyi +34 -34
  69. bpy/ops/scene/__init__.pyi +86 -86
  70. bpy/ops/screen/__init__.pyi +84 -84
  71. bpy/ops/script/__init__.pyi +6 -6
  72. bpy/ops/sculpt/__init__.pyi +80 -62
  73. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  74. bpy/ops/sequencer/__init__.pyi +184 -185
  75. bpy/ops/sound/__init__.pyi +16 -16
  76. bpy/ops/spreadsheet/__init__.pyi +8 -8
  77. bpy/ops/surface/__init__.pyi +12 -12
  78. bpy/ops/text/__init__.pyi +86 -86
  79. bpy/ops/text_editor/__init__.pyi +2 -2
  80. bpy/ops/texture/__init__.pyi +8 -8
  81. bpy/ops/transform/__init__.pyi +112 -112
  82. bpy/ops/ui/__init__.pyi +64 -64
  83. bpy/ops/uilist/__init__.pyi +6 -6
  84. bpy/ops/uv/__init__.pyi +104 -105
  85. bpy/ops/view2d/__init__.pyi +28 -28
  86. bpy/ops/view3d/__init__.pyi +134 -134
  87. bpy/ops/wm/__init__.pyi +253 -230
  88. bpy/ops/workspace/__init__.pyi +14 -14
  89. bpy/ops/world/__init__.pyi +2 -2
  90. bpy/props/__init__.pyi +29 -52
  91. bpy/types/__init__.pyi +4648 -3095
  92. bpy/utils/__init__.pyi +3 -6
  93. bpy/utils/units/__init__.pyi +3 -6
  94. bpy_extras/io_utils/__init__.pyi +8 -0
  95. bpy_types/__init__.pyi +3 -0
  96. {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
  97. {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +117 -117
  98. freestyle/chainingiterators/__init__.pyi +5 -12
  99. freestyle/functions/__init__.pyi +19 -73
  100. freestyle/predicates/__init__.pyi +8 -21
  101. freestyle/shaders/__init__.pyi +32 -81
  102. freestyle/types/__init__.pyi +100 -270
  103. freestyle/utils/ContextFunctions/__init__.pyi +7 -27
  104. freestyle/utils/__init__.pyi +1 -2
  105. gpu/capabilities/__init__.pyi +15 -32
  106. gpu/matrix/__init__.pyi +1 -2
  107. gpu/state/__init__.pyi +4 -10
  108. gpu/types/__init__.pyi +29 -87
  109. gpu_extras/presets/__init__.pyi +4 -16
  110. imbuf/types/__init__.pyi +4 -10
  111. mathutils/__init__.pyi +106 -257
  112. mathutils/bvhtree/__init__.pyi +7 -15
  113. mathutils/geometry/__init__.pyi +9 -18
  114. mathutils/kdtree/__init__.pyi +4 -11
  115. mathutils/noise/__init__.pyi +41 -82
  116. {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
  117. {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
@@ -1,18 +1,17 @@
1
1
  import typing
2
- import bpy.ops.transform
3
2
  import bpy.types
4
3
 
5
4
  GenericType = typing.TypeVar("GenericType")
6
5
 
7
6
  def bake_keys(
8
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
9
- execution_context: typing.Union[str, int] = None,
8
+ execution_context: str = None,
10
9
  undo: bool = None,
11
10
  ):
12
11
  """Add keyframes on every frame between the selected keyframes
13
12
 
14
13
  :type override_context: typing.Union[dict, bpy.types.Context]
15
- :type execution_context: typing.Union[str, int]
14
+ :type execution_context: str
16
15
  :type undo: bool
17
16
  """
18
17
 
@@ -20,7 +19,7 @@ def bake_keys(
20
19
 
21
20
  def clean(
22
21
  override_context: typing.Union[dict, bpy.types.Context] = None,
23
- execution_context: typing.Union[str, int] = None,
22
+ execution_context: str = None,
24
23
  undo: bool = None,
25
24
  threshold: typing.Any = 0.001,
26
25
  channels: typing.Union[bool, typing.Any] = False,
@@ -28,7 +27,7 @@ def clean(
28
27
  """Simplify F-Curves by removing closely spaced keyframes
29
28
 
30
29
  :type override_context: typing.Union[dict, bpy.types.Context]
31
- :type execution_context: typing.Union[str, int]
30
+ :type execution_context: str
32
31
  :type undo: bool
33
32
  :param threshold: Threshold
34
33
  :type threshold: typing.Any
@@ -40,7 +39,7 @@ def clean(
40
39
 
41
40
  def clickselect(
42
41
  override_context: typing.Union[dict, bpy.types.Context] = None,
43
- execution_context: typing.Union[str, int] = None,
42
+ execution_context: str = None,
44
43
  undo: bool = None,
45
44
  wait_to_deselect_others: typing.Union[bool, typing.Any] = False,
46
45
  mouse_x: typing.Any = 0,
@@ -53,7 +52,7 @@ def clickselect(
53
52
  """Select keyframes by clicking on them
54
53
 
55
54
  :type override_context: typing.Union[dict, bpy.types.Context]
56
- :type execution_context: typing.Union[str, int]
55
+ :type execution_context: str
57
56
  :type undo: bool
58
57
  :param wait_to_deselect_others: Wait to Deselect Others
59
58
  :type wait_to_deselect_others: typing.Union[bool, typing.Any]
@@ -75,13 +74,13 @@ def clickselect(
75
74
 
76
75
  def copy(
77
76
  override_context: typing.Union[dict, bpy.types.Context] = None,
78
- execution_context: typing.Union[str, int] = None,
77
+ execution_context: str = None,
79
78
  undo: bool = None,
80
79
  ):
81
80
  """Copy selected keyframes to the internal clipboard
82
81
 
83
82
  :type override_context: typing.Union[dict, bpy.types.Context]
84
- :type execution_context: typing.Union[str, int]
83
+ :type execution_context: str
85
84
  :type undo: bool
86
85
  """
87
86
 
@@ -89,14 +88,14 @@ def copy(
89
88
 
90
89
  def delete(
91
90
  override_context: typing.Union[dict, bpy.types.Context] = None,
92
- execution_context: typing.Union[str, int] = None,
91
+ execution_context: str = None,
93
92
  undo: bool = None,
94
93
  confirm: typing.Union[bool, typing.Any] = True,
95
94
  ):
96
95
  """Remove all selected keyframes
97
96
 
98
97
  :type override_context: typing.Union[dict, bpy.types.Context]
99
- :type execution_context: typing.Union[str, int]
98
+ :type execution_context: str
100
99
  :type undo: bool
101
100
  :param confirm: Confirm, Prompt for confirmation
102
101
  :type confirm: typing.Union[bool, typing.Any]
@@ -106,13 +105,13 @@ def delete(
106
105
 
107
106
  def duplicate(
108
107
  override_context: typing.Union[dict, bpy.types.Context] = None,
109
- execution_context: typing.Union[str, int] = None,
108
+ execution_context: str = None,
110
109
  undo: bool = None,
111
110
  ):
112
111
  """Make a copy of all selected keyframes
113
112
 
114
113
  :type override_context: typing.Union[dict, bpy.types.Context]
115
- :type execution_context: typing.Union[str, int]
114
+ :type execution_context: str
116
115
  :type undo: bool
117
116
  """
118
117
 
@@ -120,51 +119,51 @@ def duplicate(
120
119
 
121
120
  def duplicate_move(
122
121
  override_context: typing.Union[dict, bpy.types.Context] = None,
123
- execution_context: typing.Union[str, int] = None,
122
+ execution_context: str = None,
124
123
  undo: bool = None,
125
- ACTION_OT_duplicate: duplicate = None,
126
- TRANSFORM_OT_transform: bpy.ops.transform.transform = None,
124
+ ACTION_OT_duplicate: typing.Any = None,
125
+ TRANSFORM_OT_transform: typing.Any = None,
127
126
  ):
128
127
  """Make a copy of all selected keyframes and move them
129
128
 
130
129
  :type override_context: typing.Union[dict, bpy.types.Context]
131
- :type execution_context: typing.Union[str, int]
130
+ :type execution_context: str
132
131
  :type undo: bool
133
132
  :param ACTION_OT_duplicate: Duplicate Keyframes, Make a copy of all selected keyframes
134
- :type ACTION_OT_duplicate: duplicate
133
+ :type ACTION_OT_duplicate: typing.Any
135
134
  :param TRANSFORM_OT_transform: Transform, Transform selected items by mode type
136
- :type TRANSFORM_OT_transform: bpy.ops.transform.transform
135
+ :type TRANSFORM_OT_transform: typing.Any
137
136
  """
138
137
 
139
138
  ...
140
139
 
141
140
  def easing_type(
142
141
  override_context: typing.Union[dict, bpy.types.Context] = None,
143
- execution_context: typing.Union[str, int] = None,
142
+ execution_context: str = None,
144
143
  undo: bool = None,
145
- type: typing.Any = "AUTO",
144
+ type: typing.Union[str, int] = "AUTO",
146
145
  ):
147
146
  """Set easing type for the F-Curve segments starting from the selected keyframes
148
147
 
149
148
  :type override_context: typing.Union[dict, bpy.types.Context]
150
- :type execution_context: typing.Union[str, int]
149
+ :type execution_context: str
151
150
  :type undo: bool
152
151
  :param type: Type
153
- :type type: typing.Any
152
+ :type type: typing.Union[str, int]
154
153
  """
155
154
 
156
155
  ...
157
156
 
158
157
  def extrapolation_type(
159
158
  override_context: typing.Union[dict, bpy.types.Context] = None,
160
- execution_context: typing.Union[str, int] = None,
159
+ execution_context: str = None,
161
160
  undo: bool = None,
162
161
  type: typing.Any = "CONSTANT",
163
162
  ):
164
163
  """Set extrapolation mode for selected F-Curves
165
164
 
166
165
  :type override_context: typing.Union[dict, bpy.types.Context]
167
- :type execution_context: typing.Union[str, int]
166
+ :type execution_context: str
168
167
  :type undo: bool
169
168
  :param type: Type
170
169
 
@@ -186,13 +185,13 @@ def extrapolation_type(
186
185
 
187
186
  def frame_jump(
188
187
  override_context: typing.Union[dict, bpy.types.Context] = None,
189
- execution_context: typing.Union[str, int] = None,
188
+ execution_context: str = None,
190
189
  undo: bool = None,
191
190
  ):
192
191
  """Set the current frame to the average frame value of selected keyframes
193
192
 
194
193
  :type override_context: typing.Union[dict, bpy.types.Context]
195
- :type execution_context: typing.Union[str, int]
194
+ :type execution_context: str
196
195
  :type undo: bool
197
196
  """
198
197
 
@@ -200,48 +199,48 @@ def frame_jump(
200
199
 
201
200
  def handle_type(
202
201
  override_context: typing.Union[dict, bpy.types.Context] = None,
203
- execution_context: typing.Union[str, int] = None,
202
+ execution_context: str = None,
204
203
  undo: bool = None,
205
- type: typing.Any = "FREE",
204
+ type: typing.Union[str, int] = "FREE",
206
205
  ):
207
206
  """Set type of handle for selected keyframes
208
207
 
209
208
  :type override_context: typing.Union[dict, bpy.types.Context]
210
- :type execution_context: typing.Union[str, int]
209
+ :type execution_context: str
211
210
  :type undo: bool
212
211
  :param type: Type
213
- :type type: typing.Any
212
+ :type type: typing.Union[str, int]
214
213
  """
215
214
 
216
215
  ...
217
216
 
218
217
  def interpolation_type(
219
218
  override_context: typing.Union[dict, bpy.types.Context] = None,
220
- execution_context: typing.Union[str, int] = None,
219
+ execution_context: str = None,
221
220
  undo: bool = None,
222
- type: typing.Any = "CONSTANT",
221
+ type: typing.Union[str, int] = "CONSTANT",
223
222
  ):
224
223
  """Set interpolation mode for the F-Curve segments starting from the selected keyframes
225
224
 
226
225
  :type override_context: typing.Union[dict, bpy.types.Context]
227
- :type execution_context: typing.Union[str, int]
226
+ :type execution_context: str
228
227
  :type undo: bool
229
228
  :param type: Type
230
- :type type: typing.Any
229
+ :type type: typing.Union[str, int]
231
230
  """
232
231
 
233
232
  ...
234
233
 
235
234
  def keyframe_insert(
236
235
  override_context: typing.Union[dict, bpy.types.Context] = None,
237
- execution_context: typing.Union[str, int] = None,
236
+ execution_context: str = None,
238
237
  undo: bool = None,
239
238
  type: typing.Any = "ALL",
240
239
  ):
241
240
  """Insert keyframes for the specified channels
242
241
 
243
242
  :type override_context: typing.Union[dict, bpy.types.Context]
244
- :type execution_context: typing.Union[str, int]
243
+ :type execution_context: str
245
244
  :type undo: bool
246
245
  :param type: Type
247
246
  :type type: typing.Any
@@ -251,30 +250,30 @@ def keyframe_insert(
251
250
 
252
251
  def keyframe_type(
253
252
  override_context: typing.Union[dict, bpy.types.Context] = None,
254
- execution_context: typing.Union[str, int] = None,
253
+ execution_context: str = None,
255
254
  undo: bool = None,
256
- type: typing.Any = "KEYFRAME",
255
+ type: typing.Union[str, int] = "KEYFRAME",
257
256
  ):
258
257
  """Set type of keyframe for the selected keyframes
259
258
 
260
259
  :type override_context: typing.Union[dict, bpy.types.Context]
261
- :type execution_context: typing.Union[str, int]
260
+ :type execution_context: str
262
261
  :type undo: bool
263
262
  :param type: Type
264
- :type type: typing.Any
263
+ :type type: typing.Union[str, int]
265
264
  """
266
265
 
267
266
  ...
268
267
 
269
268
  def layer_next(
270
269
  override_context: typing.Union[dict, bpy.types.Context] = None,
271
- execution_context: typing.Union[str, int] = None,
270
+ execution_context: str = None,
272
271
  undo: bool = None,
273
272
  ):
274
273
  """Switch to editing action in animation layer above the current action in the NLA Stack
275
274
 
276
275
  :type override_context: typing.Union[dict, bpy.types.Context]
277
- :type execution_context: typing.Union[str, int]
276
+ :type execution_context: str
278
277
  :type undo: bool
279
278
  """
280
279
 
@@ -282,13 +281,13 @@ def layer_next(
282
281
 
283
282
  def layer_prev(
284
283
  override_context: typing.Union[dict, bpy.types.Context] = None,
285
- execution_context: typing.Union[str, int] = None,
284
+ execution_context: str = None,
286
285
  undo: bool = None,
287
286
  ):
288
287
  """Switch to editing action in animation layer below the current action in the NLA Stack
289
288
 
290
289
  :type override_context: typing.Union[dict, bpy.types.Context]
291
- :type execution_context: typing.Union[str, int]
290
+ :type execution_context: str
292
291
  :type undo: bool
293
292
  """
294
293
 
@@ -296,13 +295,13 @@ def layer_prev(
296
295
 
297
296
  def markers_make_local(
298
297
  override_context: typing.Union[dict, bpy.types.Context] = None,
299
- execution_context: typing.Union[str, int] = None,
298
+ execution_context: str = None,
300
299
  undo: bool = None,
301
300
  ):
302
301
  """Move selected scene markers to the active Action as local 'pose' markers
303
302
 
304
303
  :type override_context: typing.Union[dict, bpy.types.Context]
305
- :type execution_context: typing.Union[str, int]
304
+ :type execution_context: str
306
305
  :type undo: bool
307
306
  """
308
307
 
@@ -310,14 +309,14 @@ def markers_make_local(
310
309
 
311
310
  def mirror(
312
311
  override_context: typing.Union[dict, bpy.types.Context] = None,
313
- execution_context: typing.Union[str, int] = None,
312
+ execution_context: str = None,
314
313
  undo: bool = None,
315
314
  type: typing.Any = "CFRA",
316
315
  ):
317
316
  """Flip selected keyframes over the selected mirror line
318
317
 
319
318
  :type override_context: typing.Union[dict, bpy.types.Context]
320
- :type execution_context: typing.Union[str, int]
319
+ :type execution_context: str
321
320
  :type undo: bool
322
321
  :param type: Type
323
322
 
@@ -336,13 +335,13 @@ def mirror(
336
335
 
337
336
  def new(
338
337
  override_context: typing.Union[dict, bpy.types.Context] = None,
339
- execution_context: typing.Union[str, int] = None,
338
+ execution_context: str = None,
340
339
  undo: bool = None,
341
340
  ):
342
341
  """Create new action
343
342
 
344
343
  :type override_context: typing.Union[dict, bpy.types.Context]
345
- :type execution_context: typing.Union[str, int]
344
+ :type execution_context: str
346
345
  :type undo: bool
347
346
  """
348
347
 
@@ -350,21 +349,21 @@ def new(
350
349
 
351
350
  def paste(
352
351
  override_context: typing.Union[dict, bpy.types.Context] = None,
353
- execution_context: typing.Union[str, int] = None,
352
+ execution_context: str = None,
354
353
  undo: bool = None,
355
- offset: typing.Any = "START",
356
- merge: typing.Any = "MIX",
354
+ offset: typing.Union[str, int] = "START",
355
+ merge: typing.Union[str, int] = "MIX",
357
356
  flipped: typing.Union[bool, typing.Any] = False,
358
357
  ):
359
358
  """Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
360
359
 
361
360
  :type override_context: typing.Union[dict, bpy.types.Context]
362
- :type execution_context: typing.Union[str, int]
361
+ :type execution_context: str
363
362
  :type undo: bool
364
363
  :param offset: Offset, Paste time offset of keys
365
- :type offset: typing.Any
364
+ :type offset: typing.Union[str, int]
366
365
  :param merge: Type, Method of merging pasted keys and existing
367
- :type merge: typing.Any
366
+ :type merge: typing.Union[str, int]
368
367
  :param flipped: Flipped, Paste keyframes from mirrored bones if they exist
369
368
  :type flipped: typing.Union[bool, typing.Any]
370
369
  """
@@ -373,13 +372,13 @@ def paste(
373
372
 
374
373
  def previewrange_set(
375
374
  override_context: typing.Union[dict, bpy.types.Context] = None,
376
- execution_context: typing.Union[str, int] = None,
375
+ execution_context: str = None,
377
376
  undo: bool = None,
378
377
  ):
379
378
  """Set Preview Range based on extents of selected Keyframes
380
379
 
381
380
  :type override_context: typing.Union[dict, bpy.types.Context]
382
- :type execution_context: typing.Union[str, int]
381
+ :type execution_context: str
383
382
  :type undo: bool
384
383
  """
385
384
 
@@ -387,13 +386,13 @@ def previewrange_set(
387
386
 
388
387
  def push_down(
389
388
  override_context: typing.Union[dict, bpy.types.Context] = None,
390
- execution_context: typing.Union[str, int] = None,
389
+ execution_context: str = None,
391
390
  undo: bool = None,
392
391
  ):
393
392
  """Push action down on to the NLA stack as a new strip
394
393
 
395
394
  :type override_context: typing.Union[dict, bpy.types.Context]
396
- :type execution_context: typing.Union[str, int]
395
+ :type execution_context: str
397
396
  :type undo: bool
398
397
  """
399
398
 
@@ -401,14 +400,14 @@ def push_down(
401
400
 
402
401
  def select_all(
403
402
  override_context: typing.Union[dict, bpy.types.Context] = None,
404
- execution_context: typing.Union[str, int] = None,
403
+ execution_context: str = None,
405
404
  undo: bool = None,
406
405
  action: typing.Any = "TOGGLE",
407
406
  ):
408
407
  """Toggle selection of all keyframes
409
408
 
410
409
  :type override_context: typing.Union[dict, bpy.types.Context]
411
- :type execution_context: typing.Union[str, int]
410
+ :type execution_context: str
412
411
  :type undo: bool
413
412
  :param action: Action, Selection action to execute
414
413
 
@@ -430,7 +429,7 @@ def select_all(
430
429
 
431
430
  def select_box(
432
431
  override_context: typing.Union[dict, bpy.types.Context] = None,
433
- execution_context: typing.Union[str, int] = None,
432
+ execution_context: str = None,
434
433
  undo: bool = None,
435
434
  axis_range: typing.Union[bool, typing.Any] = False,
436
435
  xmin: typing.Any = 0,
@@ -444,7 +443,7 @@ def select_box(
444
443
  """Select all keyframes within the specified region
445
444
 
446
445
  :type override_context: typing.Union[dict, bpy.types.Context]
447
- :type execution_context: typing.Union[str, int]
446
+ :type execution_context: str
448
447
  :type undo: bool
449
448
  :param axis_range: Axis Range
450
449
  :type axis_range: typing.Union[bool, typing.Any]
@@ -477,7 +476,7 @@ def select_box(
477
476
 
478
477
  def select_circle(
479
478
  override_context: typing.Union[dict, bpy.types.Context] = None,
480
- execution_context: typing.Union[str, int] = None,
479
+ execution_context: str = None,
481
480
  undo: bool = None,
482
481
  x: typing.Any = 0,
483
482
  y: typing.Any = 0,
@@ -488,7 +487,7 @@ def select_circle(
488
487
  """Select keyframe points using circle selection
489
488
 
490
489
  :type override_context: typing.Union[dict, bpy.types.Context]
491
- :type execution_context: typing.Union[str, int]
490
+ :type execution_context: str
492
491
  :type undo: bool
493
492
  :param x: X
494
493
  :type x: typing.Any
@@ -515,14 +514,14 @@ def select_circle(
515
514
 
516
515
  def select_column(
517
516
  override_context: typing.Union[dict, bpy.types.Context] = None,
518
- execution_context: typing.Union[str, int] = None,
517
+ execution_context: str = None,
519
518
  undo: bool = None,
520
519
  mode: typing.Any = "KEYS",
521
520
  ):
522
521
  """Select all keyframes on the specified frame(s)
523
522
 
524
523
  :type override_context: typing.Union[dict, bpy.types.Context]
525
- :type execution_context: typing.Union[str, int]
524
+ :type execution_context: str
526
525
  :type undo: bool
527
526
  :param mode: Mode
528
527
  :type mode: typing.Any
@@ -532,7 +531,7 @@ def select_column(
532
531
 
533
532
  def select_lasso(
534
533
  override_context: typing.Union[dict, bpy.types.Context] = None,
535
- execution_context: typing.Union[str, int] = None,
534
+ execution_context: str = None,
536
535
  undo: bool = None,
537
536
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
538
537
  mode: typing.Any = "SET",
@@ -540,7 +539,7 @@ def select_lasso(
540
539
  """Select keyframe points using lasso selection
541
540
 
542
541
  :type override_context: typing.Union[dict, bpy.types.Context]
543
- :type execution_context: typing.Union[str, int]
542
+ :type execution_context: str
544
543
  :type undo: bool
545
544
  :param path: Path
546
545
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
@@ -561,7 +560,7 @@ def select_lasso(
561
560
 
562
561
  def select_leftright(
563
562
  override_context: typing.Union[dict, bpy.types.Context] = None,
564
- execution_context: typing.Union[str, int] = None,
563
+ execution_context: str = None,
565
564
  undo: bool = None,
566
565
  mode: typing.Any = "CHECK",
567
566
  extend: typing.Union[bool, typing.Any] = False,
@@ -569,7 +568,7 @@ def select_leftright(
569
568
  """Select keyframes to the left or the right of the current frame
570
569
 
571
570
  :type override_context: typing.Union[dict, bpy.types.Context]
572
- :type execution_context: typing.Union[str, int]
571
+ :type execution_context: str
573
572
  :type undo: bool
574
573
  :param mode: Mode
575
574
  :type mode: typing.Any
@@ -581,13 +580,13 @@ def select_leftright(
581
580
 
582
581
  def select_less(
583
582
  override_context: typing.Union[dict, bpy.types.Context] = None,
584
- execution_context: typing.Union[str, int] = None,
583
+ execution_context: str = None,
585
584
  undo: bool = None,
586
585
  ):
587
586
  """Deselect keyframes on ends of selection islands
588
587
 
589
588
  :type override_context: typing.Union[dict, bpy.types.Context]
590
- :type execution_context: typing.Union[str, int]
589
+ :type execution_context: str
591
590
  :type undo: bool
592
591
  """
593
592
 
@@ -595,13 +594,13 @@ def select_less(
595
594
 
596
595
  def select_linked(
597
596
  override_context: typing.Union[dict, bpy.types.Context] = None,
598
- execution_context: typing.Union[str, int] = None,
597
+ execution_context: str = None,
599
598
  undo: bool = None,
600
599
  ):
601
600
  """Select keyframes occurring in the same F-Curves as selected ones
602
601
 
603
602
  :type override_context: typing.Union[dict, bpy.types.Context]
604
- :type execution_context: typing.Union[str, int]
603
+ :type execution_context: str
605
604
  :type undo: bool
606
605
  """
607
606
 
@@ -609,13 +608,13 @@ def select_linked(
609
608
 
610
609
  def select_more(
611
610
  override_context: typing.Union[dict, bpy.types.Context] = None,
612
- execution_context: typing.Union[str, int] = None,
611
+ execution_context: str = None,
613
612
  undo: bool = None,
614
613
  ):
615
614
  """Select keyframes beside already selected ones
616
615
 
617
616
  :type override_context: typing.Union[dict, bpy.types.Context]
618
- :type execution_context: typing.Union[str, int]
617
+ :type execution_context: str
619
618
  :type undo: bool
620
619
  """
621
620
 
@@ -623,14 +622,14 @@ def select_more(
623
622
 
624
623
  def snap(
625
624
  override_context: typing.Union[dict, bpy.types.Context] = None,
626
- execution_context: typing.Union[str, int] = None,
625
+ execution_context: str = None,
627
626
  undo: bool = None,
628
627
  type: typing.Any = "CFRA",
629
628
  ):
630
629
  """Snap selected keyframes to the times specified
631
630
 
632
631
  :type override_context: typing.Union[dict, bpy.types.Context]
633
- :type execution_context: typing.Union[str, int]
632
+ :type execution_context: str
634
633
  :type undo: bool
635
634
  :param type: Type
636
635
 
@@ -652,14 +651,14 @@ def snap(
652
651
 
653
652
  def stash(
654
653
  override_context: typing.Union[dict, bpy.types.Context] = None,
655
- execution_context: typing.Union[str, int] = None,
654
+ execution_context: str = None,
656
655
  undo: bool = None,
657
656
  create_new: typing.Union[bool, typing.Any] = True,
658
657
  ):
659
658
  """Store this action in the NLA stack as a non-contributing strip for later use
660
659
 
661
660
  :type override_context: typing.Union[dict, bpy.types.Context]
662
- :type execution_context: typing.Union[str, int]
661
+ :type execution_context: str
663
662
  :type undo: bool
664
663
  :param create_new: Create New Action, Create a new action once the existing one has been safely stored
665
664
  :type create_new: typing.Union[bool, typing.Any]
@@ -669,13 +668,13 @@ def stash(
669
668
 
670
669
  def stash_and_create(
671
670
  override_context: typing.Union[dict, bpy.types.Context] = None,
672
- execution_context: typing.Union[str, int] = None,
671
+ execution_context: str = None,
673
672
  undo: bool = None,
674
673
  ):
675
674
  """Store this action in the NLA stack as a non-contributing strip for later use, and create a new action
676
675
 
677
676
  :type override_context: typing.Union[dict, bpy.types.Context]
678
- :type execution_context: typing.Union[str, int]
677
+ :type execution_context: str
679
678
  :type undo: bool
680
679
  """
681
680
 
@@ -683,14 +682,14 @@ def stash_and_create(
683
682
 
684
683
  def unlink(
685
684
  override_context: typing.Union[dict, bpy.types.Context] = None,
686
- execution_context: typing.Union[str, int] = None,
685
+ execution_context: str = None,
687
686
  undo: bool = None,
688
687
  force_delete: typing.Union[bool, typing.Any] = False,
689
688
  ):
690
689
  """Unlink this action from the active action slot (and/or exit Tweak Mode)
691
690
 
692
691
  :type override_context: typing.Union[dict, bpy.types.Context]
693
- :type execution_context: typing.Union[str, int]
692
+ :type execution_context: str
694
693
  :type undo: bool
695
694
  :param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-block's NLA stack
696
695
  :type force_delete: typing.Union[bool, typing.Any]
@@ -700,13 +699,13 @@ def unlink(
700
699
 
701
700
  def view_all(
702
701
  override_context: typing.Union[dict, bpy.types.Context] = None,
703
- execution_context: typing.Union[str, int] = None,
702
+ execution_context: str = None,
704
703
  undo: bool = None,
705
704
  ):
706
705
  """Reset viewable area to show full keyframe range
707
706
 
708
707
  :type override_context: typing.Union[dict, bpy.types.Context]
709
- :type execution_context: typing.Union[str, int]
708
+ :type execution_context: str
710
709
  :type undo: bool
711
710
  """
712
711
 
@@ -714,13 +713,13 @@ def view_all(
714
713
 
715
714
  def view_frame(
716
715
  override_context: typing.Union[dict, bpy.types.Context] = None,
717
- execution_context: typing.Union[str, int] = None,
716
+ execution_context: str = None,
718
717
  undo: bool = None,
719
718
  ):
720
719
  """Move the view to the current frame
721
720
 
722
721
  :type override_context: typing.Union[dict, bpy.types.Context]
723
- :type execution_context: typing.Union[str, int]
722
+ :type execution_context: str
724
723
  :type undo: bool
725
724
  """
726
725
 
@@ -728,13 +727,13 @@ def view_frame(
728
727
 
729
728
  def view_selected(
730
729
  override_context: typing.Union[dict, bpy.types.Context] = None,
731
- execution_context: typing.Union[str, int] = None,
730
+ execution_context: str = None,
732
731
  undo: bool = None,
733
732
  ):
734
733
  """Reset viewable area to show selected keyframes range
735
734
 
736
735
  :type override_context: typing.Union[dict, bpy.types.Context]
737
- :type execution_context: typing.Union[str, int]
736
+ :type execution_context: str
738
737
  :type undo: bool
739
738
  """
740
739