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