fake-bpy-module 20240320__py3-none-any.whl → 20240322__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.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- addon_utils/__init__.pyi +54 -10
- animsys_refactor/__init__.pyi +27 -11
- aud/__init__.pyi +130 -123
- bgl/__init__.pyi +1831 -216
- bl_app_override/__init__.pyi +14 -3
- bl_app_override/helpers/__init__.pyi +19 -10
- bl_app_template_utils/__init__.pyi +19 -4
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -5
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -5
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -2
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -15
- bl_i18n_utils/merge_po/__init__.pyi +4 -1
- bl_i18n_utils/settings/__init__.pyi +19 -23
- bl_i18n_utils/utils/__init__.pyi +81 -143
- bl_i18n_utils/utils_cli/__init__.pyi +29 -6
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -1
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -2
- bl_keymap_utils/io/__init__.pyi +44 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -2
- bl_keymap_utils/versioning/__init__.pyi +4 -1
- bl_math/__init__.pyi +3 -3
- bl_operators/__init__.pyi +9 -2
- bl_operators/add_mesh_torus/__init__.pyi +120 -49
- bl_operators/anim/__init__.pyi +903 -297
- bl_operators/assets/__init__.pyi +348 -123
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -9
- bl_operators/clip/__init__.pyi +1262 -470
- bl_operators/console/__init__.pyi +542 -160
- bl_operators/constraint/__init__.pyi +452 -140
- bl_operators/file/__init__.pyi +339 -114
- bl_operators/freestyle/__init__.pyi +440 -132
- bl_operators/geometry_nodes/__init__.pyi +2131 -842
- bl_operators/image/__init__.pyi +330 -97
- bl_operators/mesh/__init__.pyi +339 -109
- bl_operators/node/__init__.pyi +1506 -621
- bl_operators/object/__init__.pyi +1828 -668
- bl_operators/object_align/__init__.pyi +124 -35
- bl_operators/object_quick_effects/__init__.pyi +470 -149
- bl_operators/object_randomize_transform/__init__.pyi +114 -35
- bl_operators/presets/__init__.pyi +3056 -1374
- bl_operators/rigidbody/__init__.pyi +336 -106
- bl_operators/screen_play_rendered_anim/__init__.pyi +115 -33
- bl_operators/sequencer/__init__.pyi +579 -204
- bl_operators/spreadsheet/__init__.pyi +110 -38
- bl_operators/userpref/__init__.pyi +3201 -1236
- bl_operators/uvcalc_follow_active/__init__.pyi +119 -38
- bl_operators/uvcalc_lightmap/__init__.pyi +137 -54
- bl_operators/uvcalc_transform/__init__.pyi +295 -83
- bl_operators/vertexpaint_dirt/__init__.pyi +119 -34
- bl_operators/view3d/__init__.pyi +542 -184
- bl_operators/wm/__init__.pyi +5554 -2159
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -7
- bl_rna_utils/data_path/__init__.pyi +12 -2
- bl_text_utils/external_editor/__init__.pyi +4 -1
- bl_ui/__init__.pyi +346 -146
- bl_ui/anim/__init__.pyi +107 -47
- bl_ui/asset_shelf/__init__.pyi +111 -33
- bl_ui/generic_ui_list/__init__.pyi +349 -146
- bl_ui/node_add_menu/__init__.pyi +138 -53
- bl_ui/node_add_menu_compositor/__init__.pyi +2134 -1016
- bl_ui/node_add_menu_geometry/__init__.pyi +5833 -2855
- bl_ui/node_add_menu_shader/__init__.pyi +1162 -511
- bl_ui/node_add_menu_texture/__init__.pyi +1008 -450
- bl_ui/properties_animviz/__init__.pyi +14 -12
- bl_ui/properties_collection/__init__.pyi +601 -218
- bl_ui/properties_constraint/__init__.pyi +10115 -10647
- bl_ui/properties_data_armature/__init__.pyi +1550 -648
- bl_ui/properties_data_bone/__init__.pyi +1317 -511
- bl_ui/properties_data_camera/__init__.pyi +1852 -719
- bl_ui/properties_data_curve/__init__.pyi +2015 -781
- bl_ui/properties_data_curves/__init__.pyi +713 -262
- bl_ui/properties_data_empty/__init__.pyi +252 -84
- bl_ui/properties_data_gpencil/__init__.pyi +2505 -1105
- bl_ui/properties_data_grease_pencil/__init__.pyi +1350 -594
- bl_ui/properties_data_lattice/__init__.pyi +374 -123
- bl_ui/properties_data_light/__init__.pyi +1319 -489
- bl_ui/properties_data_lightprobe/__init__.pyi +734 -241
- bl_ui/properties_data_mesh/__init__.pyi +2652 -1189
- bl_ui/properties_data_metaball/__init__.pyi +610 -197
- bl_ui/properties_data_modifier/__init__.pyi +1143 -506
- bl_ui/properties_data_pointcloud/__init__.pyi +670 -303
- bl_ui/properties_data_shaderfx/__init__.pyi +126 -36
- bl_ui/properties_data_speaker/__init__.pyi +618 -195
- bl_ui/properties_data_volume/__init__.pyi +1052 -408
- bl_ui/properties_freestyle/__init__.pyi +3366 -1450
- bl_ui/properties_grease_pencil_common/__init__.pyi +1634 -776
- bl_ui/properties_mask_common/__init__.pyi +803 -371
- bl_ui/properties_material/__init__.pyi +2038 -831
- bl_ui/properties_material_gpencil/__init__.pyi +1272 -523
- bl_ui/properties_object/__init__.pyi +1863 -745
- bl_ui/properties_output/__init__.pyi +2482 -1071
- bl_ui/properties_paint_common/__init__.pyi +317 -424
- bl_ui/properties_particle/__init__.pyi +7235 -2942
- bl_ui/properties_physics_cloth/__init__.pyi +1903 -758
- bl_ui/properties_physics_common/__init__.pyi +164 -51
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2787 -1114
- bl_ui/properties_physics_field/__init__.pyi +1294 -486
- bl_ui/properties_physics_fluid/__init__.pyi +3631 -1545
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +115 -34
- bl_ui/properties_physics_rigidbody/__init__.pyi +983 -312
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1718 -656
- bl_ui/properties_physics_softbody/__init__.pyi +2091 -836
- bl_ui/properties_render/__init__.pyi +7177 -2939
- bl_ui/properties_scene/__init__.pyi +1881 -760
- bl_ui/properties_texture/__init__.pyi +3539 -1399
- bl_ui/properties_view_layer/__init__.pyi +2368 -940
- bl_ui/properties_workspace/__init__.pyi +517 -202
- bl_ui/properties_world/__init__.pyi +862 -269
- bl_ui/space_clip/__init__.pyi +9127 -4137
- bl_ui/space_console/__init__.pyi +666 -286
- bl_ui/space_dopesheet/__init__.pyi +3287 -1504
- bl_ui/space_filebrowser/__init__.pyi +3958 -1935
- bl_ui/space_graph/__init__.pyi +2406 -1142
- bl_ui/space_image/__init__.pyi +9242 -4526
- bl_ui/space_info/__init__.pyi +664 -285
- bl_ui/space_nla/__init__.pyi +2014 -932
- bl_ui/space_node/__init__.pyi +4549 -1949
- bl_ui/space_outliner/__init__.pyi +1619 -745
- bl_ui/space_properties/__init__.pyi +340 -105
- bl_ui/space_sequencer/__init__.pyi +9396 -4264
- bl_ui/space_spreadsheet/__init__.pyi +110 -60
- bl_ui/space_statusbar/__init__.pyi +107 -32
- bl_ui/space_text/__init__.pyi +1907 -872
- bl_ui/space_time/__init__.pyi +812 -327
- bl_ui/space_toolsystem_common/__init__.pyi +203 -99
- bl_ui/space_toolsystem_toolbar/__init__.pyi +845 -289
- bl_ui/space_topbar/__init__.pyi +3131 -1437
- bl_ui/space_userpref/__init__.pyi +11510 -4926
- bl_ui/space_view3d/__init__.pyi +31358 -14417
- bl_ui/space_view3d_toolbar/__init__.pyi +12401 -6163
- bl_ui/utils/__init__.pyi +7 -16
- bl_ui_utils/bug_report_url/__init__.pyi +4 -1
- bl_ui_utils/layout/__init__.pyi +4 -1
- blend_render_info/__init__.pyi +13 -3
- blf/__init__.pyi +5 -7
- bmesh/__init__.pyi +7 -7
- bmesh/geometry/__init__.pyi +5 -5
- bmesh/ops/__init__.pyi +490 -504
- bmesh/types/__init__.pyi +253 -247
- bmesh/utils/__init__.pyi +54 -54
- bpy/__init__.pyi +2 -2
- bpy/app/__init__.pyi +4 -5
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -10
- bpy/app/timers/__init__.pyi +9 -11
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +3 -12
- bpy/ops/action/__init__.pyi +316 -415
- bpy/ops/anim/__init__.pyi +428 -566
- bpy/ops/armature/__init__.pyi +360 -488
- bpy/ops/asset/__init__.pyi +146 -183
- bpy/ops/boid/__init__.pyi +50 -67
- bpy/ops/brush/__init__.pyi +72 -96
- bpy/ops/buttons/__init__.pyi +128 -142
- bpy/ops/cachefile/__init__.pyi +124 -137
- bpy/ops/camera/__init__.pyi +22 -28
- bpy/ops/clip/__init__.pyi +768 -1005
- bpy/ops/cloth/__init__.pyi +10 -13
- bpy/ops/collection/__init__.pyi +36 -50
- bpy/ops/console/__init__.pyi +150 -203
- bpy/ops/constraint/__init__.pyi +150 -201
- bpy/ops/curve/__init__.pyi +474 -607
- bpy/ops/curves/__init__.pyi +170 -221
- bpy/ops/cycles/__init__.pyi +18 -26
- bpy/ops/dpaint/__init__.pyi +34 -46
- bpy/ops/ed/__init__.pyi +122 -149
- bpy/ops/export_anim/__init__.pyi +18 -21
- bpy/ops/export_mesh/__init__.pyi +26 -29
- bpy/ops/export_scene/__init__.pyi +307 -342
- bpy/ops/file/__init__.pyi +342 -436
- bpy/ops/fluid/__init__.pyi +88 -117
- bpy/ops/font/__init__.pyi +252 -311
- bpy/ops/geometry/__init__.pyi +86 -113
- bpy/ops/gizmogroup/__init__.pyi +22 -27
- bpy/ops/gpencil/__init__.pyi +1444 -1864
- bpy/ops/graph/__init__.pyi +642 -822
- bpy/ops/grease_pencil/__init__.pyi +426 -576
- bpy/ops/image/__init__.pyi +612 -733
- bpy/ops/import_anim/__init__.pyi +26 -29
- bpy/ops/import_curve/__init__.pyi +6 -9
- bpy/ops/import_mesh/__init__.pyi +18 -23
- bpy/ops/import_scene/__init__.pyi +86 -101
- bpy/ops/info/__init__.pyi +60 -77
- bpy/ops/lattice/__init__.pyi +64 -85
- bpy/ops/marker/__init__.pyi +106 -137
- bpy/ops/mask/__init__.pyi +318 -420
- bpy/ops/material/__init__.pyi +18 -24
- bpy/ops/mball/__init__.pyi +70 -93
- bpy/ops/mesh/__init__.pyi +1988 -2460
- bpy/ops/nla/__init__.pyi +331 -429
- bpy/ops/node/__init__.pyi +852 -1115
- bpy/ops/object/__init__.pyi +2420 -3081
- bpy/ops/outliner/__init__.pyi +498 -661
- bpy/ops/paint/__init__.pyi +518 -667
- bpy/ops/paintcurve/__init__.pyi +64 -84
- bpy/ops/palette/__init__.pyi +48 -66
- bpy/ops/particle/__init__.pyi +264 -355
- bpy/ops/pose/__init__.pyi +336 -438
- bpy/ops/poselib/__init__.pyi +70 -92
- bpy/ops/preferences/__init__.pyi +336 -440
- bpy/ops/ptcache/__init__.pyi +46 -62
- bpy/ops/render/__init__.pyi +114 -147
- bpy/ops/rigidbody/__init__.pyi +102 -135
- bpy/ops/scene/__init__.pyi +270 -364
- bpy/ops/screen/__init__.pyi +378 -477
- bpy/ops/script/__init__.pyi +18 -26
- bpy/ops/sculpt/__init__.pyi +400 -488
- bpy/ops/sculpt_curves/__init__.pyi +40 -53
- bpy/ops/sequencer/__init__.pyi +1040 -1279
- bpy/ops/sound/__init__.pyi +208 -226
- bpy/ops/spreadsheet/__init__.pyi +30 -40
- bpy/ops/surface/__init__.pyi +108 -126
- bpy/ops/text/__init__.pyi +382 -486
- bpy/ops/text_editor/__init__.pyi +10 -13
- bpy/ops/texture/__init__.pyi +26 -35
- bpy/ops/transform/__init__.pyi +790 -905
- bpy/ops/ui/__init__.pyi +216 -291
- bpy/ops/uilist/__init__.pyi +20 -29
- bpy/ops/uv/__init__.pyi +600 -742
- bpy/ops/view2d/__init__.pyi +156 -195
- bpy/ops/view3d/__init__.pyi +576 -742
- bpy/ops/wm/__init__.pyi +2360 -2702
- bpy/ops/workspace/__init__.pyi +42 -57
- bpy/ops/world/__init__.pyi +6 -8
- bpy/path/__init__.pyi +110 -81
- bpy/props/__init__.pyi +263 -267
- bpy/types/__init__.pyi +86358 -87091
- bpy/utils/__init__.pyi +242 -154
- bpy/utils/previews/__init__.pyi +57 -57
- bpy/utils/units/__init__.pyi +19 -22
- bpy_extras/anim_utils/__init__.pyi +11 -31
- bpy_extras/asset_utils/__init__.pyi +4 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +30 -27
- bpy_extras/keyconfig_utils/__init__.pyi +4 -1
- bpy_extras/mesh_utils/__init__.pyi +18 -18
- bpy_extras/node_utils/__init__.pyi +4 -1
- bpy_extras/object_utils/__init__.pyi +25 -26
- bpy_extras/view3d_utils/__init__.pyi +33 -38
- bpy_restrict_state/__init__.pyi +14 -1
- bpy_types/__init__.pyi +3748 -1248
- console_python/__init__.pyi +41 -7
- console_shell/__init__.pyi +24 -5
- {fake_bpy_module-20240320.dist-info → fake_bpy_module-20240322.dist-info}/METADATA +1 -1
- fake_bpy_module-20240322.dist-info/RECORD +343 -0
- freestyle/chainingiterators/__init__.pyi +50 -52
- freestyle/functions/__init__.pyi +303 -207
- freestyle/predicates/__init__.pyi +299 -115
- freestyle/shaders/__init__.pyi +49 -80
- freestyle/types/__init__.pyi +463 -470
- freestyle/utils/ContextFunctions/__init__.pyi +9 -9
- freestyle/utils/__init__.pyi +27 -17
- gpu/capabilities/__init__.pyi +19 -20
- gpu/matrix/__init__.pyi +14 -16
- gpu/platform/__init__.pyi +5 -5
- gpu/shader/__init__.pyi +2 -5
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +54 -85
- gpu_extras/batch/__init__.pyi +26 -6
- gpu_extras/presets/__init__.pyi +51 -16
- graphviz_export/__init__.pyi +9 -2
- idprop/types/__init__.pyi +36 -12
- imbuf/__init__.pyi +8 -9
- imbuf/types/__init__.pyi +8 -15
- keyingsets_builtins/__init__.pyi +2520 -1085
- keyingsets_utils/__init__.pyi +69 -14
- mathutils/__init__.pyi +491 -423
- mathutils/bvhtree/__init__.pyi +26 -31
- mathutils/geometry/__init__.pyi +176 -185
- mathutils/kdtree/__init__.pyi +14 -17
- mathutils/noise/__init__.pyi +47 -48
- nodeitems_builtins/__init__.pyi +37 -15
- nodeitems_utils/__init__.pyi +45 -13
- rna_info/__init__.pyi +177 -76
- rna_keymap_ui/__init__.pyi +29 -6
- rna_prop_ui/__init__.pyi +56 -14
- rna_xml/__init__.pyi +29 -6
- sys_info/__init__.pyi +4 -1
- fake_bpy_module-20240320.dist-info/RECORD +0 -343
- {fake_bpy_module-20240320.dist-info → fake_bpy_module-20240322.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240320.dist-info → fake_bpy_module-20240322.dist-info}/top_level.txt +0 -0
bpy/ops/anim/__init__.pyi
CHANGED
|
@@ -4,95 +4,83 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def change_frame(
|
|
7
|
-
override_context: typing.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
*,
|
|
13
|
-
frame: typing.Optional[typing.Any] = 0.0,
|
|
14
|
-
snap: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
7
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
+
execution_context: typing.Union[str, int] = None,
|
|
9
|
+
undo: bool = None,
|
|
10
|
+
frame: typing.Any = 0.0,
|
|
11
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
15
12
|
):
|
|
16
13
|
"""Interactively change the current frame number
|
|
17
14
|
|
|
18
|
-
:type override_context: typing.
|
|
19
|
-
:type execution_context: typing.
|
|
20
|
-
:type undo:
|
|
15
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
16
|
+
:type execution_context: typing.Union[str, int]
|
|
17
|
+
:type undo: bool
|
|
21
18
|
:param frame: Frame
|
|
22
|
-
:type frame: typing.
|
|
19
|
+
:type frame: typing.Any
|
|
23
20
|
:param snap: Snap
|
|
24
|
-
:type snap: typing.
|
|
21
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
25
22
|
"""
|
|
26
23
|
|
|
27
24
|
...
|
|
28
25
|
|
|
29
26
|
def channel_select_keys(
|
|
30
|
-
override_context: typing.
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
undo: typing.Optional[bool] = None,
|
|
35
|
-
*,
|
|
36
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
27
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
28
|
+
execution_context: typing.Union[str, int] = None,
|
|
29
|
+
undo: bool = None,
|
|
30
|
+
extend: typing.Union[bool, typing.Any] = False,
|
|
37
31
|
):
|
|
38
32
|
"""Select all keyframes of channel under mouse
|
|
39
33
|
|
|
40
|
-
:type override_context: typing.
|
|
41
|
-
:type execution_context: typing.
|
|
42
|
-
:type undo:
|
|
34
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
35
|
+
:type execution_context: typing.Union[str, int]
|
|
36
|
+
:type undo: bool
|
|
43
37
|
:param extend: Extend, Extend selection
|
|
44
|
-
:type extend: typing.
|
|
38
|
+
:type extend: typing.Union[bool, typing.Any]
|
|
45
39
|
"""
|
|
46
40
|
|
|
47
41
|
...
|
|
48
42
|
|
|
49
43
|
def channel_view_pick(
|
|
50
|
-
override_context: typing.
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
*,
|
|
56
|
-
include_handles: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
57
|
-
use_preview_range: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
44
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
45
|
+
execution_context: typing.Union[str, int] = None,
|
|
46
|
+
undo: bool = None,
|
|
47
|
+
include_handles: typing.Union[bool, typing.Any] = True,
|
|
48
|
+
use_preview_range: typing.Union[bool, typing.Any] = True,
|
|
58
49
|
):
|
|
59
50
|
"""Reset viewable area to show the channel under the cursor
|
|
60
51
|
|
|
61
|
-
:type override_context: typing.
|
|
62
|
-
:type execution_context: typing.
|
|
63
|
-
:type undo:
|
|
52
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
53
|
+
:type execution_context: typing.Union[str, int]
|
|
54
|
+
:type undo: bool
|
|
64
55
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
65
|
-
:type include_handles: typing.
|
|
56
|
+
:type include_handles: typing.Union[bool, typing.Any]
|
|
66
57
|
:param use_preview_range: Use Preview Range, Ignore frames outside of the preview range
|
|
67
|
-
:type use_preview_range: typing.
|
|
58
|
+
:type use_preview_range: typing.Union[bool, typing.Any]
|
|
68
59
|
"""
|
|
69
60
|
|
|
70
61
|
...
|
|
71
62
|
|
|
72
63
|
def channels_bake(
|
|
73
|
-
override_context: typing.
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
remove_outside_range: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
82
|
-
interpolation_type: typing.Optional[typing.Any] = "BEZIER",
|
|
83
|
-
bake_modifiers: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
64
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
65
|
+
execution_context: typing.Union[str, int] = None,
|
|
66
|
+
undo: bool = None,
|
|
67
|
+
range: typing.Any = (0, 0),
|
|
68
|
+
step: typing.Any = 1.0,
|
|
69
|
+
remove_outside_range: typing.Union[bool, typing.Any] = False,
|
|
70
|
+
interpolation_type: typing.Any = "BEZIER",
|
|
71
|
+
bake_modifiers: typing.Union[bool, typing.Any] = True,
|
|
84
72
|
):
|
|
85
73
|
"""Create keyframes following the current shape of F-Curves of selected channels
|
|
86
74
|
|
|
87
|
-
:type override_context: typing.
|
|
88
|
-
:type execution_context: typing.
|
|
89
|
-
:type undo:
|
|
75
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
76
|
+
:type execution_context: typing.Union[str, int]
|
|
77
|
+
:type undo: bool
|
|
90
78
|
:param range: Frame Range, The range in which to create new keys
|
|
91
|
-
:type range: typing.
|
|
79
|
+
:type range: typing.Any
|
|
92
80
|
:param step: Frame Step, At which interval to add keys
|
|
93
|
-
:type step: typing.
|
|
81
|
+
:type step: typing.Any
|
|
94
82
|
:param remove_outside_range: Remove Outside Range, Removes keys outside the given range, leaving only the newly baked
|
|
95
|
-
:type remove_outside_range: typing.
|
|
83
|
+
:type remove_outside_range: typing.Union[bool, typing.Any]
|
|
96
84
|
:param interpolation_type: Interpolation Type, Choose the interpolation type with which new keys will be added
|
|
97
85
|
|
|
98
86
|
BEZIER
|
|
@@ -103,164 +91,143 @@ def channels_bake(
|
|
|
103
91
|
|
|
104
92
|
CONST
|
|
105
93
|
Constant -- New keys will be constant.
|
|
106
|
-
:type interpolation_type: typing.
|
|
94
|
+
:type interpolation_type: typing.Any
|
|
107
95
|
:param bake_modifiers: Bake Modifiers, Bake Modifiers into keyframes and delete them after
|
|
108
|
-
:type bake_modifiers: typing.
|
|
96
|
+
:type bake_modifiers: typing.Union[bool, typing.Any]
|
|
109
97
|
"""
|
|
110
98
|
|
|
111
99
|
...
|
|
112
100
|
|
|
113
101
|
def channels_clean_empty(
|
|
114
|
-
override_context: typing.
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
118
|
-
undo: typing.Optional[bool] = None,
|
|
102
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
103
|
+
execution_context: typing.Union[str, int] = None,
|
|
104
|
+
undo: bool = None,
|
|
119
105
|
):
|
|
120
106
|
"""Delete all empty animation data containers from visible data-blocks
|
|
121
107
|
|
|
122
|
-
:type override_context: typing.
|
|
123
|
-
:type execution_context: typing.
|
|
124
|
-
:type undo:
|
|
108
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
109
|
+
:type execution_context: typing.Union[str, int]
|
|
110
|
+
:type undo: bool
|
|
125
111
|
"""
|
|
126
112
|
|
|
127
113
|
...
|
|
128
114
|
|
|
129
115
|
def channels_click(
|
|
130
|
-
override_context: typing.
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
137
|
-
extend_range: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
138
|
-
children_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
116
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
117
|
+
execution_context: typing.Union[str, int] = None,
|
|
118
|
+
undo: bool = None,
|
|
119
|
+
extend: typing.Union[bool, typing.Any] = False,
|
|
120
|
+
extend_range: typing.Union[bool, typing.Any] = False,
|
|
121
|
+
children_only: typing.Union[bool, typing.Any] = False,
|
|
139
122
|
):
|
|
140
123
|
"""Handle mouse clicks over animation channels
|
|
141
124
|
|
|
142
|
-
:type override_context: typing.
|
|
143
|
-
:type execution_context: typing.
|
|
144
|
-
:type undo:
|
|
125
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
126
|
+
:type execution_context: typing.Union[str, int]
|
|
127
|
+
:type undo: bool
|
|
145
128
|
:param extend: Extend Select
|
|
146
|
-
:type extend: typing.
|
|
129
|
+
:type extend: typing.Union[bool, typing.Any]
|
|
147
130
|
:param extend_range: Extend Range, Selection of active channel to clicked channel
|
|
148
|
-
:type extend_range: typing.
|
|
131
|
+
:type extend_range: typing.Union[bool, typing.Any]
|
|
149
132
|
:param children_only: Select Children Only
|
|
150
|
-
:type children_only: typing.
|
|
133
|
+
:type children_only: typing.Union[bool, typing.Any]
|
|
151
134
|
"""
|
|
152
135
|
|
|
153
136
|
...
|
|
154
137
|
|
|
155
138
|
def channels_collapse(
|
|
156
|
-
override_context: typing.
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
undo: typing.Optional[bool] = None,
|
|
161
|
-
*,
|
|
162
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
139
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
140
|
+
execution_context: typing.Union[str, int] = None,
|
|
141
|
+
undo: bool = None,
|
|
142
|
+
all: typing.Union[bool, typing.Any] = True,
|
|
163
143
|
):
|
|
164
144
|
"""Collapse (close) all selected expandable animation channels
|
|
165
145
|
|
|
166
|
-
:type override_context: typing.
|
|
167
|
-
:type execution_context: typing.
|
|
168
|
-
:type undo:
|
|
146
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
147
|
+
:type execution_context: typing.Union[str, int]
|
|
148
|
+
:type undo: bool
|
|
169
149
|
:param all: All, Collapse all channels (not just selected ones)
|
|
170
|
-
:type all: typing.
|
|
150
|
+
:type all: typing.Union[bool, typing.Any]
|
|
171
151
|
"""
|
|
172
152
|
|
|
173
153
|
...
|
|
174
154
|
|
|
175
155
|
def channels_delete(
|
|
176
|
-
override_context: typing.
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
180
|
-
undo: typing.Optional[bool] = None,
|
|
156
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
157
|
+
execution_context: typing.Union[str, int] = None,
|
|
158
|
+
undo: bool = None,
|
|
181
159
|
):
|
|
182
160
|
"""Delete all selected animation channels
|
|
183
161
|
|
|
184
|
-
:type override_context: typing.
|
|
185
|
-
:type execution_context: typing.
|
|
186
|
-
:type undo:
|
|
162
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
163
|
+
:type execution_context: typing.Union[str, int]
|
|
164
|
+
:type undo: bool
|
|
187
165
|
"""
|
|
188
166
|
|
|
189
167
|
...
|
|
190
168
|
|
|
191
169
|
def channels_editable_toggle(
|
|
192
|
-
override_context: typing.
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
*,
|
|
198
|
-
mode: typing.Optional[typing.Any] = "TOGGLE",
|
|
199
|
-
type: typing.Optional[typing.Any] = "PROTECT",
|
|
170
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
171
|
+
execution_context: typing.Union[str, int] = None,
|
|
172
|
+
undo: bool = None,
|
|
173
|
+
mode: typing.Any = "TOGGLE",
|
|
174
|
+
type: typing.Any = "PROTECT",
|
|
200
175
|
):
|
|
201
176
|
"""Toggle editability of selected channels
|
|
202
177
|
|
|
203
|
-
:type override_context: typing.
|
|
204
|
-
:type execution_context: typing.
|
|
205
|
-
:type undo:
|
|
178
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
179
|
+
:type execution_context: typing.Union[str, int]
|
|
180
|
+
:type undo: bool
|
|
206
181
|
:param mode: Mode
|
|
207
|
-
:type mode: typing.
|
|
182
|
+
:type mode: typing.Any
|
|
208
183
|
:param type: Type
|
|
209
|
-
:type type: typing.
|
|
184
|
+
:type type: typing.Any
|
|
210
185
|
"""
|
|
211
186
|
|
|
212
187
|
...
|
|
213
188
|
|
|
214
189
|
def channels_expand(
|
|
215
|
-
override_context: typing.
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
undo: typing.Optional[bool] = None,
|
|
220
|
-
*,
|
|
221
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
190
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
191
|
+
execution_context: typing.Union[str, int] = None,
|
|
192
|
+
undo: bool = None,
|
|
193
|
+
all: typing.Union[bool, typing.Any] = True,
|
|
222
194
|
):
|
|
223
195
|
"""Expand (open) all selected expandable animation channels
|
|
224
196
|
|
|
225
|
-
:type override_context: typing.
|
|
226
|
-
:type execution_context: typing.
|
|
227
|
-
:type undo:
|
|
197
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
198
|
+
:type execution_context: typing.Union[str, int]
|
|
199
|
+
:type undo: bool
|
|
228
200
|
:param all: All, Expand all channels (not just selected ones)
|
|
229
|
-
:type all: typing.
|
|
201
|
+
:type all: typing.Union[bool, typing.Any]
|
|
230
202
|
"""
|
|
231
203
|
|
|
232
204
|
...
|
|
233
205
|
|
|
234
206
|
def channels_fcurves_enable(
|
|
235
|
-
override_context: typing.
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
239
|
-
undo: typing.Optional[bool] = None,
|
|
207
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
208
|
+
execution_context: typing.Union[str, int] = None,
|
|
209
|
+
undo: bool = None,
|
|
240
210
|
):
|
|
241
211
|
"""Clear 'disabled' tag from all F-Curves to get broken F-Curves working again
|
|
242
212
|
|
|
243
|
-
:type override_context: typing.
|
|
244
|
-
:type execution_context: typing.
|
|
245
|
-
:type undo:
|
|
213
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
214
|
+
:type execution_context: typing.Union[str, int]
|
|
215
|
+
:type undo: bool
|
|
246
216
|
"""
|
|
247
217
|
|
|
248
218
|
...
|
|
249
219
|
|
|
250
220
|
def channels_group(
|
|
251
|
-
override_context: typing.
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
255
|
-
undo: typing.Optional[bool] = None,
|
|
256
|
-
*,
|
|
221
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
222
|
+
execution_context: typing.Union[str, int] = None,
|
|
223
|
+
undo: bool = None,
|
|
257
224
|
name: typing.Union[str, typing.Any] = "New Group",
|
|
258
225
|
):
|
|
259
226
|
"""Add selected F-Curves to a new group
|
|
260
227
|
|
|
261
|
-
:type override_context: typing.
|
|
262
|
-
:type execution_context: typing.
|
|
263
|
-
:type undo:
|
|
228
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
229
|
+
:type execution_context: typing.Union[str, int]
|
|
230
|
+
:type undo: bool
|
|
264
231
|
:param name: Name, Name of newly created group
|
|
265
232
|
:type name: typing.Union[str, typing.Any]
|
|
266
233
|
"""
|
|
@@ -268,55 +235,47 @@ def channels_group(
|
|
|
268
235
|
...
|
|
269
236
|
|
|
270
237
|
def channels_move(
|
|
271
|
-
override_context: typing.
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
undo: typing.Optional[bool] = None,
|
|
276
|
-
*,
|
|
277
|
-
direction: typing.Optional[typing.Any] = "DOWN",
|
|
238
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
239
|
+
execution_context: typing.Union[str, int] = None,
|
|
240
|
+
undo: bool = None,
|
|
241
|
+
direction: typing.Any = "DOWN",
|
|
278
242
|
):
|
|
279
243
|
"""Rearrange selected animation channels
|
|
280
244
|
|
|
281
|
-
:type override_context: typing.
|
|
282
|
-
:type execution_context: typing.
|
|
283
|
-
:type undo:
|
|
245
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
246
|
+
:type execution_context: typing.Union[str, int]
|
|
247
|
+
:type undo: bool
|
|
284
248
|
:param direction: Direction
|
|
285
|
-
:type direction: typing.
|
|
249
|
+
:type direction: typing.Any
|
|
286
250
|
"""
|
|
287
251
|
|
|
288
252
|
...
|
|
289
253
|
|
|
290
254
|
def channels_rename(
|
|
291
|
-
override_context: typing.
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
295
|
-
undo: typing.Optional[bool] = None,
|
|
255
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
256
|
+
execution_context: typing.Union[str, int] = None,
|
|
257
|
+
undo: bool = None,
|
|
296
258
|
):
|
|
297
259
|
"""Rename animation channel under mouse
|
|
298
260
|
|
|
299
|
-
:type override_context: typing.
|
|
300
|
-
:type execution_context: typing.
|
|
301
|
-
:type undo:
|
|
261
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
262
|
+
:type execution_context: typing.Union[str, int]
|
|
263
|
+
:type undo: bool
|
|
302
264
|
"""
|
|
303
265
|
|
|
304
266
|
...
|
|
305
267
|
|
|
306
268
|
def channels_select_all(
|
|
307
|
-
override_context: typing.
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
undo: typing.Optional[bool] = None,
|
|
312
|
-
*,
|
|
313
|
-
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
269
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
270
|
+
execution_context: typing.Union[str, int] = None,
|
|
271
|
+
undo: bool = None,
|
|
272
|
+
action: typing.Any = "TOGGLE",
|
|
314
273
|
):
|
|
315
274
|
"""Toggle selection of all animation channels
|
|
316
275
|
|
|
317
|
-
:type override_context: typing.
|
|
318
|
-
:type execution_context: typing.
|
|
319
|
-
:type undo:
|
|
276
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
277
|
+
:type execution_context: typing.Union[str, int]
|
|
278
|
+
:type undo: bool
|
|
320
279
|
:param action: Action, Selection action to execute
|
|
321
280
|
|
|
322
281
|
TOGGLE
|
|
@@ -330,371 +289,323 @@ def channels_select_all(
|
|
|
330
289
|
|
|
331
290
|
INVERT
|
|
332
291
|
Invert -- Invert selection of all elements.
|
|
333
|
-
:type action: typing.
|
|
292
|
+
:type action: typing.Any
|
|
334
293
|
"""
|
|
335
294
|
|
|
336
295
|
...
|
|
337
296
|
|
|
338
297
|
def channels_select_box(
|
|
339
|
-
override_context: typing.
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
350
|
-
deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
351
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
298
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
299
|
+
execution_context: typing.Union[str, int] = None,
|
|
300
|
+
undo: bool = None,
|
|
301
|
+
xmin: typing.Any = 0,
|
|
302
|
+
xmax: typing.Any = 0,
|
|
303
|
+
ymin: typing.Any = 0,
|
|
304
|
+
ymax: typing.Any = 0,
|
|
305
|
+
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
306
|
+
deselect: typing.Union[bool, typing.Any] = False,
|
|
307
|
+
extend: typing.Union[bool, typing.Any] = True,
|
|
352
308
|
):
|
|
353
309
|
"""Select all animation channels within the specified region
|
|
354
310
|
|
|
355
|
-
:type override_context: typing.
|
|
356
|
-
:type execution_context: typing.
|
|
357
|
-
:type undo:
|
|
311
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
312
|
+
:type execution_context: typing.Union[str, int]
|
|
313
|
+
:type undo: bool
|
|
358
314
|
:param xmin: X Min
|
|
359
|
-
:type xmin: typing.
|
|
315
|
+
:type xmin: typing.Any
|
|
360
316
|
:param xmax: X Max
|
|
361
|
-
:type xmax: typing.
|
|
317
|
+
:type xmax: typing.Any
|
|
362
318
|
:param ymin: Y Min
|
|
363
|
-
:type ymin: typing.
|
|
319
|
+
:type ymin: typing.Any
|
|
364
320
|
:param ymax: Y Max
|
|
365
|
-
:type ymax: typing.
|
|
321
|
+
:type ymax: typing.Any
|
|
366
322
|
:param wait_for_input: Wait for Input
|
|
367
|
-
:type wait_for_input: typing.
|
|
323
|
+
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
368
324
|
:param deselect: Deselect, Deselect rather than select items
|
|
369
|
-
:type deselect: typing.
|
|
325
|
+
:type deselect: typing.Union[bool, typing.Any]
|
|
370
326
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
371
|
-
:type extend: typing.
|
|
327
|
+
:type extend: typing.Union[bool, typing.Any]
|
|
372
328
|
"""
|
|
373
329
|
|
|
374
330
|
...
|
|
375
331
|
|
|
376
332
|
def channels_select_filter(
|
|
377
|
-
override_context: typing.
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
381
|
-
undo: typing.Optional[bool] = None,
|
|
333
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
334
|
+
execution_context: typing.Union[str, int] = None,
|
|
335
|
+
undo: bool = None,
|
|
382
336
|
):
|
|
383
337
|
"""Start entering text which filters the set of channels shown to only include those with matching names
|
|
384
338
|
|
|
385
|
-
:type override_context: typing.
|
|
386
|
-
:type execution_context: typing.
|
|
387
|
-
:type undo:
|
|
339
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
340
|
+
:type execution_context: typing.Union[str, int]
|
|
341
|
+
:type undo: bool
|
|
388
342
|
"""
|
|
389
343
|
|
|
390
344
|
...
|
|
391
345
|
|
|
392
346
|
def channels_setting_disable(
|
|
393
|
-
override_context: typing.
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
*,
|
|
399
|
-
mode: typing.Optional[typing.Any] = "DISABLE",
|
|
400
|
-
type: typing.Optional[typing.Any] = "PROTECT",
|
|
347
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
348
|
+
execution_context: typing.Union[str, int] = None,
|
|
349
|
+
undo: bool = None,
|
|
350
|
+
mode: typing.Any = "DISABLE",
|
|
351
|
+
type: typing.Any = "PROTECT",
|
|
401
352
|
):
|
|
402
353
|
"""Disable specified setting on all selected animation channels
|
|
403
354
|
|
|
404
|
-
:type override_context: typing.
|
|
405
|
-
:type execution_context: typing.
|
|
406
|
-
:type undo:
|
|
355
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
356
|
+
:type execution_context: typing.Union[str, int]
|
|
357
|
+
:type undo: bool
|
|
407
358
|
:param mode: Mode
|
|
408
|
-
:type mode: typing.
|
|
359
|
+
:type mode: typing.Any
|
|
409
360
|
:param type: Type
|
|
410
|
-
:type type: typing.
|
|
361
|
+
:type type: typing.Any
|
|
411
362
|
"""
|
|
412
363
|
|
|
413
364
|
...
|
|
414
365
|
|
|
415
366
|
def channels_setting_enable(
|
|
416
|
-
override_context: typing.
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
*,
|
|
422
|
-
mode: typing.Optional[typing.Any] = "ENABLE",
|
|
423
|
-
type: typing.Optional[typing.Any] = "PROTECT",
|
|
367
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
368
|
+
execution_context: typing.Union[str, int] = None,
|
|
369
|
+
undo: bool = None,
|
|
370
|
+
mode: typing.Any = "ENABLE",
|
|
371
|
+
type: typing.Any = "PROTECT",
|
|
424
372
|
):
|
|
425
373
|
"""Enable specified setting on all selected animation channels
|
|
426
374
|
|
|
427
|
-
:type override_context: typing.
|
|
428
|
-
:type execution_context: typing.
|
|
429
|
-
:type undo:
|
|
375
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
376
|
+
:type execution_context: typing.Union[str, int]
|
|
377
|
+
:type undo: bool
|
|
430
378
|
:param mode: Mode
|
|
431
|
-
:type mode: typing.
|
|
379
|
+
:type mode: typing.Any
|
|
432
380
|
:param type: Type
|
|
433
|
-
:type type: typing.
|
|
381
|
+
:type type: typing.Any
|
|
434
382
|
"""
|
|
435
383
|
|
|
436
384
|
...
|
|
437
385
|
|
|
438
386
|
def channels_setting_toggle(
|
|
439
|
-
override_context: typing.
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
*,
|
|
445
|
-
mode: typing.Optional[typing.Any] = "TOGGLE",
|
|
446
|
-
type: typing.Optional[typing.Any] = "PROTECT",
|
|
387
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
388
|
+
execution_context: typing.Union[str, int] = None,
|
|
389
|
+
undo: bool = None,
|
|
390
|
+
mode: typing.Any = "TOGGLE",
|
|
391
|
+
type: typing.Any = "PROTECT",
|
|
447
392
|
):
|
|
448
393
|
"""Toggle specified setting on all selected animation channels
|
|
449
394
|
|
|
450
|
-
:type override_context: typing.
|
|
451
|
-
:type execution_context: typing.
|
|
452
|
-
:type undo:
|
|
395
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
396
|
+
:type execution_context: typing.Union[str, int]
|
|
397
|
+
:type undo: bool
|
|
453
398
|
:param mode: Mode
|
|
454
|
-
:type mode: typing.
|
|
399
|
+
:type mode: typing.Any
|
|
455
400
|
:param type: Type
|
|
456
|
-
:type type: typing.
|
|
401
|
+
:type type: typing.Any
|
|
457
402
|
"""
|
|
458
403
|
|
|
459
404
|
...
|
|
460
405
|
|
|
461
406
|
def channels_ungroup(
|
|
462
|
-
override_context: typing.
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
466
|
-
undo: typing.Optional[bool] = None,
|
|
407
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
408
|
+
execution_context: typing.Union[str, int] = None,
|
|
409
|
+
undo: bool = None,
|
|
467
410
|
):
|
|
468
411
|
"""Remove selected F-Curves from their current groups
|
|
469
412
|
|
|
470
|
-
:type override_context: typing.
|
|
471
|
-
:type execution_context: typing.
|
|
472
|
-
:type undo:
|
|
413
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
414
|
+
:type execution_context: typing.Union[str, int]
|
|
415
|
+
:type undo: bool
|
|
473
416
|
"""
|
|
474
417
|
|
|
475
418
|
...
|
|
476
419
|
|
|
477
420
|
def channels_view_selected(
|
|
478
|
-
override_context: typing.
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
*,
|
|
484
|
-
include_handles: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
485
|
-
use_preview_range: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
421
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
422
|
+
execution_context: typing.Union[str, int] = None,
|
|
423
|
+
undo: bool = None,
|
|
424
|
+
include_handles: typing.Union[bool, typing.Any] = True,
|
|
425
|
+
use_preview_range: typing.Union[bool, typing.Any] = True,
|
|
486
426
|
):
|
|
487
427
|
"""Reset viewable area to show the selected channels
|
|
488
428
|
|
|
489
|
-
:type override_context: typing.
|
|
490
|
-
:type execution_context: typing.
|
|
491
|
-
:type undo:
|
|
429
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
430
|
+
:type execution_context: typing.Union[str, int]
|
|
431
|
+
:type undo: bool
|
|
492
432
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
493
|
-
:type include_handles: typing.
|
|
433
|
+
:type include_handles: typing.Union[bool, typing.Any]
|
|
494
434
|
:param use_preview_range: Use Preview Range, Ignore frames outside of the preview range
|
|
495
|
-
:type use_preview_range: typing.
|
|
435
|
+
:type use_preview_range: typing.Union[bool, typing.Any]
|
|
496
436
|
"""
|
|
497
437
|
|
|
498
438
|
...
|
|
499
439
|
|
|
500
440
|
def clear_useless_actions(
|
|
501
|
-
override_context: typing.
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
undo: typing.Optional[bool] = None,
|
|
506
|
-
*,
|
|
507
|
-
only_unused: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
441
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
442
|
+
execution_context: typing.Union[str, int] = None,
|
|
443
|
+
undo: bool = None,
|
|
444
|
+
only_unused: typing.Union[bool, typing.Any] = True,
|
|
508
445
|
):
|
|
509
446
|
"""Mark actions with no F-Curves for deletion after save and reload of file preserving "action libraries"
|
|
510
447
|
|
|
511
|
-
:type override_context: typing.
|
|
512
|
-
:type execution_context: typing.
|
|
513
|
-
:type undo:
|
|
448
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
449
|
+
:type execution_context: typing.Union[str, int]
|
|
450
|
+
:type undo: bool
|
|
514
451
|
:param only_unused: Only Unused, Only unused (Fake User only) actions get considered
|
|
515
|
-
:type only_unused: typing.
|
|
452
|
+
:type only_unused: typing.Union[bool, typing.Any]
|
|
516
453
|
"""
|
|
517
454
|
|
|
518
455
|
...
|
|
519
456
|
|
|
520
457
|
def copy_driver_button(
|
|
521
|
-
override_context: typing.
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
525
|
-
undo: typing.Optional[bool] = None,
|
|
458
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
459
|
+
execution_context: typing.Union[str, int] = None,
|
|
460
|
+
undo: bool = None,
|
|
526
461
|
):
|
|
527
462
|
"""Copy the driver for the highlighted button
|
|
528
463
|
|
|
529
|
-
:type override_context: typing.
|
|
530
|
-
:type execution_context: typing.
|
|
531
|
-
:type undo:
|
|
464
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
465
|
+
:type execution_context: typing.Union[str, int]
|
|
466
|
+
:type undo: bool
|
|
532
467
|
"""
|
|
533
468
|
|
|
534
469
|
...
|
|
535
470
|
|
|
536
471
|
def driver_button_add(
|
|
537
|
-
override_context: typing.
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
541
|
-
undo: typing.Optional[bool] = None,
|
|
472
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
473
|
+
execution_context: typing.Union[str, int] = None,
|
|
474
|
+
undo: bool = None,
|
|
542
475
|
):
|
|
543
476
|
"""Add driver for the property under the cursor
|
|
544
477
|
|
|
545
|
-
:type override_context: typing.
|
|
546
|
-
:type execution_context: typing.
|
|
547
|
-
:type undo:
|
|
478
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
479
|
+
:type execution_context: typing.Union[str, int]
|
|
480
|
+
:type undo: bool
|
|
548
481
|
"""
|
|
549
482
|
|
|
550
483
|
...
|
|
551
484
|
|
|
552
485
|
def driver_button_edit(
|
|
553
|
-
override_context: typing.
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
557
|
-
undo: typing.Optional[bool] = None,
|
|
486
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
487
|
+
execution_context: typing.Union[str, int] = None,
|
|
488
|
+
undo: bool = None,
|
|
558
489
|
):
|
|
559
490
|
"""Edit the drivers for the connected property represented by the highlighted button
|
|
560
491
|
|
|
561
|
-
:type override_context: typing.
|
|
562
|
-
:type execution_context: typing.
|
|
563
|
-
:type undo:
|
|
492
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
493
|
+
:type execution_context: typing.Union[str, int]
|
|
494
|
+
:type undo: bool
|
|
564
495
|
"""
|
|
565
496
|
|
|
566
497
|
...
|
|
567
498
|
|
|
568
499
|
def driver_button_remove(
|
|
569
|
-
override_context: typing.
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
undo: typing.Optional[bool] = None,
|
|
574
|
-
*,
|
|
575
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
500
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
501
|
+
execution_context: typing.Union[str, int] = None,
|
|
502
|
+
undo: bool = None,
|
|
503
|
+
all: typing.Union[bool, typing.Any] = True,
|
|
576
504
|
):
|
|
577
505
|
"""Remove the driver(s) for the connected property(s) represented by the highlighted button
|
|
578
506
|
|
|
579
|
-
:type override_context: typing.
|
|
580
|
-
:type execution_context: typing.
|
|
581
|
-
:type undo:
|
|
507
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
508
|
+
:type execution_context: typing.Union[str, int]
|
|
509
|
+
:type undo: bool
|
|
582
510
|
:param all: All, Delete drivers for all elements of the array
|
|
583
|
-
:type all: typing.
|
|
511
|
+
:type all: typing.Union[bool, typing.Any]
|
|
584
512
|
"""
|
|
585
513
|
|
|
586
514
|
...
|
|
587
515
|
|
|
588
516
|
def end_frame_set(
|
|
589
|
-
override_context: typing.
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
593
|
-
undo: typing.Optional[bool] = None,
|
|
517
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
518
|
+
execution_context: typing.Union[str, int] = None,
|
|
519
|
+
undo: bool = None,
|
|
594
520
|
):
|
|
595
521
|
"""Set the current frame as the preview or scene end frame
|
|
596
522
|
|
|
597
|
-
:type override_context: typing.
|
|
598
|
-
:type execution_context: typing.
|
|
599
|
-
:type undo:
|
|
523
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
524
|
+
:type execution_context: typing.Union[str, int]
|
|
525
|
+
:type undo: bool
|
|
600
526
|
"""
|
|
601
527
|
|
|
602
528
|
...
|
|
603
529
|
|
|
604
530
|
def keyframe_clear_button(
|
|
605
|
-
override_context: typing.
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
undo: typing.Optional[bool] = None,
|
|
610
|
-
*,
|
|
611
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
531
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
532
|
+
execution_context: typing.Union[str, int] = None,
|
|
533
|
+
undo: bool = None,
|
|
534
|
+
all: typing.Union[bool, typing.Any] = True,
|
|
612
535
|
):
|
|
613
536
|
"""Clear all keyframes on the currently active property
|
|
614
537
|
|
|
615
|
-
:type override_context: typing.
|
|
616
|
-
:type execution_context: typing.
|
|
617
|
-
:type undo:
|
|
538
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
539
|
+
:type execution_context: typing.Union[str, int]
|
|
540
|
+
:type undo: bool
|
|
618
541
|
:param all: All, Clear keyframes from all elements of the array
|
|
619
|
-
:type all: typing.
|
|
542
|
+
:type all: typing.Union[bool, typing.Any]
|
|
620
543
|
"""
|
|
621
544
|
|
|
622
545
|
...
|
|
623
546
|
|
|
624
547
|
def keyframe_clear_v3d(
|
|
625
|
-
override_context: typing.
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
undo: typing.Optional[bool] = None,
|
|
630
|
-
*,
|
|
631
|
-
confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
548
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
549
|
+
execution_context: typing.Union[str, int] = None,
|
|
550
|
+
undo: bool = None,
|
|
551
|
+
confirm: typing.Union[bool, typing.Any] = True,
|
|
632
552
|
):
|
|
633
553
|
"""Remove all keyframe animation for selected objects
|
|
634
554
|
|
|
635
|
-
:type override_context: typing.
|
|
636
|
-
:type execution_context: typing.
|
|
637
|
-
:type undo:
|
|
555
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
556
|
+
:type execution_context: typing.Union[str, int]
|
|
557
|
+
:type undo: bool
|
|
638
558
|
:param confirm: Confirm, Prompt for confirmation
|
|
639
|
-
:type confirm: typing.
|
|
559
|
+
:type confirm: typing.Union[bool, typing.Any]
|
|
640
560
|
"""
|
|
641
561
|
|
|
642
562
|
...
|
|
643
563
|
|
|
644
564
|
def keyframe_delete(
|
|
645
|
-
override_context: typing.
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
undo: typing.Optional[bool] = None,
|
|
650
|
-
*,
|
|
651
|
-
type: typing.Optional[typing.Union[int, str, typing.Any]] = "DEFAULT",
|
|
565
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
566
|
+
execution_context: typing.Union[str, int] = None,
|
|
567
|
+
undo: bool = None,
|
|
568
|
+
type: typing.Union[str, int, typing.Any] = "DEFAULT",
|
|
652
569
|
):
|
|
653
570
|
"""Delete keyframes on the current frame for all properties in the specified Keying Set
|
|
654
571
|
|
|
655
|
-
:type override_context: typing.
|
|
656
|
-
:type execution_context: typing.
|
|
657
|
-
:type undo:
|
|
572
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
573
|
+
:type execution_context: typing.Union[str, int]
|
|
574
|
+
:type undo: bool
|
|
658
575
|
:param type: Keying Set, The Keying Set to use
|
|
659
|
-
:type type: typing.
|
|
576
|
+
:type type: typing.Union[str, int, typing.Any]
|
|
660
577
|
"""
|
|
661
578
|
|
|
662
579
|
...
|
|
663
580
|
|
|
664
581
|
def keyframe_delete_button(
|
|
665
|
-
override_context: typing.
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
undo: typing.Optional[bool] = None,
|
|
670
|
-
*,
|
|
671
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
582
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
583
|
+
execution_context: typing.Union[str, int] = None,
|
|
584
|
+
undo: bool = None,
|
|
585
|
+
all: typing.Union[bool, typing.Any] = True,
|
|
672
586
|
):
|
|
673
587
|
"""Delete current keyframe of current UI-active property
|
|
674
588
|
|
|
675
|
-
:type override_context: typing.
|
|
676
|
-
:type execution_context: typing.
|
|
677
|
-
:type undo:
|
|
589
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
590
|
+
:type execution_context: typing.Union[str, int]
|
|
591
|
+
:type undo: bool
|
|
678
592
|
:param all: All, Delete keyframes from all elements of the array
|
|
679
|
-
:type all: typing.
|
|
593
|
+
:type all: typing.Union[bool, typing.Any]
|
|
680
594
|
"""
|
|
681
595
|
|
|
682
596
|
...
|
|
683
597
|
|
|
684
598
|
def keyframe_delete_by_name(
|
|
685
|
-
override_context: typing.
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
689
|
-
undo: typing.Optional[bool] = None,
|
|
690
|
-
*,
|
|
599
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
600
|
+
execution_context: typing.Union[str, int] = None,
|
|
601
|
+
undo: bool = None,
|
|
691
602
|
type: typing.Union[str, typing.Any] = "",
|
|
692
603
|
):
|
|
693
604
|
"""Alternate access to 'Delete Keyframe' for keymaps to use
|
|
694
605
|
|
|
695
|
-
:type override_context: typing.
|
|
696
|
-
:type execution_context: typing.
|
|
697
|
-
:type undo:
|
|
606
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
607
|
+
:type execution_context: typing.Union[str, int]
|
|
608
|
+
:type undo: bool
|
|
698
609
|
:param type: Keying Set, The Keying Set to use
|
|
699
610
|
:type type: typing.Union[str, typing.Any]
|
|
700
611
|
"""
|
|
@@ -702,79 +613,67 @@ def keyframe_delete_by_name(
|
|
|
702
613
|
...
|
|
703
614
|
|
|
704
615
|
def keyframe_delete_v3d(
|
|
705
|
-
override_context: typing.
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
undo: typing.Optional[bool] = None,
|
|
710
|
-
*,
|
|
711
|
-
confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
616
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
617
|
+
execution_context: typing.Union[str, int] = None,
|
|
618
|
+
undo: bool = None,
|
|
619
|
+
confirm: typing.Union[bool, typing.Any] = True,
|
|
712
620
|
):
|
|
713
621
|
"""Remove keyframes on current frame for selected objects and bones
|
|
714
622
|
|
|
715
|
-
:type override_context: typing.
|
|
716
|
-
:type execution_context: typing.
|
|
717
|
-
:type undo:
|
|
623
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
624
|
+
:type execution_context: typing.Union[str, int]
|
|
625
|
+
:type undo: bool
|
|
718
626
|
:param confirm: Confirm, Prompt for confirmation
|
|
719
|
-
:type confirm: typing.
|
|
627
|
+
:type confirm: typing.Union[bool, typing.Any]
|
|
720
628
|
"""
|
|
721
629
|
|
|
722
630
|
...
|
|
723
631
|
|
|
724
632
|
def keyframe_insert(
|
|
725
|
-
override_context: typing.
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
undo: typing.Optional[bool] = None,
|
|
730
|
-
*,
|
|
731
|
-
type: typing.Optional[typing.Union[int, str, typing.Any]] = "DEFAULT",
|
|
633
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
634
|
+
execution_context: typing.Union[str, int] = None,
|
|
635
|
+
undo: bool = None,
|
|
636
|
+
type: typing.Union[str, int, typing.Any] = "DEFAULT",
|
|
732
637
|
):
|
|
733
638
|
"""Insert keyframes on the current frame using either the active keying set, or the user preferences if no keying set is active
|
|
734
639
|
|
|
735
|
-
:type override_context: typing.
|
|
736
|
-
:type execution_context: typing.
|
|
737
|
-
:type undo:
|
|
640
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
641
|
+
:type execution_context: typing.Union[str, int]
|
|
642
|
+
:type undo: bool
|
|
738
643
|
:param type: Keying Set, The Keying Set to use
|
|
739
|
-
:type type: typing.
|
|
644
|
+
:type type: typing.Union[str, int, typing.Any]
|
|
740
645
|
"""
|
|
741
646
|
|
|
742
647
|
...
|
|
743
648
|
|
|
744
649
|
def keyframe_insert_button(
|
|
745
|
-
override_context: typing.
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
undo: typing.Optional[bool] = None,
|
|
750
|
-
*,
|
|
751
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
650
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
651
|
+
execution_context: typing.Union[str, int] = None,
|
|
652
|
+
undo: bool = None,
|
|
653
|
+
all: typing.Union[bool, typing.Any] = True,
|
|
752
654
|
):
|
|
753
655
|
"""Insert a keyframe for current UI-active property
|
|
754
656
|
|
|
755
|
-
:type override_context: typing.
|
|
756
|
-
:type execution_context: typing.
|
|
757
|
-
:type undo:
|
|
657
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
658
|
+
:type execution_context: typing.Union[str, int]
|
|
659
|
+
:type undo: bool
|
|
758
660
|
:param all: All, Insert a keyframe for all element of the array
|
|
759
|
-
:type all: typing.
|
|
661
|
+
:type all: typing.Union[bool, typing.Any]
|
|
760
662
|
"""
|
|
761
663
|
|
|
762
664
|
...
|
|
763
665
|
|
|
764
666
|
def keyframe_insert_by_name(
|
|
765
|
-
override_context: typing.
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
769
|
-
undo: typing.Optional[bool] = None,
|
|
770
|
-
*,
|
|
667
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
668
|
+
execution_context: typing.Union[str, int] = None,
|
|
669
|
+
undo: bool = None,
|
|
771
670
|
type: typing.Union[str, typing.Any] = "",
|
|
772
671
|
):
|
|
773
672
|
"""Alternate access to 'Insert Keyframe' for keymaps to use
|
|
774
673
|
|
|
775
|
-
:type override_context: typing.
|
|
776
|
-
:type execution_context: typing.
|
|
777
|
-
:type undo:
|
|
674
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
675
|
+
:type execution_context: typing.Union[str, int]
|
|
676
|
+
:type undo: bool
|
|
778
677
|
:param type: Keying Set, The Keying Set to use
|
|
779
678
|
:type type: typing.Union[str, typing.Any]
|
|
780
679
|
"""
|
|
@@ -782,296 +681,259 @@ def keyframe_insert_by_name(
|
|
|
782
681
|
...
|
|
783
682
|
|
|
784
683
|
def keyframe_insert_menu(
|
|
785
|
-
override_context: typing.
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
*,
|
|
791
|
-
type: typing.Optional[typing.Union[int, str, typing.Any]] = "DEFAULT",
|
|
792
|
-
always_prompt: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
684
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
685
|
+
execution_context: typing.Union[str, int] = None,
|
|
686
|
+
undo: bool = None,
|
|
687
|
+
type: typing.Union[str, int, typing.Any] = "DEFAULT",
|
|
688
|
+
always_prompt: typing.Union[bool, typing.Any] = False,
|
|
793
689
|
):
|
|
794
690
|
"""Insert Keyframes for specified Keying Set, with menu of available Keying Sets if undefined
|
|
795
691
|
|
|
796
|
-
:type override_context: typing.
|
|
797
|
-
:type execution_context: typing.
|
|
798
|
-
:type undo:
|
|
692
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
693
|
+
:type execution_context: typing.Union[str, int]
|
|
694
|
+
:type undo: bool
|
|
799
695
|
:param type: Keying Set, The Keying Set to use
|
|
800
|
-
:type type: typing.
|
|
696
|
+
:type type: typing.Union[str, int, typing.Any]
|
|
801
697
|
:param always_prompt: Always Show Menu
|
|
802
|
-
:type always_prompt: typing.
|
|
698
|
+
:type always_prompt: typing.Union[bool, typing.Any]
|
|
803
699
|
"""
|
|
804
700
|
|
|
805
701
|
...
|
|
806
702
|
|
|
807
703
|
def keying_set_active_set(
|
|
808
|
-
override_context: typing.
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
undo: typing.Optional[bool] = None,
|
|
813
|
-
*,
|
|
814
|
-
type: typing.Optional[typing.Union[int, str, typing.Any]] = "DEFAULT",
|
|
704
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
705
|
+
execution_context: typing.Union[str, int] = None,
|
|
706
|
+
undo: bool = None,
|
|
707
|
+
type: typing.Union[str, int, typing.Any] = "DEFAULT",
|
|
815
708
|
):
|
|
816
709
|
"""Set a new active keying set
|
|
817
710
|
|
|
818
|
-
:type override_context: typing.
|
|
819
|
-
:type execution_context: typing.
|
|
820
|
-
:type undo:
|
|
711
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
712
|
+
:type execution_context: typing.Union[str, int]
|
|
713
|
+
:type undo: bool
|
|
821
714
|
:param type: Keying Set, The Keying Set to use
|
|
822
|
-
:type type: typing.
|
|
715
|
+
:type type: typing.Union[str, int, typing.Any]
|
|
823
716
|
"""
|
|
824
717
|
|
|
825
718
|
...
|
|
826
719
|
|
|
827
720
|
def keying_set_add(
|
|
828
|
-
override_context: typing.
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
832
|
-
undo: typing.Optional[bool] = None,
|
|
721
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
722
|
+
execution_context: typing.Union[str, int] = None,
|
|
723
|
+
undo: bool = None,
|
|
833
724
|
):
|
|
834
725
|
"""Add a new (empty) keying set to the active Scene
|
|
835
726
|
|
|
836
|
-
:type override_context: typing.
|
|
837
|
-
:type execution_context: typing.
|
|
838
|
-
:type undo:
|
|
727
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
728
|
+
:type execution_context: typing.Union[str, int]
|
|
729
|
+
:type undo: bool
|
|
839
730
|
"""
|
|
840
731
|
|
|
841
732
|
...
|
|
842
733
|
|
|
843
734
|
def keying_set_export(
|
|
844
|
-
override_context: typing.
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
848
|
-
undo: typing.Optional[bool] = None,
|
|
849
|
-
*,
|
|
735
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
736
|
+
execution_context: typing.Union[str, int] = None,
|
|
737
|
+
undo: bool = None,
|
|
850
738
|
filepath: typing.Union[str, typing.Any] = "",
|
|
851
|
-
filter_folder: typing.
|
|
852
|
-
filter_text: typing.
|
|
853
|
-
filter_python: typing.
|
|
739
|
+
filter_folder: typing.Union[bool, typing.Any] = True,
|
|
740
|
+
filter_text: typing.Union[bool, typing.Any] = True,
|
|
741
|
+
filter_python: typing.Union[bool, typing.Any] = True,
|
|
854
742
|
):
|
|
855
743
|
"""Export Keying Set to a Python script
|
|
856
744
|
|
|
857
|
-
:type override_context: typing.
|
|
858
|
-
:type execution_context: typing.
|
|
859
|
-
:type undo:
|
|
745
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
746
|
+
:type execution_context: typing.Union[str, int]
|
|
747
|
+
:type undo: bool
|
|
860
748
|
:param filepath: filepath
|
|
861
749
|
:type filepath: typing.Union[str, typing.Any]
|
|
862
750
|
:param filter_folder: Filter folders
|
|
863
|
-
:type filter_folder: typing.
|
|
751
|
+
:type filter_folder: typing.Union[bool, typing.Any]
|
|
864
752
|
:param filter_text: Filter text
|
|
865
|
-
:type filter_text: typing.
|
|
753
|
+
:type filter_text: typing.Union[bool, typing.Any]
|
|
866
754
|
:param filter_python: Filter Python
|
|
867
|
-
:type filter_python: typing.
|
|
755
|
+
:type filter_python: typing.Union[bool, typing.Any]
|
|
868
756
|
"""
|
|
869
757
|
|
|
870
758
|
...
|
|
871
759
|
|
|
872
760
|
def keying_set_path_add(
|
|
873
|
-
override_context: typing.
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
877
|
-
undo: typing.Optional[bool] = None,
|
|
761
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
762
|
+
execution_context: typing.Union[str, int] = None,
|
|
763
|
+
undo: bool = None,
|
|
878
764
|
):
|
|
879
765
|
"""Add empty path to active keying set
|
|
880
766
|
|
|
881
|
-
:type override_context: typing.
|
|
882
|
-
:type execution_context: typing.
|
|
883
|
-
:type undo:
|
|
767
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
768
|
+
:type execution_context: typing.Union[str, int]
|
|
769
|
+
:type undo: bool
|
|
884
770
|
"""
|
|
885
771
|
|
|
886
772
|
...
|
|
887
773
|
|
|
888
774
|
def keying_set_path_remove(
|
|
889
|
-
override_context: typing.
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
893
|
-
undo: typing.Optional[bool] = None,
|
|
775
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
776
|
+
execution_context: typing.Union[str, int] = None,
|
|
777
|
+
undo: bool = None,
|
|
894
778
|
):
|
|
895
779
|
"""Remove active Path from active keying set
|
|
896
780
|
|
|
897
|
-
:type override_context: typing.
|
|
898
|
-
:type execution_context: typing.
|
|
899
|
-
:type undo:
|
|
781
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
782
|
+
:type execution_context: typing.Union[str, int]
|
|
783
|
+
:type undo: bool
|
|
900
784
|
"""
|
|
901
785
|
|
|
902
786
|
...
|
|
903
787
|
|
|
904
788
|
def keying_set_remove(
|
|
905
|
-
override_context: typing.
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
909
|
-
undo: typing.Optional[bool] = None,
|
|
789
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
790
|
+
execution_context: typing.Union[str, int] = None,
|
|
791
|
+
undo: bool = None,
|
|
910
792
|
):
|
|
911
793
|
"""Remove the active keying set
|
|
912
794
|
|
|
913
|
-
:type override_context: typing.
|
|
914
|
-
:type execution_context: typing.
|
|
915
|
-
:type undo:
|
|
795
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
796
|
+
:type execution_context: typing.Union[str, int]
|
|
797
|
+
:type undo: bool
|
|
916
798
|
"""
|
|
917
799
|
|
|
918
800
|
...
|
|
919
801
|
|
|
920
802
|
def keyingset_button_add(
|
|
921
|
-
override_context: typing.
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
undo: typing.Optional[bool] = None,
|
|
926
|
-
*,
|
|
927
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
803
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
804
|
+
execution_context: typing.Union[str, int] = None,
|
|
805
|
+
undo: bool = None,
|
|
806
|
+
all: typing.Union[bool, typing.Any] = True,
|
|
928
807
|
):
|
|
929
808
|
"""Add current UI-active property to current keying set
|
|
930
809
|
|
|
931
|
-
:type override_context: typing.
|
|
932
|
-
:type execution_context: typing.
|
|
933
|
-
:type undo:
|
|
810
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
811
|
+
:type execution_context: typing.Union[str, int]
|
|
812
|
+
:type undo: bool
|
|
934
813
|
:param all: All, Add all elements of the array to a Keying Set
|
|
935
|
-
:type all: typing.
|
|
814
|
+
:type all: typing.Union[bool, typing.Any]
|
|
936
815
|
"""
|
|
937
816
|
|
|
938
817
|
...
|
|
939
818
|
|
|
940
819
|
def keyingset_button_remove(
|
|
941
|
-
override_context: typing.
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
945
|
-
undo: typing.Optional[bool] = None,
|
|
820
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
821
|
+
execution_context: typing.Union[str, int] = None,
|
|
822
|
+
undo: bool = None,
|
|
946
823
|
):
|
|
947
824
|
"""Remove current UI-active property from current keying set
|
|
948
825
|
|
|
949
|
-
:type override_context: typing.
|
|
950
|
-
:type execution_context: typing.
|
|
951
|
-
:type undo:
|
|
826
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
827
|
+
:type execution_context: typing.Union[str, int]
|
|
828
|
+
:type undo: bool
|
|
952
829
|
"""
|
|
953
830
|
|
|
954
831
|
...
|
|
955
832
|
|
|
956
833
|
def paste_driver_button(
|
|
957
|
-
override_context: typing.
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
961
|
-
undo: typing.Optional[bool] = None,
|
|
834
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
835
|
+
execution_context: typing.Union[str, int] = None,
|
|
836
|
+
undo: bool = None,
|
|
962
837
|
):
|
|
963
838
|
"""Paste the driver in the internal clipboard to the highlighted button
|
|
964
839
|
|
|
965
|
-
:type override_context: typing.
|
|
966
|
-
:type execution_context: typing.
|
|
967
|
-
:type undo:
|
|
840
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
841
|
+
:type execution_context: typing.Union[str, int]
|
|
842
|
+
:type undo: bool
|
|
968
843
|
"""
|
|
969
844
|
|
|
970
845
|
...
|
|
971
846
|
|
|
972
847
|
def previewrange_clear(
|
|
973
|
-
override_context: typing.
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
977
|
-
undo: typing.Optional[bool] = None,
|
|
848
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
849
|
+
execution_context: typing.Union[str, int] = None,
|
|
850
|
+
undo: bool = None,
|
|
978
851
|
):
|
|
979
852
|
"""Clear preview range
|
|
980
853
|
|
|
981
|
-
:type override_context: typing.
|
|
982
|
-
:type execution_context: typing.
|
|
983
|
-
:type undo:
|
|
854
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
855
|
+
:type execution_context: typing.Union[str, int]
|
|
856
|
+
:type undo: bool
|
|
984
857
|
"""
|
|
985
858
|
|
|
986
859
|
...
|
|
987
860
|
|
|
988
861
|
def previewrange_set(
|
|
989
|
-
override_context: typing.
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
ymin: typing.Optional[typing.Any] = 0,
|
|
998
|
-
ymax: typing.Optional[typing.Any] = 0,
|
|
999
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
862
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
863
|
+
execution_context: typing.Union[str, int] = None,
|
|
864
|
+
undo: bool = None,
|
|
865
|
+
xmin: typing.Any = 0,
|
|
866
|
+
xmax: typing.Any = 0,
|
|
867
|
+
ymin: typing.Any = 0,
|
|
868
|
+
ymax: typing.Any = 0,
|
|
869
|
+
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
1000
870
|
):
|
|
1001
871
|
"""Interactively define frame range used for playback
|
|
1002
872
|
|
|
1003
|
-
:type override_context: typing.
|
|
1004
|
-
:type execution_context: typing.
|
|
1005
|
-
:type undo:
|
|
873
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
874
|
+
:type execution_context: typing.Union[str, int]
|
|
875
|
+
:type undo: bool
|
|
1006
876
|
:param xmin: X Min
|
|
1007
|
-
:type xmin: typing.
|
|
877
|
+
:type xmin: typing.Any
|
|
1008
878
|
:param xmax: X Max
|
|
1009
|
-
:type xmax: typing.
|
|
879
|
+
:type xmax: typing.Any
|
|
1010
880
|
:param ymin: Y Min
|
|
1011
|
-
:type ymin: typing.
|
|
881
|
+
:type ymin: typing.Any
|
|
1012
882
|
:param ymax: Y Max
|
|
1013
|
-
:type ymax: typing.
|
|
883
|
+
:type ymax: typing.Any
|
|
1014
884
|
:param wait_for_input: Wait for Input
|
|
1015
|
-
:type wait_for_input: typing.
|
|
885
|
+
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
1016
886
|
"""
|
|
1017
887
|
|
|
1018
888
|
...
|
|
1019
889
|
|
|
1020
890
|
def start_frame_set(
|
|
1021
|
-
override_context: typing.
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
1025
|
-
undo: typing.Optional[bool] = None,
|
|
891
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
892
|
+
execution_context: typing.Union[str, int] = None,
|
|
893
|
+
undo: bool = None,
|
|
1026
894
|
):
|
|
1027
895
|
"""Set the current frame as the preview or scene start frame
|
|
1028
896
|
|
|
1029
|
-
:type override_context: typing.
|
|
1030
|
-
:type execution_context: typing.
|
|
1031
|
-
:type undo:
|
|
897
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
898
|
+
:type execution_context: typing.Union[str, int]
|
|
899
|
+
:type undo: bool
|
|
1032
900
|
"""
|
|
1033
901
|
|
|
1034
902
|
...
|
|
1035
903
|
|
|
1036
904
|
def update_animated_transform_constraints(
|
|
1037
|
-
override_context: typing.
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
undo: typing.Optional[bool] = None,
|
|
1042
|
-
*,
|
|
1043
|
-
use_convert_to_radians: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
905
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
906
|
+
execution_context: typing.Union[str, int] = None,
|
|
907
|
+
undo: bool = None,
|
|
908
|
+
use_convert_to_radians: typing.Union[bool, typing.Any] = True,
|
|
1044
909
|
):
|
|
1045
910
|
"""Update f-curves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)
|
|
1046
911
|
|
|
1047
|
-
:type override_context: typing.
|
|
1048
|
-
:type execution_context: typing.
|
|
1049
|
-
:type undo:
|
|
912
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
913
|
+
:type execution_context: typing.Union[str, int]
|
|
914
|
+
:type undo: bool
|
|
1050
915
|
:param use_convert_to_radians: Convert to Radians, Convert f-curves/drivers affecting rotations to radians.Warning: Use this only once
|
|
1051
|
-
:type use_convert_to_radians: typing.
|
|
916
|
+
:type use_convert_to_radians: typing.Union[bool, typing.Any]
|
|
1052
917
|
"""
|
|
1053
918
|
|
|
1054
919
|
...
|
|
1055
920
|
|
|
1056
921
|
def view_curve_in_graph_editor(
|
|
1057
|
-
override_context: typing.
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
*,
|
|
1063
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1064
|
-
isolate: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
922
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
923
|
+
execution_context: typing.Union[str, int] = None,
|
|
924
|
+
undo: bool = None,
|
|
925
|
+
all: typing.Union[bool, typing.Any] = False,
|
|
926
|
+
isolate: typing.Union[bool, typing.Any] = False,
|
|
1065
927
|
):
|
|
1066
928
|
"""Frame the property under the cursor in the Graph Editor
|
|
1067
929
|
|
|
1068
|
-
:type override_context: typing.
|
|
1069
|
-
:type execution_context: typing.
|
|
1070
|
-
:type undo:
|
|
930
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
931
|
+
:type execution_context: typing.Union[str, int]
|
|
932
|
+
:type undo: bool
|
|
1071
933
|
:param all: Show All, Frame the whole array property instead of only the index under the cursor
|
|
1072
|
-
:type all: typing.
|
|
934
|
+
:type all: typing.Union[bool, typing.Any]
|
|
1073
935
|
:param isolate: Isolate, Hides all F-Curves other than the ones being framed
|
|
1074
|
-
:type isolate: typing.
|
|
936
|
+
:type isolate: typing.Union[bool, typing.Any]
|
|
1075
937
|
"""
|
|
1076
938
|
|
|
1077
939
|
...
|