fake-bpy-module 20250828__py3-none-any.whl → 20260118__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.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/METADATA +4 -1
- fake_bpy_module-20260118.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/WHEEL +0 -0
bpy/ops/clip/__init__.pyi
CHANGED
|
@@ -16,10 +16,7 @@ def add_marker(
|
|
|
16
16
|
) -> None:
|
|
17
17
|
"""Place new marker at specified location
|
|
18
18
|
|
|
19
|
-
:type execution_context: int | str | None
|
|
20
|
-
:type undo: bool | None
|
|
21
19
|
:param location: Location, Location of marker on frame
|
|
22
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
23
20
|
"""
|
|
24
21
|
|
|
25
22
|
def add_marker_at_click(
|
|
@@ -27,11 +24,7 @@ def add_marker_at_click(
|
|
|
27
24
|
undo: bool | None = None,
|
|
28
25
|
/,
|
|
29
26
|
) -> None:
|
|
30
|
-
"""Place new marker at the desired (clicked) position
|
|
31
|
-
|
|
32
|
-
:type execution_context: int | str | None
|
|
33
|
-
:type undo: bool | None
|
|
34
|
-
"""
|
|
27
|
+
"""Place new marker at the desired (clicked) position"""
|
|
35
28
|
|
|
36
29
|
def add_marker_move(
|
|
37
30
|
execution_context: int | str | None = None,
|
|
@@ -43,12 +36,8 @@ def add_marker_move(
|
|
|
43
36
|
) -> None:
|
|
44
37
|
"""Add new marker and move it on movie
|
|
45
38
|
|
|
46
|
-
:type execution_context: int | str | None
|
|
47
|
-
:type undo: bool | None
|
|
48
39
|
:param CLIP_OT_add_marker: Add Marker, Place new marker at specified location
|
|
49
|
-
:type CLIP_OT_add_marker: add_marker | None
|
|
50
40
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
51
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
52
41
|
"""
|
|
53
42
|
|
|
54
43
|
def add_marker_slide(
|
|
@@ -61,12 +50,8 @@ def add_marker_slide(
|
|
|
61
50
|
) -> None:
|
|
62
51
|
"""Add new marker and slide it with mouse until mouse button release
|
|
63
52
|
|
|
64
|
-
:type execution_context: int | str | None
|
|
65
|
-
:type undo: bool | None
|
|
66
53
|
:param CLIP_OT_add_marker: Add Marker, Place new marker at specified location
|
|
67
|
-
:type CLIP_OT_add_marker: add_marker | None
|
|
68
54
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
69
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
70
55
|
"""
|
|
71
56
|
|
|
72
57
|
def apply_solution_scale(
|
|
@@ -78,10 +63,7 @@ def apply_solution_scale(
|
|
|
78
63
|
) -> None:
|
|
79
64
|
"""Apply scale on solution itself to make distance between selected tracks equals to desired
|
|
80
65
|
|
|
81
|
-
:type execution_context: int | str | None
|
|
82
|
-
:type undo: bool | None
|
|
83
66
|
:param distance: Distance, Distance between selected tracks
|
|
84
|
-
:type distance: float | None
|
|
85
67
|
"""
|
|
86
68
|
|
|
87
69
|
def average_tracks(
|
|
@@ -93,10 +75,7 @@ def average_tracks(
|
|
|
93
75
|
) -> None:
|
|
94
76
|
"""Average selected tracks into active
|
|
95
77
|
|
|
96
|
-
:type execution_context: int | str | None
|
|
97
|
-
:type undo: bool | None
|
|
98
78
|
:param keep_original: Keep Original, Keep original tracks
|
|
99
|
-
:type keep_original: bool | None
|
|
100
79
|
"""
|
|
101
80
|
|
|
102
81
|
def bundles_to_mesh(
|
|
@@ -104,11 +83,7 @@ def bundles_to_mesh(
|
|
|
104
83
|
undo: bool | None = None,
|
|
105
84
|
/,
|
|
106
85
|
) -> None:
|
|
107
|
-
"""Create vertex cloud using coordinates of reconstructed tracks
|
|
108
|
-
|
|
109
|
-
:type execution_context: int | str | None
|
|
110
|
-
:type undo: bool | None
|
|
111
|
-
"""
|
|
86
|
+
"""Create vertex cloud using coordinates of reconstructed tracks"""
|
|
112
87
|
|
|
113
88
|
def camera_preset_add(
|
|
114
89
|
execution_context: int | str | None = None,
|
|
@@ -122,16 +97,10 @@ def camera_preset_add(
|
|
|
122
97
|
) -> None:
|
|
123
98
|
"""Add or remove a Tracking Camera Intrinsics Preset
|
|
124
99
|
|
|
125
|
-
:type execution_context: int | str | None
|
|
126
|
-
:type undo: bool | None
|
|
127
100
|
:param name: Name, Name of the preset, used to make the path name
|
|
128
|
-
:type name: str
|
|
129
101
|
:param remove_name: remove_name
|
|
130
|
-
:type remove_name: bool | None
|
|
131
102
|
:param remove_active: remove_active
|
|
132
|
-
:type remove_active: bool | None
|
|
133
103
|
:param use_focal_length: Include Focal Length, Include focal length into the preset
|
|
134
|
-
:type use_focal_length: bool | None
|
|
135
104
|
"""
|
|
136
105
|
|
|
137
106
|
def change_frame(
|
|
@@ -143,10 +112,7 @@ def change_frame(
|
|
|
143
112
|
) -> None:
|
|
144
113
|
"""Interactively change the current frame number
|
|
145
114
|
|
|
146
|
-
:type execution_context: int | str | None
|
|
147
|
-
:type undo: bool | None
|
|
148
115
|
:param frame: Frame
|
|
149
|
-
:type frame: int | None
|
|
150
116
|
"""
|
|
151
117
|
|
|
152
118
|
def clean_tracks(
|
|
@@ -161,12 +127,8 @@ def clean_tracks(
|
|
|
161
127
|
) -> None:
|
|
162
128
|
"""Clean tracks with high error values or few frames
|
|
163
129
|
|
|
164
|
-
:type execution_context: int | str | None
|
|
165
|
-
:type undo: bool | None
|
|
166
130
|
:param frames: Tracked Frames, Affect tracks which are tracked less than the specified number of frames
|
|
167
|
-
:type frames: int | None
|
|
168
131
|
:param error: Reprojection Error, Affect tracks which have a larger reprojection error
|
|
169
|
-
:type error: float | None
|
|
170
132
|
:param action: Action, Cleanup action to execute
|
|
171
133
|
|
|
172
134
|
SELECT
|
|
@@ -177,7 +139,6 @@ def clean_tracks(
|
|
|
177
139
|
|
|
178
140
|
DELETE_SEGMENTS
|
|
179
141
|
Delete Segments -- Delete unclean segments of tracks.
|
|
180
|
-
:type action: typing.Literal['SELECT','DELETE_TRACK','DELETE_SEGMENTS'] | None
|
|
181
142
|
"""
|
|
182
143
|
|
|
183
144
|
def clear_solution(
|
|
@@ -185,11 +146,7 @@ def clear_solution(
|
|
|
185
146
|
undo: bool | None = None,
|
|
186
147
|
/,
|
|
187
148
|
) -> None:
|
|
188
|
-
"""Clear all calculated data
|
|
189
|
-
|
|
190
|
-
:type execution_context: int | str | None
|
|
191
|
-
:type undo: bool | None
|
|
192
|
-
"""
|
|
149
|
+
"""Clear all calculated data"""
|
|
193
150
|
|
|
194
151
|
def clear_track_path(
|
|
195
152
|
execution_context: int | str | None = None,
|
|
@@ -201,8 +158,6 @@ def clear_track_path(
|
|
|
201
158
|
) -> None:
|
|
202
159
|
"""Clear tracks after/before current position or clear the whole track
|
|
203
160
|
|
|
204
|
-
:type execution_context: int | str | None
|
|
205
|
-
:type undo: bool | None
|
|
206
161
|
:param action: Action, Clear action to execute
|
|
207
162
|
|
|
208
163
|
UPTO
|
|
@@ -213,9 +168,7 @@ def clear_track_path(
|
|
|
213
168
|
|
|
214
169
|
ALL
|
|
215
170
|
Clear All -- Clear the whole path.
|
|
216
|
-
:type action: typing.Literal['UPTO','REMAINED','ALL'] | None
|
|
217
171
|
:param clear_active: Clear Active, Clear active track only instead of all selected tracks
|
|
218
|
-
:type clear_active: bool | None
|
|
219
172
|
"""
|
|
220
173
|
|
|
221
174
|
def constraint_to_fcurve(
|
|
@@ -223,33 +176,21 @@ def constraint_to_fcurve(
|
|
|
223
176
|
undo: bool | None = None,
|
|
224
177
|
/,
|
|
225
178
|
) -> None:
|
|
226
|
-
"""Create F-Curves for object which will copy objects movement caused by this constraint
|
|
227
|
-
|
|
228
|
-
:type execution_context: int | str | None
|
|
229
|
-
:type undo: bool | None
|
|
230
|
-
"""
|
|
179
|
+
"""Create F-Curves for object which will copy objects movement caused by this constraint"""
|
|
231
180
|
|
|
232
181
|
def copy_tracks(
|
|
233
182
|
execution_context: int | str | None = None,
|
|
234
183
|
undo: bool | None = None,
|
|
235
184
|
/,
|
|
236
185
|
) -> None:
|
|
237
|
-
"""Copy the selected tracks to the internal clipboard
|
|
238
|
-
|
|
239
|
-
:type execution_context: int | str | None
|
|
240
|
-
:type undo: bool | None
|
|
241
|
-
"""
|
|
186
|
+
"""Copy the selected tracks to the internal clipboard"""
|
|
242
187
|
|
|
243
188
|
def create_plane_track(
|
|
244
189
|
execution_context: int | str | None = None,
|
|
245
190
|
undo: bool | None = None,
|
|
246
191
|
/,
|
|
247
192
|
) -> None:
|
|
248
|
-
"""Create new plane track out of selected point tracks
|
|
249
|
-
|
|
250
|
-
:type execution_context: int | str | None
|
|
251
|
-
:type undo: bool | None
|
|
252
|
-
"""
|
|
193
|
+
"""Create new plane track out of selected point tracks"""
|
|
253
194
|
|
|
254
195
|
def cursor_set(
|
|
255
196
|
execution_context: int | str | None = None,
|
|
@@ -260,10 +201,7 @@ def cursor_set(
|
|
|
260
201
|
) -> None:
|
|
261
202
|
"""Set 2D cursor location
|
|
262
203
|
|
|
263
|
-
:type execution_context: int | str | None
|
|
264
|
-
:type undo: bool | None
|
|
265
204
|
:param location: Location, Cursor location in normalized clip coordinates
|
|
266
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
267
205
|
"""
|
|
268
206
|
|
|
269
207
|
def delete_marker(
|
|
@@ -275,10 +213,7 @@ def delete_marker(
|
|
|
275
213
|
) -> None:
|
|
276
214
|
"""Delete marker for current frame from selected tracks
|
|
277
215
|
|
|
278
|
-
:type execution_context: int | str | None
|
|
279
|
-
:type undo: bool | None
|
|
280
216
|
:param confirm: Confirm, Prompt for confirmation
|
|
281
|
-
:type confirm: bool | None
|
|
282
217
|
"""
|
|
283
218
|
|
|
284
219
|
def delete_proxy(
|
|
@@ -286,11 +221,7 @@ def delete_proxy(
|
|
|
286
221
|
undo: bool | None = None,
|
|
287
222
|
/,
|
|
288
223
|
) -> None:
|
|
289
|
-
"""Delete movie clip proxy files from the hard drive
|
|
290
|
-
|
|
291
|
-
:type execution_context: int | str | None
|
|
292
|
-
:type undo: bool | None
|
|
293
|
-
"""
|
|
224
|
+
"""Delete movie clip proxy files from the hard drive"""
|
|
294
225
|
|
|
295
226
|
def delete_track(
|
|
296
227
|
execution_context: int | str | None = None,
|
|
@@ -301,10 +232,7 @@ def delete_track(
|
|
|
301
232
|
) -> None:
|
|
302
233
|
"""Delete selected tracks
|
|
303
234
|
|
|
304
|
-
:type execution_context: int | str | None
|
|
305
|
-
:type undo: bool | None
|
|
306
235
|
:param confirm: Confirm, Prompt for confirmation
|
|
307
|
-
:type confirm: bool | None
|
|
308
236
|
"""
|
|
309
237
|
|
|
310
238
|
def detect_features(
|
|
@@ -320,8 +248,6 @@ def detect_features(
|
|
|
320
248
|
) -> None:
|
|
321
249
|
"""Automatically detect features and place markers to track
|
|
322
250
|
|
|
323
|
-
:type execution_context: int | str | None
|
|
324
|
-
:type undo: bool | None
|
|
325
251
|
:param placement: Placement, Placement for detected features
|
|
326
252
|
|
|
327
253
|
FRAME
|
|
@@ -332,13 +258,9 @@ def detect_features(
|
|
|
332
258
|
|
|
333
259
|
OUTSIDE_GPENCIL
|
|
334
260
|
Outside Annotated Area -- Place markers only outside areas outlined with the Annotation tool.
|
|
335
|
-
:type placement: typing.Literal['FRAME','INSIDE_GPENCIL','OUTSIDE_GPENCIL'] | None
|
|
336
261
|
:param margin: Margin, Only features further than margin pixels from the image edges are considered
|
|
337
|
-
:type margin: int | None
|
|
338
262
|
:param threshold: Threshold, Threshold level to consider feature good enough for tracking
|
|
339
|
-
:type threshold: float | None
|
|
340
263
|
:param min_distance: Distance, Minimal distance accepted between two features
|
|
341
|
-
:type min_distance: int | None
|
|
342
264
|
"""
|
|
343
265
|
|
|
344
266
|
def disable_markers(
|
|
@@ -350,8 +272,6 @@ def disable_markers(
|
|
|
350
272
|
) -> None:
|
|
351
273
|
"""Disable/enable selected markers
|
|
352
274
|
|
|
353
|
-
:type execution_context: int | str | None
|
|
354
|
-
:type undo: bool | None
|
|
355
275
|
:param action: Action, Disable action to execute
|
|
356
276
|
|
|
357
277
|
DISABLE
|
|
@@ -362,7 +282,6 @@ def disable_markers(
|
|
|
362
282
|
|
|
363
283
|
TOGGLE
|
|
364
284
|
Toggle -- Toggle disabled flag for selected markers.
|
|
365
|
-
:type action: typing.Literal['DISABLE','ENABLE','TOGGLE'] | None
|
|
366
285
|
"""
|
|
367
286
|
|
|
368
287
|
def dopesheet_select_channel(
|
|
@@ -375,12 +294,8 @@ def dopesheet_select_channel(
|
|
|
375
294
|
) -> None:
|
|
376
295
|
"""Select movie tracking channel
|
|
377
296
|
|
|
378
|
-
:type execution_context: int | str | None
|
|
379
|
-
:type undo: bool | None
|
|
380
297
|
:param location: Location, Mouse location to select channel
|
|
381
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
382
298
|
:param extend: Extend, Extend selection rather than clearing the existing selection
|
|
383
|
-
:type extend: bool | None
|
|
384
299
|
"""
|
|
385
300
|
|
|
386
301
|
def dopesheet_view_all(
|
|
@@ -388,11 +303,7 @@ def dopesheet_view_all(
|
|
|
388
303
|
undo: bool | None = None,
|
|
389
304
|
/,
|
|
390
305
|
) -> None:
|
|
391
|
-
"""Reset viewable area to show full keyframe range
|
|
392
|
-
|
|
393
|
-
:type execution_context: int | str | None
|
|
394
|
-
:type undo: bool | None
|
|
395
|
-
"""
|
|
306
|
+
"""Reset viewable area to show full keyframe range"""
|
|
396
307
|
|
|
397
308
|
def filter_tracks(
|
|
398
309
|
execution_context: int | str | None = None,
|
|
@@ -403,10 +314,7 @@ def filter_tracks(
|
|
|
403
314
|
) -> None:
|
|
404
315
|
"""Filter tracks which has weirdly looking spikes in motion curves
|
|
405
316
|
|
|
406
|
-
:type execution_context: int | str | None
|
|
407
|
-
:type undo: bool | None
|
|
408
317
|
:param track_threshold: Track Threshold, Filter Threshold to select problematic tracks
|
|
409
|
-
:type track_threshold: float | None
|
|
410
318
|
"""
|
|
411
319
|
|
|
412
320
|
def frame_jump(
|
|
@@ -419,8 +327,6 @@ def frame_jump(
|
|
|
419
327
|
) -> None:
|
|
420
328
|
"""Jump to special frame
|
|
421
329
|
|
|
422
|
-
:type execution_context: int | str | None
|
|
423
|
-
:type undo: bool | None
|
|
424
330
|
:param position: Position, Position to jump to
|
|
425
331
|
|
|
426
332
|
PATHSTART
|
|
@@ -434,7 +340,6 @@ def frame_jump(
|
|
|
434
340
|
|
|
435
341
|
FAILNEXT
|
|
436
342
|
Next Failed -- Jump to next failed frame.
|
|
437
|
-
:type position: typing.Literal['PATHSTART','PATHEND','FAILEDPREV','FAILNEXT'] | None
|
|
438
343
|
"""
|
|
439
344
|
|
|
440
345
|
def graph_center_current_frame(
|
|
@@ -442,11 +347,7 @@ def graph_center_current_frame(
|
|
|
442
347
|
undo: bool | None = None,
|
|
443
348
|
/,
|
|
444
349
|
) -> None:
|
|
445
|
-
"""Scroll view so current frame would be centered
|
|
446
|
-
|
|
447
|
-
:type execution_context: int | str | None
|
|
448
|
-
:type undo: bool | None
|
|
449
|
-
"""
|
|
350
|
+
"""Scroll view so current frame would be centered"""
|
|
450
351
|
|
|
451
352
|
def graph_delete_curve(
|
|
452
353
|
execution_context: int | str | None = None,
|
|
@@ -457,10 +358,7 @@ def graph_delete_curve(
|
|
|
457
358
|
) -> None:
|
|
458
359
|
"""Delete track corresponding to the selected curve
|
|
459
360
|
|
|
460
|
-
:type execution_context: int | str | None
|
|
461
|
-
:type undo: bool | None
|
|
462
361
|
:param confirm: Confirm, Prompt for confirmation
|
|
463
|
-
:type confirm: bool | None
|
|
464
362
|
"""
|
|
465
363
|
|
|
466
364
|
def graph_delete_knot(
|
|
@@ -468,11 +366,7 @@ def graph_delete_knot(
|
|
|
468
366
|
undo: bool | None = None,
|
|
469
367
|
/,
|
|
470
368
|
) -> None:
|
|
471
|
-
"""Delete curve knots
|
|
472
|
-
|
|
473
|
-
:type execution_context: int | str | None
|
|
474
|
-
:type undo: bool | None
|
|
475
|
-
"""
|
|
369
|
+
"""Delete curve knots"""
|
|
476
370
|
|
|
477
371
|
def graph_disable_markers(
|
|
478
372
|
execution_context: int | str | None = None,
|
|
@@ -483,8 +377,6 @@ def graph_disable_markers(
|
|
|
483
377
|
) -> None:
|
|
484
378
|
"""Disable/enable selected markers
|
|
485
379
|
|
|
486
|
-
:type execution_context: int | str | None
|
|
487
|
-
:type undo: bool | None
|
|
488
380
|
:param action: Action, Disable action to execute
|
|
489
381
|
|
|
490
382
|
DISABLE
|
|
@@ -495,7 +387,6 @@ def graph_disable_markers(
|
|
|
495
387
|
|
|
496
388
|
TOGGLE
|
|
497
389
|
Toggle -- Toggle disabled flag for selected markers.
|
|
498
|
-
:type action: typing.Literal['DISABLE','ENABLE','TOGGLE'] | None
|
|
499
390
|
"""
|
|
500
391
|
|
|
501
392
|
def graph_select(
|
|
@@ -508,12 +399,8 @@ def graph_select(
|
|
|
508
399
|
) -> None:
|
|
509
400
|
"""Select graph curves
|
|
510
401
|
|
|
511
|
-
:type execution_context: int | str | None
|
|
512
|
-
:type undo: bool | None
|
|
513
402
|
:param location: Location, Mouse location to select nearest entity
|
|
514
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
515
403
|
:param extend: Extend, Extend selection rather than clearing the existing selection
|
|
516
|
-
:type extend: bool | None
|
|
517
404
|
"""
|
|
518
405
|
|
|
519
406
|
def graph_select_all_markers(
|
|
@@ -525,8 +412,6 @@ def graph_select_all_markers(
|
|
|
525
412
|
) -> None:
|
|
526
413
|
"""Change selection of all markers of active track
|
|
527
414
|
|
|
528
|
-
:type execution_context: int | str | None
|
|
529
|
-
:type undo: bool | None
|
|
530
415
|
:param action: Action, Selection action to execute
|
|
531
416
|
|
|
532
417
|
TOGGLE
|
|
@@ -540,7 +425,6 @@ def graph_select_all_markers(
|
|
|
540
425
|
|
|
541
426
|
INVERT
|
|
542
427
|
Invert -- Invert selection of all elements.
|
|
543
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
544
428
|
"""
|
|
545
429
|
|
|
546
430
|
def graph_select_box(
|
|
@@ -558,22 +442,13 @@ def graph_select_box(
|
|
|
558
442
|
) -> None:
|
|
559
443
|
"""Select curve points using box selection
|
|
560
444
|
|
|
561
|
-
:type execution_context: int | str | None
|
|
562
|
-
:type undo: bool | None
|
|
563
445
|
:param xmin: X Min
|
|
564
|
-
:type xmin: int | None
|
|
565
446
|
:param xmax: X Max
|
|
566
|
-
:type xmax: int | None
|
|
567
447
|
:param ymin: Y Min
|
|
568
|
-
:type ymin: int | None
|
|
569
448
|
:param ymax: Y Max
|
|
570
|
-
:type ymax: int | None
|
|
571
449
|
:param wait_for_input: Wait for Input
|
|
572
|
-
:type wait_for_input: bool | None
|
|
573
450
|
:param deselect: Deselect, Deselect rather than select items
|
|
574
|
-
:type deselect: bool | None
|
|
575
451
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
576
|
-
:type extend: bool | None
|
|
577
452
|
"""
|
|
578
453
|
|
|
579
454
|
def graph_view_all(
|
|
@@ -581,11 +456,7 @@ def graph_view_all(
|
|
|
581
456
|
undo: bool | None = None,
|
|
582
457
|
/,
|
|
583
458
|
) -> None:
|
|
584
|
-
"""View all curves in editor
|
|
585
|
-
|
|
586
|
-
:type execution_context: int | str | None
|
|
587
|
-
:type undo: bool | None
|
|
588
|
-
"""
|
|
459
|
+
"""View all curves in editor"""
|
|
589
460
|
|
|
590
461
|
def hide_tracks(
|
|
591
462
|
execution_context: int | str | None = None,
|
|
@@ -596,10 +467,7 @@ def hide_tracks(
|
|
|
596
467
|
) -> None:
|
|
597
468
|
"""Hide selected tracks
|
|
598
469
|
|
|
599
|
-
:type execution_context: int | str | None
|
|
600
|
-
:type undo: bool | None
|
|
601
470
|
:param unselected: Unselected, Hide unselected tracks
|
|
602
|
-
:type unselected: bool | None
|
|
603
471
|
"""
|
|
604
472
|
|
|
605
473
|
def hide_tracks_clear(
|
|
@@ -607,55 +475,35 @@ def hide_tracks_clear(
|
|
|
607
475
|
undo: bool | None = None,
|
|
608
476
|
/,
|
|
609
477
|
) -> None:
|
|
610
|
-
"""Clear hide selected tracks
|
|
611
|
-
|
|
612
|
-
:type execution_context: int | str | None
|
|
613
|
-
:type undo: bool | None
|
|
614
|
-
"""
|
|
478
|
+
"""Clear hide selected tracks"""
|
|
615
479
|
|
|
616
480
|
def join_tracks(
|
|
617
481
|
execution_context: int | str | None = None,
|
|
618
482
|
undo: bool | None = None,
|
|
619
483
|
/,
|
|
620
484
|
) -> None:
|
|
621
|
-
"""Join selected tracks
|
|
622
|
-
|
|
623
|
-
:type execution_context: int | str | None
|
|
624
|
-
:type undo: bool | None
|
|
625
|
-
"""
|
|
485
|
+
"""Join selected tracks"""
|
|
626
486
|
|
|
627
487
|
def keyframe_delete(
|
|
628
488
|
execution_context: int | str | None = None,
|
|
629
489
|
undo: bool | None = None,
|
|
630
490
|
/,
|
|
631
491
|
) -> None:
|
|
632
|
-
"""Delete a keyframe from selected tracks at current frame
|
|
633
|
-
|
|
634
|
-
:type execution_context: int | str | None
|
|
635
|
-
:type undo: bool | None
|
|
636
|
-
"""
|
|
492
|
+
"""Delete a keyframe from selected tracks at current frame"""
|
|
637
493
|
|
|
638
494
|
def keyframe_insert(
|
|
639
495
|
execution_context: int | str | None = None,
|
|
640
496
|
undo: bool | None = None,
|
|
641
497
|
/,
|
|
642
498
|
) -> None:
|
|
643
|
-
"""Insert a keyframe to selected tracks at current frame
|
|
644
|
-
|
|
645
|
-
:type execution_context: int | str | None
|
|
646
|
-
:type undo: bool | None
|
|
647
|
-
"""
|
|
499
|
+
"""Insert a keyframe to selected tracks at current frame"""
|
|
648
500
|
|
|
649
501
|
def lock_selection_toggle(
|
|
650
502
|
execution_context: int | str | None = None,
|
|
651
503
|
undo: bool | None = None,
|
|
652
504
|
/,
|
|
653
505
|
) -> None:
|
|
654
|
-
"""Toggle Lock Selection option of the current clip editor
|
|
655
|
-
|
|
656
|
-
:type execution_context: int | str | None
|
|
657
|
-
:type undo: bool | None
|
|
658
|
-
"""
|
|
506
|
+
"""Toggle Lock Selection option of the current clip editor"""
|
|
659
507
|
|
|
660
508
|
def lock_tracks(
|
|
661
509
|
execution_context: int | str | None = None,
|
|
@@ -666,8 +514,6 @@ def lock_tracks(
|
|
|
666
514
|
) -> None:
|
|
667
515
|
"""Lock/unlock selected tracks
|
|
668
516
|
|
|
669
|
-
:type execution_context: int | str | None
|
|
670
|
-
:type undo: bool | None
|
|
671
517
|
:param action: Action, Lock action to execute
|
|
672
518
|
|
|
673
519
|
LOCK
|
|
@@ -678,7 +524,6 @@ def lock_tracks(
|
|
|
678
524
|
|
|
679
525
|
TOGGLE
|
|
680
526
|
Toggle -- Toggle locked flag for selected tracks.
|
|
681
|
-
:type action: typing.Literal['LOCK','UNLOCK','TOGGLE'] | None
|
|
682
527
|
"""
|
|
683
528
|
|
|
684
529
|
def mode_set(
|
|
@@ -690,10 +535,7 @@ def mode_set(
|
|
|
690
535
|
) -> None:
|
|
691
536
|
"""Set the clip interaction mode
|
|
692
537
|
|
|
693
|
-
:type execution_context: int | str | None
|
|
694
|
-
:type undo: bool | None
|
|
695
538
|
:param mode: Mode
|
|
696
|
-
:type mode: bpy.stub_internal.rna_enums.ClipEditorModeItems | None
|
|
697
539
|
"""
|
|
698
540
|
|
|
699
541
|
def new_image_from_plane_marker(
|
|
@@ -701,11 +543,7 @@ def new_image_from_plane_marker(
|
|
|
701
543
|
undo: bool | None = None,
|
|
702
544
|
/,
|
|
703
545
|
) -> None:
|
|
704
|
-
"""Create new image from the content of the plane marker
|
|
705
|
-
|
|
706
|
-
:type execution_context: int | str | None
|
|
707
|
-
:type undo: bool | None
|
|
708
|
-
"""
|
|
546
|
+
"""Create new image from the content of the plane marker"""
|
|
709
547
|
|
|
710
548
|
def open(
|
|
711
549
|
execution_context: int | str | None = None,
|
|
@@ -753,56 +591,30 @@ def open(
|
|
|
753
591
|
) -> None:
|
|
754
592
|
"""Load a sequence of frames or a movie file
|
|
755
593
|
|
|
756
|
-
:type execution_context: int | str | None
|
|
757
|
-
:type undo: bool | None
|
|
758
594
|
:param directory: Directory, Directory of the file
|
|
759
|
-
:type directory: str
|
|
760
595
|
:param files: Files
|
|
761
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
762
596
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
763
|
-
:type hide_props_region: bool | None
|
|
764
597
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
765
|
-
:type check_existing: bool | None
|
|
766
598
|
:param filter_blender: Filter .blend files
|
|
767
|
-
:type filter_blender: bool | None
|
|
768
599
|
:param filter_backup: Filter .blend files
|
|
769
|
-
:type filter_backup: bool | None
|
|
770
600
|
:param filter_image: Filter image files
|
|
771
|
-
:type filter_image: bool | None
|
|
772
601
|
:param filter_movie: Filter movie files
|
|
773
|
-
:type filter_movie: bool | None
|
|
774
602
|
:param filter_python: Filter Python files
|
|
775
|
-
:type filter_python: bool | None
|
|
776
603
|
:param filter_font: Filter font files
|
|
777
|
-
:type filter_font: bool | None
|
|
778
604
|
:param filter_sound: Filter sound files
|
|
779
|
-
:type filter_sound: bool | None
|
|
780
605
|
:param filter_text: Filter text files
|
|
781
|
-
:type filter_text: bool | None
|
|
782
606
|
:param filter_archive: Filter archive files
|
|
783
|
-
:type filter_archive: bool | None
|
|
784
607
|
:param filter_btx: Filter btx files
|
|
785
|
-
:type filter_btx: bool | None
|
|
786
608
|
:param filter_alembic: Filter Alembic files
|
|
787
|
-
:type filter_alembic: bool | None
|
|
788
609
|
:param filter_usd: Filter USD files
|
|
789
|
-
:type filter_usd: bool | None
|
|
790
610
|
:param filter_obj: Filter OBJ files
|
|
791
|
-
:type filter_obj: bool | None
|
|
792
611
|
:param filter_volume: Filter OpenVDB volume files
|
|
793
|
-
:type filter_volume: bool | None
|
|
794
612
|
:param filter_folder: Filter folders
|
|
795
|
-
:type filter_folder: bool | None
|
|
796
613
|
:param filter_blenlib: Filter Blender IDs
|
|
797
|
-
:type filter_blenlib: bool | None
|
|
798
614
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
799
|
-
:type filemode: int | None
|
|
800
615
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
801
|
-
:type relative_path: bool | None
|
|
802
616
|
:param show_multiview: Enable Multi-View
|
|
803
|
-
:type show_multiview: bool | None
|
|
804
617
|
:param use_multiview: Use Multi-View
|
|
805
|
-
:type use_multiview: bool | None
|
|
806
618
|
:param display_type: Display Type
|
|
807
619
|
|
|
808
620
|
DEFAULT
|
|
@@ -816,7 +628,6 @@ def open(
|
|
|
816
628
|
|
|
817
629
|
THUMBNAIL
|
|
818
630
|
Thumbnails -- Display files as thumbnails.
|
|
819
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
820
631
|
:param sort_method: File sorting mode
|
|
821
632
|
|
|
822
633
|
DEFAULT
|
|
@@ -836,7 +647,6 @@ def open(
|
|
|
836
647
|
|
|
837
648
|
ASSET_CATALOG
|
|
838
649
|
Asset Catalog -- Sort the asset list so that assets in the same catalog are kept together. Within a single catalog, assets are ordered by name. The catalogs are in order of the flattened catalog hierarchy..
|
|
839
|
-
:type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
|
|
840
650
|
"""
|
|
841
651
|
|
|
842
652
|
def paste_tracks(
|
|
@@ -844,33 +654,21 @@ def paste_tracks(
|
|
|
844
654
|
undo: bool | None = None,
|
|
845
655
|
/,
|
|
846
656
|
) -> None:
|
|
847
|
-
"""Paste tracks from the internal clipboard
|
|
848
|
-
|
|
849
|
-
:type execution_context: int | str | None
|
|
850
|
-
:type undo: bool | None
|
|
851
|
-
"""
|
|
657
|
+
"""Paste tracks from the internal clipboard"""
|
|
852
658
|
|
|
853
659
|
def prefetch(
|
|
854
660
|
execution_context: int | str | None = None,
|
|
855
661
|
undo: bool | None = None,
|
|
856
662
|
/,
|
|
857
663
|
) -> None:
|
|
858
|
-
"""Prefetch frames from disk for faster playback/tracking
|
|
859
|
-
|
|
860
|
-
:type execution_context: int | str | None
|
|
861
|
-
:type undo: bool | None
|
|
862
|
-
"""
|
|
664
|
+
"""Prefetch frames from disk for faster playback/tracking"""
|
|
863
665
|
|
|
864
666
|
def rebuild_proxy(
|
|
865
667
|
execution_context: int | str | None = None,
|
|
866
668
|
undo: bool | None = None,
|
|
867
669
|
/,
|
|
868
670
|
) -> None:
|
|
869
|
-
"""Rebuild all selected proxies and timecode indices in the background
|
|
870
|
-
|
|
871
|
-
:type execution_context: int | str | None
|
|
872
|
-
:type undo: bool | None
|
|
873
|
-
"""
|
|
671
|
+
"""Rebuild all selected proxies and timecode indices in the background"""
|
|
874
672
|
|
|
875
673
|
def refine_markers(
|
|
876
674
|
execution_context: int | str | None = None,
|
|
@@ -881,10 +679,7 @@ def refine_markers(
|
|
|
881
679
|
) -> None:
|
|
882
680
|
"""Refine selected markers positions by running the tracker from tracks reference to current frame
|
|
883
681
|
|
|
884
|
-
:type execution_context: int | str | None
|
|
885
|
-
:type undo: bool | None
|
|
886
682
|
:param backwards: Backwards, Do backwards tracking
|
|
887
|
-
:type backwards: bool | None
|
|
888
683
|
"""
|
|
889
684
|
|
|
890
685
|
def reload(
|
|
@@ -892,11 +687,7 @@ def reload(
|
|
|
892
687
|
undo: bool | None = None,
|
|
893
688
|
/,
|
|
894
689
|
) -> None:
|
|
895
|
-
"""Reload clip
|
|
896
|
-
|
|
897
|
-
:type execution_context: int | str | None
|
|
898
|
-
:type undo: bool | None
|
|
899
|
-
"""
|
|
690
|
+
"""Reload clip"""
|
|
900
691
|
|
|
901
692
|
def select(
|
|
902
693
|
execution_context: int | str | None = None,
|
|
@@ -909,14 +700,9 @@ def select(
|
|
|
909
700
|
) -> None:
|
|
910
701
|
"""Select tracking markers
|
|
911
702
|
|
|
912
|
-
:type execution_context: int | str | None
|
|
913
|
-
:type undo: bool | None
|
|
914
703
|
:param extend: Extend, Extend selection rather than clearing the existing selection
|
|
915
|
-
:type extend: bool | None
|
|
916
704
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
917
|
-
:type deselect_all: bool | None
|
|
918
705
|
:param location: Location, Mouse location in normalized coordinates, 0.0 to 1.0 is within the image bounds
|
|
919
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
920
706
|
"""
|
|
921
707
|
|
|
922
708
|
def select_all(
|
|
@@ -928,8 +714,6 @@ def select_all(
|
|
|
928
714
|
) -> None:
|
|
929
715
|
"""Change selection of all tracking markers
|
|
930
716
|
|
|
931
|
-
:type execution_context: int | str | None
|
|
932
|
-
:type undo: bool | None
|
|
933
717
|
:param action: Action, Selection action to execute
|
|
934
718
|
|
|
935
719
|
TOGGLE
|
|
@@ -943,7 +727,6 @@ def select_all(
|
|
|
943
727
|
|
|
944
728
|
INVERT
|
|
945
729
|
Invert -- Invert selection of all elements.
|
|
946
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
947
730
|
"""
|
|
948
731
|
|
|
949
732
|
def select_box(
|
|
@@ -960,18 +743,11 @@ def select_box(
|
|
|
960
743
|
) -> None:
|
|
961
744
|
"""Select markers using box selection
|
|
962
745
|
|
|
963
|
-
:type execution_context: int | str | None
|
|
964
|
-
:type undo: bool | None
|
|
965
746
|
:param xmin: X Min
|
|
966
|
-
:type xmin: int | None
|
|
967
747
|
:param xmax: X Max
|
|
968
|
-
:type xmax: int | None
|
|
969
748
|
:param ymin: Y Min
|
|
970
|
-
:type ymin: int | None
|
|
971
749
|
:param ymax: Y Max
|
|
972
|
-
:type ymax: int | None
|
|
973
750
|
:param wait_for_input: Wait for Input
|
|
974
|
-
:type wait_for_input: bool | None
|
|
975
751
|
:param mode: Mode
|
|
976
752
|
|
|
977
753
|
SET
|
|
@@ -982,7 +758,6 @@ def select_box(
|
|
|
982
758
|
|
|
983
759
|
SUB
|
|
984
760
|
Subtract -- Subtract existing selection.
|
|
985
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
986
761
|
"""
|
|
987
762
|
|
|
988
763
|
def select_circle(
|
|
@@ -998,16 +773,10 @@ def select_circle(
|
|
|
998
773
|
) -> None:
|
|
999
774
|
"""Select markers using circle selection
|
|
1000
775
|
|
|
1001
|
-
:type execution_context: int | str | None
|
|
1002
|
-
:type undo: bool | None
|
|
1003
776
|
:param x: X
|
|
1004
|
-
:type x: int | None
|
|
1005
777
|
:param y: Y
|
|
1006
|
-
:type y: int | None
|
|
1007
778
|
:param radius: Radius
|
|
1008
|
-
:type radius: int | None
|
|
1009
779
|
:param wait_for_input: Wait for Input
|
|
1010
|
-
:type wait_for_input: bool | None
|
|
1011
780
|
:param mode: Mode
|
|
1012
781
|
|
|
1013
782
|
SET
|
|
@@ -1018,7 +787,6 @@ def select_circle(
|
|
|
1018
787
|
|
|
1019
788
|
SUB
|
|
1020
789
|
Subtract -- Subtract existing selection.
|
|
1021
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
1022
790
|
"""
|
|
1023
791
|
|
|
1024
792
|
def select_grouped(
|
|
@@ -1033,8 +801,6 @@ def select_grouped(
|
|
|
1033
801
|
) -> None:
|
|
1034
802
|
"""Select all tracks from specified group
|
|
1035
803
|
|
|
1036
|
-
:type execution_context: int | str | None
|
|
1037
|
-
:type undo: bool | None
|
|
1038
804
|
:param group: Action, Clear action to execute
|
|
1039
805
|
|
|
1040
806
|
KEYFRAMED
|
|
@@ -1057,7 +823,6 @@ def select_grouped(
|
|
|
1057
823
|
|
|
1058
824
|
FAILED
|
|
1059
825
|
Failed Tracks -- Select all tracks which failed to be reconstructed.
|
|
1060
|
-
:type group: typing.Literal['KEYFRAMED','ESTIMATED','TRACKED','LOCKED','DISABLED','COLOR','FAILED'] | None
|
|
1061
826
|
"""
|
|
1062
827
|
|
|
1063
828
|
def select_lasso(
|
|
@@ -1073,16 +838,10 @@ def select_lasso(
|
|
|
1073
838
|
) -> None:
|
|
1074
839
|
"""Select markers using lasso selection
|
|
1075
840
|
|
|
1076
|
-
:type execution_context: int | str | None
|
|
1077
|
-
:type undo: bool | None
|
|
1078
841
|
:param path: Path
|
|
1079
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
1080
842
|
:param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
|
|
1081
|
-
:type use_smooth_stroke: bool | None
|
|
1082
843
|
:param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
|
|
1083
|
-
:type smooth_stroke_factor: float | None
|
|
1084
844
|
:param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
|
|
1085
|
-
:type smooth_stroke_radius: int | None
|
|
1086
845
|
:param mode: Mode
|
|
1087
846
|
|
|
1088
847
|
SET
|
|
@@ -1093,7 +852,6 @@ def select_lasso(
|
|
|
1093
852
|
|
|
1094
853
|
SUB
|
|
1095
854
|
Subtract -- Subtract existing selection.
|
|
1096
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
1097
855
|
"""
|
|
1098
856
|
|
|
1099
857
|
def set_active_clip(
|
|
@@ -1101,11 +859,7 @@ def set_active_clip(
|
|
|
1101
859
|
undo: bool | None = None,
|
|
1102
860
|
/,
|
|
1103
861
|
) -> None:
|
|
1104
|
-
"""Undocumented, consider contributing.
|
|
1105
|
-
|
|
1106
|
-
:type execution_context: int | str | None
|
|
1107
|
-
:type undo: bool | None
|
|
1108
|
-
"""
|
|
862
|
+
"""Undocumented, consider contributing."""
|
|
1109
863
|
|
|
1110
864
|
def set_axis(
|
|
1111
865
|
execution_context: int | str | None = None,
|
|
@@ -1116,8 +870,6 @@ def set_axis(
|
|
|
1116
870
|
) -> None:
|
|
1117
871
|
"""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
|
|
1118
872
|
|
|
1119
|
-
:type execution_context: int | str | None
|
|
1120
|
-
:type undo: bool | None
|
|
1121
873
|
:param axis: Axis, Axis to use to align bundle along
|
|
1122
874
|
|
|
1123
875
|
X
|
|
@@ -1125,7 +877,6 @@ def set_axis(
|
|
|
1125
877
|
|
|
1126
878
|
Y
|
|
1127
879
|
Y -- Align bundle align Y axis.
|
|
1128
|
-
:type axis: typing.Literal['X','Y'] | None
|
|
1129
880
|
"""
|
|
1130
881
|
|
|
1131
882
|
def set_origin(
|
|
@@ -1137,10 +888,7 @@ def set_origin(
|
|
|
1137
888
|
) -> None:
|
|
1138
889
|
"""Set active marker as origin by moving camera (or its parent if present) in 3D space
|
|
1139
890
|
|
|
1140
|
-
:type execution_context: int | str | None
|
|
1141
|
-
:type undo: bool | None
|
|
1142
891
|
:param use_median: Use Median, Set origin to median point of selected bundles
|
|
1143
|
-
:type use_median: bool | None
|
|
1144
892
|
"""
|
|
1145
893
|
|
|
1146
894
|
def set_plane(
|
|
@@ -1152,8 +900,6 @@ def set_plane(
|
|
|
1152
900
|
) -> None:
|
|
1153
901
|
"""Set plane based on 3 selected bundles by moving camera (or its parent if present) in 3D space
|
|
1154
902
|
|
|
1155
|
-
:type execution_context: int | str | None
|
|
1156
|
-
:type undo: bool | None
|
|
1157
903
|
:param plane: Plane, Plane to be used for orientation
|
|
1158
904
|
|
|
1159
905
|
FLOOR
|
|
@@ -1161,7 +907,6 @@ def set_plane(
|
|
|
1161
907
|
|
|
1162
908
|
WALL
|
|
1163
909
|
Wall -- Set wall plane.
|
|
1164
|
-
:type plane: typing.Literal['FLOOR','WALL'] | None
|
|
1165
910
|
"""
|
|
1166
911
|
|
|
1167
912
|
def set_scale(
|
|
@@ -1173,10 +918,7 @@ def set_scale(
|
|
|
1173
918
|
) -> None:
|
|
1174
919
|
"""Set scale of scene by scaling camera (or its parent if present)
|
|
1175
920
|
|
|
1176
|
-
:type execution_context: int | str | None
|
|
1177
|
-
:type undo: bool | None
|
|
1178
921
|
:param distance: Distance, Distance between selected tracks
|
|
1179
|
-
:type distance: float | None
|
|
1180
922
|
"""
|
|
1181
923
|
|
|
1182
924
|
def set_scene_frames(
|
|
@@ -1184,11 +926,7 @@ def set_scene_frames(
|
|
|
1184
926
|
undo: bool | None = None,
|
|
1185
927
|
/,
|
|
1186
928
|
) -> None:
|
|
1187
|
-
"""Set scenes start and end frame to match clips start frame and length
|
|
1188
|
-
|
|
1189
|
-
:type execution_context: int | str | None
|
|
1190
|
-
:type undo: bool | None
|
|
1191
|
-
"""
|
|
929
|
+
"""Set scenes start and end frame to match clips start frame and length"""
|
|
1192
930
|
|
|
1193
931
|
def set_solution_scale(
|
|
1194
932
|
execution_context: int | str | None = None,
|
|
@@ -1199,10 +937,7 @@ def set_solution_scale(
|
|
|
1199
937
|
) -> None:
|
|
1200
938
|
"""Set object solution scale using distance between two selected tracks
|
|
1201
939
|
|
|
1202
|
-
:type execution_context: int | str | None
|
|
1203
|
-
:type undo: bool | None
|
|
1204
940
|
:param distance: Distance, Distance between selected tracks
|
|
1205
|
-
:type distance: float | None
|
|
1206
941
|
"""
|
|
1207
942
|
|
|
1208
943
|
def set_solver_keyframe(
|
|
@@ -1214,10 +949,7 @@ def set_solver_keyframe(
|
|
|
1214
949
|
) -> None:
|
|
1215
950
|
"""Set keyframe used by solver
|
|
1216
951
|
|
|
1217
|
-
:type execution_context: int | str | None
|
|
1218
|
-
:type undo: bool | None
|
|
1219
952
|
:param keyframe: Keyframe, Keyframe to set
|
|
1220
|
-
:type keyframe: typing.Literal['KEYFRAME_A','KEYFRAME_B'] | None
|
|
1221
953
|
"""
|
|
1222
954
|
|
|
1223
955
|
def set_viewport_background(
|
|
@@ -1225,22 +957,14 @@ def set_viewport_background(
|
|
|
1225
957
|
undo: bool | None = None,
|
|
1226
958
|
/,
|
|
1227
959
|
) -> None:
|
|
1228
|
-
"""Set current movie clip as a camera background in 3D Viewport (works only when a 3D Viewport is visible)
|
|
1229
|
-
|
|
1230
|
-
:type execution_context: int | str | None
|
|
1231
|
-
:type undo: bool | None
|
|
1232
|
-
"""
|
|
960
|
+
"""Set current movie clip as a camera background in 3D Viewport (works only when a 3D Viewport is visible)"""
|
|
1233
961
|
|
|
1234
962
|
def setup_tracking_scene(
|
|
1235
963
|
execution_context: int | str | None = None,
|
|
1236
964
|
undo: bool | None = None,
|
|
1237
965
|
/,
|
|
1238
966
|
) -> None:
|
|
1239
|
-
"""Prepare scene for compositing 3D objects into this footage
|
|
1240
|
-
|
|
1241
|
-
:type execution_context: int | str | None
|
|
1242
|
-
:type undo: bool | None
|
|
1243
|
-
"""
|
|
967
|
+
"""Prepare scene for compositing 3D objects into this footage"""
|
|
1244
968
|
|
|
1245
969
|
def slide_marker(
|
|
1246
970
|
execution_context: int | str | None = None,
|
|
@@ -1251,10 +975,7 @@ def slide_marker(
|
|
|
1251
975
|
) -> None:
|
|
1252
976
|
"""Slide marker areas
|
|
1253
977
|
|
|
1254
|
-
:type execution_context: int | str | None
|
|
1255
|
-
:type undo: bool | None
|
|
1256
978
|
:param offset: Offset, Offset in floating-point units, 1.0 is the width and height of the image
|
|
1257
|
-
:type offset: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1258
979
|
"""
|
|
1259
980
|
|
|
1260
981
|
def slide_plane_marker(
|
|
@@ -1262,88 +983,56 @@ def slide_plane_marker(
|
|
|
1262
983
|
undo: bool | None = None,
|
|
1263
984
|
/,
|
|
1264
985
|
) -> None:
|
|
1265
|
-
"""Slide plane marker areas
|
|
1266
|
-
|
|
1267
|
-
:type execution_context: int | str | None
|
|
1268
|
-
:type undo: bool | None
|
|
1269
|
-
"""
|
|
986
|
+
"""Slide plane marker areas"""
|
|
1270
987
|
|
|
1271
988
|
def solve_camera(
|
|
1272
989
|
execution_context: int | str | None = None,
|
|
1273
990
|
undo: bool | None = None,
|
|
1274
991
|
/,
|
|
1275
992
|
) -> None:
|
|
1276
|
-
"""Solve camera motion from tracks
|
|
1277
|
-
|
|
1278
|
-
:type execution_context: int | str | None
|
|
1279
|
-
:type undo: bool | None
|
|
1280
|
-
"""
|
|
993
|
+
"""Solve camera motion from tracks"""
|
|
1281
994
|
|
|
1282
995
|
def stabilize_2d_add(
|
|
1283
996
|
execution_context: int | str | None = None,
|
|
1284
997
|
undo: bool | None = None,
|
|
1285
998
|
/,
|
|
1286
999
|
) -> None:
|
|
1287
|
-
"""Add selected tracks to 2D translation stabilization
|
|
1288
|
-
|
|
1289
|
-
:type execution_context: int | str | None
|
|
1290
|
-
:type undo: bool | None
|
|
1291
|
-
"""
|
|
1000
|
+
"""Add selected tracks to 2D translation stabilization"""
|
|
1292
1001
|
|
|
1293
1002
|
def stabilize_2d_remove(
|
|
1294
1003
|
execution_context: int | str | None = None,
|
|
1295
1004
|
undo: bool | None = None,
|
|
1296
1005
|
/,
|
|
1297
1006
|
) -> None:
|
|
1298
|
-
"""Remove selected track from translation stabilization
|
|
1299
|
-
|
|
1300
|
-
:type execution_context: int | str | None
|
|
1301
|
-
:type undo: bool | None
|
|
1302
|
-
"""
|
|
1007
|
+
"""Remove selected track from translation stabilization"""
|
|
1303
1008
|
|
|
1304
1009
|
def stabilize_2d_rotation_add(
|
|
1305
1010
|
execution_context: int | str | None = None,
|
|
1306
1011
|
undo: bool | None = None,
|
|
1307
1012
|
/,
|
|
1308
1013
|
) -> None:
|
|
1309
|
-
"""Add selected tracks to 2D rotation stabilization
|
|
1310
|
-
|
|
1311
|
-
:type execution_context: int | str | None
|
|
1312
|
-
:type undo: bool | None
|
|
1313
|
-
"""
|
|
1014
|
+
"""Add selected tracks to 2D rotation stabilization"""
|
|
1314
1015
|
|
|
1315
1016
|
def stabilize_2d_rotation_remove(
|
|
1316
1017
|
execution_context: int | str | None = None,
|
|
1317
1018
|
undo: bool | None = None,
|
|
1318
1019
|
/,
|
|
1319
1020
|
) -> None:
|
|
1320
|
-
"""Remove selected track from rotation stabilization
|
|
1321
|
-
|
|
1322
|
-
:type execution_context: int | str | None
|
|
1323
|
-
:type undo: bool | None
|
|
1324
|
-
"""
|
|
1021
|
+
"""Remove selected track from rotation stabilization"""
|
|
1325
1022
|
|
|
1326
1023
|
def stabilize_2d_rotation_select(
|
|
1327
1024
|
execution_context: int | str | None = None,
|
|
1328
1025
|
undo: bool | None = None,
|
|
1329
1026
|
/,
|
|
1330
1027
|
) -> None:
|
|
1331
|
-
"""Select tracks which are used for rotation stabilization
|
|
1332
|
-
|
|
1333
|
-
:type execution_context: int | str | None
|
|
1334
|
-
:type undo: bool | None
|
|
1335
|
-
"""
|
|
1028
|
+
"""Select tracks which are used for rotation stabilization"""
|
|
1336
1029
|
|
|
1337
1030
|
def stabilize_2d_select(
|
|
1338
1031
|
execution_context: int | str | None = None,
|
|
1339
1032
|
undo: bool | None = None,
|
|
1340
1033
|
/,
|
|
1341
1034
|
) -> None:
|
|
1342
|
-
"""Select tracks which are used for translation stabilization
|
|
1343
|
-
|
|
1344
|
-
:type execution_context: int | str | None
|
|
1345
|
-
:type undo: bool | None
|
|
1346
|
-
"""
|
|
1035
|
+
"""Select tracks which are used for translation stabilization"""
|
|
1347
1036
|
|
|
1348
1037
|
def track_color_preset_add(
|
|
1349
1038
|
execution_context: int | str | None = None,
|
|
@@ -1356,14 +1045,9 @@ def track_color_preset_add(
|
|
|
1356
1045
|
) -> None:
|
|
1357
1046
|
"""Add or remove a Clip Track Color Preset
|
|
1358
1047
|
|
|
1359
|
-
:type execution_context: int | str | None
|
|
1360
|
-
:type undo: bool | None
|
|
1361
1048
|
:param name: Name, Name of the preset, used to make the path name
|
|
1362
|
-
:type name: str
|
|
1363
1049
|
:param remove_name: remove_name
|
|
1364
|
-
:type remove_name: bool | None
|
|
1365
1050
|
:param remove_active: remove_active
|
|
1366
|
-
:type remove_active: bool | None
|
|
1367
1051
|
"""
|
|
1368
1052
|
|
|
1369
1053
|
def track_copy_color(
|
|
@@ -1371,11 +1055,7 @@ def track_copy_color(
|
|
|
1371
1055
|
undo: bool | None = None,
|
|
1372
1056
|
/,
|
|
1373
1057
|
) -> None:
|
|
1374
|
-
"""Copy color to all selected tracks
|
|
1375
|
-
|
|
1376
|
-
:type execution_context: int | str | None
|
|
1377
|
-
:type undo: bool | None
|
|
1378
|
-
"""
|
|
1058
|
+
"""Copy color to all selected tracks"""
|
|
1379
1059
|
|
|
1380
1060
|
def track_markers(
|
|
1381
1061
|
execution_context: int | str | None = None,
|
|
@@ -1387,12 +1067,8 @@ def track_markers(
|
|
|
1387
1067
|
) -> None:
|
|
1388
1068
|
"""Track selected markers
|
|
1389
1069
|
|
|
1390
|
-
:type execution_context: int | str | None
|
|
1391
|
-
:type undo: bool | None
|
|
1392
1070
|
:param backwards: Backwards, Do backwards tracking
|
|
1393
|
-
:type backwards: bool | None
|
|
1394
1071
|
:param sequence: Track Sequence, Track marker during image sequence rather than single image
|
|
1395
|
-
:type sequence: bool | None
|
|
1396
1072
|
"""
|
|
1397
1073
|
|
|
1398
1074
|
def track_settings_as_default(
|
|
@@ -1400,55 +1076,35 @@ def track_settings_as_default(
|
|
|
1400
1076
|
undo: bool | None = None,
|
|
1401
1077
|
/,
|
|
1402
1078
|
) -> None:
|
|
1403
|
-
"""Copy tracking settings from active track to default settings
|
|
1404
|
-
|
|
1405
|
-
:type execution_context: int | str | None
|
|
1406
|
-
:type undo: bool | None
|
|
1407
|
-
"""
|
|
1079
|
+
"""Copy tracking settings from active track to default settings"""
|
|
1408
1080
|
|
|
1409
1081
|
def track_settings_to_track(
|
|
1410
1082
|
execution_context: int | str | None = None,
|
|
1411
1083
|
undo: bool | None = None,
|
|
1412
1084
|
/,
|
|
1413
1085
|
) -> None:
|
|
1414
|
-
"""Copy tracking settings from active track to selected tracks
|
|
1415
|
-
|
|
1416
|
-
:type execution_context: int | str | None
|
|
1417
|
-
:type undo: bool | None
|
|
1418
|
-
"""
|
|
1086
|
+
"""Copy tracking settings from active track to selected tracks"""
|
|
1419
1087
|
|
|
1420
1088
|
def track_to_empty(
|
|
1421
1089
|
execution_context: int | str | None = None,
|
|
1422
1090
|
undo: bool | None = None,
|
|
1423
1091
|
/,
|
|
1424
1092
|
) -> None:
|
|
1425
|
-
"""Create an Empty object which will be copying movement of active track
|
|
1426
|
-
|
|
1427
|
-
:type execution_context: int | str | None
|
|
1428
|
-
:type undo: bool | None
|
|
1429
|
-
"""
|
|
1093
|
+
"""Create an Empty object which will be copying movement of active track"""
|
|
1430
1094
|
|
|
1431
1095
|
def tracking_object_new(
|
|
1432
1096
|
execution_context: int | str | None = None,
|
|
1433
1097
|
undo: bool | None = None,
|
|
1434
1098
|
/,
|
|
1435
1099
|
) -> None:
|
|
1436
|
-
"""Add new object for tracking
|
|
1437
|
-
|
|
1438
|
-
:type execution_context: int | str | None
|
|
1439
|
-
:type undo: bool | None
|
|
1440
|
-
"""
|
|
1100
|
+
"""Add new object for tracking"""
|
|
1441
1101
|
|
|
1442
1102
|
def tracking_object_remove(
|
|
1443
1103
|
execution_context: int | str | None = None,
|
|
1444
1104
|
undo: bool | None = None,
|
|
1445
1105
|
/,
|
|
1446
1106
|
) -> None:
|
|
1447
|
-
"""Remove object for tracking
|
|
1448
|
-
|
|
1449
|
-
:type execution_context: int | str | None
|
|
1450
|
-
:type undo: bool | None
|
|
1451
|
-
"""
|
|
1107
|
+
"""Remove object for tracking"""
|
|
1452
1108
|
|
|
1453
1109
|
def tracking_settings_preset_add(
|
|
1454
1110
|
execution_context: int | str | None = None,
|
|
@@ -1461,14 +1117,9 @@ def tracking_settings_preset_add(
|
|
|
1461
1117
|
) -> None:
|
|
1462
1118
|
"""Add or remove a motion tracking settings preset
|
|
1463
1119
|
|
|
1464
|
-
:type execution_context: int | str | None
|
|
1465
|
-
:type undo: bool | None
|
|
1466
1120
|
:param name: Name, Name of the preset, used to make the path name
|
|
1467
|
-
:type name: str
|
|
1468
1121
|
:param remove_name: remove_name
|
|
1469
|
-
:type remove_name: bool | None
|
|
1470
1122
|
:param remove_active: remove_active
|
|
1471
|
-
:type remove_active: bool | None
|
|
1472
1123
|
"""
|
|
1473
1124
|
|
|
1474
1125
|
def update_image_from_plane_marker(
|
|
@@ -1476,11 +1127,7 @@ def update_image_from_plane_marker(
|
|
|
1476
1127
|
undo: bool | None = None,
|
|
1477
1128
|
/,
|
|
1478
1129
|
) -> None:
|
|
1479
|
-
"""Update current image used by plane marker from the content of the plane marker
|
|
1480
|
-
|
|
1481
|
-
:type execution_context: int | str | None
|
|
1482
|
-
:type undo: bool | None
|
|
1483
|
-
"""
|
|
1130
|
+
"""Update current image used by plane marker from the content of the plane marker"""
|
|
1484
1131
|
|
|
1485
1132
|
def view_all(
|
|
1486
1133
|
execution_context: int | str | None = None,
|
|
@@ -1491,10 +1138,7 @@ def view_all(
|
|
|
1491
1138
|
) -> None:
|
|
1492
1139
|
"""View whole image with markers
|
|
1493
1140
|
|
|
1494
|
-
:type execution_context: int | str | None
|
|
1495
|
-
:type undo: bool | None
|
|
1496
1141
|
:param fit_view: Fit View, Fit frame to the viewport
|
|
1497
|
-
:type fit_view: bool | None
|
|
1498
1142
|
"""
|
|
1499
1143
|
|
|
1500
1144
|
def view_center_cursor(
|
|
@@ -1502,22 +1146,14 @@ def view_center_cursor(
|
|
|
1502
1146
|
undo: bool | None = None,
|
|
1503
1147
|
/,
|
|
1504
1148
|
) -> None:
|
|
1505
|
-
"""Center the view so that the cursor is in the middle of the view
|
|
1506
|
-
|
|
1507
|
-
:type execution_context: int | str | None
|
|
1508
|
-
:type undo: bool | None
|
|
1509
|
-
"""
|
|
1149
|
+
"""Center the view so that the cursor is in the middle of the view"""
|
|
1510
1150
|
|
|
1511
1151
|
def view_ndof(
|
|
1512
1152
|
execution_context: int | str | None = None,
|
|
1513
1153
|
undo: bool | None = None,
|
|
1514
1154
|
/,
|
|
1515
1155
|
) -> None:
|
|
1516
|
-
"""Use a 3D mouse device to pan/zoom the view
|
|
1517
|
-
|
|
1518
|
-
:type execution_context: int | str | None
|
|
1519
|
-
:type undo: bool | None
|
|
1520
|
-
"""
|
|
1156
|
+
"""Use a 3D mouse device to pan/zoom the view"""
|
|
1521
1157
|
|
|
1522
1158
|
def view_pan(
|
|
1523
1159
|
execution_context: int | str | None = None,
|
|
@@ -1528,10 +1164,7 @@ def view_pan(
|
|
|
1528
1164
|
) -> None:
|
|
1529
1165
|
"""Pan the view
|
|
1530
1166
|
|
|
1531
|
-
:type execution_context: int | str | None
|
|
1532
|
-
:type undo: bool | None
|
|
1533
1167
|
:param offset: Offset, Offset in floating-point units, 1.0 is the width and height of the image
|
|
1534
|
-
:type offset: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1535
1168
|
"""
|
|
1536
1169
|
|
|
1537
1170
|
def view_selected(
|
|
@@ -1539,11 +1172,7 @@ def view_selected(
|
|
|
1539
1172
|
undo: bool | None = None,
|
|
1540
1173
|
/,
|
|
1541
1174
|
) -> None:
|
|
1542
|
-
"""View all selected elements
|
|
1543
|
-
|
|
1544
|
-
:type execution_context: int | str | None
|
|
1545
|
-
:type undo: bool | None
|
|
1546
|
-
"""
|
|
1175
|
+
"""View all selected elements"""
|
|
1547
1176
|
|
|
1548
1177
|
def view_zoom(
|
|
1549
1178
|
execution_context: int | str | None = None,
|
|
@@ -1555,12 +1184,8 @@ def view_zoom(
|
|
|
1555
1184
|
) -> None:
|
|
1556
1185
|
"""Zoom in/out the view
|
|
1557
1186
|
|
|
1558
|
-
:type execution_context: int | str | None
|
|
1559
|
-
:type undo: bool | None
|
|
1560
1187
|
:param factor: Factor, Zoom factor, values higher than 1.0 zoom in, lower values zoom out
|
|
1561
|
-
:type factor: float | None
|
|
1562
1188
|
:param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
|
|
1563
|
-
:type use_cursor_init: bool | None
|
|
1564
1189
|
"""
|
|
1565
1190
|
|
|
1566
1191
|
def view_zoom_in(
|
|
@@ -1572,10 +1197,7 @@ def view_zoom_in(
|
|
|
1572
1197
|
) -> None:
|
|
1573
1198
|
"""Zoom in the view
|
|
1574
1199
|
|
|
1575
|
-
:type execution_context: int | str | None
|
|
1576
|
-
:type undo: bool | None
|
|
1577
1200
|
:param location: Location, Cursor location in screen coordinates
|
|
1578
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1579
1201
|
"""
|
|
1580
1202
|
|
|
1581
1203
|
def view_zoom_out(
|
|
@@ -1587,10 +1209,7 @@ def view_zoom_out(
|
|
|
1587
1209
|
) -> None:
|
|
1588
1210
|
"""Zoom out the view
|
|
1589
1211
|
|
|
1590
|
-
:type execution_context: int | str | None
|
|
1591
|
-
:type undo: bool | None
|
|
1592
1212
|
:param location: Location, Cursor location in normalized (0.0 to 1.0) coordinates
|
|
1593
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1594
1213
|
"""
|
|
1595
1214
|
|
|
1596
1215
|
def view_zoom_ratio(
|
|
@@ -1602,8 +1221,5 @@ def view_zoom_ratio(
|
|
|
1602
1221
|
) -> None:
|
|
1603
1222
|
"""Set the zoom ratio (based on clip size)
|
|
1604
1223
|
|
|
1605
|
-
:type execution_context: int | str | None
|
|
1606
|
-
:type undo: bool | None
|
|
1607
1224
|
:param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
|
|
1608
|
-
:type ratio: float | None
|
|
1609
1225
|
"""
|