fake-bpy-module 20240421__py3-none-any.whl → 20240422__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +333 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +441 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +330 -329
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2412 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +106351 -103198
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +20 -17
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
bpy/ops/nla/__init__.pyi
CHANGED
|
@@ -1,107 +1,108 @@
|
|
|
1
1
|
import typing
|
|
2
|
+
import bpy.ops.transform
|
|
2
3
|
import bpy.types
|
|
3
4
|
|
|
4
5
|
GenericType = typing.TypeVar("GenericType")
|
|
5
6
|
|
|
6
7
|
def action_pushdown(
|
|
7
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context: typing.Union[str, int] = None,
|
|
9
|
-
undo: bool = None,
|
|
10
|
-
track_index: typing.Any = -1,
|
|
8
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
9
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
10
|
+
undo: typing.Optional[bool] = None,
|
|
11
|
+
track_index: typing.Optional[typing.Any] = -1,
|
|
11
12
|
):
|
|
12
13
|
"""Push action down onto the top of the NLA stack as a new strip
|
|
13
14
|
|
|
14
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
15
|
-
:type execution_context: typing.Union[str, int]
|
|
16
|
-
:type undo: bool
|
|
15
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
16
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
17
|
+
:type undo: typing.Optional[bool]
|
|
17
18
|
:param track_index: Track Index, Index of NLA action track to perform pushdown operation on
|
|
18
|
-
:type track_index: typing.Any
|
|
19
|
+
:type track_index: typing.Optional[typing.Any]
|
|
19
20
|
"""
|
|
20
21
|
|
|
21
22
|
...
|
|
22
23
|
|
|
23
24
|
def action_sync_length(
|
|
24
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
25
|
-
execution_context: typing.Union[str, int] = None,
|
|
26
|
-
undo: bool = None,
|
|
27
|
-
active: typing.Union[bool, typing.Any] = True,
|
|
25
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
26
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
27
|
+
undo: typing.Optional[bool] = None,
|
|
28
|
+
active: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
28
29
|
):
|
|
29
30
|
"""Synchronize the length of the referenced Action with the length used in the strip
|
|
30
31
|
|
|
31
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
32
|
-
:type execution_context: typing.Union[str, int]
|
|
33
|
-
:type undo: bool
|
|
32
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
33
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
34
|
+
:type undo: typing.Optional[bool]
|
|
34
35
|
:param active: Active Strip Only, Only sync the active length for the active strip
|
|
35
|
-
:type active: typing.Union[bool, typing.Any]
|
|
36
|
+
:type active: typing.Optional[typing.Union[bool, typing.Any]]
|
|
36
37
|
"""
|
|
37
38
|
|
|
38
39
|
...
|
|
39
40
|
|
|
40
41
|
def action_unlink(
|
|
41
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
42
|
-
execution_context: typing.Union[str, int] = None,
|
|
43
|
-
undo: bool = None,
|
|
44
|
-
force_delete: typing.Union[bool, typing.Any] = False,
|
|
42
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
43
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
44
|
+
undo: typing.Optional[bool] = None,
|
|
45
|
+
force_delete: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
45
46
|
):
|
|
46
47
|
"""Unlink this action from the active action slot (and/or exit Tweak Mode)
|
|
47
48
|
|
|
48
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
49
|
-
:type execution_context: typing.Union[str, int]
|
|
50
|
-
:type undo: bool
|
|
49
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
50
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
51
|
+
:type undo: typing.Optional[bool]
|
|
51
52
|
:param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-block's NLA stack
|
|
52
|
-
:type force_delete: typing.Union[bool, typing.Any]
|
|
53
|
+
:type force_delete: typing.Optional[typing.Union[bool, typing.Any]]
|
|
53
54
|
"""
|
|
54
55
|
|
|
55
56
|
...
|
|
56
57
|
|
|
57
58
|
def actionclip_add(
|
|
58
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
59
|
-
execution_context: typing.Union[str, int] = None,
|
|
60
|
-
undo: bool = None,
|
|
61
|
-
action: typing.Union[str, int, typing.Any] = "",
|
|
59
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
60
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
61
|
+
undo: typing.Optional[bool] = None,
|
|
62
|
+
action: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
62
63
|
):
|
|
63
64
|
"""Add an Action-Clip strip (i.e. an NLA Strip referencing an Action) to the active track
|
|
64
65
|
|
|
65
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
66
|
-
:type execution_context: typing.Union[str, int]
|
|
67
|
-
:type undo: bool
|
|
66
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
67
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
68
|
+
:type undo: typing.Optional[bool]
|
|
68
69
|
:param action: Action
|
|
69
|
-
:type action: typing.Union[str, int, typing.Any]
|
|
70
|
+
:type action: typing.Optional[typing.Union[str, int, typing.Any]]
|
|
70
71
|
"""
|
|
71
72
|
|
|
72
73
|
...
|
|
73
74
|
|
|
74
75
|
def apply_scale(
|
|
75
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
76
|
-
execution_context: typing.Union[str, int] = None,
|
|
77
|
-
undo: bool = None,
|
|
76
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
77
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
78
|
+
undo: typing.Optional[bool] = None,
|
|
78
79
|
):
|
|
79
80
|
"""Apply scaling of selected strips to their referenced Actions
|
|
80
81
|
|
|
81
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
82
|
-
:type execution_context: typing.Union[str, int]
|
|
83
|
-
:type undo: bool
|
|
82
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
83
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
84
|
+
:type undo: typing.Optional[bool]
|
|
84
85
|
"""
|
|
85
86
|
|
|
86
87
|
...
|
|
87
88
|
|
|
88
89
|
def bake(
|
|
89
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
90
|
-
execution_context: typing.Union[str, int] = None,
|
|
91
|
-
undo: bool = None,
|
|
92
|
-
frame_start: typing.Any = 1,
|
|
93
|
-
frame_end: typing.Any = 250,
|
|
94
|
-
step: typing.Any = 1,
|
|
95
|
-
only_selected: typing.Union[bool, typing.Any] = True,
|
|
96
|
-
visual_keying: typing.Union[bool, typing.Any] = False,
|
|
97
|
-
clear_constraints: typing.Union[bool, typing.Any] = False,
|
|
98
|
-
clear_parents: typing.Union[bool, typing.Any] = False,
|
|
99
|
-
use_current_action: typing.Union[bool, typing.Any] = False,
|
|
100
|
-
clean_curves: typing.Union[bool, typing.Any] = False,
|
|
101
|
-
bake_types: typing.Any = {'"POSE"'},
|
|
102
|
-
channel_types: typing.Any = {
|
|
103
|
-
'"BBONE"',
|
|
90
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
91
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
92
|
+
undo: typing.Optional[bool] = None,
|
|
93
|
+
frame_start: typing.Optional[typing.Any] = 1,
|
|
94
|
+
frame_end: typing.Optional[typing.Any] = 250,
|
|
95
|
+
step: typing.Optional[typing.Any] = 1,
|
|
96
|
+
only_selected: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
97
|
+
visual_keying: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
98
|
+
clear_constraints: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
99
|
+
clear_parents: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
100
|
+
use_current_action: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
101
|
+
clean_curves: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
102
|
+
bake_types: typing.Optional[typing.Any] = {'"POSE"'},
|
|
103
|
+
channel_types: typing.Optional[typing.Any] = {
|
|
104
104
|
'"PROPS"',
|
|
105
|
+
'"BBONE"',
|
|
105
106
|
'"LOCATION"',
|
|
106
107
|
'"ROTATION"',
|
|
107
108
|
'"SCALE"',
|
|
@@ -109,27 +110,27 @@ def bake(
|
|
|
109
110
|
):
|
|
110
111
|
"""Bake all selected objects location/scale/rotation animation to an action
|
|
111
112
|
|
|
112
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
113
|
-
:type execution_context: typing.Union[str, int]
|
|
114
|
-
:type undo: bool
|
|
113
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
114
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
115
|
+
:type undo: typing.Optional[bool]
|
|
115
116
|
:param frame_start: Start Frame, Start frame for baking
|
|
116
|
-
:type frame_start: typing.Any
|
|
117
|
+
:type frame_start: typing.Optional[typing.Any]
|
|
117
118
|
:param frame_end: End Frame, End frame for baking
|
|
118
|
-
:type frame_end: typing.Any
|
|
119
|
+
:type frame_end: typing.Optional[typing.Any]
|
|
119
120
|
:param step: Frame Step, Number of frames to skip forward while baking each frame
|
|
120
|
-
:type step: typing.Any
|
|
121
|
+
:type step: typing.Optional[typing.Any]
|
|
121
122
|
:param only_selected: Only Selected Bones, Only key selected bones (Pose baking only)
|
|
122
|
-
:type only_selected: typing.Union[bool, typing.Any]
|
|
123
|
+
:type only_selected: typing.Optional[typing.Union[bool, typing.Any]]
|
|
123
124
|
:param visual_keying: Visual Keying, Keyframe from the final transformations (with constraints applied)
|
|
124
|
-
:type visual_keying: typing.Union[bool, typing.Any]
|
|
125
|
+
:type visual_keying: typing.Optional[typing.Union[bool, typing.Any]]
|
|
125
126
|
:param clear_constraints: Clear Constraints, Remove all constraints from keyed object/bones, and do 'visual' keying
|
|
126
|
-
:type clear_constraints: typing.Union[bool, typing.Any]
|
|
127
|
+
:type clear_constraints: typing.Optional[typing.Union[bool, typing.Any]]
|
|
127
128
|
:param clear_parents: Clear Parents, Bake animation onto the object then clear parents (objects only)
|
|
128
|
-
:type clear_parents: typing.Union[bool, typing.Any]
|
|
129
|
+
:type clear_parents: typing.Optional[typing.Union[bool, typing.Any]]
|
|
129
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)
|
|
130
|
-
:type use_current_action: typing.Union[bool, typing.Any]
|
|
131
|
+
:type use_current_action: typing.Optional[typing.Union[bool, typing.Any]]
|
|
131
132
|
:param clean_curves: Clean Curves, After baking curves, remove redundant keys
|
|
132
|
-
:type clean_curves: typing.Union[bool, typing.Any]
|
|
133
|
+
:type clean_curves: typing.Optional[typing.Union[bool, typing.Any]]
|
|
133
134
|
:param bake_types: Bake Data, Which data's transformations to bake
|
|
134
135
|
|
|
135
136
|
POSE
|
|
@@ -137,7 +138,7 @@ def bake(
|
|
|
137
138
|
|
|
138
139
|
OBJECT
|
|
139
140
|
Object -- Bake object transformations.
|
|
140
|
-
:type bake_types: typing.Any
|
|
141
|
+
:type bake_types: typing.Optional[typing.Any]
|
|
141
142
|
:param channel_types: Channels, Which channels to bake
|
|
142
143
|
|
|
143
144
|
LOCATION
|
|
@@ -154,308 +155,308 @@ def bake(
|
|
|
154
155
|
|
|
155
156
|
PROPS
|
|
156
157
|
Custom Properties -- Bake custom properties.
|
|
157
|
-
:type channel_types: typing.Any
|
|
158
|
+
:type channel_types: typing.Optional[typing.Any]
|
|
158
159
|
"""
|
|
159
160
|
|
|
160
161
|
...
|
|
161
162
|
|
|
162
163
|
def channels_click(
|
|
163
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
164
|
-
execution_context: typing.Union[str, int] = None,
|
|
165
|
-
undo: bool = None,
|
|
166
|
-
extend: typing.Union[bool, typing.Any] = False,
|
|
164
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
165
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
166
|
+
undo: typing.Optional[bool] = None,
|
|
167
|
+
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
167
168
|
):
|
|
168
169
|
"""Handle clicks to select NLA tracks
|
|
169
170
|
|
|
170
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
171
|
-
:type execution_context: typing.Union[str, int]
|
|
172
|
-
:type undo: bool
|
|
171
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
172
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
173
|
+
:type undo: typing.Optional[bool]
|
|
173
174
|
:param extend: Extend Select
|
|
174
|
-
:type extend: typing.Union[bool, typing.Any]
|
|
175
|
+
:type extend: typing.Optional[typing.Union[bool, typing.Any]]
|
|
175
176
|
"""
|
|
176
177
|
|
|
177
178
|
...
|
|
178
179
|
|
|
179
180
|
def clear_scale(
|
|
180
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
181
|
-
execution_context: typing.Union[str, int] = None,
|
|
182
|
-
undo: bool = None,
|
|
181
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
182
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
183
|
+
undo: typing.Optional[bool] = None,
|
|
183
184
|
):
|
|
184
185
|
"""Reset scaling of selected strips
|
|
185
186
|
|
|
186
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
187
|
-
:type execution_context: typing.Union[str, int]
|
|
188
|
-
:type undo: bool
|
|
187
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
188
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
189
|
+
:type undo: typing.Optional[bool]
|
|
189
190
|
"""
|
|
190
191
|
|
|
191
192
|
...
|
|
192
193
|
|
|
193
194
|
def click_select(
|
|
194
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
195
|
-
execution_context: typing.Union[str, int] = None,
|
|
196
|
-
undo: bool = None,
|
|
197
|
-
wait_to_deselect_others: typing.Union[bool, typing.Any] = False,
|
|
198
|
-
mouse_x: typing.Any = 0,
|
|
199
|
-
mouse_y: typing.Any = 0,
|
|
200
|
-
extend: typing.Union[bool, typing.Any] = False,
|
|
201
|
-
deselect_all: typing.Union[bool, typing.Any] = False,
|
|
195
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
196
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
197
|
+
undo: typing.Optional[bool] = None,
|
|
198
|
+
wait_to_deselect_others: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
199
|
+
mouse_x: typing.Optional[typing.Any] = 0,
|
|
200
|
+
mouse_y: typing.Optional[typing.Any] = 0,
|
|
201
|
+
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
202
|
+
deselect_all: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
202
203
|
):
|
|
203
204
|
"""Handle clicks to select NLA Strips
|
|
204
205
|
|
|
205
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
206
|
-
:type execution_context: typing.Union[str, int]
|
|
207
|
-
:type undo: bool
|
|
206
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
207
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
208
|
+
:type undo: typing.Optional[bool]
|
|
208
209
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
209
|
-
:type wait_to_deselect_others: typing.Union[bool, typing.Any]
|
|
210
|
+
:type wait_to_deselect_others: typing.Optional[typing.Union[bool, typing.Any]]
|
|
210
211
|
:param mouse_x: Mouse X
|
|
211
|
-
:type mouse_x: typing.Any
|
|
212
|
+
:type mouse_x: typing.Optional[typing.Any]
|
|
212
213
|
:param mouse_y: Mouse Y
|
|
213
|
-
:type mouse_y: typing.Any
|
|
214
|
+
:type mouse_y: typing.Optional[typing.Any]
|
|
214
215
|
:param extend: Extend Select
|
|
215
|
-
:type extend: typing.Union[bool, typing.Any]
|
|
216
|
+
:type extend: typing.Optional[typing.Union[bool, typing.Any]]
|
|
216
217
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
217
|
-
:type deselect_all: typing.Union[bool, typing.Any]
|
|
218
|
+
:type deselect_all: typing.Optional[typing.Union[bool, typing.Any]]
|
|
218
219
|
"""
|
|
219
220
|
|
|
220
221
|
...
|
|
221
222
|
|
|
222
223
|
def delete(
|
|
223
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
224
|
-
execution_context: typing.Union[str, int] = None,
|
|
225
|
-
undo: bool = None,
|
|
224
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
225
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
226
|
+
undo: typing.Optional[bool] = None,
|
|
226
227
|
):
|
|
227
228
|
"""Delete selected strips
|
|
228
229
|
|
|
229
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
230
|
-
:type execution_context: typing.Union[str, int]
|
|
231
|
-
:type undo: bool
|
|
230
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
231
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
232
|
+
:type undo: typing.Optional[bool]
|
|
232
233
|
"""
|
|
233
234
|
|
|
234
235
|
...
|
|
235
236
|
|
|
236
237
|
def duplicate(
|
|
237
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
238
|
-
execution_context: typing.Union[str, int] = None,
|
|
239
|
-
undo: bool = None,
|
|
240
|
-
linked: typing.Union[bool, typing.Any] = False,
|
|
238
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
239
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
240
|
+
undo: typing.Optional[bool] = None,
|
|
241
|
+
linked: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
241
242
|
):
|
|
242
243
|
"""Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
243
244
|
|
|
244
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
245
|
-
:type execution_context: typing.Union[str, int]
|
|
246
|
-
:type undo: bool
|
|
245
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
246
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
247
|
+
:type undo: typing.Optional[bool]
|
|
247
248
|
:param linked: Linked, When duplicating strips, assign new copies of the actions they use
|
|
248
|
-
:type linked: typing.Union[bool, typing.Any]
|
|
249
|
+
:type linked: typing.Optional[typing.Union[bool, typing.Any]]
|
|
249
250
|
"""
|
|
250
251
|
|
|
251
252
|
...
|
|
252
253
|
|
|
253
254
|
def duplicate_linked_move(
|
|
254
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
255
|
-
execution_context: typing.Union[str, int] = None,
|
|
256
|
-
undo: bool = None,
|
|
257
|
-
NLA_OT_duplicate: typing.
|
|
258
|
-
TRANSFORM_OT_translate: typing.
|
|
255
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
256
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
257
|
+
undo: typing.Optional[bool] = None,
|
|
258
|
+
NLA_OT_duplicate: typing.Optional[duplicate] = None,
|
|
259
|
+
TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
|
|
259
260
|
):
|
|
260
261
|
"""Duplicate Linked selected NLA-Strips, adding the new strips to new track(s)
|
|
261
262
|
|
|
262
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
263
|
-
:type execution_context: typing.Union[str, int]
|
|
264
|
-
:type undo: bool
|
|
263
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
264
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
265
|
+
:type undo: typing.Optional[bool]
|
|
265
266
|
:param NLA_OT_duplicate: Duplicate Strips, Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
266
|
-
:type NLA_OT_duplicate: typing.
|
|
267
|
+
:type NLA_OT_duplicate: typing.Optional[duplicate]
|
|
267
268
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
268
|
-
:type TRANSFORM_OT_translate: typing.
|
|
269
|
+
:type TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate]
|
|
269
270
|
"""
|
|
270
271
|
|
|
271
272
|
...
|
|
272
273
|
|
|
273
274
|
def duplicate_move(
|
|
274
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
275
|
-
execution_context: typing.Union[str, int] = None,
|
|
276
|
-
undo: bool = None,
|
|
277
|
-
NLA_OT_duplicate: typing.
|
|
278
|
-
TRANSFORM_OT_translate: typing.
|
|
275
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
276
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
277
|
+
undo: typing.Optional[bool] = None,
|
|
278
|
+
NLA_OT_duplicate: typing.Optional[duplicate] = None,
|
|
279
|
+
TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
|
|
279
280
|
):
|
|
280
281
|
"""Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
281
282
|
|
|
282
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
283
|
-
:type execution_context: typing.Union[str, int]
|
|
284
|
-
:type undo: bool
|
|
283
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
284
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
285
|
+
:type undo: typing.Optional[bool]
|
|
285
286
|
:param NLA_OT_duplicate: Duplicate Strips, Duplicate selected NLA-Strips, adding the new strips to new track(s)
|
|
286
|
-
:type NLA_OT_duplicate: typing.
|
|
287
|
+
:type NLA_OT_duplicate: typing.Optional[duplicate]
|
|
287
288
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
288
|
-
:type TRANSFORM_OT_translate: typing.
|
|
289
|
+
:type TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate]
|
|
289
290
|
"""
|
|
290
291
|
|
|
291
292
|
...
|
|
292
293
|
|
|
293
294
|
def fmodifier_add(
|
|
294
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
295
|
-
execution_context: typing.Union[str, int] = None,
|
|
296
|
-
undo: bool = None,
|
|
297
|
-
type: typing.Union[str, int] = "NULL",
|
|
298
|
-
only_active: typing.Union[bool, typing.Any] = True,
|
|
295
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
296
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
297
|
+
undo: typing.Optional[bool] = None,
|
|
298
|
+
type: typing.Optional[typing.Union[str, int]] = "NULL",
|
|
299
|
+
only_active: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
299
300
|
):
|
|
300
301
|
"""Add F-Modifier to the active/selected NLA-Strips
|
|
301
302
|
|
|
302
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
303
|
-
:type execution_context: typing.Union[str, int]
|
|
304
|
-
:type undo: bool
|
|
303
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
304
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
305
|
+
:type undo: typing.Optional[bool]
|
|
305
306
|
:param type: Type
|
|
306
|
-
:type type: typing.Union[str, int]
|
|
307
|
+
:type type: typing.Optional[typing.Union[str, int]]
|
|
307
308
|
:param only_active: Only Active, Only add a F-Modifier of the specified type to the active strip
|
|
308
|
-
:type only_active: typing.Union[bool, typing.Any]
|
|
309
|
+
:type only_active: typing.Optional[typing.Union[bool, typing.Any]]
|
|
309
310
|
"""
|
|
310
311
|
|
|
311
312
|
...
|
|
312
313
|
|
|
313
314
|
def fmodifier_copy(
|
|
314
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
315
|
-
execution_context: typing.Union[str, int] = None,
|
|
316
|
-
undo: bool = None,
|
|
315
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
316
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
317
|
+
undo: typing.Optional[bool] = None,
|
|
317
318
|
):
|
|
318
319
|
"""Copy the F-Modifier(s) of the active NLA-Strip
|
|
319
320
|
|
|
320
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
321
|
-
:type execution_context: typing.Union[str, int]
|
|
322
|
-
:type undo: bool
|
|
321
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
322
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
323
|
+
:type undo: typing.Optional[bool]
|
|
323
324
|
"""
|
|
324
325
|
|
|
325
326
|
...
|
|
326
327
|
|
|
327
328
|
def fmodifier_paste(
|
|
328
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
329
|
-
execution_context: typing.Union[str, int] = None,
|
|
330
|
-
undo: bool = None,
|
|
331
|
-
only_active: typing.Union[bool, typing.Any] = True,
|
|
332
|
-
replace: typing.Union[bool, typing.Any] = False,
|
|
329
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
330
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
331
|
+
undo: typing.Optional[bool] = None,
|
|
332
|
+
only_active: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
333
|
+
replace: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
333
334
|
):
|
|
334
335
|
"""Add copied F-Modifiers to the selected NLA-Strips
|
|
335
336
|
|
|
336
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
337
|
-
:type execution_context: typing.Union[str, int]
|
|
338
|
-
:type undo: bool
|
|
337
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
338
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
339
|
+
:type undo: typing.Optional[bool]
|
|
339
340
|
:param only_active: Only Active, Only paste F-Modifiers on active strip
|
|
340
|
-
:type only_active: typing.Union[bool, typing.Any]
|
|
341
|
+
:type only_active: typing.Optional[typing.Union[bool, typing.Any]]
|
|
341
342
|
:param replace: Replace Existing, Replace existing F-Modifiers, instead of just appending to the end of the existing list
|
|
342
|
-
:type replace: typing.Union[bool, typing.Any]
|
|
343
|
+
:type replace: typing.Optional[typing.Union[bool, typing.Any]]
|
|
343
344
|
"""
|
|
344
345
|
|
|
345
346
|
...
|
|
346
347
|
|
|
347
348
|
def make_single_user(
|
|
348
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
349
|
-
execution_context: typing.Union[str, int] = None,
|
|
350
|
-
undo: bool = None,
|
|
351
|
-
confirm: typing.Union[bool, typing.Any] = True,
|
|
349
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
350
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
351
|
+
undo: typing.Optional[bool] = None,
|
|
352
|
+
confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
352
353
|
):
|
|
353
354
|
"""Make linked action local to each strip
|
|
354
355
|
|
|
355
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
356
|
-
:type execution_context: typing.Union[str, int]
|
|
357
|
-
:type undo: bool
|
|
356
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
357
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
358
|
+
:type undo: typing.Optional[bool]
|
|
358
359
|
:param confirm: Confirm, Prompt for confirmation
|
|
359
|
-
:type confirm: typing.Union[bool, typing.Any]
|
|
360
|
+
:type confirm: typing.Optional[typing.Union[bool, typing.Any]]
|
|
360
361
|
"""
|
|
361
362
|
|
|
362
363
|
...
|
|
363
364
|
|
|
364
365
|
def meta_add(
|
|
365
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
366
|
-
execution_context: typing.Union[str, int] = None,
|
|
367
|
-
undo: bool = None,
|
|
366
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
367
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
368
|
+
undo: typing.Optional[bool] = None,
|
|
368
369
|
):
|
|
369
370
|
"""Add new meta-strips incorporating the selected strips
|
|
370
371
|
|
|
371
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
372
|
-
:type execution_context: typing.Union[str, int]
|
|
373
|
-
:type undo: bool
|
|
372
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
373
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
374
|
+
:type undo: typing.Optional[bool]
|
|
374
375
|
"""
|
|
375
376
|
|
|
376
377
|
...
|
|
377
378
|
|
|
378
379
|
def meta_remove(
|
|
379
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
380
|
-
execution_context: typing.Union[str, int] = None,
|
|
381
|
-
undo: bool = None,
|
|
380
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
381
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
382
|
+
undo: typing.Optional[bool] = None,
|
|
382
383
|
):
|
|
383
384
|
"""Separate out the strips held by the selected meta-strips
|
|
384
385
|
|
|
385
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
386
|
-
:type execution_context: typing.Union[str, int]
|
|
387
|
-
:type undo: bool
|
|
386
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
387
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
388
|
+
:type undo: typing.Optional[bool]
|
|
388
389
|
"""
|
|
389
390
|
|
|
390
391
|
...
|
|
391
392
|
|
|
392
393
|
def move_down(
|
|
393
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
394
|
-
execution_context: typing.Union[str, int] = None,
|
|
395
|
-
undo: bool = None,
|
|
394
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
395
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
396
|
+
undo: typing.Optional[bool] = None,
|
|
396
397
|
):
|
|
397
398
|
"""Move selected strips down a track if there's room
|
|
398
399
|
|
|
399
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
400
|
-
:type execution_context: typing.Union[str, int]
|
|
401
|
-
:type undo: bool
|
|
400
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
401
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
402
|
+
:type undo: typing.Optional[bool]
|
|
402
403
|
"""
|
|
403
404
|
|
|
404
405
|
...
|
|
405
406
|
|
|
406
407
|
def move_up(
|
|
407
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
408
|
-
execution_context: typing.Union[str, int] = None,
|
|
409
|
-
undo: bool = None,
|
|
408
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
409
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
410
|
+
undo: typing.Optional[bool] = None,
|
|
410
411
|
):
|
|
411
412
|
"""Move selected strips up a track if there's room
|
|
412
413
|
|
|
413
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
414
|
-
:type execution_context: typing.Union[str, int]
|
|
415
|
-
:type undo: bool
|
|
414
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
415
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
416
|
+
:type undo: typing.Optional[bool]
|
|
416
417
|
"""
|
|
417
418
|
|
|
418
419
|
...
|
|
419
420
|
|
|
420
421
|
def mute_toggle(
|
|
421
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
422
|
-
execution_context: typing.Union[str, int] = None,
|
|
423
|
-
undo: bool = None,
|
|
422
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
423
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
424
|
+
undo: typing.Optional[bool] = None,
|
|
424
425
|
):
|
|
425
426
|
"""Mute or un-mute selected strips
|
|
426
427
|
|
|
427
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
428
|
-
:type execution_context: typing.Union[str, int]
|
|
429
|
-
:type undo: bool
|
|
428
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
429
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
430
|
+
:type undo: typing.Optional[bool]
|
|
430
431
|
"""
|
|
431
432
|
|
|
432
433
|
...
|
|
433
434
|
|
|
434
435
|
def previewrange_set(
|
|
435
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
436
|
-
execution_context: typing.Union[str, int] = None,
|
|
437
|
-
undo: bool = None,
|
|
436
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
437
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
438
|
+
undo: typing.Optional[bool] = None,
|
|
438
439
|
):
|
|
439
440
|
"""Set Preview Range based on extends of selected strips
|
|
440
441
|
|
|
441
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
442
|
-
:type execution_context: typing.Union[str, int]
|
|
443
|
-
:type undo: bool
|
|
442
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
443
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
444
|
+
:type undo: typing.Optional[bool]
|
|
444
445
|
"""
|
|
445
446
|
|
|
446
447
|
...
|
|
447
448
|
|
|
448
449
|
def select_all(
|
|
449
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
450
|
-
execution_context: typing.Union[str, int] = None,
|
|
451
|
-
undo: bool = None,
|
|
452
|
-
action: typing.Any = "TOGGLE",
|
|
450
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
451
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
452
|
+
undo: typing.Optional[bool] = None,
|
|
453
|
+
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
453
454
|
):
|
|
454
455
|
"""Select or deselect all NLA-Strips
|
|
455
456
|
|
|
456
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
457
|
-
:type execution_context: typing.Union[str, int]
|
|
458
|
-
:type undo: bool
|
|
457
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
458
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
459
|
+
:type undo: typing.Optional[bool]
|
|
459
460
|
:param action: Action, Selection action to execute
|
|
460
461
|
|
|
461
462
|
TOGGLE
|
|
@@ -469,43 +470,43 @@ def select_all(
|
|
|
469
470
|
|
|
470
471
|
INVERT
|
|
471
472
|
Invert -- Invert selection of all elements.
|
|
472
|
-
:type action: typing.Any
|
|
473
|
+
:type action: typing.Optional[typing.Any]
|
|
473
474
|
"""
|
|
474
475
|
|
|
475
476
|
...
|
|
476
477
|
|
|
477
478
|
def select_box(
|
|
478
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
479
|
-
execution_context: typing.Union[str, int] = None,
|
|
480
|
-
undo: bool = None,
|
|
481
|
-
axis_range: typing.Union[bool, typing.Any] = False,
|
|
482
|
-
tweak: typing.Union[bool, typing.Any] = False,
|
|
483
|
-
xmin: typing.Any = 0,
|
|
484
|
-
xmax: typing.Any = 0,
|
|
485
|
-
ymin: typing.Any = 0,
|
|
486
|
-
ymax: typing.Any = 0,
|
|
487
|
-
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
488
|
-
mode: typing.Any = "SET",
|
|
479
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
480
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
481
|
+
undo: typing.Optional[bool] = None,
|
|
482
|
+
axis_range: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
483
|
+
tweak: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
484
|
+
xmin: typing.Optional[typing.Any] = 0,
|
|
485
|
+
xmax: typing.Optional[typing.Any] = 0,
|
|
486
|
+
ymin: typing.Optional[typing.Any] = 0,
|
|
487
|
+
ymax: typing.Optional[typing.Any] = 0,
|
|
488
|
+
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
489
|
+
mode: typing.Optional[typing.Any] = "SET",
|
|
489
490
|
):
|
|
490
491
|
"""Use box selection to grab NLA-Strips
|
|
491
492
|
|
|
492
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
493
|
-
:type execution_context: typing.Union[str, int]
|
|
494
|
-
:type undo: bool
|
|
493
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
494
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
495
|
+
:type undo: typing.Optional[bool]
|
|
495
496
|
:param axis_range: Axis Range
|
|
496
|
-
:type axis_range: typing.Union[bool, typing.Any]
|
|
497
|
+
:type axis_range: typing.Optional[typing.Union[bool, typing.Any]]
|
|
497
498
|
:param tweak: Tweak, Operator has been activated using a click-drag event
|
|
498
|
-
:type tweak: typing.Union[bool, typing.Any]
|
|
499
|
+
:type tweak: typing.Optional[typing.Union[bool, typing.Any]]
|
|
499
500
|
:param xmin: X Min
|
|
500
|
-
:type xmin: typing.Any
|
|
501
|
+
:type xmin: typing.Optional[typing.Any]
|
|
501
502
|
:param xmax: X Max
|
|
502
|
-
:type xmax: typing.Any
|
|
503
|
+
:type xmax: typing.Optional[typing.Any]
|
|
503
504
|
:param ymin: Y Min
|
|
504
|
-
:type ymin: typing.Any
|
|
505
|
+
:type ymin: typing.Optional[typing.Any]
|
|
505
506
|
:param ymax: Y Max
|
|
506
|
-
:type ymax: typing.Any
|
|
507
|
+
:type ymax: typing.Optional[typing.Any]
|
|
507
508
|
:param wait_for_input: Wait for Input
|
|
508
|
-
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
509
|
+
:type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
|
|
509
510
|
:param mode: Mode
|
|
510
511
|
|
|
511
512
|
SET
|
|
@@ -516,224 +517,224 @@ def select_box(
|
|
|
516
517
|
|
|
517
518
|
SUB
|
|
518
519
|
Subtract -- Subtract existing selection.
|
|
519
|
-
:type mode: typing.Any
|
|
520
|
+
:type mode: typing.Optional[typing.Any]
|
|
520
521
|
"""
|
|
521
522
|
|
|
522
523
|
...
|
|
523
524
|
|
|
524
525
|
def select_leftright(
|
|
525
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
526
|
-
execution_context: typing.Union[str, int] = None,
|
|
527
|
-
undo: bool = None,
|
|
528
|
-
mode: typing.Any = "CHECK",
|
|
529
|
-
extend: typing.Union[bool, typing.Any] = False,
|
|
526
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
527
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
528
|
+
undo: typing.Optional[bool] = None,
|
|
529
|
+
mode: typing.Optional[typing.Any] = "CHECK",
|
|
530
|
+
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
530
531
|
):
|
|
531
532
|
"""Select strips to the left or the right of the current frame
|
|
532
533
|
|
|
533
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
534
|
-
:type execution_context: typing.Union[str, int]
|
|
535
|
-
:type undo: bool
|
|
534
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
535
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
536
|
+
:type undo: typing.Optional[bool]
|
|
536
537
|
:param mode: Mode
|
|
537
|
-
:type mode: typing.Any
|
|
538
|
+
:type mode: typing.Optional[typing.Any]
|
|
538
539
|
:param extend: Extend Select
|
|
539
|
-
:type extend: typing.Union[bool, typing.Any]
|
|
540
|
+
:type extend: typing.Optional[typing.Union[bool, typing.Any]]
|
|
540
541
|
"""
|
|
541
542
|
|
|
542
543
|
...
|
|
543
544
|
|
|
544
545
|
def selected_objects_add(
|
|
545
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
546
|
-
execution_context: typing.Union[str, int] = None,
|
|
547
|
-
undo: bool = None,
|
|
546
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
547
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
548
|
+
undo: typing.Optional[bool] = None,
|
|
548
549
|
):
|
|
549
550
|
"""Make selected objects appear in NLA Editor by adding Animation Data
|
|
550
551
|
|
|
551
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
552
|
-
:type execution_context: typing.Union[str, int]
|
|
553
|
-
:type undo: bool
|
|
552
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
553
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
554
|
+
:type undo: typing.Optional[bool]
|
|
554
555
|
"""
|
|
555
556
|
|
|
556
557
|
...
|
|
557
558
|
|
|
558
559
|
def snap(
|
|
559
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
560
|
-
execution_context: typing.Union[str, int] = None,
|
|
561
|
-
undo: bool = None,
|
|
562
|
-
type: typing.Any = "CFRA",
|
|
560
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
561
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
562
|
+
undo: typing.Optional[bool] = None,
|
|
563
|
+
type: typing.Optional[typing.Any] = "CFRA",
|
|
563
564
|
):
|
|
564
565
|
"""Move start of strips to specified time
|
|
565
566
|
|
|
566
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
567
|
-
:type execution_context: typing.Union[str, int]
|
|
568
|
-
:type undo: bool
|
|
567
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
568
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
569
|
+
:type undo: typing.Optional[bool]
|
|
569
570
|
:param type: Type
|
|
570
|
-
:type type: typing.Any
|
|
571
|
+
:type type: typing.Optional[typing.Any]
|
|
571
572
|
"""
|
|
572
573
|
|
|
573
574
|
...
|
|
574
575
|
|
|
575
576
|
def soundclip_add(
|
|
576
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
577
|
-
execution_context: typing.Union[str, int] = None,
|
|
578
|
-
undo: bool = None,
|
|
577
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
578
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
579
|
+
undo: typing.Optional[bool] = None,
|
|
579
580
|
):
|
|
580
581
|
"""Add a strip for controlling when speaker plays its sound clip
|
|
581
582
|
|
|
582
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
583
|
-
:type execution_context: typing.Union[str, int]
|
|
584
|
-
:type undo: bool
|
|
583
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
584
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
585
|
+
:type undo: typing.Optional[bool]
|
|
585
586
|
"""
|
|
586
587
|
|
|
587
588
|
...
|
|
588
589
|
|
|
589
590
|
def split(
|
|
590
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
591
|
-
execution_context: typing.Union[str, int] = None,
|
|
592
|
-
undo: bool = None,
|
|
591
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
592
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
593
|
+
undo: typing.Optional[bool] = None,
|
|
593
594
|
):
|
|
594
595
|
"""Split selected strips at their midpoints
|
|
595
596
|
|
|
596
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
597
|
-
:type execution_context: typing.Union[str, int]
|
|
598
|
-
:type undo: bool
|
|
597
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
598
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
599
|
+
:type undo: typing.Optional[bool]
|
|
599
600
|
"""
|
|
600
601
|
|
|
601
602
|
...
|
|
602
603
|
|
|
603
604
|
def swap(
|
|
604
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
605
|
-
execution_context: typing.Union[str, int] = None,
|
|
606
|
-
undo: bool = None,
|
|
605
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
606
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
607
|
+
undo: typing.Optional[bool] = None,
|
|
607
608
|
):
|
|
608
609
|
"""Swap order of selected strips within tracks
|
|
609
610
|
|
|
610
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
611
|
-
:type execution_context: typing.Union[str, int]
|
|
612
|
-
:type undo: bool
|
|
611
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
612
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
613
|
+
:type undo: typing.Optional[bool]
|
|
613
614
|
"""
|
|
614
615
|
|
|
615
616
|
...
|
|
616
617
|
|
|
617
618
|
def tracks_add(
|
|
618
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
619
|
-
execution_context: typing.Union[str, int] = None,
|
|
620
|
-
undo: bool = None,
|
|
621
|
-
above_selected: typing.Union[bool, typing.Any] = False,
|
|
619
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
620
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
621
|
+
undo: typing.Optional[bool] = None,
|
|
622
|
+
above_selected: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
622
623
|
):
|
|
623
624
|
"""Add NLA-Tracks above/after the selected tracks
|
|
624
625
|
|
|
625
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
626
|
-
:type execution_context: typing.Union[str, int]
|
|
627
|
-
:type undo: bool
|
|
626
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
627
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
628
|
+
:type undo: typing.Optional[bool]
|
|
628
629
|
:param above_selected: Above Selected, Add a new NLA Track above every existing selected one
|
|
629
|
-
:type above_selected: typing.Union[bool, typing.Any]
|
|
630
|
+
:type above_selected: typing.Optional[typing.Union[bool, typing.Any]]
|
|
630
631
|
"""
|
|
631
632
|
|
|
632
633
|
...
|
|
633
634
|
|
|
634
635
|
def tracks_delete(
|
|
635
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
636
|
-
execution_context: typing.Union[str, int] = None,
|
|
637
|
-
undo: bool = None,
|
|
636
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
637
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
638
|
+
undo: typing.Optional[bool] = None,
|
|
638
639
|
):
|
|
639
640
|
"""Delete selected NLA-Tracks and the strips they contain
|
|
640
641
|
|
|
641
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
642
|
-
:type execution_context: typing.Union[str, int]
|
|
643
|
-
:type undo: bool
|
|
642
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
643
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
644
|
+
:type undo: typing.Optional[bool]
|
|
644
645
|
"""
|
|
645
646
|
|
|
646
647
|
...
|
|
647
648
|
|
|
648
649
|
def transition_add(
|
|
649
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
650
|
-
execution_context: typing.Union[str, int] = None,
|
|
651
|
-
undo: bool = None,
|
|
650
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
651
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
652
|
+
undo: typing.Optional[bool] = None,
|
|
652
653
|
):
|
|
653
654
|
"""Add a transition strip between two adjacent selected strips
|
|
654
655
|
|
|
655
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
656
|
-
:type execution_context: typing.Union[str, int]
|
|
657
|
-
:type undo: bool
|
|
656
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
657
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
658
|
+
:type undo: typing.Optional[bool]
|
|
658
659
|
"""
|
|
659
660
|
|
|
660
661
|
...
|
|
661
662
|
|
|
662
663
|
def tweakmode_enter(
|
|
663
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
664
|
-
execution_context: typing.Union[str, int] = None,
|
|
665
|
-
undo: bool = None,
|
|
666
|
-
isolate_action: typing.Union[bool, typing.Any] = False,
|
|
667
|
-
use_upper_stack_evaluation: typing.Union[bool, typing.Any] = False,
|
|
664
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
665
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
666
|
+
undo: typing.Optional[bool] = None,
|
|
667
|
+
isolate_action: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
668
|
+
use_upper_stack_evaluation: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
668
669
|
):
|
|
669
670
|
"""Enter tweaking mode for the action referenced by the active strip to edit its keyframes
|
|
670
671
|
|
|
671
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
672
|
-
:type execution_context: typing.Union[str, int]
|
|
673
|
-
:type undo: bool
|
|
672
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
673
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
674
|
+
:type undo: typing.Optional[bool]
|
|
674
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
|
|
675
|
-
:type isolate_action: typing.Union[bool, typing.Any]
|
|
676
|
+
:type isolate_action: typing.Optional[typing.Union[bool, typing.Any]]
|
|
676
677
|
:param use_upper_stack_evaluation: Evaluate Upper Stack, In tweak mode, display the effects of the tracks above the tweak strip
|
|
677
|
-
:type use_upper_stack_evaluation: typing.Union[bool, typing.Any]
|
|
678
|
+
:type use_upper_stack_evaluation: typing.Optional[typing.Union[bool, typing.Any]]
|
|
678
679
|
"""
|
|
679
680
|
|
|
680
681
|
...
|
|
681
682
|
|
|
682
683
|
def tweakmode_exit(
|
|
683
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
684
|
-
execution_context: typing.Union[str, int] = None,
|
|
685
|
-
undo: bool = None,
|
|
686
|
-
isolate_action: typing.Union[bool, typing.Any] = False,
|
|
684
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
685
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
686
|
+
undo: typing.Optional[bool] = None,
|
|
687
|
+
isolate_action: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
687
688
|
):
|
|
688
689
|
"""Exit tweaking mode for the action referenced by the active strip
|
|
689
690
|
|
|
690
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
691
|
-
:type execution_context: typing.Union[str, int]
|
|
692
|
-
:type undo: bool
|
|
691
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
692
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
693
|
+
:type undo: typing.Optional[bool]
|
|
693
694
|
:param isolate_action: Isolate Action, Disable 'solo' on any of the NLA Tracks after exiting tweak mode to get things back to normal
|
|
694
|
-
:type isolate_action: typing.Union[bool, typing.Any]
|
|
695
|
+
:type isolate_action: typing.Optional[typing.Union[bool, typing.Any]]
|
|
695
696
|
"""
|
|
696
697
|
|
|
697
698
|
...
|
|
698
699
|
|
|
699
700
|
def view_all(
|
|
700
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
701
|
-
execution_context: typing.Union[str, int] = None,
|
|
702
|
-
undo: bool = None,
|
|
701
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
702
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
703
|
+
undo: typing.Optional[bool] = None,
|
|
703
704
|
):
|
|
704
705
|
"""Reset viewable area to show full strips range
|
|
705
706
|
|
|
706
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
707
|
-
:type execution_context: typing.Union[str, int]
|
|
708
|
-
:type undo: bool
|
|
707
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
708
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
709
|
+
:type undo: typing.Optional[bool]
|
|
709
710
|
"""
|
|
710
711
|
|
|
711
712
|
...
|
|
712
713
|
|
|
713
714
|
def view_frame(
|
|
714
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
715
|
-
execution_context: typing.Union[str, int] = None,
|
|
716
|
-
undo: bool = None,
|
|
715
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
716
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
717
|
+
undo: typing.Optional[bool] = None,
|
|
717
718
|
):
|
|
718
719
|
"""Move the view to the current frame
|
|
719
720
|
|
|
720
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
721
|
-
:type execution_context: typing.Union[str, int]
|
|
722
|
-
:type undo: bool
|
|
721
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
722
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
723
|
+
:type undo: typing.Optional[bool]
|
|
723
724
|
"""
|
|
724
725
|
|
|
725
726
|
...
|
|
726
727
|
|
|
727
728
|
def view_selected(
|
|
728
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
729
|
-
execution_context: typing.Union[str, int] = None,
|
|
730
|
-
undo: bool = None,
|
|
729
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
730
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
731
|
+
undo: typing.Optional[bool] = None,
|
|
731
732
|
):
|
|
732
733
|
"""Reset viewable area to show selected strips range
|
|
733
734
|
|
|
734
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
735
|
-
:type execution_context: typing.Union[str, int]
|
|
736
|
-
:type undo: bool
|
|
735
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
736
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
737
|
+
:type undo: typing.Optional[bool]
|
|
737
738
|
"""
|
|
738
739
|
|
|
739
740
|
...
|