fake-bpy-module 20240928__py3-none-any.whl → 20240929__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/generic_ui_list/__init__.pyi +2 -2
- bpy/__init__.pyi +1 -1
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +124 -124
- 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 +202 -202
- 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 +230 -230
- bpy/ops/object/__init__.pyi +476 -476
- 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 +74 -74
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +178 -178
- 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 +68 -68
- 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 +232 -232
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +4 -4
- bpy/types/__init__.pyi +254 -219
- bpy_extras/object_utils/__init__.pyi +4 -4
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/RECORD +84 -84
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/top_level.txt +0 -0
bpy/ops/clip/__init__.pyi
CHANGED
|
@@ -7,7 +7,7 @@ import bpy.typing
|
|
|
7
7
|
import mathutils
|
|
8
8
|
|
|
9
9
|
def add_marker(
|
|
10
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
10
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
11
11
|
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
*,
|
|
@@ -15,7 +15,7 @@ def add_marker(
|
|
|
15
15
|
):
|
|
16
16
|
"""Place new marker at specified location
|
|
17
17
|
|
|
18
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
18
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
19
19
|
:type execution_context: int | str | None
|
|
20
20
|
:type undo: bool | None
|
|
21
21
|
:param location: Location, Location of marker on frame
|
|
@@ -23,19 +23,19 @@ def add_marker(
|
|
|
23
23
|
"""
|
|
24
24
|
|
|
25
25
|
def add_marker_at_click(
|
|
26
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
26
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
27
27
|
execution_context: int | str | None = None,
|
|
28
28
|
undo: bool | None = None,
|
|
29
29
|
):
|
|
30
30
|
"""Place new marker at the desired (clicked) position
|
|
31
31
|
|
|
32
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
32
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
33
33
|
:type execution_context: int | str | None
|
|
34
34
|
:type undo: bool | None
|
|
35
35
|
"""
|
|
36
36
|
|
|
37
37
|
def add_marker_move(
|
|
38
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
38
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
39
39
|
execution_context: int | str | None = None,
|
|
40
40
|
undo: bool | None = None,
|
|
41
41
|
*,
|
|
@@ -44,7 +44,7 @@ def add_marker_move(
|
|
|
44
44
|
):
|
|
45
45
|
"""Add new marker and move it on movie
|
|
46
46
|
|
|
47
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
47
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
48
48
|
:type execution_context: int | str | None
|
|
49
49
|
:type undo: bool | None
|
|
50
50
|
:param CLIP_OT_add_marker: Add Marker, Place new marker at specified location
|
|
@@ -54,7 +54,7 @@ def add_marker_move(
|
|
|
54
54
|
"""
|
|
55
55
|
|
|
56
56
|
def add_marker_slide(
|
|
57
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
57
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
58
58
|
execution_context: int | str | None = None,
|
|
59
59
|
undo: bool | None = None,
|
|
60
60
|
*,
|
|
@@ -63,7 +63,7 @@ def add_marker_slide(
|
|
|
63
63
|
):
|
|
64
64
|
"""Add new marker and slide it with mouse until mouse button release
|
|
65
65
|
|
|
66
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
66
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
67
67
|
:type execution_context: int | str | None
|
|
68
68
|
:type undo: bool | None
|
|
69
69
|
:param CLIP_OT_add_marker: Add Marker, Place new marker at specified location
|
|
@@ -73,7 +73,7 @@ def add_marker_slide(
|
|
|
73
73
|
"""
|
|
74
74
|
|
|
75
75
|
def apply_solution_scale(
|
|
76
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
76
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
77
77
|
execution_context: int | str | None = None,
|
|
78
78
|
undo: bool | None = None,
|
|
79
79
|
*,
|
|
@@ -81,7 +81,7 @@ def apply_solution_scale(
|
|
|
81
81
|
):
|
|
82
82
|
"""Apply scale on solution itself to make distance between selected tracks equals to desired
|
|
83
83
|
|
|
84
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
84
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
85
85
|
:type execution_context: int | str | None
|
|
86
86
|
:type undo: bool | None
|
|
87
87
|
:param distance: Distance, Distance between selected tracks
|
|
@@ -89,7 +89,7 @@ def apply_solution_scale(
|
|
|
89
89
|
"""
|
|
90
90
|
|
|
91
91
|
def average_tracks(
|
|
92
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
92
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
93
93
|
execution_context: int | str | None = None,
|
|
94
94
|
undo: bool | None = None,
|
|
95
95
|
*,
|
|
@@ -97,7 +97,7 @@ def average_tracks(
|
|
|
97
97
|
):
|
|
98
98
|
"""Average selected tracks into active
|
|
99
99
|
|
|
100
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
100
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
101
101
|
:type execution_context: int | str | None
|
|
102
102
|
:type undo: bool | None
|
|
103
103
|
:param keep_original: Keep Original, Keep original tracks
|
|
@@ -105,19 +105,19 @@ def average_tracks(
|
|
|
105
105
|
"""
|
|
106
106
|
|
|
107
107
|
def bundles_to_mesh(
|
|
108
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
108
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
109
109
|
execution_context: int | str | None = None,
|
|
110
110
|
undo: bool | None = None,
|
|
111
111
|
):
|
|
112
112
|
"""Create vertex cloud using coordinates of reconstructed tracks
|
|
113
113
|
|
|
114
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
114
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
115
115
|
:type execution_context: int | str | None
|
|
116
116
|
:type undo: bool | None
|
|
117
117
|
"""
|
|
118
118
|
|
|
119
119
|
def camera_preset_add(
|
|
120
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
120
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
121
121
|
execution_context: int | str | None = None,
|
|
122
122
|
undo: bool | None = None,
|
|
123
123
|
*,
|
|
@@ -128,7 +128,7 @@ def camera_preset_add(
|
|
|
128
128
|
):
|
|
129
129
|
"""Add or remove a Tracking Camera Intrinsics Preset
|
|
130
130
|
|
|
131
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
131
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
132
132
|
:type execution_context: int | str | None
|
|
133
133
|
:type undo: bool | None
|
|
134
134
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -142,7 +142,7 @@ def camera_preset_add(
|
|
|
142
142
|
"""
|
|
143
143
|
|
|
144
144
|
def change_frame(
|
|
145
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
145
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
146
146
|
execution_context: int | str | None = None,
|
|
147
147
|
undo: bool | None = None,
|
|
148
148
|
*,
|
|
@@ -150,7 +150,7 @@ def change_frame(
|
|
|
150
150
|
):
|
|
151
151
|
"""Interactively change the current frame number
|
|
152
152
|
|
|
153
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
153
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
154
154
|
:type execution_context: int | str | None
|
|
155
155
|
:type undo: bool | None
|
|
156
156
|
:param frame: Frame
|
|
@@ -158,7 +158,7 @@ def change_frame(
|
|
|
158
158
|
"""
|
|
159
159
|
|
|
160
160
|
def clean_tracks(
|
|
161
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
161
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
162
162
|
execution_context: int | str | None = None,
|
|
163
163
|
undo: bool | None = None,
|
|
164
164
|
*,
|
|
@@ -169,7 +169,7 @@ def clean_tracks(
|
|
|
169
169
|
):
|
|
170
170
|
"""Clean tracks with high error values or few frames
|
|
171
171
|
|
|
172
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
172
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
173
173
|
:type execution_context: int | str | None
|
|
174
174
|
:type undo: bool | None
|
|
175
175
|
:param frames: Tracked Frames, Affect tracks which are tracked less than the specified number of frames
|
|
@@ -190,19 +190,19 @@ def clean_tracks(
|
|
|
190
190
|
"""
|
|
191
191
|
|
|
192
192
|
def clear_solution(
|
|
193
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
193
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
194
194
|
execution_context: int | str | None = None,
|
|
195
195
|
undo: bool | None = None,
|
|
196
196
|
):
|
|
197
197
|
"""Clear all calculated data
|
|
198
198
|
|
|
199
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
199
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
200
200
|
:type execution_context: int | str | None
|
|
201
201
|
:type undo: bool | None
|
|
202
202
|
"""
|
|
203
203
|
|
|
204
204
|
def clear_track_path(
|
|
205
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
205
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
206
206
|
execution_context: int | str | None = None,
|
|
207
207
|
undo: bool | None = None,
|
|
208
208
|
*,
|
|
@@ -211,7 +211,7 @@ def clear_track_path(
|
|
|
211
211
|
):
|
|
212
212
|
"""Clear tracks after/before current position or clear the whole track
|
|
213
213
|
|
|
214
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
214
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
215
215
|
:type execution_context: int | str | None
|
|
216
216
|
:type undo: bool | None
|
|
217
217
|
:param action: Action, Clear action to execute
|
|
@@ -230,43 +230,43 @@ def clear_track_path(
|
|
|
230
230
|
"""
|
|
231
231
|
|
|
232
232
|
def constraint_to_fcurve(
|
|
233
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
233
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
234
234
|
execution_context: int | str | None = None,
|
|
235
235
|
undo: bool | None = None,
|
|
236
236
|
):
|
|
237
237
|
"""Create F-Curves for object which will copy object's movement caused by this constraint
|
|
238
238
|
|
|
239
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
239
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
240
240
|
:type execution_context: int | str | None
|
|
241
241
|
:type undo: bool | None
|
|
242
242
|
"""
|
|
243
243
|
|
|
244
244
|
def copy_tracks(
|
|
245
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
245
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
246
246
|
execution_context: int | str | None = None,
|
|
247
247
|
undo: bool | None = None,
|
|
248
248
|
):
|
|
249
249
|
"""Copy the selected tracks to the internal clipboard
|
|
250
250
|
|
|
251
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
251
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
252
252
|
:type execution_context: int | str | None
|
|
253
253
|
:type undo: bool | None
|
|
254
254
|
"""
|
|
255
255
|
|
|
256
256
|
def create_plane_track(
|
|
257
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
257
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
258
258
|
execution_context: int | str | None = None,
|
|
259
259
|
undo: bool | None = None,
|
|
260
260
|
):
|
|
261
261
|
"""Create new plane track out of selected point tracks
|
|
262
262
|
|
|
263
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
263
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
264
264
|
:type execution_context: int | str | None
|
|
265
265
|
:type undo: bool | None
|
|
266
266
|
"""
|
|
267
267
|
|
|
268
268
|
def cursor_set(
|
|
269
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
269
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
270
270
|
execution_context: int | str | None = None,
|
|
271
271
|
undo: bool | None = None,
|
|
272
272
|
*,
|
|
@@ -274,7 +274,7 @@ def cursor_set(
|
|
|
274
274
|
):
|
|
275
275
|
"""Set 2D cursor location
|
|
276
276
|
|
|
277
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
277
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
278
278
|
:type execution_context: int | str | None
|
|
279
279
|
:type undo: bool | None
|
|
280
280
|
:param location: Location, Cursor location in normalized clip coordinates
|
|
@@ -282,7 +282,7 @@ def cursor_set(
|
|
|
282
282
|
"""
|
|
283
283
|
|
|
284
284
|
def delete_marker(
|
|
285
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
285
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
286
286
|
execution_context: int | str | None = None,
|
|
287
287
|
undo: bool | None = None,
|
|
288
288
|
*,
|
|
@@ -290,7 +290,7 @@ def delete_marker(
|
|
|
290
290
|
):
|
|
291
291
|
"""Delete marker for current frame from selected 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] | None
|
|
294
294
|
:type execution_context: int | str | None
|
|
295
295
|
:type undo: bool | None
|
|
296
296
|
:param confirm: Confirm, Prompt for confirmation
|
|
@@ -298,19 +298,19 @@ def delete_marker(
|
|
|
298
298
|
"""
|
|
299
299
|
|
|
300
300
|
def delete_proxy(
|
|
301
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
301
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
302
302
|
execution_context: int | str | None = None,
|
|
303
303
|
undo: bool | None = None,
|
|
304
304
|
):
|
|
305
305
|
"""Delete movie clip proxy files from the hard drive
|
|
306
306
|
|
|
307
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
307
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
308
308
|
:type execution_context: int | str | None
|
|
309
309
|
:type undo: bool | None
|
|
310
310
|
"""
|
|
311
311
|
|
|
312
312
|
def delete_track(
|
|
313
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
313
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
314
314
|
execution_context: int | str | None = None,
|
|
315
315
|
undo: bool | None = None,
|
|
316
316
|
*,
|
|
@@ -318,7 +318,7 @@ def delete_track(
|
|
|
318
318
|
):
|
|
319
319
|
"""Delete selected tracks
|
|
320
320
|
|
|
321
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
321
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
322
322
|
:type execution_context: int | str | None
|
|
323
323
|
:type undo: bool | None
|
|
324
324
|
:param confirm: Confirm, Prompt for confirmation
|
|
@@ -326,7 +326,7 @@ def delete_track(
|
|
|
326
326
|
"""
|
|
327
327
|
|
|
328
328
|
def detect_features(
|
|
329
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
329
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
330
330
|
execution_context: int | str | None = None,
|
|
331
331
|
undo: bool | None = None,
|
|
332
332
|
*,
|
|
@@ -338,7 +338,7 @@ def detect_features(
|
|
|
338
338
|
):
|
|
339
339
|
"""Automatically detect features and place markers to track
|
|
340
340
|
|
|
341
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
341
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
342
342
|
:type execution_context: int | str | None
|
|
343
343
|
:type undo: bool | None
|
|
344
344
|
:param placement: Placement, Placement for detected features
|
|
@@ -361,7 +361,7 @@ def detect_features(
|
|
|
361
361
|
"""
|
|
362
362
|
|
|
363
363
|
def disable_markers(
|
|
364
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
364
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
365
365
|
execution_context: int | str | None = None,
|
|
366
366
|
undo: bool | None = None,
|
|
367
367
|
*,
|
|
@@ -369,7 +369,7 @@ def disable_markers(
|
|
|
369
369
|
):
|
|
370
370
|
"""Disable/enable selected markers
|
|
371
371
|
|
|
372
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
372
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
373
373
|
:type execution_context: int | str | None
|
|
374
374
|
:type undo: bool | None
|
|
375
375
|
:param action: Action, Disable action to execute
|
|
@@ -386,7 +386,7 @@ def disable_markers(
|
|
|
386
386
|
"""
|
|
387
387
|
|
|
388
388
|
def dopesheet_select_channel(
|
|
389
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
389
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
390
390
|
execution_context: int | str | None = None,
|
|
391
391
|
undo: bool | None = None,
|
|
392
392
|
*,
|
|
@@ -395,7 +395,7 @@ def dopesheet_select_channel(
|
|
|
395
395
|
):
|
|
396
396
|
"""Select movie tracking channel
|
|
397
397
|
|
|
398
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
398
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
399
399
|
:type execution_context: int | str | None
|
|
400
400
|
:type undo: bool | None
|
|
401
401
|
:param location: Location, Mouse location to select channel
|
|
@@ -405,19 +405,19 @@ def dopesheet_select_channel(
|
|
|
405
405
|
"""
|
|
406
406
|
|
|
407
407
|
def dopesheet_view_all(
|
|
408
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
408
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
409
409
|
execution_context: int | str | None = None,
|
|
410
410
|
undo: bool | None = None,
|
|
411
411
|
):
|
|
412
412
|
"""Reset viewable area to show full keyframe range
|
|
413
413
|
|
|
414
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
414
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
415
415
|
:type execution_context: int | str | None
|
|
416
416
|
:type undo: bool | None
|
|
417
417
|
"""
|
|
418
418
|
|
|
419
419
|
def filter_tracks(
|
|
420
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
420
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
421
421
|
execution_context: int | str | None = None,
|
|
422
422
|
undo: bool | None = None,
|
|
423
423
|
*,
|
|
@@ -425,7 +425,7 @@ def filter_tracks(
|
|
|
425
425
|
):
|
|
426
426
|
"""Filter tracks which has weirdly looking spikes in motion curves
|
|
427
427
|
|
|
428
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
428
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
429
429
|
:type execution_context: int | str | None
|
|
430
430
|
:type undo: bool | None
|
|
431
431
|
:param track_threshold: Track Threshold, Filter Threshold to select problematic tracks
|
|
@@ -433,7 +433,7 @@ def filter_tracks(
|
|
|
433
433
|
"""
|
|
434
434
|
|
|
435
435
|
def frame_jump(
|
|
436
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
436
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
437
437
|
execution_context: int | str | None = None,
|
|
438
438
|
undo: bool | None = None,
|
|
439
439
|
*,
|
|
@@ -442,7 +442,7 @@ def frame_jump(
|
|
|
442
442
|
):
|
|
443
443
|
"""Jump to special frame
|
|
444
444
|
|
|
445
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
445
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
446
446
|
:type execution_context: int | str | None
|
|
447
447
|
:type undo: bool | None
|
|
448
448
|
:param position: Position, Position to jump to
|
|
@@ -462,19 +462,19 @@ def frame_jump(
|
|
|
462
462
|
"""
|
|
463
463
|
|
|
464
464
|
def graph_center_current_frame(
|
|
465
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
465
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
466
466
|
execution_context: int | str | None = None,
|
|
467
467
|
undo: bool | None = None,
|
|
468
468
|
):
|
|
469
469
|
"""Scroll view so current frame would be centered
|
|
470
470
|
|
|
471
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
471
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
472
472
|
:type execution_context: int | str | None
|
|
473
473
|
:type undo: bool | None
|
|
474
474
|
"""
|
|
475
475
|
|
|
476
476
|
def graph_delete_curve(
|
|
477
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
477
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
478
478
|
execution_context: int | str | None = None,
|
|
479
479
|
undo: bool | None = None,
|
|
480
480
|
*,
|
|
@@ -482,7 +482,7 @@ def graph_delete_curve(
|
|
|
482
482
|
):
|
|
483
483
|
"""Delete track corresponding to the selected curve
|
|
484
484
|
|
|
485
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
485
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
486
486
|
:type execution_context: int | str | None
|
|
487
487
|
:type undo: bool | None
|
|
488
488
|
:param confirm: Confirm, Prompt for confirmation
|
|
@@ -490,19 +490,19 @@ def graph_delete_curve(
|
|
|
490
490
|
"""
|
|
491
491
|
|
|
492
492
|
def graph_delete_knot(
|
|
493
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
493
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
494
494
|
execution_context: int | str | None = None,
|
|
495
495
|
undo: bool | None = None,
|
|
496
496
|
):
|
|
497
497
|
"""Delete curve knots
|
|
498
498
|
|
|
499
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
499
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
500
500
|
:type execution_context: int | str | None
|
|
501
501
|
:type undo: bool | None
|
|
502
502
|
"""
|
|
503
503
|
|
|
504
504
|
def graph_disable_markers(
|
|
505
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
505
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
506
506
|
execution_context: int | str | None = None,
|
|
507
507
|
undo: bool | None = None,
|
|
508
508
|
*,
|
|
@@ -510,7 +510,7 @@ def graph_disable_markers(
|
|
|
510
510
|
):
|
|
511
511
|
"""Disable/enable selected markers
|
|
512
512
|
|
|
513
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
513
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
514
514
|
:type execution_context: int | str | None
|
|
515
515
|
:type undo: bool | None
|
|
516
516
|
:param action: Action, Disable action to execute
|
|
@@ -527,7 +527,7 @@ def graph_disable_markers(
|
|
|
527
527
|
"""
|
|
528
528
|
|
|
529
529
|
def graph_select(
|
|
530
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
530
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
531
531
|
execution_context: int | str | None = None,
|
|
532
532
|
undo: bool | None = None,
|
|
533
533
|
*,
|
|
@@ -536,7 +536,7 @@ def graph_select(
|
|
|
536
536
|
):
|
|
537
537
|
"""Select graph curves
|
|
538
538
|
|
|
539
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
539
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
540
540
|
:type execution_context: int | str | None
|
|
541
541
|
:type undo: bool | None
|
|
542
542
|
:param location: Location, Mouse location to select nearest entity
|
|
@@ -546,7 +546,7 @@ def graph_select(
|
|
|
546
546
|
"""
|
|
547
547
|
|
|
548
548
|
def graph_select_all_markers(
|
|
549
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
549
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
550
550
|
execution_context: int | str | None = None,
|
|
551
551
|
undo: bool | None = None,
|
|
552
552
|
*,
|
|
@@ -554,7 +554,7 @@ def graph_select_all_markers(
|
|
|
554
554
|
):
|
|
555
555
|
"""Change selection of all markers of active track
|
|
556
556
|
|
|
557
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
557
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
558
558
|
:type execution_context: int | str | None
|
|
559
559
|
:type undo: bool | None
|
|
560
560
|
:param action: Action, Selection action to execute
|
|
@@ -574,7 +574,7 @@ def graph_select_all_markers(
|
|
|
574
574
|
"""
|
|
575
575
|
|
|
576
576
|
def graph_select_box(
|
|
577
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
577
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
578
578
|
execution_context: int | str | None = None,
|
|
579
579
|
undo: bool | None = None,
|
|
580
580
|
*,
|
|
@@ -588,7 +588,7 @@ def graph_select_box(
|
|
|
588
588
|
):
|
|
589
589
|
"""Select curve points using box selection
|
|
590
590
|
|
|
591
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
591
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
592
592
|
:type execution_context: int | str | None
|
|
593
593
|
:type undo: bool | None
|
|
594
594
|
:param xmin: X Min
|
|
@@ -608,19 +608,19 @@ def graph_select_box(
|
|
|
608
608
|
"""
|
|
609
609
|
|
|
610
610
|
def graph_view_all(
|
|
611
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
611
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
612
612
|
execution_context: int | str | None = None,
|
|
613
613
|
undo: bool | None = None,
|
|
614
614
|
):
|
|
615
615
|
"""View all curves in editor
|
|
616
616
|
|
|
617
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
617
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
618
618
|
:type execution_context: int | str | None
|
|
619
619
|
:type undo: bool | None
|
|
620
620
|
"""
|
|
621
621
|
|
|
622
622
|
def hide_tracks(
|
|
623
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
623
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
624
624
|
execution_context: int | str | None = None,
|
|
625
625
|
undo: bool | None = None,
|
|
626
626
|
*,
|
|
@@ -628,7 +628,7 @@ def hide_tracks(
|
|
|
628
628
|
):
|
|
629
629
|
"""Hide selected tracks
|
|
630
630
|
|
|
631
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
631
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
632
632
|
:type execution_context: int | str | None
|
|
633
633
|
:type undo: bool | None
|
|
634
634
|
:param unselected: Unselected, Hide unselected tracks
|
|
@@ -636,67 +636,67 @@ def hide_tracks(
|
|
|
636
636
|
"""
|
|
637
637
|
|
|
638
638
|
def hide_tracks_clear(
|
|
639
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
639
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
640
640
|
execution_context: int | str | None = None,
|
|
641
641
|
undo: bool | None = None,
|
|
642
642
|
):
|
|
643
643
|
"""Clear hide selected tracks
|
|
644
644
|
|
|
645
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
645
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
646
646
|
:type execution_context: int | str | None
|
|
647
647
|
:type undo: bool | None
|
|
648
648
|
"""
|
|
649
649
|
|
|
650
650
|
def join_tracks(
|
|
651
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
651
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
652
652
|
execution_context: int | str | None = None,
|
|
653
653
|
undo: bool | None = None,
|
|
654
654
|
):
|
|
655
655
|
"""Join selected tracks
|
|
656
656
|
|
|
657
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
657
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
658
658
|
:type execution_context: int | str | None
|
|
659
659
|
:type undo: bool | None
|
|
660
660
|
"""
|
|
661
661
|
|
|
662
662
|
def keyframe_delete(
|
|
663
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
663
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
664
664
|
execution_context: int | str | None = None,
|
|
665
665
|
undo: bool | None = None,
|
|
666
666
|
):
|
|
667
667
|
"""Delete a keyframe from selected tracks at current frame
|
|
668
668
|
|
|
669
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
669
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
670
670
|
:type execution_context: int | str | None
|
|
671
671
|
:type undo: bool | None
|
|
672
672
|
"""
|
|
673
673
|
|
|
674
674
|
def keyframe_insert(
|
|
675
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
675
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
676
676
|
execution_context: int | str | None = None,
|
|
677
677
|
undo: bool | None = None,
|
|
678
678
|
):
|
|
679
679
|
"""Insert a keyframe to selected tracks at current frame
|
|
680
680
|
|
|
681
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
681
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
682
682
|
:type execution_context: int | str | None
|
|
683
683
|
:type undo: bool | None
|
|
684
684
|
"""
|
|
685
685
|
|
|
686
686
|
def lock_selection_toggle(
|
|
687
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
687
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
688
688
|
execution_context: int | str | None = None,
|
|
689
689
|
undo: bool | None = None,
|
|
690
690
|
):
|
|
691
691
|
"""Toggle Lock Selection option of the current clip editor
|
|
692
692
|
|
|
693
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
693
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
694
694
|
:type execution_context: int | str | None
|
|
695
695
|
:type undo: bool | None
|
|
696
696
|
"""
|
|
697
697
|
|
|
698
698
|
def lock_tracks(
|
|
699
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
699
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
700
700
|
execution_context: int | str | None = None,
|
|
701
701
|
undo: bool | None = None,
|
|
702
702
|
*,
|
|
@@ -704,7 +704,7 @@ def lock_tracks(
|
|
|
704
704
|
):
|
|
705
705
|
"""Lock/unlock selected tracks
|
|
706
706
|
|
|
707
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
707
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
708
708
|
:type execution_context: int | str | None
|
|
709
709
|
:type undo: bool | None
|
|
710
710
|
:param action: Action, Lock action to execute
|
|
@@ -721,7 +721,7 @@ def lock_tracks(
|
|
|
721
721
|
"""
|
|
722
722
|
|
|
723
723
|
def mode_set(
|
|
724
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
724
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
725
725
|
execution_context: int | str | None = None,
|
|
726
726
|
undo: bool | None = None,
|
|
727
727
|
*,
|
|
@@ -729,7 +729,7 @@ def mode_set(
|
|
|
729
729
|
):
|
|
730
730
|
"""Set the clip interaction mode
|
|
731
731
|
|
|
732
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
732
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
733
733
|
:type execution_context: int | str | None
|
|
734
734
|
:type undo: bool | None
|
|
735
735
|
:param mode: Mode
|
|
@@ -737,19 +737,19 @@ def mode_set(
|
|
|
737
737
|
"""
|
|
738
738
|
|
|
739
739
|
def new_image_from_plane_marker(
|
|
740
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
740
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
741
741
|
execution_context: int | str | None = None,
|
|
742
742
|
undo: bool | None = None,
|
|
743
743
|
):
|
|
744
744
|
"""Create new image from the content of the plane marker
|
|
745
745
|
|
|
746
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
746
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
747
747
|
:type execution_context: int | str | None
|
|
748
748
|
:type undo: bool | None
|
|
749
749
|
"""
|
|
750
750
|
|
|
751
751
|
def open(
|
|
752
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
752
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
753
753
|
execution_context: int | str | None = None,
|
|
754
754
|
undo: bool | None = None,
|
|
755
755
|
*,
|
|
@@ -794,7 +794,7 @@ def open(
|
|
|
794
794
|
):
|
|
795
795
|
"""Load a sequence of frames or a movie file
|
|
796
796
|
|
|
797
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
797
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
798
798
|
:type execution_context: int | str | None
|
|
799
799
|
:type undo: bool | None
|
|
800
800
|
:param directory: Directory, Directory of the file
|
|
@@ -881,43 +881,43 @@ def open(
|
|
|
881
881
|
"""
|
|
882
882
|
|
|
883
883
|
def paste_tracks(
|
|
884
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
884
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
885
885
|
execution_context: int | str | None = None,
|
|
886
886
|
undo: bool | None = None,
|
|
887
887
|
):
|
|
888
888
|
"""Paste tracks from the internal clipboard
|
|
889
889
|
|
|
890
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
890
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
891
891
|
:type execution_context: int | str | None
|
|
892
892
|
:type undo: bool | None
|
|
893
893
|
"""
|
|
894
894
|
|
|
895
895
|
def prefetch(
|
|
896
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
896
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
897
897
|
execution_context: int | str | None = None,
|
|
898
898
|
undo: bool | None = None,
|
|
899
899
|
):
|
|
900
900
|
"""Prefetch frames from disk for faster playback/tracking
|
|
901
901
|
|
|
902
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
902
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
903
903
|
:type execution_context: int | str | None
|
|
904
904
|
:type undo: bool | None
|
|
905
905
|
"""
|
|
906
906
|
|
|
907
907
|
def rebuild_proxy(
|
|
908
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
908
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
909
909
|
execution_context: int | str | None = None,
|
|
910
910
|
undo: bool | None = None,
|
|
911
911
|
):
|
|
912
912
|
"""Rebuild all selected proxies and timecode indices in the background
|
|
913
913
|
|
|
914
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
914
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
915
915
|
:type execution_context: int | str | None
|
|
916
916
|
:type undo: bool | None
|
|
917
917
|
"""
|
|
918
918
|
|
|
919
919
|
def refine_markers(
|
|
920
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
920
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
921
921
|
execution_context: int | str | None = None,
|
|
922
922
|
undo: bool | None = None,
|
|
923
923
|
*,
|
|
@@ -925,7 +925,7 @@ def refine_markers(
|
|
|
925
925
|
):
|
|
926
926
|
"""Refine selected markers positions by running the tracker from track's reference to current frame
|
|
927
927
|
|
|
928
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
928
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
929
929
|
:type execution_context: int | str | None
|
|
930
930
|
:type undo: bool | None
|
|
931
931
|
:param backwards: Backwards, Do backwards tracking
|
|
@@ -933,19 +933,19 @@ def refine_markers(
|
|
|
933
933
|
"""
|
|
934
934
|
|
|
935
935
|
def reload(
|
|
936
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
936
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
937
937
|
execution_context: int | str | None = None,
|
|
938
938
|
undo: bool | None = None,
|
|
939
939
|
):
|
|
940
940
|
"""Reload clip
|
|
941
941
|
|
|
942
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
942
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
943
943
|
:type execution_context: int | str | None
|
|
944
944
|
:type undo: bool | None
|
|
945
945
|
"""
|
|
946
946
|
|
|
947
947
|
def select(
|
|
948
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
948
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
949
949
|
execution_context: int | str | None = None,
|
|
950
950
|
undo: bool | None = None,
|
|
951
951
|
*,
|
|
@@ -955,7 +955,7 @@ def select(
|
|
|
955
955
|
):
|
|
956
956
|
"""Select tracking markers
|
|
957
957
|
|
|
958
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
958
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
959
959
|
:type execution_context: int | str | None
|
|
960
960
|
:type undo: bool | None
|
|
961
961
|
:param extend: Extend, Extend selection rather than clearing the existing selection
|
|
@@ -967,7 +967,7 @@ def select(
|
|
|
967
967
|
"""
|
|
968
968
|
|
|
969
969
|
def select_all(
|
|
970
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
970
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
971
971
|
execution_context: int | str | None = None,
|
|
972
972
|
undo: bool | None = None,
|
|
973
973
|
*,
|
|
@@ -975,7 +975,7 @@ def select_all(
|
|
|
975
975
|
):
|
|
976
976
|
"""Change selection of all tracking markers
|
|
977
977
|
|
|
978
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
978
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
979
979
|
:type execution_context: int | str | None
|
|
980
980
|
:type undo: bool | None
|
|
981
981
|
:param action: Action, Selection action to execute
|
|
@@ -995,7 +995,7 @@ def select_all(
|
|
|
995
995
|
"""
|
|
996
996
|
|
|
997
997
|
def select_box(
|
|
998
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
998
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
999
999
|
execution_context: int | str | None = None,
|
|
1000
1000
|
undo: bool | None = None,
|
|
1001
1001
|
*,
|
|
@@ -1008,7 +1008,7 @@ def select_box(
|
|
|
1008
1008
|
):
|
|
1009
1009
|
"""Select markers using box selection
|
|
1010
1010
|
|
|
1011
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1011
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1012
1012
|
:type execution_context: int | str | None
|
|
1013
1013
|
:type undo: bool | None
|
|
1014
1014
|
:param xmin: X Min
|
|
@@ -1035,7 +1035,7 @@ def select_box(
|
|
|
1035
1035
|
"""
|
|
1036
1036
|
|
|
1037
1037
|
def select_circle(
|
|
1038
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1038
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1039
1039
|
execution_context: int | str | None = None,
|
|
1040
1040
|
undo: bool | None = None,
|
|
1041
1041
|
*,
|
|
@@ -1047,7 +1047,7 @@ def select_circle(
|
|
|
1047
1047
|
):
|
|
1048
1048
|
"""Select markers using circle selection
|
|
1049
1049
|
|
|
1050
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1050
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1051
1051
|
:type execution_context: int | str | None
|
|
1052
1052
|
:type undo: bool | None
|
|
1053
1053
|
:param x: X
|
|
@@ -1072,7 +1072,7 @@ def select_circle(
|
|
|
1072
1072
|
"""
|
|
1073
1073
|
|
|
1074
1074
|
def select_grouped(
|
|
1075
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1075
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1076
1076
|
execution_context: int | str | None = None,
|
|
1077
1077
|
undo: bool | None = None,
|
|
1078
1078
|
*,
|
|
@@ -1083,7 +1083,7 @@ def select_grouped(
|
|
|
1083
1083
|
):
|
|
1084
1084
|
"""Select all tracks from specified group
|
|
1085
1085
|
|
|
1086
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1086
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1087
1087
|
:type execution_context: int | str | None
|
|
1088
1088
|
:type undo: bool | None
|
|
1089
1089
|
:param group: Action, Clear action to execute
|
|
@@ -1112,7 +1112,7 @@ def select_grouped(
|
|
|
1112
1112
|
"""
|
|
1113
1113
|
|
|
1114
1114
|
def select_lasso(
|
|
1115
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1115
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1116
1116
|
execution_context: int | str | None = None,
|
|
1117
1117
|
undo: bool | None = None,
|
|
1118
1118
|
*,
|
|
@@ -1124,7 +1124,7 @@ def select_lasso(
|
|
|
1124
1124
|
):
|
|
1125
1125
|
"""Select markers using lasso selection
|
|
1126
1126
|
|
|
1127
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1127
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1128
1128
|
:type execution_context: int | str | None
|
|
1129
1129
|
:type undo: bool | None
|
|
1130
1130
|
:param path: Path
|
|
@@ -1149,19 +1149,19 @@ def select_lasso(
|
|
|
1149
1149
|
"""
|
|
1150
1150
|
|
|
1151
1151
|
def set_active_clip(
|
|
1152
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1152
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1153
1153
|
execution_context: int | str | None = None,
|
|
1154
1154
|
undo: bool | None = None,
|
|
1155
1155
|
):
|
|
1156
1156
|
"""Undocumented, consider contributing.
|
|
1157
1157
|
|
|
1158
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1158
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1159
1159
|
:type execution_context: int | str | None
|
|
1160
1160
|
:type undo: bool | None
|
|
1161
1161
|
"""
|
|
1162
1162
|
|
|
1163
1163
|
def set_axis(
|
|
1164
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1164
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1165
1165
|
execution_context: int | str | None = None,
|
|
1166
1166
|
undo: bool | None = None,
|
|
1167
1167
|
*,
|
|
@@ -1169,7 +1169,7 @@ def set_axis(
|
|
|
1169
1169
|
):
|
|
1170
1170
|
"""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
|
|
1171
1171
|
|
|
1172
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1172
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1173
1173
|
:type execution_context: int | str | None
|
|
1174
1174
|
:type undo: bool | None
|
|
1175
1175
|
:param axis: Axis, Axis to use to align bundle along
|
|
@@ -1183,7 +1183,7 @@ def set_axis(
|
|
|
1183
1183
|
"""
|
|
1184
1184
|
|
|
1185
1185
|
def set_origin(
|
|
1186
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1186
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1187
1187
|
execution_context: int | str | None = None,
|
|
1188
1188
|
undo: bool | None = None,
|
|
1189
1189
|
*,
|
|
@@ -1191,7 +1191,7 @@ def set_origin(
|
|
|
1191
1191
|
):
|
|
1192
1192
|
"""Set active marker as origin by moving camera (or its parent if present) in 3D space
|
|
1193
1193
|
|
|
1194
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1194
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1195
1195
|
:type execution_context: int | str | None
|
|
1196
1196
|
:type undo: bool | None
|
|
1197
1197
|
:param use_median: Use Median, Set origin to median point of selected bundles
|
|
@@ -1199,7 +1199,7 @@ def set_origin(
|
|
|
1199
1199
|
"""
|
|
1200
1200
|
|
|
1201
1201
|
def set_plane(
|
|
1202
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1202
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1203
1203
|
execution_context: int | str | None = None,
|
|
1204
1204
|
undo: bool | None = None,
|
|
1205
1205
|
*,
|
|
@@ -1207,7 +1207,7 @@ def set_plane(
|
|
|
1207
1207
|
):
|
|
1208
1208
|
"""Set plane based on 3 selected bundles by moving camera (or its parent if present) in 3D space
|
|
1209
1209
|
|
|
1210
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1210
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1211
1211
|
:type execution_context: int | str | None
|
|
1212
1212
|
:type undo: bool | None
|
|
1213
1213
|
:param plane: Plane, Plane to be used for orientation
|
|
@@ -1221,7 +1221,7 @@ def set_plane(
|
|
|
1221
1221
|
"""
|
|
1222
1222
|
|
|
1223
1223
|
def set_scale(
|
|
1224
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1224
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1225
1225
|
execution_context: int | str | None = None,
|
|
1226
1226
|
undo: bool | None = None,
|
|
1227
1227
|
*,
|
|
@@ -1229,7 +1229,7 @@ def set_scale(
|
|
|
1229
1229
|
):
|
|
1230
1230
|
"""Set scale of scene by scaling camera (or its parent if present)
|
|
1231
1231
|
|
|
1232
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1232
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1233
1233
|
:type execution_context: int | str | None
|
|
1234
1234
|
:type undo: bool | None
|
|
1235
1235
|
:param distance: Distance, Distance between selected tracks
|
|
@@ -1237,19 +1237,19 @@ def set_scale(
|
|
|
1237
1237
|
"""
|
|
1238
1238
|
|
|
1239
1239
|
def set_scene_frames(
|
|
1240
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1240
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1241
1241
|
execution_context: int | str | None = None,
|
|
1242
1242
|
undo: bool | None = None,
|
|
1243
1243
|
):
|
|
1244
1244
|
"""Set scene's start and end frame to match clip's start frame and length
|
|
1245
1245
|
|
|
1246
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1246
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1247
1247
|
:type execution_context: int | str | None
|
|
1248
1248
|
:type undo: bool | None
|
|
1249
1249
|
"""
|
|
1250
1250
|
|
|
1251
1251
|
def set_solution_scale(
|
|
1252
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1252
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1253
1253
|
execution_context: int | str | None = None,
|
|
1254
1254
|
undo: bool | None = None,
|
|
1255
1255
|
*,
|
|
@@ -1257,7 +1257,7 @@ def set_solution_scale(
|
|
|
1257
1257
|
):
|
|
1258
1258
|
"""Set object solution scale using distance between two selected tracks
|
|
1259
1259
|
|
|
1260
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1260
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1261
1261
|
:type execution_context: int | str | None
|
|
1262
1262
|
:type undo: bool | None
|
|
1263
1263
|
:param distance: Distance, Distance between selected tracks
|
|
@@ -1265,7 +1265,7 @@ def set_solution_scale(
|
|
|
1265
1265
|
"""
|
|
1266
1266
|
|
|
1267
1267
|
def set_solver_keyframe(
|
|
1268
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1268
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1269
1269
|
execution_context: int | str | None = None,
|
|
1270
1270
|
undo: bool | None = None,
|
|
1271
1271
|
*,
|
|
@@ -1273,7 +1273,7 @@ def set_solver_keyframe(
|
|
|
1273
1273
|
):
|
|
1274
1274
|
"""Set keyframe used by solver
|
|
1275
1275
|
|
|
1276
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1276
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1277
1277
|
:type execution_context: int | str | None
|
|
1278
1278
|
:type undo: bool | None
|
|
1279
1279
|
:param keyframe: Keyframe, Keyframe to set
|
|
@@ -1281,31 +1281,31 @@ def set_solver_keyframe(
|
|
|
1281
1281
|
"""
|
|
1282
1282
|
|
|
1283
1283
|
def set_viewport_background(
|
|
1284
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1284
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1285
1285
|
execution_context: int | str | None = None,
|
|
1286
1286
|
undo: bool | None = None,
|
|
1287
1287
|
):
|
|
1288
1288
|
"""Set current movie clip as a camera background in 3D Viewport (works only when a 3D Viewport is visible)
|
|
1289
1289
|
|
|
1290
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1290
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1291
1291
|
:type execution_context: int | str | None
|
|
1292
1292
|
:type undo: bool | None
|
|
1293
1293
|
"""
|
|
1294
1294
|
|
|
1295
1295
|
def setup_tracking_scene(
|
|
1296
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1296
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1297
1297
|
execution_context: int | str | None = None,
|
|
1298
1298
|
undo: bool | None = None,
|
|
1299
1299
|
):
|
|
1300
1300
|
"""Prepare scene for compositing 3D objects into this footage
|
|
1301
1301
|
|
|
1302
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1302
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1303
1303
|
:type execution_context: int | str | None
|
|
1304
1304
|
:type undo: bool | None
|
|
1305
1305
|
"""
|
|
1306
1306
|
|
|
1307
1307
|
def slide_marker(
|
|
1308
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1308
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1309
1309
|
execution_context: int | str | None = None,
|
|
1310
1310
|
undo: bool | None = None,
|
|
1311
1311
|
*,
|
|
@@ -1313,7 +1313,7 @@ def slide_marker(
|
|
|
1313
1313
|
):
|
|
1314
1314
|
"""Slide marker areas
|
|
1315
1315
|
|
|
1316
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1316
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1317
1317
|
:type execution_context: int | str | None
|
|
1318
1318
|
:type undo: bool | None
|
|
1319
1319
|
:param offset: Offset, Offset in floating-point units, 1.0 is the width and height of the image
|
|
@@ -1321,103 +1321,103 @@ def slide_marker(
|
|
|
1321
1321
|
"""
|
|
1322
1322
|
|
|
1323
1323
|
def slide_plane_marker(
|
|
1324
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1324
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1325
1325
|
execution_context: int | str | None = None,
|
|
1326
1326
|
undo: bool | None = None,
|
|
1327
1327
|
):
|
|
1328
1328
|
"""Slide plane marker areas
|
|
1329
1329
|
|
|
1330
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1330
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1331
1331
|
:type execution_context: int | str | None
|
|
1332
1332
|
:type undo: bool | None
|
|
1333
1333
|
"""
|
|
1334
1334
|
|
|
1335
1335
|
def solve_camera(
|
|
1336
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1336
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1337
1337
|
execution_context: int | str | None = None,
|
|
1338
1338
|
undo: bool | None = None,
|
|
1339
1339
|
):
|
|
1340
1340
|
"""Solve camera motion from tracks
|
|
1341
1341
|
|
|
1342
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1342
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1343
1343
|
:type execution_context: int | str | None
|
|
1344
1344
|
:type undo: bool | None
|
|
1345
1345
|
"""
|
|
1346
1346
|
|
|
1347
1347
|
def stabilize_2d_add(
|
|
1348
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1348
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1349
1349
|
execution_context: int | str | None = None,
|
|
1350
1350
|
undo: bool | None = None,
|
|
1351
1351
|
):
|
|
1352
1352
|
"""Add selected tracks to 2D translation stabilization
|
|
1353
1353
|
|
|
1354
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1354
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1355
1355
|
:type execution_context: int | str | None
|
|
1356
1356
|
:type undo: bool | None
|
|
1357
1357
|
"""
|
|
1358
1358
|
|
|
1359
1359
|
def stabilize_2d_remove(
|
|
1360
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1360
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1361
1361
|
execution_context: int | str | None = None,
|
|
1362
1362
|
undo: bool | None = None,
|
|
1363
1363
|
):
|
|
1364
1364
|
"""Remove selected track from translation stabilization
|
|
1365
1365
|
|
|
1366
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1366
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1367
1367
|
:type execution_context: int | str | None
|
|
1368
1368
|
:type undo: bool | None
|
|
1369
1369
|
"""
|
|
1370
1370
|
|
|
1371
1371
|
def stabilize_2d_rotation_add(
|
|
1372
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1372
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1373
1373
|
execution_context: int | str | None = None,
|
|
1374
1374
|
undo: bool | None = None,
|
|
1375
1375
|
):
|
|
1376
1376
|
"""Add selected tracks to 2D rotation stabilization
|
|
1377
1377
|
|
|
1378
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1378
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1379
1379
|
:type execution_context: int | str | None
|
|
1380
1380
|
:type undo: bool | None
|
|
1381
1381
|
"""
|
|
1382
1382
|
|
|
1383
1383
|
def stabilize_2d_rotation_remove(
|
|
1384
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1384
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1385
1385
|
execution_context: int | str | None = None,
|
|
1386
1386
|
undo: bool | None = None,
|
|
1387
1387
|
):
|
|
1388
1388
|
"""Remove selected track from rotation stabilization
|
|
1389
1389
|
|
|
1390
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1390
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1391
1391
|
:type execution_context: int | str | None
|
|
1392
1392
|
:type undo: bool | None
|
|
1393
1393
|
"""
|
|
1394
1394
|
|
|
1395
1395
|
def stabilize_2d_rotation_select(
|
|
1396
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1396
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1397
1397
|
execution_context: int | str | None = None,
|
|
1398
1398
|
undo: bool | None = None,
|
|
1399
1399
|
):
|
|
1400
1400
|
"""Select tracks which are used for rotation stabilization
|
|
1401
1401
|
|
|
1402
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1402
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1403
1403
|
:type execution_context: int | str | None
|
|
1404
1404
|
:type undo: bool | None
|
|
1405
1405
|
"""
|
|
1406
1406
|
|
|
1407
1407
|
def stabilize_2d_select(
|
|
1408
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1408
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1409
1409
|
execution_context: int | str | None = None,
|
|
1410
1410
|
undo: bool | None = None,
|
|
1411
1411
|
):
|
|
1412
1412
|
"""Select tracks which are used for translation stabilization
|
|
1413
1413
|
|
|
1414
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1414
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1415
1415
|
:type execution_context: int | str | None
|
|
1416
1416
|
:type undo: bool | None
|
|
1417
1417
|
"""
|
|
1418
1418
|
|
|
1419
1419
|
def track_color_preset_add(
|
|
1420
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1420
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1421
1421
|
execution_context: int | str | None = None,
|
|
1422
1422
|
undo: bool | None = None,
|
|
1423
1423
|
*,
|
|
@@ -1427,7 +1427,7 @@ def track_color_preset_add(
|
|
|
1427
1427
|
):
|
|
1428
1428
|
"""Add or remove a Clip Track Color Preset
|
|
1429
1429
|
|
|
1430
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1430
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1431
1431
|
:type execution_context: int | str | None
|
|
1432
1432
|
:type undo: bool | None
|
|
1433
1433
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -1439,19 +1439,19 @@ def track_color_preset_add(
|
|
|
1439
1439
|
"""
|
|
1440
1440
|
|
|
1441
1441
|
def track_copy_color(
|
|
1442
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1442
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1443
1443
|
execution_context: int | str | None = None,
|
|
1444
1444
|
undo: bool | None = None,
|
|
1445
1445
|
):
|
|
1446
1446
|
"""Copy color to all selected tracks
|
|
1447
1447
|
|
|
1448
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1448
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1449
1449
|
:type execution_context: int | str | None
|
|
1450
1450
|
:type undo: bool | None
|
|
1451
1451
|
"""
|
|
1452
1452
|
|
|
1453
1453
|
def track_markers(
|
|
1454
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1454
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1455
1455
|
execution_context: int | str | None = None,
|
|
1456
1456
|
undo: bool | None = None,
|
|
1457
1457
|
*,
|
|
@@ -1460,7 +1460,7 @@ def track_markers(
|
|
|
1460
1460
|
):
|
|
1461
1461
|
"""Track selected markers
|
|
1462
1462
|
|
|
1463
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1463
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1464
1464
|
:type execution_context: int | str | None
|
|
1465
1465
|
:type undo: bool | None
|
|
1466
1466
|
:param backwards: Backwards, Do backwards tracking
|
|
@@ -1470,67 +1470,67 @@ def track_markers(
|
|
|
1470
1470
|
"""
|
|
1471
1471
|
|
|
1472
1472
|
def track_settings_as_default(
|
|
1473
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1473
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1474
1474
|
execution_context: int | str | None = None,
|
|
1475
1475
|
undo: bool | None = None,
|
|
1476
1476
|
):
|
|
1477
1477
|
"""Copy tracking settings from active track to default settings
|
|
1478
1478
|
|
|
1479
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1479
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1480
1480
|
:type execution_context: int | str | None
|
|
1481
1481
|
:type undo: bool | None
|
|
1482
1482
|
"""
|
|
1483
1483
|
|
|
1484
1484
|
def track_settings_to_track(
|
|
1485
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1485
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1486
1486
|
execution_context: int | str | None = None,
|
|
1487
1487
|
undo: bool | None = None,
|
|
1488
1488
|
):
|
|
1489
1489
|
"""Copy tracking settings from active track to selected tracks
|
|
1490
1490
|
|
|
1491
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1491
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1492
1492
|
:type execution_context: int | str | None
|
|
1493
1493
|
:type undo: bool | None
|
|
1494
1494
|
"""
|
|
1495
1495
|
|
|
1496
1496
|
def track_to_empty(
|
|
1497
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1497
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1498
1498
|
execution_context: int | str | None = None,
|
|
1499
1499
|
undo: bool | None = None,
|
|
1500
1500
|
):
|
|
1501
1501
|
"""Create an Empty object which will be copying movement of active track
|
|
1502
1502
|
|
|
1503
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1503
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1504
1504
|
:type execution_context: int | str | None
|
|
1505
1505
|
:type undo: bool | None
|
|
1506
1506
|
"""
|
|
1507
1507
|
|
|
1508
1508
|
def tracking_object_new(
|
|
1509
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1509
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1510
1510
|
execution_context: int | str | None = None,
|
|
1511
1511
|
undo: bool | None = None,
|
|
1512
1512
|
):
|
|
1513
1513
|
"""Add new object for tracking
|
|
1514
1514
|
|
|
1515
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1515
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1516
1516
|
:type execution_context: int | str | None
|
|
1517
1517
|
:type undo: bool | None
|
|
1518
1518
|
"""
|
|
1519
1519
|
|
|
1520
1520
|
def tracking_object_remove(
|
|
1521
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1521
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1522
1522
|
execution_context: int | str | None = None,
|
|
1523
1523
|
undo: bool | None = None,
|
|
1524
1524
|
):
|
|
1525
1525
|
"""Remove object for tracking
|
|
1526
1526
|
|
|
1527
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1527
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1528
1528
|
:type execution_context: int | str | None
|
|
1529
1529
|
:type undo: bool | None
|
|
1530
1530
|
"""
|
|
1531
1531
|
|
|
1532
1532
|
def tracking_settings_preset_add(
|
|
1533
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1533
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1534
1534
|
execution_context: int | str | None = None,
|
|
1535
1535
|
undo: bool | None = None,
|
|
1536
1536
|
*,
|
|
@@ -1540,7 +1540,7 @@ def tracking_settings_preset_add(
|
|
|
1540
1540
|
):
|
|
1541
1541
|
"""Add or remove a motion tracking settings preset
|
|
1542
1542
|
|
|
1543
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1543
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1544
1544
|
:type execution_context: int | str | None
|
|
1545
1545
|
:type undo: bool | None
|
|
1546
1546
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -1552,19 +1552,19 @@ def tracking_settings_preset_add(
|
|
|
1552
1552
|
"""
|
|
1553
1553
|
|
|
1554
1554
|
def update_image_from_plane_marker(
|
|
1555
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1555
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1556
1556
|
execution_context: int | str | None = None,
|
|
1557
1557
|
undo: bool | None = None,
|
|
1558
1558
|
):
|
|
1559
1559
|
"""Update current image used by plane marker from the content of the plane marker
|
|
1560
1560
|
|
|
1561
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1561
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1562
1562
|
:type execution_context: int | str | None
|
|
1563
1563
|
:type undo: bool | None
|
|
1564
1564
|
"""
|
|
1565
1565
|
|
|
1566
1566
|
def view_all(
|
|
1567
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1567
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1568
1568
|
execution_context: int | str | None = None,
|
|
1569
1569
|
undo: bool | None = None,
|
|
1570
1570
|
*,
|
|
@@ -1572,7 +1572,7 @@ def view_all(
|
|
|
1572
1572
|
):
|
|
1573
1573
|
"""View whole image with markers
|
|
1574
1574
|
|
|
1575
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1575
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1576
1576
|
:type execution_context: int | str | None
|
|
1577
1577
|
:type undo: bool | None
|
|
1578
1578
|
:param fit_view: Fit View, Fit frame to the viewport
|
|
@@ -1580,31 +1580,31 @@ def view_all(
|
|
|
1580
1580
|
"""
|
|
1581
1581
|
|
|
1582
1582
|
def view_center_cursor(
|
|
1583
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1583
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1584
1584
|
execution_context: int | str | None = None,
|
|
1585
1585
|
undo: bool | None = None,
|
|
1586
1586
|
):
|
|
1587
1587
|
"""Center the view so that the cursor is in the middle of the view
|
|
1588
1588
|
|
|
1589
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1589
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1590
1590
|
:type execution_context: int | str | None
|
|
1591
1591
|
:type undo: bool | None
|
|
1592
1592
|
"""
|
|
1593
1593
|
|
|
1594
1594
|
def view_ndof(
|
|
1595
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1595
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1596
1596
|
execution_context: int | str | None = None,
|
|
1597
1597
|
undo: bool | None = None,
|
|
1598
1598
|
):
|
|
1599
1599
|
"""Use a 3D mouse device to pan/zoom the view
|
|
1600
1600
|
|
|
1601
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1601
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1602
1602
|
:type execution_context: int | str | None
|
|
1603
1603
|
:type undo: bool | None
|
|
1604
1604
|
"""
|
|
1605
1605
|
|
|
1606
1606
|
def view_pan(
|
|
1607
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1607
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1608
1608
|
execution_context: int | str | None = None,
|
|
1609
1609
|
undo: bool | None = None,
|
|
1610
1610
|
*,
|
|
@@ -1612,7 +1612,7 @@ def view_pan(
|
|
|
1612
1612
|
):
|
|
1613
1613
|
"""Pan the view
|
|
1614
1614
|
|
|
1615
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1615
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1616
1616
|
:type execution_context: int | str | None
|
|
1617
1617
|
:type undo: bool | None
|
|
1618
1618
|
:param offset: Offset, Offset in floating-point units, 1.0 is the width and height of the image
|
|
@@ -1620,19 +1620,19 @@ def view_pan(
|
|
|
1620
1620
|
"""
|
|
1621
1621
|
|
|
1622
1622
|
def view_selected(
|
|
1623
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1623
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1624
1624
|
execution_context: int | str | None = None,
|
|
1625
1625
|
undo: bool | None = None,
|
|
1626
1626
|
):
|
|
1627
1627
|
"""View all selected elements
|
|
1628
1628
|
|
|
1629
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1629
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1630
1630
|
:type execution_context: int | str | None
|
|
1631
1631
|
:type undo: bool | None
|
|
1632
1632
|
"""
|
|
1633
1633
|
|
|
1634
1634
|
def view_zoom(
|
|
1635
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1635
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1636
1636
|
execution_context: int | str | None = None,
|
|
1637
1637
|
undo: bool | None = None,
|
|
1638
1638
|
*,
|
|
@@ -1641,7 +1641,7 @@ def view_zoom(
|
|
|
1641
1641
|
):
|
|
1642
1642
|
"""Zoom in/out the view
|
|
1643
1643
|
|
|
1644
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1644
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1645
1645
|
:type execution_context: int | str | None
|
|
1646
1646
|
:type undo: bool | None
|
|
1647
1647
|
:param factor: Factor, Zoom factor, values higher than 1.0 zoom in, lower values zoom out
|
|
@@ -1651,7 +1651,7 @@ def view_zoom(
|
|
|
1651
1651
|
"""
|
|
1652
1652
|
|
|
1653
1653
|
def view_zoom_in(
|
|
1654
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1654
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1655
1655
|
execution_context: int | str | None = None,
|
|
1656
1656
|
undo: bool | None = None,
|
|
1657
1657
|
*,
|
|
@@ -1659,7 +1659,7 @@ def view_zoom_in(
|
|
|
1659
1659
|
):
|
|
1660
1660
|
"""Zoom in the view
|
|
1661
1661
|
|
|
1662
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1662
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1663
1663
|
:type execution_context: int | str | None
|
|
1664
1664
|
:type undo: bool | None
|
|
1665
1665
|
:param location: Location, Cursor location in screen coordinates
|
|
@@ -1667,7 +1667,7 @@ def view_zoom_in(
|
|
|
1667
1667
|
"""
|
|
1668
1668
|
|
|
1669
1669
|
def view_zoom_out(
|
|
1670
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1670
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1671
1671
|
execution_context: int | str | None = None,
|
|
1672
1672
|
undo: bool | None = None,
|
|
1673
1673
|
*,
|
|
@@ -1675,7 +1675,7 @@ def view_zoom_out(
|
|
|
1675
1675
|
):
|
|
1676
1676
|
"""Zoom out the view
|
|
1677
1677
|
|
|
1678
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1678
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1679
1679
|
:type execution_context: int | str | None
|
|
1680
1680
|
:type undo: bool | None
|
|
1681
1681
|
:param location: Location, Cursor location in normalized (0.0 to 1.0) coordinates
|
|
@@ -1683,7 +1683,7 @@ def view_zoom_out(
|
|
|
1683
1683
|
"""
|
|
1684
1684
|
|
|
1685
1685
|
def view_zoom_ratio(
|
|
1686
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1686
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1687
1687
|
execution_context: int | str | None = None,
|
|
1688
1688
|
undo: bool | None = None,
|
|
1689
1689
|
*,
|
|
@@ -1691,7 +1691,7 @@ def view_zoom_ratio(
|
|
|
1691
1691
|
):
|
|
1692
1692
|
"""Set the zoom ratio (based on clip size)
|
|
1693
1693
|
|
|
1694
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1694
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1695
1695
|
:type execution_context: int | str | None
|
|
1696
1696
|
:type undo: bool | None
|
|
1697
1697
|
:param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
|