fake-bpy-module 20250828__py3-none-any.whl → 20260119__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}/bl_extract_messages/__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 +3 -1
- _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_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- 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 +47 -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 -47
- bl_operators/node/__init__.pyi +277 -57
- 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 +1 -51
- 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 +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- 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 +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- 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 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- 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 +58 -86
- 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 +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- 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 +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- 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 +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- 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 +3 -35
- 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 +54 -149
- 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 +29 -216
- 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 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- 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 +4 -49
- 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 +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- 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 +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- 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 +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- 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 +24 -16
- 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 +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/METADATA +4 -1
- fake_bpy_module-20260119.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/top_level.txt +15 -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 +0 -6
- 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 +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {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}/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_internal/{freedesktop → platform/freedesktop}/__init__.pyi +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-20250828.dist-info → fake_bpy_module-20260119.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(
|
|
@@ -164,6 +129,7 @@ def clickselect(
|
|
|
164
129
|
/,
|
|
165
130
|
*,
|
|
166
131
|
wait_to_deselect_others: bool | None = False,
|
|
132
|
+
use_select_on_click: bool | None = False,
|
|
167
133
|
mouse_x: int | None = 0,
|
|
168
134
|
mouse_y: int | None = 0,
|
|
169
135
|
extend: bool | None = False,
|
|
@@ -173,22 +139,14 @@ def clickselect(
|
|
|
173
139
|
) -> None:
|
|
174
140
|
"""Select keyframes by clicking on them
|
|
175
141
|
|
|
176
|
-
:type execution_context: int | str | None
|
|
177
|
-
:type undo: bool | None
|
|
178
142
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
179
|
-
:
|
|
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
|
|
180
144
|
:param mouse_x: Mouse X
|
|
181
|
-
:type mouse_x: int | None
|
|
182
145
|
:param mouse_y: Mouse Y
|
|
183
|
-
:type mouse_y: int | None
|
|
184
146
|
:param extend: Extend Select, Toggle keyframe selection instead of leaving newly selected keyframes only
|
|
185
|
-
:type extend: bool | None
|
|
186
147
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
187
|
-
:type deselect_all: bool | None
|
|
188
148
|
:param column: Column Select, Select all keyframes that occur on the same frame as the one under the mouse
|
|
189
|
-
:type column: bool | None
|
|
190
149
|
:param curves: Only Curves, Select all the keyframes in the curve
|
|
191
|
-
:type curves: bool | None
|
|
192
150
|
"""
|
|
193
151
|
|
|
194
152
|
def copy(
|
|
@@ -196,11 +154,7 @@ def copy(
|
|
|
196
154
|
undo: bool | None = None,
|
|
197
155
|
/,
|
|
198
156
|
) -> None:
|
|
199
|
-
"""Copy selected keyframes to the internal clipboard
|
|
200
|
-
|
|
201
|
-
:type execution_context: int | str | None
|
|
202
|
-
:type undo: bool | None
|
|
203
|
-
"""
|
|
157
|
+
"""Copy selected keyframes to the internal clipboard"""
|
|
204
158
|
|
|
205
159
|
def cursor_set(
|
|
206
160
|
execution_context: int | str | None = None,
|
|
@@ -212,12 +166,8 @@ def cursor_set(
|
|
|
212
166
|
) -> None:
|
|
213
167
|
"""Interactively set the current frame and value cursor
|
|
214
168
|
|
|
215
|
-
:type execution_context: int | str | None
|
|
216
|
-
:type undo: bool | None
|
|
217
169
|
:param frame: Frame
|
|
218
|
-
:type frame: float | None
|
|
219
170
|
:param value: Value
|
|
220
|
-
:type value: float | None
|
|
221
171
|
"""
|
|
222
172
|
|
|
223
173
|
def decimate(
|
|
@@ -231,8 +181,6 @@ def decimate(
|
|
|
231
181
|
) -> None:
|
|
232
182
|
"""Decimate F-Curves by removing keyframes that influence the curve shape the least
|
|
233
183
|
|
|
234
|
-
:type execution_context: int | str | None
|
|
235
|
-
:type undo: bool | None
|
|
236
184
|
:param mode: Mode, Which mode to use for decimation
|
|
237
185
|
|
|
238
186
|
RATIO
|
|
@@ -240,11 +188,8 @@ def decimate(
|
|
|
240
188
|
|
|
241
189
|
ERROR
|
|
242
190
|
Error Margin -- Use an error margin to specify how much the curve is allowed to deviate from the original path.
|
|
243
|
-
:type mode: typing.Literal['RATIO','ERROR'] | None
|
|
244
191
|
:param factor: Factor, The ratio of keyframes to remove
|
|
245
|
-
:type factor: float | None
|
|
246
192
|
:param remove_error_margin: Max Error Margin, How much the new decimated curve is allowed to deviate from the original
|
|
247
|
-
:type remove_error_margin: float | None
|
|
248
193
|
"""
|
|
249
194
|
|
|
250
195
|
def delete(
|
|
@@ -256,10 +201,7 @@ def delete(
|
|
|
256
201
|
) -> None:
|
|
257
202
|
"""Remove all selected keyframes
|
|
258
203
|
|
|
259
|
-
:type execution_context: int | str | None
|
|
260
|
-
:type undo: bool | None
|
|
261
204
|
:param confirm: Confirm, Prompt for confirmation
|
|
262
|
-
:type confirm: bool | None
|
|
263
205
|
"""
|
|
264
206
|
|
|
265
207
|
def driver_delete_invalid(
|
|
@@ -267,22 +209,14 @@ def driver_delete_invalid(
|
|
|
267
209
|
undo: bool | None = None,
|
|
268
210
|
/,
|
|
269
211
|
) -> None:
|
|
270
|
-
"""Delete all visible drivers considered invalid
|
|
271
|
-
|
|
272
|
-
:type execution_context: int | str | None
|
|
273
|
-
:type undo: bool | None
|
|
274
|
-
"""
|
|
212
|
+
"""Delete all visible drivers considered invalid"""
|
|
275
213
|
|
|
276
214
|
def driver_variables_copy(
|
|
277
215
|
execution_context: int | str | None = None,
|
|
278
216
|
undo: bool | None = None,
|
|
279
217
|
/,
|
|
280
218
|
) -> None:
|
|
281
|
-
"""Copy the driver variables of the active driver
|
|
282
|
-
|
|
283
|
-
:type execution_context: int | str | None
|
|
284
|
-
:type undo: bool | None
|
|
285
|
-
"""
|
|
219
|
+
"""Copy the driver variables of the active driver"""
|
|
286
220
|
|
|
287
221
|
def driver_variables_paste(
|
|
288
222
|
execution_context: int | str | None = None,
|
|
@@ -293,10 +227,7 @@ def driver_variables_paste(
|
|
|
293
227
|
) -> None:
|
|
294
228
|
"""Add copied driver variables to the active driver
|
|
295
229
|
|
|
296
|
-
:type execution_context: int | str | None
|
|
297
|
-
:type undo: bool | None
|
|
298
230
|
:param replace: Replace Existing, Replace existing driver variables, instead of just appending to the end of the existing list
|
|
299
|
-
:type replace: bool | None
|
|
300
231
|
"""
|
|
301
232
|
|
|
302
233
|
def duplicate(
|
|
@@ -308,10 +239,7 @@ def duplicate(
|
|
|
308
239
|
) -> None:
|
|
309
240
|
"""Make a copy of all selected keyframes
|
|
310
241
|
|
|
311
|
-
:type execution_context: int | str | None
|
|
312
|
-
:type undo: bool | None
|
|
313
242
|
:param mode: Mode
|
|
314
|
-
:type mode: bpy.stub_internal.rna_enums.TransformModeTypeItems | None
|
|
315
243
|
"""
|
|
316
244
|
|
|
317
245
|
def duplicate_move(
|
|
@@ -324,12 +252,8 @@ def duplicate_move(
|
|
|
324
252
|
) -> None:
|
|
325
253
|
"""Make a copy of all selected keyframes and move them
|
|
326
254
|
|
|
327
|
-
:type execution_context: int | str | None
|
|
328
|
-
:type undo: bool | None
|
|
329
255
|
:param GRAPH_OT_duplicate: Duplicate Keyframes, Make a copy of all selected keyframes
|
|
330
|
-
:type GRAPH_OT_duplicate: duplicate | None
|
|
331
256
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
332
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
333
257
|
"""
|
|
334
258
|
|
|
335
259
|
def ease(
|
|
@@ -342,12 +266,8 @@ def ease(
|
|
|
342
266
|
) -> None:
|
|
343
267
|
"""Align keyframes on a ease-in or ease-out curve
|
|
344
268
|
|
|
345
|
-
:type execution_context: int | str | None
|
|
346
|
-
:type undo: bool | None
|
|
347
269
|
:param factor: Curve Bend, Defines if the keys should be aligned on an ease-in or ease-out curve
|
|
348
|
-
:type factor: float | None
|
|
349
270
|
:param sharpness: Sharpness, Higher values make the change more abrupt
|
|
350
|
-
:type sharpness: float | None
|
|
351
271
|
"""
|
|
352
272
|
|
|
353
273
|
def easing_type(
|
|
@@ -359,10 +279,7 @@ def easing_type(
|
|
|
359
279
|
) -> None:
|
|
360
280
|
"""Set easing type for the F-Curve segments starting from the selected keyframes
|
|
361
281
|
|
|
362
|
-
:type execution_context: int | str | None
|
|
363
|
-
:type undo: bool | None
|
|
364
282
|
:param type: Type
|
|
365
|
-
:type type: bpy.stub_internal.rna_enums.BeztripleInterpolationEasingItems | None
|
|
366
283
|
"""
|
|
367
284
|
|
|
368
285
|
def equalize_handles(
|
|
@@ -376,8 +293,6 @@ def equalize_handles(
|
|
|
376
293
|
) -> None:
|
|
377
294
|
"""Ensure selected keyframes handles have equal length, optionally making them horizontal. Automatic, Automatic Clamped, or Vector handle types will be converted to Aligned
|
|
378
295
|
|
|
379
|
-
:type execution_context: int | str | None
|
|
380
|
-
:type undo: bool | None
|
|
381
296
|
:param side: Side, Side of the keyframes Bézier handles to affect
|
|
382
297
|
|
|
383
298
|
LEFT
|
|
@@ -388,11 +303,8 @@ def equalize_handles(
|
|
|
388
303
|
|
|
389
304
|
BOTH
|
|
390
305
|
Both -- Equalize both of a keyframes handles.
|
|
391
|
-
:type side: typing.Literal['LEFT','RIGHT','BOTH'] | None
|
|
392
306
|
:param handle_length: Handle Length, Length to make selected keyframes Bézier handles
|
|
393
|
-
:type handle_length: float | None
|
|
394
307
|
:param flatten: Flatten, Make the values of the selected keyframes handles the same as their respective keyframes
|
|
395
|
-
:type flatten: bool | None
|
|
396
308
|
"""
|
|
397
309
|
|
|
398
310
|
def euler_filter(
|
|
@@ -400,11 +312,7 @@ def euler_filter(
|
|
|
400
312
|
undo: bool | None = None,
|
|
401
313
|
/,
|
|
402
314
|
) -> None:
|
|
403
|
-
"""Fix large jumps and flips in the selected Euler Rotation F-Curves arising from rotation values being clipped when baking physics
|
|
404
|
-
|
|
405
|
-
:type execution_context: int | str | None
|
|
406
|
-
:type undo: bool | None
|
|
407
|
-
"""
|
|
315
|
+
"""Fix large jumps and flips in the selected Euler Rotation F-Curves arising from rotation values being clipped when baking physics"""
|
|
408
316
|
|
|
409
317
|
def extrapolation_type(
|
|
410
318
|
execution_context: int | str | None = None,
|
|
@@ -416,8 +324,6 @@ def extrapolation_type(
|
|
|
416
324
|
) -> None:
|
|
417
325
|
"""Set extrapolation mode for selected F-Curves
|
|
418
326
|
|
|
419
|
-
:type execution_context: int | str | None
|
|
420
|
-
:type undo: bool | None
|
|
421
327
|
:param type: Type
|
|
422
328
|
|
|
423
329
|
CONSTANT
|
|
@@ -431,7 +337,6 @@ def extrapolation_type(
|
|
|
431
337
|
|
|
432
338
|
CLEAR_CYCLIC
|
|
433
339
|
Clear Cyclic (F-Modifier) -- Remove Cycles F-Modifier if not needed anymore.
|
|
434
|
-
:type type: typing.Literal['CONSTANT','LINEAR','MAKE_CYCLIC','CLEAR_CYCLIC'] | None
|
|
435
340
|
"""
|
|
436
341
|
|
|
437
342
|
def fmodifier_add(
|
|
@@ -444,12 +349,8 @@ def fmodifier_add(
|
|
|
444
349
|
) -> None:
|
|
445
350
|
"""Add F-Modifier to the active/selected F-Curves
|
|
446
351
|
|
|
447
|
-
:type execution_context: int | str | None
|
|
448
|
-
:type undo: bool | None
|
|
449
352
|
:param type: Type
|
|
450
|
-
:type type: bpy.stub_internal.rna_enums.FmodifierTypeItems | None
|
|
451
353
|
:param only_active: Only Active, Only add F-Modifier to active F-Curve
|
|
452
|
-
:type only_active: bool | None
|
|
453
354
|
"""
|
|
454
355
|
|
|
455
356
|
def fmodifier_copy(
|
|
@@ -457,11 +358,7 @@ def fmodifier_copy(
|
|
|
457
358
|
undo: bool | None = None,
|
|
458
359
|
/,
|
|
459
360
|
) -> None:
|
|
460
|
-
"""Copy the F-Modifier(s) of the active F-Curve
|
|
461
|
-
|
|
462
|
-
:type execution_context: int | str | None
|
|
463
|
-
:type undo: bool | None
|
|
464
|
-
"""
|
|
361
|
+
"""Copy the F-Modifier(s) of the active F-Curve"""
|
|
465
362
|
|
|
466
363
|
def fmodifier_paste(
|
|
467
364
|
execution_context: int | str | None = None,
|
|
@@ -473,12 +370,8 @@ def fmodifier_paste(
|
|
|
473
370
|
) -> None:
|
|
474
371
|
"""Add copied F-Modifiers to the selected F-Curves
|
|
475
372
|
|
|
476
|
-
:type execution_context: int | str | None
|
|
477
|
-
:type undo: bool | None
|
|
478
373
|
:param only_active: Only Active, Only paste F-Modifiers on active F-Curve
|
|
479
|
-
:type only_active: bool | None
|
|
480
374
|
:param replace: Replace Existing, Replace existing F-Modifiers, instead of just appending to the end of the existing list
|
|
481
|
-
:type replace: bool | None
|
|
482
375
|
"""
|
|
483
376
|
|
|
484
377
|
def frame_jump(
|
|
@@ -486,11 +379,7 @@ def frame_jump(
|
|
|
486
379
|
undo: bool | None = None,
|
|
487
380
|
/,
|
|
488
381
|
) -> None:
|
|
489
|
-
"""Place the cursor on the midpoint of selected keyframes
|
|
490
|
-
|
|
491
|
-
:type execution_context: int | str | None
|
|
492
|
-
:type undo: bool | None
|
|
493
|
-
"""
|
|
382
|
+
"""Place the cursor on the midpoint of selected keyframes"""
|
|
494
383
|
|
|
495
384
|
def gaussian_smooth(
|
|
496
385
|
execution_context: int | str | None = None,
|
|
@@ -503,14 +392,9 @@ def gaussian_smooth(
|
|
|
503
392
|
) -> None:
|
|
504
393
|
"""Smooth the curve using a Gaussian filter
|
|
505
394
|
|
|
506
|
-
:type execution_context: int | str | None
|
|
507
|
-
:type undo: bool | None
|
|
508
395
|
:param factor: Factor, How much to blend to the default value
|
|
509
|
-
:type factor: float | None
|
|
510
396
|
:param sigma: Sigma, The shape of the gaussian distribution, lower values make it sharper
|
|
511
|
-
:type sigma: float | None
|
|
512
397
|
:param filter_width: Filter Width, How far to each side the operator will average the key values
|
|
513
|
-
:type filter_width: int | None
|
|
514
398
|
"""
|
|
515
399
|
|
|
516
400
|
def ghost_curves_clear(
|
|
@@ -518,22 +402,14 @@ def ghost_curves_clear(
|
|
|
518
402
|
undo: bool | None = None,
|
|
519
403
|
/,
|
|
520
404
|
) -> None:
|
|
521
|
-
"""Clear F-Curve snapshots (Ghosts) for active Graph Editor
|
|
522
|
-
|
|
523
|
-
:type execution_context: int | str | None
|
|
524
|
-
:type undo: bool | None
|
|
525
|
-
"""
|
|
405
|
+
"""Clear F-Curve snapshots (Ghosts) for active Graph Editor"""
|
|
526
406
|
|
|
527
407
|
def ghost_curves_create(
|
|
528
408
|
execution_context: int | str | None = None,
|
|
529
409
|
undo: bool | None = None,
|
|
530
410
|
/,
|
|
531
411
|
) -> None:
|
|
532
|
-
"""Create snapshot (Ghosts) of selected F-Curves as background aid for active Graph Editor
|
|
533
|
-
|
|
534
|
-
:type execution_context: int | str | None
|
|
535
|
-
:type undo: bool | None
|
|
536
|
-
"""
|
|
412
|
+
"""Create snapshot (Ghosts) of selected F-Curves as background aid for active Graph Editor"""
|
|
537
413
|
|
|
538
414
|
def handle_type(
|
|
539
415
|
execution_context: int | str | None = None,
|
|
@@ -544,10 +420,7 @@ def handle_type(
|
|
|
544
420
|
) -> None:
|
|
545
421
|
"""Set type of handle for selected keyframes
|
|
546
422
|
|
|
547
|
-
:type execution_context: int | str | None
|
|
548
|
-
:type undo: bool | None
|
|
549
423
|
:param type: Type
|
|
550
|
-
:type type: bpy.stub_internal.rna_enums.KeyframeHandleTypeItems | None
|
|
551
424
|
"""
|
|
552
425
|
|
|
553
426
|
def hide(
|
|
@@ -559,10 +432,7 @@ def hide(
|
|
|
559
432
|
) -> None:
|
|
560
433
|
"""Hide selected curves from Graph Editor view
|
|
561
434
|
|
|
562
|
-
:type execution_context: int | str | None
|
|
563
|
-
:type undo: bool | None
|
|
564
435
|
:param unselected: Unselected, Hide unselected rather than selected curves
|
|
565
|
-
:type unselected: bool | None
|
|
566
436
|
"""
|
|
567
437
|
|
|
568
438
|
def interpolation_type(
|
|
@@ -575,10 +445,7 @@ def interpolation_type(
|
|
|
575
445
|
) -> None:
|
|
576
446
|
"""Set interpolation mode for the F-Curve segments starting from the selected keyframes
|
|
577
447
|
|
|
578
|
-
:type execution_context: int | str | None
|
|
579
|
-
:type undo: bool | None
|
|
580
448
|
:param type: Type
|
|
581
|
-
:type type: bpy.stub_internal.rna_enums.BeztripleInterpolationModeItems | None
|
|
582
449
|
"""
|
|
583
450
|
|
|
584
451
|
def keyframe_insert(
|
|
@@ -591,8 +458,6 @@ def keyframe_insert(
|
|
|
591
458
|
) -> None:
|
|
592
459
|
"""Insert keyframes for the specified channels
|
|
593
460
|
|
|
594
|
-
:type execution_context: int | str | None
|
|
595
|
-
:type undo: bool | None
|
|
596
461
|
:param type: Type
|
|
597
462
|
|
|
598
463
|
ALL
|
|
@@ -609,7 +474,6 @@ def keyframe_insert(
|
|
|
609
474
|
|
|
610
475
|
CURSOR_SEL
|
|
611
476
|
Selected Channels at Cursor -- Insert a keyframe for selected F-Curves at the cursor point.
|
|
612
|
-
:type type: typing.Literal['ALL','SEL','ACTIVE','CURSOR_ACTIVE','CURSOR_SEL'] | None
|
|
613
477
|
"""
|
|
614
478
|
|
|
615
479
|
def keyframe_jump(
|
|
@@ -621,10 +485,7 @@ def keyframe_jump(
|
|
|
621
485
|
) -> None:
|
|
622
486
|
"""Jump to previous/next keyframe
|
|
623
487
|
|
|
624
|
-
:type execution_context: int | str | None
|
|
625
|
-
:type undo: bool | None
|
|
626
488
|
:param next: Next Keyframe
|
|
627
|
-
:type next: bool | None
|
|
628
489
|
"""
|
|
629
490
|
|
|
630
491
|
def keys_to_samples(
|
|
@@ -632,11 +493,7 @@ def keys_to_samples(
|
|
|
632
493
|
undo: bool | None = None,
|
|
633
494
|
/,
|
|
634
495
|
) -> None:
|
|
635
|
-
"""Convert selected channels to an uneditable set of samples to save storage space
|
|
636
|
-
|
|
637
|
-
:type execution_context: int | str | None
|
|
638
|
-
:type undo: bool | None
|
|
639
|
-
"""
|
|
496
|
+
"""Convert selected channels to an uneditable set of samples to save storage space"""
|
|
640
497
|
|
|
641
498
|
def match_slope(
|
|
642
499
|
execution_context: int | str | None = None,
|
|
@@ -647,10 +504,7 @@ def match_slope(
|
|
|
647
504
|
) -> None:
|
|
648
505
|
"""Blend selected keys to the slope of neighboring ones
|
|
649
506
|
|
|
650
|
-
:type execution_context: int | str | None
|
|
651
|
-
:type undo: bool | None
|
|
652
507
|
:param factor: Factor, Defines which keys to use as slope and how much to blend towards them
|
|
653
|
-
:type factor: float | None
|
|
654
508
|
"""
|
|
655
509
|
|
|
656
510
|
def mirror(
|
|
@@ -662,8 +516,6 @@ def mirror(
|
|
|
662
516
|
) -> None:
|
|
663
517
|
"""Flip selected keyframes over the selected mirror line
|
|
664
518
|
|
|
665
|
-
:type execution_context: int | str | None
|
|
666
|
-
:type undo: bool | None
|
|
667
519
|
:param type: Type
|
|
668
520
|
|
|
669
521
|
CFRA
|
|
@@ -680,7 +532,6 @@ def mirror(
|
|
|
680
532
|
|
|
681
533
|
MARKER
|
|
682
534
|
By Times Over First Selected Marker -- Flip times of selected keyframes using the first selected marker as the reference point.
|
|
683
|
-
:type type: typing.Literal['CFRA','VALUE','YAXIS','XAXIS','MARKER'] | None
|
|
684
535
|
"""
|
|
685
536
|
|
|
686
537
|
def paste(
|
|
@@ -696,16 +547,10 @@ def paste(
|
|
|
696
547
|
) -> None:
|
|
697
548
|
"""Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
|
|
698
549
|
|
|
699
|
-
:type execution_context: int | str | None
|
|
700
|
-
:type undo: bool | None
|
|
701
550
|
:param offset: Frame Offset, Paste time offset of keys
|
|
702
|
-
:type offset: bpy.stub_internal.rna_enums.KeyframePasteOffsetItems | None
|
|
703
551
|
:param value_offset: Value Offset, Paste keys with a value offset
|
|
704
|
-
:type value_offset: bpy.stub_internal.rna_enums.KeyframePasteOffsetValueItems | None
|
|
705
552
|
:param merge: Type, Method of merging pasted keys and existing
|
|
706
|
-
:type merge: bpy.stub_internal.rna_enums.KeyframePasteMergeItems | None
|
|
707
553
|
:param flipped: Flipped, Paste keyframes from mirrored bones if they exist
|
|
708
|
-
:type flipped: bool | None
|
|
709
554
|
"""
|
|
710
555
|
|
|
711
556
|
def previewrange_set(
|
|
@@ -713,11 +558,7 @@ def previewrange_set(
|
|
|
713
558
|
undo: bool | None = None,
|
|
714
559
|
/,
|
|
715
560
|
) -> None:
|
|
716
|
-
"""Set Preview Range based on range of selected keyframes
|
|
717
|
-
|
|
718
|
-
:type execution_context: int | str | None
|
|
719
|
-
:type undo: bool | None
|
|
720
|
-
"""
|
|
561
|
+
"""Set Preview Range based on range of selected keyframes"""
|
|
721
562
|
|
|
722
563
|
def push_pull(
|
|
723
564
|
execution_context: int | str | None = None,
|
|
@@ -728,10 +569,7 @@ def push_pull(
|
|
|
728
569
|
) -> None:
|
|
729
570
|
"""Exaggerate or minimize the value of the selected keys
|
|
730
571
|
|
|
731
|
-
:type execution_context: int | str | None
|
|
732
|
-
:type undo: bool | None
|
|
733
572
|
:param factor: Factor, Control how far to push or pull the keys
|
|
734
|
-
:type factor: float | None
|
|
735
573
|
"""
|
|
736
574
|
|
|
737
575
|
def reveal(
|
|
@@ -743,10 +581,7 @@ def reveal(
|
|
|
743
581
|
) -> None:
|
|
744
582
|
"""Make previously hidden curves visible again in Graph Editor view
|
|
745
583
|
|
|
746
|
-
:type execution_context: int | str | None
|
|
747
|
-
:type undo: bool | None
|
|
748
584
|
:param select: Select
|
|
749
|
-
:type select: bool | None
|
|
750
585
|
"""
|
|
751
586
|
|
|
752
587
|
def samples_to_keys(
|
|
@@ -754,11 +589,7 @@ def samples_to_keys(
|
|
|
754
589
|
undo: bool | None = None,
|
|
755
590
|
/,
|
|
756
591
|
) -> None:
|
|
757
|
-
"""Convert selected channels from samples to keyframes
|
|
758
|
-
|
|
759
|
-
:type execution_context: int | str | None
|
|
760
|
-
:type undo: bool | None
|
|
761
|
-
"""
|
|
592
|
+
"""Convert selected channels from samples to keyframes"""
|
|
762
593
|
|
|
763
594
|
def scale_average(
|
|
764
595
|
execution_context: int | str | None = None,
|
|
@@ -769,10 +600,7 @@ def scale_average(
|
|
|
769
600
|
) -> None:
|
|
770
601
|
"""Scale selected key values by their combined average
|
|
771
602
|
|
|
772
|
-
:type execution_context: int | str | None
|
|
773
|
-
:type undo: bool | None
|
|
774
603
|
:param factor: Scale Factor, The scale factor applied to the curve segments
|
|
775
|
-
:type factor: float | None
|
|
776
604
|
"""
|
|
777
605
|
|
|
778
606
|
def scale_from_neighbor(
|
|
@@ -785,12 +613,8 @@ def scale_from_neighbor(
|
|
|
785
613
|
) -> None:
|
|
786
614
|
"""Increase or decrease the value of selected keys in relationship to the neighboring one
|
|
787
615
|
|
|
788
|
-
:type execution_context: int | str | None
|
|
789
|
-
:type undo: bool | None
|
|
790
616
|
:param factor: Factor, The factor to scale keys with
|
|
791
|
-
:type factor: float | None
|
|
792
617
|
:param anchor: Reference Key, Which end of the segment to use as a reference to scale from
|
|
793
|
-
:type anchor: typing.Literal['LEFT','RIGHT'] | None
|
|
794
618
|
"""
|
|
795
619
|
|
|
796
620
|
def select_all(
|
|
@@ -802,8 +626,6 @@ def select_all(
|
|
|
802
626
|
) -> None:
|
|
803
627
|
"""Toggle selection of all keyframes
|
|
804
628
|
|
|
805
|
-
:type execution_context: int | str | None
|
|
806
|
-
:type undo: bool | None
|
|
807
629
|
:param action: Action, Selection action to execute
|
|
808
630
|
|
|
809
631
|
TOGGLE
|
|
@@ -817,7 +639,6 @@ def select_all(
|
|
|
817
639
|
|
|
818
640
|
INVERT
|
|
819
641
|
Invert -- Invert selection of all elements.
|
|
820
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
821
642
|
"""
|
|
822
643
|
|
|
823
644
|
def select_box(
|
|
@@ -838,26 +659,15 @@ def select_box(
|
|
|
838
659
|
) -> None:
|
|
839
660
|
"""Select all keyframes within the specified region
|
|
840
661
|
|
|
841
|
-
:type execution_context: int | str | None
|
|
842
|
-
:type undo: bool | None
|
|
843
662
|
:param axis_range: Axis Range
|
|
844
|
-
:type axis_range: bool | None
|
|
845
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
|
|
846
|
-
:type include_handles: bool | None
|
|
847
664
|
:param tweak: Tweak, Operator has been activated using a click-drag event
|
|
848
|
-
:type tweak: bool | None
|
|
849
665
|
:param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the calculated F-curve
|
|
850
|
-
:type use_curve_selection: bool | None
|
|
851
666
|
:param xmin: X Min
|
|
852
|
-
:type xmin: int | None
|
|
853
667
|
:param xmax: X Max
|
|
854
|
-
:type xmax: int | None
|
|
855
668
|
:param ymin: Y Min
|
|
856
|
-
:type ymin: int | None
|
|
857
669
|
:param ymax: Y Max
|
|
858
|
-
:type ymax: int | None
|
|
859
670
|
:param wait_for_input: Wait for Input
|
|
860
|
-
:type wait_for_input: bool | None
|
|
861
671
|
:param mode: Mode
|
|
862
672
|
|
|
863
673
|
SET
|
|
@@ -868,7 +678,6 @@ def select_box(
|
|
|
868
678
|
|
|
869
679
|
SUB
|
|
870
680
|
Subtract -- Subtract existing selection.
|
|
871
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
872
681
|
"""
|
|
873
682
|
|
|
874
683
|
def select_circle(
|
|
@@ -886,16 +695,10 @@ def select_circle(
|
|
|
886
695
|
) -> None:
|
|
887
696
|
"""Select keyframe points using circle selection
|
|
888
697
|
|
|
889
|
-
:type execution_context: int | str | None
|
|
890
|
-
:type undo: bool | None
|
|
891
698
|
:param x: X
|
|
892
|
-
:type x: int | None
|
|
893
699
|
:param y: Y
|
|
894
|
-
:type y: int | None
|
|
895
700
|
:param radius: Radius
|
|
896
|
-
:type radius: int | None
|
|
897
701
|
:param wait_for_input: Wait for Input
|
|
898
|
-
:type wait_for_input: bool | None
|
|
899
702
|
:param mode: Mode
|
|
900
703
|
|
|
901
704
|
SET
|
|
@@ -906,11 +709,8 @@ def select_circle(
|
|
|
906
709
|
|
|
907
710
|
SUB
|
|
908
711
|
Subtract -- Subtract existing selection.
|
|
909
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
910
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
|
|
911
|
-
:type include_handles: bool | None
|
|
912
713
|
:param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the curve itself
|
|
913
|
-
:type use_curve_selection: bool | None
|
|
914
714
|
"""
|
|
915
715
|
|
|
916
716
|
def select_column(
|
|
@@ -923,10 +723,7 @@ def select_column(
|
|
|
923
723
|
) -> None:
|
|
924
724
|
"""Select all keyframes on the specified frame(s)
|
|
925
725
|
|
|
926
|
-
:type execution_context: int | str | None
|
|
927
|
-
:type undo: bool | None
|
|
928
726
|
:param mode: Mode
|
|
929
|
-
:type mode: typing.Literal['KEYS','CFRA','MARKERS_COLUMN','MARKERS_BETWEEN'] | None
|
|
930
727
|
"""
|
|
931
728
|
|
|
932
729
|
def select_key_handles(
|
|
@@ -940,8 +737,6 @@ def select_key_handles(
|
|
|
940
737
|
) -> None:
|
|
941
738
|
"""For selected keyframes, select/deselect any combination of the key itself and its handles
|
|
942
739
|
|
|
943
|
-
:type execution_context: int | str | None
|
|
944
|
-
:type undo: bool | None
|
|
945
740
|
:param left_handle_action: Left Handle, Effect on the left handle
|
|
946
741
|
|
|
947
742
|
SELECT
|
|
@@ -952,7 +747,6 @@ def select_key_handles(
|
|
|
952
747
|
|
|
953
748
|
KEEP
|
|
954
749
|
Keep -- Leave as is.
|
|
955
|
-
:type left_handle_action: typing.Literal['SELECT','DESELECT','KEEP'] | None
|
|
956
750
|
:param right_handle_action: Right Handle, Effect on the right handle
|
|
957
751
|
|
|
958
752
|
SELECT
|
|
@@ -963,7 +757,6 @@ def select_key_handles(
|
|
|
963
757
|
|
|
964
758
|
KEEP
|
|
965
759
|
Keep -- Leave as is.
|
|
966
|
-
:type right_handle_action: typing.Literal['SELECT','DESELECT','KEEP'] | None
|
|
967
760
|
:param key_action: Key, Effect on the key itself
|
|
968
761
|
|
|
969
762
|
SELECT
|
|
@@ -974,7 +767,6 @@ def select_key_handles(
|
|
|
974
767
|
|
|
975
768
|
KEEP
|
|
976
769
|
Keep -- Leave as is.
|
|
977
|
-
:type key_action: typing.Literal['SELECT','DESELECT','KEEP'] | None
|
|
978
770
|
"""
|
|
979
771
|
|
|
980
772
|
def select_lasso(
|
|
@@ -992,16 +784,10 @@ def select_lasso(
|
|
|
992
784
|
) -> None:
|
|
993
785
|
"""Select keyframe points using lasso selection
|
|
994
786
|
|
|
995
|
-
:type execution_context: int | str | None
|
|
996
|
-
:type undo: bool | None
|
|
997
787
|
:param path: Path
|
|
998
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
999
788
|
:param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
|
|
1000
|
-
:type use_smooth_stroke: bool | None
|
|
1001
789
|
:param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
|
|
1002
|
-
:type smooth_stroke_factor: float | None
|
|
1003
790
|
:param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
|
|
1004
|
-
:type smooth_stroke_radius: int | None
|
|
1005
791
|
:param mode: Mode
|
|
1006
792
|
|
|
1007
793
|
SET
|
|
@@ -1012,11 +798,8 @@ def select_lasso(
|
|
|
1012
798
|
|
|
1013
799
|
SUB
|
|
1014
800
|
Subtract -- Subtract existing selection.
|
|
1015
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
1016
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
|
|
1017
|
-
:type include_handles: bool | None
|
|
1018
802
|
:param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the curve itself
|
|
1019
|
-
:type use_curve_selection: bool | None
|
|
1020
803
|
"""
|
|
1021
804
|
|
|
1022
805
|
def select_leftright(
|
|
@@ -1029,12 +812,8 @@ def select_leftright(
|
|
|
1029
812
|
) -> None:
|
|
1030
813
|
"""Select keyframes to the left or the right of the current frame
|
|
1031
814
|
|
|
1032
|
-
:type execution_context: int | str | None
|
|
1033
|
-
:type undo: bool | None
|
|
1034
815
|
:param mode: Mode
|
|
1035
|
-
:type mode: typing.Literal['CHECK','LEFT','RIGHT'] | None
|
|
1036
816
|
:param extend: Extend Select
|
|
1037
|
-
:type extend: bool | None
|
|
1038
817
|
"""
|
|
1039
818
|
|
|
1040
819
|
def select_less(
|
|
@@ -1042,33 +821,21 @@ def select_less(
|
|
|
1042
821
|
undo: bool | None = None,
|
|
1043
822
|
/,
|
|
1044
823
|
) -> None:
|
|
1045
|
-
"""Deselect keyframes on ends of selection islands
|
|
1046
|
-
|
|
1047
|
-
:type execution_context: int | str | None
|
|
1048
|
-
:type undo: bool | None
|
|
1049
|
-
"""
|
|
824
|
+
"""Deselect keyframes on ends of selection islands"""
|
|
1050
825
|
|
|
1051
826
|
def select_linked(
|
|
1052
827
|
execution_context: int | str | None = None,
|
|
1053
828
|
undo: bool | None = None,
|
|
1054
829
|
/,
|
|
1055
830
|
) -> None:
|
|
1056
|
-
"""Select keyframes occurring in the same F-Curves as selected ones
|
|
1057
|
-
|
|
1058
|
-
:type execution_context: int | str | None
|
|
1059
|
-
:type undo: bool | None
|
|
1060
|
-
"""
|
|
831
|
+
"""Select keyframes occurring in the same F-Curves as selected ones"""
|
|
1061
832
|
|
|
1062
833
|
def select_more(
|
|
1063
834
|
execution_context: int | str | None = None,
|
|
1064
835
|
undo: bool | None = None,
|
|
1065
836
|
/,
|
|
1066
837
|
) -> None:
|
|
1067
|
-
"""Select keyframes beside already selected ones
|
|
1068
|
-
|
|
1069
|
-
:type execution_context: int | str | None
|
|
1070
|
-
:type undo: bool | None
|
|
1071
|
-
"""
|
|
838
|
+
"""Select keyframes beside already selected ones"""
|
|
1072
839
|
|
|
1073
840
|
def shear(
|
|
1074
841
|
execution_context: int | str | None = None,
|
|
@@ -1080,10 +847,7 @@ def shear(
|
|
|
1080
847
|
) -> None:
|
|
1081
848
|
"""Affect the value of the keys linearly, keeping the same relationship between them using either the left or the right key as reference
|
|
1082
849
|
|
|
1083
|
-
:type execution_context: int | str | None
|
|
1084
|
-
:type undo: bool | None
|
|
1085
850
|
:param factor: Shear Factor, The amount of shear to apply
|
|
1086
|
-
:type factor: float | None
|
|
1087
851
|
:param direction: Direction, Which end of the segment to use as a reference to shear from
|
|
1088
852
|
|
|
1089
853
|
FROM_LEFT
|
|
@@ -1091,7 +855,6 @@ def shear(
|
|
|
1091
855
|
|
|
1092
856
|
FROM_RIGHT
|
|
1093
857
|
From Right -- Shear the keys using the right key as reference.
|
|
1094
|
-
:type direction: typing.Literal['FROM_LEFT','FROM_RIGHT'] | None
|
|
1095
858
|
"""
|
|
1096
859
|
|
|
1097
860
|
def smooth(
|
|
@@ -1099,11 +862,7 @@ def smooth(
|
|
|
1099
862
|
undo: bool | None = None,
|
|
1100
863
|
/,
|
|
1101
864
|
) -> None:
|
|
1102
|
-
"""Apply weighted moving means to make selected F-Curves less bumpy
|
|
1103
|
-
|
|
1104
|
-
:type execution_context: int | str | None
|
|
1105
|
-
:type undo: bool | None
|
|
1106
|
-
"""
|
|
865
|
+
"""Apply weighted moving means to make selected F-Curves less bumpy"""
|
|
1107
866
|
|
|
1108
867
|
def snap(
|
|
1109
868
|
execution_context: int | str | None = None,
|
|
@@ -1122,8 +881,6 @@ def snap(
|
|
|
1122
881
|
) -> None:
|
|
1123
882
|
"""Snap selected keyframes to the chosen times/values
|
|
1124
883
|
|
|
1125
|
-
:type execution_context: int | str | None
|
|
1126
|
-
:type undo: bool | None
|
|
1127
884
|
:param type: Type
|
|
1128
885
|
|
|
1129
886
|
CFRA
|
|
@@ -1143,7 +900,6 @@ def snap(
|
|
|
1143
900
|
|
|
1144
901
|
HORIZONTAL
|
|
1145
902
|
Flatten Handles -- Flatten handles for a smoother transition.
|
|
1146
|
-
:type type: typing.Literal['CFRA','VALUE','NEAREST_FRAME','NEAREST_SECOND','NEAREST_MARKER','HORIZONTAL'] | None
|
|
1147
903
|
"""
|
|
1148
904
|
|
|
1149
905
|
def snap_cursor_value(
|
|
@@ -1151,11 +907,7 @@ def snap_cursor_value(
|
|
|
1151
907
|
undo: bool | None = None,
|
|
1152
908
|
/,
|
|
1153
909
|
) -> None:
|
|
1154
|
-
"""Place the cursor value on the average value of selected keyframes
|
|
1155
|
-
|
|
1156
|
-
:type execution_context: int | str | None
|
|
1157
|
-
:type undo: bool | None
|
|
1158
|
-
"""
|
|
910
|
+
"""Place the cursor value on the average value of selected keyframes"""
|
|
1159
911
|
|
|
1160
912
|
def sound_to_samples(
|
|
1161
913
|
execution_context: int | str | None = None,
|
|
@@ -1200,50 +952,27 @@ def sound_to_samples(
|
|
|
1200
952
|
) -> None:
|
|
1201
953
|
"""Bakes a sound wave to samples on selected channels
|
|
1202
954
|
|
|
1203
|
-
:type execution_context: int | str | None
|
|
1204
|
-
:type undo: bool | None
|
|
1205
955
|
:param filepath: File Path, Path to file
|
|
1206
|
-
:type filepath: str
|
|
1207
956
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
1208
|
-
:type check_existing: bool | None
|
|
1209
957
|
:param filter_blender: Filter .blend files
|
|
1210
|
-
:type filter_blender: bool | None
|
|
1211
958
|
:param filter_backup: Filter .blend files
|
|
1212
|
-
:type filter_backup: bool | None
|
|
1213
959
|
:param filter_image: Filter image files
|
|
1214
|
-
:type filter_image: bool | None
|
|
1215
960
|
:param filter_movie: Filter movie files
|
|
1216
|
-
:type filter_movie: bool | None
|
|
1217
961
|
:param filter_python: Filter Python files
|
|
1218
|
-
:type filter_python: bool | None
|
|
1219
962
|
:param filter_font: Filter font files
|
|
1220
|
-
:type filter_font: bool | None
|
|
1221
963
|
:param filter_sound: Filter sound files
|
|
1222
|
-
:type filter_sound: bool | None
|
|
1223
964
|
:param filter_text: Filter text files
|
|
1224
|
-
:type filter_text: bool | None
|
|
1225
965
|
:param filter_archive: Filter archive files
|
|
1226
|
-
:type filter_archive: bool | None
|
|
1227
966
|
:param filter_btx: Filter btx files
|
|
1228
|
-
:type filter_btx: bool | None
|
|
1229
967
|
:param filter_alembic: Filter Alembic files
|
|
1230
|
-
:type filter_alembic: bool | None
|
|
1231
968
|
:param filter_usd: Filter USD files
|
|
1232
|
-
:type filter_usd: bool | None
|
|
1233
969
|
:param filter_obj: Filter OBJ files
|
|
1234
|
-
:type filter_obj: bool | None
|
|
1235
970
|
:param filter_volume: Filter OpenVDB volume files
|
|
1236
|
-
:type filter_volume: bool | None
|
|
1237
971
|
:param filter_folder: Filter folders
|
|
1238
|
-
:type filter_folder: bool | None
|
|
1239
972
|
:param filter_blenlib: Filter Blender IDs
|
|
1240
|
-
:type filter_blenlib: bool | None
|
|
1241
973
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
1242
|
-
:type filemode: int | None
|
|
1243
974
|
:param show_multiview: Enable Multi-View
|
|
1244
|
-
:type show_multiview: bool | None
|
|
1245
975
|
:param use_multiview: Use Multi-View
|
|
1246
|
-
:type use_multiview: bool | None
|
|
1247
976
|
:param display_type: Display Type
|
|
1248
977
|
|
|
1249
978
|
DEFAULT
|
|
@@ -1257,27 +986,16 @@ def sound_to_samples(
|
|
|
1257
986
|
|
|
1258
987
|
THUMBNAIL
|
|
1259
988
|
Thumbnails -- Display files as thumbnails.
|
|
1260
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
1261
989
|
:param sort_method: File sorting mode
|
|
1262
|
-
:type sort_method: str | None
|
|
1263
990
|
:param low: Lowest Frequency, Cutoff frequency of a high-pass filter that is applied to the audio data
|
|
1264
|
-
:type low: float | None
|
|
1265
991
|
:param high: Highest Frequency, Cutoff frequency of a low-pass filter that is applied to the audio data
|
|
1266
|
-
:type high: float | None
|
|
1267
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)
|
|
1268
|
-
:type attack: float | None
|
|
1269
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)
|
|
1270
|
-
:type release: float | None
|
|
1271
994
|
:param threshold: Threshold, Minimum amplitude value needed to influence the envelope
|
|
1272
|
-
:type threshold: float | None
|
|
1273
995
|
:param use_accumulate: Accumulate, Only the positive differences of the envelope amplitudes are summarized to produce the output
|
|
1274
|
-
:type use_accumulate: bool | None
|
|
1275
996
|
:param use_additive: Additive, The amplitudes of the envelope are summarized (or, when Accumulate is enabled, both positive and negative differences are accumulated)
|
|
1276
|
-
:type use_additive: bool | None
|
|
1277
997
|
:param use_square: Square, The output is a square curve (negative values always result in -1, and positive ones in 1)
|
|
1278
|
-
:type use_square: bool | None
|
|
1279
998
|
:param sthreshold: Square Threshold, Square only: all values with an absolute amplitude lower than that result in 0
|
|
1280
|
-
:type sthreshold: float | None
|
|
1281
999
|
"""
|
|
1282
1000
|
|
|
1283
1001
|
def time_offset(
|
|
@@ -1289,10 +1007,7 @@ def time_offset(
|
|
|
1289
1007
|
) -> None:
|
|
1290
1008
|
"""Shifts the value of selected keys in time
|
|
1291
1009
|
|
|
1292
|
-
:type execution_context: int | str | None
|
|
1293
|
-
:type undo: bool | None
|
|
1294
1010
|
:param frame_offset: Frame Offset, How far in frames to offset the animation
|
|
1295
|
-
:type frame_offset: float | None
|
|
1296
1011
|
"""
|
|
1297
1012
|
|
|
1298
1013
|
def view_all(
|
|
@@ -1304,10 +1019,7 @@ def view_all(
|
|
|
1304
1019
|
) -> None:
|
|
1305
1020
|
"""Reset viewable area to show full keyframe range
|
|
1306
1021
|
|
|
1307
|
-
:type execution_context: int | str | None
|
|
1308
|
-
:type undo: bool | None
|
|
1309
1022
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
1310
|
-
:type include_handles: bool | None
|
|
1311
1023
|
"""
|
|
1312
1024
|
|
|
1313
1025
|
def view_frame(
|
|
@@ -1315,11 +1027,7 @@ def view_frame(
|
|
|
1315
1027
|
undo: bool | None = None,
|
|
1316
1028
|
/,
|
|
1317
1029
|
) -> None:
|
|
1318
|
-
"""Move the view to the current frame
|
|
1319
|
-
|
|
1320
|
-
:type execution_context: int | str | None
|
|
1321
|
-
:type undo: bool | None
|
|
1322
|
-
"""
|
|
1030
|
+
"""Move the view to the current frame"""
|
|
1323
1031
|
|
|
1324
1032
|
def view_selected(
|
|
1325
1033
|
execution_context: int | str | None = None,
|
|
@@ -1330,8 +1038,5 @@ def view_selected(
|
|
|
1330
1038
|
) -> None:
|
|
1331
1039
|
"""Reset viewable area to show selected keyframe range
|
|
1332
1040
|
|
|
1333
|
-
:type execution_context: int | str | None
|
|
1334
|
-
:type undo: bool | None
|
|
1335
1041
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
1336
|
-
:type include_handles: bool | None
|
|
1337
1042
|
"""
|