fake-bpy-module 20250828__py3-none-any.whl → 20260118__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-20260118.dist-info}/METADATA +4 -1
- fake_bpy_module-20260118.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.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-20260118.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,32 +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
|
-
"""
|
|
240
|
-
|
|
241
|
-
def layer_next(
|
|
242
|
-
execution_context: int | str | None = None,
|
|
243
|
-
undo: bool | None = None,
|
|
244
|
-
/,
|
|
245
|
-
) -> None:
|
|
246
|
-
"""Switch to editing action in animation layer above the current action in the NLA Stack
|
|
247
|
-
|
|
248
|
-
:type execution_context: int | str | None
|
|
249
|
-
:type undo: bool | None
|
|
250
|
-
"""
|
|
251
|
-
|
|
252
|
-
def layer_prev(
|
|
253
|
-
execution_context: int | str | None = None,
|
|
254
|
-
undo: bool | None = None,
|
|
255
|
-
/,
|
|
256
|
-
) -> None:
|
|
257
|
-
"""Switch to editing action in animation layer below the current action in the NLA Stack
|
|
258
|
-
|
|
259
|
-
:type execution_context: int | str | None
|
|
260
|
-
:type undo: bool | None
|
|
261
187
|
"""
|
|
262
188
|
|
|
263
189
|
def markers_make_local(
|
|
@@ -265,11 +191,7 @@ def markers_make_local(
|
|
|
265
191
|
undo: bool | None = None,
|
|
266
192
|
/,
|
|
267
193
|
) -> None:
|
|
268
|
-
"""Move selected scene markers to the active Action as local pose markers
|
|
269
|
-
|
|
270
|
-
:type execution_context: int | str | None
|
|
271
|
-
:type undo: bool | None
|
|
272
|
-
"""
|
|
194
|
+
"""Move selected scene markers to the active Action as local pose markers"""
|
|
273
195
|
|
|
274
196
|
def mirror(
|
|
275
197
|
execution_context: int | str | None = None,
|
|
@@ -280,8 +202,6 @@ def mirror(
|
|
|
280
202
|
) -> None:
|
|
281
203
|
"""Flip selected keyframes over the selected mirror line
|
|
282
204
|
|
|
283
|
-
:type execution_context: int | str | None
|
|
284
|
-
:type undo: bool | None
|
|
285
205
|
:param type: Type
|
|
286
206
|
|
|
287
207
|
CFRA
|
|
@@ -292,7 +212,6 @@ def mirror(
|
|
|
292
212
|
|
|
293
213
|
MARKER
|
|
294
214
|
By Times Over First Selected Marker -- Flip times of selected keyframes using the first selected marker as the reference point.
|
|
295
|
-
:type type: typing.Literal['CFRA','XAXIS','MARKER'] | None
|
|
296
215
|
"""
|
|
297
216
|
|
|
298
217
|
def new(
|
|
@@ -300,11 +219,7 @@ def new(
|
|
|
300
219
|
undo: bool | None = None,
|
|
301
220
|
/,
|
|
302
221
|
) -> None:
|
|
303
|
-
"""Create new action
|
|
304
|
-
|
|
305
|
-
:type execution_context: int | str | None
|
|
306
|
-
:type undo: bool | None
|
|
307
|
-
"""
|
|
222
|
+
"""Create new action"""
|
|
308
223
|
|
|
309
224
|
def paste(
|
|
310
225
|
execution_context: int | str | None = None,
|
|
@@ -317,14 +232,9 @@ def paste(
|
|
|
317
232
|
) -> None:
|
|
318
233
|
"""Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
|
|
319
234
|
|
|
320
|
-
:type execution_context: int | str | None
|
|
321
|
-
:type undo: bool | None
|
|
322
235
|
:param offset: Offset, Paste time offset of keys
|
|
323
|
-
:type offset: bpy.stub_internal.rna_enums.KeyframePasteOffsetItems | None
|
|
324
236
|
:param merge: Type, Method of merging pasted keys and existing
|
|
325
|
-
:type merge: bpy.stub_internal.rna_enums.KeyframePasteMergeItems | None
|
|
326
237
|
:param flipped: Flipped, Paste keyframes from mirrored bones if they exist
|
|
327
|
-
:type flipped: bool | None
|
|
328
238
|
"""
|
|
329
239
|
|
|
330
240
|
def previewrange_set(
|
|
@@ -332,22 +242,14 @@ def previewrange_set(
|
|
|
332
242
|
undo: bool | None = None,
|
|
333
243
|
/,
|
|
334
244
|
) -> None:
|
|
335
|
-
"""Set Preview Range based on extents of selected Keyframes
|
|
336
|
-
|
|
337
|
-
:type execution_context: int | str | None
|
|
338
|
-
:type undo: bool | None
|
|
339
|
-
"""
|
|
245
|
+
"""Set Preview Range based on extents of selected Keyframes"""
|
|
340
246
|
|
|
341
247
|
def push_down(
|
|
342
248
|
execution_context: int | str | None = None,
|
|
343
249
|
undo: bool | None = None,
|
|
344
250
|
/,
|
|
345
251
|
) -> None:
|
|
346
|
-
"""Push action down on to the NLA stack as a new strip
|
|
347
|
-
|
|
348
|
-
:type execution_context: int | str | None
|
|
349
|
-
:type undo: bool | None
|
|
350
|
-
"""
|
|
252
|
+
"""Push action down on to the NLA stack as a new strip"""
|
|
351
253
|
|
|
352
254
|
def select_all(
|
|
353
255
|
execution_context: int | str | None = None,
|
|
@@ -358,8 +260,6 @@ def select_all(
|
|
|
358
260
|
) -> None:
|
|
359
261
|
"""Toggle selection of all keyframes
|
|
360
262
|
|
|
361
|
-
:type execution_context: int | str | None
|
|
362
|
-
:type undo: bool | None
|
|
363
263
|
:param action: Action, Selection action to execute
|
|
364
264
|
|
|
365
265
|
TOGGLE
|
|
@@ -373,7 +273,6 @@ def select_all(
|
|
|
373
273
|
|
|
374
274
|
INVERT
|
|
375
275
|
Invert -- Invert selection of all elements.
|
|
376
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
377
276
|
"""
|
|
378
277
|
|
|
379
278
|
def select_box(
|
|
@@ -392,20 +291,12 @@ def select_box(
|
|
|
392
291
|
) -> None:
|
|
393
292
|
"""Select all keyframes within the specified region
|
|
394
293
|
|
|
395
|
-
:type execution_context: int | str | None
|
|
396
|
-
:type undo: bool | None
|
|
397
294
|
:param axis_range: Axis Range
|
|
398
|
-
:type axis_range: bool | None
|
|
399
295
|
:param xmin: X Min
|
|
400
|
-
:type xmin: int | None
|
|
401
296
|
:param xmax: X Max
|
|
402
|
-
:type xmax: int | None
|
|
403
297
|
:param ymin: Y Min
|
|
404
|
-
:type ymin: int | None
|
|
405
298
|
:param ymax: Y Max
|
|
406
|
-
:type ymax: int | None
|
|
407
299
|
:param wait_for_input: Wait for Input
|
|
408
|
-
:type wait_for_input: bool | None
|
|
409
300
|
:param mode: Mode
|
|
410
301
|
|
|
411
302
|
SET
|
|
@@ -416,9 +307,7 @@ def select_box(
|
|
|
416
307
|
|
|
417
308
|
SUB
|
|
418
309
|
Subtract -- Subtract existing selection.
|
|
419
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
420
310
|
:param tweak: Tweak, Operator has been activated using a click-drag event
|
|
421
|
-
:type tweak: bool | None
|
|
422
311
|
"""
|
|
423
312
|
|
|
424
313
|
def select_circle(
|
|
@@ -434,16 +323,10 @@ def select_circle(
|
|
|
434
323
|
) -> None:
|
|
435
324
|
"""Select keyframe points using circle selection
|
|
436
325
|
|
|
437
|
-
:type execution_context: int | str | None
|
|
438
|
-
:type undo: bool | None
|
|
439
326
|
:param x: X
|
|
440
|
-
:type x: int | None
|
|
441
327
|
:param y: Y
|
|
442
|
-
:type y: int | None
|
|
443
328
|
:param radius: Radius
|
|
444
|
-
:type radius: int | None
|
|
445
329
|
:param wait_for_input: Wait for Input
|
|
446
|
-
:type wait_for_input: bool | None
|
|
447
330
|
:param mode: Mode
|
|
448
331
|
|
|
449
332
|
SET
|
|
@@ -454,7 +337,6 @@ def select_circle(
|
|
|
454
337
|
|
|
455
338
|
SUB
|
|
456
339
|
Subtract -- Subtract existing selection.
|
|
457
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
458
340
|
"""
|
|
459
341
|
|
|
460
342
|
def select_column(
|
|
@@ -467,10 +349,7 @@ def select_column(
|
|
|
467
349
|
) -> None:
|
|
468
350
|
"""Select all keyframes on the specified frame(s)
|
|
469
351
|
|
|
470
|
-
:type execution_context: int | str | None
|
|
471
|
-
:type undo: bool | None
|
|
472
352
|
:param mode: Mode
|
|
473
|
-
:type mode: typing.Literal['KEYS','CFRA','MARKERS_COLUMN','MARKERS_BETWEEN'] | None
|
|
474
353
|
"""
|
|
475
354
|
|
|
476
355
|
def select_lasso(
|
|
@@ -486,16 +365,10 @@ def select_lasso(
|
|
|
486
365
|
) -> None:
|
|
487
366
|
"""Select keyframe points using lasso selection
|
|
488
367
|
|
|
489
|
-
:type execution_context: int | str | None
|
|
490
|
-
:type undo: bool | None
|
|
491
368
|
:param path: Path
|
|
492
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
493
369
|
:param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
|
|
494
|
-
:type use_smooth_stroke: bool | None
|
|
495
370
|
:param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
|
|
496
|
-
:type smooth_stroke_factor: float | None
|
|
497
371
|
:param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
|
|
498
|
-
:type smooth_stroke_radius: int | None
|
|
499
372
|
:param mode: Mode
|
|
500
373
|
|
|
501
374
|
SET
|
|
@@ -506,7 +379,6 @@ def select_lasso(
|
|
|
506
379
|
|
|
507
380
|
SUB
|
|
508
381
|
Subtract -- Subtract existing selection.
|
|
509
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
510
382
|
"""
|
|
511
383
|
|
|
512
384
|
def select_leftright(
|
|
@@ -519,12 +391,8 @@ def select_leftright(
|
|
|
519
391
|
) -> None:
|
|
520
392
|
"""Select keyframes to the left or the right of the current frame
|
|
521
393
|
|
|
522
|
-
:type execution_context: int | str | None
|
|
523
|
-
:type undo: bool | None
|
|
524
394
|
:param mode: Mode
|
|
525
|
-
:type mode: typing.Literal['CHECK','LEFT','RIGHT'] | None
|
|
526
395
|
:param extend: Extend Select
|
|
527
|
-
:type extend: bool | None
|
|
528
396
|
"""
|
|
529
397
|
|
|
530
398
|
def select_less(
|
|
@@ -532,33 +400,21 @@ def select_less(
|
|
|
532
400
|
undo: bool | None = None,
|
|
533
401
|
/,
|
|
534
402
|
) -> None:
|
|
535
|
-
"""Deselect keyframes on ends of selection islands
|
|
536
|
-
|
|
537
|
-
:type execution_context: int | str | None
|
|
538
|
-
:type undo: bool | None
|
|
539
|
-
"""
|
|
403
|
+
"""Deselect keyframes on ends of selection islands"""
|
|
540
404
|
|
|
541
405
|
def select_linked(
|
|
542
406
|
execution_context: int | str | None = None,
|
|
543
407
|
undo: bool | None = None,
|
|
544
408
|
/,
|
|
545
409
|
) -> None:
|
|
546
|
-
"""Select keyframes occurring in the same F-Curves as selected ones
|
|
547
|
-
|
|
548
|
-
:type execution_context: int | str | None
|
|
549
|
-
:type undo: bool | None
|
|
550
|
-
"""
|
|
410
|
+
"""Select keyframes occurring in the same F-Curves as selected ones"""
|
|
551
411
|
|
|
552
412
|
def select_more(
|
|
553
413
|
execution_context: int | str | None = None,
|
|
554
414
|
undo: bool | None = None,
|
|
555
415
|
/,
|
|
556
416
|
) -> None:
|
|
557
|
-
"""Select keyframes beside already selected ones
|
|
558
|
-
|
|
559
|
-
:type execution_context: int | str | None
|
|
560
|
-
:type undo: bool | None
|
|
561
|
-
"""
|
|
417
|
+
"""Select keyframes beside already selected ones"""
|
|
562
418
|
|
|
563
419
|
def snap(
|
|
564
420
|
execution_context: int | str | None = None,
|
|
@@ -570,8 +426,6 @@ def snap(
|
|
|
570
426
|
) -> None:
|
|
571
427
|
"""Snap selected keyframes to the times specified
|
|
572
428
|
|
|
573
|
-
:type execution_context: int | str | None
|
|
574
|
-
:type undo: bool | None
|
|
575
429
|
:param type: Type
|
|
576
430
|
|
|
577
431
|
CFRA
|
|
@@ -585,7 +439,6 @@ def snap(
|
|
|
585
439
|
|
|
586
440
|
NEAREST_MARKER
|
|
587
441
|
Selection to Nearest Marker -- Snap selected keyframes to the nearest marker.
|
|
588
|
-
:type type: typing.Literal['CFRA','NEAREST_FRAME','NEAREST_SECOND','NEAREST_MARKER'] | None
|
|
589
442
|
"""
|
|
590
443
|
|
|
591
444
|
def stash(
|
|
@@ -597,10 +450,7 @@ def stash(
|
|
|
597
450
|
) -> None:
|
|
598
451
|
"""Store this action in the NLA stack as a non-contributing strip for later use
|
|
599
452
|
|
|
600
|
-
:type execution_context: int | str | None
|
|
601
|
-
:type undo: bool | None
|
|
602
453
|
:param create_new: Create New Action, Create a new action once the existing one has been safely stored
|
|
603
|
-
:type create_new: bool | None
|
|
604
454
|
"""
|
|
605
455
|
|
|
606
456
|
def stash_and_create(
|
|
@@ -608,11 +458,7 @@ def stash_and_create(
|
|
|
608
458
|
undo: bool | None = None,
|
|
609
459
|
/,
|
|
610
460
|
) -> None:
|
|
611
|
-
"""Store this action in the NLA stack as a non-contributing strip for later use, and create a new action
|
|
612
|
-
|
|
613
|
-
:type execution_context: int | str | None
|
|
614
|
-
:type undo: bool | None
|
|
615
|
-
"""
|
|
461
|
+
"""Store this action in the NLA stack as a non-contributing strip for later use, and create a new action"""
|
|
616
462
|
|
|
617
463
|
def unlink(
|
|
618
464
|
execution_context: int | str | None = None,
|
|
@@ -623,10 +469,7 @@ def unlink(
|
|
|
623
469
|
) -> None:
|
|
624
470
|
"""Unlink this action from the active action slot (and/or exit Tweak Mode)
|
|
625
471
|
|
|
626
|
-
:type execution_context: int | str | None
|
|
627
|
-
:type undo: bool | None
|
|
628
472
|
:param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-blocks NLA stack
|
|
629
|
-
:type force_delete: bool | None
|
|
630
473
|
"""
|
|
631
474
|
|
|
632
475
|
def view_all(
|
|
@@ -634,30 +477,18 @@ def view_all(
|
|
|
634
477
|
undo: bool | None = None,
|
|
635
478
|
/,
|
|
636
479
|
) -> None:
|
|
637
|
-
"""Reset viewable area to show full keyframe range
|
|
638
|
-
|
|
639
|
-
:type execution_context: int | str | None
|
|
640
|
-
:type undo: bool | None
|
|
641
|
-
"""
|
|
480
|
+
"""Reset viewable area to show full keyframe range"""
|
|
642
481
|
|
|
643
482
|
def view_frame(
|
|
644
483
|
execution_context: int | str | None = None,
|
|
645
484
|
undo: bool | None = None,
|
|
646
485
|
/,
|
|
647
486
|
) -> None:
|
|
648
|
-
"""Move the view to the current frame
|
|
649
|
-
|
|
650
|
-
:type execution_context: int | str | None
|
|
651
|
-
:type undo: bool | None
|
|
652
|
-
"""
|
|
487
|
+
"""Move the view to the current frame"""
|
|
653
488
|
|
|
654
489
|
def view_selected(
|
|
655
490
|
execution_context: int | str | None = None,
|
|
656
491
|
undo: bool | None = None,
|
|
657
492
|
/,
|
|
658
493
|
) -> None:
|
|
659
|
-
"""Reset viewable area to show selected keyframes range
|
|
660
|
-
|
|
661
|
-
:type execution_context: int | str | None
|
|
662
|
-
:type undo: bool | None
|
|
663
|
-
"""
|
|
494
|
+
"""Reset viewable area to show selected keyframes range"""
|