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/sequencer/__init__.pyi
CHANGED
|
@@ -1,18 +1,80 @@
|
|
|
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
|
|
|
9
|
-
def
|
|
10
|
-
execution_context: int | str | None = None,
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
def add_scene_strip_from_scene_asset(
|
|
11
|
+
execution_context: int | str | None = None,
|
|
12
|
+
undo: bool | None = None,
|
|
13
|
+
/,
|
|
14
|
+
*,
|
|
15
|
+
move_strips: bool | None = True,
|
|
16
|
+
frame_start: int | None = 0,
|
|
17
|
+
channel: int | None = 1,
|
|
18
|
+
replace_sel: bool | None = True,
|
|
19
|
+
overlap: bool | None = False,
|
|
20
|
+
overlap_shuffle_override: bool | None = False,
|
|
21
|
+
skip_locked_or_muted_channels: bool | None = True,
|
|
22
|
+
asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems
|
|
23
|
+
| None = "LOCAL",
|
|
24
|
+
asset_library_identifier: str = "",
|
|
25
|
+
relative_asset_identifier: str = "",
|
|
26
|
+
) -> None:
|
|
27
|
+
"""Add a strip using a duplicate of this scene asset as the source
|
|
28
|
+
|
|
29
|
+
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
30
|
+
:param frame_start: Start Frame, Start frame of the strip
|
|
31
|
+
:param channel: Channel, Channel to place this strip into
|
|
32
|
+
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
33
|
+
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
34
|
+
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
35
|
+
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
36
|
+
:param asset_library_type: Asset Library Type
|
|
37
|
+
:param asset_library_identifier: Asset Library Identifier
|
|
38
|
+
:param relative_asset_identifier: Relative Asset Identifier
|
|
39
|
+
"""
|
|
40
|
+
|
|
41
|
+
def box_blade(
|
|
42
|
+
execution_context: int | str | None = None,
|
|
43
|
+
undo: bool | None = None,
|
|
44
|
+
/,
|
|
45
|
+
*,
|
|
46
|
+
xmin: int | None = 0,
|
|
47
|
+
xmax: int | None = 0,
|
|
48
|
+
ymin: int | None = 0,
|
|
49
|
+
ymax: int | None = 0,
|
|
50
|
+
wait_for_input: bool | None = True,
|
|
51
|
+
mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
|
|
52
|
+
type: typing.Literal["SOFT", "HARD"] | None = "SOFT",
|
|
53
|
+
ignore_selection: bool | None = True,
|
|
54
|
+
ignore_connections: bool | None = False,
|
|
55
|
+
remove_gaps: bool | None = True,
|
|
56
|
+
) -> None:
|
|
57
|
+
"""Draw a box around the parts of strips you want to cut away
|
|
58
|
+
|
|
59
|
+
:param xmin: X Min
|
|
60
|
+
:param xmax: X Max
|
|
61
|
+
:param ymin: Y Min
|
|
62
|
+
:param ymax: Y Max
|
|
63
|
+
:param wait_for_input: Wait for Input
|
|
64
|
+
:param mode: Mode
|
|
65
|
+
|
|
66
|
+
SET
|
|
67
|
+
Set -- Set a new selection.
|
|
68
|
+
|
|
69
|
+
ADD
|
|
70
|
+
Extend -- Extend existing selection.
|
|
13
71
|
|
|
14
|
-
|
|
15
|
-
|
|
72
|
+
SUB
|
|
73
|
+
Subtract -- Subtract existing selection.
|
|
74
|
+
:param type: Type, The type of split operation to perform on strips
|
|
75
|
+
:param ignore_selection: Ignore Selection, In box blade mode, make cuts to all strips, even if they are not selected
|
|
76
|
+
:param ignore_connections: Ignore Connections, Dont propagate split to connected strips
|
|
77
|
+
:param remove_gaps: Remove Gaps, In box blade mode, close gaps between cut strips, rippling later strips on the same channel
|
|
16
78
|
"""
|
|
17
79
|
|
|
18
80
|
def change_effect_type(
|
|
@@ -30,7 +92,6 @@ def change_effect_type(
|
|
|
30
92
|
"MULTIPLY",
|
|
31
93
|
"WIPE",
|
|
32
94
|
"GLOW",
|
|
33
|
-
"TRANSFORM",
|
|
34
95
|
"COLOR",
|
|
35
96
|
"SPEED",
|
|
36
97
|
"MULTICAM",
|
|
@@ -40,64 +101,58 @@ def change_effect_type(
|
|
|
40
101
|
"COLORMIX",
|
|
41
102
|
]
|
|
42
103
|
| None = "CROSS",
|
|
43
|
-
):
|
|
44
|
-
"""
|
|
104
|
+
) -> None:
|
|
105
|
+
"""Replace effect strip with another that takes the same number of inputs
|
|
45
106
|
|
|
46
|
-
:type
|
|
47
|
-
:type undo: bool | None
|
|
48
|
-
:param type: Type, Sequencer effect type
|
|
107
|
+
:param type: Type, Strip effect type
|
|
49
108
|
|
|
50
109
|
CROSS
|
|
51
|
-
Crossfade --
|
|
110
|
+
Crossfade -- Fade out of one video, fading into another.
|
|
52
111
|
|
|
53
112
|
ADD
|
|
54
|
-
Add -- Add
|
|
113
|
+
Add -- Add together color channels from two videos.
|
|
55
114
|
|
|
56
115
|
SUBTRACT
|
|
57
|
-
Subtract -- Subtract
|
|
116
|
+
Subtract -- Subtract one strips color from another.
|
|
58
117
|
|
|
59
118
|
ALPHA_OVER
|
|
60
|
-
Alpha Over --
|
|
119
|
+
Alpha Over -- Blend alpha on top of another video.
|
|
61
120
|
|
|
62
121
|
ALPHA_UNDER
|
|
63
|
-
Alpha Under --
|
|
122
|
+
Alpha Under -- Blend alpha below another video.
|
|
64
123
|
|
|
65
124
|
GAMMA_CROSS
|
|
66
|
-
Gamma
|
|
125
|
+
Gamma Crossfade -- Crossfade with color correction.
|
|
67
126
|
|
|
68
127
|
MULTIPLY
|
|
69
|
-
Multiply -- Multiply
|
|
128
|
+
Multiply -- Multiply color channels from two videos.
|
|
70
129
|
|
|
71
130
|
WIPE
|
|
72
|
-
Wipe --
|
|
131
|
+
Wipe -- Sweep a transition line across the frame.
|
|
73
132
|
|
|
74
133
|
GLOW
|
|
75
|
-
Glow --
|
|
76
|
-
|
|
77
|
-
TRANSFORM
|
|
78
|
-
Transform -- Transform effect strip type.
|
|
134
|
+
Glow -- Add blur and brightness to light areas.
|
|
79
135
|
|
|
80
136
|
COLOR
|
|
81
|
-
Color --
|
|
137
|
+
Color -- Add a simple color strip.
|
|
82
138
|
|
|
83
139
|
SPEED
|
|
84
|
-
Speed --
|
|
140
|
+
Speed -- Timewarp video strips, modifying playback speed.
|
|
85
141
|
|
|
86
142
|
MULTICAM
|
|
87
|
-
Multicam Selector.
|
|
143
|
+
Multicam Selector -- Control active camera angles.
|
|
88
144
|
|
|
89
145
|
ADJUSTMENT
|
|
90
|
-
Adjustment Layer.
|
|
146
|
+
Adjustment Layer -- Apply nondestructive effects.
|
|
91
147
|
|
|
92
148
|
GAUSSIAN_BLUR
|
|
93
|
-
Gaussian Blur.
|
|
149
|
+
Gaussian Blur -- Soften details along axes.
|
|
94
150
|
|
|
95
151
|
TEXT
|
|
96
|
-
Text.
|
|
152
|
+
Text -- Add a simple text strip.
|
|
97
153
|
|
|
98
154
|
COLORMIX
|
|
99
|
-
Color Mix.
|
|
100
|
-
:type type: typing.Literal['CROSS','ADD','SUBTRACT','ALPHA_OVER','ALPHA_UNDER','GAMMA_CROSS','MULTIPLY','WIPE','GLOW','TRANSFORM','COLOR','SPEED','MULTICAM','ADJUSTMENT','GAUSSIAN_BLUR','TEXT','COLORMIX'] | None
|
|
155
|
+
Color Mix -- Combine two strips using blend modes.
|
|
101
156
|
"""
|
|
102
157
|
|
|
103
158
|
def change_path(
|
|
@@ -121,7 +176,6 @@ def change_path(
|
|
|
121
176
|
filter_text: bool | None = False,
|
|
122
177
|
filter_archive: bool | None = False,
|
|
123
178
|
filter_btx: bool | None = False,
|
|
124
|
-
filter_collada: bool | None = False,
|
|
125
179
|
filter_alembic: bool | None = False,
|
|
126
180
|
filter_usd: bool | None = False,
|
|
127
181
|
filter_obj: bool | None = False,
|
|
@@ -136,59 +190,32 @@ def change_path(
|
|
|
136
190
|
| None = "DEFAULT",
|
|
137
191
|
sort_method: str | None = "",
|
|
138
192
|
use_placeholders: bool | None = False,
|
|
139
|
-
):
|
|
193
|
+
) -> None:
|
|
140
194
|
"""Undocumented, consider contributing.
|
|
141
195
|
|
|
142
|
-
:type execution_context: int | str | None
|
|
143
|
-
:type undo: bool | None
|
|
144
196
|
:param filepath: File Path, Path to file
|
|
145
|
-
:type filepath: str
|
|
146
197
|
:param directory: Directory, Directory of the file
|
|
147
|
-
:type directory: str
|
|
148
198
|
:param files: Files
|
|
149
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
150
199
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
151
|
-
:type hide_props_region: bool | None
|
|
152
200
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
153
|
-
:type check_existing: bool | None
|
|
154
201
|
:param filter_blender: Filter .blend files
|
|
155
|
-
:type filter_blender: bool | None
|
|
156
202
|
:param filter_backup: Filter .blend files
|
|
157
|
-
:type filter_backup: bool | None
|
|
158
203
|
:param filter_image: Filter image files
|
|
159
|
-
:type filter_image: bool | None
|
|
160
204
|
:param filter_movie: Filter movie files
|
|
161
|
-
:type filter_movie: bool | None
|
|
162
205
|
:param filter_python: Filter Python files
|
|
163
|
-
:type filter_python: bool | None
|
|
164
206
|
:param filter_font: Filter font files
|
|
165
|
-
:type filter_font: bool | None
|
|
166
207
|
:param filter_sound: Filter sound files
|
|
167
|
-
:type filter_sound: bool | None
|
|
168
208
|
:param filter_text: Filter text files
|
|
169
|
-
:type filter_text: bool | None
|
|
170
209
|
:param filter_archive: Filter archive files
|
|
171
|
-
:type filter_archive: bool | None
|
|
172
210
|
:param filter_btx: Filter btx files
|
|
173
|
-
:type filter_btx: bool | None
|
|
174
|
-
:param filter_collada: Filter COLLADA files
|
|
175
|
-
:type filter_collada: bool | None
|
|
176
211
|
:param filter_alembic: Filter Alembic files
|
|
177
|
-
:type filter_alembic: bool | None
|
|
178
212
|
:param filter_usd: Filter USD files
|
|
179
|
-
:type filter_usd: bool | None
|
|
180
213
|
:param filter_obj: Filter OBJ files
|
|
181
|
-
:type filter_obj: bool | None
|
|
182
214
|
:param filter_volume: Filter OpenVDB volume files
|
|
183
|
-
:type filter_volume: bool | None
|
|
184
215
|
:param filter_folder: Filter folders
|
|
185
|
-
:type filter_folder: bool | None
|
|
186
216
|
:param filter_blenlib: Filter Blender IDs
|
|
187
|
-
:type filter_blenlib: bool | None
|
|
188
217
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
189
|
-
:type filemode: int | None
|
|
190
218
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
191
|
-
:type relative_path: bool | None
|
|
192
219
|
:param display_type: Display Type
|
|
193
220
|
|
|
194
221
|
DEFAULT
|
|
@@ -202,11 +229,8 @@ def change_path(
|
|
|
202
229
|
|
|
203
230
|
THUMBNAIL
|
|
204
231
|
Thumbnails -- Display files as thumbnails.
|
|
205
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
206
232
|
:param sort_method: File sorting mode
|
|
207
|
-
:type sort_method: str | None
|
|
208
233
|
:param use_placeholders: Use Placeholders, Use placeholders for missing frames of the strip
|
|
209
|
-
:type use_placeholders: bool | None
|
|
210
234
|
"""
|
|
211
235
|
|
|
212
236
|
def change_scene(
|
|
@@ -215,13 +239,10 @@ def change_scene(
|
|
|
215
239
|
/,
|
|
216
240
|
*,
|
|
217
241
|
scene: str | None = "",
|
|
218
|
-
):
|
|
242
|
+
) -> None:
|
|
219
243
|
"""Change Scene assigned to Strip
|
|
220
244
|
|
|
221
|
-
:type execution_context: int | str | None
|
|
222
|
-
:type undo: bool | None
|
|
223
245
|
:param scene: Scene
|
|
224
|
-
:type scene: str | None
|
|
225
246
|
"""
|
|
226
247
|
|
|
227
248
|
def connect(
|
|
@@ -230,30 +251,25 @@ def connect(
|
|
|
230
251
|
/,
|
|
231
252
|
*,
|
|
232
253
|
toggle: bool | None = True,
|
|
233
|
-
):
|
|
254
|
+
) -> None:
|
|
234
255
|
"""Link selected strips together for simplified group selection
|
|
235
256
|
|
|
236
|
-
:type execution_context: int | str | None
|
|
237
|
-
:type undo: bool | None
|
|
238
257
|
:param toggle: Toggle, Toggle strip connections
|
|
239
|
-
:type toggle: bool | None
|
|
240
258
|
"""
|
|
241
259
|
|
|
242
|
-
def copy(
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
"""
|
|
260
|
+
def copy(
|
|
261
|
+
execution_context: int | str | None = None,
|
|
262
|
+
undo: bool | None = None,
|
|
263
|
+
/,
|
|
264
|
+
) -> None:
|
|
265
|
+
"""Copy the selected strips to the internal clipboard"""
|
|
248
266
|
|
|
249
267
|
def crossfade_sounds(
|
|
250
|
-
execution_context: int | str | None = None,
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
:type undo: bool | None
|
|
256
|
-
"""
|
|
268
|
+
execution_context: int | str | None = None,
|
|
269
|
+
undo: bool | None = None,
|
|
270
|
+
/,
|
|
271
|
+
) -> None:
|
|
272
|
+
"""Do cross-fading volume animation of two selected sound strips"""
|
|
257
273
|
|
|
258
274
|
def cursor_set(
|
|
259
275
|
execution_context: int | str | None = None,
|
|
@@ -261,23 +277,18 @@ def cursor_set(
|
|
|
261
277
|
/,
|
|
262
278
|
*,
|
|
263
279
|
location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
|
|
264
|
-
):
|
|
280
|
+
) -> None:
|
|
265
281
|
"""Set 2D cursor location
|
|
266
282
|
|
|
267
|
-
:type execution_context: int | str | None
|
|
268
|
-
:type undo: bool | None
|
|
269
283
|
:param location: Location, Cursor location in normalized preview coordinates
|
|
270
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
271
284
|
"""
|
|
272
285
|
|
|
273
286
|
def deinterlace_selected_movies(
|
|
274
|
-
execution_context: int | str | None = None,
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
:type undo: bool | None
|
|
280
|
-
"""
|
|
287
|
+
execution_context: int | str | None = None,
|
|
288
|
+
undo: bool | None = None,
|
|
289
|
+
/,
|
|
290
|
+
) -> None:
|
|
291
|
+
"""Deinterlace all selected movie sources"""
|
|
281
292
|
|
|
282
293
|
def delete(
|
|
283
294
|
execution_context: int | str | None = None,
|
|
@@ -285,27 +296,29 @@ def delete(
|
|
|
285
296
|
/,
|
|
286
297
|
*,
|
|
287
298
|
delete_data: bool | None = False,
|
|
288
|
-
):
|
|
299
|
+
) -> None:
|
|
289
300
|
"""Delete selected strips from the sequencer
|
|
290
301
|
|
|
291
|
-
:type execution_context: int | str | None
|
|
292
|
-
:type undo: bool | None
|
|
293
302
|
:param delete_data: Delete Data, After removing the Strip, delete the associated data also
|
|
294
|
-
:type delete_data: bool | None
|
|
295
303
|
"""
|
|
296
304
|
|
|
297
|
-
def disconnect(
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
"""
|
|
305
|
+
def disconnect(
|
|
306
|
+
execution_context: int | str | None = None,
|
|
307
|
+
undo: bool | None = None,
|
|
308
|
+
/,
|
|
309
|
+
) -> None:
|
|
310
|
+
"""Unlink selected strips so that they can be selected individually"""
|
|
303
311
|
|
|
304
|
-
def duplicate(
|
|
312
|
+
def duplicate(
|
|
313
|
+
execution_context: int | str | None = None,
|
|
314
|
+
undo: bool | None = None,
|
|
315
|
+
/,
|
|
316
|
+
*,
|
|
317
|
+
linked: bool | None = False,
|
|
318
|
+
) -> None:
|
|
305
319
|
"""Duplicate the selected strips
|
|
306
320
|
|
|
307
|
-
:
|
|
308
|
-
:type undo: bool | None
|
|
321
|
+
:param linked: Linked, Duplicate strip but not strip data, linking to the original data
|
|
309
322
|
"""
|
|
310
323
|
|
|
311
324
|
def duplicate_move(
|
|
@@ -315,15 +328,25 @@ def duplicate_move(
|
|
|
315
328
|
*,
|
|
316
329
|
SEQUENCER_OT_duplicate: duplicate | None = None,
|
|
317
330
|
TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None = None,
|
|
318
|
-
):
|
|
331
|
+
) -> None:
|
|
319
332
|
"""Duplicate selected strips and move them
|
|
320
333
|
|
|
321
|
-
:type execution_context: int | str | None
|
|
322
|
-
:type undo: bool | None
|
|
323
334
|
:param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
|
|
324
|
-
:type SEQUENCER_OT_duplicate: duplicate | None
|
|
325
335
|
:param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
|
|
326
|
-
|
|
336
|
+
"""
|
|
337
|
+
|
|
338
|
+
def duplicate_move_linked(
|
|
339
|
+
execution_context: int | str | None = None,
|
|
340
|
+
undo: bool | None = None,
|
|
341
|
+
/,
|
|
342
|
+
*,
|
|
343
|
+
SEQUENCER_OT_duplicate: duplicate | None = None,
|
|
344
|
+
TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None = None,
|
|
345
|
+
) -> None:
|
|
346
|
+
"""Duplicate selected strips, but not their data, and move them
|
|
347
|
+
|
|
348
|
+
:param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
|
|
349
|
+
:param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
|
|
327
350
|
"""
|
|
328
351
|
|
|
329
352
|
def effect_strip_add(
|
|
@@ -341,7 +364,6 @@ def effect_strip_add(
|
|
|
341
364
|
"MULTIPLY",
|
|
342
365
|
"WIPE",
|
|
343
366
|
"GLOW",
|
|
344
|
-
"TRANSFORM",
|
|
345
367
|
"COLOR",
|
|
346
368
|
"SPEED",
|
|
347
369
|
"MULTICAM",
|
|
@@ -351,85 +373,76 @@ def effect_strip_add(
|
|
|
351
373
|
"COLORMIX",
|
|
352
374
|
]
|
|
353
375
|
| None = "CROSS",
|
|
376
|
+
move_strips: bool | None = True,
|
|
354
377
|
frame_start: int | None = 0,
|
|
355
|
-
|
|
378
|
+
length: int | None = 0,
|
|
356
379
|
channel: int | None = 1,
|
|
357
380
|
replace_sel: bool | None = True,
|
|
358
381
|
overlap: bool | None = False,
|
|
359
382
|
overlap_shuffle_override: bool | None = False,
|
|
383
|
+
skip_locked_or_muted_channels: bool | None = True,
|
|
360
384
|
color: collections.abc.Sequence[float] | mathutils.Color | None = (0.0, 0.0, 0.0),
|
|
361
|
-
):
|
|
385
|
+
) -> None:
|
|
362
386
|
"""Add an effect to the sequencer, most are applied on top of existing strips
|
|
363
387
|
|
|
364
|
-
:type execution_context: int | str | None
|
|
365
|
-
:type undo: bool | None
|
|
366
388
|
:param type: Type, Sequencer effect type
|
|
367
389
|
|
|
368
390
|
CROSS
|
|
369
|
-
Crossfade --
|
|
391
|
+
Crossfade -- Fade out of one video, fading into another.
|
|
370
392
|
|
|
371
393
|
ADD
|
|
372
|
-
Add -- Add
|
|
394
|
+
Add -- Add together color channels from two videos.
|
|
373
395
|
|
|
374
396
|
SUBTRACT
|
|
375
|
-
Subtract -- Subtract
|
|
397
|
+
Subtract -- Subtract one strips color from another.
|
|
376
398
|
|
|
377
399
|
ALPHA_OVER
|
|
378
|
-
Alpha Over --
|
|
400
|
+
Alpha Over -- Blend alpha on top of another video.
|
|
379
401
|
|
|
380
402
|
ALPHA_UNDER
|
|
381
|
-
Alpha Under --
|
|
403
|
+
Alpha Under -- Blend alpha below another video.
|
|
382
404
|
|
|
383
405
|
GAMMA_CROSS
|
|
384
|
-
Gamma
|
|
406
|
+
Gamma Crossfade -- Crossfade with color correction.
|
|
385
407
|
|
|
386
408
|
MULTIPLY
|
|
387
|
-
Multiply -- Multiply
|
|
409
|
+
Multiply -- Multiply color channels from two videos.
|
|
388
410
|
|
|
389
411
|
WIPE
|
|
390
|
-
Wipe --
|
|
412
|
+
Wipe -- Sweep a transition line across the frame.
|
|
391
413
|
|
|
392
414
|
GLOW
|
|
393
|
-
Glow --
|
|
394
|
-
|
|
395
|
-
TRANSFORM
|
|
396
|
-
Transform -- Transform effect strip type.
|
|
415
|
+
Glow -- Add blur and brightness to light areas.
|
|
397
416
|
|
|
398
417
|
COLOR
|
|
399
|
-
Color --
|
|
418
|
+
Color -- Add a simple color strip.
|
|
400
419
|
|
|
401
420
|
SPEED
|
|
402
|
-
Speed --
|
|
421
|
+
Speed -- Timewarp video strips, modifying playback speed.
|
|
403
422
|
|
|
404
423
|
MULTICAM
|
|
405
|
-
Multicam Selector.
|
|
424
|
+
Multicam Selector -- Control active camera angles.
|
|
406
425
|
|
|
407
426
|
ADJUSTMENT
|
|
408
|
-
Adjustment Layer.
|
|
427
|
+
Adjustment Layer -- Apply nondestructive effects.
|
|
409
428
|
|
|
410
429
|
GAUSSIAN_BLUR
|
|
411
|
-
Gaussian Blur.
|
|
430
|
+
Gaussian Blur -- Soften details along axes.
|
|
412
431
|
|
|
413
432
|
TEXT
|
|
414
|
-
Text.
|
|
433
|
+
Text -- Add a simple text strip.
|
|
415
434
|
|
|
416
435
|
COLORMIX
|
|
417
|
-
Color Mix.
|
|
418
|
-
:
|
|
419
|
-
:param frame_start: Start Frame, Start frame of the
|
|
420
|
-
:
|
|
421
|
-
:param frame_end: End Frame, End frame for the color strip
|
|
422
|
-
:type frame_end: int | None
|
|
436
|
+
Color Mix -- Combine two strips using blend modes.
|
|
437
|
+
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
438
|
+
:param frame_start: Start Frame, Start frame of the strip
|
|
439
|
+
:param length: Length, Length of the strip in frames, or the length of each strip if multiple are added
|
|
423
440
|
:param channel: Channel, Channel to place this strip into
|
|
424
|
-
:
|
|
425
|
-
:param
|
|
426
|
-
:type replace_sel: bool | None
|
|
427
|
-
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
428
|
-
:type overlap: bool | None
|
|
441
|
+
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
442
|
+
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
429
443
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
430
|
-
:
|
|
444
|
+
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
431
445
|
:param color: Color, Initialize the strip with this color
|
|
432
|
-
:type color: collections.abc.Sequence[float] | mathutils.Color | None
|
|
433
446
|
"""
|
|
434
447
|
|
|
435
448
|
def enable_proxies(
|
|
@@ -442,21 +455,14 @@ def enable_proxies(
|
|
|
442
455
|
proxy_75: bool | None = False,
|
|
443
456
|
proxy_100: bool | None = False,
|
|
444
457
|
overwrite: bool | None = False,
|
|
445
|
-
):
|
|
458
|
+
) -> None:
|
|
446
459
|
"""Enable selected proxies on all selected Movie and Image strips
|
|
447
460
|
|
|
448
|
-
:type execution_context: int | str | None
|
|
449
|
-
:type undo: bool | None
|
|
450
461
|
:param proxy_25: 25%
|
|
451
|
-
:type proxy_25: bool | None
|
|
452
462
|
:param proxy_50: 50%
|
|
453
|
-
:type proxy_50: bool | None
|
|
454
463
|
:param proxy_75: 75%
|
|
455
|
-
:type proxy_75: bool | None
|
|
456
464
|
:param proxy_100: 100%
|
|
457
|
-
:type proxy_100: bool | None
|
|
458
465
|
:param overwrite: Overwrite
|
|
459
|
-
:type overwrite: bool | None
|
|
460
466
|
"""
|
|
461
467
|
|
|
462
468
|
def export_subtitles(
|
|
@@ -477,7 +483,6 @@ def export_subtitles(
|
|
|
477
483
|
filter_text: bool | None = False,
|
|
478
484
|
filter_archive: bool | None = False,
|
|
479
485
|
filter_btx: bool | None = False,
|
|
480
|
-
filter_collada: bool | None = False,
|
|
481
486
|
filter_alembic: bool | None = False,
|
|
482
487
|
filter_usd: bool | None = False,
|
|
483
488
|
filter_obj: bool | None = False,
|
|
@@ -490,53 +495,29 @@ def export_subtitles(
|
|
|
490
495
|
]
|
|
491
496
|
| None = "DEFAULT",
|
|
492
497
|
sort_method: str | None = "",
|
|
493
|
-
):
|
|
498
|
+
) -> None:
|
|
494
499
|
"""Export .srt file containing text strips
|
|
495
500
|
|
|
496
|
-
:type execution_context: int | str | None
|
|
497
|
-
:type undo: bool | None
|
|
498
501
|
:param filepath: File Path, Path to file
|
|
499
|
-
:type filepath: str
|
|
500
502
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
501
|
-
:type hide_props_region: bool | None
|
|
502
503
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
503
|
-
:type check_existing: bool | None
|
|
504
504
|
:param filter_blender: Filter .blend files
|
|
505
|
-
:type filter_blender: bool | None
|
|
506
505
|
:param filter_backup: Filter .blend files
|
|
507
|
-
:type filter_backup: bool | None
|
|
508
506
|
:param filter_image: Filter image files
|
|
509
|
-
:type filter_image: bool | None
|
|
510
507
|
:param filter_movie: Filter movie files
|
|
511
|
-
:type filter_movie: bool | None
|
|
512
508
|
:param filter_python: Filter Python files
|
|
513
|
-
:type filter_python: bool | None
|
|
514
509
|
:param filter_font: Filter font files
|
|
515
|
-
:type filter_font: bool | None
|
|
516
510
|
:param filter_sound: Filter sound files
|
|
517
|
-
:type filter_sound: bool | None
|
|
518
511
|
:param filter_text: Filter text files
|
|
519
|
-
:type filter_text: bool | None
|
|
520
512
|
:param filter_archive: Filter archive files
|
|
521
|
-
:type filter_archive: bool | None
|
|
522
513
|
:param filter_btx: Filter btx files
|
|
523
|
-
:type filter_btx: bool | None
|
|
524
|
-
:param filter_collada: Filter COLLADA files
|
|
525
|
-
:type filter_collada: bool | None
|
|
526
514
|
:param filter_alembic: Filter Alembic files
|
|
527
|
-
:type filter_alembic: bool | None
|
|
528
515
|
:param filter_usd: Filter USD files
|
|
529
|
-
:type filter_usd: bool | None
|
|
530
516
|
:param filter_obj: Filter OBJ files
|
|
531
|
-
:type filter_obj: bool | None
|
|
532
517
|
:param filter_volume: Filter OpenVDB volume files
|
|
533
|
-
:type filter_volume: bool | None
|
|
534
518
|
:param filter_folder: Filter folders
|
|
535
|
-
:type filter_folder: bool | None
|
|
536
519
|
:param filter_blenlib: Filter Blender IDs
|
|
537
|
-
:type filter_blenlib: bool | None
|
|
538
520
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
539
|
-
:type filemode: int | None
|
|
540
521
|
:param display_type: Display Type
|
|
541
522
|
|
|
542
523
|
DEFAULT
|
|
@@ -550,9 +531,7 @@ def export_subtitles(
|
|
|
550
531
|
|
|
551
532
|
THUMBNAIL
|
|
552
533
|
Thumbnails -- Display files as thumbnails.
|
|
553
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
554
534
|
:param sort_method: File sorting mode
|
|
555
|
-
:type sort_method: str | None
|
|
556
535
|
"""
|
|
557
536
|
|
|
558
537
|
def fades_add(
|
|
@@ -563,13 +542,10 @@ def fades_add(
|
|
|
563
542
|
duration_seconds: float | None = 1.0,
|
|
564
543
|
type: typing.Literal["IN_OUT", "IN", "OUT", "CURSOR_FROM", "CURSOR_TO"]
|
|
565
544
|
| None = "IN_OUT",
|
|
566
|
-
):
|
|
545
|
+
) -> None:
|
|
567
546
|
"""Adds or updates a fade animation for either visual or audio strips
|
|
568
547
|
|
|
569
|
-
:type execution_context: int | str | None
|
|
570
|
-
:type undo: bool | None
|
|
571
548
|
:param duration_seconds: Fade Duration, Duration of the fade in seconds
|
|
572
|
-
:type duration_seconds: float | None
|
|
573
549
|
:param type: Fade Type, Fade in, out, both in and out, to, or from the current frame. Default is both in and out
|
|
574
550
|
|
|
575
551
|
IN_OUT
|
|
@@ -582,19 +558,18 @@ def fades_add(
|
|
|
582
558
|
Fade Out -- Fade out selected strips.
|
|
583
559
|
|
|
584
560
|
CURSOR_FROM
|
|
585
|
-
From Current Frame -- Fade from the time cursor to the end of overlapping
|
|
561
|
+
From Current Frame -- Fade from the time cursor to the end of overlapping strips.
|
|
586
562
|
|
|
587
563
|
CURSOR_TO
|
|
588
|
-
To Current Frame -- Fade from the start of
|
|
589
|
-
:type type: typing.Literal['IN_OUT','IN','OUT','CURSOR_FROM','CURSOR_TO'] | None
|
|
564
|
+
To Current Frame -- Fade from the start of strips under the time cursor to the current frame.
|
|
590
565
|
"""
|
|
591
566
|
|
|
592
|
-
def fades_clear(
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
"""
|
|
567
|
+
def fades_clear(
|
|
568
|
+
execution_context: int | str | None = None,
|
|
569
|
+
undo: bool | None = None,
|
|
570
|
+
/,
|
|
571
|
+
) -> None:
|
|
572
|
+
"""Removes fade animation from selected strips"""
|
|
598
573
|
|
|
599
574
|
def gap_insert(
|
|
600
575
|
execution_context: int | str | None = None,
|
|
@@ -602,13 +577,10 @@ def gap_insert(
|
|
|
602
577
|
/,
|
|
603
578
|
*,
|
|
604
579
|
frames: int | None = 10,
|
|
605
|
-
):
|
|
580
|
+
) -> None:
|
|
606
581
|
"""Insert gap at current frame to first strips at the right, independent of selection or locked state of strips
|
|
607
582
|
|
|
608
|
-
:type execution_context: int | str | None
|
|
609
|
-
:type undo: bool | None
|
|
610
583
|
:param frames: Frames, Frames to insert after current strip
|
|
611
|
-
:type frames: int | None
|
|
612
584
|
"""
|
|
613
585
|
|
|
614
586
|
def gap_remove(
|
|
@@ -617,13 +589,10 @@ def gap_remove(
|
|
|
617
589
|
/,
|
|
618
590
|
*,
|
|
619
591
|
all: bool | None = False,
|
|
620
|
-
):
|
|
592
|
+
) -> None:
|
|
621
593
|
"""Remove gap at current frame to first strip at the right, independent of selection or locked state of strips
|
|
622
594
|
|
|
623
|
-
:type execution_context: int | str | None
|
|
624
|
-
:type undo: bool | None
|
|
625
595
|
:param all: All Gaps, Do all gaps to right of current frame
|
|
626
|
-
:type all: bool | None
|
|
627
596
|
"""
|
|
628
597
|
|
|
629
598
|
def image_strip_add(
|
|
@@ -645,7 +614,6 @@ def image_strip_add(
|
|
|
645
614
|
filter_text: bool | None = False,
|
|
646
615
|
filter_archive: bool | None = False,
|
|
647
616
|
filter_btx: bool | None = False,
|
|
648
|
-
filter_collada: bool | None = False,
|
|
649
617
|
filter_alembic: bool | None = False,
|
|
650
618
|
filter_usd: bool | None = False,
|
|
651
619
|
filter_obj: bool | None = False,
|
|
@@ -669,68 +637,46 @@ def image_strip_add(
|
|
|
669
637
|
"ASSET_CATALOG",
|
|
670
638
|
]
|
|
671
639
|
| None = "",
|
|
640
|
+
move_strips: bool | None = True,
|
|
672
641
|
frame_start: int | None = 0,
|
|
673
|
-
|
|
642
|
+
length: int | None = 0,
|
|
674
643
|
channel: int | None = 1,
|
|
675
644
|
replace_sel: bool | None = True,
|
|
676
645
|
overlap: bool | None = False,
|
|
677
646
|
overlap_shuffle_override: bool | None = False,
|
|
678
|
-
|
|
647
|
+
skip_locked_or_muted_channels: bool | None = True,
|
|
648
|
+
fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None = "FIT",
|
|
679
649
|
set_view_transform: bool | None = True,
|
|
650
|
+
image_import_type: typing.Literal["DETECT", "SEQUENCE", "INDIVIDUAL"]
|
|
651
|
+
| None = "DETECT",
|
|
652
|
+
use_sequence_detection: bool | None = True,
|
|
680
653
|
use_placeholders: bool | None = False,
|
|
681
|
-
):
|
|
654
|
+
) -> None:
|
|
682
655
|
"""Add an image or image sequence to the sequencer
|
|
683
656
|
|
|
684
|
-
:type execution_context: int | str | None
|
|
685
|
-
:type undo: bool | None
|
|
686
657
|
:param directory: Directory, Directory of the file
|
|
687
|
-
:type directory: str
|
|
688
658
|
:param files: Files
|
|
689
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
690
659
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
691
|
-
:type check_existing: bool | None
|
|
692
660
|
:param filter_blender: Filter .blend files
|
|
693
|
-
:type filter_blender: bool | None
|
|
694
661
|
:param filter_backup: Filter .blend files
|
|
695
|
-
:type filter_backup: bool | None
|
|
696
662
|
:param filter_image: Filter image files
|
|
697
|
-
:type filter_image: bool | None
|
|
698
663
|
:param filter_movie: Filter movie files
|
|
699
|
-
:type filter_movie: bool | None
|
|
700
664
|
:param filter_python: Filter Python files
|
|
701
|
-
:type filter_python: bool | None
|
|
702
665
|
:param filter_font: Filter font files
|
|
703
|
-
:type filter_font: bool | None
|
|
704
666
|
:param filter_sound: Filter sound files
|
|
705
|
-
:type filter_sound: bool | None
|
|
706
667
|
:param filter_text: Filter text files
|
|
707
|
-
:type filter_text: bool | None
|
|
708
668
|
:param filter_archive: Filter archive files
|
|
709
|
-
:type filter_archive: bool | None
|
|
710
669
|
:param filter_btx: Filter btx files
|
|
711
|
-
:type filter_btx: bool | None
|
|
712
|
-
:param filter_collada: Filter COLLADA files
|
|
713
|
-
:type filter_collada: bool | None
|
|
714
670
|
:param filter_alembic: Filter Alembic files
|
|
715
|
-
:type filter_alembic: bool | None
|
|
716
671
|
:param filter_usd: Filter USD files
|
|
717
|
-
:type filter_usd: bool | None
|
|
718
672
|
:param filter_obj: Filter OBJ files
|
|
719
|
-
:type filter_obj: bool | None
|
|
720
673
|
:param filter_volume: Filter OpenVDB volume files
|
|
721
|
-
:type filter_volume: bool | None
|
|
722
674
|
:param filter_folder: Filter folders
|
|
723
|
-
:type filter_folder: bool | None
|
|
724
675
|
:param filter_blenlib: Filter Blender IDs
|
|
725
|
-
:type filter_blenlib: bool | None
|
|
726
676
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
727
|
-
:type filemode: int | None
|
|
728
677
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
729
|
-
:type relative_path: bool | None
|
|
730
678
|
:param show_multiview: Enable Multi-View
|
|
731
|
-
:type show_multiview: bool | None
|
|
732
679
|
:param use_multiview: Use Multi-View
|
|
733
|
-
:type use_multiview: bool | None
|
|
734
680
|
:param display_type: Display Type
|
|
735
681
|
|
|
736
682
|
DEFAULT
|
|
@@ -744,7 +690,6 @@ def image_strip_add(
|
|
|
744
690
|
|
|
745
691
|
THUMBNAIL
|
|
746
692
|
Thumbnails -- Display files as thumbnails.
|
|
747
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
748
693
|
:param sort_method: File sorting mode
|
|
749
694
|
|
|
750
695
|
DEFAULT
|
|
@@ -764,37 +709,28 @@ def image_strip_add(
|
|
|
764
709
|
|
|
765
710
|
ASSET_CATALOG
|
|
766
711
|
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..
|
|
767
|
-
:
|
|
768
|
-
:param frame_start: Start Frame, Start frame of the
|
|
769
|
-
:
|
|
770
|
-
:param frame_end: End Frame, End frame for the color strip
|
|
771
|
-
:type frame_end: int | None
|
|
712
|
+
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
713
|
+
:param frame_start: Start Frame, Start frame of the strip
|
|
714
|
+
:param length: Length, Length of the strip in frames, or the length of each strip if multiple are added
|
|
772
715
|
:param channel: Channel, Channel to place this strip into
|
|
773
|
-
:
|
|
774
|
-
:param
|
|
775
|
-
:type replace_sel: bool | None
|
|
776
|
-
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
777
|
-
:type overlap: bool | None
|
|
716
|
+
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
717
|
+
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
778
718
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
779
|
-
:
|
|
780
|
-
:param fit_method: Fit Method,
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
Scale to Fit -- Scale image to fit within the canvas.
|
|
719
|
+
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
720
|
+
:param fit_method: Fit Method, Mode for fitting the image to the canvas
|
|
721
|
+
:param set_view_transform: Set View Transform, Set appropriate view transform based on media color space
|
|
722
|
+
:param image_import_type: Import As, Mode for importing selected images
|
|
784
723
|
|
|
785
|
-
|
|
786
|
-
|
|
724
|
+
DETECT
|
|
725
|
+
Auto Detect -- Add images as individual strips, unless their filenames match Blenders numbered sequence pattern, in which case they are grouped into a single image sequence.
|
|
787
726
|
|
|
788
|
-
|
|
789
|
-
|
|
727
|
+
SEQUENCE
|
|
728
|
+
Image Sequence -- Import all selected images as a single image sequence. The sequence of images does not have to match Blenders numbered sequence pattern, so placeholders cannot be inferred.
|
|
790
729
|
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
:
|
|
794
|
-
:param
|
|
795
|
-
:type set_view_transform: bool | None
|
|
796
|
-
:param use_placeholders: Use Placeholders, Use placeholders for missing frames of the strip
|
|
797
|
-
:type use_placeholders: bool | None
|
|
730
|
+
INDIVIDUAL
|
|
731
|
+
Individual Images -- Add each selected image as an individual strip.
|
|
732
|
+
:param use_sequence_detection: Detect Sequences, Automatically detect animated sequences in selected images (based on file names)
|
|
733
|
+
:param use_placeholders: Use Placeholders, Reserve placeholder frames for missing frames of the image sequence
|
|
798
734
|
"""
|
|
799
735
|
|
|
800
736
|
def images_separate(
|
|
@@ -803,72 +739,65 @@ def images_separate(
|
|
|
803
739
|
/,
|
|
804
740
|
*,
|
|
805
741
|
length: int | None = 1,
|
|
806
|
-
):
|
|
742
|
+
) -> None:
|
|
807
743
|
"""On image sequence strips, it returns a strip for each image
|
|
808
744
|
|
|
809
|
-
:type execution_context: int | str | None
|
|
810
|
-
:type undo: bool | None
|
|
811
745
|
:param length: Length, Length of each frame
|
|
812
|
-
:type length: int | None
|
|
813
746
|
"""
|
|
814
747
|
|
|
815
|
-
def lock(
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
"""
|
|
748
|
+
def lock(
|
|
749
|
+
execution_context: int | str | None = None,
|
|
750
|
+
undo: bool | None = None,
|
|
751
|
+
/,
|
|
752
|
+
) -> None:
|
|
753
|
+
"""Lock strips so they cannot be transformed"""
|
|
821
754
|
|
|
822
755
|
def mask_strip_add(
|
|
823
756
|
execution_context: int | str | None = None,
|
|
824
757
|
undo: bool | None = None,
|
|
825
758
|
/,
|
|
826
759
|
*,
|
|
760
|
+
move_strips: bool | None = True,
|
|
827
761
|
frame_start: int | None = 0,
|
|
828
762
|
channel: int | None = 1,
|
|
829
763
|
replace_sel: bool | None = True,
|
|
830
764
|
overlap: bool | None = False,
|
|
831
765
|
overlap_shuffle_override: bool | None = False,
|
|
766
|
+
skip_locked_or_muted_channels: bool | None = True,
|
|
832
767
|
mask: str | None = "",
|
|
833
|
-
):
|
|
768
|
+
) -> None:
|
|
834
769
|
"""Add a mask strip to the sequencer
|
|
835
770
|
|
|
836
|
-
:
|
|
837
|
-
:
|
|
838
|
-
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
839
|
-
:type frame_start: int | None
|
|
771
|
+
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
772
|
+
:param frame_start: Start Frame, Start frame of the strip
|
|
840
773
|
:param channel: Channel, Channel to place this strip into
|
|
841
|
-
:
|
|
842
|
-
:param
|
|
843
|
-
:type replace_sel: bool | None
|
|
844
|
-
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
845
|
-
:type overlap: bool | None
|
|
774
|
+
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
775
|
+
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
846
776
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
847
|
-
:
|
|
777
|
+
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
848
778
|
:param mask: Mask
|
|
849
|
-
:type mask: str | None
|
|
850
779
|
"""
|
|
851
780
|
|
|
852
|
-
def meta_make(
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
"""
|
|
858
|
-
|
|
859
|
-
def meta_separate(execution_context: int | str | None = None, undo: bool | None = None):
|
|
860
|
-
"""Put the contents of a meta-strip back in the sequencer
|
|
861
|
-
|
|
862
|
-
:type execution_context: int | str | None
|
|
863
|
-
:type undo: bool | None
|
|
864
|
-
"""
|
|
781
|
+
def meta_make(
|
|
782
|
+
execution_context: int | str | None = None,
|
|
783
|
+
undo: bool | None = None,
|
|
784
|
+
/,
|
|
785
|
+
) -> None:
|
|
786
|
+
"""Group selected strips into a meta-strip"""
|
|
865
787
|
|
|
866
|
-
def
|
|
867
|
-
|
|
788
|
+
def meta_separate(
|
|
789
|
+
execution_context: int | str | None = None,
|
|
790
|
+
undo: bool | None = None,
|
|
791
|
+
/,
|
|
792
|
+
) -> None:
|
|
793
|
+
"""Put the contents of a meta-strip back in the sequencer"""
|
|
868
794
|
|
|
869
|
-
|
|
870
|
-
:
|
|
871
|
-
|
|
795
|
+
def meta_toggle(
|
|
796
|
+
execution_context: int | str | None = None,
|
|
797
|
+
undo: bool | None = None,
|
|
798
|
+
/,
|
|
799
|
+
) -> None:
|
|
800
|
+
"""Toggle a meta-strip (to edit enclosed strips)"""
|
|
872
801
|
|
|
873
802
|
def movie_strip_add(
|
|
874
803
|
execution_context: int | str | None = None,
|
|
@@ -890,7 +819,6 @@ def movie_strip_add(
|
|
|
890
819
|
filter_text: bool | None = False,
|
|
891
820
|
filter_archive: bool | None = False,
|
|
892
821
|
filter_btx: bool | None = False,
|
|
893
|
-
filter_collada: bool | None = False,
|
|
894
822
|
filter_alembic: bool | None = False,
|
|
895
823
|
filter_usd: bool | None = False,
|
|
896
824
|
filter_obj: bool | None = False,
|
|
@@ -914,71 +842,45 @@ def movie_strip_add(
|
|
|
914
842
|
"ASSET_CATALOG",
|
|
915
843
|
]
|
|
916
844
|
| None = "",
|
|
845
|
+
move_strips: bool | None = True,
|
|
917
846
|
frame_start: int | None = 0,
|
|
918
847
|
channel: int | None = 1,
|
|
919
848
|
replace_sel: bool | None = True,
|
|
920
849
|
overlap: bool | None = False,
|
|
921
850
|
overlap_shuffle_override: bool | None = False,
|
|
922
|
-
|
|
851
|
+
skip_locked_or_muted_channels: bool | None = True,
|
|
852
|
+
fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None = "FIT",
|
|
923
853
|
set_view_transform: bool | None = True,
|
|
924
854
|
adjust_playback_rate: bool | None = True,
|
|
925
855
|
sound: bool | None = True,
|
|
926
856
|
use_framerate: bool | None = True,
|
|
927
|
-
):
|
|
857
|
+
) -> None:
|
|
928
858
|
"""Add a movie strip to the sequencer
|
|
929
859
|
|
|
930
|
-
:type execution_context: int | str | None
|
|
931
|
-
:type undo: bool | None
|
|
932
860
|
:param filepath: File Path, Path to file
|
|
933
|
-
:type filepath: str
|
|
934
861
|
:param directory: Directory, Directory of the file
|
|
935
|
-
:type directory: str
|
|
936
862
|
:param files: Files
|
|
937
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
938
863
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
939
|
-
:type check_existing: bool | None
|
|
940
864
|
:param filter_blender: Filter .blend files
|
|
941
|
-
:type filter_blender: bool | None
|
|
942
865
|
:param filter_backup: Filter .blend files
|
|
943
|
-
:type filter_backup: bool | None
|
|
944
866
|
:param filter_image: Filter image files
|
|
945
|
-
:type filter_image: bool | None
|
|
946
867
|
:param filter_movie: Filter movie files
|
|
947
|
-
:type filter_movie: bool | None
|
|
948
868
|
:param filter_python: Filter Python files
|
|
949
|
-
:type filter_python: bool | None
|
|
950
869
|
:param filter_font: Filter font files
|
|
951
|
-
:type filter_font: bool | None
|
|
952
870
|
:param filter_sound: Filter sound files
|
|
953
|
-
:type filter_sound: bool | None
|
|
954
871
|
:param filter_text: Filter text files
|
|
955
|
-
:type filter_text: bool | None
|
|
956
872
|
:param filter_archive: Filter archive files
|
|
957
|
-
:type filter_archive: bool | None
|
|
958
873
|
:param filter_btx: Filter btx files
|
|
959
|
-
:type filter_btx: bool | None
|
|
960
|
-
:param filter_collada: Filter COLLADA files
|
|
961
|
-
:type filter_collada: bool | None
|
|
962
874
|
:param filter_alembic: Filter Alembic files
|
|
963
|
-
:type filter_alembic: bool | None
|
|
964
875
|
:param filter_usd: Filter USD files
|
|
965
|
-
:type filter_usd: bool | None
|
|
966
876
|
:param filter_obj: Filter OBJ files
|
|
967
|
-
:type filter_obj: bool | None
|
|
968
877
|
:param filter_volume: Filter OpenVDB volume files
|
|
969
|
-
:type filter_volume: bool | None
|
|
970
878
|
:param filter_folder: Filter folders
|
|
971
|
-
:type filter_folder: bool | None
|
|
972
879
|
:param filter_blenlib: Filter Blender IDs
|
|
973
|
-
:type filter_blenlib: bool | None
|
|
974
880
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
975
|
-
:type filemode: int | None
|
|
976
881
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
977
|
-
:type relative_path: bool | None
|
|
978
882
|
:param show_multiview: Enable Multi-View
|
|
979
|
-
:type show_multiview: bool | None
|
|
980
883
|
:param use_multiview: Use Multi-View
|
|
981
|
-
:type use_multiview: bool | None
|
|
982
884
|
:param display_type: Display Type
|
|
983
885
|
|
|
984
886
|
DEFAULT
|
|
@@ -992,7 +894,6 @@ def movie_strip_add(
|
|
|
992
894
|
|
|
993
895
|
THUMBNAIL
|
|
994
896
|
Thumbnails -- Display files as thumbnails.
|
|
995
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
996
897
|
:param sort_method: File sorting mode
|
|
997
898
|
|
|
998
899
|
DEFAULT
|
|
@@ -1012,39 +913,18 @@ def movie_strip_add(
|
|
|
1012
913
|
|
|
1013
914
|
ASSET_CATALOG
|
|
1014
915
|
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..
|
|
1015
|
-
:
|
|
1016
|
-
:param frame_start: Start Frame, Start frame of the
|
|
1017
|
-
:type frame_start: int | None
|
|
916
|
+
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
917
|
+
:param frame_start: Start Frame, Start frame of the strip
|
|
1018
918
|
:param channel: Channel, Channel to place this strip into
|
|
1019
|
-
:
|
|
1020
|
-
:param
|
|
1021
|
-
:type replace_sel: bool | None
|
|
1022
|
-
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
1023
|
-
:type overlap: bool | None
|
|
919
|
+
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
920
|
+
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
1024
921
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1025
|
-
:
|
|
1026
|
-
:param fit_method: Fit Method,
|
|
1027
|
-
|
|
1028
|
-
FIT
|
|
1029
|
-
Scale to Fit -- Scale image to fit within the canvas.
|
|
1030
|
-
|
|
1031
|
-
FILL
|
|
1032
|
-
Scale to Fill -- Scale image to completely fill the canvas.
|
|
1033
|
-
|
|
1034
|
-
STRETCH
|
|
1035
|
-
Stretch to Fill -- Stretch image to fill the canvas.
|
|
1036
|
-
|
|
1037
|
-
ORIGINAL
|
|
1038
|
-
Use Original Size -- Keep image at its original size.
|
|
1039
|
-
:type fit_method: typing.Literal['FIT','FILL','STRETCH','ORIGINAL'] | None
|
|
922
|
+
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
923
|
+
:param fit_method: Fit Method, Mode for fitting the image to the canvas
|
|
1040
924
|
:param set_view_transform: Set View Transform, Set appropriate view transform based on media color space
|
|
1041
|
-
:type set_view_transform: bool | None
|
|
1042
925
|
:param adjust_playback_rate: Adjust Playback Rate, Play at normal speed regardless of scene FPS
|
|
1043
|
-
:type adjust_playback_rate: bool | None
|
|
1044
926
|
:param sound: Sound, Load sound with the movie
|
|
1045
|
-
:type sound: bool | None
|
|
1046
927
|
:param use_framerate: Set Scene Frame Rate, Set frame rate of the current scene to the frame rate of the movie
|
|
1047
|
-
:type use_framerate: bool | None
|
|
1048
928
|
"""
|
|
1049
929
|
|
|
1050
930
|
def movieclip_strip_add(
|
|
@@ -1052,29 +932,25 @@ def movieclip_strip_add(
|
|
|
1052
932
|
undo: bool | None = None,
|
|
1053
933
|
/,
|
|
1054
934
|
*,
|
|
935
|
+
move_strips: bool | None = True,
|
|
1055
936
|
frame_start: int | None = 0,
|
|
1056
937
|
channel: int | None = 1,
|
|
1057
938
|
replace_sel: bool | None = True,
|
|
1058
939
|
overlap: bool | None = False,
|
|
1059
940
|
overlap_shuffle_override: bool | None = False,
|
|
941
|
+
skip_locked_or_muted_channels: bool | None = True,
|
|
1060
942
|
clip: str | None = "",
|
|
1061
|
-
):
|
|
943
|
+
) -> None:
|
|
1062
944
|
"""Add a movieclip strip to the sequencer
|
|
1063
945
|
|
|
1064
|
-
:
|
|
1065
|
-
:
|
|
1066
|
-
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
1067
|
-
:type frame_start: int | None
|
|
946
|
+
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
947
|
+
:param frame_start: Start Frame, Start frame of the strip
|
|
1068
948
|
:param channel: Channel, Channel to place this strip into
|
|
1069
|
-
:
|
|
1070
|
-
:param
|
|
1071
|
-
:type replace_sel: bool | None
|
|
1072
|
-
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
1073
|
-
:type overlap: bool | None
|
|
949
|
+
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
950
|
+
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
1074
951
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1075
|
-
:
|
|
952
|
+
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
1076
953
|
:param clip: Clip
|
|
1077
|
-
:type clip: str | None
|
|
1078
954
|
"""
|
|
1079
955
|
|
|
1080
956
|
def mute(
|
|
@@ -1083,21 +959,18 @@ def mute(
|
|
|
1083
959
|
/,
|
|
1084
960
|
*,
|
|
1085
961
|
unselected: bool | None = False,
|
|
1086
|
-
):
|
|
962
|
+
) -> None:
|
|
1087
963
|
"""Mute (un)selected strips
|
|
1088
964
|
|
|
1089
|
-
:type execution_context: int | str | None
|
|
1090
|
-
:type undo: bool | None
|
|
1091
965
|
:param unselected: Unselected, Mute unselected rather than selected strips
|
|
1092
|
-
:type unselected: bool | None
|
|
1093
966
|
"""
|
|
1094
967
|
|
|
1095
|
-
def offset_clear(
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
"""
|
|
968
|
+
def offset_clear(
|
|
969
|
+
execution_context: int | str | None = None,
|
|
970
|
+
undo: bool | None = None,
|
|
971
|
+
/,
|
|
972
|
+
) -> None:
|
|
973
|
+
"""Clear strip in/out offsets from the start and end of content"""
|
|
1101
974
|
|
|
1102
975
|
def paste(
|
|
1103
976
|
execution_context: int | str | None = None,
|
|
@@ -1105,13 +978,14 @@ def paste(
|
|
|
1105
978
|
/,
|
|
1106
979
|
*,
|
|
1107
980
|
keep_offset: bool | None = False,
|
|
1108
|
-
|
|
981
|
+
x: int | None = 0,
|
|
982
|
+
y: int | None = 0,
|
|
983
|
+
) -> None:
|
|
1109
984
|
"""Paste strips from the internal clipboard
|
|
1110
985
|
|
|
1111
|
-
:type execution_context: int | str | None
|
|
1112
|
-
:type undo: bool | None
|
|
1113
986
|
:param keep_offset: Keep Offset, Keep strip offset relative to the current frame when pasting
|
|
1114
|
-
:
|
|
987
|
+
:param x: X
|
|
988
|
+
:param y: Y
|
|
1115
989
|
"""
|
|
1116
990
|
|
|
1117
991
|
def preview_duplicate_move(
|
|
@@ -1121,39 +995,47 @@ def preview_duplicate_move(
|
|
|
1121
995
|
*,
|
|
1122
996
|
SEQUENCER_OT_duplicate: duplicate | None = None,
|
|
1123
997
|
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
1124
|
-
):
|
|
998
|
+
) -> None:
|
|
1125
999
|
"""Duplicate selected strips and move them
|
|
1126
1000
|
|
|
1127
|
-
:type execution_context: int | str | None
|
|
1128
|
-
:type undo: bool | None
|
|
1129
1001
|
:param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
|
|
1130
|
-
:type SEQUENCER_OT_duplicate: duplicate | None
|
|
1131
1002
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1132
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
1133
1003
|
"""
|
|
1134
1004
|
|
|
1135
|
-
def
|
|
1136
|
-
execution_context: int | str | None = None,
|
|
1137
|
-
|
|
1138
|
-
|
|
1005
|
+
def preview_duplicate_move_linked(
|
|
1006
|
+
execution_context: int | str | None = None,
|
|
1007
|
+
undo: bool | None = None,
|
|
1008
|
+
/,
|
|
1009
|
+
*,
|
|
1010
|
+
SEQUENCER_OT_duplicate: duplicate | None = None,
|
|
1011
|
+
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
1012
|
+
) -> None:
|
|
1013
|
+
"""Duplicate selected strips, but not their data, and move them
|
|
1139
1014
|
|
|
1140
|
-
:
|
|
1141
|
-
:
|
|
1015
|
+
:param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
|
|
1016
|
+
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1142
1017
|
"""
|
|
1143
1018
|
|
|
1144
|
-
def
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
"""
|
|
1019
|
+
def reassign_inputs(
|
|
1020
|
+
execution_context: int | str | None = None,
|
|
1021
|
+
undo: bool | None = None,
|
|
1022
|
+
/,
|
|
1023
|
+
) -> None:
|
|
1024
|
+
"""Reassign the inputs for the effect strip"""
|
|
1150
1025
|
|
|
1151
|
-
def
|
|
1152
|
-
|
|
1026
|
+
def rebuild_proxy(
|
|
1027
|
+
execution_context: int | str | None = None,
|
|
1028
|
+
undo: bool | None = None,
|
|
1029
|
+
/,
|
|
1030
|
+
) -> None:
|
|
1031
|
+
"""Rebuild all selected proxies and timecode indices"""
|
|
1153
1032
|
|
|
1154
|
-
|
|
1155
|
-
:
|
|
1156
|
-
|
|
1033
|
+
def refresh_all(
|
|
1034
|
+
execution_context: int | str | None = None,
|
|
1035
|
+
undo: bool | None = None,
|
|
1036
|
+
/,
|
|
1037
|
+
) -> None:
|
|
1038
|
+
"""Refresh the sequencer editor"""
|
|
1157
1039
|
|
|
1158
1040
|
def reload(
|
|
1159
1041
|
execution_context: int | str | None = None,
|
|
@@ -1161,30 +1043,25 @@ def reload(
|
|
|
1161
1043
|
/,
|
|
1162
1044
|
*,
|
|
1163
1045
|
adjust_length: bool | None = False,
|
|
1164
|
-
):
|
|
1046
|
+
) -> None:
|
|
1165
1047
|
"""Reload strips in the sequencer
|
|
1166
1048
|
|
|
1167
|
-
:type execution_context: int | str | None
|
|
1168
|
-
:type undo: bool | None
|
|
1169
1049
|
:param adjust_length: Adjust Length, Adjust length of strips to their data length
|
|
1170
|
-
:type adjust_length: bool | None
|
|
1171
1050
|
"""
|
|
1172
1051
|
|
|
1173
1052
|
def rename_channel(
|
|
1174
|
-
execution_context: int | str | None = None,
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
:type undo: bool | None
|
|
1180
|
-
"""
|
|
1181
|
-
|
|
1182
|
-
def rendersize(execution_context: int | str | None = None, undo: bool | None = None):
|
|
1183
|
-
"""Set render size and aspect from active sequence
|
|
1053
|
+
execution_context: int | str | None = None,
|
|
1054
|
+
undo: bool | None = None,
|
|
1055
|
+
/,
|
|
1056
|
+
) -> None:
|
|
1057
|
+
"""Undocumented, consider contributing."""
|
|
1184
1058
|
|
|
1185
|
-
|
|
1186
|
-
:
|
|
1187
|
-
|
|
1059
|
+
def rendersize(
|
|
1060
|
+
execution_context: int | str | None = None,
|
|
1061
|
+
undo: bool | None = None,
|
|
1062
|
+
/,
|
|
1063
|
+
) -> None:
|
|
1064
|
+
"""Set render size and aspect from active strip"""
|
|
1188
1065
|
|
|
1189
1066
|
def retiming_add_freeze_frame_slide(
|
|
1190
1067
|
execution_context: int | str | None = None,
|
|
@@ -1193,15 +1070,11 @@ def retiming_add_freeze_frame_slide(
|
|
|
1193
1070
|
*,
|
|
1194
1071
|
SEQUENCER_OT_retiming_freeze_frame_add: retiming_freeze_frame_add | None = None,
|
|
1195
1072
|
TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None = None,
|
|
1196
|
-
):
|
|
1073
|
+
) -> None:
|
|
1197
1074
|
"""Add freeze frame and move it
|
|
1198
1075
|
|
|
1199
|
-
:type execution_context: int | str | None
|
|
1200
|
-
:type undo: bool | None
|
|
1201
1076
|
:param SEQUENCER_OT_retiming_freeze_frame_add: Add Freeze Frame, Add freeze frame
|
|
1202
|
-
:type SEQUENCER_OT_retiming_freeze_frame_add: retiming_freeze_frame_add | None
|
|
1203
1077
|
:param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
|
|
1204
|
-
:type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
|
|
1205
1078
|
"""
|
|
1206
1079
|
|
|
1207
1080
|
def retiming_add_transition_slide(
|
|
@@ -1211,15 +1084,11 @@ def retiming_add_transition_slide(
|
|
|
1211
1084
|
*,
|
|
1212
1085
|
SEQUENCER_OT_retiming_transition_add: retiming_transition_add | None = None,
|
|
1213
1086
|
TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None = None,
|
|
1214
|
-
):
|
|
1087
|
+
) -> None:
|
|
1215
1088
|
"""Add smooth transition between 2 retimed segments and change its duration
|
|
1216
1089
|
|
|
1217
|
-
:type execution_context: int | str | None
|
|
1218
|
-
:type undo: bool | None
|
|
1219
1090
|
:param SEQUENCER_OT_retiming_transition_add: Add Speed Transition, Add smooth transition between 2 retimed segments
|
|
1220
|
-
:type SEQUENCER_OT_retiming_transition_add: retiming_transition_add | None
|
|
1221
1091
|
:param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
|
|
1222
|
-
:type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
|
|
1223
1092
|
"""
|
|
1224
1093
|
|
|
1225
1094
|
def retiming_freeze_frame_add(
|
|
@@ -1228,13 +1097,10 @@ def retiming_freeze_frame_add(
|
|
|
1228
1097
|
/,
|
|
1229
1098
|
*,
|
|
1230
1099
|
duration: int | None = 0,
|
|
1231
|
-
):
|
|
1100
|
+
) -> None:
|
|
1232
1101
|
"""Add freeze frame
|
|
1233
1102
|
|
|
1234
|
-
:type execution_context: int | str | None
|
|
1235
|
-
:type undo: bool | None
|
|
1236
1103
|
:param duration: Duration, Duration of freeze frame segment
|
|
1237
|
-
:type duration: int | None
|
|
1238
1104
|
"""
|
|
1239
1105
|
|
|
1240
1106
|
def retiming_key_add(
|
|
@@ -1243,32 +1109,25 @@ def retiming_key_add(
|
|
|
1243
1109
|
/,
|
|
1244
1110
|
*,
|
|
1245
1111
|
timeline_frame: int | None = 0,
|
|
1246
|
-
):
|
|
1112
|
+
) -> None:
|
|
1247
1113
|
"""Add retiming Key
|
|
1248
1114
|
|
|
1249
|
-
:type execution_context: int | str | None
|
|
1250
|
-
:type undo: bool | None
|
|
1251
1115
|
:param timeline_frame: Timeline Frame, Frame where key will be added
|
|
1252
|
-
:type timeline_frame: int | None
|
|
1253
1116
|
"""
|
|
1254
1117
|
|
|
1255
1118
|
def retiming_key_delete(
|
|
1256
|
-
execution_context: int | str | None = None,
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
:type undo: bool | None
|
|
1262
|
-
"""
|
|
1119
|
+
execution_context: int | str | None = None,
|
|
1120
|
+
undo: bool | None = None,
|
|
1121
|
+
/,
|
|
1122
|
+
) -> None:
|
|
1123
|
+
"""Delete selected retiming keys from the sequencer"""
|
|
1263
1124
|
|
|
1264
1125
|
def retiming_reset(
|
|
1265
|
-
execution_context: int | str | None = None,
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
:type undo: bool | None
|
|
1271
|
-
"""
|
|
1126
|
+
execution_context: int | str | None = None,
|
|
1127
|
+
undo: bool | None = None,
|
|
1128
|
+
/,
|
|
1129
|
+
) -> None:
|
|
1130
|
+
"""Reset strip retiming"""
|
|
1272
1131
|
|
|
1273
1132
|
def retiming_segment_speed_set(
|
|
1274
1133
|
execution_context: int | str | None = None,
|
|
@@ -1277,23 +1136,19 @@ def retiming_segment_speed_set(
|
|
|
1277
1136
|
*,
|
|
1278
1137
|
speed: float | None = 100.0,
|
|
1279
1138
|
keep_retiming: bool | None = True,
|
|
1280
|
-
):
|
|
1139
|
+
) -> None:
|
|
1281
1140
|
"""Set speed of retimed segment
|
|
1282
1141
|
|
|
1283
|
-
:type execution_context: int | str | None
|
|
1284
|
-
:type undo: bool | None
|
|
1285
1142
|
:param speed: Speed, New speed of retimed segment
|
|
1286
|
-
:type speed: float | None
|
|
1287
1143
|
:param keep_retiming: Preserve Current Retiming, Keep speed of other segments unchanged, change strip length instead
|
|
1288
|
-
:type keep_retiming: bool | None
|
|
1289
1144
|
"""
|
|
1290
1145
|
|
|
1291
|
-
def retiming_show(
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
"""
|
|
1146
|
+
def retiming_show(
|
|
1147
|
+
execution_context: int | str | None = None,
|
|
1148
|
+
undo: bool | None = None,
|
|
1149
|
+
/,
|
|
1150
|
+
) -> None:
|
|
1151
|
+
"""Show retiming keys in selected strips"""
|
|
1297
1152
|
|
|
1298
1153
|
def retiming_transition_add(
|
|
1299
1154
|
execution_context: int | str | None = None,
|
|
@@ -1301,13 +1156,10 @@ def retiming_transition_add(
|
|
|
1301
1156
|
/,
|
|
1302
1157
|
*,
|
|
1303
1158
|
duration: int | None = 0,
|
|
1304
|
-
):
|
|
1159
|
+
) -> None:
|
|
1305
1160
|
"""Add smooth transition between 2 retimed segments
|
|
1306
1161
|
|
|
1307
|
-
:type execution_context: int | str | None
|
|
1308
|
-
:type undo: bool | None
|
|
1309
1162
|
:param duration: Duration, Duration of freeze frame segment
|
|
1310
|
-
:type duration: int | None
|
|
1311
1163
|
"""
|
|
1312
1164
|
|
|
1313
1165
|
def sample(
|
|
@@ -1316,52 +1168,43 @@ def sample(
|
|
|
1316
1168
|
/,
|
|
1317
1169
|
*,
|
|
1318
1170
|
size: int | None = 1,
|
|
1319
|
-
):
|
|
1171
|
+
) -> None:
|
|
1320
1172
|
"""Use mouse to sample color in current frame
|
|
1321
1173
|
|
|
1322
|
-
:type execution_context: int | str | None
|
|
1323
|
-
:type undo: bool | None
|
|
1324
1174
|
:param size: Sample Size
|
|
1325
|
-
:type size: int | None
|
|
1326
1175
|
"""
|
|
1327
1176
|
|
|
1328
1177
|
def scene_frame_range_update(
|
|
1329
|
-
execution_context: int | str | None = None,
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
:type undo: bool | None
|
|
1335
|
-
"""
|
|
1178
|
+
execution_context: int | str | None = None,
|
|
1179
|
+
undo: bool | None = None,
|
|
1180
|
+
/,
|
|
1181
|
+
) -> None:
|
|
1182
|
+
"""Update frame range of scene strip"""
|
|
1336
1183
|
|
|
1337
1184
|
def scene_strip_add(
|
|
1338
1185
|
execution_context: int | str | None = None,
|
|
1339
1186
|
undo: bool | None = None,
|
|
1340
1187
|
/,
|
|
1341
1188
|
*,
|
|
1189
|
+
move_strips: bool | None = True,
|
|
1342
1190
|
frame_start: int | None = 0,
|
|
1343
1191
|
channel: int | None = 1,
|
|
1344
1192
|
replace_sel: bool | None = True,
|
|
1345
1193
|
overlap: bool | None = False,
|
|
1346
1194
|
overlap_shuffle_override: bool | None = False,
|
|
1195
|
+
skip_locked_or_muted_channels: bool | None = True,
|
|
1347
1196
|
scene: str | None = "",
|
|
1348
|
-
):
|
|
1349
|
-
"""Add a strip
|
|
1197
|
+
) -> None:
|
|
1198
|
+
"""Add a strip re-using this scene as the source
|
|
1350
1199
|
|
|
1351
|
-
:
|
|
1352
|
-
:
|
|
1353
|
-
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
1354
|
-
:type frame_start: int | None
|
|
1200
|
+
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
1201
|
+
:param frame_start: Start Frame, Start frame of the strip
|
|
1355
1202
|
:param channel: Channel, Channel to place this strip into
|
|
1356
|
-
:
|
|
1357
|
-
:param
|
|
1358
|
-
:type replace_sel: bool | None
|
|
1359
|
-
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
1360
|
-
:type overlap: bool | None
|
|
1203
|
+
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
1204
|
+
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
1361
1205
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1362
|
-
:
|
|
1206
|
+
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
1363
1207
|
:param scene: Scene
|
|
1364
|
-
:type scene: str | None
|
|
1365
1208
|
"""
|
|
1366
1209
|
|
|
1367
1210
|
def scene_strip_add_new(
|
|
@@ -1369,27 +1212,24 @@ def scene_strip_add_new(
|
|
|
1369
1212
|
undo: bool | None = None,
|
|
1370
1213
|
/,
|
|
1371
1214
|
*,
|
|
1215
|
+
move_strips: bool | None = True,
|
|
1372
1216
|
frame_start: int | None = 0,
|
|
1373
1217
|
channel: int | None = 1,
|
|
1374
1218
|
replace_sel: bool | None = True,
|
|
1375
1219
|
overlap: bool | None = False,
|
|
1376
1220
|
overlap_shuffle_override: bool | None = False,
|
|
1221
|
+
skip_locked_or_muted_channels: bool | None = True,
|
|
1377
1222
|
type: typing.Literal["NEW", "EMPTY", "LINK_COPY", "FULL_COPY"] | None = "NEW",
|
|
1378
|
-
):
|
|
1379
|
-
"""
|
|
1223
|
+
) -> None:
|
|
1224
|
+
"""Add a strip using a new scene as the source
|
|
1380
1225
|
|
|
1381
|
-
:
|
|
1382
|
-
:
|
|
1383
|
-
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
1384
|
-
:type frame_start: int | None
|
|
1226
|
+
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
1227
|
+
:param frame_start: Start Frame, Start frame of the strip
|
|
1385
1228
|
:param channel: Channel, Channel to place this strip into
|
|
1386
|
-
:
|
|
1387
|
-
:param
|
|
1388
|
-
:type replace_sel: bool | None
|
|
1389
|
-
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
1390
|
-
:type overlap: bool | None
|
|
1229
|
+
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
1230
|
+
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
1391
1231
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1392
|
-
:
|
|
1232
|
+
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
1393
1233
|
:param type: Type
|
|
1394
1234
|
|
|
1395
1235
|
NEW
|
|
@@ -1403,7 +1243,6 @@ def scene_strip_add_new(
|
|
|
1403
1243
|
|
|
1404
1244
|
FULL_COPY
|
|
1405
1245
|
Full Copy -- Add a Strip and make a full copy of the current scene.
|
|
1406
|
-
:type type: typing.Literal['NEW','EMPTY','LINK_COPY','FULL_COPY'] | None
|
|
1407
1246
|
"""
|
|
1408
1247
|
|
|
1409
1248
|
def select(
|
|
@@ -1412,6 +1251,7 @@ def select(
|
|
|
1412
1251
|
/,
|
|
1413
1252
|
*,
|
|
1414
1253
|
wait_to_deselect_others: bool | None = False,
|
|
1254
|
+
use_select_on_click: bool | None = False,
|
|
1415
1255
|
mouse_x: int | None = 0,
|
|
1416
1256
|
mouse_y: int | None = 0,
|
|
1417
1257
|
extend: bool | None = False,
|
|
@@ -1424,37 +1264,23 @@ def select(
|
|
|
1424
1264
|
linked_time: bool | None = False,
|
|
1425
1265
|
side_of_frame: bool | None = False,
|
|
1426
1266
|
ignore_connections: bool | None = False,
|
|
1427
|
-
):
|
|
1267
|
+
) -> None:
|
|
1428
1268
|
"""Select a strip (last selected becomes the "active strip")
|
|
1429
1269
|
|
|
1430
|
-
:type execution_context: int | str | None
|
|
1431
|
-
:type undo: bool | None
|
|
1432
1270
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
1433
|
-
:
|
|
1271
|
+
:param use_select_on_click: Act on Click, Instead of selecting on mouse press, wait to see if theres drag event. Otherwise select on mouse release
|
|
1434
1272
|
:param mouse_x: Mouse X
|
|
1435
|
-
:type mouse_x: int | None
|
|
1436
1273
|
:param mouse_y: Mouse Y
|
|
1437
|
-
:type mouse_y: int | None
|
|
1438
1274
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1439
|
-
:type extend: bool | None
|
|
1440
1275
|
:param deselect: Deselect, Remove from selection
|
|
1441
|
-
:type deselect: bool | None
|
|
1442
1276
|
:param toggle: Toggle Selection, Toggle the selection
|
|
1443
|
-
:type toggle: bool | None
|
|
1444
1277
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
1445
|
-
:type deselect_all: bool | None
|
|
1446
1278
|
:param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
|
|
1447
|
-
:type select_passthrough: bool | None
|
|
1448
1279
|
:param center: Center, Use the object center when selecting, in edit mode used to extend object selection
|
|
1449
|
-
:type center: bool | None
|
|
1450
1280
|
:param linked_handle: Linked Handle, Select handles next to the active strip
|
|
1451
|
-
:type linked_handle: bool | None
|
|
1452
1281
|
:param linked_time: Linked Time, Select other strips or handles at the same time, or all retiming keys after the current in retiming mode
|
|
1453
|
-
:type linked_time: bool | None
|
|
1454
1282
|
:param side_of_frame: Side of Frame, Select all strips on same side of the current frame as the mouse cursor
|
|
1455
|
-
:type side_of_frame: bool | None
|
|
1456
1283
|
:param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
|
|
1457
|
-
:type ignore_connections: bool | None
|
|
1458
1284
|
"""
|
|
1459
1285
|
|
|
1460
1286
|
def select_all(
|
|
@@ -1463,11 +1289,9 @@ def select_all(
|
|
|
1463
1289
|
/,
|
|
1464
1290
|
*,
|
|
1465
1291
|
action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
|
|
1466
|
-
):
|
|
1292
|
+
) -> None:
|
|
1467
1293
|
"""Select or deselect all strips
|
|
1468
1294
|
|
|
1469
|
-
:type execution_context: int | str | None
|
|
1470
|
-
:type undo: bool | None
|
|
1471
1295
|
:param action: Action, Selection action to execute
|
|
1472
1296
|
|
|
1473
1297
|
TOGGLE
|
|
@@ -1481,7 +1305,6 @@ def select_all(
|
|
|
1481
1305
|
|
|
1482
1306
|
INVERT
|
|
1483
1307
|
Invert -- Invert selection of all elements.
|
|
1484
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
1485
1308
|
"""
|
|
1486
1309
|
|
|
1487
1310
|
def select_box(
|
|
@@ -1498,21 +1321,14 @@ def select_box(
|
|
|
1498
1321
|
tweak: bool | None = False,
|
|
1499
1322
|
include_handles: bool | None = False,
|
|
1500
1323
|
ignore_connections: bool | None = False,
|
|
1501
|
-
):
|
|
1324
|
+
) -> None:
|
|
1502
1325
|
"""Select strips using box selection
|
|
1503
1326
|
|
|
1504
|
-
:type execution_context: int | str | None
|
|
1505
|
-
:type undo: bool | None
|
|
1506
1327
|
:param xmin: X Min
|
|
1507
|
-
:type xmin: int | None
|
|
1508
1328
|
:param xmax: X Max
|
|
1509
|
-
:type xmax: int | None
|
|
1510
1329
|
:param ymin: Y Min
|
|
1511
|
-
:type ymin: int | None
|
|
1512
1330
|
:param ymax: Y Max
|
|
1513
|
-
:type ymax: int | None
|
|
1514
1331
|
:param wait_for_input: Wait for Input
|
|
1515
|
-
:type wait_for_input: bool | None
|
|
1516
1332
|
:param mode: Mode
|
|
1517
1333
|
|
|
1518
1334
|
SET
|
|
@@ -1523,13 +1339,40 @@ def select_box(
|
|
|
1523
1339
|
|
|
1524
1340
|
SUB
|
|
1525
1341
|
Subtract -- Subtract existing selection.
|
|
1526
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
1527
1342
|
:param tweak: Tweak, Make box select pass through to sequence slide when the cursor is hovering on a strip
|
|
1528
|
-
:type tweak: bool | None
|
|
1529
1343
|
:param include_handles: Select Handles, Select the strips and their handles
|
|
1530
|
-
:type include_handles: bool | None
|
|
1531
1344
|
:param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
|
|
1532
|
-
|
|
1345
|
+
"""
|
|
1346
|
+
|
|
1347
|
+
def select_circle(
|
|
1348
|
+
execution_context: int | str | None = None,
|
|
1349
|
+
undo: bool | None = None,
|
|
1350
|
+
/,
|
|
1351
|
+
*,
|
|
1352
|
+
x: int | None = 0,
|
|
1353
|
+
y: int | None = 0,
|
|
1354
|
+
radius: int | None = 25,
|
|
1355
|
+
wait_for_input: bool | None = True,
|
|
1356
|
+
mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
|
|
1357
|
+
ignore_connections: bool | None = False,
|
|
1358
|
+
) -> None:
|
|
1359
|
+
"""Select strips using circle selection
|
|
1360
|
+
|
|
1361
|
+
:param x: X
|
|
1362
|
+
:param y: Y
|
|
1363
|
+
:param radius: Radius
|
|
1364
|
+
:param wait_for_input: Wait for Input
|
|
1365
|
+
:param mode: Mode
|
|
1366
|
+
|
|
1367
|
+
SET
|
|
1368
|
+
Set -- Set a new selection.
|
|
1369
|
+
|
|
1370
|
+
ADD
|
|
1371
|
+
Extend -- Extend existing selection.
|
|
1372
|
+
|
|
1373
|
+
SUB
|
|
1374
|
+
Subtract -- Subtract existing selection.
|
|
1375
|
+
:param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
|
|
1533
1376
|
"""
|
|
1534
1377
|
|
|
1535
1378
|
def select_grouped(
|
|
@@ -1543,11 +1386,9 @@ def select_grouped(
|
|
|
1543
1386
|
| None = "TYPE",
|
|
1544
1387
|
extend: bool | None = False,
|
|
1545
1388
|
use_active_channel: bool | None = False,
|
|
1546
|
-
):
|
|
1389
|
+
) -> None:
|
|
1547
1390
|
"""Select all strips grouped by various properties
|
|
1548
1391
|
|
|
1549
|
-
:type execution_context: int | str | None
|
|
1550
|
-
:type undo: bool | None
|
|
1551
1392
|
:param type: Type
|
|
1552
1393
|
|
|
1553
1394
|
TYPE
|
|
@@ -1570,11 +1411,8 @@ def select_grouped(
|
|
|
1570
1411
|
|
|
1571
1412
|
OVERLAP
|
|
1572
1413
|
Overlap -- Overlapping time.
|
|
1573
|
-
:type type: typing.Literal['TYPE','TYPE_BASIC','TYPE_EFFECT','DATA','EFFECT','EFFECT_LINK','OVERLAP'] | None
|
|
1574
1414
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1575
|
-
:type extend: bool | None
|
|
1576
1415
|
:param use_active_channel: Same Channel, Only consider strips on the same channel as the active one
|
|
1577
|
-
:type use_active_channel: bool | None
|
|
1578
1416
|
"""
|
|
1579
1417
|
|
|
1580
1418
|
def select_handle(
|
|
@@ -1583,22 +1421,18 @@ def select_handle(
|
|
|
1583
1421
|
/,
|
|
1584
1422
|
*,
|
|
1585
1423
|
wait_to_deselect_others: bool | None = False,
|
|
1424
|
+
use_select_on_click: bool | None = False,
|
|
1586
1425
|
mouse_x: int | None = 0,
|
|
1587
1426
|
mouse_y: int | None = 0,
|
|
1588
1427
|
ignore_connections: bool | None = False,
|
|
1589
|
-
):
|
|
1428
|
+
) -> None:
|
|
1590
1429
|
"""Select strip handle
|
|
1591
1430
|
|
|
1592
|
-
:type execution_context: int | str | None
|
|
1593
|
-
:type undo: bool | None
|
|
1594
1431
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
1595
|
-
:
|
|
1432
|
+
:param use_select_on_click: Act on Click, Instead of selecting on mouse press, wait to see if theres drag event. Otherwise select on mouse release
|
|
1596
1433
|
:param mouse_x: Mouse X
|
|
1597
|
-
:type mouse_x: int | None
|
|
1598
1434
|
:param mouse_y: Mouse Y
|
|
1599
|
-
:type mouse_y: int | None
|
|
1600
1435
|
:param ignore_connections: Ignore Connections, Select strips individually whether or not they are connected
|
|
1601
|
-
:type ignore_connections: bool | None
|
|
1602
1436
|
"""
|
|
1603
1437
|
|
|
1604
1438
|
def select_handles(
|
|
@@ -1610,50 +1444,73 @@ def select_handles(
|
|
|
1610
1444
|
"LEFT", "RIGHT", "BOTH", "LEFT_NEIGHBOR", "RIGHT_NEIGHBOR", "BOTH_NEIGHBORS"
|
|
1611
1445
|
]
|
|
1612
1446
|
| None = "BOTH",
|
|
1613
|
-
):
|
|
1447
|
+
) -> None:
|
|
1614
1448
|
"""Select gizmo handles on the sides of the selected strip
|
|
1615
1449
|
|
|
1616
|
-
:type execution_context: int | str | None
|
|
1617
|
-
:type undo: bool | None
|
|
1618
1450
|
:param side: Side, The side of the handle that is selected
|
|
1619
|
-
:type side: typing.Literal['LEFT','RIGHT','BOTH','LEFT_NEIGHBOR','RIGHT_NEIGHBOR','BOTH_NEIGHBORS'] | None
|
|
1620
1451
|
"""
|
|
1621
1452
|
|
|
1622
|
-
def
|
|
1623
|
-
|
|
1453
|
+
def select_lasso(
|
|
1454
|
+
execution_context: int | str | None = None,
|
|
1455
|
+
undo: bool | None = None,
|
|
1456
|
+
/,
|
|
1457
|
+
*,
|
|
1458
|
+
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
1459
|
+
use_smooth_stroke: bool | None = False,
|
|
1460
|
+
smooth_stroke_factor: float | None = 0.75,
|
|
1461
|
+
smooth_stroke_radius: int | None = 35,
|
|
1462
|
+
mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
|
|
1463
|
+
) -> None:
|
|
1464
|
+
"""Select strips using lasso selection
|
|
1465
|
+
|
|
1466
|
+
:param path: Path
|
|
1467
|
+
:param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
|
|
1468
|
+
:param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
|
|
1469
|
+
:param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
|
|
1470
|
+
:param mode: Mode
|
|
1624
1471
|
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
"""
|
|
1472
|
+
SET
|
|
1473
|
+
Set -- Set a new selection.
|
|
1628
1474
|
|
|
1629
|
-
|
|
1630
|
-
|
|
1475
|
+
ADD
|
|
1476
|
+
Extend -- Extend existing selection.
|
|
1631
1477
|
|
|
1632
|
-
|
|
1633
|
-
|
|
1478
|
+
SUB
|
|
1479
|
+
Subtract -- Subtract existing selection.
|
|
1634
1480
|
"""
|
|
1635
1481
|
|
|
1482
|
+
def select_less(
|
|
1483
|
+
execution_context: int | str | None = None,
|
|
1484
|
+
undo: bool | None = None,
|
|
1485
|
+
/,
|
|
1486
|
+
) -> None:
|
|
1487
|
+
"""Shrink the current selection of adjacent selected strips"""
|
|
1488
|
+
|
|
1489
|
+
def select_linked(
|
|
1490
|
+
execution_context: int | str | None = None,
|
|
1491
|
+
undo: bool | None = None,
|
|
1492
|
+
/,
|
|
1493
|
+
) -> None:
|
|
1494
|
+
"""Select all strips adjacent to the current selection"""
|
|
1495
|
+
|
|
1636
1496
|
def select_linked_pick(
|
|
1637
1497
|
execution_context: int | str | None = None,
|
|
1638
1498
|
undo: bool | None = None,
|
|
1639
1499
|
/,
|
|
1640
1500
|
*,
|
|
1641
1501
|
extend: bool | None = False,
|
|
1642
|
-
):
|
|
1502
|
+
) -> None:
|
|
1643
1503
|
"""Select a chain of linked strips nearest to the mouse pointer
|
|
1644
1504
|
|
|
1645
|
-
:type execution_context: int | str | None
|
|
1646
|
-
:type undo: bool | None
|
|
1647
1505
|
:param extend: Extend, Extend the selection
|
|
1648
|
-
:type extend: bool | None
|
|
1649
1506
|
"""
|
|
1650
1507
|
|
|
1651
|
-
def select_more(
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
"""
|
|
1508
|
+
def select_more(
|
|
1509
|
+
execution_context: int | str | None = None,
|
|
1510
|
+
undo: bool | None = None,
|
|
1511
|
+
/,
|
|
1512
|
+
) -> None:
|
|
1513
|
+
"""Select more strips adjacent to the current selection"""
|
|
1657
1514
|
|
|
1658
1515
|
def select_side(
|
|
1659
1516
|
execution_context: int | str | None = None,
|
|
@@ -1661,13 +1518,10 @@ def select_side(
|
|
|
1661
1518
|
/,
|
|
1662
1519
|
*,
|
|
1663
1520
|
side: typing.Literal["MOUSE", "LEFT", "RIGHT", "BOTH", "NO_CHANGE"] | None = "BOTH",
|
|
1664
|
-
):
|
|
1521
|
+
) -> None:
|
|
1665
1522
|
"""Select strips on the nominated side of the selected strips
|
|
1666
1523
|
|
|
1667
|
-
:type execution_context: int | str | None
|
|
1668
|
-
:type undo: bool | None
|
|
1669
1524
|
:param side: Side, The side to which the selection is applied
|
|
1670
|
-
:type side: typing.Literal['MOUSE','LEFT','RIGHT','BOTH','NO_CHANGE'] | None
|
|
1671
1525
|
"""
|
|
1672
1526
|
|
|
1673
1527
|
def select_side_of_frame(
|
|
@@ -1677,13 +1531,10 @@ def select_side_of_frame(
|
|
|
1677
1531
|
*,
|
|
1678
1532
|
extend: bool | None = False,
|
|
1679
1533
|
side: typing.Literal["LEFT", "RIGHT", "CURRENT"] | None = "LEFT",
|
|
1680
|
-
):
|
|
1534
|
+
) -> None:
|
|
1681
1535
|
"""Select strips relative to the current frame
|
|
1682
1536
|
|
|
1683
|
-
:type execution_context: int | str | None
|
|
1684
|
-
:type undo: bool | None
|
|
1685
1537
|
:param extend: Extend, Extend the selection
|
|
1686
|
-
:type extend: bool | None
|
|
1687
1538
|
:param side: Side
|
|
1688
1539
|
|
|
1689
1540
|
LEFT
|
|
@@ -1694,7 +1545,6 @@ def select_side_of_frame(
|
|
|
1694
1545
|
|
|
1695
1546
|
CURRENT
|
|
1696
1547
|
Current Frame -- Select intersecting with the current frame.
|
|
1697
|
-
:type side: typing.Literal['LEFT','RIGHT','CURRENT'] | None
|
|
1698
1548
|
"""
|
|
1699
1549
|
|
|
1700
1550
|
def set_range_to_strips(
|
|
@@ -1703,13 +1553,10 @@ def set_range_to_strips(
|
|
|
1703
1553
|
/,
|
|
1704
1554
|
*,
|
|
1705
1555
|
preview: bool | None = False,
|
|
1706
|
-
):
|
|
1556
|
+
) -> None:
|
|
1707
1557
|
"""Set the frame range to the selected strips start and end
|
|
1708
1558
|
|
|
1709
|
-
:type execution_context: int | str | None
|
|
1710
|
-
:type undo: bool | None
|
|
1711
1559
|
:param preview: Preview, Set the preview range instead
|
|
1712
|
-
:type preview: bool | None
|
|
1713
1560
|
"""
|
|
1714
1561
|
|
|
1715
1562
|
def slip(
|
|
@@ -1718,13 +1565,16 @@ def slip(
|
|
|
1718
1565
|
/,
|
|
1719
1566
|
*,
|
|
1720
1567
|
offset: float | None = 0.0,
|
|
1721
|
-
|
|
1568
|
+
slip_keyframes: bool | None = False,
|
|
1569
|
+
use_cursor_position: bool | None = False,
|
|
1570
|
+
ignore_connections: bool | None = False,
|
|
1571
|
+
) -> None:
|
|
1722
1572
|
"""Slip the contents of selected strips
|
|
1723
1573
|
|
|
1724
|
-
:type execution_context: int | str | None
|
|
1725
|
-
:type undo: bool | None
|
|
1726
1574
|
:param offset: Offset, Offset to the data of the strip
|
|
1727
|
-
:
|
|
1575
|
+
:param slip_keyframes: Slip Keyframes, Move the keyframes alongside the media
|
|
1576
|
+
:param use_cursor_position: Use Cursor Position, Slip strips under mouse cursor instead of all selected strips
|
|
1577
|
+
:param ignore_connections: Ignore Connections, Do not slip connected strips if using cursor position
|
|
1728
1578
|
"""
|
|
1729
1579
|
|
|
1730
1580
|
def snap(
|
|
@@ -1733,13 +1583,10 @@ def snap(
|
|
|
1733
1583
|
/,
|
|
1734
1584
|
*,
|
|
1735
1585
|
frame: int | None = 0,
|
|
1736
|
-
):
|
|
1586
|
+
) -> None:
|
|
1737
1587
|
"""Frame where selected strips will be snapped
|
|
1738
1588
|
|
|
1739
|
-
:type execution_context: int | str | None
|
|
1740
|
-
:type undo: bool | None
|
|
1741
1589
|
:param frame: Frame, Frame where selected strips will be snapped
|
|
1742
|
-
:type frame: int | None
|
|
1743
1590
|
"""
|
|
1744
1591
|
|
|
1745
1592
|
def sound_strip_add(
|
|
@@ -1762,7 +1609,6 @@ def sound_strip_add(
|
|
|
1762
1609
|
filter_text: bool | None = False,
|
|
1763
1610
|
filter_archive: bool | None = False,
|
|
1764
1611
|
filter_btx: bool | None = False,
|
|
1765
|
-
filter_collada: bool | None = False,
|
|
1766
1612
|
filter_alembic: bool | None = False,
|
|
1767
1613
|
filter_usd: bool | None = False,
|
|
1768
1614
|
filter_obj: bool | None = False,
|
|
@@ -1784,64 +1630,40 @@ def sound_strip_add(
|
|
|
1784
1630
|
"ASSET_CATALOG",
|
|
1785
1631
|
]
|
|
1786
1632
|
| None = "",
|
|
1633
|
+
move_strips: bool | None = True,
|
|
1787
1634
|
frame_start: int | None = 0,
|
|
1788
1635
|
channel: int | None = 1,
|
|
1789
1636
|
replace_sel: bool | None = True,
|
|
1790
1637
|
overlap: bool | None = False,
|
|
1791
1638
|
overlap_shuffle_override: bool | None = False,
|
|
1639
|
+
skip_locked_or_muted_channels: bool | None = True,
|
|
1792
1640
|
cache: bool | None = False,
|
|
1793
1641
|
mono: bool | None = False,
|
|
1794
|
-
):
|
|
1642
|
+
) -> None:
|
|
1795
1643
|
"""Add a sound strip to the sequencer
|
|
1796
1644
|
|
|
1797
|
-
:type execution_context: int | str | None
|
|
1798
|
-
:type undo: bool | None
|
|
1799
1645
|
:param filepath: File Path, Path to file
|
|
1800
|
-
:type filepath: str
|
|
1801
1646
|
:param directory: Directory, Directory of the file
|
|
1802
|
-
:type directory: str
|
|
1803
1647
|
:param files: Files
|
|
1804
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
1805
1648
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
1806
|
-
:type check_existing: bool | None
|
|
1807
1649
|
:param filter_blender: Filter .blend files
|
|
1808
|
-
:type filter_blender: bool | None
|
|
1809
1650
|
:param filter_backup: Filter .blend files
|
|
1810
|
-
:type filter_backup: bool | None
|
|
1811
1651
|
:param filter_image: Filter image files
|
|
1812
|
-
:type filter_image: bool | None
|
|
1813
1652
|
:param filter_movie: Filter movie files
|
|
1814
|
-
:type filter_movie: bool | None
|
|
1815
1653
|
:param filter_python: Filter Python files
|
|
1816
|
-
:type filter_python: bool | None
|
|
1817
1654
|
:param filter_font: Filter font files
|
|
1818
|
-
:type filter_font: bool | None
|
|
1819
1655
|
:param filter_sound: Filter sound files
|
|
1820
|
-
:type filter_sound: bool | None
|
|
1821
1656
|
:param filter_text: Filter text files
|
|
1822
|
-
:type filter_text: bool | None
|
|
1823
1657
|
:param filter_archive: Filter archive files
|
|
1824
|
-
:type filter_archive: bool | None
|
|
1825
1658
|
:param filter_btx: Filter btx files
|
|
1826
|
-
:type filter_btx: bool | None
|
|
1827
|
-
:param filter_collada: Filter COLLADA files
|
|
1828
|
-
:type filter_collada: bool | None
|
|
1829
1659
|
:param filter_alembic: Filter Alembic files
|
|
1830
|
-
:type filter_alembic: bool | None
|
|
1831
1660
|
:param filter_usd: Filter USD files
|
|
1832
|
-
:type filter_usd: bool | None
|
|
1833
1661
|
:param filter_obj: Filter OBJ files
|
|
1834
|
-
:type filter_obj: bool | None
|
|
1835
1662
|
:param filter_volume: Filter OpenVDB volume files
|
|
1836
|
-
:type filter_volume: bool | None
|
|
1837
1663
|
:param filter_folder: Filter folders
|
|
1838
|
-
:type filter_folder: bool | None
|
|
1839
1664
|
:param filter_blenlib: Filter Blender IDs
|
|
1840
|
-
:type filter_blenlib: bool | None
|
|
1841
1665
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
1842
|
-
:type filemode: int | None
|
|
1843
1666
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
1844
|
-
:type relative_path: bool | None
|
|
1845
1667
|
:param display_type: Display Type
|
|
1846
1668
|
|
|
1847
1669
|
DEFAULT
|
|
@@ -1855,7 +1677,6 @@ def sound_strip_add(
|
|
|
1855
1677
|
|
|
1856
1678
|
THUMBNAIL
|
|
1857
1679
|
Thumbnails -- Display files as thumbnails.
|
|
1858
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
1859
1680
|
:param sort_method: File sorting mode
|
|
1860
1681
|
|
|
1861
1682
|
DEFAULT
|
|
@@ -1875,21 +1696,15 @@ def sound_strip_add(
|
|
|
1875
1696
|
|
|
1876
1697
|
ASSET_CATALOG
|
|
1877
1698
|
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..
|
|
1878
|
-
:
|
|
1879
|
-
:param frame_start: Start Frame, Start frame of the
|
|
1880
|
-
:type frame_start: int | None
|
|
1699
|
+
:param move_strips: Move Strips, Automatically begin translating strips with the mouse after adding them to the timeline
|
|
1700
|
+
:param frame_start: Start Frame, Start frame of the strip
|
|
1881
1701
|
:param channel: Channel, Channel to place this strip into
|
|
1882
|
-
:
|
|
1883
|
-
:param
|
|
1884
|
-
:type replace_sel: bool | None
|
|
1885
|
-
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
1886
|
-
:type overlap: bool | None
|
|
1702
|
+
:param replace_sel: Replace Selection, Deselect previously selected strips after add operation completes
|
|
1703
|
+
:param overlap: Allow Overlap, Dont correct overlap on new strips
|
|
1887
1704
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1888
|
-
:
|
|
1705
|
+
:param skip_locked_or_muted_channels: Skip Locked or Muted Channels, Add strips to muted or locked channels when adding movie strips
|
|
1889
1706
|
:param cache: Cache, Cache the sound in memory
|
|
1890
|
-
:
|
|
1891
|
-
:param mono: Mono, Merge all the sound's channels into one
|
|
1892
|
-
:type mono: bool | None
|
|
1707
|
+
:param mono: Mono, Merge all the sounds channels into one
|
|
1893
1708
|
"""
|
|
1894
1709
|
|
|
1895
1710
|
def split(
|
|
@@ -1904,23 +1719,17 @@ def split(
|
|
|
1904
1719
|
side: typing.Literal["MOUSE", "LEFT", "RIGHT", "BOTH", "NO_CHANGE"]
|
|
1905
1720
|
| None = "MOUSE",
|
|
1906
1721
|
ignore_selection: bool | None = False,
|
|
1907
|
-
|
|
1722
|
+
ignore_connections: bool | None = False,
|
|
1723
|
+
) -> None:
|
|
1908
1724
|
"""Split the selected strips in two
|
|
1909
1725
|
|
|
1910
|
-
:type execution_context: int | str | None
|
|
1911
|
-
:type undo: bool | None
|
|
1912
1726
|
:param frame: Frame, Frame where selected strips will be split
|
|
1913
|
-
:type frame: int | None
|
|
1914
1727
|
:param channel: Channel, Channel in which strip will be cut
|
|
1915
|
-
:type channel: int | None
|
|
1916
1728
|
:param type: Type, The type of split operation to perform on strips
|
|
1917
|
-
:type type: typing.Literal['SOFT','HARD'] | None
|
|
1918
1729
|
:param use_cursor_position: Use Cursor Position, Split at position of the cursor instead of current frame
|
|
1919
|
-
:type use_cursor_position: bool | None
|
|
1920
1730
|
:param side: Side, The side that remains selected after splitting
|
|
1921
|
-
:type side: typing.Literal['MOUSE','LEFT','RIGHT','BOTH','NO_CHANGE'] | None
|
|
1922
1731
|
:param ignore_selection: Ignore Selection, Make cut even if strip is not selected preserving selection state after cut
|
|
1923
|
-
:
|
|
1732
|
+
:param ignore_connections: Ignore Connections, Dont propagate split to connected strips
|
|
1924
1733
|
"""
|
|
1925
1734
|
|
|
1926
1735
|
def split_multicam(
|
|
@@ -1929,13 +1738,10 @@ def split_multicam(
|
|
|
1929
1738
|
/,
|
|
1930
1739
|
*,
|
|
1931
1740
|
camera: int | None = 1,
|
|
1932
|
-
):
|
|
1741
|
+
) -> None:
|
|
1933
1742
|
"""Split multicam strip and select camera
|
|
1934
1743
|
|
|
1935
|
-
:type execution_context: int | str | None
|
|
1936
|
-
:type undo: bool | None
|
|
1937
1744
|
:param camera: Camera
|
|
1938
|
-
:type camera: int | None
|
|
1939
1745
|
"""
|
|
1940
1746
|
|
|
1941
1747
|
def strip_color_tag_set(
|
|
@@ -1943,14 +1749,11 @@ def strip_color_tag_set(
|
|
|
1943
1749
|
undo: bool | None = None,
|
|
1944
1750
|
/,
|
|
1945
1751
|
*,
|
|
1946
|
-
color: bpy.
|
|
1947
|
-
):
|
|
1752
|
+
color: bpy.stub_internal.rna_enums.StripColorItems | None = "NONE",
|
|
1753
|
+
) -> None:
|
|
1948
1754
|
"""Set a color tag for the selected strips
|
|
1949
1755
|
|
|
1950
|
-
:type execution_context: int | str | None
|
|
1951
|
-
:type undo: bool | None
|
|
1952
1756
|
:param color: Color Tag
|
|
1953
|
-
:type color: bpy._typing.rna_enums.StripColorItems | None
|
|
1954
1757
|
"""
|
|
1955
1758
|
|
|
1956
1759
|
def strip_jump(
|
|
@@ -1960,15 +1763,11 @@ def strip_jump(
|
|
|
1960
1763
|
*,
|
|
1961
1764
|
next: bool | None = True,
|
|
1962
1765
|
center: bool | None = True,
|
|
1963
|
-
):
|
|
1766
|
+
) -> None:
|
|
1964
1767
|
"""Move frame to previous edit point
|
|
1965
1768
|
|
|
1966
|
-
:type execution_context: int | str | None
|
|
1967
|
-
:type undo: bool | None
|
|
1968
1769
|
:param next: Next Strip
|
|
1969
|
-
:type next: bool | None
|
|
1970
1770
|
:param center: Use Strip Center
|
|
1971
|
-
:type center: bool | None
|
|
1972
1771
|
"""
|
|
1973
1772
|
|
|
1974
1773
|
def strip_modifier_add(
|
|
@@ -1977,13 +1776,10 @@ def strip_modifier_add(
|
|
|
1977
1776
|
/,
|
|
1978
1777
|
*,
|
|
1979
1778
|
type: str | None = "",
|
|
1980
|
-
):
|
|
1779
|
+
) -> None:
|
|
1981
1780
|
"""Add a modifier to the strip
|
|
1982
1781
|
|
|
1983
|
-
:type execution_context: int | str | None
|
|
1984
|
-
:type undo: bool | None
|
|
1985
1782
|
:param type: Type
|
|
1986
|
-
:type type: str | None
|
|
1987
1783
|
"""
|
|
1988
1784
|
|
|
1989
1785
|
def strip_modifier_copy(
|
|
@@ -1992,11 +1788,9 @@ def strip_modifier_copy(
|
|
|
1992
1788
|
/,
|
|
1993
1789
|
*,
|
|
1994
1790
|
type: typing.Literal["REPLACE", "APPEND"] | None = "REPLACE",
|
|
1995
|
-
):
|
|
1791
|
+
) -> None:
|
|
1996
1792
|
"""Copy modifiers of the active strip to all selected strips
|
|
1997
1793
|
|
|
1998
|
-
:type execution_context: int | str | None
|
|
1999
|
-
:type undo: bool | None
|
|
2000
1794
|
:param type: Type
|
|
2001
1795
|
|
|
2002
1796
|
REPLACE
|
|
@@ -2004,7 +1798,6 @@ def strip_modifier_copy(
|
|
|
2004
1798
|
|
|
2005
1799
|
APPEND
|
|
2006
1800
|
Append -- Append active modifiers to selected strips.
|
|
2007
|
-
:type type: typing.Literal['REPLACE','APPEND'] | None
|
|
2008
1801
|
"""
|
|
2009
1802
|
|
|
2010
1803
|
def strip_modifier_equalizer_redefine(
|
|
@@ -2014,11 +1807,9 @@ def strip_modifier_equalizer_redefine(
|
|
|
2014
1807
|
*,
|
|
2015
1808
|
graphs: typing.Literal["SIMPLE", "DOUBLE", "TRIPLE"] | None = "SIMPLE",
|
|
2016
1809
|
name: str = "Name",
|
|
2017
|
-
):
|
|
1810
|
+
) -> None:
|
|
2018
1811
|
"""Redefine equalizer graphs
|
|
2019
1812
|
|
|
2020
|
-
:type execution_context: int | str | None
|
|
2021
|
-
:type undo: bool | None
|
|
2022
1813
|
:param graphs: Graphs, Number of graphs
|
|
2023
1814
|
|
|
2024
1815
|
SIMPLE
|
|
@@ -2029,9 +1820,7 @@ def strip_modifier_equalizer_redefine(
|
|
|
2029
1820
|
|
|
2030
1821
|
TRIPLE
|
|
2031
1822
|
Triplet -- Graphical definition in 3 sections.
|
|
2032
|
-
:type graphs: typing.Literal['SIMPLE','DOUBLE','TRIPLE'] | None
|
|
2033
1823
|
:param name: Name, Name of modifier to redefine
|
|
2034
|
-
:type name: str
|
|
2035
1824
|
"""
|
|
2036
1825
|
|
|
2037
1826
|
def strip_modifier_move(
|
|
@@ -2041,13 +1830,10 @@ def strip_modifier_move(
|
|
|
2041
1830
|
*,
|
|
2042
1831
|
name: str = "Name",
|
|
2043
1832
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
2044
|
-
):
|
|
1833
|
+
) -> None:
|
|
2045
1834
|
"""Move modifier up and down in the stack
|
|
2046
1835
|
|
|
2047
|
-
:type execution_context: int | str | None
|
|
2048
|
-
:type undo: bool | None
|
|
2049
1836
|
:param name: Name, Name of modifier to remove
|
|
2050
|
-
:type name: str
|
|
2051
1837
|
:param direction: Type
|
|
2052
1838
|
|
|
2053
1839
|
UP
|
|
@@ -2055,7 +1841,20 @@ def strip_modifier_move(
|
|
|
2055
1841
|
|
|
2056
1842
|
DOWN
|
|
2057
1843
|
Down -- Move modifier down in the stack.
|
|
2058
|
-
|
|
1844
|
+
"""
|
|
1845
|
+
|
|
1846
|
+
def strip_modifier_move_to_index(
|
|
1847
|
+
execution_context: int | str | None = None,
|
|
1848
|
+
undo: bool | None = None,
|
|
1849
|
+
/,
|
|
1850
|
+
*,
|
|
1851
|
+
modifier: str = "",
|
|
1852
|
+
index: int | None = 0,
|
|
1853
|
+
) -> None:
|
|
1854
|
+
"""Change the strip modifiers index in the stack so it evaluates after the set number of others
|
|
1855
|
+
|
|
1856
|
+
:param modifier: Modifier, Name of the modifier to edit
|
|
1857
|
+
:param index: Index, The index to move the modifier to
|
|
2059
1858
|
"""
|
|
2060
1859
|
|
|
2061
1860
|
def strip_modifier_remove(
|
|
@@ -2064,13 +1863,22 @@ def strip_modifier_remove(
|
|
|
2064
1863
|
/,
|
|
2065
1864
|
*,
|
|
2066
1865
|
name: str = "Name",
|
|
2067
|
-
):
|
|
1866
|
+
) -> None:
|
|
2068
1867
|
"""Remove a modifier from the strip
|
|
2069
1868
|
|
|
2070
|
-
:type execution_context: int | str | None
|
|
2071
|
-
:type undo: bool | None
|
|
2072
1869
|
:param name: Name, Name of modifier to remove
|
|
2073
|
-
|
|
1870
|
+
"""
|
|
1871
|
+
|
|
1872
|
+
def strip_modifier_set_active(
|
|
1873
|
+
execution_context: int | str | None = None,
|
|
1874
|
+
undo: bool | None = None,
|
|
1875
|
+
/,
|
|
1876
|
+
*,
|
|
1877
|
+
modifier: str = "",
|
|
1878
|
+
) -> None:
|
|
1879
|
+
"""Activate the strip modifier to use as the context
|
|
1880
|
+
|
|
1881
|
+
:param modifier: Modifier, Name of the strip modifier to edit
|
|
2074
1882
|
"""
|
|
2075
1883
|
|
|
2076
1884
|
def strip_transform_clear(
|
|
@@ -2079,11 +1887,9 @@ def strip_transform_clear(
|
|
|
2079
1887
|
/,
|
|
2080
1888
|
*,
|
|
2081
1889
|
property: typing.Literal["POSITION", "SCALE", "ROTATION", "ALL"] | None = "ALL",
|
|
2082
|
-
):
|
|
1890
|
+
) -> None:
|
|
2083
1891
|
"""Reset image transformation to default value
|
|
2084
1892
|
|
|
2085
|
-
:type execution_context: int | str | None
|
|
2086
|
-
:type undo: bool | None
|
|
2087
1893
|
:param property: Property, Strip transform property to be reset
|
|
2088
1894
|
|
|
2089
1895
|
POSITION
|
|
@@ -2097,7 +1903,6 @@ def strip_transform_clear(
|
|
|
2097
1903
|
|
|
2098
1904
|
ALL
|
|
2099
1905
|
All -- Reset strip transform location, scale and rotation.
|
|
2100
|
-
:type property: typing.Literal['POSITION','SCALE','ROTATION','ALL'] | None
|
|
2101
1906
|
"""
|
|
2102
1907
|
|
|
2103
1908
|
def strip_transform_fit(
|
|
@@ -2105,23 +1910,11 @@ def strip_transform_fit(
|
|
|
2105
1910
|
undo: bool | None = None,
|
|
2106
1911
|
/,
|
|
2107
1912
|
*,
|
|
2108
|
-
fit_method:
|
|
2109
|
-
):
|
|
1913
|
+
fit_method: bpy.stub_internal.rna_enums.StripScaleMethodItems | None = "FIT",
|
|
1914
|
+
) -> None:
|
|
2110
1915
|
"""Undocumented, consider contributing.
|
|
2111
1916
|
|
|
2112
|
-
|
|
2113
|
-
:type undo: bool | None
|
|
2114
|
-
:param fit_method: Fit Method, Scale fit fit_method
|
|
2115
|
-
|
|
2116
|
-
FIT
|
|
2117
|
-
Scale to Fit -- Scale image so fits in preview.
|
|
2118
|
-
|
|
2119
|
-
FILL
|
|
2120
|
-
Scale to Fill -- Scale image so it fills preview completely.
|
|
2121
|
-
|
|
2122
|
-
STRETCH
|
|
2123
|
-
Stretch to Fill -- Stretch image so it fills preview.
|
|
2124
|
-
:type fit_method: typing.Literal['FIT','FILL','STRETCH'] | None
|
|
1917
|
+
:param fit_method: Fit Method, Mode for fitting the image to the canvas
|
|
2125
1918
|
"""
|
|
2126
1919
|
|
|
2127
1920
|
def swap(
|
|
@@ -2130,28 +1923,25 @@ def swap(
|
|
|
2130
1923
|
/,
|
|
2131
1924
|
*,
|
|
2132
1925
|
side: typing.Literal["LEFT", "RIGHT"] | None = "RIGHT",
|
|
2133
|
-
):
|
|
1926
|
+
) -> None:
|
|
2134
1927
|
"""Swap active strip with strip to the right or left
|
|
2135
1928
|
|
|
2136
|
-
:type execution_context: int | str | None
|
|
2137
|
-
:type undo: bool | None
|
|
2138
1929
|
:param side: Side, Side of the strip to swap
|
|
2139
|
-
:type side: typing.Literal['LEFT','RIGHT'] | None
|
|
2140
|
-
"""
|
|
2141
|
-
|
|
2142
|
-
def swap_data(execution_context: int | str | None = None, undo: bool | None = None):
|
|
2143
|
-
"""Swap 2 sequencer strips
|
|
2144
|
-
|
|
2145
|
-
:type execution_context: int | str | None
|
|
2146
|
-
:type undo: bool | None
|
|
2147
1930
|
"""
|
|
2148
1931
|
|
|
2149
|
-
def
|
|
2150
|
-
|
|
1932
|
+
def swap_data(
|
|
1933
|
+
execution_context: int | str | None = None,
|
|
1934
|
+
undo: bool | None = None,
|
|
1935
|
+
/,
|
|
1936
|
+
) -> None:
|
|
1937
|
+
"""Swap 2 sequencer strips"""
|
|
2151
1938
|
|
|
2152
|
-
|
|
2153
|
-
:
|
|
2154
|
-
|
|
1939
|
+
def swap_inputs(
|
|
1940
|
+
execution_context: int | str | None = None,
|
|
1941
|
+
undo: bool | None = None,
|
|
1942
|
+
/,
|
|
1943
|
+
) -> None:
|
|
1944
|
+
"""Swap the two inputs of the effect strip"""
|
|
2155
1945
|
|
|
2156
1946
|
def text_cursor_move(
|
|
2157
1947
|
execution_context: int | str | None = None,
|
|
@@ -2172,15 +1962,11 @@ def text_cursor_move(
|
|
|
2172
1962
|
]
|
|
2173
1963
|
| None = "LINE_BEGIN",
|
|
2174
1964
|
select_text: bool | None = False,
|
|
2175
|
-
):
|
|
1965
|
+
) -> None:
|
|
2176
1966
|
"""Move cursor in text
|
|
2177
1967
|
|
|
2178
|
-
:type execution_context: int | str | None
|
|
2179
|
-
:type undo: bool | None
|
|
2180
1968
|
:param type: Type, Where to move cursor to, to make a selection
|
|
2181
|
-
:type type: typing.Literal['LINE_BEGIN','LINE_END','TEXT_BEGIN','TEXT_END','PREVIOUS_CHARACTER','NEXT_CHARACTER','PREVIOUS_WORD','NEXT_WORD','PREVIOUS_LINE','NEXT_LINE'] | None
|
|
2182
1969
|
:param select_text: Select Text, Select text while moving cursor
|
|
2183
|
-
:type select_text: bool | None
|
|
2184
1970
|
"""
|
|
2185
1971
|
|
|
2186
1972
|
def text_cursor_set(
|
|
@@ -2189,13 +1975,10 @@ def text_cursor_set(
|
|
|
2189
1975
|
/,
|
|
2190
1976
|
*,
|
|
2191
1977
|
select_text: bool | None = False,
|
|
2192
|
-
):
|
|
1978
|
+
) -> None:
|
|
2193
1979
|
"""Set cursor position in text
|
|
2194
1980
|
|
|
2195
|
-
:type execution_context: int | str | None
|
|
2196
|
-
:type undo: bool | None
|
|
2197
1981
|
:param select_text: Select Text, Select text while moving cursor
|
|
2198
|
-
:type select_text: bool | None
|
|
2199
1982
|
"""
|
|
2200
1983
|
|
|
2201
1984
|
def text_delete(
|
|
@@ -2205,57 +1988,46 @@ def text_delete(
|
|
|
2205
1988
|
*,
|
|
2206
1989
|
type: typing.Literal["NEXT_OR_SELECTION", "PREVIOUS_OR_SELECTION"]
|
|
2207
1990
|
| None = "NEXT_OR_SELECTION",
|
|
2208
|
-
):
|
|
1991
|
+
) -> None:
|
|
2209
1992
|
"""Delete text at cursor position
|
|
2210
1993
|
|
|
2211
|
-
:type execution_context: int | str | None
|
|
2212
|
-
:type undo: bool | None
|
|
2213
1994
|
:param type: Type, Which part of the text to delete
|
|
2214
|
-
:type type: typing.Literal['NEXT_OR_SELECTION','PREVIOUS_OR_SELECTION'] | None
|
|
2215
1995
|
"""
|
|
2216
1996
|
|
|
2217
1997
|
def text_deselect_all(
|
|
2218
|
-
execution_context: int | str | None = None,
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
:type undo: bool | None
|
|
2224
|
-
"""
|
|
1998
|
+
execution_context: int | str | None = None,
|
|
1999
|
+
undo: bool | None = None,
|
|
2000
|
+
/,
|
|
2001
|
+
) -> None:
|
|
2002
|
+
"""Deselect all characters"""
|
|
2225
2003
|
|
|
2226
2004
|
def text_edit_copy(
|
|
2227
|
-
execution_context: int | str | None = None,
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
:type undo: bool | None
|
|
2233
|
-
"""
|
|
2234
|
-
|
|
2235
|
-
def text_edit_cut(execution_context: int | str | None = None, undo: bool | None = None):
|
|
2236
|
-
"""Cut text to clipboard
|
|
2005
|
+
execution_context: int | str | None = None,
|
|
2006
|
+
undo: bool | None = None,
|
|
2007
|
+
/,
|
|
2008
|
+
) -> None:
|
|
2009
|
+
"""Copy text to clipboard"""
|
|
2237
2010
|
|
|
2238
|
-
|
|
2239
|
-
:
|
|
2240
|
-
|
|
2011
|
+
def text_edit_cut(
|
|
2012
|
+
execution_context: int | str | None = None,
|
|
2013
|
+
undo: bool | None = None,
|
|
2014
|
+
/,
|
|
2015
|
+
) -> None:
|
|
2016
|
+
"""Cut text to clipboard"""
|
|
2241
2017
|
|
|
2242
2018
|
def text_edit_mode_toggle(
|
|
2243
|
-
execution_context: int | str | None = None,
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
:type undo: bool | None
|
|
2249
|
-
"""
|
|
2019
|
+
execution_context: int | str | None = None,
|
|
2020
|
+
undo: bool | None = None,
|
|
2021
|
+
/,
|
|
2022
|
+
) -> None:
|
|
2023
|
+
"""Toggle text editing"""
|
|
2250
2024
|
|
|
2251
2025
|
def text_edit_paste(
|
|
2252
|
-
execution_context: int | str | None = None,
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
:type undo: bool | None
|
|
2258
|
-
"""
|
|
2026
|
+
execution_context: int | str | None = None,
|
|
2027
|
+
undo: bool | None = None,
|
|
2028
|
+
/,
|
|
2029
|
+
) -> None:
|
|
2030
|
+
"""Paste text from clipboard"""
|
|
2259
2031
|
|
|
2260
2032
|
def text_insert(
|
|
2261
2033
|
execution_context: int | str | None = None,
|
|
@@ -2263,39 +2035,32 @@ def text_insert(
|
|
|
2263
2035
|
/,
|
|
2264
2036
|
*,
|
|
2265
2037
|
string: str = "",
|
|
2266
|
-
):
|
|
2038
|
+
) -> None:
|
|
2267
2039
|
"""Insert text at cursor position
|
|
2268
2040
|
|
|
2269
|
-
:type execution_context: int | str | None
|
|
2270
|
-
:type undo: bool | None
|
|
2271
2041
|
:param string: String, String to be inserted at cursor position
|
|
2272
|
-
:type string: str
|
|
2273
2042
|
"""
|
|
2274
2043
|
|
|
2275
2044
|
def text_line_break(
|
|
2276
|
-
execution_context: int | str | None = None,
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
:type undo: bool | None
|
|
2282
|
-
"""
|
|
2045
|
+
execution_context: int | str | None = None,
|
|
2046
|
+
undo: bool | None = None,
|
|
2047
|
+
/,
|
|
2048
|
+
) -> None:
|
|
2049
|
+
"""Insert line break at cursor position"""
|
|
2283
2050
|
|
|
2284
2051
|
def text_select_all(
|
|
2285
|
-
execution_context: int | str | None = None,
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
:type undo: bool | None
|
|
2291
|
-
"""
|
|
2292
|
-
|
|
2293
|
-
def unlock(execution_context: int | str | None = None, undo: bool | None = None):
|
|
2294
|
-
"""Unlock strips so they can be transformed
|
|
2052
|
+
execution_context: int | str | None = None,
|
|
2053
|
+
undo: bool | None = None,
|
|
2054
|
+
/,
|
|
2055
|
+
) -> None:
|
|
2056
|
+
"""Select all characters"""
|
|
2295
2057
|
|
|
2296
|
-
|
|
2297
|
-
:
|
|
2298
|
-
|
|
2058
|
+
def unlock(
|
|
2059
|
+
execution_context: int | str | None = None,
|
|
2060
|
+
undo: bool | None = None,
|
|
2061
|
+
/,
|
|
2062
|
+
) -> None:
|
|
2063
|
+
"""Unlock strips so they can be transformed"""
|
|
2299
2064
|
|
|
2300
2065
|
def unmute(
|
|
2301
2066
|
execution_context: int | str | None = None,
|
|
@@ -2303,37 +2068,32 @@ def unmute(
|
|
|
2303
2068
|
/,
|
|
2304
2069
|
*,
|
|
2305
2070
|
unselected: bool | None = False,
|
|
2306
|
-
):
|
|
2071
|
+
) -> None:
|
|
2307
2072
|
"""Unmute (un)selected strips
|
|
2308
2073
|
|
|
2309
|
-
:type execution_context: int | str | None
|
|
2310
|
-
:type undo: bool | None
|
|
2311
2074
|
:param unselected: Unselected, Unmute unselected rather than selected strips
|
|
2312
|
-
:type unselected: bool | None
|
|
2313
2075
|
"""
|
|
2314
2076
|
|
|
2315
|
-
def view_all(
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
"""
|
|
2077
|
+
def view_all(
|
|
2078
|
+
execution_context: int | str | None = None,
|
|
2079
|
+
undo: bool | None = None,
|
|
2080
|
+
/,
|
|
2081
|
+
) -> None:
|
|
2082
|
+
"""View all the strips in the sequencer"""
|
|
2321
2083
|
|
|
2322
2084
|
def view_all_preview(
|
|
2323
|
-
execution_context: int | str | None = None,
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
:type undo: bool | None
|
|
2329
|
-
"""
|
|
2330
|
-
|
|
2331
|
-
def view_frame(execution_context: int | str | None = None, undo: bool | None = None):
|
|
2332
|
-
"""Move the view to the current frame
|
|
2085
|
+
execution_context: int | str | None = None,
|
|
2086
|
+
undo: bool | None = None,
|
|
2087
|
+
/,
|
|
2088
|
+
) -> None:
|
|
2089
|
+
"""Zoom preview to fit in the area"""
|
|
2333
2090
|
|
|
2334
|
-
|
|
2335
|
-
:
|
|
2336
|
-
|
|
2091
|
+
def view_frame(
|
|
2092
|
+
execution_context: int | str | None = None,
|
|
2093
|
+
undo: bool | None = None,
|
|
2094
|
+
/,
|
|
2095
|
+
) -> None:
|
|
2096
|
+
"""Move the view to the current frame"""
|
|
2337
2097
|
|
|
2338
2098
|
def view_ghost_border(
|
|
2339
2099
|
execution_context: int | str | None = None,
|
|
@@ -2345,29 +2105,22 @@ def view_ghost_border(
|
|
|
2345
2105
|
ymin: int | None = 0,
|
|
2346
2106
|
ymax: int | None = 0,
|
|
2347
2107
|
wait_for_input: bool | None = True,
|
|
2348
|
-
):
|
|
2108
|
+
) -> None:
|
|
2349
2109
|
"""Set the boundaries of the border used for offset view
|
|
2350
2110
|
|
|
2351
|
-
:type execution_context: int | str | None
|
|
2352
|
-
:type undo: bool | None
|
|
2353
2111
|
:param xmin: X Min
|
|
2354
|
-
:type xmin: int | None
|
|
2355
2112
|
:param xmax: X Max
|
|
2356
|
-
:type xmax: int | None
|
|
2357
2113
|
:param ymin: Y Min
|
|
2358
|
-
:type ymin: int | None
|
|
2359
2114
|
:param ymax: Y Max
|
|
2360
|
-
:type ymax: int | None
|
|
2361
2115
|
:param wait_for_input: Wait for Input
|
|
2362
|
-
:type wait_for_input: bool | None
|
|
2363
2116
|
"""
|
|
2364
2117
|
|
|
2365
|
-
def view_selected(
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
"""
|
|
2118
|
+
def view_selected(
|
|
2119
|
+
execution_context: int | str | None = None,
|
|
2120
|
+
undo: bool | None = None,
|
|
2121
|
+
/,
|
|
2122
|
+
) -> None:
|
|
2123
|
+
"""Zoom the sequencer on the selected strips"""
|
|
2371
2124
|
|
|
2372
2125
|
def view_zoom_ratio(
|
|
2373
2126
|
execution_context: int | str | None = None,
|
|
@@ -2375,11 +2128,8 @@ def view_zoom_ratio(
|
|
|
2375
2128
|
/,
|
|
2376
2129
|
*,
|
|
2377
2130
|
ratio: float | None = 1.0,
|
|
2378
|
-
):
|
|
2131
|
+
) -> None:
|
|
2379
2132
|
"""Change zoom ratio of sequencer preview
|
|
2380
2133
|
|
|
2381
|
-
:type execution_context: int | str | None
|
|
2382
|
-
:type undo: bool | None
|
|
2383
2134
|
:param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
|
|
2384
|
-
:type ratio: float | None
|
|
2385
2135
|
"""
|