fake-bpy-module 20240516__py3-none-any.whl → 20240517__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/freedesktop/__init__.pyi +2 -2
- addon_utils/__init__.pyi +43 -12
- animsys_refactor/__init__.pyi +4 -4
- aud/__init__.pyi +7 -7
- bgl/__init__.pyi +121 -183
- bl_app_override/__init__.pyi +5 -5
- bl_app_override/helpers/__init__.pyi +3 -1
- bl_app_template_utils/__init__.pyi +5 -5
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +48 -10
- bl_console_utils/autocomplete/complete_import/__init__.pyi +27 -6
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +40 -8
- bl_console_utils/autocomplete/intellisense/__init__.pyi +31 -4
- bl_i18n_utils/bl_extract_messages/__init__.pyi +5 -5
- bl_i18n_utils/settings/__init__.pyi +4 -2
- bl_i18n_utils/utils/__init__.pyi +86 -58
- bl_i18n_utils/utils_rtl/__init__.pyi +8 -2
- bl_keymap_utils/io/__init__.pyi +4 -4
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
- bl_operators/add_mesh_torus/__init__.pyi +126 -41
- bl_operators/anim/__init__.pyi +1001 -328
- bl_operators/assets/__init__.pyi +376 -123
- bl_operators/bmesh/find_adjacent/__init__.pyi +3 -3
- bl_operators/clip/__init__.pyi +1250 -409
- bl_operators/console/__init__.pyi +626 -205
- bl_operators/constraint/__init__.pyi +502 -165
- bl_operators/file/__init__.pyi +376 -123
- bl_operators/freestyle/__init__.pyi +501 -164
- bl_operators/geometry_nodes/__init__.pyi +501 -164
- bl_operators/image/__init__.pyi +621 -200
- bl_operators/mesh/__init__.pyi +376 -123
- bl_operators/node/__init__.pyi +1243 -402
- bl_operators/object/__init__.pyi +1876 -615
- bl_operators/object_align/__init__.pyi +126 -41
- bl_operators/object_quick_effects/__init__.pyi +502 -165
- bl_operators/object_randomize_transform/__init__.pyi +126 -41
- bl_operators/presets/__init__.pyi +3069 -1027
- bl_operators/rigidbody/__init__.pyi +376 -123
- bl_operators/screen_play_rendered_anim/__init__.pyi +126 -41
- bl_operators/sequencer/__init__.pyi +1009 -331
- bl_operators/spreadsheet/__init__.pyi +126 -41
- bl_operators/userpref/__init__.pyi +3263 -1078
- bl_operators/uvcalc_follow_active/__init__.pyi +126 -41
- bl_operators/uvcalc_lightmap/__init__.pyi +137 -47
- bl_operators/uvcalc_transform/__init__.pyi +289 -90
- bl_operators/vertexpaint_dirt/__init__.pyi +126 -41
- bl_operators/view3d/__init__.pyi +868 -279
- bl_operators/wm/__init__.pyi +5777 -1934
- bl_operators/world/__init__.pyi +126 -41
- bl_previews_utils/bl_previews_render/__init__.pyi +1 -1
- bl_rna_utils/data_path/__init__.pyi +8 -3
- bl_ui/__init__.pyi +338 -131
- bl_ui/anim/__init__.pyi +164 -64
- bl_ui/asset_shelf/__init__.pyi +129 -42
- bl_ui/generic_ui_list/__init__.pyi +412 -135
- bl_ui/node_add_menu/__init__.pyi +168 -68
- bl_ui/node_add_menu_compositor/__init__.pyi +2921 -1138
- bl_ui/node_add_menu_geometry/__init__.pyi +7785 -3032
- bl_ui/node_add_menu_shader/__init__.pyi +1621 -630
- bl_ui/node_add_menu_texture/__init__.pyi +1459 -567
- bl_ui/properties_animviz/__init__.pyi +2 -2
- bl_ui/properties_collection/__init__.pyi +806 -274
- bl_ui/properties_constraint/__init__.pyi +10253 -3458
- bl_ui/properties_data_armature/__init__.pyi +1615 -552
- bl_ui/properties_data_bone/__init__.pyi +1288 -425
- bl_ui/properties_data_camera/__init__.pyi +1854 -631
- bl_ui/properties_data_curve/__init__.pyi +1929 -636
- bl_ui/properties_data_curves/__init__.pyi +806 -274
- bl_ui/properties_data_empty/__init__.pyi +257 -84
- bl_ui/properties_data_gpencil/__init__.pyi +2380 -803
- bl_ui/properties_data_grease_pencil/__init__.pyi +1902 -656
- bl_ui/properties_data_lattice/__init__.pyi +388 -127
- bl_ui/properties_data_light/__init__.pyi +1541 -506
- bl_ui/properties_data_lightprobe/__init__.pyi +1667 -548
- bl_ui/properties_data_mesh/__init__.pyi +2704 -929
- bl_ui/properties_data_metaball/__init__.pyi +644 -211
- bl_ui/properties_data_modifier/__init__.pyi +1353 -502
- bl_ui/properties_data_pointcloud/__init__.pyi +679 -233
- bl_ui/properties_data_shaderfx/__init__.pyi +129 -42
- bl_ui/properties_data_speaker/__init__.pyi +644 -211
- bl_ui/properties_data_volume/__init__.pyi +1030 -339
- bl_ui/properties_freestyle/__init__.pyi +3113 -1035
- bl_ui/properties_grease_pencil_common/__init__.pyi +2464 -933
- bl_ui/properties_mask_common/__init__.pyi +1101 -420
- bl_ui/properties_material/__init__.pyi +2091 -699
- bl_ui/properties_material_gpencil/__init__.pyi +1350 -466
- bl_ui/properties_object/__init__.pyi +1838 -618
- bl_ui/properties_output/__init__.pyi +2414 -831
- bl_ui/properties_paint_common/__init__.pyi +412 -289
- bl_ui/properties_particle/__init__.pyi +6737 -2241
- bl_ui/properties_physics_cloth/__init__.pyi +1825 -612
- bl_ui/properties_physics_common/__init__.pyi +129 -42
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2821 -928
- bl_ui/properties_physics_field/__init__.pyi +1283 -422
- bl_ui/properties_physics_fluid/__init__.pyi +3620 -1203
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +129 -42
- bl_ui/properties_physics_rigidbody/__init__.pyi +1027 -338
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1667 -548
- bl_ui/properties_physics_softbody/__init__.pyi +1924 -633
- bl_ui/properties_render/__init__.pyi +6830 -2263
- bl_ui/properties_scene/__init__.pyi +1929 -636
- bl_ui/properties_texture/__init__.pyi +3370 -1118
- bl_ui/properties_view_layer/__init__.pyi +2346 -782
- bl_ui/properties_workspace/__init__.pyi +516 -169
- bl_ui/properties_world/__init__.pyi +1284 -421
- bl_ui/space_clip/__init__.pyi +10134 -3639
- bl_ui/space_console/__init__.pyi +939 -357
- bl_ui/space_dopesheet/__init__.pyi +4327 -1562
- bl_ui/space_filebrowser/__init__.pyi +4164 -1499
- bl_ui/space_graph/__init__.pyi +3108 -1179
- bl_ui/space_image/__init__.pyi +9766 -3596
- bl_ui/space_info/__init__.pyi +939 -357
- bl_ui/space_nla/__init__.pyi +2620 -988
- bl_ui/space_node/__init__.pyi +3994 -1434
- bl_ui/space_outliner/__init__.pyi +2203 -842
- bl_ui/space_properties/__init__.pyi +386 -127
- bl_ui/space_sequencer/__init__.pyi +10773 -3878
- bl_ui/space_spreadsheet/__init__.pyi +130 -43
- bl_ui/space_statusbar/__init__.pyi +129 -42
- bl_ui/space_text/__init__.pyi +2458 -925
- bl_ui/space_time/__init__.pyi +1033 -378
- bl_ui/space_toolsystem_common/__init__.pyi +20 -16
- bl_ui/space_toolsystem_toolbar/__init__.pyi +37 -21
- bl_ui/space_topbar/__init__.pyi +3980 -1496
- bl_ui/space_userpref/__init__.pyi +11373 -3797
- bl_ui/space_view3d/__init__.pyi +40865 -15356
- bl_ui/space_view3d_toolbar/__init__.pyi +12520 -4647
- bl_ui/temp_anim_layers/__init__.pyi +129 -42
- bl_ui/utils/__init__.pyi +28 -20
- bl_ui_utils/bug_report_url/__init__.pyi +1 -1
- bl_ui_utils/layout/__init__.pyi +1 -1
- blend_render_info/__init__.pyi +1 -1
- blf/__init__.pyi +4 -4
- bmesh/geometry/__init__.pyi +2 -3
- bmesh/ops/__init__.pyi +372 -419
- bmesh/types/__init__.pyi +38 -38
- bmesh/utils/__init__.pyi +10 -13
- bpy/app/__init__.pyi +4 -4
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -8
- bpy/app/timers/__init__.pyi +10 -10
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +2 -4
- bpy/ops/action/__init__.pyi +316 -394
- bpy/ops/anim/__init__.pyi +442 -548
- bpy/ops/armature/__init__.pyi +374 -470
- bpy/ops/asset/__init__.pyi +152 -184
- bpy/ops/bl_pkg/__init__.pyi +221 -272
- bpy/ops/boid/__init__.pyi +50 -66
- bpy/ops/brush/__init__.pyi +72 -90
- bpy/ops/buttons/__init__.pyi +132 -144
- bpy/ops/cachefile/__init__.pyi +128 -138
- bpy/ops/camera/__init__.pyi +26 -30
- bpy/ops/clip/__init__.pyi +777 -964
- bpy/ops/cloth/__init__.pyi +12 -14
- bpy/ops/collection/__init__.pyi +68 -86
- bpy/ops/console/__init__.pyi +158 -200
- bpy/ops/constraint/__init__.pyi +178 -214
- bpy/ops/curve/__init__.pyi +473 -576
- bpy/ops/curves/__init__.pyi +247 -302
- bpy/ops/cycles/__init__.pyi +28 -34
- bpy/ops/dpaint/__init__.pyi +34 -44
- bpy/ops/ed/__init__.pyi +126 -150
- bpy/ops/export_anim/__init__.pyi +22 -24
- bpy/ops/export_scene/__init__.pyi +302 -336
- bpy/ops/file/__init__.pyi +352 -432
- bpy/ops/fluid/__init__.pyi +90 -118
- bpy/ops/font/__init__.pyi +258 -304
- bpy/ops/geometry/__init__.pyi +100 -120
- bpy/ops/gizmogroup/__init__.pyi +22 -26
- bpy/ops/gpencil/__init__.pyi +1469 -1778
- bpy/ops/graph/__init__.pyi +644 -776
- bpy/ops/grease_pencil/__init__.pyi +597 -748
- bpy/ops/image/__init__.pyi +648 -744
- bpy/ops/import_anim/__init__.pyi +30 -32
- bpy/ops/import_curve/__init__.pyi +10 -12
- bpy/ops/import_scene/__init__.pyi +88 -96
- bpy/ops/info/__init__.pyi +60 -74
- bpy/ops/lattice/__init__.pyi +64 -80
- bpy/ops/marker/__init__.pyi +108 -130
- bpy/ops/mask/__init__.pyi +322 -402
- bpy/ops/material/__init__.pyi +18 -24
- bpy/ops/mball/__init__.pyi +70 -86
- bpy/ops/mesh/__init__.pyi +1986 -2322
- bpy/ops/nla/__init__.pyi +333 -411
- bpy/ops/node/__init__.pyi +886 -1100
- bpy/ops/object/__init__.pyi +2585 -3078
- bpy/ops/outliner/__init__.pyi +498 -636
- bpy/ops/paint/__init__.pyi +565 -680
- bpy/ops/paintcurve/__init__.pyi +64 -80
- bpy/ops/palette/__init__.pyi +50 -64
- bpy/ops/particle/__init__.pyi +267 -340
- bpy/ops/pose/__init__.pyi +336 -414
- bpy/ops/poselib/__init__.pyi +72 -90
- bpy/ops/preferences/__init__.pyi +386 -463
- bpy/ops/ptcache/__init__.pyi +46 -60
- bpy/ops/render/__init__.pyi +130 -154
- bpy/ops/rigidbody/__init__.pyi +102 -128
- bpy/ops/scene/__init__.pyi +280 -358
- bpy/ops/screen/__init__.pyi +382 -460
- bpy/ops/script/__init__.pyi +24 -30
- bpy/ops/sculpt/__init__.pyi +458 -532
- bpy/ops/sculpt_curves/__init__.pyi +41 -50
- bpy/ops/sequencer/__init__.pyi +1066 -1244
- bpy/ops/sound/__init__.pyi +216 -230
- bpy/ops/spreadsheet/__init__.pyi +30 -38
- bpy/ops/surface/__init__.pyi +108 -120
- bpy/ops/text/__init__.pyi +390 -476
- bpy/ops/text_editor/__init__.pyi +12 -14
- bpy/ops/texture/__init__.pyi +26 -34
- bpy/ops/transform/__init__.pyi +792 -878
- bpy/ops/ui/__init__.pyi +228 -294
- bpy/ops/uilist/__init__.pyi +32 -38
- bpy/ops/uv/__init__.pyi +602 -704
- bpy/ops/view2d/__init__.pyi +156 -184
- bpy/ops/view3d/__init__.pyi +582 -718
- bpy/ops/wm/__init__.pyi +2680 -2928
- bpy/ops/workspace/__init__.pyi +46 -60
- bpy/ops/world/__init__.pyi +12 -16
- bpy/path/__init__.pyi +179 -75
- bpy/props/__init__.pyi +261 -263
- bpy/types/__init__.pyi +17056 -21951
- bpy/utils/__init__.pyi +242 -118
- bpy/utils/previews/__init__.pyi +58 -28
- bpy/utils/units/__init__.pyi +20 -20
- bpy_extras/anim_utils/__init__.pyi +68 -28
- bpy_extras/bmesh_utils/__init__.pyi +8 -2
- bpy_extras/extensions/junction_module/__init__.pyi +5 -2
- bpy_extras/id_map_utils/__init__.pyi +3 -3
- bpy_extras/image_utils/__init__.pyi +44 -11
- bpy_extras/io_utils/__init__.pyi +113 -18
- bpy_extras/keyconfig_utils/__init__.pyi +2 -2
- bpy_extras/mesh_utils/__init__.pyi +71 -19
- bpy_extras/node_shader_utils/__init__.pyi +9 -4
- bpy_extras/node_utils/__init__.pyi +9 -2
- bpy_extras/object_utils/__init__.pyi +71 -12
- bpy_extras/view3d_utils/__init__.pyi +80 -10
- bpy_extras/wm_utils/progress_report/__init__.pyi +13 -10
- bpy_types/__init__.pyi +4197 -1333
- console_python/__init__.pyi +6 -1
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/METADATA +1 -1
- fake_bpy_module-20240517.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +4 -4
- freestyle/shaders/__init__.pyi +2 -2
- freestyle/types/__init__.pyi +84 -96
- freestyle/utils/ContextFunctions/__init__.pyi +2 -2
- freestyle/utils/__init__.pyi +3 -3
- gpu/matrix/__init__.pyi +6 -8
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +12 -12
- gpu_extras/presets/__init__.pyi +2 -5
- graphviz_export/__init__.pyi +4 -2
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +4 -4
- keyingsets_builtins/__init__.pyi +2688 -839
- mathutils/__init__.pyi +194 -238
- mathutils/bvhtree/__init__.pyi +4 -4
- mathutils/geometry/__init__.pyi +153 -155
- mathutils/kdtree/__init__.pyi +8 -12
- mathutils/noise/__init__.pyi +26 -26
- nodeitems_utils/__init__.pyi +1 -1
- rna_info/__init__.pyi +17 -15
- rna_keymap_ui/__init__.pyi +1 -1
- rna_prop_ui/__init__.pyi +16 -14
- rna_xml/__init__.pyi +12 -12
- _bpy_internal/freedesktop/py.typed +0 -0
- bl_app_override/helpers/py.typed +0 -0
- bl_console_utils/autocomplete/complete_calltip/py.typed +0 -0
- bl_console_utils/autocomplete/complete_import/py.typed +0 -0
- bl_console_utils/autocomplete/complete_namespace/py.typed +0 -0
- bl_console_utils/autocomplete/intellisense/py.typed +0 -0
- bl_console_utils/autocomplete/py.typed +0 -0
- bl_i18n_utils/bl_extract_messages/py.typed +0 -0
- bl_i18n_utils/merge_po/py.typed +0 -0
- bl_i18n_utils/settings/py.typed +0 -0
- bl_i18n_utils/utils/py.typed +0 -0
- bl_i18n_utils/utils_cli/py.typed +0 -0
- bl_i18n_utils/utils_languages_menu/py.typed +0 -0
- bl_i18n_utils/utils_rtl/py.typed +0 -0
- bl_keymap_utils/io/py.typed +0 -0
- bl_keymap_utils/keymap_from_toolbar/py.typed +0 -0
- bl_keymap_utils/keymap_hierarchy/py.typed +0 -0
- bl_keymap_utils/platform_helpers/py.typed +0 -0
- bl_keymap_utils/versioning/py.typed +0 -0
- bl_operators/add_mesh_torus/py.typed +0 -0
- bl_operators/anim/py.typed +0 -0
- bl_operators/assets/py.typed +0 -0
- bl_operators/bmesh/find_adjacent/py.typed +0 -0
- bl_operators/bmesh/py.typed +0 -0
- bl_operators/clip/py.typed +0 -0
- bl_operators/console/py.typed +0 -0
- bl_operators/constraint/py.typed +0 -0
- bl_operators/file/py.typed +0 -0
- bl_operators/freestyle/py.typed +0 -0
- bl_operators/geometry_nodes/py.typed +0 -0
- bl_operators/image/py.typed +0 -0
- bl_operators/mesh/py.typed +0 -0
- bl_operators/node/py.typed +0 -0
- bl_operators/object/py.typed +0 -0
- bl_operators/object_align/py.typed +0 -0
- bl_operators/object_quick_effects/py.typed +0 -0
- bl_operators/object_randomize_transform/py.typed +0 -0
- bl_operators/presets/py.typed +0 -0
- bl_operators/rigidbody/py.typed +0 -0
- bl_operators/screen_play_rendered_anim/py.typed +0 -0
- bl_operators/sequencer/py.typed +0 -0
- bl_operators/spreadsheet/py.typed +0 -0
- bl_operators/userpref/py.typed +0 -0
- bl_operators/uvcalc_follow_active/py.typed +0 -0
- bl_operators/uvcalc_lightmap/py.typed +0 -0
- bl_operators/uvcalc_transform/py.typed +0 -0
- bl_operators/vertexpaint_dirt/py.typed +0 -0
- bl_operators/view3d/py.typed +0 -0
- bl_operators/wm/py.typed +0 -0
- bl_operators/world/py.typed +0 -0
- bl_previews_utils/bl_previews_render/py.typed +0 -0
- bl_rna_utils/data_path/py.typed +0 -0
- bl_text_utils/external_editor/py.typed +0 -0
- bl_ui/anim/py.typed +0 -0
- bl_ui/asset_shelf/py.typed +0 -0
- bl_ui/generic_ui_list/py.typed +0 -0
- bl_ui/node_add_menu/py.typed +0 -0
- bl_ui/node_add_menu_compositor/py.typed +0 -0
- bl_ui/node_add_menu_geometry/py.typed +0 -0
- bl_ui/node_add_menu_shader/py.typed +0 -0
- bl_ui/node_add_menu_texture/py.typed +0 -0
- bl_ui/properties_animviz/py.typed +0 -0
- bl_ui/properties_collection/py.typed +0 -0
- bl_ui/properties_constraint/py.typed +0 -0
- bl_ui/properties_data_armature/py.typed +0 -0
- bl_ui/properties_data_bone/py.typed +0 -0
- bl_ui/properties_data_camera/py.typed +0 -0
- bl_ui/properties_data_curve/py.typed +0 -0
- bl_ui/properties_data_curves/py.typed +0 -0
- bl_ui/properties_data_empty/py.typed +0 -0
- bl_ui/properties_data_gpencil/py.typed +0 -0
- bl_ui/properties_data_grease_pencil/py.typed +0 -0
- bl_ui/properties_data_lattice/py.typed +0 -0
- bl_ui/properties_data_light/py.typed +0 -0
- bl_ui/properties_data_lightprobe/py.typed +0 -0
- bl_ui/properties_data_mesh/py.typed +0 -0
- bl_ui/properties_data_metaball/py.typed +0 -0
- bl_ui/properties_data_modifier/py.typed +0 -0
- bl_ui/properties_data_pointcloud/py.typed +0 -0
- bl_ui/properties_data_shaderfx/py.typed +0 -0
- bl_ui/properties_data_speaker/py.typed +0 -0
- bl_ui/properties_data_volume/py.typed +0 -0
- bl_ui/properties_freestyle/py.typed +0 -0
- bl_ui/properties_grease_pencil_common/py.typed +0 -0
- bl_ui/properties_mask_common/py.typed +0 -0
- bl_ui/properties_material/py.typed +0 -0
- bl_ui/properties_material_gpencil/py.typed +0 -0
- bl_ui/properties_object/py.typed +0 -0
- bl_ui/properties_output/py.typed +0 -0
- bl_ui/properties_paint_common/py.typed +0 -0
- bl_ui/properties_particle/py.typed +0 -0
- bl_ui/properties_physics_cloth/py.typed +0 -0
- bl_ui/properties_physics_common/py.typed +0 -0
- bl_ui/properties_physics_dynamicpaint/py.typed +0 -0
- bl_ui/properties_physics_field/py.typed +0 -0
- bl_ui/properties_physics_fluid/py.typed +0 -0
- bl_ui/properties_physics_geometry_nodes/py.typed +0 -0
- bl_ui/properties_physics_rigidbody/py.typed +0 -0
- bl_ui/properties_physics_rigidbody_constraint/py.typed +0 -0
- bl_ui/properties_physics_softbody/py.typed +0 -0
- bl_ui/properties_render/py.typed +0 -0
- bl_ui/properties_scene/py.typed +0 -0
- bl_ui/properties_texture/py.typed +0 -0
- bl_ui/properties_view_layer/py.typed +0 -0
- bl_ui/properties_workspace/py.typed +0 -0
- bl_ui/properties_world/py.typed +0 -0
- bl_ui/space_clip/py.typed +0 -0
- bl_ui/space_console/py.typed +0 -0
- bl_ui/space_dopesheet/py.typed +0 -0
- bl_ui/space_filebrowser/py.typed +0 -0
- bl_ui/space_graph/py.typed +0 -0
- bl_ui/space_image/py.typed +0 -0
- bl_ui/space_info/py.typed +0 -0
- bl_ui/space_nla/py.typed +0 -0
- bl_ui/space_node/py.typed +0 -0
- bl_ui/space_outliner/py.typed +0 -0
- bl_ui/space_properties/py.typed +0 -0
- bl_ui/space_sequencer/py.typed +0 -0
- bl_ui/space_spreadsheet/py.typed +0 -0
- bl_ui/space_statusbar/py.typed +0 -0
- bl_ui/space_text/py.typed +0 -0
- bl_ui/space_time/py.typed +0 -0
- bl_ui/space_toolsystem_common/py.typed +0 -0
- bl_ui/space_toolsystem_toolbar/py.typed +0 -0
- bl_ui/space_topbar/py.typed +0 -0
- bl_ui/space_userpref/py.typed +0 -0
- bl_ui/space_view3d/py.typed +0 -0
- bl_ui/space_view3d_toolbar/py.typed +0 -0
- bl_ui/temp_anim_layers/py.typed +0 -0
- bl_ui/utils/py.typed +0 -0
- bl_ui_utils/bug_report_url/py.typed +0 -0
- bl_ui_utils/layout/py.typed +0 -0
- bmesh/geometry/py.typed +0 -0
- bmesh/ops/py.typed +0 -0
- bmesh/types/py.typed +0 -0
- bmesh/utils/py.typed +0 -0
- bpy/app/handlers/py.typed +0 -0
- bpy/app/icons/py.typed +0 -0
- bpy/app/py.typed +0 -0
- bpy/app/timers/py.typed +0 -0
- bpy/app/translations/py.typed +0 -0
- bpy/msgbus/py.typed +0 -0
- bpy/ops/action/py.typed +0 -0
- bpy/ops/anim/py.typed +0 -0
- bpy/ops/armature/py.typed +0 -0
- bpy/ops/asset/py.typed +0 -0
- bpy/ops/bl_pkg/py.typed +0 -0
- bpy/ops/boid/py.typed +0 -0
- bpy/ops/brush/py.typed +0 -0
- bpy/ops/buttons/py.typed +0 -0
- bpy/ops/cachefile/py.typed +0 -0
- bpy/ops/camera/py.typed +0 -0
- bpy/ops/clip/py.typed +0 -0
- bpy/ops/cloth/py.typed +0 -0
- bpy/ops/collection/py.typed +0 -0
- bpy/ops/console/py.typed +0 -0
- bpy/ops/constraint/py.typed +0 -0
- bpy/ops/curve/py.typed +0 -0
- bpy/ops/curves/py.typed +0 -0
- bpy/ops/cycles/py.typed +0 -0
- bpy/ops/dpaint/py.typed +0 -0
- bpy/ops/ed/py.typed +0 -0
- bpy/ops/export_anim/py.typed +0 -0
- bpy/ops/export_scene/py.typed +0 -0
- bpy/ops/file/py.typed +0 -0
- bpy/ops/fluid/py.typed +0 -0
- bpy/ops/font/py.typed +0 -0
- bpy/ops/geometry/py.typed +0 -0
- bpy/ops/gizmogroup/py.typed +0 -0
- bpy/ops/gpencil/py.typed +0 -0
- bpy/ops/graph/py.typed +0 -0
- bpy/ops/grease_pencil/py.typed +0 -0
- bpy/ops/image/py.typed +0 -0
- bpy/ops/import_anim/py.typed +0 -0
- bpy/ops/import_curve/py.typed +0 -0
- bpy/ops/import_scene/py.typed +0 -0
- bpy/ops/info/py.typed +0 -0
- bpy/ops/lattice/py.typed +0 -0
- bpy/ops/marker/py.typed +0 -0
- bpy/ops/mask/py.typed +0 -0
- bpy/ops/material/py.typed +0 -0
- bpy/ops/mball/py.typed +0 -0
- bpy/ops/mesh/py.typed +0 -0
- bpy/ops/nla/py.typed +0 -0
- bpy/ops/node/py.typed +0 -0
- bpy/ops/object/py.typed +0 -0
- bpy/ops/outliner/py.typed +0 -0
- bpy/ops/paint/py.typed +0 -0
- bpy/ops/paintcurve/py.typed +0 -0
- bpy/ops/palette/py.typed +0 -0
- bpy/ops/particle/py.typed +0 -0
- bpy/ops/pose/py.typed +0 -0
- bpy/ops/poselib/py.typed +0 -0
- bpy/ops/preferences/py.typed +0 -0
- bpy/ops/ptcache/py.typed +0 -0
- bpy/ops/py.typed +0 -0
- bpy/ops/render/py.typed +0 -0
- bpy/ops/rigidbody/py.typed +0 -0
- bpy/ops/scene/py.typed +0 -0
- bpy/ops/screen/py.typed +0 -0
- bpy/ops/script/py.typed +0 -0
- bpy/ops/sculpt/py.typed +0 -0
- bpy/ops/sculpt_curves/py.typed +0 -0
- bpy/ops/sequencer/py.typed +0 -0
- bpy/ops/sound/py.typed +0 -0
- bpy/ops/spreadsheet/py.typed +0 -0
- bpy/ops/surface/py.typed +0 -0
- bpy/ops/text/py.typed +0 -0
- bpy/ops/text_editor/py.typed +0 -0
- bpy/ops/texture/py.typed +0 -0
- bpy/ops/transform/py.typed +0 -0
- bpy/ops/ui/py.typed +0 -0
- bpy/ops/uilist/py.typed +0 -0
- bpy/ops/uv/py.typed +0 -0
- bpy/ops/view2d/py.typed +0 -0
- bpy/ops/view3d/py.typed +0 -0
- bpy/ops/wm/py.typed +0 -0
- bpy/ops/workspace/py.typed +0 -0
- bpy/ops/world/py.typed +0 -0
- bpy/path/py.typed +0 -0
- bpy/props/py.typed +0 -0
- bpy/types/py.typed +0 -0
- bpy/utils/previews/py.typed +0 -0
- bpy/utils/py.typed +0 -0
- bpy/utils/units/py.typed +0 -0
- bpy_extras/anim_utils/py.typed +0 -0
- bpy_extras/asset_utils/py.typed +0 -0
- bpy_extras/bmesh_utils/py.typed +0 -0
- bpy_extras/extensions/junction_module/py.typed +0 -0
- bpy_extras/extensions/py.typed +0 -0
- bpy_extras/id_map_utils/py.typed +0 -0
- bpy_extras/image_utils/py.typed +0 -0
- bpy_extras/io_utils/py.typed +0 -0
- bpy_extras/keyconfig_utils/py.typed +0 -0
- bpy_extras/mesh_utils/py.typed +0 -0
- bpy_extras/node_shader_utils/py.typed +0 -0
- bpy_extras/node_utils/py.typed +0 -0
- bpy_extras/object_utils/py.typed +0 -0
- bpy_extras/view3d_utils/py.typed +0 -0
- bpy_extras/wm_utils/progress_report/py.typed +0 -0
- bpy_extras/wm_utils/py.typed +0 -0
- fake_bpy_module-20240516.dist-info/RECORD +0 -618
- freestyle/chainingiterators/py.typed +0 -0
- freestyle/functions/py.typed +0 -0
- freestyle/predicates/py.typed +0 -0
- freestyle/shaders/py.typed +0 -0
- freestyle/types/py.typed +0 -0
- freestyle/utils/ContextFunctions/py.typed +0 -0
- freestyle/utils/py.typed +0 -0
- gpu/capabilities/py.typed +0 -0
- gpu/matrix/py.typed +0 -0
- gpu/platform/py.typed +0 -0
- gpu/select/py.typed +0 -0
- gpu/shader/py.typed +0 -0
- gpu/state/py.typed +0 -0
- gpu/texture/py.typed +0 -0
- gpu/types/py.typed +0 -0
- gpu_extras/batch/py.typed +0 -0
- gpu_extras/presets/py.typed +0 -0
- idprop/types/py.typed +0 -0
- imbuf/types/py.typed +0 -0
- mathutils/bvhtree/py.typed +0 -0
- mathutils/geometry/py.typed +0 -0
- mathutils/interpolate/py.typed +0 -0
- mathutils/kdtree/py.typed +0 -0
- mathutils/noise/py.typed +0 -0
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/top_level.txt +0 -0
bpy/ops/sequencer/__init__.pyi
CHANGED
|
@@ -5,37 +5,33 @@ import bpy.types
|
|
|
5
5
|
GenericType = typing.TypeVar("GenericType")
|
|
6
6
|
|
|
7
7
|
def change_effect_input(
|
|
8
|
-
override_context: typing.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
undo: typing.Optional[bool] = None,
|
|
13
|
-
swap: typing.Optional[typing.Any] = "A_B",
|
|
8
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
9
|
+
execution_context: str | int | None = None,
|
|
10
|
+
undo: bool | None = None,
|
|
11
|
+
swap: typing.Any | None = "A_B",
|
|
14
12
|
):
|
|
15
13
|
"""Undocumented, consider contributing.
|
|
16
14
|
|
|
17
|
-
:type override_context:
|
|
18
|
-
:type execution_context:
|
|
19
|
-
:type undo:
|
|
15
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
16
|
+
:type execution_context: str | int | None
|
|
17
|
+
:type undo: bool | None
|
|
20
18
|
:param swap: Swap, The effect inputs to swap
|
|
21
|
-
:type swap: typing.
|
|
19
|
+
:type swap: typing.Any | None
|
|
22
20
|
"""
|
|
23
21
|
|
|
24
22
|
...
|
|
25
23
|
|
|
26
24
|
def change_effect_type(
|
|
27
|
-
override_context: typing.
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
undo: typing.Optional[bool] = None,
|
|
32
|
-
type: typing.Optional[typing.Any] = "CROSS",
|
|
25
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
26
|
+
execution_context: str | int | None = None,
|
|
27
|
+
undo: bool | None = None,
|
|
28
|
+
type: typing.Any | None = "CROSS",
|
|
33
29
|
):
|
|
34
30
|
"""Undocumented, consider contributing.
|
|
35
31
|
|
|
36
|
-
:type override_context:
|
|
37
|
-
:type execution_context:
|
|
38
|
-
:type undo:
|
|
32
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
33
|
+
:type execution_context: str | int | None
|
|
34
|
+
:type undo: bool | None
|
|
39
35
|
:param type: Type, Sequencer effect type
|
|
40
36
|
|
|
41
37
|
CROSS
|
|
@@ -91,100 +87,97 @@ def change_effect_type(
|
|
|
91
87
|
|
|
92
88
|
COLORMIX
|
|
93
89
|
Color Mix.
|
|
94
|
-
:type type: typing.
|
|
90
|
+
:type type: typing.Any | None
|
|
95
91
|
"""
|
|
96
92
|
|
|
97
93
|
...
|
|
98
94
|
|
|
99
95
|
def change_path(
|
|
100
|
-
override_context: typing.
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
display_type: typing.Optional[typing.Any] = "DEFAULT",
|
|
132
|
-
sort_method: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
133
|
-
use_placeholders: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
96
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
97
|
+
execution_context: str | int | None = None,
|
|
98
|
+
undo: bool | None = None,
|
|
99
|
+
filepath: str | typing.Any = "",
|
|
100
|
+
directory: str | typing.Any = "",
|
|
101
|
+
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
102
|
+
| None = None,
|
|
103
|
+
hide_props_region: bool | typing.Any | None = True,
|
|
104
|
+
check_existing: bool | typing.Any | None = False,
|
|
105
|
+
filter_blender: bool | typing.Any | None = False,
|
|
106
|
+
filter_backup: bool | typing.Any | None = False,
|
|
107
|
+
filter_image: bool | typing.Any | None = False,
|
|
108
|
+
filter_movie: bool | typing.Any | None = False,
|
|
109
|
+
filter_python: bool | typing.Any | None = False,
|
|
110
|
+
filter_font: bool | typing.Any | None = False,
|
|
111
|
+
filter_sound: bool | typing.Any | None = False,
|
|
112
|
+
filter_text: bool | typing.Any | None = False,
|
|
113
|
+
filter_archive: bool | typing.Any | None = False,
|
|
114
|
+
filter_btx: bool | typing.Any | None = False,
|
|
115
|
+
filter_collada: bool | typing.Any | None = False,
|
|
116
|
+
filter_alembic: bool | typing.Any | None = False,
|
|
117
|
+
filter_usd: bool | typing.Any | None = False,
|
|
118
|
+
filter_obj: bool | typing.Any | None = False,
|
|
119
|
+
filter_volume: bool | typing.Any | None = False,
|
|
120
|
+
filter_folder: bool | typing.Any | None = True,
|
|
121
|
+
filter_blenlib: bool | typing.Any | None = False,
|
|
122
|
+
filemode: typing.Any | None = 9,
|
|
123
|
+
relative_path: bool | typing.Any | None = True,
|
|
124
|
+
display_type: typing.Any | None = "DEFAULT",
|
|
125
|
+
sort_method: str | int | typing.Any | None = "",
|
|
126
|
+
use_placeholders: bool | typing.Any | None = False,
|
|
134
127
|
):
|
|
135
128
|
"""Undocumented, consider contributing.
|
|
136
129
|
|
|
137
|
-
:type override_context:
|
|
138
|
-
:type execution_context:
|
|
139
|
-
:type undo:
|
|
130
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
131
|
+
:type execution_context: str | int | None
|
|
132
|
+
:type undo: bool | None
|
|
140
133
|
:param filepath: File Path, Path to file
|
|
141
|
-
:type filepath:
|
|
134
|
+
:type filepath: str | typing.Any
|
|
142
135
|
:param directory: Directory, Directory of the file
|
|
143
|
-
:type directory:
|
|
136
|
+
:type directory: str | typing.Any
|
|
144
137
|
:param files: Files
|
|
145
|
-
:type files:
|
|
138
|
+
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
146
139
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
147
|
-
:type hide_props_region:
|
|
140
|
+
:type hide_props_region: bool | typing.Any | None
|
|
148
141
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
149
|
-
:type check_existing:
|
|
142
|
+
:type check_existing: bool | typing.Any | None
|
|
150
143
|
:param filter_blender: Filter .blend files
|
|
151
|
-
:type filter_blender:
|
|
144
|
+
:type filter_blender: bool | typing.Any | None
|
|
152
145
|
:param filter_backup: Filter .blend files
|
|
153
|
-
:type filter_backup:
|
|
146
|
+
:type filter_backup: bool | typing.Any | None
|
|
154
147
|
:param filter_image: Filter image files
|
|
155
|
-
:type filter_image:
|
|
148
|
+
:type filter_image: bool | typing.Any | None
|
|
156
149
|
:param filter_movie: Filter movie files
|
|
157
|
-
:type filter_movie:
|
|
150
|
+
:type filter_movie: bool | typing.Any | None
|
|
158
151
|
:param filter_python: Filter Python files
|
|
159
|
-
:type filter_python:
|
|
152
|
+
:type filter_python: bool | typing.Any | None
|
|
160
153
|
:param filter_font: Filter font files
|
|
161
|
-
:type filter_font:
|
|
154
|
+
:type filter_font: bool | typing.Any | None
|
|
162
155
|
:param filter_sound: Filter sound files
|
|
163
|
-
:type filter_sound:
|
|
156
|
+
:type filter_sound: bool | typing.Any | None
|
|
164
157
|
:param filter_text: Filter text files
|
|
165
|
-
:type filter_text:
|
|
158
|
+
:type filter_text: bool | typing.Any | None
|
|
166
159
|
:param filter_archive: Filter archive files
|
|
167
|
-
:type filter_archive:
|
|
160
|
+
:type filter_archive: bool | typing.Any | None
|
|
168
161
|
:param filter_btx: Filter btx files
|
|
169
|
-
:type filter_btx:
|
|
162
|
+
:type filter_btx: bool | typing.Any | None
|
|
170
163
|
:param filter_collada: Filter COLLADA files
|
|
171
|
-
:type filter_collada:
|
|
164
|
+
:type filter_collada: bool | typing.Any | None
|
|
172
165
|
:param filter_alembic: Filter Alembic files
|
|
173
|
-
:type filter_alembic:
|
|
166
|
+
:type filter_alembic: bool | typing.Any | None
|
|
174
167
|
:param filter_usd: Filter USD files
|
|
175
|
-
:type filter_usd:
|
|
168
|
+
:type filter_usd: bool | typing.Any | None
|
|
176
169
|
:param filter_obj: Filter OBJ files
|
|
177
|
-
:type filter_obj:
|
|
170
|
+
:type filter_obj: bool | typing.Any | None
|
|
178
171
|
:param filter_volume: Filter OpenVDB volume files
|
|
179
|
-
:type filter_volume:
|
|
172
|
+
:type filter_volume: bool | typing.Any | None
|
|
180
173
|
:param filter_folder: Filter folders
|
|
181
|
-
:type filter_folder:
|
|
174
|
+
:type filter_folder: bool | typing.Any | None
|
|
182
175
|
:param filter_blenlib: Filter Blender IDs
|
|
183
|
-
:type filter_blenlib:
|
|
176
|
+
:type filter_blenlib: bool | typing.Any | None
|
|
184
177
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
185
|
-
:type filemode: typing.
|
|
178
|
+
:type filemode: typing.Any | None
|
|
186
179
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
187
|
-
:type relative_path:
|
|
180
|
+
:type relative_path: bool | typing.Any | None
|
|
188
181
|
:param display_type: Display Type
|
|
189
182
|
|
|
190
183
|
DEFAULT
|
|
@@ -198,181 +191,163 @@ def change_path(
|
|
|
198
191
|
|
|
199
192
|
THUMBNAIL
|
|
200
193
|
Thumbnails -- Display files as thumbnails.
|
|
201
|
-
:type display_type: typing.
|
|
194
|
+
:type display_type: typing.Any | None
|
|
202
195
|
:param sort_method: File sorting mode
|
|
203
|
-
:type sort_method:
|
|
196
|
+
:type sort_method: str | int | typing.Any | None
|
|
204
197
|
:param use_placeholders: Use Placeholders, Use placeholders for missing frames of the strip
|
|
205
|
-
:type use_placeholders:
|
|
198
|
+
:type use_placeholders: bool | typing.Any | None
|
|
206
199
|
"""
|
|
207
200
|
|
|
208
201
|
...
|
|
209
202
|
|
|
210
203
|
def change_scene(
|
|
211
|
-
override_context: typing.
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
undo: typing.Optional[bool] = None,
|
|
216
|
-
scene: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
204
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
205
|
+
execution_context: str | int | None = None,
|
|
206
|
+
undo: bool | None = None,
|
|
207
|
+
scene: str | int | typing.Any | None = "",
|
|
217
208
|
):
|
|
218
209
|
"""Change Scene assigned to Strip
|
|
219
210
|
|
|
220
|
-
:type override_context:
|
|
221
|
-
:type execution_context:
|
|
222
|
-
:type undo:
|
|
211
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
212
|
+
:type execution_context: str | int | None
|
|
213
|
+
:type undo: bool | None
|
|
223
214
|
:param scene: Scene
|
|
224
|
-
:type scene:
|
|
215
|
+
:type scene: str | int | typing.Any | None
|
|
225
216
|
"""
|
|
226
217
|
|
|
227
218
|
...
|
|
228
219
|
|
|
229
220
|
def copy(
|
|
230
|
-
override_context: typing.
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
234
|
-
undo: typing.Optional[bool] = None,
|
|
221
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
222
|
+
execution_context: str | int | None = None,
|
|
223
|
+
undo: bool | None = None,
|
|
235
224
|
):
|
|
236
225
|
"""Copy the selected strips to the internal clipboard
|
|
237
226
|
|
|
238
|
-
:type override_context:
|
|
239
|
-
:type execution_context:
|
|
240
|
-
:type undo:
|
|
227
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
228
|
+
:type execution_context: str | int | None
|
|
229
|
+
:type undo: bool | None
|
|
241
230
|
"""
|
|
242
231
|
|
|
243
232
|
...
|
|
244
233
|
|
|
245
234
|
def crossfade_sounds(
|
|
246
|
-
override_context: typing.
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
250
|
-
undo: typing.Optional[bool] = None,
|
|
235
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
236
|
+
execution_context: str | int | None = None,
|
|
237
|
+
undo: bool | None = None,
|
|
251
238
|
):
|
|
252
239
|
"""Do cross-fading volume animation of two selected sound strips
|
|
253
240
|
|
|
254
|
-
:type override_context:
|
|
255
|
-
:type execution_context:
|
|
256
|
-
:type undo:
|
|
241
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
242
|
+
:type execution_context: str | int | None
|
|
243
|
+
:type undo: bool | None
|
|
257
244
|
"""
|
|
258
245
|
|
|
259
246
|
...
|
|
260
247
|
|
|
261
248
|
def cursor_set(
|
|
262
|
-
override_context: typing.
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
undo: typing.Optional[bool] = None,
|
|
267
|
-
location: typing.Optional[typing.Any] = (0.0, 0.0),
|
|
249
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
250
|
+
execution_context: str | int | None = None,
|
|
251
|
+
undo: bool | None = None,
|
|
252
|
+
location: typing.Any | None = (0.0, 0.0),
|
|
268
253
|
):
|
|
269
254
|
"""Set 2D cursor location
|
|
270
255
|
|
|
271
|
-
:type override_context:
|
|
272
|
-
:type execution_context:
|
|
273
|
-
:type undo:
|
|
256
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
257
|
+
:type execution_context: str | int | None
|
|
258
|
+
:type undo: bool | None
|
|
274
259
|
:param location: Location, Cursor location in normalized preview coordinates
|
|
275
|
-
:type location: typing.
|
|
260
|
+
:type location: typing.Any | None
|
|
276
261
|
"""
|
|
277
262
|
|
|
278
263
|
...
|
|
279
264
|
|
|
280
265
|
def deinterlace_selected_movies(
|
|
281
|
-
override_context: typing.
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
285
|
-
undo: typing.Optional[bool] = None,
|
|
266
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
267
|
+
execution_context: str | int | None = None,
|
|
268
|
+
undo: bool | None = None,
|
|
286
269
|
):
|
|
287
270
|
"""Deinterlace all selected movie sources
|
|
288
271
|
|
|
289
|
-
:type override_context:
|
|
290
|
-
:type execution_context:
|
|
291
|
-
:type undo:
|
|
272
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
273
|
+
:type execution_context: str | int | None
|
|
274
|
+
:type undo: bool | None
|
|
292
275
|
"""
|
|
293
276
|
|
|
294
277
|
...
|
|
295
278
|
|
|
296
279
|
def delete(
|
|
297
|
-
override_context: typing.
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
delete_data: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
303
|
-
use_retiming_mode: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
280
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
281
|
+
execution_context: str | int | None = None,
|
|
282
|
+
undo: bool | None = None,
|
|
283
|
+
delete_data: bool | typing.Any | None = False,
|
|
284
|
+
use_retiming_mode: bool | typing.Any | None = False,
|
|
304
285
|
):
|
|
305
286
|
"""Delete selected strips from the sequencer
|
|
306
287
|
|
|
307
|
-
:type override_context:
|
|
308
|
-
:type execution_context:
|
|
309
|
-
:type undo:
|
|
288
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
289
|
+
:type execution_context: str | int | None
|
|
290
|
+
:type undo: bool | None
|
|
310
291
|
:param delete_data: Delete Data, After removing the Strip, delete the associated data also
|
|
311
|
-
:type delete_data:
|
|
292
|
+
:type delete_data: bool | typing.Any | None
|
|
312
293
|
:param use_retiming_mode: Use Retiming Data, Operate on retiming data instead of strips
|
|
313
|
-
:type use_retiming_mode:
|
|
294
|
+
:type use_retiming_mode: bool | typing.Any | None
|
|
314
295
|
"""
|
|
315
296
|
|
|
316
297
|
...
|
|
317
298
|
|
|
318
299
|
def duplicate(
|
|
319
|
-
override_context: typing.
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
323
|
-
undo: typing.Optional[bool] = None,
|
|
300
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
301
|
+
execution_context: str | int | None = None,
|
|
302
|
+
undo: bool | None = None,
|
|
324
303
|
):
|
|
325
304
|
"""Duplicate the selected strips
|
|
326
305
|
|
|
327
|
-
:type override_context:
|
|
328
|
-
:type execution_context:
|
|
329
|
-
:type undo:
|
|
306
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
307
|
+
:type execution_context: str | int | None
|
|
308
|
+
:type undo: bool | None
|
|
330
309
|
"""
|
|
331
310
|
|
|
332
311
|
...
|
|
333
312
|
|
|
334
313
|
def duplicate_move(
|
|
335
|
-
override_context: typing.
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
SEQUENCER_OT_duplicate: typing.Optional[duplicate] = None,
|
|
341
|
-
TRANSFORM_OT_seq_slide: typing.Optional[bpy.ops.transform.seq_slide] = None,
|
|
314
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
315
|
+
execution_context: str | int | None = None,
|
|
316
|
+
undo: bool | None = None,
|
|
317
|
+
SEQUENCER_OT_duplicate: duplicate | None = None,
|
|
318
|
+
TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None = None,
|
|
342
319
|
):
|
|
343
320
|
"""Duplicate selected strips and move them
|
|
344
321
|
|
|
345
|
-
:type override_context:
|
|
346
|
-
:type execution_context:
|
|
347
|
-
:type undo:
|
|
322
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
323
|
+
:type execution_context: str | int | None
|
|
324
|
+
:type undo: bool | None
|
|
348
325
|
:param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
|
|
349
|
-
:type SEQUENCER_OT_duplicate:
|
|
326
|
+
:type SEQUENCER_OT_duplicate: duplicate | None
|
|
350
327
|
:param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
|
|
351
|
-
:type TRANSFORM_OT_seq_slide:
|
|
328
|
+
:type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
|
|
352
329
|
"""
|
|
353
330
|
|
|
354
331
|
...
|
|
355
332
|
|
|
356
333
|
def effect_strip_add(
|
|
357
|
-
override_context: typing.
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
overlap_shuffle_override: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
369
|
-
color: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
334
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
335
|
+
execution_context: str | int | None = None,
|
|
336
|
+
undo: bool | None = None,
|
|
337
|
+
type: typing.Any | None = "CROSS",
|
|
338
|
+
frame_start: typing.Any | None = 0,
|
|
339
|
+
frame_end: typing.Any | None = 0,
|
|
340
|
+
channel: typing.Any | None = 1,
|
|
341
|
+
replace_sel: bool | typing.Any | None = True,
|
|
342
|
+
overlap: bool | typing.Any | None = False,
|
|
343
|
+
overlap_shuffle_override: bool | typing.Any | None = False,
|
|
344
|
+
color: typing.Any | None = (0.0, 0.0, 0.0),
|
|
370
345
|
):
|
|
371
346
|
"""Add an effect to the sequencer, most are applied on top of existing strips
|
|
372
347
|
|
|
373
|
-
:type override_context:
|
|
374
|
-
:type execution_context:
|
|
375
|
-
:type undo:
|
|
348
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
349
|
+
:type execution_context: str | int | None
|
|
350
|
+
:type undo: bool | None
|
|
376
351
|
:param type: Type, Sequencer effect type
|
|
377
352
|
|
|
378
353
|
CROSS
|
|
@@ -428,133 +403,129 @@ def effect_strip_add(
|
|
|
428
403
|
|
|
429
404
|
COLORMIX
|
|
430
405
|
Color Mix.
|
|
431
|
-
:type type: typing.
|
|
406
|
+
:type type: typing.Any | None
|
|
432
407
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
433
|
-
:type frame_start: typing.
|
|
408
|
+
:type frame_start: typing.Any | None
|
|
434
409
|
:param frame_end: End Frame, End frame for the color strip
|
|
435
|
-
:type frame_end: typing.
|
|
410
|
+
:type frame_end: typing.Any | None
|
|
436
411
|
:param channel: Channel, Channel to place this strip into
|
|
437
|
-
:type channel: typing.
|
|
412
|
+
:type channel: typing.Any | None
|
|
438
413
|
:param replace_sel: Replace Selection, Replace the current selection
|
|
439
|
-
:type replace_sel:
|
|
414
|
+
:type replace_sel: bool | typing.Any | None
|
|
440
415
|
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
441
|
-
:type overlap:
|
|
416
|
+
:type overlap: bool | typing.Any | None
|
|
442
417
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
443
|
-
:type overlap_shuffle_override:
|
|
418
|
+
:type overlap_shuffle_override: bool | typing.Any | None
|
|
444
419
|
:param color: Color, Initialize the strip with this color
|
|
445
|
-
:type color: typing.
|
|
420
|
+
:type color: typing.Any | None
|
|
446
421
|
"""
|
|
447
422
|
|
|
448
423
|
...
|
|
449
424
|
|
|
450
425
|
def enable_proxies(
|
|
451
|
-
override_context: typing.
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
proxy_100: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
460
|
-
overwrite: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
426
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
427
|
+
execution_context: str | int | None = None,
|
|
428
|
+
undo: bool | None = None,
|
|
429
|
+
proxy_25: bool | typing.Any | None = False,
|
|
430
|
+
proxy_50: bool | typing.Any | None = False,
|
|
431
|
+
proxy_75: bool | typing.Any | None = False,
|
|
432
|
+
proxy_100: bool | typing.Any | None = False,
|
|
433
|
+
overwrite: bool | typing.Any | None = False,
|
|
461
434
|
):
|
|
462
435
|
"""Enable selected proxies on all selected Movie and Image strips
|
|
463
436
|
|
|
464
|
-
:type override_context:
|
|
465
|
-
:type execution_context:
|
|
466
|
-
:type undo:
|
|
437
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
438
|
+
:type execution_context: str | int | None
|
|
439
|
+
:type undo: bool | None
|
|
467
440
|
:param proxy_25: 25%
|
|
468
|
-
:type proxy_25:
|
|
441
|
+
:type proxy_25: bool | typing.Any | None
|
|
469
442
|
:param proxy_50: 50%
|
|
470
|
-
:type proxy_50:
|
|
443
|
+
:type proxy_50: bool | typing.Any | None
|
|
471
444
|
:param proxy_75: 75%
|
|
472
|
-
:type proxy_75:
|
|
445
|
+
:type proxy_75: bool | typing.Any | None
|
|
473
446
|
:param proxy_100: 100%
|
|
474
|
-
:type proxy_100:
|
|
447
|
+
:type proxy_100: bool | typing.Any | None
|
|
475
448
|
:param overwrite: Overwrite
|
|
476
|
-
:type overwrite:
|
|
449
|
+
:type overwrite: bool | typing.Any | None
|
|
477
450
|
"""
|
|
478
451
|
|
|
479
452
|
...
|
|
480
453
|
|
|
481
454
|
def export_subtitles(
|
|
482
|
-
override_context: typing.
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
display_type: typing.Optional[typing.Any] = "DEFAULT",
|
|
509
|
-
sort_method: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
455
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
456
|
+
execution_context: str | int | None = None,
|
|
457
|
+
undo: bool | None = None,
|
|
458
|
+
filepath: str | typing.Any = "",
|
|
459
|
+
hide_props_region: bool | typing.Any | None = True,
|
|
460
|
+
check_existing: bool | typing.Any | None = True,
|
|
461
|
+
filter_blender: bool | typing.Any | None = False,
|
|
462
|
+
filter_backup: bool | typing.Any | None = False,
|
|
463
|
+
filter_image: bool | typing.Any | None = False,
|
|
464
|
+
filter_movie: bool | typing.Any | None = False,
|
|
465
|
+
filter_python: bool | typing.Any | None = False,
|
|
466
|
+
filter_font: bool | typing.Any | None = False,
|
|
467
|
+
filter_sound: bool | typing.Any | None = False,
|
|
468
|
+
filter_text: bool | typing.Any | None = False,
|
|
469
|
+
filter_archive: bool | typing.Any | None = False,
|
|
470
|
+
filter_btx: bool | typing.Any | None = False,
|
|
471
|
+
filter_collada: bool | typing.Any | None = False,
|
|
472
|
+
filter_alembic: bool | typing.Any | None = False,
|
|
473
|
+
filter_usd: bool | typing.Any | None = False,
|
|
474
|
+
filter_obj: bool | typing.Any | None = False,
|
|
475
|
+
filter_volume: bool | typing.Any | None = False,
|
|
476
|
+
filter_folder: bool | typing.Any | None = True,
|
|
477
|
+
filter_blenlib: bool | typing.Any | None = False,
|
|
478
|
+
filemode: typing.Any | None = 8,
|
|
479
|
+
display_type: typing.Any | None = "DEFAULT",
|
|
480
|
+
sort_method: str | int | typing.Any | None = "",
|
|
510
481
|
):
|
|
511
482
|
"""Export .srt file containing text strips
|
|
512
483
|
|
|
513
|
-
:type override_context:
|
|
514
|
-
:type execution_context:
|
|
515
|
-
:type undo:
|
|
484
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
485
|
+
:type execution_context: str | int | None
|
|
486
|
+
:type undo: bool | None
|
|
516
487
|
:param filepath: File Path, Path to file
|
|
517
|
-
:type filepath:
|
|
488
|
+
:type filepath: str | typing.Any
|
|
518
489
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
519
|
-
:type hide_props_region:
|
|
490
|
+
:type hide_props_region: bool | typing.Any | None
|
|
520
491
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
521
|
-
:type check_existing:
|
|
492
|
+
:type check_existing: bool | typing.Any | None
|
|
522
493
|
:param filter_blender: Filter .blend files
|
|
523
|
-
:type filter_blender:
|
|
494
|
+
:type filter_blender: bool | typing.Any | None
|
|
524
495
|
:param filter_backup: Filter .blend files
|
|
525
|
-
:type filter_backup:
|
|
496
|
+
:type filter_backup: bool | typing.Any | None
|
|
526
497
|
:param filter_image: Filter image files
|
|
527
|
-
:type filter_image:
|
|
498
|
+
:type filter_image: bool | typing.Any | None
|
|
528
499
|
:param filter_movie: Filter movie files
|
|
529
|
-
:type filter_movie:
|
|
500
|
+
:type filter_movie: bool | typing.Any | None
|
|
530
501
|
:param filter_python: Filter Python files
|
|
531
|
-
:type filter_python:
|
|
502
|
+
:type filter_python: bool | typing.Any | None
|
|
532
503
|
:param filter_font: Filter font files
|
|
533
|
-
:type filter_font:
|
|
504
|
+
:type filter_font: bool | typing.Any | None
|
|
534
505
|
:param filter_sound: Filter sound files
|
|
535
|
-
:type filter_sound:
|
|
506
|
+
:type filter_sound: bool | typing.Any | None
|
|
536
507
|
:param filter_text: Filter text files
|
|
537
|
-
:type filter_text:
|
|
508
|
+
:type filter_text: bool | typing.Any | None
|
|
538
509
|
:param filter_archive: Filter archive files
|
|
539
|
-
:type filter_archive:
|
|
510
|
+
:type filter_archive: bool | typing.Any | None
|
|
540
511
|
:param filter_btx: Filter btx files
|
|
541
|
-
:type filter_btx:
|
|
512
|
+
:type filter_btx: bool | typing.Any | None
|
|
542
513
|
:param filter_collada: Filter COLLADA files
|
|
543
|
-
:type filter_collada:
|
|
514
|
+
:type filter_collada: bool | typing.Any | None
|
|
544
515
|
:param filter_alembic: Filter Alembic files
|
|
545
|
-
:type filter_alembic:
|
|
516
|
+
:type filter_alembic: bool | typing.Any | None
|
|
546
517
|
:param filter_usd: Filter USD files
|
|
547
|
-
:type filter_usd:
|
|
518
|
+
:type filter_usd: bool | typing.Any | None
|
|
548
519
|
:param filter_obj: Filter OBJ files
|
|
549
|
-
:type filter_obj:
|
|
520
|
+
:type filter_obj: bool | typing.Any | None
|
|
550
521
|
:param filter_volume: Filter OpenVDB volume files
|
|
551
|
-
:type filter_volume:
|
|
522
|
+
:type filter_volume: bool | typing.Any | None
|
|
552
523
|
:param filter_folder: Filter folders
|
|
553
|
-
:type filter_folder:
|
|
524
|
+
:type filter_folder: bool | typing.Any | None
|
|
554
525
|
:param filter_blenlib: Filter Blender IDs
|
|
555
|
-
:type filter_blenlib:
|
|
526
|
+
:type filter_blenlib: bool | typing.Any | None
|
|
556
527
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
557
|
-
:type filemode: typing.
|
|
528
|
+
:type filemode: typing.Any | None
|
|
558
529
|
:param display_type: Display Type
|
|
559
530
|
|
|
560
531
|
DEFAULT
|
|
@@ -568,29 +539,27 @@ def export_subtitles(
|
|
|
568
539
|
|
|
569
540
|
THUMBNAIL
|
|
570
541
|
Thumbnails -- Display files as thumbnails.
|
|
571
|
-
:type display_type: typing.
|
|
542
|
+
:type display_type: typing.Any | None
|
|
572
543
|
:param sort_method: File sorting mode
|
|
573
|
-
:type sort_method:
|
|
544
|
+
:type sort_method: str | int | typing.Any | None
|
|
574
545
|
"""
|
|
575
546
|
|
|
576
547
|
...
|
|
577
548
|
|
|
578
549
|
def fades_add(
|
|
579
|
-
override_context: typing.
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
duration_seconds: typing.Optional[typing.Any] = 1.0,
|
|
585
|
-
type: typing.Optional[typing.Any] = "IN_OUT",
|
|
550
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
551
|
+
execution_context: str | int | None = None,
|
|
552
|
+
undo: bool | None = None,
|
|
553
|
+
duration_seconds: typing.Any | None = 1.0,
|
|
554
|
+
type: typing.Any | None = "IN_OUT",
|
|
586
555
|
):
|
|
587
556
|
"""Adds or updates a fade animation for either visual or audio strips
|
|
588
557
|
|
|
589
|
-
:type override_context:
|
|
590
|
-
:type execution_context:
|
|
591
|
-
:type undo:
|
|
558
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
559
|
+
:type execution_context: str | int | None
|
|
560
|
+
:type undo: bool | None
|
|
592
561
|
:param duration_seconds: Fade Duration, Duration of the fade in seconds
|
|
593
|
-
:type duration_seconds: typing.
|
|
562
|
+
:type duration_seconds: typing.Any | None
|
|
594
563
|
:param type: Fade Type, Fade in, out, both in and out, to, or from the current frame. Default is both in and out
|
|
595
564
|
|
|
596
565
|
IN_OUT
|
|
@@ -607,162 +576,153 @@ def fades_add(
|
|
|
607
576
|
|
|
608
577
|
CURSOR_TO
|
|
609
578
|
To Current Frame -- Fade from the start of sequences under the time cursor to the current frame.
|
|
610
|
-
:type type: typing.
|
|
579
|
+
:type type: typing.Any | None
|
|
611
580
|
"""
|
|
612
581
|
|
|
613
582
|
...
|
|
614
583
|
|
|
615
584
|
def fades_clear(
|
|
616
|
-
override_context: typing.
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
620
|
-
undo: typing.Optional[bool] = None,
|
|
585
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
586
|
+
execution_context: str | int | None = None,
|
|
587
|
+
undo: bool | None = None,
|
|
621
588
|
):
|
|
622
589
|
"""Removes fade animation from selected sequences
|
|
623
590
|
|
|
624
|
-
:type override_context:
|
|
625
|
-
:type execution_context:
|
|
626
|
-
:type undo:
|
|
591
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
592
|
+
:type execution_context: str | int | None
|
|
593
|
+
:type undo: bool | None
|
|
627
594
|
"""
|
|
628
595
|
|
|
629
596
|
...
|
|
630
597
|
|
|
631
598
|
def gap_insert(
|
|
632
|
-
override_context: typing.
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
undo: typing.Optional[bool] = None,
|
|
637
|
-
frames: typing.Optional[typing.Any] = 10,
|
|
599
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
600
|
+
execution_context: str | int | None = None,
|
|
601
|
+
undo: bool | None = None,
|
|
602
|
+
frames: typing.Any | None = 10,
|
|
638
603
|
):
|
|
639
604
|
"""Insert gap at current frame to first strips at the right, independent of selection or locked state of strips
|
|
640
605
|
|
|
641
|
-
:type override_context:
|
|
642
|
-
:type execution_context:
|
|
643
|
-
:type undo:
|
|
606
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
607
|
+
:type execution_context: str | int | None
|
|
608
|
+
:type undo: bool | None
|
|
644
609
|
:param frames: Frames, Frames to insert after current strip
|
|
645
|
-
:type frames: typing.
|
|
610
|
+
:type frames: typing.Any | None
|
|
646
611
|
"""
|
|
647
612
|
|
|
648
613
|
...
|
|
649
614
|
|
|
650
615
|
def gap_remove(
|
|
651
|
-
override_context: typing.
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
undo: typing.Optional[bool] = None,
|
|
656
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
616
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
617
|
+
execution_context: str | int | None = None,
|
|
618
|
+
undo: bool | None = None,
|
|
619
|
+
all: bool | typing.Any | None = False,
|
|
657
620
|
):
|
|
658
621
|
"""Remove gap at current frame to first strip at the right, independent of selection or locked state of strips
|
|
659
622
|
|
|
660
|
-
:type override_context:
|
|
661
|
-
:type execution_context:
|
|
662
|
-
:type undo:
|
|
623
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
624
|
+
:type execution_context: str | int | None
|
|
625
|
+
:type undo: bool | None
|
|
663
626
|
:param all: All Gaps, Do all gaps to right of current frame
|
|
664
|
-
:type all:
|
|
627
|
+
:type all: bool | typing.Any | None
|
|
665
628
|
"""
|
|
666
629
|
|
|
667
630
|
...
|
|
668
631
|
|
|
669
632
|
def image_strip_add(
|
|
670
|
-
override_context: typing.
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
fit_method: typing.Optional[typing.Any] = "FIT",
|
|
710
|
-
set_view_transform: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
711
|
-
use_placeholders: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
633
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
634
|
+
execution_context: str | int | None = None,
|
|
635
|
+
undo: bool | None = None,
|
|
636
|
+
directory: str | typing.Any = "",
|
|
637
|
+
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
638
|
+
| None = None,
|
|
639
|
+
check_existing: bool | typing.Any | None = False,
|
|
640
|
+
filter_blender: bool | typing.Any | None = False,
|
|
641
|
+
filter_backup: bool | typing.Any | None = False,
|
|
642
|
+
filter_image: bool | typing.Any | None = True,
|
|
643
|
+
filter_movie: bool | typing.Any | None = False,
|
|
644
|
+
filter_python: bool | typing.Any | None = False,
|
|
645
|
+
filter_font: bool | typing.Any | None = False,
|
|
646
|
+
filter_sound: bool | typing.Any | None = False,
|
|
647
|
+
filter_text: bool | typing.Any | None = False,
|
|
648
|
+
filter_archive: bool | typing.Any | None = False,
|
|
649
|
+
filter_btx: bool | typing.Any | None = False,
|
|
650
|
+
filter_collada: bool | typing.Any | None = False,
|
|
651
|
+
filter_alembic: bool | typing.Any | None = False,
|
|
652
|
+
filter_usd: bool | typing.Any | None = False,
|
|
653
|
+
filter_obj: bool | typing.Any | None = False,
|
|
654
|
+
filter_volume: bool | typing.Any | None = False,
|
|
655
|
+
filter_folder: bool | typing.Any | None = True,
|
|
656
|
+
filter_blenlib: bool | typing.Any | None = False,
|
|
657
|
+
filemode: typing.Any | None = 9,
|
|
658
|
+
relative_path: bool | typing.Any | None = True,
|
|
659
|
+
show_multiview: bool | typing.Any | None = False,
|
|
660
|
+
use_multiview: bool | typing.Any | None = False,
|
|
661
|
+
display_type: typing.Any | None = "DEFAULT",
|
|
662
|
+
sort_method: typing.Any | None = "",
|
|
663
|
+
frame_start: typing.Any | None = 0,
|
|
664
|
+
frame_end: typing.Any | None = 0,
|
|
665
|
+
channel: typing.Any | None = 1,
|
|
666
|
+
replace_sel: bool | typing.Any | None = True,
|
|
667
|
+
overlap: bool | typing.Any | None = False,
|
|
668
|
+
overlap_shuffle_override: bool | typing.Any | None = False,
|
|
669
|
+
fit_method: typing.Any | None = "FIT",
|
|
670
|
+
set_view_transform: bool | typing.Any | None = True,
|
|
671
|
+
use_placeholders: bool | typing.Any | None = False,
|
|
712
672
|
):
|
|
713
673
|
"""Add an image or image sequence to the sequencer
|
|
714
674
|
|
|
715
|
-
:type override_context:
|
|
716
|
-
:type execution_context:
|
|
717
|
-
:type undo:
|
|
675
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
676
|
+
:type execution_context: str | int | None
|
|
677
|
+
:type undo: bool | None
|
|
718
678
|
:param directory: Directory, Directory of the file
|
|
719
|
-
:type directory:
|
|
679
|
+
:type directory: str | typing.Any
|
|
720
680
|
:param files: Files
|
|
721
|
-
:type files:
|
|
681
|
+
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
722
682
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
723
|
-
:type check_existing:
|
|
683
|
+
:type check_existing: bool | typing.Any | None
|
|
724
684
|
:param filter_blender: Filter .blend files
|
|
725
|
-
:type filter_blender:
|
|
685
|
+
:type filter_blender: bool | typing.Any | None
|
|
726
686
|
:param filter_backup: Filter .blend files
|
|
727
|
-
:type filter_backup:
|
|
687
|
+
:type filter_backup: bool | typing.Any | None
|
|
728
688
|
:param filter_image: Filter image files
|
|
729
|
-
:type filter_image:
|
|
689
|
+
:type filter_image: bool | typing.Any | None
|
|
730
690
|
:param filter_movie: Filter movie files
|
|
731
|
-
:type filter_movie:
|
|
691
|
+
:type filter_movie: bool | typing.Any | None
|
|
732
692
|
:param filter_python: Filter Python files
|
|
733
|
-
:type filter_python:
|
|
693
|
+
:type filter_python: bool | typing.Any | None
|
|
734
694
|
:param filter_font: Filter font files
|
|
735
|
-
:type filter_font:
|
|
695
|
+
:type filter_font: bool | typing.Any | None
|
|
736
696
|
:param filter_sound: Filter sound files
|
|
737
|
-
:type filter_sound:
|
|
697
|
+
:type filter_sound: bool | typing.Any | None
|
|
738
698
|
:param filter_text: Filter text files
|
|
739
|
-
:type filter_text:
|
|
699
|
+
:type filter_text: bool | typing.Any | None
|
|
740
700
|
:param filter_archive: Filter archive files
|
|
741
|
-
:type filter_archive:
|
|
701
|
+
:type filter_archive: bool | typing.Any | None
|
|
742
702
|
:param filter_btx: Filter btx files
|
|
743
|
-
:type filter_btx:
|
|
703
|
+
:type filter_btx: bool | typing.Any | None
|
|
744
704
|
:param filter_collada: Filter COLLADA files
|
|
745
|
-
:type filter_collada:
|
|
705
|
+
:type filter_collada: bool | typing.Any | None
|
|
746
706
|
:param filter_alembic: Filter Alembic files
|
|
747
|
-
:type filter_alembic:
|
|
707
|
+
:type filter_alembic: bool | typing.Any | None
|
|
748
708
|
:param filter_usd: Filter USD files
|
|
749
|
-
:type filter_usd:
|
|
709
|
+
:type filter_usd: bool | typing.Any | None
|
|
750
710
|
:param filter_obj: Filter OBJ files
|
|
751
|
-
:type filter_obj:
|
|
711
|
+
:type filter_obj: bool | typing.Any | None
|
|
752
712
|
:param filter_volume: Filter OpenVDB volume files
|
|
753
|
-
:type filter_volume:
|
|
713
|
+
:type filter_volume: bool | typing.Any | None
|
|
754
714
|
:param filter_folder: Filter folders
|
|
755
|
-
:type filter_folder:
|
|
715
|
+
:type filter_folder: bool | typing.Any | None
|
|
756
716
|
:param filter_blenlib: Filter Blender IDs
|
|
757
|
-
:type filter_blenlib:
|
|
717
|
+
:type filter_blenlib: bool | typing.Any | None
|
|
758
718
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
759
|
-
:type filemode: typing.
|
|
719
|
+
:type filemode: typing.Any | None
|
|
760
720
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
761
|
-
:type relative_path:
|
|
721
|
+
:type relative_path: bool | typing.Any | None
|
|
762
722
|
:param show_multiview: Enable Multi-View
|
|
763
|
-
:type show_multiview:
|
|
723
|
+
:type show_multiview: bool | typing.Any | None
|
|
764
724
|
:param use_multiview: Use Multi-View
|
|
765
|
-
:type use_multiview:
|
|
725
|
+
:type use_multiview: bool | typing.Any | None
|
|
766
726
|
:param display_type: Display Type
|
|
767
727
|
|
|
768
728
|
DEFAULT
|
|
@@ -776,7 +736,7 @@ def image_strip_add(
|
|
|
776
736
|
|
|
777
737
|
THUMBNAIL
|
|
778
738
|
Thumbnails -- Display files as thumbnails.
|
|
779
|
-
:type display_type: typing.
|
|
739
|
+
:type display_type: typing.Any | None
|
|
780
740
|
:param sort_method: File sorting mode
|
|
781
741
|
|
|
782
742
|
DEFAULT
|
|
@@ -793,19 +753,19 @@ def image_strip_add(
|
|
|
793
753
|
|
|
794
754
|
FILE_SORT_SIZE
|
|
795
755
|
Size -- Sort files by size.
|
|
796
|
-
:type sort_method: typing.
|
|
756
|
+
:type sort_method: typing.Any | None
|
|
797
757
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
798
|
-
:type frame_start: typing.
|
|
758
|
+
:type frame_start: typing.Any | None
|
|
799
759
|
:param frame_end: End Frame, End frame for the color strip
|
|
800
|
-
:type frame_end: typing.
|
|
760
|
+
:type frame_end: typing.Any | None
|
|
801
761
|
:param channel: Channel, Channel to place this strip into
|
|
802
|
-
:type channel: typing.
|
|
762
|
+
:type channel: typing.Any | None
|
|
803
763
|
:param replace_sel: Replace Selection, Replace the current selection
|
|
804
|
-
:type replace_sel:
|
|
764
|
+
:type replace_sel: bool | typing.Any | None
|
|
805
765
|
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
806
|
-
:type overlap:
|
|
766
|
+
:type overlap: bool | typing.Any | None
|
|
807
767
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
808
|
-
:type overlap_shuffle_override:
|
|
768
|
+
:type overlap_shuffle_override: bool | typing.Any | None
|
|
809
769
|
:param fit_method: Fit Method, Scale fit method
|
|
810
770
|
|
|
811
771
|
FIT
|
|
@@ -819,233 +779,218 @@ def image_strip_add(
|
|
|
819
779
|
|
|
820
780
|
ORIGINAL
|
|
821
781
|
Use Original Size -- Keep image at its original size.
|
|
822
|
-
:type fit_method: typing.
|
|
782
|
+
:type fit_method: typing.Any | None
|
|
823
783
|
:param set_view_transform: Set View Transform, Set appropriate view transform based on media color space
|
|
824
|
-
:type set_view_transform:
|
|
784
|
+
:type set_view_transform: bool | typing.Any | None
|
|
825
785
|
:param use_placeholders: Use Placeholders, Use placeholders for missing frames of the strip
|
|
826
|
-
:type use_placeholders:
|
|
786
|
+
:type use_placeholders: bool | typing.Any | None
|
|
827
787
|
"""
|
|
828
788
|
|
|
829
789
|
...
|
|
830
790
|
|
|
831
791
|
def images_separate(
|
|
832
|
-
override_context: typing.
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
undo: typing.Optional[bool] = None,
|
|
837
|
-
length: typing.Optional[typing.Any] = 1,
|
|
792
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
793
|
+
execution_context: str | int | None = None,
|
|
794
|
+
undo: bool | None = None,
|
|
795
|
+
length: typing.Any | None = 1,
|
|
838
796
|
):
|
|
839
797
|
"""On image sequence strips, it returns a strip for each image
|
|
840
798
|
|
|
841
|
-
:type override_context:
|
|
842
|
-
:type execution_context:
|
|
843
|
-
:type undo:
|
|
799
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
800
|
+
:type execution_context: str | int | None
|
|
801
|
+
:type undo: bool | None
|
|
844
802
|
:param length: Length, Length of each frame
|
|
845
|
-
:type length: typing.
|
|
803
|
+
:type length: typing.Any | None
|
|
846
804
|
"""
|
|
847
805
|
|
|
848
806
|
...
|
|
849
807
|
|
|
850
808
|
def lock(
|
|
851
|
-
override_context: typing.
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
855
|
-
undo: typing.Optional[bool] = None,
|
|
809
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
810
|
+
execution_context: str | int | None = None,
|
|
811
|
+
undo: bool | None = None,
|
|
856
812
|
):
|
|
857
813
|
"""Lock strips so they can't be transformed
|
|
858
814
|
|
|
859
|
-
:type override_context:
|
|
860
|
-
:type execution_context:
|
|
861
|
-
:type undo:
|
|
815
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
816
|
+
:type execution_context: str | int | None
|
|
817
|
+
:type undo: bool | None
|
|
862
818
|
"""
|
|
863
819
|
|
|
864
820
|
...
|
|
865
821
|
|
|
866
822
|
def mask_strip_add(
|
|
867
|
-
override_context: typing.
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
overlap_shuffle_override: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
877
|
-
mask: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
823
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
824
|
+
execution_context: str | int | None = None,
|
|
825
|
+
undo: bool | None = None,
|
|
826
|
+
frame_start: typing.Any | None = 0,
|
|
827
|
+
channel: typing.Any | None = 1,
|
|
828
|
+
replace_sel: bool | typing.Any | None = True,
|
|
829
|
+
overlap: bool | typing.Any | None = False,
|
|
830
|
+
overlap_shuffle_override: bool | typing.Any | None = False,
|
|
831
|
+
mask: str | int | typing.Any | None = "",
|
|
878
832
|
):
|
|
879
833
|
"""Add a mask strip to the sequencer
|
|
880
834
|
|
|
881
|
-
:type override_context:
|
|
882
|
-
:type execution_context:
|
|
883
|
-
:type undo:
|
|
835
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
836
|
+
:type execution_context: str | int | None
|
|
837
|
+
:type undo: bool | None
|
|
884
838
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
885
|
-
:type frame_start: typing.
|
|
839
|
+
:type frame_start: typing.Any | None
|
|
886
840
|
:param channel: Channel, Channel to place this strip into
|
|
887
|
-
:type channel: typing.
|
|
841
|
+
:type channel: typing.Any | None
|
|
888
842
|
:param replace_sel: Replace Selection, Replace the current selection
|
|
889
|
-
:type replace_sel:
|
|
843
|
+
:type replace_sel: bool | typing.Any | None
|
|
890
844
|
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
891
|
-
:type overlap:
|
|
845
|
+
:type overlap: bool | typing.Any | None
|
|
892
846
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
893
|
-
:type overlap_shuffle_override:
|
|
847
|
+
:type overlap_shuffle_override: bool | typing.Any | None
|
|
894
848
|
:param mask: Mask
|
|
895
|
-
:type mask:
|
|
849
|
+
:type mask: str | int | typing.Any | None
|
|
896
850
|
"""
|
|
897
851
|
|
|
898
852
|
...
|
|
899
853
|
|
|
900
854
|
def meta_make(
|
|
901
|
-
override_context: typing.
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
905
|
-
undo: typing.Optional[bool] = None,
|
|
855
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
856
|
+
execution_context: str | int | None = None,
|
|
857
|
+
undo: bool | None = None,
|
|
906
858
|
):
|
|
907
859
|
"""Group selected strips into a meta-strip
|
|
908
860
|
|
|
909
|
-
:type override_context:
|
|
910
|
-
:type execution_context:
|
|
911
|
-
:type undo:
|
|
861
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
862
|
+
:type execution_context: str | int | None
|
|
863
|
+
:type undo: bool | None
|
|
912
864
|
"""
|
|
913
865
|
|
|
914
866
|
...
|
|
915
867
|
|
|
916
868
|
def meta_separate(
|
|
917
|
-
override_context: typing.
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
921
|
-
undo: typing.Optional[bool] = None,
|
|
869
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
870
|
+
execution_context: str | int | None = None,
|
|
871
|
+
undo: bool | None = None,
|
|
922
872
|
):
|
|
923
873
|
"""Put the contents of a meta-strip back in the sequencer
|
|
924
874
|
|
|
925
|
-
:type override_context:
|
|
926
|
-
:type execution_context:
|
|
927
|
-
:type undo:
|
|
875
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
876
|
+
:type execution_context: str | int | None
|
|
877
|
+
:type undo: bool | None
|
|
928
878
|
"""
|
|
929
879
|
|
|
930
880
|
...
|
|
931
881
|
|
|
932
882
|
def meta_toggle(
|
|
933
|
-
override_context: typing.
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
937
|
-
undo: typing.Optional[bool] = None,
|
|
883
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
884
|
+
execution_context: str | int | None = None,
|
|
885
|
+
undo: bool | None = None,
|
|
938
886
|
):
|
|
939
887
|
"""Toggle a meta-strip (to edit enclosed strips)
|
|
940
888
|
|
|
941
|
-
:type override_context:
|
|
942
|
-
:type execution_context:
|
|
943
|
-
:type undo:
|
|
889
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
890
|
+
:type execution_context: str | int | None
|
|
891
|
+
:type undo: bool | None
|
|
944
892
|
"""
|
|
945
893
|
|
|
946
894
|
...
|
|
947
895
|
|
|
948
896
|
def movie_strip_add(
|
|
949
|
-
override_context: typing.
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
adjust_playback_rate: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
991
|
-
sound: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
992
|
-
use_framerate: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
897
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
898
|
+
execution_context: str | int | None = None,
|
|
899
|
+
undo: bool | None = None,
|
|
900
|
+
filepath: str | typing.Any = "",
|
|
901
|
+
directory: str | typing.Any = "",
|
|
902
|
+
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
903
|
+
| None = None,
|
|
904
|
+
check_existing: bool | typing.Any | None = False,
|
|
905
|
+
filter_blender: bool | typing.Any | None = False,
|
|
906
|
+
filter_backup: bool | typing.Any | None = False,
|
|
907
|
+
filter_image: bool | typing.Any | None = False,
|
|
908
|
+
filter_movie: bool | typing.Any | None = True,
|
|
909
|
+
filter_python: bool | typing.Any | None = False,
|
|
910
|
+
filter_font: bool | typing.Any | None = False,
|
|
911
|
+
filter_sound: bool | typing.Any | None = False,
|
|
912
|
+
filter_text: bool | typing.Any | None = False,
|
|
913
|
+
filter_archive: bool | typing.Any | None = False,
|
|
914
|
+
filter_btx: bool | typing.Any | None = False,
|
|
915
|
+
filter_collada: bool | typing.Any | None = False,
|
|
916
|
+
filter_alembic: bool | typing.Any | None = False,
|
|
917
|
+
filter_usd: bool | typing.Any | None = False,
|
|
918
|
+
filter_obj: bool | typing.Any | None = False,
|
|
919
|
+
filter_volume: bool | typing.Any | None = False,
|
|
920
|
+
filter_folder: bool | typing.Any | None = True,
|
|
921
|
+
filter_blenlib: bool | typing.Any | None = False,
|
|
922
|
+
filemode: typing.Any | None = 9,
|
|
923
|
+
relative_path: bool | typing.Any | None = True,
|
|
924
|
+
show_multiview: bool | typing.Any | None = False,
|
|
925
|
+
use_multiview: bool | typing.Any | None = False,
|
|
926
|
+
display_type: typing.Any | None = "DEFAULT",
|
|
927
|
+
sort_method: typing.Any | None = "",
|
|
928
|
+
frame_start: typing.Any | None = 0,
|
|
929
|
+
channel: typing.Any | None = 1,
|
|
930
|
+
replace_sel: bool | typing.Any | None = True,
|
|
931
|
+
overlap: bool | typing.Any | None = False,
|
|
932
|
+
overlap_shuffle_override: bool | typing.Any | None = False,
|
|
933
|
+
fit_method: typing.Any | None = "FIT",
|
|
934
|
+
set_view_transform: bool | typing.Any | None = True,
|
|
935
|
+
adjust_playback_rate: bool | typing.Any | None = True,
|
|
936
|
+
sound: bool | typing.Any | None = True,
|
|
937
|
+
use_framerate: bool | typing.Any | None = True,
|
|
993
938
|
):
|
|
994
939
|
"""Add a movie strip to the sequencer
|
|
995
940
|
|
|
996
|
-
:type override_context:
|
|
997
|
-
:type execution_context:
|
|
998
|
-
:type undo:
|
|
941
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
942
|
+
:type execution_context: str | int | None
|
|
943
|
+
:type undo: bool | None
|
|
999
944
|
:param filepath: File Path, Path to file
|
|
1000
|
-
:type filepath:
|
|
945
|
+
:type filepath: str | typing.Any
|
|
1001
946
|
:param directory: Directory, Directory of the file
|
|
1002
|
-
:type directory:
|
|
947
|
+
:type directory: str | typing.Any
|
|
1003
948
|
:param files: Files
|
|
1004
|
-
:type files:
|
|
949
|
+
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
1005
950
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
1006
|
-
:type check_existing:
|
|
951
|
+
:type check_existing: bool | typing.Any | None
|
|
1007
952
|
:param filter_blender: Filter .blend files
|
|
1008
|
-
:type filter_blender:
|
|
953
|
+
:type filter_blender: bool | typing.Any | None
|
|
1009
954
|
:param filter_backup: Filter .blend files
|
|
1010
|
-
:type filter_backup:
|
|
955
|
+
:type filter_backup: bool | typing.Any | None
|
|
1011
956
|
:param filter_image: Filter image files
|
|
1012
|
-
:type filter_image:
|
|
957
|
+
:type filter_image: bool | typing.Any | None
|
|
1013
958
|
:param filter_movie: Filter movie files
|
|
1014
|
-
:type filter_movie:
|
|
959
|
+
:type filter_movie: bool | typing.Any | None
|
|
1015
960
|
:param filter_python: Filter Python files
|
|
1016
|
-
:type filter_python:
|
|
961
|
+
:type filter_python: bool | typing.Any | None
|
|
1017
962
|
:param filter_font: Filter font files
|
|
1018
|
-
:type filter_font:
|
|
963
|
+
:type filter_font: bool | typing.Any | None
|
|
1019
964
|
:param filter_sound: Filter sound files
|
|
1020
|
-
:type filter_sound:
|
|
965
|
+
:type filter_sound: bool | typing.Any | None
|
|
1021
966
|
:param filter_text: Filter text files
|
|
1022
|
-
:type filter_text:
|
|
967
|
+
:type filter_text: bool | typing.Any | None
|
|
1023
968
|
:param filter_archive: Filter archive files
|
|
1024
|
-
:type filter_archive:
|
|
969
|
+
:type filter_archive: bool | typing.Any | None
|
|
1025
970
|
:param filter_btx: Filter btx files
|
|
1026
|
-
:type filter_btx:
|
|
971
|
+
:type filter_btx: bool | typing.Any | None
|
|
1027
972
|
:param filter_collada: Filter COLLADA files
|
|
1028
|
-
:type filter_collada:
|
|
973
|
+
:type filter_collada: bool | typing.Any | None
|
|
1029
974
|
:param filter_alembic: Filter Alembic files
|
|
1030
|
-
:type filter_alembic:
|
|
975
|
+
:type filter_alembic: bool | typing.Any | None
|
|
1031
976
|
:param filter_usd: Filter USD files
|
|
1032
|
-
:type filter_usd:
|
|
977
|
+
:type filter_usd: bool | typing.Any | None
|
|
1033
978
|
:param filter_obj: Filter OBJ files
|
|
1034
|
-
:type filter_obj:
|
|
979
|
+
:type filter_obj: bool | typing.Any | None
|
|
1035
980
|
:param filter_volume: Filter OpenVDB volume files
|
|
1036
|
-
:type filter_volume:
|
|
981
|
+
:type filter_volume: bool | typing.Any | None
|
|
1037
982
|
:param filter_folder: Filter folders
|
|
1038
|
-
:type filter_folder:
|
|
983
|
+
:type filter_folder: bool | typing.Any | None
|
|
1039
984
|
:param filter_blenlib: Filter Blender IDs
|
|
1040
|
-
:type filter_blenlib:
|
|
985
|
+
:type filter_blenlib: bool | typing.Any | None
|
|
1041
986
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
1042
|
-
:type filemode: typing.
|
|
987
|
+
:type filemode: typing.Any | None
|
|
1043
988
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
1044
|
-
:type relative_path:
|
|
989
|
+
:type relative_path: bool | typing.Any | None
|
|
1045
990
|
:param show_multiview: Enable Multi-View
|
|
1046
|
-
:type show_multiview:
|
|
991
|
+
:type show_multiview: bool | typing.Any | None
|
|
1047
992
|
:param use_multiview: Use Multi-View
|
|
1048
|
-
:type use_multiview:
|
|
993
|
+
:type use_multiview: bool | typing.Any | None
|
|
1049
994
|
:param display_type: Display Type
|
|
1050
995
|
|
|
1051
996
|
DEFAULT
|
|
@@ -1059,7 +1004,7 @@ def movie_strip_add(
|
|
|
1059
1004
|
|
|
1060
1005
|
THUMBNAIL
|
|
1061
1006
|
Thumbnails -- Display files as thumbnails.
|
|
1062
|
-
:type display_type: typing.
|
|
1007
|
+
:type display_type: typing.Any | None
|
|
1063
1008
|
:param sort_method: File sorting mode
|
|
1064
1009
|
|
|
1065
1010
|
DEFAULT
|
|
@@ -1076,17 +1021,17 @@ def movie_strip_add(
|
|
|
1076
1021
|
|
|
1077
1022
|
FILE_SORT_SIZE
|
|
1078
1023
|
Size -- Sort files by size.
|
|
1079
|
-
:type sort_method: typing.
|
|
1024
|
+
:type sort_method: typing.Any | None
|
|
1080
1025
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
1081
|
-
:type frame_start: typing.
|
|
1026
|
+
:type frame_start: typing.Any | None
|
|
1082
1027
|
:param channel: Channel, Channel to place this strip into
|
|
1083
|
-
:type channel: typing.
|
|
1028
|
+
:type channel: typing.Any | None
|
|
1084
1029
|
:param replace_sel: Replace Selection, Replace the current selection
|
|
1085
|
-
:type replace_sel:
|
|
1030
|
+
:type replace_sel: bool | typing.Any | None
|
|
1086
1031
|
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
1087
|
-
:type overlap:
|
|
1032
|
+
:type overlap: bool | typing.Any | None
|
|
1088
1033
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1089
|
-
:type overlap_shuffle_override:
|
|
1034
|
+
:type overlap_shuffle_override: bool | typing.Any | None
|
|
1090
1035
|
:param fit_method: Fit Method, Scale fit method
|
|
1091
1036
|
|
|
1092
1037
|
FIT
|
|
@@ -1100,462 +1045,414 @@ def movie_strip_add(
|
|
|
1100
1045
|
|
|
1101
1046
|
ORIGINAL
|
|
1102
1047
|
Use Original Size -- Keep image at its original size.
|
|
1103
|
-
:type fit_method: typing.
|
|
1048
|
+
:type fit_method: typing.Any | None
|
|
1104
1049
|
:param set_view_transform: Set View Transform, Set appropriate view transform based on media color space
|
|
1105
|
-
:type set_view_transform:
|
|
1050
|
+
:type set_view_transform: bool | typing.Any | None
|
|
1106
1051
|
:param adjust_playback_rate: Adjust Playback Rate, Play at normal speed regardless of scene FPS
|
|
1107
|
-
:type adjust_playback_rate:
|
|
1052
|
+
:type adjust_playback_rate: bool | typing.Any | None
|
|
1108
1053
|
:param sound: Sound, Load sound with the movie
|
|
1109
|
-
:type sound:
|
|
1054
|
+
:type sound: bool | typing.Any | None
|
|
1110
1055
|
:param use_framerate: Use Movie Framerate, Use framerate from the movie to keep sound and video in sync
|
|
1111
|
-
:type use_framerate:
|
|
1056
|
+
:type use_framerate: bool | typing.Any | None
|
|
1112
1057
|
"""
|
|
1113
1058
|
|
|
1114
1059
|
...
|
|
1115
1060
|
|
|
1116
1061
|
def movieclip_strip_add(
|
|
1117
|
-
override_context: typing.
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
overlap_shuffle_override: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1127
|
-
clip: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
1062
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1063
|
+
execution_context: str | int | None = None,
|
|
1064
|
+
undo: bool | None = None,
|
|
1065
|
+
frame_start: typing.Any | None = 0,
|
|
1066
|
+
channel: typing.Any | None = 1,
|
|
1067
|
+
replace_sel: bool | typing.Any | None = True,
|
|
1068
|
+
overlap: bool | typing.Any | None = False,
|
|
1069
|
+
overlap_shuffle_override: bool | typing.Any | None = False,
|
|
1070
|
+
clip: str | int | typing.Any | None = "",
|
|
1128
1071
|
):
|
|
1129
1072
|
"""Add a movieclip strip to the sequencer
|
|
1130
1073
|
|
|
1131
|
-
:type override_context:
|
|
1132
|
-
:type execution_context:
|
|
1133
|
-
:type undo:
|
|
1074
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1075
|
+
:type execution_context: str | int | None
|
|
1076
|
+
:type undo: bool | None
|
|
1134
1077
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
1135
|
-
:type frame_start: typing.
|
|
1078
|
+
:type frame_start: typing.Any | None
|
|
1136
1079
|
:param channel: Channel, Channel to place this strip into
|
|
1137
|
-
:type channel: typing.
|
|
1080
|
+
:type channel: typing.Any | None
|
|
1138
1081
|
:param replace_sel: Replace Selection, Replace the current selection
|
|
1139
|
-
:type replace_sel:
|
|
1082
|
+
:type replace_sel: bool | typing.Any | None
|
|
1140
1083
|
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
1141
|
-
:type overlap:
|
|
1084
|
+
:type overlap: bool | typing.Any | None
|
|
1142
1085
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1143
|
-
:type overlap_shuffle_override:
|
|
1086
|
+
:type overlap_shuffle_override: bool | typing.Any | None
|
|
1144
1087
|
:param clip: Clip
|
|
1145
|
-
:type clip:
|
|
1088
|
+
:type clip: str | int | typing.Any | None
|
|
1146
1089
|
"""
|
|
1147
1090
|
|
|
1148
1091
|
...
|
|
1149
1092
|
|
|
1150
1093
|
def mute(
|
|
1151
|
-
override_context: typing.
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
undo: typing.Optional[bool] = None,
|
|
1156
|
-
unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1094
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1095
|
+
execution_context: str | int | None = None,
|
|
1096
|
+
undo: bool | None = None,
|
|
1097
|
+
unselected: bool | typing.Any | None = False,
|
|
1157
1098
|
):
|
|
1158
1099
|
"""Mute (un)selected strips
|
|
1159
1100
|
|
|
1160
|
-
:type override_context:
|
|
1161
|
-
:type execution_context:
|
|
1162
|
-
:type undo:
|
|
1101
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1102
|
+
:type execution_context: str | int | None
|
|
1103
|
+
:type undo: bool | None
|
|
1163
1104
|
:param unselected: Unselected, Mute unselected rather than selected strips
|
|
1164
|
-
:type unselected:
|
|
1105
|
+
:type unselected: bool | typing.Any | None
|
|
1165
1106
|
"""
|
|
1166
1107
|
|
|
1167
1108
|
...
|
|
1168
1109
|
|
|
1169
1110
|
def offset_clear(
|
|
1170
|
-
override_context: typing.
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1174
|
-
undo: typing.Optional[bool] = None,
|
|
1111
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1112
|
+
execution_context: str | int | None = None,
|
|
1113
|
+
undo: bool | None = None,
|
|
1175
1114
|
):
|
|
1176
1115
|
"""Clear strip offsets from the start and end frames
|
|
1177
1116
|
|
|
1178
|
-
:type override_context:
|
|
1179
|
-
:type execution_context:
|
|
1180
|
-
:type undo:
|
|
1117
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1118
|
+
:type execution_context: str | int | None
|
|
1119
|
+
:type undo: bool | None
|
|
1181
1120
|
"""
|
|
1182
1121
|
|
|
1183
1122
|
...
|
|
1184
1123
|
|
|
1185
1124
|
def paste(
|
|
1186
|
-
override_context: typing.
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
undo: typing.Optional[bool] = None,
|
|
1191
|
-
keep_offset: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1125
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1126
|
+
execution_context: str | int | None = None,
|
|
1127
|
+
undo: bool | None = None,
|
|
1128
|
+
keep_offset: bool | typing.Any | None = False,
|
|
1192
1129
|
):
|
|
1193
1130
|
"""Paste strips from the internal clipboard
|
|
1194
1131
|
|
|
1195
|
-
:type override_context:
|
|
1196
|
-
:type execution_context:
|
|
1197
|
-
:type undo:
|
|
1132
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1133
|
+
:type execution_context: str | int | None
|
|
1134
|
+
:type undo: bool | None
|
|
1198
1135
|
:param keep_offset: Keep Offset, Keep strip offset relative to the current frame when pasting
|
|
1199
|
-
:type keep_offset:
|
|
1136
|
+
:type keep_offset: bool | typing.Any | None
|
|
1200
1137
|
"""
|
|
1201
1138
|
|
|
1202
1139
|
...
|
|
1203
1140
|
|
|
1204
1141
|
def reassign_inputs(
|
|
1205
|
-
override_context: typing.
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1209
|
-
undo: typing.Optional[bool] = None,
|
|
1142
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1143
|
+
execution_context: str | int | None = None,
|
|
1144
|
+
undo: bool | None = None,
|
|
1210
1145
|
):
|
|
1211
1146
|
"""Reassign the inputs for the effect strip
|
|
1212
1147
|
|
|
1213
|
-
:type override_context:
|
|
1214
|
-
:type execution_context:
|
|
1215
|
-
:type undo:
|
|
1148
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1149
|
+
:type execution_context: str | int | None
|
|
1150
|
+
:type undo: bool | None
|
|
1216
1151
|
"""
|
|
1217
1152
|
|
|
1218
1153
|
...
|
|
1219
1154
|
|
|
1220
1155
|
def rebuild_proxy(
|
|
1221
|
-
override_context: typing.
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1225
|
-
undo: typing.Optional[bool] = None,
|
|
1156
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1157
|
+
execution_context: str | int | None = None,
|
|
1158
|
+
undo: bool | None = None,
|
|
1226
1159
|
):
|
|
1227
1160
|
"""Rebuild all selected proxies and timecode indices using the job system
|
|
1228
1161
|
|
|
1229
|
-
:type override_context:
|
|
1230
|
-
:type execution_context:
|
|
1231
|
-
:type undo:
|
|
1162
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1163
|
+
:type execution_context: str | int | None
|
|
1164
|
+
:type undo: bool | None
|
|
1232
1165
|
"""
|
|
1233
1166
|
|
|
1234
1167
|
...
|
|
1235
1168
|
|
|
1236
1169
|
def refresh_all(
|
|
1237
|
-
override_context: typing.
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1241
|
-
undo: typing.Optional[bool] = None,
|
|
1170
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1171
|
+
execution_context: str | int | None = None,
|
|
1172
|
+
undo: bool | None = None,
|
|
1242
1173
|
):
|
|
1243
1174
|
"""Refresh the sequencer editor
|
|
1244
1175
|
|
|
1245
|
-
:type override_context:
|
|
1246
|
-
:type execution_context:
|
|
1247
|
-
:type undo:
|
|
1176
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1177
|
+
:type execution_context: str | int | None
|
|
1178
|
+
:type undo: bool | None
|
|
1248
1179
|
"""
|
|
1249
1180
|
|
|
1250
1181
|
...
|
|
1251
1182
|
|
|
1252
1183
|
def reload(
|
|
1253
|
-
override_context: typing.
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
undo: typing.Optional[bool] = None,
|
|
1258
|
-
adjust_length: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1184
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1185
|
+
execution_context: str | int | None = None,
|
|
1186
|
+
undo: bool | None = None,
|
|
1187
|
+
adjust_length: bool | typing.Any | None = False,
|
|
1259
1188
|
):
|
|
1260
1189
|
"""Reload strips in the sequencer
|
|
1261
1190
|
|
|
1262
|
-
:type override_context:
|
|
1263
|
-
:type execution_context:
|
|
1264
|
-
:type undo:
|
|
1191
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1192
|
+
:type execution_context: str | int | None
|
|
1193
|
+
:type undo: bool | None
|
|
1265
1194
|
:param adjust_length: Adjust Length, Adjust length of strips to their data length
|
|
1266
|
-
:type adjust_length:
|
|
1195
|
+
:type adjust_length: bool | typing.Any | None
|
|
1267
1196
|
"""
|
|
1268
1197
|
|
|
1269
1198
|
...
|
|
1270
1199
|
|
|
1271
1200
|
def rename_channel(
|
|
1272
|
-
override_context: typing.
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1276
|
-
undo: typing.Optional[bool] = None,
|
|
1201
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1202
|
+
execution_context: str | int | None = None,
|
|
1203
|
+
undo: bool | None = None,
|
|
1277
1204
|
):
|
|
1278
1205
|
"""Undocumented, consider contributing.
|
|
1279
1206
|
|
|
1280
|
-
:type override_context:
|
|
1281
|
-
:type execution_context:
|
|
1282
|
-
:type undo:
|
|
1207
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1208
|
+
:type execution_context: str | int | None
|
|
1209
|
+
:type undo: bool | None
|
|
1283
1210
|
"""
|
|
1284
1211
|
|
|
1285
1212
|
...
|
|
1286
1213
|
|
|
1287
1214
|
def rendersize(
|
|
1288
|
-
override_context: typing.
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1292
|
-
undo: typing.Optional[bool] = None,
|
|
1215
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1216
|
+
execution_context: str | int | None = None,
|
|
1217
|
+
undo: bool | None = None,
|
|
1293
1218
|
):
|
|
1294
1219
|
"""Set render size and aspect from active sequence
|
|
1295
1220
|
|
|
1296
|
-
:type override_context:
|
|
1297
|
-
:type execution_context:
|
|
1298
|
-
:type undo:
|
|
1221
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1222
|
+
:type execution_context: str | int | None
|
|
1223
|
+
:type undo: bool | None
|
|
1299
1224
|
"""
|
|
1300
1225
|
|
|
1301
1226
|
...
|
|
1302
1227
|
|
|
1303
1228
|
def retiming_add_freeze_frame_slide(
|
|
1304
|
-
override_context: typing.
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
SEQUENCER_OT_retiming_freeze_frame_add: typing.Optional[
|
|
1310
|
-
retiming_freeze_frame_add
|
|
1311
|
-
] = None,
|
|
1312
|
-
TRANSFORM_OT_seq_slide: typing.Optional[bpy.ops.transform.seq_slide] = None,
|
|
1229
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1230
|
+
execution_context: str | int | None = None,
|
|
1231
|
+
undo: bool | None = None,
|
|
1232
|
+
SEQUENCER_OT_retiming_freeze_frame_add: retiming_freeze_frame_add | None = None,
|
|
1233
|
+
TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None = None,
|
|
1313
1234
|
):
|
|
1314
1235
|
"""Add freeze frame and move it
|
|
1315
1236
|
|
|
1316
|
-
:type override_context:
|
|
1317
|
-
:type execution_context:
|
|
1318
|
-
:type undo:
|
|
1237
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1238
|
+
:type execution_context: str | int | None
|
|
1239
|
+
:type undo: bool | None
|
|
1319
1240
|
:param SEQUENCER_OT_retiming_freeze_frame_add: Add Freeze Frame, Add freeze frame
|
|
1320
|
-
:type SEQUENCER_OT_retiming_freeze_frame_add:
|
|
1241
|
+
:type SEQUENCER_OT_retiming_freeze_frame_add: retiming_freeze_frame_add | None
|
|
1321
1242
|
:param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
|
|
1322
|
-
:type TRANSFORM_OT_seq_slide:
|
|
1243
|
+
:type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
|
|
1323
1244
|
"""
|
|
1324
1245
|
|
|
1325
1246
|
...
|
|
1326
1247
|
|
|
1327
1248
|
def retiming_add_transition_slide(
|
|
1328
|
-
override_context: typing.
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
SEQUENCER_OT_retiming_transition_add: typing.Optional[
|
|
1334
|
-
retiming_transition_add
|
|
1335
|
-
] = None,
|
|
1336
|
-
TRANSFORM_OT_seq_slide: typing.Optional[bpy.ops.transform.seq_slide] = None,
|
|
1249
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1250
|
+
execution_context: str | int | None = None,
|
|
1251
|
+
undo: bool | None = None,
|
|
1252
|
+
SEQUENCER_OT_retiming_transition_add: retiming_transition_add | None = None,
|
|
1253
|
+
TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None = None,
|
|
1337
1254
|
):
|
|
1338
1255
|
"""Add smooth transition between 2 retimed segments and change its duration
|
|
1339
1256
|
|
|
1340
|
-
:type override_context:
|
|
1341
|
-
:type execution_context:
|
|
1342
|
-
:type undo:
|
|
1257
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1258
|
+
:type execution_context: str | int | None
|
|
1259
|
+
:type undo: bool | None
|
|
1343
1260
|
:param SEQUENCER_OT_retiming_transition_add: Add Speed Transition, Add smooth transition between 2 retimed segments
|
|
1344
|
-
:type SEQUENCER_OT_retiming_transition_add:
|
|
1261
|
+
:type SEQUENCER_OT_retiming_transition_add: retiming_transition_add | None
|
|
1345
1262
|
:param TRANSFORM_OT_seq_slide: Sequence Slide, Slide a sequence strip in time
|
|
1346
|
-
:type TRANSFORM_OT_seq_slide:
|
|
1263
|
+
:type TRANSFORM_OT_seq_slide: bpy.ops.transform.seq_slide | None
|
|
1347
1264
|
"""
|
|
1348
1265
|
|
|
1349
1266
|
...
|
|
1350
1267
|
|
|
1351
1268
|
def retiming_freeze_frame_add(
|
|
1352
|
-
override_context: typing.
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
undo: typing.Optional[bool] = None,
|
|
1357
|
-
duration: typing.Optional[typing.Any] = 0,
|
|
1269
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1270
|
+
execution_context: str | int | None = None,
|
|
1271
|
+
undo: bool | None = None,
|
|
1272
|
+
duration: typing.Any | None = 0,
|
|
1358
1273
|
):
|
|
1359
1274
|
"""Add freeze frame
|
|
1360
1275
|
|
|
1361
|
-
:type override_context:
|
|
1362
|
-
:type execution_context:
|
|
1363
|
-
:type undo:
|
|
1276
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1277
|
+
:type execution_context: str | int | None
|
|
1278
|
+
:type undo: bool | None
|
|
1364
1279
|
:param duration: Duration, Duration of freeze frame segment
|
|
1365
|
-
:type duration: typing.
|
|
1280
|
+
:type duration: typing.Any | None
|
|
1366
1281
|
"""
|
|
1367
1282
|
|
|
1368
1283
|
...
|
|
1369
1284
|
|
|
1370
1285
|
def retiming_key_add(
|
|
1371
|
-
override_context: typing.
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
undo: typing.Optional[bool] = None,
|
|
1376
|
-
timeline_frame: typing.Optional[typing.Any] = 0,
|
|
1286
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1287
|
+
execution_context: str | int | None = None,
|
|
1288
|
+
undo: bool | None = None,
|
|
1289
|
+
timeline_frame: typing.Any | None = 0,
|
|
1377
1290
|
):
|
|
1378
1291
|
"""Add retiming Key
|
|
1379
1292
|
|
|
1380
|
-
:type override_context:
|
|
1381
|
-
:type execution_context:
|
|
1382
|
-
:type undo:
|
|
1293
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1294
|
+
:type execution_context: str | int | None
|
|
1295
|
+
:type undo: bool | None
|
|
1383
1296
|
:param timeline_frame: Timeline Frame, Frame where key will be added
|
|
1384
|
-
:type timeline_frame: typing.
|
|
1297
|
+
:type timeline_frame: typing.Any | None
|
|
1385
1298
|
"""
|
|
1386
1299
|
|
|
1387
1300
|
...
|
|
1388
1301
|
|
|
1389
1302
|
def retiming_reset(
|
|
1390
|
-
override_context: typing.
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1394
|
-
undo: typing.Optional[bool] = None,
|
|
1303
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1304
|
+
execution_context: str | int | None = None,
|
|
1305
|
+
undo: bool | None = None,
|
|
1395
1306
|
):
|
|
1396
1307
|
"""Reset strip retiming
|
|
1397
1308
|
|
|
1398
|
-
:type override_context:
|
|
1399
|
-
:type execution_context:
|
|
1400
|
-
:type undo:
|
|
1309
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1310
|
+
:type execution_context: str | int | None
|
|
1311
|
+
:type undo: bool | None
|
|
1401
1312
|
"""
|
|
1402
1313
|
|
|
1403
1314
|
...
|
|
1404
1315
|
|
|
1405
1316
|
def retiming_segment_speed_set(
|
|
1406
|
-
override_context: typing.
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
speed: typing.Optional[typing.Any] = 100.0,
|
|
1412
|
-
keep_retiming: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1317
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1318
|
+
execution_context: str | int | None = None,
|
|
1319
|
+
undo: bool | None = None,
|
|
1320
|
+
speed: typing.Any | None = 100.0,
|
|
1321
|
+
keep_retiming: bool | typing.Any | None = True,
|
|
1413
1322
|
):
|
|
1414
1323
|
"""Set speed of retimed segment
|
|
1415
1324
|
|
|
1416
|
-
:type override_context:
|
|
1417
|
-
:type execution_context:
|
|
1418
|
-
:type undo:
|
|
1325
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1326
|
+
:type execution_context: str | int | None
|
|
1327
|
+
:type undo: bool | None
|
|
1419
1328
|
:param speed: Speed, New speed of retimed segment
|
|
1420
|
-
:type speed: typing.
|
|
1329
|
+
:type speed: typing.Any | None
|
|
1421
1330
|
:param keep_retiming: Preserve Current Retiming, Keep speed of other segments unchanged, change strip length instead
|
|
1422
|
-
:type keep_retiming:
|
|
1331
|
+
:type keep_retiming: bool | typing.Any | None
|
|
1423
1332
|
"""
|
|
1424
1333
|
|
|
1425
1334
|
...
|
|
1426
1335
|
|
|
1427
1336
|
def retiming_show(
|
|
1428
|
-
override_context: typing.
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1432
|
-
undo: typing.Optional[bool] = None,
|
|
1337
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1338
|
+
execution_context: str | int | None = None,
|
|
1339
|
+
undo: bool | None = None,
|
|
1433
1340
|
):
|
|
1434
1341
|
"""Show retiming keys in selected strips
|
|
1435
1342
|
|
|
1436
|
-
:type override_context:
|
|
1437
|
-
:type execution_context:
|
|
1438
|
-
:type undo:
|
|
1343
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1344
|
+
:type execution_context: str | int | None
|
|
1345
|
+
:type undo: bool | None
|
|
1439
1346
|
"""
|
|
1440
1347
|
|
|
1441
1348
|
...
|
|
1442
1349
|
|
|
1443
1350
|
def retiming_transition_add(
|
|
1444
|
-
override_context: typing.
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
undo: typing.Optional[bool] = None,
|
|
1449
|
-
duration: typing.Optional[typing.Any] = 0,
|
|
1351
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1352
|
+
execution_context: str | int | None = None,
|
|
1353
|
+
undo: bool | None = None,
|
|
1354
|
+
duration: typing.Any | None = 0,
|
|
1450
1355
|
):
|
|
1451
1356
|
"""Add smooth transition between 2 retimed segments
|
|
1452
1357
|
|
|
1453
|
-
:type override_context:
|
|
1454
|
-
:type execution_context:
|
|
1455
|
-
:type undo:
|
|
1358
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1359
|
+
:type execution_context: str | int | None
|
|
1360
|
+
:type undo: bool | None
|
|
1456
1361
|
:param duration: Duration, Duration of freeze frame segment
|
|
1457
|
-
:type duration: typing.
|
|
1362
|
+
:type duration: typing.Any | None
|
|
1458
1363
|
"""
|
|
1459
1364
|
|
|
1460
1365
|
...
|
|
1461
1366
|
|
|
1462
1367
|
def sample(
|
|
1463
|
-
override_context: typing.
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
undo: typing.Optional[bool] = None,
|
|
1468
|
-
size: typing.Optional[typing.Any] = 1,
|
|
1368
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1369
|
+
execution_context: str | int | None = None,
|
|
1370
|
+
undo: bool | None = None,
|
|
1371
|
+
size: typing.Any | None = 1,
|
|
1469
1372
|
):
|
|
1470
1373
|
"""Use mouse to sample color in current frame
|
|
1471
1374
|
|
|
1472
|
-
:type override_context:
|
|
1473
|
-
:type execution_context:
|
|
1474
|
-
:type undo:
|
|
1375
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1376
|
+
:type execution_context: str | int | None
|
|
1377
|
+
:type undo: bool | None
|
|
1475
1378
|
:param size: Sample Size
|
|
1476
|
-
:type size: typing.
|
|
1379
|
+
:type size: typing.Any | None
|
|
1477
1380
|
"""
|
|
1478
1381
|
|
|
1479
1382
|
...
|
|
1480
1383
|
|
|
1481
1384
|
def scene_frame_range_update(
|
|
1482
|
-
override_context: typing.
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1486
|
-
undo: typing.Optional[bool] = None,
|
|
1385
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1386
|
+
execution_context: str | int | None = None,
|
|
1387
|
+
undo: bool | None = None,
|
|
1487
1388
|
):
|
|
1488
1389
|
"""Update frame range of scene strip
|
|
1489
1390
|
|
|
1490
|
-
:type override_context:
|
|
1491
|
-
:type execution_context:
|
|
1492
|
-
:type undo:
|
|
1391
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1392
|
+
:type execution_context: str | int | None
|
|
1393
|
+
:type undo: bool | None
|
|
1493
1394
|
"""
|
|
1494
1395
|
|
|
1495
1396
|
...
|
|
1496
1397
|
|
|
1497
1398
|
def scene_strip_add(
|
|
1498
|
-
override_context: typing.
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
overlap_shuffle_override: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1508
|
-
scene: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
1399
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1400
|
+
execution_context: str | int | None = None,
|
|
1401
|
+
undo: bool | None = None,
|
|
1402
|
+
frame_start: typing.Any | None = 0,
|
|
1403
|
+
channel: typing.Any | None = 1,
|
|
1404
|
+
replace_sel: bool | typing.Any | None = True,
|
|
1405
|
+
overlap: bool | typing.Any | None = False,
|
|
1406
|
+
overlap_shuffle_override: bool | typing.Any | None = False,
|
|
1407
|
+
scene: str | int | typing.Any | None = "",
|
|
1509
1408
|
):
|
|
1510
1409
|
"""Add a strip to the sequencer using a Blender scene as a source
|
|
1511
1410
|
|
|
1512
|
-
:type override_context:
|
|
1513
|
-
:type execution_context:
|
|
1514
|
-
:type undo:
|
|
1411
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1412
|
+
:type execution_context: str | int | None
|
|
1413
|
+
:type undo: bool | None
|
|
1515
1414
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
1516
|
-
:type frame_start: typing.
|
|
1415
|
+
:type frame_start: typing.Any | None
|
|
1517
1416
|
:param channel: Channel, Channel to place this strip into
|
|
1518
|
-
:type channel: typing.
|
|
1417
|
+
:type channel: typing.Any | None
|
|
1519
1418
|
:param replace_sel: Replace Selection, Replace the current selection
|
|
1520
|
-
:type replace_sel:
|
|
1419
|
+
:type replace_sel: bool | typing.Any | None
|
|
1521
1420
|
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
1522
|
-
:type overlap:
|
|
1421
|
+
:type overlap: bool | typing.Any | None
|
|
1523
1422
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1524
|
-
:type overlap_shuffle_override:
|
|
1423
|
+
:type overlap_shuffle_override: bool | typing.Any | None
|
|
1525
1424
|
:param scene: Scene
|
|
1526
|
-
:type scene:
|
|
1425
|
+
:type scene: str | int | typing.Any | None
|
|
1527
1426
|
"""
|
|
1528
1427
|
|
|
1529
1428
|
...
|
|
1530
1429
|
|
|
1531
1430
|
def scene_strip_add_new(
|
|
1532
|
-
override_context: typing.
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
overlap_shuffle_override: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1542
|
-
type: typing.Optional[typing.Any] = "NEW",
|
|
1431
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1432
|
+
execution_context: str | int | None = None,
|
|
1433
|
+
undo: bool | None = None,
|
|
1434
|
+
frame_start: typing.Any | None = 0,
|
|
1435
|
+
channel: typing.Any | None = 1,
|
|
1436
|
+
replace_sel: bool | typing.Any | None = True,
|
|
1437
|
+
overlap: bool | typing.Any | None = False,
|
|
1438
|
+
overlap_shuffle_override: bool | typing.Any | None = False,
|
|
1439
|
+
type: typing.Any | None = "NEW",
|
|
1543
1440
|
):
|
|
1544
1441
|
"""Create a new Strip and assign a new Scene as source
|
|
1545
1442
|
|
|
1546
|
-
:type override_context:
|
|
1547
|
-
:type execution_context:
|
|
1548
|
-
:type undo:
|
|
1443
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1444
|
+
:type execution_context: str | int | None
|
|
1445
|
+
:type undo: bool | None
|
|
1549
1446
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
1550
|
-
:type frame_start: typing.
|
|
1447
|
+
:type frame_start: typing.Any | None
|
|
1551
1448
|
:param channel: Channel, Channel to place this strip into
|
|
1552
|
-
:type channel: typing.
|
|
1449
|
+
:type channel: typing.Any | None
|
|
1553
1450
|
:param replace_sel: Replace Selection, Replace the current selection
|
|
1554
|
-
:type replace_sel:
|
|
1451
|
+
:type replace_sel: bool | typing.Any | None
|
|
1555
1452
|
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
1556
|
-
:type overlap:
|
|
1453
|
+
:type overlap: bool | typing.Any | None
|
|
1557
1454
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
1558
|
-
:type overlap_shuffle_override:
|
|
1455
|
+
:type overlap_shuffle_override: bool | typing.Any | None
|
|
1559
1456
|
:param type: Type
|
|
1560
1457
|
|
|
1561
1458
|
NEW
|
|
@@ -1569,76 +1466,72 @@ def scene_strip_add_new(
|
|
|
1569
1466
|
|
|
1570
1467
|
FULL_COPY
|
|
1571
1468
|
Full Copy -- Add a Strip and make a full copy of the current scene.
|
|
1572
|
-
:type type: typing.
|
|
1469
|
+
:type type: typing.Any | None
|
|
1573
1470
|
"""
|
|
1574
1471
|
|
|
1575
1472
|
...
|
|
1576
1473
|
|
|
1577
1474
|
def select(
|
|
1578
|
-
override_context: typing.
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
linked_time: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1594
|
-
side_of_frame: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1475
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1476
|
+
execution_context: str | int | None = None,
|
|
1477
|
+
undo: bool | None = None,
|
|
1478
|
+
wait_to_deselect_others: bool | typing.Any | None = False,
|
|
1479
|
+
mouse_x: typing.Any | None = 0,
|
|
1480
|
+
mouse_y: typing.Any | None = 0,
|
|
1481
|
+
extend: bool | typing.Any | None = False,
|
|
1482
|
+
deselect: bool | typing.Any | None = False,
|
|
1483
|
+
toggle: bool | typing.Any | None = False,
|
|
1484
|
+
deselect_all: bool | typing.Any | None = False,
|
|
1485
|
+
select_passthrough: bool | typing.Any | None = False,
|
|
1486
|
+
center: bool | typing.Any | None = False,
|
|
1487
|
+
linked_handle: bool | typing.Any | None = False,
|
|
1488
|
+
linked_time: bool | typing.Any | None = False,
|
|
1489
|
+
side_of_frame: bool | typing.Any | None = False,
|
|
1595
1490
|
):
|
|
1596
1491
|
"""Select a strip (last selected becomes the "active strip")
|
|
1597
1492
|
|
|
1598
|
-
:type override_context:
|
|
1599
|
-
:type execution_context:
|
|
1600
|
-
:type undo:
|
|
1493
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1494
|
+
:type execution_context: str | int | None
|
|
1495
|
+
:type undo: bool | None
|
|
1601
1496
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
1602
|
-
:type wait_to_deselect_others:
|
|
1497
|
+
:type wait_to_deselect_others: bool | typing.Any | None
|
|
1603
1498
|
:param mouse_x: Mouse X
|
|
1604
|
-
:type mouse_x: typing.
|
|
1499
|
+
:type mouse_x: typing.Any | None
|
|
1605
1500
|
:param mouse_y: Mouse Y
|
|
1606
|
-
:type mouse_y: typing.
|
|
1501
|
+
:type mouse_y: typing.Any | None
|
|
1607
1502
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1608
|
-
:type extend:
|
|
1503
|
+
:type extend: bool | typing.Any | None
|
|
1609
1504
|
:param deselect: Deselect, Remove from selection
|
|
1610
|
-
:type deselect:
|
|
1505
|
+
:type deselect: bool | typing.Any | None
|
|
1611
1506
|
:param toggle: Toggle Selection, Toggle the selection
|
|
1612
|
-
:type toggle:
|
|
1507
|
+
:type toggle: bool | typing.Any | None
|
|
1613
1508
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
1614
|
-
:type deselect_all:
|
|
1509
|
+
:type deselect_all: bool | typing.Any | None
|
|
1615
1510
|
:param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
|
|
1616
|
-
:type select_passthrough:
|
|
1511
|
+
:type select_passthrough: bool | typing.Any | None
|
|
1617
1512
|
:param center: Center, Use the object center when selecting, in edit mode used to extend object selection
|
|
1618
|
-
:type center:
|
|
1513
|
+
:type center: bool | typing.Any | None
|
|
1619
1514
|
:param linked_handle: Linked Handle, Select handles next to the active strip
|
|
1620
|
-
:type linked_handle:
|
|
1515
|
+
:type linked_handle: bool | typing.Any | None
|
|
1621
1516
|
:param linked_time: Linked Time, Select other strips at the same time
|
|
1622
|
-
:type linked_time:
|
|
1517
|
+
:type linked_time: bool | typing.Any | None
|
|
1623
1518
|
:param side_of_frame: Side of Frame, Select all strips on same side of the current frame as the mouse cursor
|
|
1624
|
-
:type side_of_frame:
|
|
1519
|
+
:type side_of_frame: bool | typing.Any | None
|
|
1625
1520
|
"""
|
|
1626
1521
|
|
|
1627
1522
|
...
|
|
1628
1523
|
|
|
1629
1524
|
def select_all(
|
|
1630
|
-
override_context: typing.
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
undo: typing.Optional[bool] = None,
|
|
1635
|
-
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
1525
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1526
|
+
execution_context: str | int | None = None,
|
|
1527
|
+
undo: bool | None = None,
|
|
1528
|
+
action: typing.Any | None = "TOGGLE",
|
|
1636
1529
|
):
|
|
1637
1530
|
"""Select or deselect all strips
|
|
1638
1531
|
|
|
1639
|
-
:type override_context:
|
|
1640
|
-
:type execution_context:
|
|
1641
|
-
:type undo:
|
|
1532
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1533
|
+
:type execution_context: str | int | None
|
|
1534
|
+
:type undo: bool | None
|
|
1642
1535
|
:param action: Action, Selection action to execute
|
|
1643
1536
|
|
|
1644
1537
|
TOGGLE
|
|
@@ -1652,41 +1545,39 @@ def select_all(
|
|
|
1652
1545
|
|
|
1653
1546
|
INVERT
|
|
1654
1547
|
Invert -- Invert selection of all elements.
|
|
1655
|
-
:type action: typing.
|
|
1548
|
+
:type action: typing.Any | None
|
|
1656
1549
|
"""
|
|
1657
1550
|
|
|
1658
1551
|
...
|
|
1659
1552
|
|
|
1660
1553
|
def select_box(
|
|
1661
|
-
override_context: typing.
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
tweak: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1673
|
-
include_handles: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1554
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1555
|
+
execution_context: str | int | None = None,
|
|
1556
|
+
undo: bool | None = None,
|
|
1557
|
+
xmin: typing.Any | None = 0,
|
|
1558
|
+
xmax: typing.Any | None = 0,
|
|
1559
|
+
ymin: typing.Any | None = 0,
|
|
1560
|
+
ymax: typing.Any | None = 0,
|
|
1561
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
1562
|
+
mode: typing.Any | None = "SET",
|
|
1563
|
+
tweak: bool | typing.Any | None = False,
|
|
1564
|
+
include_handles: bool | typing.Any | None = False,
|
|
1674
1565
|
):
|
|
1675
1566
|
"""Select strips using box selection
|
|
1676
1567
|
|
|
1677
|
-
:type override_context:
|
|
1678
|
-
:type execution_context:
|
|
1679
|
-
:type undo:
|
|
1568
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1569
|
+
:type execution_context: str | int | None
|
|
1570
|
+
:type undo: bool | None
|
|
1680
1571
|
:param xmin: X Min
|
|
1681
|
-
:type xmin: typing.
|
|
1572
|
+
:type xmin: typing.Any | None
|
|
1682
1573
|
:param xmax: X Max
|
|
1683
|
-
:type xmax: typing.
|
|
1574
|
+
:type xmax: typing.Any | None
|
|
1684
1575
|
:param ymin: Y Min
|
|
1685
|
-
:type ymin: typing.
|
|
1576
|
+
:type ymin: typing.Any | None
|
|
1686
1577
|
:param ymax: Y Max
|
|
1687
|
-
:type ymax: typing.
|
|
1578
|
+
:type ymax: typing.Any | None
|
|
1688
1579
|
:param wait_for_input: Wait for Input
|
|
1689
|
-
:type wait_for_input:
|
|
1580
|
+
:type wait_for_input: bool | typing.Any | None
|
|
1690
1581
|
:param mode: Mode
|
|
1691
1582
|
|
|
1692
1583
|
SET
|
|
@@ -1697,30 +1588,28 @@ def select_box(
|
|
|
1697
1588
|
|
|
1698
1589
|
SUB
|
|
1699
1590
|
Subtract -- Subtract existing selection.
|
|
1700
|
-
:type mode: typing.
|
|
1591
|
+
:type mode: typing.Any | None
|
|
1701
1592
|
:param tweak: Tweak, Operator has been activated using a click-drag event
|
|
1702
|
-
:type tweak:
|
|
1593
|
+
:type tweak: bool | typing.Any | None
|
|
1703
1594
|
:param include_handles: Select Handles, Select the strips and their handles
|
|
1704
|
-
:type include_handles:
|
|
1595
|
+
:type include_handles: bool | typing.Any | None
|
|
1705
1596
|
"""
|
|
1706
1597
|
|
|
1707
1598
|
...
|
|
1708
1599
|
|
|
1709
1600
|
def select_grouped(
|
|
1710
|
-
override_context: typing.
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1717
|
-
use_active_channel: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1601
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1602
|
+
execution_context: str | int | None = None,
|
|
1603
|
+
undo: bool | None = None,
|
|
1604
|
+
type: typing.Any | None = "TYPE",
|
|
1605
|
+
extend: bool | typing.Any | None = False,
|
|
1606
|
+
use_active_channel: bool | typing.Any | None = False,
|
|
1718
1607
|
):
|
|
1719
1608
|
"""Select all strips grouped by various properties
|
|
1720
1609
|
|
|
1721
|
-
:type override_context:
|
|
1722
|
-
:type execution_context:
|
|
1723
|
-
:type undo:
|
|
1610
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1611
|
+
:type execution_context: str | int | None
|
|
1612
|
+
:type undo: bool | None
|
|
1724
1613
|
:param type: Type
|
|
1725
1614
|
|
|
1726
1615
|
TYPE
|
|
@@ -1743,136 +1632,122 @@ def select_grouped(
|
|
|
1743
1632
|
|
|
1744
1633
|
OVERLAP
|
|
1745
1634
|
Overlap -- Overlapping time.
|
|
1746
|
-
:type type: typing.
|
|
1635
|
+
:type type: typing.Any | None
|
|
1747
1636
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1748
|
-
:type extend:
|
|
1637
|
+
:type extend: bool | typing.Any | None
|
|
1749
1638
|
:param use_active_channel: Same Channel, Only consider strips on the same channel as the active one
|
|
1750
|
-
:type use_active_channel:
|
|
1639
|
+
:type use_active_channel: bool | typing.Any | None
|
|
1751
1640
|
"""
|
|
1752
1641
|
|
|
1753
1642
|
...
|
|
1754
1643
|
|
|
1755
1644
|
def select_handles(
|
|
1756
|
-
override_context: typing.
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
undo: typing.Optional[bool] = None,
|
|
1761
|
-
side: typing.Optional[typing.Any] = "BOTH",
|
|
1645
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1646
|
+
execution_context: str | int | None = None,
|
|
1647
|
+
undo: bool | None = None,
|
|
1648
|
+
side: typing.Any | None = "BOTH",
|
|
1762
1649
|
):
|
|
1763
1650
|
"""Select gizmo handles on the sides of the selected strip
|
|
1764
1651
|
|
|
1765
|
-
:type override_context:
|
|
1766
|
-
:type execution_context:
|
|
1767
|
-
:type undo:
|
|
1652
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1653
|
+
:type execution_context: str | int | None
|
|
1654
|
+
:type undo: bool | None
|
|
1768
1655
|
:param side: Side, The side of the handle that is selected
|
|
1769
|
-
:type side: typing.
|
|
1656
|
+
:type side: typing.Any | None
|
|
1770
1657
|
"""
|
|
1771
1658
|
|
|
1772
1659
|
...
|
|
1773
1660
|
|
|
1774
1661
|
def select_less(
|
|
1775
|
-
override_context: typing.
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1779
|
-
undo: typing.Optional[bool] = None,
|
|
1662
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1663
|
+
execution_context: str | int | None = None,
|
|
1664
|
+
undo: bool | None = None,
|
|
1780
1665
|
):
|
|
1781
1666
|
"""Shrink the current selection of adjacent selected strips
|
|
1782
1667
|
|
|
1783
|
-
:type override_context:
|
|
1784
|
-
:type execution_context:
|
|
1785
|
-
:type undo:
|
|
1668
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1669
|
+
:type execution_context: str | int | None
|
|
1670
|
+
:type undo: bool | None
|
|
1786
1671
|
"""
|
|
1787
1672
|
|
|
1788
1673
|
...
|
|
1789
1674
|
|
|
1790
1675
|
def select_linked(
|
|
1791
|
-
override_context: typing.
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1795
|
-
undo: typing.Optional[bool] = None,
|
|
1676
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1677
|
+
execution_context: str | int | None = None,
|
|
1678
|
+
undo: bool | None = None,
|
|
1796
1679
|
):
|
|
1797
1680
|
"""Select all strips adjacent to the current selection
|
|
1798
1681
|
|
|
1799
|
-
:type override_context:
|
|
1800
|
-
:type execution_context:
|
|
1801
|
-
:type undo:
|
|
1682
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1683
|
+
:type execution_context: str | int | None
|
|
1684
|
+
:type undo: bool | None
|
|
1802
1685
|
"""
|
|
1803
1686
|
|
|
1804
1687
|
...
|
|
1805
1688
|
|
|
1806
1689
|
def select_linked_pick(
|
|
1807
|
-
override_context: typing.
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
undo: typing.Optional[bool] = None,
|
|
1812
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1690
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1691
|
+
execution_context: str | int | None = None,
|
|
1692
|
+
undo: bool | None = None,
|
|
1693
|
+
extend: bool | typing.Any | None = False,
|
|
1813
1694
|
):
|
|
1814
1695
|
"""Select a chain of linked strips nearest to the mouse pointer
|
|
1815
1696
|
|
|
1816
|
-
:type override_context:
|
|
1817
|
-
:type execution_context:
|
|
1818
|
-
:type undo:
|
|
1697
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1698
|
+
:type execution_context: str | int | None
|
|
1699
|
+
:type undo: bool | None
|
|
1819
1700
|
:param extend: Extend, Extend the selection
|
|
1820
|
-
:type extend:
|
|
1701
|
+
:type extend: bool | typing.Any | None
|
|
1821
1702
|
"""
|
|
1822
1703
|
|
|
1823
1704
|
...
|
|
1824
1705
|
|
|
1825
1706
|
def select_more(
|
|
1826
|
-
override_context: typing.
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1830
|
-
undo: typing.Optional[bool] = None,
|
|
1707
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1708
|
+
execution_context: str | int | None = None,
|
|
1709
|
+
undo: bool | None = None,
|
|
1831
1710
|
):
|
|
1832
1711
|
"""Select more strips adjacent to the current selection
|
|
1833
1712
|
|
|
1834
|
-
:type override_context:
|
|
1835
|
-
:type execution_context:
|
|
1836
|
-
:type undo:
|
|
1713
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1714
|
+
:type execution_context: str | int | None
|
|
1715
|
+
:type undo: bool | None
|
|
1837
1716
|
"""
|
|
1838
1717
|
|
|
1839
1718
|
...
|
|
1840
1719
|
|
|
1841
1720
|
def select_side(
|
|
1842
|
-
override_context: typing.
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
undo: typing.Optional[bool] = None,
|
|
1847
|
-
side: typing.Optional[typing.Any] = "BOTH",
|
|
1721
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1722
|
+
execution_context: str | int | None = None,
|
|
1723
|
+
undo: bool | None = None,
|
|
1724
|
+
side: typing.Any | None = "BOTH",
|
|
1848
1725
|
):
|
|
1849
1726
|
"""Select strips on the nominated side of the selected strips
|
|
1850
1727
|
|
|
1851
|
-
:type override_context:
|
|
1852
|
-
:type execution_context:
|
|
1853
|
-
:type undo:
|
|
1728
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1729
|
+
:type execution_context: str | int | None
|
|
1730
|
+
:type undo: bool | None
|
|
1854
1731
|
:param side: Side, The side to which the selection is applied
|
|
1855
|
-
:type side: typing.
|
|
1732
|
+
:type side: typing.Any | None
|
|
1856
1733
|
"""
|
|
1857
1734
|
|
|
1858
1735
|
...
|
|
1859
1736
|
|
|
1860
1737
|
def select_side_of_frame(
|
|
1861
|
-
override_context: typing.
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1867
|
-
side: typing.Optional[typing.Any] = "LEFT",
|
|
1738
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1739
|
+
execution_context: str | int | None = None,
|
|
1740
|
+
undo: bool | None = None,
|
|
1741
|
+
extend: bool | typing.Any | None = False,
|
|
1742
|
+
side: typing.Any | None = "LEFT",
|
|
1868
1743
|
):
|
|
1869
1744
|
"""Select strips relative to the current frame
|
|
1870
1745
|
|
|
1871
|
-
:type override_context:
|
|
1872
|
-
:type execution_context:
|
|
1873
|
-
:type undo:
|
|
1746
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1747
|
+
:type execution_context: str | int | None
|
|
1748
|
+
:type undo: bool | None
|
|
1874
1749
|
:param extend: Extend, Extend the selection
|
|
1875
|
-
:type extend:
|
|
1750
|
+
:type extend: bool | typing.Any | None
|
|
1876
1751
|
:param side: Side
|
|
1877
1752
|
|
|
1878
1753
|
LEFT
|
|
@@ -1883,160 +1758,151 @@ def select_side_of_frame(
|
|
|
1883
1758
|
|
|
1884
1759
|
CURRENT
|
|
1885
1760
|
Current Frame -- Select intersecting with the current frame.
|
|
1886
|
-
:type side: typing.
|
|
1761
|
+
:type side: typing.Any | None
|
|
1887
1762
|
"""
|
|
1888
1763
|
|
|
1889
1764
|
...
|
|
1890
1765
|
|
|
1891
1766
|
def set_range_to_strips(
|
|
1892
|
-
override_context: typing.
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
undo: typing.Optional[bool] = None,
|
|
1897
|
-
preview: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1767
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1768
|
+
execution_context: str | int | None = None,
|
|
1769
|
+
undo: bool | None = None,
|
|
1770
|
+
preview: bool | typing.Any | None = False,
|
|
1898
1771
|
):
|
|
1899
1772
|
"""Set the frame range to the selected strips start and end
|
|
1900
1773
|
|
|
1901
|
-
:type override_context:
|
|
1902
|
-
:type execution_context:
|
|
1903
|
-
:type undo:
|
|
1774
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1775
|
+
:type execution_context: str | int | None
|
|
1776
|
+
:type undo: bool | None
|
|
1904
1777
|
:param preview: Preview, Set the preview range instead
|
|
1905
|
-
:type preview:
|
|
1778
|
+
:type preview: bool | typing.Any | None
|
|
1906
1779
|
"""
|
|
1907
1780
|
|
|
1908
1781
|
...
|
|
1909
1782
|
|
|
1910
1783
|
def slip(
|
|
1911
|
-
override_context: typing.
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
undo: typing.Optional[bool] = None,
|
|
1916
|
-
offset: typing.Optional[typing.Any] = 0,
|
|
1784
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1785
|
+
execution_context: str | int | None = None,
|
|
1786
|
+
undo: bool | None = None,
|
|
1787
|
+
offset: typing.Any | None = 0,
|
|
1917
1788
|
):
|
|
1918
1789
|
"""Slip the contents of selected strips
|
|
1919
1790
|
|
|
1920
|
-
:type override_context:
|
|
1921
|
-
:type execution_context:
|
|
1922
|
-
:type undo:
|
|
1791
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1792
|
+
:type execution_context: str | int | None
|
|
1793
|
+
:type undo: bool | None
|
|
1923
1794
|
:param offset: Offset, Offset to the data of the strip
|
|
1924
|
-
:type offset: typing.
|
|
1795
|
+
:type offset: typing.Any | None
|
|
1925
1796
|
"""
|
|
1926
1797
|
|
|
1927
1798
|
...
|
|
1928
1799
|
|
|
1929
1800
|
def snap(
|
|
1930
|
-
override_context: typing.
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
undo: typing.Optional[bool] = None,
|
|
1935
|
-
frame: typing.Optional[typing.Any] = 0,
|
|
1801
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1802
|
+
execution_context: str | int | None = None,
|
|
1803
|
+
undo: bool | None = None,
|
|
1804
|
+
frame: typing.Any | None = 0,
|
|
1936
1805
|
):
|
|
1937
1806
|
"""Frame where selected strips will be snapped
|
|
1938
1807
|
|
|
1939
|
-
:type override_context:
|
|
1940
|
-
:type execution_context:
|
|
1941
|
-
:type undo:
|
|
1808
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1809
|
+
:type execution_context: str | int | None
|
|
1810
|
+
:type undo: bool | None
|
|
1942
1811
|
:param frame: Frame, Frame where selected strips will be snapped
|
|
1943
|
-
:type frame: typing.
|
|
1812
|
+
:type frame: typing.Any | None
|
|
1944
1813
|
"""
|
|
1945
1814
|
|
|
1946
1815
|
...
|
|
1947
1816
|
|
|
1948
1817
|
def sound_strip_add(
|
|
1949
|
-
override_context: typing.
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
overlap_shuffle_override: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1986
|
-
cache: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1987
|
-
mono: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1818
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1819
|
+
execution_context: str | int | None = None,
|
|
1820
|
+
undo: bool | None = None,
|
|
1821
|
+
filepath: str | typing.Any = "",
|
|
1822
|
+
directory: str | typing.Any = "",
|
|
1823
|
+
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
1824
|
+
| None = None,
|
|
1825
|
+
check_existing: bool | typing.Any | None = False,
|
|
1826
|
+
filter_blender: bool | typing.Any | None = False,
|
|
1827
|
+
filter_backup: bool | typing.Any | None = False,
|
|
1828
|
+
filter_image: bool | typing.Any | None = False,
|
|
1829
|
+
filter_movie: bool | typing.Any | None = False,
|
|
1830
|
+
filter_python: bool | typing.Any | None = False,
|
|
1831
|
+
filter_font: bool | typing.Any | None = False,
|
|
1832
|
+
filter_sound: bool | typing.Any | None = True,
|
|
1833
|
+
filter_text: bool | typing.Any | None = False,
|
|
1834
|
+
filter_archive: bool | typing.Any | None = False,
|
|
1835
|
+
filter_btx: bool | typing.Any | None = False,
|
|
1836
|
+
filter_collada: bool | typing.Any | None = False,
|
|
1837
|
+
filter_alembic: bool | typing.Any | None = False,
|
|
1838
|
+
filter_usd: bool | typing.Any | None = False,
|
|
1839
|
+
filter_obj: bool | typing.Any | None = False,
|
|
1840
|
+
filter_volume: bool | typing.Any | None = False,
|
|
1841
|
+
filter_folder: bool | typing.Any | None = True,
|
|
1842
|
+
filter_blenlib: bool | typing.Any | None = False,
|
|
1843
|
+
filemode: typing.Any | None = 9,
|
|
1844
|
+
relative_path: bool | typing.Any | None = True,
|
|
1845
|
+
display_type: typing.Any | None = "DEFAULT",
|
|
1846
|
+
sort_method: typing.Any | None = "",
|
|
1847
|
+
frame_start: typing.Any | None = 0,
|
|
1848
|
+
channel: typing.Any | None = 1,
|
|
1849
|
+
replace_sel: bool | typing.Any | None = True,
|
|
1850
|
+
overlap: bool | typing.Any | None = False,
|
|
1851
|
+
overlap_shuffle_override: bool | typing.Any | None = False,
|
|
1852
|
+
cache: bool | typing.Any | None = False,
|
|
1853
|
+
mono: bool | typing.Any | None = False,
|
|
1988
1854
|
):
|
|
1989
1855
|
"""Add a sound strip to the sequencer
|
|
1990
1856
|
|
|
1991
|
-
:type override_context:
|
|
1992
|
-
:type execution_context:
|
|
1993
|
-
:type undo:
|
|
1857
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1858
|
+
:type execution_context: str | int | None
|
|
1859
|
+
:type undo: bool | None
|
|
1994
1860
|
:param filepath: File Path, Path to file
|
|
1995
|
-
:type filepath:
|
|
1861
|
+
:type filepath: str | typing.Any
|
|
1996
1862
|
:param directory: Directory, Directory of the file
|
|
1997
|
-
:type directory:
|
|
1863
|
+
:type directory: str | typing.Any
|
|
1998
1864
|
:param files: Files
|
|
1999
|
-
:type files:
|
|
1865
|
+
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
2000
1866
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
2001
|
-
:type check_existing:
|
|
1867
|
+
:type check_existing: bool | typing.Any | None
|
|
2002
1868
|
:param filter_blender: Filter .blend files
|
|
2003
|
-
:type filter_blender:
|
|
1869
|
+
:type filter_blender: bool | typing.Any | None
|
|
2004
1870
|
:param filter_backup: Filter .blend files
|
|
2005
|
-
:type filter_backup:
|
|
1871
|
+
:type filter_backup: bool | typing.Any | None
|
|
2006
1872
|
:param filter_image: Filter image files
|
|
2007
|
-
:type filter_image:
|
|
1873
|
+
:type filter_image: bool | typing.Any | None
|
|
2008
1874
|
:param filter_movie: Filter movie files
|
|
2009
|
-
:type filter_movie:
|
|
1875
|
+
:type filter_movie: bool | typing.Any | None
|
|
2010
1876
|
:param filter_python: Filter Python files
|
|
2011
|
-
:type filter_python:
|
|
1877
|
+
:type filter_python: bool | typing.Any | None
|
|
2012
1878
|
:param filter_font: Filter font files
|
|
2013
|
-
:type filter_font:
|
|
1879
|
+
:type filter_font: bool | typing.Any | None
|
|
2014
1880
|
:param filter_sound: Filter sound files
|
|
2015
|
-
:type filter_sound:
|
|
1881
|
+
:type filter_sound: bool | typing.Any | None
|
|
2016
1882
|
:param filter_text: Filter text files
|
|
2017
|
-
:type filter_text:
|
|
1883
|
+
:type filter_text: bool | typing.Any | None
|
|
2018
1884
|
:param filter_archive: Filter archive files
|
|
2019
|
-
:type filter_archive:
|
|
1885
|
+
:type filter_archive: bool | typing.Any | None
|
|
2020
1886
|
:param filter_btx: Filter btx files
|
|
2021
|
-
:type filter_btx:
|
|
1887
|
+
:type filter_btx: bool | typing.Any | None
|
|
2022
1888
|
:param filter_collada: Filter COLLADA files
|
|
2023
|
-
:type filter_collada:
|
|
1889
|
+
:type filter_collada: bool | typing.Any | None
|
|
2024
1890
|
:param filter_alembic: Filter Alembic files
|
|
2025
|
-
:type filter_alembic:
|
|
1891
|
+
:type filter_alembic: bool | typing.Any | None
|
|
2026
1892
|
:param filter_usd: Filter USD files
|
|
2027
|
-
:type filter_usd:
|
|
1893
|
+
:type filter_usd: bool | typing.Any | None
|
|
2028
1894
|
:param filter_obj: Filter OBJ files
|
|
2029
|
-
:type filter_obj:
|
|
1895
|
+
:type filter_obj: bool | typing.Any | None
|
|
2030
1896
|
:param filter_volume: Filter OpenVDB volume files
|
|
2031
|
-
:type filter_volume:
|
|
1897
|
+
:type filter_volume: bool | typing.Any | None
|
|
2032
1898
|
:param filter_folder: Filter folders
|
|
2033
|
-
:type filter_folder:
|
|
1899
|
+
:type filter_folder: bool | typing.Any | None
|
|
2034
1900
|
:param filter_blenlib: Filter Blender IDs
|
|
2035
|
-
:type filter_blenlib:
|
|
1901
|
+
:type filter_blenlib: bool | typing.Any | None
|
|
2036
1902
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
2037
|
-
:type filemode: typing.
|
|
1903
|
+
:type filemode: typing.Any | None
|
|
2038
1904
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
2039
|
-
:type relative_path:
|
|
1905
|
+
:type relative_path: bool | typing.Any | None
|
|
2040
1906
|
:param display_type: Display Type
|
|
2041
1907
|
|
|
2042
1908
|
DEFAULT
|
|
@@ -2050,7 +1916,7 @@ def sound_strip_add(
|
|
|
2050
1916
|
|
|
2051
1917
|
THUMBNAIL
|
|
2052
1918
|
Thumbnails -- Display files as thumbnails.
|
|
2053
|
-
:type display_type: typing.
|
|
1919
|
+
:type display_type: typing.Any | None
|
|
2054
1920
|
:param sort_method: File sorting mode
|
|
2055
1921
|
|
|
2056
1922
|
DEFAULT
|
|
@@ -2067,151 +1933,139 @@ def sound_strip_add(
|
|
|
2067
1933
|
|
|
2068
1934
|
FILE_SORT_SIZE
|
|
2069
1935
|
Size -- Sort files by size.
|
|
2070
|
-
:type sort_method: typing.
|
|
1936
|
+
:type sort_method: typing.Any | None
|
|
2071
1937
|
:param frame_start: Start Frame, Start frame of the sequence strip
|
|
2072
|
-
:type frame_start: typing.
|
|
1938
|
+
:type frame_start: typing.Any | None
|
|
2073
1939
|
:param channel: Channel, Channel to place this strip into
|
|
2074
|
-
:type channel: typing.
|
|
1940
|
+
:type channel: typing.Any | None
|
|
2075
1941
|
:param replace_sel: Replace Selection, Replace the current selection
|
|
2076
|
-
:type replace_sel:
|
|
1942
|
+
:type replace_sel: bool | typing.Any | None
|
|
2077
1943
|
:param overlap: Allow Overlap, Don't correct overlap on new sequence strips
|
|
2078
|
-
:type overlap:
|
|
1944
|
+
:type overlap: bool | typing.Any | None
|
|
2079
1945
|
:param overlap_shuffle_override: Override Overlap Shuffle Behavior, Use the overlap_mode tool settings to determine how to shuffle overlapping strips
|
|
2080
|
-
:type overlap_shuffle_override:
|
|
1946
|
+
:type overlap_shuffle_override: bool | typing.Any | None
|
|
2081
1947
|
:param cache: Cache, Cache the sound in memory
|
|
2082
|
-
:type cache:
|
|
1948
|
+
:type cache: bool | typing.Any | None
|
|
2083
1949
|
:param mono: Mono, Merge all the sound's channels into one
|
|
2084
|
-
:type mono:
|
|
1950
|
+
:type mono: bool | typing.Any | None
|
|
2085
1951
|
"""
|
|
2086
1952
|
|
|
2087
1953
|
...
|
|
2088
1954
|
|
|
2089
1955
|
def split(
|
|
2090
|
-
override_context: typing.
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
side: typing.Optional[typing.Any] = "MOUSE",
|
|
2100
|
-
ignore_selection: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1956
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1957
|
+
execution_context: str | int | None = None,
|
|
1958
|
+
undo: bool | None = None,
|
|
1959
|
+
frame: typing.Any | None = 0,
|
|
1960
|
+
channel: typing.Any | None = 0,
|
|
1961
|
+
type: typing.Any | None = "SOFT",
|
|
1962
|
+
use_cursor_position: bool | typing.Any | None = False,
|
|
1963
|
+
side: typing.Any | None = "MOUSE",
|
|
1964
|
+
ignore_selection: bool | typing.Any | None = False,
|
|
2101
1965
|
):
|
|
2102
1966
|
"""Split the selected strips in two
|
|
2103
1967
|
|
|
2104
|
-
:type override_context:
|
|
2105
|
-
:type execution_context:
|
|
2106
|
-
:type undo:
|
|
1968
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1969
|
+
:type execution_context: str | int | None
|
|
1970
|
+
:type undo: bool | None
|
|
2107
1971
|
:param frame: Frame, Frame where selected strips will be split
|
|
2108
|
-
:type frame: typing.
|
|
1972
|
+
:type frame: typing.Any | None
|
|
2109
1973
|
:param channel: Channel, Channel in which strip will be cut
|
|
2110
|
-
:type channel: typing.
|
|
1974
|
+
:type channel: typing.Any | None
|
|
2111
1975
|
:param type: Type, The type of split operation to perform on strips
|
|
2112
|
-
:type type: typing.
|
|
1976
|
+
:type type: typing.Any | None
|
|
2113
1977
|
:param use_cursor_position: Use Cursor Position, Split at position of the cursor instead of current frame
|
|
2114
|
-
:type use_cursor_position:
|
|
1978
|
+
:type use_cursor_position: bool | typing.Any | None
|
|
2115
1979
|
:param side: Side, The side that remains selected after splitting
|
|
2116
|
-
:type side: typing.
|
|
1980
|
+
:type side: typing.Any | None
|
|
2117
1981
|
:param ignore_selection: Ignore Selection, Make cut even if strip is not selected preserving selection state after cut
|
|
2118
|
-
:type ignore_selection:
|
|
1982
|
+
:type ignore_selection: bool | typing.Any | None
|
|
2119
1983
|
"""
|
|
2120
1984
|
|
|
2121
1985
|
...
|
|
2122
1986
|
|
|
2123
1987
|
def split_multicam(
|
|
2124
|
-
override_context: typing.
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
undo: typing.Optional[bool] = None,
|
|
2129
|
-
camera: typing.Optional[typing.Any] = 1,
|
|
1988
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1989
|
+
execution_context: str | int | None = None,
|
|
1990
|
+
undo: bool | None = None,
|
|
1991
|
+
camera: typing.Any | None = 1,
|
|
2130
1992
|
):
|
|
2131
1993
|
"""Split multicam strip and select camera
|
|
2132
1994
|
|
|
2133
|
-
:type override_context:
|
|
2134
|
-
:type execution_context:
|
|
2135
|
-
:type undo:
|
|
1995
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1996
|
+
:type execution_context: str | int | None
|
|
1997
|
+
:type undo: bool | None
|
|
2136
1998
|
:param camera: Camera
|
|
2137
|
-
:type camera: typing.
|
|
1999
|
+
:type camera: typing.Any | None
|
|
2138
2000
|
"""
|
|
2139
2001
|
|
|
2140
2002
|
...
|
|
2141
2003
|
|
|
2142
2004
|
def strip_color_tag_set(
|
|
2143
|
-
override_context: typing.
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
undo: typing.Optional[bool] = None,
|
|
2148
|
-
color: typing.Optional[typing.Union[str, int]] = "NONE",
|
|
2005
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2006
|
+
execution_context: str | int | None = None,
|
|
2007
|
+
undo: bool | None = None,
|
|
2008
|
+
color: str | int | None = "NONE",
|
|
2149
2009
|
):
|
|
2150
2010
|
"""Set a color tag for the selected strips
|
|
2151
2011
|
|
|
2152
|
-
:type override_context:
|
|
2153
|
-
:type execution_context:
|
|
2154
|
-
:type undo:
|
|
2012
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2013
|
+
:type execution_context: str | int | None
|
|
2014
|
+
:type undo: bool | None
|
|
2155
2015
|
:param color: Color Tag
|
|
2156
|
-
:type color:
|
|
2016
|
+
:type color: str | int | None
|
|
2157
2017
|
"""
|
|
2158
2018
|
|
|
2159
2019
|
...
|
|
2160
2020
|
|
|
2161
2021
|
def strip_jump(
|
|
2162
|
-
override_context: typing.
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
next: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
2168
|
-
center: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
2022
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2023
|
+
execution_context: str | int | None = None,
|
|
2024
|
+
undo: bool | None = None,
|
|
2025
|
+
next: bool | typing.Any | None = True,
|
|
2026
|
+
center: bool | typing.Any | None = True,
|
|
2169
2027
|
):
|
|
2170
2028
|
"""Move frame to previous edit point
|
|
2171
2029
|
|
|
2172
|
-
:type override_context:
|
|
2173
|
-
:type execution_context:
|
|
2174
|
-
:type undo:
|
|
2030
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2031
|
+
:type execution_context: str | int | None
|
|
2032
|
+
:type undo: bool | None
|
|
2175
2033
|
:param next: Next Strip
|
|
2176
|
-
:type next:
|
|
2034
|
+
:type next: bool | typing.Any | None
|
|
2177
2035
|
:param center: Use Strip Center
|
|
2178
|
-
:type center:
|
|
2036
|
+
:type center: bool | typing.Any | None
|
|
2179
2037
|
"""
|
|
2180
2038
|
|
|
2181
2039
|
...
|
|
2182
2040
|
|
|
2183
2041
|
def strip_modifier_add(
|
|
2184
|
-
override_context: typing.
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
undo: typing.Optional[bool] = None,
|
|
2189
|
-
type: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
2042
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2043
|
+
execution_context: str | int | None = None,
|
|
2044
|
+
undo: bool | None = None,
|
|
2045
|
+
type: str | int | typing.Any | None = "",
|
|
2190
2046
|
):
|
|
2191
2047
|
"""Add a modifier to the strip
|
|
2192
2048
|
|
|
2193
|
-
:type override_context:
|
|
2194
|
-
:type execution_context:
|
|
2195
|
-
:type undo:
|
|
2049
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2050
|
+
:type execution_context: str | int | None
|
|
2051
|
+
:type undo: bool | None
|
|
2196
2052
|
:param type: Type
|
|
2197
|
-
:type type:
|
|
2053
|
+
:type type: str | int | typing.Any | None
|
|
2198
2054
|
"""
|
|
2199
2055
|
|
|
2200
2056
|
...
|
|
2201
2057
|
|
|
2202
2058
|
def strip_modifier_copy(
|
|
2203
|
-
override_context: typing.
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
undo: typing.Optional[bool] = None,
|
|
2208
|
-
type: typing.Optional[typing.Any] = "REPLACE",
|
|
2059
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2060
|
+
execution_context: str | int | None = None,
|
|
2061
|
+
undo: bool | None = None,
|
|
2062
|
+
type: typing.Any | None = "REPLACE",
|
|
2209
2063
|
):
|
|
2210
2064
|
"""Copy modifiers of the active strip to all selected strips
|
|
2211
2065
|
|
|
2212
|
-
:type override_context:
|
|
2213
|
-
:type execution_context:
|
|
2214
|
-
:type undo:
|
|
2066
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2067
|
+
:type execution_context: str | int | None
|
|
2068
|
+
:type undo: bool | None
|
|
2215
2069
|
:param type: Type
|
|
2216
2070
|
|
|
2217
2071
|
REPLACE
|
|
@@ -2219,25 +2073,23 @@ def strip_modifier_copy(
|
|
|
2219
2073
|
|
|
2220
2074
|
APPEND
|
|
2221
2075
|
Append -- Append active modifiers to selected strips.
|
|
2222
|
-
:type type: typing.
|
|
2076
|
+
:type type: typing.Any | None
|
|
2223
2077
|
"""
|
|
2224
2078
|
|
|
2225
2079
|
...
|
|
2226
2080
|
|
|
2227
2081
|
def strip_modifier_equalizer_redefine(
|
|
2228
|
-
override_context: typing.
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
graphs: typing.Optional[typing.Any] = "SIMPLE",
|
|
2234
|
-
name: typing.Union[str, typing.Any] = "Name",
|
|
2082
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2083
|
+
execution_context: str | int | None = None,
|
|
2084
|
+
undo: bool | None = None,
|
|
2085
|
+
graphs: typing.Any | None = "SIMPLE",
|
|
2086
|
+
name: str | typing.Any = "Name",
|
|
2235
2087
|
):
|
|
2236
2088
|
"""Redefine equalizer graphs
|
|
2237
2089
|
|
|
2238
|
-
:type override_context:
|
|
2239
|
-
:type execution_context:
|
|
2240
|
-
:type undo:
|
|
2090
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2091
|
+
:type execution_context: str | int | None
|
|
2092
|
+
:type undo: bool | None
|
|
2241
2093
|
:param graphs: Graphs, Number of graphs
|
|
2242
2094
|
|
|
2243
2095
|
SIMPLE
|
|
@@ -2248,29 +2100,27 @@ def strip_modifier_equalizer_redefine(
|
|
|
2248
2100
|
|
|
2249
2101
|
TRIPLE
|
|
2250
2102
|
Triplet -- Graphical definition in 3 sections.
|
|
2251
|
-
:type graphs: typing.
|
|
2103
|
+
:type graphs: typing.Any | None
|
|
2252
2104
|
:param name: Name, Name of modifier to redefine
|
|
2253
|
-
:type name:
|
|
2105
|
+
:type name: str | typing.Any
|
|
2254
2106
|
"""
|
|
2255
2107
|
|
|
2256
2108
|
...
|
|
2257
2109
|
|
|
2258
2110
|
def strip_modifier_move(
|
|
2259
|
-
override_context: typing.
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
name: typing.Union[str, typing.Any] = "Name",
|
|
2265
|
-
direction: typing.Optional[typing.Any] = "UP",
|
|
2111
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2112
|
+
execution_context: str | int | None = None,
|
|
2113
|
+
undo: bool | None = None,
|
|
2114
|
+
name: str | typing.Any = "Name",
|
|
2115
|
+
direction: typing.Any | None = "UP",
|
|
2266
2116
|
):
|
|
2267
2117
|
"""Move modifier up and down in the stack
|
|
2268
2118
|
|
|
2269
|
-
:type override_context:
|
|
2270
|
-
:type execution_context:
|
|
2271
|
-
:type undo:
|
|
2119
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2120
|
+
:type execution_context: str | int | None
|
|
2121
|
+
:type undo: bool | None
|
|
2272
2122
|
:param name: Name, Name of modifier to remove
|
|
2273
|
-
:type name:
|
|
2123
|
+
:type name: str | typing.Any
|
|
2274
2124
|
:param direction: Type
|
|
2275
2125
|
|
|
2276
2126
|
UP
|
|
@@ -2278,43 +2128,39 @@ def strip_modifier_move(
|
|
|
2278
2128
|
|
|
2279
2129
|
DOWN
|
|
2280
2130
|
Down -- Move modifier down in the stack.
|
|
2281
|
-
:type direction: typing.
|
|
2131
|
+
:type direction: typing.Any | None
|
|
2282
2132
|
"""
|
|
2283
2133
|
|
|
2284
2134
|
...
|
|
2285
2135
|
|
|
2286
2136
|
def strip_modifier_remove(
|
|
2287
|
-
override_context: typing.
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
undo: typing.Optional[bool] = None,
|
|
2292
|
-
name: typing.Union[str, typing.Any] = "Name",
|
|
2137
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2138
|
+
execution_context: str | int | None = None,
|
|
2139
|
+
undo: bool | None = None,
|
|
2140
|
+
name: str | typing.Any = "Name",
|
|
2293
2141
|
):
|
|
2294
2142
|
"""Remove a modifier from the strip
|
|
2295
2143
|
|
|
2296
|
-
:type override_context:
|
|
2297
|
-
:type execution_context:
|
|
2298
|
-
:type undo:
|
|
2144
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2145
|
+
:type execution_context: str | int | None
|
|
2146
|
+
:type undo: bool | None
|
|
2299
2147
|
:param name: Name, Name of modifier to remove
|
|
2300
|
-
:type name:
|
|
2148
|
+
:type name: str | typing.Any
|
|
2301
2149
|
"""
|
|
2302
2150
|
|
|
2303
2151
|
...
|
|
2304
2152
|
|
|
2305
2153
|
def strip_transform_clear(
|
|
2306
|
-
override_context: typing.
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
undo: typing.Optional[bool] = None,
|
|
2311
|
-
property: typing.Optional[typing.Any] = "ALL",
|
|
2154
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2155
|
+
execution_context: str | int | None = None,
|
|
2156
|
+
undo: bool | None = None,
|
|
2157
|
+
property: typing.Any | None = "ALL",
|
|
2312
2158
|
):
|
|
2313
2159
|
"""Reset image transformation to default value
|
|
2314
2160
|
|
|
2315
|
-
:type override_context:
|
|
2316
|
-
:type execution_context:
|
|
2317
|
-
:type undo:
|
|
2161
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2162
|
+
:type execution_context: str | int | None
|
|
2163
|
+
:type undo: bool | None
|
|
2318
2164
|
:param property: Property, Strip transform property to be reset
|
|
2319
2165
|
|
|
2320
2166
|
POSITION
|
|
@@ -2328,24 +2174,22 @@ def strip_transform_clear(
|
|
|
2328
2174
|
|
|
2329
2175
|
ALL
|
|
2330
2176
|
All -- Reset strip transform location, scale and rotation.
|
|
2331
|
-
:type property: typing.
|
|
2177
|
+
:type property: typing.Any | None
|
|
2332
2178
|
"""
|
|
2333
2179
|
|
|
2334
2180
|
...
|
|
2335
2181
|
|
|
2336
2182
|
def strip_transform_fit(
|
|
2337
|
-
override_context: typing.
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
undo: typing.Optional[bool] = None,
|
|
2342
|
-
fit_method: typing.Optional[typing.Any] = "FIT",
|
|
2183
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2184
|
+
execution_context: str | int | None = None,
|
|
2185
|
+
undo: bool | None = None,
|
|
2186
|
+
fit_method: typing.Any | None = "FIT",
|
|
2343
2187
|
):
|
|
2344
2188
|
"""Undocumented, consider contributing.
|
|
2345
2189
|
|
|
2346
|
-
:type override_context:
|
|
2347
|
-
:type execution_context:
|
|
2348
|
-
:type undo:
|
|
2190
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2191
|
+
:type execution_context: str | int | None
|
|
2192
|
+
:type undo: bool | None
|
|
2349
2193
|
:param fit_method: Fit Method, Scale fit fit_method
|
|
2350
2194
|
|
|
2351
2195
|
FIT
|
|
@@ -2356,207 +2200,185 @@ def strip_transform_fit(
|
|
|
2356
2200
|
|
|
2357
2201
|
STRETCH
|
|
2358
2202
|
Stretch to Fill -- Stretch image so it fills preview.
|
|
2359
|
-
:type fit_method: typing.
|
|
2203
|
+
:type fit_method: typing.Any | None
|
|
2360
2204
|
"""
|
|
2361
2205
|
|
|
2362
2206
|
...
|
|
2363
2207
|
|
|
2364
2208
|
def swap(
|
|
2365
|
-
override_context: typing.
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
undo: typing.Optional[bool] = None,
|
|
2370
|
-
side: typing.Optional[typing.Any] = "RIGHT",
|
|
2209
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2210
|
+
execution_context: str | int | None = None,
|
|
2211
|
+
undo: bool | None = None,
|
|
2212
|
+
side: typing.Any | None = "RIGHT",
|
|
2371
2213
|
):
|
|
2372
2214
|
"""Swap active strip with strip to the right or left
|
|
2373
2215
|
|
|
2374
|
-
:type override_context:
|
|
2375
|
-
:type execution_context:
|
|
2376
|
-
:type undo:
|
|
2216
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2217
|
+
:type execution_context: str | int | None
|
|
2218
|
+
:type undo: bool | None
|
|
2377
2219
|
:param side: Side, Side of the strip to swap
|
|
2378
|
-
:type side: typing.
|
|
2220
|
+
:type side: typing.Any | None
|
|
2379
2221
|
"""
|
|
2380
2222
|
|
|
2381
2223
|
...
|
|
2382
2224
|
|
|
2383
2225
|
def swap_data(
|
|
2384
|
-
override_context: typing.
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
2388
|
-
undo: typing.Optional[bool] = None,
|
|
2226
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2227
|
+
execution_context: str | int | None = None,
|
|
2228
|
+
undo: bool | None = None,
|
|
2389
2229
|
):
|
|
2390
2230
|
"""Swap 2 sequencer strips
|
|
2391
2231
|
|
|
2392
|
-
:type override_context:
|
|
2393
|
-
:type execution_context:
|
|
2394
|
-
:type undo:
|
|
2232
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2233
|
+
:type execution_context: str | int | None
|
|
2234
|
+
:type undo: bool | None
|
|
2395
2235
|
"""
|
|
2396
2236
|
|
|
2397
2237
|
...
|
|
2398
2238
|
|
|
2399
2239
|
def swap_inputs(
|
|
2400
|
-
override_context: typing.
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
2404
|
-
undo: typing.Optional[bool] = None,
|
|
2240
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2241
|
+
execution_context: str | int | None = None,
|
|
2242
|
+
undo: bool | None = None,
|
|
2405
2243
|
):
|
|
2406
2244
|
"""Swap the first two inputs for the effect strip
|
|
2407
2245
|
|
|
2408
|
-
:type override_context:
|
|
2409
|
-
:type execution_context:
|
|
2410
|
-
:type undo:
|
|
2246
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2247
|
+
:type execution_context: str | int | None
|
|
2248
|
+
:type undo: bool | None
|
|
2411
2249
|
"""
|
|
2412
2250
|
|
|
2413
2251
|
...
|
|
2414
2252
|
|
|
2415
2253
|
def unlock(
|
|
2416
|
-
override_context: typing.
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
2420
|
-
undo: typing.Optional[bool] = None,
|
|
2254
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2255
|
+
execution_context: str | int | None = None,
|
|
2256
|
+
undo: bool | None = None,
|
|
2421
2257
|
):
|
|
2422
2258
|
"""Unlock strips so they can be transformed
|
|
2423
2259
|
|
|
2424
|
-
:type override_context:
|
|
2425
|
-
:type execution_context:
|
|
2426
|
-
:type undo:
|
|
2260
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2261
|
+
:type execution_context: str | int | None
|
|
2262
|
+
:type undo: bool | None
|
|
2427
2263
|
"""
|
|
2428
2264
|
|
|
2429
2265
|
...
|
|
2430
2266
|
|
|
2431
2267
|
def unmute(
|
|
2432
|
-
override_context: typing.
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
undo: typing.Optional[bool] = None,
|
|
2437
|
-
unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
2268
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2269
|
+
execution_context: str | int | None = None,
|
|
2270
|
+
undo: bool | None = None,
|
|
2271
|
+
unselected: bool | typing.Any | None = False,
|
|
2438
2272
|
):
|
|
2439
2273
|
"""Unmute (un)selected strips
|
|
2440
2274
|
|
|
2441
|
-
:type override_context:
|
|
2442
|
-
:type execution_context:
|
|
2443
|
-
:type undo:
|
|
2275
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2276
|
+
:type execution_context: str | int | None
|
|
2277
|
+
:type undo: bool | None
|
|
2444
2278
|
:param unselected: Unselected, Unmute unselected rather than selected strips
|
|
2445
|
-
:type unselected:
|
|
2279
|
+
:type unselected: bool | typing.Any | None
|
|
2446
2280
|
"""
|
|
2447
2281
|
|
|
2448
2282
|
...
|
|
2449
2283
|
|
|
2450
2284
|
def view_all(
|
|
2451
|
-
override_context: typing.
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
2455
|
-
undo: typing.Optional[bool] = None,
|
|
2285
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2286
|
+
execution_context: str | int | None = None,
|
|
2287
|
+
undo: bool | None = None,
|
|
2456
2288
|
):
|
|
2457
2289
|
"""View all the strips in the sequencer
|
|
2458
2290
|
|
|
2459
|
-
:type override_context:
|
|
2460
|
-
:type execution_context:
|
|
2461
|
-
:type undo:
|
|
2291
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2292
|
+
:type execution_context: str | int | None
|
|
2293
|
+
:type undo: bool | None
|
|
2462
2294
|
"""
|
|
2463
2295
|
|
|
2464
2296
|
...
|
|
2465
2297
|
|
|
2466
2298
|
def view_all_preview(
|
|
2467
|
-
override_context: typing.
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
2471
|
-
undo: typing.Optional[bool] = None,
|
|
2299
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2300
|
+
execution_context: str | int | None = None,
|
|
2301
|
+
undo: bool | None = None,
|
|
2472
2302
|
):
|
|
2473
2303
|
"""Zoom preview to fit in the area
|
|
2474
2304
|
|
|
2475
|
-
:type override_context:
|
|
2476
|
-
:type execution_context:
|
|
2477
|
-
:type undo:
|
|
2305
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2306
|
+
:type execution_context: str | int | None
|
|
2307
|
+
:type undo: bool | None
|
|
2478
2308
|
"""
|
|
2479
2309
|
|
|
2480
2310
|
...
|
|
2481
2311
|
|
|
2482
2312
|
def view_frame(
|
|
2483
|
-
override_context: typing.
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
2487
|
-
undo: typing.Optional[bool] = None,
|
|
2313
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2314
|
+
execution_context: str | int | None = None,
|
|
2315
|
+
undo: bool | None = None,
|
|
2488
2316
|
):
|
|
2489
2317
|
"""Move the view to the current frame
|
|
2490
2318
|
|
|
2491
|
-
:type override_context:
|
|
2492
|
-
:type execution_context:
|
|
2493
|
-
:type undo:
|
|
2319
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2320
|
+
:type execution_context: str | int | None
|
|
2321
|
+
:type undo: bool | None
|
|
2494
2322
|
"""
|
|
2495
2323
|
|
|
2496
2324
|
...
|
|
2497
2325
|
|
|
2498
2326
|
def view_ghost_border(
|
|
2499
|
-
override_context: typing.
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
ymax: typing.Optional[typing.Any] = 0,
|
|
2508
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
2327
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2328
|
+
execution_context: str | int | None = None,
|
|
2329
|
+
undo: bool | None = None,
|
|
2330
|
+
xmin: typing.Any | None = 0,
|
|
2331
|
+
xmax: typing.Any | None = 0,
|
|
2332
|
+
ymin: typing.Any | None = 0,
|
|
2333
|
+
ymax: typing.Any | None = 0,
|
|
2334
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
2509
2335
|
):
|
|
2510
2336
|
"""Set the boundaries of the border used for offset view
|
|
2511
2337
|
|
|
2512
|
-
:type override_context:
|
|
2513
|
-
:type execution_context:
|
|
2514
|
-
:type undo:
|
|
2338
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2339
|
+
:type execution_context: str | int | None
|
|
2340
|
+
:type undo: bool | None
|
|
2515
2341
|
:param xmin: X Min
|
|
2516
|
-
:type xmin: typing.
|
|
2342
|
+
:type xmin: typing.Any | None
|
|
2517
2343
|
:param xmax: X Max
|
|
2518
|
-
:type xmax: typing.
|
|
2344
|
+
:type xmax: typing.Any | None
|
|
2519
2345
|
:param ymin: Y Min
|
|
2520
|
-
:type ymin: typing.
|
|
2346
|
+
:type ymin: typing.Any | None
|
|
2521
2347
|
:param ymax: Y Max
|
|
2522
|
-
:type ymax: typing.
|
|
2348
|
+
:type ymax: typing.Any | None
|
|
2523
2349
|
:param wait_for_input: Wait for Input
|
|
2524
|
-
:type wait_for_input:
|
|
2350
|
+
:type wait_for_input: bool | typing.Any | None
|
|
2525
2351
|
"""
|
|
2526
2352
|
|
|
2527
2353
|
...
|
|
2528
2354
|
|
|
2529
2355
|
def view_selected(
|
|
2530
|
-
override_context: typing.
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
2534
|
-
undo: typing.Optional[bool] = None,
|
|
2356
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2357
|
+
execution_context: str | int | None = None,
|
|
2358
|
+
undo: bool | None = None,
|
|
2535
2359
|
):
|
|
2536
2360
|
"""Zoom the sequencer on the selected strips
|
|
2537
2361
|
|
|
2538
|
-
:type override_context:
|
|
2539
|
-
:type execution_context:
|
|
2540
|
-
:type undo:
|
|
2362
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2363
|
+
:type execution_context: str | int | None
|
|
2364
|
+
:type undo: bool | None
|
|
2541
2365
|
"""
|
|
2542
2366
|
|
|
2543
2367
|
...
|
|
2544
2368
|
|
|
2545
2369
|
def view_zoom_ratio(
|
|
2546
|
-
override_context: typing.
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
undo: typing.Optional[bool] = None,
|
|
2551
|
-
ratio: typing.Optional[typing.Any] = 1.0,
|
|
2370
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2371
|
+
execution_context: str | int | None = None,
|
|
2372
|
+
undo: bool | None = None,
|
|
2373
|
+
ratio: typing.Any | None = 1.0,
|
|
2552
2374
|
):
|
|
2553
2375
|
"""Change zoom ratio of sequencer preview
|
|
2554
2376
|
|
|
2555
|
-
:type override_context:
|
|
2556
|
-
:type execution_context:
|
|
2557
|
-
:type undo:
|
|
2377
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
2378
|
+
:type execution_context: str | int | None
|
|
2379
|
+
:type undo: bool | None
|
|
2558
2380
|
:param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
|
|
2559
|
-
:type ratio: typing.
|
|
2381
|
+
:type ratio: typing.Any | None
|
|
2560
2382
|
"""
|
|
2561
2383
|
|
|
2562
2384
|
...
|