fake-bpy-module 20250828__py3-none-any.whl → 20260119__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/METADATA +4 -1
- fake_bpy_module-20260119.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/WHEEL +0 -0
bpy/ops/anim/__init__.pyi
CHANGED
|
@@ -11,17 +11,14 @@ def change_frame(
|
|
|
11
11
|
frame: float | None = 0.0,
|
|
12
12
|
snap: bool | None = False,
|
|
13
13
|
seq_solo_preview: bool | None = False,
|
|
14
|
+
pass_through_on_strip_handles: bool | None = False,
|
|
14
15
|
) -> None:
|
|
15
16
|
"""Interactively change the current frame number
|
|
16
17
|
|
|
17
|
-
:type execution_context: int | str | None
|
|
18
|
-
:type undo: bool | None
|
|
19
18
|
:param frame: Frame
|
|
20
|
-
:type frame: float | None
|
|
21
19
|
:param snap: Snap
|
|
22
|
-
:type snap: bool | None
|
|
23
20
|
:param seq_solo_preview: Strip Preview
|
|
24
|
-
:
|
|
21
|
+
:param pass_through_on_strip_handles: Pass Through on Strip Handles, Allow another operator to operate on strip handles
|
|
25
22
|
"""
|
|
26
23
|
|
|
27
24
|
def channel_select_keys(
|
|
@@ -33,10 +30,7 @@ def channel_select_keys(
|
|
|
33
30
|
) -> None:
|
|
34
31
|
"""Select all keyframes of channel under mouse
|
|
35
32
|
|
|
36
|
-
:type execution_context: int | str | None
|
|
37
|
-
:type undo: bool | None
|
|
38
33
|
:param extend: Extend, Extend selection
|
|
39
|
-
:type extend: bool | None
|
|
40
34
|
"""
|
|
41
35
|
|
|
42
36
|
def channel_view_pick(
|
|
@@ -49,12 +43,8 @@ def channel_view_pick(
|
|
|
49
43
|
) -> None:
|
|
50
44
|
"""Reset viewable area to show the channel under the cursor
|
|
51
45
|
|
|
52
|
-
:type execution_context: int | str | None
|
|
53
|
-
:type undo: bool | None
|
|
54
46
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
55
|
-
:type include_handles: bool | None
|
|
56
47
|
:param use_preview_range: Use Preview Range, Ignore frames outside of the preview range
|
|
57
|
-
:type use_preview_range: bool | None
|
|
58
48
|
"""
|
|
59
49
|
|
|
60
50
|
def channels_bake(
|
|
@@ -62,6 +52,7 @@ def channels_bake(
|
|
|
62
52
|
undo: bool | None = None,
|
|
63
53
|
/,
|
|
64
54
|
*,
|
|
55
|
+
use_scene_range: bool | None = True,
|
|
65
56
|
range: collections.abc.Iterable[int] | None = (0, 0),
|
|
66
57
|
step: float | None = 1.0,
|
|
67
58
|
remove_outside_range: bool | None = False,
|
|
@@ -70,14 +61,10 @@ def channels_bake(
|
|
|
70
61
|
) -> None:
|
|
71
62
|
"""Create keyframes following the current shape of F-Curves of selected channels
|
|
72
63
|
|
|
73
|
-
:
|
|
74
|
-
:
|
|
75
|
-
:param range: Frame Range, The range in which to create new keys
|
|
76
|
-
:type range: collections.abc.Iterable[int] | None
|
|
64
|
+
:param use_scene_range: Use Scene Range, If enabled, the scene start and end frame will be used to determine the bake range
|
|
65
|
+
:param range: Frame Range, The custom range in which to create new keys. Only used when not using the scene range
|
|
77
66
|
:param step: Frame Step, At which interval to add keys
|
|
78
|
-
:type step: float | None
|
|
79
67
|
:param remove_outside_range: Remove Outside Range, Removes keys outside the given range, leaving only the newly baked
|
|
80
|
-
:type remove_outside_range: bool | None
|
|
81
68
|
:param interpolation_type: Interpolation Type, Choose the interpolation type with which new keys will be added
|
|
82
69
|
|
|
83
70
|
BEZIER
|
|
@@ -88,9 +75,7 @@ def channels_bake(
|
|
|
88
75
|
|
|
89
76
|
CONST
|
|
90
77
|
Constant -- New keys will be constant.
|
|
91
|
-
:type interpolation_type: typing.Literal['BEZIER','LIN','CONST'] | None
|
|
92
78
|
:param bake_modifiers: Bake Modifiers, Bake Modifiers into keyframes and delete them after
|
|
93
|
-
:type bake_modifiers: bool | None
|
|
94
79
|
"""
|
|
95
80
|
|
|
96
81
|
def channels_clean_empty(
|
|
@@ -98,11 +83,7 @@ def channels_clean_empty(
|
|
|
98
83
|
undo: bool | None = None,
|
|
99
84
|
/,
|
|
100
85
|
) -> None:
|
|
101
|
-
"""Delete all empty animation data containers from visible data-blocks
|
|
102
|
-
|
|
103
|
-
:type execution_context: int | str | None
|
|
104
|
-
:type undo: bool | None
|
|
105
|
-
"""
|
|
86
|
+
"""Delete all empty animation data containers from visible data-blocks"""
|
|
106
87
|
|
|
107
88
|
def channels_click(
|
|
108
89
|
execution_context: int | str | None = None,
|
|
@@ -115,14 +96,9 @@ def channels_click(
|
|
|
115
96
|
) -> None:
|
|
116
97
|
"""Handle mouse clicks over animation channels
|
|
117
98
|
|
|
118
|
-
:type execution_context: int | str | None
|
|
119
|
-
:type undo: bool | None
|
|
120
99
|
:param extend: Extend Select
|
|
121
|
-
:type extend: bool | None
|
|
122
100
|
:param extend_range: Extend Range, Selection of active channel to clicked channel
|
|
123
|
-
:type extend_range: bool | None
|
|
124
101
|
:param children_only: Select Children Only
|
|
125
|
-
:type children_only: bool | None
|
|
126
102
|
"""
|
|
127
103
|
|
|
128
104
|
def channels_collapse(
|
|
@@ -134,10 +110,7 @@ def channels_collapse(
|
|
|
134
110
|
) -> None:
|
|
135
111
|
"""Collapse (close) all selected expandable animation channels
|
|
136
112
|
|
|
137
|
-
:type execution_context: int | str | None
|
|
138
|
-
:type undo: bool | None
|
|
139
113
|
:param all: All, Collapse all channels (not just selected ones)
|
|
140
|
-
:type all: bool | None
|
|
141
114
|
"""
|
|
142
115
|
|
|
143
116
|
def channels_delete(
|
|
@@ -145,11 +118,7 @@ def channels_delete(
|
|
|
145
118
|
undo: bool | None = None,
|
|
146
119
|
/,
|
|
147
120
|
) -> None:
|
|
148
|
-
"""Delete all selected animation channels
|
|
149
|
-
|
|
150
|
-
:type execution_context: int | str | None
|
|
151
|
-
:type undo: bool | None
|
|
152
|
-
"""
|
|
121
|
+
"""Delete all selected animation channels"""
|
|
153
122
|
|
|
154
123
|
def channels_editable_toggle(
|
|
155
124
|
execution_context: int | str | None = None,
|
|
@@ -161,12 +130,8 @@ def channels_editable_toggle(
|
|
|
161
130
|
) -> None:
|
|
162
131
|
"""Toggle editability of selected channels
|
|
163
132
|
|
|
164
|
-
:type execution_context: int | str | None
|
|
165
|
-
:type undo: bool | None
|
|
166
133
|
:param mode: Mode
|
|
167
|
-
:type mode: typing.Literal['TOGGLE','DISABLE','ENABLE','INVERT'] | None
|
|
168
134
|
:param type: Type
|
|
169
|
-
:type type: typing.Literal['PROTECT','MUTE'] | None
|
|
170
135
|
"""
|
|
171
136
|
|
|
172
137
|
def channels_expand(
|
|
@@ -178,10 +143,7 @@ def channels_expand(
|
|
|
178
143
|
) -> None:
|
|
179
144
|
"""Expand (open) all selected expandable animation channels
|
|
180
145
|
|
|
181
|
-
:type execution_context: int | str | None
|
|
182
|
-
:type undo: bool | None
|
|
183
146
|
:param all: All, Expand all channels (not just selected ones)
|
|
184
|
-
:type all: bool | None
|
|
185
147
|
"""
|
|
186
148
|
|
|
187
149
|
def channels_fcurves_enable(
|
|
@@ -189,11 +151,7 @@ def channels_fcurves_enable(
|
|
|
189
151
|
undo: bool | None = None,
|
|
190
152
|
/,
|
|
191
153
|
) -> None:
|
|
192
|
-
"""Clear disabled tag from all F-Curves to get broken F-Curves working again
|
|
193
|
-
|
|
194
|
-
:type execution_context: int | str | None
|
|
195
|
-
:type undo: bool | None
|
|
196
|
-
"""
|
|
154
|
+
"""Clear disabled tag from all F-Curves to get broken F-Curves working again"""
|
|
197
155
|
|
|
198
156
|
def channels_group(
|
|
199
157
|
execution_context: int | str | None = None,
|
|
@@ -204,10 +162,7 @@ def channels_group(
|
|
|
204
162
|
) -> None:
|
|
205
163
|
"""Add selected F-Curves to a new group
|
|
206
164
|
|
|
207
|
-
:type execution_context: int | str | None
|
|
208
|
-
:type undo: bool | None
|
|
209
165
|
:param name: Name, Name of newly created group
|
|
210
|
-
:type name: str
|
|
211
166
|
"""
|
|
212
167
|
|
|
213
168
|
def channels_move(
|
|
@@ -219,10 +174,7 @@ def channels_move(
|
|
|
219
174
|
) -> None:
|
|
220
175
|
"""Rearrange selected animation channels
|
|
221
176
|
|
|
222
|
-
:type execution_context: int | str | None
|
|
223
|
-
:type undo: bool | None
|
|
224
177
|
:param direction: Direction
|
|
225
|
-
:type direction: typing.Literal['TOP','UP','DOWN','BOTTOM'] | None
|
|
226
178
|
"""
|
|
227
179
|
|
|
228
180
|
def channels_rename(
|
|
@@ -230,11 +182,7 @@ def channels_rename(
|
|
|
230
182
|
undo: bool | None = None,
|
|
231
183
|
/,
|
|
232
184
|
) -> None:
|
|
233
|
-
"""Rename animation channel under mouse
|
|
234
|
-
|
|
235
|
-
:type execution_context: int | str | None
|
|
236
|
-
:type undo: bool | None
|
|
237
|
-
"""
|
|
185
|
+
"""Rename animation channel under mouse"""
|
|
238
186
|
|
|
239
187
|
def channels_select_all(
|
|
240
188
|
execution_context: int | str | None = None,
|
|
@@ -245,8 +193,6 @@ def channels_select_all(
|
|
|
245
193
|
) -> None:
|
|
246
194
|
"""Toggle selection of all animation channels
|
|
247
195
|
|
|
248
|
-
:type execution_context: int | str | None
|
|
249
|
-
:type undo: bool | None
|
|
250
196
|
:param action: Action, Selection action to execute
|
|
251
197
|
|
|
252
198
|
TOGGLE
|
|
@@ -260,7 +206,6 @@ def channels_select_all(
|
|
|
260
206
|
|
|
261
207
|
INVERT
|
|
262
208
|
Invert -- Invert selection of all elements.
|
|
263
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
264
209
|
"""
|
|
265
210
|
|
|
266
211
|
def channels_select_box(
|
|
@@ -278,22 +223,13 @@ def channels_select_box(
|
|
|
278
223
|
) -> None:
|
|
279
224
|
"""Select all animation channels within the specified region
|
|
280
225
|
|
|
281
|
-
:type execution_context: int | str | None
|
|
282
|
-
:type undo: bool | None
|
|
283
226
|
:param xmin: X Min
|
|
284
|
-
:type xmin: int | None
|
|
285
227
|
:param xmax: X Max
|
|
286
|
-
:type xmax: int | None
|
|
287
228
|
:param ymin: Y Min
|
|
288
|
-
:type ymin: int | None
|
|
289
229
|
:param ymax: Y Max
|
|
290
|
-
:type ymax: int | None
|
|
291
230
|
:param wait_for_input: Wait for Input
|
|
292
|
-
:type wait_for_input: bool | None
|
|
293
231
|
:param deselect: Deselect, Deselect rather than select items
|
|
294
|
-
:type deselect: bool | None
|
|
295
232
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
296
|
-
:type extend: bool | None
|
|
297
233
|
"""
|
|
298
234
|
|
|
299
235
|
def channels_select_filter(
|
|
@@ -301,11 +237,7 @@ def channels_select_filter(
|
|
|
301
237
|
undo: bool | None = None,
|
|
302
238
|
/,
|
|
303
239
|
) -> None:
|
|
304
|
-
"""Start entering text which filters the set of channels shown to only include those with matching names
|
|
305
|
-
|
|
306
|
-
:type execution_context: int | str | None
|
|
307
|
-
:type undo: bool | None
|
|
308
|
-
"""
|
|
240
|
+
"""Start entering text which filters the set of channels shown to only include those with matching names"""
|
|
309
241
|
|
|
310
242
|
def channels_setting_disable(
|
|
311
243
|
execution_context: int | str | None = None,
|
|
@@ -317,12 +249,8 @@ def channels_setting_disable(
|
|
|
317
249
|
) -> None:
|
|
318
250
|
"""Disable specified setting on all selected animation channels
|
|
319
251
|
|
|
320
|
-
:type execution_context: int | str | None
|
|
321
|
-
:type undo: bool | None
|
|
322
252
|
:param mode: Mode
|
|
323
|
-
:type mode: typing.Literal['TOGGLE','DISABLE','ENABLE','INVERT'] | None
|
|
324
253
|
:param type: Type
|
|
325
|
-
:type type: typing.Literal['PROTECT','MUTE'] | None
|
|
326
254
|
"""
|
|
327
255
|
|
|
328
256
|
def channels_setting_enable(
|
|
@@ -335,12 +263,8 @@ def channels_setting_enable(
|
|
|
335
263
|
) -> None:
|
|
336
264
|
"""Enable specified setting on all selected animation channels
|
|
337
265
|
|
|
338
|
-
:type execution_context: int | str | None
|
|
339
|
-
:type undo: bool | None
|
|
340
266
|
:param mode: Mode
|
|
341
|
-
:type mode: typing.Literal['TOGGLE','DISABLE','ENABLE','INVERT'] | None
|
|
342
267
|
:param type: Type
|
|
343
|
-
:type type: typing.Literal['PROTECT','MUTE'] | None
|
|
344
268
|
"""
|
|
345
269
|
|
|
346
270
|
def channels_setting_toggle(
|
|
@@ -353,12 +277,8 @@ def channels_setting_toggle(
|
|
|
353
277
|
) -> None:
|
|
354
278
|
"""Toggle specified setting on all selected animation channels
|
|
355
279
|
|
|
356
|
-
:type execution_context: int | str | None
|
|
357
|
-
:type undo: bool | None
|
|
358
280
|
:param mode: Mode
|
|
359
|
-
:type mode: typing.Literal['TOGGLE','DISABLE','ENABLE','INVERT'] | None
|
|
360
281
|
:param type: Type
|
|
361
|
-
:type type: typing.Literal['PROTECT','MUTE'] | None
|
|
362
282
|
"""
|
|
363
283
|
|
|
364
284
|
def channels_ungroup(
|
|
@@ -366,11 +286,7 @@ def channels_ungroup(
|
|
|
366
286
|
undo: bool | None = None,
|
|
367
287
|
/,
|
|
368
288
|
) -> None:
|
|
369
|
-
"""Remove selected F-Curves from their current groups
|
|
370
|
-
|
|
371
|
-
:type execution_context: int | str | None
|
|
372
|
-
:type undo: bool | None
|
|
373
|
-
"""
|
|
289
|
+
"""Remove selected F-Curves from their current groups"""
|
|
374
290
|
|
|
375
291
|
def channels_view_selected(
|
|
376
292
|
execution_context: int | str | None = None,
|
|
@@ -382,12 +298,8 @@ def channels_view_selected(
|
|
|
382
298
|
) -> None:
|
|
383
299
|
"""Reset viewable area to show the selected channels
|
|
384
300
|
|
|
385
|
-
:type execution_context: int | str | None
|
|
386
|
-
:type undo: bool | None
|
|
387
301
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
388
|
-
:type include_handles: bool | None
|
|
389
302
|
:param use_preview_range: Use Preview Range, Ignore frames outside of the preview range
|
|
390
|
-
:type use_preview_range: bool | None
|
|
391
303
|
"""
|
|
392
304
|
|
|
393
305
|
def clear_useless_actions(
|
|
@@ -399,21 +311,7 @@ def clear_useless_actions(
|
|
|
399
311
|
) -> None:
|
|
400
312
|
"""Mark actions with no F-Curves for deletion after save and reload of file preserving "action libraries"
|
|
401
313
|
|
|
402
|
-
:type execution_context: int | str | None
|
|
403
|
-
:type undo: bool | None
|
|
404
314
|
:param only_unused: Only Unused, Only unused (Fake User only) actions get considered
|
|
405
|
-
:type only_unused: bool | None
|
|
406
|
-
"""
|
|
407
|
-
|
|
408
|
-
def convert_legacy_action(
|
|
409
|
-
execution_context: int | str | None = None,
|
|
410
|
-
undo: bool | None = None,
|
|
411
|
-
/,
|
|
412
|
-
) -> None:
|
|
413
|
-
"""Convert a legacy Action to a layered Action on the active object
|
|
414
|
-
|
|
415
|
-
:type execution_context: int | str | None
|
|
416
|
-
:type undo: bool | None
|
|
417
315
|
"""
|
|
418
316
|
|
|
419
317
|
def copy_driver_button(
|
|
@@ -421,33 +319,21 @@ def copy_driver_button(
|
|
|
421
319
|
undo: bool | None = None,
|
|
422
320
|
/,
|
|
423
321
|
) -> None:
|
|
424
|
-
"""Copy the driver for the highlighted button
|
|
425
|
-
|
|
426
|
-
:type execution_context: int | str | None
|
|
427
|
-
:type undo: bool | None
|
|
428
|
-
"""
|
|
322
|
+
"""Copy the driver for the highlighted button"""
|
|
429
323
|
|
|
430
324
|
def driver_button_add(
|
|
431
325
|
execution_context: int | str | None = None,
|
|
432
326
|
undo: bool | None = None,
|
|
433
327
|
/,
|
|
434
328
|
) -> None:
|
|
435
|
-
"""Add driver for the property under the cursor
|
|
436
|
-
|
|
437
|
-
:type execution_context: int | str | None
|
|
438
|
-
:type undo: bool | None
|
|
439
|
-
"""
|
|
329
|
+
"""Add driver for the property under the cursor"""
|
|
440
330
|
|
|
441
331
|
def driver_button_edit(
|
|
442
332
|
execution_context: int | str | None = None,
|
|
443
333
|
undo: bool | None = None,
|
|
444
334
|
/,
|
|
445
335
|
) -> None:
|
|
446
|
-
"""Edit the drivers for the connected property represented by the highlighted button
|
|
447
|
-
|
|
448
|
-
:type execution_context: int | str | None
|
|
449
|
-
:type undo: bool | None
|
|
450
|
-
"""
|
|
336
|
+
"""Edit the drivers for the connected property represented by the highlighted button"""
|
|
451
337
|
|
|
452
338
|
def driver_button_remove(
|
|
453
339
|
execution_context: int | str | None = None,
|
|
@@ -458,10 +344,7 @@ def driver_button_remove(
|
|
|
458
344
|
) -> None:
|
|
459
345
|
"""Remove the driver(s) for the connected property(s) represented by the highlighted button
|
|
460
346
|
|
|
461
|
-
:type execution_context: int | str | None
|
|
462
|
-
:type undo: bool | None
|
|
463
347
|
:param all: All, Delete drivers for all elements of the array
|
|
464
|
-
:type all: bool | None
|
|
465
348
|
"""
|
|
466
349
|
|
|
467
350
|
def end_frame_set(
|
|
@@ -469,11 +352,7 @@ def end_frame_set(
|
|
|
469
352
|
undo: bool | None = None,
|
|
470
353
|
/,
|
|
471
354
|
) -> None:
|
|
472
|
-
"""Set the current frame as the preview or scene end frame
|
|
473
|
-
|
|
474
|
-
:type execution_context: int | str | None
|
|
475
|
-
:type undo: bool | None
|
|
476
|
-
"""
|
|
355
|
+
"""Set the current frame as the preview or scene end frame"""
|
|
477
356
|
|
|
478
357
|
def keyframe_clear_button(
|
|
479
358
|
execution_context: int | str | None = None,
|
|
@@ -484,10 +363,7 @@ def keyframe_clear_button(
|
|
|
484
363
|
) -> None:
|
|
485
364
|
"""Clear all keyframes on the currently active property
|
|
486
365
|
|
|
487
|
-
:type execution_context: int | str | None
|
|
488
|
-
:type undo: bool | None
|
|
489
366
|
:param all: All, Clear keyframes from all elements of the array
|
|
490
|
-
:type all: bool | None
|
|
491
367
|
"""
|
|
492
368
|
|
|
493
369
|
def keyframe_clear_v3d(
|
|
@@ -499,10 +375,7 @@ def keyframe_clear_v3d(
|
|
|
499
375
|
) -> None:
|
|
500
376
|
"""Remove all keyframe animation for selected objects
|
|
501
377
|
|
|
502
|
-
:type execution_context: int | str | None
|
|
503
|
-
:type undo: bool | None
|
|
504
378
|
:param confirm: Confirm, Prompt for confirmation
|
|
505
|
-
:type confirm: bool | None
|
|
506
379
|
"""
|
|
507
380
|
|
|
508
381
|
def keyframe_clear_vse(
|
|
@@ -514,10 +387,7 @@ def keyframe_clear_vse(
|
|
|
514
387
|
) -> None:
|
|
515
388
|
"""Remove all keyframe animation for selected strips
|
|
516
389
|
|
|
517
|
-
:type execution_context: int | str | None
|
|
518
|
-
:type undo: bool | None
|
|
519
390
|
:param confirm: Confirm, Prompt for confirmation
|
|
520
|
-
:type confirm: bool | None
|
|
521
391
|
"""
|
|
522
392
|
|
|
523
393
|
def keyframe_delete(
|
|
@@ -529,10 +399,7 @@ def keyframe_delete(
|
|
|
529
399
|
) -> None:
|
|
530
400
|
"""Delete keyframes on the current frame for all properties in the specified Keying Set
|
|
531
401
|
|
|
532
|
-
:type execution_context: int | str | None
|
|
533
|
-
:type undo: bool | None
|
|
534
402
|
:param type: Keying Set, The Keying Set to use
|
|
535
|
-
:type type: str | None
|
|
536
403
|
"""
|
|
537
404
|
|
|
538
405
|
def keyframe_delete_button(
|
|
@@ -544,10 +411,7 @@ def keyframe_delete_button(
|
|
|
544
411
|
) -> None:
|
|
545
412
|
"""Delete current keyframe of current UI-active property
|
|
546
413
|
|
|
547
|
-
:type execution_context: int | str | None
|
|
548
|
-
:type undo: bool | None
|
|
549
414
|
:param all: All, Delete keyframes from all elements of the array
|
|
550
|
-
:type all: bool | None
|
|
551
415
|
"""
|
|
552
416
|
|
|
553
417
|
def keyframe_delete_by_name(
|
|
@@ -559,10 +423,7 @@ def keyframe_delete_by_name(
|
|
|
559
423
|
) -> None:
|
|
560
424
|
"""Alternate access to Delete Keyframe for keymaps to use
|
|
561
425
|
|
|
562
|
-
:type execution_context: int | str | None
|
|
563
|
-
:type undo: bool | None
|
|
564
426
|
:param type: Keying Set, The Keying Set to use
|
|
565
|
-
:type type: str
|
|
566
427
|
"""
|
|
567
428
|
|
|
568
429
|
def keyframe_delete_v3d(
|
|
@@ -574,10 +435,7 @@ def keyframe_delete_v3d(
|
|
|
574
435
|
) -> None:
|
|
575
436
|
"""Remove keyframes on current frame for selected objects and bones
|
|
576
437
|
|
|
577
|
-
:type execution_context: int | str | None
|
|
578
|
-
:type undo: bool | None
|
|
579
438
|
:param confirm: Confirm, Prompt for confirmation
|
|
580
|
-
:type confirm: bool | None
|
|
581
439
|
"""
|
|
582
440
|
|
|
583
441
|
def keyframe_delete_vse(
|
|
@@ -589,10 +447,7 @@ def keyframe_delete_vse(
|
|
|
589
447
|
) -> None:
|
|
590
448
|
"""Remove keyframes on current frame for selected strips
|
|
591
449
|
|
|
592
|
-
:type execution_context: int | str | None
|
|
593
|
-
:type undo: bool | None
|
|
594
450
|
:param confirm: Confirm, Prompt for confirmation
|
|
595
|
-
:type confirm: bool | None
|
|
596
451
|
"""
|
|
597
452
|
|
|
598
453
|
def keyframe_insert(
|
|
@@ -604,10 +459,7 @@ def keyframe_insert(
|
|
|
604
459
|
) -> None:
|
|
605
460
|
"""Insert keyframes on the current frame using either the active keying set, or the user preferences if no keying set is active
|
|
606
461
|
|
|
607
|
-
:type execution_context: int | str | None
|
|
608
|
-
:type undo: bool | None
|
|
609
462
|
:param type: Keying Set, The Keying Set to use
|
|
610
|
-
:type type: str | None
|
|
611
463
|
"""
|
|
612
464
|
|
|
613
465
|
def keyframe_insert_button(
|
|
@@ -619,10 +471,7 @@ def keyframe_insert_button(
|
|
|
619
471
|
) -> None:
|
|
620
472
|
"""Insert a keyframe for current UI-active property
|
|
621
473
|
|
|
622
|
-
:type execution_context: int | str | None
|
|
623
|
-
:type undo: bool | None
|
|
624
474
|
:param all: All, Insert a keyframe for all element of the array
|
|
625
|
-
:type all: bool | None
|
|
626
475
|
"""
|
|
627
476
|
|
|
628
477
|
def keyframe_insert_by_name(
|
|
@@ -634,10 +483,7 @@ def keyframe_insert_by_name(
|
|
|
634
483
|
) -> None:
|
|
635
484
|
"""Alternate access to Insert Keyframe for keymaps to use
|
|
636
485
|
|
|
637
|
-
:type execution_context: int | str | None
|
|
638
|
-
:type undo: bool | None
|
|
639
486
|
:param type: Keying Set, The Keying Set to use
|
|
640
|
-
:type type: str
|
|
641
487
|
"""
|
|
642
488
|
|
|
643
489
|
def keyframe_insert_menu(
|
|
@@ -650,12 +496,8 @@ def keyframe_insert_menu(
|
|
|
650
496
|
) -> None:
|
|
651
497
|
"""Insert Keyframes for specified Keying Set, with menu of available Keying Sets if undefined
|
|
652
498
|
|
|
653
|
-
:type execution_context: int | str | None
|
|
654
|
-
:type undo: bool | None
|
|
655
499
|
:param type: Keying Set, The Keying Set to use
|
|
656
|
-
:type type: str | None
|
|
657
500
|
:param always_prompt: Always Show Menu
|
|
658
|
-
:type always_prompt: bool | None
|
|
659
501
|
"""
|
|
660
502
|
|
|
661
503
|
def keying_set_active_set(
|
|
@@ -667,10 +509,7 @@ def keying_set_active_set(
|
|
|
667
509
|
) -> None:
|
|
668
510
|
"""Set a new active keying set
|
|
669
511
|
|
|
670
|
-
:type execution_context: int | str | None
|
|
671
|
-
:type undo: bool | None
|
|
672
512
|
:param type: Keying Set, The Keying Set to use
|
|
673
|
-
:type type: str | None
|
|
674
513
|
"""
|
|
675
514
|
|
|
676
515
|
def keying_set_add(
|
|
@@ -678,11 +517,7 @@ def keying_set_add(
|
|
|
678
517
|
undo: bool | None = None,
|
|
679
518
|
/,
|
|
680
519
|
) -> None:
|
|
681
|
-
"""Add a new (empty) keying set to the active Scene
|
|
682
|
-
|
|
683
|
-
:type execution_context: int | str | None
|
|
684
|
-
:type undo: bool | None
|
|
685
|
-
"""
|
|
520
|
+
"""Add a new (empty) keying set to the active Scene"""
|
|
686
521
|
|
|
687
522
|
def keying_set_export(
|
|
688
523
|
execution_context: int | str | None = None,
|
|
@@ -696,16 +531,10 @@ def keying_set_export(
|
|
|
696
531
|
) -> None:
|
|
697
532
|
"""Export Keying Set to a Python script
|
|
698
533
|
|
|
699
|
-
:type execution_context: int | str | None
|
|
700
|
-
:type undo: bool | None
|
|
701
534
|
:param filepath: filepath
|
|
702
|
-
:type filepath: str
|
|
703
535
|
:param filter_folder: Filter folders
|
|
704
|
-
:type filter_folder: bool | None
|
|
705
536
|
:param filter_text: Filter text
|
|
706
|
-
:type filter_text: bool | None
|
|
707
537
|
:param filter_python: Filter Python
|
|
708
|
-
:type filter_python: bool | None
|
|
709
538
|
"""
|
|
710
539
|
|
|
711
540
|
def keying_set_path_add(
|
|
@@ -713,33 +542,21 @@ def keying_set_path_add(
|
|
|
713
542
|
undo: bool | None = None,
|
|
714
543
|
/,
|
|
715
544
|
) -> None:
|
|
716
|
-
"""Add empty path to active keying set
|
|
717
|
-
|
|
718
|
-
:type execution_context: int | str | None
|
|
719
|
-
:type undo: bool | None
|
|
720
|
-
"""
|
|
545
|
+
"""Add empty path to active keying set"""
|
|
721
546
|
|
|
722
547
|
def keying_set_path_remove(
|
|
723
548
|
execution_context: int | str | None = None,
|
|
724
549
|
undo: bool | None = None,
|
|
725
550
|
/,
|
|
726
551
|
) -> None:
|
|
727
|
-
"""Remove active Path from active keying set
|
|
728
|
-
|
|
729
|
-
:type execution_context: int | str | None
|
|
730
|
-
:type undo: bool | None
|
|
731
|
-
"""
|
|
552
|
+
"""Remove active Path from active keying set"""
|
|
732
553
|
|
|
733
554
|
def keying_set_remove(
|
|
734
555
|
execution_context: int | str | None = None,
|
|
735
556
|
undo: bool | None = None,
|
|
736
557
|
/,
|
|
737
558
|
) -> None:
|
|
738
|
-
"""Remove the active keying set
|
|
739
|
-
|
|
740
|
-
:type execution_context: int | str | None
|
|
741
|
-
:type undo: bool | None
|
|
742
|
-
"""
|
|
559
|
+
"""Remove the active keying set"""
|
|
743
560
|
|
|
744
561
|
def keyingset_button_add(
|
|
745
562
|
execution_context: int | str | None = None,
|
|
@@ -750,10 +567,7 @@ def keyingset_button_add(
|
|
|
750
567
|
) -> None:
|
|
751
568
|
"""Add current UI-active property to current keying set
|
|
752
569
|
|
|
753
|
-
:type execution_context: int | str | None
|
|
754
|
-
:type undo: bool | None
|
|
755
570
|
:param all: All, Add all elements of the array to a Keying Set
|
|
756
|
-
:type all: bool | None
|
|
757
571
|
"""
|
|
758
572
|
|
|
759
573
|
def keyingset_button_remove(
|
|
@@ -761,44 +575,28 @@ def keyingset_button_remove(
|
|
|
761
575
|
undo: bool | None = None,
|
|
762
576
|
/,
|
|
763
577
|
) -> None:
|
|
764
|
-
"""Remove current UI-active property from current keying set
|
|
765
|
-
|
|
766
|
-
:type execution_context: int | str | None
|
|
767
|
-
:type undo: bool | None
|
|
768
|
-
"""
|
|
578
|
+
"""Remove current UI-active property from current keying set"""
|
|
769
579
|
|
|
770
580
|
def merge_animation(
|
|
771
581
|
execution_context: int | str | None = None,
|
|
772
582
|
undo: bool | None = None,
|
|
773
583
|
/,
|
|
774
584
|
) -> None:
|
|
775
|
-
"""Merge the animation of the selected objects into the action of the active object. Actions are not deleted by this, but might end up with zero users
|
|
776
|
-
|
|
777
|
-
:type execution_context: int | str | None
|
|
778
|
-
:type undo: bool | None
|
|
779
|
-
"""
|
|
585
|
+
"""Merge the animation of the selected objects into the action of the active object. Actions are not deleted by this, but might end up with zero users"""
|
|
780
586
|
|
|
781
587
|
def paste_driver_button(
|
|
782
588
|
execution_context: int | str | None = None,
|
|
783
589
|
undo: bool | None = None,
|
|
784
590
|
/,
|
|
785
591
|
) -> None:
|
|
786
|
-
"""Paste the driver in the internal clipboard to the highlighted button
|
|
787
|
-
|
|
788
|
-
:type execution_context: int | str | None
|
|
789
|
-
:type undo: bool | None
|
|
790
|
-
"""
|
|
592
|
+
"""Paste the driver in the internal clipboard to the highlighted button"""
|
|
791
593
|
|
|
792
594
|
def previewrange_clear(
|
|
793
595
|
execution_context: int | str | None = None,
|
|
794
596
|
undo: bool | None = None,
|
|
795
597
|
/,
|
|
796
598
|
) -> None:
|
|
797
|
-
"""Clear preview range
|
|
798
|
-
|
|
799
|
-
:type execution_context: int | str | None
|
|
800
|
-
:type undo: bool | None
|
|
801
|
-
"""
|
|
599
|
+
"""Clear preview range"""
|
|
802
600
|
|
|
803
601
|
def previewrange_set(
|
|
804
602
|
execution_context: int | str | None = None,
|
|
@@ -813,18 +611,11 @@ def previewrange_set(
|
|
|
813
611
|
) -> None:
|
|
814
612
|
"""Interactively define frame range used for playback
|
|
815
613
|
|
|
816
|
-
:type execution_context: int | str | None
|
|
817
|
-
:type undo: bool | None
|
|
818
614
|
:param xmin: X Min
|
|
819
|
-
:type xmin: int | None
|
|
820
615
|
:param xmax: X Max
|
|
821
|
-
:type xmax: int | None
|
|
822
616
|
:param ymin: Y Min
|
|
823
|
-
:type ymin: int | None
|
|
824
617
|
:param ymax: Y Max
|
|
825
|
-
:type ymax: int | None
|
|
826
618
|
:param wait_for_input: Wait for Input
|
|
827
|
-
:type wait_for_input: bool | None
|
|
828
619
|
"""
|
|
829
620
|
|
|
830
621
|
def scene_range_frame(
|
|
@@ -832,88 +623,56 @@ def scene_range_frame(
|
|
|
832
623
|
undo: bool | None = None,
|
|
833
624
|
/,
|
|
834
625
|
) -> None:
|
|
835
|
-
"""Reset the horizontal view to the current scene frame range, taking the preview range into account if it is active
|
|
836
|
-
|
|
837
|
-
:type execution_context: int | str | None
|
|
838
|
-
:type undo: bool | None
|
|
839
|
-
"""
|
|
626
|
+
"""Reset the horizontal view to the current scene frame range, taking the preview range into account if it is active"""
|
|
840
627
|
|
|
841
628
|
def separate_slots(
|
|
842
629
|
execution_context: int | str | None = None,
|
|
843
630
|
undo: bool | None = None,
|
|
844
631
|
/,
|
|
845
632
|
) -> None:
|
|
846
|
-
"""Move all slots of the action on the active object into newly created, separate actions. All users of those slots will be reassigned to the new actions. The current action wont be deleted but will be empty and might end up having zero users
|
|
847
|
-
|
|
848
|
-
:type execution_context: int | str | None
|
|
849
|
-
:type undo: bool | None
|
|
850
|
-
"""
|
|
633
|
+
"""Move all slots of the action on the active object into newly created, separate actions. All users of those slots will be reassigned to the new actions. The current action wont be deleted but will be empty and might end up having zero users"""
|
|
851
634
|
|
|
852
635
|
def slot_channels_move_to_new_action(
|
|
853
636
|
execution_context: int | str | None = None,
|
|
854
637
|
undo: bool | None = None,
|
|
855
638
|
/,
|
|
856
639
|
) -> None:
|
|
857
|
-
"""Move the selected slots into a newly created action
|
|
858
|
-
|
|
859
|
-
:type execution_context: int | str | None
|
|
860
|
-
:type undo: bool | None
|
|
861
|
-
"""
|
|
640
|
+
"""Move the selected slots into a newly created action"""
|
|
862
641
|
|
|
863
642
|
def slot_new_for_id(
|
|
864
643
|
execution_context: int | str | None = None,
|
|
865
644
|
undo: bool | None = None,
|
|
866
645
|
/,
|
|
867
646
|
) -> None:
|
|
868
|
-
"""Create a new action slot for this data-block, to hold its animation
|
|
869
|
-
|
|
870
|
-
:type execution_context: int | str | None
|
|
871
|
-
:type undo: bool | None
|
|
872
|
-
"""
|
|
647
|
+
"""Create a new action slot for this data-block, to hold its animation"""
|
|
873
648
|
|
|
874
649
|
def slot_unassign_from_constraint(
|
|
875
650
|
execution_context: int | str | None = None,
|
|
876
651
|
undo: bool | None = None,
|
|
877
652
|
/,
|
|
878
653
|
) -> None:
|
|
879
|
-
"""Un-assign the action slot from this constraint
|
|
880
|
-
|
|
881
|
-
:type execution_context: int | str | None
|
|
882
|
-
:type undo: bool | None
|
|
883
|
-
"""
|
|
654
|
+
"""Un-assign the action slot from this constraint"""
|
|
884
655
|
|
|
885
656
|
def slot_unassign_from_id(
|
|
886
657
|
execution_context: int | str | None = None,
|
|
887
658
|
undo: bool | None = None,
|
|
888
659
|
/,
|
|
889
660
|
) -> None:
|
|
890
|
-
"""Un-assign the action slot, effectively making this data-block non-animated
|
|
891
|
-
|
|
892
|
-
:type execution_context: int | str | None
|
|
893
|
-
:type undo: bool | None
|
|
894
|
-
"""
|
|
661
|
+
"""Un-assign the action slot, effectively making this data-block non-animated"""
|
|
895
662
|
|
|
896
663
|
def slot_unassign_from_nla_strip(
|
|
897
664
|
execution_context: int | str | None = None,
|
|
898
665
|
undo: bool | None = None,
|
|
899
666
|
/,
|
|
900
667
|
) -> None:
|
|
901
|
-
"""Un-assign the action slot from this NLA strip, effectively making it non-animated
|
|
902
|
-
|
|
903
|
-
:type execution_context: int | str | None
|
|
904
|
-
:type undo: bool | None
|
|
905
|
-
"""
|
|
668
|
+
"""Un-assign the action slot from this NLA strip, effectively making it non-animated"""
|
|
906
669
|
|
|
907
670
|
def start_frame_set(
|
|
908
671
|
execution_context: int | str | None = None,
|
|
909
672
|
undo: bool | None = None,
|
|
910
673
|
/,
|
|
911
674
|
) -> None:
|
|
912
|
-
"""Set the current frame as the preview or scene start frame
|
|
913
|
-
|
|
914
|
-
:type execution_context: int | str | None
|
|
915
|
-
:type undo: bool | None
|
|
916
|
-
"""
|
|
675
|
+
"""Set the current frame as the preview or scene start frame"""
|
|
917
676
|
|
|
918
677
|
def update_animated_transform_constraints(
|
|
919
678
|
execution_context: int | str | None = None,
|
|
@@ -924,12 +683,16 @@ def update_animated_transform_constraints(
|
|
|
924
683
|
) -> None:
|
|
925
684
|
"""Update f-curves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)
|
|
926
685
|
|
|
927
|
-
:type execution_context: int | str | None
|
|
928
|
-
:type undo: bool | None
|
|
929
686
|
:param use_convert_to_radians: Convert to Radians, Convert f-curves/drivers affecting rotations to radians.Warning: Use this only once
|
|
930
|
-
:type use_convert_to_radians: bool | None
|
|
931
687
|
"""
|
|
932
688
|
|
|
689
|
+
def version_bone_hide_property(
|
|
690
|
+
execution_context: int | str | None = None,
|
|
691
|
+
undo: bool | None = None,
|
|
692
|
+
/,
|
|
693
|
+
) -> None:
|
|
694
|
+
"""Moves any F-Curves for the hide property of selected armatures into the action of the object. This will only operate on the first layer and strip of the action"""
|
|
695
|
+
|
|
933
696
|
def view_curve_in_graph_editor(
|
|
934
697
|
execution_context: int | str | None = None,
|
|
935
698
|
undo: bool | None = None,
|
|
@@ -940,10 +703,6 @@ def view_curve_in_graph_editor(
|
|
|
940
703
|
) -> None:
|
|
941
704
|
"""Frame the property under the cursor in the Graph Editor
|
|
942
705
|
|
|
943
|
-
:type execution_context: int | str | None
|
|
944
|
-
:type undo: bool | None
|
|
945
706
|
:param all: Show All, Frame the whole array property instead of only the index under the cursor
|
|
946
|
-
:type all: bool | None
|
|
947
707
|
:param isolate: Isolate, Hides all F-Curves other than the ones being framed
|
|
948
|
-
:type isolate: bool | None
|
|
949
708
|
"""
|