fake-bpy-module 20240420__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 +336 -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 +331 -330
- 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 +103670 -100517
- 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-20240420.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240420.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-20240420.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
bpy/ops/anim/__init__.pyi
CHANGED
|
@@ -4,83 +4,83 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def change_frame(
|
|
7
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context: typing.Union[str, int] = None,
|
|
9
|
-
undo: bool = None,
|
|
10
|
-
frame: typing.Any = 0.0,
|
|
11
|
-
snap: typing.Union[bool, typing.Any] = False,
|
|
7
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
8
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
9
|
+
undo: typing.Optional[bool] = None,
|
|
10
|
+
frame: typing.Optional[typing.Any] = 0.0,
|
|
11
|
+
snap: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
12
12
|
):
|
|
13
13
|
"""Interactively change the current frame number
|
|
14
14
|
|
|
15
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
16
|
-
:type execution_context: typing.Union[str, int]
|
|
17
|
-
: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]
|
|
18
18
|
:param frame: Frame
|
|
19
|
-
:type frame: typing.Any
|
|
19
|
+
:type frame: typing.Optional[typing.Any]
|
|
20
20
|
:param snap: Snap
|
|
21
|
-
:type snap: typing.Union[bool, typing.Any]
|
|
21
|
+
:type snap: typing.Optional[typing.Union[bool, typing.Any]]
|
|
22
22
|
"""
|
|
23
23
|
|
|
24
24
|
...
|
|
25
25
|
|
|
26
26
|
def channel_select_keys(
|
|
27
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
28
|
-
execution_context: typing.Union[str, int] = None,
|
|
29
|
-
undo: bool = None,
|
|
30
|
-
extend: typing.Union[bool, typing.Any] = False,
|
|
27
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
28
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
29
|
+
undo: typing.Optional[bool] = None,
|
|
30
|
+
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
31
31
|
):
|
|
32
32
|
"""Select all keyframes of channel under mouse
|
|
33
33
|
|
|
34
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
35
|
-
:type execution_context: typing.Union[str, int]
|
|
36
|
-
:type undo: bool
|
|
34
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
35
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
36
|
+
:type undo: typing.Optional[bool]
|
|
37
37
|
:param extend: Extend, Extend selection
|
|
38
|
-
:type extend: typing.Union[bool, typing.Any]
|
|
38
|
+
:type extend: typing.Optional[typing.Union[bool, typing.Any]]
|
|
39
39
|
"""
|
|
40
40
|
|
|
41
41
|
...
|
|
42
42
|
|
|
43
43
|
def channel_view_pick(
|
|
44
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
45
|
-
execution_context: typing.Union[str, int] = None,
|
|
46
|
-
undo: bool = None,
|
|
47
|
-
include_handles: typing.Union[bool, typing.Any] = True,
|
|
48
|
-
use_preview_range: typing.Union[bool, typing.Any] = True,
|
|
44
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
45
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
46
|
+
undo: typing.Optional[bool] = None,
|
|
47
|
+
include_handles: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
48
|
+
use_preview_range: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
49
49
|
):
|
|
50
50
|
"""Reset viewable area to show the channel under the cursor
|
|
51
51
|
|
|
52
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
53
|
-
:type execution_context: typing.Union[str, int]
|
|
54
|
-
:type undo: bool
|
|
52
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
53
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
54
|
+
:type undo: typing.Optional[bool]
|
|
55
55
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
56
|
-
:type include_handles: typing.Union[bool, typing.Any]
|
|
56
|
+
:type include_handles: typing.Optional[typing.Union[bool, typing.Any]]
|
|
57
57
|
:param use_preview_range: Use Preview Range, Ignore frames outside of the preview range
|
|
58
|
-
:type use_preview_range: typing.Union[bool, typing.Any]
|
|
58
|
+
:type use_preview_range: typing.Optional[typing.Union[bool, typing.Any]]
|
|
59
59
|
"""
|
|
60
60
|
|
|
61
61
|
...
|
|
62
62
|
|
|
63
63
|
def channels_bake(
|
|
64
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
65
|
-
execution_context: typing.Union[str, int] = None,
|
|
66
|
-
undo: bool = None,
|
|
67
|
-
range: typing.Any = (0, 0),
|
|
68
|
-
step: typing.Any = 1.0,
|
|
69
|
-
remove_outside_range: typing.Union[bool, typing.Any] = False,
|
|
70
|
-
interpolation_type: typing.Any = "BEZIER",
|
|
71
|
-
bake_modifiers: typing.Union[bool, typing.Any] = True,
|
|
64
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
65
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
66
|
+
undo: typing.Optional[bool] = None,
|
|
67
|
+
range: typing.Optional[typing.Any] = (0, 0),
|
|
68
|
+
step: typing.Optional[typing.Any] = 1.0,
|
|
69
|
+
remove_outside_range: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
70
|
+
interpolation_type: typing.Optional[typing.Any] = "BEZIER",
|
|
71
|
+
bake_modifiers: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
72
72
|
):
|
|
73
73
|
"""Create keyframes following the current shape of F-Curves of selected channels
|
|
74
74
|
|
|
75
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
76
|
-
:type execution_context: typing.Union[str, int]
|
|
77
|
-
:type undo: bool
|
|
75
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
76
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
77
|
+
:type undo: typing.Optional[bool]
|
|
78
78
|
:param range: Frame Range, The range in which to create new keys
|
|
79
|
-
:type range: typing.Any
|
|
79
|
+
:type range: typing.Optional[typing.Any]
|
|
80
80
|
:param step: Frame Step, At which interval to add keys
|
|
81
|
-
:type step: typing.Any
|
|
81
|
+
:type step: typing.Optional[typing.Any]
|
|
82
82
|
:param remove_outside_range: Remove Outside Range, Removes keys outside the given range, leaving only the newly baked
|
|
83
|
-
:type remove_outside_range: typing.Union[bool, typing.Any]
|
|
83
|
+
:type remove_outside_range: typing.Optional[typing.Union[bool, typing.Any]]
|
|
84
84
|
:param interpolation_type: Interpolation Type, Choose the interpolation type with which new keys will be added
|
|
85
85
|
|
|
86
86
|
BEZIER
|
|
@@ -91,143 +91,143 @@ def channels_bake(
|
|
|
91
91
|
|
|
92
92
|
CONST
|
|
93
93
|
Constant -- New keys will be constant.
|
|
94
|
-
:type interpolation_type: typing.Any
|
|
94
|
+
:type interpolation_type: typing.Optional[typing.Any]
|
|
95
95
|
:param bake_modifiers: Bake Modifiers, Bake Modifiers into keyframes and delete them after
|
|
96
|
-
:type bake_modifiers: typing.Union[bool, typing.Any]
|
|
96
|
+
:type bake_modifiers: typing.Optional[typing.Union[bool, typing.Any]]
|
|
97
97
|
"""
|
|
98
98
|
|
|
99
99
|
...
|
|
100
100
|
|
|
101
101
|
def channels_clean_empty(
|
|
102
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
103
|
-
execution_context: typing.Union[str, int] = None,
|
|
104
|
-
undo: bool = None,
|
|
102
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
103
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
104
|
+
undo: typing.Optional[bool] = None,
|
|
105
105
|
):
|
|
106
106
|
"""Delete all empty animation data containers from visible data-blocks
|
|
107
107
|
|
|
108
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
109
|
-
:type execution_context: typing.Union[str, int]
|
|
110
|
-
:type undo: bool
|
|
108
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
109
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
110
|
+
:type undo: typing.Optional[bool]
|
|
111
111
|
"""
|
|
112
112
|
|
|
113
113
|
...
|
|
114
114
|
|
|
115
115
|
def channels_click(
|
|
116
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
117
|
-
execution_context: typing.Union[str, int] = None,
|
|
118
|
-
undo: bool = None,
|
|
119
|
-
extend: typing.Union[bool, typing.Any] = False,
|
|
120
|
-
extend_range: typing.Union[bool, typing.Any] = False,
|
|
121
|
-
children_only: typing.Union[bool, typing.Any] = False,
|
|
116
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
117
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
118
|
+
undo: typing.Optional[bool] = None,
|
|
119
|
+
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
120
|
+
extend_range: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
121
|
+
children_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
122
122
|
):
|
|
123
123
|
"""Handle mouse clicks over animation channels
|
|
124
124
|
|
|
125
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
126
|
-
:type execution_context: typing.Union[str, int]
|
|
127
|
-
:type undo: bool
|
|
125
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
126
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
127
|
+
:type undo: typing.Optional[bool]
|
|
128
128
|
:param extend: Extend Select
|
|
129
|
-
:type extend: typing.Union[bool, typing.Any]
|
|
129
|
+
:type extend: typing.Optional[typing.Union[bool, typing.Any]]
|
|
130
130
|
:param extend_range: Extend Range, Selection of active channel to clicked channel
|
|
131
|
-
:type extend_range: typing.Union[bool, typing.Any]
|
|
131
|
+
:type extend_range: typing.Optional[typing.Union[bool, typing.Any]]
|
|
132
132
|
:param children_only: Select Children Only
|
|
133
|
-
:type children_only: typing.Union[bool, typing.Any]
|
|
133
|
+
:type children_only: typing.Optional[typing.Union[bool, typing.Any]]
|
|
134
134
|
"""
|
|
135
135
|
|
|
136
136
|
...
|
|
137
137
|
|
|
138
138
|
def channels_collapse(
|
|
139
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
140
|
-
execution_context: typing.Union[str, int] = None,
|
|
141
|
-
undo: bool = None,
|
|
142
|
-
all: typing.Union[bool, typing.Any] = True,
|
|
139
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
140
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
141
|
+
undo: typing.Optional[bool] = None,
|
|
142
|
+
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
143
143
|
):
|
|
144
144
|
"""Collapse (close) all selected expandable animation channels
|
|
145
145
|
|
|
146
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
147
|
-
:type execution_context: typing.Union[str, int]
|
|
148
|
-
:type undo: bool
|
|
146
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
147
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
148
|
+
:type undo: typing.Optional[bool]
|
|
149
149
|
:param all: All, Collapse all channels (not just selected ones)
|
|
150
|
-
:type all: typing.Union[bool, typing.Any]
|
|
150
|
+
:type all: typing.Optional[typing.Union[bool, typing.Any]]
|
|
151
151
|
"""
|
|
152
152
|
|
|
153
153
|
...
|
|
154
154
|
|
|
155
155
|
def channels_delete(
|
|
156
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
157
|
-
execution_context: typing.Union[str, int] = None,
|
|
158
|
-
undo: bool = None,
|
|
156
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
157
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
158
|
+
undo: typing.Optional[bool] = None,
|
|
159
159
|
):
|
|
160
160
|
"""Delete all selected animation channels
|
|
161
161
|
|
|
162
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
163
|
-
:type execution_context: typing.Union[str, int]
|
|
164
|
-
:type undo: bool
|
|
162
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
163
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
164
|
+
:type undo: typing.Optional[bool]
|
|
165
165
|
"""
|
|
166
166
|
|
|
167
167
|
...
|
|
168
168
|
|
|
169
169
|
def channels_editable_toggle(
|
|
170
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
171
|
-
execution_context: typing.Union[str, int] = None,
|
|
172
|
-
undo: bool = None,
|
|
173
|
-
mode: typing.Any = "TOGGLE",
|
|
174
|
-
type: typing.Any = "PROTECT",
|
|
170
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
171
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
172
|
+
undo: typing.Optional[bool] = None,
|
|
173
|
+
mode: typing.Optional[typing.Any] = "TOGGLE",
|
|
174
|
+
type: typing.Optional[typing.Any] = "PROTECT",
|
|
175
175
|
):
|
|
176
176
|
"""Toggle editability of selected channels
|
|
177
177
|
|
|
178
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
179
|
-
:type execution_context: typing.Union[str, int]
|
|
180
|
-
:type undo: bool
|
|
178
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
179
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
180
|
+
:type undo: typing.Optional[bool]
|
|
181
181
|
:param mode: Mode
|
|
182
|
-
:type mode: typing.Any
|
|
182
|
+
:type mode: typing.Optional[typing.Any]
|
|
183
183
|
:param type: Type
|
|
184
|
-
:type type: typing.Any
|
|
184
|
+
:type type: typing.Optional[typing.Any]
|
|
185
185
|
"""
|
|
186
186
|
|
|
187
187
|
...
|
|
188
188
|
|
|
189
189
|
def channels_expand(
|
|
190
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
191
|
-
execution_context: typing.Union[str, int] = None,
|
|
192
|
-
undo: bool = None,
|
|
193
|
-
all: typing.Union[bool, typing.Any] = True,
|
|
190
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
191
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
192
|
+
undo: typing.Optional[bool] = None,
|
|
193
|
+
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
194
194
|
):
|
|
195
195
|
"""Expand (open) all selected expandable animation channels
|
|
196
196
|
|
|
197
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
198
|
-
:type execution_context: typing.Union[str, int]
|
|
199
|
-
:type undo: bool
|
|
197
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
198
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
199
|
+
:type undo: typing.Optional[bool]
|
|
200
200
|
:param all: All, Expand all channels (not just selected ones)
|
|
201
|
-
:type all: typing.Union[bool, typing.Any]
|
|
201
|
+
:type all: typing.Optional[typing.Union[bool, typing.Any]]
|
|
202
202
|
"""
|
|
203
203
|
|
|
204
204
|
...
|
|
205
205
|
|
|
206
206
|
def channels_fcurves_enable(
|
|
207
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
208
|
-
execution_context: typing.Union[str, int] = None,
|
|
209
|
-
undo: bool = None,
|
|
207
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
208
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
209
|
+
undo: typing.Optional[bool] = None,
|
|
210
210
|
):
|
|
211
211
|
"""Clear 'disabled' tag from all F-Curves to get broken F-Curves working again
|
|
212
212
|
|
|
213
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
214
|
-
:type execution_context: typing.Union[str, int]
|
|
215
|
-
:type undo: bool
|
|
213
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
214
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
215
|
+
:type undo: typing.Optional[bool]
|
|
216
216
|
"""
|
|
217
217
|
|
|
218
218
|
...
|
|
219
219
|
|
|
220
220
|
def channels_group(
|
|
221
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
222
|
-
execution_context: typing.Union[str, int] = None,
|
|
223
|
-
undo: bool = None,
|
|
221
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
222
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
223
|
+
undo: typing.Optional[bool] = None,
|
|
224
224
|
name: typing.Union[str, typing.Any] = "New Group",
|
|
225
225
|
):
|
|
226
226
|
"""Add selected F-Curves to a new group
|
|
227
227
|
|
|
228
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
229
|
-
:type execution_context: typing.Union[str, int]
|
|
230
|
-
:type undo: bool
|
|
228
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
229
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
230
|
+
:type undo: typing.Optional[bool]
|
|
231
231
|
:param name: Name, Name of newly created group
|
|
232
232
|
:type name: typing.Union[str, typing.Any]
|
|
233
233
|
"""
|
|
@@ -235,47 +235,47 @@ def channels_group(
|
|
|
235
235
|
...
|
|
236
236
|
|
|
237
237
|
def channels_move(
|
|
238
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
239
|
-
execution_context: typing.Union[str, int] = None,
|
|
240
|
-
undo: bool = None,
|
|
241
|
-
direction: typing.Any = "DOWN",
|
|
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
|
+
direction: typing.Optional[typing.Any] = "DOWN",
|
|
242
242
|
):
|
|
243
243
|
"""Rearrange selected animation channels
|
|
244
244
|
|
|
245
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
246
|
-
:type execution_context: typing.Union[str, int]
|
|
247
|
-
: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]
|
|
248
248
|
:param direction: Direction
|
|
249
|
-
:type direction: typing.Any
|
|
249
|
+
:type direction: typing.Optional[typing.Any]
|
|
250
250
|
"""
|
|
251
251
|
|
|
252
252
|
...
|
|
253
253
|
|
|
254
254
|
def channels_rename(
|
|
255
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
256
|
-
execution_context: typing.Union[str, int] = None,
|
|
257
|
-
undo: bool = None,
|
|
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
258
|
):
|
|
259
259
|
"""Rename animation channel under mouse
|
|
260
260
|
|
|
261
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
262
|
-
:type execution_context: typing.Union[str, int]
|
|
263
|
-
:type undo: bool
|
|
261
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
262
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
263
|
+
:type undo: typing.Optional[bool]
|
|
264
264
|
"""
|
|
265
265
|
|
|
266
266
|
...
|
|
267
267
|
|
|
268
268
|
def channels_select_all(
|
|
269
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
270
|
-
execution_context: typing.Union[str, int] = None,
|
|
271
|
-
undo: bool = None,
|
|
272
|
-
action: typing.Any = "TOGGLE",
|
|
269
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
270
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
271
|
+
undo: typing.Optional[bool] = None,
|
|
272
|
+
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
273
273
|
):
|
|
274
274
|
"""Toggle selection of all animation channels
|
|
275
275
|
|
|
276
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
277
|
-
:type execution_context: typing.Union[str, int]
|
|
278
|
-
: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]
|
|
279
279
|
:param action: Action, Selection action to execute
|
|
280
280
|
|
|
281
281
|
TOGGLE
|
|
@@ -289,323 +289,323 @@ def channels_select_all(
|
|
|
289
289
|
|
|
290
290
|
INVERT
|
|
291
291
|
Invert -- Invert selection of all elements.
|
|
292
|
-
:type action: typing.Any
|
|
292
|
+
:type action: typing.Optional[typing.Any]
|
|
293
293
|
"""
|
|
294
294
|
|
|
295
295
|
...
|
|
296
296
|
|
|
297
297
|
def channels_select_box(
|
|
298
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
299
|
-
execution_context: typing.Union[str, int] = None,
|
|
300
|
-
undo: bool = None,
|
|
301
|
-
xmin: typing.Any = 0,
|
|
302
|
-
xmax: typing.Any = 0,
|
|
303
|
-
ymin: typing.Any = 0,
|
|
304
|
-
ymax: typing.Any = 0,
|
|
305
|
-
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
306
|
-
deselect: typing.Union[bool, typing.Any] = False,
|
|
307
|
-
extend: typing.Union[bool, typing.Any] = True,
|
|
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,
|
|
301
|
+
xmin: typing.Optional[typing.Any] = 0,
|
|
302
|
+
xmax: typing.Optional[typing.Any] = 0,
|
|
303
|
+
ymin: typing.Optional[typing.Any] = 0,
|
|
304
|
+
ymax: typing.Optional[typing.Any] = 0,
|
|
305
|
+
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
306
|
+
deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
307
|
+
extend: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
308
308
|
):
|
|
309
309
|
"""Select all animation channels within the specified region
|
|
310
310
|
|
|
311
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
312
|
-
:type execution_context: typing.Union[str, int]
|
|
313
|
-
:type undo: bool
|
|
311
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
312
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
313
|
+
:type undo: typing.Optional[bool]
|
|
314
314
|
:param xmin: X Min
|
|
315
|
-
:type xmin: typing.Any
|
|
315
|
+
:type xmin: typing.Optional[typing.Any]
|
|
316
316
|
:param xmax: X Max
|
|
317
|
-
:type xmax: typing.Any
|
|
317
|
+
:type xmax: typing.Optional[typing.Any]
|
|
318
318
|
:param ymin: Y Min
|
|
319
|
-
:type ymin: typing.Any
|
|
319
|
+
:type ymin: typing.Optional[typing.Any]
|
|
320
320
|
:param ymax: Y Max
|
|
321
|
-
:type ymax: typing.Any
|
|
321
|
+
:type ymax: typing.Optional[typing.Any]
|
|
322
322
|
:param wait_for_input: Wait for Input
|
|
323
|
-
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
323
|
+
:type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
|
|
324
324
|
:param deselect: Deselect, Deselect rather than select items
|
|
325
|
-
:type deselect: typing.Union[bool, typing.Any]
|
|
325
|
+
:type deselect: typing.Optional[typing.Union[bool, typing.Any]]
|
|
326
326
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
327
|
-
:type extend: typing.Union[bool, typing.Any]
|
|
327
|
+
:type extend: typing.Optional[typing.Union[bool, typing.Any]]
|
|
328
328
|
"""
|
|
329
329
|
|
|
330
330
|
...
|
|
331
331
|
|
|
332
332
|
def channels_select_filter(
|
|
333
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
334
|
-
execution_context: typing.Union[str, int] = None,
|
|
335
|
-
undo: bool = None,
|
|
333
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
334
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
335
|
+
undo: typing.Optional[bool] = None,
|
|
336
336
|
):
|
|
337
337
|
"""Start entering text which filters the set of channels shown to only include those with matching names
|
|
338
338
|
|
|
339
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
340
|
-
:type execution_context: typing.Union[str, int]
|
|
341
|
-
:type undo: bool
|
|
339
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
340
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
341
|
+
:type undo: typing.Optional[bool]
|
|
342
342
|
"""
|
|
343
343
|
|
|
344
344
|
...
|
|
345
345
|
|
|
346
346
|
def channels_setting_disable(
|
|
347
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
348
|
-
execution_context: typing.Union[str, int] = None,
|
|
349
|
-
undo: bool = None,
|
|
350
|
-
mode: typing.Any = "DISABLE",
|
|
351
|
-
type: typing.Any = "PROTECT",
|
|
347
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
348
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
349
|
+
undo: typing.Optional[bool] = None,
|
|
350
|
+
mode: typing.Optional[typing.Any] = "DISABLE",
|
|
351
|
+
type: typing.Optional[typing.Any] = "PROTECT",
|
|
352
352
|
):
|
|
353
353
|
"""Disable specified setting on all selected animation channels
|
|
354
354
|
|
|
355
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
356
|
-
:type execution_context: typing.Union[str, int]
|
|
357
|
-
:type undo: bool
|
|
355
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
356
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
357
|
+
:type undo: typing.Optional[bool]
|
|
358
358
|
:param mode: Mode
|
|
359
|
-
:type mode: typing.Any
|
|
359
|
+
:type mode: typing.Optional[typing.Any]
|
|
360
360
|
:param type: Type
|
|
361
|
-
:type type: typing.Any
|
|
361
|
+
:type type: typing.Optional[typing.Any]
|
|
362
362
|
"""
|
|
363
363
|
|
|
364
364
|
...
|
|
365
365
|
|
|
366
366
|
def channels_setting_enable(
|
|
367
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
368
|
-
execution_context: typing.Union[str, int] = None,
|
|
369
|
-
undo: bool = None,
|
|
370
|
-
mode: typing.Any = "ENABLE",
|
|
371
|
-
type: typing.Any = "PROTECT",
|
|
367
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
368
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
369
|
+
undo: typing.Optional[bool] = None,
|
|
370
|
+
mode: typing.Optional[typing.Any] = "ENABLE",
|
|
371
|
+
type: typing.Optional[typing.Any] = "PROTECT",
|
|
372
372
|
):
|
|
373
373
|
"""Enable specified setting on all selected animation channels
|
|
374
374
|
|
|
375
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
376
|
-
:type execution_context: typing.Union[str, int]
|
|
377
|
-
:type undo: bool
|
|
375
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
376
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
377
|
+
:type undo: typing.Optional[bool]
|
|
378
378
|
:param mode: Mode
|
|
379
|
-
:type mode: typing.Any
|
|
379
|
+
:type mode: typing.Optional[typing.Any]
|
|
380
380
|
:param type: Type
|
|
381
|
-
:type type: typing.Any
|
|
381
|
+
:type type: typing.Optional[typing.Any]
|
|
382
382
|
"""
|
|
383
383
|
|
|
384
384
|
...
|
|
385
385
|
|
|
386
386
|
def channels_setting_toggle(
|
|
387
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
388
|
-
execution_context: typing.Union[str, int] = None,
|
|
389
|
-
undo: bool = None,
|
|
390
|
-
mode: typing.Any = "TOGGLE",
|
|
391
|
-
type: typing.Any = "PROTECT",
|
|
387
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
388
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
389
|
+
undo: typing.Optional[bool] = None,
|
|
390
|
+
mode: typing.Optional[typing.Any] = "TOGGLE",
|
|
391
|
+
type: typing.Optional[typing.Any] = "PROTECT",
|
|
392
392
|
):
|
|
393
393
|
"""Toggle specified setting on all selected animation channels
|
|
394
394
|
|
|
395
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
396
|
-
:type execution_context: typing.Union[str, int]
|
|
397
|
-
: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]
|
|
398
398
|
:param mode: Mode
|
|
399
|
-
:type mode: typing.Any
|
|
399
|
+
:type mode: typing.Optional[typing.Any]
|
|
400
400
|
:param type: Type
|
|
401
|
-
:type type: typing.Any
|
|
401
|
+
:type type: typing.Optional[typing.Any]
|
|
402
402
|
"""
|
|
403
403
|
|
|
404
404
|
...
|
|
405
405
|
|
|
406
406
|
def channels_ungroup(
|
|
407
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
408
|
-
execution_context: typing.Union[str, int] = None,
|
|
409
|
-
undo: bool = None,
|
|
407
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
408
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
409
|
+
undo: typing.Optional[bool] = None,
|
|
410
410
|
):
|
|
411
411
|
"""Remove selected F-Curves from their current groups
|
|
412
412
|
|
|
413
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
414
|
-
:type execution_context: typing.Union[str, int]
|
|
415
|
-
:type undo: bool
|
|
413
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
414
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
415
|
+
:type undo: typing.Optional[bool]
|
|
416
416
|
"""
|
|
417
417
|
|
|
418
418
|
...
|
|
419
419
|
|
|
420
420
|
def channels_view_selected(
|
|
421
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
422
|
-
execution_context: typing.Union[str, int] = None,
|
|
423
|
-
undo: bool = None,
|
|
424
|
-
include_handles: typing.Union[bool, typing.Any] = True,
|
|
425
|
-
use_preview_range: typing.Union[bool, typing.Any] = True,
|
|
421
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
422
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
423
|
+
undo: typing.Optional[bool] = None,
|
|
424
|
+
include_handles: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
425
|
+
use_preview_range: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
426
426
|
):
|
|
427
427
|
"""Reset viewable area to show the selected channels
|
|
428
428
|
|
|
429
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
430
|
-
:type execution_context: typing.Union[str, int]
|
|
431
|
-
:type undo: bool
|
|
429
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
430
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
431
|
+
:type undo: typing.Optional[bool]
|
|
432
432
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
433
|
-
:type include_handles: typing.Union[bool, typing.Any]
|
|
433
|
+
:type include_handles: typing.Optional[typing.Union[bool, typing.Any]]
|
|
434
434
|
:param use_preview_range: Use Preview Range, Ignore frames outside of the preview range
|
|
435
|
-
:type use_preview_range: typing.Union[bool, typing.Any]
|
|
435
|
+
:type use_preview_range: typing.Optional[typing.Union[bool, typing.Any]]
|
|
436
436
|
"""
|
|
437
437
|
|
|
438
438
|
...
|
|
439
439
|
|
|
440
440
|
def clear_useless_actions(
|
|
441
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
442
|
-
execution_context: typing.Union[str, int] = None,
|
|
443
|
-
undo: bool = None,
|
|
444
|
-
only_unused: typing.Union[bool, typing.Any] = True,
|
|
441
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
442
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
443
|
+
undo: typing.Optional[bool] = None,
|
|
444
|
+
only_unused: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
445
445
|
):
|
|
446
446
|
"""Mark actions with no F-Curves for deletion after save and reload of file preserving "action libraries"
|
|
447
447
|
|
|
448
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
449
|
-
:type execution_context: typing.Union[str, int]
|
|
450
|
-
:type undo: bool
|
|
448
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
449
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
450
|
+
:type undo: typing.Optional[bool]
|
|
451
451
|
:param only_unused: Only Unused, Only unused (Fake User only) actions get considered
|
|
452
|
-
:type only_unused: typing.Union[bool, typing.Any]
|
|
452
|
+
:type only_unused: typing.Optional[typing.Union[bool, typing.Any]]
|
|
453
453
|
"""
|
|
454
454
|
|
|
455
455
|
...
|
|
456
456
|
|
|
457
457
|
def copy_driver_button(
|
|
458
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
459
|
-
execution_context: typing.Union[str, int] = None,
|
|
460
|
-
undo: bool = None,
|
|
458
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
459
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
460
|
+
undo: typing.Optional[bool] = None,
|
|
461
461
|
):
|
|
462
462
|
"""Copy the driver for the highlighted button
|
|
463
463
|
|
|
464
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
465
|
-
:type execution_context: typing.Union[str, int]
|
|
466
|
-
:type undo: bool
|
|
464
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
465
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
466
|
+
:type undo: typing.Optional[bool]
|
|
467
467
|
"""
|
|
468
468
|
|
|
469
469
|
...
|
|
470
470
|
|
|
471
471
|
def driver_button_add(
|
|
472
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
473
|
-
execution_context: typing.Union[str, int] = None,
|
|
474
|
-
undo: bool = None,
|
|
472
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
473
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
474
|
+
undo: typing.Optional[bool] = None,
|
|
475
475
|
):
|
|
476
476
|
"""Add driver for the property under the cursor
|
|
477
477
|
|
|
478
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
479
|
-
:type execution_context: typing.Union[str, int]
|
|
480
|
-
:type undo: bool
|
|
478
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
479
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
480
|
+
:type undo: typing.Optional[bool]
|
|
481
481
|
"""
|
|
482
482
|
|
|
483
483
|
...
|
|
484
484
|
|
|
485
485
|
def driver_button_edit(
|
|
486
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
487
|
-
execution_context: typing.Union[str, int] = None,
|
|
488
|
-
undo: bool = None,
|
|
486
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
487
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
488
|
+
undo: typing.Optional[bool] = None,
|
|
489
489
|
):
|
|
490
490
|
"""Edit the drivers for the connected property represented by the highlighted button
|
|
491
491
|
|
|
492
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
493
|
-
:type execution_context: typing.Union[str, int]
|
|
494
|
-
:type undo: bool
|
|
492
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
493
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
494
|
+
:type undo: typing.Optional[bool]
|
|
495
495
|
"""
|
|
496
496
|
|
|
497
497
|
...
|
|
498
498
|
|
|
499
499
|
def driver_button_remove(
|
|
500
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
501
|
-
execution_context: typing.Union[str, int] = None,
|
|
502
|
-
undo: bool = None,
|
|
503
|
-
all: typing.Union[bool, typing.Any] = True,
|
|
500
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
501
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
502
|
+
undo: typing.Optional[bool] = None,
|
|
503
|
+
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
504
504
|
):
|
|
505
505
|
"""Remove the driver(s) for the connected property(s) represented by the highlighted button
|
|
506
506
|
|
|
507
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
508
|
-
:type execution_context: typing.Union[str, int]
|
|
509
|
-
:type undo: bool
|
|
507
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
508
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
509
|
+
:type undo: typing.Optional[bool]
|
|
510
510
|
:param all: All, Delete drivers for all elements of the array
|
|
511
|
-
:type all: typing.Union[bool, typing.Any]
|
|
511
|
+
:type all: typing.Optional[typing.Union[bool, typing.Any]]
|
|
512
512
|
"""
|
|
513
513
|
|
|
514
514
|
...
|
|
515
515
|
|
|
516
516
|
def end_frame_set(
|
|
517
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
518
|
-
execution_context: typing.Union[str, int] = None,
|
|
519
|
-
undo: bool = None,
|
|
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
520
|
):
|
|
521
521
|
"""Set the current frame as the preview or scene end frame
|
|
522
522
|
|
|
523
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
524
|
-
:type execution_context: typing.Union[str, int]
|
|
525
|
-
:type undo: bool
|
|
523
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
524
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
525
|
+
:type undo: typing.Optional[bool]
|
|
526
526
|
"""
|
|
527
527
|
|
|
528
528
|
...
|
|
529
529
|
|
|
530
530
|
def keyframe_clear_button(
|
|
531
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
532
|
-
execution_context: typing.Union[str, int] = None,
|
|
533
|
-
undo: bool = None,
|
|
534
|
-
all: typing.Union[bool, typing.Any] = True,
|
|
531
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
532
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
533
|
+
undo: typing.Optional[bool] = None,
|
|
534
|
+
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
535
535
|
):
|
|
536
536
|
"""Clear all keyframes on the currently active property
|
|
537
537
|
|
|
538
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
539
|
-
:type execution_context: typing.Union[str, int]
|
|
540
|
-
:type undo: bool
|
|
538
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
539
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
540
|
+
:type undo: typing.Optional[bool]
|
|
541
541
|
:param all: All, Clear keyframes from all elements of the array
|
|
542
|
-
:type all: typing.Union[bool, typing.Any]
|
|
542
|
+
:type all: typing.Optional[typing.Union[bool, typing.Any]]
|
|
543
543
|
"""
|
|
544
544
|
|
|
545
545
|
...
|
|
546
546
|
|
|
547
547
|
def keyframe_clear_v3d(
|
|
548
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
549
|
-
execution_context: typing.Union[str, int] = None,
|
|
550
|
-
undo: bool = None,
|
|
551
|
-
confirm: typing.Union[bool, typing.Any] = True,
|
|
548
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
549
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
550
|
+
undo: typing.Optional[bool] = None,
|
|
551
|
+
confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
552
552
|
):
|
|
553
553
|
"""Remove all keyframe animation for selected objects
|
|
554
554
|
|
|
555
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
556
|
-
:type execution_context: typing.Union[str, int]
|
|
557
|
-
:type undo: bool
|
|
555
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
556
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
557
|
+
:type undo: typing.Optional[bool]
|
|
558
558
|
:param confirm: Confirm, Prompt for confirmation
|
|
559
|
-
:type confirm: typing.Union[bool, typing.Any]
|
|
559
|
+
:type confirm: typing.Optional[typing.Union[bool, typing.Any]]
|
|
560
560
|
"""
|
|
561
561
|
|
|
562
562
|
...
|
|
563
563
|
|
|
564
564
|
def keyframe_delete(
|
|
565
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
566
|
-
execution_context: typing.Union[str, int] = None,
|
|
567
|
-
undo: bool = None,
|
|
568
|
-
type: typing.Union[str, int, typing.Any] = "DEFAULT",
|
|
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
|
+
type: typing.Optional[typing.Union[str, int, typing.Any]] = "DEFAULT",
|
|
569
569
|
):
|
|
570
570
|
"""Delete keyframes on the current frame for all properties in the specified Keying Set
|
|
571
571
|
|
|
572
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
573
|
-
:type execution_context: typing.Union[str, int]
|
|
574
|
-
:type undo: bool
|
|
572
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
573
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
574
|
+
:type undo: typing.Optional[bool]
|
|
575
575
|
:param type: Keying Set, The Keying Set to use
|
|
576
|
-
:type type: typing.Union[str, int, typing.Any]
|
|
576
|
+
:type type: typing.Optional[typing.Union[str, int, typing.Any]]
|
|
577
577
|
"""
|
|
578
578
|
|
|
579
579
|
...
|
|
580
580
|
|
|
581
581
|
def keyframe_delete_button(
|
|
582
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
583
|
-
execution_context: typing.Union[str, int] = None,
|
|
584
|
-
undo: bool = None,
|
|
585
|
-
all: typing.Union[bool, typing.Any] = True,
|
|
582
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
583
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
584
|
+
undo: typing.Optional[bool] = None,
|
|
585
|
+
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
586
586
|
):
|
|
587
587
|
"""Delete current keyframe of current UI-active property
|
|
588
588
|
|
|
589
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
590
|
-
:type execution_context: typing.Union[str, int]
|
|
591
|
-
:type undo: bool
|
|
589
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
590
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
591
|
+
:type undo: typing.Optional[bool]
|
|
592
592
|
:param all: All, Delete keyframes from all elements of the array
|
|
593
|
-
:type all: typing.Union[bool, typing.Any]
|
|
593
|
+
:type all: typing.Optional[typing.Union[bool, typing.Any]]
|
|
594
594
|
"""
|
|
595
595
|
|
|
596
596
|
...
|
|
597
597
|
|
|
598
598
|
def keyframe_delete_by_name(
|
|
599
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
600
|
-
execution_context: typing.Union[str, int] = None,
|
|
601
|
-
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,
|
|
602
602
|
type: typing.Union[str, typing.Any] = "",
|
|
603
603
|
):
|
|
604
604
|
"""Alternate access to 'Delete Keyframe' for keymaps to use
|
|
605
605
|
|
|
606
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
607
|
-
:type execution_context: typing.Union[str, int]
|
|
608
|
-
:type undo: bool
|
|
606
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
607
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
608
|
+
:type undo: typing.Optional[bool]
|
|
609
609
|
:param type: Keying Set, The Keying Set to use
|
|
610
610
|
:type type: typing.Union[str, typing.Any]
|
|
611
611
|
"""
|
|
@@ -613,67 +613,67 @@ def keyframe_delete_by_name(
|
|
|
613
613
|
...
|
|
614
614
|
|
|
615
615
|
def keyframe_delete_v3d(
|
|
616
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
617
|
-
execution_context: typing.Union[str, int] = None,
|
|
618
|
-
undo: bool = None,
|
|
619
|
-
confirm: typing.Union[bool, typing.Any] = True,
|
|
616
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
617
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
618
|
+
undo: typing.Optional[bool] = None,
|
|
619
|
+
confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
620
620
|
):
|
|
621
621
|
"""Remove keyframes on current frame for selected objects and bones
|
|
622
622
|
|
|
623
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
624
|
-
:type execution_context: typing.Union[str, int]
|
|
625
|
-
:type undo: bool
|
|
623
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
624
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
625
|
+
:type undo: typing.Optional[bool]
|
|
626
626
|
:param confirm: Confirm, Prompt for confirmation
|
|
627
|
-
:type confirm: typing.Union[bool, typing.Any]
|
|
627
|
+
:type confirm: typing.Optional[typing.Union[bool, typing.Any]]
|
|
628
628
|
"""
|
|
629
629
|
|
|
630
630
|
...
|
|
631
631
|
|
|
632
632
|
def keyframe_insert(
|
|
633
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
634
|
-
execution_context: typing.Union[str, int] = None,
|
|
635
|
-
undo: bool = None,
|
|
636
|
-
type: typing.Union[str, int, typing.Any] = "DEFAULT",
|
|
633
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
634
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
635
|
+
undo: typing.Optional[bool] = None,
|
|
636
|
+
type: typing.Optional[typing.Union[str, int, typing.Any]] = "DEFAULT",
|
|
637
637
|
):
|
|
638
638
|
"""Insert keyframes on the current frame using either the active keying set, or the user preferences if no keying set is active
|
|
639
639
|
|
|
640
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
641
|
-
:type execution_context: typing.Union[str, int]
|
|
642
|
-
:type undo: bool
|
|
640
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
641
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
642
|
+
:type undo: typing.Optional[bool]
|
|
643
643
|
:param type: Keying Set, The Keying Set to use
|
|
644
|
-
:type type: typing.Union[str, int, typing.Any]
|
|
644
|
+
:type type: typing.Optional[typing.Union[str, int, typing.Any]]
|
|
645
645
|
"""
|
|
646
646
|
|
|
647
647
|
...
|
|
648
648
|
|
|
649
649
|
def keyframe_insert_button(
|
|
650
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
651
|
-
execution_context: typing.Union[str, int] = None,
|
|
652
|
-
undo: bool = None,
|
|
653
|
-
all: typing.Union[bool, typing.Any] = True,
|
|
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,
|
|
653
|
+
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
654
654
|
):
|
|
655
655
|
"""Insert a keyframe for current UI-active property
|
|
656
656
|
|
|
657
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
658
|
-
:type execution_context: typing.Union[str, int]
|
|
659
|
-
:type undo: bool
|
|
657
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
658
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
659
|
+
:type undo: typing.Optional[bool]
|
|
660
660
|
:param all: All, Insert a keyframe for all element of the array
|
|
661
|
-
:type all: typing.Union[bool, typing.Any]
|
|
661
|
+
:type all: typing.Optional[typing.Union[bool, typing.Any]]
|
|
662
662
|
"""
|
|
663
663
|
|
|
664
664
|
...
|
|
665
665
|
|
|
666
666
|
def keyframe_insert_by_name(
|
|
667
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
668
|
-
execution_context: typing.Union[str, int] = None,
|
|
669
|
-
undo: bool = None,
|
|
667
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
668
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
669
|
+
undo: typing.Optional[bool] = None,
|
|
670
670
|
type: typing.Union[str, typing.Any] = "",
|
|
671
671
|
):
|
|
672
672
|
"""Alternate access to 'Insert Keyframe' for keymaps to use
|
|
673
673
|
|
|
674
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
675
|
-
:type execution_context: typing.Union[str, int]
|
|
676
|
-
:type undo: bool
|
|
674
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
675
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
676
|
+
:type undo: typing.Optional[bool]
|
|
677
677
|
:param type: Keying Set, The Keying Set to use
|
|
678
678
|
:type type: typing.Union[str, typing.Any]
|
|
679
679
|
"""
|
|
@@ -681,259 +681,259 @@ def keyframe_insert_by_name(
|
|
|
681
681
|
...
|
|
682
682
|
|
|
683
683
|
def keyframe_insert_menu(
|
|
684
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
685
|
-
execution_context: typing.Union[str, int] = None,
|
|
686
|
-
undo: bool = None,
|
|
687
|
-
type: typing.Union[str, int, typing.Any] = "DEFAULT",
|
|
688
|
-
always_prompt: 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
|
+
type: typing.Optional[typing.Union[str, int, typing.Any]] = "DEFAULT",
|
|
688
|
+
always_prompt: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
689
689
|
):
|
|
690
690
|
"""Insert Keyframes for specified Keying Set, with menu of available Keying Sets if undefined
|
|
691
691
|
|
|
692
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
693
|
-
:type execution_context: typing.Union[str, int]
|
|
694
|
-
:type undo: bool
|
|
692
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
693
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
694
|
+
:type undo: typing.Optional[bool]
|
|
695
695
|
:param type: Keying Set, The Keying Set to use
|
|
696
|
-
:type type: typing.Union[str, int, typing.Any]
|
|
696
|
+
:type type: typing.Optional[typing.Union[str, int, typing.Any]]
|
|
697
697
|
:param always_prompt: Always Show Menu
|
|
698
|
-
:type always_prompt: typing.Union[bool, typing.Any]
|
|
698
|
+
:type always_prompt: typing.Optional[typing.Union[bool, typing.Any]]
|
|
699
699
|
"""
|
|
700
700
|
|
|
701
701
|
...
|
|
702
702
|
|
|
703
703
|
def keying_set_active_set(
|
|
704
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
705
|
-
execution_context: typing.Union[str, int] = None,
|
|
706
|
-
undo: bool = None,
|
|
707
|
-
type: typing.Union[str, int, typing.Any] = "DEFAULT",
|
|
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,
|
|
707
|
+
type: typing.Optional[typing.Union[str, int, typing.Any]] = "DEFAULT",
|
|
708
708
|
):
|
|
709
709
|
"""Set a new active keying set
|
|
710
710
|
|
|
711
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
712
|
-
:type execution_context: typing.Union[str, int]
|
|
713
|
-
:type undo: bool
|
|
711
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
712
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
713
|
+
:type undo: typing.Optional[bool]
|
|
714
714
|
:param type: Keying Set, The Keying Set to use
|
|
715
|
-
:type type: typing.Union[str, int, typing.Any]
|
|
715
|
+
:type type: typing.Optional[typing.Union[str, int, typing.Any]]
|
|
716
716
|
"""
|
|
717
717
|
|
|
718
718
|
...
|
|
719
719
|
|
|
720
720
|
def keying_set_add(
|
|
721
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
722
|
-
execution_context: typing.Union[str, int] = None,
|
|
723
|
-
undo: bool = None,
|
|
721
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
722
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
723
|
+
undo: typing.Optional[bool] = None,
|
|
724
724
|
):
|
|
725
725
|
"""Add a new (empty) keying set to the active Scene
|
|
726
726
|
|
|
727
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
728
|
-
:type execution_context: typing.Union[str, int]
|
|
729
|
-
:type undo: bool
|
|
727
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
728
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
729
|
+
:type undo: typing.Optional[bool]
|
|
730
730
|
"""
|
|
731
731
|
|
|
732
732
|
...
|
|
733
733
|
|
|
734
734
|
def keying_set_export(
|
|
735
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
736
|
-
execution_context: typing.Union[str, int] = None,
|
|
737
|
-
undo: bool = None,
|
|
735
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
736
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
737
|
+
undo: typing.Optional[bool] = None,
|
|
738
738
|
filepath: typing.Union[str, typing.Any] = "",
|
|
739
|
-
filter_folder: typing.Union[bool, typing.Any] = True,
|
|
740
|
-
filter_text: typing.Union[bool, typing.Any] = True,
|
|
741
|
-
filter_python: typing.Union[bool, typing.Any] = True,
|
|
739
|
+
filter_folder: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
740
|
+
filter_text: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
741
|
+
filter_python: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
742
742
|
):
|
|
743
743
|
"""Export Keying Set to a Python script
|
|
744
744
|
|
|
745
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
746
|
-
:type execution_context: typing.Union[str, int]
|
|
747
|
-
:type undo: bool
|
|
745
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
746
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
747
|
+
:type undo: typing.Optional[bool]
|
|
748
748
|
:param filepath: filepath
|
|
749
749
|
:type filepath: typing.Union[str, typing.Any]
|
|
750
750
|
:param filter_folder: Filter folders
|
|
751
|
-
:type filter_folder: typing.Union[bool, typing.Any]
|
|
751
|
+
:type filter_folder: typing.Optional[typing.Union[bool, typing.Any]]
|
|
752
752
|
:param filter_text: Filter text
|
|
753
|
-
:type filter_text: typing.Union[bool, typing.Any]
|
|
753
|
+
:type filter_text: typing.Optional[typing.Union[bool, typing.Any]]
|
|
754
754
|
:param filter_python: Filter Python
|
|
755
|
-
:type filter_python: typing.Union[bool, typing.Any]
|
|
755
|
+
:type filter_python: typing.Optional[typing.Union[bool, typing.Any]]
|
|
756
756
|
"""
|
|
757
757
|
|
|
758
758
|
...
|
|
759
759
|
|
|
760
760
|
def keying_set_path_add(
|
|
761
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
762
|
-
execution_context: typing.Union[str, int] = None,
|
|
763
|
-
undo: bool = None,
|
|
761
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
762
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
763
|
+
undo: typing.Optional[bool] = None,
|
|
764
764
|
):
|
|
765
765
|
"""Add empty path to active keying set
|
|
766
766
|
|
|
767
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
768
|
-
:type execution_context: typing.Union[str, int]
|
|
769
|
-
:type undo: bool
|
|
767
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
768
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
769
|
+
:type undo: typing.Optional[bool]
|
|
770
770
|
"""
|
|
771
771
|
|
|
772
772
|
...
|
|
773
773
|
|
|
774
774
|
def keying_set_path_remove(
|
|
775
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
776
|
-
execution_context: typing.Union[str, int] = None,
|
|
777
|
-
undo: bool = None,
|
|
775
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
776
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
777
|
+
undo: typing.Optional[bool] = None,
|
|
778
778
|
):
|
|
779
779
|
"""Remove active Path from active keying set
|
|
780
780
|
|
|
781
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
782
|
-
:type execution_context: typing.Union[str, int]
|
|
783
|
-
:type undo: bool
|
|
781
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
782
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
783
|
+
:type undo: typing.Optional[bool]
|
|
784
784
|
"""
|
|
785
785
|
|
|
786
786
|
...
|
|
787
787
|
|
|
788
788
|
def keying_set_remove(
|
|
789
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
790
|
-
execution_context: typing.Union[str, int] = None,
|
|
791
|
-
undo: bool = None,
|
|
789
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
790
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
791
|
+
undo: typing.Optional[bool] = None,
|
|
792
792
|
):
|
|
793
793
|
"""Remove the active keying set
|
|
794
794
|
|
|
795
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
796
|
-
:type execution_context: typing.Union[str, int]
|
|
797
|
-
:type undo: bool
|
|
795
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
796
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
797
|
+
:type undo: typing.Optional[bool]
|
|
798
798
|
"""
|
|
799
799
|
|
|
800
800
|
...
|
|
801
801
|
|
|
802
802
|
def keyingset_button_add(
|
|
803
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
804
|
-
execution_context: typing.Union[str, int] = None,
|
|
805
|
-
undo: bool = None,
|
|
806
|
-
all: typing.Union[bool, typing.Any] = True,
|
|
803
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
804
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
805
|
+
undo: typing.Optional[bool] = None,
|
|
806
|
+
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
807
807
|
):
|
|
808
808
|
"""Add current UI-active property to current keying set
|
|
809
809
|
|
|
810
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
811
|
-
:type execution_context: typing.Union[str, int]
|
|
812
|
-
:type undo: bool
|
|
810
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
811
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
812
|
+
:type undo: typing.Optional[bool]
|
|
813
813
|
:param all: All, Add all elements of the array to a Keying Set
|
|
814
|
-
:type all: typing.Union[bool, typing.Any]
|
|
814
|
+
:type all: typing.Optional[typing.Union[bool, typing.Any]]
|
|
815
815
|
"""
|
|
816
816
|
|
|
817
817
|
...
|
|
818
818
|
|
|
819
819
|
def keyingset_button_remove(
|
|
820
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
821
|
-
execution_context: typing.Union[str, int] = None,
|
|
822
|
-
undo: bool = None,
|
|
820
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
821
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
822
|
+
undo: typing.Optional[bool] = None,
|
|
823
823
|
):
|
|
824
824
|
"""Remove current UI-active property from current keying set
|
|
825
825
|
|
|
826
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
827
|
-
:type execution_context: typing.Union[str, int]
|
|
828
|
-
:type undo: bool
|
|
826
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
827
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
828
|
+
:type undo: typing.Optional[bool]
|
|
829
829
|
"""
|
|
830
830
|
|
|
831
831
|
...
|
|
832
832
|
|
|
833
833
|
def paste_driver_button(
|
|
834
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
835
|
-
execution_context: typing.Union[str, int] = None,
|
|
836
|
-
undo: bool = None,
|
|
834
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
835
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
836
|
+
undo: typing.Optional[bool] = None,
|
|
837
837
|
):
|
|
838
838
|
"""Paste the driver in the internal clipboard to the highlighted button
|
|
839
839
|
|
|
840
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
841
|
-
:type execution_context: typing.Union[str, int]
|
|
842
|
-
:type undo: bool
|
|
840
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
841
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
842
|
+
:type undo: typing.Optional[bool]
|
|
843
843
|
"""
|
|
844
844
|
|
|
845
845
|
...
|
|
846
846
|
|
|
847
847
|
def previewrange_clear(
|
|
848
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
849
|
-
execution_context: typing.Union[str, int] = None,
|
|
850
|
-
undo: bool = None,
|
|
848
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
849
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
850
|
+
undo: typing.Optional[bool] = None,
|
|
851
851
|
):
|
|
852
852
|
"""Clear preview range
|
|
853
853
|
|
|
854
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
855
|
-
:type execution_context: typing.Union[str, int]
|
|
856
|
-
:type undo: bool
|
|
854
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
855
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
856
|
+
:type undo: typing.Optional[bool]
|
|
857
857
|
"""
|
|
858
858
|
|
|
859
859
|
...
|
|
860
860
|
|
|
861
861
|
def previewrange_set(
|
|
862
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
863
|
-
execution_context: typing.Union[str, int] = None,
|
|
864
|
-
undo: bool = None,
|
|
865
|
-
xmin: typing.Any = 0,
|
|
866
|
-
xmax: typing.Any = 0,
|
|
867
|
-
ymin: typing.Any = 0,
|
|
868
|
-
ymax: typing.Any = 0,
|
|
869
|
-
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
862
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
863
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
864
|
+
undo: typing.Optional[bool] = None,
|
|
865
|
+
xmin: typing.Optional[typing.Any] = 0,
|
|
866
|
+
xmax: typing.Optional[typing.Any] = 0,
|
|
867
|
+
ymin: typing.Optional[typing.Any] = 0,
|
|
868
|
+
ymax: typing.Optional[typing.Any] = 0,
|
|
869
|
+
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
870
870
|
):
|
|
871
871
|
"""Interactively define frame range used for playback
|
|
872
872
|
|
|
873
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
874
|
-
:type execution_context: typing.Union[str, int]
|
|
875
|
-
:type undo: bool
|
|
873
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
874
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
875
|
+
:type undo: typing.Optional[bool]
|
|
876
876
|
:param xmin: X Min
|
|
877
|
-
:type xmin: typing.Any
|
|
877
|
+
:type xmin: typing.Optional[typing.Any]
|
|
878
878
|
:param xmax: X Max
|
|
879
|
-
:type xmax: typing.Any
|
|
879
|
+
:type xmax: typing.Optional[typing.Any]
|
|
880
880
|
:param ymin: Y Min
|
|
881
|
-
:type ymin: typing.Any
|
|
881
|
+
:type ymin: typing.Optional[typing.Any]
|
|
882
882
|
:param ymax: Y Max
|
|
883
|
-
:type ymax: typing.Any
|
|
883
|
+
:type ymax: typing.Optional[typing.Any]
|
|
884
884
|
:param wait_for_input: Wait for Input
|
|
885
|
-
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
885
|
+
:type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
|
|
886
886
|
"""
|
|
887
887
|
|
|
888
888
|
...
|
|
889
889
|
|
|
890
890
|
def start_frame_set(
|
|
891
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
892
|
-
execution_context: typing.Union[str, int] = None,
|
|
893
|
-
undo: bool = None,
|
|
891
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
892
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
893
|
+
undo: typing.Optional[bool] = None,
|
|
894
894
|
):
|
|
895
895
|
"""Set the current frame as the preview or scene start frame
|
|
896
896
|
|
|
897
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
898
|
-
:type execution_context: typing.Union[str, int]
|
|
899
|
-
:type undo: bool
|
|
897
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
898
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
899
|
+
:type undo: typing.Optional[bool]
|
|
900
900
|
"""
|
|
901
901
|
|
|
902
902
|
...
|
|
903
903
|
|
|
904
904
|
def update_animated_transform_constraints(
|
|
905
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
906
|
-
execution_context: typing.Union[str, int] = None,
|
|
907
|
-
undo: bool = None,
|
|
908
|
-
use_convert_to_radians: typing.Union[bool, typing.Any] = True,
|
|
905
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
906
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
907
|
+
undo: typing.Optional[bool] = None,
|
|
908
|
+
use_convert_to_radians: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
909
909
|
):
|
|
910
910
|
"""Update f-curves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)
|
|
911
911
|
|
|
912
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
913
|
-
:type execution_context: typing.Union[str, int]
|
|
914
|
-
:type undo: bool
|
|
912
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
913
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
914
|
+
:type undo: typing.Optional[bool]
|
|
915
915
|
:param use_convert_to_radians: Convert to Radians, Convert f-curves/drivers affecting rotations to radians.Warning: Use this only once
|
|
916
|
-
:type use_convert_to_radians: typing.Union[bool, typing.Any]
|
|
916
|
+
:type use_convert_to_radians: typing.Optional[typing.Union[bool, typing.Any]]
|
|
917
917
|
"""
|
|
918
918
|
|
|
919
919
|
...
|
|
920
920
|
|
|
921
921
|
def view_curve_in_graph_editor(
|
|
922
|
-
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
923
|
-
execution_context: typing.Union[str, int] = None,
|
|
924
|
-
undo: bool = None,
|
|
925
|
-
all: typing.Union[bool, typing.Any] = False,
|
|
926
|
-
isolate: typing.Union[bool, typing.Any] = False,
|
|
922
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
923
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
924
|
+
undo: typing.Optional[bool] = None,
|
|
925
|
+
all: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
926
|
+
isolate: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
927
927
|
):
|
|
928
928
|
"""Frame the property under the cursor in the Graph Editor
|
|
929
929
|
|
|
930
|
-
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
931
|
-
:type execution_context: typing.Union[str, int]
|
|
932
|
-
:type undo: bool
|
|
930
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
931
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
932
|
+
:type undo: typing.Optional[bool]
|
|
933
933
|
:param all: Show All, Frame the whole array property instead of only the index under the cursor
|
|
934
|
-
:type all: typing.Union[bool, typing.Any]
|
|
934
|
+
:type all: typing.Optional[typing.Union[bool, typing.Any]]
|
|
935
935
|
:param isolate: Isolate, Hides all F-Curves other than the ones being framed
|
|
936
|
-
:type isolate: typing.Union[bool, typing.Any]
|
|
936
|
+
:type isolate: typing.Optional[typing.Union[bool, typing.Any]]
|
|
937
937
|
"""
|
|
938
938
|
|
|
939
939
|
...
|