fake-bpy-module 20240531__py3-none-any.whl → 20240604__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 (107) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/space_sequencer/__init__.pyi +14 -0
  4. bl_ui/space_userpref/__init__.pyi +234 -0
  5. bl_ui/space_view3d/__init__.pyi +810 -0
  6. blf/__init__.pyi +4 -4
  7. bmesh/ops/__init__.pyi +97 -82
  8. bmesh/types/__init__.pyi +43 -40
  9. bmesh/utils/__init__.pyi +2 -4
  10. bpy/ops/action/__init__.pyi +152 -152
  11. bpy/ops/anim/__init__.pyi +216 -216
  12. bpy/ops/armature/__init__.pyi +192 -192
  13. bpy/ops/asset/__init__.pyi +64 -64
  14. bpy/ops/boid/__init__.pyi +32 -32
  15. bpy/ops/brush/__init__.pyi +36 -36
  16. bpy/ops/buttons/__init__.pyi +24 -24
  17. bpy/ops/cachefile/__init__.pyi +20 -20
  18. bpy/ops/camera/__init__.pyi +8 -8
  19. bpy/ops/clip/__init__.pyi +368 -368
  20. bpy/ops/cloth/__init__.pyi +4 -4
  21. bpy/ops/collection/__init__.pyi +36 -36
  22. bpy/ops/console/__init__.pyi +84 -84
  23. bpy/ops/constraint/__init__.pyi +72 -72
  24. bpy/ops/curve/__init__.pyi +204 -204
  25. bpy/ops/curves/__init__.pyi +108 -108
  26. bpy/ops/cycles/__init__.pyi +12 -12
  27. bpy/ops/dpaint/__init__.pyi +20 -20
  28. bpy/ops/ed/__init__.pyi +48 -48
  29. bpy/ops/export_anim/__init__.pyi +4 -4
  30. bpy/ops/export_scene/__init__.pyi +8 -8
  31. bpy/ops/extensions/__init__.pyi +130 -110
  32. bpy/ops/file/__init__.pyi +160 -160
  33. bpy/ops/fluid/__init__.pyi +56 -56
  34. bpy/ops/font/__init__.pyi +92 -92
  35. bpy/ops/geometry/__init__.pyi +40 -40
  36. bpy/ops/gizmogroup/__init__.pyi +8 -8
  37. bpy/ops/gpencil/__init__.pyi +600 -600
  38. bpy/ops/graph/__init__.pyi +260 -260
  39. bpy/ops/grease_pencil/__init__.pyi +292 -292
  40. bpy/ops/image/__init__.pyi +192 -192
  41. bpy/ops/import_anim/__init__.pyi +4 -4
  42. bpy/ops/import_curve/__init__.pyi +4 -4
  43. bpy/ops/import_scene/__init__.pyi +8 -8
  44. bpy/ops/info/__init__.pyi +28 -28
  45. bpy/ops/lattice/__init__.pyi +32 -32
  46. bpy/ops/marker/__init__.pyi +44 -44
  47. bpy/ops/mask/__init__.pyi +156 -156
  48. bpy/ops/material/__init__.pyi +12 -12
  49. bpy/ops/mball/__init__.pyi +32 -32
  50. bpy/ops/mesh/__init__.pyi +652 -652
  51. bpy/ops/nla/__init__.pyi +156 -156
  52. bpy/ops/node/__init__.pyi +450 -404
  53. bpy/ops/object/__init__.pyi +984 -987
  54. bpy/ops/outliner/__init__.pyi +284 -284
  55. bpy/ops/paint/__init__.pyi +220 -220
  56. bpy/ops/paintcurve/__init__.pyi +32 -32
  57. bpy/ops/palette/__init__.pyi +28 -28
  58. bpy/ops/particle/__init__.pyi +144 -144
  59. bpy/ops/pose/__init__.pyi +156 -156
  60. bpy/ops/poselib/__init__.pyi +36 -36
  61. bpy/ops/preferences/__init__.pyi +151 -148
  62. bpy/ops/ptcache/__init__.pyi +28 -28
  63. bpy/ops/render/__init__.pyi +48 -48
  64. bpy/ops/rigidbody/__init__.pyi +52 -52
  65. bpy/ops/scene/__init__.pyi +156 -156
  66. bpy/ops/screen/__init__.pyi +156 -156
  67. bpy/ops/script/__init__.pyi +12 -12
  68. bpy/ops/sculpt/__init__.pyi +144 -144
  69. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  70. bpy/ops/sequencer/__init__.pyi +364 -340
  71. bpy/ops/sound/__init__.pyi +28 -28
  72. bpy/ops/spreadsheet/__init__.pyi +16 -16
  73. bpy/ops/surface/__init__.pyi +24 -24
  74. bpy/ops/text/__init__.pyi +172 -172
  75. bpy/ops/text_editor/__init__.pyi +4 -4
  76. bpy/ops/texture/__init__.pyi +16 -16
  77. bpy/ops/transform/__init__.pyi +111 -108
  78. bpy/ops/ui/__init__.pyi +132 -132
  79. bpy/ops/uilist/__init__.pyi +12 -12
  80. bpy/ops/uv/__init__.pyi +196 -196
  81. bpy/ops/view2d/__init__.pyi +56 -56
  82. bpy/ops/view3d/__init__.pyi +268 -268
  83. bpy/ops/wm/__init__.pyi +475 -448
  84. bpy/ops/workspace/__init__.pyi +28 -28
  85. bpy/ops/world/__init__.pyi +8 -8
  86. bpy/path/__init__.pyi +18 -18
  87. bpy/props/__init__.pyi +11 -11
  88. bpy/types/__init__.pyi +2136 -1798
  89. bpy/utils/__init__.pyi +4 -4
  90. bpy_extras/anim_utils/__init__.pyi +4 -4
  91. bpy_extras/io_utils/__init__.pyi +4 -4
  92. bpy_extras/mesh_utils/__init__.pyi +4 -4
  93. bpy_extras/view3d_utils/__init__.pyi +24 -20
  94. bpy_types/__init__.pyi +12 -7
  95. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
  96. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
  97. freestyle/types/__init__.pyi +64 -64
  98. freestyle/utils/__init__.pyi +2 -2
  99. gpu/matrix/__init__.pyi +15 -6
  100. gpu/state/__init__.pyi +2 -2
  101. gpu/types/__init__.pyi +6 -4
  102. gpu_extras/presets/__init__.pyi +8 -4
  103. imbuf/__init__.pyi +4 -4
  104. mathutils/__init__.pyi +292 -187
  105. mathutils/geometry/__init__.pyi +2 -5
  106. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
  107. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
bpy/ops/clip/__init__.pyi CHANGED
@@ -7,16 +7,16 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def add_marker(
10
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
11
- execution_context: str | int | None = None,
10
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
11
+ execution_context: int | str | None = None,
12
12
  undo: bool | None = None,
13
13
  *,
14
14
  location: typing.Any | None = (0.0, 0.0),
15
15
  ):
16
16
  """Place new marker at specified location
17
17
 
18
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
19
- :type execution_context: str | int | None
18
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
19
+ :type execution_context: int | str | None
20
20
  :type undo: bool | None
21
21
  :param location: Location, Location of marker on frame
22
22
  :type location: typing.Any | None
@@ -25,22 +25,22 @@ def add_marker(
25
25
  ...
26
26
 
27
27
  def add_marker_at_click(
28
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
29
- execution_context: str | int | None = None,
28
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
29
+ execution_context: int | str | None = None,
30
30
  undo: bool | None = None,
31
31
  ):
32
32
  """Place new marker at the desired (clicked) position
33
33
 
34
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
35
- :type execution_context: str | int | None
34
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
35
+ :type execution_context: int | str | None
36
36
  :type undo: bool | None
