fake-bpy-module 20240210__py3-none-any.whl → 20240326__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- addon_utils/__init__.pyi +54 -11
- animsys_refactor/__init__.pyi +36 -7
- aud/__init__.pyi +307 -321
- bgl/__init__.pyi +2926 -865
- bl_app_override/__init__.pyi +14 -4
- bl_app_override/helpers/__init__.pyi +24 -3
- bl_app_template_utils/__init__.pyi +19 -5
- bl_console_utils/__init__.pyi +0 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -3
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -6
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -4
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -6
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -3
- bl_i18n_utils/__init__.pyi +2 -3
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -16
- bl_i18n_utils/merge_po/__init__.pyi +4 -2
- bl_i18n_utils/settings/__init__.pyi +53 -7
- bl_i18n_utils/utils/__init__.pyi +332 -45
- bl_i18n_utils/utils_cli/__init__.pyi +29 -7
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -2
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -3
- bl_keymap_utils/__init__.pyi +2 -3
- bl_keymap_utils/io/__init__.pyi +44 -10
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -2
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -3
- bl_keymap_utils/versioning/__init__.pyi +4 -2
- bl_math/__init__.pyi +21 -22
- bl_operators/__init__.pyi +30 -24
- bl_operators/add_mesh_torus/__init__.pyi +171 -38
- bl_operators/anim/__init__.pyi +1065 -227
- bl_operators/assets/__init__.pyi +427 -93
- bl_operators/bmesh/__init__.pyi +0 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -10
- bl_operators/clip/__init__.pyi +1342 -288
- bl_operators/console/__init__.pyi +647 -141
- bl_operators/constraint/__init__.pyi +524 -113
- bl_operators/file/__init__.pyi +396 -85
- bl_operators/freestyle/__init__.pyi +532 -114
- bl_operators/geometry_nodes/__init__.pyi +2412 -597
- bl_operators/image/__init__.pyi +380 -83
- bl_operators/mesh/__init__.pyi +401 -86
- bl_operators/node/__init__.pyi +1756 -385
- bl_operators/object/__init__.pyi +2022 -553
- bl_operators/object_align/__init__.pyi +145 -32
- bl_operators/object_quick_effects/__init__.pyi +555 -125
- bl_operators/object_randomize_transform/__init__.pyi +136 -33
- bl_operators/presets/__init__.pyi +3516 -709
- bl_operators/rigidbody/__init__.pyi +401 -86
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -30
- bl_operators/sequencer/__init__.pyi +731 -150
- bl_operators/spreadsheet/__init__.pyi +145 -31
- bl_operators/userpref/__init__.pyi +3416 -825
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -33
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -35
- bl_operators/uvcalc_transform/__init__.pyi +344 -74
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -31
- bl_operators/view3d/__init__.pyi +697 -147
- bl_operators/wm/__init__.pyi +6287 -1534
- bl_previews_utils/__init__.pyi +0 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -8
- bl_rna_utils/__init__.pyi +0 -1
- bl_rna_utils/data_path/__init__.pyi +12 -3
- bl_text_utils/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +4 -2
- bl_ui/__init__.pyi +567 -170
- bl_ui/anim/__init__.pyi +164 -34
- bl_ui/asset_shelf/__init__.pyi +146 -32
- bl_ui/generic_ui_list/__init__.pyi +471 -100
- bl_ui/node_add_menu/__init__.pyi +196 -41
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -622
- bl_ui/node_add_menu_geometry/__init__.pyi +8075 -1592
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -349
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -306
- bl_ui/properties_animviz/__init__.pyi +32 -3
- bl_ui/properties_collection/__init__.pyi +787 -180
- bl_ui/properties_constraint/__init__.pyi +28635 -5524
- bl_ui/properties_data_armature/__init__.pyi +1905 -449
- bl_ui/properties_data_bone/__init__.pyi +1560 -337
- bl_ui/properties_data_camera/__init__.pyi +2269 -495
- bl_ui/properties_data_curve/__init__.pyi +2362 -535
- bl_ui/properties_data_curves/__init__.pyi +951 -204
- bl_ui/properties_data_empty/__init__.pyi +317 -70
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -735
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -189
- bl_ui/properties_data_lattice/__init__.pyi +472 -105
- bl_ui/properties_data_light/__init__.pyi +1570 -338
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -209
- bl_ui/properties_data_mesh/__init__.pyi +3205 -768
- bl_ui/properties_data_metaball/__init__.pyi +774 -171
- bl_ui/properties_data_modifier/__init__.pyi +1554 -329
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -195
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -35
- bl_ui/properties_data_speaker/__init__.pyi +782 -169
- bl_ui/properties_data_volume/__init__.pyi +1243 -282
- bl_ui/properties_freestyle/__init__.pyi +4071 -1031
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -484
- bl_ui/properties_mask_common/__init__.pyi +1256 -250
- bl_ui/properties_material/__init__.pyi +2351 -543
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -366
- bl_ui/properties_object/__init__.pyi +2179 -513
- bl_ui/properties_output/__init__.pyi +2956 -706
- bl_ui/properties_paint_common/__init__.pyi +947 -141
- bl_ui/properties_particle/__init__.pyi +8322 -1971
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -509
- bl_ui/properties_physics_common/__init__.pyi +200 -45
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -966
- bl_ui/properties_physics_field/__init__.pyi +1695 -365
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1281
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -33
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -279
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -484
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -543
- bl_ui/properties_render/__init__.pyi +8312 -1934
- bl_ui/properties_scene/__init__.pyi +2211 -540
- bl_ui/properties_texture/__init__.pyi +4185 -1014
- bl_ui/properties_view_layer/__init__.pyi +2803 -665
- bl_ui/properties_workspace/__init__.pyi +626 -149
- bl_ui/properties_world/__init__.pyi +1092 -235
- bl_ui/space_clip/__init__.pyi +11475 -2806
- bl_ui/space_console/__init__.pyi +967 -203
- bl_ui/space_dopesheet/__init__.pyi +4260 -967
- bl_ui/space_filebrowser/__init__.pyi +4852 -1188
- bl_ui/space_graph/__init__.pyi +3251 -703
- bl_ui/space_image/__init__.pyi +12218 -2968
- bl_ui/space_info/__init__.pyi +964 -201
- bl_ui/space_nla/__init__.pyi +2756 -585
- bl_ui/space_node/__init__.pyi +5661 -1266
- bl_ui/space_outliner/__init__.pyi +2294 -479
- bl_ui/space_properties/__init__.pyi +417 -93
- bl_ui/space_sequencer/__init__.pyi +12436 -3010
- bl_ui/space_spreadsheet/__init__.pyi +184 -37
- bl_ui/space_statusbar/__init__.pyi +135 -31
- bl_ui/space_text/__init__.pyi +2556 -543
- bl_ui/space_time/__init__.pyi +1151 -244
- bl_ui/space_toolsystem_common/__init__.pyi +368 -67
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -229
- bl_ui/space_topbar/__init__.pyi +4214 -888
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +42751 -9613
- bl_ui/space_view3d_toolbar/__init__.pyi +16379 -3860
- bl_ui/utils/__init__.pyi +42 -5
- bl_ui_utils/__init__.pyi +0 -1
- bl_ui_utils/bug_report_url/__init__.pyi +4 -2
- bl_ui_utils/layout/__init__.pyi +4 -2
- blend_render_info/__init__.pyi +13 -4
- blf/__init__.pyi +15 -18
- bmesh/__init__.pyi +18 -18
- bmesh/geometry/__init__.pyi +5 -6
- bmesh/ops/__init__.pyi +1337 -1158
- bmesh/types/__init__.pyi +464 -374
- bmesh/utils/__init__.pyi +64 -70
- bpy/__init__.pyi +6 -7
- bpy/app/__init__.pyi +36 -38
- bpy/app/handlers/__init__.pyi +37 -38
- bpy/app/icons/__init__.pyi +8 -11
- bpy/app/timers/__init__.pyi +18 -17
- bpy/app/translations/__init__.pyi +32 -30
- bpy/msgbus/__init__.pyi +25 -20
- bpy/ops/__init__.pyi +63 -64
- bpy/ops/action/__init__.pyi +408 -436
- bpy/ops/anim/__init__.pyi +459 -577
- bpy/ops/armature/__init__.pyi +396 -498
- bpy/ops/asset/__init__.pyi +187 -213
- bpy/ops/boid/__init__.pyi +50 -68
- bpy/ops/brush/__init__.pyi +72 -97
- bpy/ops/buttons/__init__.pyi +202 -193
- bpy/ops/cachefile/__init__.pyi +198 -188
- bpy/ops/camera/__init__.pyi +24 -31
- bpy/ops/clip/__init__.pyi +1021 -1082
- bpy/ops/cloth/__init__.pyi +11 -15
- bpy/ops/collection/__init__.pyi +36 -51
- bpy/ops/console/__init__.pyi +155 -209
- bpy/ops/constraint/__init__.pyi +286 -254
- bpy/ops/curve/__init__.pyi +597 -659
- bpy/ops/curves/__init__.pyi +191 -225
- bpy/ops/cycles/__init__.pyi +21 -30
- bpy/ops/dpaint/__init__.pyi +34 -47
- bpy/ops/ed/__init__.pyi +160 -176
- bpy/ops/export_anim/__init__.pyi +51 -34
- bpy/ops/export_mesh/__init__.pyi +47 -45
- bpy/ops/export_scene/__init__.pyi +659 -504
- bpy/ops/file/__init__.pyi +469 -474
- bpy/ops/fluid/__init__.pyi +89 -119
- bpy/ops/font/__init__.pyi +325 -361
- bpy/ops/geometry/__init__.pyi +86 -114
- bpy/ops/gizmogroup/__init__.pyi +22 -28
- bpy/ops/gpencil/__init__.pyi +1900 -1976
- bpy/ops/graph/__init__.pyi +875 -894
- bpy/ops/grease_pencil/__init__.pyi +572 -508
- bpy/ops/image/__init__.pyi +805 -855
- bpy/ops/import_anim/__init__.pyi +66 -46
- bpy/ops/import_curve/__init__.pyi +7 -11
- bpy/ops/import_mesh/__init__.pyi +19 -25
- bpy/ops/import_scene/__init__.pyi +164 -147
- bpy/ops/info/__init__.pyi +88 -85
- bpy/ops/lattice/__init__.pyi +86 -90
- bpy/ops/marker/__init__.pyi +135 -146
- bpy/ops/mask/__init__.pyi +372 -436
- bpy/ops/material/__init__.pyi +18 -25
- bpy/ops/mball/__init__.pyi +93 -99
- bpy/ops/mesh/__init__.pyi +2525 -2664
- bpy/ops/nla/__init__.pyi +398 -455
- bpy/ops/node/__init__.pyi +1015 -1207
- bpy/ops/object/__init__.pyi +3423 -3390
- bpy/ops/outliner/__init__.pyi +667 -685
- bpy/ops/paint/__init__.pyi +719 -672
- bpy/ops/paintcurve/__init__.pyi +64 -85
- bpy/ops/palette/__init__.pyi +48 -67
- bpy/ops/particle/__init__.pyi +323 -367
- bpy/ops/pose/__init__.pyi +569 -474
- bpy/ops/poselib/__init__.pyi +77 -100
- bpy/ops/preferences/__init__.pyi +460 -512
- bpy/ops/ptcache/__init__.pyi +46 -63
- bpy/ops/render/__init__.pyi +121 -155
- bpy/ops/rigidbody/__init__.pyi +148 -143
- bpy/ops/scene/__init__.pyi +336 -380
- bpy/ops/screen/__init__.pyi +454 -530
- bpy/ops/script/__init__.pyi +19 -28
- bpy/ops/sculpt/__init__.pyi +734 -587
- bpy/ops/sculpt_curves/__init__.pyi +51 -56
- bpy/ops/sequencer/__init__.pyi +1617 -1500
- bpy/ops/sound/__init__.pyi +392 -315
- bpy/ops/spreadsheet/__init__.pyi +31 -42
- bpy/ops/surface/__init__.pyi +198 -163
- bpy/ops/text/__init__.pyi +479 -545
- bpy/ops/text_editor/__init__.pyi +11 -15
- bpy/ops/texture/__init__.pyi +26 -36
- bpy/ops/transform/__init__.pyi +825 -941
- bpy/ops/ui/__init__.pyi +246 -295
- bpy/ops/uilist/__init__.pyi +34 -38
- bpy/ops/uv/__init__.pyi +912 -824
- bpy/ops/view2d/__init__.pyi +157 -197
- bpy/ops/view3d/__init__.pyi +777 -878
- bpy/ops/wm/__init__.pyi +4102 -3595
- bpy/ops/workspace/__init__.pyi +42 -58
- bpy/ops/world/__init__.pyi +6 -9
- bpy/path/__init__.pyi +166 -109
- bpy/props/__init__.pyi +478 -395
- bpy/types/__init__.pyi +87194 -81467
- bpy/utils/__init__.pyi +325 -169
- bpy/utils/previews/__init__.pyi +108 -21
- bpy/utils/units/__init__.pyi +37 -39
- bpy_extras/__init__.pyi +4 -9
- bpy_extras/anim_utils/__init__.pyi +25 -55
- bpy_extras/asset_utils/__init__.pyi +3 -13
- bpy_extras/id_map_utils/__init__.pyi +1 -4
- bpy_extras/image_utils/__init__.pyi +33 -23
- bpy_extras/io_utils/__init__.pyi +116 -66
- bpy_extras/keyconfig_utils/__init__.pyi +5 -3
- bpy_extras/mesh_utils/__init__.pyi +42 -34
- bpy_extras/node_utils/__init__.pyi +4 -4
- bpy_extras/object_utils/__init__.pyi +58 -43
- bpy_extras/view3d_utils/__init__.pyi +64 -63
- bpy_restrict_state/__init__.pyi +14 -2
- bpy_types/__init__.pyi +3873 -998
- console_python/__init__.pyi +41 -8
- console_shell/__init__.pyi +24 -6
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- freestyle/__init__.pyi +4 -5
- freestyle/chainingiterators/__init__.pyi +229 -73
- freestyle/functions/__init__.pyi +624 -402
- freestyle/predicates/__init__.pyi +381 -169
- freestyle/shaders/__init__.pyi +424 -155
- freestyle/types/__init__.pyi +1572 -726
- freestyle/utils/ContextFunctions/__init__.pyi +54 -43
- freestyle/utils/__init__.pyi +67 -31
- gpu/__init__.pyi +3 -4
- gpu/capabilities/__init__.pyi +57 -37
- gpu/matrix/__init__.pyi +14 -17
- gpu/platform/__init__.pyi +5 -6
- gpu/select/__init__.pyi +2 -5
- gpu/shader/__init__.pyi +14 -12
- gpu/state/__init__.pyi +48 -62
- gpu/texture/__init__.pyi +7 -7
- gpu/types/__init__.pyi +670 -229
- gpu_extras/__init__.pyi +1 -2
- gpu_extras/batch/__init__.pyi +27 -6
- gpu_extras/presets/__init__.pyi +67 -27
- graphviz_export/__init__.pyi +9 -3
- idprop/__init__.pyi +0 -1
- idprop/types/__init__.pyi +42 -13
- imbuf/__init__.pyi +6 -10
- imbuf/types/__init__.pyi +8 -16
- keyingsets_builtins/__init__.pyi +3149 -702
- keyingsets_utils/__init__.pyi +69 -15
- mathutils/__init__.pyi +951 -876
- mathutils/bvhtree/__init__.pyi +47 -48
- mathutils/geometry/__init__.pyi +237 -242
- mathutils/interpolate/__init__.pyi +3 -6
- mathutils/kdtree/__init__.pyi +23 -26
- mathutils/noise/__init__.pyi +50 -51
- nodeitems_builtins/__init__.pyi +50 -11
- nodeitems_utils/__init__.pyi +58 -11
- rna_info/__init__.pyi +230 -27
- rna_keymap_ui/__init__.pyi +29 -7
- rna_prop_ui/__init__.pyi +69 -13
- rna_xml/__init__.pyi +29 -7
- sys_info/__init__.pyi +4 -2
- bpy_extras/bmesh_utils/__init__.pyi +0 -7
- bpy_extras/extensions/__init__.pyi +0 -5
- bpy_extras/extensions/junction_module/__init__.pyi +0 -13
- bpy_extras/node_shader_utils/__init__.pyi +0 -132
- bpy_extras/wm_utils/__init__.pyi +0 -5
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -30
- fake_bpy_module-20240210.dist-info/RECORD +0 -349
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
bpy/ops/graph/__init__.pyi
CHANGED
|
@@ -1,1477 +1,1458 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
|
-
import bpy.types
|
|
4
2
|
import bpy.ops.transform
|
|
3
|
+
import bpy.types
|
|
5
4
|
|
|
6
5
|
GenericType = typing.TypeVar("GenericType")
|
|
7
6
|
|
|
8
7
|
def bake_keys(
|
|
9
|
-
override_context: typing.
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
13
|
-
undo: typing.Optional[bool] = None,
|
|
8
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
9
|
+
execution_context: typing.Union[str, int] = None,
|
|
10
|
+
undo: bool = None,
|
|
14
11
|
):
|
|
15
12
|
"""Add keyframes on every frame between the selected keyframes
|
|
16
13
|
|
|
17
|
-
:type override_context: typing.
|
|
18
|
-
:type execution_context: typing.
|
|
19
|
-
:type undo:
|
|
14
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
15
|
+
:type execution_context: typing.Union[str, int]
|
|
16
|
+
:type undo: bool
|
|
20
17
|
"""
|
|
21
18
|
|
|
22
19
|
...
|
|
23
20
|
|
|
24
21
|
def blend_offset(
|
|
25
|
-
override_context: typing.
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
undo: typing.Optional[bool] = None,
|
|
30
|
-
*,
|
|
31
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
22
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
23
|
+
execution_context: typing.Union[str, int] = None,
|
|
24
|
+
undo: bool = None,
|
|
25
|
+
factor: typing.Any = 0.0,
|
|
32
26
|
):
|
|
33
27
|
"""Shift selected keys to the value of the neighboring keys as a block
|
|
34
28
|
|
|
35
|
-
:type override_context: typing.
|
|
36
|
-
:type execution_context: typing.
|
|
37
|
-
:type undo:
|
|
29
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
30
|
+
:type execution_context: typing.Union[str, int]
|
|
31
|
+
:type undo: bool
|
|
38
32
|
:param factor: Offset Factor, Control which key to offset towards and how far
|
|
39
|
-
:type factor: typing.
|
|
33
|
+
:type factor: typing.Any
|
|
40
34
|
"""
|
|
41
35
|
|
|
42
36
|
...
|
|
43
37
|
|
|
44
38
|
def blend_to_default(
|
|
45
|
-
override_context: typing.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
undo: typing.Optional[bool] = None,
|
|
50
|
-
*,
|
|
51
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
39
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
40
|
+
execution_context: typing.Union[str, int] = None,
|
|
41
|
+
undo: bool = None,
|
|
42
|
+
factor: typing.Any = 0.0,
|
|
52
43
|
):
|
|
53
44
|
"""Blend selected keys to their default value from their current position
|
|
54
45
|
|
|
55
|
-
:type override_context: typing.
|
|
56
|
-
:type execution_context: typing.
|
|
57
|
-
:type undo:
|
|
46
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
47
|
+
:type execution_context: typing.Union[str, int]
|
|
48
|
+
:type undo: bool
|
|
58
49
|
:param factor: Factor, How much to blend to the default value
|
|
59
|
-
:type factor: typing.
|
|
50
|
+
:type factor: typing.Any
|
|
60
51
|
"""
|
|
61
52
|
|
|
62
53
|
...
|
|
63
54
|
|
|
64
55
|
def blend_to_ease(
|
|
65
|
-
override_context: typing.
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
undo: typing.Optional[bool] = None,
|
|
70
|
-
*,
|
|
71
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
56
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
57
|
+
execution_context: typing.Union[str, int] = None,
|
|
58
|
+
undo: bool = None,
|
|
59
|
+
factor: typing.Any = 0.0,
|
|
72
60
|
):
|
|
73
61
|
"""Blends keyframes from current state to an ease-in or ease-out curve
|
|
74
62
|
|
|
75
|
-
:type override_context: typing.
|
|
76
|
-
:type execution_context: typing.
|
|
77
|
-
:type undo:
|
|
63
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
64
|
+
:type execution_context: typing.Union[str, int]
|
|
65
|
+
:type undo: bool
|
|
78
66
|
:param factor: Blend, Favor either original data or ease curve
|
|
79
|
-
:type factor: typing.
|
|
67
|
+
:type factor: typing.Any
|
|
80
68
|
"""
|
|
81
69
|
|
|
82
70
|
...
|
|
83
71
|
|
|
84
72
|
def blend_to_neighbor(
|
|
85
|
-
override_context: typing.
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
undo: typing.Optional[bool] = None,
|
|
90
|
-
*,
|
|
91
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
73
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
74
|
+
execution_context: typing.Union[str, int] = None,
|
|
75
|
+
undo: bool = None,
|
|
76
|
+
factor: typing.Any = 0.0,
|
|
92
77
|
):
|
|
93
78
|
"""Blend selected keyframes to their left or right neighbor
|
|
94
79
|
|
|
95
|
-
:type override_context: typing.
|
|
96
|
-
:type execution_context: typing.
|
|
97
|
-
:type undo:
|
|
80
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
81
|
+
:type execution_context: typing.Union[str, int]
|
|
82
|
+
:type undo: bool
|
|
98
83
|
:param factor: Blend, The blend factor with 0 being the current frame
|
|
99
|
-
:type factor: typing.
|
|
84
|
+
:type factor: typing.Any
|
|
100
85
|
"""
|
|
101
86
|
|
|
102
87
|
...
|
|
103
88
|
|
|
104
89
|
def breakdown(
|
|
105
|
-
override_context: typing.
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
undo: typing.Optional[bool] = None,
|
|
110
|
-
*,
|
|
111
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
90
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
91
|
+
execution_context: typing.Union[str, int] = None,
|
|
92
|
+
undo: bool = None,
|
|
93
|
+
factor: typing.Any = 0.0,
|
|
112
94
|
):
|
|
113
95
|
"""Move selected keyframes to an inbetween position relative to adjacent keys
|
|
114
96
|
|
|
115
|
-
:type override_context: typing.
|
|
116
|
-
:type execution_context: typing.
|
|
117
|
-
:type undo:
|
|
97
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
98
|
+
:type execution_context: typing.Union[str, int]
|
|
99
|
+
:type undo: bool
|
|
118
100
|
:param factor: Factor, Favor either the left or the right key
|
|
119
|
-
:type factor: typing.
|
|
101
|
+
:type factor: typing.Any
|
|
120
102
|
"""
|
|
121
103
|
|
|
122
104
|
...
|
|
123
105
|
|
|
124
106
|
def butterworth_smooth(
|
|
125
|
-
override_context: typing.
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
samples_per_frame: typing.Optional[typing.Any] = 1,
|
|
134
|
-
blend: typing.Optional[typing.Any] = 1.0,
|
|
135
|
-
blend_in_out: typing.Optional[typing.Any] = 1,
|
|
107
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
108
|
+
execution_context: typing.Union[str, int] = None,
|
|
109
|
+
undo: bool = None,
|
|
110
|
+
cutoff_frequency: typing.Any = 3.0,
|
|
111
|
+
filter_order: typing.Any = 4,
|
|
112
|
+
samples_per_frame: typing.Any = 1,
|
|
113
|
+
blend: typing.Any = 1.0,
|
|
114
|
+
blend_in_out: typing.Any = 1,
|
|
136
115
|
):
|
|
137
116
|
"""Smooth an F-Curve while maintaining the general shape of the curve
|
|
138
117
|
|
|
139
|
-
:type override_context: typing.
|
|
140
|
-
:type execution_context: typing.
|
|
141
|
-
:type undo:
|
|
118
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
119
|
+
:type execution_context: typing.Union[str, int]
|
|
120
|
+
:type undo: bool
|
|
142
121
|
:param cutoff_frequency: Frequency Cutoff (Hz), Lower values give a smoother curve
|
|
143
|
-
:type cutoff_frequency: typing.
|
|
122
|
+
:type cutoff_frequency: typing.Any
|
|
144
123
|
:param filter_order: Filter Order, Higher values produce a harder frequency cutoff
|
|
145
|
-
:type filter_order: typing.
|
|
124
|
+
:type filter_order: typing.Any
|
|
146
125
|
:param samples_per_frame: Samples per Frame, How many samples to calculate per frame, helps with subframe data
|
|
147
|
-
:type samples_per_frame: typing.
|
|
126
|
+
:type samples_per_frame: typing.Any
|
|
148
127
|
:param blend: Blend, How much to blend to the smoothed curve
|
|
149
|
-
:type blend: typing.
|
|
128
|
+
:type blend: typing.Any
|
|
150
129
|
:param blend_in_out: Blend In/Out, Linearly blend the smooth data to the border frames of the selection
|
|
151
|
-
:type blend_in_out: typing.
|
|
130
|
+
:type blend_in_out: typing.Any
|
|
152
131
|
"""
|
|
153
132
|
|
|
154
133
|
...
|
|
155
134
|
|
|
156
135
|
def clean(
|
|
157
|
-
override_context: typing.
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
*,
|
|
163
|
-
threshold: typing.Optional[typing.Any] = 0.001,
|
|
164
|
-
channels: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
136
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
137
|
+
execution_context: typing.Union[str, int] = None,
|
|
138
|
+
undo: bool = None,
|
|
139
|
+
threshold: typing.Any = 0.001,
|
|
140
|
+
channels: typing.Union[bool, typing.Any] = False,
|
|
165
141
|
):
|
|
166
142
|
"""Simplify F-Curves by removing closely spaced keyframes
|
|
167
143
|
|
|
168
|
-
:type override_context: typing.
|
|
169
|
-
:type execution_context: typing.
|
|
170
|
-
:type undo:
|
|
144
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
145
|
+
:type execution_context: typing.Union[str, int]
|
|
146
|
+
:type undo: bool
|
|
171
147
|
:param threshold: Threshold
|
|
172
|
-
:type threshold: typing.
|
|
148
|
+
:type threshold: typing.Any
|
|
173
149
|
:param channels: Channels
|
|
174
|
-
:type channels: typing.
|
|
150
|
+
:type channels: typing.Union[bool, typing.Any]
|
|
175
151
|
"""
|
|
176
152
|
|
|
177
153
|
...
|
|
178
154
|
|
|
179
155
|
def click_insert(
|
|
180
|
-
override_context: typing.
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
frame: typing.Optional[typing.Any] = 1.0,
|
|
187
|
-
value: typing.Optional[typing.Any] = 1.0,
|
|
188
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
156
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
157
|
+
execution_context: typing.Union[str, int] = None,
|
|
158
|
+
undo: bool = None,
|
|
159
|
+
frame: typing.Any = 1.0,
|
|
160
|
+
value: typing.Any = 1.0,
|
|
161
|
+
extend: typing.Union[bool, typing.Any] = False,
|
|
189
162
|
):
|
|
190
163
|
"""Insert new keyframe at the cursor position for the active F-Curve
|
|
191
164
|
|
|
192
|
-
:type override_context: typing.
|
|
193
|
-
:type execution_context: typing.
|
|
194
|
-
:type undo:
|
|
165
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
166
|
+
:type execution_context: typing.Union[str, int]
|
|
167
|
+
:type undo: bool
|
|
195
168
|
:param frame: Frame Number, Frame to insert keyframe on
|
|
196
|
-
:type frame: typing.
|
|
169
|
+
:type frame: typing.Any
|
|
197
170
|
:param value: Value, Value for keyframe on
|
|
198
|
-
:type value: typing.
|
|
171
|
+
:type value: typing.Any
|
|
199
172
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
200
|
-
:type extend: typing.
|
|
173
|
+
:type extend: typing.Union[bool, typing.Any]
|
|
201
174
|
"""
|
|
202
175
|
|
|
203
176
|
...
|
|
204
177
|
|
|
205
178
|
def clickselect(
|
|
206
|
-
override_context: typing.
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
deselect_all: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
217
|
-
column: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
218
|
-
curves: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
179
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
180
|
+
execution_context: typing.Union[str, int] = None,
|
|
181
|
+
undo: bool = None,
|
|
182
|
+
wait_to_deselect_others: typing.Union[bool, typing.Any] = False,
|
|
183
|
+
mouse_x: typing.Any = 0,
|
|
184
|
+
mouse_y: typing.Any = 0,
|
|
185
|
+
extend: typing.Union[bool, typing.Any] = False,
|
|
186
|
+
deselect_all: typing.Union[bool, typing.Any] = False,
|
|
187
|
+
column: typing.Union[bool, typing.Any] = False,
|
|
188
|
+
curves: typing.Union[bool, typing.Any] = False,
|
|
219
189
|
):
|
|
220
190
|
"""Select keyframes by clicking on them
|
|
221
191
|
|
|
222
|
-
:type override_context: typing.
|
|
223
|
-
:type execution_context: typing.
|
|
224
|
-
:type undo:
|
|
192
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
193
|
+
:type execution_context: typing.Union[str, int]
|
|
194
|
+
:type undo: bool
|
|
225
195
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
226
|
-
:type wait_to_deselect_others: typing.
|
|
196
|
+
:type wait_to_deselect_others: typing.Union[bool, typing.Any]
|
|
227
197
|
:param mouse_x: Mouse X
|
|
228
|
-
:type mouse_x: typing.
|
|
198
|
+
:type mouse_x: typing.Any
|
|
229
199
|
:param mouse_y: Mouse Y
|
|
230
|
-
:type mouse_y: typing.
|
|
200
|
+
:type mouse_y: typing.Any
|
|
231
201
|
:param extend: Extend Select, Toggle keyframe selection instead of leaving newly selected keyframes only
|
|
232
|
-
:type extend: typing.
|
|
202
|
+
:type extend: typing.Union[bool, typing.Any]
|
|
233
203
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
234
|
-
:type deselect_all: typing.
|
|
204
|
+
:type deselect_all: typing.Union[bool, typing.Any]
|
|
235
205
|
:param column: Column Select, Select all keyframes that occur on the same frame as the one under the mouse
|
|
236
|
-
:type column: typing.
|
|
206
|
+
:type column: typing.Union[bool, typing.Any]
|
|
237
207
|
:param curves: Only Curves, Select all the keyframes in the curve
|
|
238
|
-
:type curves: typing.
|
|
208
|
+
:type curves: typing.Union[bool, typing.Any]
|
|
239
209
|
"""
|
|
240
210
|
|
|
241
211
|
...
|
|
242
212
|
|
|
243
213
|
def copy(
|
|
244
|
-
override_context: typing.
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
248
|
-
undo: typing.Optional[bool] = None,
|
|
214
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
215
|
+
execution_context: typing.Union[str, int] = None,
|
|
216
|
+
undo: bool = None,
|
|
249
217
|
):
|
|
250
218
|
"""Copy selected keyframes to the internal clipboard
|
|
251
219
|
|
|
252
|
-
:type override_context: typing.
|
|
253
|
-
:type execution_context: typing.
|
|
254
|
-
:type undo:
|
|
220
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
221
|
+
:type execution_context: typing.Union[str, int]
|
|
222
|
+
:type undo: bool
|
|
255
223
|
"""
|
|
256
224
|
|
|
257
225
|
...
|
|
258
226
|
|
|
259
227
|
def cursor_set(
|
|
260
|
-
override_context: typing.
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
*,
|
|
266
|
-
frame: typing.Optional[typing.Any] = 0.0,
|
|
267
|
-
value: typing.Optional[typing.Any] = 0.0,
|
|
228
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
229
|
+
execution_context: typing.Union[str, int] = None,
|
|
230
|
+
undo: bool = None,
|
|
231
|
+
frame: typing.Any = 0.0,
|
|
232
|
+
value: typing.Any = 0.0,
|
|
268
233
|
):
|
|
269
234
|
"""Interactively set the current frame and value cursor
|
|
270
235
|
|
|
271
|
-
:type override_context: typing.
|
|
272
|
-
:type execution_context: typing.
|
|
273
|
-
:type undo:
|
|
236
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
237
|
+
:type execution_context: typing.Union[str, int]
|
|
238
|
+
:type undo: bool
|
|
274
239
|
:param frame: Frame
|
|
275
|
-
:type frame: typing.
|
|
240
|
+
:type frame: typing.Any
|
|
276
241
|
:param value: Value
|
|
277
|
-
:type value: typing.
|
|
242
|
+
:type value: typing.Any
|
|
278
243
|
"""
|
|
279
244
|
|
|
280
245
|
...
|
|
281
246
|
|
|
282
247
|
def decimate(
|
|
283
|
-
override_context: typing.
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
mode: typing.Optional[typing.Any] = "RATIO",
|
|
290
|
-
factor: typing.Optional[typing.Any] = 0.333333,
|
|
291
|
-
remove_error_margin: typing.Optional[typing.Any] = 0.0,
|
|
248
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
249
|
+
execution_context: typing.Union[str, int] = None,
|
|
250
|
+
undo: bool = None,
|
|
251
|
+
mode: typing.Any = "RATIO",
|
|
252
|
+
factor: typing.Any = 0.333333,
|
|
253
|
+
remove_error_margin: typing.Any = 0.0,
|
|
292
254
|
):
|
|
293
255
|
"""Decimate F-Curves by removing keyframes that influence the curve shape the least
|
|
294
256
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
257
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
258
|
+
:type execution_context: typing.Union[str, int]
|
|
259
|
+
:type undo: bool
|
|
260
|
+
:param mode: Mode, Which mode to use for decimation
|
|
261
|
+
|
|
262
|
+
RATIO
|
|
263
|
+
Ratio -- Use a percentage to specify how many keyframes you want to remove.
|
|
264
|
+
|
|
265
|
+
ERROR
|
|
266
|
+
Error Margin -- Use an error margin to specify how much the curve is allowed to deviate from the original path.
|
|
267
|
+
:type mode: typing.Any
|
|
268
|
+
:param factor: Remove, The ratio of remaining keyframes after the operation
|
|
269
|
+
:type factor: typing.Any
|
|
270
|
+
:param remove_error_margin: Max Error Margin, How much the new decimated curve is allowed to deviate from the original
|
|
271
|
+
:type remove_error_margin: typing.Any
|
|
304
272
|
"""
|
|
305
273
|
|
|
306
274
|
...
|
|
307
275
|
|
|
308
276
|
def delete(
|
|
309
|
-
override_context: typing.
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
undo: typing.Optional[bool] = None,
|
|
314
|
-
*,
|
|
315
|
-
confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
277
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
278
|
+
execution_context: typing.Union[str, int] = None,
|
|
279
|
+
undo: bool = None,
|
|
280
|
+
confirm: typing.Union[bool, typing.Any] = True,
|
|
316
281
|
):
|
|
317
282
|
"""Remove all selected keyframes
|
|
318
283
|
|
|
319
|
-
:type override_context: typing.
|
|
320
|
-
:type execution_context: typing.
|
|
321
|
-
:type undo:
|
|
284
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
285
|
+
:type execution_context: typing.Union[str, int]
|
|
286
|
+
:type undo: bool
|
|
322
287
|
:param confirm: Confirm, Prompt for confirmation
|
|
323
|
-
:type confirm: typing.
|
|
288
|
+
:type confirm: typing.Union[bool, typing.Any]
|
|
324
289
|
"""
|
|
325
290
|
|
|
326
291
|
...
|
|
327
292
|
|
|
328
293
|
def driver_delete_invalid(
|
|
329
|
-
override_context: typing.
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
333
|
-
undo: typing.Optional[bool] = None,
|
|
294
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
295
|
+
execution_context: typing.Union[str, int] = None,
|
|
296
|
+
undo: bool = None,
|
|
334
297
|
):
|
|
335
298
|
"""Delete all visible drivers considered invalid
|
|
336
299
|
|
|
337
|
-
:type override_context: typing.
|
|
338
|
-
:type execution_context: typing.
|
|
339
|
-
:type undo:
|
|
300
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
301
|
+
:type execution_context: typing.Union[str, int]
|
|
302
|
+
:type undo: bool
|
|
340
303
|
"""
|
|
341
304
|
|
|
342
305
|
...
|
|
343
306
|
|
|
344
307
|
def driver_variables_copy(
|
|
345
|
-
override_context: typing.
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
349
|
-
undo: typing.Optional[bool] = None,
|
|
308
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
309
|
+
execution_context: typing.Union[str, int] = None,
|
|
310
|
+
undo: bool = None,
|
|
350
311
|
):
|
|
351
312
|
"""Copy the driver variables of the active driver
|
|
352
313
|
|
|
353
|
-
:type override_context: typing.
|
|
354
|
-
:type execution_context: typing.
|
|
355
|
-
:type undo:
|
|
314
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
315
|
+
:type execution_context: typing.Union[str, int]
|
|
316
|
+
:type undo: bool
|
|
356
317
|
"""
|
|
357
318
|
|
|
358
319
|
...
|
|
359
320
|
|
|
360
321
|
def driver_variables_paste(
|
|
361
|
-
override_context: typing.
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
undo: typing.Optional[bool] = None,
|
|
366
|
-
*,
|
|
367
|
-
replace: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
322
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
323
|
+
execution_context: typing.Union[str, int] = None,
|
|
324
|
+
undo: bool = None,
|
|
325
|
+
replace: typing.Union[bool, typing.Any] = False,
|
|
368
326
|
):
|
|
369
327
|
"""Add copied driver variables to the active driver
|
|
370
328
|
|
|
371
|
-
:type override_context: typing.
|
|
372
|
-
:type execution_context: typing.
|
|
373
|
-
:type undo:
|
|
329
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
330
|
+
:type execution_context: typing.Union[str, int]
|
|
331
|
+
:type undo: bool
|
|
374
332
|
:param replace: Replace Existing, Replace existing driver variables, instead of just appending to the end of the existing list
|
|
375
|
-
:type replace: typing.
|
|
333
|
+
:type replace: typing.Union[bool, typing.Any]
|
|
376
334
|
"""
|
|
377
335
|
|
|
378
336
|
...
|
|
379
337
|
|
|
380
338
|
def duplicate(
|
|
381
|
-
override_context: typing.
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
undo: typing.Optional[bool] = None,
|
|
386
|
-
*,
|
|
387
|
-
mode: typing.Optional[typing.Union[str, int]] = "TRANSLATION",
|
|
339
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
340
|
+
execution_context: typing.Union[str, int] = None,
|
|
341
|
+
undo: bool = None,
|
|
342
|
+
mode: typing.Any = "TRANSLATION",
|
|
388
343
|
):
|
|
389
344
|
"""Make a copy of all selected keyframes
|
|
390
345
|
|
|
391
|
-
:type override_context: typing.
|
|
392
|
-
:type execution_context: typing.
|
|
393
|
-
:type undo:
|
|
346
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
347
|
+
:type execution_context: typing.Union[str, int]
|
|
348
|
+
:type undo: bool
|
|
394
349
|
:param mode: Mode
|
|
395
|
-
:type mode: typing.
|
|
350
|
+
:type mode: typing.Any
|
|
396
351
|
"""
|
|
397
352
|
|
|
398
353
|
...
|
|
399
354
|
|
|
400
355
|
def duplicate_move(
|
|
401
|
-
override_context: typing.
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
*,
|
|
407
|
-
GRAPH_OT_duplicate: typing.Optional["duplicate"] = None,
|
|
408
|
-
TRANSFORM_OT_translate: typing.Optional["bpy.ops.transform.translate"] = None,
|
|
356
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
357
|
+
execution_context: typing.Union[str, int] = None,
|
|
358
|
+
undo: bool = None,
|
|
359
|
+
GRAPH_OT_duplicate: duplicate = None,
|
|
360
|
+
TRANSFORM_OT_translate: bpy.ops.transform.translate = None,
|
|
409
361
|
):
|
|
410
362
|
"""Make a copy of all selected keyframes and move them
|
|
411
363
|
|
|
412
|
-
:type override_context: typing.
|
|
413
|
-
:type execution_context: typing.
|
|
414
|
-
:type undo:
|
|
364
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
365
|
+
:type execution_context: typing.Union[str, int]
|
|
366
|
+
:type undo: bool
|
|
415
367
|
:param GRAPH_OT_duplicate: Duplicate Keyframes, Make a copy of all selected keyframes
|
|
416
|
-
:type GRAPH_OT_duplicate:
|
|
368
|
+
:type GRAPH_OT_duplicate: duplicate
|
|
417
369
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
418
|
-
:type TRANSFORM_OT_translate:
|
|
370
|
+
:type TRANSFORM_OT_translate: bpy.ops.transform.translate
|
|
419
371
|
"""
|
|
420
372
|
|
|
421
373
|
...
|
|
422
374
|
|
|
423
375
|
def ease(
|
|
424
|
-
override_context: typing.
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
*,
|
|
430
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
376
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
377
|
+
execution_context: typing.Union[str, int] = None,
|
|
378
|
+
undo: bool = None,
|
|
379
|
+
factor: typing.Any = 0.0,
|
|
380
|
+
sharpness: typing.Any = 2.0,
|
|
431
381
|
):
|
|
432
382
|
"""Align keyframes on a ease-in or ease-out curve
|
|
433
383
|
|
|
434
|
-
:type override_context: typing.
|
|
435
|
-
:type execution_context: typing.
|
|
436
|
-
:type undo:
|
|
437
|
-
:param factor: Curve Bend,
|
|
438
|
-
:type factor: typing.
|
|
384
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
385
|
+
:type execution_context: typing.Union[str, int]
|
|
386
|
+
:type undo: bool
|
|
387
|
+
:param factor: Curve Bend, Defines if the keys should be aligned on an ease-in or ease-out curve
|
|
388
|
+
:type factor: typing.Any
|
|
389
|
+
:param sharpness: Sharpness, Higher values make the change more abrupt
|
|
390
|
+
:type sharpness: typing.Any
|
|
439
391
|
"""
|
|
440
392
|
|
|
441
393
|
...
|
|
442
394
|
|
|
443
395
|
def easing_type(
|
|
444
|
-
override_context: typing.
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
undo: typing.Optional[bool] = None,
|
|
449
|
-
*,
|
|
450
|
-
type: typing.Optional[typing.Union[str, int]] = "AUTO",
|
|
396
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
397
|
+
execution_context: typing.Union[str, int] = None,
|
|
398
|
+
undo: bool = None,
|
|
399
|
+
type: typing.Any = "AUTO",
|
|
451
400
|
):
|
|
452
401
|
"""Set easing type for the F-Curve segments starting from the selected keyframes
|
|
453
402
|
|
|
454
|
-
:type override_context: typing.
|
|
455
|
-
:type execution_context: typing.
|
|
456
|
-
:type undo:
|
|
403
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
404
|
+
:type execution_context: typing.Union[str, int]
|
|
405
|
+
:type undo: bool
|
|
457
406
|
:param type: Type
|
|
458
|
-
:type type: typing.
|
|
407
|
+
:type type: typing.Any
|
|
459
408
|
"""
|
|
460
409
|
|
|
461
410
|
...
|
|
462
411
|
|
|
463
412
|
def equalize_handles(
|
|
464
|
-
override_context: typing.
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
side: typing.Optional[typing.Any] = "LEFT",
|
|
471
|
-
handle_length: typing.Optional[typing.Any] = 5.0,
|
|
472
|
-
flatten: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
413
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
414
|
+
execution_context: typing.Union[str, int] = None,
|
|
415
|
+
undo: bool = None,
|
|
416
|
+
side: typing.Any = "LEFT",
|
|
417
|
+
handle_length: typing.Any = 5.0,
|
|
418
|
+
flatten: typing.Union[bool, typing.Any] = False,
|
|
473
419
|
):
|
|
474
420
|
"""Ensure selected keyframes' handles have equal length, optionally making them horizontal. Automatic, Automatic Clamped, or Vector handle types will be converted to Aligned
|
|
475
421
|
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
422
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
423
|
+
:type execution_context: typing.Union[str, int]
|
|
424
|
+
:type undo: bool
|
|
425
|
+
:param side: Side, Side of the keyframes' Bézier handles to affect
|
|
426
|
+
|
|
427
|
+
LEFT
|
|
428
|
+
Left -- Equalize selected keyframes' left handles.
|
|
429
|
+
|
|
430
|
+
RIGHT
|
|
431
|
+
Right -- Equalize selected keyframes' right handles.
|
|
432
|
+
|
|
433
|
+
BOTH
|
|
434
|
+
Both -- Equalize both of a keyframe's handles.
|
|
435
|
+
:type side: typing.Any
|
|
436
|
+
:param handle_length: Handle Length, Length to make selected keyframes' Bézier handles
|
|
437
|
+
:type handle_length: typing.Any
|
|
438
|
+
:param flatten: Flatten, Make the values of the selected keyframes' handles the same as their respective keyframes
|
|
439
|
+
:type flatten: typing.Union[bool, typing.Any]
|
|
485
440
|
"""
|
|
486
441
|
|
|
487
442
|
...
|
|
488
443
|
|
|
489
444
|
def euler_filter(
|
|
490
|
-
override_context: typing.
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
494
|
-
undo: typing.Optional[bool] = None,
|
|
445
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
446
|
+
execution_context: typing.Union[str, int] = None,
|
|
447
|
+
undo: bool = None,
|
|
495
448
|
):
|
|
496
449
|
"""Fix large jumps and flips in the selected Euler Rotation F-Curves arising from rotation values being clipped when baking physics
|
|
497
450
|
|
|
498
|
-
:type override_context: typing.
|
|
499
|
-
:type execution_context: typing.
|
|
500
|
-
:type undo:
|
|
451
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
452
|
+
:type execution_context: typing.Union[str, int]
|
|
453
|
+
:type undo: bool
|
|
501
454
|
"""
|
|
502
455
|
|
|
503
456
|
...
|
|
504
457
|
|
|
505
458
|
def extrapolation_type(
|
|
506
|
-
override_context: typing.
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
undo: typing.Optional[bool] = None,
|
|
511
|
-
*,
|
|
512
|
-
type: typing.Optional[typing.Any] = "CONSTANT",
|
|
459
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
460
|
+
execution_context: typing.Union[str, int] = None,
|
|
461
|
+
undo: bool = None,
|
|
462
|
+
type: typing.Any = "CONSTANT",
|
|
513
463
|
):
|
|
514
464
|
"""Set extrapolation mode for selected F-Curves
|
|
515
465
|
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
466
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
467
|
+
:type execution_context: typing.Union[str, int]
|
|
468
|
+
:type undo: bool
|
|
469
|
+
:param type: Type
|
|
470
|
+
|
|
471
|
+
CONSTANT
|
|
472
|
+
Constant Extrapolation -- Values on endpoint keyframes are held.
|
|
473
|
+
|
|
474
|
+
LINEAR
|
|
475
|
+
Linear Extrapolation -- Straight-line slope of end segments are extended past the endpoint keyframes.
|
|
476
|
+
|
|
477
|
+
MAKE_CYCLIC
|
|
478
|
+
Make Cyclic (F-Modifier) -- Add Cycles F-Modifier if one doesn't exist already.
|
|
479
|
+
|
|
480
|
+
CLEAR_CYCLIC
|
|
481
|
+
Clear Cyclic (F-Modifier) -- Remove Cycles F-Modifier if not needed anymore.
|
|
482
|
+
:type type: typing.Any
|
|
521
483
|
"""
|
|
522
484
|
|
|
523
485
|
...
|
|
524
486
|
|
|
525
487
|
def fmodifier_add(
|
|
526
|
-
override_context: typing.
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
*,
|
|
532
|
-
type: typing.Optional[typing.Union[str, int]] = "NULL",
|
|
533
|
-
only_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
488
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
489
|
+
execution_context: typing.Union[str, int] = None,
|
|
490
|
+
undo: bool = None,
|
|
491
|
+
type: typing.Any = "NULL",
|
|
492
|
+
only_active: typing.Union[bool, typing.Any] = False,
|
|
534
493
|
):
|
|
535
494
|
"""Add F-Modifier to the active/selected F-Curves
|
|
536
495
|
|
|
537
|
-
:type override_context: typing.
|
|
538
|
-
:type execution_context: typing.
|
|
539
|
-
:type undo:
|
|
496
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
497
|
+
:type execution_context: typing.Union[str, int]
|
|
498
|
+
:type undo: bool
|
|
540
499
|
:param type: Type
|
|
541
|
-
:type type: typing.
|
|
500
|
+
:type type: typing.Any
|
|
542
501
|
:param only_active: Only Active, Only add F-Modifier to active F-Curve
|
|
543
|
-
:type only_active: typing.
|
|
502
|
+
:type only_active: typing.Union[bool, typing.Any]
|
|
544
503
|
"""
|
|
545
504
|
|
|
546
505
|
...
|
|
547
506
|
|
|
548
507
|
def fmodifier_copy(
|
|
549
|
-
override_context: typing.
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
553
|
-
undo: typing.Optional[bool] = None,
|
|
508
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
509
|
+
execution_context: typing.Union[str, int] = None,
|
|
510
|
+
undo: bool = None,
|
|
554
511
|
):
|
|
555
512
|
"""Copy the F-Modifier(s) of the active F-Curve
|
|
556
513
|
|
|
557
|
-
:type override_context: typing.
|
|
558
|
-
:type execution_context: typing.
|
|
559
|
-
:type undo:
|
|
514
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
515
|
+
:type execution_context: typing.Union[str, int]
|
|
516
|
+
:type undo: bool
|
|
560
517
|
"""
|
|
561
518
|
|
|
562
519
|
...
|
|
563
520
|
|
|
564
521
|
def fmodifier_paste(
|
|
565
|
-
override_context: typing.
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
*,
|
|
571
|
-
only_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
572
|
-
replace: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
522
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
523
|
+
execution_context: typing.Union[str, int] = None,
|
|
524
|
+
undo: bool = None,
|
|
525
|
+
only_active: typing.Union[bool, typing.Any] = False,
|
|
526
|
+
replace: typing.Union[bool, typing.Any] = False,
|
|
573
527
|
):
|
|
574
528
|
"""Add copied F-Modifiers to the selected F-Curves
|
|
575
529
|
|
|
576
|
-
:type override_context: typing.
|
|
577
|
-
:type execution_context: typing.
|
|
578
|
-
:type undo:
|
|
530
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
531
|
+
:type execution_context: typing.Union[str, int]
|
|
532
|
+
:type undo: bool
|
|
579
533
|
:param only_active: Only Active, Only paste F-Modifiers on active F-Curve
|
|
580
|
-
:type only_active: typing.
|
|
534
|
+
:type only_active: typing.Union[bool, typing.Any]
|
|
581
535
|
:param replace: Replace Existing, Replace existing F-Modifiers, instead of just appending to the end of the existing list
|
|
582
|
-
:type replace: typing.
|
|
536
|
+
:type replace: typing.Union[bool, typing.Any]
|
|
583
537
|
"""
|
|
584
538
|
|
|
585
539
|
...
|
|
586
540
|
|
|
587
541
|
def frame_jump(
|
|
588
|
-
override_context: typing.
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
592
|
-
undo: typing.Optional[bool] = None,
|
|
542
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
543
|
+
execution_context: typing.Union[str, int] = None,
|
|
544
|
+
undo: bool = None,
|
|
593
545
|
):
|
|
594
546
|
"""Place the cursor on the midpoint of selected keyframes
|
|
595
547
|
|
|
596
|
-
:type override_context: typing.
|
|
597
|
-
:type execution_context: typing.
|
|
598
|
-
:type undo:
|
|
548
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
549
|
+
:type execution_context: typing.Union[str, int]
|
|
550
|
+
:type undo: bool
|
|
599
551
|
"""
|
|
600
552
|
|
|
601
553
|
...
|
|
602
554
|
|
|
603
555
|
def gaussian_smooth(
|
|
604
|
-
override_context: typing.
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
factor: typing.Optional[typing.Any] = 1.0,
|
|
611
|
-
sigma: typing.Optional[typing.Any] = 0.33,
|
|
612
|
-
filter_width: typing.Optional[typing.Any] = 6,
|
|
556
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
557
|
+
execution_context: typing.Union[str, int] = None,
|
|
558
|
+
undo: bool = None,
|
|
559
|
+
factor: typing.Any = 1.0,
|
|
560
|
+
sigma: typing.Any = 0.33,
|
|
561
|
+
filter_width: typing.Any = 6,
|
|
613
562
|
):
|
|
614
563
|
"""Smooth the curve using a Gaussian filter
|
|
615
564
|
|
|
616
|
-
:type override_context: typing.
|
|
617
|
-
:type execution_context: typing.
|
|
618
|
-
:type undo:
|
|
565
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
566
|
+
:type execution_context: typing.Union[str, int]
|
|
567
|
+
:type undo: bool
|
|
619
568
|
:param factor: Factor, How much to blend to the default value
|
|
620
|
-
:type factor: typing.
|
|
569
|
+
:type factor: typing.Any
|
|
621
570
|
:param sigma: Sigma, The shape of the gaussian distribution, lower values make it sharper
|
|
622
|
-
:type sigma: typing.
|
|
571
|
+
:type sigma: typing.Any
|
|
623
572
|
:param filter_width: Filter Width, How far to each side the operator will average the key values
|
|
624
|
-
:type filter_width: typing.
|
|
573
|
+
:type filter_width: typing.Any
|
|
625
574
|
"""
|
|
626
575
|
|
|
627
576
|
...
|
|
628
577
|
|
|
629
578
|
def ghost_curves_clear(
|
|
630
|
-
override_context: typing.
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
634
|
-
undo: typing.Optional[bool] = None,
|
|
579
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
580
|
+
execution_context: typing.Union[str, int] = None,
|
|
581
|
+
undo: bool = None,
|
|
635
582
|
):
|
|
636
583
|
"""Clear F-Curve snapshots (Ghosts) for active Graph Editor
|
|
637
584
|
|
|
638
|
-
:type override_context: typing.
|
|
639
|
-
:type execution_context: typing.
|
|
640
|
-
:type undo:
|
|
585
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
586
|
+
:type execution_context: typing.Union[str, int]
|
|
587
|
+
:type undo: bool
|
|
641
588
|
"""
|
|
642
589
|
|
|
643
590
|
...
|
|
644
591
|
|
|
645
592
|
def ghost_curves_create(
|
|
646
|
-
override_context: typing.
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
650
|
-
undo: typing.Optional[bool] = None,
|
|
593
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
594
|
+
execution_context: typing.Union[str, int] = None,
|
|
595
|
+
undo: bool = None,
|
|
651
596
|
):
|
|
652
597
|
"""Create snapshot (Ghosts) of selected F-Curves as background aid for active Graph Editor
|
|
653
598
|
|
|
654
|
-
:type override_context: typing.
|
|
655
|
-
:type execution_context: typing.
|
|
656
|
-
:type undo:
|
|
599
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
600
|
+
:type execution_context: typing.Union[str, int]
|
|
601
|
+
:type undo: bool
|
|
657
602
|
"""
|
|
658
603
|
|
|
659
604
|
...
|
|
660
605
|
|
|
661
606
|
def handle_type(
|
|
662
|
-
override_context: typing.
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
undo: typing.Optional[bool] = None,
|
|
667
|
-
*,
|
|
668
|
-
type: typing.Optional[typing.Union[str, int]] = "FREE",
|
|
607
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
608
|
+
execution_context: typing.Union[str, int] = None,
|
|
609
|
+
undo: bool = None,
|
|
610
|
+
type: typing.Any = "FREE",
|
|
669
611
|
):
|
|
670
612
|
"""Set type of handle for selected keyframes
|
|
671
613
|
|
|
672
|
-
:type override_context: typing.
|
|
673
|
-
:type execution_context: typing.
|
|
674
|
-
:type undo:
|
|
614
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
615
|
+
:type execution_context: typing.Union[str, int]
|
|
616
|
+
:type undo: bool
|
|
675
617
|
:param type: Type
|
|
676
|
-
:type type: typing.
|
|
618
|
+
:type type: typing.Any
|
|
677
619
|
"""
|
|
678
620
|
|
|
679
621
|
...
|
|
680
622
|
|
|
681
623
|
def hide(
|
|
682
|
-
override_context: typing.
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
undo: typing.Optional[bool] = None,
|
|
687
|
-
*,
|
|
688
|
-
unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
624
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
625
|
+
execution_context: typing.Union[str, int] = None,
|
|
626
|
+
undo: bool = None,
|
|
627
|
+
unselected: typing.Union[bool, typing.Any] = False,
|
|
689
628
|
):
|
|
690
629
|
"""Hide selected curves from Graph Editor view
|
|
691
630
|
|
|
692
|
-
:type override_context: typing.
|
|
693
|
-
:type execution_context: typing.
|
|
694
|
-
:type undo:
|
|
631
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
632
|
+
:type execution_context: typing.Union[str, int]
|
|
633
|
+
:type undo: bool
|
|
695
634
|
:param unselected: Unselected, Hide unselected rather than selected curves
|
|
696
|
-
:type unselected: typing.
|
|
635
|
+
:type unselected: typing.Union[bool, typing.Any]
|
|
697
636
|
"""
|
|
698
637
|
|
|
699
638
|
...
|
|
700
639
|
|
|
701
640
|
def interpolation_type(
|
|
702
|
-
override_context: typing.
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
undo: typing.Optional[bool] = None,
|
|
707
|
-
*,
|
|
708
|
-
type: typing.Optional[typing.Union[str, int]] = "CONSTANT",
|
|
641
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
642
|
+
execution_context: typing.Union[str, int] = None,
|
|
643
|
+
undo: bool = None,
|
|
644
|
+
type: typing.Any = "CONSTANT",
|
|
709
645
|
):
|
|
710
646
|
"""Set interpolation mode for the F-Curve segments starting from the selected keyframes
|
|
711
647
|
|
|
712
|
-
:type override_context: typing.
|
|
713
|
-
:type execution_context: typing.
|
|
714
|
-
:type undo:
|
|
648
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
649
|
+
:type execution_context: typing.Union[str, int]
|
|
650
|
+
:type undo: bool
|
|
715
651
|
:param type: Type
|
|
716
|
-
:type type: typing.
|
|
652
|
+
:type type: typing.Any
|
|
717
653
|
"""
|
|
718
654
|
|
|
719
655
|
...
|
|
720
656
|
|
|
721
657
|
def keyframe_insert(
|
|
722
|
-
override_context: typing.
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
undo: typing.Optional[bool] = None,
|
|
727
|
-
*,
|
|
728
|
-
type: typing.Optional[typing.Any] = "ALL",
|
|
658
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
659
|
+
execution_context: typing.Union[str, int] = None,
|
|
660
|
+
undo: bool = None,
|
|
661
|
+
type: typing.Any = "ALL",
|
|
729
662
|
):
|
|
730
663
|
"""Insert keyframes for the specified channels
|
|
731
664
|
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
665
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
666
|
+
:type execution_context: typing.Union[str, int]
|
|
667
|
+
:type undo: bool
|
|
668
|
+
:param type: Type
|
|
669
|
+
|
|
670
|
+
ALL
|
|
671
|
+
All Channels -- Insert a keyframe on all visible and editable F-Curves using each curve's current value.
|
|
672
|
+
|
|
673
|
+
SEL
|
|
674
|
+
Only Selected Channels -- Insert a keyframe on selected F-Curves using each curve's current value.
|
|
675
|
+
|
|
676
|
+
ACTIVE
|
|
677
|
+
Only Active F-Curve -- Insert a keyframe on the active F-Curve using the curve's current value.
|
|
678
|
+
|
|
679
|
+
CURSOR_ACTIVE
|
|
680
|
+
Active Channels at Cursor -- Insert a keyframe for the active F-Curve at the cursor point.
|
|
681
|
+
|
|
682
|
+
CURSOR_SEL
|
|
683
|
+
Selected Channels at Cursor -- Insert a keyframe for selected F-Curves at the cursor point.
|
|
684
|
+
:type type: typing.Any
|
|
737
685
|
"""
|
|
738
686
|
|
|
739
687
|
...
|
|
740
688
|
|
|
741
689
|
def keyframe_jump(
|
|
742
|
-
override_context: typing.
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
undo: typing.Optional[bool] = None,
|
|
747
|
-
*,
|
|
748
|
-
next: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
690
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
691
|
+
execution_context: typing.Union[str, int] = None,
|
|
692
|
+
undo: bool = None,
|
|
693
|
+
next: typing.Union[bool, typing.Any] = True,
|
|
749
694
|
):
|
|
750
695
|
"""Jump to previous/next keyframe
|
|
751
696
|
|
|
752
|
-
:type override_context: typing.
|
|
753
|
-
:type execution_context: typing.
|
|
754
|
-
:type undo:
|
|
697
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
698
|
+
:type execution_context: typing.Union[str, int]
|
|
699
|
+
:type undo: bool
|
|
755
700
|
:param next: Next Keyframe
|
|
756
|
-
:type next: typing.
|
|
701
|
+
:type next: typing.Union[bool, typing.Any]
|
|
757
702
|
"""
|
|
758
703
|
|
|
759
704
|
...
|
|
760
705
|
|
|
761
706
|
def keys_to_samples(
|
|
762
|
-
override_context: typing.
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
undo: typing.Optional[bool] = None,
|
|
767
|
-
*,
|
|
768
|
-
confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
707
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
708
|
+
execution_context: typing.Union[str, int] = None,
|
|
709
|
+
undo: bool = None,
|
|
710
|
+
confirm: typing.Union[bool, typing.Any] = True,
|
|
769
711
|
):
|
|
770
712
|
"""Convert selected channels to an uneditable set of samples to save storage space
|
|
771
713
|
|
|
772
|
-
:type override_context: typing.
|
|
773
|
-
:type execution_context: typing.
|
|
774
|
-
:type undo:
|
|
714
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
715
|
+
:type execution_context: typing.Union[str, int]
|
|
716
|
+
:type undo: bool
|
|
775
717
|
:param confirm: Confirm, Prompt for confirmation
|
|
776
|
-
:type confirm: typing.
|
|
718
|
+
:type confirm: typing.Union[bool, typing.Any]
|
|
777
719
|
"""
|
|
778
720
|
|
|
779
721
|
...
|
|
780
722
|
|
|
781
723
|
def match_slope(
|
|
782
|
-
override_context: typing.
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
undo: typing.Optional[bool] = None,
|
|
787
|
-
*,
|
|
788
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
724
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
725
|
+
execution_context: typing.Union[str, int] = None,
|
|
726
|
+
undo: bool = None,
|
|
727
|
+
factor: typing.Any = 0.0,
|
|
789
728
|
):
|
|
790
729
|
"""Blend selected keys to the slope of neighboring ones
|
|
791
730
|
|
|
792
|
-
:type override_context: typing.
|
|
793
|
-
:type execution_context: typing.
|
|
794
|
-
:type undo:
|
|
731
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
732
|
+
:type execution_context: typing.Union[str, int]
|
|
733
|
+
:type undo: bool
|
|
795
734
|
:param factor: Factor, Defines which keys to use as slope and how much to blend towards them
|
|
796
|
-
:type factor: typing.
|
|
735
|
+
:type factor: typing.Any
|
|
797
736
|
"""
|
|
798
737
|
|
|
799
738
|
...
|
|
800
739
|
|
|
801
740
|
def mirror(
|
|
802
|
-
override_context: typing.
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
undo: typing.Optional[bool] = None,
|
|
807
|
-
*,
|
|
808
|
-
type: typing.Optional[typing.Any] = "CFRA",
|
|
741
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
742
|
+
execution_context: typing.Union[str, int] = None,
|
|
743
|
+
undo: bool = None,
|
|
744
|
+
type: typing.Any = "CFRA",
|
|
809
745
|
):
|
|
810
746
|
"""Flip selected keyframes over the selected mirror line
|
|
811
747
|
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
748
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
749
|
+
:type execution_context: typing.Union[str, int]
|
|
750
|
+
:type undo: bool
|
|
751
|
+
:param type: Type
|
|
752
|
+
|
|
753
|
+
CFRA
|
|
754
|
+
By Times Over Current Frame -- Flip times of selected keyframes using the current frame as the mirror line.
|
|
755
|
+
|
|
756
|
+
VALUE
|
|
757
|
+
By Values Over Cursor Value -- Flip values of selected keyframes using the cursor value (Y/Horizontal component) as the mirror line.
|
|
758
|
+
|
|
759
|
+
YAXIS
|
|
760
|
+
By Times Over Zero Time -- Flip times of selected keyframes, effectively reversing the order they appear in.
|
|
761
|
+
|
|
762
|
+
XAXIS
|
|
763
|
+
By Values Over Zero Value -- Flip values of selected keyframes (i.e. negative values become positive, and vice versa).
|
|
764
|
+
|
|
765
|
+
MARKER
|
|
766
|
+
By Times Over First Selected Marker -- Flip times of selected keyframes using the first selected marker as the reference point.
|
|
767
|
+
:type type: typing.Any
|
|
817
768
|
"""
|
|
818
769
|
|
|
819
770
|
...
|
|
820
771
|
|
|
821
772
|
def paste(
|
|
822
|
-
override_context: typing.
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
value_offset: typing.Optional[typing.Union[str, int]] = "NONE",
|
|
830
|
-
merge: typing.Optional[typing.Union[str, int]] = "MIX",
|
|
831
|
-
flipped: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
773
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
774
|
+
execution_context: typing.Union[str, int] = None,
|
|
775
|
+
undo: bool = None,
|
|
776
|
+
offset: typing.Any = "START",
|
|
777
|
+
value_offset: typing.Any = "NONE",
|
|
778
|
+
merge: typing.Any = "MIX",
|
|
779
|
+
flipped: typing.Union[bool, typing.Any] = False,
|
|
832
780
|
):
|
|
833
781
|
"""Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
|
|
834
782
|
|
|
835
|
-
:type override_context: typing.
|
|
836
|
-
:type execution_context: typing.
|
|
837
|
-
:type undo:
|
|
783
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
784
|
+
:type execution_context: typing.Union[str, int]
|
|
785
|
+
:type undo: bool
|
|
838
786
|
:param offset: Frame Offset, Paste time offset of keys
|
|
839
|
-
:type offset: typing.
|
|
787
|
+
:type offset: typing.Any
|
|
840
788
|
:param value_offset: Value Offset, Paste keys with a value offset
|
|
841
|
-
:type value_offset: typing.
|
|
789
|
+
:type value_offset: typing.Any
|
|
842
790
|
:param merge: Type, Method of merging pasted keys and existing
|
|
843
|
-
:type merge: typing.
|
|
791
|
+
:type merge: typing.Any
|
|
844
792
|
:param flipped: Flipped, Paste keyframes from mirrored bones if they exist
|
|
845
|
-
:type flipped: typing.
|
|
793
|
+
:type flipped: typing.Union[bool, typing.Any]
|
|
846
794
|
"""
|
|
847
795
|
|
|
848
796
|
...
|
|
849
797
|
|
|
850
798
|
def previewrange_set(
|
|
851
|
-
override_context: typing.
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
855
|
-
undo: typing.Optional[bool] = None,
|
|
799
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
800
|
+
execution_context: typing.Union[str, int] = None,
|
|
801
|
+
undo: bool = None,
|
|
856
802
|
):
|
|
857
803
|
"""Set Preview Range based on range of selected keyframes
|
|
858
804
|
|
|
859
|
-
:type override_context: typing.
|
|
860
|
-
:type execution_context: typing.
|
|
861
|
-
:type undo:
|
|
805
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
806
|
+
:type execution_context: typing.Union[str, int]
|
|
807
|
+
:type undo: bool
|
|
862
808
|
"""
|
|
863
809
|
|
|
864
810
|
...
|
|
865
811
|
|
|
866
812
|
def push_pull(
|
|
867
|
-
override_context: typing.
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
undo: typing.Optional[bool] = None,
|
|
872
|
-
*,
|
|
873
|
-
factor: typing.Optional[typing.Any] = 1.0,
|
|
813
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
814
|
+
execution_context: typing.Union[str, int] = None,
|
|
815
|
+
undo: bool = None,
|
|
816
|
+
factor: typing.Any = 1.0,
|
|
874
817
|
):
|
|
875
818
|
"""Exaggerate or minimize the value of the selected keys
|
|
876
819
|
|
|
877
|
-
:type override_context: typing.
|
|
878
|
-
:type execution_context: typing.
|
|
879
|
-
:type undo:
|
|
820
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
821
|
+
:type execution_context: typing.Union[str, int]
|
|
822
|
+
:type undo: bool
|
|
880
823
|
:param factor: Factor, Control how far to push or pull the keys
|
|
881
|
-
:type factor: typing.
|
|
824
|
+
:type factor: typing.Any
|
|
882
825
|
"""
|
|
883
826
|
|
|
884
827
|
...
|
|
885
828
|
|
|
886
829
|
def reveal(
|
|
887
|
-
override_context: typing.
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
undo: typing.Optional[bool] = None,
|
|
892
|
-
*,
|
|
893
|
-
select: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
830
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
831
|
+
execution_context: typing.Union[str, int] = None,
|
|
832
|
+
undo: bool = None,
|
|
833
|
+
select: typing.Union[bool, typing.Any] = True,
|
|
894
834
|
):
|
|
895
835
|
"""Make previously hidden curves visible again in Graph Editor view
|
|
896
836
|
|
|
897
|
-
:type override_context: typing.
|
|
898
|
-
:type execution_context: typing.
|
|
899
|
-
:type undo:
|
|
837
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
838
|
+
:type execution_context: typing.Union[str, int]
|
|
839
|
+
:type undo: bool
|
|
900
840
|
:param select: Select
|
|
901
|
-
:type select: typing.
|
|
841
|
+
:type select: typing.Union[bool, typing.Any]
|
|
902
842
|
"""
|
|
903
843
|
|
|
904
844
|
...
|
|
905
845
|
|
|
906
846
|
def samples_to_keys(
|
|
907
|
-
override_context: typing.
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
911
|
-
undo: typing.Optional[bool] = None,
|
|
847
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
848
|
+
execution_context: typing.Union[str, int] = None,
|
|
849
|
+
undo: bool = None,
|
|
912
850
|
):
|
|
913
851
|
"""Convert selected channels from samples to keyframes
|
|
914
852
|
|
|
915
|
-
:type override_context: typing.
|
|
916
|
-
:type execution_context: typing.
|
|
917
|
-
:type undo:
|
|
853
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
854
|
+
:type execution_context: typing.Union[str, int]
|
|
855
|
+
:type undo: bool
|
|
918
856
|
"""
|
|
919
857
|
|
|
920
858
|
...
|
|
921
859
|
|
|
922
860
|
def scale_average(
|
|
923
|
-
override_context: typing.
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
undo: typing.Optional[bool] = None,
|
|
928
|
-
*,
|
|
929
|
-
factor: typing.Optional[typing.Any] = 1.0,
|
|
861
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
862
|
+
execution_context: typing.Union[str, int] = None,
|
|
863
|
+
undo: bool = None,
|
|
864
|
+
factor: typing.Any = 1.0,
|
|
930
865
|
):
|
|
931
866
|
"""Scale selected key values by their combined average
|
|
932
867
|
|
|
933
|
-
:type override_context: typing.
|
|
934
|
-
:type execution_context: typing.
|
|
935
|
-
:type undo:
|
|
868
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
869
|
+
:type execution_context: typing.Union[str, int]
|
|
870
|
+
:type undo: bool
|
|
936
871
|
:param factor: Scale Factor, The scale factor applied to the curve segments
|
|
937
|
-
:type factor: typing.
|
|
872
|
+
:type factor: typing.Any
|
|
938
873
|
"""
|
|
939
874
|
|
|
940
875
|
...
|
|
941
876
|
|
|
942
877
|
def scale_from_neighbor(
|
|
943
|
-
override_context: typing.
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
*,
|
|
949
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
950
|
-
anchor: typing.Optional[typing.Any] = "LEFT",
|
|
878
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
879
|
+
execution_context: typing.Union[str, int] = None,
|
|
880
|
+
undo: bool = None,
|
|
881
|
+
factor: typing.Any = 0.0,
|
|
882
|
+
anchor: typing.Any = "LEFT",
|
|
951
883
|
):
|
|
952
884
|
"""Increase or decrease the value of selected keys in relationship to the neighboring one
|
|
953
885
|
|
|
954
|
-
:type override_context: typing.
|
|
955
|
-
:type execution_context: typing.
|
|
956
|
-
:type undo:
|
|
886
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
887
|
+
:type execution_context: typing.Union[str, int]
|
|
888
|
+
:type undo: bool
|
|
957
889
|
:param factor: Factor, The factor to scale keys with
|
|
958
|
-
:type factor: typing.
|
|
890
|
+
:type factor: typing.Any
|
|
959
891
|
:param anchor: Reference Key, Which end of the segment to use as a reference to scale from
|
|
960
|
-
:type anchor: typing.
|
|
892
|
+
:type anchor: typing.Any
|
|
961
893
|
"""
|
|
962
894
|
|
|
963
895
|
...
|
|
964
896
|
|
|
965
897
|
def select_all(
|
|
966
|
-
override_context: typing.
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
undo: typing.Optional[bool] = None,
|
|
971
|
-
*,
|
|
972
|
-
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
898
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
899
|
+
execution_context: typing.Union[str, int] = None,
|
|
900
|
+
undo: bool = None,
|
|
901
|
+
action: typing.Any = "TOGGLE",
|
|
973
902
|
):
|
|
974
903
|
"""Toggle selection of all keyframes
|
|
975
904
|
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
905
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
906
|
+
:type execution_context: typing.Union[str, int]
|
|
907
|
+
:type undo: bool
|
|
908
|
+
:param action: Action, Selection action to execute
|
|
909
|
+
|
|
910
|
+
TOGGLE
|
|
911
|
+
Toggle -- Toggle selection for all elements.
|
|
912
|
+
|
|
913
|
+
SELECT
|
|
914
|
+
Select -- Select all elements.
|
|
915
|
+
|
|
916
|
+
DESELECT
|
|
917
|
+
Deselect -- Deselect all elements.
|
|
918
|
+
|
|
919
|
+
INVERT
|
|
920
|
+
Invert -- Invert selection of all elements.
|
|
921
|
+
:type action: typing.Any
|
|
981
922
|
"""
|
|
982
923
|
|
|
983
924
|
...
|
|
984
925
|
|
|
985
926
|
def select_box(
|
|
986
|
-
override_context: typing.
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
ymax: typing.Optional[typing.Any] = 0,
|
|
1000
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1001
|
-
mode: typing.Optional[typing.Any] = "SET",
|
|
927
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
928
|
+
execution_context: typing.Union[str, int] = None,
|
|
929
|
+
undo: bool = None,
|
|
930
|
+
axis_range: typing.Union[bool, typing.Any] = False,
|
|
931
|
+
include_handles: typing.Union[bool, typing.Any] = True,
|
|
932
|
+
tweak: typing.Union[bool, typing.Any] = False,
|
|
933
|
+
use_curve_selection: typing.Union[bool, typing.Any] = True,
|
|
934
|
+
xmin: typing.Any = 0,
|
|
935
|
+
xmax: typing.Any = 0,
|
|
936
|
+
ymin: typing.Any = 0,
|
|
937
|
+
ymax: typing.Any = 0,
|
|
938
|
+
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
939
|
+
mode: typing.Any = "SET",
|
|
1002
940
|
):
|
|
1003
941
|
"""Select all keyframes within the specified region
|
|
1004
942
|
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
943
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
944
|
+
:type execution_context: typing.Union[str, int]
|
|
945
|
+
:type undo: bool
|
|
946
|
+
:param axis_range: Axis Range
|
|
947
|
+
:type axis_range: typing.Union[bool, typing.Any]
|
|
948
|
+
:param include_handles: Include Handles, Are handles tested individually against the selection criteria
|
|
949
|
+
:type include_handles: typing.Union[bool, typing.Any]
|
|
950
|
+
:param tweak: Tweak, Operator has been activated using a click-drag event
|
|
951
|
+
:type tweak: typing.Union[bool, typing.Any]
|
|
952
|
+
:param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the calculated F-curve
|
|
953
|
+
:type use_curve_selection: typing.Union[bool, typing.Any]
|
|
954
|
+
:param xmin: X Min
|
|
955
|
+
:type xmin: typing.Any
|
|
956
|
+
:param xmax: X Max
|
|
957
|
+
:type xmax: typing.Any
|
|
958
|
+
:param ymin: Y Min
|
|
959
|
+
:type ymin: typing.Any
|
|
960
|
+
:param ymax: Y Max
|
|
961
|
+
:type ymax: typing.Any
|
|
962
|
+
:param wait_for_input: Wait for Input
|
|
963
|
+
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
964
|
+
:param mode: Mode
|
|
965
|
+
|
|
966
|
+
SET
|
|
967
|
+
Set -- Set a new selection.
|
|
968
|
+
|
|
969
|
+
ADD
|
|
970
|
+
Extend -- Extend existing selection.
|
|
971
|
+
|
|
972
|
+
SUB
|
|
973
|
+
Subtract -- Subtract existing selection.
|
|
974
|
+
:type mode: typing.Any
|
|
1028
975
|
"""
|
|
1029
976
|
|
|
1030
977
|
...
|
|
1031
978
|
|
|
1032
979
|
def select_circle(
|
|
1033
|
-
override_context: typing.
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1043
|
-
mode: typing.Optional[typing.Any] = "SET",
|
|
1044
|
-
use_curve_selection: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
980
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
981
|
+
execution_context: typing.Union[str, int] = None,
|
|
982
|
+
undo: bool = None,
|
|
983
|
+
x: typing.Any = 0,
|
|
984
|
+
y: typing.Any = 0,
|
|
985
|
+
radius: typing.Any = 25,
|
|
986
|
+
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
987
|
+
mode: typing.Any = "SET",
|
|
988
|
+
use_curve_selection: typing.Union[bool, typing.Any] = True,
|
|
1045
989
|
):
|
|
1046
990
|
"""Select keyframe points using circle selection
|
|
1047
991
|
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
992
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
993
|
+
:type execution_context: typing.Union[str, int]
|
|
994
|
+
:type undo: bool
|
|
995
|
+
:param x: X
|
|
996
|
+
:type x: typing.Any
|
|
997
|
+
:param y: Y
|
|
998
|
+
:type y: typing.Any
|
|
999
|
+
:param radius: Radius
|
|
1000
|
+
:type radius: typing.Any
|
|
1001
|
+
:param wait_for_input: Wait for Input
|
|
1002
|
+
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
1003
|
+
:param mode: Mode
|
|
1004
|
+
|
|
1005
|
+
SET
|
|
1006
|
+
Set -- Set a new selection.
|
|
1007
|
+
|
|
1008
|
+
ADD
|
|
1009
|
+
Extend -- Extend existing selection.
|
|
1010
|
+
|
|
1011
|
+
SUB
|
|
1012
|
+
Subtract -- Subtract existing selection.
|
|
1013
|
+
:type mode: typing.Any
|
|
1014
|
+
:param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the curve itself
|
|
1015
|
+
:type use_curve_selection: typing.Union[bool, typing.Any]
|
|
1063
1016
|
"""
|
|
1064
1017
|
|
|
1065
1018
|
...
|
|
1066
1019
|
|
|
1067
1020
|
def select_column(
|
|
1068
|
-
override_context: typing.
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
undo: typing.Optional[bool] = None,
|
|
1073
|
-
*,
|
|
1074
|
-
mode: typing.Optional[typing.Any] = "KEYS",
|
|
1021
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1022
|
+
execution_context: typing.Union[str, int] = None,
|
|
1023
|
+
undo: bool = None,
|
|
1024
|
+
mode: typing.Any = "KEYS",
|
|
1075
1025
|
):
|
|
1076
1026
|
"""Select all keyframes on the specified frame(s)
|
|
1077
1027
|
|
|
1078
|
-
:type override_context: typing.
|
|
1079
|
-
:type execution_context: typing.
|
|
1080
|
-
:type undo:
|
|
1028
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1029
|
+
:type execution_context: typing.Union[str, int]
|
|
1030
|
+
:type undo: bool
|
|
1081
1031
|
:param mode: Mode
|
|
1082
|
-
:type mode: typing.
|
|
1032
|
+
:type mode: typing.Any
|
|
1083
1033
|
"""
|
|
1084
1034
|
|
|
1085
1035
|
...
|
|
1086
1036
|
|
|
1087
1037
|
def select_key_handles(
|
|
1088
|
-
override_context: typing.
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
left_handle_action: typing.Optional[typing.Any] = "SELECT",
|
|
1095
|
-
right_handle_action: typing.Optional[typing.Any] = "SELECT",
|
|
1096
|
-
key_action: typing.Optional[typing.Any] = "KEEP",
|
|
1038
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1039
|
+
execution_context: typing.Union[str, int] = None,
|
|
1040
|
+
undo: bool = None,
|
|
1041
|
+
left_handle_action: typing.Any = "SELECT",
|
|
1042
|
+
right_handle_action: typing.Any = "SELECT",
|
|
1043
|
+
key_action: typing.Any = "KEEP",
|
|
1097
1044
|
):
|
|
1098
1045
|
"""For selected keyframes, select/deselect any combination of the key itself and its handles
|
|
1099
1046
|
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1047
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1048
|
+
:type execution_context: typing.Union[str, int]
|
|
1049
|
+
:type undo: bool
|
|
1050
|
+
:param left_handle_action: Left Handle, Effect on the left handle
|
|
1051
|
+
|
|
1052
|
+
SELECT
|
|
1053
|
+
Select.
|
|
1054
|
+
|
|
1055
|
+
DESELECT
|
|
1056
|
+
Deselect.
|
|
1057
|
+
|
|
1058
|
+
KEEP
|
|
1059
|
+
Keep -- Leave as is.
|
|
1060
|
+
:type left_handle_action: typing.Any
|
|
1061
|
+
:param right_handle_action: Right Handle, Effect on the right handle
|
|
1062
|
+
|
|
1063
|
+
SELECT
|
|
1064
|
+
Select.
|
|
1065
|
+
|
|
1066
|
+
DESELECT
|
|
1067
|
+
Deselect.
|
|
1068
|
+
|
|
1069
|
+
KEEP
|
|
1070
|
+
Keep -- Leave as is.
|
|
1071
|
+
:type right_handle_action: typing.Any
|
|
1072
|
+
:param key_action: Key, Effect on the key itself
|
|
1073
|
+
|
|
1074
|
+
SELECT
|
|
1075
|
+
Select.
|
|
1076
|
+
|
|
1077
|
+
DESELECT
|
|
1078
|
+
Deselect.
|
|
1079
|
+
|
|
1080
|
+
KEEP
|
|
1081
|
+
Keep -- Leave as is.
|
|
1082
|
+
:type key_action: typing.Any
|
|
1109
1083
|
"""
|
|
1110
1084
|
|
|
1111
1085
|
...
|
|
1112
1086
|
|
|
1113
1087
|
def select_lasso(
|
|
1114
|
-
override_context: typing.
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
path: typing.Optional[
|
|
1121
|
-
bpy.types.bpy_prop_collection["bpy.types.OperatorMousePath"]
|
|
1122
|
-
] = None,
|
|
1123
|
-
mode: typing.Optional[typing.Any] = "SET",
|
|
1124
|
-
use_curve_selection: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1088
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1089
|
+
execution_context: typing.Union[str, int] = None,
|
|
1090
|
+
undo: bool = None,
|
|
1091
|
+
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
|
|
1092
|
+
mode: typing.Any = "SET",
|
|
1093
|
+
use_curve_selection: typing.Union[bool, typing.Any] = True,
|
|
1125
1094
|
):
|
|
1126
1095
|
"""Select keyframe points using lasso selection
|
|
1127
1096
|
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1097
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1098
|
+
:type execution_context: typing.Union[str, int]
|
|
1099
|
+
:type undo: bool
|
|
1100
|
+
:param path: Path
|
|
1101
|
+
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
|
|
1102
|
+
:param mode: Mode
|
|
1103
|
+
|
|
1104
|
+
SET
|
|
1105
|
+
Set -- Set a new selection.
|
|
1106
|
+
|
|
1107
|
+
ADD
|
|
1108
|
+
Extend -- Extend existing selection.
|
|
1109
|
+
|
|
1110
|
+
SUB
|
|
1111
|
+
Subtract -- Subtract existing selection.
|
|
1112
|
+
:type mode: typing.Any
|
|
1113
|
+
:param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the curve itself
|
|
1114
|
+
:type use_curve_selection: typing.Union[bool, typing.Any]
|
|
1137
1115
|
"""
|
|
1138
1116
|
|
|
1139
1117
|
...
|
|
1140
1118
|
|
|
1141
1119
|
def select_leftright(
|
|
1142
|
-
override_context: typing.
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
*,
|
|
1148
|
-
mode: typing.Optional[typing.Any] = "CHECK",
|
|
1149
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1120
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1121
|
+
execution_context: typing.Union[str, int] = None,
|
|
1122
|
+
undo: bool = None,
|
|
1123
|
+
mode: typing.Any = "CHECK",
|
|
1124
|
+
extend: typing.Union[bool, typing.Any] = False,
|
|
1150
1125
|
):
|
|
1151
1126
|
"""Select keyframes to the left or the right of the current frame
|
|
1152
1127
|
|
|
1153
|
-
:type override_context: typing.
|
|
1154
|
-
:type execution_context: typing.
|
|
1155
|
-
:type undo:
|
|
1128
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1129
|
+
:type execution_context: typing.Union[str, int]
|
|
1130
|
+
:type undo: bool
|
|
1156
1131
|
:param mode: Mode
|
|
1157
|
-
:type mode: typing.
|
|
1132
|
+
:type mode: typing.Any
|
|
1158
1133
|
:param extend: Extend Select
|
|
1159
|
-
:type extend: typing.
|
|
1134
|
+
:type extend: typing.Union[bool, typing.Any]
|
|
1160
1135
|
"""
|
|
1161
1136
|
|
|
1162
1137
|
...
|
|
1163
1138
|
|
|
1164
1139
|
def select_less(
|
|
1165
|
-
override_context: typing.
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1169
|
-
undo: typing.Optional[bool] = None,
|
|
1140
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1141
|
+
execution_context: typing.Union[str, int] = None,
|
|
1142
|
+
undo: bool = None,
|
|
1170
1143
|
):
|
|
1171
1144
|
"""Deselect keyframes on ends of selection islands
|
|
1172
1145
|
|
|
1173
|
-
:type override_context: typing.
|
|
1174
|
-
:type execution_context: typing.
|
|
1175
|
-
:type undo:
|
|
1146
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1147
|
+
:type execution_context: typing.Union[str, int]
|
|
1148
|
+
:type undo: bool
|
|
1176
1149
|
"""
|
|
1177
1150
|
|
|
1178
1151
|
...
|
|
1179
1152
|
|
|
1180
1153
|
def select_linked(
|
|
1181
|
-
override_context: typing.
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1185
|
-
undo: typing.Optional[bool] = None,
|
|
1154
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1155
|
+
execution_context: typing.Union[str, int] = None,
|
|
1156
|
+
undo: bool = None,
|
|
1186
1157
|
):
|
|
1187
1158
|
"""Select keyframes occurring in the same F-Curves as selected ones
|
|
1188
1159
|
|
|
1189
|
-
:type override_context: typing.
|
|
1190
|
-
:type execution_context: typing.
|
|
1191
|
-
:type undo:
|
|
1160
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1161
|
+
:type execution_context: typing.Union[str, int]
|
|
1162
|
+
:type undo: bool
|
|
1192
1163
|
"""
|
|
1193
1164
|
|
|
1194
1165
|
...
|
|
1195
1166
|
|
|
1196
1167
|
def select_more(
|
|
1197
|
-
override_context: typing.
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1201
|
-
undo: typing.Optional[bool] = None,
|
|
1168
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1169
|
+
execution_context: typing.Union[str, int] = None,
|
|
1170
|
+
undo: bool = None,
|
|
1202
1171
|
):
|
|
1203
1172
|
"""Select keyframes beside already selected ones
|
|
1204
1173
|
|
|
1205
|
-
:type override_context: typing.
|
|
1206
|
-
:type execution_context: typing.
|
|
1207
|
-
:type undo:
|
|
1174
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1175
|
+
:type execution_context: typing.Union[str, int]
|
|
1176
|
+
:type undo: bool
|
|
1208
1177
|
"""
|
|
1209
1178
|
|
|
1210
1179
|
...
|
|
1211
1180
|
|
|
1212
1181
|
def shear(
|
|
1213
|
-
override_context: typing.
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
*,
|
|
1219
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
1220
|
-
direction: typing.Optional[typing.Any] = "FROM_LEFT",
|
|
1182
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1183
|
+
execution_context: typing.Union[str, int] = None,
|
|
1184
|
+
undo: bool = None,
|
|
1185
|
+
factor: typing.Any = 0.0,
|
|
1186
|
+
direction: typing.Any = "FROM_LEFT",
|
|
1221
1187
|
):
|
|
1222
1188
|
"""Affect the value of the keys linearly, keeping the same relationship between them using either the left or the right key as reference
|
|
1223
1189
|
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1190
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1191
|
+
:type execution_context: typing.Union[str, int]
|
|
1192
|
+
:type undo: bool
|
|
1193
|
+
:param factor: Shear Factor, The amount of shear to apply
|
|
1194
|
+
:type factor: typing.Any
|
|
1195
|
+
:param direction: Direction, Which end of the segment to use as a reference to shear from
|
|
1196
|
+
|
|
1197
|
+
FROM_LEFT
|
|
1198
|
+
From Left -- Shear the keys using the left key as reference.
|
|
1199
|
+
|
|
1200
|
+
FROM_RIGHT
|
|
1201
|
+
From Right -- Shear the keys using the right key as reference.
|
|
1202
|
+
:type direction: typing.Any
|
|
1231
1203
|
"""
|
|
1232
1204
|
|
|
1233
1205
|
...
|
|
1234
1206
|
|
|
1235
1207
|
def smooth(
|
|
1236
|
-
override_context: typing.
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1240
|
-
undo: typing.Optional[bool] = None,
|
|
1208
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1209
|
+
execution_context: typing.Union[str, int] = None,
|
|
1210
|
+
undo: bool = None,
|
|
1241
1211
|
):
|
|
1242
1212
|
"""Apply weighted moving means to make selected F-Curves less bumpy
|
|
1243
1213
|
|
|
1244
|
-
:type override_context: typing.
|
|
1245
|
-
:type execution_context: typing.
|
|
1246
|
-
:type undo:
|
|
1214
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1215
|
+
:type execution_context: typing.Union[str, int]
|
|
1216
|
+
:type undo: bool
|
|
1247
1217
|
"""
|
|
1248
1218
|
|
|
1249
1219
|
...
|
|
1250
1220
|
|
|
1251
1221
|
def snap(
|
|
1252
|
-
override_context: typing.
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
undo: typing.Optional[bool] = None,
|
|
1257
|
-
*,
|
|
1258
|
-
type: typing.Optional[typing.Any] = "CFRA",
|
|
1222
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1223
|
+
execution_context: typing.Union[str, int] = None,
|
|
1224
|
+
undo: bool = None,
|
|
1225
|
+
type: typing.Any = "CFRA",
|
|
1259
1226
|
):
|
|
1260
1227
|
"""Snap selected keyframes to the chosen times/values
|
|
1261
1228
|
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1229
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1230
|
+
:type execution_context: typing.Union[str, int]
|
|
1231
|
+
:type undo: bool
|
|
1232
|
+
:param type: Type
|
|
1233
|
+
|
|
1234
|
+
CFRA
|
|
1235
|
+
Selection to Current Frame -- Snap selected keyframes to the current frame.
|
|
1236
|
+
|
|
1237
|
+
VALUE
|
|
1238
|
+
Selection to Cursor Value -- Set values of selected keyframes to the cursor value (Y/Horizontal component).
|
|
1239
|
+
|
|
1240
|
+
NEAREST_FRAME
|
|
1241
|
+
Selection to Nearest Frame -- Snap selected keyframes to the nearest (whole) frame (use to fix accidental subframe offsets).
|
|
1242
|
+
|
|
1243
|
+
NEAREST_SECOND
|
|
1244
|
+
Selection to Nearest Second -- Snap selected keyframes to the nearest second.
|
|
1245
|
+
|
|
1246
|
+
NEAREST_MARKER
|
|
1247
|
+
Selection to Nearest Marker -- Snap selected keyframes to the nearest marker.
|
|
1248
|
+
|
|
1249
|
+
HORIZONTAL
|
|
1250
|
+
Flatten Handles -- Flatten handles for a smoother transition.
|
|
1251
|
+
:type type: typing.Any
|
|
1267
1252
|
"""
|
|
1268
1253
|
|
|
1269
1254
|
...
|
|
1270
1255
|
|
|
1271
1256
|
def snap_cursor_value(
|
|
1272
|
-
override_context: typing.
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1276
|
-
undo: typing.Optional[bool] = None,
|
|
1257
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1258
|
+
execution_context: typing.Union[str, int] = None,
|
|
1259
|
+
undo: bool = None,
|
|
1277
1260
|
):
|
|
1278
1261
|
"""Place the cursor value on the average value of selected keyframes
|
|
1279
1262
|
|
|
1280
|
-
:type override_context: typing.
|
|
1281
|
-
:type execution_context: typing.
|
|
1282
|
-
:type undo:
|
|
1263
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1264
|
+
:type execution_context: typing.Union[str, int]
|
|
1265
|
+
:type undo: bool
|
|
1283
1266
|
"""
|
|
1284
1267
|
|
|
1285
1268
|
...
|
|
1286
1269
|
|
|
1287
1270
|
def sound_to_samples(
|
|
1288
|
-
override_context: typing.
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1292
|
-
undo: typing.Optional[bool] = None,
|
|
1293
|
-
*,
|
|
1271
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1272
|
+
execution_context: typing.Union[str, int] = None,
|
|
1273
|
+
undo: bool = None,
|
|
1294
1274
|
filepath: typing.Union[str, typing.Any] = "",
|
|
1295
|
-
check_existing: typing.
|
|
1296
|
-
filter_blender: typing.
|
|
1297
|
-
filter_backup: typing.
|
|
1298
|
-
filter_image: typing.
|
|
1299
|
-
filter_movie: typing.
|
|
1300
|
-
filter_python: typing.
|
|
1301
|
-
filter_font: typing.
|
|
1302
|
-
filter_sound: typing.
|
|
1303
|
-
filter_text: typing.
|
|
1304
|
-
filter_archive: typing.
|
|
1305
|
-
filter_btx: typing.
|
|
1306
|
-
filter_collada: typing.
|
|
1307
|
-
filter_alembic: typing.
|
|
1308
|
-
filter_usd: typing.
|
|
1309
|
-
filter_obj: typing.
|
|
1310
|
-
filter_volume: typing.
|
|
1311
|
-
filter_folder: typing.
|
|
1312
|
-
filter_blenlib: typing.
|
|
1313
|
-
filemode: typing.
|
|
1314
|
-
show_multiview: typing.
|
|
1315
|
-
use_multiview: typing.
|
|
1316
|
-
display_type: typing.
|
|
1317
|
-
sort_method: typing.
|
|
1318
|
-
low: typing.
|
|
1319
|
-
high: typing.
|
|
1320
|
-
attack: typing.
|
|
1321
|
-
release: typing.
|
|
1322
|
-
threshold: typing.
|
|
1323
|
-
use_accumulate: typing.
|
|
1324
|
-
use_additive: typing.
|
|
1325
|
-
use_square: typing.
|
|
1326
|
-
sthreshold: typing.
|
|
1275
|
+
check_existing: typing.Union[bool, typing.Any] = False,
|
|
1276
|
+
filter_blender: typing.Union[bool, typing.Any] = False,
|
|
1277
|
+
filter_backup: typing.Union[bool, typing.Any] = False,
|
|
1278
|
+
filter_image: typing.Union[bool, typing.Any] = False,
|
|
1279
|
+
filter_movie: typing.Union[bool, typing.Any] = True,
|
|
1280
|
+
filter_python: typing.Union[bool, typing.Any] = False,
|
|
1281
|
+
filter_font: typing.Union[bool, typing.Any] = False,
|
|
1282
|
+
filter_sound: typing.Union[bool, typing.Any] = True,
|
|
1283
|
+
filter_text: typing.Union[bool, typing.Any] = False,
|
|
1284
|
+
filter_archive: typing.Union[bool, typing.Any] = False,
|
|
1285
|
+
filter_btx: typing.Union[bool, typing.Any] = False,
|
|
1286
|
+
filter_collada: typing.Union[bool, typing.Any] = False,
|
|
1287
|
+
filter_alembic: typing.Union[bool, typing.Any] = False,
|
|
1288
|
+
filter_usd: typing.Union[bool, typing.Any] = False,
|
|
1289
|
+
filter_obj: typing.Union[bool, typing.Any] = False,
|
|
1290
|
+
filter_volume: typing.Union[bool, typing.Any] = False,
|
|
1291
|
+
filter_folder: typing.Union[bool, typing.Any] = True,
|
|
1292
|
+
filter_blenlib: typing.Union[bool, typing.Any] = False,
|
|
1293
|
+
filemode: typing.Any = 9,
|
|
1294
|
+
show_multiview: typing.Union[bool, typing.Any] = False,
|
|
1295
|
+
use_multiview: typing.Union[bool, typing.Any] = False,
|
|
1296
|
+
display_type: typing.Any = "DEFAULT",
|
|
1297
|
+
sort_method: typing.Union[str, int, typing.Any] = "",
|
|
1298
|
+
low: typing.Any = 0.0,
|
|
1299
|
+
high: typing.Any = 100000.0,
|
|
1300
|
+
attack: typing.Any = 0.005,
|
|
1301
|
+
release: typing.Any = 0.2,
|
|
1302
|
+
threshold: typing.Any = 0.0,
|
|
1303
|
+
use_accumulate: typing.Union[bool, typing.Any] = False,
|
|
1304
|
+
use_additive: typing.Union[bool, typing.Any] = False,
|
|
1305
|
+
use_square: typing.Union[bool, typing.Any] = False,
|
|
1306
|
+
sthreshold: typing.Any = 0.1,
|
|
1327
1307
|
):
|
|
1328
1308
|
"""Bakes a sound wave to samples on selected channels
|
|
1329
1309
|
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1310
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1311
|
+
:type execution_context: typing.Union[str, int]
|
|
1312
|
+
:type undo: bool
|
|
1313
|
+
:param filepath: File Path, Path to file
|
|
1314
|
+
:type filepath: typing.Union[str, typing.Any]
|
|
1315
|
+
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
1316
|
+
:type check_existing: typing.Union[bool, typing.Any]
|
|
1317
|
+
:param filter_blender: Filter .blend files
|
|
1318
|
+
:type filter_blender: typing.Union[bool, typing.Any]
|
|
1319
|
+
:param filter_backup: Filter .blend files
|
|
1320
|
+
:type filter_backup: typing.Union[bool, typing.Any]
|
|
1321
|
+
:param filter_image: Filter image files
|
|
1322
|
+
:type filter_image: typing.Union[bool, typing.Any]
|
|
1323
|
+
:param filter_movie: Filter movie files
|
|
1324
|
+
:type filter_movie: typing.Union[bool, typing.Any]
|
|
1325
|
+
:param filter_python: Filter Python files
|
|
1326
|
+
:type filter_python: typing.Union[bool, typing.Any]
|
|
1327
|
+
:param filter_font: Filter font files
|
|
1328
|
+
:type filter_font: typing.Union[bool, typing.Any]
|
|
1329
|
+
:param filter_sound: Filter sound files
|
|
1330
|
+
:type filter_sound: typing.Union[bool, typing.Any]
|
|
1331
|
+
:param filter_text: Filter text files
|
|
1332
|
+
:type filter_text: typing.Union[bool, typing.Any]
|
|
1333
|
+
:param filter_archive: Filter archive files
|
|
1334
|
+
:type filter_archive: typing.Union[bool, typing.Any]
|
|
1335
|
+
:param filter_btx: Filter btx files
|
|
1336
|
+
:type filter_btx: typing.Union[bool, typing.Any]
|
|
1337
|
+
:param filter_collada: Filter COLLADA files
|
|
1338
|
+
:type filter_collada: typing.Union[bool, typing.Any]
|
|
1339
|
+
:param filter_alembic: Filter Alembic files
|
|
1340
|
+
:type filter_alembic: typing.Union[bool, typing.Any]
|
|
1341
|
+
:param filter_usd: Filter USD files
|
|
1342
|
+
:type filter_usd: typing.Union[bool, typing.Any]
|
|
1343
|
+
:param filter_obj: Filter OBJ files
|
|
1344
|
+
:type filter_obj: typing.Union[bool, typing.Any]
|
|
1345
|
+
:param filter_volume: Filter OpenVDB volume files
|
|
1346
|
+
:type filter_volume: typing.Union[bool, typing.Any]
|
|
1347
|
+
:param filter_folder: Filter folders
|
|
1348
|
+
:type filter_folder: typing.Union[bool, typing.Any]
|
|
1349
|
+
:param filter_blenlib: Filter Blender IDs
|
|
1350
|
+
:type filter_blenlib: typing.Union[bool, typing.Any]
|
|
1351
|
+
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
1352
|
+
:type filemode: typing.Any
|
|
1353
|
+
:param show_multiview: Enable Multi-View
|
|
1354
|
+
:type show_multiview: typing.Union[bool, typing.Any]
|
|
1355
|
+
:param use_multiview: Use Multi-View
|
|
1356
|
+
:type use_multiview: typing.Union[bool, typing.Any]
|
|
1357
|
+
:param display_type: Display Type
|
|
1358
|
+
|
|
1359
|
+
DEFAULT
|
|
1360
|
+
Default -- Automatically determine display type for files.
|
|
1361
|
+
|
|
1362
|
+
LIST_VERTICAL
|
|
1363
|
+
Short List -- Display files as short list.
|
|
1364
|
+
|
|
1365
|
+
LIST_HORIZONTAL
|
|
1366
|
+
Long List -- Display files as a detailed list.
|
|
1367
|
+
|
|
1368
|
+
THUMBNAIL
|
|
1369
|
+
Thumbnails -- Display files as thumbnails.
|
|
1370
|
+
:type display_type: typing.Any
|
|
1371
|
+
:param sort_method: File sorting mode
|
|
1372
|
+
:type sort_method: typing.Union[str, int, typing.Any]
|
|
1373
|
+
:param low: Lowest Frequency, Cutoff frequency of a high-pass filter that is applied to the audio data
|
|
1374
|
+
:type low: typing.Any
|
|
1375
|
+
:param high: Highest Frequency, Cutoff frequency of a low-pass filter that is applied to the audio data
|
|
1376
|
+
:type high: typing.Any
|
|
1377
|
+
:param attack: Attack Time, Value for the envelope calculation that tells how fast the envelope can rise (the lower the value the steeper it can rise)
|
|
1378
|
+
:type attack: typing.Any
|
|
1379
|
+
:param release: Release Time, Value for the envelope calculation that tells how fast the envelope can fall (the lower the value the steeper it can fall)
|
|
1380
|
+
:type release: typing.Any
|
|
1381
|
+
:param threshold: Threshold, Minimum amplitude value needed to influence the envelope
|
|
1382
|
+
:type threshold: typing.Any
|
|
1383
|
+
:param use_accumulate: Accumulate, Only the positive differences of the envelope amplitudes are summarized to produce the output
|
|
1384
|
+
:type use_accumulate: typing.Union[bool, typing.Any]
|
|
1385
|
+
:param use_additive: Additive, The amplitudes of the envelope are summarized (or, when Accumulate is enabled, both positive and negative differences are accumulated)
|
|
1386
|
+
:type use_additive: typing.Union[bool, typing.Any]
|
|
1387
|
+
:param use_square: Square, The output is a square curve (negative values always result in -1, and positive ones in 1)
|
|
1388
|
+
:type use_square: typing.Union[bool, typing.Any]
|
|
1389
|
+
:param sthreshold: Square Threshold, Square only: all values with an absolute amplitude lower than that result in 0
|
|
1390
|
+
:type sthreshold: typing.Any
|
|
1399
1391
|
"""
|
|
1400
1392
|
|
|
1401
1393
|
...
|
|
1402
1394
|
|
|
1403
1395
|
def time_offset(
|
|
1404
|
-
override_context: typing.
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
undo: typing.Optional[bool] = None,
|
|
1409
|
-
*,
|
|
1410
|
-
frame_offset: typing.Optional[typing.Any] = 0.0,
|
|
1396
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1397
|
+
execution_context: typing.Union[str, int] = None,
|
|
1398
|
+
undo: bool = None,
|
|
1399
|
+
frame_offset: typing.Any = 0.0,
|
|
1411
1400
|
):
|
|
1412
1401
|
"""Shifts the value of selected keys in time
|
|
1413
1402
|
|
|
1414
|
-
:type override_context: typing.
|
|
1415
|
-
:type execution_context: typing.
|
|
1416
|
-
:type undo:
|
|
1403
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1404
|
+
:type execution_context: typing.Union[str, int]
|
|
1405
|
+
:type undo: bool
|
|
1417
1406
|
:param frame_offset: Frame Offset, How far in frames to offset the animation
|
|
1418
|
-
:type frame_offset: typing.
|
|
1407
|
+
:type frame_offset: typing.Any
|
|
1419
1408
|
"""
|
|
1420
1409
|
|
|
1421
1410
|
...
|
|
1422
1411
|
|
|
1423
1412
|
def view_all(
|
|
1424
|
-
override_context: typing.
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
undo: typing.Optional[bool] = None,
|
|
1429
|
-
*,
|
|
1430
|
-
include_handles: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1413
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1414
|
+
execution_context: typing.Union[str, int] = None,
|
|
1415
|
+
undo: bool = None,
|
|
1416
|
+
include_handles: typing.Union[bool, typing.Any] = True,
|
|
1431
1417
|
):
|
|
1432
1418
|
"""Reset viewable area to show full keyframe range
|
|
1433
1419
|
|
|
1434
|
-
:type override_context: typing.
|
|
1435
|
-
:type execution_context: typing.
|
|
1436
|
-
:type undo:
|
|
1420
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1421
|
+
:type execution_context: typing.Union[str, int]
|
|
1422
|
+
:type undo: bool
|
|
1437
1423
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
1438
|
-
:type include_handles: typing.
|
|
1424
|
+
:type include_handles: typing.Union[bool, typing.Any]
|
|
1439
1425
|
"""
|
|
1440
1426
|
|
|
1441
1427
|
...
|
|
1442
1428
|
|
|
1443
1429
|
def view_frame(
|
|
1444
|
-
override_context: typing.
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1448
|
-
undo: typing.Optional[bool] = None,
|
|
1430
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1431
|
+
execution_context: typing.Union[str, int] = None,
|
|
1432
|
+
undo: bool = None,
|
|
1449
1433
|
):
|
|
1450
1434
|
"""Move the view to the current frame
|
|
1451
1435
|
|
|
1452
|
-
:type override_context: typing.
|
|
1453
|
-
:type execution_context: typing.
|
|
1454
|
-
:type undo:
|
|
1436
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1437
|
+
:type execution_context: typing.Union[str, int]
|
|
1438
|
+
:type undo: bool
|
|
1455
1439
|
"""
|
|
1456
1440
|
|
|
1457
1441
|
...
|
|
1458
1442
|
|
|
1459
1443
|
def view_selected(
|
|
1460
|
-
override_context: typing.
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
undo: typing.Optional[bool] = None,
|
|
1465
|
-
*,
|
|
1466
|
-
include_handles: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1444
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1445
|
+
execution_context: typing.Union[str, int] = None,
|
|
1446
|
+
undo: bool = None,
|
|
1447
|
+
include_handles: typing.Union[bool, typing.Any] = True,
|
|
1467
1448
|
):
|
|
1468
1449
|
"""Reset viewable area to show selected keyframe range
|
|
1469
1450
|
|
|
1470
|
-
:type override_context: typing.
|
|
1471
|
-
:type execution_context: typing.
|
|
1472
|
-
:type undo:
|
|
1451
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1452
|
+
:type execution_context: typing.Union[str, int]
|
|
1453
|
+
:type undo: bool
|
|
1473
1454
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
1474
|
-
:type include_handles: typing.
|
|
1455
|
+
:type include_handles: typing.Union[bool, typing.Any]
|
|
1475
1456
|
"""
|
|
1476
1457
|
|
|
1477
1458
|
...
|