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/action/__init__.pyi
CHANGED
|
@@ -1,170 +1,171 @@
|
|
|
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 bake_keys(
|
|
7
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context: typing.Union[str, int] = None,
|
|
9
|
-
undo: bool = None,
|
|
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,
|
|
10
11
|
):
|
|
11
12
|
"""Add keyframes on every frame between the selected keyframes
|
|
12
13
|
|
|
13
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
14
|
-
:type execution_context: typing.Union[str, int]
|
|
15
|
-
:type undo: bool
|
|
14
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
15
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
16
|
+
:type undo: typing.Optional[bool]
|
|
16
17
|
"""
|
|
17
18
|
|
|
18
19
|
...
|
|
19
20
|
|
|
20
21
|
def clean(
|
|
21
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
22
|
-
execution_context: typing.Union[str, int] = None,
|
|
23
|
-
undo: bool = None,
|
|
24
|
-
threshold: typing.Any = 0.001,
|
|
25
|
-
channels: typing.Union[bool, typing.Any] = False,
|
|
22
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
23
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
24
|
+
undo: typing.Optional[bool] = None,
|
|
25
|
+
threshold: typing.Optional[typing.Any] = 0.001,
|
|
26
|
+
channels: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
26
27
|
):
|
|
27
28
|
"""Simplify F-Curves by removing closely spaced keyframes
|
|
28
29
|
|
|
29
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
30
|
-
:type execution_context: typing.Union[str, int]
|
|
31
|
-
:type undo: bool
|
|
30
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
31
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
32
|
+
:type undo: typing.Optional[bool]
|
|
32
33
|
:param threshold: Threshold
|
|
33
|
-
:type threshold: typing.Any
|
|
34
|
+
:type threshold: typing.Optional[typing.Any]
|
|
34
35
|
:param channels: Channels
|
|
35
|
-
:type channels: typing.Union[bool, typing.Any]
|
|
36
|
+
:type channels: typing.Optional[typing.Union[bool, typing.Any]]
|
|
36
37
|
"""
|
|
37
38
|
|
|
38
39
|
...
|
|
39
40
|
|
|
40
41
|
def clickselect(
|
|
41
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
42
|
-
execution_context: typing.Union[str, int] = None,
|
|
43
|
-
undo: bool = None,
|
|
44
|
-
wait_to_deselect_others: typing.Union[bool, typing.Any] = False,
|
|
45
|
-
mouse_x: typing.Any = 0,
|
|
46
|
-
mouse_y: typing.Any = 0,
|
|
47
|
-
extend: typing.Union[bool, typing.Any] = False,
|
|
48
|
-
deselect_all: typing.Union[bool, typing.Any] = False,
|
|
49
|
-
column: typing.Union[bool, typing.Any] = False,
|
|
50
|
-
channel: 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
|
+
wait_to_deselect_others: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
46
|
+
mouse_x: typing.Optional[typing.Any] = 0,
|
|
47
|
+
mouse_y: typing.Optional[typing.Any] = 0,
|
|
48
|
+
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
49
|
+
deselect_all: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
50
|
+
column: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
51
|
+
channel: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
51
52
|
):
|
|
52
53
|
"""Select keyframes by clicking on them
|
|
53
54
|
|
|
54
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
55
|
-
:type execution_context: typing.Union[str, int]
|
|
56
|
-
:type undo: bool
|
|
55
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
56
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
57
|
+
:type undo: typing.Optional[bool]
|
|
57
58
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
58
|
-
:type wait_to_deselect_others: typing.Union[bool, typing.Any]
|
|
59
|
+
:type wait_to_deselect_others: typing.Optional[typing.Union[bool, typing.Any]]
|
|
59
60
|
:param mouse_x: Mouse X
|
|
60
|
-
:type mouse_x: typing.Any
|
|
61
|
+
:type mouse_x: typing.Optional[typing.Any]
|
|
61
62
|
:param mouse_y: Mouse Y
|
|
62
|
-
:type mouse_y: typing.Any
|
|
63
|
+
:type mouse_y: typing.Optional[typing.Any]
|
|
63
64
|
:param extend: Extend Select, Toggle keyframe selection instead of leaving newly selected keyframes only
|
|
64
|
-
:type extend: typing.Union[bool, typing.Any]
|
|
65
|
+
:type extend: typing.Optional[typing.Union[bool, typing.Any]]
|
|
65
66
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
66
|
-
:type deselect_all: typing.Union[bool, typing.Any]
|
|
67
|
+
:type deselect_all: typing.Optional[typing.Union[bool, typing.Any]]
|
|
67
68
|
:param column: Column Select, Select all keyframes that occur on the same frame as the one under the mouse
|
|
68
|
-
:type column: typing.Union[bool, typing.Any]
|
|
69
|
+
:type column: typing.Optional[typing.Union[bool, typing.Any]]
|
|
69
70
|
:param channel: Only Channel, Select all the keyframes in the channel under the mouse
|
|
70
|
-
:type channel: typing.Union[bool, typing.Any]
|
|
71
|
+
:type channel: typing.Optional[typing.Union[bool, typing.Any]]
|
|
71
72
|
"""
|
|
72
73
|
|
|
73
74
|
...
|
|
74
75
|
|
|
75
76
|
def copy(
|
|
76
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
77
|
-
execution_context: typing.Union[str, int] = None,
|
|
78
|
-
undo: bool = None,
|
|
77
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
78
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
79
|
+
undo: typing.Optional[bool] = None,
|
|
79
80
|
):
|
|
80
81
|
"""Copy selected keyframes to the internal clipboard
|
|
81
82
|
|
|
82
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
83
|
-
:type execution_context: typing.Union[str, int]
|
|
84
|
-
:type undo: bool
|
|
83
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
84
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
85
|
+
:type undo: typing.Optional[bool]
|
|
85
86
|
"""
|
|
86
87
|
|
|
87
88
|
...
|
|
88
89
|
|
|
89
90
|
def delete(
|
|
90
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
91
|
-
execution_context: typing.Union[str, int] = None,
|
|
92
|
-
undo: bool = None,
|
|
93
|
-
confirm: typing.Union[bool, typing.Any] = True,
|
|
91
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
92
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
93
|
+
undo: typing.Optional[bool] = None,
|
|
94
|
+
confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
94
95
|
):
|
|
95
96
|
"""Remove all selected keyframes
|
|
96
97
|
|
|
97
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
98
|
-
:type execution_context: typing.Union[str, int]
|
|
99
|
-
:type undo: bool
|
|
98
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
99
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
100
|
+
:type undo: typing.Optional[bool]
|
|
100
101
|
:param confirm: Confirm, Prompt for confirmation
|
|
101
|
-
:type confirm: typing.Union[bool, typing.Any]
|
|
102
|
+
:type confirm: typing.Optional[typing.Union[bool, typing.Any]]
|
|
102
103
|
"""
|
|
103
104
|
|
|
104
105
|
...
|
|
105
106
|
|
|
106
107
|
def duplicate(
|
|
107
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
108
|
-
execution_context: typing.Union[str, int] = None,
|
|
109
|
-
undo: bool = None,
|
|
108
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
109
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
110
|
+
undo: typing.Optional[bool] = None,
|
|
110
111
|
):
|
|
111
112
|
"""Make a copy of all selected keyframes
|
|
112
113
|
|
|
113
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
114
|
-
:type execution_context: typing.Union[str, int]
|
|
115
|
-
:type undo: bool
|
|
114
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
115
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
116
|
+
:type undo: typing.Optional[bool]
|
|
116
117
|
"""
|
|
117
118
|
|
|
118
119
|
...
|
|
119
120
|
|
|
120
121
|
def duplicate_move(
|
|
121
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
122
|
-
execution_context: typing.Union[str, int] = None,
|
|
123
|
-
undo: bool = None,
|
|
124
|
-
ACTION_OT_duplicate: typing.
|
|
125
|
-
TRANSFORM_OT_transform: typing.
|
|
122
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
123
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
124
|
+
undo: typing.Optional[bool] = None,
|
|
125
|
+
ACTION_OT_duplicate: typing.Optional[duplicate] = None,
|
|
126
|
+
TRANSFORM_OT_transform: typing.Optional[bpy.ops.transform.transform] = None,
|
|
126
127
|
):
|
|
127
128
|
"""Make a copy of all selected keyframes and move them
|
|
128
129
|
|
|
129
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
130
|
-
:type execution_context: typing.Union[str, int]
|
|
131
|
-
:type undo: bool
|
|
130
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
131
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
132
|
+
:type undo: typing.Optional[bool]
|
|
132
133
|
:param ACTION_OT_duplicate: Duplicate Keyframes, Make a copy of all selected keyframes
|
|
133
|
-
:type ACTION_OT_duplicate: typing.
|
|
134
|
+
:type ACTION_OT_duplicate: typing.Optional[duplicate]
|
|
134
135
|
:param TRANSFORM_OT_transform: Transform, Transform selected items by mode type
|
|
135
|
-
:type TRANSFORM_OT_transform: typing.
|
|
136
|
+
:type TRANSFORM_OT_transform: typing.Optional[bpy.ops.transform.transform]
|
|
136
137
|
"""
|
|
137
138
|
|
|
138
139
|
...
|
|
139
140
|
|
|
140
141
|
def easing_type(
|
|
141
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
142
|
-
execution_context: typing.Union[str, int] = None,
|
|
143
|
-
undo: bool = None,
|
|
144
|
-
type: typing.Union[str, int] = "AUTO",
|
|
142
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
143
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
144
|
+
undo: typing.Optional[bool] = None,
|
|
145
|
+
type: typing.Optional[typing.Union[str, int]] = "AUTO",
|
|
145
146
|
):
|
|
146
147
|
"""Set easing type for the F-Curve segments starting from the selected keyframes
|
|
147
148
|
|
|
148
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
149
|
-
:type execution_context: typing.Union[str, int]
|
|
150
|
-
:type undo: bool
|
|
149
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
150
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
151
|
+
:type undo: typing.Optional[bool]
|
|
151
152
|
:param type: Type
|
|
152
|
-
:type type: typing.Union[str, int]
|
|
153
|
+
:type type: typing.Optional[typing.Union[str, int]]
|
|
153
154
|
"""
|
|
154
155
|
|
|
155
156
|
...
|
|
156
157
|
|
|
157
158
|
def extrapolation_type(
|
|
158
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
159
|
-
execution_context: typing.Union[str, int] = None,
|
|
160
|
-
undo: bool = None,
|
|
161
|
-
type: typing.Any = "CONSTANT",
|
|
159
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
160
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
161
|
+
undo: typing.Optional[bool] = None,
|
|
162
|
+
type: typing.Optional[typing.Any] = "CONSTANT",
|
|
162
163
|
):
|
|
163
164
|
"""Set extrapolation mode for selected F-Curves
|
|
164
165
|
|
|
165
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
166
|
-
:type execution_context: typing.Union[str, int]
|
|
167
|
-
:type undo: bool
|
|
166
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
167
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
168
|
+
:type undo: typing.Optional[bool]
|
|
168
169
|
:param type: Type
|
|
169
170
|
|
|
170
171
|
CONSTANT
|
|
@@ -178,146 +179,146 @@ def extrapolation_type(
|
|
|
178
179
|
|
|
179
180
|
CLEAR_CYCLIC
|
|
180
181
|
Clear Cyclic (F-Modifier) -- Remove Cycles F-Modifier if not needed anymore.
|
|
181
|
-
:type type: typing.Any
|
|
182
|
+
:type type: typing.Optional[typing.Any]
|
|
182
183
|
"""
|
|
183
184
|
|
|
184
185
|
...
|
|
185
186
|
|
|
186
187
|
def frame_jump(
|
|
187
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
188
|
-
execution_context: typing.Union[str, int] = None,
|
|
189
|
-
undo: bool = None,
|
|
188
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
189
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
190
|
+
undo: typing.Optional[bool] = None,
|
|
190
191
|
):
|
|
191
192
|
"""Set the current frame to the average frame value of selected keyframes
|
|
192
193
|
|
|
193
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
194
|
-
:type execution_context: typing.Union[str, int]
|
|
195
|
-
:type undo: bool
|
|
194
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
195
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
196
|
+
:type undo: typing.Optional[bool]
|
|
196
197
|
"""
|
|
197
198
|
|
|
198
199
|
...
|
|
199
200
|
|
|
200
201
|
def handle_type(
|
|
201
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
202
|
-
execution_context: typing.Union[str, int] = None,
|
|
203
|
-
undo: bool = None,
|
|
204
|
-
type: typing.Union[str, int] = "FREE",
|
|
202
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
203
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
204
|
+
undo: typing.Optional[bool] = None,
|
|
205
|
+
type: typing.Optional[typing.Union[str, int]] = "FREE",
|
|
205
206
|
):
|
|
206
207
|
"""Set type of handle for selected keyframes
|
|
207
208
|
|
|
208
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
209
|
-
:type execution_context: typing.Union[str, int]
|
|
210
|
-
:type undo: bool
|
|
209
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
210
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
211
|
+
:type undo: typing.Optional[bool]
|
|
211
212
|
:param type: Type
|
|
212
|
-
:type type: typing.Union[str, int]
|
|
213
|
+
:type type: typing.Optional[typing.Union[str, int]]
|
|
213
214
|
"""
|
|
214
215
|
|
|
215
216
|
...
|
|
216
217
|
|
|
217
218
|
def interpolation_type(
|
|
218
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
219
|
-
execution_context: typing.Union[str, int] = None,
|
|
220
|
-
undo: bool = None,
|
|
221
|
-
type: typing.Union[str, int] = "CONSTANT",
|
|
219
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
220
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
221
|
+
undo: typing.Optional[bool] = None,
|
|
222
|
+
type: typing.Optional[typing.Union[str, int]] = "CONSTANT",
|
|
222
223
|
):
|
|
223
224
|
"""Set interpolation mode for the F-Curve segments starting from the selected keyframes
|
|
224
225
|
|
|
225
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
226
|
-
:type execution_context: typing.Union[str, int]
|
|
227
|
-
:type undo: bool
|
|
226
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
227
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
228
|
+
:type undo: typing.Optional[bool]
|
|
228
229
|
:param type: Type
|
|
229
|
-
:type type: typing.Union[str, int]
|
|
230
|
+
:type type: typing.Optional[typing.Union[str, int]]
|
|
230
231
|
"""
|
|
231
232
|
|
|
232
233
|
...
|
|
233
234
|
|
|
234
235
|
def keyframe_insert(
|
|
235
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
236
|
-
execution_context: typing.Union[str, int] = None,
|
|
237
|
-
undo: bool = None,
|
|
238
|
-
type: typing.Any = "ALL",
|
|
236
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
237
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
238
|
+
undo: typing.Optional[bool] = None,
|
|
239
|
+
type: typing.Optional[typing.Any] = "ALL",
|
|
239
240
|
):
|
|
240
241
|
"""Insert keyframes for the specified channels
|
|
241
242
|
|
|
242
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
243
|
-
:type execution_context: typing.Union[str, int]
|
|
244
|
-
:type undo: bool
|
|
243
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
244
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
245
|
+
:type undo: typing.Optional[bool]
|
|
245
246
|
:param type: Type
|
|
246
|
-
:type type: typing.Any
|
|
247
|
+
:type type: typing.Optional[typing.Any]
|
|
247
248
|
"""
|
|
248
249
|
|
|
249
250
|
...
|
|
250
251
|
|
|
251
252
|
def keyframe_type(
|
|
252
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
253
|
-
execution_context: typing.Union[str, int] = None,
|
|
254
|
-
undo: bool = None,
|
|
255
|
-
type: typing.Union[str, int] = "KEYFRAME",
|
|
253
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
254
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
255
|
+
undo: typing.Optional[bool] = None,
|
|
256
|
+
type: typing.Optional[typing.Union[str, int]] = "KEYFRAME",
|
|
256
257
|
):
|
|
257
258
|
"""Set type of keyframe for the selected keyframes
|
|
258
259
|
|
|
259
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
260
|
-
:type execution_context: typing.Union[str, int]
|
|
261
|
-
:type undo: bool
|
|
260
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
261
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
262
|
+
:type undo: typing.Optional[bool]
|
|
262
263
|
:param type: Type
|
|
263
|
-
:type type: typing.Union[str, int]
|
|
264
|
+
:type type: typing.Optional[typing.Union[str, int]]
|
|
264
265
|
"""
|
|
265
266
|
|
|
266
267
|
...
|
|
267
268
|
|
|
268
269
|
def layer_next(
|
|
269
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
270
|
-
execution_context: typing.Union[str, int] = None,
|
|
271
|
-
undo: bool = None,
|
|
270
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
271
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
272
|
+
undo: typing.Optional[bool] = None,
|
|
272
273
|
):
|
|
273
274
|
"""Switch to editing action in animation layer above the current action in the NLA Stack
|
|
274
275
|
|
|
275
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
276
|
-
:type execution_context: typing.Union[str, int]
|
|
277
|
-
:type undo: bool
|
|
276
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
277
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
278
|
+
:type undo: typing.Optional[bool]
|
|
278
279
|
"""
|
|
279
280
|
|
|
280
281
|
...
|
|
281
282
|
|
|
282
283
|
def layer_prev(
|
|
283
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
284
|
-
execution_context: typing.Union[str, int] = None,
|
|
285
|
-
undo: bool = None,
|
|
284
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
285
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
286
|
+
undo: typing.Optional[bool] = None,
|
|
286
287
|
):
|
|
287
288
|
"""Switch to editing action in animation layer below the current action in the NLA Stack
|
|
288
289
|
|
|
289
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
290
|
-
:type execution_context: typing.Union[str, int]
|
|
291
|
-
:type undo: bool
|
|
290
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
291
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
292
|
+
:type undo: typing.Optional[bool]
|
|
292
293
|
"""
|
|
293
294
|
|
|
294
295
|
...
|
|
295
296
|
|
|
296
297
|
def markers_make_local(
|
|
297
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
298
|
-
execution_context: typing.Union[str, int] = None,
|
|
299
|
-
undo: bool = None,
|
|
298
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
299
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
300
|
+
undo: typing.Optional[bool] = None,
|
|
300
301
|
):
|
|
301
302
|
"""Move selected scene markers to the active Action as local 'pose' markers
|
|
302
303
|
|
|
303
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
304
|
-
:type execution_context: typing.Union[str, int]
|
|
305
|
-
:type undo: bool
|
|
304
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
305
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
306
|
+
:type undo: typing.Optional[bool]
|
|
306
307
|
"""
|
|
307
308
|
|
|
308
309
|
...
|
|
309
310
|
|
|
310
311
|
def mirror(
|
|
311
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
312
|
-
execution_context: typing.Union[str, int] = None,
|
|
313
|
-
undo: bool = None,
|
|
314
|
-
type: typing.Any = "CFRA",
|
|
312
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
313
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
314
|
+
undo: typing.Optional[bool] = None,
|
|
315
|
+
type: typing.Optional[typing.Any] = "CFRA",
|
|
315
316
|
):
|
|
316
317
|
"""Flip selected keyframes over the selected mirror line
|
|
317
318
|
|
|
318
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
319
|
-
:type execution_context: typing.Union[str, int]
|
|
320
|
-
:type undo: bool
|
|
319
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
320
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
321
|
+
:type undo: typing.Optional[bool]
|
|
321
322
|
:param type: Type
|
|
322
323
|
|
|
323
324
|
CFRA
|
|
@@ -328,87 +329,87 @@ def mirror(
|
|
|
328
329
|
|
|
329
330
|
MARKER
|
|
330
331
|
By Times Over First Selected Marker -- Flip times of selected keyframes using the first selected marker as the reference point.
|
|
331
|
-
:type type: typing.Any
|
|
332
|
+
:type type: typing.Optional[typing.Any]
|
|
332
333
|
"""
|
|
333
334
|
|
|
334
335
|
...
|
|
335
336
|
|
|
336
337
|
def new(
|
|
337
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
338
|
-
execution_context: typing.Union[str, int] = None,
|
|
339
|
-
undo: bool = None,
|
|
338
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
339
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
340
|
+
undo: typing.Optional[bool] = None,
|
|
340
341
|
):
|
|
341
342
|
"""Create new action
|
|
342
343
|
|
|
343
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
344
|
-
:type execution_context: typing.Union[str, int]
|
|
345
|
-
:type undo: bool
|
|
344
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
345
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
346
|
+
:type undo: typing.Optional[bool]
|
|
346
347
|
"""
|
|
347
348
|
|
|
348
349
|
...
|
|
349
350
|
|
|
350
351
|
def paste(
|
|
351
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
352
|
-
execution_context: typing.Union[str, int] = None,
|
|
353
|
-
undo: bool = None,
|
|
354
|
-
offset: typing.Union[str, int] = "START",
|
|
355
|
-
merge: typing.Union[str, int] = "MIX",
|
|
356
|
-
flipped: typing.Union[bool, typing.Any] = False,
|
|
352
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
353
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
354
|
+
undo: typing.Optional[bool] = None,
|
|
355
|
+
offset: typing.Optional[typing.Union[str, int]] = "START",
|
|
356
|
+
merge: typing.Optional[typing.Union[str, int]] = "MIX",
|
|
357
|
+
flipped: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
357
358
|
):
|
|
358
359
|
"""Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
|
|
359
360
|
|
|
360
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
361
|
-
:type execution_context: typing.Union[str, int]
|
|
362
|
-
:type undo: bool
|
|
361
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
362
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
363
|
+
:type undo: typing.Optional[bool]
|
|
363
364
|
:param offset: Offset, Paste time offset of keys
|
|
364
|
-
:type offset: typing.Union[str, int]
|
|
365
|
+
:type offset: typing.Optional[typing.Union[str, int]]
|
|
365
366
|
:param merge: Type, Method of merging pasted keys and existing
|
|
366
|
-
:type merge: typing.Union[str, int]
|
|
367
|
+
:type merge: typing.Optional[typing.Union[str, int]]
|
|
367
368
|
:param flipped: Flipped, Paste keyframes from mirrored bones if they exist
|
|
368
|
-
:type flipped: typing.Union[bool, typing.Any]
|
|
369
|
+
:type flipped: typing.Optional[typing.Union[bool, typing.Any]]
|
|
369
370
|
"""
|
|
370
371
|
|
|
371
372
|
...
|
|
372
373
|
|
|
373
374
|
def previewrange_set(
|
|
374
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
375
|
-
execution_context: typing.Union[str, int] = None,
|
|
376
|
-
undo: bool = None,
|
|
375
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
376
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
377
|
+
undo: typing.Optional[bool] = None,
|
|
377
378
|
):
|
|
378
379
|
"""Set Preview Range based on extents of selected Keyframes
|
|
379
380
|
|
|
380
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
381
|
-
:type execution_context: typing.Union[str, int]
|
|
382
|
-
:type undo: bool
|
|
381
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
382
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
383
|
+
:type undo: typing.Optional[bool]
|
|
383
384
|
"""
|
|
384
385
|
|
|
385
386
|
...
|
|
386
387
|
|
|
387
388
|
def push_down(
|
|
388
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
389
|
-
execution_context: typing.Union[str, int] = None,
|
|
390
|
-
undo: bool = None,
|
|
389
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
390
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
391
|
+
undo: typing.Optional[bool] = None,
|
|
391
392
|
):
|
|
392
393
|
"""Push action down on to the NLA stack as a new strip
|
|
393
394
|
|
|
394
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
395
|
-
:type execution_context: typing.Union[str, int]
|
|
396
|
-
:type undo: bool
|
|
395
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
396
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
397
|
+
:type undo: typing.Optional[bool]
|
|
397
398
|
"""
|
|
398
399
|
|
|
399
400
|
...
|
|
400
401
|
|
|
401
402
|
def select_all(
|
|
402
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
403
|
-
execution_context: typing.Union[str, int] = None,
|
|
404
|
-
undo: bool = None,
|
|
405
|
-
action: typing.Any = "TOGGLE",
|
|
403
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
404
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
405
|
+
undo: typing.Optional[bool] = None,
|
|
406
|
+
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
406
407
|
):
|
|
407
408
|
"""Toggle selection of all keyframes
|
|
408
409
|
|
|
409
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
410
|
-
:type execution_context: typing.Union[str, int]
|
|
411
|
-
:type undo: bool
|
|
410
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
411
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
412
|
+
:type undo: typing.Optional[bool]
|
|
412
413
|
:param action: Action, Selection action to execute
|
|
413
414
|
|
|
414
415
|
TOGGLE
|
|
@@ -422,41 +423,41 @@ def select_all(
|
|
|
422
423
|
|
|
423
424
|
INVERT
|
|
424
425
|
Invert -- Invert selection of all elements.
|
|
425
|
-
:type action: typing.Any
|
|
426
|
+
:type action: typing.Optional[typing.Any]
|
|
426
427
|
"""
|
|
427
428
|
|
|
428
429
|
...
|
|
429
430
|
|
|
430
431
|
def select_box(
|
|
431
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
432
|
-
execution_context: typing.Union[str, int] = None,
|
|
433
|
-
undo: bool = None,
|
|
434
|
-
axis_range: typing.Union[bool, typing.Any] = False,
|
|
435
|
-
xmin: typing.Any = 0,
|
|
436
|
-
xmax: typing.Any = 0,
|
|
437
|
-
ymin: typing.Any = 0,
|
|
438
|
-
ymax: typing.Any = 0,
|
|
439
|
-
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
440
|
-
mode: typing.Any = "SET",
|
|
441
|
-
tweak: typing.Union[bool, typing.Any] = False,
|
|
432
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
433
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
434
|
+
undo: typing.Optional[bool] = None,
|
|
435
|
+
axis_range: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
436
|
+
xmin: typing.Optional[typing.Any] = 0,
|
|
437
|
+
xmax: typing.Optional[typing.Any] = 0,
|
|
438
|
+
ymin: typing.Optional[typing.Any] = 0,
|
|
439
|
+
ymax: typing.Optional[typing.Any] = 0,
|
|
440
|
+
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
441
|
+
mode: typing.Optional[typing.Any] = "SET",
|
|
442
|
+
tweak: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
442
443
|
):
|
|
443
444
|
"""Select all keyframes within the specified region
|
|
444
445
|
|
|
445
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
446
|
-
:type execution_context: typing.Union[str, int]
|
|
447
|
-
:type undo: bool
|
|
446
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
447
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
448
|
+
:type undo: typing.Optional[bool]
|
|
448
449
|
:param axis_range: Axis Range
|
|
449
|
-
:type axis_range: typing.Union[bool, typing.Any]
|
|
450
|
+
:type axis_range: typing.Optional[typing.Union[bool, typing.Any]]
|
|
450
451
|
:param xmin: X Min
|
|
451
|
-
:type xmin: typing.Any
|
|
452
|
+
:type xmin: typing.Optional[typing.Any]
|
|
452
453
|
:param xmax: X Max
|
|
453
|
-
:type xmax: typing.Any
|
|
454
|
+
:type xmax: typing.Optional[typing.Any]
|
|
454
455
|
:param ymin: Y Min
|
|
455
|
-
:type ymin: typing.Any
|
|
456
|
+
:type ymin: typing.Optional[typing.Any]
|
|
456
457
|
:param ymax: Y Max
|
|
457
|
-
:type ymax: typing.Any
|
|
458
|
+
:type ymax: typing.Optional[typing.Any]
|
|
458
459
|
:param wait_for_input: Wait for Input
|
|
459
|
-
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
460
|
+
:type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
|
|
460
461
|
:param mode: Mode
|
|
461
462
|
|
|
462
463
|
SET
|
|
@@ -467,36 +468,36 @@ def select_box(
|
|
|
467
468
|
|
|
468
469
|
SUB
|
|
469
470
|
Subtract -- Subtract existing selection.
|
|
470
|
-
:type mode: typing.Any
|
|
471
|
+
:type mode: typing.Optional[typing.Any]
|
|
471
472
|
:param tweak: Tweak, Operator has been activated using a click-drag event
|
|
472
|
-
:type tweak: typing.Union[bool, typing.Any]
|
|
473
|
+
:type tweak: typing.Optional[typing.Union[bool, typing.Any]]
|
|
473
474
|
"""
|
|
474
475
|
|
|
475
476
|
...
|
|
476
477
|
|
|
477
478
|
def select_circle(
|
|
478
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
479
|
-
execution_context: typing.Union[str, int] = None,
|
|
480
|
-
undo: bool = None,
|
|
481
|
-
x: typing.Any = 0,
|
|
482
|
-
y: typing.Any = 0,
|
|
483
|
-
radius: typing.Any = 25,
|
|
484
|
-
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
485
|
-
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
|
+
x: typing.Optional[typing.Any] = 0,
|
|
483
|
+
y: typing.Optional[typing.Any] = 0,
|
|
484
|
+
radius: typing.Optional[typing.Any] = 25,
|
|
485
|
+
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
486
|
+
mode: typing.Optional[typing.Any] = "SET",
|
|
486
487
|
):
|
|
487
488
|
"""Select keyframe points using circle selection
|
|
488
489
|
|
|
489
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
490
|
-
:type execution_context: typing.Union[str, int]
|
|
491
|
-
:type undo: bool
|
|
490
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
491
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
492
|
+
:type undo: typing.Optional[bool]
|
|
492
493
|
:param x: X
|
|
493
|
-
:type x: typing.Any
|
|
494
|
+
:type x: typing.Optional[typing.Any]
|
|
494
495
|
:param y: Y
|
|
495
|
-
:type y: typing.Any
|
|
496
|
+
:type y: typing.Optional[typing.Any]
|
|
496
497
|
:param radius: Radius
|
|
497
|
-
:type radius: typing.Any
|
|
498
|
+
:type radius: typing.Optional[typing.Any]
|
|
498
499
|
:param wait_for_input: Wait for Input
|
|
499
|
-
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
500
|
+
:type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
|
|
500
501
|
:param mode: Mode
|
|
501
502
|
|
|
502
503
|
SET
|
|
@@ -507,42 +508,44 @@ def select_circle(
|
|
|
507
508
|
|
|
508
509
|
SUB
|
|
509
510
|
Subtract -- Subtract existing selection.
|
|
510
|
-
:type mode: typing.Any
|
|
511
|
+
:type mode: typing.Optional[typing.Any]
|
|
511
512
|
"""
|
|
512
513
|
|
|
513
514
|
...
|
|
514
515
|
|
|
515
516
|
def select_column(
|
|
516
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
517
|
-
execution_context: typing.Union[str, int] = None,
|
|
518
|
-
undo: bool = None,
|
|
519
|
-
mode: typing.Any = "KEYS",
|
|
517
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
518
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
519
|
+
undo: typing.Optional[bool] = None,
|
|
520
|
+
mode: typing.Optional[typing.Any] = "KEYS",
|
|
520
521
|
):
|
|
521
522
|
"""Select all keyframes on the specified frame(s)
|
|
522
523
|
|
|
523
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
524
|
-
:type execution_context: typing.Union[str, int]
|
|
525
|
-
:type undo: bool
|
|
524
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
525
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
526
|
+
:type undo: typing.Optional[bool]
|
|
526
527
|
:param mode: Mode
|
|
527
|
-
:type mode: typing.Any
|
|
528
|
+
:type mode: typing.Optional[typing.Any]
|
|
528
529
|
"""
|
|
529
530
|
|
|
530
531
|
...
|
|
531
532
|
|
|
532
533
|
def select_lasso(
|
|
533
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
534
|
-
execution_context: typing.Union[str, int] = None,
|
|
535
|
-
undo: bool = None,
|
|
536
|
-
path:
|
|
537
|
-
|
|
534
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
535
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
536
|
+
undo: typing.Optional[bool] = None,
|
|
537
|
+
path: typing.Optional[
|
|
538
|
+
bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
|
|
539
|
+
] = None,
|
|
540
|
+
mode: typing.Optional[typing.Any] = "SET",
|
|
538
541
|
):
|
|
539
542
|
"""Select keyframe points using lasso selection
|
|
540
543
|
|
|
541
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
542
|
-
:type execution_context: typing.Union[str, int]
|
|
543
|
-
:type undo: bool
|
|
544
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
545
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
546
|
+
:type undo: typing.Optional[bool]
|
|
544
547
|
:param path: Path
|
|
545
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
|
|
548
|
+
:type path: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]]
|
|
546
549
|
:param mode: Mode
|
|
547
550
|
|
|
548
551
|
SET
|
|
@@ -553,84 +556,84 @@ def select_lasso(
|
|
|
553
556
|
|
|
554
557
|
SUB
|
|
555
558
|
Subtract -- Subtract existing selection.
|
|
556
|
-
:type mode: typing.Any
|
|
559
|
+
:type mode: typing.Optional[typing.Any]
|
|
557
560
|
"""
|
|
558
561
|
|
|
559
562
|
...
|
|
560
563
|
|
|
561
564
|
def select_leftright(
|
|
562
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
563
|
-
execution_context: typing.Union[str, int] = None,
|
|
564
|
-
undo: bool = None,
|
|
565
|
-
mode: typing.Any = "CHECK",
|
|
566
|
-
extend: typing.Union[bool, typing.Any] = False,
|
|
565
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
566
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
567
|
+
undo: typing.Optional[bool] = None,
|
|
568
|
+
mode: typing.Optional[typing.Any] = "CHECK",
|
|
569
|
+
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
567
570
|
):
|
|
568
571
|
"""Select keyframes to the left or the right of the current frame
|
|
569
572
|
|
|
570
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
571
|
-
:type execution_context: typing.Union[str, int]
|
|
572
|
-
:type undo: bool
|
|
573
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
574
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
575
|
+
:type undo: typing.Optional[bool]
|
|
573
576
|
:param mode: Mode
|
|
574
|
-
:type mode: typing.Any
|
|
577
|
+
:type mode: typing.Optional[typing.Any]
|
|
575
578
|
:param extend: Extend Select
|
|
576
|
-
:type extend: typing.Union[bool, typing.Any]
|
|
579
|
+
:type extend: typing.Optional[typing.Union[bool, typing.Any]]
|
|
577
580
|
"""
|
|
578
581
|
|
|
579
582
|
...
|
|
580
583
|
|
|
581
584
|
def select_less(
|
|
582
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
583
|
-
execution_context: typing.Union[str, int] = None,
|
|
584
|
-
undo: bool = None,
|
|
585
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
586
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
587
|
+
undo: typing.Optional[bool] = None,
|
|
585
588
|
):
|
|
586
589
|
"""Deselect keyframes on ends of selection islands
|
|
587
590
|
|
|
588
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
589
|
-
:type execution_context: typing.Union[str, int]
|
|
590
|
-
:type undo: bool
|
|
591
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
592
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
593
|
+
:type undo: typing.Optional[bool]
|
|
591
594
|
"""
|
|
592
595
|
|
|
593
596
|
...
|
|
594
597
|
|
|
595
598
|
def select_linked(
|
|
596
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
597
|
-
execution_context: typing.Union[str, int] = None,
|
|
598
|
-
undo: bool = None,
|
|
599
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
600
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
601
|
+
undo: typing.Optional[bool] = None,
|
|
599
602
|
):
|
|
600
603
|
"""Select keyframes occurring in the same F-Curves as selected ones
|
|
601
604
|
|
|
602
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
603
|
-
:type execution_context: typing.Union[str, int]
|
|
604
|
-
:type undo: bool
|
|
605
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
606
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
607
|
+
:type undo: typing.Optional[bool]
|
|
605
608
|
"""
|
|
606
609
|
|
|
607
610
|
...
|
|
608
611
|
|
|
609
612
|
def select_more(
|
|
610
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
611
|
-
execution_context: typing.Union[str, int] = None,
|
|
612
|
-
undo: bool = None,
|
|
613
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
614
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
615
|
+
undo: typing.Optional[bool] = None,
|
|
613
616
|
):
|
|
614
617
|
"""Select keyframes beside already selected ones
|
|
615
618
|
|
|
616
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
617
|
-
:type execution_context: typing.Union[str, int]
|
|
618
|
-
:type undo: bool
|
|
619
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
620
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
621
|
+
:type undo: typing.Optional[bool]
|
|
619
622
|
"""
|
|
620
623
|
|
|
621
624
|
...
|
|
622
625
|
|
|
623
626
|
def snap(
|
|
624
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
625
|
-
execution_context: typing.Union[str, int] = None,
|
|
626
|
-
undo: bool = None,
|
|
627
|
-
type: typing.Any = "CFRA",
|
|
627
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
628
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
629
|
+
undo: typing.Optional[bool] = None,
|
|
630
|
+
type: typing.Optional[typing.Any] = "CFRA",
|
|
628
631
|
):
|
|
629
632
|
"""Snap selected keyframes to the times specified
|
|
630
633
|
|
|
631
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
632
|
-
:type execution_context: typing.Union[str, int]
|
|
633
|
-
:type undo: bool
|
|
634
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
635
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
636
|
+
:type undo: typing.Optional[bool]
|
|
634
637
|
:param type: Type
|
|
635
638
|
|
|
636
639
|
CFRA
|
|
@@ -644,97 +647,97 @@ def snap(
|
|
|
644
647
|
|
|
645
648
|
NEAREST_MARKER
|
|
646
649
|
Selection to Nearest Marker -- Snap selected keyframes to the nearest marker.
|
|
647
|
-
:type type: typing.Any
|
|
650
|
+
:type type: typing.Optional[typing.Any]
|
|
648
651
|
"""
|
|
649
652
|
|
|
650
653
|
...
|
|
651
654
|
|
|
652
655
|
def stash(
|
|
653
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
654
|
-
execution_context: typing.Union[str, int] = None,
|
|
655
|
-
undo: bool = None,
|
|
656
|
-
create_new: typing.Union[bool, typing.Any] = True,
|
|
656
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
657
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
658
|
+
undo: typing.Optional[bool] = None,
|
|
659
|
+
create_new: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
657
660
|
):
|
|
658
661
|
"""Store this action in the NLA stack as a non-contributing strip for later use
|
|
659
662
|
|
|
660
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
661
|
-
:type execution_context: typing.Union[str, int]
|
|
662
|
-
:type undo: bool
|
|
663
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
664
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
665
|
+
:type undo: typing.Optional[bool]
|
|
663
666
|
:param create_new: Create New Action, Create a new action once the existing one has been safely stored
|
|
664
|
-
:type create_new: typing.Union[bool, typing.Any]
|
|
667
|
+
:type create_new: typing.Optional[typing.Union[bool, typing.Any]]
|
|
665
668
|
"""
|
|
666
669
|
|
|
667
670
|
...
|
|
668
671
|
|
|
669
672
|
def stash_and_create(
|
|
670
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
671
|
-
execution_context: typing.Union[str, int] = None,
|
|
672
|
-
undo: bool = None,
|
|
673
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
674
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
675
|
+
undo: typing.Optional[bool] = None,
|
|
673
676
|
):
|
|
674
677
|
"""Store this action in the NLA stack as a non-contributing strip for later use, and create a new action
|
|
675
678
|
|
|
676
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
677
|
-
:type execution_context: typing.Union[str, int]
|
|
678
|
-
:type undo: bool
|
|
679
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
680
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
681
|
+
:type undo: typing.Optional[bool]
|
|
679
682
|
"""
|
|
680
683
|
|
|
681
684
|
...
|
|
682
685
|
|
|
683
686
|
def unlink(
|
|
684
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
685
|
-
execution_context: typing.Union[str, int] = None,
|
|
686
|
-
undo: bool = None,
|
|
687
|
-
force_delete: typing.Union[bool, typing.Any] = False,
|
|
687
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
688
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
689
|
+
undo: typing.Optional[bool] = None,
|
|
690
|
+
force_delete: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
688
691
|
):
|
|
689
692
|
"""Unlink this action from the active action slot (and/or exit Tweak Mode)
|
|
690
693
|
|
|
691
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
692
|
-
:type execution_context: typing.Union[str, int]
|
|
693
|
-
:type undo: bool
|
|
694
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
695
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
696
|
+
:type undo: typing.Optional[bool]
|
|
694
697
|
:param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-block's NLA stack
|
|
695
|
-
:type force_delete: typing.Union[bool, typing.Any]
|
|
698
|
+
:type force_delete: typing.Optional[typing.Union[bool, typing.Any]]
|
|
696
699
|
"""
|
|
697
700
|
|
|
698
701
|
...
|
|
699
702
|
|
|
700
703
|
def view_all(
|
|
701
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
702
|
-
execution_context: typing.Union[str, int] = None,
|
|
703
|
-
undo: bool = None,
|
|
704
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
705
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
706
|
+
undo: typing.Optional[bool] = None,
|
|
704
707
|
):
|
|
705
708
|
"""Reset viewable area to show full keyframe range
|
|
706
709
|
|
|
707
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
708
|
-
:type execution_context: typing.Union[str, int]
|
|
709
|
-
:type undo: bool
|
|
710
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
711
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
712
|
+
:type undo: typing.Optional[bool]
|
|
710
713
|
"""
|
|
711
714
|
|
|
712
715
|
...
|
|
713
716
|
|
|
714
717
|
def view_frame(
|
|
715
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
716
|
-
execution_context: typing.Union[str, int] = None,
|
|
717
|
-
undo: bool = None,
|
|
718
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
719
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
720
|
+
undo: typing.Optional[bool] = None,
|
|
718
721
|
):
|
|
719
722
|
"""Move the view to the current frame
|
|
720
723
|
|
|
721
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
722
|
-
:type execution_context: typing.Union[str, int]
|
|
723
|
-
:type undo: bool
|
|
724
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
725
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
726
|
+
:type undo: typing.Optional[bool]
|
|
724
727
|
"""
|
|
725
728
|
|
|
726
729
|
...
|
|
727
730
|
|
|
728
731
|
def view_selected(
|
|
729
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
730
|
-
execution_context: typing.Union[str, int] = None,
|
|
731
|
-
undo: bool = None,
|
|
732
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
733
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
734
|
+
undo: typing.Optional[bool] = None,
|
|
732
735
|
):
|
|
733
736
|
"""Reset viewable area to show selected keyframes range
|
|
734
737
|
|
|
735
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
736
|
-
:type execution_context: typing.Union[str, int]
|
|
737
|
-
:type undo: bool
|
|
738
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
739
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
740
|
+
:type undo: typing.Optional[bool]
|
|
738
741
|
"""
|
|
739
742
|
|
|
740
743
|
...
|