fake-bpy-module-latest 20251003__py3-none-any.whl → 20260114__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_types/__init__.pyi +18 -123
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +55 -131
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +40 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -4
- bl_operators/node/__init__.pyi +36 -46
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +0 -50
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +13 -16
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -57
- bl_ui/node_add_menu_geometry/__init__.pyi +56 -168
- bl_ui/node_add_menu_shader/__init__.pyi +10 -30
- bl_ui/node_add_menu_texture/__init__.pyi +1 -17
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +64 -150
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +0 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +0 -18
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -14
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +0 -22
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -7
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +0 -90
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +1 -150
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +52 -60
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -44
- bl_ui/space_image/__init__.pyi +2 -144
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -36
- bl_ui/space_node/__init__.pyi +27 -66
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +46 -912
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +50 -8
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +7 -188
- bl_ui/space_view3d/__init__.pyi +36 -544
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +2 -450
- bmesh/types/__init__.pyi +206 -420
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +53 -56
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +15 -165
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +18 -192
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -72
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +2 -34
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +17 -166
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +27 -217
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -38
- bpy/ops/graph/__init__.pyi +18 -316
- bpy/ops/grease_pencil/__init__.pyi +29 -524
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +2 -50
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +32 -915
- bpy/ops/nla/__init__.pyi +20 -184
- bpy/ops/node/__init__.pyi +71 -741
- bpy/ops/object/__init__.pyi +137 -1254
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +14 -279
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +28 -233
- bpy/ops/poselib/__init__.pyi +4 -47
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +6 -70
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +22 -167
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +36 -311
- bpy/ops/sculpt_curves/__init__.pyi +1 -20
- bpy/ops/sequencer/__init__.pyi +90 -662
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +21 -158
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +52 -305
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +39 -1334
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +15 -157
- bpy/stub_internal/rna_enums/__init__.pyi +52 -20
- bpy/types/__init__.pyi +15386 -56984
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +9 -8
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +2 -22
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/METADATA +4 -1
- fake_bpy_module_latest-20260114.dist-info/RECORD +382 -0
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/top_level.txt +14 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +1 -7
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +5 -5
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +82 -2172
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +24 -135
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module_latest-20251003.dist-info/RECORD +0 -373
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/WHEEL +0 -0
bpy/ops/graph/__init__.pyi
CHANGED
|
@@ -11,11 +11,7 @@ def bake_keys(
|
|
|
11
11
|
undo: bool | None = None,
|
|
12
12
|
/,
|
|
13
13
|
) -> None:
|
|
14
|
-
"""Add keyframes on every frame between the selected keyframes
|
|
15
|
-
|
|
16
|
-
:type execution_context: int | str | None
|
|
17
|
-
:type undo: bool | None
|
|
18
|
-
"""
|
|
14
|
+
"""Add keyframes on every frame between the selected keyframes"""
|
|
19
15
|
|
|
20
16
|
def blend_offset(
|
|
21
17
|
execution_context: int | str | None = None,
|
|
@@ -26,10 +22,7 @@ def blend_offset(
|
|
|
26
22
|
) -> None:
|
|
27
23
|
"""Shift selected keys to the value of the neighboring keys as a block
|
|
28
24
|
|
|
29
|
-
:type execution_context: int | str | None
|
|
30
|
-
:type undo: bool | None
|
|
31
25
|
:param factor: Offset Factor, Control which key to offset towards and how far
|
|
32
|
-
:type factor: float | None
|
|
33
26
|
"""
|
|
34
27
|
|
|
35
28
|
def blend_to_default(
|
|
@@ -41,10 +34,7 @@ def blend_to_default(
|
|
|
41
34
|
) -> None:
|
|
42
35
|
"""Blend selected keys to their default value from their current position
|
|
43
36
|
|
|
44
|
-
:type execution_context: int | str | None
|
|
45
|
-
:type undo: bool | None
|
|
46
37
|
:param factor: Factor, How much to blend to the default value
|
|
47
|
-
:type factor: float | None
|
|
48
38
|
"""
|
|
49
39
|
|
|
50
40
|
def blend_to_ease(
|
|
@@ -56,10 +46,7 @@ def blend_to_ease(
|
|
|
56
46
|
) -> None:
|
|
57
47
|
"""Blends keyframes from current state to an ease-in or ease-out curve
|
|
58
48
|
|
|
59
|
-
:type execution_context: int | str | None
|
|
60
|
-
:type undo: bool | None
|
|
61
49
|
:param factor: Blend, Favor either original data or ease curve
|
|
62
|
-
:type factor: float | None
|
|
63
50
|
"""
|
|
64
51
|
|
|
65
52
|
def blend_to_neighbor(
|
|
@@ -71,10 +58,7 @@ def blend_to_neighbor(
|
|
|
71
58
|
) -> None:
|
|
72
59
|
"""Blend selected keyframes to their left or right neighbor
|
|
73
60
|
|
|
74
|
-
:type execution_context: int | str | None
|
|
75
|
-
:type undo: bool | None
|
|
76
61
|
:param factor: Blend, The blend factor with 0 being the current frame
|
|
77
|
-
:type factor: float | None
|
|
78
62
|
"""
|
|
79
63
|
|
|
80
64
|
def breakdown(
|
|
@@ -86,10 +70,7 @@ def breakdown(
|
|
|
86
70
|
) -> None:
|
|
87
71
|
"""Move selected keyframes to an inbetween position relative to adjacent keys
|
|
88
72
|
|
|
89
|
-
:type execution_context: int | str | None
|
|
90
|
-
:type undo: bool | None
|
|
91
73
|
:param factor: Factor, Favor either the left or the right key
|
|
92
|
-
:type factor: float | None
|
|
93
74
|
"""
|
|
94
75
|
|
|
95
76
|
def butterworth_smooth(
|
|
@@ -105,18 +86,11 @@ def butterworth_smooth(
|
|
|
105
86
|
) -> None:
|
|
106
87
|
"""Smooth an F-Curve while maintaining the general shape of the curve
|
|
107
88
|
|
|
108
|
-
:type execution_context: int | str | None
|
|
109
|
-
:type undo: bool | None
|
|
110
89
|
:param cutoff_frequency: Frequency Cutoff (Hz), Lower values give a smoother curve
|
|
111
|
-
:type cutoff_frequency: float | None
|
|
112
90
|
:param filter_order: Filter Order, Higher values produce a harder frequency cutoff
|
|
113
|
-
:type filter_order: int | None
|
|
114
91
|
:param samples_per_frame: Samples per Frame, How many samples to calculate per frame, helps with subframe data
|
|
115
|
-
:type samples_per_frame: int | None
|
|
116
92
|
:param blend: Blend, How much to blend to the smoothed curve
|
|
117
|
-
:type blend: float | None
|
|
118
93
|
:param blend_in_out: Blend In/Out, Linearly blend the smooth data to the border frames of the selection
|
|
119
|
-
:type blend_in_out: int | None
|
|
120
94
|
"""
|
|
121
95
|
|
|
122
96
|
def clean(
|
|
@@ -129,12 +103,8 @@ def clean(
|
|
|
129
103
|
) -> None:
|
|
130
104
|
"""Simplify F-Curves by removing closely spaced keyframes
|
|
131
105
|
|
|
132
|
-
:type execution_context: int | str | None
|
|
133
|
-
:type undo: bool | None
|
|
134
106
|
:param threshold: Threshold
|
|
135
|
-
:type threshold: float | None
|
|
136
107
|
:param channels: Channels
|
|
137
|
-
:type channels: bool | None
|
|
138
108
|
"""
|
|
139
109
|
|
|
140
110
|
def click_insert(
|
|
@@ -148,14 +118,9 @@ def click_insert(
|
|
|
148
118
|
) -> None:
|
|
149
119
|
"""Insert new keyframe at the cursor position for the active F-Curve
|
|
150
120
|
|
|
151
|
-
:type execution_context: int | str | None
|
|
152
|
-
:type undo: bool | None
|
|
153
121
|
:param frame: Frame Number, Frame to insert keyframe on
|
|
154
|
-
:type frame: float | None
|
|
155
122
|
:param value: Value, Value for keyframe on
|
|
156
|
-
:type value: float | None
|
|
157
123
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
158
|
-
:type extend: bool | None
|
|
159
124
|
"""
|
|
160
125
|
|
|
161
126
|
def clickselect(
|
|
@@ -174,24 +139,14 @@ def clickselect(
|
|
|
174
139
|
) -> None:
|
|
175
140
|
"""Select keyframes by clicking on them
|
|
176
141
|
|
|
177
|
-
:type execution_context: int | str | None
|
|
178
|
-
:type undo: bool | None
|
|
179
142
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
180
|
-
:type wait_to_deselect_others: bool | None
|
|
181
143
|
:param use_select_on_click: Act on Click, Instead of selecting on mouse press, wait to see if theres drag event. Otherwise select on mouse release
|
|
182
|
-
:type use_select_on_click: bool | None
|
|
183
144
|
:param mouse_x: Mouse X
|
|
184
|
-
:type mouse_x: int | None
|
|
185
145
|
:param mouse_y: Mouse Y
|
|
186
|
-
:type mouse_y: int | None
|
|
187
146
|
:param extend: Extend Select, Toggle keyframe selection instead of leaving newly selected keyframes only
|
|
188
|
-
:type extend: bool | None
|
|
189
147
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
190
|
-
:type deselect_all: bool | None
|
|
191
148
|
:param column: Column Select, Select all keyframes that occur on the same frame as the one under the mouse
|
|
192
|
-
:type column: bool | None
|
|
193
149
|
:param curves: Only Curves, Select all the keyframes in the curve
|
|
194
|
-
:type curves: bool | None
|
|
195
150
|
"""
|
|
196
151
|
|
|
197
152
|
def copy(
|
|
@@ -199,11 +154,7 @@ def copy(
|
|
|
199
154
|
undo: bool | None = None,
|
|
200
155
|
/,
|
|
201
156
|
) -> None:
|
|
202
|
-
"""Copy selected keyframes to the internal clipboard
|
|
203
|
-
|
|
204
|
-
:type execution_context: int | str | None
|
|
205
|
-
:type undo: bool | None
|
|
206
|
-
"""
|
|
157
|
+
"""Copy selected keyframes to the internal clipboard"""
|
|
207
158
|
|
|
208
159
|
def cursor_set(
|
|
209
160
|
execution_context: int | str | None = None,
|
|
@@ -215,12 +166,8 @@ def cursor_set(
|
|
|
215
166
|
) -> None:
|
|
216
167
|
"""Interactively set the current frame and value cursor
|
|
217
168
|
|
|
218
|
-
:type execution_context: int | str | None
|
|
219
|
-
:type undo: bool | None
|
|
220
169
|
:param frame: Frame
|
|
221
|
-
:type frame: float | None
|
|
222
170
|
:param value: Value
|
|
223
|
-
:type value: float | None
|
|
224
171
|
"""
|
|
225
172
|
|
|
226
173
|
def decimate(
|
|
@@ -234,8 +181,6 @@ def decimate(
|
|
|
234
181
|
) -> None:
|
|
235
182
|
"""Decimate F-Curves by removing keyframes that influence the curve shape the least
|
|
236
183
|
|
|
237
|
-
:type execution_context: int | str | None
|
|
238
|
-
:type undo: bool | None
|
|
239
184
|
:param mode: Mode, Which mode to use for decimation
|
|
240
185
|
|
|
241
186
|
RATIO
|
|
@@ -243,11 +188,8 @@ def decimate(
|
|
|
243
188
|
|
|
244
189
|
ERROR
|
|
245
190
|
Error Margin -- Use an error margin to specify how much the curve is allowed to deviate from the original path.
|
|
246
|
-
:type mode: typing.Literal['RATIO','ERROR'] | None
|
|
247
191
|
:param factor: Factor, The ratio of keyframes to remove
|
|
248
|
-
:type factor: float | None
|
|
249
192
|
:param remove_error_margin: Max Error Margin, How much the new decimated curve is allowed to deviate from the original
|
|
250
|
-
:type remove_error_margin: float | None
|
|
251
193
|
"""
|
|
252
194
|
|
|
253
195
|
def delete(
|
|
@@ -259,10 +201,7 @@ def delete(
|
|
|
259
201
|
) -> None:
|
|
260
202
|
"""Remove all selected keyframes
|
|
261
203
|
|
|
262
|
-
:type execution_context: int | str | None
|
|
263
|
-
:type undo: bool | None
|
|
264
204
|
:param confirm: Confirm, Prompt for confirmation
|
|
265
|
-
:type confirm: bool | None
|
|
266
205
|
"""
|
|
267
206
|
|
|
268
207
|
def driver_delete_invalid(
|
|
@@ -270,22 +209,14 @@ def driver_delete_invalid(
|
|
|
270
209
|
undo: bool | None = None,
|
|
271
210
|
/,
|
|
272
211
|
) -> None:
|
|
273
|
-
"""Delete all visible drivers considered invalid
|
|
274
|
-
|
|
275
|
-
:type execution_context: int | str | None
|
|
276
|
-
:type undo: bool | None
|
|
277
|
-
"""
|
|
212
|
+
"""Delete all visible drivers considered invalid"""
|
|
278
213
|
|
|
279
214
|
def driver_variables_copy(
|
|
280
215
|
execution_context: int | str | None = None,
|
|
281
216
|
undo: bool | None = None,
|
|
282
217
|
/,
|
|
283
218
|
) -> None:
|
|
284
|
-
"""Copy the driver variables of the active driver
|
|
285
|
-
|
|
286
|
-
:type execution_context: int | str | None
|
|
287
|
-
:type undo: bool | None
|
|
288
|
-
"""
|
|
219
|
+
"""Copy the driver variables of the active driver"""
|
|
289
220
|
|
|
290
221
|
def driver_variables_paste(
|
|
291
222
|
execution_context: int | str | None = None,
|
|
@@ -296,10 +227,7 @@ def driver_variables_paste(
|
|
|
296
227
|
) -> None:
|
|
297
228
|
"""Add copied driver variables to the active driver
|
|
298
229
|
|
|
299
|
-
:type execution_context: int | str | None
|
|
300
|
-
:type undo: bool | None
|
|
301
230
|
:param replace: Replace Existing, Replace existing driver variables, instead of just appending to the end of the existing list
|
|
302
|
-
:type replace: bool | None
|
|
303
231
|
"""
|
|
304
232
|
|
|
305
233
|
def duplicate(
|
|
@@ -311,10 +239,7 @@ def duplicate(
|
|
|
311
239
|
) -> None:
|
|
312
240
|
"""Make a copy of all selected keyframes
|
|
313
241
|
|
|
314
|
-
:type execution_context: int | str | None
|
|
315
|
-
:type undo: bool | None
|
|
316
242
|
:param mode: Mode
|
|
317
|
-
:type mode: bpy.stub_internal.rna_enums.TransformModeTypeItems | None
|
|
318
243
|
"""
|
|
319
244
|
|
|
320
245
|
def duplicate_move(
|
|
@@ -327,12 +252,8 @@ def duplicate_move(
|
|
|
327
252
|
) -> None:
|
|
328
253
|
"""Make a copy of all selected keyframes and move them
|
|
329
254
|
|
|
330
|
-
:type execution_context: int | str | None
|
|
331
|
-
:type undo: bool | None
|
|
332
255
|
:param GRAPH_OT_duplicate: Duplicate Keyframes, Make a copy of all selected keyframes
|
|
333
|
-
:type GRAPH_OT_duplicate: duplicate | None
|
|
334
256
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
335
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
336
257
|
"""
|
|
337
258
|
|
|
338
259
|
def ease(
|
|
@@ -345,12 +266,8 @@ def ease(
|
|
|
345
266
|
) -> None:
|
|
346
267
|
"""Align keyframes on a ease-in or ease-out curve
|
|
347
268
|
|
|
348
|
-
:type execution_context: int | str | None
|
|
349
|
-
:type undo: bool | None
|
|
350
269
|
:param factor: Curve Bend, Defines if the keys should be aligned on an ease-in or ease-out curve
|
|
351
|
-
:type factor: float | None
|
|
352
270
|
:param sharpness: Sharpness, Higher values make the change more abrupt
|
|
353
|
-
:type sharpness: float | None
|
|
354
271
|
"""
|
|
355
272
|
|
|
356
273
|
def easing_type(
|
|
@@ -362,10 +279,7 @@ def easing_type(
|
|
|
362
279
|
) -> None:
|
|
363
280
|
"""Set easing type for the F-Curve segments starting from the selected keyframes
|
|
364
281
|
|
|
365
|
-
:type execution_context: int | str | None
|
|
366
|
-
:type undo: bool | None
|
|
367
282
|
:param type: Type
|
|
368
|
-
:type type: bpy.stub_internal.rna_enums.BeztripleInterpolationEasingItems | None
|
|
369
283
|
"""
|
|
370
284
|
|
|
371
285
|
def equalize_handles(
|
|
@@ -379,8 +293,6 @@ def equalize_handles(
|
|
|
379
293
|
) -> None:
|
|
380
294
|
"""Ensure selected keyframes handles have equal length, optionally making them horizontal. Automatic, Automatic Clamped, or Vector handle types will be converted to Aligned
|
|
381
295
|
|
|
382
|
-
:type execution_context: int | str | None
|
|
383
|
-
:type undo: bool | None
|
|
384
296
|
:param side: Side, Side of the keyframes Bézier handles to affect
|
|
385
297
|
|
|
386
298
|
LEFT
|
|
@@ -391,11 +303,8 @@ def equalize_handles(
|
|
|
391
303
|
|
|
392
304
|
BOTH
|
|
393
305
|
Both -- Equalize both of a keyframes handles.
|
|
394
|
-
:type side: typing.Literal['LEFT','RIGHT','BOTH'] | None
|
|
395
306
|
:param handle_length: Handle Length, Length to make selected keyframes Bézier handles
|
|
396
|
-
:type handle_length: float | None
|
|
397
307
|
:param flatten: Flatten, Make the values of the selected keyframes handles the same as their respective keyframes
|
|
398
|
-
:type flatten: bool | None
|
|
399
308
|
"""
|
|
400
309
|
|
|
401
310
|
def euler_filter(
|
|
@@ -403,11 +312,7 @@ def euler_filter(
|
|
|
403
312
|
undo: bool | None = None,
|
|
404
313
|
/,
|
|
405
314
|
) -> None:
|
|
406
|
-
"""Fix large jumps and flips in the selected Euler Rotation F-Curves arising from rotation values being clipped when baking physics
|
|
407
|
-
|
|
408
|
-
:type execution_context: int | str | None
|
|
409
|
-
:type undo: bool | None
|
|
410
|
-
"""
|
|
315
|
+
"""Fix large jumps and flips in the selected Euler Rotation F-Curves arising from rotation values being clipped when baking physics"""
|
|
411
316
|
|
|
412
317
|
def extrapolation_type(
|
|
413
318
|
execution_context: int | str | None = None,
|
|
@@ -419,8 +324,6 @@ def extrapolation_type(
|
|
|
419
324
|
) -> None:
|
|
420
325
|
"""Set extrapolation mode for selected F-Curves
|
|
421
326
|
|
|
422
|
-
:type execution_context: int | str | None
|
|
423
|
-
:type undo: bool | None
|
|
424
327
|
:param type: Type
|
|
425
328
|
|
|
426
329
|
CONSTANT
|
|
@@ -434,7 +337,6 @@ def extrapolation_type(
|
|
|
434
337
|
|
|
435
338
|
CLEAR_CYCLIC
|
|
436
339
|
Clear Cyclic (F-Modifier) -- Remove Cycles F-Modifier if not needed anymore.
|
|
437
|
-
:type type: typing.Literal['CONSTANT','LINEAR','MAKE_CYCLIC','CLEAR_CYCLIC'] | None
|
|
438
340
|
"""
|
|
439
341
|
|
|
440
342
|
def fmodifier_add(
|
|
@@ -447,12 +349,8 @@ def fmodifier_add(
|
|
|
447
349
|
) -> None:
|
|
448
350
|
"""Add F-Modifier to the active/selected F-Curves
|
|
449
351
|
|
|
450
|
-
:type execution_context: int | str | None
|
|
451
|
-
:type undo: bool | None
|
|
452
352
|
:param type: Type
|
|
453
|
-
:type type: bpy.stub_internal.rna_enums.FmodifierTypeItems | None
|
|
454
353
|
:param only_active: Only Active, Only add F-Modifier to active F-Curve
|
|
455
|
-
:type only_active: bool | None
|
|
456
354
|
"""
|
|
457
355
|
|
|
458
356
|
def fmodifier_copy(
|
|
@@ -460,11 +358,7 @@ def fmodifier_copy(
|
|
|
460
358
|
undo: bool | None = None,
|
|
461
359
|
/,
|
|
462
360
|
) -> None:
|
|
463
|
-
"""Copy the F-Modifier(s) of the active F-Curve
|
|
464
|
-
|
|
465
|
-
:type execution_context: int | str | None
|
|
466
|
-
:type undo: bool | None
|
|
467
|
-
"""
|
|
361
|
+
"""Copy the F-Modifier(s) of the active F-Curve"""
|
|
468
362
|
|
|
469
363
|
def fmodifier_paste(
|
|
470
364
|
execution_context: int | str | None = None,
|
|
@@ -476,12 +370,8 @@ def fmodifier_paste(
|
|
|
476
370
|
) -> None:
|
|
477
371
|
"""Add copied F-Modifiers to the selected F-Curves
|
|
478
372
|
|
|
479
|
-
:type execution_context: int | str | None
|
|
480
|
-
:type undo: bool | None
|
|
481
373
|
:param only_active: Only Active, Only paste F-Modifiers on active F-Curve
|
|
482
|
-
:type only_active: bool | None
|
|
483
374
|
:param replace: Replace Existing, Replace existing F-Modifiers, instead of just appending to the end of the existing list
|
|
484
|
-
:type replace: bool | None
|
|
485
375
|
"""
|
|
486
376
|
|
|
487
377
|
def frame_jump(
|
|
@@ -489,11 +379,7 @@ def frame_jump(
|
|
|
489
379
|
undo: bool | None = None,
|
|
490
380
|
/,
|
|
491
381
|
) -> None:
|
|
492
|
-
"""Place the cursor on the midpoint of selected keyframes
|
|
493
|
-
|
|
494
|
-
:type execution_context: int | str | None
|
|
495
|
-
:type undo: bool | None
|
|
496
|
-
"""
|
|
382
|
+
"""Place the cursor on the midpoint of selected keyframes"""
|
|
497
383
|
|
|
498
384
|
def gaussian_smooth(
|
|
499
385
|
execution_context: int | str | None = None,
|
|
@@ -506,14 +392,9 @@ def gaussian_smooth(
|
|
|
506
392
|
) -> None:
|
|
507
393
|
"""Smooth the curve using a Gaussian filter
|
|
508
394
|
|
|
509
|
-
:type execution_context: int | str | None
|
|
510
|
-
:type undo: bool | None
|
|
511
395
|
:param factor: Factor, How much to blend to the default value
|
|
512
|
-
:type factor: float | None
|
|
513
396
|
:param sigma: Sigma, The shape of the gaussian distribution, lower values make it sharper
|
|
514
|
-
:type sigma: float | None
|
|
515
397
|
:param filter_width: Filter Width, How far to each side the operator will average the key values
|
|
516
|
-
:type filter_width: int | None
|
|
517
398
|
"""
|
|
518
399
|
|
|
519
400
|
def ghost_curves_clear(
|
|
@@ -521,22 +402,14 @@ def ghost_curves_clear(
|
|
|
521
402
|
undo: bool | None = None,
|
|
522
403
|
/,
|
|
523
404
|
) -> None:
|
|
524
|
-
"""Clear F-Curve snapshots (Ghosts) for active Graph Editor
|
|
525
|
-
|
|
526
|
-
:type execution_context: int | str | None
|
|
527
|
-
:type undo: bool | None
|
|
528
|
-
"""
|
|
405
|
+
"""Clear F-Curve snapshots (Ghosts) for active Graph Editor"""
|
|
529
406
|
|
|
530
407
|
def ghost_curves_create(
|
|
531
408
|
execution_context: int | str | None = None,
|
|
532
409
|
undo: bool | None = None,
|
|
533
410
|
/,
|
|
534
411
|
) -> None:
|
|
535
|
-
"""Create snapshot (Ghosts) of selected F-Curves as background aid for active Graph Editor
|
|
536
|
-
|
|
537
|
-
:type execution_context: int | str | None
|
|
538
|
-
:type undo: bool | None
|
|
539
|
-
"""
|
|
412
|
+
"""Create snapshot (Ghosts) of selected F-Curves as background aid for active Graph Editor"""
|
|
540
413
|
|
|
541
414
|
def handle_type(
|
|
542
415
|
execution_context: int | str | None = None,
|
|
@@ -547,10 +420,7 @@ def handle_type(
|
|
|
547
420
|
) -> None:
|
|
548
421
|
"""Set type of handle for selected keyframes
|
|
549
422
|
|
|
550
|
-
:type execution_context: int | str | None
|
|
551
|
-
:type undo: bool | None
|
|
552
423
|
:param type: Type
|
|
553
|
-
:type type: bpy.stub_internal.rna_enums.KeyframeHandleTypeItems | None
|
|
554
424
|
"""
|
|
555
425
|
|
|
556
426
|
def hide(
|
|
@@ -562,10 +432,7 @@ def hide(
|
|
|
562
432
|
) -> None:
|
|
563
433
|
"""Hide selected curves from Graph Editor view
|
|
564
434
|
|
|
565
|
-
:type execution_context: int | str | None
|
|
566
|
-
:type undo: bool | None
|
|
567
435
|
:param unselected: Unselected, Hide unselected rather than selected curves
|
|
568
|
-
:type unselected: bool | None
|
|
569
436
|
"""
|
|
570
437
|
|
|
571
438
|
def interpolation_type(
|
|
@@ -578,10 +445,7 @@ def interpolation_type(
|
|
|
578
445
|
) -> None:
|
|
579
446
|
"""Set interpolation mode for the F-Curve segments starting from the selected keyframes
|
|
580
447
|
|
|
581
|
-
:type execution_context: int | str | None
|
|
582
|
-
:type undo: bool | None
|
|
583
448
|
:param type: Type
|
|
584
|
-
:type type: bpy.stub_internal.rna_enums.BeztripleInterpolationModeItems | None
|
|
585
449
|
"""
|
|
586
450
|
|
|
587
451
|
def keyframe_insert(
|
|
@@ -594,8 +458,6 @@ def keyframe_insert(
|
|
|
594
458
|
) -> None:
|
|
595
459
|
"""Insert keyframes for the specified channels
|
|
596
460
|
|
|
597
|
-
:type execution_context: int | str | None
|
|
598
|
-
:type undo: bool | None
|
|
599
461
|
:param type: Type
|
|
600
462
|
|
|
601
463
|
ALL
|
|
@@ -612,7 +474,6 @@ def keyframe_insert(
|
|
|
612
474
|
|
|
613
475
|
CURSOR_SEL
|
|
614
476
|
Selected Channels at Cursor -- Insert a keyframe for selected F-Curves at the cursor point.
|
|
615
|
-
:type type: typing.Literal['ALL','SEL','ACTIVE','CURSOR_ACTIVE','CURSOR_SEL'] | None
|
|
616
477
|
"""
|
|
617
478
|
|
|
618
479
|
def keyframe_jump(
|
|
@@ -624,10 +485,7 @@ def keyframe_jump(
|
|
|
624
485
|
) -> None:
|
|
625
486
|
"""Jump to previous/next keyframe
|
|
626
487
|
|
|
627
|
-
:type execution_context: int | str | None
|
|
628
|
-
:type undo: bool | None
|
|
629
488
|
:param next: Next Keyframe
|
|
630
|
-
:type next: bool | None
|
|
631
489
|
"""
|
|
632
490
|
|
|
633
491
|
def keys_to_samples(
|
|
@@ -635,11 +493,7 @@ def keys_to_samples(
|
|
|
635
493
|
undo: bool | None = None,
|
|
636
494
|
/,
|
|
637
495
|
) -> None:
|
|
638
|
-
"""Convert selected channels to an uneditable set of samples to save storage space
|
|
639
|
-
|
|
640
|
-
:type execution_context: int | str | None
|
|
641
|
-
:type undo: bool | None
|
|
642
|
-
"""
|
|
496
|
+
"""Convert selected channels to an uneditable set of samples to save storage space"""
|
|
643
497
|
|
|
644
498
|
def match_slope(
|
|
645
499
|
execution_context: int | str | None = None,
|
|
@@ -650,10 +504,7 @@ def match_slope(
|
|
|
650
504
|
) -> None:
|
|
651
505
|
"""Blend selected keys to the slope of neighboring ones
|
|
652
506
|
|
|
653
|
-
:type execution_context: int | str | None
|
|
654
|
-
:type undo: bool | None
|
|
655
507
|
:param factor: Factor, Defines which keys to use as slope and how much to blend towards them
|
|
656
|
-
:type factor: float | None
|
|
657
508
|
"""
|
|
658
509
|
|
|
659
510
|
def mirror(
|
|
@@ -665,8 +516,6 @@ def mirror(
|
|
|
665
516
|
) -> None:
|
|
666
517
|
"""Flip selected keyframes over the selected mirror line
|
|
667
518
|
|
|
668
|
-
:type execution_context: int | str | None
|
|
669
|
-
:type undo: bool | None
|
|
670
519
|
:param type: Type
|
|
671
520
|
|
|
672
521
|
CFRA
|
|
@@ -683,7 +532,6 @@ def mirror(
|
|
|
683
532
|
|
|
684
533
|
MARKER
|
|
685
534
|
By Times Over First Selected Marker -- Flip times of selected keyframes using the first selected marker as the reference point.
|
|
686
|
-
:type type: typing.Literal['CFRA','VALUE','YAXIS','XAXIS','MARKER'] | None
|
|
687
535
|
"""
|
|
688
536
|
|
|
689
537
|
def paste(
|
|
@@ -699,16 +547,10 @@ def paste(
|
|
|
699
547
|
) -> None:
|
|
700
548
|
"""Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
|
|
701
549
|
|
|
702
|
-
:type execution_context: int | str | None
|
|
703
|
-
:type undo: bool | None
|
|
704
550
|
:param offset: Frame Offset, Paste time offset of keys
|
|
705
|
-
:type offset: bpy.stub_internal.rna_enums.KeyframePasteOffsetItems | None
|
|
706
551
|
:param value_offset: Value Offset, Paste keys with a value offset
|
|
707
|
-
:type value_offset: bpy.stub_internal.rna_enums.KeyframePasteOffsetValueItems | None
|
|
708
552
|
:param merge: Type, Method of merging pasted keys and existing
|
|
709
|
-
:type merge: bpy.stub_internal.rna_enums.KeyframePasteMergeItems | None
|
|
710
553
|
:param flipped: Flipped, Paste keyframes from mirrored bones if they exist
|
|
711
|
-
:type flipped: bool | None
|
|
712
554
|
"""
|
|
713
555
|
|
|
714
556
|
def previewrange_set(
|
|
@@ -716,11 +558,7 @@ def previewrange_set(
|
|
|
716
558
|
undo: bool | None = None,
|
|
717
559
|
/,
|
|
718
560
|
) -> None:
|
|
719
|
-
"""Set Preview Range based on range of selected keyframes
|
|
720
|
-
|
|
721
|
-
:type execution_context: int | str | None
|
|
722
|
-
:type undo: bool | None
|
|
723
|
-
"""
|
|
561
|
+
"""Set Preview Range based on range of selected keyframes"""
|
|
724
562
|
|
|
725
563
|
def push_pull(
|
|
726
564
|
execution_context: int | str | None = None,
|
|
@@ -731,10 +569,7 @@ def push_pull(
|
|
|
731
569
|
) -> None:
|
|
732
570
|
"""Exaggerate or minimize the value of the selected keys
|
|
733
571
|
|
|
734
|
-
:type execution_context: int | str | None
|
|
735
|
-
:type undo: bool | None
|
|
736
572
|
:param factor: Factor, Control how far to push or pull the keys
|
|
737
|
-
:type factor: float | None
|
|
738
573
|
"""
|
|
739
574
|
|
|
740
575
|
def reveal(
|
|
@@ -746,10 +581,7 @@ def reveal(
|
|
|
746
581
|
) -> None:
|
|
747
582
|
"""Make previously hidden curves visible again in Graph Editor view
|
|
748
583
|
|
|
749
|
-
:type execution_context: int | str | None
|
|
750
|
-
:type undo: bool | None
|
|
751
584
|
:param select: Select
|
|
752
|
-
:type select: bool | None
|
|
753
585
|
"""
|
|
754
586
|
|
|
755
587
|
def samples_to_keys(
|
|
@@ -757,11 +589,7 @@ def samples_to_keys(
|
|
|
757
589
|
undo: bool | None = None,
|
|
758
590
|
/,
|
|
759
591
|
) -> None:
|
|
760
|
-
"""Convert selected channels from samples to keyframes
|
|
761
|
-
|
|
762
|
-
:type execution_context: int | str | None
|
|
763
|
-
:type undo: bool | None
|
|
764
|
-
"""
|
|
592
|
+
"""Convert selected channels from samples to keyframes"""
|
|
765
593
|
|
|
766
594
|
def scale_average(
|
|
767
595
|
execution_context: int | str | None = None,
|
|
@@ -772,10 +600,7 @@ def scale_average(
|
|
|
772
600
|
) -> None:
|
|
773
601
|
"""Scale selected key values by their combined average
|
|
774
602
|
|
|
775
|
-
:type execution_context: int | str | None
|
|
776
|
-
:type undo: bool | None
|
|
777
603
|
:param factor: Scale Factor, The scale factor applied to the curve segments
|
|
778
|
-
:type factor: float | None
|
|
779
604
|
"""
|
|
780
605
|
|
|
781
606
|
def scale_from_neighbor(
|
|
@@ -788,12 +613,8 @@ def scale_from_neighbor(
|
|
|
788
613
|
) -> None:
|
|
789
614
|
"""Increase or decrease the value of selected keys in relationship to the neighboring one
|
|
790
615
|
|
|
791
|
-
:type execution_context: int | str | None
|
|
792
|
-
:type undo: bool | None
|
|
793
616
|
:param factor: Factor, The factor to scale keys with
|
|
794
|
-
:type factor: float | None
|
|
795
617
|
:param anchor: Reference Key, Which end of the segment to use as a reference to scale from
|
|
796
|
-
:type anchor: typing.Literal['LEFT','RIGHT'] | None
|
|
797
618
|
"""
|
|
798
619
|
|
|
799
620
|
def select_all(
|
|
@@ -805,8 +626,6 @@ def select_all(
|
|
|
805
626
|
) -> None:
|
|
806
627
|
"""Toggle selection of all keyframes
|
|
807
628
|
|
|
808
|
-
:type execution_context: int | str | None
|
|
809
|
-
:type undo: bool | None
|
|
810
629
|
:param action: Action, Selection action to execute
|
|
811
630
|
|
|
812
631
|
TOGGLE
|
|
@@ -820,7 +639,6 @@ def select_all(
|
|
|
820
639
|
|
|
821
640
|
INVERT
|
|
822
641
|
Invert -- Invert selection of all elements.
|
|
823
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
824
642
|
"""
|
|
825
643
|
|
|
826
644
|
def select_box(
|
|
@@ -841,26 +659,15 @@ def select_box(
|
|
|
841
659
|
) -> None:
|
|
842
660
|
"""Select all keyframes within the specified region
|
|
843
661
|
|
|
844
|
-
:type execution_context: int | str | None
|
|
845
|
-
:type undo: bool | None
|
|
846
662
|
:param axis_range: Axis Range
|
|
847
|
-
:type axis_range: bool | None
|
|
848
663
|
:param include_handles: Include Handles, Are handles tested individually against the selection criteria, independently from their keys. When unchecked, handles are (de)selected in unison with their keys
|
|
849
|
-
:type include_handles: bool | None
|
|
850
664
|
:param tweak: Tweak, Operator has been activated using a click-drag event
|
|
851
|
-
:type tweak: bool | None
|
|
852
665
|
:param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the calculated F-curve
|
|
853
|
-
:type use_curve_selection: bool | None
|
|
854
666
|
:param xmin: X Min
|
|
855
|
-
:type xmin: int | None
|
|
856
667
|
:param xmax: X Max
|
|
857
|
-
:type xmax: int | None
|
|
858
668
|
:param ymin: Y Min
|
|
859
|
-
:type ymin: int | None
|
|
860
669
|
:param ymax: Y Max
|
|
861
|
-
:type ymax: int | None
|
|
862
670
|
:param wait_for_input: Wait for Input
|
|
863
|
-
:type wait_for_input: bool | None
|
|
864
671
|
:param mode: Mode
|
|
865
672
|
|
|
866
673
|
SET
|
|
@@ -871,7 +678,6 @@ def select_box(
|
|
|
871
678
|
|
|
872
679
|
SUB
|
|
873
680
|
Subtract -- Subtract existing selection.
|
|
874
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
875
681
|
"""
|
|
876
682
|
|
|
877
683
|
def select_circle(
|
|
@@ -889,16 +695,10 @@ def select_circle(
|
|
|
889
695
|
) -> None:
|
|
890
696
|
"""Select keyframe points using circle selection
|
|
891
697
|
|
|
892
|
-
:type execution_context: int | str | None
|
|
893
|
-
:type undo: bool | None
|
|
894
698
|
:param x: X
|
|
895
|
-
:type x: int | None
|
|
896
699
|
:param y: Y
|
|
897
|
-
:type y: int | None
|
|
898
700
|
:param radius: Radius
|
|
899
|
-
:type radius: int | None
|
|
900
701
|
:param wait_for_input: Wait for Input
|
|
901
|
-
:type wait_for_input: bool | None
|
|
902
702
|
:param mode: Mode
|
|
903
703
|
|
|
904
704
|
SET
|
|
@@ -909,11 +709,8 @@ def select_circle(
|
|
|
909
709
|
|
|
910
710
|
SUB
|
|
911
711
|
Subtract -- Subtract existing selection.
|
|
912
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
913
712
|
:param include_handles: Include Handles, Are handles tested individually against the selection criteria, independently from their keys. When unchecked, handles are (de)selected in unison with their keys
|
|
914
|
-
:type include_handles: bool | None
|
|
915
713
|
:param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the curve itself
|
|
916
|
-
:type use_curve_selection: bool | None
|
|
917
714
|
"""
|
|
918
715
|
|
|
919
716
|
def select_column(
|
|
@@ -926,10 +723,7 @@ def select_column(
|
|
|
926
723
|
) -> None:
|
|
927
724
|
"""Select all keyframes on the specified frame(s)
|
|
928
725
|
|
|
929
|
-
:type execution_context: int | str | None
|
|
930
|
-
:type undo: bool | None
|
|
931
726
|
:param mode: Mode
|
|
932
|
-
:type mode: typing.Literal['KEYS','CFRA','MARKERS_COLUMN','MARKERS_BETWEEN'] | None
|
|
933
727
|
"""
|
|
934
728
|
|
|
935
729
|
def select_key_handles(
|
|
@@ -943,8 +737,6 @@ def select_key_handles(
|
|
|
943
737
|
) -> None:
|
|
944
738
|
"""For selected keyframes, select/deselect any combination of the key itself and its handles
|
|
945
739
|
|
|
946
|
-
:type execution_context: int | str | None
|
|
947
|
-
:type undo: bool | None
|
|
948
740
|
:param left_handle_action: Left Handle, Effect on the left handle
|
|
949
741
|
|
|
950
742
|
SELECT
|
|
@@ -955,7 +747,6 @@ def select_key_handles(
|
|
|
955
747
|
|
|
956
748
|
KEEP
|
|
957
749
|
Keep -- Leave as is.
|
|
958
|
-
:type left_handle_action: typing.Literal['SELECT','DESELECT','KEEP'] | None
|
|
959
750
|
:param right_handle_action: Right Handle, Effect on the right handle
|
|
960
751
|
|
|
961
752
|
SELECT
|
|
@@ -966,7 +757,6 @@ def select_key_handles(
|
|
|
966
757
|
|
|
967
758
|
KEEP
|
|
968
759
|
Keep -- Leave as is.
|
|
969
|
-
:type right_handle_action: typing.Literal['SELECT','DESELECT','KEEP'] | None
|
|
970
760
|
:param key_action: Key, Effect on the key itself
|
|
971
761
|
|
|
972
762
|
SELECT
|
|
@@ -977,7 +767,6 @@ def select_key_handles(
|
|
|
977
767
|
|
|
978
768
|
KEEP
|
|
979
769
|
Keep -- Leave as is.
|
|
980
|
-
:type key_action: typing.Literal['SELECT','DESELECT','KEEP'] | None
|
|
981
770
|
"""
|
|
982
771
|
|
|
983
772
|
def select_lasso(
|
|
@@ -995,16 +784,10 @@ def select_lasso(
|
|
|
995
784
|
) -> None:
|
|
996
785
|
"""Select keyframe points using lasso selection
|
|
997
786
|
|
|
998
|
-
:type execution_context: int | str | None
|
|
999
|
-
:type undo: bool | None
|
|
1000
787
|
:param path: Path
|
|
1001
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
1002
788
|
:param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
|
|
1003
|
-
:type use_smooth_stroke: bool | None
|
|
1004
789
|
:param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
|
|
1005
|
-
:type smooth_stroke_factor: float | None
|
|
1006
790
|
:param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
|
|
1007
|
-
:type smooth_stroke_radius: int | None
|
|
1008
791
|
:param mode: Mode
|
|
1009
792
|
|
|
1010
793
|
SET
|
|
@@ -1015,11 +798,8 @@ def select_lasso(
|
|
|
1015
798
|
|
|
1016
799
|
SUB
|
|
1017
800
|
Subtract -- Subtract existing selection.
|
|
1018
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
1019
801
|
:param include_handles: Include Handles, Are handles tested individually against the selection criteria, independently from their keys. When unchecked, handles are (de)selected in unison with their keys
|
|
1020
|
-
:type include_handles: bool | None
|
|
1021
802
|
:param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the curve itself
|
|
1022
|
-
:type use_curve_selection: bool | None
|
|
1023
803
|
"""
|
|
1024
804
|
|
|
1025
805
|
def select_leftright(
|
|
@@ -1032,12 +812,8 @@ def select_leftright(
|
|
|
1032
812
|
) -> None:
|
|
1033
813
|
"""Select keyframes to the left or the right of the current frame
|
|
1034
814
|
|
|
1035
|
-
:type execution_context: int | str | None
|
|
1036
|
-
:type undo: bool | None
|
|
1037
815
|
:param mode: Mode
|
|
1038
|
-
:type mode: typing.Literal['CHECK','LEFT','RIGHT'] | None
|
|
1039
816
|
:param extend: Extend Select
|
|
1040
|
-
:type extend: bool | None
|
|
1041
817
|
"""
|
|
1042
818
|
|
|
1043
819
|
def select_less(
|
|
@@ -1045,33 +821,21 @@ def select_less(
|
|
|
1045
821
|
undo: bool | None = None,
|
|
1046
822
|
/,
|
|
1047
823
|
) -> None:
|
|
1048
|
-
"""Deselect keyframes on ends of selection islands
|
|
1049
|
-
|
|
1050
|
-
:type execution_context: int | str | None
|
|
1051
|
-
:type undo: bool | None
|
|
1052
|
-
"""
|
|
824
|
+
"""Deselect keyframes on ends of selection islands"""
|
|
1053
825
|
|
|
1054
826
|
def select_linked(
|
|
1055
827
|
execution_context: int | str | None = None,
|
|
1056
828
|
undo: bool | None = None,
|
|
1057
829
|
/,
|
|
1058
830
|
) -> None:
|
|
1059
|
-
"""Select keyframes occurring in the same F-Curves as selected ones
|
|
1060
|
-
|
|
1061
|
-
:type execution_context: int | str | None
|
|
1062
|
-
:type undo: bool | None
|
|
1063
|
-
"""
|
|
831
|
+
"""Select keyframes occurring in the same F-Curves as selected ones"""
|
|
1064
832
|
|
|
1065
833
|
def select_more(
|
|
1066
834
|
execution_context: int | str | None = None,
|
|
1067
835
|
undo: bool | None = None,
|
|
1068
836
|
/,
|
|
1069
837
|
) -> None:
|
|
1070
|
-
"""Select keyframes beside already selected ones
|
|
1071
|
-
|
|
1072
|
-
:type execution_context: int | str | None
|
|
1073
|
-
:type undo: bool | None
|
|
1074
|
-
"""
|
|
838
|
+
"""Select keyframes beside already selected ones"""
|
|
1075
839
|
|
|
1076
840
|
def shear(
|
|
1077
841
|
execution_context: int | str | None = None,
|
|
@@ -1083,10 +847,7 @@ def shear(
|
|
|
1083
847
|
) -> None:
|
|
1084
848
|
"""Affect the value of the keys linearly, keeping the same relationship between them using either the left or the right key as reference
|
|
1085
849
|
|
|
1086
|
-
:type execution_context: int | str | None
|
|
1087
|
-
:type undo: bool | None
|
|
1088
850
|
:param factor: Shear Factor, The amount of shear to apply
|
|
1089
|
-
:type factor: float | None
|
|
1090
851
|
:param direction: Direction, Which end of the segment to use as a reference to shear from
|
|
1091
852
|
|
|
1092
853
|
FROM_LEFT
|
|
@@ -1094,7 +855,6 @@ def shear(
|
|
|
1094
855
|
|
|
1095
856
|
FROM_RIGHT
|
|
1096
857
|
From Right -- Shear the keys using the right key as reference.
|
|
1097
|
-
:type direction: typing.Literal['FROM_LEFT','FROM_RIGHT'] | None
|
|
1098
858
|
"""
|
|
1099
859
|
|
|
1100
860
|
def smooth(
|
|
@@ -1102,11 +862,7 @@ def smooth(
|
|
|
1102
862
|
undo: bool | None = None,
|
|
1103
863
|
/,
|
|
1104
864
|
) -> None:
|
|
1105
|
-
"""Apply weighted moving means to make selected F-Curves less bumpy
|
|
1106
|
-
|
|
1107
|
-
:type execution_context: int | str | None
|
|
1108
|
-
:type undo: bool | None
|
|
1109
|
-
"""
|
|
865
|
+
"""Apply weighted moving means to make selected F-Curves less bumpy"""
|
|
1110
866
|
|
|
1111
867
|
def snap(
|
|
1112
868
|
execution_context: int | str | None = None,
|
|
@@ -1125,8 +881,6 @@ def snap(
|
|
|
1125
881
|
) -> None:
|
|
1126
882
|
"""Snap selected keyframes to the chosen times/values
|
|
1127
883
|
|
|
1128
|
-
:type execution_context: int | str | None
|
|
1129
|
-
:type undo: bool | None
|
|
1130
884
|
:param type: Type
|
|
1131
885
|
|
|
1132
886
|
CFRA
|
|
@@ -1146,7 +900,6 @@ def snap(
|
|
|
1146
900
|
|
|
1147
901
|
HORIZONTAL
|
|
1148
902
|
Flatten Handles -- Flatten handles for a smoother transition.
|
|
1149
|
-
:type type: typing.Literal['CFRA','VALUE','NEAREST_FRAME','NEAREST_SECOND','NEAREST_MARKER','HORIZONTAL'] | None
|
|
1150
903
|
"""
|
|
1151
904
|
|
|
1152
905
|
def snap_cursor_value(
|
|
@@ -1154,11 +907,7 @@ def snap_cursor_value(
|
|
|
1154
907
|
undo: bool | None = None,
|
|
1155
908
|
/,
|
|
1156
909
|
) -> None:
|
|
1157
|
-
"""Place the cursor value on the average value of selected keyframes
|
|
1158
|
-
|
|
1159
|
-
:type execution_context: int | str | None
|
|
1160
|
-
:type undo: bool | None
|
|
1161
|
-
"""
|
|
910
|
+
"""Place the cursor value on the average value of selected keyframes"""
|
|
1162
911
|
|
|
1163
912
|
def sound_to_samples(
|
|
1164
913
|
execution_context: int | str | None = None,
|
|
@@ -1203,50 +952,27 @@ def sound_to_samples(
|
|
|
1203
952
|
) -> None:
|
|
1204
953
|
"""Bakes a sound wave to samples on selected channels
|
|
1205
954
|
|
|
1206
|
-
:type execution_context: int | str | None
|
|
1207
|
-
:type undo: bool | None
|
|
1208
955
|
:param filepath: File Path, Path to file
|
|
1209
|
-
:type filepath: str
|
|
1210
956
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
1211
|
-
:type check_existing: bool | None
|
|
1212
957
|
:param filter_blender: Filter .blend files
|
|
1213
|
-
:type filter_blender: bool | None
|
|
1214
958
|
:param filter_backup: Filter .blend files
|
|
1215
|
-
:type filter_backup: bool | None
|
|
1216
959
|
:param filter_image: Filter image files
|
|
1217
|
-
:type filter_image: bool | None
|
|
1218
960
|
:param filter_movie: Filter movie files
|
|
1219
|
-
:type filter_movie: bool | None
|
|
1220
961
|
:param filter_python: Filter Python files
|
|
1221
|
-
:type filter_python: bool | None
|
|
1222
962
|
:param filter_font: Filter font files
|
|
1223
|
-
:type filter_font: bool | None
|
|
1224
963
|
:param filter_sound: Filter sound files
|
|
1225
|
-
:type filter_sound: bool | None
|
|
1226
964
|
:param filter_text: Filter text files
|
|
1227
|
-
:type filter_text: bool | None
|
|
1228
965
|
:param filter_archive: Filter archive files
|
|
1229
|
-
:type filter_archive: bool | None
|
|
1230
966
|
:param filter_btx: Filter btx files
|
|
1231
|
-
:type filter_btx: bool | None
|
|
1232
967
|
:param filter_alembic: Filter Alembic files
|
|
1233
|
-
:type filter_alembic: bool | None
|
|
1234
968
|
:param filter_usd: Filter USD files
|
|
1235
|
-
:type filter_usd: bool | None
|
|
1236
969
|
:param filter_obj: Filter OBJ files
|
|
1237
|
-
:type filter_obj: bool | None
|
|
1238
970
|
:param filter_volume: Filter OpenVDB volume files
|
|
1239
|
-
:type filter_volume: bool | None
|
|
1240
971
|
:param filter_folder: Filter folders
|
|
1241
|
-
:type filter_folder: bool | None
|
|
1242
972
|
:param filter_blenlib: Filter Blender IDs
|
|
1243
|
-
:type filter_blenlib: bool | None
|
|
1244
973
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
1245
|
-
:type filemode: int | None
|
|
1246
974
|
:param show_multiview: Enable Multi-View
|
|
1247
|
-
:type show_multiview: bool | None
|
|
1248
975
|
:param use_multiview: Use Multi-View
|
|
1249
|
-
:type use_multiview: bool | None
|
|
1250
976
|
:param display_type: Display Type
|
|
1251
977
|
|
|
1252
978
|
DEFAULT
|
|
@@ -1260,27 +986,16 @@ def sound_to_samples(
|
|
|
1260
986
|
|
|
1261
987
|
THUMBNAIL
|
|
1262
988
|
Thumbnails -- Display files as thumbnails.
|
|
1263
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
1264
989
|
:param sort_method: File sorting mode
|
|
1265
|
-
:type sort_method: str | None
|
|
1266
990
|
:param low: Lowest Frequency, Cutoff frequency of a high-pass filter that is applied to the audio data
|
|
1267
|
-
:type low: float | None
|
|
1268
991
|
:param high: Highest Frequency, Cutoff frequency of a low-pass filter that is applied to the audio data
|
|
1269
|
-
:type high: float | None
|
|
1270
992
|
: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)
|
|
1271
|
-
:type attack: float | None
|
|
1272
993
|
: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)
|
|
1273
|
-
:type release: float | None
|
|
1274
994
|
:param threshold: Threshold, Minimum amplitude value needed to influence the envelope
|
|
1275
|
-
:type threshold: float | None
|
|
1276
995
|
:param use_accumulate: Accumulate, Only the positive differences of the envelope amplitudes are summarized to produce the output
|
|
1277
|
-
:type use_accumulate: bool | None
|
|
1278
996
|
:param use_additive: Additive, The amplitudes of the envelope are summarized (or, when Accumulate is enabled, both positive and negative differences are accumulated)
|
|
1279
|
-
:type use_additive: bool | None
|
|
1280
997
|
:param use_square: Square, The output is a square curve (negative values always result in -1, and positive ones in 1)
|
|
1281
|
-
:type use_square: bool | None
|
|
1282
998
|
:param sthreshold: Square Threshold, Square only: all values with an absolute amplitude lower than that result in 0
|
|
1283
|
-
:type sthreshold: float | None
|
|
1284
999
|
"""
|
|
1285
1000
|
|
|
1286
1001
|
def time_offset(
|
|
@@ -1292,10 +1007,7 @@ def time_offset(
|
|
|
1292
1007
|
) -> None:
|
|
1293
1008
|
"""Shifts the value of selected keys in time
|
|
1294
1009
|
|
|
1295
|
-
:type execution_context: int | str | None
|
|
1296
|
-
:type undo: bool | None
|
|
1297
1010
|
:param frame_offset: Frame Offset, How far in frames to offset the animation
|
|
1298
|
-
:type frame_offset: float | None
|
|
1299
1011
|
"""
|
|
1300
1012
|
|
|
1301
1013
|
def view_all(
|
|
@@ -1307,10 +1019,7 @@ def view_all(
|
|
|
1307
1019
|
) -> None:
|
|
1308
1020
|
"""Reset viewable area to show full keyframe range
|
|
1309
1021
|
|
|
1310
|
-
:type execution_context: int | str | None
|
|
1311
|
-
:type undo: bool | None
|
|
1312
1022
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
1313
|
-
:type include_handles: bool | None
|
|
1314
1023
|
"""
|
|
1315
1024
|
|
|
1316
1025
|
def view_frame(
|
|
@@ -1318,11 +1027,7 @@ def view_frame(
|
|
|
1318
1027
|
undo: bool | None = None,
|
|
1319
1028
|
/,
|
|
1320
1029
|
) -> None:
|
|
1321
|
-
"""Move the view to the current frame
|
|
1322
|
-
|
|
1323
|
-
:type execution_context: int | str | None
|
|
1324
|
-
:type undo: bool | None
|
|
1325
|
-
"""
|
|
1030
|
+
"""Move the view to the current frame"""
|
|
1326
1031
|
|
|
1327
1032
|
def view_selected(
|
|
1328
1033
|
execution_context: int | str | None = None,
|
|
@@ -1333,8 +1038,5 @@ def view_selected(
|
|
|
1333
1038
|
) -> None:
|
|
1334
1039
|
"""Reset viewable area to show selected keyframe range
|
|
1335
1040
|
|
|
1336
|
-
:type execution_context: int | str | None
|
|
1337
|
-
:type undo: bool | None
|
|
1338
1041
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
1339
|
-
:type include_handles: bool | None
|
|
1340
1042
|
"""
|