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/action/__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 clean(
|
|
21
17
|
execution_context: int | str | None = None,
|
|
@@ -27,12 +23,8 @@ def clean(
|
|
|
27
23
|
) -> None:
|
|
28
24
|
"""Simplify F-Curves by removing closely spaced keyframes
|
|
29
25
|
|
|
30
|
-
:type execution_context: int | str | None
|
|
31
|
-
:type undo: bool | None
|
|
32
26
|
:param threshold: Threshold
|
|
33
|
-
:type threshold: float | None
|
|
34
27
|
:param channels: Channels
|
|
35
|
-
:type channels: bool | None
|
|
36
28
|
"""
|
|
37
29
|
|
|
38
30
|
def clickselect(
|
|
@@ -51,24 +43,14 @@ def clickselect(
|
|
|
51
43
|
) -> None:
|
|
52
44
|
"""Select keyframes by clicking on them
|
|
53
45
|
|
|
54
|
-
:type execution_context: int | str | None
|
|
55
|
-
:type undo: bool | None
|
|
56
46
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
57
|
-
:type wait_to_deselect_others: bool | None
|
|
58
47
|
: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
|
|
59
|
-
:type use_select_on_click: bool | None
|
|
60
48
|
:param mouse_x: Mouse X
|
|
61
|
-
:type mouse_x: int | None
|
|
62
49
|
:param mouse_y: Mouse Y
|
|
63
|
-
:type mouse_y: int | None
|
|
64
50
|
:param extend: Extend Select, Toggle keyframe selection instead of leaving newly selected keyframes only
|
|
65
|
-
:type extend: bool | None
|
|
66
51
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
67
|
-
:type deselect_all: bool | None
|
|
68
52
|
:param column: Column Select, Select all keyframes that occur on the same frame as the one under the mouse
|
|
69
|
-
:type column: bool | None
|
|
70
53
|
:param channel: Only Channel, Select all the keyframes in the channel under the mouse
|
|
71
|
-
:type channel: bool | None
|
|
72
54
|
"""
|
|
73
55
|
|
|
74
56
|
def copy(
|
|
@@ -76,11 +58,7 @@ def copy(
|
|
|
76
58
|
undo: bool | None = None,
|
|
77
59
|
/,
|
|
78
60
|
) -> None:
|
|
79
|
-
"""Copy selected keyframes to the internal clipboard
|
|
80
|
-
|
|
81
|
-
:type execution_context: int | str | None
|
|
82
|
-
:type undo: bool | None
|
|
83
|
-
"""
|
|
61
|
+
"""Copy selected keyframes to the internal clipboard"""
|
|
84
62
|
|
|
85
63
|
def delete(
|
|
86
64
|
execution_context: int | str | None = None,
|
|
@@ -91,10 +69,7 @@ def delete(
|
|
|
91
69
|
) -> None:
|
|
92
70
|
"""Remove all selected keyframes
|
|
93
71
|
|
|
94
|
-
:type execution_context: int | str | None
|
|
95
|
-
:type undo: bool | None
|
|
96
72
|
:param confirm: Confirm, Prompt for confirmation
|
|
97
|
-
:type confirm: bool | None
|
|
98
73
|
"""
|
|
99
74
|
|
|
100
75
|
def duplicate(
|
|
@@ -102,11 +77,7 @@ def duplicate(
|
|
|
102
77
|
undo: bool | None = None,
|
|
103
78
|
/,
|
|
104
79
|
) -> None:
|
|
105
|
-
"""Make a copy of all selected keyframes
|
|
106
|
-
|
|
107
|
-
:type execution_context: int | str | None
|
|
108
|
-
:type undo: bool | None
|
|
109
|
-
"""
|
|
80
|
+
"""Make a copy of all selected keyframes"""
|
|
110
81
|
|
|
111
82
|
def duplicate_move(
|
|
112
83
|
execution_context: int | str | None = None,
|
|
@@ -118,12 +89,8 @@ def duplicate_move(
|
|
|
118
89
|
) -> None:
|
|
119
90
|
"""Make a copy of all selected keyframes and move them
|
|
120
91
|
|
|
121
|
-
:type execution_context: int | str | None
|
|
122
|
-
:type undo: bool | None
|
|
123
92
|
:param ACTION_OT_duplicate: Duplicate Keyframes, Make a copy of all selected keyframes
|
|
124
|
-
:type ACTION_OT_duplicate: duplicate | None
|
|
125
93
|
:param TRANSFORM_OT_transform: Transform, Transform selected items by mode type
|
|
126
|
-
:type TRANSFORM_OT_transform: bpy.ops.transform.transform | None
|
|
127
94
|
"""
|
|
128
95
|
|
|
129
96
|
def easing_type(
|
|
@@ -135,10 +102,7 @@ def easing_type(
|
|
|
135
102
|
) -> None:
|
|
136
103
|
"""Set easing type for the F-Curve segments starting from the selected keyframes
|
|
137
104
|
|
|
138
|
-
:type execution_context: int | str | None
|
|
139
|
-
:type undo: bool | None
|
|
140
105
|
:param type: Type
|
|
141
|
-
:type type: bpy.stub_internal.rna_enums.BeztripleInterpolationEasingItems | None
|
|
142
106
|
"""
|
|
143
107
|
|
|
144
108
|
def extrapolation_type(
|
|
@@ -151,8 +115,6 @@ def extrapolation_type(
|
|
|
151
115
|
) -> None:
|
|
152
116
|
"""Set extrapolation mode for selected F-Curves
|
|
153
117
|
|
|
154
|
-
:type execution_context: int | str | None
|
|
155
|
-
:type undo: bool | None
|
|
156
118
|
:param type: Type
|
|
157
119
|
|
|
158
120
|
CONSTANT
|
|
@@ -166,7 +128,6 @@ def extrapolation_type(
|
|
|
166
128
|
|
|
167
129
|
CLEAR_CYCLIC
|
|
168
130
|
Clear Cyclic (F-Modifier) -- Remove Cycles F-Modifier if not needed anymore.
|
|
169
|
-
:type type: typing.Literal['CONSTANT','LINEAR','MAKE_CYCLIC','CLEAR_CYCLIC'] | None
|
|
170
131
|
"""
|
|
171
132
|
|
|
172
133
|
def frame_jump(
|
|
@@ -174,11 +135,7 @@ def frame_jump(
|
|
|
174
135
|
undo: bool | None = None,
|
|
175
136
|
/,
|
|
176
137
|
) -> None:
|
|
177
|
-
"""Set the current frame to the average frame value of selected keyframes
|
|
178
|
-
|
|
179
|
-
:type execution_context: int | str | None
|
|
180
|
-
:type undo: bool | None
|
|
181
|
-
"""
|
|
138
|
+
"""Set the current frame to the average frame value of selected keyframes"""
|
|
182
139
|
|
|
183
140
|
def handle_type(
|
|
184
141
|
execution_context: int | str | None = None,
|
|
@@ -189,10 +146,7 @@ def handle_type(
|
|
|
189
146
|
) -> None:
|
|
190
147
|
"""Set type of handle for selected keyframes
|
|
191
148
|
|
|
192
|
-
:type execution_context: int | str | None
|
|
193
|
-
:type undo: bool | None
|
|
194
149
|
:param type: Type
|
|
195
|
-
:type type: bpy.stub_internal.rna_enums.KeyframeHandleTypeItems | None
|
|
196
150
|
"""
|
|
197
151
|
|
|
198
152
|
def interpolation_type(
|
|
@@ -205,10 +159,7 @@ def interpolation_type(
|
|
|
205
159
|
) -> None:
|
|
206
160
|
"""Set interpolation mode for the F-Curve segments starting from the selected keyframes
|
|
207
161
|
|
|
208
|
-
:type execution_context: int | str | None
|
|
209
|
-
:type undo: bool | None
|
|
210
162
|
:param type: Type
|
|
211
|
-
:type type: bpy.stub_internal.rna_enums.BeztripleInterpolationModeItems | None
|
|
212
163
|
"""
|
|
213
164
|
|
|
214
165
|
def keyframe_insert(
|
|
@@ -220,10 +171,7 @@ def keyframe_insert(
|
|
|
220
171
|
) -> None:
|
|
221
172
|
"""Insert keyframes for the specified channels
|
|
222
173
|
|
|
223
|
-
:type execution_context: int | str | None
|
|
224
|
-
:type undo: bool | None
|
|
225
174
|
:param type: Type
|
|
226
|
-
:type type: typing.Literal['ALL','SEL','GROUP'] | None
|
|
227
175
|
"""
|
|
228
176
|
|
|
229
177
|
def keyframe_type(
|
|
@@ -235,10 +183,7 @@ def keyframe_type(
|
|
|
235
183
|
) -> None:
|
|
236
184
|
"""Set type of keyframe for the selected keyframes
|
|
237
185
|
|
|
238
|
-
:type execution_context: int | str | None
|
|
239
|
-
:type undo: bool | None
|
|
240
186
|
:param type: Type
|
|
241
|
-
:type type: bpy.stub_internal.rna_enums.BeztripleKeyframeTypeItems | None
|
|
242
187
|
"""
|
|
243
188
|
|
|
244
189
|
def markers_make_local(
|
|
@@ -246,11 +191,7 @@ def markers_make_local(
|
|
|
246
191
|
undo: bool | None = None,
|
|
247
192
|
/,
|
|
248
193
|
) -> None:
|
|
249
|
-
"""Move selected scene markers to the active Action as local pose markers
|
|
250
|
-
|
|
251
|
-
:type execution_context: int | str | None
|
|
252
|
-
:type undo: bool | None
|
|
253
|
-
"""
|
|
194
|
+
"""Move selected scene markers to the active Action as local pose markers"""
|
|
254
195
|
|
|
255
196
|
def mirror(
|
|
256
197
|
execution_context: int | str | None = None,
|
|
@@ -261,8 +202,6 @@ def mirror(
|
|
|
261
202
|
) -> None:
|
|
262
203
|
"""Flip selected keyframes over the selected mirror line
|
|
263
204
|
|
|
264
|
-
:type execution_context: int | str | None
|
|
265
|
-
:type undo: bool | None
|
|
266
205
|
:param type: Type
|
|
267
206
|
|
|
268
207
|
CFRA
|
|
@@ -273,7 +212,6 @@ def mirror(
|
|
|
273
212
|
|
|
274
213
|
MARKER
|
|
275
214
|
By Times Over First Selected Marker -- Flip times of selected keyframes using the first selected marker as the reference point.
|
|
276
|
-
:type type: typing.Literal['CFRA','XAXIS','MARKER'] | None
|
|
277
215
|
"""
|
|
278
216
|
|
|
279
217
|
def new(
|
|
@@ -281,11 +219,7 @@ def new(
|
|
|
281
219
|
undo: bool | None = None,
|
|
282
220
|
/,
|
|
283
221
|
) -> None:
|
|
284
|
-
"""Create new action
|
|
285
|
-
|
|
286
|
-
:type execution_context: int | str | None
|
|
287
|
-
:type undo: bool | None
|
|
288
|
-
"""
|
|
222
|
+
"""Create new action"""
|
|
289
223
|
|
|
290
224
|
def paste(
|
|
291
225
|
execution_context: int | str | None = None,
|
|
@@ -298,14 +232,9 @@ def paste(
|
|
|
298
232
|
) -> None:
|
|
299
233
|
"""Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
|
|
300
234
|
|
|
301
|
-
:type execution_context: int | str | None
|
|
302
|
-
:type undo: bool | None
|
|
303
235
|
:param offset: Offset, Paste time offset of keys
|
|
304
|
-
:type offset: bpy.stub_internal.rna_enums.KeyframePasteOffsetItems | None
|
|
305
236
|
:param merge: Type, Method of merging pasted keys and existing
|
|
306
|
-
:type merge: bpy.stub_internal.rna_enums.KeyframePasteMergeItems | None
|
|
307
237
|
:param flipped: Flipped, Paste keyframes from mirrored bones if they exist
|
|
308
|
-
:type flipped: bool | None
|
|
309
238
|
"""
|
|
310
239
|
|
|
311
240
|
def previewrange_set(
|
|
@@ -313,22 +242,14 @@ def previewrange_set(
|
|
|
313
242
|
undo: bool | None = None,
|
|
314
243
|
/,
|
|
315
244
|
) -> None:
|
|
316
|
-
"""Set Preview Range based on extents of selected Keyframes
|
|
317
|
-
|
|
318
|
-
:type execution_context: int | str | None
|
|
319
|
-
:type undo: bool | None
|
|
320
|
-
"""
|
|
245
|
+
"""Set Preview Range based on extents of selected Keyframes"""
|
|
321
246
|
|
|
322
247
|
def push_down(
|
|
323
248
|
execution_context: int | str | None = None,
|
|
324
249
|
undo: bool | None = None,
|
|
325
250
|
/,
|
|
326
251
|
) -> None:
|
|
327
|
-
"""Push action down on to the NLA stack as a new strip
|
|
328
|
-
|
|
329
|
-
:type execution_context: int | str | None
|
|
330
|
-
:type undo: bool | None
|
|
331
|
-
"""
|
|
252
|
+
"""Push action down on to the NLA stack as a new strip"""
|
|
332
253
|
|
|
333
254
|
def select_all(
|
|
334
255
|
execution_context: int | str | None = None,
|
|
@@ -339,8 +260,6 @@ def select_all(
|
|
|
339
260
|
) -> None:
|
|
340
261
|
"""Toggle selection of all keyframes
|
|
341
262
|
|
|
342
|
-
:type execution_context: int | str | None
|
|
343
|
-
:type undo: bool | None
|
|
344
263
|
:param action: Action, Selection action to execute
|
|
345
264
|
|
|
346
265
|
TOGGLE
|
|
@@ -354,7 +273,6 @@ def select_all(
|
|
|
354
273
|
|
|
355
274
|
INVERT
|
|
356
275
|
Invert -- Invert selection of all elements.
|
|
357
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
358
276
|
"""
|
|
359
277
|
|
|
360
278
|
def select_box(
|
|
@@ -373,20 +291,12 @@ def select_box(
|
|
|
373
291
|
) -> None:
|
|
374
292
|
"""Select all keyframes within the specified region
|
|
375
293
|
|
|
376
|
-
:type execution_context: int | str | None
|
|
377
|
-
:type undo: bool | None
|
|
378
294
|
:param axis_range: Axis Range
|
|
379
|
-
:type axis_range: bool | None
|
|
380
295
|
:param xmin: X Min
|
|
381
|
-
:type xmin: int | None
|
|
382
296
|
:param xmax: X Max
|
|
383
|
-
:type xmax: int | None
|
|
384
297
|
:param ymin: Y Min
|
|
385
|
-
:type ymin: int | None
|
|
386
298
|
:param ymax: Y Max
|
|
387
|
-
:type ymax: int | None
|
|
388
299
|
:param wait_for_input: Wait for Input
|
|
389
|
-
:type wait_for_input: bool | None
|
|
390
300
|
:param mode: Mode
|
|
391
301
|
|
|
392
302
|
SET
|
|
@@ -397,9 +307,7 @@ def select_box(
|
|
|
397
307
|
|
|
398
308
|
SUB
|
|
399
309
|
Subtract -- Subtract existing selection.
|
|
400
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
401
310
|
:param tweak: Tweak, Operator has been activated using a click-drag event
|
|
402
|
-
:type tweak: bool | None
|
|
403
311
|
"""
|
|
404
312
|
|
|
405
313
|
def select_circle(
|
|
@@ -415,16 +323,10 @@ def select_circle(
|
|
|
415
323
|
) -> None:
|
|
416
324
|
"""Select keyframe points using circle selection
|
|
417
325
|
|
|
418
|
-
:type execution_context: int | str | None
|
|
419
|
-
:type undo: bool | None
|
|
420
326
|
:param x: X
|
|
421
|
-
:type x: int | None
|
|
422
327
|
:param y: Y
|
|
423
|
-
:type y: int | None
|
|
424
328
|
:param radius: Radius
|
|
425
|
-
:type radius: int | None
|
|
426
329
|
:param wait_for_input: Wait for Input
|
|
427
|
-
:type wait_for_input: bool | None
|
|
428
330
|
:param mode: Mode
|
|
429
331
|
|
|
430
332
|
SET
|
|
@@ -435,7 +337,6 @@ def select_circle(
|
|
|
435
337
|
|
|
436
338
|
SUB
|
|
437
339
|
Subtract -- Subtract existing selection.
|
|
438
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
439
340
|
"""
|
|
440
341
|
|
|
441
342
|
def select_column(
|
|
@@ -448,10 +349,7 @@ def select_column(
|
|
|
448
349
|
) -> None:
|
|
449
350
|
"""Select all keyframes on the specified frame(s)
|
|
450
351
|
|
|
451
|
-
:type execution_context: int | str | None
|
|
452
|
-
:type undo: bool | None
|
|
453
352
|
:param mode: Mode
|
|
454
|
-
:type mode: typing.Literal['KEYS','CFRA','MARKERS_COLUMN','MARKERS_BETWEEN'] | None
|
|
455
353
|
"""
|
|
456
354
|
|
|
457
355
|
def select_lasso(
|
|
@@ -467,16 +365,10 @@ def select_lasso(
|
|
|
467
365
|
) -> None:
|
|
468
366
|
"""Select keyframe points using lasso selection
|
|
469
367
|
|
|
470
|
-
:type execution_context: int | str | None
|
|
471
|
-
:type undo: bool | None
|
|
472
368
|
:param path: Path
|
|
473
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
474
369
|
:param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
|
|
475
|
-
:type use_smooth_stroke: bool | None
|
|
476
370
|
:param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
|
|
477
|
-
:type smooth_stroke_factor: float | None
|
|
478
371
|
:param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
|
|
479
|
-
:type smooth_stroke_radius: int | None
|
|
480
372
|
:param mode: Mode
|
|
481
373
|
|
|
482
374
|
SET
|
|
@@ -487,7 +379,6 @@ def select_lasso(
|
|
|
487
379
|
|
|
488
380
|
SUB
|
|
489
381
|
Subtract -- Subtract existing selection.
|
|
490
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
491
382
|
"""
|
|
492
383
|
|
|
493
384
|
def select_leftright(
|
|
@@ -500,12 +391,8 @@ def select_leftright(
|
|
|
500
391
|
) -> None:
|
|
501
392
|
"""Select keyframes to the left or the right of the current frame
|
|
502
393
|
|
|
503
|
-
:type execution_context: int | str | None
|
|
504
|
-
:type undo: bool | None
|
|
505
394
|
:param mode: Mode
|
|
506
|
-
:type mode: typing.Literal['CHECK','LEFT','RIGHT'] | None
|
|
507
395
|
:param extend: Extend Select
|
|
508
|
-
:type extend: bool | None
|
|
509
396
|
"""
|
|
510
397
|
|
|
511
398
|
def select_less(
|
|
@@ -513,33 +400,21 @@ def select_less(
|
|
|
513
400
|
undo: bool | None = None,
|
|
514
401
|
/,
|
|
515
402
|
) -> None:
|
|
516
|
-
"""Deselect keyframes on ends of selection islands
|
|
517
|
-
|
|
518
|
-
:type execution_context: int | str | None
|
|
519
|
-
:type undo: bool | None
|
|
520
|
-
"""
|
|
403
|
+
"""Deselect keyframes on ends of selection islands"""
|
|
521
404
|
|
|
522
405
|
def select_linked(
|
|
523
406
|
execution_context: int | str | None = None,
|
|
524
407
|
undo: bool | None = None,
|
|
525
408
|
/,
|
|
526
409
|
) -> None:
|
|
527
|
-
"""Select keyframes occurring in the same F-Curves as selected ones
|
|
528
|
-
|
|
529
|
-
:type execution_context: int | str | None
|
|
530
|
-
:type undo: bool | None
|
|
531
|
-
"""
|
|
410
|
+
"""Select keyframes occurring in the same F-Curves as selected ones"""
|
|
532
411
|
|
|
533
412
|
def select_more(
|
|
534
413
|
execution_context: int | str | None = None,
|
|
535
414
|
undo: bool | None = None,
|
|
536
415
|
/,
|
|
537
416
|
) -> None:
|
|
538
|
-
"""Select keyframes beside already selected ones
|
|
539
|
-
|
|
540
|
-
:type execution_context: int | str | None
|
|
541
|
-
:type undo: bool | None
|
|
542
|
-
"""
|
|
417
|
+
"""Select keyframes beside already selected ones"""
|
|
543
418
|
|
|
544
419
|
def snap(
|
|
545
420
|
execution_context: int | str | None = None,
|
|
@@ -551,8 +426,6 @@ def snap(
|
|
|
551
426
|
) -> None:
|
|
552
427
|
"""Snap selected keyframes to the times specified
|
|
553
428
|
|
|
554
|
-
:type execution_context: int | str | None
|
|
555
|
-
:type undo: bool | None
|
|
556
429
|
:param type: Type
|
|
557
430
|
|
|
558
431
|
CFRA
|
|
@@ -566,7 +439,6 @@ def snap(
|
|
|
566
439
|
|
|
567
440
|
NEAREST_MARKER
|
|
568
441
|
Selection to Nearest Marker -- Snap selected keyframes to the nearest marker.
|
|
569
|
-
:type type: typing.Literal['CFRA','NEAREST_FRAME','NEAREST_SECOND','NEAREST_MARKER'] | None
|
|
570
442
|
"""
|
|
571
443
|
|
|
572
444
|
def stash(
|
|
@@ -578,10 +450,7 @@ def stash(
|
|
|
578
450
|
) -> None:
|
|
579
451
|
"""Store this action in the NLA stack as a non-contributing strip for later use
|
|
580
452
|
|
|
581
|
-
:type execution_context: int | str | None
|
|
582
|
-
:type undo: bool | None
|
|
583
453
|
:param create_new: Create New Action, Create a new action once the existing one has been safely stored
|
|
584
|
-
:type create_new: bool | None
|
|
585
454
|
"""
|
|
586
455
|
|
|
587
456
|
def stash_and_create(
|
|
@@ -589,11 +458,7 @@ def stash_and_create(
|
|
|
589
458
|
undo: bool | None = None,
|
|
590
459
|
/,
|
|
591
460
|
) -> None:
|
|
592
|
-
"""Store this action in the NLA stack as a non-contributing strip for later use, and create a new action
|
|
593
|
-
|
|
594
|
-
:type execution_context: int | str | None
|
|
595
|
-
:type undo: bool | None
|
|
596
|
-
"""
|
|
461
|
+
"""Store this action in the NLA stack as a non-contributing strip for later use, and create a new action"""
|
|
597
462
|
|
|
598
463
|
def unlink(
|
|
599
464
|
execution_context: int | str | None = None,
|
|
@@ -604,10 +469,7 @@ def unlink(
|
|
|
604
469
|
) -> None:
|
|
605
470
|
"""Unlink this action from the active action slot (and/or exit Tweak Mode)
|
|
606
471
|
|
|
607
|
-
:type execution_context: int | str | None
|
|
608
|
-
:type undo: bool | None
|
|
609
472
|
:param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-blocks NLA stack
|
|
610
|
-
:type force_delete: bool | None
|
|
611
473
|
"""
|
|
612
474
|
|
|
613
475
|
def view_all(
|
|
@@ -615,30 +477,18 @@ def view_all(
|
|
|
615
477
|
undo: bool | None = None,
|
|
616
478
|
/,
|
|
617
479
|
) -> None:
|
|
618
|
-
"""Reset viewable area to show full keyframe range
|
|
619
|
-
|
|
620
|
-
:type execution_context: int | str | None
|
|
621
|
-
:type undo: bool | None
|
|
622
|
-
"""
|
|
480
|
+
"""Reset viewable area to show full keyframe range"""
|
|
623
481
|
|
|
624
482
|
def view_frame(
|
|
625
483
|
execution_context: int | str | None = None,
|
|
626
484
|
undo: bool | None = None,
|
|
627
485
|
/,
|
|
628
486
|
) -> None:
|
|
629
|
-
"""Move the view to the current frame
|
|
630
|
-
|
|
631
|
-
:type execution_context: int | str | None
|
|
632
|
-
:type undo: bool | None
|
|
633
|
-
"""
|
|
487
|
+
"""Move the view to the current frame"""
|
|
634
488
|
|
|
635
489
|
def view_selected(
|
|
636
490
|
execution_context: int | str | None = None,
|
|
637
491
|
undo: bool | None = None,
|
|
638
492
|
/,
|
|
639
493
|
) -> None:
|
|
640
|
-
"""Reset viewable area to show selected keyframes range
|
|
641
|
-
|
|
642
|
-
:type execution_context: int | str | None
|
|
643
|
-
:type undo: bool | None
|
|
644
|
-
"""
|
|
494
|
+
"""Reset viewable area to show selected keyframes range"""
|