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