fake-bpy-module 20240326__py3-none-any.whl → 20240329__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- aud/__init__.pyi +34 -96
- bgl/__init__.pyi +1265 -2417
- bl_math/__init__.pyi +3 -14
- bl_operators/presets/__init__.pyi +167 -0
- bl_operators/view3d/__init__.pyi +248 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
- blf/__init__.pyi +13 -50
- bmesh/ops/__init__.pyi +68 -142
- bmesh/types/__init__.pyi +18 -44
- bmesh/utils/__init__.pyi +2 -6
- bpy/app/icons/__init__.pyi +2 -4
- bpy/app/timers/__init__.pyi +2 -6
- bpy/ops/action/__init__.pyi +92 -93
- bpy/ops/anim/__init__.pyi +104 -104
- bpy/ops/armature/__init__.pyi +108 -112
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +18 -18
- bpy/ops/brush/__init__.pyi +18 -18
- 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 +194 -195
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +10 -10
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +114 -118
- bpy/ops/curves/__init__.pyi +55 -53
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +12 -12
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_mesh/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +7 -7
- bpy/ops/file/__init__.pyi +80 -83
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +38 -38
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +308 -309
- bpy/ops/graph/__init__.pyi +150 -151
- bpy/ops/grease_pencil/__init__.pyi +114 -115
- bpy/ops/image/__init__.pyi +100 -100
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_mesh/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +6 -6
- 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 +90 -91
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +20 -21
- bpy/ops/mesh/__init__.pyi +429 -427
- bpy/ops/nla/__init__.pyi +90 -91
- bpy/ops/node/__init__.pyi +242 -243
- bpy/ops/object/__init__.pyi +572 -567
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +182 -126
- bpy/ops/paintcurve/__init__.pyi +20 -20
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +90 -90
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +76 -76
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +24 -24
- bpy/ops/rigidbody/__init__.pyi +34 -34
- bpy/ops/scene/__init__.pyi +86 -86
- bpy/ops/screen/__init__.pyi +84 -84
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +80 -62
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +184 -185
- bpy/ops/sound/__init__.pyi +16 -16
- 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 +112 -112
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +104 -105
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +253 -230
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/props/__init__.pyi +29 -52
- bpy/types/__init__.pyi +4648 -3095
- bpy/utils/__init__.pyi +3 -6
- bpy/utils/units/__init__.pyi +3 -6
- bpy_extras/io_utils/__init__.pyi +8 -0
- bpy_types/__init__.pyi +3 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +117 -117
- freestyle/chainingiterators/__init__.pyi +5 -12
- freestyle/functions/__init__.pyi +19 -73
- freestyle/predicates/__init__.pyi +8 -21
- freestyle/shaders/__init__.pyi +32 -81
- freestyle/types/__init__.pyi +100 -270
- freestyle/utils/ContextFunctions/__init__.pyi +7 -27
- freestyle/utils/__init__.pyi +1 -2
- gpu/capabilities/__init__.pyi +15 -32
- gpu/matrix/__init__.pyi +1 -2
- gpu/state/__init__.pyi +4 -10
- gpu/types/__init__.pyi +29 -87
- gpu_extras/presets/__init__.pyi +4 -16
- imbuf/types/__init__.pyi +4 -10
- mathutils/__init__.pyi +106 -257
- mathutils/bvhtree/__init__.pyi +7 -15
- mathutils/geometry/__init__.pyi +9 -18
- mathutils/kdtree/__init__.pyi +4 -11
- mathutils/noise/__init__.pyi +41 -82
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
bpy/ops/clip/__init__.pyi
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import typing
|
|
2
|
-
import bpy.ops.transform
|
|
3
2
|
import bpy.types
|
|
4
3
|
|
|
5
4
|
GenericType = typing.TypeVar("GenericType")
|
|
6
5
|
|
|
7
6
|
def add_marker(
|
|
8
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
9
|
-
execution_context:
|
|
8
|
+
execution_context: str = None,
|
|
10
9
|
undo: bool = None,
|
|
11
10
|
location: typing.Any = (0.0, 0.0),
|
|
12
11
|
):
|
|
13
12
|
"""Place new marker at specified location
|
|
14
13
|
|
|
15
14
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
16
|
-
:type execution_context:
|
|
15
|
+
:type execution_context: str
|
|
17
16
|
:type undo: bool
|
|
18
17
|
:param location: Location, Location of marker on frame
|
|
19
18
|
:type location: typing.Any
|
|
@@ -23,13 +22,13 @@ def add_marker(
|
|
|
23
22
|
|
|
24
23
|
def add_marker_at_click(
|
|
25
24
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
26
|
-
execution_context:
|
|
25
|
+
execution_context: str = None,
|
|
27
26
|
undo: bool = None,
|
|
28
27
|
):
|
|
29
28
|
"""Place new marker at the desired (clicked) position
|
|
30
29
|
|
|
31
30
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
32
|
-
:type execution_context:
|
|
31
|
+
:type execution_context: str
|
|
33
32
|
:type undo: bool
|
|
34
33
|
"""
|
|
35
34
|
|
|
@@ -37,54 +36,54 @@ def add_marker_at_click(
|
|
|
37
36
|
|
|
38
37
|
def add_marker_move(
|
|
39
38
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
40
|
-
execution_context:
|
|
39
|
+
execution_context: str = None,
|
|
41
40
|
undo: bool = None,
|
|
42
|
-
CLIP_OT_add_marker:
|
|
43
|
-
TRANSFORM_OT_translate:
|
|
41
|
+
CLIP_OT_add_marker: typing.Any = None,
|
|
42
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
44
43
|
):
|
|
45
44
|
"""Add new marker and move it on movie
|
|
46
45
|
|
|
47
46
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
48
|
-
:type execution_context:
|
|
47
|
+
:type execution_context: str
|
|
49
48
|
:type undo: bool
|
|
50
49
|
:param CLIP_OT_add_marker: Add Marker, Place new marker at specified location
|
|
51
|
-
:type CLIP_OT_add_marker:
|
|
50
|
+
:type CLIP_OT_add_marker: typing.Any
|
|
52
51
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
53
|
-
:type TRANSFORM_OT_translate:
|
|
52
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
54
53
|
"""
|
|
55
54
|
|
|
56
55
|
...
|
|
57
56
|
|
|
58
57
|
def add_marker_slide(
|
|
59
58
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
60
|
-
execution_context:
|
|
59
|
+
execution_context: str = None,
|
|
61
60
|
undo: bool = None,
|
|
62
|
-
CLIP_OT_add_marker:
|
|
63
|
-
TRANSFORM_OT_translate:
|
|
61
|
+
CLIP_OT_add_marker: typing.Any = None,
|
|
62
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
64
63
|
):
|
|
65
64
|
"""Add new marker and slide it with mouse until mouse button release
|
|
66
65
|
|
|
67
66
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
68
|
-
:type execution_context:
|
|
67
|
+
:type execution_context: str
|
|
69
68
|
:type undo: bool
|
|
70
69
|
:param CLIP_OT_add_marker: Add Marker, Place new marker at specified location
|
|
71
|
-
:type CLIP_OT_add_marker:
|
|
70
|
+
:type CLIP_OT_add_marker: typing.Any
|
|
72
71
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
73
|
-
:type TRANSFORM_OT_translate:
|
|
72
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
74
73
|
"""
|
|
75
74
|
|
|
76
75
|
...
|
|
77
76
|
|
|
78
77
|
def apply_solution_scale(
|
|
79
78
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
80
|
-
execution_context:
|
|
79
|
+
execution_context: str = None,
|
|
81
80
|
undo: bool = None,
|
|
82
81
|
distance: typing.Any = 0.0,
|
|
83
82
|
):
|
|
84
83
|
"""Apply scale on solution itself to make distance between selected tracks equals to desired
|
|
85
84
|
|
|
86
85
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
87
|
-
:type execution_context:
|
|
86
|
+
:type execution_context: str
|
|
88
87
|
:type undo: bool
|
|
89
88
|
:param distance: Distance, Distance between selected tracks
|
|
90
89
|
:type distance: typing.Any
|
|
@@ -94,14 +93,14 @@ def apply_solution_scale(
|
|
|
94
93
|
|
|
95
94
|
def average_tracks(
|
|
96
95
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
97
|
-
execution_context:
|
|
96
|
+
execution_context: str = None,
|
|
98
97
|
undo: bool = None,
|
|
99
98
|
keep_original: typing.Union[bool, typing.Any] = True,
|
|
100
99
|
):
|
|
101
100
|
"""Average selected tracks into active
|
|
102
101
|
|
|
103
102
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
104
|
-
:type execution_context:
|
|
103
|
+
:type execution_context: str
|
|
105
104
|
:type undo: bool
|
|
106
105
|
:param keep_original: Keep Original, Keep original tracks
|
|
107
106
|
:type keep_original: typing.Union[bool, typing.Any]
|
|
@@ -111,13 +110,13 @@ def average_tracks(
|
|
|
111
110
|
|
|
112
111
|
def bundles_to_mesh(
|
|
113
112
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
114
|
-
execution_context:
|
|
113
|
+
execution_context: str = None,
|
|
115
114
|
undo: bool = None,
|
|
116
115
|
):
|
|
117
116
|
"""Create vertex cloud using coordinates of reconstructed tracks
|
|
118
117
|
|
|
119
118
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
120
|
-
:type execution_context:
|
|
119
|
+
:type execution_context: str
|
|
121
120
|
:type undo: bool
|
|
122
121
|
"""
|
|
123
122
|
|
|
@@ -125,7 +124,7 @@ def bundles_to_mesh(
|
|
|
125
124
|
|
|
126
125
|
def camera_preset_add(
|
|
127
126
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
128
|
-
execution_context:
|
|
127
|
+
execution_context: str = None,
|
|
129
128
|
undo: bool = None,
|
|
130
129
|
name: typing.Union[str, typing.Any] = "",
|
|
131
130
|
remove_name: typing.Union[bool, typing.Any] = False,
|
|
@@ -135,7 +134,7 @@ def camera_preset_add(
|
|
|
135
134
|
"""Add or remove a Tracking Camera Intrinsics Preset
|
|
136
135
|
|
|
137
136
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
138
|
-
:type execution_context:
|
|
137
|
+
:type execution_context: str
|
|
139
138
|
:type undo: bool
|
|
140
139
|
:param name: Name, Name of the preset, used to make the path name
|
|
141
140
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -151,14 +150,14 @@ def camera_preset_add(
|
|
|
151
150
|
|
|
152
151
|
def change_frame(
|
|
153
152
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
154
|
-
execution_context:
|
|
153
|
+
execution_context: str = None,
|
|
155
154
|
undo: bool = None,
|
|
156
155
|
frame: typing.Any = 0,
|
|
157
156
|
):
|
|
158
157
|
"""Interactively change the current frame number
|
|
159
158
|
|
|
160
159
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
161
|
-
:type execution_context:
|
|
160
|
+
:type execution_context: str
|
|
162
161
|
:type undo: bool
|
|
163
162
|
:param frame: Frame
|
|
164
163
|
:type frame: typing.Any
|
|
@@ -168,7 +167,7 @@ def change_frame(
|
|
|
168
167
|
|
|
169
168
|
def clean_tracks(
|
|
170
169
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
171
|
-
execution_context:
|
|
170
|
+
execution_context: str = None,
|
|
172
171
|
undo: bool = None,
|
|
173
172
|
frames: typing.Any = 0,
|
|
174
173
|
error: typing.Any = 0.0,
|
|
@@ -177,7 +176,7 @@ def clean_tracks(
|
|
|
177
176
|
"""Clean tracks with high error values or few frames
|
|
178
177
|
|
|
179
178
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
180
|
-
:type execution_context:
|
|
179
|
+
:type execution_context: str
|
|
181
180
|
:type undo: bool
|
|
182
181
|
:param frames: Tracked Frames, Affect tracks which are tracked less than the specified number of frames
|
|
183
182
|
:type frames: typing.Any
|
|
@@ -200,13 +199,13 @@ def clean_tracks(
|
|
|
200
199
|
|
|
201
200
|
def clear_solution(
|
|
202
201
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
203
|
-
execution_context:
|
|
202
|
+
execution_context: str = None,
|
|
204
203
|
undo: bool = None,
|
|
205
204
|
):
|
|
206
205
|
"""Clear all calculated data
|
|
207
206
|
|
|
208
207
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
209
|
-
:type execution_context:
|
|
208
|
+
:type execution_context: str
|
|
210
209
|
:type undo: bool
|
|
211
210
|
"""
|
|
212
211
|
|
|
@@ -214,7 +213,7 @@ def clear_solution(
|
|
|
214
213
|
|
|
215
214
|
def clear_track_path(
|
|
216
215
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
217
|
-
execution_context:
|
|
216
|
+
execution_context: str = None,
|
|
218
217
|
undo: bool = None,
|
|
219
218
|
action: typing.Any = "REMAINED",
|
|
220
219
|
clear_active: typing.Union[bool, typing.Any] = False,
|
|
@@ -222,7 +221,7 @@ def clear_track_path(
|
|
|
222
221
|
"""Clear tracks after/before current position or clear the whole track
|
|
223
222
|
|
|
224
223
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
225
|
-
:type execution_context:
|
|
224
|
+
:type execution_context: str
|
|
226
225
|
:type undo: bool
|
|
227
226
|
:param action: Action, Clear action to execute
|
|
228
227
|
|
|
@@ -243,13 +242,13 @@ def clear_track_path(
|
|
|
243
242
|
|
|
244
243
|
def constraint_to_fcurve(
|
|
245
244
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
246
|
-
execution_context:
|
|
245
|
+
execution_context: str = None,
|
|
247
246
|
undo: bool = None,
|
|
248
247
|
):
|
|
249
248
|
"""Create F-Curves for object which will copy object's movement caused by this constraint
|
|
250
249
|
|
|
251
250
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
252
|
-
:type execution_context:
|
|
251
|
+
:type execution_context: str
|
|
253
252
|
:type undo: bool
|
|
254
253
|
"""
|
|
255
254
|
|
|
@@ -257,13 +256,13 @@ def constraint_to_fcurve(
|
|
|
257
256
|
|
|
258
257
|
def copy_tracks(
|
|
259
258
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
260
|
-
execution_context:
|
|
259
|
+
execution_context: str = None,
|
|
261
260
|
undo: bool = None,
|
|
262
261
|
):
|
|
263
262
|
"""Copy the selected tracks to the internal clipboard
|
|
264
263
|
|
|
265
264
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
266
|
-
:type execution_context:
|
|
265
|
+
:type execution_context: str
|
|
267
266
|
:type undo: bool
|
|
268
267
|
"""
|
|
269
268
|
|
|
@@ -271,13 +270,13 @@ def copy_tracks(
|
|
|
271
270
|
|
|
272
271
|
def create_plane_track(
|
|
273
272
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
274
|
-
execution_context:
|
|
273
|
+
execution_context: str = None,
|
|
275
274
|
undo: bool = None,
|
|
276
275
|
):
|
|
277
276
|
"""Create new plane track out of selected point tracks
|
|
278
277
|
|
|
279
278
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
280
|
-
:type execution_context:
|
|
279
|
+
:type execution_context: str
|
|
281
280
|
:type undo: bool
|
|
282
281
|
"""
|
|
283
282
|
|
|
@@ -285,14 +284,14 @@ def create_plane_track(
|
|
|
285
284
|
|
|
286
285
|
def cursor_set(
|
|
287
286
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
288
|
-
execution_context:
|
|
287
|
+
execution_context: str = None,
|
|
289
288
|
undo: bool = None,
|
|
290
289
|
location: typing.Any = (0.0, 0.0),
|
|
291
290
|
):
|
|
292
291
|
"""Set 2D cursor location
|
|
293
292
|
|
|
294
293
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
295
|
-
:type execution_context:
|
|
294
|
+
:type execution_context: str
|
|
296
295
|
:type undo: bool
|
|
297
296
|
:param location: Location, Cursor location in normalized clip coordinates
|
|
298
297
|
:type location: typing.Any
|
|
@@ -302,14 +301,14 @@ def cursor_set(
|
|
|
302
301
|
|
|
303
302
|
def delete_marker(
|
|
304
303
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
305
|
-
execution_context:
|
|
304
|
+
execution_context: str = None,
|
|
306
305
|
undo: bool = None,
|
|
307
306
|
confirm: typing.Union[bool, typing.Any] = True,
|
|
308
307
|
):
|
|
309
308
|
"""Delete marker for current frame from selected tracks
|
|
310
309
|
|
|
311
310
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
312
|
-
:type execution_context:
|
|
311
|
+
:type execution_context: str
|
|
313
312
|
:type undo: bool
|
|
314
313
|
:param confirm: Confirm, Prompt for confirmation
|
|
315
314
|
:type confirm: typing.Union[bool, typing.Any]
|
|
@@ -319,13 +318,13 @@ def delete_marker(
|
|
|
319
318
|
|
|
320
319
|
def delete_proxy(
|
|
321
320
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
322
|
-
execution_context:
|
|
321
|
+
execution_context: str = None,
|
|
323
322
|
undo: bool = None,
|
|
324
323
|
):
|
|
325
324
|
"""Delete movie clip proxy files from the hard drive
|
|
326
325
|
|
|
327
326
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
328
|
-
:type execution_context:
|
|
327
|
+
:type execution_context: str
|
|
329
328
|
:type undo: bool
|
|
330
329
|
"""
|
|
331
330
|
|
|
@@ -333,14 +332,14 @@ def delete_proxy(
|
|
|
333
332
|
|
|
334
333
|
def delete_track(
|
|
335
334
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
336
|
-
execution_context:
|
|
335
|
+
execution_context: str = None,
|
|
337
336
|
undo: bool = None,
|
|
338
337
|
confirm: typing.Union[bool, typing.Any] = True,
|
|
339
338
|
):
|
|
340
339
|
"""Delete selected tracks
|
|
341
340
|
|
|
342
341
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
343
|
-
:type execution_context:
|
|
342
|
+
:type execution_context: str
|
|
344
343
|
:type undo: bool
|
|
345
344
|
:param confirm: Confirm, Prompt for confirmation
|
|
346
345
|
:type confirm: typing.Union[bool, typing.Any]
|
|
@@ -350,7 +349,7 @@ def delete_track(
|
|
|
350
349
|
|
|
351
350
|
def detect_features(
|
|
352
351
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
353
|
-
execution_context:
|
|
352
|
+
execution_context: str = None,
|
|
354
353
|
undo: bool = None,
|
|
355
354
|
placement: typing.Any = "FRAME",
|
|
356
355
|
margin: typing.Any = 16,
|
|
@@ -360,7 +359,7 @@ def detect_features(
|
|
|
360
359
|
"""Automatically detect features and place markers to track
|
|
361
360
|
|
|
362
361
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
363
|
-
:type execution_context:
|
|
362
|
+
:type execution_context: str
|
|
364
363
|
:type undo: bool
|
|
365
364
|
:param placement: Placement, Placement for detected features
|
|
366
365
|
|
|
@@ -385,14 +384,14 @@ def detect_features(
|
|
|
385
384
|
|
|
386
385
|
def disable_markers(
|
|
387
386
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
388
|
-
execution_context:
|
|
387
|
+
execution_context: str = None,
|
|
389
388
|
undo: bool = None,
|
|
390
389
|
action: typing.Any = "DISABLE",
|
|
391
390
|
):
|
|
392
391
|
"""Disable/enable selected markers
|
|
393
392
|
|
|
394
393
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
395
|
-
:type execution_context:
|
|
394
|
+
:type execution_context: str
|
|
396
395
|
:type undo: bool
|
|
397
396
|
:param action: Action, Disable action to execute
|
|
398
397
|
|
|
@@ -411,7 +410,7 @@ def disable_markers(
|
|
|
411
410
|
|
|
412
411
|
def dopesheet_select_channel(
|
|
413
412
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
414
|
-
execution_context:
|
|
413
|
+
execution_context: str = None,
|
|
415
414
|
undo: bool = None,
|
|
416
415
|
location: typing.Any = (0.0, 0.0),
|
|
417
416
|
extend: typing.Union[bool, typing.Any] = False,
|
|
@@ -419,7 +418,7 @@ def dopesheet_select_channel(
|
|
|
419
418
|
"""Select movie tracking channel
|
|
420
419
|
|
|
421
420
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
422
|
-
:type execution_context:
|
|
421
|
+
:type execution_context: str
|
|
423
422
|
:type undo: bool
|
|
424
423
|
:param location: Location, Mouse location to select channel
|
|
425
424
|
:type location: typing.Any
|
|
@@ -431,13 +430,13 @@ def dopesheet_select_channel(
|
|
|
431
430
|
|
|
432
431
|
def dopesheet_view_all(
|
|
433
432
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
434
|
-
execution_context:
|
|
433
|
+
execution_context: str = None,
|
|
435
434
|
undo: bool = None,
|
|
436
435
|
):
|
|
437
436
|
"""Reset viewable area to show full keyframe range
|
|
438
437
|
|
|
439
438
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
440
|
-
:type execution_context:
|
|
439
|
+
:type execution_context: str
|
|
441
440
|
:type undo: bool
|
|
442
441
|
"""
|
|
443
442
|
|
|
@@ -445,14 +444,14 @@ def dopesheet_view_all(
|
|
|
445
444
|
|
|
446
445
|
def filter_tracks(
|
|
447
446
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
448
|
-
execution_context:
|
|
447
|
+
execution_context: str = None,
|
|
449
448
|
undo: bool = None,
|
|
450
449
|
track_threshold: typing.Any = 5.0,
|
|
451
450
|
):
|
|
452
451
|
"""Filter tracks which has weirdly looking spikes in motion curves
|
|
453
452
|
|
|
454
453
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
455
|
-
:type execution_context:
|
|
454
|
+
:type execution_context: str
|
|
456
455
|
:type undo: bool
|
|
457
456
|
:param track_threshold: Track Threshold, Filter Threshold to select problematic tracks
|
|
458
457
|
:type track_threshold: typing.Any
|
|
@@ -462,14 +461,14 @@ def filter_tracks(
|
|
|
462
461
|
|
|
463
462
|
def frame_jump(
|
|
464
463
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
465
|
-
execution_context:
|
|
464
|
+
execution_context: str = None,
|
|
466
465
|
undo: bool = None,
|
|
467
466
|
position: typing.Any = "PATHSTART",
|
|
468
467
|
):
|
|
469
468
|
"""Jump to special frame
|
|
470
469
|
|
|
471
470
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
472
|
-
:type execution_context:
|
|
471
|
+
:type execution_context: str
|
|
473
472
|
:type undo: bool
|
|
474
473
|
:param position: Position, Position to jump to
|
|
475
474
|
|
|
@@ -491,13 +490,13 @@ def frame_jump(
|
|
|
491
490
|
|
|
492
491
|
def graph_center_current_frame(
|
|
493
492
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
494
|
-
execution_context:
|
|
493
|
+
execution_context: str = None,
|
|
495
494
|
undo: bool = None,
|
|
496
495
|
):
|
|
497
496
|
"""Scroll view so current frame would be centered
|
|
498
497
|
|
|
499
498
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
500
|
-
:type execution_context:
|
|
499
|
+
:type execution_context: str
|
|
501
500
|
:type undo: bool
|
|
502
501
|
"""
|
|
503
502
|
|
|
@@ -505,14 +504,14 @@ def graph_center_current_frame(
|
|
|
505
504
|
|
|
506
505
|
def graph_delete_curve(
|
|
507
506
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
508
|
-
execution_context:
|
|
507
|
+
execution_context: str = None,
|
|
509
508
|
undo: bool = None,
|
|
510
509
|
confirm: typing.Union[bool, typing.Any] = True,
|
|
511
510
|
):
|
|
512
511
|
"""Delete track corresponding to the selected curve
|
|
513
512
|
|
|
514
513
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
515
|
-
:type execution_context:
|
|
514
|
+
:type execution_context: str
|
|
516
515
|
:type undo: bool
|
|
517
516
|
:param confirm: Confirm, Prompt for confirmation
|
|
518
517
|
:type confirm: typing.Union[bool, typing.Any]
|
|
@@ -522,13 +521,13 @@ def graph_delete_curve(
|
|
|
522
521
|
|
|
523
522
|
def graph_delete_knot(
|
|
524
523
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
525
|
-
execution_context:
|
|
524
|
+
execution_context: str = None,
|
|
526
525
|
undo: bool = None,
|
|
527
526
|
):
|
|
528
527
|
"""Delete curve knots
|
|
529
528
|
|
|
530
529
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
531
|
-
:type execution_context:
|
|
530
|
+
:type execution_context: str
|
|
532
531
|
:type undo: bool
|
|
533
532
|
"""
|
|
534
533
|
|
|
@@ -536,14 +535,14 @@ def graph_delete_knot(
|
|
|
536
535
|
|
|
537
536
|
def graph_disable_markers(
|
|
538
537
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
539
|
-
execution_context:
|
|
538
|
+
execution_context: str = None,
|
|
540
539
|
undo: bool = None,
|
|
541
540
|
action: typing.Any = "DISABLE",
|
|
542
541
|
):
|
|
543
542
|
"""Disable/enable selected markers
|
|
544
543
|
|
|
545
544
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
546
|
-
:type execution_context:
|
|
545
|
+
:type execution_context: str
|
|
547
546
|
:type undo: bool
|
|
548
547
|
:param action: Action, Disable action to execute
|
|
549
548
|
|
|
@@ -562,7 +561,7 @@ def graph_disable_markers(
|
|
|
562
561
|
|
|
563
562
|
def graph_select(
|
|
564
563
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
565
|
-
execution_context:
|
|
564
|
+
execution_context: str = None,
|
|
566
565
|
undo: bool = None,
|
|
567
566
|
location: typing.Any = (0.0, 0.0),
|
|
568
567
|
extend: typing.Union[bool, typing.Any] = False,
|
|
@@ -570,7 +569,7 @@ def graph_select(
|
|
|
570
569
|
"""Select graph curves
|
|
571
570
|
|
|
572
571
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
573
|
-
:type execution_context:
|
|
572
|
+
:type execution_context: str
|
|
574
573
|
:type undo: bool
|
|
575
574
|
:param location: Location, Mouse location to select nearest entity
|
|
576
575
|
:type location: typing.Any
|
|
@@ -582,14 +581,14 @@ def graph_select(
|
|
|
582
581
|
|
|
583
582
|
def graph_select_all_markers(
|
|
584
583
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
585
|
-
execution_context:
|
|
584
|
+
execution_context: str = None,
|
|
586
585
|
undo: bool = None,
|
|
587
586
|
action: typing.Any = "TOGGLE",
|
|
588
587
|
):
|
|
589
588
|
"""Change selection of all markers of active track
|
|
590
589
|
|
|
591
590
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
592
|
-
:type execution_context:
|
|
591
|
+
:type execution_context: str
|
|
593
592
|
:type undo: bool
|
|
594
593
|
:param action: Action, Selection action to execute
|
|
595
594
|
|
|
@@ -611,7 +610,7 @@ def graph_select_all_markers(
|
|
|
611
610
|
|
|
612
611
|
def graph_select_box(
|
|
613
612
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
614
|
-
execution_context:
|
|
613
|
+
execution_context: str = None,
|
|
615
614
|
undo: bool = None,
|
|
616
615
|
xmin: typing.Any = 0,
|
|
617
616
|
xmax: typing.Any = 0,
|
|
@@ -624,7 +623,7 @@ def graph_select_box(
|
|
|
624
623
|
"""Select curve points using box selection
|
|
625
624
|
|
|
626
625
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
627
|
-
:type execution_context:
|
|
626
|
+
:type execution_context: str
|
|
628
627
|
:type undo: bool
|
|
629
628
|
:param xmin: X Min
|
|
630
629
|
:type xmin: typing.Any
|
|
@@ -646,13 +645,13 @@ def graph_select_box(
|
|
|
646
645
|
|
|
647
646
|
def graph_view_all(
|
|
648
647
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
649
|
-
execution_context:
|
|
648
|
+
execution_context: str = None,
|
|
650
649
|
undo: bool = None,
|
|
651
650
|
):
|
|
652
651
|
"""View all curves in editor
|
|
653
652
|
|
|
654
653
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
655
|
-
:type execution_context:
|
|
654
|
+
:type execution_context: str
|
|
656
655
|
:type undo: bool
|
|
657
656
|
"""
|
|
658
657
|
|
|
@@ -660,14 +659,14 @@ def graph_view_all(
|
|
|
660
659
|
|
|
661
660
|
def hide_tracks(
|
|
662
661
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
663
|
-
execution_context:
|
|
662
|
+
execution_context: str = None,
|
|
664
663
|
undo: bool = None,
|
|
665
664
|
unselected: typing.Union[bool, typing.Any] = False,
|
|
666
665
|
):
|
|
667
666
|
"""Hide selected tracks
|
|
668
667
|
|
|
669
668
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
670
|
-
:type execution_context:
|
|
669
|
+
:type execution_context: str
|
|
671
670
|
:type undo: bool
|
|
672
671
|
:param unselected: Unselected, Hide unselected tracks
|
|
673
672
|
:type unselected: typing.Union[bool, typing.Any]
|
|
@@ -677,13 +676,13 @@ def hide_tracks(
|
|
|
677
676
|
|
|
678
677
|
def hide_tracks_clear(
|
|
679
678
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
680
|
-
execution_context:
|
|
679
|
+
execution_context: str = None,
|
|
681
680
|
undo: bool = None,
|
|
682
681
|
):
|
|
683
682
|
"""Clear hide selected tracks
|
|
684
683
|
|
|
685
684
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
686
|
-
:type execution_context:
|
|
685
|
+
:type execution_context: str
|
|
687
686
|
:type undo: bool
|
|
688
687
|
"""
|
|
689
688
|
|
|
@@ -691,13 +690,13 @@ def hide_tracks_clear(
|
|
|
691
690
|
|
|
692
691
|
def join_tracks(
|
|
693
692
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
694
|
-
execution_context:
|
|
693
|
+
execution_context: str = None,
|
|
695
694
|
undo: bool = None,
|
|
696
695
|
):
|
|
697
696
|
"""Join selected tracks
|
|
698
697
|
|
|
699
698
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
700
|
-
:type execution_context:
|
|
699
|
+
:type execution_context: str
|
|
701
700
|
:type undo: bool
|
|
702
701
|
"""
|
|
703
702
|
|
|
@@ -705,13 +704,13 @@ def join_tracks(
|
|
|
705
704
|
|
|
706
705
|
def keyframe_delete(
|
|
707
706
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
708
|
-
execution_context:
|
|
707
|
+
execution_context: str = None,
|
|
709
708
|
undo: bool = None,
|
|
710
709
|
):
|
|
711
710
|
"""Delete a keyframe from selected tracks at current frame
|
|
712
711
|
|
|
713
712
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
714
|
-
:type execution_context:
|
|
713
|
+
:type execution_context: str
|
|
715
714
|
:type undo: bool
|
|
716
715
|
"""
|
|
717
716
|
|
|
@@ -719,13 +718,13 @@ def keyframe_delete(
|
|
|
719
718
|
|
|
720
719
|
def keyframe_insert(
|
|
721
720
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
722
|
-
execution_context:
|
|
721
|
+
execution_context: str = None,
|
|
723
722
|
undo: bool = None,
|
|
724
723
|
):
|
|
725
724
|
"""Insert a keyframe to selected tracks at current frame
|
|
726
725
|
|
|
727
726
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
728
|
-
:type execution_context:
|
|
727
|
+
:type execution_context: str
|
|
729
728
|
:type undo: bool
|
|
730
729
|
"""
|
|
731
730
|
|
|
@@ -733,13 +732,13 @@ def keyframe_insert(
|
|
|
733
732
|
|
|
734
733
|
def lock_selection_toggle(
|
|
735
734
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
736
|
-
execution_context:
|
|
735
|
+
execution_context: str = None,
|
|
737
736
|
undo: bool = None,
|
|
738
737
|
):
|
|
739
738
|
"""Toggle Lock Selection option of the current clip editor
|
|
740
739
|
|
|
741
740
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
742
|
-
:type execution_context:
|
|
741
|
+
:type execution_context: str
|
|
743
742
|
:type undo: bool
|
|
744
743
|
"""
|
|
745
744
|
|
|
@@ -747,14 +746,14 @@ def lock_selection_toggle(
|
|
|
747
746
|
|
|
748
747
|
def lock_tracks(
|
|
749
748
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
750
|
-
execution_context:
|
|
749
|
+
execution_context: str = None,
|
|
751
750
|
undo: bool = None,
|
|
752
751
|
action: typing.Any = "LOCK",
|
|
753
752
|
):
|
|
754
753
|
"""Lock/unlock selected tracks
|
|
755
754
|
|
|
756
755
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
757
|
-
:type execution_context:
|
|
756
|
+
:type execution_context: str
|
|
758
757
|
:type undo: bool
|
|
759
758
|
:param action: Action, Lock action to execute
|
|
760
759
|
|
|
@@ -773,30 +772,30 @@ def lock_tracks(
|
|
|
773
772
|
|
|
774
773
|
def mode_set(
|
|
775
774
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
776
|
-
execution_context:
|
|
775
|
+
execution_context: str = None,
|
|
777
776
|
undo: bool = None,
|
|
778
|
-
mode: typing.
|
|
777
|
+
mode: typing.Union[str, int] = "TRACKING",
|
|
779
778
|
):
|
|
780
779
|
"""Set the clip interaction mode
|
|
781
780
|
|
|
782
781
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
783
|
-
:type execution_context:
|
|
782
|
+
:type execution_context: str
|
|
784
783
|
:type undo: bool
|
|
785
784
|
:param mode: Mode
|
|
786
|
-
:type mode: typing.
|
|
785
|
+
:type mode: typing.Union[str, int]
|
|
787
786
|
"""
|
|
788
787
|
|
|
789
788
|
...
|
|
790
789
|
|
|
791
790
|
def new_image_from_plane_marker(
|
|
792
791
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
793
|
-
execution_context:
|
|
792
|
+
execution_context: str = None,
|
|
794
793
|
undo: bool = None,
|
|
795
794
|
):
|
|
796
795
|
"""Create new image from the content of the plane marker
|
|
797
796
|
|
|
798
797
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
799
|
-
:type execution_context:
|
|
798
|
+
:type execution_context: str
|
|
800
799
|
:type undo: bool
|
|
801
800
|
"""
|
|
802
801
|
|
|
@@ -804,7 +803,7 @@ def new_image_from_plane_marker(
|
|
|
804
803
|
|
|
805
804
|
def open(
|
|
806
805
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
807
|
-
execution_context:
|
|
806
|
+
execution_context: str = None,
|
|
808
807
|
undo: bool = None,
|
|
809
808
|
directory: typing.Union[str, typing.Any] = "",
|
|
810
809
|
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] = None,
|
|
@@ -837,7 +836,7 @@ def open(
|
|
|
837
836
|
"""Load a sequence of frames or a movie file
|
|
838
837
|
|
|
839
838
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
840
|
-
:type execution_context:
|
|
839
|
+
:type execution_context: str
|
|
841
840
|
:type undo: bool
|
|
842
841
|
:param directory: Directory, Directory of the file
|
|
843
842
|
:type directory: typing.Union[str, typing.Any]
|
|
@@ -926,13 +925,13 @@ def open(
|
|
|
926
925
|
|
|
927
926
|
def paste_tracks(
|
|
928
927
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
929
|
-
execution_context:
|
|
928
|
+
execution_context: str = None,
|
|
930
929
|
undo: bool = None,
|
|
931
930
|
):
|
|
932
931
|
"""Paste tracks from the internal clipboard
|
|
933
932
|
|
|
934
933
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
935
|
-
:type execution_context:
|
|
934
|
+
:type execution_context: str
|
|
936
935
|
:type undo: bool
|
|
937
936
|
"""
|
|
938
937
|
|
|
@@ -940,13 +939,13 @@ def paste_tracks(
|
|
|
940
939
|
|
|
941
940
|
def prefetch(
|
|
942
941
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
943
|
-
execution_context:
|
|
942
|
+
execution_context: str = None,
|
|
944
943
|
undo: bool = None,
|
|
945
944
|
):
|
|
946
945
|
"""Prefetch frames from disk for faster playback/tracking
|
|
947
946
|
|
|
948
947
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
949
|
-
:type execution_context:
|
|
948
|
+
:type execution_context: str
|
|
950
949
|
:type undo: bool
|
|
951
950
|
"""
|
|
952
951
|
|
|
@@ -954,13 +953,13 @@ def prefetch(
|
|
|
954
953
|
|
|
955
954
|
def rebuild_proxy(
|
|
956
955
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
957
|
-
execution_context:
|
|
956
|
+
execution_context: str = None,
|
|
958
957
|
undo: bool = None,
|
|
959
958
|
):
|
|
960
959
|
"""Rebuild all selected proxies and timecode indices in the background
|
|
961
960
|
|
|
962
961
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
963
|
-
:type execution_context:
|
|
962
|
+
:type execution_context: str
|
|
964
963
|
:type undo: bool
|
|
965
964
|
"""
|
|
966
965
|
|
|
@@ -968,14 +967,14 @@ def rebuild_proxy(
|
|
|
968
967
|
|
|
969
968
|
def refine_markers(
|
|
970
969
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
971
|
-
execution_context:
|
|
970
|
+
execution_context: str = None,
|
|
972
971
|
undo: bool = None,
|
|
973
972
|
backwards: typing.Union[bool, typing.Any] = False,
|
|
974
973
|
):
|
|
975
974
|
"""Refine selected markers positions by running the tracker from track's reference to current frame
|
|
976
975
|
|
|
977
976
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
978
|
-
:type execution_context:
|
|
977
|
+
:type execution_context: str
|
|
979
978
|
:type undo: bool
|
|
980
979
|
:param backwards: Backwards, Do backwards tracking
|
|
981
980
|
:type backwards: typing.Union[bool, typing.Any]
|
|
@@ -985,13 +984,13 @@ def refine_markers(
|
|
|
985
984
|
|
|
986
985
|
def reload(
|
|
987
986
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
988
|
-
execution_context:
|
|
987
|
+
execution_context: str = None,
|
|
989
988
|
undo: bool = None,
|
|
990
989
|
):
|
|
991
990
|
"""Reload clip
|
|
992
991
|
|
|
993
992
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
994
|
-
:type execution_context:
|
|
993
|
+
:type execution_context: str
|
|
995
994
|
:type undo: bool
|
|
996
995
|
"""
|
|
997
996
|
|
|
@@ -999,7 +998,7 @@ def reload(
|
|
|
999
998
|
|
|
1000
999
|
def select(
|
|
1001
1000
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1002
|
-
execution_context:
|
|
1001
|
+
execution_context: str = None,
|
|
1003
1002
|
undo: bool = None,
|
|
1004
1003
|
extend: typing.Union[bool, typing.Any] = False,
|
|
1005
1004
|
deselect_all: typing.Union[bool, typing.Any] = False,
|
|
@@ -1008,7 +1007,7 @@ def select(
|
|
|
1008
1007
|
"""Select tracking markers
|
|
1009
1008
|
|
|
1010
1009
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1011
|
-
:type execution_context:
|
|
1010
|
+
:type execution_context: str
|
|
1012
1011
|
:type undo: bool
|
|
1013
1012
|
:param extend: Extend, Extend selection rather than clearing the existing selection
|
|
1014
1013
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -1022,14 +1021,14 @@ def select(
|
|
|
1022
1021
|
|
|
1023
1022
|
def select_all(
|
|
1024
1023
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1025
|
-
execution_context:
|
|
1024
|
+
execution_context: str = None,
|
|
1026
1025
|
undo: bool = None,
|
|
1027
1026
|
action: typing.Any = "TOGGLE",
|
|
1028
1027
|
):
|
|
1029
1028
|
"""Change selection of all tracking markers
|
|
1030
1029
|
|
|
1031
1030
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1032
|
-
:type execution_context:
|
|
1031
|
+
:type execution_context: str
|
|
1033
1032
|
:type undo: bool
|
|
1034
1033
|
:param action: Action, Selection action to execute
|
|
1035
1034
|
|
|
@@ -1051,7 +1050,7 @@ def select_all(
|
|
|
1051
1050
|
|
|
1052
1051
|
def select_box(
|
|
1053
1052
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1054
|
-
execution_context:
|
|
1053
|
+
execution_context: str = None,
|
|
1055
1054
|
undo: bool = None,
|
|
1056
1055
|
xmin: typing.Any = 0,
|
|
1057
1056
|
xmax: typing.Any = 0,
|
|
@@ -1063,7 +1062,7 @@ def select_box(
|
|
|
1063
1062
|
"""Select markers using box selection
|
|
1064
1063
|
|
|
1065
1064
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1066
|
-
:type execution_context:
|
|
1065
|
+
:type execution_context: str
|
|
1067
1066
|
:type undo: bool
|
|
1068
1067
|
:param xmin: X Min
|
|
1069
1068
|
:type xmin: typing.Any
|
|
@@ -1092,7 +1091,7 @@ def select_box(
|
|
|
1092
1091
|
|
|
1093
1092
|
def select_circle(
|
|
1094
1093
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1095
|
-
execution_context:
|
|
1094
|
+
execution_context: str = None,
|
|
1096
1095
|
undo: bool = None,
|
|
1097
1096
|
x: typing.Any = 0,
|
|
1098
1097
|
y: typing.Any = 0,
|
|
@@ -1103,7 +1102,7 @@ def select_circle(
|
|
|
1103
1102
|
"""Select markers using circle selection
|
|
1104
1103
|
|
|
1105
1104
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1106
|
-
:type execution_context:
|
|
1105
|
+
:type execution_context: str
|
|
1107
1106
|
:type undo: bool
|
|
1108
1107
|
:param x: X
|
|
1109
1108
|
:type x: typing.Any
|
|
@@ -1130,14 +1129,14 @@ def select_circle(
|
|
|
1130
1129
|
|
|
1131
1130
|
def select_grouped(
|
|
1132
1131
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1133
|
-
execution_context:
|
|
1132
|
+
execution_context: str = None,
|
|
1134
1133
|
undo: bool = None,
|
|
1135
1134
|
group: typing.Any = "ESTIMATED",
|
|
1136
1135
|
):
|
|
1137
1136
|
"""Select all tracks from specified group
|
|
1138
1137
|
|
|
1139
1138
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1140
|
-
:type execution_context:
|
|
1139
|
+
:type execution_context: str
|
|
1141
1140
|
:type undo: bool
|
|
1142
1141
|
:param group: Action, Clear action to execute
|
|
1143
1142
|
|
|
@@ -1168,7 +1167,7 @@ def select_grouped(
|
|
|
1168
1167
|
|
|
1169
1168
|
def select_lasso(
|
|
1170
1169
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1171
|
-
execution_context:
|
|
1170
|
+
execution_context: str = None,
|
|
1172
1171
|
undo: bool = None,
|
|
1173
1172
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
|
|
1174
1173
|
mode: typing.Any = "SET",
|
|
@@ -1176,7 +1175,7 @@ def select_lasso(
|
|
|
1176
1175
|
"""Select markers using lasso selection
|
|
1177
1176
|
|
|
1178
1177
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1179
|
-
:type execution_context:
|
|
1178
|
+
:type execution_context: str
|
|
1180
1179
|
:type undo: bool
|
|
1181
1180
|
:param path: Path
|
|
1182
1181
|
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
|
|
@@ -1197,13 +1196,13 @@ def select_lasso(
|
|
|
1197
1196
|
|
|
1198
1197
|
def set_active_clip(
|
|
1199
1198
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1200
|
-
execution_context:
|
|
1199
|
+
execution_context: str = None,
|
|
1201
1200
|
undo: bool = None,
|
|
1202
1201
|
):
|
|
1203
1202
|
"""Undocumented, consider contributing.
|
|
1204
1203
|
|
|
1205
1204
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1206
|
-
:type execution_context:
|
|
1205
|
+
:type execution_context: str
|
|
1207
1206
|
:type undo: bool
|
|
1208
1207
|
"""
|
|
1209
1208
|
|
|
@@ -1211,14 +1210,14 @@ def set_active_clip(
|
|
|
1211
1210
|
|
|
1212
1211
|
def set_axis(
|
|
1213
1212
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1214
|
-
execution_context:
|
|
1213
|
+
execution_context: str = None,
|
|
1215
1214
|
undo: bool = None,
|
|
1216
1215
|
axis: typing.Any = "X",
|
|
1217
1216
|
):
|
|
1218
1217
|
"""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
|
|
1219
1218
|
|
|
1220
1219
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1221
|
-
:type execution_context:
|
|
1220
|
+
:type execution_context: str
|
|
1222
1221
|
:type undo: bool
|
|
1223
1222
|
:param axis: Axis, Axis to use to align bundle along
|
|
1224
1223
|
|
|
@@ -1234,14 +1233,14 @@ def set_axis(
|
|
|
1234
1233
|
|
|
1235
1234
|
def set_origin(
|
|
1236
1235
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1237
|
-
execution_context:
|
|
1236
|
+
execution_context: str = None,
|
|
1238
1237
|
undo: bool = None,
|
|
1239
1238
|
use_median: typing.Union[bool, typing.Any] = False,
|
|
1240
1239
|
):
|
|
1241
1240
|
"""Set active marker as origin by moving camera (or its parent if present) in 3D space
|
|
1242
1241
|
|
|
1243
1242
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1244
|
-
:type execution_context:
|
|
1243
|
+
:type execution_context: str
|
|
1245
1244
|
:type undo: bool
|
|
1246
1245
|
:param use_median: Use Median, Set origin to median point of selected bundles
|
|
1247
1246
|
:type use_median: typing.Union[bool, typing.Any]
|
|
@@ -1251,14 +1250,14 @@ def set_origin(
|
|
|
1251
1250
|
|
|
1252
1251
|
def set_plane(
|
|
1253
1252
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1254
|
-
execution_context:
|
|
1253
|
+
execution_context: str = None,
|
|
1255
1254
|
undo: bool = None,
|
|
1256
1255
|
plane: typing.Any = "FLOOR",
|
|
1257
1256
|
):
|
|
1258
1257
|
"""Set plane based on 3 selected bundles by moving camera (or its parent if present) in 3D space
|
|
1259
1258
|
|
|
1260
1259
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1261
|
-
:type execution_context:
|
|
1260
|
+
:type execution_context: str
|
|
1262
1261
|
:type undo: bool
|
|
1263
1262
|
:param plane: Plane, Plane to be used for orientation
|
|
1264
1263
|
|
|
@@ -1274,14 +1273,14 @@ def set_plane(
|
|
|
1274
1273
|
|
|
1275
1274
|
def set_scale(
|
|
1276
1275
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1277
|
-
execution_context:
|
|
1276
|
+
execution_context: str = None,
|
|
1278
1277
|
undo: bool = None,
|
|
1279
1278
|
distance: typing.Any = 0.0,
|
|
1280
1279
|
):
|
|
1281
1280
|
"""Set scale of scene by scaling camera (or its parent if present)
|
|
1282
1281
|
|
|
1283
1282
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1284
|
-
:type execution_context:
|
|
1283
|
+
:type execution_context: str
|
|
1285
1284
|
:type undo: bool
|
|
1286
1285
|
:param distance: Distance, Distance between selected tracks
|
|
1287
1286
|
:type distance: typing.Any
|
|
@@ -1291,13 +1290,13 @@ def set_scale(
|
|
|
1291
1290
|
|
|
1292
1291
|
def set_scene_frames(
|
|
1293
1292
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1294
|
-
execution_context:
|
|
1293
|
+
execution_context: str = None,
|
|
1295
1294
|
undo: bool = None,
|
|
1296
1295
|
):
|
|
1297
1296
|
"""Set scene's start and end frame to match clip's start frame and length
|
|
1298
1297
|
|
|
1299
1298
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1300
|
-
:type execution_context:
|
|
1299
|
+
:type execution_context: str
|
|
1301
1300
|
:type undo: bool
|
|
1302
1301
|
"""
|
|
1303
1302
|
|
|
@@ -1305,14 +1304,14 @@ def set_scene_frames(
|
|
|
1305
1304
|
|
|
1306
1305
|
def set_solution_scale(
|
|
1307
1306
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1308
|
-
execution_context:
|
|
1307
|
+
execution_context: str = None,
|
|
1309
1308
|
undo: bool = None,
|
|
1310
1309
|
distance: typing.Any = 0.0,
|
|
1311
1310
|
):
|
|
1312
1311
|
"""Set object solution scale using distance between two selected tracks
|
|
1313
1312
|
|
|
1314
1313
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1315
|
-
:type execution_context:
|
|
1314
|
+
:type execution_context: str
|
|
1316
1315
|
:type undo: bool
|
|
1317
1316
|
:param distance: Distance, Distance between selected tracks
|
|
1318
1317
|
:type distance: typing.Any
|
|
@@ -1322,14 +1321,14 @@ def set_solution_scale(
|
|
|
1322
1321
|
|
|
1323
1322
|
def set_solver_keyframe(
|
|
1324
1323
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1325
|
-
execution_context:
|
|
1324
|
+
execution_context: str = None,
|
|
1326
1325
|
undo: bool = None,
|
|
1327
1326
|
keyframe: typing.Any = "KEYFRAME_A",
|
|
1328
1327
|
):
|
|
1329
1328
|
"""Set keyframe used by solver
|
|
1330
1329
|
|
|
1331
1330
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1332
|
-
:type execution_context:
|
|
1331
|
+
:type execution_context: str
|
|
1333
1332
|
:type undo: bool
|
|
1334
1333
|
:param keyframe: Keyframe, Keyframe to set
|
|
1335
1334
|
:type keyframe: typing.Any
|
|
@@ -1339,13 +1338,13 @@ def set_solver_keyframe(
|
|
|
1339
1338
|
|
|
1340
1339
|
def set_viewport_background(
|
|
1341
1340
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1342
|
-
execution_context:
|
|
1341
|
+
execution_context: str = None,
|
|
1343
1342
|
undo: bool = None,
|
|
1344
1343
|
):
|
|
1345
1344
|
"""Set current movie clip as a camera background in 3D Viewport (works only when a 3D Viewport is visible)
|
|
1346
1345
|
|
|
1347
1346
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1348
|
-
:type execution_context:
|
|
1347
|
+
:type execution_context: str
|
|
1349
1348
|
:type undo: bool
|
|
1350
1349
|
"""
|
|
1351
1350
|
|
|
@@ -1353,13 +1352,13 @@ def set_viewport_background(
|
|
|
1353
1352
|
|
|
1354
1353
|
def setup_tracking_scene(
|
|
1355
1354
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1356
|
-
execution_context:
|
|
1355
|
+
execution_context: str = None,
|
|
1357
1356
|
undo: bool = None,
|
|
1358
1357
|
):
|
|
1359
1358
|
"""Prepare scene for compositing 3D objects into this footage
|
|
1360
1359
|
|
|
1361
1360
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1362
|
-
:type execution_context:
|
|
1361
|
+
:type execution_context: str
|
|
1363
1362
|
:type undo: bool
|
|
1364
1363
|
"""
|
|
1365
1364
|
|
|
@@ -1367,14 +1366,14 @@ def setup_tracking_scene(
|
|
|
1367
1366
|
|
|
1368
1367
|
def slide_marker(
|
|
1369
1368
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1370
|
-
execution_context:
|
|
1369
|
+
execution_context: str = None,
|
|
1371
1370
|
undo: bool = None,
|
|
1372
1371
|
offset: typing.Any = (0.0, 0.0),
|
|
1373
1372
|
):
|
|
1374
1373
|
"""Slide marker areas
|
|
1375
1374
|
|
|
1376
1375
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1377
|
-
:type execution_context:
|
|
1376
|
+
:type execution_context: str
|
|
1378
1377
|
:type undo: bool
|
|
1379
1378
|
:param offset: Offset, Offset in floating-point units, 1.0 is the width and height of the image
|
|
1380
1379
|
:type offset: typing.Any
|
|
@@ -1384,13 +1383,13 @@ def slide_marker(
|
|
|
1384
1383
|
|
|
1385
1384
|
def slide_plane_marker(
|
|
1386
1385
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1387
|
-
execution_context:
|
|
1386
|
+
execution_context: str = None,
|
|
1388
1387
|
undo: bool = None,
|
|
1389
1388
|
):
|
|
1390
1389
|
"""Slide plane marker areas
|
|
1391
1390
|
|
|
1392
1391
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1393
|
-
:type execution_context:
|
|
1392
|
+
:type execution_context: str
|
|
1394
1393
|
:type undo: bool
|
|
1395
1394
|
"""
|
|
1396
1395
|
|
|
@@ -1398,13 +1397,13 @@ def slide_plane_marker(
|
|
|
1398
1397
|
|
|
1399
1398
|
def solve_camera(
|
|
1400
1399
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1401
|
-
execution_context:
|
|
1400
|
+
execution_context: str = None,
|
|
1402
1401
|
undo: bool = None,
|
|
1403
1402
|
):
|
|
1404
1403
|
"""Solve camera motion from tracks
|
|
1405
1404
|
|
|
1406
1405
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1407
|
-
:type execution_context:
|
|
1406
|
+
:type execution_context: str
|
|
1408
1407
|
:type undo: bool
|
|
1409
1408
|
"""
|
|
1410
1409
|
|
|
@@ -1412,13 +1411,13 @@ def solve_camera(
|
|
|
1412
1411
|
|
|
1413
1412
|
def stabilize_2d_add(
|
|
1414
1413
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1415
|
-
execution_context:
|
|
1414
|
+
execution_context: str = None,
|
|
1416
1415
|
undo: bool = None,
|
|
1417
1416
|
):
|
|
1418
1417
|
"""Add selected tracks to 2D translation stabilization
|
|
1419
1418
|
|
|
1420
1419
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1421
|
-
:type execution_context:
|
|
1420
|
+
:type execution_context: str
|
|
1422
1421
|
:type undo: bool
|
|
1423
1422
|
"""
|
|
1424
1423
|
|
|
@@ -1426,13 +1425,13 @@ def stabilize_2d_add(
|
|
|
1426
1425
|
|
|
1427
1426
|
def stabilize_2d_remove(
|
|
1428
1427
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1429
|
-
execution_context:
|
|
1428
|
+
execution_context: str = None,
|
|
1430
1429
|
undo: bool = None,
|
|
1431
1430
|
):
|
|
1432
1431
|
"""Remove selected track from translation stabilization
|
|
1433
1432
|
|
|
1434
1433
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1435
|
-
:type execution_context:
|
|
1434
|
+
:type execution_context: str
|
|
1436
1435
|
:type undo: bool
|
|
1437
1436
|
"""
|
|
1438
1437
|
|
|
@@ -1440,13 +1439,13 @@ def stabilize_2d_remove(
|
|
|
1440
1439
|
|
|
1441
1440
|
def stabilize_2d_rotation_add(
|
|
1442
1441
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1443
|
-
execution_context:
|
|
1442
|
+
execution_context: str = None,
|
|
1444
1443
|
undo: bool = None,
|
|
1445
1444
|
):
|
|
1446
1445
|
"""Add selected tracks to 2D rotation stabilization
|
|
1447
1446
|
|
|
1448
1447
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1449
|
-
:type execution_context:
|
|
1448
|
+
:type execution_context: str
|
|
1450
1449
|
:type undo: bool
|
|
1451
1450
|
"""
|
|
1452
1451
|
|
|
@@ -1454,13 +1453,13 @@ def stabilize_2d_rotation_add(
|
|
|
1454
1453
|
|
|
1455
1454
|
def stabilize_2d_rotation_remove(
|
|
1456
1455
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1457
|
-
execution_context:
|
|
1456
|
+
execution_context: str = None,
|
|
1458
1457
|
undo: bool = None,
|
|
1459
1458
|
):
|
|
1460
1459
|
"""Remove selected track from rotation stabilization
|
|
1461
1460
|
|
|
1462
1461
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1463
|
-
:type execution_context:
|
|
1462
|
+
:type execution_context: str
|
|
1464
1463
|
:type undo: bool
|
|
1465
1464
|
"""
|
|
1466
1465
|
|
|
@@ -1468,13 +1467,13 @@ def stabilize_2d_rotation_remove(
|
|
|
1468
1467
|
|
|
1469
1468
|
def stabilize_2d_rotation_select(
|
|
1470
1469
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1471
|
-
execution_context:
|
|
1470
|
+
execution_context: str = None,
|
|
1472
1471
|
undo: bool = None,
|
|
1473
1472
|
):
|
|
1474
1473
|
"""Select tracks which are used for rotation stabilization
|
|
1475
1474
|
|
|
1476
1475
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1477
|
-
:type execution_context:
|
|
1476
|
+
:type execution_context: str
|
|
1478
1477
|
:type undo: bool
|
|
1479
1478
|
"""
|
|
1480
1479
|
|
|
@@ -1482,13 +1481,13 @@ def stabilize_2d_rotation_select(
|
|
|
1482
1481
|
|
|
1483
1482
|
def stabilize_2d_select(
|
|
1484
1483
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1485
|
-
execution_context:
|
|
1484
|
+
execution_context: str = None,
|
|
1486
1485
|
undo: bool = None,
|
|
1487
1486
|
):
|
|
1488
1487
|
"""Select tracks which are used for translation stabilization
|
|
1489
1488
|
|
|
1490
1489
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1491
|
-
:type execution_context:
|
|
1490
|
+
:type execution_context: str
|
|
1492
1491
|
:type undo: bool
|
|
1493
1492
|
"""
|
|
1494
1493
|
|
|
@@ -1496,7 +1495,7 @@ def stabilize_2d_select(
|
|
|
1496
1495
|
|
|
1497
1496
|
def track_color_preset_add(
|
|
1498
1497
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1499
|
-
execution_context:
|
|
1498
|
+
execution_context: str = None,
|
|
1500
1499
|
undo: bool = None,
|
|
1501
1500
|
name: typing.Union[str, typing.Any] = "",
|
|
1502
1501
|
remove_name: typing.Union[bool, typing.Any] = False,
|
|
@@ -1505,7 +1504,7 @@ def track_color_preset_add(
|
|
|
1505
1504
|
"""Add or remove a Clip Track Color Preset
|
|
1506
1505
|
|
|
1507
1506
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1508
|
-
:type execution_context:
|
|
1507
|
+
:type execution_context: str
|
|
1509
1508
|
:type undo: bool
|
|
1510
1509
|
:param name: Name, Name of the preset, used to make the path name
|
|
1511
1510
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -1519,13 +1518,13 @@ def track_color_preset_add(
|
|
|
1519
1518
|
|
|
1520
1519
|
def track_copy_color(
|
|
1521
1520
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1522
|
-
execution_context:
|
|
1521
|
+
execution_context: str = None,
|
|
1523
1522
|
undo: bool = None,
|
|
1524
1523
|
):
|
|
1525
1524
|
"""Copy color to all selected tracks
|
|
1526
1525
|
|
|
1527
1526
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1528
|
-
:type execution_context:
|
|
1527
|
+
:type execution_context: str
|
|
1529
1528
|
:type undo: bool
|
|
1530
1529
|
"""
|
|
1531
1530
|
|
|
@@ -1533,7 +1532,7 @@ def track_copy_color(
|
|
|
1533
1532
|
|
|
1534
1533
|
def track_markers(
|
|
1535
1534
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1536
|
-
execution_context:
|
|
1535
|
+
execution_context: str = None,
|
|
1537
1536
|
undo: bool = None,
|
|
1538
1537
|
backwards: typing.Union[bool, typing.Any] = False,
|
|
1539
1538
|
sequence: typing.Union[bool, typing.Any] = False,
|
|
@@ -1541,7 +1540,7 @@ def track_markers(
|
|
|
1541
1540
|
"""Track selected markers
|
|
1542
1541
|
|
|
1543
1542
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1544
|
-
:type execution_context:
|
|
1543
|
+
:type execution_context: str
|
|
1545
1544
|
:type undo: bool
|
|
1546
1545
|
:param backwards: Backwards, Do backwards tracking
|
|
1547
1546
|
:type backwards: typing.Union[bool, typing.Any]
|
|
@@ -1553,13 +1552,13 @@ def track_markers(
|
|
|
1553
1552
|
|
|
1554
1553
|
def track_settings_as_default(
|
|
1555
1554
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1556
|
-
execution_context:
|
|
1555
|
+
execution_context: str = None,
|
|
1557
1556
|
undo: bool = None,
|
|
1558
1557
|
):
|
|
1559
1558
|
"""Copy tracking settings from active track to default settings
|
|
1560
1559
|
|
|
1561
1560
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1562
|
-
:type execution_context:
|
|
1561
|
+
:type execution_context: str
|
|
1563
1562
|
:type undo: bool
|
|
1564
1563
|
"""
|
|
1565
1564
|
|
|
@@ -1567,13 +1566,13 @@ def track_settings_as_default(
|
|
|
1567
1566
|
|
|
1568
1567
|
def track_settings_to_track(
|
|
1569
1568
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1570
|
-
execution_context:
|
|
1569
|
+
execution_context: str = None,
|
|
1571
1570
|
undo: bool = None,
|
|
1572
1571
|
):
|
|
1573
1572
|
"""Copy tracking settings from active track to selected tracks
|
|
1574
1573
|
|
|
1575
1574
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1576
|
-
:type execution_context:
|
|
1575
|
+
:type execution_context: str
|
|
1577
1576
|
:type undo: bool
|
|
1578
1577
|
"""
|
|
1579
1578
|
|
|
@@ -1581,13 +1580,13 @@ def track_settings_to_track(
|
|
|
1581
1580
|
|
|
1582
1581
|
def track_to_empty(
|
|
1583
1582
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1584
|
-
execution_context:
|
|
1583
|
+
execution_context: str = None,
|
|
1585
1584
|
undo: bool = None,
|
|
1586
1585
|
):
|
|
1587
1586
|
"""Create an Empty object which will be copying movement of active track
|
|
1588
1587
|
|
|
1589
1588
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1590
|
-
:type execution_context:
|
|
1589
|
+
:type execution_context: str
|
|
1591
1590
|
:type undo: bool
|
|
1592
1591
|
"""
|
|
1593
1592
|
|
|
@@ -1595,13 +1594,13 @@ def track_to_empty(
|
|
|
1595
1594
|
|
|
1596
1595
|
def tracking_object_new(
|
|
1597
1596
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1598
|
-
execution_context:
|
|
1597
|
+
execution_context: str = None,
|
|
1599
1598
|
undo: bool = None,
|
|
1600
1599
|
):
|
|
1601
1600
|
"""Add new object for tracking
|
|
1602
1601
|
|
|
1603
1602
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1604
|
-
:type execution_context:
|
|
1603
|
+
:type execution_context: str
|
|
1605
1604
|
:type undo: bool
|
|
1606
1605
|
"""
|
|
1607
1606
|
|
|
@@ -1609,13 +1608,13 @@ def tracking_object_new(
|
|
|
1609
1608
|
|
|
1610
1609
|
def tracking_object_remove(
|
|
1611
1610
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1612
|
-
execution_context:
|
|
1611
|
+
execution_context: str = None,
|
|
1613
1612
|
undo: bool = None,
|
|
1614
1613
|
):
|
|
1615
1614
|
"""Remove object for tracking
|
|
1616
1615
|
|
|
1617
1616
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1618
|
-
:type execution_context:
|
|
1617
|
+
:type execution_context: str
|
|
1619
1618
|
:type undo: bool
|
|
1620
1619
|
"""
|
|
1621
1620
|
|
|
@@ -1623,7 +1622,7 @@ def tracking_object_remove(
|
|
|
1623
1622
|
|
|
1624
1623
|
def tracking_settings_preset_add(
|
|
1625
1624
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1626
|
-
execution_context:
|
|
1625
|
+
execution_context: str = None,
|
|
1627
1626
|
undo: bool = None,
|
|
1628
1627
|
name: typing.Union[str, typing.Any] = "",
|
|
1629
1628
|
remove_name: typing.Union[bool, typing.Any] = False,
|
|
@@ -1632,7 +1631,7 @@ def tracking_settings_preset_add(
|
|
|
1632
1631
|
"""Add or remove a motion tracking settings preset
|
|
1633
1632
|
|
|
1634
1633
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1635
|
-
:type execution_context:
|
|
1634
|
+
:type execution_context: str
|
|
1636
1635
|
:type undo: bool
|
|
1637
1636
|
:param name: Name, Name of the preset, used to make the path name
|
|
1638
1637
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -1646,13 +1645,13 @@ def tracking_settings_preset_add(
|
|
|
1646
1645
|
|
|
1647
1646
|
def update_image_from_plane_marker(
|
|
1648
1647
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1649
|
-
execution_context:
|
|
1648
|
+
execution_context: str = None,
|
|
1650
1649
|
undo: bool = None,
|
|
1651
1650
|
):
|
|
1652
1651
|
"""Update current image used by plane marker from the content of the plane marker
|
|
1653
1652
|
|
|
1654
1653
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1655
|
-
:type execution_context:
|
|
1654
|
+
:type execution_context: str
|
|
1656
1655
|
:type undo: bool
|
|
1657
1656
|
"""
|
|
1658
1657
|
|
|
@@ -1660,14 +1659,14 @@ def update_image_from_plane_marker(
|
|
|
1660
1659
|
|
|
1661
1660
|
def view_all(
|
|
1662
1661
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1663
|
-
execution_context:
|
|
1662
|
+
execution_context: str = None,
|
|
1664
1663
|
undo: bool = None,
|
|
1665
1664
|
fit_view: typing.Union[bool, typing.Any] = False,
|
|
1666
1665
|
):
|
|
1667
1666
|
"""View whole image with markers
|
|
1668
1667
|
|
|
1669
1668
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1670
|
-
:type execution_context:
|
|
1669
|
+
:type execution_context: str
|
|
1671
1670
|
:type undo: bool
|
|
1672
1671
|
:param fit_view: Fit View, Fit frame to the viewport
|
|
1673
1672
|
:type fit_view: typing.Union[bool, typing.Any]
|
|
@@ -1677,13 +1676,13 @@ def view_all(
|
|
|
1677
1676
|
|
|
1678
1677
|
def view_center_cursor(
|
|
1679
1678
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1680
|
-
execution_context:
|
|
1679
|
+
execution_context: str = None,
|
|
1681
1680
|
undo: bool = None,
|
|
1682
1681
|
):
|
|
1683
1682
|
"""Center the view so that the cursor is in the middle of the view
|
|
1684
1683
|
|
|
1685
1684
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1686
|
-
:type execution_context:
|
|
1685
|
+
:type execution_context: str
|
|
1687
1686
|
:type undo: bool
|
|
1688
1687
|
"""
|
|
1689
1688
|
|
|
@@ -1691,13 +1690,13 @@ def view_center_cursor(
|
|
|
1691
1690
|
|
|
1692
1691
|
def view_ndof(
|
|
1693
1692
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1694
|
-
execution_context:
|
|
1693
|
+
execution_context: str = None,
|
|
1695
1694
|
undo: bool = None,
|
|
1696
1695
|
):
|
|
1697
1696
|
"""Use a 3D mouse device to pan/zoom the view
|
|
1698
1697
|
|
|
1699
1698
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1700
|
-
:type execution_context:
|
|
1699
|
+
:type execution_context: str
|
|
1701
1700
|
:type undo: bool
|
|
1702
1701
|
"""
|
|
1703
1702
|
|
|
@@ -1705,14 +1704,14 @@ def view_ndof(
|
|
|
1705
1704
|
|
|
1706
1705
|
def view_pan(
|
|
1707
1706
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1708
|
-
execution_context:
|
|
1707
|
+
execution_context: str = None,
|
|
1709
1708
|
undo: bool = None,
|
|
1710
1709
|
offset: typing.Any = (0.0, 0.0),
|
|
1711
1710
|
):
|
|
1712
1711
|
"""Pan the view
|
|
1713
1712
|
|
|
1714
1713
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1715
|
-
:type execution_context:
|
|
1714
|
+
:type execution_context: str
|
|
1716
1715
|
:type undo: bool
|
|
1717
1716
|
:param offset: Offset, Offset in floating-point units, 1.0 is the width and height of the image
|
|
1718
1717
|
:type offset: typing.Any
|
|
@@ -1722,13 +1721,13 @@ def view_pan(
|
|
|
1722
1721
|
|
|
1723
1722
|
def view_selected(
|
|
1724
1723
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1725
|
-
execution_context:
|
|
1724
|
+
execution_context: str = None,
|
|
1726
1725
|
undo: bool = None,
|
|
1727
1726
|
):
|
|
1728
1727
|
"""View all selected elements
|
|
1729
1728
|
|
|
1730
1729
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1731
|
-
:type execution_context:
|
|
1730
|
+
:type execution_context: str
|
|
1732
1731
|
:type undo: bool
|
|
1733
1732
|
"""
|
|
1734
1733
|
|
|
@@ -1736,7 +1735,7 @@ def view_selected(
|
|
|
1736
1735
|
|
|
1737
1736
|
def view_zoom(
|
|
1738
1737
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1739
|
-
execution_context:
|
|
1738
|
+
execution_context: str = None,
|
|
1740
1739
|
undo: bool = None,
|
|
1741
1740
|
factor: typing.Any = 0.0,
|
|
1742
1741
|
use_cursor_init: typing.Union[bool, typing.Any] = True,
|
|
@@ -1744,7 +1743,7 @@ def view_zoom(
|
|
|
1744
1743
|
"""Zoom in/out the view
|
|
1745
1744
|
|
|
1746
1745
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1747
|
-
:type execution_context:
|
|
1746
|
+
:type execution_context: str
|
|
1748
1747
|
:type undo: bool
|
|
1749
1748
|
:param factor: Factor, Zoom factor, values higher than 1.0 zoom in, lower values zoom out
|
|
1750
1749
|
:type factor: typing.Any
|
|
@@ -1756,14 +1755,14 @@ def view_zoom(
|
|
|
1756
1755
|
|
|
1757
1756
|
def view_zoom_in(
|
|
1758
1757
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1759
|
-
execution_context:
|
|
1758
|
+
execution_context: str = None,
|
|
1760
1759
|
undo: bool = None,
|
|
1761
1760
|
location: typing.Any = (0.0, 0.0),
|
|
1762
1761
|
):
|
|
1763
1762
|
"""Zoom in the view
|
|
1764
1763
|
|
|
1765
1764
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1766
|
-
:type execution_context:
|
|
1765
|
+
:type execution_context: str
|
|
1767
1766
|
:type undo: bool
|
|
1768
1767
|
:param location: Location, Cursor location in screen coordinates
|
|
1769
1768
|
:type location: typing.Any
|
|
@@ -1773,14 +1772,14 @@ def view_zoom_in(
|
|
|
1773
1772
|
|
|
1774
1773
|
def view_zoom_out(
|
|
1775
1774
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1776
|
-
execution_context:
|
|
1775
|
+
execution_context: str = None,
|
|
1777
1776
|
undo: bool = None,
|
|
1778
1777
|
location: typing.Any = (0.0, 0.0),
|
|
1779
1778
|
):
|
|
1780
1779
|
"""Zoom out the view
|
|
1781
1780
|
|
|
1782
1781
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1783
|
-
:type execution_context:
|
|
1782
|
+
:type execution_context: str
|
|
1784
1783
|
:type undo: bool
|
|
1785
1784
|
:param location: Location, Cursor location in normalized (0.0 to 1.0) coordinates
|
|
1786
1785
|
:type location: typing.Any
|
|
@@ -1790,14 +1789,14 @@ def view_zoom_out(
|
|
|
1790
1789
|
|
|
1791
1790
|
def view_zoom_ratio(
|
|
1792
1791
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1793
|
-
execution_context:
|
|
1792
|
+
execution_context: str = None,
|
|
1794
1793
|
undo: bool = None,
|
|
1795
1794
|
ratio: typing.Any = 0.0,
|
|
1796
1795
|
):
|
|
1797
1796
|
"""Set the zoom ratio (based on clip size)
|
|
1798
1797
|
|
|
1799
1798
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1800
|
-
:type execution_context:
|
|
1799
|
+
:type execution_context: str
|
|
1801
1800
|
:type undo: bool
|
|
1802
1801
|
:param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
|
|
1803
1802
|
:type ratio: typing.Any
|