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