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