37
37
  """
38
38
 
39
39
  ...
40
40
 
41
41
  def add_marker_move(
42
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
43
- execution_context: str | int | None = None,
42
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
43
+ execution_context: int | str | None = None,
44
44
  undo: bool | None = None,
45
45
  *,
46
46
  CLIP_OT_add_marker: add_marker | None = None,
@@ -48,8 +48,8 @@ def add_marker_move(
48
48
  ):
49
49
  """Add new marker and move it on movie
50
50
 
51
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
52
- :type execution_context: str | int | None
51
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
52
+ :type execution_context: int | str | None
53
53
  :type undo: bool | None
54
54
  :param CLIP_OT_add_marker: Add Marker, Place new marker at specified location
55
55
  :type CLIP_OT_add_marker: add_marker | None
@@ -60,8 +60,8 @@ def add_marker_move(
60
60
  ...
61
61
 
62
62
  def add_marker_slide(
63
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
64
- execution_context: str | int | None = None,
63
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
64
+ execution_context: int | str | None = None,
65
65
  undo: bool | None = None,
66
66
  *,
67
67
  CLIP_OT_add_marker: add_marker | None = None,
@@ -69,8 +69,8 @@ def add_marker_slide(
69
69
  ):
70
70
  """Add new marker and slide it with mouse until mouse button release
71
71
 
72
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
73
- :type execution_context: str | int | None
72
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
73
+ :type execution_context: int | str | None
74
74
  :type undo: bool | None
75
75
  :param CLIP_OT_add_marker: Add Marker, Place new marker at specified location
76
76
  :type CLIP_OT_add_marker: add_marker | None
@@ -81,16 +81,16 @@ def add_marker_slide(
81
81
  ...
82
82
 
83
83
  def apply_solution_scale(
84
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
85
- execution_context: str | int | None = None,
84
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
85
+ execution_context: int | str | None = None,
86
86
  undo: bool | None = None,
87
87
  *,
88
88
  distance: typing.Any | None = 0.0,
89
89
  ):
90
90
  """Apply scale on solution itself to make distance between selected tracks equals to desired
91
91
 
92
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
93
- :type execution_context: str | int | None
92
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
93
+ :type execution_context: int | str | None
94
94
  :type undo: bool | None
95
95
  :param distance: Distance, Distance between selected tracks
96
96
  :type distance: typing.Any | None
@@ -99,16 +99,16 @@ def apply_solution_scale(
99
99
  ...
100
100
 
101
101
  def average_tracks(
102
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
103
- execution_context: str | int | None = None,
102
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
103
+ execution_context: int | str | None = None,
104
104
  undo: bool | None = None,
105
105
  *,
106
106
  keep_original: bool | typing.Any | None = True,
107
107
  ):
108
108
  """Average selected tracks into active
109
109
 
110
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
111
- :type execution_context: str | int | None
110
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
111
+ :type execution_context: int | str | None
112
112
  :type undo: bool | None
113
113
  :param keep_original: Keep Original, Keep original tracks
114
114
  :type keep_original: bool | typing.Any | None
@@ -117,22 +117,22 @@ def average_tracks(
117
117
  ...
118
118
 
119
119
  def bundles_to_mesh(
120
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
121
- execution_context: str | int | None = None,
120
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
121
+ execution_context: int | str | None = None,
122
122
  undo: bool | None = None,
123
123
  ):
124
124
  """Create vertex cloud using coordinates of reconstructed tracks
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
  """
130
130
 
131
131
  ...
132
132
 
133
133
  def camera_preset_add(
134
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
135
- execution_context: str | int | None = None,
134
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
135
+ execution_context: int | str | None = None,
136
136
  undo: bool | None = None,
137
137
  *,
138
138
  name: str | typing.Any = "",
@@ -142,8 +142,8 @@ def camera_preset_add(
142
142
  ):
143
143
  """Add or remove a Tracking Camera Intrinsics Preset
144
144
 
145
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
146
- :type execution_context: str | int | None
145
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
146
+ :type execution_context: int | str | None
147
147
  :type undo: bool | None
148
148
  :param name: Name, Name of the preset, used to make the path name
149
149
  :type name: str | typing.Any
@@ -158,16 +158,16 @@ def camera_preset_add(
158
158
  ...
159
159
 
160
160
  def change_frame(
161
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
162
- execution_context: str | int | None = None,
161
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
162
+ execution_context: int | str | None = None,
163
163
  undo: bool | None = None,
164
164
  *,
165
165
  frame: typing.Any | None = 0,
166
166
  ):
167
167
  """Interactively change the current frame number
168
168
 
169
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
170
- :type execution_context: str | int | None
169
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
170
+ :type execution_context: int | str | None
171
171
  :type undo: bool | None
172
172
  :param frame: Frame
173
173
  :type frame: typing.Any | None
@@ -176,8 +176,8 @@ def change_frame(
176
176
  ...
177
177
 
178
178
  def clean_tracks(
179
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
180
- execution_context: str | int | None = None,
179
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
180
+ execution_context: int | str | None = None,
181
181
  undo: bool | None = None,
182
182
  *,
183
183
  frames: typing.Any | None = 0,
@@ -186,8 +186,8 @@ def clean_tracks(
186
186
  ):
187
187
  """Clean tracks with high error values or few frames
188
188
 
189
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
190
- :type execution_context: str | int | None
189
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
190
+ :type execution_context: int | str | None
191
191
  :type undo: bool | None
192
192
  :param frames: Tracked Frames, Affect tracks which are tracked less than the specified number of frames
193
193
  :type frames: typing.Any | None
@@ -209,22 +209,22 @@ def clean_tracks(
209
209
  ...
210
210
 
211
211
  def clear_solution(
212
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
213
- execution_context: str | int | None = None,
212
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
213
+ execution_context: int | str | None = None,
214
214
  undo: bool | None = None,
215
215
  ):
216
216
  """Clear all calculated data
217
217
 
218
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
219
- :type execution_context: str | int | None
218
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
219
+ :type execution_context: int | str | None
220
220
  :type undo: bool | None
221
221
  """
222
222
 
223
223
  ...
224
224
 
225
225
  def clear_track_path(
226
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
227
- execution_context: str | int | None = None,
226
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
227
+ execution_context: int | str | None = None,
228
228
  undo: bool | None = None,
229
229
  *,
230
230
  action: str | None = "REMAINED",
@@ -232,8 +232,8 @@ def clear_track_path(
232
232
  ):
233
233
  """Clear tracks after/before current position or clear the whole track
234
234
 
235
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
236
- :type execution_context: str | int | None
235
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
236
+ :type execution_context: int | str | None
237
237
  :type undo: bool | None
238
238
  :param action: Action, Clear action to execute
239
239
 
@@ -253,58 +253,58 @@ def clear_track_path(
253
253
  ...
254
254
 
255
255
  def constraint_to_fcurve(
256
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
257
- execution_context: str | int | None = None,
256
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
257
+ execution_context: int | str | None = None,
258
258
  undo: bool | None = None,
259
259
  ):
260
260
  """Create F-Curves for object which will copy object's movement caused by this constraint
261
261
 
262
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
263
- :type execution_context: str | int | None
262
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
263
+ :type execution_context: int | str | None
264
264
  :type undo: bool | None
265
265
  """
266
266
 
267
267
  ...
268
268
 
269
269
  def copy_tracks(
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
  """Copy the selected tracks to the internal clipboard
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 create_plane_track(
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
  """Create new plane track out of selected point tracks
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 cursor_set(
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
  location: typing.Any | None = (0.0, 0.0),
303
303
  ):
304
304
  """Set 2D cursor location
305
305
 
306
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
307
- :type execution_context: str | int | None
306
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
307
+ :type execution_context: int | str | None
308
308
  :type undo: bool | None
309
309
  :param location: Location, Cursor location in normalized clip coordinates
310
310
  :type location: typing.Any | None
@@ -313,16 +313,16 @@ def cursor_set(
313
313
  ...
314
314
 
315
315
  def delete_marker(
316
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
317
- execution_context: str | int | None = None,
316
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
317
+ execution_context: int | str | None = None,
318
318
  undo: bool | None = None,
319
319
  *,
320
320
  confirm: bool | typing.Any | None = True,
321
321
  ):
322
322
  """Delete marker for current frame from selected tracks
323
323
 
324
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
325
- :type execution_context: str | int | None
324
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
325
+ :type execution_context: int | str | None
326
326
  :type undo: bool | None
327
327
  :param confirm: Confirm, Prompt for confirmation
328
328
  :type confirm: bool | typing.Any | None
@@ -331,30 +331,30 @@ def delete_marker(
331
331
  ...
332
332
 
333
333
  def delete_proxy(
334
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
335
- execution_context: str | int | None = None,
334
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
335
+ execution_context: int | str | None = None,
336
336
  undo: bool | None = None,
337
337
  ):
338
338
  """Delete movie clip proxy files from the hard drive
339
339
 
340
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
341
- :type execution_context: str | int | None
340
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
341
+ :type execution_context: int | str | None
342
342
  :type undo: bool | None
343
343
  """
344
344
 
345
345
  ...
346
346
 
347
347
  def delete_track(
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
  confirm: bool | typing.Any | None = True,
353
353
  ):
354
354
  """Delete selected tracks
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 confirm: Confirm, Prompt for confirmation
360
360
  :type confirm: bool | typing.Any | None
@@ -363,8 +363,8 @@ def delete_track(
363
363
  ...
364
364
 
365
365
  def detect_features(
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
  placement: str | None = "FRAME",
@@ -374,8 +374,8 @@ def detect_features(
374
374
  ):
375
375
  """Automatically detect features and place markers to track
376
376
 
377
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
378
- :type execution_context: str | int | None
377
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
378
+ :type execution_context: int | str | None
379
379
  :type undo: bool | None
380
380
  :param placement: Placement, Placement for detected features
381
381
 
@@ -399,16 +399,16 @@ def detect_features(
399
399
  ...
400
400
 
401
401
  def disable_markers(
402
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
403
- execution_context: str | int | None = None,
402
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
403
+ execution_context: int | str | None = None,
404
404
  undo: bool | None = None,
405
405
  *,
406
406
  action: str | None = "DISABLE",
407
407
  ):
408
408
  """Disable/enable selected markers
409
409
 
410
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
411
- :type execution_context: str | int | None
410
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
411
+ :type execution_context: int | str | None
412
412
  :type undo: bool | None
413
413
  :param action: Action, Disable action to execute
414
414
 
@@ -426,8 +426,8 @@ def disable_markers(
426
426
  ...
427
427
 
428
428
  def dopesheet_select_channel(
429
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
430
- execution_context: str | int | None = None,
429
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
430
+ execution_context: int | str | None = None,
431
431
  undo: bool | None = None,
432
432
  *,
433
433
  location: typing.Any | None = (0.0, 0.0),
@@ -435,8 +435,8 @@ def dopesheet_select_channel(
435
435
  ):
436
436
  """Select movie tracking channel
437
437
 
438
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
439
- :type execution_context: str | int | None
438
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
439
+ :type execution_context: int | str | None
440
440
  :type undo: bool | None
441
441
  :param location: Location, Mouse location to select channel
442
442
  :type location: typing.Any | None
@@ -447,30 +447,30 @@ def dopesheet_select_channel(
447
447
  ...
448
448
 
449
449
  def dopesheet_view_all(
450
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
451
- execution_context: str | int | None = None,
450
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
451
+ execution_context: int | str | None = None,
452
452
  undo: bool | None = None,
453
453
  ):
454
454
  """Reset viewable area to show full keyframe range
455
455
 
456
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
457
- :type execution_context: str | int | None
456
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
457
+ :type execution_context: int | str | None
458
458
  :type undo: bool | None
459
459
  """
460
460
 
461
461
  ...
462
462
 
463
463
  def filter_tracks(
464
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
465
- execution_context: str | int | None = None,
464
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
465
+ execution_context: int | str | None = None,
466
466
  undo: bool | None = None,
467
467
  *,
468
468
  track_threshold: typing.Any | None = 5.0,
469
469
  ):
470
470
  """Filter tracks which has weirdly looking spikes in motion curves
471
471
 
472
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
473
- :type execution_context: str | int | None
472
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
473
+ :type execution_context: int | str | None
474
474
  :type undo: bool | None
475
475
  :param track_threshold: Track Threshold, Filter Threshold to select problematic tracks
476
476
  :type track_threshold: typing.Any | None
@@ -479,16 +479,16 @@ def filter_tracks(
479
479
  ...
480
480
 
481
481
  def frame_jump(
482
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
483
- execution_context: str | int | None = None,
482
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
483
+ execution_context: int | str | None = None,
484
484
  undo: bool | None = None,
485
485
  *,
486
486
  position: str | None = "PATHSTART",
487
487
  ):
488
488
  """Jump to special frame
489
489
 
490
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
491
- :type execution_context: str | int | None
490
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
491
+ :type execution_context: int | str | None
492
492
  :type undo: bool | None
493
493
  :param position: Position, Position to jump to
494
494
 
@@ -509,30 +509,30 @@ def frame_jump(
509
509
  ...
510
510
 
511
511
  def graph_center_current_frame(
512
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
513
- execution_context: str | int | None = None,
512
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
513
+ execution_context: int | str | None = None,
514
514
  undo: bool | None = None,
515
515
  ):
516
516
  """Scroll view so current frame would be centered
517
517
 
518
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
519
- :type execution_context: str | int | None
518
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
519
+ :type execution_context: int | str | None
520
520
  :type undo: bool | None
521
521
  """
522
522
 
523
523
  ...
524
524
 
525
525
  def graph_delete_curve(
526
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
527
- execution_context: str | int | None = None,
526
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
527
+ execution_context: int | str | None = None,
528
528
  undo: bool | None = None,
529
529
  *,
530
530
  confirm: bool | typing.Any | None = True,
531
531
  ):
532
532
  """Delete track corresponding to the selected curve
533
533
 
534
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
535
- :type execution_context: str | int | None
534
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
535
+ :type execution_context: int | str | None
536
536
  :type undo: bool | None
537
537
  :param confirm: Confirm, Prompt for confirmation
538
538
  :type confirm: bool | typing.Any | None
@@ -541,30 +541,30 @@ def graph_delete_curve(
541
541
  ...
542
542
 
543
543
  def graph_delete_knot(
544
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
545
- execution_context: str | int | None = None,
544
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
545
+ execution_context: int | str | None = None,
546
546
  undo: bool | None = None,
547
547
  ):
548
548
  """Delete curve knots
549
549
 
550
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
551
- :type execution_context: str | int | None
550
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
551
+ :type execution_context: int | str | None
552
552
  :type undo: bool | None
553
553
  """
554
554
 
555
555
  ...
556
556
 
557
557
  def graph_disable_markers(
558
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
559
- execution_context: str | int | None = None,
558
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
559
+ execution_context: int | str | None = None,
560
560
  undo: bool | None = None,
561
561
  *,
562
562
  action: str | None = "DISABLE",
563
563
  ):
564
564
  """Disable/enable selected markers
565
565
 
566
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
567
- :type execution_context: str | int | None
566
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
567
+ :type execution_context: int | str | None
568
568
  :type undo: bool | None
569
569
  :param action: Action, Disable action to execute
570
570
 
@@ -582,8 +582,8 @@ def graph_disable_markers(
582
582
  ...
583
583
 
584
584
  def graph_select(
585
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
586
- execution_context: str | int | None = None,
585
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
586
+ execution_context: int | str | None = None,
587
587
  undo: bool | None = None,
588
588
  *,
589
589
  location: typing.Any | None = (0.0, 0.0),
@@ -591,8 +591,8 @@ def graph_select(
591
591
  ):
592
592
  """Select graph curves
593
593
 
594
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
595
- :type execution_context: str | int | None
594
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
595
+ :type execution_context: int | str | None
596
596
  :type undo: bool | None
597
597
  :param location: Location, Mouse location to select nearest entity
598
598
  :type location: typing.Any | None
@@ -603,16 +603,16 @@ def graph_select(
603
603
  ...
604
604
 
605
605
  def graph_select_all_markers(
606
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
607
- execution_context: str | int | None = None,
606
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
607
+ execution_context: int | str | None = None,
608
608
  undo: bool | None = None,
609
609
  *,
610
610
  action: str | None = "TOGGLE",
611
611
  ):
612
612
  """Change selection of all markers of active track
613
613
 
614
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
615
- :type execution_context: str | int | None
614
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
615
+ :type execution_context: int | str | None
616
616
  :type undo: bool | None
617
617
  :param action: Action, Selection action to execute
618
618
 
@@ -633,8 +633,8 @@ def graph_select_all_markers(
633
633
  ...
634
634
 
635
635
  def graph_select_box(
636
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
637
- execution_context: str | int | None = None,
636
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
637
+ execution_context: int | str | None = None,
638
638
  undo: bool | None = None,
639
639
  *,
640
640
  xmin: typing.Any | None = 0,
@@ -647,8 +647,8 @@ def graph_select_box(
647
647
  ):
648
648
  """Select curve points using box selection
649
649
 
650
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
651
- :type execution_context: str | int | None
650
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
651
+ :type execution_context: int | str | None
652
652
  :type undo: bool | None
653
653
  :param xmin: X Min
654
654
  :type xmin: typing.Any | None
@@ -669,30 +669,30 @@ def graph_select_box(
669
669
  ...
670
670
 
671
671
  def graph_view_all(
672
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
673
- execution_context: str | int | None = None,
672
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
673
+ execution_context: int | str | None = None,
674
674
  undo: bool | None = None,
675
675
  ):
676
676
  """View all curves in editor
677
677
 
678
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
679
- :type execution_context: str | int | None
678
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
679
+ :type execution_context: int | str | None
680
680
  :type undo: bool | None
681
681
  """
682
682
 
683
683
  ...
684
684
 
685
685
  def hide_tracks(
686
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
687
- execution_context: str | int | None = None,
686
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
687
+ execution_context: int | str | None = None,
688
688
  undo: bool | None = None,
689
689
  *,
690
690
  unselected: bool | typing.Any | None = False,
691
691
  ):
692
692
  """Hide selected tracks
693
693
 
694
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
695
- :type execution_context: str | int | None
694
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
695
+ :type execution_context: int | str | None
696
696
  :type undo: bool | None
697
697
  :param unselected: Unselected, Hide unselected tracks
698
698
  :type unselected: bool | typing.Any | None
@@ -701,86 +701,86 @@ def hide_tracks(
701
701
  ...
702
702
 
703
703
  def hide_tracks_clear(
704
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
705
- execution_context: str | int | None = None,
704
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
705
+ execution_context: int | str | None = None,
706
706
  undo: bool | None = None,
707
707
  ):
708
708
  """Clear hide selected tracks
709
709
 
710
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
711
- :type execution_context: str | int | None
710
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
711
+ :type execution_context: int | str | None
712
712
  :type undo: bool | None
713
713
  """
714
714
 
715
715
  ...
716
716
 
717
717
  def join_tracks(
718
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
719
- execution_context: str | int | None = None,
718
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
719
+ execution_context: int | str | None = None,
720
720
  undo: bool | None = None,
721
721
  ):
722
722
  """Join selected tracks
723
723
 
724
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
725
- :type execution_context: str | int | None
724
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
725
+ :type execution_context: int | str | None
726
726
  :type undo: bool | None
727
727
  """
728
728
 
729
729
  ...
730
730
 
731
731
  def keyframe_delete(
732
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
733
- execution_context: str | int | None = None,
732
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
733
+ execution_context: int | str | None = None,
734
734
  undo: bool | None = None,
735
735
  ):
736
736
  """Delete a keyframe from selected tracks at current frame
737
737
 
738
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
739
- :type execution_context: str | int | None
738
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
739
+ :type execution_context: int | str | None
740
740
  :type undo: bool | None
741
741
  """
742
742
 
743
743
  ...
744
744
 
745
745
  def keyframe_insert(
746
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
747
- execution_context: str | int | None = None,
746
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
747
+ execution_context: int | str | None = None,
748
748
  undo: bool | None = None,
749
749
  ):
750
750
  """Insert a keyframe to selected tracks at current frame
751
751
 
752
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
753
- :type execution_context: str | int | None
752
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
753
+ :type execution_context: int | str | None
754
754
  :type undo: bool | None
755
755
  """
756
756
 
757
757
  ...
758
758
 
759
759
  def lock_selection_toggle(
760
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
761
- execution_context: str | int | None = None,
760
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
761
+ execution_context: int | str | None = None,
762
762
  undo: bool | None = None,
763
763
  ):
764
764
  """Toggle Lock Selection option of the current clip editor
765
765
 
766
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
767
- :type execution_context: str | int | None
766
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
767
+ :type execution_context: int | str | None
768
768
  :type undo: bool | None
769
769
  """
770
770
 
771
771
  ...
772
772
 
773
773
  def lock_tracks(
774
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
775
- execution_context: str | int | None = None,
774
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
775
+ execution_context: int | str | None = None,
776
776
  undo: bool | None = None,
777
777
  *,
778
778
  action: str | None = "LOCK",
779
779
  ):
780
780
  """Lock/unlock selected tracks
781
781
 
782
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
783
- :type execution_context: str | int | None
782
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
783
+ :type execution_context: int | str | None
784
784
  :type undo: bool | None
785
785
  :param action: Action, Lock action to execute
786
786
 
@@ -798,16 +798,16 @@ def lock_tracks(
798
798
  ...
799
799
 
800
800
  def mode_set(
801
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
802
- execution_context: str | int | None = None,
801
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
802
+ execution_context: int | str | None = None,
803
803
  undo: bool | None = None,
804
804
  *,
805
805
  mode: str | None = "TRACKING",
806
806
  ):
807
807
  """Set the clip interaction mode
808
808
 
809
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
810
- :type execution_context: str | int | None
809
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
810
+ :type execution_context: int | str | None
811
811
  :type undo: bool | None
812
812
  :param mode: Mode
813
813
  :type mode: str | None
@@ -816,22 +816,22 @@ def mode_set(
816
816
  ...
817
817
 
818
818
  def new_image_from_plane_marker(
819
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
820
- execution_context: str | int | None = None,
819
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
820
+ execution_context: int | str | None = None,
821
821
  undo: bool | None = None,
822
822
  ):
823
823
  """Create new image from the content of the plane marker
824
824
 
825
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
826
- :type execution_context: str | int | None
825
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
826
+ :type execution_context: int | str | None
827
827
  :type undo: bool | None
828
828
  """
829
829
 
830
830
  ...
831
831
 
832
832
  def open(
833
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
834
- execution_context: str | int | None = None,
833
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
834
+ execution_context: int | str | None = None,
835
835
  undo: bool | None = None,
836
836
  *,
837
837
  directory: str | typing.Any = "",
@@ -865,8 +865,8 @@ def open(
865
865
  ):
866
866
  """Load a sequence of frames or a movie file
867
867
 
868
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
869
- :type execution_context: str | int | None
868
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
869
+ :type execution_context: int | str | None
870
870
  :type undo: bool | None
871
871
  :param directory: Directory, Directory of the file
872
872
  :type directory: str | typing.Any
@@ -954,58 +954,58 @@ def open(
954
954
  ...
955
955
 
956
956
  def paste_tracks(
957
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
958
- execution_context: str | int | None = None,
957
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
958
+ execution_context: int | str | None = None,
959
959
  undo: bool | None = None,
960
960
  ):
961
961
  """Paste tracks from the internal clipboard
962
962
 
963
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
964
- :type execution_context: str | int | None
963
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
964
+ :type execution_context: int | str | None
965
965
  :type undo: bool | None
966
966
  """
967
967
 
968
968
  ...
969
969
 
970
970
  def prefetch(
971
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
972
- execution_context: str | int | None = None,
971
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
972
+ execution_context: int | str | None = None,
973
973
  undo: bool | None = None,
974
974
  ):
975
975
  """Prefetch frames from disk for faster playback/tracking
976
976
 
977
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
978
- :type execution_context: str | int | None
977
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
978
+ :type execution_context: int | str | None
979
979
  :type undo: bool | None
980
980
  """
981
981
 
982
982
  ...
983
983
 
984
984
  def rebuild_proxy(
985
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
986
- execution_context: str | int | None = None,
985
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
986
+ execution_context: int | str | None = None,
987
987
  undo: bool | None = None,
988
988
  ):
989
989
  """Rebuild all selected proxies and timecode indices in the background
990
990
 
991
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
992
- :type execution_context: str | int | None
991
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
992
+ :type execution_context: int | str | None
993
993
  :type undo: bool | None
994
994
  """
995
995
 
996
996
  ...
997
997
 
998
998
  def refine_markers(
999
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1000
- execution_context: str | int | None = None,
999
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1000
+ execution_context: int | str | None = None,
1001
1001
  undo: bool | None = None,
1002
1002
  *,
1003
1003
  backwards: bool | typing.Any | None = False,
1004
1004
  ):
1005
1005
  """Refine selected markers positions by running the tracker from track's reference to current frame
1006
1006
 
1007
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1008
- :type execution_context: str | int | None
1007
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1008
+ :type execution_context: int | str | None
1009
1009
  :type undo: bool | None
1010
1010
  :param backwards: Backwards, Do backwards tracking
1011
1011
  :type backwards: bool | typing.Any | None
@@ -1014,22 +1014,22 @@ def refine_markers(
1014
1014
  ...
1015
1015
 
1016
1016
  def reload(
1017
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1018
- execution_context: str | int | None = None,
1017
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1018
+ execution_context: int | str | None = None,
1019
1019
  undo: bool | None = None,
1020
1020
  ):
1021
1021
  """Reload clip
1022
1022
 
1023
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1024
- :type execution_context: str | int | None
1023
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1024
+ :type execution_context: int | str | None
1025
1025
  :type undo: bool | None
1026
1026
  """
1027
1027
 
1028
1028
  ...
1029
1029
 
1030
1030
  def select(
1031
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1032
- execution_context: str | int | None = None,
1031
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1032
+ execution_context: int | str | None = None,
1033
1033
  undo: bool | None = None,
1034
1034
  *,
1035
1035
  extend: bool | typing.Any | None = False,
@@ -1038,8 +1038,8 @@ def select(
1038
1038
  ):
1039
1039
  """Select tracking markers
1040
1040
 
1041
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1042
- :type execution_context: str | int | None
1041
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1042
+ :type execution_context: int | str | None
1043
1043
  :type undo: bool | None
1044
1044
  :param extend: Extend, Extend selection rather than clearing the existing selection
1045
1045
  :type extend: bool | typing.Any | None
@@ -1052,16 +1052,16 @@ def select(
1052
1052
  ...
1053
1053
 
1054
1054
  def select_all(
1055
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1056
- execution_context: str | int | None = None,
1055
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1056
+ execution_context: int | str | None = None,
1057
1057
  undo: bool | None = None,
1058
1058
  *,
1059
1059
  action: str | None = "TOGGLE",
1060
1060
  ):
1061
1061
  """Change selection of all tracking markers
1062
1062
 
1063
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1064
- :type execution_context: str | int | None
1063
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1064
+ :type execution_context: int | str | None
1065
1065
  :type undo: bool | None
1066
1066
  :param action: Action, Selection action to execute
1067
1067
 
@@ -1082,8 +1082,8 @@ def select_all(
1082
1082
  ...
1083
1083
 
1084
1084
  def select_box(
1085
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1086
- execution_context: str | int | None = None,
1085
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1086
+ execution_context: int | str | None = None,
1087
1087
  undo: bool | None = None,
1088
1088
  *,
1089
1089
  xmin: typing.Any | None = 0,
@@ -1095,8 +1095,8 @@ def select_box(
1095
1095
  ):
1096
1096
  """Select markers using box selection
1097
1097
 
1098
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1099
- :type execution_context: str | int | None
1098
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1099
+ :type execution_context: int | str | None
1100
1100
  :type undo: bool | None
1101
1101
  :param xmin: X Min
1102
1102
  :type xmin: typing.Any | None
@@ -1124,8 +1124,8 @@ def select_box(
1124
1124
  ...
1125
1125
 
1126
1126
  def select_circle(
1127
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1128
- execution_context: str | int | None = None,
1127
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1128
+ execution_context: int | str | None = None,
1129
1129
  undo: bool | None = None,
1130
1130
  *,
1131
1131
  x: typing.Any | None = 0,
@@ -1136,8 +1136,8 @@ def select_circle(
1136
1136
  ):
1137
1137
  """Select markers using circle selection
1138
1138
 
1139
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1140
- :type execution_context: str | int | None
1139
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1140
+ :type execution_context: int | str | None
1141
1141
  :type undo: bool | None
1142
1142
  :param x: X
1143
1143
  :type x: typing.Any | None
@@ -1163,16 +1163,16 @@ def select_circle(
1163
1163
  ...
1164
1164
 
1165
1165
  def select_grouped(
1166
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1167
- execution_context: str | int | None = None,
1166
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1167
+ execution_context: int | str | None = None,
1168
1168
  undo: bool | None = None,
1169
1169
  *,
1170
1170
  group: str | None = "ESTIMATED",
1171
1171
  ):
1172
1172
  """Select all tracks from specified group
1173
1173
 
1174
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1175
- :type execution_context: str | int | None
1174
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1175
+ :type execution_context: int | str | None
1176
1176
  :type undo: bool | None
1177
1177
  :param group: Action, Clear action to execute
1178
1178
 
@@ -1202,8 +1202,8 @@ def select_grouped(
1202
1202
  ...
1203
1203
 
1204
1204
  def select_lasso(
1205
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1206
- execution_context: str | int | None = None,
1205
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1206
+ execution_context: int | str | None = None,
1207
1207
  undo: bool | None = None,
1208
1208
  *,
1209
1209
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
@@ -1211,8 +1211,8 @@ def select_lasso(
1211
1211
  ):
1212
1212
  """Select markers using lasso selection
1213
1213
 
1214
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1215
- :type execution_context: str | int | None
1214
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1215
+ :type execution_context: int | str | None
1216
1216
  :type undo: bool | None
1217
1217
  :param path: Path
1218
1218
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
@@ -1232,30 +1232,30 @@ def select_lasso(
1232
1232
  ...
1233
1233
 
1234
1234
  def set_active_clip(
1235
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1236
- execution_context: str | int | None = None,
1235
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1236
+ execution_context: int | str | None = None,
1237
1237
  undo: bool | None = None,
1238
1238
  ):
1239
1239
  """Undocumented, consider contributing.
1240
1240
 
1241
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1242
- :type execution_context: str | int | None
1241
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1242
+ :type execution_context: int | str | None
1243
1243
  :type undo: bool | None
1244
1244
  """
1245
1245
 
1246
1246
  ...
1247
1247
 
1248
1248
  def set_axis(
1249
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1250
- execution_context: str | int | None = None,
1249
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1250
+ execution_context: int | str | None = None,
1251
1251
  undo: bool | None = None,
1252
1252
  *,
1253
1253
  axis: str | None = "X",
1254
1254
  ):
1255
1255
  """Set the direction of a scene axis by rotating the camera (or its parent if present). This assumes that the selected track lies on a real axis connecting it to the origin
1256
1256
 
1257
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1258
- :type execution_context: str | int | None
1257
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1258
+ :type execution_context: int | str | None
1259
1259
  :type undo: bool | None
1260
1260
  :param axis: Axis, Axis to use to align bundle along
1261
1261
 
@@ -1270,16 +1270,16 @@ def set_axis(
1270
1270
  ...
1271
1271
 
1272
1272
  def set_origin(
1273
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1274
- execution_context: str | int | None = None,
1273
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1274
+ execution_context: int | str | None = None,
1275
1275
  undo: bool | None = None,
1276
1276
  *,
1277
1277
  use_median: bool | typing.Any | None = False,
1278
1278
  ):
1279
1279
  """Set active marker as origin by moving camera (or its parent if present) in 3D space
1280
1280
 
1281
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1282
- :type execution_context: str | int | None
1281
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1282
+ :type execution_context: int | str | None
1283
1283
  :type undo: bool | None
1284
1284
  :param use_median: Use Median, Set origin to median point of selected bundles
1285
1285
  :type use_median: bool | typing.Any | None
@@ -1288,16 +1288,16 @@ def set_origin(
1288
1288
  ...
1289
1289
 
1290
1290
  def set_plane(
1291
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1292
- execution_context: str | int | None = None,
1291
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1292
+ execution_context: int | str | None = None,
1293
1293
  undo: bool | None = None,
1294
1294
  *,
1295
1295
  plane: str | None = "FLOOR",
1296
1296
  ):
1297
1297
  """Set plane based on 3 selected bundles by moving camera (or its parent if present) in 3D space
1298
1298
 
1299
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1300
- :type execution_context: str | int | None
1299
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1300
+ :type execution_context: int | str | None
1301
1301
  :type undo: bool | None
1302
1302
  :param plane: Plane, Plane to be used for orientation
1303
1303
 
@@ -1312,16 +1312,16 @@ def set_plane(
1312
1312
  ...
1313
1313
 
1314
1314
  def set_scale(
1315
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1316
- execution_context: str | int | None = None,
1315
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1316
+ execution_context: int | str | None = None,
1317
1317
  undo: bool | None = None,
1318
1318
  *,
1319
1319
  distance: typing.Any | None = 0.0,
1320
1320
  ):
1321
1321
  """Set scale of scene by scaling camera (or its parent if present)
1322
1322
 
1323
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1324
- :type execution_context: str | int | None
1323
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1324
+ :type execution_context: int | str | None
1325
1325
  :type undo: bool | None
1326
1326
  :param distance: Distance, Distance between selected tracks
1327
1327
  :type distance: typing.Any | None
@@ -1330,30 +1330,30 @@ def set_scale(
1330
1330
  ...
1331
1331
 
1332
1332
  def set_scene_frames(
1333
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1334
- execution_context: str | int | None = None,
1333
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1334
+ execution_context: int | str | None = None,
1335
1335
  undo: bool | None = None,
1336
1336
  ):
1337
1337
  """Set scene's start and end frame to match clip's start frame and length
1338
1338
 
1339
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1340
- :type execution_context: str | int | None
1339
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1340
+ :type execution_context: int | str | None
1341
1341
  :type undo: bool | None
1342
1342
  """
1343
1343
 
1344
1344
  ...
1345
1345
 
1346
1346
  def set_solution_scale(
1347
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1348
- execution_context: str | int | None = None,
1347
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1348
+ execution_context: int | str | None = None,
1349
1349
  undo: bool | None = None,
1350
1350
  *,
1351
1351
  distance: typing.Any | None = 0.0,
1352
1352
  ):
1353
1353
  """Set object solution scale using distance between two selected tracks
1354
1354
 
1355
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1356
- :type execution_context: str | int | None
1355
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1356
+ :type execution_context: int | str | None
1357
1357
  :type undo: bool | None
1358
1358
  :param distance: Distance, Distance between selected tracks
1359
1359
  :type distance: typing.Any | None
@@ -1362,16 +1362,16 @@ def set_solution_scale(
1362
1362
  ...
1363
1363
 
1364
1364
  def set_solver_keyframe(
1365
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1366
- execution_context: str | int | None = None,
1365
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1366
+ execution_context: int | str | None = None,
1367
1367
  undo: bool | None = None,
1368
1368
  *,
1369
1369
  keyframe: str | None = "KEYFRAME_A",
1370
1370
  ):
1371
1371
  """Set keyframe used by solver
1372
1372
 
1373
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1374
- :type execution_context: str | int | None
1373
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1374
+ :type execution_context: int | str | None
1375
1375
  :type undo: bool | None
1376
1376
  :param keyframe: Keyframe, Keyframe to set
1377
1377
  :type keyframe: str | None
@@ -1380,44 +1380,44 @@ def set_solver_keyframe(
1380
1380
  ...
1381
1381
 
1382
1382
  def set_viewport_background(
1383
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1384
- execution_context: str | int | None = None,
1383
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1384
+ execution_context: int | str | None = None,
1385
1385
  undo: bool | None = None,
1386
1386
  ):
1387
1387
  """Set current movie clip as a camera background in 3D Viewport (works only when a 3D Viewport is visible)
1388
1388
 
1389
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1390
- :type execution_context: str | int | None
1389
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1390
+ :type execution_context: int | str | None
1391
1391
  :type undo: bool | None
1392
1392
  """
1393
1393
 
1394
1394
  ...
1395
1395
 
1396
1396
  def setup_tracking_scene(
1397
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1398
- execution_context: str | int | None = None,
1397
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1398
+ execution_context: int | str | None = None,
1399
1399
  undo: bool | None = None,
1400
1400
  ):
1401
1401
  """Prepare scene for compositing 3D objects into this footage
1402
1402
 
1403
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1404
- :type execution_context: str | int | None
1403
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1404
+ :type execution_context: int | str | None
1405
1405
  :type undo: bool | None
1406
1406
  """
1407
1407
 
1408
1408
  ...
1409
1409
 
1410
1410
  def slide_marker(
1411
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1412
- execution_context: str | int | None = None,
1411
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1412
+ execution_context: int | str | None = None,
1413
1413
  undo: bool | None = None,
1414
1414
  *,
1415
1415
  offset: typing.Any | None = (0.0, 0.0),
1416
1416
  ):
1417
1417
  """Slide marker areas
1418
1418
 
1419
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1420
- :type execution_context: str | int | None
1419
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1420
+ :type execution_context: int | str | None
1421
1421
  :type undo: bool | None
1422
1422
  :param offset: Offset, Offset in floating-point units, 1.0 is the width and height of the image
1423
1423
  :type offset: typing.Any | None
@@ -1426,120 +1426,120 @@ def slide_marker(
1426
1426
  ...
1427
1427
 
1428
1428
  def slide_plane_marker(
1429
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1430
- execution_context: str | int | None = None,
1429
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1430
+ execution_context: int | str | None = None,
1431
1431
  undo: bool | None = None,
1432
1432
  ):
1433
1433
  """Slide plane marker areas
1434
1434
 
1435
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1436
- :type execution_context: str | int | None
1435
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1436
+ :type execution_context: int | str | None
1437
1437
  :type undo: bool | None
1438
1438
  """
1439
1439
 
1440
1440
  ...
1441
1441
 
1442
1442
  def solve_camera(
1443
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1444
- execution_context: str | int | None = None,
1443
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1444
+ execution_context: int | str | None = None,
1445
1445
  undo: bool | None = None,
1446
1446
  ):
1447
1447
  """Solve camera motion from tracks
1448
1448
 
1449
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1450
- :type execution_context: str | int | None
1449
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1450
+ :type execution_context: int | str | None
1451
1451
  :type undo: bool | None
1452
1452
  """
1453
1453
 
1454
1454
  ...
1455
1455
 
1456
1456
  def stabilize_2d_add(
1457
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1458
- execution_context: str | int | None = None,
1457
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1458
+ execution_context: int | str | None = None,
1459
1459
  undo: bool | None = None,
1460
1460
  ):
1461
1461
  """Add selected tracks to 2D translation stabilization
1462
1462
 
1463
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1464
- :type execution_context: str | int | None
1463
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1464
+ :type execution_context: int | str | None
1465
1465
  :type undo: bool | None
1466
1466
  """
1467
1467
 
1468
1468
  ...
1469
1469
 
1470
1470
  def stabilize_2d_remove(
1471
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1472
- execution_context: str | int | None = None,
1471
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1472
+ execution_context: int | str | None = None,
1473
1473
  undo: bool | None = None,
1474
1474
  ):
1475
1475
  """Remove selected track from translation stabilization
1476
1476
 
1477
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1478
- :type execution_context: str | int | None
1477
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1478
+ :type execution_context: int | str | None
1479
1479
  :type undo: bool | None
1480
1480
  """
1481
1481
 
1482
1482
  ...
1483
1483
 
1484
1484
  def stabilize_2d_rotation_add(
1485
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1486
- execution_context: str | int | None = None,
1485
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1486
+ execution_context: int | str | None = None,
1487
1487
  undo: bool | None = None,
1488
1488
  ):
1489
1489
  """Add selected tracks to 2D rotation stabilization
1490
1490
 
1491
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1492
- :type execution_context: str | int | None
1491
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1492
+ :type execution_context: int | str | None
1493
1493
  :type undo: bool | None
1494
1494
  """
1495
1495
 
1496
1496
  ...
1497
1497
 
1498
1498
  def stabilize_2d_rotation_remove(
1499
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1500
- execution_context: str | int | None = None,
1499
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1500
+ execution_context: int | str | None = None,
1501
1501
  undo: bool | None = None,
1502
1502
  ):
1503
1503
  """Remove selected track from rotation stabilization
1504
1504
 
1505
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1506
- :type execution_context: str | int | None
1505
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1506
+ :type execution_context: int | str | None
1507
1507
  :type undo: bool | None
1508
1508
  """
1509
1509
 
1510
1510
  ...
1511
1511
 
1512
1512
  def stabilize_2d_rotation_select(
1513
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1514
- execution_context: str | int | None = None,
1513
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1514
+ execution_context: int | str | None = None,
1515
1515
  undo: bool | None = None,
1516
1516
  ):
1517
1517
  """Select tracks which are used for rotation stabilization
1518
1518
 
1519
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1520
- :type execution_context: str | int | None
1519
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1520
+ :type execution_context: int | str | None
1521
1521
  :type undo: bool | None
1522
1522
  """
1523
1523
 
1524
1524
  ...
1525
1525
 
1526
1526
  def stabilize_2d_select(
1527
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1528
- execution_context: str | int | None = None,
1527
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1528
+ execution_context: int | str | None = None,
1529
1529
  undo: bool | None = None,
1530
1530
  ):
1531
1531
  """Select tracks which are used for translation stabilization
1532
1532
 
1533
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1534
- :type execution_context: str | int | None
1533
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1534
+ :type execution_context: int | str | None
1535
1535
  :type undo: bool | None
1536
1536
  """
1537
1537
 
1538
1538
  ...
1539
1539
 
1540
1540
  def track_color_preset_add(
1541
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1542
- execution_context: str | int | None = None,
1541
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1542
+ execution_context: int | str | None = None,
1543
1543
  undo: bool | None = None,
1544
1544
  *,
1545
1545
  name: str | typing.Any = "",
@@ -1548,8 +1548,8 @@ def track_color_preset_add(
1548
1548
  ):
1549
1549
  """Add or remove a Clip Track Color Preset
1550
1550
 
1551
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1552
- :type execution_context: str | int | None
1551
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1552
+ :type execution_context: int | str | None
1553
1553
  :type undo: bool | None
1554
1554
  :param name: Name, Name of the preset, used to make the path name
1555
1555
  :type name: str | typing.Any
@@ -1562,22 +1562,22 @@ def track_color_preset_add(
1562
1562
  ...
1563
1563
 
1564
1564
  def track_copy_color(
1565
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1566
- execution_context: str | int | None = None,
1565
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1566
+ execution_context: int | str | None = None,
1567
1567
  undo: bool | None = None,
1568
1568
  ):
1569
1569
  """Copy color to all selected tracks
1570
1570
 
1571
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1572
- :type execution_context: str | int | None
1571
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1572
+ :type execution_context: int | str | None
1573
1573
  :type undo: bool | None
1574
1574
  """
1575
1575
 
1576
1576
  ...
1577
1577
 
1578
1578
  def track_markers(
1579
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1580
- execution_context: str | int | None = None,
1579
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1580
+ execution_context: int | str | None = None,
1581
1581
  undo: bool | None = None,
1582
1582
  *,
1583
1583
  backwards: bool | typing.Any | None = False,
@@ -1585,8 +1585,8 @@ def track_markers(
1585
1585
  ):
1586
1586
  """Track selected markers
1587
1587
 
1588
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1589
- :type execution_context: str | int | None
1588
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1589
+ :type execution_context: int | str | None
1590
1590
  :type undo: bool | None
1591
1591
  :param backwards: Backwards, Do backwards tracking
1592
1592
  :type backwards: bool | typing.Any | None
@@ -1597,78 +1597,78 @@ def track_markers(
1597
1597
  ...
1598
1598
 
1599
1599
  def track_settings_as_default(
1600
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1601
- execution_context: str | int | None = None,
1600
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1601
+ execution_context: int | str | None = None,
1602
1602
  undo: bool | None = None,
1603
1603
  ):
1604
1604
  """Copy tracking settings from active track to default settings
1605
1605
 
1606
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1607
- :type execution_context: str | int | None
1606
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1607
+ :type execution_context: int | str | None
1608
1608
  :type undo: bool | None
1609
1609
  """
1610
1610
 
1611
1611
  ...
1612
1612
 
1613
1613
  def track_settings_to_track(
1614
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1615
- execution_context: str | int | None = None,
1614
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1615
+ execution_context: int | str | None = None,
1616
1616
  undo: bool | None = None,
1617
1617
  ):
1618
1618
  """Copy tracking settings from active track to selected tracks
1619
1619
 
1620
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1621
- :type execution_context: str | int | None
1620
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1621
+ :type execution_context: int | str | None
1622
1622
  :type undo: bool | None
1623
1623
  """
1624
1624
 
1625
1625
  ...
1626
1626
 
1627
1627
  def track_to_empty(
1628
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1629
- execution_context: str | int | None = None,
1628
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1629
+ execution_context: int | str | None = None,
1630
1630
  undo: bool | None = None,
1631
1631
  ):
1632
1632
  """Create an Empty object which will be copying movement of active track
1633
1633
 
1634
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1635
- :type execution_context: str | int | None
1634
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1635
+ :type execution_context: int | str | None
1636
1636
  :type undo: bool | None
1637
1637
  """
1638
1638
 
1639
1639
  ...
1640
1640
 
1641
1641
  def tracking_object_new(
1642
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1643
- execution_context: str | int | None = None,
1642
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1643
+ execution_context: int | str | None = None,
1644
1644
  undo: bool | None = None,
1645
1645
  ):
1646
1646
  """Add new object for tracking
1647
1647
 
1648
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1649
- :type execution_context: str | int | None
1648
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1649
+ :type execution_context: int | str | None
1650
1650
  :type undo: bool | None
1651
1651
  """
1652
1652
 
1653
1653
  ...
1654
1654
 
1655
1655
  def tracking_object_remove(
1656
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1657
- execution_context: str | int | None = None,
1656
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1657
+ execution_context: int | str | None = None,
1658
1658
  undo: bool | None = None,
1659
1659
  ):
1660
1660
  """Remove object for tracking
1661
1661
 
1662
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1663
- :type execution_context: str | int | None
1662
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1663
+ :type execution_context: int | str | None
1664
1664
  :type undo: bool | None
1665
1665
  """
1666
1666
 
1667
1667
  ...
1668
1668
 
1669
1669
  def tracking_settings_preset_add(
1670
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1671
- execution_context: str | int | None = None,
1670
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1671
+ execution_context: int | str | None = None,
1672
1672
  undo: bool | None = None,
1673
1673
  *,
1674
1674
  name: str | typing.Any = "",
@@ -1677,8 +1677,8 @@ def tracking_settings_preset_add(
1677
1677
  ):
1678
1678
  """Add or remove a motion tracking settings preset
1679
1679
 
1680
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1681
- :type execution_context: str | int | None
1680
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1681
+ :type execution_context: int | str | None
1682
1682
  :type undo: bool | None
1683
1683
  :param name: Name, Name of the preset, used to make the path name
1684
1684
  :type name: str | typing.Any
@@ -1691,30 +1691,30 @@ def tracking_settings_preset_add(
1691
1691
  ...
1692
1692
 
1693
1693
  def update_image_from_plane_marker(
1694
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1695
- execution_context: str | int | None = None,
1694
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1695
+ execution_context: int | str | None = None,
1696
1696
  undo: bool | None = None,
1697
1697
  ):
1698
1698
  """Update current image used by plane marker from the content of the plane marker
1699
1699
 
1700
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1701
- :type execution_context: str | int | None
1700
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1701
+ :type execution_context: int | str | None
1702
1702
  :type undo: bool | None
1703
1703
  """
1704
1704
 
1705
1705
  ...
1706
1706
 
1707
1707
  def view_all(
1708
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1709
- execution_context: str | int | None = None,
1708
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1709
+ execution_context: int | str | None = None,
1710
1710
  undo: bool | None = None,
1711
1711
  *,
1712
1712
  fit_view: bool | typing.Any | None = False,
1713
1713
  ):
1714
1714
  """View whole image with markers
1715
1715
 
1716
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1717
- :type execution_context: str | int | None
1716
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1717
+ :type execution_context: int | str | None
1718
1718
  :type undo: bool | None
1719
1719
  :param fit_view: Fit View, Fit frame to the viewport
1720
1720
  :type fit_view: bool | typing.Any | None
@@ -1723,44 +1723,44 @@ def view_all(
1723
1723
  ...
1724
1724
 
1725
1725
  def view_center_cursor(
1726
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1727
- execution_context: str | int | None = None,
1726
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1727
+ execution_context: int | str | None = None,
1728
1728
  undo: bool | None = None,
1729
1729
  ):
1730
1730
  """Center the view so that the cursor is in the middle of the view
1731
1731
 
1732
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1733
- :type execution_context: str | int | None
1732
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1733
+ :type execution_context: int | str | None
1734
1734
  :type undo: bool | None
1735
1735
  """
1736
1736
 
1737
1737
  ...
1738
1738
 
1739
1739
  def view_ndof(
1740
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1741
- execution_context: str | int | None = None,
1740
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1741
+ execution_context: int | str | None = None,
1742
1742
  undo: bool | None = None,
1743
1743
  ):
1744
1744
  """Use a 3D mouse device to pan/zoom the view
1745
1745
 
1746
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1747
- :type execution_context: str | int | None
1746
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1747
+ :type execution_context: int | str | None
1748
1748
  :type undo: bool | None
1749
1749
  """
1750
1750
 
1751
1751
  ...
1752
1752
 
1753
1753
  def view_pan(
1754
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1755
- execution_context: str | int | None = None,
1754
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1755
+ execution_context: int | str | None = None,
1756
1756
  undo: bool | None = None,
1757
1757
  *,
1758
1758
  offset: typing.Any | None = (0.0, 0.0),
1759
1759
  ):
1760
1760
  """Pan the view
1761
1761
 
1762
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1763
- :type execution_context: str | int | None
1762
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1763
+ :type execution_context: int | str | None
1764
1764
  :type undo: bool | None
1765
1765
  :param offset: Offset, Offset in floating-point units, 1.0 is the width and height of the image
1766
1766
  :type offset: typing.Any | None
@@ -1769,22 +1769,22 @@ def view_pan(
1769
1769
  ...
1770
1770
 
1771
1771
  def view_selected(
1772
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1773
- execution_context: str | int | None = None,
1772
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1773
+ execution_context: int | str | None = None,
1774
1774
  undo: bool | None = None,
1775
1775
  ):
1776
1776
  """View all selected elements
1777
1777
 
1778
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1779
- :type execution_context: str | int | None
1778
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1779
+ :type execution_context: int | str | None
1780
1780
  :type undo: bool | None
1781
1781
  """
1782
1782
 
1783
1783
  ...
1784
1784
 
1785
1785
  def view_zoom(
1786
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1787
- execution_context: str | int | None = None,
1786
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1787
+ execution_context: int | str | None = None,
1788
1788
  undo: bool | None = None,
1789
1789
  *,
1790
1790
  factor: typing.Any | None = 0.0,
@@ -1792,8 +1792,8 @@ def view_zoom(
1792
1792
  ):
1793
1793
  """Zoom in/out the view
1794
1794
 
1795
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1796
- :type execution_context: str | int | None
1795
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1796
+ :type execution_context: int | str | None
1797
1797
  :type undo: bool | None
1798
1798
  :param factor: Factor, Zoom factor, values higher than 1.0 zoom in, lower values zoom out
1799
1799
  :type factor: typing.Any | None
@@ -1804,16 +1804,16 @@ def view_zoom(
1804
1804
  ...
1805
1805
 
1806
1806
  def view_zoom_in(
1807
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1808
- execution_context: str | int | None = None,
1807
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1808
+ execution_context: int | str | None = None,
1809
1809
  undo: bool | None = None,
1810
1810
  *,
1811
1811
  location: typing.Any | None = (0.0, 0.0),
1812
1812
  ):
1813
1813
  """Zoom in the view
1814
1814
 
1815
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1816
- :type execution_context: str | int | None
1815
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1816
+ :type execution_context: int | str | None
1817
1817
  :type undo: bool | None
1818
1818
  :param location: Location, Cursor location in screen coordinates
1819
1819
  :type location: typing.Any | None
@@ -1822,16 +1822,16 @@ def view_zoom_in(
1822
1822
  ...
1823
1823
 
1824
1824
  def view_zoom_out(
1825
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1826
- execution_context: str | int | None = None,
1825
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1826
+ execution_context: int | str | None = None,
1827
1827
  undo: bool | None = None,
1828
1828
  *,
1829
1829
  location: typing.Any | None = (0.0, 0.0),
1830
1830
  ):
1831
1831
  """Zoom out the view
1832
1832
 
1833
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1834
- :type execution_context: str | int | None
1833
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1834
+ :type execution_context: int | str | None
1835
1835
  :type undo: bool | None
1836
1836
  :param location: Location, Cursor location in normalized (0.0 to 1.0) coordinates
1837
1837
  :type location: typing.Any | None
@@ -1840,16 +1840,16 @@ def view_zoom_out(
1840
1840
  ...
1841
1841
 
1842
1842
  def view_zoom_ratio(
1843
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1844
- execution_context: str | int | None = None,
1843
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1844
+ execution_context: int | str | None = None,
1845
1845
  undo: bool | None = None,
1846
1846
  *,
1847
1847
  ratio: typing.Any | None = 0.0,
1848
1848
  ):
1849
1849
  """Set the zoom ratio (based on clip size)
1850
1850
 
1851
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1852
- :type execution_context: str | int | None
1851
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1852
+ :type execution_context: int | str | None
1853
1853
  :type undo: bool | None
1854
1854
  :param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
1855
1855
  :type ratio: typing.Any | None