fake-bpy-module 20240210__py3-none-any.whl → 20240326__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.
- addon_utils/__init__.pyi +54 -11
- animsys_refactor/__init__.pyi +36 -7
- aud/__init__.pyi +307 -321
- bgl/__init__.pyi +2926 -865
- bl_app_override/__init__.pyi +14 -4
- bl_app_override/helpers/__init__.pyi +24 -3
- bl_app_template_utils/__init__.pyi +19 -5
- bl_console_utils/__init__.pyi +0 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -3
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -6
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -4
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -6
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -3
- bl_i18n_utils/__init__.pyi +2 -3
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -16
- bl_i18n_utils/merge_po/__init__.pyi +4 -2
- bl_i18n_utils/settings/__init__.pyi +53 -7
- bl_i18n_utils/utils/__init__.pyi +332 -45
- bl_i18n_utils/utils_cli/__init__.pyi +29 -7
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -2
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -3
- bl_keymap_utils/__init__.pyi +2 -3
- bl_keymap_utils/io/__init__.pyi +44 -10
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -2
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -3
- bl_keymap_utils/versioning/__init__.pyi +4 -2
- bl_math/__init__.pyi +21 -22
- bl_operators/__init__.pyi +30 -24
- bl_operators/add_mesh_torus/__init__.pyi +171 -38
- bl_operators/anim/__init__.pyi +1065 -227
- bl_operators/assets/__init__.pyi +427 -93
- bl_operators/bmesh/__init__.pyi +0 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -10
- bl_operators/clip/__init__.pyi +1342 -288
- bl_operators/console/__init__.pyi +647 -141
- bl_operators/constraint/__init__.pyi +524 -113
- bl_operators/file/__init__.pyi +396 -85
- bl_operators/freestyle/__init__.pyi +532 -114
- bl_operators/geometry_nodes/__init__.pyi +2412 -597
- bl_operators/image/__init__.pyi +380 -83
- bl_operators/mesh/__init__.pyi +401 -86
- bl_operators/node/__init__.pyi +1756 -385
- bl_operators/object/__init__.pyi +2022 -553
- bl_operators/object_align/__init__.pyi +145 -32
- bl_operators/object_quick_effects/__init__.pyi +555 -125
- bl_operators/object_randomize_transform/__init__.pyi +136 -33
- bl_operators/presets/__init__.pyi +3516 -709
- bl_operators/rigidbody/__init__.pyi +401 -86
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -30
- bl_operators/sequencer/__init__.pyi +731 -150
- bl_operators/spreadsheet/__init__.pyi +145 -31
- bl_operators/userpref/__init__.pyi +3416 -825
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -33
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -35
- bl_operators/uvcalc_transform/__init__.pyi +344 -74
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -31
- bl_operators/view3d/__init__.pyi +697 -147
- bl_operators/wm/__init__.pyi +6287 -1534
- bl_previews_utils/__init__.pyi +0 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -8
- bl_rna_utils/__init__.pyi +0 -1
- bl_rna_utils/data_path/__init__.pyi +12 -3
- bl_text_utils/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +4 -2
- bl_ui/__init__.pyi +567 -170
- bl_ui/anim/__init__.pyi +164 -34
- bl_ui/asset_shelf/__init__.pyi +146 -32
- bl_ui/generic_ui_list/__init__.pyi +471 -100
- bl_ui/node_add_menu/__init__.pyi +196 -41
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -622
- bl_ui/node_add_menu_geometry/__init__.pyi +8075 -1592
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -349
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -306
- bl_ui/properties_animviz/__init__.pyi +32 -3
- bl_ui/properties_collection/__init__.pyi +787 -180
- bl_ui/properties_constraint/__init__.pyi +28635 -5524
- bl_ui/properties_data_armature/__init__.pyi +1905 -449
- bl_ui/properties_data_bone/__init__.pyi +1560 -337
- bl_ui/properties_data_camera/__init__.pyi +2269 -495
- bl_ui/properties_data_curve/__init__.pyi +2362 -535
- bl_ui/properties_data_curves/__init__.pyi +951 -204
- bl_ui/properties_data_empty/__init__.pyi +317 -70
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -735
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -189
- bl_ui/properties_data_lattice/__init__.pyi +472 -105
- bl_ui/properties_data_light/__init__.pyi +1570 -338
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -209
- bl_ui/properties_data_mesh/__init__.pyi +3205 -768
- bl_ui/properties_data_metaball/__init__.pyi +774 -171
- bl_ui/properties_data_modifier/__init__.pyi +1554 -329
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -195
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -35
- bl_ui/properties_data_speaker/__init__.pyi +782 -169
- bl_ui/properties_data_volume/__init__.pyi +1243 -282
- bl_ui/properties_freestyle/__init__.pyi +4071 -1031
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -484
- bl_ui/properties_mask_common/__init__.pyi +1256 -250
- bl_ui/properties_material/__init__.pyi +2351 -543
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -366
- bl_ui/properties_object/__init__.pyi +2179 -513
- bl_ui/properties_output/__init__.pyi +2956 -706
- bl_ui/properties_paint_common/__init__.pyi +947 -141
- bl_ui/properties_particle/__init__.pyi +8322 -1971
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -509
- bl_ui/properties_physics_common/__init__.pyi +200 -45
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -966
- bl_ui/properties_physics_field/__init__.pyi +1695 -365
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1281
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -33
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -279
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -484
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -543
- bl_ui/properties_render/__init__.pyi +8312 -1934
- bl_ui/properties_scene/__init__.pyi +2211 -540
- bl_ui/properties_texture/__init__.pyi +4185 -1014
- bl_ui/properties_view_layer/__init__.pyi +2803 -665
- bl_ui/properties_workspace/__init__.pyi +626 -149
- bl_ui/properties_world/__init__.pyi +1092 -235
- bl_ui/space_clip/__init__.pyi +11475 -2806
- bl_ui/space_console/__init__.pyi +967 -203
- bl_ui/space_dopesheet/__init__.pyi +4260 -967
- bl_ui/space_filebrowser/__init__.pyi +4852 -1188
- bl_ui/space_graph/__init__.pyi +3251 -703
- bl_ui/space_image/__init__.pyi +12218 -2968
- bl_ui/space_info/__init__.pyi +964 -201
- bl_ui/space_nla/__init__.pyi +2756 -585
- bl_ui/space_node/__init__.pyi +5661 -1266
- bl_ui/space_outliner/__init__.pyi +2294 -479
- bl_ui/space_properties/__init__.pyi +417 -93
- bl_ui/space_sequencer/__init__.pyi +12436 -3010
- bl_ui/space_spreadsheet/__init__.pyi +184 -37
- bl_ui/space_statusbar/__init__.pyi +135 -31
- bl_ui/space_text/__init__.pyi +2556 -543
- bl_ui/space_time/__init__.pyi +1151 -244
- bl_ui/space_toolsystem_common/__init__.pyi +368 -67
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -229
- bl_ui/space_topbar/__init__.pyi +4214 -888
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +42751 -9613
- bl_ui/space_view3d_toolbar/__init__.pyi +16379 -3860
- bl_ui/utils/__init__.pyi +42 -5
- bl_ui_utils/__init__.pyi +0 -1
- bl_ui_utils/bug_report_url/__init__.pyi +4 -2
- bl_ui_utils/layout/__init__.pyi +4 -2
- blend_render_info/__init__.pyi +13 -4
- blf/__init__.pyi +15 -18
- bmesh/__init__.pyi +18 -18
- bmesh/geometry/__init__.pyi +5 -6
- bmesh/ops/__init__.pyi +1337 -1158
- bmesh/types/__init__.pyi +464 -374
- bmesh/utils/__init__.pyi +64 -70
- bpy/__init__.pyi +6 -7
- bpy/app/__init__.pyi +36 -38
- bpy/app/handlers/__init__.pyi +37 -38
- bpy/app/icons/__init__.pyi +8 -11
- bpy/app/timers/__init__.pyi +18 -17
- bpy/app/translations/__init__.pyi +32 -30
- bpy/msgbus/__init__.pyi +25 -20
- bpy/ops/__init__.pyi +63 -64
- bpy/ops/action/__init__.pyi +408 -436
- bpy/ops/anim/__init__.pyi +459 -577
- bpy/ops/armature/__init__.pyi +396 -498
- bpy/ops/asset/__init__.pyi +187 -213
- bpy/ops/boid/__init__.pyi +50 -68
- bpy/ops/brush/__init__.pyi +72 -97
- bpy/ops/buttons/__init__.pyi +202 -193
- bpy/ops/cachefile/__init__.pyi +198 -188
- bpy/ops/camera/__init__.pyi +24 -31
- bpy/ops/clip/__init__.pyi +1021 -1082
- bpy/ops/cloth/__init__.pyi +11 -15
- bpy/ops/collection/__init__.pyi +36 -51
- bpy/ops/console/__init__.pyi +155 -209
- bpy/ops/constraint/__init__.pyi +286 -254
- bpy/ops/curve/__init__.pyi +597 -659
- bpy/ops/curves/__init__.pyi +191 -225
- bpy/ops/cycles/__init__.pyi +21 -30
- bpy/ops/dpaint/__init__.pyi +34 -47
- bpy/ops/ed/__init__.pyi +160 -176
- bpy/ops/export_anim/__init__.pyi +51 -34
- bpy/ops/export_mesh/__init__.pyi +47 -45
- bpy/ops/export_scene/__init__.pyi +659 -504
- bpy/ops/file/__init__.pyi +469 -474
- bpy/ops/fluid/__init__.pyi +89 -119
- bpy/ops/font/__init__.pyi +325 -361
- bpy/ops/geometry/__init__.pyi +86 -114
- bpy/ops/gizmogroup/__init__.pyi +22 -28
- bpy/ops/gpencil/__init__.pyi +1900 -1976
- bpy/ops/graph/__init__.pyi +875 -894
- bpy/ops/grease_pencil/__init__.pyi +572 -508
- bpy/ops/image/__init__.pyi +805 -855
- bpy/ops/import_anim/__init__.pyi +66 -46
- bpy/ops/import_curve/__init__.pyi +7 -11
- bpy/ops/import_mesh/__init__.pyi +19 -25
- bpy/ops/import_scene/__init__.pyi +164 -147
- bpy/ops/info/__init__.pyi +88 -85
- bpy/ops/lattice/__init__.pyi +86 -90
- bpy/ops/marker/__init__.pyi +135 -146
- bpy/ops/mask/__init__.pyi +372 -436
- bpy/ops/material/__init__.pyi +18 -25
- bpy/ops/mball/__init__.pyi +93 -99
- bpy/ops/mesh/__init__.pyi +2525 -2664
- bpy/ops/nla/__init__.pyi +398 -455
- bpy/ops/node/__init__.pyi +1015 -1207
- bpy/ops/object/__init__.pyi +3423 -3390
- bpy/ops/outliner/__init__.pyi +667 -685
- bpy/ops/paint/__init__.pyi +719 -672
- bpy/ops/paintcurve/__init__.pyi +64 -85
- bpy/ops/palette/__init__.pyi +48 -67
- bpy/ops/particle/__init__.pyi +323 -367
- bpy/ops/pose/__init__.pyi +569 -474
- bpy/ops/poselib/__init__.pyi +77 -100
- bpy/ops/preferences/__init__.pyi +460 -512
- bpy/ops/ptcache/__init__.pyi +46 -63
- bpy/ops/render/__init__.pyi +121 -155
- bpy/ops/rigidbody/__init__.pyi +148 -143
- bpy/ops/scene/__init__.pyi +336 -380
- bpy/ops/screen/__init__.pyi +454 -530
- bpy/ops/script/__init__.pyi +19 -28
- bpy/ops/sculpt/__init__.pyi +734 -587
- bpy/ops/sculpt_curves/__init__.pyi +51 -56
- bpy/ops/sequencer/__init__.pyi +1617 -1500
- bpy/ops/sound/__init__.pyi +392 -315
- bpy/ops/spreadsheet/__init__.pyi +31 -42
- bpy/ops/surface/__init__.pyi +198 -163
- bpy/ops/text/__init__.pyi +479 -545
- bpy/ops/text_editor/__init__.pyi +11 -15
- bpy/ops/texture/__init__.pyi +26 -36
- bpy/ops/transform/__init__.pyi +825 -941
- bpy/ops/ui/__init__.pyi +246 -295
- bpy/ops/uilist/__init__.pyi +34 -38
- bpy/ops/uv/__init__.pyi +912 -824
- bpy/ops/view2d/__init__.pyi +157 -197
- bpy/ops/view3d/__init__.pyi +777 -878
- bpy/ops/wm/__init__.pyi +4102 -3595
- bpy/ops/workspace/__init__.pyi +42 -58
- bpy/ops/world/__init__.pyi +6 -9
- bpy/path/__init__.pyi +166 -109
- bpy/props/__init__.pyi +478 -395
- bpy/types/__init__.pyi +87194 -81467
- bpy/utils/__init__.pyi +325 -169
- bpy/utils/previews/__init__.pyi +108 -21
- bpy/utils/units/__init__.pyi +37 -39
- bpy_extras/__init__.pyi +4 -9
- bpy_extras/anim_utils/__init__.pyi +25 -55
- bpy_extras/asset_utils/__init__.pyi +3 -13
- bpy_extras/id_map_utils/__init__.pyi +1 -4
- bpy_extras/image_utils/__init__.pyi +33 -23
- bpy_extras/io_utils/__init__.pyi +116 -66
- bpy_extras/keyconfig_utils/__init__.pyi +5 -3
- bpy_extras/mesh_utils/__init__.pyi +42 -34
- bpy_extras/node_utils/__init__.pyi +4 -4
- bpy_extras/object_utils/__init__.pyi +58 -43
- bpy_extras/view3d_utils/__init__.pyi +64 -63
- bpy_restrict_state/__init__.pyi +14 -2
- bpy_types/__init__.pyi +3873 -998
- console_python/__init__.pyi +41 -8
- console_shell/__init__.pyi +24 -6
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- freestyle/__init__.pyi +4 -5
- freestyle/chainingiterators/__init__.pyi +229 -73
- freestyle/functions/__init__.pyi +624 -402
- freestyle/predicates/__init__.pyi +381 -169
- freestyle/shaders/__init__.pyi +424 -155
- freestyle/types/__init__.pyi +1572 -726
- freestyle/utils/ContextFunctions/__init__.pyi +54 -43
- freestyle/utils/__init__.pyi +67 -31
- gpu/__init__.pyi +3 -4
- gpu/capabilities/__init__.pyi +57 -37
- gpu/matrix/__init__.pyi +14 -17
- gpu/platform/__init__.pyi +5 -6
- gpu/select/__init__.pyi +2 -5
- gpu/shader/__init__.pyi +14 -12
- gpu/state/__init__.pyi +48 -62
- gpu/texture/__init__.pyi +7 -7
- gpu/types/__init__.pyi +670 -229
- gpu_extras/__init__.pyi +1 -2
- gpu_extras/batch/__init__.pyi +27 -6
- gpu_extras/presets/__init__.pyi +67 -27
- graphviz_export/__init__.pyi +9 -3
- idprop/__init__.pyi +0 -1
- idprop/types/__init__.pyi +42 -13
- imbuf/__init__.pyi +6 -10
- imbuf/types/__init__.pyi +8 -16
- keyingsets_builtins/__init__.pyi +3149 -702
- keyingsets_utils/__init__.pyi +69 -15
- mathutils/__init__.pyi +951 -876
- mathutils/bvhtree/__init__.pyi +47 -48
- mathutils/geometry/__init__.pyi +237 -242
- mathutils/interpolate/__init__.pyi +3 -6
- mathutils/kdtree/__init__.pyi +23 -26
- mathutils/noise/__init__.pyi +50 -51
- nodeitems_builtins/__init__.pyi +50 -11
- nodeitems_utils/__init__.pyi +58 -11
- rna_info/__init__.pyi +230 -27
- rna_keymap_ui/__init__.pyi +29 -7
- rna_prop_ui/__init__.pyi +69 -13
- rna_xml/__init__.pyi +29 -7
- sys_info/__init__.pyi +4 -2
- bpy_extras/bmesh_utils/__init__.pyi +0 -7
- bpy_extras/extensions/__init__.pyi +0 -5
- bpy_extras/extensions/junction_module/__init__.pyi +0 -13
- bpy_extras/node_shader_utils/__init__.pyi +0 -132
- bpy_extras/wm_utils/__init__.pyi +0 -5
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -30
- fake_bpy_module-20240210.dist-info/RECORD +0 -349
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
bpy/ops/nla/__init__.pyi
CHANGED
|
@@ -1,797 +1,740 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
|
-
import bpy.types
|
|
4
2
|
import bpy.ops.transform
|
|
3
|
+
import bpy.types
|
|
5
4
|
|
|
6
5
|
GenericType = typing.TypeVar("GenericType")
|
|
7
6
|
|
|
8
7
|
def action_pushdown(
|
|
9
|
-
override_context: typing.
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
undo: typing.Optional[bool] = None,
|
|
14
|
-
*,
|
|
15
|
-
track_index: typing.Optional[typing.Any] = -1,
|
|
8
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
9
|
+
execution_context: typing.Union[str, int] = None,
|
|
10
|
+
undo: bool = None,
|
|
11
|
+
track_index: typing.Any = -1,
|
|
16
12
|
):
|
|
17
13
|
"""Push action down onto the top of the NLA stack as a new strip
|
|
18
14
|
|
|
19
|
-
:type override_context: typing.
|
|
20
|
-
:type execution_context: typing.
|
|
21
|
-
:type undo:
|
|
15
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
16
|
+
:type execution_context: typing.Union[str, int]
|
|
17
|
+
:type undo: bool
|
|
22
18
|
:param track_index: Track Index, Index of NLA action track to perform pushdown operation on
|
|
23
|
-
:type track_index: typing.
|
|
19
|
+
:type track_index: typing.Any
|
|
24
20
|
"""
|
|
25
21
|
|
|
26
22
|
...
|
|
27
23
|
|
|
28
24
|
def action_sync_length(
|
|
29
|
-
override_context: typing.
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
undo: typing.Optional[bool] = None,
|
|
34
|
-
*,
|
|
35
|
-
active: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
25
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
26
|
+
execution_context: typing.Union[str, int] = None,
|
|
27
|
+
undo: bool = None,
|
|
28
|
+
active: typing.Union[bool, typing.Any] = True,
|
|
36
29
|
):
|
|
37
30
|
"""Synchronize the length of the referenced Action with the length used in the strip
|
|
38
31
|
|
|
39
|
-
:type override_context: typing.
|
|
40
|
-
:type execution_context: typing.
|
|
41
|
-
:type undo:
|
|
32
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
33
|
+
:type execution_context: typing.Union[str, int]
|
|
34
|
+
:type undo: bool
|
|
42
35
|
:param active: Active Strip Only, Only sync the active length for the active strip
|
|
43
|
-
:type active: typing.
|
|
36
|
+
:type active: typing.Union[bool, typing.Any]
|
|
44
37
|
"""
|
|
45
38
|
|
|
46
39
|
...
|
|
47
40
|
|
|
48
41
|
def action_unlink(
|
|
49
|
-
override_context: typing.
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
undo: typing.Optional[bool] = None,
|
|
54
|
-
*,
|
|
55
|
-
force_delete: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
42
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
43
|
+
execution_context: typing.Union[str, int] = None,
|
|
44
|
+
undo: bool = None,
|
|
45
|
+
force_delete: typing.Union[bool, typing.Any] = False,
|
|
56
46
|
):
|
|
57
47
|
"""Unlink this action from the active action slot (and/or exit Tweak Mode)
|
|
58
48
|
|
|
59
|
-
:type override_context: typing.
|
|
60
|
-
:type execution_context: typing.
|
|
61
|
-
:type undo:
|
|
49
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
50
|
+
:type execution_context: typing.Union[str, int]
|
|
51
|
+
:type undo: bool
|
|
62
52
|
:param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-block's NLA stack
|
|
63
|
-
:type force_delete: typing.
|
|
53
|
+
:type force_delete: typing.Union[bool, typing.Any]
|
|
64
54
|
"""
|
|
65
55
|
|
|
66
56
|
...
|
|
67
57
|
|
|
68
58
|
def actionclip_add(
|
|
69
|
-
override_context: typing.
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
undo: typing.Optional[bool] = None,
|
|
74
|
-
*,
|
|
75
|
-
action: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
59
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
60
|
+
execution_context: typing.Union[str, int] = None,
|
|
61
|
+
undo: bool = None,
|
|
62
|
+
action: typing.Union[str, int, typing.Any] = "",
|
|
76
63
|
):
|
|
77
64
|
"""Add an Action-Clip strip (i.e. an NLA Strip referencing an Action) to the active track
|
|
78
65
|
|
|
79
|
-
:type override_context: typing.
|
|
80
|
-
:type execution_context: typing.
|
|
81
|
-
:type undo:
|
|
66
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
67
|
+
:type execution_context: typing.Union[str, int]
|
|
68
|
+
:type undo: bool
|
|
82
69
|
:param action: Action
|
|
83
|
-
:type action: typing.
|
|
70
|
+
:type action: typing.Union[str, int, typing.Any]
|
|
84
71
|
"""
|
|
85
72
|
|
|
86
73
|
...
|
|
87
74
|
|
|
88
75
|
def apply_scale(
|
|
89
|
-
override_context: typing.
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
93
|
-
undo: typing.Optional[bool] = None,
|
|
76
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
77
|
+
execution_context: typing.Union[str, int] = None,
|
|
78
|
+
undo: bool = None,
|
|
94
79
|
):
|
|
95
80
|
"""Apply scaling of selected strips to their referenced Actions
|
|
96
81
|
|
|
97
|
-
:type override_context: typing.
|
|
98
|
-
:type execution_context: typing.
|
|
99
|
-
:type undo:
|
|
82
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
83
|
+
:type execution_context: typing.Union[str, int]
|
|
84
|
+
:type undo: bool
|
|
100
85
|
"""
|
|
101
86
|
|
|
102
87
|
...
|
|
103
88
|
|
|
104
89
|
def bake(
|
|
105
|
-
override_context: typing.
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
"BBONE",
|
|
123
|
-
"
|
|
124
|
-
"PROPS",
|
|
125
|
-
"ROTATION",
|
|
126
|
-
"SCALE",
|
|
90
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
91
|
+
execution_context: typing.Union[str, int] = None,
|
|
92
|
+
undo: bool = None,
|
|
93
|
+
frame_start: typing.Any = 1,
|
|
94
|
+
frame_end: typing.Any = 250,
|
|
95
|
+
step: typing.Any = 1,
|
|
96
|
+
only_selected: typing.Union[bool, typing.Any] = True,
|
|
97
|
+
visual_keying: typing.Union[bool, typing.Any] = False,
|
|
98
|
+
clear_constraints: typing.Union[bool, typing.Any] = False,
|
|
99
|
+
clear_parents: typing.Union[bool, typing.Any] = False,
|
|
100
|
+
use_current_action: typing.Union[bool, typing.Any] = False,
|
|
101
|
+
clean_curves: typing.Union[bool, typing.Any] = False,
|
|
102
|
+
bake_types: typing.Any = {'"POSE"'},
|
|
103
|
+
channel_types: typing.Any = {
|
|
104
|
+
'"PROPS"',
|
|
105
|
+
'"LOCATION"',
|
|
106
|
+
'"ROTATION"',
|
|
107
|
+
'"BBONE"',
|
|
108
|
+
'"SCALE"',
|
|
127
109
|
},
|
|
128
110
|
):
|
|
129
|
-
"""Bake all selected objects location/scale/rotation animation to an action
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
111
|
+
"""Bake all selected objects location/scale/rotation animation to an action
|
|
112
|
+
|
|
113
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
114
|
+
:type execution_context: typing.Union[str, int]
|
|
115
|
+
:type undo: bool
|
|
116
|
+
:param frame_start: Start Frame, Start frame for baking
|
|
117
|
+
:type frame_start: typing.Any
|
|
118
|
+
:param frame_end: End Frame, End frame for baking
|
|
119
|
+
:type frame_end: typing.Any
|
|
120
|
+
:param step: Frame Step, Number of frames to skip forward while baking each frame
|
|
121
|
+
:type step: typing.Any
|
|
122
|
+
:param only_selected: Only Selected Bones, Only key selected bones (Pose baking only)
|
|
123
|
+
:type only_selected: typing.Union[bool, typing.Any]
|
|
124
|
+
:param visual_keying: Visual Keying, Keyframe from the final transformations (with constraints applied)
|
|
125
|
+
:type visual_keying: typing.Union[bool, typing.Any]
|
|
126
|
+
:param clear_constraints: Clear Constraints, Remove all constraints from keyed object/bones, and do 'visual' keying
|
|
127
|
+
:type clear_constraints: typing.Union[bool, typing.Any]
|
|
128
|
+
:param clear_parents: Clear Parents, Bake animation onto the object then clear parents (objects only)
|
|
129
|
+
:type clear_parents: typing.Union[bool, typing.Any]
|
|
130
|
+
:param use_current_action: Overwrite Current Action, Bake animation into current action, instead of creating a new one (useful for baking only part of bones in an armature)
|
|
131
|
+
:type use_current_action: typing.Union[bool, typing.Any]
|
|
132
|
+
:param clean_curves: Clean Curves, After baking curves, remove redundant keys
|
|
133
|
+
:type clean_curves: typing.Union[bool, typing.Any]
|
|
134
|
+
:param bake_types: Bake Data, Which data's transformations to bake
|
|
135
|
+
|
|
136
|
+
POSE
|
|
137
|
+
Pose -- Bake bones transformations.
|
|
138
|
+
|
|
139
|
+
OBJECT
|
|
140
|
+
Object -- Bake object transformations.
|
|
141
|
+
:type bake_types: typing.Any
|
|
142
|
+
:param channel_types: Channels, Which channels to bake
|
|
143
|
+
|
|
144
|
+
LOCATION
|
|
145
|
+
Location -- Bake location channels.
|
|
146
|
+
|
|
147
|
+
ROTATION
|
|
148
|
+
Rotation -- Bake rotation channels.
|
|
149
|
+
|
|
150
|
+
SCALE
|
|
151
|
+
Scale -- Bake scale channels.
|
|
152
|
+
|
|
153
|
+
BBONE
|
|
154
|
+
B-Bone -- Bake B-Bone channels.
|
|
155
|
+
|
|
156
|
+
PROPS
|
|
157
|
+
Custom Properties -- Bake custom properties.
|
|
158
|
+
:type channel_types: typing.Any
|
|
156
159
|
"""
|
|
157
160
|
|
|
158
161
|
...
|
|
159
162
|
|
|
160
163
|
def channels_click(
|
|
161
|
-
override_context: typing.
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
undo: typing.Optional[bool] = None,
|
|
166
|
-
*,
|
|
167
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
164
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
165
|
+
execution_context: typing.Union[str, int] = None,
|
|
166
|
+
undo: bool = None,
|
|
167
|
+
extend: typing.Union[bool, typing.Any] = False,
|
|
168
168
|
):
|
|
169
169
|
"""Handle clicks to select NLA tracks
|
|
170
170
|
|
|
171
|
-
:type override_context: typing.
|
|
172
|
-
:type execution_context: typing.
|
|
173
|
-
:type undo:
|
|
171
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
172
|
+
:type execution_context: typing.Union[str, int]
|
|
173
|
+
:type undo: bool
|
|
174
174
|
:param extend: Extend Select
|
|
175
|
-
:type extend: typing.
|
|
175
|
+
:type extend: typing.Union[bool, typing.Any]
|
|
176
176
|
"""
|
|
177
177
|
|
|
178
178
|
...
|
|
179
179
|
|
|
180
180
|
def clear_scale(
|
|
181
|
-
override_context: typing.
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
185
|
-
undo: typing.Optional[bool] = None,
|
|
181
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
182
|
+
execution_context: typing.Union[str, int] = None,
|
|
183
|
+
undo: bool = None,
|
|
186
184
|
):
|
|
187
185
|
"""Reset scaling of selected strips
|
|
188
186
|
|
|
189
|
-
:type override_context: typing.
|
|
190
|
-
:type execution_context: typing.
|
|
191
|
-
:type undo:
|
|
187
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
188
|
+
:type execution_context: typing.Union[str, int]
|
|
189
|
+
:type undo: bool
|
|
192
190
|
"""
|
|
193
191
|
|
|
194
192
|
...
|
|
195
193
|
|
|
196
194
|
def click_select(
|
|
197
|
-
override_context: typing.
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
mouse_y: typing.Optional[typing.Any] = 0,
|
|
206
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
207
|
-
deselect_all: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
195
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
196
|
+
execution_context: typing.Union[str, int] = None,
|
|
197
|
+
undo: bool = None,
|
|
198
|
+
wait_to_deselect_others: typing.Union[bool, typing.Any] = False,
|
|
199
|
+
mouse_x: typing.Any = 0,
|
|
200
|
+
mouse_y: typing.Any = 0,
|
|
201
|
+
extend: typing.Union[bool, typing.Any] = False,
|
|
202
|
+
deselect_all: typing.Union[bool, typing.Any] = False,
|
|
208
203
|
):
|
|
209
204
|
"""Handle clicks to select NLA Strips
|
|
210
205
|
|
|
211
|
-
:type override_context: typing.
|
|
212
|
-
:type execution_context: typing.
|
|
213
|
-
:type undo:
|
|
206
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
207
|
+
:type execution_context: typing.Union[str, int]
|
|
208
|
+
:type undo: bool
|
|
214
209
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
215
|
-
:type wait_to_deselect_others: typing.
|
|
210
|
+
:type wait_to_deselect_others: typing.Union[bool, typing.Any]
|
|
216
211
|
:param mouse_x: Mouse X
|
|
217
|
-
:type mouse_x: typing.
|
|
212
|
+
:type mouse_x: typing.Any
|
|
218
213
|
:param mouse_y: Mouse Y
|
|
219
|
-
:type mouse_y: typing.
|
|
214
|
+
:type mouse_y: typing.Any
|
|
220
215
|
:param extend: Extend Select
|
|
221
|
-
:type extend: typing.
|
|
216
|
+
:type extend: typing.Union[bool, typing.Any]
|
|
222
217
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
223
|
-
:type deselect_all: typing.
|
|
218
|
+
:type deselect_all: typing.Union[bool, typing.Any]
|
|
224
219
|
"""
|
|
225
220
|
|
|
226
221
|
...
|
|
227
222
|
|
|
228
223
|
def delete(
|
|
229
|
-
override_context: typing.
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
233
|
-
undo: typing.Optional[bool] = None,
|
|
224
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
225
|
+
execution_context: typing.Union[str, int] = None,
|
|
226
|
+
undo: bool = None,
|
|
234
227
|
):
|
|
235
228
|
"""Delete selected strips
|
|
236
229
|
|
|
237
|
-
:type override_context: typing.
|
|
238
|
-
:type execution_context: typing.
|
|
239
|
-
:type undo:
|
|
230
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
231
|
+
:type execution_context: typing.Union[str, int]
|
|
232
|
+
:type undo: bool
|
|
240
233
|
"""
|
|
241
234
|
|
|
242
235
|
...
|
|
243
236
|
|
|
244
237
|
def duplicate(
|
|
245
|
-
override_context: typing.
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
undo: typing.Optional[bool] = None,
|
|
250
|
-
*,
|
|
251
|
-
linked: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
238
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
239
|
+
execution_context: typing.Union[str, int] = None,
|
|
240
|
+
undo: bool = None,
|
|
241
|
+
linked: typing.Union[bool, typing.Any] = False,
|
|
252
242
|
):
|
|
253
243
|
"""Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
254
244
|
|
|
255
|
-
:type override_context: typing.
|
|
256
|
-
:type execution_context: typing.
|
|
257
|
-
:type undo:
|
|
245
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
246
|
+
:type execution_context: typing.Union[str, int]
|
|
247
|
+
:type undo: bool
|
|
258
248
|
:param linked: Linked, When duplicating strips, assign new copies of the actions they use
|
|
259
|
-
:type linked: typing.
|
|
249
|
+
:type linked: typing.Union[bool, typing.Any]
|
|
260
250
|
"""
|
|
261
251
|
|
|
262
252
|
...
|
|
263
253
|
|
|
264
254
|
def duplicate_linked_move(
|
|
265
|
-
override_context: typing.
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
*,
|
|
271
|
-
NLA_OT_duplicate: typing.Optional["duplicate"] = None,
|
|
272
|
-
TRANSFORM_OT_translate: typing.Optional["bpy.ops.transform.translate"] = None,
|
|
255
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
256
|
+
execution_context: typing.Union[str, int] = None,
|
|
257
|
+
undo: bool = None,
|
|
258
|
+
NLA_OT_duplicate: duplicate = None,
|
|
259
|
+
TRANSFORM_OT_translate: bpy.ops.transform.translate = None,
|
|
273
260
|
):
|
|
274
261
|
"""Duplicate Linked selected NLA-Strips, adding the new strips to new track(s)
|
|
275
262
|
|
|
276
|
-
:type override_context: typing.
|
|
277
|
-
:type execution_context: typing.
|
|
278
|
-
:type undo:
|
|
263
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
264
|
+
:type execution_context: typing.Union[str, int]
|
|
265
|
+
:type undo: bool
|
|
279
266
|
:param NLA_OT_duplicate: Duplicate Strips, Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
280
|
-
:type NLA_OT_duplicate:
|
|
267
|
+
:type NLA_OT_duplicate: duplicate
|
|
281
268
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
282
|
-
:type TRANSFORM_OT_translate:
|
|
269
|
+
:type TRANSFORM_OT_translate: bpy.ops.transform.translate
|
|
283
270
|
"""
|
|
284
271
|
|
|
285
272
|
...
|
|
286
273
|
|
|
287
274
|
def duplicate_move(
|
|
288
|
-
override_context: typing.
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
*,
|
|
294
|
-
NLA_OT_duplicate: typing.Optional["duplicate"] = None,
|
|
295
|
-
TRANSFORM_OT_translate: typing.Optional["bpy.ops.transform.translate"] = None,
|
|
275
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
276
|
+
execution_context: typing.Union[str, int] = None,
|
|
277
|
+
undo: bool = None,
|
|
278
|
+
NLA_OT_duplicate: duplicate = None,
|
|
279
|
+
TRANSFORM_OT_translate: bpy.ops.transform.translate = None,
|
|
296
280
|
):
|
|
297
281
|
"""Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
298
282
|
|
|
299
|
-
:type override_context: typing.
|
|
300
|
-
:type execution_context: typing.
|
|
301
|
-
:type undo:
|
|
283
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
284
|
+
:type execution_context: typing.Union[str, int]
|
|
285
|
+
:type undo: bool
|
|
302
286
|
:param NLA_OT_duplicate: Duplicate Strips, Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
303
|
-
:type NLA_OT_duplicate:
|
|
287
|
+
:type NLA_OT_duplicate: duplicate
|
|
304
288
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
305
|
-
:type TRANSFORM_OT_translate:
|
|
289
|
+
:type TRANSFORM_OT_translate: bpy.ops.transform.translate
|
|
306
290
|
"""
|
|
307
291
|
|
|
308
292
|
...
|
|
309
293
|
|
|
310
294
|
def fmodifier_add(
|
|
311
|
-
override_context: typing.
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
*,
|
|
317
|
-
type: typing.Optional[typing.Union[str, int]] = "NULL",
|
|
318
|
-
only_active: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
295
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
296
|
+
execution_context: typing.Union[str, int] = None,
|
|
297
|
+
undo: bool = None,
|
|
298
|
+
type: typing.Any = "NULL",
|
|
299
|
+
only_active: typing.Union[bool, typing.Any] = True,
|
|
319
300
|
):
|
|
320
301
|
"""Add F-Modifier to the active/selected NLA-Strips
|
|
321
302
|
|
|
322
|
-
:type override_context: typing.
|
|
323
|
-
:type execution_context: typing.
|
|
324
|
-
:type undo:
|
|
303
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
304
|
+
:type execution_context: typing.Union[str, int]
|
|
305
|
+
:type undo: bool
|
|
325
306
|
:param type: Type
|
|
326
|
-
:type type: typing.
|
|
307
|
+
:type type: typing.Any
|
|
327
308
|
:param only_active: Only Active, Only add a F-Modifier of the specified type to the active strip
|
|
328
|
-
:type only_active: typing.
|
|
309
|
+
:type only_active: typing.Union[bool, typing.Any]
|
|
329
310
|
"""
|
|
330
311
|
|
|
331
312
|
...
|
|
332
313
|
|
|
333
314
|
def fmodifier_copy(
|
|
334
|
-
override_context: typing.
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
338
|
-
undo: typing.Optional[bool] = None,
|
|
315
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
316
|
+
execution_context: typing.Union[str, int] = None,
|
|
317
|
+
undo: bool = None,
|
|
339
318
|
):
|
|
340
319
|
"""Copy the F-Modifier(s) of the active NLA-Strip
|
|
341
320
|
|
|
342
|
-
:type override_context: typing.
|
|
343
|
-
:type execution_context: typing.
|
|
344
|
-
:type undo:
|
|
321
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
322
|
+
:type execution_context: typing.Union[str, int]
|
|
323
|
+
:type undo: bool
|
|
345
324
|
"""
|
|
346
325
|
|
|
347
326
|
...
|
|
348
327
|
|
|
349
328
|
def fmodifier_paste(
|
|
350
|
-
override_context: typing.
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
*,
|
|
356
|
-
only_active: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
357
|
-
replace: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
329
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
330
|
+
execution_context: typing.Union[str, int] = None,
|
|
331
|
+
undo: bool = None,
|
|
332
|
+
only_active: typing.Union[bool, typing.Any] = True,
|
|
333
|
+
replace: typing.Union[bool, typing.Any] = False,
|
|
358
334
|
):
|
|
359
335
|
"""Add copied F-Modifiers to the selected NLA-Strips
|
|
360
336
|
|
|
361
|
-
:type override_context: typing.
|
|
362
|
-
:type execution_context: typing.
|
|
363
|
-
:type undo:
|
|
337
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
338
|
+
:type execution_context: typing.Union[str, int]
|
|
339
|
+
:type undo: bool
|
|
364
340
|
:param only_active: Only Active, Only paste F-Modifiers on active strip
|
|
365
|
-
:type only_active: typing.
|
|
341
|
+
:type only_active: typing.Union[bool, typing.Any]
|
|
366
342
|
:param replace: Replace Existing, Replace existing F-Modifiers, instead of just appending to the end of the existing list
|
|
367
|
-
:type replace: typing.
|
|
343
|
+
:type replace: typing.Union[bool, typing.Any]
|
|
368
344
|
"""
|
|
369
345
|
|
|
370
346
|
...
|
|
371
347
|
|
|
372
348
|
def make_single_user(
|
|
373
|
-
override_context: typing.
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
undo: typing.Optional[bool] = None,
|
|
378
|
-
*,
|
|
379
|
-
confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
349
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
350
|
+
execution_context: typing.Union[str, int] = None,
|
|
351
|
+
undo: bool = None,
|
|
352
|
+
confirm: typing.Union[bool, typing.Any] = True,
|
|
380
353
|
):
|
|
381
354
|
"""Ensure that each action is only used once in the set of strips selected
|
|
382
355
|
|
|
383
|
-
:type override_context: typing.
|
|
384
|
-
:type execution_context: typing.
|
|
385
|
-
:type undo:
|
|
356
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
357
|
+
:type execution_context: typing.Union[str, int]
|
|
358
|
+
:type undo: bool
|
|
386
359
|
:param confirm: Confirm, Prompt for confirmation
|
|
387
|
-
:type confirm: typing.
|
|
360
|
+
:type confirm: typing.Union[bool, typing.Any]
|
|
388
361
|
"""
|
|
389
362
|
|
|
390
363
|
...
|
|
391
364
|
|
|
392
365
|
def meta_add(
|
|
393
|
-
override_context: typing.
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
397
|
-
undo: typing.Optional[bool] = None,
|
|
366
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
367
|
+
execution_context: typing.Union[str, int] = None,
|
|
368
|
+
undo: bool = None,
|
|
398
369
|
):
|
|
399
370
|
"""Add new meta-strips incorporating the selected strips
|
|
400
371
|
|
|
401
|
-
:type override_context: typing.
|
|
402
|
-
:type execution_context: typing.
|
|
403
|
-
:type undo:
|
|
372
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
373
|
+
:type execution_context: typing.Union[str, int]
|
|
374
|
+
:type undo: bool
|
|
404
375
|
"""
|
|
405
376
|
|
|
406
377
|
...
|
|
407
378
|
|
|
408
379
|
def meta_remove(
|
|
409
|
-
override_context: typing.
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
413
|
-
undo: typing.Optional[bool] = None,
|
|
380
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
381
|
+
execution_context: typing.Union[str, int] = None,
|
|
382
|
+
undo: bool = None,
|
|
414
383
|
):
|
|
415
384
|
"""Separate out the strips held by the selected meta-strips
|
|
416
385
|
|
|
417
|
-
:type override_context: typing.
|
|
418
|
-
:type execution_context: typing.
|
|
419
|
-
:type undo:
|
|
386
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
387
|
+
:type execution_context: typing.Union[str, int]
|
|
388
|
+
:type undo: bool
|
|
420
389
|
"""
|
|
421
390
|
|
|
422
391
|
...
|
|
423
392
|
|
|
424
393
|
def move_down(
|
|
425
|
-
override_context: typing.
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
429
|
-
undo: typing.Optional[bool] = None,
|
|
394
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
395
|
+
execution_context: typing.Union[str, int] = None,
|
|
396
|
+
undo: bool = None,
|
|
430
397
|
):
|
|
431
398
|
"""Move selected strips down a track if there's room
|
|
432
399
|
|
|
433
|
-
:type override_context: typing.
|
|
434
|
-
:type execution_context: typing.
|
|
435
|
-
:type undo:
|
|
400
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
401
|
+
:type execution_context: typing.Union[str, int]
|
|
402
|
+
:type undo: bool
|
|
436
403
|
"""
|
|
437
404
|
|
|
438
405
|
...
|
|
439
406
|
|
|
440
407
|
def move_up(
|
|
441
|
-
override_context: typing.
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
445
|
-
undo: typing.Optional[bool] = None,
|
|
408
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
409
|
+
execution_context: typing.Union[str, int] = None,
|
|
410
|
+
undo: bool = None,
|
|
446
411
|
):
|
|
447
412
|
"""Move selected strips up a track if there's room
|
|
448
413
|
|
|
449
|
-
:type override_context: typing.
|
|
450
|
-
:type execution_context: typing.
|
|
451
|
-
:type undo:
|
|
414
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
415
|
+
:type execution_context: typing.Union[str, int]
|
|
416
|
+
:type undo: bool
|
|
452
417
|
"""
|
|
453
418
|
|
|
454
419
|
...
|
|
455
420
|
|
|
456
421
|
def mute_toggle(
|
|
457
|
-
override_context: typing.
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
461
|
-
undo: typing.Optional[bool] = None,
|
|
422
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
423
|
+
execution_context: typing.Union[str, int] = None,
|
|
424
|
+
undo: bool = None,
|
|
462
425
|
):
|
|
463
426
|
"""Mute or un-mute selected strips
|
|
464
427
|
|
|
465
|
-
:type override_context: typing.
|
|
466
|
-
:type execution_context: typing.
|
|
467
|
-
:type undo:
|
|
428
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
429
|
+
:type execution_context: typing.Union[str, int]
|
|
430
|
+
:type undo: bool
|
|
468
431
|
"""
|
|
469
432
|
|
|
470
433
|
...
|
|
471
434
|
|
|
472
435
|
def previewrange_set(
|
|
473
|
-
override_context: typing.
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
477
|
-
undo: typing.Optional[bool] = None,
|
|
436
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
437
|
+
execution_context: typing.Union[str, int] = None,
|
|
438
|
+
undo: bool = None,
|
|
478
439
|
):
|
|
479
440
|
"""Set Preview Range based on extends of selected strips
|
|
480
441
|
|
|
481
|
-
:type override_context: typing.
|
|
482
|
-
:type execution_context: typing.
|
|
483
|
-
:type undo:
|
|
442
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
443
|
+
:type execution_context: typing.Union[str, int]
|
|
444
|
+
:type undo: bool
|
|
484
445
|
"""
|
|
485
446
|
|
|
486
447
|
...
|
|
487
448
|
|
|
488
449
|
def select_all(
|
|
489
|
-
override_context: typing.
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
undo: typing.Optional[bool] = None,
|
|
494
|
-
*,
|
|
495
|
-
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
450
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
451
|
+
execution_context: typing.Union[str, int] = None,
|
|
452
|
+
undo: bool = None,
|
|
453
|
+
action: typing.Any = "TOGGLE",
|
|
496
454
|
):
|
|
497
455
|
"""Select or deselect all NLA-Strips
|
|
498
456
|
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
457
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
458
|
+
:type execution_context: typing.Union[str, int]
|
|
459
|
+
:type undo: bool
|
|
460
|
+
:param action: Action, Selection action to execute
|
|
461
|
+
|
|
462
|
+
TOGGLE
|
|
463
|
+
Toggle -- Toggle selection for all elements.
|
|
464
|
+
|
|
465
|
+
SELECT
|
|
466
|
+
Select -- Select all elements.
|
|
467
|
+
|
|
468
|
+
DESELECT
|
|
469
|
+
Deselect -- Deselect all elements.
|
|
470
|
+
|
|
471
|
+
INVERT
|
|
472
|
+
Invert -- Invert selection of all elements.
|
|
473
|
+
:type action: typing.Any
|
|
504
474
|
"""
|
|
505
475
|
|
|
506
476
|
...
|
|
507
477
|
|
|
508
478
|
def select_box(
|
|
509
|
-
override_context: typing.
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
ymax: typing.Optional[typing.Any] = 0,
|
|
521
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
522
|
-
mode: typing.Optional[typing.Any] = "SET",
|
|
479
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
480
|
+
execution_context: typing.Union[str, int] = None,
|
|
481
|
+
undo: bool = None,
|
|
482
|
+
axis_range: typing.Union[bool, typing.Any] = False,
|
|
483
|
+
tweak: typing.Union[bool, typing.Any] = False,
|
|
484
|
+
xmin: typing.Any = 0,
|
|
485
|
+
xmax: typing.Any = 0,
|
|
486
|
+
ymin: typing.Any = 0,
|
|
487
|
+
ymax: typing.Any = 0,
|
|
488
|
+
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
489
|
+
mode: typing.Any = "SET",
|
|
523
490
|
):
|
|
524
491
|
"""Use box selection to grab NLA-Strips
|
|
525
492
|
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
493
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
494
|
+
:type execution_context: typing.Union[str, int]
|
|
495
|
+
:type undo: bool
|
|
496
|
+
:param axis_range: Axis Range
|
|
497
|
+
:type axis_range: typing.Union[bool, typing.Any]
|
|
498
|
+
:param tweak: Tweak, Operator has been activated using a click-drag event
|
|
499
|
+
:type tweak: typing.Union[bool, typing.Any]
|
|
500
|
+
:param xmin: X Min
|
|
501
|
+
:type xmin: typing.Any
|
|
502
|
+
:param xmax: X Max
|
|
503
|
+
:type xmax: typing.Any
|
|
504
|
+
:param ymin: Y Min
|
|
505
|
+
:type ymin: typing.Any
|
|
506
|
+
:param ymax: Y Max
|
|
507
|
+
:type ymax: typing.Any
|
|
508
|
+
:param wait_for_input: Wait for Input
|
|
509
|
+
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
510
|
+
:param mode: Mode
|
|
511
|
+
|
|
512
|
+
SET
|
|
513
|
+
Set -- Set a new selection.
|
|
514
|
+
|
|
515
|
+
ADD
|
|
516
|
+
Extend -- Extend existing selection.
|
|
517
|
+
|
|
518
|
+
SUB
|
|
519
|
+
Subtract -- Subtract existing selection.
|
|
520
|
+
:type mode: typing.Any
|
|
545
521
|
"""
|
|
546
522
|
|
|
547
523
|
...
|
|
548
524
|
|
|
549
525
|
def select_leftright(
|
|
550
|
-
override_context: typing.
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
*,
|
|
556
|
-
mode: typing.Optional[typing.Any] = "CHECK",
|
|
557
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
526
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
527
|
+
execution_context: typing.Union[str, int] = None,
|
|
528
|
+
undo: bool = None,
|
|
529
|
+
mode: typing.Any = "CHECK",
|
|
530
|
+
extend: typing.Union[bool, typing.Any] = False,
|
|
558
531
|
):
|
|
559
532
|
"""Select strips to the left or the right of the current frame
|
|
560
533
|
|
|
561
|
-
:type override_context: typing.
|
|
562
|
-
:type execution_context: typing.
|
|
563
|
-
:type undo:
|
|
534
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
535
|
+
:type execution_context: typing.Union[str, int]
|
|
536
|
+
:type undo: bool
|
|
564
537
|
:param mode: Mode
|
|
565
|
-
:type mode: typing.
|
|
538
|
+
:type mode: typing.Any
|
|
566
539
|
:param extend: Extend Select
|
|
567
|
-
:type extend: typing.
|
|
540
|
+
:type extend: typing.Union[bool, typing.Any]
|
|
568
541
|
"""
|
|
569
542
|
|
|
570
543
|
...
|
|
571
544
|
|
|
572
545
|
def selected_objects_add(
|
|
573
|
-
override_context: typing.
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
577
|
-
undo: typing.Optional[bool] = None,
|
|
546
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
547
|
+
execution_context: typing.Union[str, int] = None,
|
|
548
|
+
undo: bool = None,
|
|
578
549
|
):
|
|
579
550
|
"""Make selected objects appear in NLA Editor by adding Animation Data
|
|
580
551
|
|
|
581
|
-
:type override_context: typing.
|
|
582
|
-
:type execution_context: typing.
|
|
583
|
-
:type undo:
|
|
552
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
553
|
+
:type execution_context: typing.Union[str, int]
|
|
554
|
+
:type undo: bool
|
|
584
555
|
"""
|
|
585
556
|
|
|
586
557
|
...
|
|
587
558
|
|
|
588
559
|
def snap(
|
|
589
|
-
override_context: typing.
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
undo: typing.Optional[bool] = None,
|
|
594
|
-
*,
|
|
595
|
-
type: typing.Optional[typing.Any] = "CFRA",
|
|
560
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
561
|
+
execution_context: typing.Union[str, int] = None,
|
|
562
|
+
undo: bool = None,
|
|
563
|
+
type: typing.Any = "CFRA",
|
|
596
564
|
):
|
|
597
565
|
"""Move start of strips to specified time
|
|
598
566
|
|
|
599
|
-
:type override_context: typing.
|
|
600
|
-
:type execution_context: typing.
|
|
601
|
-
:type undo:
|
|
567
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
568
|
+
:type execution_context: typing.Union[str, int]
|
|
569
|
+
:type undo: bool
|
|
602
570
|
:param type: Type
|
|
603
|
-
:type type: typing.
|
|
571
|
+
:type type: typing.Any
|
|
604
572
|
"""
|
|
605
573
|
|
|
606
574
|
...
|
|
607
575
|
|
|
608
576
|
def soundclip_add(
|
|
609
|
-
override_context: typing.
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
613
|
-
undo: typing.Optional[bool] = None,
|
|
577
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
578
|
+
execution_context: typing.Union[str, int] = None,
|
|
579
|
+
undo: bool = None,
|
|
614
580
|
):
|
|
615
581
|
"""Add a strip for controlling when speaker plays its sound clip
|
|
616
582
|
|
|
617
|
-
:type override_context: typing.
|
|
618
|
-
:type execution_context: typing.
|
|
619
|
-
:type undo:
|
|
583
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
584
|
+
:type execution_context: typing.Union[str, int]
|
|
585
|
+
:type undo: bool
|
|
620
586
|
"""
|
|
621
587
|
|
|
622
588
|
...
|
|
623
589
|
|
|
624
590
|
def split(
|
|
625
|
-
override_context: typing.
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
629
|
-
undo: typing.Optional[bool] = None,
|
|
591
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
592
|
+
execution_context: typing.Union[str, int] = None,
|
|
593
|
+
undo: bool = None,
|
|
630
594
|
):
|
|
631
595
|
"""Split selected strips at their midpoints
|
|
632
596
|
|
|
633
|
-
:type override_context: typing.
|
|
634
|
-
:type execution_context: typing.
|
|
635
|
-
:type undo:
|
|
597
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
598
|
+
:type execution_context: typing.Union[str, int]
|
|
599
|
+
:type undo: bool
|
|
636
600
|
"""
|
|
637
601
|
|
|
638
602
|
...
|
|
639
603
|
|
|
640
604
|
def swap(
|
|
641
|
-
override_context: typing.
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
645
|
-
undo: typing.Optional[bool] = None,
|
|
605
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
606
|
+
execution_context: typing.Union[str, int] = None,
|
|
607
|
+
undo: bool = None,
|
|
646
608
|
):
|
|
647
609
|
"""Swap order of selected strips within tracks
|
|
648
610
|
|
|
649
|
-
:type override_context: typing.
|
|
650
|
-
:type execution_context: typing.
|
|
651
|
-
:type undo:
|
|
611
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
612
|
+
:type execution_context: typing.Union[str, int]
|
|
613
|
+
:type undo: bool
|
|
652
614
|
"""
|
|
653
615
|
|
|
654
616
|
...
|
|
655
617
|
|
|
656
618
|
def tracks_add(
|
|
657
|
-
override_context: typing.
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
undo: typing.Optional[bool] = None,
|
|
662
|
-
*,
|
|
663
|
-
above_selected: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
619
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
620
|
+
execution_context: typing.Union[str, int] = None,
|
|
621
|
+
undo: bool = None,
|
|
622
|
+
above_selected: typing.Union[bool, typing.Any] = False,
|
|
664
623
|
):
|
|
665
624
|
"""Add NLA-Tracks above/after the selected tracks
|
|
666
625
|
|
|
667
|
-
:type override_context: typing.
|
|
668
|
-
:type execution_context: typing.
|
|
669
|
-
:type undo:
|
|
626
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
627
|
+
:type execution_context: typing.Union[str, int]
|
|
628
|
+
:type undo: bool
|
|
670
629
|
:param above_selected: Above Selected, Add a new NLA Track above every existing selected one
|
|
671
|
-
:type above_selected: typing.
|
|
630
|
+
:type above_selected: typing.Union[bool, typing.Any]
|
|
672
631
|
"""
|
|
673
632
|
|
|
674
633
|
...
|
|
675
634
|
|
|
676
635
|
def tracks_delete(
|
|
677
|
-
override_context: typing.
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
681
|
-
undo: typing.Optional[bool] = None,
|
|
636
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
637
|
+
execution_context: typing.Union[str, int] = None,
|
|
638
|
+
undo: bool = None,
|
|
682
639
|
):
|
|
683
640
|
"""Delete selected NLA-Tracks and the strips they contain
|
|
684
641
|
|
|
685
|
-
:type override_context: typing.
|
|
686
|
-
:type execution_context: typing.
|
|
687
|
-
:type undo:
|
|
642
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
643
|
+
:type execution_context: typing.Union[str, int]
|
|
644
|
+
:type undo: bool
|
|
688
645
|
"""
|
|
689
646
|
|
|
690
647
|
...
|
|
691
648
|
|
|
692
649
|
def transition_add(
|
|
693
|
-
override_context: typing.
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
697
|
-
undo: typing.Optional[bool] = None,
|
|
650
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
651
|
+
execution_context: typing.Union[str, int] = None,
|
|
652
|
+
undo: bool = None,
|
|
698
653
|
):
|
|
699
654
|
"""Add a transition strip between two adjacent selected strips
|
|
700
655
|
|
|
701
|
-
:type override_context: typing.
|
|
702
|
-
:type execution_context: typing.
|
|
703
|
-
:type undo:
|
|
656
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
657
|
+
:type execution_context: typing.Union[str, int]
|
|
658
|
+
:type undo: bool
|
|
704
659
|
"""
|
|
705
660
|
|
|
706
661
|
...
|
|
707
662
|
|
|
708
663
|
def tweakmode_enter(
|
|
709
|
-
override_context: typing.
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
*,
|
|
715
|
-
isolate_action: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
716
|
-
use_upper_stack_evaluation: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
664
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
665
|
+
execution_context: typing.Union[str, int] = None,
|
|
666
|
+
undo: bool = None,
|
|
667
|
+
isolate_action: typing.Union[bool, typing.Any] = False,
|
|
668
|
+
use_upper_stack_evaluation: typing.Union[bool, typing.Any] = False,
|
|
717
669
|
):
|
|
718
670
|
"""Enter tweaking mode for the action referenced by the active strip to edit its keyframes
|
|
719
671
|
|
|
720
|
-
:type override_context: typing.
|
|
721
|
-
:type execution_context: typing.
|
|
722
|
-
:type undo:
|
|
672
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
673
|
+
:type execution_context: typing.Union[str, int]
|
|
674
|
+
:type undo: bool
|
|
723
675
|
:param isolate_action: Isolate Action, Enable 'solo' on the NLA Track containing the active strip, to edit it without seeing the effects of the NLA stack
|
|
724
|
-
:type isolate_action: typing.
|
|
676
|
+
:type isolate_action: typing.Union[bool, typing.Any]
|
|
725
677
|
:param use_upper_stack_evaluation: Evaluate Upper Stack, In tweak mode, display the effects of the tracks above the tweak strip
|
|
726
|
-
:type use_upper_stack_evaluation: typing.
|
|
678
|
+
:type use_upper_stack_evaluation: typing.Union[bool, typing.Any]
|
|
727
679
|
"""
|
|
728
680
|
|
|
729
681
|
...
|
|
730
682
|
|
|
731
683
|
def tweakmode_exit(
|
|
732
|
-
override_context: typing.
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
undo: typing.Optional[bool] = None,
|
|
737
|
-
*,
|
|
738
|
-
isolate_action: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
684
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
685
|
+
execution_context: typing.Union[str, int] = None,
|
|
686
|
+
undo: bool = None,
|
|
687
|
+
isolate_action: typing.Union[bool, typing.Any] = False,
|
|
739
688
|
):
|
|
740
689
|
"""Exit tweaking mode for the action referenced by the active strip
|
|
741
690
|
|
|
742
|
-
:type override_context: typing.
|
|
743
|
-
:type execution_context: typing.
|
|
744
|
-
:type undo:
|
|
691
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
692
|
+
:type execution_context: typing.Union[str, int]
|
|
693
|
+
:type undo: bool
|
|
745
694
|
:param isolate_action: Isolate Action, Disable 'solo' on any of the NLA Tracks after exiting tweak mode to get things back to normal
|
|
746
|
-
:type isolate_action: typing.
|
|
695
|
+
:type isolate_action: typing.Union[bool, typing.Any]
|
|
747
696
|
"""
|
|
748
697
|
|
|
749
698
|
...
|
|
750
699
|
|
|
751
700
|
def view_all(
|
|
752
|
-
override_context: typing.
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
756
|
-
undo: typing.Optional[bool] = None,
|
|
701
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
702
|
+
execution_context: typing.Union[str, int] = None,
|
|
703
|
+
undo: bool = None,
|
|
757
704
|
):
|
|
758
705
|
"""Reset viewable area to show full strips range
|
|
759
706
|
|
|
760
|
-
:type override_context: typing.
|
|
761
|
-
:type execution_context: typing.
|
|
762
|
-
:type undo:
|
|
707
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
708
|
+
:type execution_context: typing.Union[str, int]
|
|
709
|
+
:type undo: bool
|
|
763
710
|
"""
|
|
764
711
|
|
|
765
712
|
...
|
|
766
713
|
|
|
767
714
|
def view_frame(
|
|
768
|
-
override_context: typing.
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
772
|
-
undo: typing.Optional[bool] = None,
|
|
715
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
716
|
+
execution_context: typing.Union[str, int] = None,
|
|
717
|
+
undo: bool = None,
|
|
773
718
|
):
|
|
774
719
|
"""Move the view to the current frame
|
|
775
720
|
|
|
776
|
-
:type override_context: typing.
|
|
777
|
-
:type execution_context: typing.
|
|
778
|
-
:type undo:
|
|
721
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
722
|
+
:type execution_context: typing.Union[str, int]
|
|
723
|
+
:type undo: bool
|
|
779
724
|
"""
|
|
780
725
|
|
|
781
726
|
...
|
|
782
727
|
|
|
783
728
|
def view_selected(
|
|
784
|
-
override_context: typing.
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
788
|
-
undo: typing.Optional[bool] = None,
|
|
729
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
730
|
+
execution_context: typing.Union[str, int] = None,
|
|
731
|
+
undo: bool = None,
|
|
789
732
|
):
|
|
790
733
|
"""Reset viewable area to show selected strips range
|
|
791
734
|
|
|
792
|
-
:type override_context: typing.
|
|
793
|
-
:type execution_context: typing.
|
|
794
|
-
:type undo:
|
|
735
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
736
|
+
:type execution_context: typing.Union[str, int]
|
|
737
|
+
:type undo: bool
|
|
795
738
|
"""
|
|
796
739
|
|
|
797
740
|
...
|