fake-bpy-module 20240421__py3-none-any.whl → 20240423__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_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +52 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +333 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +580 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +331 -330
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2418 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +105733 -102298
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +21 -18
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/top_level.txt +0 -0
bpy/ops/clip/__init__.pyi
CHANGED
|
@@ -1,187 +1,188 @@
|
|
|
1
1
|
import typing
|
|
2
|
+
import bpy.ops.transform
|
|
2
3
|
import bpy.types
|
|
3
4
|
|
|
4
5
|
GenericType = typing.TypeVar("GenericType")
|
|
5
6
|
|
|
6
7
|
def add_marker(
|
|
7
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context: typing.Union[str, int] = None,
|
|
9
|
-
undo: bool = None,
|
|
10
|
-
location: typing.Any = (0.0, 0.0),
|
|
8
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
9
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
10
|
+
undo: typing.Optional[bool] = None,
|
|
11
|
+
location: typing.Optional[typing.Any] = (0.0, 0.0),
|
|
11
12
|
):
|
|
12
13
|
"""Place new marker at specified location
|
|
13
14
|
|
|
14
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
15
|
-
:type execution_context: typing.Union[str, int]
|
|
16
|
-
:type undo: bool
|
|
15
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
16
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
17
|
+
:type undo: typing.Optional[bool]
|
|
17
18
|
:param location: Location, Location of marker on frame
|
|
18
|
-
:type location: typing.Any
|
|
19
|
+
:type location: typing.Optional[typing.Any]
|
|
19
20
|
"""
|
|
20
21
|
|
|
21
22
|
...
|
|
22
23
|
|
|
23
24
|
def add_marker_at_click(
|
|
24
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
25
|
-
execution_context: typing.Union[str, int] = None,
|
|
26
|
-
undo: bool = None,
|
|
25
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
26
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
27
|
+
undo: typing.Optional[bool] = None,
|
|
27
28
|
):
|
|
28
29
|
"""Place new marker at the desired (clicked) position
|
|
29
30
|
|
|
30
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
31
|
-
:type execution_context: typing.Union[str, int]
|
|
32
|
-
:type undo: bool
|
|
31
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
32
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
33
|
+
:type undo: typing.Optional[bool]
|
|
33
34
|
"""
|
|
34
35
|
|
|
35
36
|
...
|
|
36
37
|
|
|
37
38
|
def add_marker_move(
|
|
38
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
39
|
-
execution_context: typing.Union[str, int] = None,
|
|
40
|
-
undo: bool = None,
|
|
41
|
-
CLIP_OT_add_marker: typing.
|
|
42
|
-
TRANSFORM_OT_translate: typing.
|
|
39
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
40
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
41
|
+
undo: typing.Optional[bool] = None,
|
|
42
|
+
CLIP_OT_add_marker: typing.Optional[add_marker] = None,
|
|
43
|
+
TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
|
|
43
44
|
):
|
|
44
45
|
"""Add new marker and move it on movie
|
|
45
46
|
|
|
46
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
47
|
-
:type execution_context: typing.Union[str, int]
|
|
48
|
-
:type undo: bool
|
|
47
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
48
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
49
|
+
:type undo: typing.Optional[bool]
|
|
49
50
|
:param CLIP_OT_add_marker: Add Marker, Place new marker at specified location
|
|
50
|
-
:type CLIP_OT_add_marker: typing.
|
|
51
|
+
:type CLIP_OT_add_marker: typing.Optional[add_marker]
|
|
51
52
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
52
|
-
:type TRANSFORM_OT_translate: typing.
|
|
53
|
+
:type TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate]
|
|
53
54
|
"""
|
|
54
55
|
|
|
55
56
|
...
|
|
56
57
|
|
|
57
58
|
def add_marker_slide(
|
|
58
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
59
|
-
execution_context: typing.Union[str, int] = None,
|
|
60
|
-
undo: bool = None,
|
|
61
|
-
CLIP_OT_add_marker: typing.
|
|
62
|
-
TRANSFORM_OT_translate: typing.
|
|
59
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
60
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
61
|
+
undo: typing.Optional[bool] = None,
|
|
62
|
+
CLIP_OT_add_marker: typing.Optional[add_marker] = None,
|
|
63
|
+
TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
|
|
63
64
|
):
|
|
64
65
|
"""Add new marker and slide it with mouse until mouse button release
|
|
65
66
|
|
|
66
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
67
|
-
:type execution_context: typing.Union[str, int]
|
|
68
|
-
:type undo: bool
|
|
67
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
68
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
69
|
+
:type undo: typing.Optional[bool]
|
|
69
70
|
:param CLIP_OT_add_marker: Add Marker, Place new marker at specified location
|
|
70
|
-
:type CLIP_OT_add_marker: typing.
|
|
71
|
+
:type CLIP_OT_add_marker: typing.Optional[add_marker]
|
|
71
72
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
72
|
-
:type TRANSFORM_OT_translate: typing.
|
|
73
|
+
:type TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate]
|
|
73
74
|
"""
|
|
74
75
|
|
|
75
76
|
...
|
|
76
77
|
|
|
77
78
|
def apply_solution_scale(
|
|
78
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
79
|
-
execution_context: typing.Union[str, int] = None,
|
|
80
|
-
undo: bool = None,
|
|
81
|
-
distance: typing.Any = 0.0,
|
|
79
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
80
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
81
|
+
undo: typing.Optional[bool] = None,
|
|
82
|
+
distance: typing.Optional[typing.Any] = 0.0,
|
|
82
83
|
):
|
|
83
84
|
"""Apply scale on solution itself to make distance between selected tracks equals to desired
|
|
84
85
|
|
|
85
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
86
|
-
:type execution_context: typing.Union[str, int]
|
|
87
|
-
:type undo: bool
|
|
86
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
87
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
88
|
+
:type undo: typing.Optional[bool]
|
|
88
89
|
:param distance: Distance, Distance between selected tracks
|
|
89
|
-
:type distance: typing.Any
|
|
90
|
+
:type distance: typing.Optional[typing.Any]
|
|
90
91
|
"""
|
|
91
92
|
|
|
92
93
|
...
|
|
93
94
|
|
|
94
95
|
def average_tracks(
|
|
95
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
96
|
-
execution_context: typing.Union[str, int] = None,
|
|
97
|
-
undo: bool = None,
|
|
98
|
-
keep_original: typing.Union[bool, typing.Any] = True,
|
|
96
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
97
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
98
|
+
undo: typing.Optional[bool] = None,
|
|
99
|
+
keep_original: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
99
100
|
):
|
|
100
101
|
"""Average selected tracks into active
|
|
101
102
|
|
|
102
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
103
|
-
:type execution_context: typing.Union[str, int]
|
|
104
|
-
:type undo: bool
|
|
103
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
104
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
105
|
+
:type undo: typing.Optional[bool]
|
|
105
106
|
:param keep_original: Keep Original, Keep original tracks
|
|
106
|
-
:type keep_original: typing.Union[bool, typing.Any]
|
|
107
|
+
:type keep_original: typing.Optional[typing.Union[bool, typing.Any]]
|
|
107
108
|
"""
|
|
108
109
|
|
|
109
110
|
...
|
|
110
111
|
|
|
111
112
|
def bundles_to_mesh(
|
|
112
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
113
|
-
execution_context: typing.Union[str, int] = None,
|
|
114
|
-
undo: bool = None,
|
|
113
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
114
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
115
|
+
undo: typing.Optional[bool] = None,
|
|
115
116
|
):
|
|
116
117
|
"""Create vertex cloud using coordinates of reconstructed tracks
|
|
117
118
|
|
|
118
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
119
|
-
:type execution_context: typing.Union[str, int]
|
|
120
|
-
:type undo: bool
|
|
119
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
120
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
121
|
+
:type undo: typing.Optional[bool]
|
|
121
122
|
"""
|
|
122
123
|
|
|
123
124
|
...
|
|
124
125
|
|
|
125
126
|
def camera_preset_add(
|
|
126
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
127
|
-
execution_context: typing.Union[str, int] = None,
|
|
128
|
-
undo: bool = None,
|
|
127
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
128
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
129
|
+
undo: typing.Optional[bool] = None,
|
|
129
130
|
name: typing.Union[str, typing.Any] = "",
|
|
130
|
-
remove_name: typing.Union[bool, typing.Any] = False,
|
|
131
|
-
remove_active: typing.Union[bool, typing.Any] = False,
|
|
132
|
-
use_focal_length: typing.Union[bool, typing.Any] = True,
|
|
131
|
+
remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
132
|
+
remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
133
|
+
use_focal_length: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
133
134
|
):
|
|
134
135
|
"""Add or remove a Tracking Camera Intrinsics Preset
|
|
135
136
|
|
|
136
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
137
|
-
:type execution_context: typing.Union[str, int]
|
|
138
|
-
:type undo: bool
|
|
137
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
138
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
139
|
+
:type undo: typing.Optional[bool]
|
|
139
140
|
:param name: Name, Name of the preset, used to make the path name
|
|
140
141
|
:type name: typing.Union[str, typing.Any]
|
|
141
142
|
:param remove_name: remove_name
|
|
142
|
-
:type remove_name: typing.Union[bool, typing.Any]
|
|
143
|
+
:type remove_name: typing.Optional[typing.Union[bool, typing.Any]]
|
|
143
144
|
:param remove_active: remove_active
|
|
144
|
-
:type remove_active: typing.Union[bool, typing.Any]
|
|
145
|
+
:type remove_active: typing.Optional[typing.Union[bool, typing.Any]]
|
|
145
146
|
:param use_focal_length: Include Focal Length, Include focal length into the preset
|
|
146
|
-
:type use_focal_length: typing.Union[bool, typing.Any]
|
|
147
|
+
:type use_focal_length: typing.Optional[typing.Union[bool, typing.Any]]
|
|
147
148
|
"""
|
|
148
149
|
|
|
149
150
|
...
|
|
150
151
|
|
|
151
152
|
def change_frame(
|
|
152
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
153
|
-
execution_context: typing.Union[str, int] = None,
|
|
154
|
-
undo: bool = None,
|
|
155
|
-
frame: typing.Any = 0,
|
|
153
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
154
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
155
|
+
undo: typing.Optional[bool] = None,
|
|
156
|
+
frame: typing.Optional[typing.Any] = 0,
|
|
156
157
|
):
|
|
157
158
|
"""Interactively change the current frame number
|
|
158
159
|
|
|
159
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
160
|
-
:type execution_context: typing.Union[str, int]
|
|
161
|
-
:type undo: bool
|
|
160
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
161
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
162
|
+
:type undo: typing.Optional[bool]
|
|
162
163
|
:param frame: Frame
|
|
163
|
-
:type frame: typing.Any
|
|
164
|
+
:type frame: typing.Optional[typing.Any]
|
|
164
165
|
"""
|
|
165
166
|
|
|
166
167
|
...
|
|
167
168
|
|
|
168
169
|
def clean_tracks(
|
|
169
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
170
|
-
execution_context: typing.Union[str, int] = None,
|
|
171
|
-
undo: bool = None,
|
|
172
|
-
frames: typing.Any = 0,
|
|
173
|
-
error: typing.Any = 0.0,
|
|
174
|
-
action: typing.Any = "SELECT",
|
|
170
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
171
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
172
|
+
undo: typing.Optional[bool] = None,
|
|
173
|
+
frames: typing.Optional[typing.Any] = 0,
|
|
174
|
+
error: typing.Optional[typing.Any] = 0.0,
|
|
175
|
+
action: typing.Optional[typing.Any] = "SELECT",
|
|
175
176
|
):
|
|
176
177
|
"""Clean tracks with high error values or few frames
|
|
177
178
|
|
|
178
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
179
|
-
:type execution_context: typing.Union[str, int]
|
|
180
|
-
:type undo: bool
|
|
179
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
180
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
181
|
+
:type undo: typing.Optional[bool]
|
|
181
182
|
:param frames: Tracked Frames, Affect tracks which are tracked less than the specified number of frames
|
|
182
|
-
:type frames: typing.Any
|
|
183
|
+
:type frames: typing.Optional[typing.Any]
|
|
183
184
|
:param error: Reprojection Error, Affect tracks which have a larger reprojection error
|
|
184
|
-
:type error: typing.Any
|
|
185
|
+
:type error: typing.Optional[typing.Any]
|
|
185
186
|
:param action: Action, Cleanup action to execute
|
|
186
187
|
|
|
187
188
|
SELECT
|
|
@@ -192,37 +193,37 @@ def clean_tracks(
|
|
|
192
193
|
|
|
193
194
|
DELETE_SEGMENTS
|
|
194
195
|
Delete Segments -- Delete unclean segments of tracks.
|
|
195
|
-
:type action: typing.Any
|
|
196
|
+
:type action: typing.Optional[typing.Any]
|
|
196
197
|
"""
|
|
197
198
|
|
|
198
199
|
...
|
|
199
200
|
|
|
200
201
|
def clear_solution(
|
|
201
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
202
|
-
execution_context: typing.Union[str, int] = None,
|
|
203
|
-
undo: bool = None,
|
|
202
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
203
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
204
|
+
undo: typing.Optional[bool] = None,
|
|
204
205
|
):
|
|
205
206
|
"""Clear all calculated data
|
|
206
207
|
|
|
207
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
208
|
-
:type execution_context: typing.Union[str, int]
|
|
209
|
-
:type undo: bool
|
|
208
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
209
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
210
|
+
:type undo: typing.Optional[bool]
|
|
210
211
|
"""
|
|
211
212
|
|
|
212
213
|
...
|
|
213
214
|
|
|
214
215
|
def clear_track_path(
|
|
215
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
216
|
-
execution_context: typing.Union[str, int] = None,
|
|
217
|
-
undo: bool = None,
|
|
218
|
-
action: typing.Any = "REMAINED",
|
|
219
|
-
clear_active: typing.Union[bool, typing.Any] = False,
|
|
216
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
217
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
218
|
+
undo: typing.Optional[bool] = None,
|
|
219
|
+
action: typing.Optional[typing.Any] = "REMAINED",
|
|
220
|
+
clear_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
220
221
|
):
|
|
221
222
|
"""Clear tracks after/before current position or clear the whole track
|
|
222
223
|
|
|
223
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
224
|
-
:type execution_context: typing.Union[str, int]
|
|
225
|
-
:type undo: bool
|
|
224
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
225
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
226
|
+
:type undo: typing.Optional[bool]
|
|
226
227
|
:param action: Action, Clear action to execute
|
|
227
228
|
|
|
228
229
|
UPTO
|
|
@@ -233,134 +234,134 @@ def clear_track_path(
|
|
|
233
234
|
|
|
234
235
|
ALL
|
|
235
236
|
Clear All -- Clear the whole path.
|
|
236
|
-
:type action: typing.Any
|
|
237
|
+
:type action: typing.Optional[typing.Any]
|
|
237
238
|
:param clear_active: Clear Active, Clear active track only instead of all selected tracks
|
|
238
|
-
:type clear_active: typing.Union[bool, typing.Any]
|
|
239
|
+
:type clear_active: typing.Optional[typing.Union[bool, typing.Any]]
|
|
239
240
|
"""
|
|
240
241
|
|
|
241
242
|
...
|
|
242
243
|
|
|
243
244
|
def constraint_to_fcurve(
|
|
244
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
245
|
-
execution_context: typing.Union[str, int] = None,
|
|
246
|
-
undo: bool = None,
|
|
245
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
246
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
247
|
+
undo: typing.Optional[bool] = None,
|
|
247
248
|
):
|
|
248
249
|
"""Create F-Curves for object which will copy object's movement caused by this constraint
|
|
249
250
|
|
|
250
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
251
|
-
:type execution_context: typing.Union[str, int]
|
|
252
|
-
:type undo: bool
|
|
251
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
252
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
253
|
+
:type undo: typing.Optional[bool]
|
|
253
254
|
"""
|
|
254
255
|
|
|
255
256
|
...
|
|
256
257
|
|
|
257
258
|
def copy_tracks(
|
|
258
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
259
|
-
execution_context: typing.Union[str, int] = None,
|
|
260
|
-
undo: bool = None,
|
|
259
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
260
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
261
|
+
undo: typing.Optional[bool] = None,
|
|
261
262
|
):
|
|
262
263
|
"""Copy the selected tracks to the internal clipboard
|
|
263
264
|
|
|
264
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
265
|
-
:type execution_context: typing.Union[str, int]
|
|
266
|
-
:type undo: bool
|
|
265
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
266
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
267
|
+
:type undo: typing.Optional[bool]
|
|
267
268
|
"""
|
|
268
269
|
|
|
269
270
|
...
|
|
270
271
|
|
|
271
272
|
def create_plane_track(
|
|
272
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
273
|
-
execution_context: typing.Union[str, int] = None,
|
|
274
|
-
undo: bool = None,
|
|
273
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
274
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
275
|
+
undo: typing.Optional[bool] = None,
|
|
275
276
|
):
|
|
276
277
|
"""Create new plane track out of selected point tracks
|
|
277
278
|
|
|
278
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
279
|
-
:type execution_context: typing.Union[str, int]
|
|
280
|
-
:type undo: bool
|
|
279
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
280
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
281
|
+
:type undo: typing.Optional[bool]
|
|
281
282
|
"""
|
|
282
283
|
|
|
283
284
|
...
|
|
284
285
|
|
|
285
286
|
def cursor_set(
|
|
286
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
287
|
-
execution_context: typing.Union[str, int] = None,
|
|
288
|
-
undo: bool = None,
|
|
289
|
-
location: typing.Any = (0.0, 0.0),
|
|
287
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
288
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
289
|
+
undo: typing.Optional[bool] = None,
|
|
290
|
+
location: typing.Optional[typing.Any] = (0.0, 0.0),
|
|
290
291
|
):
|
|
291
292
|
"""Set 2D cursor location
|
|
292
293
|
|
|
293
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
294
|
-
:type execution_context: typing.Union[str, int]
|
|
295
|
-
:type undo: bool
|
|
294
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
295
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
296
|
+
:type undo: typing.Optional[bool]
|
|
296
297
|
:param location: Location, Cursor location in normalized clip coordinates
|
|
297
|
-
:type location: typing.Any
|
|
298
|
+
:type location: typing.Optional[typing.Any]
|
|
298
299
|
"""
|
|
299
300
|
|
|
300
301
|
...
|
|
301
302
|
|
|
302
303
|
def delete_marker(
|
|
303
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
304
|
-
execution_context: typing.Union[str, int] = None,
|
|
305
|
-
undo: bool = None,
|
|
306
|
-
confirm: typing.Union[bool, typing.Any] = True,
|
|
304
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
305
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
306
|
+
undo: typing.Optional[bool] = None,
|
|
307
|
+
confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
307
308
|
):
|
|
308
309
|
"""Delete marker for current frame from selected tracks
|
|
309
310
|
|
|
310
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
311
|
-
:type execution_context: typing.Union[str, int]
|
|
312
|
-
:type undo: bool
|
|
311
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
312
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
313
|
+
:type undo: typing.Optional[bool]
|
|
313
314
|
:param confirm: Confirm, Prompt for confirmation
|
|
314
|
-
:type confirm: typing.Union[bool, typing.Any]
|
|
315
|
+
:type confirm: typing.Optional[typing.Union[bool, typing.Any]]
|
|
315
316
|
"""
|
|
316
317
|
|
|
317
318
|
...
|
|
318
319
|
|
|
319
320
|
def delete_proxy(
|
|
320
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
321
|
-
execution_context: typing.Union[str, int] = None,
|
|
322
|
-
undo: bool = None,
|
|
321
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
322
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
323
|
+
undo: typing.Optional[bool] = None,
|
|
323
324
|
):
|
|
324
325
|
"""Delete movie clip proxy files from the hard drive
|
|
325
326
|
|
|
326
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
327
|
-
:type execution_context: typing.Union[str, int]
|
|
328
|
-
:type undo: bool
|
|
327
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
328
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
329
|
+
:type undo: typing.Optional[bool]
|
|
329
330
|
"""
|
|
330
331
|
|
|
331
332
|
...
|
|
332
333
|
|
|
333
334
|
def delete_track(
|
|
334
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
335
|
-
execution_context: typing.Union[str, int] = None,
|
|
336
|
-
undo: bool = None,
|
|
337
|
-
confirm: typing.Union[bool, typing.Any] = True,
|
|
335
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
336
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
337
|
+
undo: typing.Optional[bool] = None,
|
|
338
|
+
confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
338
339
|
):
|
|
339
340
|
"""Delete selected tracks
|
|
340
341
|
|
|
341
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
342
|
-
:type execution_context: typing.Union[str, int]
|
|
343
|
-
:type undo: bool
|
|
342
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
343
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
344
|
+
:type undo: typing.Optional[bool]
|
|
344
345
|
:param confirm: Confirm, Prompt for confirmation
|
|
345
|
-
:type confirm: typing.Union[bool, typing.Any]
|
|
346
|
+
:type confirm: typing.Optional[typing.Union[bool, typing.Any]]
|
|
346
347
|
"""
|
|
347
348
|
|
|
348
349
|
...
|
|
349
350
|
|
|
350
351
|
def detect_features(
|
|
351
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
352
|
-
execution_context: typing.Union[str, int] = None,
|
|
353
|
-
undo: bool = None,
|
|
354
|
-
placement: typing.Any = "FRAME",
|
|
355
|
-
margin: typing.Any = 16,
|
|
356
|
-
threshold: typing.Any = 0.5,
|
|
357
|
-
min_distance: typing.Any = 120,
|
|
352
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
353
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
354
|
+
undo: typing.Optional[bool] = None,
|
|
355
|
+
placement: typing.Optional[typing.Any] = "FRAME",
|
|
356
|
+
margin: typing.Optional[typing.Any] = 16,
|
|
357
|
+
threshold: typing.Optional[typing.Any] = 0.5,
|
|
358
|
+
min_distance: typing.Optional[typing.Any] = 120,
|
|
358
359
|
):
|
|
359
360
|
"""Automatically detect features and place markers to track
|
|
360
361
|
|
|
361
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
362
|
-
:type execution_context: typing.Union[str, int]
|
|
363
|
-
:type undo: bool
|
|
362
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
363
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
364
|
+
:type undo: typing.Optional[bool]
|
|
364
365
|
:param placement: Placement, Placement for detected features
|
|
365
366
|
|
|
366
367
|
FRAME
|
|
@@ -371,28 +372,28 @@ def detect_features(
|
|
|
371
372
|
|
|
372
373
|
OUTSIDE_GPENCIL
|
|
373
374
|
Outside Annotated Area -- Place markers only outside areas outlined with the Annotation tool.
|
|
374
|
-
:type placement: typing.Any
|
|
375
|
+
:type placement: typing.Optional[typing.Any]
|
|
375
376
|
:param margin: Margin, Only features further than margin pixels from the image edges are considered
|
|
376
|
-
:type margin: typing.Any
|
|
377
|
+
:type margin: typing.Optional[typing.Any]
|
|
377
378
|
:param threshold: Threshold, Threshold level to consider feature good enough for tracking
|
|
378
|
-
:type threshold: typing.Any
|
|
379
|
+
:type threshold: typing.Optional[typing.Any]
|
|
379
380
|
:param min_distance: Distance, Minimal distance accepted between two features
|
|
380
|
-
:type min_distance: typing.Any
|
|
381
|
+
:type min_distance: typing.Optional[typing.Any]
|
|
381
382
|
"""
|
|
382
383
|
|
|
383
384
|
...
|
|
384
385
|
|
|
385
386
|
def disable_markers(
|
|
386
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
387
|
-
execution_context: typing.Union[str, int] = None,
|
|
388
|
-
undo: bool = None,
|
|
389
|
-
action: typing.Any = "DISABLE",
|
|
387
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
388
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
389
|
+
undo: typing.Optional[bool] = None,
|
|
390
|
+
action: typing.Optional[typing.Any] = "DISABLE",
|
|
390
391
|
):
|
|
391
392
|
"""Disable/enable selected markers
|
|
392
393
|
|
|
393
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
394
|
-
:type execution_context: typing.Union[str, int]
|
|
395
|
-
:type undo: bool
|
|
394
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
395
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
396
|
+
:type undo: typing.Optional[bool]
|
|
396
397
|
:param action: Action, Disable action to execute
|
|
397
398
|
|
|
398
399
|
DISABLE
|
|
@@ -403,73 +404,73 @@ def disable_markers(
|
|
|
403
404
|
|
|
404
405
|
TOGGLE
|
|
405
406
|
Toggle -- Toggle disabled flag for selected markers.
|
|
406
|
-
:type action: typing.Any
|
|
407
|
+
:type action: typing.Optional[typing.Any]
|
|
407
408
|
"""
|
|
408
409
|
|
|
409
410
|
...
|
|
410
411
|
|
|
411
412
|
def dopesheet_select_channel(
|
|
412
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
413
|
-
execution_context: typing.Union[str, int] = None,
|
|
414
|
-
undo: bool = None,
|
|
415
|
-
location: typing.Any = (0.0, 0.0),
|
|
416
|
-
extend: typing.Union[bool, typing.Any] = False,
|
|
413
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
414
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
415
|
+
undo: typing.Optional[bool] = None,
|
|
416
|
+
location: typing.Optional[typing.Any] = (0.0, 0.0),
|
|
417
|
+
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
417
418
|
):
|
|
418
419
|
"""Select movie tracking channel
|
|
419
420
|
|
|
420
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
421
|
-
:type execution_context: typing.Union[str, int]
|
|
422
|
-
:type undo: bool
|
|
421
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
422
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
423
|
+
:type undo: typing.Optional[bool]
|
|
423
424
|
:param location: Location, Mouse location to select channel
|
|
424
|
-
:type location: typing.Any
|
|
425
|
+
:type location: typing.Optional[typing.Any]
|
|
425
426
|
:param extend: Extend, Extend selection rather than clearing the existing selection
|
|
426
|
-
:type extend: typing.Union[bool, typing.Any]
|
|
427
|
+
:type extend: typing.Optional[typing.Union[bool, typing.Any]]
|
|
427
428
|
"""
|
|
428
429
|
|
|
429
430
|
...
|
|
430
431
|
|
|
431
432
|
def dopesheet_view_all(
|
|
432
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
433
|
-
execution_context: typing.Union[str, int] = None,
|
|
434
|
-
undo: bool = None,
|
|
433
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
434
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
435
|
+
undo: typing.Optional[bool] = None,
|
|
435
436
|
):
|
|
436
437
|
"""Reset viewable area to show full keyframe range
|
|
437
438
|
|
|
438
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
439
|
-
:type execution_context: typing.Union[str, int]
|
|
440
|
-
:type undo: bool
|
|
439
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
440
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
441
|
+
:type undo: typing.Optional[bool]
|
|
441
442
|
"""
|
|
442
443
|
|
|
443
444
|
...
|
|
444
445
|
|
|
445
446
|
def filter_tracks(
|
|
446
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
447
|
-
execution_context: typing.Union[str, int] = None,
|
|
448
|
-
undo: bool = None,
|
|
449
|
-
track_threshold: typing.Any = 5.0,
|
|
447
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
448
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
449
|
+
undo: typing.Optional[bool] = None,
|
|
450
|
+
track_threshold: typing.Optional[typing.Any] = 5.0,
|
|
450
451
|
):
|
|
451
452
|
"""Filter tracks which has weirdly looking spikes in motion curves
|
|
452
453
|
|
|
453
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
454
|
-
:type execution_context: typing.Union[str, int]
|
|
455
|
-
:type undo: bool
|
|
454
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
455
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
456
|
+
:type undo: typing.Optional[bool]
|
|
456
457
|
:param track_threshold: Track Threshold, Filter Threshold to select problematic tracks
|
|
457
|
-
:type track_threshold: typing.Any
|
|
458
|
+
:type track_threshold: typing.Optional[typing.Any]
|
|
458
459
|
"""
|
|
459
460
|
|
|
460
461
|
...
|
|
461
462
|
|
|
462
463
|
def frame_jump(
|
|
463
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
464
|
-
execution_context: typing.Union[str, int] = None,
|
|
465
|
-
undo: bool = None,
|
|
466
|
-
position: typing.Any = "PATHSTART",
|
|
464
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
465
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
466
|
+
undo: typing.Optional[bool] = None,
|
|
467
|
+
position: typing.Optional[typing.Any] = "PATHSTART",
|
|
467
468
|
):
|
|
468
469
|
"""Jump to special frame
|
|
469
470
|
|
|
470
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
471
|
-
:type execution_context: typing.Union[str, int]
|
|
472
|
-
:type undo: bool
|
|
471
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
472
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
473
|
+
:type undo: typing.Optional[bool]
|
|
473
474
|
:param position: Position, Position to jump to
|
|
474
475
|
|
|
475
476
|
PATHSTART
|
|
@@ -483,67 +484,67 @@ def frame_jump(
|
|
|
483
484
|
|
|
484
485
|
FAILNEXT
|
|
485
486
|
Next Failed -- Jump to next failed frame.
|
|
486
|
-
:type position: typing.Any
|
|
487
|
+
:type position: typing.Optional[typing.Any]
|
|
487
488
|
"""
|
|
488
489
|
|
|
489
490
|
...
|
|
490
491
|
|
|
491
492
|
def graph_center_current_frame(
|
|
492
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
493
|
-
execution_context: typing.Union[str, int] = None,
|
|
494
|
-
undo: bool = None,
|
|
493
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
494
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
495
|
+
undo: typing.Optional[bool] = None,
|
|
495
496
|
):
|
|
496
497
|
"""Scroll view so current frame would be centered
|
|
497
498
|
|
|
498
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
499
|
-
:type execution_context: typing.Union[str, int]
|
|
500
|
-
:type undo: bool
|
|
499
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
500
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
501
|
+
:type undo: typing.Optional[bool]
|
|
501
502
|
"""
|
|
502
503
|
|
|
503
504
|
...
|
|
504
505
|
|
|
505
506
|
def graph_delete_curve(
|
|
506
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
507
|
-
execution_context: typing.Union[str, int] = None,
|
|
508
|
-
undo: bool = None,
|
|
509
|
-
confirm: typing.Union[bool, typing.Any] = True,
|
|
507
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
508
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
509
|
+
undo: typing.Optional[bool] = None,
|
|
510
|
+
confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
510
511
|
):
|
|
511
512
|
"""Delete track corresponding to the selected curve
|
|
512
513
|
|
|
513
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
514
|
-
:type execution_context: typing.Union[str, int]
|
|
515
|
-
:type undo: bool
|
|
514
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
515
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
516
|
+
:type undo: typing.Optional[bool]
|
|
516
517
|
:param confirm: Confirm, Prompt for confirmation
|
|
517
|
-
:type confirm: typing.Union[bool, typing.Any]
|
|
518
|
+
:type confirm: typing.Optional[typing.Union[bool, typing.Any]]
|
|
518
519
|
"""
|
|
519
520
|
|
|
520
521
|
...
|
|
521
522
|
|
|
522
523
|
def graph_delete_knot(
|
|
523
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
524
|
-
execution_context: typing.Union[str, int] = None,
|
|
525
|
-
undo: bool = None,
|
|
524
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
525
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
526
|
+
undo: typing.Optional[bool] = None,
|
|
526
527
|
):
|
|
527
528
|
"""Delete curve knots
|
|
528
529
|
|
|
529
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
530
|
-
:type execution_context: typing.Union[str, int]
|
|
531
|
-
:type undo: bool
|
|
530
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
531
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
532
|
+
:type undo: typing.Optional[bool]
|
|
532
533
|
"""
|
|
533
534
|
|
|
534
535
|
...
|
|
535
536
|
|
|
536
537
|
def graph_disable_markers(
|
|
537
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
538
|
-
execution_context: typing.Union[str, int] = None,
|
|
539
|
-
undo: bool = None,
|
|
540
|
-
action: typing.Any = "DISABLE",
|
|
538
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
539
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
540
|
+
undo: typing.Optional[bool] = None,
|
|
541
|
+
action: typing.Optional[typing.Any] = "DISABLE",
|
|
541
542
|
):
|
|
542
543
|
"""Disable/enable selected markers
|
|
543
544
|
|
|
544
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
545
|
-
:type execution_context: typing.Union[str, int]
|
|
546
|
-
:type undo: bool
|
|
545
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
546
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
547
|
+
:type undo: typing.Optional[bool]
|
|
547
548
|
:param action: Action, Disable action to execute
|
|
548
549
|
|
|
549
550
|
DISABLE
|
|
@@ -554,42 +555,42 @@ def graph_disable_markers(
|
|
|
554
555
|
|
|
555
556
|
TOGGLE
|
|
556
557
|
Toggle -- Toggle disabled flag for selected markers.
|
|
557
|
-
:type action: typing.Any
|
|
558
|
+
:type action: typing.Optional[typing.Any]
|
|
558
559
|
"""
|
|
559
560
|
|
|
560
561
|
...
|
|
561
562
|
|
|
562
563
|
def graph_select(
|
|
563
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
564
|
-
execution_context: typing.Union[str, int] = None,
|
|
565
|
-
undo: bool = None,
|
|
566
|
-
location: typing.Any = (0.0, 0.0),
|
|
567
|
-
extend: typing.Union[bool, typing.Any] = False,
|
|
564
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
565
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
566
|
+
undo: typing.Optional[bool] = None,
|
|
567
|
+
location: typing.Optional[typing.Any] = (0.0, 0.0),
|
|
568
|
+
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
568
569
|
):
|
|
569
570
|
"""Select graph curves
|
|
570
571
|
|
|
571
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
572
|
-
:type execution_context: typing.Union[str, int]
|
|
573
|
-
:type undo: bool
|
|
572
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
573
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
574
|
+
:type undo: typing.Optional[bool]
|
|
574
575
|
:param location: Location, Mouse location to select nearest entity
|
|
575
|
-
:type location: typing.Any
|
|
576
|
+
:type location: typing.Optional[typing.Any]
|
|
576
577
|
:param extend: Extend, Extend selection rather than clearing the existing selection
|
|
577
|
-
:type extend: typing.Union[bool, typing.Any]
|
|
578
|
+
:type extend: typing.Optional[typing.Union[bool, typing.Any]]
|
|
578
579
|
"""
|
|
579
580
|
|
|
580
581
|
...
|
|
581
582
|
|
|
582
583
|
def graph_select_all_markers(
|
|
583
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
584
|
-
execution_context: typing.Union[str, int] = None,
|
|
585
|
-
undo: bool = None,
|
|
586
|
-
action: typing.Any = "TOGGLE",
|
|
584
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
585
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
586
|
+
undo: typing.Optional[bool] = None,
|
|
587
|
+
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
587
588
|
):
|
|
588
589
|
"""Change selection of all markers of active track
|
|
589
590
|
|
|
590
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
591
|
-
:type execution_context: typing.Union[str, int]
|
|
592
|
-
:type undo: bool
|
|
591
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
592
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
593
|
+
:type undo: typing.Optional[bool]
|
|
593
594
|
:param action: Action, Selection action to execute
|
|
594
595
|
|
|
595
596
|
TOGGLE
|
|
@@ -603,158 +604,158 @@ def graph_select_all_markers(
|
|
|
603
604
|
|
|
604
605
|
INVERT
|
|
605
606
|
Invert -- Invert selection of all elements.
|
|
606
|
-
:type action: typing.Any
|
|
607
|
+
:type action: typing.Optional[typing.Any]
|
|
607
608
|
"""
|
|
608
609
|
|
|
609
610
|
...
|
|
610
611
|
|
|
611
612
|
def graph_select_box(
|
|
612
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
613
|
-
execution_context: typing.Union[str, int] = None,
|
|
614
|
-
undo: bool = None,
|
|
615
|
-
xmin: typing.Any = 0,
|
|
616
|
-
xmax: typing.Any = 0,
|
|
617
|
-
ymin: typing.Any = 0,
|
|
618
|
-
ymax: typing.Any = 0,
|
|
619
|
-
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
620
|
-
deselect: typing.Union[bool, typing.Any] = False,
|
|
621
|
-
extend: typing.Union[bool, typing.Any] = True,
|
|
613
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
614
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
615
|
+
undo: typing.Optional[bool] = None,
|
|
616
|
+
xmin: typing.Optional[typing.Any] = 0,
|
|
617
|
+
xmax: typing.Optional[typing.Any] = 0,
|
|
618
|
+
ymin: typing.Optional[typing.Any] = 0,
|
|
619
|
+
ymax: typing.Optional[typing.Any] = 0,
|
|
620
|
+
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
621
|
+
deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
622
|
+
extend: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
622
623
|
):
|
|
623
624
|
"""Select curve points using box selection
|
|
624
625
|
|
|
625
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
626
|
-
:type execution_context: typing.Union[str, int]
|
|
627
|
-
:type undo: bool
|
|
626
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
627
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
628
|
+
:type undo: typing.Optional[bool]
|
|
628
629
|
:param xmin: X Min
|
|
629
|
-
:type xmin: typing.Any
|
|
630
|
+
:type xmin: typing.Optional[typing.Any]
|
|
630
631
|
:param xmax: X Max
|
|
631
|
-
:type xmax: typing.Any
|
|
632
|
+
:type xmax: typing.Optional[typing.Any]
|
|
632
633
|
:param ymin: Y Min
|
|
633
|
-
:type ymin: typing.Any
|
|
634
|
+
:type ymin: typing.Optional[typing.Any]
|
|
634
635
|
:param ymax: Y Max
|
|
635
|
-
:type ymax: typing.Any
|
|
636
|
+
:type ymax: typing.Optional[typing.Any]
|
|
636
637
|
:param wait_for_input: Wait for Input
|
|
637
|
-
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
638
|
+
:type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
|
|
638
639
|
:param deselect: Deselect, Deselect rather than select items
|
|
639
|
-
:type deselect: typing.Union[bool, typing.Any]
|
|
640
|
+
:type deselect: typing.Optional[typing.Union[bool, typing.Any]]
|
|
640
641
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
641
|
-
:type extend: typing.Union[bool, typing.Any]
|
|
642
|
+
:type extend: typing.Optional[typing.Union[bool, typing.Any]]
|
|
642
643
|
"""
|
|
643
644
|
|
|
644
645
|
...
|
|
645
646
|
|
|
646
647
|
def graph_view_all(
|
|
647
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
648
|
-
execution_context: typing.Union[str, int] = None,
|
|
649
|
-
undo: bool = None,
|
|
648
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
649
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
650
|
+
undo: typing.Optional[bool] = None,
|
|
650
651
|
):
|
|
651
652
|
"""View all curves in editor
|
|
652
653
|
|
|
653
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
654
|
-
:type execution_context: typing.Union[str, int]
|
|
655
|
-
:type undo: bool
|
|
654
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
655
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
656
|
+
:type undo: typing.Optional[bool]
|
|
656
657
|
"""
|
|
657
658
|
|
|
658
659
|
...
|
|
659
660
|
|
|
660
661
|
def hide_tracks(
|
|
661
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
662
|
-
execution_context: typing.Union[str, int] = None,
|
|
663
|
-
undo: bool = None,
|
|
664
|
-
unselected: typing.Union[bool, typing.Any] = False,
|
|
662
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
663
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
664
|
+
undo: typing.Optional[bool] = None,
|
|
665
|
+
unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
665
666
|
):
|
|
666
667
|
"""Hide selected tracks
|
|
667
668
|
|
|
668
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
669
|
-
:type execution_context: typing.Union[str, int]
|
|
670
|
-
:type undo: bool
|
|
669
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
670
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
671
|
+
:type undo: typing.Optional[bool]
|
|
671
672
|
:param unselected: Unselected, Hide unselected tracks
|
|
672
|
-
:type unselected: typing.Union[bool, typing.Any]
|
|
673
|
+
:type unselected: typing.Optional[typing.Union[bool, typing.Any]]
|
|
673
674
|
"""
|
|
674
675
|
|
|
675
676
|
...
|
|
676
677
|
|
|
677
678
|
def hide_tracks_clear(
|
|
678
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
679
|
-
execution_context: typing.Union[str, int] = None,
|
|
680
|
-
undo: bool = None,
|
|
679
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
680
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
681
|
+
undo: typing.Optional[bool] = None,
|
|
681
682
|
):
|
|
682
683
|
"""Clear hide selected tracks
|
|
683
684
|
|
|
684
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
685
|
-
:type execution_context: typing.Union[str, int]
|
|
686
|
-
:type undo: bool
|
|
685
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
686
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
687
|
+
:type undo: typing.Optional[bool]
|
|
687
688
|
"""
|
|
688
689
|
|
|
689
690
|
...
|
|
690
691
|
|
|
691
692
|
def join_tracks(
|
|
692
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
693
|
-
execution_context: typing.Union[str, int] = None,
|
|
694
|
-
undo: bool = None,
|
|
693
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
694
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
695
|
+
undo: typing.Optional[bool] = None,
|
|
695
696
|
):
|
|
696
697
|
"""Join selected tracks
|
|
697
698
|
|
|
698
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
699
|
-
:type execution_context: typing.Union[str, int]
|
|
700
|
-
:type undo: bool
|
|
699
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
700
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
701
|
+
:type undo: typing.Optional[bool]
|
|
701
702
|
"""
|
|
702
703
|
|
|
703
704
|
...
|
|
704
705
|
|
|
705
706
|
def keyframe_delete(
|
|
706
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
707
|
-
execution_context: typing.Union[str, int] = None,
|
|
708
|
-
undo: bool = None,
|
|
707
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
708
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
709
|
+
undo: typing.Optional[bool] = None,
|
|
709
710
|
):
|
|
710
711
|
"""Delete a keyframe from selected tracks at current frame
|
|
711
712
|
|
|
712
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
713
|
-
:type execution_context: typing.Union[str, int]
|
|
714
|
-
:type undo: bool
|
|
713
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
714
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
715
|
+
:type undo: typing.Optional[bool]
|
|
715
716
|
"""
|
|
716
717
|
|
|
717
718
|
...
|
|
718
719
|
|
|
719
720
|
def keyframe_insert(
|
|
720
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
721
|
-
execution_context: typing.Union[str, int] = None,
|
|
722
|
-
undo: bool = None,
|
|
721
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
722
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
723
|
+
undo: typing.Optional[bool] = None,
|
|
723
724
|
):
|
|
724
725
|
"""Insert a keyframe to selected tracks at current frame
|
|
725
726
|
|
|
726
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
727
|
-
:type execution_context: typing.Union[str, int]
|
|
728
|
-
:type undo: bool
|
|
727
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
728
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
729
|
+
:type undo: typing.Optional[bool]
|
|
729
730
|
"""
|
|
730
731
|
|
|
731
732
|
...
|
|
732
733
|
|
|
733
734
|
def lock_selection_toggle(
|
|
734
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
735
|
-
execution_context: typing.Union[str, int] = None,
|
|
736
|
-
undo: bool = None,
|
|
735
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
736
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
737
|
+
undo: typing.Optional[bool] = None,
|
|
737
738
|
):
|
|
738
739
|
"""Toggle Lock Selection option of the current clip editor
|
|
739
740
|
|
|
740
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
741
|
-
:type execution_context: typing.Union[str, int]
|
|
742
|
-
:type undo: bool
|
|
741
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
742
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
743
|
+
:type undo: typing.Optional[bool]
|
|
743
744
|
"""
|
|
744
745
|
|
|
745
746
|
...
|
|
746
747
|
|
|
747
748
|
def lock_tracks(
|
|
748
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
749
|
-
execution_context: typing.Union[str, int] = None,
|
|
750
|
-
undo: bool = None,
|
|
751
|
-
action: typing.Any = "LOCK",
|
|
749
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
750
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
751
|
+
undo: typing.Optional[bool] = None,
|
|
752
|
+
action: typing.Optional[typing.Any] = "LOCK",
|
|
752
753
|
):
|
|
753
754
|
"""Lock/unlock selected tracks
|
|
754
755
|
|
|
755
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
756
|
-
:type execution_context: typing.Union[str, int]
|
|
757
|
-
:type undo: bool
|
|
756
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
757
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
758
|
+
:type undo: typing.Optional[bool]
|
|
758
759
|
:param action: Action, Lock action to execute
|
|
759
760
|
|
|
760
761
|
LOCK
|
|
@@ -765,129 +766,131 @@ def lock_tracks(
|
|
|
765
766
|
|
|
766
767
|
TOGGLE
|
|
767
768
|
Toggle -- Toggle locked flag for selected tracks.
|
|
768
|
-
:type action: typing.Any
|
|
769
|
+
:type action: typing.Optional[typing.Any]
|
|
769
770
|
"""
|
|
770
771
|
|
|
771
772
|
...
|
|
772
773
|
|
|
773
774
|
def mode_set(
|
|
774
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
775
|
-
execution_context: typing.Union[str, int] = None,
|
|
776
|
-
undo: bool = None,
|
|
777
|
-
mode: typing.Union[str, int] = "TRACKING",
|
|
775
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
776
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
777
|
+
undo: typing.Optional[bool] = None,
|
|
778
|
+
mode: typing.Optional[typing.Union[str, int]] = "TRACKING",
|
|
778
779
|
):
|
|
779
780
|
"""Set the clip interaction mode
|
|
780
781
|
|
|
781
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
782
|
-
:type execution_context: typing.Union[str, int]
|
|
783
|
-
:type undo: bool
|
|
782
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
783
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
784
|
+
:type undo: typing.Optional[bool]
|
|
784
785
|
:param mode: Mode
|
|
785
|
-
:type mode: typing.Union[str, int]
|
|
786
|
+
:type mode: typing.Optional[typing.Union[str, int]]
|
|
786
787
|
"""
|
|
787
788
|
|
|
788
789
|
...
|
|
789
790
|
|
|
790
791
|
def new_image_from_plane_marker(
|
|
791
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
792
|
-
execution_context: typing.Union[str, int] = None,
|
|
793
|
-
undo: bool = None,
|
|
792
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
793
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
794
|
+
undo: typing.Optional[bool] = None,
|
|
794
795
|
):
|
|
795
796
|
"""Create new image from the content of the plane marker
|
|
796
797
|
|
|
797
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
798
|
-
:type execution_context: typing.Union[str, int]
|
|
799
|
-
:type undo: bool
|
|
798
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
799
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
800
|
+
:type undo: typing.Optional[bool]
|
|
800
801
|
"""
|
|
801
802
|
|
|
802
803
|
...
|
|
803
804
|
|
|
804
805
|
def open(
|
|
805
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
806
|
-
execution_context: typing.Union[str, int] = None,
|
|
807
|
-
undo: bool = None,
|
|
806
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
807
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
808
|
+
undo: typing.Optional[bool] = None,
|
|
808
809
|
directory: typing.Union[str, typing.Any] = "",
|
|
809
|
-
files:
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
810
|
+
files: typing.Optional[
|
|
811
|
+
bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
812
|
+
] = None,
|
|
813
|
+
hide_props_region: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
814
|
+
check_existing: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
815
|
+
filter_blender: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
816
|
+
filter_backup: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
817
|
+
filter_image: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
818
|
+
filter_movie: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
819
|
+
filter_python: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
820
|
+
filter_font: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
821
|
+
filter_sound: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
822
|
+
filter_text: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
823
|
+
filter_archive: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
824
|
+
filter_btx: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
825
|
+
filter_collada: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
826
|
+
filter_alembic: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
827
|
+
filter_usd: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
828
|
+
filter_obj: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
829
|
+
filter_volume: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
830
|
+
filter_folder: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
831
|
+
filter_blenlib: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
832
|
+
filemode: typing.Optional[typing.Any] = 9,
|
|
833
|
+
relative_path: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
834
|
+
show_multiview: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
835
|
+
use_multiview: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
836
|
+
display_type: typing.Optional[typing.Any] = "DEFAULT",
|
|
837
|
+
sort_method: typing.Optional[typing.Any] = "",
|
|
835
838
|
):
|
|
836
839
|
"""Load a sequence of frames or a movie file
|
|
837
840
|
|
|
838
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
839
|
-
:type execution_context: typing.Union[str, int]
|
|
840
|
-
:type undo: bool
|
|
841
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
842
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
843
|
+
:type undo: typing.Optional[bool]
|
|
841
844
|
:param directory: Directory, Directory of the file
|
|
842
845
|
:type directory: typing.Union[str, typing.Any]
|
|
843
846
|
:param files: Files
|
|
844
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
847
|
+
:type files: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]]
|
|
845
848
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
846
|
-
:type hide_props_region: typing.Union[bool, typing.Any]
|
|
849
|
+
:type hide_props_region: typing.Optional[typing.Union[bool, typing.Any]]
|
|
847
850
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
848
|
-
:type check_existing: typing.Union[bool, typing.Any]
|
|
851
|
+
:type check_existing: typing.Optional[typing.Union[bool, typing.Any]]
|
|
849
852
|
:param filter_blender: Filter .blend files
|
|
850
|
-
:type filter_blender: typing.Union[bool, typing.Any]
|
|
853
|
+
:type filter_blender: typing.Optional[typing.Union[bool, typing.Any]]
|
|
851
854
|
:param filter_backup: Filter .blend files
|
|
852
|
-
:type filter_backup: typing.Union[bool, typing.Any]
|
|
855
|
+
:type filter_backup: typing.Optional[typing.Union[bool, typing.Any]]
|
|
853
856
|
:param filter_image: Filter image files
|
|
854
|
-
:type filter_image: typing.Union[bool, typing.Any]
|
|
857
|
+
:type filter_image: typing.Optional[typing.Union[bool, typing.Any]]
|
|
855
858
|
:param filter_movie: Filter movie files
|
|
856
|
-
:type filter_movie: typing.Union[bool, typing.Any]
|
|
859
|
+
:type filter_movie: typing.Optional[typing.Union[bool, typing.Any]]
|
|
857
860
|
:param filter_python: Filter Python files
|
|
858
|
-
:type filter_python: typing.Union[bool, typing.Any]
|
|
861
|
+
:type filter_python: typing.Optional[typing.Union[bool, typing.Any]]
|
|
859
862
|
:param filter_font: Filter font files
|
|
860
|
-
:type filter_font: typing.Union[bool, typing.Any]
|
|
863
|
+
:type filter_font: typing.Optional[typing.Union[bool, typing.Any]]
|
|
861
864
|
:param filter_sound: Filter sound files
|
|
862
|
-
:type filter_sound: typing.Union[bool, typing.Any]
|
|
865
|
+
:type filter_sound: typing.Optional[typing.Union[bool, typing.Any]]
|
|
863
866
|
:param filter_text: Filter text files
|
|
864
|
-
:type filter_text: typing.Union[bool, typing.Any]
|
|
867
|
+
:type filter_text: typing.Optional[typing.Union[bool, typing.Any]]
|
|
865
868
|
:param filter_archive: Filter archive files
|
|
866
|
-
:type filter_archive: typing.Union[bool, typing.Any]
|
|
869
|
+
:type filter_archive: typing.Optional[typing.Union[bool, typing.Any]]
|
|
867
870
|
:param filter_btx: Filter btx files
|
|
868
|
-
:type filter_btx: typing.Union[bool, typing.Any]
|
|
871
|
+
:type filter_btx: typing.Optional[typing.Union[bool, typing.Any]]
|
|
869
872
|
:param filter_collada: Filter COLLADA files
|
|
870
|
-
:type filter_collada: typing.Union[bool, typing.Any]
|
|
873
|
+
:type filter_collada: typing.Optional[typing.Union[bool, typing.Any]]
|
|
871
874
|
:param filter_alembic: Filter Alembic files
|
|
872
|
-
:type filter_alembic: typing.Union[bool, typing.Any]
|
|
875
|
+
:type filter_alembic: typing.Optional[typing.Union[bool, typing.Any]]
|
|
873
876
|
:param filter_usd: Filter USD files
|
|
874
|
-
:type filter_usd: typing.Union[bool, typing.Any]
|
|
877
|
+
:type filter_usd: typing.Optional[typing.Union[bool, typing.Any]]
|
|
875
878
|
:param filter_obj: Filter OBJ files
|
|
876
|
-
:type filter_obj: typing.Union[bool, typing.Any]
|
|
879
|
+
:type filter_obj: typing.Optional[typing.Union[bool, typing.Any]]
|
|
877
880
|
:param filter_volume: Filter OpenVDB volume files
|
|
878
|
-
:type filter_volume: typing.Union[bool, typing.Any]
|
|
881
|
+
:type filter_volume: typing.Optional[typing.Union[bool, typing.Any]]
|
|
879
882
|
:param filter_folder: Filter folders
|
|
880
|
-
:type filter_folder: typing.Union[bool, typing.Any]
|
|
883
|
+
:type filter_folder: typing.Optional[typing.Union[bool, typing.Any]]
|
|
881
884
|
:param filter_blenlib: Filter Blender IDs
|
|
882
|
-
:type filter_blenlib: typing.Union[bool, typing.Any]
|
|
885
|
+
:type filter_blenlib: typing.Optional[typing.Union[bool, typing.Any]]
|
|
883
886
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
884
|
-
:type filemode: typing.Any
|
|
887
|
+
:type filemode: typing.Optional[typing.Any]
|
|
885
888
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
886
|
-
:type relative_path: typing.Union[bool, typing.Any]
|
|
889
|
+
:type relative_path: typing.Optional[typing.Union[bool, typing.Any]]
|
|
887
890
|
:param show_multiview: Enable Multi-View
|
|
888
|
-
:type show_multiview: typing.Union[bool, typing.Any]
|
|
891
|
+
:type show_multiview: typing.Optional[typing.Union[bool, typing.Any]]
|
|
889
892
|
:param use_multiview: Use Multi-View
|
|
890
|
-
:type use_multiview: typing.Union[bool, typing.Any]
|
|
893
|
+
:type use_multiview: typing.Optional[typing.Union[bool, typing.Any]]
|
|
891
894
|
:param display_type: Display Type
|
|
892
895
|
|
|
893
896
|
DEFAULT
|
|
@@ -901,7 +904,7 @@ def open(
|
|
|
901
904
|
|
|
902
905
|
THUMBNAIL
|
|
903
906
|
Thumbnails -- Display files as thumbnails.
|
|
904
|
-
:type display_type: typing.Any
|
|
907
|
+
:type display_type: typing.Optional[typing.Any]
|
|
905
908
|
:param sort_method: File sorting mode
|
|
906
909
|
|
|
907
910
|
DEFAULT
|
|
@@ -918,118 +921,118 @@ def open(
|
|
|
918
921
|
|
|
919
922
|
FILE_SORT_SIZE
|
|
920
923
|
Size -- Sort files by size.
|
|
921
|
-
:type sort_method: typing.Any
|
|
924
|
+
:type sort_method: typing.Optional[typing.Any]
|
|
922
925
|
"""
|
|
923
926
|
|
|
924
927
|
...
|
|
925
928
|
|
|
926
929
|
def paste_tracks(
|
|
927
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
928
|
-
execution_context: typing.Union[str, int] = None,
|
|
929
|
-
undo: bool = None,
|
|
930
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
931
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
932
|
+
undo: typing.Optional[bool] = None,
|
|
930
933
|
):
|
|
931
934
|
"""Paste tracks from the internal clipboard
|
|
932
935
|
|
|
933
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
934
|
-
:type execution_context: typing.Union[str, int]
|
|
935
|
-
:type undo: bool
|
|
936
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
937
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
938
|
+
:type undo: typing.Optional[bool]
|
|
936
939
|
"""
|
|
937
940
|
|
|
938
941
|
...
|
|
939
942
|
|
|
940
943
|
def prefetch(
|
|
941
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
942
|
-
execution_context: typing.Union[str, int] = None,
|
|
943
|
-
undo: bool = None,
|
|
944
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
945
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
946
|
+
undo: typing.Optional[bool] = None,
|
|
944
947
|
):
|
|
945
948
|
"""Prefetch frames from disk for faster playback/tracking
|
|
946
949
|
|
|
947
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
948
|
-
:type execution_context: typing.Union[str, int]
|
|
949
|
-
:type undo: bool
|
|
950
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
951
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
952
|
+
:type undo: typing.Optional[bool]
|
|
950
953
|
"""
|
|
951
954
|
|
|
952
955
|
...
|
|
953
956
|
|
|
954
957
|
def rebuild_proxy(
|
|
955
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
956
|
-
execution_context: typing.Union[str, int] = None,
|
|
957
|
-
undo: bool = None,
|
|
958
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
959
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
960
|
+
undo: typing.Optional[bool] = None,
|
|
958
961
|
):
|
|
959
962
|
"""Rebuild all selected proxies and timecode indices in the background
|
|
960
963
|
|
|
961
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
962
|
-
:type execution_context: typing.Union[str, int]
|
|
963
|
-
:type undo: bool
|
|
964
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
965
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
966
|
+
:type undo: typing.Optional[bool]
|
|
964
967
|
"""
|
|
965
968
|
|
|
966
969
|
...
|
|
967
970
|
|
|
968
971
|
def refine_markers(
|
|
969
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
970
|
-
execution_context: typing.Union[str, int] = None,
|
|
971
|
-
undo: bool = None,
|
|
972
|
-
backwards: typing.Union[bool, typing.Any] = False,
|
|
972
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
973
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
974
|
+
undo: typing.Optional[bool] = None,
|
|
975
|
+
backwards: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
973
976
|
):
|
|
974
977
|
"""Refine selected markers positions by running the tracker from track's reference to current frame
|
|
975
978
|
|
|
976
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
977
|
-
:type execution_context: typing.Union[str, int]
|
|
978
|
-
:type undo: bool
|
|
979
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
980
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
981
|
+
:type undo: typing.Optional[bool]
|
|
979
982
|
:param backwards: Backwards, Do backwards tracking
|
|
980
|
-
:type backwards: typing.Union[bool, typing.Any]
|
|
983
|
+
:type backwards: typing.Optional[typing.Union[bool, typing.Any]]
|
|
981
984
|
"""
|
|
982
985
|
|
|
983
986
|
...
|
|
984
987
|
|
|
985
988
|
def reload(
|
|
986
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
987
|
-
execution_context: typing.Union[str, int] = None,
|
|
988
|
-
undo: bool = None,
|
|
989
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
990
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
991
|
+
undo: typing.Optional[bool] = None,
|
|
989
992
|
):
|
|
990
993
|
"""Reload clip
|
|
991
994
|
|
|
992
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
993
|
-
:type execution_context: typing.Union[str, int]
|
|
994
|
-
:type undo: bool
|
|
995
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
996
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
997
|
+
:type undo: typing.Optional[bool]
|
|
995
998
|
"""
|
|
996
999
|
|
|
997
1000
|
...
|
|
998
1001
|
|
|
999
1002
|
def select(
|
|
1000
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1001
|
-
execution_context: typing.Union[str, int] = None,
|
|
1002
|
-
undo: bool = None,
|
|
1003
|
-
extend: typing.Union[bool, typing.Any] = False,
|
|
1004
|
-
deselect_all: typing.Union[bool, typing.Any] = False,
|
|
1005
|
-
location: typing.Any = (0.0, 0.0),
|
|
1003
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1004
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1005
|
+
undo: typing.Optional[bool] = None,
|
|
1006
|
+
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1007
|
+
deselect_all: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1008
|
+
location: typing.Optional[typing.Any] = (0.0, 0.0),
|
|
1006
1009
|
):
|
|
1007
1010
|
"""Select tracking markers
|
|
1008
1011
|
|
|
1009
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1010
|
-
:type execution_context: typing.Union[str, int]
|
|
1011
|
-
:type undo: bool
|
|
1012
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1013
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1014
|
+
:type undo: typing.Optional[bool]
|
|
1012
1015
|
:param extend: Extend, Extend selection rather than clearing the existing selection
|
|
1013
|
-
:type extend: typing.Union[bool, typing.Any]
|
|
1016
|
+
:type extend: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1014
1017
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
1015
|
-
:type deselect_all: typing.Union[bool, typing.Any]
|
|
1018
|
+
:type deselect_all: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1016
1019
|
:param location: Location, Mouse location in normalized coordinates, 0.0 to 1.0 is within the image bounds
|
|
1017
|
-
:type location: typing.Any
|
|
1020
|
+
:type location: typing.Optional[typing.Any]
|
|
1018
1021
|
"""
|
|
1019
1022
|
|
|
1020
1023
|
...
|
|
1021
1024
|
|
|
1022
1025
|
def select_all(
|
|
1023
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1024
|
-
execution_context: typing.Union[str, int] = None,
|
|
1025
|
-
undo: bool = None,
|
|
1026
|
-
action: typing.Any = "TOGGLE",
|
|
1026
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1027
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1028
|
+
undo: typing.Optional[bool] = None,
|
|
1029
|
+
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
1027
1030
|
):
|
|
1028
1031
|
"""Change selection of all tracking markers
|
|
1029
1032
|
|
|
1030
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1031
|
-
:type execution_context: typing.Union[str, int]
|
|
1032
|
-
:type undo: bool
|
|
1033
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1034
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1035
|
+
:type undo: typing.Optional[bool]
|
|
1033
1036
|
:param action: Action, Selection action to execute
|
|
1034
1037
|
|
|
1035
1038
|
TOGGLE
|
|
@@ -1043,37 +1046,37 @@ def select_all(
|
|
|
1043
1046
|
|
|
1044
1047
|
INVERT
|
|
1045
1048
|
Invert -- Invert selection of all elements.
|
|
1046
|
-
:type action: typing.Any
|
|
1049
|
+
:type action: typing.Optional[typing.Any]
|
|
1047
1050
|
"""
|
|
1048
1051
|
|
|
1049
1052
|
...
|
|
1050
1053
|
|
|
1051
1054
|
def select_box(
|
|
1052
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1053
|
-
execution_context: typing.Union[str, int] = None,
|
|
1054
|
-
undo: bool = None,
|
|
1055
|
-
xmin: typing.Any = 0,
|
|
1056
|
-
xmax: typing.Any = 0,
|
|
1057
|
-
ymin: typing.Any = 0,
|
|
1058
|
-
ymax: typing.Any = 0,
|
|
1059
|
-
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
1060
|
-
mode: typing.Any = "SET",
|
|
1055
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1056
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1057
|
+
undo: typing.Optional[bool] = None,
|
|
1058
|
+
xmin: typing.Optional[typing.Any] = 0,
|
|
1059
|
+
xmax: typing.Optional[typing.Any] = 0,
|
|
1060
|
+
ymin: typing.Optional[typing.Any] = 0,
|
|
1061
|
+
ymax: typing.Optional[typing.Any] = 0,
|
|
1062
|
+
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1063
|
+
mode: typing.Optional[typing.Any] = "SET",
|
|
1061
1064
|
):
|
|
1062
1065
|
"""Select markers using box selection
|
|
1063
1066
|
|
|
1064
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1065
|
-
:type execution_context: typing.Union[str, int]
|
|
1066
|
-
:type undo: bool
|
|
1067
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1068
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1069
|
+
:type undo: typing.Optional[bool]
|
|
1067
1070
|
:param xmin: X Min
|
|
1068
|
-
:type xmin: typing.Any
|
|
1071
|
+
:type xmin: typing.Optional[typing.Any]
|
|
1069
1072
|
:param xmax: X Max
|
|
1070
|
-
:type xmax: typing.Any
|
|
1073
|
+
:type xmax: typing.Optional[typing.Any]
|
|
1071
1074
|
:param ymin: Y Min
|
|
1072
|
-
:type ymin: typing.Any
|
|
1075
|
+
:type ymin: typing.Optional[typing.Any]
|
|
1073
1076
|
:param ymax: Y Max
|
|
1074
|
-
:type ymax: typing.Any
|
|
1077
|
+
:type ymax: typing.Optional[typing.Any]
|
|
1075
1078
|
:param wait_for_input: Wait for Input
|
|
1076
|
-
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
1079
|
+
:type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1077
1080
|
:param mode: Mode
|
|
1078
1081
|
|
|
1079
1082
|
SET
|
|
@@ -1084,34 +1087,34 @@ def select_box(
|
|
|
1084
1087
|
|
|
1085
1088
|
SUB
|
|
1086
1089
|
Subtract -- Subtract existing selection.
|
|
1087
|
-
:type mode: typing.Any
|
|
1090
|
+
:type mode: typing.Optional[typing.Any]
|
|
1088
1091
|
"""
|
|
1089
1092
|
|
|
1090
1093
|
...
|
|
1091
1094
|
|
|
1092
1095
|
def select_circle(
|
|
1093
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1094
|
-
execution_context: typing.Union[str, int] = None,
|
|
1095
|
-
undo: bool = None,
|
|
1096
|
-
x: typing.Any = 0,
|
|
1097
|
-
y: typing.Any = 0,
|
|
1098
|
-
radius: typing.Any = 25,
|
|
1099
|
-
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
1100
|
-
mode: typing.Any = "SET",
|
|
1096
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1097
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1098
|
+
undo: typing.Optional[bool] = None,
|
|
1099
|
+
x: typing.Optional[typing.Any] = 0,
|
|
1100
|
+
y: typing.Optional[typing.Any] = 0,
|
|
1101
|
+
radius: typing.Optional[typing.Any] = 25,
|
|
1102
|
+
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1103
|
+
mode: typing.Optional[typing.Any] = "SET",
|
|
1101
1104
|
):
|
|
1102
1105
|
"""Select markers using circle selection
|
|
1103
1106
|
|
|
1104
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1105
|
-
:type execution_context: typing.Union[str, int]
|
|
1106
|
-
:type undo: bool
|
|
1107
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1108
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1109
|
+
:type undo: typing.Optional[bool]
|
|
1107
1110
|
:param x: X
|
|
1108
|
-
:type x: typing.Any
|
|
1111
|
+
:type x: typing.Optional[typing.Any]
|
|
1109
1112
|
:param y: Y
|
|
1110
|
-
:type y: typing.Any
|
|
1113
|
+
:type y: typing.Optional[typing.Any]
|
|
1111
1114
|
:param radius: Radius
|
|
1112
|
-
:type radius: typing.Any
|
|
1115
|
+
:type radius: typing.Optional[typing.Any]
|
|
1113
1116
|
:param wait_for_input: Wait for Input
|
|
1114
|
-
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
1117
|
+
:type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1115
1118
|
:param mode: Mode
|
|
1116
1119
|
|
|
1117
1120
|
SET
|
|
@@ -1122,22 +1125,22 @@ def select_circle(
|
|
|
1122
1125
|
|
|
1123
1126
|
SUB
|
|
1124
1127
|
Subtract -- Subtract existing selection.
|
|
1125
|
-
:type mode: typing.Any
|
|
1128
|
+
:type mode: typing.Optional[typing.Any]
|
|
1126
1129
|
"""
|
|
1127
1130
|
|
|
1128
1131
|
...
|
|
1129
1132
|
|
|
1130
1133
|
def select_grouped(
|
|
1131
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1132
|
-
execution_context: typing.Union[str, int] = None,
|
|
1133
|
-
undo: bool = None,
|
|
1134
|
-
group: typing.Any = "ESTIMATED",
|
|
1134
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1135
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1136
|
+
undo: typing.Optional[bool] = None,
|
|
1137
|
+
group: typing.Optional[typing.Any] = "ESTIMATED",
|
|
1135
1138
|
):
|
|
1136
1139
|
"""Select all tracks from specified group
|
|
1137
1140
|
|
|
1138
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1139
|
-
:type execution_context: typing.Union[str, int]
|
|
1140
|
-
:type undo: bool
|
|
1141
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1142
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1143
|
+
:type undo: typing.Optional[bool]
|
|
1141
1144
|
:param group: Action, Clear action to execute
|
|
1142
1145
|
|
|
1143
1146
|
KEYFRAMED
|
|
@@ -1160,25 +1163,27 @@ def select_grouped(
|
|
|
1160
1163
|
|
|
1161
1164
|
FAILED
|
|
1162
1165
|
Failed Tracks -- Select all tracks which failed to be reconstructed.
|
|
1163
|
-
:type group: typing.Any
|
|
1166
|
+
:type group: typing.Optional[typing.Any]
|
|
1164
1167
|
"""
|
|
1165
1168
|
|
|
1166
1169
|
...
|
|
1167
1170
|
|
|
1168
1171
|
def select_lasso(
|
|
1169
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1170
|
-
execution_context: typing.Union[str, int] = None,
|
|
1171
|
-
undo: bool = None,
|
|
1172
|
-
path:
|
|
1173
|
-
|
|
1172
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1173
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1174
|
+
undo: typing.Optional[bool] = None,
|
|
1175
|
+
path: typing.Optional[
|
|
1176
|
+
bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
|
|
1177
|
+
] = None,
|
|
1178
|
+
mode: typing.Optional[typing.Any] = "SET",
|
|
1174
1179
|
):
|
|
1175
1180
|
"""Select markers using lasso selection
|
|
1176
1181
|
|
|
1177
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1178
|
-
:type execution_context: typing.Union[str, int]
|
|
1179
|
-
:type undo: bool
|
|
1182
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1183
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1184
|
+
:type undo: typing.Optional[bool]
|
|
1180
1185
|
:param path: Path
|
|
1181
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
|
|
1186
|
+
:type path: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]]
|
|
1182
1187
|
:param mode: Mode
|
|
1183
1188
|
|
|
1184
1189
|
SET
|
|
@@ -1189,36 +1194,36 @@ def select_lasso(
|
|
|
1189
1194
|
|
|
1190
1195
|
SUB
|
|
1191
1196
|
Subtract -- Subtract existing selection.
|
|
1192
|
-
:type mode: typing.Any
|
|
1197
|
+
:type mode: typing.Optional[typing.Any]
|
|
1193
1198
|
"""
|
|
1194
1199
|
|
|
1195
1200
|
...
|
|
1196
1201
|
|
|
1197
1202
|
def set_active_clip(
|
|
1198
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1199
|
-
execution_context: typing.Union[str, int] = None,
|
|
1200
|
-
undo: bool = None,
|
|
1203
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1204
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1205
|
+
undo: typing.Optional[bool] = None,
|
|
1201
1206
|
):
|
|
1202
1207
|
"""Undocumented, consider contributing.
|
|
1203
1208
|
|
|
1204
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1205
|
-
:type execution_context: typing.Union[str, int]
|
|
1206
|
-
:type undo: bool
|
|
1209
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1210
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1211
|
+
:type undo: typing.Optional[bool]
|
|
1207
1212
|
"""
|
|
1208
1213
|
|
|
1209
1214
|
...
|
|
1210
1215
|
|
|
1211
1216
|
def set_axis(
|
|
1212
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1213
|
-
execution_context: typing.Union[str, int] = None,
|
|
1214
|
-
undo: bool = None,
|
|
1215
|
-
axis: typing.Any = "X",
|
|
1217
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1218
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1219
|
+
undo: typing.Optional[bool] = None,
|
|
1220
|
+
axis: typing.Optional[typing.Any] = "X",
|
|
1216
1221
|
):
|
|
1217
1222
|
"""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
|
|
1218
1223
|
|
|
1219
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1220
|
-
:type execution_context: typing.Union[str, int]
|
|
1221
|
-
:type undo: bool
|
|
1224
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1225
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1226
|
+
:type undo: typing.Optional[bool]
|
|
1222
1227
|
:param axis: Axis, Axis to use to align bundle along
|
|
1223
1228
|
|
|
1224
1229
|
X
|
|
@@ -1226,39 +1231,39 @@ def set_axis(
|
|
|
1226
1231
|
|
|
1227
1232
|
Y
|
|
1228
1233
|
Y -- Align bundle align Y axis.
|
|
1229
|
-
:type axis: typing.Any
|
|
1234
|
+
:type axis: typing.Optional[typing.Any]
|
|
1230
1235
|
"""
|
|
1231
1236
|
|
|
1232
1237
|
...
|
|
1233
1238
|
|
|
1234
1239
|
def set_origin(
|
|
1235
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1236
|
-
execution_context: typing.Union[str, int] = None,
|
|
1237
|
-
undo: bool = None,
|
|
1238
|
-
use_median: typing.Union[bool, typing.Any] = False,
|
|
1240
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1241
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1242
|
+
undo: typing.Optional[bool] = None,
|
|
1243
|
+
use_median: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1239
1244
|
):
|
|
1240
1245
|
"""Set active marker as origin by moving camera (or its parent if present) in 3D space
|
|
1241
1246
|
|
|
1242
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1243
|
-
:type execution_context: typing.Union[str, int]
|
|
1244
|
-
:type undo: bool
|
|
1247
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1248
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1249
|
+
:type undo: typing.Optional[bool]
|
|
1245
1250
|
:param use_median: Use Median, Set origin to median point of selected bundles
|
|
1246
|
-
:type use_median: typing.Union[bool, typing.Any]
|
|
1251
|
+
:type use_median: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1247
1252
|
"""
|
|
1248
1253
|
|
|
1249
1254
|
...
|
|
1250
1255
|
|
|
1251
1256
|
def set_plane(
|
|
1252
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1253
|
-
execution_context: typing.Union[str, int] = None,
|
|
1254
|
-
undo: bool = None,
|
|
1255
|
-
plane: typing.Any = "FLOOR",
|
|
1257
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1258
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1259
|
+
undo: typing.Optional[bool] = None,
|
|
1260
|
+
plane: typing.Optional[typing.Any] = "FLOOR",
|
|
1256
1261
|
):
|
|
1257
1262
|
"""Set plane based on 3 selected bundles by moving camera (or its parent if present) in 3D space
|
|
1258
1263
|
|
|
1259
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1260
|
-
:type execution_context: typing.Union[str, int]
|
|
1261
|
-
:type undo: bool
|
|
1264
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1265
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1266
|
+
:type undo: typing.Optional[bool]
|
|
1262
1267
|
:param plane: Plane, Plane to be used for orientation
|
|
1263
1268
|
|
|
1264
1269
|
FLOOR
|
|
@@ -1266,540 +1271,540 @@ def set_plane(
|
|
|
1266
1271
|
|
|
1267
1272
|
WALL
|
|
1268
1273
|
Wall -- Set wall plane.
|
|
1269
|
-
:type plane: typing.Any
|
|
1274
|
+
:type plane: typing.Optional[typing.Any]
|
|
1270
1275
|
"""
|
|
1271
1276
|
|
|
1272
1277
|
...
|
|
1273
1278
|
|
|
1274
1279
|
def set_scale(
|
|
1275
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1276
|
-
execution_context: typing.Union[str, int] = None,
|
|
1277
|
-
undo: bool = None,
|
|
1278
|
-
distance: typing.Any = 0.0,
|
|
1280
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1281
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1282
|
+
undo: typing.Optional[bool] = None,
|
|
1283
|
+
distance: typing.Optional[typing.Any] = 0.0,
|
|
1279
1284
|
):
|
|
1280
1285
|
"""Set scale of scene by scaling camera (or its parent if present)
|
|
1281
1286
|
|
|
1282
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1283
|
-
:type execution_context: typing.Union[str, int]
|
|
1284
|
-
:type undo: bool
|
|
1287
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1288
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1289
|
+
:type undo: typing.Optional[bool]
|
|
1285
1290
|
:param distance: Distance, Distance between selected tracks
|
|
1286
|
-
:type distance: typing.Any
|
|
1291
|
+
:type distance: typing.Optional[typing.Any]
|
|
1287
1292
|
"""
|
|
1288
1293
|
|
|
1289
1294
|
...
|
|
1290
1295
|
|
|
1291
1296
|
def set_scene_frames(
|
|
1292
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1293
|
-
execution_context: typing.Union[str, int] = None,
|
|
1294
|
-
undo: bool = None,
|
|
1297
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1298
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1299
|
+
undo: typing.Optional[bool] = None,
|
|
1295
1300
|
):
|
|
1296
1301
|
"""Set scene's start and end frame to match clip's start frame and length
|
|
1297
1302
|
|
|
1298
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1299
|
-
:type execution_context: typing.Union[str, int]
|
|
1300
|
-
:type undo: bool
|
|
1303
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1304
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1305
|
+
:type undo: typing.Optional[bool]
|
|
1301
1306
|
"""
|
|
1302
1307
|
|
|
1303
1308
|
...
|
|
1304
1309
|
|
|
1305
1310
|
def set_solution_scale(
|
|
1306
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1307
|
-
execution_context: typing.Union[str, int] = None,
|
|
1308
|
-
undo: bool = None,
|
|
1309
|
-
distance: typing.Any = 0.0,
|
|
1311
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1312
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1313
|
+
undo: typing.Optional[bool] = None,
|
|
1314
|
+
distance: typing.Optional[typing.Any] = 0.0,
|
|
1310
1315
|
):
|
|
1311
1316
|
"""Set object solution scale using distance between two selected tracks
|
|
1312
1317
|
|
|
1313
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1314
|
-
:type execution_context: typing.Union[str, int]
|
|
1315
|
-
:type undo: bool
|
|
1318
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1319
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1320
|
+
:type undo: typing.Optional[bool]
|
|
1316
1321
|
:param distance: Distance, Distance between selected tracks
|
|
1317
|
-
:type distance: typing.Any
|
|
1322
|
+
:type distance: typing.Optional[typing.Any]
|
|
1318
1323
|
"""
|
|
1319
1324
|
|
|
1320
1325
|
...
|
|
1321
1326
|
|
|
1322
1327
|
def set_solver_keyframe(
|
|
1323
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1324
|
-
execution_context: typing.Union[str, int] = None,
|
|
1325
|
-
undo: bool = None,
|
|
1326
|
-
keyframe: typing.Any = "KEYFRAME_A",
|
|
1328
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1329
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1330
|
+
undo: typing.Optional[bool] = None,
|
|
1331
|
+
keyframe: typing.Optional[typing.Any] = "KEYFRAME_A",
|
|
1327
1332
|
):
|
|
1328
1333
|
"""Set keyframe used by solver
|
|
1329
1334
|
|
|
1330
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1331
|
-
:type execution_context: typing.Union[str, int]
|
|
1332
|
-
:type undo: bool
|
|
1335
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1336
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1337
|
+
:type undo: typing.Optional[bool]
|
|
1333
1338
|
:param keyframe: Keyframe, Keyframe to set
|
|
1334
|
-
:type keyframe: typing.Any
|
|
1339
|
+
:type keyframe: typing.Optional[typing.Any]
|
|
1335
1340
|
"""
|
|
1336
1341
|
|
|
1337
1342
|
...
|
|
1338
1343
|
|
|
1339
1344
|
def set_viewport_background(
|
|
1340
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1341
|
-
execution_context: typing.Union[str, int] = None,
|
|
1342
|
-
undo: bool = None,
|
|
1345
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1346
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1347
|
+
undo: typing.Optional[bool] = None,
|
|
1343
1348
|
):
|
|
1344
1349
|
"""Set current movie clip as a camera background in 3D Viewport (works only when a 3D Viewport is visible)
|
|
1345
1350
|
|
|
1346
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1347
|
-
:type execution_context: typing.Union[str, int]
|
|
1348
|
-
:type undo: bool
|
|
1351
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1352
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1353
|
+
:type undo: typing.Optional[bool]
|
|
1349
1354
|
"""
|
|
1350
1355
|
|
|
1351
1356
|
...
|
|
1352
1357
|
|
|
1353
1358
|
def setup_tracking_scene(
|
|
1354
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1355
|
-
execution_context: typing.Union[str, int] = None,
|
|
1356
|
-
undo: bool = None,
|
|
1359
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1360
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1361
|
+
undo: typing.Optional[bool] = None,
|
|
1357
1362
|
):
|
|
1358
1363
|
"""Prepare scene for compositing 3D objects into this footage
|
|
1359
1364
|
|
|
1360
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1361
|
-
:type execution_context: typing.Union[str, int]
|
|
1362
|
-
:type undo: bool
|
|
1365
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1366
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1367
|
+
:type undo: typing.Optional[bool]
|
|
1363
1368
|
"""
|
|
1364
1369
|
|
|
1365
1370
|
...
|
|
1366
1371
|
|
|
1367
1372
|
def slide_marker(
|
|
1368
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1369
|
-
execution_context: typing.Union[str, int] = None,
|
|
1370
|
-
undo: bool = None,
|
|
1371
|
-
offset: typing.Any = (0.0, 0.0),
|
|
1373
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1374
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1375
|
+
undo: typing.Optional[bool] = None,
|
|
1376
|
+
offset: typing.Optional[typing.Any] = (0.0, 0.0),
|
|
1372
1377
|
):
|
|
1373
1378
|
"""Slide marker areas
|
|
1374
1379
|
|
|
1375
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1376
|
-
:type execution_context: typing.Union[str, int]
|
|
1377
|
-
:type undo: bool
|
|
1380
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1381
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1382
|
+
:type undo: typing.Optional[bool]
|
|
1378
1383
|
:param offset: Offset, Offset in floating-point units, 1.0 is the width and height of the image
|
|
1379
|
-
:type offset: typing.Any
|
|
1384
|
+
:type offset: typing.Optional[typing.Any]
|
|
1380
1385
|
"""
|
|
1381
1386
|
|
|
1382
1387
|
...
|
|
1383
1388
|
|
|
1384
1389
|
def slide_plane_marker(
|
|
1385
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1386
|
-
execution_context: typing.Union[str, int] = None,
|
|
1387
|
-
undo: bool = None,
|
|
1390
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1391
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1392
|
+
undo: typing.Optional[bool] = None,
|
|
1388
1393
|
):
|
|
1389
1394
|
"""Slide plane marker areas
|
|
1390
1395
|
|
|
1391
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1392
|
-
:type execution_context: typing.Union[str, int]
|
|
1393
|
-
:type undo: bool
|
|
1396
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1397
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1398
|
+
:type undo: typing.Optional[bool]
|
|
1394
1399
|
"""
|
|
1395
1400
|
|
|
1396
1401
|
...
|
|
1397
1402
|
|
|
1398
1403
|
def solve_camera(
|
|
1399
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1400
|
-
execution_context: typing.Union[str, int] = None,
|
|
1401
|
-
undo: bool = None,
|
|
1404
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1405
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1406
|
+
undo: typing.Optional[bool] = None,
|
|
1402
1407
|
):
|
|
1403
1408
|
"""Solve camera motion from tracks
|
|
1404
1409
|
|
|
1405
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1406
|
-
:type execution_context: typing.Union[str, int]
|
|
1407
|
-
:type undo: bool
|
|
1410
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1411
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1412
|
+
:type undo: typing.Optional[bool]
|
|
1408
1413
|
"""
|
|
1409
1414
|
|
|
1410
1415
|
...
|
|
1411
1416
|
|
|
1412
1417
|
def stabilize_2d_add(
|
|
1413
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1414
|
-
execution_context: typing.Union[str, int] = None,
|
|
1415
|
-
undo: bool = None,
|
|
1418
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1419
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1420
|
+
undo: typing.Optional[bool] = None,
|
|
1416
1421
|
):
|
|
1417
1422
|
"""Add selected tracks to 2D translation stabilization
|
|
1418
1423
|
|
|
1419
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1420
|
-
:type execution_context: typing.Union[str, int]
|
|
1421
|
-
:type undo: bool
|
|
1424
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1425
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1426
|
+
:type undo: typing.Optional[bool]
|
|
1422
1427
|
"""
|
|
1423
1428
|
|
|
1424
1429
|
...
|
|
1425
1430
|
|
|
1426
1431
|
def stabilize_2d_remove(
|
|
1427
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1428
|
-
execution_context: typing.Union[str, int] = None,
|
|
1429
|
-
undo: bool = None,
|
|
1432
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1433
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1434
|
+
undo: typing.Optional[bool] = None,
|
|
1430
1435
|
):
|
|
1431
1436
|
"""Remove selected track from translation stabilization
|
|
1432
1437
|
|
|
1433
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1434
|
-
:type execution_context: typing.Union[str, int]
|
|
1435
|
-
:type undo: bool
|
|
1438
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1439
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1440
|
+
:type undo: typing.Optional[bool]
|
|
1436
1441
|
"""
|
|
1437
1442
|
|
|
1438
1443
|
...
|
|
1439
1444
|
|
|
1440
1445
|
def stabilize_2d_rotation_add(
|
|
1441
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1442
|
-
execution_context: typing.Union[str, int] = None,
|
|
1443
|
-
undo: bool = None,
|
|
1446
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1447
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1448
|
+
undo: typing.Optional[bool] = None,
|
|
1444
1449
|
):
|
|
1445
1450
|
"""Add selected tracks to 2D rotation stabilization
|
|
1446
1451
|
|
|
1447
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1448
|
-
:type execution_context: typing.Union[str, int]
|
|
1449
|
-
:type undo: bool
|
|
1452
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1453
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1454
|
+
:type undo: typing.Optional[bool]
|
|
1450
1455
|
"""
|
|
1451
1456
|
|
|
1452
1457
|
...
|
|
1453
1458
|
|
|
1454
1459
|
def stabilize_2d_rotation_remove(
|
|
1455
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1456
|
-
execution_context: typing.Union[str, int] = None,
|
|
1457
|
-
undo: bool = None,
|
|
1460
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1461
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1462
|
+
undo: typing.Optional[bool] = None,
|
|
1458
1463
|
):
|
|
1459
1464
|
"""Remove selected track from rotation stabilization
|
|
1460
1465
|
|
|
1461
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1462
|
-
:type execution_context: typing.Union[str, int]
|
|
1463
|
-
:type undo: bool
|
|
1466
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1467
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1468
|
+
:type undo: typing.Optional[bool]
|
|
1464
1469
|
"""
|
|
1465
1470
|
|
|
1466
1471
|
...
|
|
1467
1472
|
|
|
1468
1473
|
def stabilize_2d_rotation_select(
|
|
1469
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1470
|
-
execution_context: typing.Union[str, int] = None,
|
|
1471
|
-
undo: bool = None,
|
|
1474
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1475
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1476
|
+
undo: typing.Optional[bool] = None,
|
|
1472
1477
|
):
|
|
1473
1478
|
"""Select tracks which are used for rotation stabilization
|
|
1474
1479
|
|
|
1475
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1476
|
-
:type execution_context: typing.Union[str, int]
|
|
1477
|
-
:type undo: bool
|
|
1480
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1481
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1482
|
+
:type undo: typing.Optional[bool]
|
|
1478
1483
|
"""
|
|
1479
1484
|
|
|
1480
1485
|
...
|
|
1481
1486
|
|
|
1482
1487
|
def stabilize_2d_select(
|
|
1483
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1484
|
-
execution_context: typing.Union[str, int] = None,
|
|
1485
|
-
undo: bool = None,
|
|
1488
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1489
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1490
|
+
undo: typing.Optional[bool] = None,
|
|
1486
1491
|
):
|
|
1487
1492
|
"""Select tracks which are used for translation stabilization
|
|
1488
1493
|
|
|
1489
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1490
|
-
:type execution_context: typing.Union[str, int]
|
|
1491
|
-
:type undo: bool
|
|
1494
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1495
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1496
|
+
:type undo: typing.Optional[bool]
|
|
1492
1497
|
"""
|
|
1493
1498
|
|
|
1494
1499
|
...
|
|
1495
1500
|
|
|
1496
1501
|
def track_color_preset_add(
|
|
1497
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1498
|
-
execution_context: typing.Union[str, int] = None,
|
|
1499
|
-
undo: bool = None,
|
|
1502
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1503
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1504
|
+
undo: typing.Optional[bool] = None,
|
|
1500
1505
|
name: typing.Union[str, typing.Any] = "",
|
|
1501
|
-
remove_name: typing.Union[bool, typing.Any] = False,
|
|
1502
|
-
remove_active: typing.Union[bool, typing.Any] = False,
|
|
1506
|
+
remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1507
|
+
remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1503
1508
|
):
|
|
1504
1509
|
"""Add or remove a Clip Track Color Preset
|
|
1505
1510
|
|
|
1506
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1507
|
-
:type execution_context: typing.Union[str, int]
|
|
1508
|
-
:type undo: bool
|
|
1511
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1512
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1513
|
+
:type undo: typing.Optional[bool]
|
|
1509
1514
|
:param name: Name, Name of the preset, used to make the path name
|
|
1510
1515
|
:type name: typing.Union[str, typing.Any]
|
|
1511
1516
|
:param remove_name: remove_name
|
|
1512
|
-
:type remove_name: typing.Union[bool, typing.Any]
|
|
1517
|
+
:type remove_name: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1513
1518
|
:param remove_active: remove_active
|
|
1514
|
-
:type remove_active: typing.Union[bool, typing.Any]
|
|
1519
|
+
:type remove_active: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1515
1520
|
"""
|
|
1516
1521
|
|
|
1517
1522
|
...
|
|
1518
1523
|
|
|
1519
1524
|
def track_copy_color(
|
|
1520
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1521
|
-
execution_context: typing.Union[str, int] = None,
|
|
1522
|
-
undo: bool = None,
|
|
1525
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1526
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1527
|
+
undo: typing.Optional[bool] = None,
|
|
1523
1528
|
):
|
|
1524
1529
|
"""Copy color to all selected tracks
|
|
1525
1530
|
|
|
1526
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1527
|
-
:type execution_context: typing.Union[str, int]
|
|
1528
|
-
:type undo: bool
|
|
1531
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1532
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1533
|
+
:type undo: typing.Optional[bool]
|
|
1529
1534
|
"""
|
|
1530
1535
|
|
|
1531
1536
|
...
|
|
1532
1537
|
|
|
1533
1538
|
def track_markers(
|
|
1534
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1535
|
-
execution_context: typing.Union[str, int] = None,
|
|
1536
|
-
undo: bool = None,
|
|
1537
|
-
backwards: typing.Union[bool, typing.Any] = False,
|
|
1538
|
-
sequence: typing.Union[bool, typing.Any] = False,
|
|
1539
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1540
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1541
|
+
undo: typing.Optional[bool] = None,
|
|
1542
|
+
backwards: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1543
|
+
sequence: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1539
1544
|
):
|
|
1540
1545
|
"""Track selected markers
|
|
1541
1546
|
|
|
1542
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1543
|
-
:type execution_context: typing.Union[str, int]
|
|
1544
|
-
:type undo: bool
|
|
1547
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1548
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1549
|
+
:type undo: typing.Optional[bool]
|
|
1545
1550
|
:param backwards: Backwards, Do backwards tracking
|
|
1546
|
-
:type backwards: typing.Union[bool, typing.Any]
|
|
1551
|
+
:type backwards: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1547
1552
|
:param sequence: Track Sequence, Track marker during image sequence rather than single image
|
|
1548
|
-
:type sequence: typing.Union[bool, typing.Any]
|
|
1553
|
+
:type sequence: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1549
1554
|
"""
|
|
1550
1555
|
|
|
1551
1556
|
...
|
|
1552
1557
|
|
|
1553
1558
|
def track_settings_as_default(
|
|
1554
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1555
|
-
execution_context: typing.Union[str, int] = None,
|
|
1556
|
-
undo: bool = None,
|
|
1559
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1560
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1561
|
+
undo: typing.Optional[bool] = None,
|
|
1557
1562
|
):
|
|
1558
1563
|
"""Copy tracking settings from active track to default settings
|
|
1559
1564
|
|
|
1560
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1561
|
-
:type execution_context: typing.Union[str, int]
|
|
1562
|
-
:type undo: bool
|
|
1565
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1566
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1567
|
+
:type undo: typing.Optional[bool]
|
|
1563
1568
|
"""
|
|
1564
1569
|
|
|
1565
1570
|
...
|
|
1566
1571
|
|
|
1567
1572
|
def track_settings_to_track(
|
|
1568
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1569
|
-
execution_context: typing.Union[str, int] = None,
|
|
1570
|
-
undo: bool = None,
|
|
1573
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1574
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1575
|
+
undo: typing.Optional[bool] = None,
|
|
1571
1576
|
):
|
|
1572
1577
|
"""Copy tracking settings from active track to selected tracks
|
|
1573
1578
|
|
|
1574
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1575
|
-
:type execution_context: typing.Union[str, int]
|
|
1576
|
-
:type undo: bool
|
|
1579
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1580
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1581
|
+
:type undo: typing.Optional[bool]
|
|
1577
1582
|
"""
|
|
1578
1583
|
|
|
1579
1584
|
...
|
|
1580
1585
|
|
|
1581
1586
|
def track_to_empty(
|
|
1582
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1583
|
-
execution_context: typing.Union[str, int] = None,
|
|
1584
|
-
undo: bool = None,
|
|
1587
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1588
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1589
|
+
undo: typing.Optional[bool] = None,
|
|
1585
1590
|
):
|
|
1586
1591
|
"""Create an Empty object which will be copying movement of active track
|
|
1587
1592
|
|
|
1588
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1589
|
-
:type execution_context: typing.Union[str, int]
|
|
1590
|
-
:type undo: bool
|
|
1593
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1594
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1595
|
+
:type undo: typing.Optional[bool]
|
|
1591
1596
|
"""
|
|
1592
1597
|
|
|
1593
1598
|
...
|
|
1594
1599
|
|
|
1595
1600
|
def tracking_object_new(
|
|
1596
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1597
|
-
execution_context: typing.Union[str, int] = None,
|
|
1598
|
-
undo: bool = None,
|
|
1601
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1602
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1603
|
+
undo: typing.Optional[bool] = None,
|
|
1599
1604
|
):
|
|
1600
1605
|
"""Add new object for tracking
|
|
1601
1606
|
|
|
1602
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1603
|
-
:type execution_context: typing.Union[str, int]
|
|
1604
|
-
:type undo: bool
|
|
1607
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1608
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1609
|
+
:type undo: typing.Optional[bool]
|
|
1605
1610
|
"""
|
|
1606
1611
|
|
|
1607
1612
|
...
|
|
1608
1613
|
|
|
1609
1614
|
def tracking_object_remove(
|
|
1610
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1611
|
-
execution_context: typing.Union[str, int] = None,
|
|
1612
|
-
undo: bool = None,
|
|
1615
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1616
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1617
|
+
undo: typing.Optional[bool] = None,
|
|
1613
1618
|
):
|
|
1614
1619
|
"""Remove object for tracking
|
|
1615
1620
|
|
|
1616
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1617
|
-
:type execution_context: typing.Union[str, int]
|
|
1618
|
-
:type undo: bool
|
|
1621
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1622
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1623
|
+
:type undo: typing.Optional[bool]
|
|
1619
1624
|
"""
|
|
1620
1625
|
|
|
1621
1626
|
...
|
|
1622
1627
|
|
|
1623
1628
|
def tracking_settings_preset_add(
|
|
1624
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1625
|
-
execution_context: typing.Union[str, int] = None,
|
|
1626
|
-
undo: bool = None,
|
|
1629
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1630
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1631
|
+
undo: typing.Optional[bool] = None,
|
|
1627
1632
|
name: typing.Union[str, typing.Any] = "",
|
|
1628
|
-
remove_name: typing.Union[bool, typing.Any] = False,
|
|
1629
|
-
remove_active: typing.Union[bool, typing.Any] = False,
|
|
1633
|
+
remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1634
|
+
remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1630
1635
|
):
|
|
1631
1636
|
"""Add or remove a motion tracking settings preset
|
|
1632
1637
|
|
|
1633
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1634
|
-
:type execution_context: typing.Union[str, int]
|
|
1635
|
-
:type undo: bool
|
|
1638
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1639
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1640
|
+
:type undo: typing.Optional[bool]
|
|
1636
1641
|
:param name: Name, Name of the preset, used to make the path name
|
|
1637
1642
|
:type name: typing.Union[str, typing.Any]
|
|
1638
1643
|
:param remove_name: remove_name
|
|
1639
|
-
:type remove_name: typing.Union[bool, typing.Any]
|
|
1644
|
+
:type remove_name: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1640
1645
|
:param remove_active: remove_active
|
|
1641
|
-
:type remove_active: typing.Union[bool, typing.Any]
|
|
1646
|
+
:type remove_active: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1642
1647
|
"""
|
|
1643
1648
|
|
|
1644
1649
|
...
|
|
1645
1650
|
|
|
1646
1651
|
def update_image_from_plane_marker(
|
|
1647
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1648
|
-
execution_context: typing.Union[str, int] = None,
|
|
1649
|
-
undo: bool = None,
|
|
1652
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1653
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1654
|
+
undo: typing.Optional[bool] = None,
|
|
1650
1655
|
):
|
|
1651
1656
|
"""Update current image used by plane marker from the content of the plane marker
|
|
1652
1657
|
|
|
1653
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1654
|
-
:type execution_context: typing.Union[str, int]
|
|
1655
|
-
:type undo: bool
|
|
1658
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1659
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1660
|
+
:type undo: typing.Optional[bool]
|
|
1656
1661
|
"""
|
|
1657
1662
|
|
|
1658
1663
|
...
|
|
1659
1664
|
|
|
1660
1665
|
def view_all(
|
|
1661
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1662
|
-
execution_context: typing.Union[str, int] = None,
|
|
1663
|
-
undo: bool = None,
|
|
1664
|
-
fit_view: typing.Union[bool, typing.Any] = False,
|
|
1666
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1667
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1668
|
+
undo: typing.Optional[bool] = None,
|
|
1669
|
+
fit_view: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1665
1670
|
):
|
|
1666
1671
|
"""View whole image with markers
|
|
1667
1672
|
|
|
1668
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1669
|
-
:type execution_context: typing.Union[str, int]
|
|
1670
|
-
:type undo: bool
|
|
1673
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1674
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1675
|
+
:type undo: typing.Optional[bool]
|
|
1671
1676
|
:param fit_view: Fit View, Fit frame to the viewport
|
|
1672
|
-
:type fit_view: typing.Union[bool, typing.Any]
|
|
1677
|
+
:type fit_view: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1673
1678
|
"""
|
|
1674
1679
|
|
|
1675
1680
|
...
|
|
1676
1681
|
|
|
1677
1682
|
def view_center_cursor(
|
|
1678
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1679
|
-
execution_context: typing.Union[str, int] = None,
|
|
1680
|
-
undo: bool = None,
|
|
1683
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1684
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1685
|
+
undo: typing.Optional[bool] = None,
|
|
1681
1686
|
):
|
|
1682
1687
|
"""Center the view so that the cursor is in the middle of the view
|
|
1683
1688
|
|
|
1684
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1685
|
-
:type execution_context: typing.Union[str, int]
|
|
1686
|
-
:type undo: bool
|
|
1689
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1690
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1691
|
+
:type undo: typing.Optional[bool]
|
|
1687
1692
|
"""
|
|
1688
1693
|
|
|
1689
1694
|
...
|
|
1690
1695
|
|
|
1691
1696
|
def view_ndof(
|
|
1692
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1693
|
-
execution_context: typing.Union[str, int] = None,
|
|
1694
|
-
undo: bool = None,
|
|
1697
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1698
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1699
|
+
undo: typing.Optional[bool] = None,
|
|
1695
1700
|
):
|
|
1696
1701
|
"""Use a 3D mouse device to pan/zoom the view
|
|
1697
1702
|
|
|
1698
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1699
|
-
:type execution_context: typing.Union[str, int]
|
|
1700
|
-
:type undo: bool
|
|
1703
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1704
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1705
|
+
:type undo: typing.Optional[bool]
|
|
1701
1706
|
"""
|
|
1702
1707
|
|
|
1703
1708
|
...
|
|
1704
1709
|
|
|
1705
1710
|
def view_pan(
|
|
1706
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1707
|
-
execution_context: typing.Union[str, int] = None,
|
|
1708
|
-
undo: bool = None,
|
|
1709
|
-
offset: typing.Any = (0.0, 0.0),
|
|
1711
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1712
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1713
|
+
undo: typing.Optional[bool] = None,
|
|
1714
|
+
offset: typing.Optional[typing.Any] = (0.0, 0.0),
|
|
1710
1715
|
):
|
|
1711
1716
|
"""Pan the view
|
|
1712
1717
|
|
|
1713
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1714
|
-
:type execution_context: typing.Union[str, int]
|
|
1715
|
-
:type undo: bool
|
|
1718
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1719
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1720
|
+
:type undo: typing.Optional[bool]
|
|
1716
1721
|
:param offset: Offset, Offset in floating-point units, 1.0 is the width and height of the image
|
|
1717
|
-
:type offset: typing.Any
|
|
1722
|
+
:type offset: typing.Optional[typing.Any]
|
|
1718
1723
|
"""
|
|
1719
1724
|
|
|
1720
1725
|
...
|
|
1721
1726
|
|
|
1722
1727
|
def view_selected(
|
|
1723
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1724
|
-
execution_context: typing.Union[str, int] = None,
|
|
1725
|
-
undo: bool = None,
|
|
1728
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1729
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1730
|
+
undo: typing.Optional[bool] = None,
|
|
1726
1731
|
):
|
|
1727
1732
|
"""View all selected elements
|
|
1728
1733
|
|
|
1729
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1730
|
-
:type execution_context: typing.Union[str, int]
|
|
1731
|
-
:type undo: bool
|
|
1734
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1735
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1736
|
+
:type undo: typing.Optional[bool]
|
|
1732
1737
|
"""
|
|
1733
1738
|
|
|
1734
1739
|
...
|
|
1735
1740
|
|
|
1736
1741
|
def view_zoom(
|
|
1737
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1738
|
-
execution_context: typing.Union[str, int] = None,
|
|
1739
|
-
undo: bool = None,
|
|
1740
|
-
factor: typing.Any = 0.0,
|
|
1741
|
-
use_cursor_init: typing.Union[bool, typing.Any] = True,
|
|
1742
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1743
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1744
|
+
undo: typing.Optional[bool] = None,
|
|
1745
|
+
factor: typing.Optional[typing.Any] = 0.0,
|
|
1746
|
+
use_cursor_init: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1742
1747
|
):
|
|
1743
1748
|
"""Zoom in/out the view
|
|
1744
1749
|
|
|
1745
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1746
|
-
:type execution_context: typing.Union[str, int]
|
|
1747
|
-
:type undo: bool
|
|
1750
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1751
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1752
|
+
:type undo: typing.Optional[bool]
|
|
1748
1753
|
:param factor: Factor, Zoom factor, values higher than 1.0 zoom in, lower values zoom out
|
|
1749
|
-
:type factor: typing.Any
|
|
1754
|
+
:type factor: typing.Optional[typing.Any]
|
|
1750
1755
|
:param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
|
|
1751
|
-
:type use_cursor_init: typing.Union[bool, typing.Any]
|
|
1756
|
+
:type use_cursor_init: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1752
1757
|
"""
|
|
1753
1758
|
|
|
1754
1759
|
...
|
|
1755
1760
|
|
|
1756
1761
|
def view_zoom_in(
|
|
1757
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1758
|
-
execution_context: typing.Union[str, int] = None,
|
|
1759
|
-
undo: bool = None,
|
|
1760
|
-
location: typing.Any = (0.0, 0.0),
|
|
1762
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1763
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1764
|
+
undo: typing.Optional[bool] = None,
|
|
1765
|
+
location: typing.Optional[typing.Any] = (0.0, 0.0),
|
|
1761
1766
|
):
|
|
1762
1767
|
"""Zoom in the view
|
|
1763
1768
|
|
|
1764
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1765
|
-
:type execution_context: typing.Union[str, int]
|
|
1766
|
-
:type undo: bool
|
|
1769
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1770
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1771
|
+
:type undo: typing.Optional[bool]
|
|
1767
1772
|
:param location: Location, Cursor location in screen coordinates
|
|
1768
|
-
:type location: typing.Any
|
|
1773
|
+
:type location: typing.Optional[typing.Any]
|
|
1769
1774
|
"""
|
|
1770
1775
|
|
|
1771
1776
|
...
|
|
1772
1777
|
|
|
1773
1778
|
def view_zoom_out(
|
|
1774
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1775
|
-
execution_context: typing.Union[str, int] = None,
|
|
1776
|
-
undo: bool = None,
|
|
1777
|
-
location: typing.Any = (0.0, 0.0),
|
|
1779
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1780
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1781
|
+
undo: typing.Optional[bool] = None,
|
|
1782
|
+
location: typing.Optional[typing.Any] = (0.0, 0.0),
|
|
1778
1783
|
):
|
|
1779
1784
|
"""Zoom out the view
|
|
1780
1785
|
|
|
1781
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1782
|
-
:type execution_context: typing.Union[str, int]
|
|
1783
|
-
:type undo: bool
|
|
1786
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1787
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1788
|
+
:type undo: typing.Optional[bool]
|
|
1784
1789
|
:param location: Location, Cursor location in normalized (0.0 to 1.0) coordinates
|
|
1785
|
-
:type location: typing.Any
|
|
1790
|
+
:type location: typing.Optional[typing.Any]
|
|
1786
1791
|
"""
|
|
1787
1792
|
|
|
1788
1793
|
...
|
|
1789
1794
|
|
|
1790
1795
|
def view_zoom_ratio(
|
|
1791
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1792
|
-
execution_context: typing.Union[str, int] = None,
|
|
1793
|
-
undo: bool = None,
|
|
1794
|
-
ratio: typing.Any = 0.0,
|
|
1796
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1797
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1798
|
+
undo: typing.Optional[bool] = None,
|
|
1799
|
+
ratio: typing.Optional[typing.Any] = 0.0,
|
|
1795
1800
|
):
|
|
1796
1801
|
"""Set the zoom ratio (based on clip size)
|
|
1797
1802
|
|
|
1798
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1799
|
-
:type execution_context: typing.Union[str, int]
|
|
1800
|
-
:type undo: bool
|
|
1803
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1804
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1805
|
+
:type undo: typing.Optional[bool]
|
|
1801
1806
|
:param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
|
|
1802
|
-
:type ratio: typing.Any
|
|
1807
|
+
:type ratio: typing.Optional[typing.Any]
|
|
1803
1808
|
"""
|
|
1804
1809
|
|
|
1805
1810
|
...
|