fake-bpy-module 20240812__py3-none-any.whl → 20240814__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- bl_ui/space_view3d/__init__.pyi +31 -0
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +110 -110
- bpy/ops/armature/__init__.pyi +96 -96
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +16 -16
- bpy/ops/brush/__init__.pyi +26 -26
- bpy/ops/buttons/__init__.pyi +12 -12
- bpy/ops/cachefile/__init__.pyi +10 -10
- bpy/ops/camera/__init__.pyi +4 -4
- bpy/ops/clip/__init__.pyi +184 -184
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +18 -18
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +102 -102
- bpy/ops/curves/__init__.pyi +54 -54
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +10 -10
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +4 -4
- bpy/ops/extensions/__init__.pyi +68 -68
- bpy/ops/file/__init__.pyi +80 -80
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +20 -20
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +284 -284
- bpy/ops/graph/__init__.pyi +130 -130
- bpy/ops/grease_pencil/__init__.pyi +166 -166
- bpy/ops/image/__init__.pyi +98 -98
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +4 -4
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +16 -16
- bpy/ops/marker/__init__.pyi +22 -22
- bpy/ops/mask/__init__.pyi +78 -78
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +16 -16
- bpy/ops/mesh/__init__.pyi +326 -326
- bpy/ops/nla/__init__.pyi +78 -78
- bpy/ops/node/__init__.pyi +208 -208
- bpy/ops/object/__init__.pyi +473 -473
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +108 -108
- bpy/ops/paintcurve/__init__.pyi +16 -16
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +102 -102
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +70 -70
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +26 -26
- bpy/ops/rigidbody/__init__.pyi +26 -26
- bpy/ops/scene/__init__.pyi +74 -74
- bpy/ops/screen/__init__.pyi +78 -78
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +72 -72
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +174 -174
- bpy/ops/sound/__init__.pyi +14 -14
- bpy/ops/spreadsheet/__init__.pyi +8 -8
- bpy/ops/surface/__init__.pyi +12 -12
- bpy/ops/text/__init__.pyi +86 -86
- bpy/ops/text_editor/__init__.pyi +2 -2
- bpy/ops/texture/__init__.pyi +8 -8
- bpy/ops/transform/__init__.pyi +54 -54
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +98 -98
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +226 -226
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +4 -4
- bpy/types/__init__.pyi +52 -36
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/RECORD +83 -83
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/top_level.txt +0 -0
bpy/ops/clip/__init__.pyi
CHANGED
|
@@ -9,7 +9,7 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
9
9
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
10
10
|
|
|
11
11
|
def add_marker(
|
|
12
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
12
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
13
13
|
execution_context: int | str | None = None,
|
|
14
14
|
undo: bool | None = None,
|
|
15
15
|
*,
|
|
@@ -17,7 +17,7 @@ def add_marker(
|
|
|
17
17
|
):
|
|
18
18
|
"""Place new marker at specified location
|
|
19
19
|
|
|
20
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
20
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
21
21
|
:type execution_context: int | str | None
|
|
22
22
|
:type undo: bool | None
|
|
23
23
|
:param location: Location, Location of marker on frame
|
|
@@ -27,13 +27,13 @@ def add_marker(
|
|
|
27
27
|
...
|
|
28
28
|
|
|
29
29
|
def add_marker_at_click(
|
|
30
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
30
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
31
31
|
execution_context: int | str | None = None,
|
|
32
32
|
undo: bool | None = None,
|
|
33
33
|
):
|
|
34
34
|
"""Place new marker at the desired (clicked) position
|
|
35
35
|
|
|
36
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
36
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
37
37
|
:type execution_context: int | str | None
|
|
38
38
|
:type undo: bool | None
|
|
39
39
|
"""
|
|
@@ -41,7 +41,7 @@ def add_marker_at_click(
|
|
|
41
41
|
...
|
|
42
42
|
|
|
43
43
|
def add_marker_move(
|
|
44
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
44
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
45
45
|
execution_context: int | str | None = None,
|
|
46
46
|
undo: bool | None = None,
|
|
47
47
|
*,
|
|
@@ -50,7 +50,7 @@ def add_marker_move(
|
|
|
50
50
|
):
|
|
51
51
|
"""Add new marker and move it on movie
|
|
52
52
|
|
|
53
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
53
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
54
54
|
:type execution_context: int | str | None
|
|
55
55
|
:type undo: bool | None
|
|
56
56
|
:param CLIP_OT_add_marker: Add Marker, Place new marker at specified location
|
|
@@ -62,7 +62,7 @@ def add_marker_move(
|
|
|
62
62
|
...
|
|
63
63
|
|
|
64
64
|
def add_marker_slide(
|
|
65
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
65
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
66
66
|
execution_context: int | str | None = None,
|
|
67
67
|
undo: bool | None = None,
|
|
68
68
|
*,
|
|
@@ -71,7 +71,7 @@ def add_marker_slide(
|
|
|
71
71
|
):
|
|
72
72
|
"""Add new marker and slide it with mouse until mouse button release
|
|
73
73
|
|
|
74
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
74
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
75
75
|
:type execution_context: int | str | None
|
|
76
76
|
:type undo: bool | None
|
|
77
77
|
:param CLIP_OT_add_marker: Add Marker, Place new marker at specified location
|
|
@@ -83,7 +83,7 @@ def add_marker_slide(
|
|
|
83
83
|
...
|
|
84
84
|
|
|
85
85
|
def apply_solution_scale(
|
|
86
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
86
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
87
87
|
execution_context: int | str | None = None,
|
|
88
88
|
undo: bool | None = None,
|
|
89
89
|
*,
|
|
@@ -91,7 +91,7 @@ def apply_solution_scale(
|
|
|
91
91
|
):
|
|
92
92
|
"""Apply scale on solution itself to make distance between selected tracks equals to desired
|
|
93
93
|
|
|
94
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
94
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
95
95
|
:type execution_context: int | str | None
|
|
96
96
|
:type undo: bool | None
|
|
97
97
|
:param distance: Distance, Distance between selected tracks
|
|
@@ -101,7 +101,7 @@ def apply_solution_scale(
|
|
|
101
101
|
...
|
|
102
102
|
|
|
103
103
|
def average_tracks(
|
|
104
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
104
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
105
105
|
execution_context: int | str | None = None,
|
|
106
106
|
undo: bool | None = None,
|
|
107
107
|
*,
|
|
@@ -109,7 +109,7 @@ def average_tracks(
|
|
|
109
109
|
):
|
|
110
110
|
"""Average selected tracks into active
|
|
111
111
|
|
|
112
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
112
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
113
113
|
:type execution_context: int | str | None
|
|
114
114
|
:type undo: bool | None
|
|
115
115
|
:param keep_original: Keep Original, Keep original tracks
|
|
@@ -119,13 +119,13 @@ def average_tracks(
|
|
|
119
119
|
...
|
|
120
120
|
|
|
121
121
|
def bundles_to_mesh(
|
|
122
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
122
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
123
123
|
execution_context: int | str | None = None,
|
|
124
124
|
undo: bool | None = None,
|
|
125
125
|
):
|
|
126
126
|
"""Create vertex cloud using coordinates of reconstructed tracks
|
|
127
127
|
|
|
128
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
128
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
129
129
|
:type execution_context: int | str | None
|
|
130
130
|
:type undo: bool | None
|
|
131
131
|
"""
|
|
@@ -133,7 +133,7 @@ def bundles_to_mesh(
|
|
|
133
133
|
...
|
|
134
134
|
|
|
135
135
|
def camera_preset_add(
|
|
136
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
136
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
137
137
|
execution_context: int | str | None = None,
|
|
138
138
|
undo: bool | None = None,
|
|
139
139
|
*,
|
|
@@ -144,7 +144,7 @@ def camera_preset_add(
|
|
|
144
144
|
):
|
|
145
145
|
"""Add or remove a Tracking Camera Intrinsics Preset
|
|
146
146
|
|
|
147
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
147
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
148
148
|
:type execution_context: int | str | None
|
|
149
149
|
:type undo: bool | None
|
|
150
150
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -160,7 +160,7 @@ def camera_preset_add(
|
|
|
160
160
|
...
|
|
161
161
|
|
|
162
162
|
def change_frame(
|
|
163
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
163
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
164
164
|
execution_context: int | str | None = None,
|
|
165
165
|
undo: bool | None = None,
|
|
166
166
|
*,
|
|
@@ -168,7 +168,7 @@ def change_frame(
|
|
|
168
168
|
):
|
|
169
169
|
"""Interactively change the current frame number
|
|
170
170
|
|
|
171
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
171
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
172
172
|
:type execution_context: int | str | None
|
|
173
173
|
:type undo: bool | None
|
|
174
174
|
:param frame: Frame
|
|
@@ -178,7 +178,7 @@ def change_frame(
|
|
|
178
178
|
...
|
|
179
179
|
|
|
180
180
|
def clean_tracks(
|
|
181
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
181
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
182
182
|
execution_context: int | str | None = None,
|
|
183
183
|
undo: bool | None = None,
|
|
184
184
|
*,
|
|
@@ -189,7 +189,7 @@ def clean_tracks(
|
|
|
189
189
|
):
|
|
190
190
|
"""Clean tracks with high error values or few frames
|
|
191
191
|
|
|
192
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
192
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
193
193
|
:type execution_context: int | str | None
|
|
194
194
|
:type undo: bool | None
|
|
195
195
|
:param frames: Tracked Frames, Affect tracks which are tracked less than the specified number of frames
|
|
@@ -212,13 +212,13 @@ def clean_tracks(
|
|
|
212
212
|
...
|
|
213
213
|
|
|
214
214
|
def clear_solution(
|
|
215
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
215
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
216
216
|
execution_context: int | str | None = None,
|
|
217
217
|
undo: bool | None = None,
|
|
218
218
|
):
|
|
219
219
|
"""Clear all calculated data
|
|
220
220
|
|
|
221
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
221
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
222
222
|
:type execution_context: int | str | None
|
|
223
223
|
:type undo: bool | None
|
|
224
224
|
"""
|
|
@@ -226,7 +226,7 @@ def clear_solution(
|
|
|
226
226
|
...
|
|
227
227
|
|
|
228
228
|
def clear_track_path(
|
|
229
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
229
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
230
230
|
execution_context: int | str | None = None,
|
|
231
231
|
undo: bool | None = None,
|
|
232
232
|
*,
|
|
@@ -235,7 +235,7 @@ def clear_track_path(
|
|
|
235
235
|
):
|
|
236
236
|
"""Clear tracks after/before current position or clear the whole track
|
|
237
237
|
|
|
238
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
238
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
239
239
|
:type execution_context: int | str | None
|
|
240
240
|
:type undo: bool | None
|
|
241
241
|
:param action: Action, Clear action to execute
|
|
@@ -256,13 +256,13 @@ def clear_track_path(
|
|
|
256
256
|
...
|
|
257
257
|
|
|
258
258
|
def constraint_to_fcurve(
|
|
259
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
259
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
260
260
|
execution_context: int | str | None = None,
|
|
261
261
|
undo: bool | None = None,
|
|
262
262
|
):
|
|
263
263
|
"""Create F-Curves for object which will copy object's movement caused by this constraint
|
|
264
264
|
|
|
265
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
265
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
266
266
|
:type execution_context: int | str | None
|
|
267
267
|
:type undo: bool | None
|
|
268
268
|
"""
|
|
@@ -270,13 +270,13 @@ def constraint_to_fcurve(
|
|
|
270
270
|
...
|
|
271
271
|
|
|
272
272
|
def copy_tracks(
|
|
273
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
273
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
274
274
|
execution_context: int | str | None = None,
|
|
275
275
|
undo: bool | None = None,
|
|
276
276
|
):
|
|
277
277
|
"""Copy the selected tracks to the internal clipboard
|
|
278
278
|
|
|
279
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
279
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
280
280
|
:type execution_context: int | str | None
|
|
281
281
|
:type undo: bool | None
|
|
282
282
|
"""
|
|
@@ -284,13 +284,13 @@ def copy_tracks(
|
|
|
284
284
|
...
|
|
285
285
|
|
|
286
286
|
def create_plane_track(
|
|
287
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
287
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
288
288
|
execution_context: int | str | None = None,
|
|
289
289
|
undo: bool | None = None,
|
|
290
290
|
):
|
|
291
291
|
"""Create new plane track out of selected point tracks
|
|
292
292
|
|
|
293
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
293
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
294
294
|
:type execution_context: int | str | None
|
|
295
295
|
:type undo: bool | None
|
|
296
296
|
"""
|
|
@@ -298,7 +298,7 @@ def create_plane_track(
|
|
|
298
298
|
...
|
|
299
299
|
|
|
300
300
|
def cursor_set(
|
|
301
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
301
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
302
302
|
execution_context: int | str | None = None,
|
|
303
303
|
undo: bool | None = None,
|
|
304
304
|
*,
|
|
@@ -306,7 +306,7 @@ def cursor_set(
|
|
|
306
306
|
):
|
|
307
307
|
"""Set 2D cursor location
|
|
308
308
|
|
|
309
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
309
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
310
310
|
:type execution_context: int | str | None
|
|
311
311
|
:type undo: bool | None
|
|
312
312
|
:param location: Location, Cursor location in normalized clip coordinates
|
|
@@ -316,7 +316,7 @@ def cursor_set(
|
|
|
316
316
|
...
|
|
317
317
|
|
|
318
318
|
def delete_marker(
|
|
319
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
319
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
320
320
|
execution_context: int | str | None = None,
|
|
321
321
|
undo: bool | None = None,
|
|
322
322
|
*,
|
|
@@ -324,7 +324,7 @@ def delete_marker(
|
|
|
324
324
|
):
|
|
325
325
|
"""Delete marker for current frame from selected tracks
|
|
326
326
|
|
|
327
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
327
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
328
328
|
:type execution_context: int | str | None
|
|
329
329
|
:type undo: bool | None
|
|
330
330
|
:param confirm: Confirm, Prompt for confirmation
|
|
@@ -334,13 +334,13 @@ def delete_marker(
|
|
|
334
334
|
...
|
|
335
335
|
|
|
336
336
|
def delete_proxy(
|
|
337
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
337
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
338
338
|
execution_context: int | str | None = None,
|
|
339
339
|
undo: bool | None = None,
|
|
340
340
|
):
|
|
341
341
|
"""Delete movie clip proxy files from the hard drive
|
|
342
342
|
|
|
343
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
343
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
344
344
|
:type execution_context: int | str | None
|
|
345
345
|
:type undo: bool | None
|
|
346
346
|
"""
|
|
@@ -348,7 +348,7 @@ def delete_proxy(
|
|
|
348
348
|
...
|
|
349
349
|
|
|
350
350
|
def delete_track(
|
|
351
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
351
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
352
352
|
execution_context: int | str | None = None,
|
|
353
353
|
undo: bool | None = None,
|
|
354
354
|
*,
|
|
@@ -356,7 +356,7 @@ def delete_track(
|
|
|
356
356
|
):
|
|
357
357
|
"""Delete selected tracks
|
|
358
358
|
|
|
359
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
359
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
360
360
|
:type execution_context: int | str | None
|
|
361
361
|
:type undo: bool | None
|
|
362
362
|
:param confirm: Confirm, Prompt for confirmation
|
|
@@ -366,7 +366,7 @@ def delete_track(
|
|
|
366
366
|
...
|
|
367
367
|
|
|
368
368
|
def detect_features(
|
|
369
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
369
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
370
370
|
execution_context: int | str | None = None,
|
|
371
371
|
undo: bool | None = None,
|
|
372
372
|
*,
|
|
@@ -378,7 +378,7 @@ def detect_features(
|
|
|
378
378
|
):
|
|
379
379
|
"""Automatically detect features and place markers to track
|
|
380
380
|
|
|
381
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
381
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
382
382
|
:type execution_context: int | str | None
|
|
383
383
|
:type undo: bool | None
|
|
384
384
|
:param placement: Placement, Placement for detected features
|
|
@@ -403,7 +403,7 @@ def detect_features(
|
|
|
403
403
|
...
|
|
404
404
|
|
|
405
405
|
def disable_markers(
|
|
406
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
406
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
407
407
|
execution_context: int | str | None = None,
|
|
408
408
|
undo: bool | None = None,
|
|
409
409
|
*,
|
|
@@ -411,7 +411,7 @@ def disable_markers(
|
|
|
411
411
|
):
|
|
412
412
|
"""Disable/enable selected markers
|
|
413
413
|
|
|
414
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
414
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
415
415
|
:type execution_context: int | str | None
|
|
416
416
|
:type undo: bool | None
|
|
417
417
|
:param action: Action, Disable action to execute
|
|
@@ -430,7 +430,7 @@ def disable_markers(
|
|
|
430
430
|
...
|
|
431
431
|
|
|
432
432
|
def dopesheet_select_channel(
|
|
433
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
433
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
434
434
|
execution_context: int | str | None = None,
|
|
435
435
|
undo: bool | None = None,
|
|
436
436
|
*,
|
|
@@ -439,7 +439,7 @@ def dopesheet_select_channel(
|
|
|
439
439
|
):
|
|
440
440
|
"""Select movie tracking channel
|
|
441
441
|
|
|
442
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
442
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
443
443
|
:type execution_context: int | str | None
|
|
444
444
|
:type undo: bool | None
|
|
445
445
|
:param location: Location, Mouse location to select channel
|
|
@@ -451,13 +451,13 @@ def dopesheet_select_channel(
|
|
|
451
451
|
...
|
|
452
452
|
|
|
453
453
|
def dopesheet_view_all(
|
|
454
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
454
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
455
455
|
execution_context: int | str | None = None,
|
|
456
456
|
undo: bool | None = None,
|
|
457
457
|
):
|
|
458
458
|
"""Reset viewable area to show full keyframe range
|
|
459
459
|
|
|
460
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
460
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
461
461
|
:type execution_context: int | str | None
|
|
462
462
|
:type undo: bool | None
|
|
463
463
|
"""
|
|
@@ -465,7 +465,7 @@ def dopesheet_view_all(
|
|
|
465
465
|
...
|
|
466
466
|
|
|
467
467
|
def filter_tracks(
|
|
468
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
468
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
469
469
|
execution_context: int | str | None = None,
|
|
470
470
|
undo: bool | None = None,
|
|
471
471
|
*,
|
|
@@ -473,7 +473,7 @@ def filter_tracks(
|
|
|
473
473
|
):
|
|
474
474
|
"""Filter tracks which has weirdly looking spikes in motion curves
|
|
475
475
|
|
|
476
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
476
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
477
477
|
:type execution_context: int | str | None
|
|
478
478
|
:type undo: bool | None
|
|
479
479
|
:param track_threshold: Track Threshold, Filter Threshold to select problematic tracks
|
|
@@ -483,7 +483,7 @@ def filter_tracks(
|
|
|
483
483
|
...
|
|
484
484
|
|
|
485
485
|
def frame_jump(
|
|
486
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
486
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
487
487
|
execution_context: int | str | None = None,
|
|
488
488
|
undo: bool | None = None,
|
|
489
489
|
*,
|
|
@@ -492,7 +492,7 @@ def frame_jump(
|
|
|
492
492
|
):
|
|
493
493
|
"""Jump to special frame
|
|
494
494
|
|
|
495
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
495
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
496
496
|
:type execution_context: int | str | None
|
|
497
497
|
:type undo: bool | None
|
|
498
498
|
:param position: Position, Position to jump to
|
|
@@ -514,13 +514,13 @@ def frame_jump(
|
|
|
514
514
|
...
|
|
515
515
|
|
|
516
516
|
def graph_center_current_frame(
|
|
517
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
517
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
518
518
|
execution_context: int | str | None = None,
|
|
519
519
|
undo: bool | None = None,
|
|
520
520
|
):
|
|
521
521
|
"""Scroll view so current frame would be centered
|
|
522
522
|
|
|
523
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
523
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
524
524
|
:type execution_context: int | str | None
|
|
525
525
|
:type undo: bool | None
|
|
526
526
|
"""
|
|
@@ -528,7 +528,7 @@ def graph_center_current_frame(
|
|
|
528
528
|
...
|
|
529
529
|
|
|
530
530
|
def graph_delete_curve(
|
|
531
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
531
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
532
532
|
execution_context: int | str | None = None,
|
|
533
533
|
undo: bool | None = None,
|
|
534
534
|
*,
|
|
@@ -536,7 +536,7 @@ def graph_delete_curve(
|
|
|
536
536
|
):
|
|
537
537
|
"""Delete track corresponding to the selected curve
|
|
538
538
|
|
|
539
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
539
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
540
540
|
:type execution_context: int | str | None
|
|
541
541
|
:type undo: bool | None
|
|
542
542
|
:param confirm: Confirm, Prompt for confirmation
|
|
@@ -546,13 +546,13 @@ def graph_delete_curve(
|
|
|
546
546
|
...
|
|
547
547
|
|
|
548
548
|
def graph_delete_knot(
|
|
549
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
549
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
550
550
|
execution_context: int | str | None = None,
|
|
551
551
|
undo: bool | None = None,
|
|
552
552
|
):
|
|
553
553
|
"""Delete curve knots
|
|
554
554
|
|
|
555
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
555
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
556
556
|
:type execution_context: int | str | None
|
|
557
557
|
:type undo: bool | None
|
|
558
558
|
"""
|
|
@@ -560,7 +560,7 @@ def graph_delete_knot(
|
|
|
560
560
|
...
|
|
561
561
|
|
|
562
562
|
def graph_disable_markers(
|
|
563
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
563
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
564
564
|
execution_context: int | str | None = None,
|
|
565
565
|
undo: bool | None = None,
|
|
566
566
|
*,
|
|
@@ -568,7 +568,7 @@ def graph_disable_markers(
|
|
|
568
568
|
):
|
|
569
569
|
"""Disable/enable selected markers
|
|
570
570
|
|
|
571
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
571
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
572
572
|
:type execution_context: int | str | None
|
|
573
573
|
:type undo: bool | None
|
|
574
574
|
:param action: Action, Disable action to execute
|
|
@@ -587,7 +587,7 @@ def graph_disable_markers(
|
|
|
587
587
|
...
|
|
588
588
|
|
|
589
589
|
def graph_select(
|
|
590
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
590
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
591
591
|
execution_context: int | str | None = None,
|
|
592
592
|
undo: bool | None = None,
|
|
593
593
|
*,
|
|
@@ -596,7 +596,7 @@ def graph_select(
|
|
|
596
596
|
):
|
|
597
597
|
"""Select graph curves
|
|
598
598
|
|
|
599
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
599
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
600
600
|
:type execution_context: int | str | None
|
|
601
601
|
:type undo: bool | None
|
|
602
602
|
:param location: Location, Mouse location to select nearest entity
|
|
@@ -608,7 +608,7 @@ def graph_select(
|
|
|
608
608
|
...
|
|
609
609
|
|
|
610
610
|
def graph_select_all_markers(
|
|
611
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
611
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
612
612
|
execution_context: int | str | None = None,
|
|
613
613
|
undo: bool | None = None,
|
|
614
614
|
*,
|
|
@@ -616,7 +616,7 @@ def graph_select_all_markers(
|
|
|
616
616
|
):
|
|
617
617
|
"""Change selection of all markers of active track
|
|
618
618
|
|
|
619
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
619
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
620
620
|
:type execution_context: int | str | None
|
|
621
621
|
:type undo: bool | None
|
|
622
622
|
:param action: Action, Selection action to execute
|
|
@@ -638,7 +638,7 @@ def graph_select_all_markers(
|
|
|
638
638
|
...
|
|
639
639
|
|
|
640
640
|
def graph_select_box(
|
|
641
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
641
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
642
642
|
execution_context: int | str | None = None,
|
|
643
643
|
undo: bool | None = None,
|
|
644
644
|
*,
|
|
@@ -652,7 +652,7 @@ def graph_select_box(
|
|
|
652
652
|
):
|
|
653
653
|
"""Select curve points using box selection
|
|
654
654
|
|
|
655
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
655
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
656
656
|
:type execution_context: int | str | None
|
|
657
657
|
:type undo: bool | None
|
|
658
658
|
:param xmin: X Min
|
|
@@ -674,13 +674,13 @@ def graph_select_box(
|
|
|
674
674
|
...
|
|
675
675
|
|
|
676
676
|
def graph_view_all(
|
|
677
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
677
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
678
678
|
execution_context: int | str | None = None,
|
|
679
679
|
undo: bool | None = None,
|
|
680
680
|
):
|
|
681
681
|
"""View all curves in editor
|
|
682
682
|
|
|
683
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
683
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
684
684
|
:type execution_context: int | str | None
|
|
685
685
|
:type undo: bool | None
|
|
686
686
|
"""
|
|
@@ -688,7 +688,7 @@ def graph_view_all(
|
|
|
688
688
|
...
|
|
689
689
|
|
|
690
690
|
def hide_tracks(
|
|
691
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
691
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
692
692
|
execution_context: int | str | None = None,
|
|
693
693
|
undo: bool | None = None,
|
|
694
694
|
*,
|
|
@@ -696,7 +696,7 @@ def hide_tracks(
|
|
|
696
696
|
):
|
|
697
697
|
"""Hide selected tracks
|
|
698
698
|
|
|
699
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
699
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
700
700
|
:type execution_context: int | str | None
|
|
701
701
|
:type undo: bool | None
|
|
702
702
|
:param unselected: Unselected, Hide unselected tracks
|
|
@@ -706,13 +706,13 @@ def hide_tracks(
|
|
|
706
706
|
...
|
|
707
707
|
|
|
708
708
|
def hide_tracks_clear(
|
|
709
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
709
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
710
710
|
execution_context: int | str | None = None,
|
|
711
711
|
undo: bool | None = None,
|
|
712
712
|
):
|
|
713
713
|
"""Clear hide selected tracks
|
|
714
714
|
|
|
715
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
715
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
716
716
|
:type execution_context: int | str | None
|
|
717
717
|
:type undo: bool | None
|
|
718
718
|
"""
|
|
@@ -720,13 +720,13 @@ def hide_tracks_clear(
|
|
|
720
720
|
...
|
|
721
721
|
|
|
722
722
|
def join_tracks(
|
|
723
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
723
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
724
724
|
execution_context: int | str | None = None,
|
|
725
725
|
undo: bool | None = None,
|
|
726
726
|
):
|
|
727
727
|
"""Join selected tracks
|
|
728
728
|
|
|
729
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
729
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
730
730
|
:type execution_context: int | str | None
|
|
731
731
|
:type undo: bool | None
|
|
732
732
|
"""
|
|
@@ -734,13 +734,13 @@ def join_tracks(
|
|
|
734
734
|
...
|
|
735
735
|
|
|
736
736
|
def keyframe_delete(
|
|
737
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
737
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
738
738
|
execution_context: int | str | None = None,
|
|
739
739
|
undo: bool | None = None,
|
|
740
740
|
):
|
|
741
741
|
"""Delete a keyframe from selected tracks at current frame
|
|
742
742
|
|
|
743
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
743
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
744
744
|
:type execution_context: int | str | None
|
|
745
745
|
:type undo: bool | None
|
|
746
746
|
"""
|
|
@@ -748,13 +748,13 @@ def keyframe_delete(
|
|
|
748
748
|
...
|
|
749
749
|
|
|
750
750
|
def keyframe_insert(
|
|
751
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
751
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
752
752
|
execution_context: int | str | None = None,
|
|
753
753
|
undo: bool | None = None,
|
|
754
754
|
):
|
|
755
755
|
"""Insert a keyframe to selected tracks at current frame
|
|
756
756
|
|
|
757
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
757
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
758
758
|
:type execution_context: int | str | None
|
|
759
759
|
:type undo: bool | None
|
|
760
760
|
"""
|
|
@@ -762,13 +762,13 @@ def keyframe_insert(
|
|
|
762
762
|
...
|
|
763
763
|
|
|
764
764
|
def lock_selection_toggle(
|
|
765
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
765
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
766
766
|
execution_context: int | str | None = None,
|
|
767
767
|
undo: bool | None = None,
|
|
768
768
|
):
|
|
769
769
|
"""Toggle Lock Selection option of the current clip editor
|
|
770
770
|
|
|
771
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
771
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
772
772
|
:type execution_context: int | str | None
|
|
773
773
|
:type undo: bool | None
|
|
774
774
|
"""
|
|
@@ -776,7 +776,7 @@ def lock_selection_toggle(
|
|
|
776
776
|
...
|
|
777
777
|
|
|
778
778
|
def lock_tracks(
|
|
779
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
779
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
780
780
|
execution_context: int | str | None = None,
|
|
781
781
|
undo: bool | None = None,
|
|
782
782
|
*,
|
|
@@ -784,7 +784,7 @@ def lock_tracks(
|
|
|
784
784
|
):
|
|
785
785
|
"""Lock/unlock selected tracks
|
|
786
786
|
|
|
787
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
787
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
788
788
|
:type execution_context: int | str | None
|
|
789
789
|
:type undo: bool | None
|
|
790
790
|
:param action: Action, Lock action to execute
|
|
@@ -803,7 +803,7 @@ def lock_tracks(
|
|
|
803
803
|
...
|
|
804
804
|
|
|
805
805
|
def mode_set(
|
|
806
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
806
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
807
807
|
execution_context: int | str | None = None,
|
|
808
808
|
undo: bool | None = None,
|
|
809
809
|
*,
|
|
@@ -811,7 +811,7 @@ def mode_set(
|
|
|
811
811
|
):
|
|
812
812
|
"""Set the clip interaction mode
|
|
813
813
|
|
|
814
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
814
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
815
815
|
:type execution_context: int | str | None
|
|
816
816
|
:type undo: bool | None
|
|
817
817
|
:param mode: Mode
|
|
@@ -821,13 +821,13 @@ def mode_set(
|
|
|
821
821
|
...
|
|
822
822
|
|
|
823
823
|
def new_image_from_plane_marker(
|
|
824
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
824
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
825
825
|
execution_context: int | str | None = None,
|
|
826
826
|
undo: bool | None = None,
|
|
827
827
|
):
|
|
828
828
|
"""Create new image from the content of the plane marker
|
|
829
829
|
|
|
830
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
830
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
831
831
|
:type execution_context: int | str | None
|
|
832
832
|
:type undo: bool | None
|
|
833
833
|
"""
|
|
@@ -835,7 +835,7 @@ def new_image_from_plane_marker(
|
|
|
835
835
|
...
|
|
836
836
|
|
|
837
837
|
def open(
|
|
838
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
838
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
839
839
|
execution_context: int | str | None = None,
|
|
840
840
|
undo: bool | None = None,
|
|
841
841
|
*,
|
|
@@ -880,7 +880,7 @@ def open(
|
|
|
880
880
|
):
|
|
881
881
|
"""Load a sequence of frames or a movie file
|
|
882
882
|
|
|
883
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
883
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
884
884
|
:type execution_context: int | str | None
|
|
885
885
|
:type undo: bool | None
|
|
886
886
|
:param directory: Directory, Directory of the file
|
|
@@ -969,13 +969,13 @@ def open(
|
|
|
969
969
|
...
|
|
970
970
|
|
|
971
971
|
def paste_tracks(
|
|
972
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
972
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
973
973
|
execution_context: int | str | None = None,
|
|
974
974
|
undo: bool | None = None,
|
|
975
975
|
):
|
|
976
976
|
"""Paste tracks from the internal clipboard
|
|
977
977
|
|
|
978
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
978
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
979
979
|
:type execution_context: int | str | None
|
|
980
980
|
:type undo: bool | None
|
|
981
981
|
"""
|
|
@@ -983,13 +983,13 @@ def paste_tracks(
|
|
|
983
983
|
...
|
|
984
984
|
|
|
985
985
|
def prefetch(
|
|
986
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
986
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
987
987
|
execution_context: int | str | None = None,
|
|
988
988
|
undo: bool | None = None,
|
|
989
989
|
):
|
|
990
990
|
"""Prefetch frames from disk for faster playback/tracking
|
|
991
991
|
|
|
992
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
992
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
993
993
|
:type execution_context: int | str | None
|
|
994
994
|
:type undo: bool | None
|
|
995
995
|
"""
|
|
@@ -997,13 +997,13 @@ def prefetch(
|
|
|
997
997
|
...
|
|
998
998
|
|
|
999
999
|
def rebuild_proxy(
|
|
1000
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1000
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1001
1001
|
execution_context: int | str | None = None,
|
|
1002
1002
|
undo: bool | None = None,
|
|
1003
1003
|
):
|
|
1004
1004
|
"""Rebuild all selected proxies and timecode indices in the background
|
|
1005
1005
|
|
|
1006
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1006
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1007
1007
|
:type execution_context: int | str | None
|
|
1008
1008
|
:type undo: bool | None
|
|
1009
1009
|
"""
|
|
@@ -1011,7 +1011,7 @@ def rebuild_proxy(
|
|
|
1011
1011
|
...
|
|
1012
1012
|
|
|
1013
1013
|
def refine_markers(
|
|
1014
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1014
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1015
1015
|
execution_context: int | str | None = None,
|
|
1016
1016
|
undo: bool | None = None,
|
|
1017
1017
|
*,
|
|
@@ -1019,7 +1019,7 @@ def refine_markers(
|
|
|
1019
1019
|
):
|
|
1020
1020
|
"""Refine selected markers positions by running the tracker from track's reference to current frame
|
|
1021
1021
|
|
|
1022
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1022
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1023
1023
|
:type execution_context: int | str | None
|
|
1024
1024
|
:type undo: bool | None
|
|
1025
1025
|
:param backwards: Backwards, Do backwards tracking
|
|
@@ -1029,13 +1029,13 @@ def refine_markers(
|
|
|
1029
1029
|
...
|
|
1030
1030
|
|
|
1031
1031
|
def reload(
|
|
1032
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1032
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1033
1033
|
execution_context: int | str | None = None,
|
|
1034
1034
|
undo: bool | None = None,
|
|
1035
1035
|
):
|
|
1036
1036
|
"""Reload clip
|
|
1037
1037
|
|
|
1038
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1038
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1039
1039
|
:type execution_context: int | str | None
|
|
1040
1040
|
:type undo: bool | None
|
|
1041
1041
|
"""
|
|
@@ -1043,7 +1043,7 @@ def reload(
|
|
|
1043
1043
|
...
|
|
1044
1044
|
|
|
1045
1045
|
def select(
|
|
1046
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1046
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1047
1047
|
execution_context: int | str | None = None,
|
|
1048
1048
|
undo: bool | None = None,
|
|
1049
1049
|
*,
|
|
@@ -1053,7 +1053,7 @@ def select(
|
|
|
1053
1053
|
):
|
|
1054
1054
|
"""Select tracking markers
|
|
1055
1055
|
|
|
1056
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1056
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1057
1057
|
:type execution_context: int | str | None
|
|
1058
1058
|
:type undo: bool | None
|
|
1059
1059
|
:param extend: Extend, Extend selection rather than clearing the existing selection
|
|
@@ -1067,7 +1067,7 @@ def select(
|
|
|
1067
1067
|
...
|
|
1068
1068
|
|
|
1069
1069
|
def select_all(
|
|
1070
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1070
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1071
1071
|
execution_context: int | str | None = None,
|
|
1072
1072
|
undo: bool | None = None,
|
|
1073
1073
|
*,
|
|
@@ -1075,7 +1075,7 @@ def select_all(
|
|
|
1075
1075
|
):
|
|
1076
1076
|
"""Change selection of all tracking markers
|
|
1077
1077
|
|
|
1078
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1078
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1079
1079
|
:type execution_context: int | str | None
|
|
1080
1080
|
:type undo: bool | None
|
|
1081
1081
|
:param action: Action, Selection action to execute
|
|
@@ -1097,7 +1097,7 @@ def select_all(
|
|
|
1097
1097
|
...
|
|
1098
1098
|
|
|
1099
1099
|
def select_box(
|
|
1100
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1100
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1101
1101
|
execution_context: int | str | None = None,
|
|
1102
1102
|
undo: bool | None = None,
|
|
1103
1103
|
*,
|
|
@@ -1110,7 +1110,7 @@ def select_box(
|
|
|
1110
1110
|
):
|
|
1111
1111
|
"""Select markers using box selection
|
|
1112
1112
|
|
|
1113
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1113
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1114
1114
|
:type execution_context: int | str | None
|
|
1115
1115
|
:type undo: bool | None
|
|
1116
1116
|
:param xmin: X Min
|
|
@@ -1139,7 +1139,7 @@ def select_box(
|
|
|
1139
1139
|
...
|
|
1140
1140
|
|
|
1141
1141
|
def select_circle(
|
|
1142
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1142
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1143
1143
|
execution_context: int | str | None = None,
|
|
1144
1144
|
undo: bool | None = None,
|
|
1145
1145
|
*,
|
|
@@ -1151,7 +1151,7 @@ def select_circle(
|
|
|
1151
1151
|
):
|
|
1152
1152
|
"""Select markers using circle selection
|
|
1153
1153
|
|
|
1154
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1154
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1155
1155
|
:type execution_context: int | str | None
|
|
1156
1156
|
:type undo: bool | None
|
|
1157
1157
|
:param x: X
|
|
@@ -1178,7 +1178,7 @@ def select_circle(
|
|
|
1178
1178
|
...
|
|
1179
1179
|
|
|
1180
1180
|
def select_grouped(
|
|
1181
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1181
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1182
1182
|
execution_context: int | str | None = None,
|
|
1183
1183
|
undo: bool | None = None,
|
|
1184
1184
|
*,
|
|
@@ -1189,7 +1189,7 @@ def select_grouped(
|
|
|
1189
1189
|
):
|
|
1190
1190
|
"""Select all tracks from specified group
|
|
1191
1191
|
|
|
1192
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1192
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1193
1193
|
:type execution_context: int | str | None
|
|
1194
1194
|
:type undo: bool | None
|
|
1195
1195
|
:param group: Action, Clear action to execute
|
|
@@ -1220,7 +1220,7 @@ def select_grouped(
|
|
|
1220
1220
|
...
|
|
1221
1221
|
|
|
1222
1222
|
def select_lasso(
|
|
1223
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1223
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1224
1224
|
execution_context: int | str | None = None,
|
|
1225
1225
|
undo: bool | None = None,
|
|
1226
1226
|
*,
|
|
@@ -1232,7 +1232,7 @@ def select_lasso(
|
|
|
1232
1232
|
):
|
|
1233
1233
|
"""Select markers using lasso selection
|
|
1234
1234
|
|
|
1235
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1235
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1236
1236
|
:type execution_context: int | str | None
|
|
1237
1237
|
:type undo: bool | None
|
|
1238
1238
|
:param path: Path
|
|
@@ -1259,13 +1259,13 @@ def select_lasso(
|
|
|
1259
1259
|
...
|
|
1260
1260
|
|
|
1261
1261
|
def set_active_clip(
|
|
1262
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1262
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1263
1263
|
execution_context: int | str | None = None,
|
|
1264
1264
|
undo: bool | None = None,
|
|
1265
1265
|
):
|
|
1266
1266
|
"""Undocumented, consider contributing.
|
|
1267
1267
|
|
|
1268
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1268
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1269
1269
|
:type execution_context: int | str | None
|
|
1270
1270
|
:type undo: bool | None
|
|
1271
1271
|
"""
|
|
@@ -1273,7 +1273,7 @@ def set_active_clip(
|
|
|
1273
1273
|
...
|
|
1274
1274
|
|
|
1275
1275
|
def set_axis(
|
|
1276
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1276
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1277
1277
|
execution_context: int | str | None = None,
|
|
1278
1278
|
undo: bool | None = None,
|
|
1279
1279
|
*,
|
|
@@ -1281,7 +1281,7 @@ def set_axis(
|
|
|
1281
1281
|
):
|
|
1282
1282
|
"""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
|
|
1283
1283
|
|
|
1284
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1284
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1285
1285
|
:type execution_context: int | str | None
|
|
1286
1286
|
:type undo: bool | None
|
|
1287
1287
|
:param axis: Axis, Axis to use to align bundle along
|
|
@@ -1297,7 +1297,7 @@ def set_axis(
|
|
|
1297
1297
|
...
|
|
1298
1298
|
|
|
1299
1299
|
def set_origin(
|
|
1300
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1300
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1301
1301
|
execution_context: int | str | None = None,
|
|
1302
1302
|
undo: bool | None = None,
|
|
1303
1303
|
*,
|
|
@@ -1305,7 +1305,7 @@ def set_origin(
|
|
|
1305
1305
|
):
|
|
1306
1306
|
"""Set active marker as origin by moving camera (or its parent if present) in 3D space
|
|
1307
1307
|
|
|
1308
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1308
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1309
1309
|
:type execution_context: int | str | None
|
|
1310
1310
|
:type undo: bool | None
|
|
1311
1311
|
:param use_median: Use Median, Set origin to median point of selected bundles
|
|
@@ -1315,7 +1315,7 @@ def set_origin(
|
|
|
1315
1315
|
...
|
|
1316
1316
|
|
|
1317
1317
|
def set_plane(
|
|
1318
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1318
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1319
1319
|
execution_context: int | str | None = None,
|
|
1320
1320
|
undo: bool | None = None,
|
|
1321
1321
|
*,
|
|
@@ -1323,7 +1323,7 @@ def set_plane(
|
|
|
1323
1323
|
):
|
|
1324
1324
|
"""Set plane based on 3 selected bundles by moving camera (or its parent if present) in 3D space
|
|
1325
1325
|
|
|
1326
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1326
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1327
1327
|
:type execution_context: int | str | None
|
|
1328
1328
|
:type undo: bool | None
|
|
1329
1329
|
:param plane: Plane, Plane to be used for orientation
|
|
@@ -1339,7 +1339,7 @@ def set_plane(
|
|
|
1339
1339
|
...
|
|
1340
1340
|
|
|
1341
1341
|
def set_scale(
|
|
1342
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1342
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1343
1343
|
execution_context: int | str | None = None,
|
|
1344
1344
|
undo: bool | None = None,
|
|
1345
1345
|
*,
|
|
@@ -1347,7 +1347,7 @@ def set_scale(
|
|
|
1347
1347
|
):
|
|
1348
1348
|
"""Set scale of scene by scaling camera (or its parent if present)
|
|
1349
1349
|
|
|
1350
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1350
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1351
1351
|
:type execution_context: int | str | None
|
|
1352
1352
|
:type undo: bool | None
|
|
1353
1353
|
:param distance: Distance, Distance between selected tracks
|
|
@@ -1357,13 +1357,13 @@ def set_scale(
|
|
|
1357
1357
|
...
|
|
1358
1358
|
|
|
1359
1359
|
def set_scene_frames(
|
|
1360
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1360
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1361
1361
|
execution_context: int | str | None = None,
|
|
1362
1362
|
undo: bool | None = None,
|
|
1363
1363
|
):
|
|
1364
1364
|
"""Set scene's start and end frame to match clip's start frame and length
|
|
1365
1365
|
|
|
1366
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1366
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1367
1367
|
:type execution_context: int | str | None
|
|
1368
1368
|
:type undo: bool | None
|
|
1369
1369
|
"""
|
|
@@ -1371,7 +1371,7 @@ def set_scene_frames(
|
|
|
1371
1371
|
...
|
|
1372
1372
|
|
|
1373
1373
|
def set_solution_scale(
|
|
1374
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1374
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1375
1375
|
execution_context: int | str | None = None,
|
|
1376
1376
|
undo: bool | None = None,
|
|
1377
1377
|
*,
|
|
@@ -1379,7 +1379,7 @@ def set_solution_scale(
|
|
|
1379
1379
|
):
|
|
1380
1380
|
"""Set object solution scale using distance between two selected tracks
|
|
1381
1381
|
|
|
1382
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1382
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1383
1383
|
:type execution_context: int | str | None
|
|
1384
1384
|
:type undo: bool | None
|
|
1385
1385
|
:param distance: Distance, Distance between selected tracks
|
|
@@ -1389,7 +1389,7 @@ def set_solution_scale(
|
|
|
1389
1389
|
...
|
|
1390
1390
|
|
|
1391
1391
|
def set_solver_keyframe(
|
|
1392
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1392
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1393
1393
|
execution_context: int | str | None = None,
|
|
1394
1394
|
undo: bool | None = None,
|
|
1395
1395
|
*,
|
|
@@ -1397,7 +1397,7 @@ def set_solver_keyframe(
|
|
|
1397
1397
|
):
|
|
1398
1398
|
"""Set keyframe used by solver
|
|
1399
1399
|
|
|
1400
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1400
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1401
1401
|
:type execution_context: int | str | None
|
|
1402
1402
|
:type undo: bool | None
|
|
1403
1403
|
:param keyframe: Keyframe, Keyframe to set
|
|
@@ -1407,13 +1407,13 @@ def set_solver_keyframe(
|
|
|
1407
1407
|
...
|
|
1408
1408
|
|
|
1409
1409
|
def set_viewport_background(
|
|
1410
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1410
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1411
1411
|
execution_context: int | str | None = None,
|
|
1412
1412
|
undo: bool | None = None,
|
|
1413
1413
|
):
|
|
1414
1414
|
"""Set current movie clip as a camera background in 3D Viewport (works only when a 3D Viewport is visible)
|
|
1415
1415
|
|
|
1416
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1416
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1417
1417
|
:type execution_context: int | str | None
|
|
1418
1418
|
:type undo: bool | None
|
|
1419
1419
|
"""
|
|
@@ -1421,13 +1421,13 @@ def set_viewport_background(
|
|
|
1421
1421
|
...
|
|
1422
1422
|
|
|
1423
1423
|
def setup_tracking_scene(
|
|
1424
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1424
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1425
1425
|
execution_context: int | str | None = None,
|
|
1426
1426
|
undo: bool | None = None,
|
|
1427
1427
|
):
|
|
1428
1428
|
"""Prepare scene for compositing 3D objects into this footage
|
|
1429
1429
|
|
|
1430
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1430
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1431
1431
|
:type execution_context: int | str | None
|
|
1432
1432
|
:type undo: bool | None
|
|
1433
1433
|
"""
|
|
@@ -1435,7 +1435,7 @@ def setup_tracking_scene(
|
|
|
1435
1435
|
...
|
|
1436
1436
|
|
|
1437
1437
|
def slide_marker(
|
|
1438
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1438
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1439
1439
|
execution_context: int | str | None = None,
|
|
1440
1440
|
undo: bool | None = None,
|
|
1441
1441
|
*,
|
|
@@ -1443,7 +1443,7 @@ def slide_marker(
|
|
|
1443
1443
|
):
|
|
1444
1444
|
"""Slide marker areas
|
|
1445
1445
|
|
|
1446
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1446
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1447
1447
|
:type execution_context: int | str | None
|
|
1448
1448
|
:type undo: bool | None
|
|
1449
1449
|
:param offset: Offset, Offset in floating-point units, 1.0 is the width and height of the image
|
|
@@ -1453,13 +1453,13 @@ def slide_marker(
|
|
|
1453
1453
|
...
|
|
1454
1454
|
|
|
1455
1455
|
def slide_plane_marker(
|
|
1456
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1456
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1457
1457
|
execution_context: int | str | None = None,
|
|
1458
1458
|
undo: bool | None = None,
|
|
1459
1459
|
):
|
|
1460
1460
|
"""Slide plane marker areas
|
|
1461
1461
|
|
|
1462
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1462
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1463
1463
|
:type execution_context: int | str | None
|
|
1464
1464
|
:type undo: bool | None
|
|
1465
1465
|
"""
|
|
@@ -1467,13 +1467,13 @@ def slide_plane_marker(
|
|
|
1467
1467
|
...
|
|
1468
1468
|
|
|
1469
1469
|
def solve_camera(
|
|
1470
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1470
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1471
1471
|
execution_context: int | str | None = None,
|
|
1472
1472
|
undo: bool | None = None,
|
|
1473
1473
|
):
|
|
1474
1474
|
"""Solve camera motion from tracks
|
|
1475
1475
|
|
|
1476
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1476
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1477
1477
|
:type execution_context: int | str | None
|
|
1478
1478
|
:type undo: bool | None
|
|
1479
1479
|
"""
|
|
@@ -1481,13 +1481,13 @@ def solve_camera(
|
|
|
1481
1481
|
...
|
|
1482
1482
|
|
|
1483
1483
|
def stabilize_2d_add(
|
|
1484
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1484
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1485
1485
|
execution_context: int | str | None = None,
|
|
1486
1486
|
undo: bool | None = None,
|
|
1487
1487
|
):
|
|
1488
1488
|
"""Add selected tracks to 2D translation stabilization
|
|
1489
1489
|
|
|
1490
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1490
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1491
1491
|
:type execution_context: int | str | None
|
|
1492
1492
|
:type undo: bool | None
|
|
1493
1493
|
"""
|
|
@@ -1495,13 +1495,13 @@ def stabilize_2d_add(
|
|
|
1495
1495
|
...
|
|
1496
1496
|
|
|
1497
1497
|
def stabilize_2d_remove(
|
|
1498
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1498
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1499
1499
|
execution_context: int | str | None = None,
|
|
1500
1500
|
undo: bool | None = None,
|
|
1501
1501
|
):
|
|
1502
1502
|
"""Remove selected track from translation stabilization
|
|
1503
1503
|
|
|
1504
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1504
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1505
1505
|
:type execution_context: int | str | None
|
|
1506
1506
|
:type undo: bool | None
|
|
1507
1507
|
"""
|
|
@@ -1509,13 +1509,13 @@ def stabilize_2d_remove(
|
|
|
1509
1509
|
...
|
|
1510
1510
|
|
|
1511
1511
|
def stabilize_2d_rotation_add(
|
|
1512
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1512
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1513
1513
|
execution_context: int | str | None = None,
|
|
1514
1514
|
undo: bool | None = None,
|
|
1515
1515
|
):
|
|
1516
1516
|
"""Add selected tracks to 2D rotation stabilization
|
|
1517
1517
|
|
|
1518
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1518
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1519
1519
|
:type execution_context: int | str | None
|
|
1520
1520
|
:type undo: bool | None
|
|
1521
1521
|
"""
|
|
@@ -1523,13 +1523,13 @@ def stabilize_2d_rotation_add(
|
|
|
1523
1523
|
...
|
|
1524
1524
|
|
|
1525
1525
|
def stabilize_2d_rotation_remove(
|
|
1526
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1526
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1527
1527
|
execution_context: int | str | None = None,
|
|
1528
1528
|
undo: bool | None = None,
|
|
1529
1529
|
):
|
|
1530
1530
|
"""Remove selected track from rotation stabilization
|
|
1531
1531
|
|
|
1532
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1532
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1533
1533
|
:type execution_context: int | str | None
|
|
1534
1534
|
:type undo: bool | None
|
|
1535
1535
|
"""
|
|
@@ -1537,13 +1537,13 @@ def stabilize_2d_rotation_remove(
|
|
|
1537
1537
|
...
|
|
1538
1538
|
|
|
1539
1539
|
def stabilize_2d_rotation_select(
|
|
1540
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1540
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1541
1541
|
execution_context: int | str | None = None,
|
|
1542
1542
|
undo: bool | None = None,
|
|
1543
1543
|
):
|
|
1544
1544
|
"""Select tracks which are used for rotation stabilization
|
|
1545
1545
|
|
|
1546
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1546
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1547
1547
|
:type execution_context: int | str | None
|
|
1548
1548
|
:type undo: bool | None
|
|
1549
1549
|
"""
|
|
@@ -1551,13 +1551,13 @@ def stabilize_2d_rotation_select(
|
|
|
1551
1551
|
...
|
|
1552
1552
|
|
|
1553
1553
|
def stabilize_2d_select(
|
|
1554
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1554
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1555
1555
|
execution_context: int | str | None = None,
|
|
1556
1556
|
undo: bool | None = None,
|
|
1557
1557
|
):
|
|
1558
1558
|
"""Select tracks which are used for translation stabilization
|
|
1559
1559
|
|
|
1560
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1560
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1561
1561
|
:type execution_context: int | str | None
|
|
1562
1562
|
:type undo: bool | None
|
|
1563
1563
|
"""
|
|
@@ -1565,7 +1565,7 @@ def stabilize_2d_select(
|
|
|
1565
1565
|
...
|
|
1566
1566
|
|
|
1567
1567
|
def track_color_preset_add(
|
|
1568
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1568
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1569
1569
|
execution_context: int | str | None = None,
|
|
1570
1570
|
undo: bool | None = None,
|
|
1571
1571
|
*,
|
|
@@ -1575,7 +1575,7 @@ def track_color_preset_add(
|
|
|
1575
1575
|
):
|
|
1576
1576
|
"""Add or remove a Clip Track Color Preset
|
|
1577
1577
|
|
|
1578
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1578
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1579
1579
|
:type execution_context: int | str | None
|
|
1580
1580
|
:type undo: bool | None
|
|
1581
1581
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -1589,13 +1589,13 @@ def track_color_preset_add(
|
|
|
1589
1589
|
...
|
|
1590
1590
|
|
|
1591
1591
|
def track_copy_color(
|
|
1592
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1592
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1593
1593
|
execution_context: int | str | None = None,
|
|
1594
1594
|
undo: bool | None = None,
|
|
1595
1595
|
):
|
|
1596
1596
|
"""Copy color to all selected tracks
|
|
1597
1597
|
|
|
1598
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1598
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1599
1599
|
:type execution_context: int | str | None
|
|
1600
1600
|
:type undo: bool | None
|
|
1601
1601
|
"""
|
|
@@ -1603,7 +1603,7 @@ def track_copy_color(
|
|
|
1603
1603
|
...
|
|
1604
1604
|
|
|
1605
1605
|
def track_markers(
|
|
1606
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1606
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1607
1607
|
execution_context: int | str | None = None,
|
|
1608
1608
|
undo: bool | None = None,
|
|
1609
1609
|
*,
|
|
@@ -1612,7 +1612,7 @@ def track_markers(
|
|
|
1612
1612
|
):
|
|
1613
1613
|
"""Track selected markers
|
|
1614
1614
|
|
|
1615
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1615
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1616
1616
|
:type execution_context: int | str | None
|
|
1617
1617
|
:type undo: bool | None
|
|
1618
1618
|
:param backwards: Backwards, Do backwards tracking
|
|
@@ -1624,13 +1624,13 @@ def track_markers(
|
|
|
1624
1624
|
...
|
|
1625
1625
|
|
|
1626
1626
|
def track_settings_as_default(
|
|
1627
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1627
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1628
1628
|
execution_context: int | str | None = None,
|
|
1629
1629
|
undo: bool | None = None,
|
|
1630
1630
|
):
|
|
1631
1631
|
"""Copy tracking settings from active track to default settings
|
|
1632
1632
|
|
|
1633
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1633
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1634
1634
|
:type execution_context: int | str | None
|
|
1635
1635
|
:type undo: bool | None
|
|
1636
1636
|
"""
|
|
@@ -1638,13 +1638,13 @@ def track_settings_as_default(
|
|
|
1638
1638
|
...
|
|
1639
1639
|
|
|
1640
1640
|
def track_settings_to_track(
|
|
1641
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1641
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1642
1642
|
execution_context: int | str | None = None,
|
|
1643
1643
|
undo: bool | None = None,
|
|
1644
1644
|
):
|
|
1645
1645
|
"""Copy tracking settings from active track to selected tracks
|
|
1646
1646
|
|
|
1647
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1647
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1648
1648
|
:type execution_context: int | str | None
|
|
1649
1649
|
:type undo: bool | None
|
|
1650
1650
|
"""
|
|
@@ -1652,13 +1652,13 @@ def track_settings_to_track(
|
|
|
1652
1652
|
...
|
|
1653
1653
|
|
|
1654
1654
|
def track_to_empty(
|
|
1655
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1655
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1656
1656
|
execution_context: int | str | None = None,
|
|
1657
1657
|
undo: bool | None = None,
|
|
1658
1658
|
):
|
|
1659
1659
|
"""Create an Empty object which will be copying movement of active track
|
|
1660
1660
|
|
|
1661
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1661
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1662
1662
|
:type execution_context: int | str | None
|
|
1663
1663
|
:type undo: bool | None
|
|
1664
1664
|
"""
|
|
@@ -1666,13 +1666,13 @@ def track_to_empty(
|
|
|
1666
1666
|
...
|
|
1667
1667
|
|
|
1668
1668
|
def tracking_object_new(
|
|
1669
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1669
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1670
1670
|
execution_context: int | str | None = None,
|
|
1671
1671
|
undo: bool | None = None,
|
|
1672
1672
|
):
|
|
1673
1673
|
"""Add new object for tracking
|
|
1674
1674
|
|
|
1675
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1675
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1676
1676
|
:type execution_context: int | str | None
|
|
1677
1677
|
:type undo: bool | None
|
|
1678
1678
|
"""
|
|
@@ -1680,13 +1680,13 @@ def tracking_object_new(
|
|
|
1680
1680
|
...
|
|
1681
1681
|
|
|
1682
1682
|
def tracking_object_remove(
|
|
1683
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1683
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1684
1684
|
execution_context: int | str | None = None,
|
|
1685
1685
|
undo: bool | None = None,
|
|
1686
1686
|
):
|
|
1687
1687
|
"""Remove object for tracking
|
|
1688
1688
|
|
|
1689
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1689
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1690
1690
|
:type execution_context: int | str | None
|
|
1691
1691
|
:type undo: bool | None
|
|
1692
1692
|
"""
|
|
@@ -1694,7 +1694,7 @@ def tracking_object_remove(
|
|
|
1694
1694
|
...
|
|
1695
1695
|
|
|
1696
1696
|
def tracking_settings_preset_add(
|
|
1697
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1697
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1698
1698
|
execution_context: int | str | None = None,
|
|
1699
1699
|
undo: bool | None = None,
|
|
1700
1700
|
*,
|
|
@@ -1704,7 +1704,7 @@ def tracking_settings_preset_add(
|
|
|
1704
1704
|
):
|
|
1705
1705
|
"""Add or remove a motion tracking settings preset
|
|
1706
1706
|
|
|
1707
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1707
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1708
1708
|
:type execution_context: int | str | None
|
|
1709
1709
|
:type undo: bool | None
|
|
1710
1710
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -1718,13 +1718,13 @@ def tracking_settings_preset_add(
|
|
|
1718
1718
|
...
|
|
1719
1719
|
|
|
1720
1720
|
def update_image_from_plane_marker(
|
|
1721
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1721
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1722
1722
|
execution_context: int | str | None = None,
|
|
1723
1723
|
undo: bool | None = None,
|
|
1724
1724
|
):
|
|
1725
1725
|
"""Update current image used by plane marker from the content of the plane marker
|
|
1726
1726
|
|
|
1727
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1727
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1728
1728
|
:type execution_context: int | str | None
|
|
1729
1729
|
:type undo: bool | None
|
|
1730
1730
|
"""
|
|
@@ -1732,7 +1732,7 @@ def update_image_from_plane_marker(
|
|
|
1732
1732
|
...
|
|
1733
1733
|
|
|
1734
1734
|
def view_all(
|
|
1735
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1735
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1736
1736
|
execution_context: int | str | None = None,
|
|
1737
1737
|
undo: bool | None = None,
|
|
1738
1738
|
*,
|
|
@@ -1740,7 +1740,7 @@ def view_all(
|
|
|
1740
1740
|
):
|
|
1741
1741
|
"""View whole image with markers
|
|
1742
1742
|
|
|
1743
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1743
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1744
1744
|
:type execution_context: int | str | None
|
|
1745
1745
|
:type undo: bool | None
|
|
1746
1746
|
:param fit_view: Fit View, Fit frame to the viewport
|
|
@@ -1750,13 +1750,13 @@ def view_all(
|
|
|
1750
1750
|
...
|
|
1751
1751
|
|
|
1752
1752
|
def view_center_cursor(
|
|
1753
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1753
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1754
1754
|
execution_context: int | str | None = None,
|
|
1755
1755
|
undo: bool | None = None,
|
|
1756
1756
|
):
|
|
1757
1757
|
"""Center the view so that the cursor is in the middle of the view
|
|
1758
1758
|
|
|
1759
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1759
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1760
1760
|
:type execution_context: int | str | None
|
|
1761
1761
|
:type undo: bool | None
|
|
1762
1762
|
"""
|
|
@@ -1764,13 +1764,13 @@ def view_center_cursor(
|
|
|
1764
1764
|
...
|
|
1765
1765
|
|
|
1766
1766
|
def view_ndof(
|
|
1767
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1767
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1768
1768
|
execution_context: int | str | None = None,
|
|
1769
1769
|
undo: bool | None = None,
|
|
1770
1770
|
):
|
|
1771
1771
|
"""Use a 3D mouse device to pan/zoom the view
|
|
1772
1772
|
|
|
1773
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1773
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1774
1774
|
:type execution_context: int | str | None
|
|
1775
1775
|
:type undo: bool | None
|
|
1776
1776
|
"""
|
|
@@ -1778,7 +1778,7 @@ def view_ndof(
|
|
|
1778
1778
|
...
|
|
1779
1779
|
|
|
1780
1780
|
def view_pan(
|
|
1781
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1781
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1782
1782
|
execution_context: int | str | None = None,
|
|
1783
1783
|
undo: bool | None = None,
|
|
1784
1784
|
*,
|
|
@@ -1786,7 +1786,7 @@ def view_pan(
|
|
|
1786
1786
|
):
|
|
1787
1787
|
"""Pan the view
|
|
1788
1788
|
|
|
1789
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1789
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1790
1790
|
:type execution_context: int | str | None
|
|
1791
1791
|
:type undo: bool | None
|
|
1792
1792
|
:param offset: Offset, Offset in floating-point units, 1.0 is the width and height of the image
|
|
@@ -1796,13 +1796,13 @@ def view_pan(
|
|
|
1796
1796
|
...
|
|
1797
1797
|
|
|
1798
1798
|
def view_selected(
|
|
1799
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1799
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1800
1800
|
execution_context: int | str | None = None,
|
|
1801
1801
|
undo: bool | None = None,
|
|
1802
1802
|
):
|
|
1803
1803
|
"""View all selected elements
|
|
1804
1804
|
|
|
1805
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1805
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1806
1806
|
:type execution_context: int | str | None
|
|
1807
1807
|
:type undo: bool | None
|
|
1808
1808
|
"""
|
|
@@ -1810,7 +1810,7 @@ def view_selected(
|
|
|
1810
1810
|
...
|
|
1811
1811
|
|
|
1812
1812
|
def view_zoom(
|
|
1813
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1813
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1814
1814
|
execution_context: int | str | None = None,
|
|
1815
1815
|
undo: bool | None = None,
|
|
1816
1816
|
*,
|
|
@@ -1819,7 +1819,7 @@ def view_zoom(
|
|
|
1819
1819
|
):
|
|
1820
1820
|
"""Zoom in/out the view
|
|
1821
1821
|
|
|
1822
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1822
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1823
1823
|
:type execution_context: int | str | None
|
|
1824
1824
|
:type undo: bool | None
|
|
1825
1825
|
:param factor: Factor, Zoom factor, values higher than 1.0 zoom in, lower values zoom out
|
|
@@ -1831,7 +1831,7 @@ def view_zoom(
|
|
|
1831
1831
|
...
|
|
1832
1832
|
|
|
1833
1833
|
def view_zoom_in(
|
|
1834
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1834
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1835
1835
|
execution_context: int | str | None = None,
|
|
1836
1836
|
undo: bool | None = None,
|
|
1837
1837
|
*,
|
|
@@ -1839,7 +1839,7 @@ def view_zoom_in(
|
|
|
1839
1839
|
):
|
|
1840
1840
|
"""Zoom in the view
|
|
1841
1841
|
|
|
1842
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1842
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1843
1843
|
:type execution_context: int | str | None
|
|
1844
1844
|
:type undo: bool | None
|
|
1845
1845
|
:param location: Location, Cursor location in screen coordinates
|
|
@@ -1849,7 +1849,7 @@ def view_zoom_in(
|
|
|
1849
1849
|
...
|
|
1850
1850
|
|
|
1851
1851
|
def view_zoom_out(
|
|
1852
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1852
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1853
1853
|
execution_context: int | str | None = None,
|
|
1854
1854
|
undo: bool | None = None,
|
|
1855
1855
|
*,
|
|
@@ -1857,7 +1857,7 @@ def view_zoom_out(
|
|
|
1857
1857
|
):
|
|
1858
1858
|
"""Zoom out the view
|
|
1859
1859
|
|
|
1860
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1860
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1861
1861
|
:type execution_context: int | str | None
|
|
1862
1862
|
:type undo: bool | None
|
|
1863
1863
|
:param location: Location, Cursor location in normalized (0.0 to 1.0) coordinates
|
|
@@ -1867,7 +1867,7 @@ def view_zoom_out(
|
|
|
1867
1867
|
...
|
|
1868
1868
|
|
|
1869
1869
|
def view_zoom_ratio(
|
|
1870
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1870
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1871
1871
|
execution_context: int | str | None = None,
|
|
1872
1872
|
undo: bool | None = None,
|
|
1873
1873
|
*,
|
|
@@ -1875,7 +1875,7 @@ def view_zoom_ratio(
|
|
|
1875
1875
|
):
|
|
1876
1876
|
"""Set the zoom ratio (based on clip size)
|
|
1877
1877
|
|
|
1878
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1878
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1879
1879
|
:type execution_context: int | str | None
|
|
1880
1880
|
:type undo: bool | None
|
|
1881
1881
|
:param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
|