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