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