fake-bpy-module 20240516__py3-none-any.whl → 20240517__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.
- _bpy_internal/freedesktop/__init__.pyi +2 -2
- addon_utils/__init__.pyi +43 -12
- animsys_refactor/__init__.pyi +4 -4
- aud/__init__.pyi +7 -7
- bgl/__init__.pyi +121 -183
- bl_app_override/__init__.pyi +5 -5
- bl_app_override/helpers/__init__.pyi +3 -1
- bl_app_template_utils/__init__.pyi +5 -5
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +48 -10
- bl_console_utils/autocomplete/complete_import/__init__.pyi +27 -6
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +40 -8
- bl_console_utils/autocomplete/intellisense/__init__.pyi +31 -4
- bl_i18n_utils/bl_extract_messages/__init__.pyi +5 -5
- bl_i18n_utils/settings/__init__.pyi +4 -2
- bl_i18n_utils/utils/__init__.pyi +86 -58
- bl_i18n_utils/utils_rtl/__init__.pyi +8 -2
- bl_keymap_utils/io/__init__.pyi +4 -4
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
- bl_operators/add_mesh_torus/__init__.pyi +126 -41
- bl_operators/anim/__init__.pyi +1001 -328
- bl_operators/assets/__init__.pyi +376 -123
- bl_operators/bmesh/find_adjacent/__init__.pyi +3 -3
- bl_operators/clip/__init__.pyi +1250 -409
- bl_operators/console/__init__.pyi +626 -205
- bl_operators/constraint/__init__.pyi +502 -165
- bl_operators/file/__init__.pyi +376 -123
- bl_operators/freestyle/__init__.pyi +501 -164
- bl_operators/geometry_nodes/__init__.pyi +501 -164
- bl_operators/image/__init__.pyi +621 -200
- bl_operators/mesh/__init__.pyi +376 -123
- bl_operators/node/__init__.pyi +1243 -402
- bl_operators/object/__init__.pyi +1876 -615
- bl_operators/object_align/__init__.pyi +126 -41
- bl_operators/object_quick_effects/__init__.pyi +502 -165
- bl_operators/object_randomize_transform/__init__.pyi +126 -41
- bl_operators/presets/__init__.pyi +3069 -1027
- bl_operators/rigidbody/__init__.pyi +376 -123
- bl_operators/screen_play_rendered_anim/__init__.pyi +126 -41
- bl_operators/sequencer/__init__.pyi +1009 -331
- bl_operators/spreadsheet/__init__.pyi +126 -41
- bl_operators/userpref/__init__.pyi +3263 -1078
- bl_operators/uvcalc_follow_active/__init__.pyi +126 -41
- bl_operators/uvcalc_lightmap/__init__.pyi +137 -47
- bl_operators/uvcalc_transform/__init__.pyi +289 -90
- bl_operators/vertexpaint_dirt/__init__.pyi +126 -41
- bl_operators/view3d/__init__.pyi +868 -279
- bl_operators/wm/__init__.pyi +5777 -1934
- bl_operators/world/__init__.pyi +126 -41
- bl_previews_utils/bl_previews_render/__init__.pyi +1 -1
- bl_rna_utils/data_path/__init__.pyi +8 -3
- bl_ui/__init__.pyi +338 -131
- bl_ui/anim/__init__.pyi +164 -64
- bl_ui/asset_shelf/__init__.pyi +129 -42
- bl_ui/generic_ui_list/__init__.pyi +412 -135
- bl_ui/node_add_menu/__init__.pyi +168 -68
- bl_ui/node_add_menu_compositor/__init__.pyi +2921 -1138
- bl_ui/node_add_menu_geometry/__init__.pyi +7785 -3032
- bl_ui/node_add_menu_shader/__init__.pyi +1621 -630
- bl_ui/node_add_menu_texture/__init__.pyi +1459 -567
- bl_ui/properties_animviz/__init__.pyi +2 -2
- bl_ui/properties_collection/__init__.pyi +806 -274
- bl_ui/properties_constraint/__init__.pyi +10253 -3458
- bl_ui/properties_data_armature/__init__.pyi +1615 -552
- bl_ui/properties_data_bone/__init__.pyi +1288 -425
- bl_ui/properties_data_camera/__init__.pyi +1854 -631
- bl_ui/properties_data_curve/__init__.pyi +1929 -636
- bl_ui/properties_data_curves/__init__.pyi +806 -274
- bl_ui/properties_data_empty/__init__.pyi +257 -84
- bl_ui/properties_data_gpencil/__init__.pyi +2380 -803
- bl_ui/properties_data_grease_pencil/__init__.pyi +1902 -656
- bl_ui/properties_data_lattice/__init__.pyi +388 -127
- bl_ui/properties_data_light/__init__.pyi +1541 -506
- bl_ui/properties_data_lightprobe/__init__.pyi +1667 -548
- bl_ui/properties_data_mesh/__init__.pyi +2704 -929
- bl_ui/properties_data_metaball/__init__.pyi +644 -211
- bl_ui/properties_data_modifier/__init__.pyi +1353 -502
- bl_ui/properties_data_pointcloud/__init__.pyi +679 -233
- bl_ui/properties_data_shaderfx/__init__.pyi +129 -42
- bl_ui/properties_data_speaker/__init__.pyi +644 -211
- bl_ui/properties_data_volume/__init__.pyi +1030 -339
- bl_ui/properties_freestyle/__init__.pyi +3113 -1035
- bl_ui/properties_grease_pencil_common/__init__.pyi +2464 -933
- bl_ui/properties_mask_common/__init__.pyi +1101 -420
- bl_ui/properties_material/__init__.pyi +2091 -699
- bl_ui/properties_material_gpencil/__init__.pyi +1350 -466
- bl_ui/properties_object/__init__.pyi +1838 -618
- bl_ui/properties_output/__init__.pyi +2414 -831
- bl_ui/properties_paint_common/__init__.pyi +412 -289
- bl_ui/properties_particle/__init__.pyi +6737 -2241
- bl_ui/properties_physics_cloth/__init__.pyi +1825 -612
- bl_ui/properties_physics_common/__init__.pyi +129 -42
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2821 -928
- bl_ui/properties_physics_field/__init__.pyi +1283 -422
- bl_ui/properties_physics_fluid/__init__.pyi +3620 -1203
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +129 -42
- bl_ui/properties_physics_rigidbody/__init__.pyi +1027 -338
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1667 -548
- bl_ui/properties_physics_softbody/__init__.pyi +1924 -633
- bl_ui/properties_render/__init__.pyi +6830 -2263
- bl_ui/properties_scene/__init__.pyi +1929 -636
- bl_ui/properties_texture/__init__.pyi +3370 -1118
- bl_ui/properties_view_layer/__init__.pyi +2346 -782
- bl_ui/properties_workspace/__init__.pyi +516 -169
- bl_ui/properties_world/__init__.pyi +1284 -421
- bl_ui/space_clip/__init__.pyi +10134 -3639
- bl_ui/space_console/__init__.pyi +939 -357
- bl_ui/space_dopesheet/__init__.pyi +4327 -1562
- bl_ui/space_filebrowser/__init__.pyi +4164 -1499
- bl_ui/space_graph/__init__.pyi +3108 -1179
- bl_ui/space_image/__init__.pyi +9766 -3596
- bl_ui/space_info/__init__.pyi +939 -357
- bl_ui/space_nla/__init__.pyi +2620 -988
- bl_ui/space_node/__init__.pyi +3994 -1434
- bl_ui/space_outliner/__init__.pyi +2203 -842
- bl_ui/space_properties/__init__.pyi +386 -127
- bl_ui/space_sequencer/__init__.pyi +10773 -3878
- bl_ui/space_spreadsheet/__init__.pyi +130 -43
- bl_ui/space_statusbar/__init__.pyi +129 -42
- bl_ui/space_text/__init__.pyi +2458 -925
- bl_ui/space_time/__init__.pyi +1033 -378
- bl_ui/space_toolsystem_common/__init__.pyi +20 -16
- bl_ui/space_toolsystem_toolbar/__init__.pyi +37 -21
- bl_ui/space_topbar/__init__.pyi +3980 -1496
- bl_ui/space_userpref/__init__.pyi +11373 -3797
- bl_ui/space_view3d/__init__.pyi +40865 -15356
- bl_ui/space_view3d_toolbar/__init__.pyi +12520 -4647
- bl_ui/temp_anim_layers/__init__.pyi +129 -42
- bl_ui/utils/__init__.pyi +28 -20
- bl_ui_utils/bug_report_url/__init__.pyi +1 -1
- bl_ui_utils/layout/__init__.pyi +1 -1
- blend_render_info/__init__.pyi +1 -1
- blf/__init__.pyi +4 -4
- bmesh/geometry/__init__.pyi +2 -3
- bmesh/ops/__init__.pyi +372 -419
- bmesh/types/__init__.pyi +38 -38
- bmesh/utils/__init__.pyi +10 -13
- bpy/app/__init__.pyi +4 -4
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -8
- bpy/app/timers/__init__.pyi +10 -10
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +2 -4
- bpy/ops/action/__init__.pyi +316 -394
- bpy/ops/anim/__init__.pyi +442 -548
- bpy/ops/armature/__init__.pyi +374 -470
- bpy/ops/asset/__init__.pyi +152 -184
- bpy/ops/bl_pkg/__init__.pyi +221 -272
- bpy/ops/boid/__init__.pyi +50 -66
- bpy/ops/brush/__init__.pyi +72 -90
- bpy/ops/buttons/__init__.pyi +132 -144
- bpy/ops/cachefile/__init__.pyi +128 -138
- bpy/ops/camera/__init__.pyi +26 -30
- bpy/ops/clip/__init__.pyi +777 -964
- bpy/ops/cloth/__init__.pyi +12 -14
- bpy/ops/collection/__init__.pyi +68 -86
- bpy/ops/console/__init__.pyi +158 -200
- bpy/ops/constraint/__init__.pyi +178 -214
- bpy/ops/curve/__init__.pyi +473 -576
- bpy/ops/curves/__init__.pyi +247 -302
- bpy/ops/cycles/__init__.pyi +28 -34
- bpy/ops/dpaint/__init__.pyi +34 -44
- bpy/ops/ed/__init__.pyi +126 -150
- bpy/ops/export_anim/__init__.pyi +22 -24
- bpy/ops/export_scene/__init__.pyi +302 -336
- bpy/ops/file/__init__.pyi +352 -432
- bpy/ops/fluid/__init__.pyi +90 -118
- bpy/ops/font/__init__.pyi +258 -304
- bpy/ops/geometry/__init__.pyi +100 -120
- bpy/ops/gizmogroup/__init__.pyi +22 -26
- bpy/ops/gpencil/__init__.pyi +1469 -1778
- bpy/ops/graph/__init__.pyi +644 -776
- bpy/ops/grease_pencil/__init__.pyi +597 -748
- bpy/ops/image/__init__.pyi +648 -744
- bpy/ops/import_anim/__init__.pyi +30 -32
- bpy/ops/import_curve/__init__.pyi +10 -12
- bpy/ops/import_scene/__init__.pyi +88 -96
- bpy/ops/info/__init__.pyi +60 -74
- bpy/ops/lattice/__init__.pyi +64 -80
- bpy/ops/marker/__init__.pyi +108 -130
- bpy/ops/mask/__init__.pyi +322 -402
- bpy/ops/material/__init__.pyi +18 -24
- bpy/ops/mball/__init__.pyi +70 -86
- bpy/ops/mesh/__init__.pyi +1986 -2322
- bpy/ops/nla/__init__.pyi +333 -411
- bpy/ops/node/__init__.pyi +886 -1100
- bpy/ops/object/__init__.pyi +2585 -3078
- bpy/ops/outliner/__init__.pyi +498 -636
- bpy/ops/paint/__init__.pyi +565 -680
- bpy/ops/paintcurve/__init__.pyi +64 -80
- bpy/ops/palette/__init__.pyi +50 -64
- bpy/ops/particle/__init__.pyi +267 -340
- bpy/ops/pose/__init__.pyi +336 -414
- bpy/ops/poselib/__init__.pyi +72 -90
- bpy/ops/preferences/__init__.pyi +386 -463
- bpy/ops/ptcache/__init__.pyi +46 -60
- bpy/ops/render/__init__.pyi +130 -154
- bpy/ops/rigidbody/__init__.pyi +102 -128
- bpy/ops/scene/__init__.pyi +280 -358
- bpy/ops/screen/__init__.pyi +382 -460
- bpy/ops/script/__init__.pyi +24 -30
- bpy/ops/sculpt/__init__.pyi +458 -532
- bpy/ops/sculpt_curves/__init__.pyi +41 -50
- bpy/ops/sequencer/__init__.pyi +1066 -1244
- bpy/ops/sound/__init__.pyi +216 -230
- bpy/ops/spreadsheet/__init__.pyi +30 -38
- bpy/ops/surface/__init__.pyi +108 -120
- bpy/ops/text/__init__.pyi +390 -476
- bpy/ops/text_editor/__init__.pyi +12 -14
- bpy/ops/texture/__init__.pyi +26 -34
- bpy/ops/transform/__init__.pyi +792 -878
- bpy/ops/ui/__init__.pyi +228 -294
- bpy/ops/uilist/__init__.pyi +32 -38
- bpy/ops/uv/__init__.pyi +602 -704
- bpy/ops/view2d/__init__.pyi +156 -184
- bpy/ops/view3d/__init__.pyi +582 -718
- bpy/ops/wm/__init__.pyi +2680 -2928
- bpy/ops/workspace/__init__.pyi +46 -60
- bpy/ops/world/__init__.pyi +12 -16
- bpy/path/__init__.pyi +179 -75
- bpy/props/__init__.pyi +261 -263
- bpy/types/__init__.pyi +17056 -21951
- bpy/utils/__init__.pyi +242 -118
- bpy/utils/previews/__init__.pyi +58 -28
- bpy/utils/units/__init__.pyi +20 -20
- bpy_extras/anim_utils/__init__.pyi +68 -28
- bpy_extras/bmesh_utils/__init__.pyi +8 -2
- bpy_extras/extensions/junction_module/__init__.pyi +5 -2
- bpy_extras/id_map_utils/__init__.pyi +3 -3
- bpy_extras/image_utils/__init__.pyi +44 -11
- bpy_extras/io_utils/__init__.pyi +113 -18
- bpy_extras/keyconfig_utils/__init__.pyi +2 -2
- bpy_extras/mesh_utils/__init__.pyi +71 -19
- bpy_extras/node_shader_utils/__init__.pyi +9 -4
- bpy_extras/node_utils/__init__.pyi +9 -2
- bpy_extras/object_utils/__init__.pyi +71 -12
- bpy_extras/view3d_utils/__init__.pyi +80 -10
- bpy_extras/wm_utils/progress_report/__init__.pyi +13 -10
- bpy_types/__init__.pyi +4197 -1333
- console_python/__init__.pyi +6 -1
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/METADATA +1 -1
- fake_bpy_module-20240517.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +4 -4
- freestyle/shaders/__init__.pyi +2 -2
- freestyle/types/__init__.pyi +84 -96
- freestyle/utils/ContextFunctions/__init__.pyi +2 -2
- freestyle/utils/__init__.pyi +3 -3
- gpu/matrix/__init__.pyi +6 -8
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +12 -12
- gpu_extras/presets/__init__.pyi +2 -5
- graphviz_export/__init__.pyi +4 -2
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +4 -4
- keyingsets_builtins/__init__.pyi +2688 -839
- mathutils/__init__.pyi +194 -238
- mathutils/bvhtree/__init__.pyi +4 -4
- mathutils/geometry/__init__.pyi +153 -155
- mathutils/kdtree/__init__.pyi +8 -12
- mathutils/noise/__init__.pyi +26 -26
- nodeitems_utils/__init__.pyi +1 -1
- rna_info/__init__.pyi +17 -15
- rna_keymap_ui/__init__.pyi +1 -1
- rna_prop_ui/__init__.pyi +16 -14
- rna_xml/__init__.pyi +12 -12
- _bpy_internal/freedesktop/py.typed +0 -0
- bl_app_override/helpers/py.typed +0 -0
- bl_console_utils/autocomplete/complete_calltip/py.typed +0 -0
- bl_console_utils/autocomplete/complete_import/py.typed +0 -0
- bl_console_utils/autocomplete/complete_namespace/py.typed +0 -0
- bl_console_utils/autocomplete/intellisense/py.typed +0 -0
- bl_console_utils/autocomplete/py.typed +0 -0
- bl_i18n_utils/bl_extract_messages/py.typed +0 -0
- bl_i18n_utils/merge_po/py.typed +0 -0
- bl_i18n_utils/settings/py.typed +0 -0
- bl_i18n_utils/utils/py.typed +0 -0
- bl_i18n_utils/utils_cli/py.typed +0 -0
- bl_i18n_utils/utils_languages_menu/py.typed +0 -0
- bl_i18n_utils/utils_rtl/py.typed +0 -0
- bl_keymap_utils/io/py.typed +0 -0
- bl_keymap_utils/keymap_from_toolbar/py.typed +0 -0
- bl_keymap_utils/keymap_hierarchy/py.typed +0 -0
- bl_keymap_utils/platform_helpers/py.typed +0 -0
- bl_keymap_utils/versioning/py.typed +0 -0
- bl_operators/add_mesh_torus/py.typed +0 -0
- bl_operators/anim/py.typed +0 -0
- bl_operators/assets/py.typed +0 -0
- bl_operators/bmesh/find_adjacent/py.typed +0 -0
- bl_operators/bmesh/py.typed +0 -0
- bl_operators/clip/py.typed +0 -0
- bl_operators/console/py.typed +0 -0
- bl_operators/constraint/py.typed +0 -0
- bl_operators/file/py.typed +0 -0
- bl_operators/freestyle/py.typed +0 -0
- bl_operators/geometry_nodes/py.typed +0 -0
- bl_operators/image/py.typed +0 -0
- bl_operators/mesh/py.typed +0 -0
- bl_operators/node/py.typed +0 -0
- bl_operators/object/py.typed +0 -0
- bl_operators/object_align/py.typed +0 -0
- bl_operators/object_quick_effects/py.typed +0 -0
- bl_operators/object_randomize_transform/py.typed +0 -0
- bl_operators/presets/py.typed +0 -0
- bl_operators/rigidbody/py.typed +0 -0
- bl_operators/screen_play_rendered_anim/py.typed +0 -0
- bl_operators/sequencer/py.typed +0 -0
- bl_operators/spreadsheet/py.typed +0 -0
- bl_operators/userpref/py.typed +0 -0
- bl_operators/uvcalc_follow_active/py.typed +0 -0
- bl_operators/uvcalc_lightmap/py.typed +0 -0
- bl_operators/uvcalc_transform/py.typed +0 -0
- bl_operators/vertexpaint_dirt/py.typed +0 -0
- bl_operators/view3d/py.typed +0 -0
- bl_operators/wm/py.typed +0 -0
- bl_operators/world/py.typed +0 -0
- bl_previews_utils/bl_previews_render/py.typed +0 -0
- bl_rna_utils/data_path/py.typed +0 -0
- bl_text_utils/external_editor/py.typed +0 -0
- bl_ui/anim/py.typed +0 -0
- bl_ui/asset_shelf/py.typed +0 -0
- bl_ui/generic_ui_list/py.typed +0 -0
- bl_ui/node_add_menu/py.typed +0 -0
- bl_ui/node_add_menu_compositor/py.typed +0 -0
- bl_ui/node_add_menu_geometry/py.typed +0 -0
- bl_ui/node_add_menu_shader/py.typed +0 -0
- bl_ui/node_add_menu_texture/py.typed +0 -0
- bl_ui/properties_animviz/py.typed +0 -0
- bl_ui/properties_collection/py.typed +0 -0
- bl_ui/properties_constraint/py.typed +0 -0
- bl_ui/properties_data_armature/py.typed +0 -0
- bl_ui/properties_data_bone/py.typed +0 -0
- bl_ui/properties_data_camera/py.typed +0 -0
- bl_ui/properties_data_curve/py.typed +0 -0
- bl_ui/properties_data_curves/py.typed +0 -0
- bl_ui/properties_data_empty/py.typed +0 -0
- bl_ui/properties_data_gpencil/py.typed +0 -0
- bl_ui/properties_data_grease_pencil/py.typed +0 -0
- bl_ui/properties_data_lattice/py.typed +0 -0
- bl_ui/properties_data_light/py.typed +0 -0
- bl_ui/properties_data_lightprobe/py.typed +0 -0
- bl_ui/properties_data_mesh/py.typed +0 -0
- bl_ui/properties_data_metaball/py.typed +0 -0
- bl_ui/properties_data_modifier/py.typed +0 -0
- bl_ui/properties_data_pointcloud/py.typed +0 -0
- bl_ui/properties_data_shaderfx/py.typed +0 -0
- bl_ui/properties_data_speaker/py.typed +0 -0
- bl_ui/properties_data_volume/py.typed +0 -0
- bl_ui/properties_freestyle/py.typed +0 -0
- bl_ui/properties_grease_pencil_common/py.typed +0 -0
- bl_ui/properties_mask_common/py.typed +0 -0
- bl_ui/properties_material/py.typed +0 -0
- bl_ui/properties_material_gpencil/py.typed +0 -0
- bl_ui/properties_object/py.typed +0 -0
- bl_ui/properties_output/py.typed +0 -0
- bl_ui/properties_paint_common/py.typed +0 -0
- bl_ui/properties_particle/py.typed +0 -0
- bl_ui/properties_physics_cloth/py.typed +0 -0
- bl_ui/properties_physics_common/py.typed +0 -0
- bl_ui/properties_physics_dynamicpaint/py.typed +0 -0
- bl_ui/properties_physics_field/py.typed +0 -0
- bl_ui/properties_physics_fluid/py.typed +0 -0
- bl_ui/properties_physics_geometry_nodes/py.typed +0 -0
- bl_ui/properties_physics_rigidbody/py.typed +0 -0
- bl_ui/properties_physics_rigidbody_constraint/py.typed +0 -0
- bl_ui/properties_physics_softbody/py.typed +0 -0
- bl_ui/properties_render/py.typed +0 -0
- bl_ui/properties_scene/py.typed +0 -0
- bl_ui/properties_texture/py.typed +0 -0
- bl_ui/properties_view_layer/py.typed +0 -0
- bl_ui/properties_workspace/py.typed +0 -0
- bl_ui/properties_world/py.typed +0 -0
- bl_ui/space_clip/py.typed +0 -0
- bl_ui/space_console/py.typed +0 -0
- bl_ui/space_dopesheet/py.typed +0 -0
- bl_ui/space_filebrowser/py.typed +0 -0
- bl_ui/space_graph/py.typed +0 -0
- bl_ui/space_image/py.typed +0 -0
- bl_ui/space_info/py.typed +0 -0
- bl_ui/space_nla/py.typed +0 -0
- bl_ui/space_node/py.typed +0 -0
- bl_ui/space_outliner/py.typed +0 -0
- bl_ui/space_properties/py.typed +0 -0
- bl_ui/space_sequencer/py.typed +0 -0
- bl_ui/space_spreadsheet/py.typed +0 -0
- bl_ui/space_statusbar/py.typed +0 -0
- bl_ui/space_text/py.typed +0 -0
- bl_ui/space_time/py.typed +0 -0
- bl_ui/space_toolsystem_common/py.typed +0 -0
- bl_ui/space_toolsystem_toolbar/py.typed +0 -0
- bl_ui/space_topbar/py.typed +0 -0
- bl_ui/space_userpref/py.typed +0 -0
- bl_ui/space_view3d/py.typed +0 -0
- bl_ui/space_view3d_toolbar/py.typed +0 -0
- bl_ui/temp_anim_layers/py.typed +0 -0
- bl_ui/utils/py.typed +0 -0
- bl_ui_utils/bug_report_url/py.typed +0 -0
- bl_ui_utils/layout/py.typed +0 -0
- bmesh/geometry/py.typed +0 -0
- bmesh/ops/py.typed +0 -0
- bmesh/types/py.typed +0 -0
- bmesh/utils/py.typed +0 -0
- bpy/app/handlers/py.typed +0 -0
- bpy/app/icons/py.typed +0 -0
- bpy/app/py.typed +0 -0
- bpy/app/timers/py.typed +0 -0
- bpy/app/translations/py.typed +0 -0
- bpy/msgbus/py.typed +0 -0
- bpy/ops/action/py.typed +0 -0
- bpy/ops/anim/py.typed +0 -0
- bpy/ops/armature/py.typed +0 -0
- bpy/ops/asset/py.typed +0 -0
- bpy/ops/bl_pkg/py.typed +0 -0
- bpy/ops/boid/py.typed +0 -0
- bpy/ops/brush/py.typed +0 -0
- bpy/ops/buttons/py.typed +0 -0
- bpy/ops/cachefile/py.typed +0 -0
- bpy/ops/camera/py.typed +0 -0
- bpy/ops/clip/py.typed +0 -0
- bpy/ops/cloth/py.typed +0 -0
- bpy/ops/collection/py.typed +0 -0
- bpy/ops/console/py.typed +0 -0
- bpy/ops/constraint/py.typed +0 -0
- bpy/ops/curve/py.typed +0 -0
- bpy/ops/curves/py.typed +0 -0
- bpy/ops/cycles/py.typed +0 -0
- bpy/ops/dpaint/py.typed +0 -0
- bpy/ops/ed/py.typed +0 -0
- bpy/ops/export_anim/py.typed +0 -0
- bpy/ops/export_scene/py.typed +0 -0
- bpy/ops/file/py.typed +0 -0
- bpy/ops/fluid/py.typed +0 -0
- bpy/ops/font/py.typed +0 -0
- bpy/ops/geometry/py.typed +0 -0
- bpy/ops/gizmogroup/py.typed +0 -0
- bpy/ops/gpencil/py.typed +0 -0
- bpy/ops/graph/py.typed +0 -0
- bpy/ops/grease_pencil/py.typed +0 -0
- bpy/ops/image/py.typed +0 -0
- bpy/ops/import_anim/py.typed +0 -0
- bpy/ops/import_curve/py.typed +0 -0
- bpy/ops/import_scene/py.typed +0 -0
- bpy/ops/info/py.typed +0 -0
- bpy/ops/lattice/py.typed +0 -0
- bpy/ops/marker/py.typed +0 -0
- bpy/ops/mask/py.typed +0 -0
- bpy/ops/material/py.typed +0 -0
- bpy/ops/mball/py.typed +0 -0
- bpy/ops/mesh/py.typed +0 -0
- bpy/ops/nla/py.typed +0 -0
- bpy/ops/node/py.typed +0 -0
- bpy/ops/object/py.typed +0 -0
- bpy/ops/outliner/py.typed +0 -0
- bpy/ops/paint/py.typed +0 -0
- bpy/ops/paintcurve/py.typed +0 -0
- bpy/ops/palette/py.typed +0 -0
- bpy/ops/particle/py.typed +0 -0
- bpy/ops/pose/py.typed +0 -0
- bpy/ops/poselib/py.typed +0 -0
- bpy/ops/preferences/py.typed +0 -0
- bpy/ops/ptcache/py.typed +0 -0
- bpy/ops/py.typed +0 -0
- bpy/ops/render/py.typed +0 -0
- bpy/ops/rigidbody/py.typed +0 -0
- bpy/ops/scene/py.typed +0 -0
- bpy/ops/screen/py.typed +0 -0
- bpy/ops/script/py.typed +0 -0
- bpy/ops/sculpt/py.typed +0 -0
- bpy/ops/sculpt_curves/py.typed +0 -0
- bpy/ops/sequencer/py.typed +0 -0
- bpy/ops/sound/py.typed +0 -0
- bpy/ops/spreadsheet/py.typed +0 -0
- bpy/ops/surface/py.typed +0 -0
- bpy/ops/text/py.typed +0 -0
- bpy/ops/text_editor/py.typed +0 -0
- bpy/ops/texture/py.typed +0 -0
- bpy/ops/transform/py.typed +0 -0
- bpy/ops/ui/py.typed +0 -0
- bpy/ops/uilist/py.typed +0 -0
- bpy/ops/uv/py.typed +0 -0
- bpy/ops/view2d/py.typed +0 -0
- bpy/ops/view3d/py.typed +0 -0
- bpy/ops/wm/py.typed +0 -0
- bpy/ops/workspace/py.typed +0 -0
- bpy/ops/world/py.typed +0 -0
- bpy/path/py.typed +0 -0
- bpy/props/py.typed +0 -0
- bpy/types/py.typed +0 -0
- bpy/utils/previews/py.typed +0 -0
- bpy/utils/py.typed +0 -0
- bpy/utils/units/py.typed +0 -0
- bpy_extras/anim_utils/py.typed +0 -0
- bpy_extras/asset_utils/py.typed +0 -0
- bpy_extras/bmesh_utils/py.typed +0 -0
- bpy_extras/extensions/junction_module/py.typed +0 -0
- bpy_extras/extensions/py.typed +0 -0
- bpy_extras/id_map_utils/py.typed +0 -0
- bpy_extras/image_utils/py.typed +0 -0
- bpy_extras/io_utils/py.typed +0 -0
- bpy_extras/keyconfig_utils/py.typed +0 -0
- bpy_extras/mesh_utils/py.typed +0 -0
- bpy_extras/node_shader_utils/py.typed +0 -0
- bpy_extras/node_utils/py.typed +0 -0
- bpy_extras/object_utils/py.typed +0 -0
- bpy_extras/view3d_utils/py.typed +0 -0
- bpy_extras/wm_utils/progress_report/py.typed +0 -0
- bpy_extras/wm_utils/py.typed +0 -0
- fake_bpy_module-20240516.dist-info/RECORD +0 -618
- freestyle/chainingiterators/py.typed +0 -0
- freestyle/functions/py.typed +0 -0
- freestyle/predicates/py.typed +0 -0
- freestyle/shaders/py.typed +0 -0
- freestyle/types/py.typed +0 -0
- freestyle/utils/ContextFunctions/py.typed +0 -0
- freestyle/utils/py.typed +0 -0
- gpu/capabilities/py.typed +0 -0
- gpu/matrix/py.typed +0 -0
- gpu/platform/py.typed +0 -0
- gpu/select/py.typed +0 -0
- gpu/shader/py.typed +0 -0
- gpu/state/py.typed +0 -0
- gpu/texture/py.typed +0 -0
- gpu/types/py.typed +0 -0
- gpu_extras/batch/py.typed +0 -0
- gpu_extras/presets/py.typed +0 -0
- idprop/types/py.typed +0 -0
- imbuf/types/py.typed +0 -0
- mathutils/bvhtree/py.typed +0 -0
- mathutils/geometry/py.typed +0 -0
- mathutils/interpolate/py.typed +0 -0
- mathutils/kdtree/py.typed +0 -0
- mathutils/noise/py.typed +0 -0
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/top_level.txt +0 -0
bpy/ops/graph/__init__.pyi
CHANGED
|
@@ -5,284 +5,258 @@ import bpy.types
|
|
|
5
5
|
GenericType = typing.TypeVar("GenericType")
|
|
6
6
|
|
|
7
7
|
def bake_keys(
|
|
8
|
-
override_context: typing.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
12
|
-
undo: typing.Optional[bool] = None,
|
|
8
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
9
|
+
execution_context: str | int | None = None,
|
|
10
|
+
undo: bool | None = None,
|
|
13
11
|
):
|
|
14
12
|
"""Add keyframes on every frame between the selected keyframes
|
|
15
13
|
|
|
16
|
-
:type override_context:
|
|
17
|
-
:type execution_context:
|
|
18
|
-
:type undo:
|
|
14
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
15
|
+
:type execution_context: str | int | None
|
|
16
|
+
:type undo: bool | None
|
|
19
17
|
"""
|
|
20
18
|
|
|
21
19
|
...
|
|
22
20
|
|
|
23
21
|
def blend_offset(
|
|
24
|
-
override_context: typing.
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
undo: typing.Optional[bool] = None,
|
|
29
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
22
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
23
|
+
execution_context: str | int | None = None,
|
|
24
|
+
undo: bool | None = None,
|
|
25
|
+
factor: typing.Any | None = 0.0,
|
|
30
26
|
):
|
|
31
27
|
"""Shift selected keys to the value of the neighboring keys as a block
|
|
32
28
|
|
|
33
|
-
:type override_context:
|
|
34
|
-
:type execution_context:
|
|
35
|
-
:type undo:
|
|
29
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
30
|
+
:type execution_context: str | int | None
|
|
31
|
+
:type undo: bool | None
|
|
36
32
|
:param factor: Offset Factor, Control which key to offset towards and how far
|
|
37
|
-
:type factor: typing.
|
|
33
|
+
:type factor: typing.Any | None
|
|
38
34
|
"""
|
|
39
35
|
|
|
40
36
|
...
|
|
41
37
|
|
|
42
38
|
def blend_to_default(
|
|
43
|
-
override_context: typing.
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
undo: typing.Optional[bool] = None,
|
|
48
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
39
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
40
|
+
execution_context: str | int | None = None,
|
|
41
|
+
undo: bool | None = None,
|
|
42
|
+
factor: typing.Any | None = 0.0,
|
|
49
43
|
):
|
|
50
44
|
"""Blend selected keys to their default value from their current position
|
|
51
45
|
|
|
52
|
-
:type override_context:
|
|
53
|
-
:type execution_context:
|
|
54
|
-
:type undo:
|
|
46
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
47
|
+
:type execution_context: str | int | None
|
|
48
|
+
:type undo: bool | None
|
|
55
49
|
:param factor: Factor, How much to blend to the default value
|
|
56
|
-
:type factor: typing.
|
|
50
|
+
:type factor: typing.Any | None
|
|
57
51
|
"""
|
|
58
52
|
|
|
59
53
|
...
|
|
60
54
|
|
|
61
55
|
def blend_to_ease(
|
|
62
|
-
override_context: typing.
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
undo: typing.Optional[bool] = None,
|
|
67
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
56
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
57
|
+
execution_context: str | int | None = None,
|
|
58
|
+
undo: bool | None = None,
|
|
59
|
+
factor: typing.Any | None = 0.0,
|
|
68
60
|
):
|
|
69
61
|
"""Blends keyframes from current state to an ease-in or ease-out curve
|
|
70
62
|
|
|
71
|
-
:type override_context:
|
|
72
|
-
:type execution_context:
|
|
73
|
-
:type undo:
|
|
63
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
64
|
+
:type execution_context: str | int | None
|
|
65
|
+
:type undo: bool | None
|
|
74
66
|
:param factor: Blend, Favor either original data or ease curve
|
|
75
|
-
:type factor: typing.
|
|
67
|
+
:type factor: typing.Any | None
|
|
76
68
|
"""
|
|
77
69
|
|
|
78
70
|
...
|
|
79
71
|
|
|
80
72
|
def blend_to_neighbor(
|
|
81
|
-
override_context: typing.
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
undo: typing.Optional[bool] = None,
|
|
86
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
73
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
74
|
+
execution_context: str | int | None = None,
|
|
75
|
+
undo: bool | None = None,
|
|
76
|
+
factor: typing.Any | None = 0.0,
|
|
87
77
|
):
|
|
88
78
|
"""Blend selected keyframes to their left or right neighbor
|
|
89
79
|
|
|
90
|
-
:type override_context:
|
|
91
|
-
:type execution_context:
|
|
92
|
-
:type undo:
|
|
80
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
81
|
+
:type execution_context: str | int | None
|
|
82
|
+
:type undo: bool | None
|
|
93
83
|
:param factor: Blend, The blend factor with 0 being the current frame
|
|
94
|
-
:type factor: typing.
|
|
84
|
+
:type factor: typing.Any | None
|
|
95
85
|
"""
|
|
96
86
|
|
|
97
87
|
...
|
|
98
88
|
|
|
99
89
|
def breakdown(
|
|
100
|
-
override_context: typing.
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
undo: typing.Optional[bool] = None,
|
|
105
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
90
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
91
|
+
execution_context: str | int | None = None,
|
|
92
|
+
undo: bool | None = None,
|
|
93
|
+
factor: typing.Any | None = 0.0,
|
|
106
94
|
):
|
|
107
95
|
"""Move selected keyframes to an inbetween position relative to adjacent keys
|
|
108
96
|
|
|
109
|
-
:type override_context:
|
|
110
|
-
:type execution_context:
|
|
111
|
-
:type undo:
|
|
97
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
98
|
+
:type execution_context: str | int | None
|
|
99
|
+
:type undo: bool | None
|
|
112
100
|
:param factor: Factor, Favor either the left or the right key
|
|
113
|
-
:type factor: typing.
|
|
101
|
+
:type factor: typing.Any | None
|
|
114
102
|
"""
|
|
115
103
|
|
|
116
104
|
...
|
|
117
105
|
|
|
118
106
|
def butterworth_smooth(
|
|
119
|
-
override_context: typing.
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
blend: typing.Optional[typing.Any] = 1.0,
|
|
128
|
-
blend_in_out: typing.Optional[typing.Any] = 1,
|
|
107
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
108
|
+
execution_context: str | int | None = None,
|
|
109
|
+
undo: bool | None = None,
|
|
110
|
+
cutoff_frequency: typing.Any | None = 3.0,
|
|
111
|
+
filter_order: typing.Any | None = 4,
|
|
112
|
+
samples_per_frame: typing.Any | None = 1,
|
|
113
|
+
blend: typing.Any | None = 1.0,
|
|
114
|
+
blend_in_out: typing.Any | None = 1,
|
|
129
115
|
):
|
|
130
116
|
"""Smooth an F-Curve while maintaining the general shape of the curve
|
|
131
117
|
|
|
132
|
-
:type override_context:
|
|
133
|
-
:type execution_context:
|
|
134
|
-
:type undo:
|
|
118
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
119
|
+
:type execution_context: str | int | None
|
|
120
|
+
:type undo: bool | None
|
|
135
121
|
:param cutoff_frequency: Frequency Cutoff (Hz), Lower values give a smoother curve
|
|
136
|
-
:type cutoff_frequency: typing.
|
|
122
|
+
:type cutoff_frequency: typing.Any | None
|
|
137
123
|
:param filter_order: Filter Order, Higher values produce a harder frequency cutoff
|
|
138
|
-
:type filter_order: typing.
|
|
124
|
+
:type filter_order: typing.Any | None
|
|
139
125
|
:param samples_per_frame: Samples per Frame, How many samples to calculate per frame, helps with subframe data
|
|
140
|
-
:type samples_per_frame: typing.
|
|
126
|
+
:type samples_per_frame: typing.Any | None
|
|
141
127
|
:param blend: Blend, How much to blend to the smoothed curve
|
|
142
|
-
:type blend: typing.
|
|
128
|
+
:type blend: typing.Any | None
|
|
143
129
|
:param blend_in_out: Blend In/Out, Linearly blend the smooth data to the border frames of the selection
|
|
144
|
-
:type blend_in_out: typing.
|
|
130
|
+
:type blend_in_out: typing.Any | None
|
|
145
131
|
"""
|
|
146
132
|
|
|
147
133
|
...
|
|
148
134
|
|
|
149
135
|
def clean(
|
|
150
|
-
override_context: typing.
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
threshold: typing.Optional[typing.Any] = 0.001,
|
|
156
|
-
channels: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
136
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
137
|
+
execution_context: str | int | None = None,
|
|
138
|
+
undo: bool | None = None,
|
|
139
|
+
threshold: typing.Any | None = 0.001,
|
|
140
|
+
channels: bool | typing.Any | None = False,
|
|
157
141
|
):
|
|
158
142
|
"""Simplify F-Curves by removing closely spaced keyframes
|
|
159
143
|
|
|
160
|
-
:type override_context:
|
|
161
|
-
:type execution_context:
|
|
162
|
-
:type undo:
|
|
144
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
145
|
+
:type execution_context: str | int | None
|
|
146
|
+
:type undo: bool | None
|
|
163
147
|
:param threshold: Threshold
|
|
164
|
-
:type threshold: typing.
|
|
148
|
+
:type threshold: typing.Any | None
|
|
165
149
|
:param channels: Channels
|
|
166
|
-
:type channels:
|
|
150
|
+
:type channels: bool | typing.Any | None
|
|
167
151
|
"""
|
|
168
152
|
|
|
169
153
|
...
|
|
170
154
|
|
|
171
155
|
def click_insert(
|
|
172
|
-
override_context: typing.
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
value: typing.Optional[typing.Any] = 1.0,
|
|
179
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
156
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
157
|
+
execution_context: str | int | None = None,
|
|
158
|
+
undo: bool | None = None,
|
|
159
|
+
frame: typing.Any | None = 1.0,
|
|
160
|
+
value: typing.Any | None = 1.0,
|
|
161
|
+
extend: bool | typing.Any | None = False,
|
|
180
162
|
):
|
|
181
163
|
"""Insert new keyframe at the cursor position for the active F-Curve
|
|
182
164
|
|
|
183
|
-
:type override_context:
|
|
184
|
-
:type execution_context:
|
|
185
|
-
:type undo:
|
|
165
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
166
|
+
:type execution_context: str | int | None
|
|
167
|
+
:type undo: bool | None
|
|
186
168
|
:param frame: Frame Number, Frame to insert keyframe on
|
|
187
|
-
:type frame: typing.
|
|
169
|
+
:type frame: typing.Any | None
|
|
188
170
|
:param value: Value, Value for keyframe on
|
|
189
|
-
:type value: typing.
|
|
171
|
+
:type value: typing.Any | None
|
|
190
172
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
191
|
-
:type extend:
|
|
173
|
+
:type extend: bool | typing.Any | None
|
|
192
174
|
"""
|
|
193
175
|
|
|
194
176
|
...
|
|
195
177
|
|
|
196
178
|
def clickselect(
|
|
197
|
-
override_context: typing.
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
column: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
208
|
-
curves: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
179
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
180
|
+
execution_context: str | int | None = None,
|
|
181
|
+
undo: bool | None = None,
|
|
182
|
+
wait_to_deselect_others: bool | typing.Any | None = False,
|
|
183
|
+
mouse_x: typing.Any | None = 0,
|
|
184
|
+
mouse_y: typing.Any | None = 0,
|
|
185
|
+
extend: bool | typing.Any | None = False,
|
|
186
|
+
deselect_all: bool | typing.Any | None = False,
|
|
187
|
+
column: bool | typing.Any | None = False,
|
|
188
|
+
curves: bool | typing.Any | None = False,
|
|
209
189
|
):
|
|
210
190
|
"""Select keyframes by clicking on them
|
|
211
191
|
|
|
212
|
-
:type override_context:
|
|
213
|
-
:type execution_context:
|
|
214
|
-
:type undo:
|
|
192
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
193
|
+
:type execution_context: str | int | None
|
|
194
|
+
:type undo: bool | None
|
|
215
195
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
216
|
-
:type wait_to_deselect_others:
|
|
196
|
+
:type wait_to_deselect_others: bool | typing.Any | None
|
|
217
197
|
:param mouse_x: Mouse X
|
|
218
|
-
:type mouse_x: typing.
|
|
198
|
+
:type mouse_x: typing.Any | None
|
|
219
199
|
:param mouse_y: Mouse Y
|
|
220
|
-
:type mouse_y: typing.
|
|
200
|
+
:type mouse_y: typing.Any | None
|
|
221
201
|
:param extend: Extend Select, Toggle keyframe selection instead of leaving newly selected keyframes only
|
|
222
|
-
:type extend:
|
|
202
|
+
:type extend: bool | typing.Any | None
|
|
223
203
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
224
|
-
:type deselect_all:
|
|
204
|
+
:type deselect_all: bool | typing.Any | None
|
|
225
205
|
:param column: Column Select, Select all keyframes that occur on the same frame as the one under the mouse
|
|
226
|
-
:type column:
|
|
206
|
+
:type column: bool | typing.Any | None
|
|
227
207
|
:param curves: Only Curves, Select all the keyframes in the curve
|
|
228
|
-
:type curves:
|
|
208
|
+
:type curves: bool | typing.Any | None
|
|
229
209
|
"""
|
|
230
210
|
|
|
231
211
|
...
|
|
232
212
|
|
|
233
213
|
def copy(
|
|
234
|
-
override_context: typing.
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
238
|
-
undo: typing.Optional[bool] = None,
|
|
214
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
215
|
+
execution_context: str | int | None = None,
|
|
216
|
+
undo: bool | None = None,
|
|
239
217
|
):
|
|
240
218
|
"""Copy selected keyframes to the internal clipboard
|
|
241
219
|
|
|
242
|
-
:type override_context:
|
|
243
|
-
:type execution_context:
|
|
244
|
-
:type undo:
|
|
220
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
221
|
+
:type execution_context: str | int | None
|
|
222
|
+
:type undo: bool | None
|
|
245
223
|
"""
|
|
246
224
|
|
|
247
225
|
...
|
|
248
226
|
|
|
249
227
|
def cursor_set(
|
|
250
|
-
override_context: typing.
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
frame: typing.Optional[typing.Any] = 0.0,
|
|
256
|
-
value: typing.Optional[typing.Any] = 0.0,
|
|
228
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
229
|
+
execution_context: str | int | None = None,
|
|
230
|
+
undo: bool | None = None,
|
|
231
|
+
frame: typing.Any | None = 0.0,
|
|
232
|
+
value: typing.Any | None = 0.0,
|
|
257
233
|
):
|
|
258
234
|
"""Interactively set the current frame and value cursor
|
|
259
235
|
|
|
260
|
-
:type override_context:
|
|
261
|
-
:type execution_context:
|
|
262
|
-
:type undo:
|
|
236
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
237
|
+
:type execution_context: str | int | None
|
|
238
|
+
:type undo: bool | None
|
|
263
239
|
:param frame: Frame
|
|
264
|
-
:type frame: typing.
|
|
240
|
+
:type frame: typing.Any | None
|
|
265
241
|
:param value: Value
|
|
266
|
-
:type value: typing.
|
|
242
|
+
:type value: typing.Any | None
|
|
267
243
|
"""
|
|
268
244
|
|
|
269
245
|
...
|
|
270
246
|
|
|
271
247
|
def decimate(
|
|
272
|
-
override_context: typing.
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
factor: typing.Optional[typing.Any] = 0.333333,
|
|
279
|
-
remove_error_margin: typing.Optional[typing.Any] = 0.0,
|
|
248
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
249
|
+
execution_context: str | int | None = None,
|
|
250
|
+
undo: bool | None = None,
|
|
251
|
+
mode: typing.Any | None = "RATIO",
|
|
252
|
+
factor: typing.Any | None = 0.333333,
|
|
253
|
+
remove_error_margin: typing.Any | None = 0.0,
|
|
280
254
|
):
|
|
281
255
|
"""Decimate F-Curves by removing keyframes that influence the curve shape the least
|
|
282
256
|
|
|
283
|
-
:type override_context:
|
|
284
|
-
:type execution_context:
|
|
285
|
-
:type undo:
|
|
257
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
258
|
+
:type execution_context: str | int | None
|
|
259
|
+
:type undo: bool | None
|
|
286
260
|
:param mode: Mode, Which mode to use for decimation
|
|
287
261
|
|
|
288
262
|
RATIO
|
|
@@ -290,182 +264,164 @@ def decimate(
|
|
|
290
264
|
|
|
291
265
|
ERROR
|
|
292
266
|
Error Margin -- Use an error margin to specify how much the curve is allowed to deviate from the original path.
|
|
293
|
-
:type mode: typing.
|
|
267
|
+
:type mode: typing.Any | None
|
|
294
268
|
:param factor: Remove, The ratio of remaining keyframes after the operation
|
|
295
|
-
:type factor: typing.
|
|
269
|
+
:type factor: typing.Any | None
|
|
296
270
|
:param remove_error_margin: Max Error Margin, How much the new decimated curve is allowed to deviate from the original
|
|
297
|
-
:type remove_error_margin: typing.
|
|
271
|
+
:type remove_error_margin: typing.Any | None
|
|
298
272
|
"""
|
|
299
273
|
|
|
300
274
|
...
|
|
301
275
|
|
|
302
276
|
def delete(
|
|
303
|
-
override_context: typing.
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
undo: typing.Optional[bool] = None,
|
|
308
|
-
confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
277
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
278
|
+
execution_context: str | int | None = None,
|
|
279
|
+
undo: bool | None = None,
|
|
280
|
+
confirm: bool | typing.Any | None = True,
|
|
309
281
|
):
|
|
310
282
|
"""Remove all selected keyframes
|
|
311
283
|
|
|
312
|
-
:type override_context:
|
|
313
|
-
:type execution_context:
|
|
314
|
-
:type undo:
|
|
284
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
285
|
+
:type execution_context: str | int | None
|
|
286
|
+
:type undo: bool | None
|
|
315
287
|
:param confirm: Confirm, Prompt for confirmation
|
|
316
|
-
:type confirm:
|
|
288
|
+
:type confirm: bool | typing.Any | None
|
|
317
289
|
"""
|
|
318
290
|
|
|
319
291
|
...
|
|
320
292
|
|
|
321
293
|
def driver_delete_invalid(
|
|
322
|
-
override_context: typing.
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
326
|
-
undo: typing.Optional[bool] = None,
|
|
294
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
295
|
+
execution_context: str | int | None = None,
|
|
296
|
+
undo: bool | None = None,
|
|
327
297
|
):
|
|
328
298
|
"""Delete all visible drivers considered invalid
|
|
329
299
|
|
|
330
|
-
:type override_context:
|
|
331
|
-
:type execution_context:
|
|
332
|
-
:type undo:
|
|
300
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
301
|
+
:type execution_context: str | int | None
|
|
302
|
+
:type undo: bool | None
|
|
333
303
|
"""
|
|
334
304
|
|
|
335
305
|
...
|
|
336
306
|
|
|
337
307
|
def driver_variables_copy(
|
|
338
|
-
override_context: typing.
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
342
|
-
undo: typing.Optional[bool] = None,
|
|
308
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
309
|
+
execution_context: str | int | None = None,
|
|
310
|
+
undo: bool | None = None,
|
|
343
311
|
):
|
|
344
312
|
"""Copy the driver variables of the active driver
|
|
345
313
|
|
|
346
|
-
:type override_context:
|
|
347
|
-
:type execution_context:
|
|
348
|
-
:type undo:
|
|
314
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
315
|
+
:type execution_context: str | int | None
|
|
316
|
+
:type undo: bool | None
|
|
349
317
|
"""
|
|
350
318
|
|
|
351
319
|
...
|
|
352
320
|
|
|
353
321
|
def driver_variables_paste(
|
|
354
|
-
override_context: typing.
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
undo: typing.Optional[bool] = None,
|
|
359
|
-
replace: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
322
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
323
|
+
execution_context: str | int | None = None,
|
|
324
|
+
undo: bool | None = None,
|
|
325
|
+
replace: bool | typing.Any | None = False,
|
|
360
326
|
):
|
|
361
327
|
"""Add copied driver variables to the active driver
|
|
362
328
|
|
|
363
|
-
:type override_context:
|
|
364
|
-
:type execution_context:
|
|
365
|
-
:type undo:
|
|
329
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
330
|
+
:type execution_context: str | int | None
|
|
331
|
+
:type undo: bool | None
|
|
366
332
|
:param replace: Replace Existing, Replace existing driver variables, instead of just appending to the end of the existing list
|
|
367
|
-
:type replace:
|
|
333
|
+
:type replace: bool | typing.Any | None
|
|
368
334
|
"""
|
|
369
335
|
|
|
370
336
|
...
|
|
371
337
|
|
|
372
338
|
def duplicate(
|
|
373
|
-
override_context: typing.
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
undo: typing.Optional[bool] = None,
|
|
378
|
-
mode: typing.Optional[typing.Union[str, int]] = "TRANSLATION",
|
|
339
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
340
|
+
execution_context: str | int | None = None,
|
|
341
|
+
undo: bool | None = None,
|
|
342
|
+
mode: str | int | None = "TRANSLATION",
|
|
379
343
|
):
|
|
380
344
|
"""Make a copy of all selected keyframes
|
|
381
345
|
|
|
382
|
-
:type override_context:
|
|
383
|
-
:type execution_context:
|
|
384
|
-
:type undo:
|
|
346
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
347
|
+
:type execution_context: str | int | None
|
|
348
|
+
:type undo: bool | None
|
|
385
349
|
:param mode: Mode
|
|
386
|
-
:type mode:
|
|
350
|
+
:type mode: str | int | None
|
|
387
351
|
"""
|
|
388
352
|
|
|
389
353
|
...
|
|
390
354
|
|
|
391
355
|
def duplicate_move(
|
|
392
|
-
override_context: typing.
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
GRAPH_OT_duplicate: typing.Optional[duplicate] = None,
|
|
398
|
-
TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
|
|
356
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
357
|
+
execution_context: str | int | None = None,
|
|
358
|
+
undo: bool | None = None,
|
|
359
|
+
GRAPH_OT_duplicate: duplicate | None = None,
|
|
360
|
+
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
399
361
|
):
|
|
400
362
|
"""Make a copy of all selected keyframes and move them
|
|
401
363
|
|
|
402
|
-
:type override_context:
|
|
403
|
-
:type execution_context:
|
|
404
|
-
:type undo:
|
|
364
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
365
|
+
:type execution_context: str | int | None
|
|
366
|
+
:type undo: bool | None
|
|
405
367
|
:param GRAPH_OT_duplicate: Duplicate Keyframes, Make a copy of all selected keyframes
|
|
406
|
-
:type GRAPH_OT_duplicate:
|
|
368
|
+
:type GRAPH_OT_duplicate: duplicate | None
|
|
407
369
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
408
|
-
:type TRANSFORM_OT_translate:
|
|
370
|
+
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
409
371
|
"""
|
|
410
372
|
|
|
411
373
|
...
|
|
412
374
|
|
|
413
375
|
def ease(
|
|
414
|
-
override_context: typing.
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
420
|
-
sharpness: typing.Optional[typing.Any] = 2.0,
|
|
376
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
377
|
+
execution_context: str | int | None = None,
|
|
378
|
+
undo: bool | None = None,
|
|
379
|
+
factor: typing.Any | None = 0.0,
|
|
380
|
+
sharpness: typing.Any | None = 2.0,
|
|
421
381
|
):
|
|
422
382
|
"""Align keyframes on a ease-in or ease-out curve
|
|
423
383
|
|
|
424
|
-
:type override_context:
|
|
425
|
-
:type execution_context:
|
|
426
|
-
:type undo:
|
|
384
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
385
|
+
:type execution_context: str | int | None
|
|
386
|
+
:type undo: bool | None
|
|
427
387
|
:param factor: Curve Bend, Defines if the keys should be aligned on an ease-in or ease-out curve
|
|
428
|
-
:type factor: typing.
|
|
388
|
+
:type factor: typing.Any | None
|
|
429
389
|
:param sharpness: Sharpness, Higher values make the change more abrupt
|
|
430
|
-
:type sharpness: typing.
|
|
390
|
+
:type sharpness: typing.Any | None
|
|
431
391
|
"""
|
|
432
392
|
|
|
433
393
|
...
|
|
434
394
|
|
|
435
395
|
def easing_type(
|
|
436
|
-
override_context: typing.
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
undo: typing.Optional[bool] = None,
|
|
441
|
-
type: typing.Optional[typing.Union[str, int]] = "AUTO",
|
|
396
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
397
|
+
execution_context: str | int | None = None,
|
|
398
|
+
undo: bool | None = None,
|
|
399
|
+
type: str | int | None = "AUTO",
|
|
442
400
|
):
|
|
443
401
|
"""Set easing type for the F-Curve segments starting from the selected keyframes
|
|
444
402
|
|
|
445
|
-
:type override_context:
|
|
446
|
-
:type execution_context:
|
|
447
|
-
:type undo:
|
|
403
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
404
|
+
:type execution_context: str | int | None
|
|
405
|
+
:type undo: bool | None
|
|
448
406
|
:param type: Type
|
|
449
|
-
:type type:
|
|
407
|
+
:type type: str | int | None
|
|
450
408
|
"""
|
|
451
409
|
|
|
452
410
|
...
|
|
453
411
|
|
|
454
412
|
def equalize_handles(
|
|
455
|
-
override_context: typing.
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
handle_length: typing.Optional[typing.Any] = 5.0,
|
|
462
|
-
flatten: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
413
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
414
|
+
execution_context: str | int | None = None,
|
|
415
|
+
undo: bool | None = None,
|
|
416
|
+
side: typing.Any | None = "LEFT",
|
|
417
|
+
handle_length: typing.Any | None = 5.0,
|
|
418
|
+
flatten: bool | typing.Any | None = False,
|
|
463
419
|
):
|
|
464
420
|
"""Ensure selected keyframes' handles have equal length, optionally making them horizontal. Automatic, Automatic Clamped, or Vector handle types will be converted to Aligned
|
|
465
421
|
|
|
466
|
-
:type override_context:
|
|
467
|
-
:type execution_context:
|
|
468
|
-
:type undo:
|
|
422
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
423
|
+
:type execution_context: str | int | None
|
|
424
|
+
:type undo: bool | None
|
|
469
425
|
:param side: Side, Side of the keyframes' Bézier handles to affect
|
|
470
426
|
|
|
471
427
|
LEFT
|
|
@@ -476,44 +432,40 @@ def equalize_handles(
|
|
|
476
432
|
|
|
477
433
|
BOTH
|
|
478
434
|
Both -- Equalize both of a keyframe's handles.
|
|
479
|
-
:type side: typing.
|
|
435
|
+
:type side: typing.Any | None
|
|
480
436
|
:param handle_length: Handle Length, Length to make selected keyframes' Bézier handles
|
|
481
|
-
:type handle_length: typing.
|
|
437
|
+
:type handle_length: typing.Any | None
|
|
482
438
|
:param flatten: Flatten, Make the values of the selected keyframes' handles the same as their respective keyframes
|
|
483
|
-
:type flatten:
|
|
439
|
+
:type flatten: bool | typing.Any | None
|
|
484
440
|
"""
|
|
485
441
|
|
|
486
442
|
...
|
|
487
443
|
|
|
488
444
|
def euler_filter(
|
|
489
|
-
override_context: typing.
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
493
|
-
undo: typing.Optional[bool] = None,
|
|
445
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
446
|
+
execution_context: str | int | None = None,
|
|
447
|
+
undo: bool | None = None,
|
|
494
448
|
):
|
|
495
449
|
"""Fix large jumps and flips in the selected Euler Rotation F-Curves arising from rotation values being clipped when baking physics
|
|
496
450
|
|
|
497
|
-
:type override_context:
|
|
498
|
-
:type execution_context:
|
|
499
|
-
:type undo:
|
|
451
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
452
|
+
:type execution_context: str | int | None
|
|
453
|
+
:type undo: bool | None
|
|
500
454
|
"""
|
|
501
455
|
|
|
502
456
|
...
|
|
503
457
|
|
|
504
458
|
def extrapolation_type(
|
|
505
|
-
override_context: typing.
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
undo: typing.Optional[bool] = None,
|
|
510
|
-
type: typing.Optional[typing.Any] = "CONSTANT",
|
|
459
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
460
|
+
execution_context: str | int | None = None,
|
|
461
|
+
undo: bool | None = None,
|
|
462
|
+
type: typing.Any | None = "CONSTANT",
|
|
511
463
|
):
|
|
512
464
|
"""Set extrapolation mode for selected F-Curves
|
|
513
465
|
|
|
514
|
-
:type override_context:
|
|
515
|
-
:type execution_context:
|
|
516
|
-
:type undo:
|
|
466
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
467
|
+
:type execution_context: str | int | None
|
|
468
|
+
:type undo: bool | None
|
|
517
469
|
:param type: Type
|
|
518
470
|
|
|
519
471
|
CONSTANT
|
|
@@ -527,214 +479,192 @@ def extrapolation_type(
|
|
|
527
479
|
|
|
528
480
|
CLEAR_CYCLIC
|
|
529
481
|
Clear Cyclic (F-Modifier) -- Remove Cycles F-Modifier if not needed anymore.
|
|
530
|
-
:type type: typing.
|
|
482
|
+
:type type: typing.Any | None
|
|
531
483
|
"""
|
|
532
484
|
|
|
533
485
|
...
|
|
534
486
|
|
|
535
487
|
def fmodifier_add(
|
|
536
|
-
override_context: typing.
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
type: typing.Optional[typing.Union[str, int]] = "NULL",
|
|
542
|
-
only_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
488
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
489
|
+
execution_context: str | int | None = None,
|
|
490
|
+
undo: bool | None = None,
|
|
491
|
+
type: str | int | None = "NULL",
|
|
492
|
+
only_active: bool | typing.Any | None = False,
|
|
543
493
|
):
|
|
544
494
|
"""Add F-Modifier to the active/selected F-Curves
|
|
545
495
|
|
|
546
|
-
:type override_context:
|
|
547
|
-
:type execution_context:
|
|
548
|
-
:type undo:
|
|
496
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
497
|
+
:type execution_context: str | int | None
|
|
498
|
+
:type undo: bool | None
|
|
549
499
|
:param type: Type
|
|
550
|
-
:type type:
|
|
500
|
+
:type type: str | int | None
|
|
551
501
|
:param only_active: Only Active, Only add F-Modifier to active F-Curve
|
|
552
|
-
:type only_active:
|
|
502
|
+
:type only_active: bool | typing.Any | None
|
|
553
503
|
"""
|
|
554
504
|
|
|
555
505
|
...
|
|
556
506
|
|
|
557
507
|
def fmodifier_copy(
|
|
558
|
-
override_context: typing.
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
562
|
-
undo: typing.Optional[bool] = None,
|
|
508
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
509
|
+
execution_context: str | int | None = None,
|
|
510
|
+
undo: bool | None = None,
|
|
563
511
|
):
|
|
564
512
|
"""Copy the F-Modifier(s) of the active F-Curve
|
|
565
513
|
|
|
566
|
-
:type override_context:
|
|
567
|
-
:type execution_context:
|
|
568
|
-
:type undo:
|
|
514
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
515
|
+
:type execution_context: str | int | None
|
|
516
|
+
:type undo: bool | None
|
|
569
517
|
"""
|
|
570
518
|
|
|
571
519
|
...
|
|
572
520
|
|
|
573
521
|
def fmodifier_paste(
|
|
574
|
-
override_context: typing.
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
only_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
580
|
-
replace: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
522
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
523
|
+
execution_context: str | int | None = None,
|
|
524
|
+
undo: bool | None = None,
|
|
525
|
+
only_active: bool | typing.Any | None = False,
|
|
526
|
+
replace: bool | typing.Any | None = False,
|
|
581
527
|
):
|
|
582
528
|
"""Add copied F-Modifiers to the selected F-Curves
|
|
583
529
|
|
|
584
|
-
:type override_context:
|
|
585
|
-
:type execution_context:
|
|
586
|
-
:type undo:
|
|
530
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
531
|
+
:type execution_context: str | int | None
|
|
532
|
+
:type undo: bool | None
|
|
587
533
|
:param only_active: Only Active, Only paste F-Modifiers on active F-Curve
|
|
588
|
-
:type only_active:
|
|
534
|
+
:type only_active: bool | typing.Any | None
|
|
589
535
|
:param replace: Replace Existing, Replace existing F-Modifiers, instead of just appending to the end of the existing list
|
|
590
|
-
:type replace:
|
|
536
|
+
:type replace: bool | typing.Any | None
|
|
591
537
|
"""
|
|
592
538
|
|
|
593
539
|
...
|
|
594
540
|
|
|
595
541
|
def frame_jump(
|
|
596
|
-
override_context: typing.
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
600
|
-
undo: typing.Optional[bool] = None,
|
|
542
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
543
|
+
execution_context: str | int | None = None,
|
|
544
|
+
undo: bool | None = None,
|
|
601
545
|
):
|
|
602
546
|
"""Place the cursor on the midpoint of selected keyframes
|
|
603
547
|
|
|
604
|
-
:type override_context:
|
|
605
|
-
:type execution_context:
|
|
606
|
-
:type undo:
|
|
548
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
549
|
+
:type execution_context: str | int | None
|
|
550
|
+
:type undo: bool | None
|
|
607
551
|
"""
|
|
608
552
|
|
|
609
553
|
...
|
|
610
554
|
|
|
611
555
|
def gaussian_smooth(
|
|
612
|
-
override_context: typing.
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
sigma: typing.Optional[typing.Any] = 0.33,
|
|
619
|
-
filter_width: typing.Optional[typing.Any] = 6,
|
|
556
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
557
|
+
execution_context: str | int | None = None,
|
|
558
|
+
undo: bool | None = None,
|
|
559
|
+
factor: typing.Any | None = 1.0,
|
|
560
|
+
sigma: typing.Any | None = 0.33,
|
|
561
|
+
filter_width: typing.Any | None = 6,
|
|
620
562
|
):
|
|
621
563
|
"""Smooth the curve using a Gaussian filter
|
|
622
564
|
|
|
623
|
-
:type override_context:
|
|
624
|
-
:type execution_context:
|
|
625
|
-
:type undo:
|
|
565
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
566
|
+
:type execution_context: str | int | None
|
|
567
|
+
:type undo: bool | None
|
|
626
568
|
:param factor: Factor, How much to blend to the default value
|
|
627
|
-
:type factor: typing.
|
|
569
|
+
:type factor: typing.Any | None
|
|
628
570
|
:param sigma: Sigma, The shape of the gaussian distribution, lower values make it sharper
|
|
629
|
-
:type sigma: typing.
|
|
571
|
+
:type sigma: typing.Any | None
|
|
630
572
|
:param filter_width: Filter Width, How far to each side the operator will average the key values
|
|
631
|
-
:type filter_width: typing.
|
|
573
|
+
:type filter_width: typing.Any | None
|
|
632
574
|
"""
|
|
633
575
|
|
|
634
576
|
...
|
|
635
577
|
|
|
636
578
|
def ghost_curves_clear(
|
|
637
|
-
override_context: typing.
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
641
|
-
undo: typing.Optional[bool] = None,
|
|
579
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
580
|
+
execution_context: str | int | None = None,
|
|
581
|
+
undo: bool | None = None,
|
|
642
582
|
):
|
|
643
583
|
"""Clear F-Curve snapshots (Ghosts) for active Graph Editor
|
|
644
584
|
|
|
645
|
-
:type override_context:
|
|
646
|
-
:type execution_context:
|
|
647
|
-
:type undo:
|
|
585
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
586
|
+
:type execution_context: str | int | None
|
|
587
|
+
:type undo: bool | None
|
|
648
588
|
"""
|
|
649
589
|
|
|
650
590
|
...
|
|
651
591
|
|
|
652
592
|
def ghost_curves_create(
|
|
653
|
-
override_context: typing.
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
657
|
-
undo: typing.Optional[bool] = None,
|
|
593
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
594
|
+
execution_context: str | int | None = None,
|
|
595
|
+
undo: bool | None = None,
|
|
658
596
|
):
|
|
659
597
|
"""Create snapshot (Ghosts) of selected F-Curves as background aid for active Graph Editor
|
|
660
598
|
|
|
661
|
-
:type override_context:
|
|
662
|
-
:type execution_context:
|
|
663
|
-
:type undo:
|
|
599
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
600
|
+
:type execution_context: str | int | None
|
|
601
|
+
:type undo: bool | None
|
|
664
602
|
"""
|
|
665
603
|
|
|
666
604
|
...
|
|
667
605
|
|
|
668
606
|
def handle_type(
|
|
669
|
-
override_context: typing.
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
undo: typing.Optional[bool] = None,
|
|
674
|
-
type: typing.Optional[typing.Union[str, int]] = "FREE",
|
|
607
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
608
|
+
execution_context: str | int | None = None,
|
|
609
|
+
undo: bool | None = None,
|
|
610
|
+
type: str | int | None = "FREE",
|
|
675
611
|
):
|
|
676
612
|
"""Set type of handle for selected keyframes
|
|
677
613
|
|
|
678
|
-
:type override_context:
|
|
679
|
-
:type execution_context:
|
|
680
|
-
:type undo:
|
|
614
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
615
|
+
:type execution_context: str | int | None
|
|
616
|
+
:type undo: bool | None
|
|
681
617
|
:param type: Type
|
|
682
|
-
:type type:
|
|
618
|
+
:type type: str | int | None
|
|
683
619
|
"""
|
|
684
620
|
|
|
685
621
|
...
|
|
686
622
|
|
|
687
623
|
def hide(
|
|
688
|
-
override_context: typing.
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
undo: typing.Optional[bool] = None,
|
|
693
|
-
unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
624
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
625
|
+
execution_context: str | int | None = None,
|
|
626
|
+
undo: bool | None = None,
|
|
627
|
+
unselected: bool | typing.Any | None = False,
|
|
694
628
|
):
|
|
695
629
|
"""Hide selected curves from Graph Editor view
|
|
696
630
|
|
|
697
|
-
:type override_context:
|
|
698
|
-
:type execution_context:
|
|
699
|
-
:type undo:
|
|
631
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
632
|
+
:type execution_context: str | int | None
|
|
633
|
+
:type undo: bool | None
|
|
700
634
|
:param unselected: Unselected, Hide unselected rather than selected curves
|
|
701
|
-
:type unselected:
|
|
635
|
+
:type unselected: bool | typing.Any | None
|
|
702
636
|
"""
|
|
703
637
|
|
|
704
638
|
...
|
|
705
639
|
|
|
706
640
|
def interpolation_type(
|
|
707
|
-
override_context: typing.
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
undo: typing.Optional[bool] = None,
|
|
712
|
-
type: typing.Optional[typing.Union[str, int]] = "CONSTANT",
|
|
641
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
642
|
+
execution_context: str | int | None = None,
|
|
643
|
+
undo: bool | None = None,
|
|
644
|
+
type: str | int | None = "CONSTANT",
|
|
713
645
|
):
|
|
714
646
|
"""Set interpolation mode for the F-Curve segments starting from the selected keyframes
|
|
715
647
|
|
|
716
|
-
:type override_context:
|
|
717
|
-
:type execution_context:
|
|
718
|
-
:type undo:
|
|
648
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
649
|
+
:type execution_context: str | int | None
|
|
650
|
+
:type undo: bool | None
|
|
719
651
|
:param type: Type
|
|
720
|
-
:type type:
|
|
652
|
+
:type type: str | int | None
|
|
721
653
|
"""
|
|
722
654
|
|
|
723
655
|
...
|
|
724
656
|
|
|
725
657
|
def keyframe_insert(
|
|
726
|
-
override_context: typing.
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
undo: typing.Optional[bool] = None,
|
|
731
|
-
type: typing.Optional[typing.Any] = "ALL",
|
|
658
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
659
|
+
execution_context: str | int | None = None,
|
|
660
|
+
undo: bool | None = None,
|
|
661
|
+
type: typing.Any | None = "ALL",
|
|
732
662
|
):
|
|
733
663
|
"""Insert keyframes for the specified channels
|
|
734
664
|
|
|
735
|
-
:type override_context:
|
|
736
|
-
:type execution_context:
|
|
737
|
-
:type undo:
|
|
665
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
666
|
+
:type execution_context: str | int | None
|
|
667
|
+
:type undo: bool | None
|
|
738
668
|
:param type: Type
|
|
739
669
|
|
|
740
670
|
ALL
|
|
@@ -751,78 +681,70 @@ def keyframe_insert(
|
|
|
751
681
|
|
|
752
682
|
CURSOR_SEL
|
|
753
683
|
Selected Channels at Cursor -- Insert a keyframe for selected F-Curves at the cursor point.
|
|
754
|
-
:type type: typing.
|
|
684
|
+
:type type: typing.Any | None
|
|
755
685
|
"""
|
|
756
686
|
|
|
757
687
|
...
|
|
758
688
|
|
|
759
689
|
def keyframe_jump(
|
|
760
|
-
override_context: typing.
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
undo: typing.Optional[bool] = None,
|
|
765
|
-
next: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
690
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
691
|
+
execution_context: str | int | None = None,
|
|
692
|
+
undo: bool | None = None,
|
|
693
|
+
next: bool | typing.Any | None = True,
|
|
766
694
|
):
|
|
767
695
|
"""Jump to previous/next keyframe
|
|
768
696
|
|
|
769
|
-
:type override_context:
|
|
770
|
-
:type execution_context:
|
|
771
|
-
:type undo:
|
|
697
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
698
|
+
:type execution_context: str | int | None
|
|
699
|
+
:type undo: bool | None
|
|
772
700
|
:param next: Next Keyframe
|
|
773
|
-
:type next:
|
|
701
|
+
:type next: bool | typing.Any | None
|
|
774
702
|
"""
|
|
775
703
|
|
|
776
704
|
...
|
|
777
705
|
|
|
778
706
|
def keys_to_samples(
|
|
779
|
-
override_context: typing.
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
783
|
-
undo: typing.Optional[bool] = None,
|
|
707
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
708
|
+
execution_context: str | int | None = None,
|
|
709
|
+
undo: bool | None = None,
|
|
784
710
|
):
|
|
785
711
|
"""Convert selected channels to an uneditable set of samples to save storage space
|
|
786
712
|
|
|
787
|
-
:type override_context:
|
|
788
|
-
:type execution_context:
|
|
789
|
-
:type undo:
|
|
713
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
714
|
+
:type execution_context: str | int | None
|
|
715
|
+
:type undo: bool | None
|
|
790
716
|
"""
|
|
791
717
|
|
|
792
718
|
...
|
|
793
719
|
|
|
794
720
|
def match_slope(
|
|
795
|
-
override_context: typing.
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
undo: typing.Optional[bool] = None,
|
|
800
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
721
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
722
|
+
execution_context: str | int | None = None,
|
|
723
|
+
undo: bool | None = None,
|
|
724
|
+
factor: typing.Any | None = 0.0,
|
|
801
725
|
):
|
|
802
726
|
"""Blend selected keys to the slope of neighboring ones
|
|
803
727
|
|
|
804
|
-
:type override_context:
|
|
805
|
-
:type execution_context:
|
|
806
|
-
:type undo:
|
|
728
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
729
|
+
:type execution_context: str | int | None
|
|
730
|
+
:type undo: bool | None
|
|
807
731
|
:param factor: Factor, Defines which keys to use as slope and how much to blend towards them
|
|
808
|
-
:type factor: typing.
|
|
732
|
+
:type factor: typing.Any | None
|
|
809
733
|
"""
|
|
810
734
|
|
|
811
735
|
...
|
|
812
736
|
|
|
813
737
|
def mirror(
|
|
814
|
-
override_context: typing.
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
undo: typing.Optional[bool] = None,
|
|
819
|
-
type: typing.Optional[typing.Any] = "CFRA",
|
|
738
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
739
|
+
execution_context: str | int | None = None,
|
|
740
|
+
undo: bool | None = None,
|
|
741
|
+
type: typing.Any | None = "CFRA",
|
|
820
742
|
):
|
|
821
743
|
"""Flip selected keyframes over the selected mirror line
|
|
822
744
|
|
|
823
|
-
:type override_context:
|
|
824
|
-
:type execution_context:
|
|
825
|
-
:type undo:
|
|
745
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
746
|
+
:type execution_context: str | int | None
|
|
747
|
+
:type undo: bool | None
|
|
826
748
|
:param type: Type
|
|
827
749
|
|
|
828
750
|
CFRA
|
|
@@ -839,163 +761,147 @@ def mirror(
|
|
|
839
761
|
|
|
840
762
|
MARKER
|
|
841
763
|
By Times Over First Selected Marker -- Flip times of selected keyframes using the first selected marker as the reference point.
|
|
842
|
-
:type type: typing.
|
|
764
|
+
:type type: typing.Any | None
|
|
843
765
|
"""
|
|
844
766
|
|
|
845
767
|
...
|
|
846
768
|
|
|
847
769
|
def paste(
|
|
848
|
-
override_context: typing.
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
merge: typing.Optional[typing.Union[str, int]] = "MIX",
|
|
856
|
-
flipped: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
770
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
771
|
+
execution_context: str | int | None = None,
|
|
772
|
+
undo: bool | None = None,
|
|
773
|
+
offset: str | int | None = "START",
|
|
774
|
+
value_offset: str | int | None = "NONE",
|
|
775
|
+
merge: str | int | None = "MIX",
|
|
776
|
+
flipped: bool | typing.Any | None = False,
|
|
857
777
|
):
|
|
858
778
|
"""Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
|
|
859
779
|
|
|
860
|
-
:type override_context:
|
|
861
|
-
:type execution_context:
|
|
862
|
-
:type undo:
|
|
780
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
781
|
+
:type execution_context: str | int | None
|
|
782
|
+
:type undo: bool | None
|
|
863
783
|
:param offset: Frame Offset, Paste time offset of keys
|
|
864
|
-
:type offset:
|
|
784
|
+
:type offset: str | int | None
|
|
865
785
|
:param value_offset: Value Offset, Paste keys with a value offset
|
|
866
|
-
:type value_offset:
|
|
786
|
+
:type value_offset: str | int | None
|
|
867
787
|
:param merge: Type, Method of merging pasted keys and existing
|
|
868
|
-
:type merge:
|
|
788
|
+
:type merge: str | int | None
|
|
869
789
|
:param flipped: Flipped, Paste keyframes from mirrored bones if they exist
|
|
870
|
-
:type flipped:
|
|
790
|
+
:type flipped: bool | typing.Any | None
|
|
871
791
|
"""
|
|
872
792
|
|
|
873
793
|
...
|
|
874
794
|
|
|
875
795
|
def previewrange_set(
|
|
876
|
-
override_context: typing.
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
880
|
-
undo: typing.Optional[bool] = None,
|
|
796
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
797
|
+
execution_context: str | int | None = None,
|
|
798
|
+
undo: bool | None = None,
|
|
881
799
|
):
|
|
882
800
|
"""Set Preview Range based on range of selected keyframes
|
|
883
801
|
|
|
884
|
-
:type override_context:
|
|
885
|
-
:type execution_context:
|
|
886
|
-
:type undo:
|
|
802
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
803
|
+
:type execution_context: str | int | None
|
|
804
|
+
:type undo: bool | None
|
|
887
805
|
"""
|
|
888
806
|
|
|
889
807
|
...
|
|
890
808
|
|
|
891
809
|
def push_pull(
|
|
892
|
-
override_context: typing.
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
undo: typing.Optional[bool] = None,
|
|
897
|
-
factor: typing.Optional[typing.Any] = 1.0,
|
|
810
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
811
|
+
execution_context: str | int | None = None,
|
|
812
|
+
undo: bool | None = None,
|
|
813
|
+
factor: typing.Any | None = 1.0,
|
|
898
814
|
):
|
|
899
815
|
"""Exaggerate or minimize the value of the selected keys
|
|
900
816
|
|
|
901
|
-
:type override_context:
|
|
902
|
-
:type execution_context:
|
|
903
|
-
:type undo:
|
|
817
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
818
|
+
:type execution_context: str | int | None
|
|
819
|
+
:type undo: bool | None
|
|
904
820
|
:param factor: Factor, Control how far to push or pull the keys
|
|
905
|
-
:type factor: typing.
|
|
821
|
+
:type factor: typing.Any | None
|
|
906
822
|
"""
|
|
907
823
|
|
|
908
824
|
...
|
|
909
825
|
|
|
910
826
|
def reveal(
|
|
911
|
-
override_context: typing.
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
undo: typing.Optional[bool] = None,
|
|
916
|
-
select: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
827
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
828
|
+
execution_context: str | int | None = None,
|
|
829
|
+
undo: bool | None = None,
|
|
830
|
+
select: bool | typing.Any | None = True,
|
|
917
831
|
):
|
|
918
832
|
"""Make previously hidden curves visible again in Graph Editor view
|
|
919
833
|
|
|
920
|
-
:type override_context:
|
|
921
|
-
:type execution_context:
|
|
922
|
-
:type undo:
|
|
834
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
835
|
+
:type execution_context: str | int | None
|
|
836
|
+
:type undo: bool | None
|
|
923
837
|
:param select: Select
|
|
924
|
-
:type select:
|
|
838
|
+
:type select: bool | typing.Any | None
|
|
925
839
|
"""
|
|
926
840
|
|
|
927
841
|
...
|
|
928
842
|
|
|
929
843
|
def samples_to_keys(
|
|
930
|
-
override_context: typing.
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
934
|
-
undo: typing.Optional[bool] = None,
|
|
844
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
845
|
+
execution_context: str | int | None = None,
|
|
846
|
+
undo: bool | None = None,
|
|
935
847
|
):
|
|
936
848
|
"""Convert selected channels from samples to keyframes
|
|
937
849
|
|
|
938
|
-
:type override_context:
|
|
939
|
-
:type execution_context:
|
|
940
|
-
:type undo:
|
|
850
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
851
|
+
:type execution_context: str | int | None
|
|
852
|
+
:type undo: bool | None
|
|
941
853
|
"""
|
|
942
854
|
|
|
943
855
|
...
|
|
944
856
|
|
|
945
857
|
def scale_average(
|
|
946
|
-
override_context: typing.
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
undo: typing.Optional[bool] = None,
|
|
951
|
-
factor: typing.Optional[typing.Any] = 1.0,
|
|
858
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
859
|
+
execution_context: str | int | None = None,
|
|
860
|
+
undo: bool | None = None,
|
|
861
|
+
factor: typing.Any | None = 1.0,
|
|
952
862
|
):
|
|
953
863
|
"""Scale selected key values by their combined average
|
|
954
864
|
|
|
955
|
-
:type override_context:
|
|
956
|
-
:type execution_context:
|
|
957
|
-
:type undo:
|
|
865
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
866
|
+
:type execution_context: str | int | None
|
|
867
|
+
:type undo: bool | None
|
|
958
868
|
:param factor: Scale Factor, The scale factor applied to the curve segments
|
|
959
|
-
:type factor: typing.
|
|
869
|
+
:type factor: typing.Any | None
|
|
960
870
|
"""
|
|
961
871
|
|
|
962
872
|
...
|
|
963
873
|
|
|
964
874
|
def scale_from_neighbor(
|
|
965
|
-
override_context: typing.
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
971
|
-
anchor: typing.Optional[typing.Any] = "LEFT",
|
|
875
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
876
|
+
execution_context: str | int | None = None,
|
|
877
|
+
undo: bool | None = None,
|
|
878
|
+
factor: typing.Any | None = 0.0,
|
|
879
|
+
anchor: typing.Any | None = "LEFT",
|
|
972
880
|
):
|
|
973
881
|
"""Increase or decrease the value of selected keys in relationship to the neighboring one
|
|
974
882
|
|
|
975
|
-
:type override_context:
|
|
976
|
-
:type execution_context:
|
|
977
|
-
:type undo:
|
|
883
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
884
|
+
:type execution_context: str | int | None
|
|
885
|
+
:type undo: bool | None
|
|
978
886
|
:param factor: Factor, The factor to scale keys with
|
|
979
|
-
:type factor: typing.
|
|
887
|
+
:type factor: typing.Any | None
|
|
980
888
|
:param anchor: Reference Key, Which end of the segment to use as a reference to scale from
|
|
981
|
-
:type anchor: typing.
|
|
889
|
+
:type anchor: typing.Any | None
|
|
982
890
|
"""
|
|
983
891
|
|
|
984
892
|
...
|
|
985
893
|
|
|
986
894
|
def select_all(
|
|
987
|
-
override_context: typing.
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
undo: typing.Optional[bool] = None,
|
|
992
|
-
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
895
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
896
|
+
execution_context: str | int | None = None,
|
|
897
|
+
undo: bool | None = None,
|
|
898
|
+
action: typing.Any | None = "TOGGLE",
|
|
993
899
|
):
|
|
994
900
|
"""Toggle selection of all keyframes
|
|
995
901
|
|
|
996
|
-
:type override_context:
|
|
997
|
-
:type execution_context:
|
|
998
|
-
:type undo:
|
|
902
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
903
|
+
:type execution_context: str | int | None
|
|
904
|
+
:type undo: bool | None
|
|
999
905
|
:param action: Action, Selection action to execute
|
|
1000
906
|
|
|
1001
907
|
TOGGLE
|
|
@@ -1009,51 +915,49 @@ def select_all(
|
|
|
1009
915
|
|
|
1010
916
|
INVERT
|
|
1011
917
|
Invert -- Invert selection of all elements.
|
|
1012
|
-
:type action: typing.
|
|
918
|
+
:type action: typing.Any | None
|
|
1013
919
|
"""
|
|
1014
920
|
|
|
1015
921
|
...
|
|
1016
922
|
|
|
1017
923
|
def select_box(
|
|
1018
|
-
override_context: typing.
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1032
|
-
mode: typing.Optional[typing.Any] = "SET",
|
|
924
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
925
|
+
execution_context: str | int | None = None,
|
|
926
|
+
undo: bool | None = None,
|
|
927
|
+
axis_range: bool | typing.Any | None = False,
|
|
928
|
+
include_handles: bool | typing.Any | None = True,
|
|
929
|
+
tweak: bool | typing.Any | None = False,
|
|
930
|
+
use_curve_selection: bool | typing.Any | None = True,
|
|
931
|
+
xmin: typing.Any | None = 0,
|
|
932
|
+
xmax: typing.Any | None = 0,
|
|
933
|
+
ymin: typing.Any | None = 0,
|
|
934
|
+
ymax: typing.Any | None = 0,
|
|
935
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
936
|
+
mode: typing.Any | None = "SET",
|
|
1033
937
|
):
|
|
1034
938
|
"""Select all keyframes within the specified region
|
|
1035
939
|
|
|
1036
|
-
:type override_context:
|
|
1037
|
-
:type execution_context:
|
|
1038
|
-
:type undo:
|
|
940
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
941
|
+
:type execution_context: str | int | None
|
|
942
|
+
:type undo: bool | None
|
|
1039
943
|
:param axis_range: Axis Range
|
|
1040
|
-
:type axis_range:
|
|
944
|
+
:type axis_range: bool | typing.Any | None
|
|
1041
945
|
:param include_handles: Include Handles, Are handles tested individually against the selection criteria
|
|
1042
|
-
:type include_handles:
|
|
946
|
+
:type include_handles: bool | typing.Any | None
|
|
1043
947
|
:param tweak: Tweak, Operator has been activated using a click-drag event
|
|
1044
|
-
:type tweak:
|
|
948
|
+
:type tweak: bool | typing.Any | None
|
|
1045
949
|
:param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the calculated F-curve
|
|
1046
|
-
:type use_curve_selection:
|
|
950
|
+
:type use_curve_selection: bool | typing.Any | None
|
|
1047
951
|
:param xmin: X Min
|
|
1048
|
-
:type xmin: typing.
|
|
952
|
+
:type xmin: typing.Any | None
|
|
1049
953
|
:param xmax: X Max
|
|
1050
|
-
:type xmax: typing.
|
|
954
|
+
:type xmax: typing.Any | None
|
|
1051
955
|
:param ymin: Y Min
|
|
1052
|
-
:type ymin: typing.
|
|
956
|
+
:type ymin: typing.Any | None
|
|
1053
957
|
:param ymax: Y Max
|
|
1054
|
-
:type ymax: typing.
|
|
958
|
+
:type ymax: typing.Any | None
|
|
1055
959
|
:param wait_for_input: Wait for Input
|
|
1056
|
-
:type wait_for_input:
|
|
960
|
+
:type wait_for_input: bool | typing.Any | None
|
|
1057
961
|
:param mode: Mode
|
|
1058
962
|
|
|
1059
963
|
SET
|
|
@@ -1064,37 +968,35 @@ def select_box(
|
|
|
1064
968
|
|
|
1065
969
|
SUB
|
|
1066
970
|
Subtract -- Subtract existing selection.
|
|
1067
|
-
:type mode: typing.
|
|
971
|
+
:type mode: typing.Any | None
|
|
1068
972
|
"""
|
|
1069
973
|
|
|
1070
974
|
...
|
|
1071
975
|
|
|
1072
976
|
def select_circle(
|
|
1073
|
-
override_context: typing.
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
mode: typing.Optional[typing.Any] = "SET",
|
|
1083
|
-
use_curve_selection: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
977
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
978
|
+
execution_context: str | int | None = None,
|
|
979
|
+
undo: bool | None = None,
|
|
980
|
+
x: typing.Any | None = 0,
|
|
981
|
+
y: typing.Any | None = 0,
|
|
982
|
+
radius: typing.Any | None = 25,
|
|
983
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
984
|
+
mode: typing.Any | None = "SET",
|
|
985
|
+
use_curve_selection: bool | typing.Any | None = True,
|
|
1084
986
|
):
|
|
1085
987
|
"""Select keyframe points using circle selection
|
|
1086
988
|
|
|
1087
|
-
:type override_context:
|
|
1088
|
-
:type execution_context:
|
|
1089
|
-
:type undo:
|
|
989
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
990
|
+
:type execution_context: str | int | None
|
|
991
|
+
:type undo: bool | None
|
|
1090
992
|
:param x: X
|
|
1091
|
-
:type x: typing.
|
|
993
|
+
:type x: typing.Any | None
|
|
1092
994
|
:param y: Y
|
|
1093
|
-
:type y: typing.
|
|
995
|
+
:type y: typing.Any | None
|
|
1094
996
|
:param radius: Radius
|
|
1095
|
-
:type radius: typing.
|
|
997
|
+
:type radius: typing.Any | None
|
|
1096
998
|
:param wait_for_input: Wait for Input
|
|
1097
|
-
:type wait_for_input:
|
|
999
|
+
:type wait_for_input: bool | typing.Any | None
|
|
1098
1000
|
:param mode: Mode
|
|
1099
1001
|
|
|
1100
1002
|
SET
|
|
@@ -1105,47 +1007,43 @@ def select_circle(
|
|
|
1105
1007
|
|
|
1106
1008
|
SUB
|
|
1107
1009
|
Subtract -- Subtract existing selection.
|
|
1108
|
-
:type mode: typing.
|
|
1010
|
+
:type mode: typing.Any | None
|
|
1109
1011
|
:param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the curve itself
|
|
1110
|
-
:type use_curve_selection:
|
|
1012
|
+
:type use_curve_selection: bool | typing.Any | None
|
|
1111
1013
|
"""
|
|
1112
1014
|
|
|
1113
1015
|
...
|
|
1114
1016
|
|
|
1115
1017
|
def select_column(
|
|
1116
|
-
override_context: typing.
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
undo: typing.Optional[bool] = None,
|
|
1121
|
-
mode: typing.Optional[typing.Any] = "KEYS",
|
|
1018
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1019
|
+
execution_context: str | int | None = None,
|
|
1020
|
+
undo: bool | None = None,
|
|
1021
|
+
mode: typing.Any | None = "KEYS",
|
|
1122
1022
|
):
|
|
1123
1023
|
"""Select all keyframes on the specified frame(s)
|
|
1124
1024
|
|
|
1125
|
-
:type override_context:
|
|
1126
|
-
:type execution_context:
|
|
1127
|
-
:type undo:
|
|
1025
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1026
|
+
:type execution_context: str | int | None
|
|
1027
|
+
:type undo: bool | None
|
|
1128
1028
|
:param mode: Mode
|
|
1129
|
-
:type mode: typing.
|
|
1029
|
+
:type mode: typing.Any | None
|
|
1130
1030
|
"""
|
|
1131
1031
|
|
|
1132
1032
|
...
|
|
1133
1033
|
|
|
1134
1034
|
def select_key_handles(
|
|
1135
|
-
override_context: typing.
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
right_handle_action: typing.Optional[typing.Any] = "SELECT",
|
|
1142
|
-
key_action: typing.Optional[typing.Any] = "KEEP",
|
|
1035
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1036
|
+
execution_context: str | int | None = None,
|
|
1037
|
+
undo: bool | None = None,
|
|
1038
|
+
left_handle_action: typing.Any | None = "SELECT",
|
|
1039
|
+
right_handle_action: typing.Any | None = "SELECT",
|
|
1040
|
+
key_action: typing.Any | None = "KEEP",
|
|
1143
1041
|
):
|
|
1144
1042
|
"""For selected keyframes, select/deselect any combination of the key itself and its handles
|
|
1145
1043
|
|
|
1146
|
-
:type override_context:
|
|
1147
|
-
:type execution_context:
|
|
1148
|
-
:type undo:
|
|
1044
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1045
|
+
:type execution_context: str | int | None
|
|
1046
|
+
:type undo: bool | None
|
|
1149
1047
|
:param left_handle_action: Left Handle, Effect on the left handle
|
|
1150
1048
|
|
|
1151
1049
|
SELECT
|
|
@@ -1156,7 +1054,7 @@ def select_key_handles(
|
|
|
1156
1054
|
|
|
1157
1055
|
KEEP
|
|
1158
1056
|
Keep -- Leave as is.
|
|
1159
|
-
:type left_handle_action: typing.
|
|
1057
|
+
:type left_handle_action: typing.Any | None
|
|
1160
1058
|
:param right_handle_action: Right Handle, Effect on the right handle
|
|
1161
1059
|
|
|
1162
1060
|
SELECT
|
|
@@ -1167,7 +1065,7 @@ def select_key_handles(
|
|
|
1167
1065
|
|
|
1168
1066
|
KEEP
|
|
1169
1067
|
Keep -- Leave as is.
|
|
1170
|
-
:type right_handle_action: typing.
|
|
1068
|
+
:type right_handle_action: typing.Any | None
|
|
1171
1069
|
:param key_action: Key, Effect on the key itself
|
|
1172
1070
|
|
|
1173
1071
|
SELECT
|
|
@@ -1178,30 +1076,26 @@ def select_key_handles(
|
|
|
1178
1076
|
|
|
1179
1077
|
KEEP
|
|
1180
1078
|
Keep -- Leave as is.
|
|
1181
|
-
:type key_action: typing.
|
|
1079
|
+
:type key_action: typing.Any | None
|
|
1182
1080
|
"""
|
|
1183
1081
|
|
|
1184
1082
|
...
|
|
1185
1083
|
|
|
1186
1084
|
def select_lasso(
|
|
1187
|
-
override_context: typing.
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
|
|
1194
|
-
] = None,
|
|
1195
|
-
mode: typing.Optional[typing.Any] = "SET",
|
|
1196
|
-
use_curve_selection: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1085
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1086
|
+
execution_context: str | int | None = None,
|
|
1087
|
+
undo: bool | None = None,
|
|
1088
|
+
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
1089
|
+
mode: typing.Any | None = "SET",
|
|
1090
|
+
use_curve_selection: bool | typing.Any | None = True,
|
|
1197
1091
|
):
|
|
1198
1092
|
"""Select keyframe points using lasso selection
|
|
1199
1093
|
|
|
1200
|
-
:type override_context:
|
|
1201
|
-
:type execution_context:
|
|
1202
|
-
:type undo:
|
|
1094
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1095
|
+
:type execution_context: str | int | None
|
|
1096
|
+
:type undo: bool | None
|
|
1203
1097
|
:param path: Path
|
|
1204
|
-
:type path:
|
|
1098
|
+
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
1205
1099
|
:param mode: Mode
|
|
1206
1100
|
|
|
1207
1101
|
SET
|
|
@@ -1212,99 +1106,89 @@ def select_lasso(
|
|
|
1212
1106
|
|
|
1213
1107
|
SUB
|
|
1214
1108
|
Subtract -- Subtract existing selection.
|
|
1215
|
-
:type mode: typing.
|
|
1109
|
+
:type mode: typing.Any | None
|
|
1216
1110
|
:param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the curve itself
|
|
1217
|
-
:type use_curve_selection:
|
|
1111
|
+
:type use_curve_selection: bool | typing.Any | None
|
|
1218
1112
|
"""
|
|
1219
1113
|
|
|
1220
1114
|
...
|
|
1221
1115
|
|
|
1222
1116
|
def select_leftright(
|
|
1223
|
-
override_context: typing.
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
mode: typing.Optional[typing.Any] = "CHECK",
|
|
1229
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1117
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1118
|
+
execution_context: str | int | None = None,
|
|
1119
|
+
undo: bool | None = None,
|
|
1120
|
+
mode: typing.Any | None = "CHECK",
|
|
1121
|
+
extend: bool | typing.Any | None = False,
|
|
1230
1122
|
):
|
|
1231
1123
|
"""Select keyframes to the left or the right of the current frame
|
|
1232
1124
|
|
|
1233
|
-
:type override_context:
|
|
1234
|
-
:type execution_context:
|
|
1235
|
-
:type undo:
|
|
1125
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1126
|
+
:type execution_context: str | int | None
|
|
1127
|
+
:type undo: bool | None
|
|
1236
1128
|
:param mode: Mode
|
|
1237
|
-
:type mode: typing.
|
|
1129
|
+
:type mode: typing.Any | None
|
|
1238
1130
|
:param extend: Extend Select
|
|
1239
|
-
:type extend:
|
|
1131
|
+
:type extend: bool | typing.Any | None
|
|
1240
1132
|
"""
|
|
1241
1133
|
|
|
1242
1134
|
...
|
|
1243
1135
|
|
|
1244
1136
|
def select_less(
|
|
1245
|
-
override_context: typing.
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1249
|
-
undo: typing.Optional[bool] = None,
|
|
1137
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1138
|
+
execution_context: str | int | None = None,
|
|
1139
|
+
undo: bool | None = None,
|
|
1250
1140
|
):
|
|
1251
1141
|
"""Deselect keyframes on ends of selection islands
|
|
1252
1142
|
|
|
1253
|
-
:type override_context:
|
|
1254
|
-
:type execution_context:
|
|
1255
|
-
:type undo:
|
|
1143
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1144
|
+
:type execution_context: str | int | None
|
|
1145
|
+
:type undo: bool | None
|
|
1256
1146
|
"""
|
|
1257
1147
|
|
|
1258
1148
|
...
|
|
1259
1149
|
|
|
1260
1150
|
def select_linked(
|
|
1261
|
-
override_context: typing.
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1265
|
-
undo: typing.Optional[bool] = None,
|
|
1151
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1152
|
+
execution_context: str | int | None = None,
|
|
1153
|
+
undo: bool | None = None,
|
|
1266
1154
|
):
|
|
1267
1155
|
"""Select keyframes occurring in the same F-Curves as selected ones
|
|
1268
1156
|
|
|
1269
|
-
:type override_context:
|
|
1270
|
-
:type execution_context:
|
|
1271
|
-
:type undo:
|
|
1157
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1158
|
+
:type execution_context: str | int | None
|
|
1159
|
+
:type undo: bool | None
|
|
1272
1160
|
"""
|
|
1273
1161
|
|
|
1274
1162
|
...
|
|
1275
1163
|
|
|
1276
1164
|
def select_more(
|
|
1277
|
-
override_context: typing.
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1281
|
-
undo: typing.Optional[bool] = None,
|
|
1165
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1166
|
+
execution_context: str | int | None = None,
|
|
1167
|
+
undo: bool | None = None,
|
|
1282
1168
|
):
|
|
1283
1169
|
"""Select keyframes beside already selected ones
|
|
1284
1170
|
|
|
1285
|
-
:type override_context:
|
|
1286
|
-
:type execution_context:
|
|
1287
|
-
:type undo:
|
|
1171
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1172
|
+
:type execution_context: str | int | None
|
|
1173
|
+
:type undo: bool | None
|
|
1288
1174
|
"""
|
|
1289
1175
|
|
|
1290
1176
|
...
|
|
1291
1177
|
|
|
1292
1178
|
def shear(
|
|
1293
|
-
override_context: typing.
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
1299
|
-
direction: typing.Optional[typing.Any] = "FROM_LEFT",
|
|
1179
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1180
|
+
execution_context: str | int | None = None,
|
|
1181
|
+
undo: bool | None = None,
|
|
1182
|
+
factor: typing.Any | None = 0.0,
|
|
1183
|
+
direction: typing.Any | None = "FROM_LEFT",
|
|
1300
1184
|
):
|
|
1301
1185
|
"""Affect the value of the keys linearly, keeping the same relationship between them using either the left or the right key as reference
|
|
1302
1186
|
|
|
1303
|
-
:type override_context:
|
|
1304
|
-
:type execution_context:
|
|
1305
|
-
:type undo:
|
|
1187
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1188
|
+
:type execution_context: str | int | None
|
|
1189
|
+
:type undo: bool | None
|
|
1306
1190
|
:param factor: Shear Factor, The amount of shear to apply
|
|
1307
|
-
:type factor: typing.
|
|
1191
|
+
:type factor: typing.Any | None
|
|
1308
1192
|
:param direction: Direction, Which end of the segment to use as a reference to shear from
|
|
1309
1193
|
|
|
1310
1194
|
FROM_LEFT
|
|
@@ -1312,40 +1196,36 @@ def shear(
|
|
|
1312
1196
|
|
|
1313
1197
|
FROM_RIGHT
|
|
1314
1198
|
From Right -- Shear the keys using the right key as reference.
|
|
1315
|
-
:type direction: typing.
|
|
1199
|
+
:type direction: typing.Any | None
|
|
1316
1200
|
"""
|
|
1317
1201
|
|
|
1318
1202
|
...
|
|
1319
1203
|
|
|
1320
1204
|
def smooth(
|
|
1321
|
-
override_context: typing.
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1325
|
-
undo: typing.Optional[bool] = None,
|
|
1205
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1206
|
+
execution_context: str | int | None = None,
|
|
1207
|
+
undo: bool | None = None,
|
|
1326
1208
|
):
|
|
1327
1209
|
"""Apply weighted moving means to make selected F-Curves less bumpy
|
|
1328
1210
|
|
|
1329
|
-
:type override_context:
|
|
1330
|
-
:type execution_context:
|
|
1331
|
-
:type undo:
|
|
1211
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1212
|
+
:type execution_context: str | int | None
|
|
1213
|
+
:type undo: bool | None
|
|
1332
1214
|
"""
|
|
1333
1215
|
|
|
1334
1216
|
...
|
|
1335
1217
|
|
|
1336
1218
|
def snap(
|
|
1337
|
-
override_context: typing.
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
undo: typing.Optional[bool] = None,
|
|
1342
|
-
type: typing.Optional[typing.Any] = "CFRA",
|
|
1219
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1220
|
+
execution_context: str | int | None = None,
|
|
1221
|
+
undo: bool | None = None,
|
|
1222
|
+
type: typing.Any | None = "CFRA",
|
|
1343
1223
|
):
|
|
1344
1224
|
"""Snap selected keyframes to the chosen times/values
|
|
1345
1225
|
|
|
1346
|
-
:type override_context:
|
|
1347
|
-
:type execution_context:
|
|
1348
|
-
:type undo:
|
|
1226
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1227
|
+
:type execution_context: str | int | None
|
|
1228
|
+
:type undo: bool | None
|
|
1349
1229
|
:param type: Type
|
|
1350
1230
|
|
|
1351
1231
|
CFRA
|
|
@@ -1365,116 +1245,112 @@ def snap(
|
|
|
1365
1245
|
|
|
1366
1246
|
HORIZONTAL
|
|
1367
1247
|
Flatten Handles -- Flatten handles for a smoother transition.
|
|
1368
|
-
:type type: typing.
|
|
1248
|
+
:type type: typing.Any | None
|
|
1369
1249
|
"""
|
|
1370
1250
|
|
|
1371
1251
|
...
|
|
1372
1252
|
|
|
1373
1253
|
def snap_cursor_value(
|
|
1374
|
-
override_context: typing.
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1378
|
-
undo: typing.Optional[bool] = None,
|
|
1254
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1255
|
+
execution_context: str | int | None = None,
|
|
1256
|
+
undo: bool | None = None,
|
|
1379
1257
|
):
|
|
1380
1258
|
"""Place the cursor value on the average value of selected keyframes
|
|
1381
1259
|
|
|
1382
|
-
:type override_context:
|
|
1383
|
-
:type execution_context:
|
|
1384
|
-
:type undo:
|
|
1260
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1261
|
+
:type execution_context: str | int | None
|
|
1262
|
+
:type undo: bool | None
|
|
1385
1263
|
"""
|
|
1386
1264
|
|
|
1387
1265
|
...
|
|
1388
1266
|
|
|
1389
1267
|
def sound_to_samples(
|
|
1390
|
-
override_context: typing.
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
use_square: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1427
|
-
sthreshold: typing.Optional[typing.Any] = 0.1,
|
|
1268
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1269
|
+
execution_context: str | int | None = None,
|
|
1270
|
+
undo: bool | None = None,
|
|
1271
|
+
filepath: str | typing.Any = "",
|
|
1272
|
+
check_existing: bool | typing.Any | None = False,
|
|
1273
|
+
filter_blender: bool | typing.Any | None = False,
|
|
1274
|
+
filter_backup: bool | typing.Any | None = False,
|
|
1275
|
+
filter_image: bool | typing.Any | None = False,
|
|
1276
|
+
filter_movie: bool | typing.Any | None = True,
|
|
1277
|
+
filter_python: bool | typing.Any | None = False,
|
|
1278
|
+
filter_font: bool | typing.Any | None = False,
|
|
1279
|
+
filter_sound: bool | typing.Any | None = True,
|
|
1280
|
+
filter_text: bool | typing.Any | None = False,
|
|
1281
|
+
filter_archive: bool | typing.Any | None = False,
|
|
1282
|
+
filter_btx: bool | typing.Any | None = False,
|
|
1283
|
+
filter_collada: bool | typing.Any | None = False,
|
|
1284
|
+
filter_alembic: bool | typing.Any | None = False,
|
|
1285
|
+
filter_usd: bool | typing.Any | None = False,
|
|
1286
|
+
filter_obj: bool | typing.Any | None = False,
|
|
1287
|
+
filter_volume: bool | typing.Any | None = False,
|
|
1288
|
+
filter_folder: bool | typing.Any | None = True,
|
|
1289
|
+
filter_blenlib: bool | typing.Any | None = False,
|
|
1290
|
+
filemode: typing.Any | None = 9,
|
|
1291
|
+
show_multiview: bool | typing.Any | None = False,
|
|
1292
|
+
use_multiview: bool | typing.Any | None = False,
|
|
1293
|
+
display_type: typing.Any | None = "DEFAULT",
|
|
1294
|
+
sort_method: str | int | typing.Any | None = "",
|
|
1295
|
+
low: typing.Any | None = 0.0,
|
|
1296
|
+
high: typing.Any | None = 100000.0,
|
|
1297
|
+
attack: typing.Any | None = 0.005,
|
|
1298
|
+
release: typing.Any | None = 0.2,
|
|
1299
|
+
threshold: typing.Any | None = 0.0,
|
|
1300
|
+
use_accumulate: bool | typing.Any | None = False,
|
|
1301
|
+
use_additive: bool | typing.Any | None = False,
|
|
1302
|
+
use_square: bool | typing.Any | None = False,
|
|
1303
|
+
sthreshold: typing.Any | None = 0.1,
|
|
1428
1304
|
):
|
|
1429
1305
|
"""Bakes a sound wave to samples on selected channels
|
|
1430
1306
|
|
|
1431
|
-
:type override_context:
|
|
1432
|
-
:type execution_context:
|
|
1433
|
-
:type undo:
|
|
1307
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1308
|
+
:type execution_context: str | int | None
|
|
1309
|
+
:type undo: bool | None
|
|
1434
1310
|
:param filepath: File Path, Path to file
|
|
1435
|
-
:type filepath:
|
|
1311
|
+
:type filepath: str | typing.Any
|
|
1436
1312
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
1437
|
-
:type check_existing:
|
|
1313
|
+
:type check_existing: bool | typing.Any | None
|
|
1438
1314
|
:param filter_blender: Filter .blend files
|
|
1439
|
-
:type filter_blender:
|
|
1315
|
+
:type filter_blender: bool | typing.Any | None
|
|
1440
1316
|
:param filter_backup: Filter .blend files
|
|
1441
|
-
:type filter_backup:
|
|
1317
|
+
:type filter_backup: bool | typing.Any | None
|
|
1442
1318
|
:param filter_image: Filter image files
|
|
1443
|
-
:type filter_image:
|
|
1319
|
+
:type filter_image: bool | typing.Any | None
|
|
1444
1320
|
:param filter_movie: Filter movie files
|
|
1445
|
-
:type filter_movie:
|
|
1321
|
+
:type filter_movie: bool | typing.Any | None
|
|
1446
1322
|
:param filter_python: Filter Python files
|
|
1447
|
-
:type filter_python:
|
|
1323
|
+
:type filter_python: bool | typing.Any | None
|
|
1448
1324
|
:param filter_font: Filter font files
|
|
1449
|
-
:type filter_font:
|
|
1325
|
+
:type filter_font: bool | typing.Any | None
|
|
1450
1326
|
:param filter_sound: Filter sound files
|
|
1451
|
-
:type filter_sound:
|
|
1327
|
+
:type filter_sound: bool | typing.Any | None
|
|
1452
1328
|
:param filter_text: Filter text files
|
|
1453
|
-
:type filter_text:
|
|
1329
|
+
:type filter_text: bool | typing.Any | None
|
|
1454
1330
|
:param filter_archive: Filter archive files
|
|
1455
|
-
:type filter_archive:
|
|
1331
|
+
:type filter_archive: bool | typing.Any | None
|
|
1456
1332
|
:param filter_btx: Filter btx files
|
|
1457
|
-
:type filter_btx:
|
|
1333
|
+
:type filter_btx: bool | typing.Any | None
|
|
1458
1334
|
:param filter_collada: Filter COLLADA files
|
|
1459
|
-
:type filter_collada:
|
|
1335
|
+
:type filter_collada: bool | typing.Any | None
|
|
1460
1336
|
:param filter_alembic: Filter Alembic files
|
|
1461
|
-
:type filter_alembic:
|
|
1337
|
+
:type filter_alembic: bool | typing.Any | None
|
|
1462
1338
|
:param filter_usd: Filter USD files
|
|
1463
|
-
:type filter_usd:
|
|
1339
|
+
:type filter_usd: bool | typing.Any | None
|
|
1464
1340
|
:param filter_obj: Filter OBJ files
|
|
1465
|
-
:type filter_obj:
|
|
1341
|
+
:type filter_obj: bool | typing.Any | None
|
|
1466
1342
|
:param filter_volume: Filter OpenVDB volume files
|
|
1467
|
-
:type filter_volume:
|
|
1343
|
+
:type filter_volume: bool | typing.Any | None
|
|
1468
1344
|
:param filter_folder: Filter folders
|
|
1469
|
-
:type filter_folder:
|
|
1345
|
+
:type filter_folder: bool | typing.Any | None
|
|
1470
1346
|
:param filter_blenlib: Filter Blender IDs
|
|
1471
|
-
:type filter_blenlib:
|
|
1347
|
+
:type filter_blenlib: bool | typing.Any | None
|
|
1472
1348
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
1473
|
-
:type filemode: typing.
|
|
1349
|
+
:type filemode: typing.Any | None
|
|
1474
1350
|
:param show_multiview: Enable Multi-View
|
|
1475
|
-
:type show_multiview:
|
|
1351
|
+
:type show_multiview: bool | typing.Any | None
|
|
1476
1352
|
:param use_multiview: Use Multi-View
|
|
1477
|
-
:type use_multiview:
|
|
1353
|
+
:type use_multiview: bool | typing.Any | None
|
|
1478
1354
|
:param display_type: Display Type
|
|
1479
1355
|
|
|
1480
1356
|
DEFAULT
|
|
@@ -1488,100 +1364,92 @@ def sound_to_samples(
|
|
|
1488
1364
|
|
|
1489
1365
|
THUMBNAIL
|
|
1490
1366
|
Thumbnails -- Display files as thumbnails.
|
|
1491
|
-
:type display_type: typing.
|
|
1367
|
+
:type display_type: typing.Any | None
|
|
1492
1368
|
:param sort_method: File sorting mode
|
|
1493
|
-
:type sort_method:
|
|
1369
|
+
:type sort_method: str | int | typing.Any | None
|
|
1494
1370
|
:param low: Lowest Frequency, Cutoff frequency of a high-pass filter that is applied to the audio data
|
|
1495
|
-
:type low: typing.
|
|
1371
|
+
:type low: typing.Any | None
|
|
1496
1372
|
:param high: Highest Frequency, Cutoff frequency of a low-pass filter that is applied to the audio data
|
|
1497
|
-
:type high: typing.
|
|
1373
|
+
:type high: typing.Any | None
|
|
1498
1374
|
:param attack: Attack Time, Value for the envelope calculation that tells how fast the envelope can rise (the lower the value the steeper it can rise)
|
|
1499
|
-
:type attack: typing.
|
|
1375
|
+
:type attack: typing.Any | None
|
|
1500
1376
|
:param release: Release Time, Value for the envelope calculation that tells how fast the envelope can fall (the lower the value the steeper it can fall)
|
|
1501
|
-
:type release: typing.
|
|
1377
|
+
:type release: typing.Any | None
|
|
1502
1378
|
:param threshold: Threshold, Minimum amplitude value needed to influence the envelope
|
|
1503
|
-
:type threshold: typing.
|
|
1379
|
+
:type threshold: typing.Any | None
|
|
1504
1380
|
:param use_accumulate: Accumulate, Only the positive differences of the envelope amplitudes are summarized to produce the output
|
|
1505
|
-
:type use_accumulate:
|
|
1381
|
+
:type use_accumulate: bool | typing.Any | None
|
|
1506
1382
|
:param use_additive: Additive, The amplitudes of the envelope are summarized (or, when Accumulate is enabled, both positive and negative differences are accumulated)
|
|
1507
|
-
:type use_additive:
|
|
1383
|
+
:type use_additive: bool | typing.Any | None
|
|
1508
1384
|
:param use_square: Square, The output is a square curve (negative values always result in -1, and positive ones in 1)
|
|
1509
|
-
:type use_square:
|
|
1385
|
+
:type use_square: bool | typing.Any | None
|
|
1510
1386
|
:param sthreshold: Square Threshold, Square only: all values with an absolute amplitude lower than that result in 0
|
|
1511
|
-
:type sthreshold: typing.
|
|
1387
|
+
:type sthreshold: typing.Any | None
|
|
1512
1388
|
"""
|
|
1513
1389
|
|
|
1514
1390
|
...
|
|
1515
1391
|
|
|
1516
1392
|
def time_offset(
|
|
1517
|
-
override_context: typing.
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
undo: typing.Optional[bool] = None,
|
|
1522
|
-
frame_offset: typing.Optional[typing.Any] = 0.0,
|
|
1393
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1394
|
+
execution_context: str | int | None = None,
|
|
1395
|
+
undo: bool | None = None,
|
|
1396
|
+
frame_offset: typing.Any | None = 0.0,
|
|
1523
1397
|
):
|
|
1524
1398
|
"""Shifts the value of selected keys in time
|
|
1525
1399
|
|
|
1526
|
-
:type override_context:
|
|
1527
|
-
:type execution_context:
|
|
1528
|
-
:type undo:
|
|
1400
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1401
|
+
:type execution_context: str | int | None
|
|
1402
|
+
:type undo: bool | None
|
|
1529
1403
|
:param frame_offset: Frame Offset, How far in frames to offset the animation
|
|
1530
|
-
:type frame_offset: typing.
|
|
1404
|
+
:type frame_offset: typing.Any | None
|
|
1531
1405
|
"""
|
|
1532
1406
|
|
|
1533
1407
|
...
|
|
1534
1408
|
|
|
1535
1409
|
def view_all(
|
|
1536
|
-
override_context: typing.
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
undo: typing.Optional[bool] = None,
|
|
1541
|
-
include_handles: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1410
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1411
|
+
execution_context: str | int | None = None,
|
|
1412
|
+
undo: bool | None = None,
|
|
1413
|
+
include_handles: bool | typing.Any | None = True,
|
|
1542
1414
|
):
|
|
1543
1415
|
"""Reset viewable area to show full keyframe range
|
|
1544
1416
|
|
|
1545
|
-
:type override_context:
|
|
1546
|
-
:type execution_context:
|
|
1547
|
-
:type undo:
|
|
1417
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1418
|
+
:type execution_context: str | int | None
|
|
1419
|
+
:type undo: bool | None
|
|
1548
1420
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
1549
|
-
:type include_handles:
|
|
1421
|
+
:type include_handles: bool | typing.Any | None
|
|
1550
1422
|
"""
|
|
1551
1423
|
|
|
1552
1424
|
...
|
|
1553
1425
|
|
|
1554
1426
|
def view_frame(
|
|
1555
|
-
override_context: typing.
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1559
|
-
undo: typing.Optional[bool] = None,
|
|
1427
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1428
|
+
execution_context: str | int | None = None,
|
|
1429
|
+
undo: bool | None = None,
|
|
1560
1430
|
):
|
|
1561
1431
|
"""Move the view to the current frame
|
|
1562
1432
|
|
|
1563
|
-
:type override_context:
|
|
1564
|
-
:type execution_context:
|
|
1565
|
-
:type undo:
|
|
1433
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1434
|
+
:type execution_context: str | int | None
|
|
1435
|
+
:type undo: bool | None
|
|
1566
1436
|
"""
|
|
1567
1437
|
|
|
1568
1438
|
...
|
|
1569
1439
|
|
|
1570
1440
|
def view_selected(
|
|
1571
|
-
override_context: typing.
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
undo: typing.Optional[bool] = None,
|
|
1576
|
-
include_handles: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1441
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1442
|
+
execution_context: str | int | None = None,
|
|
1443
|
+
undo: bool | None = None,
|
|
1444
|
+
include_handles: bool | typing.Any | None = True,
|
|
1577
1445
|
):
|
|
1578
1446
|
"""Reset viewable area to show selected keyframe range
|
|
1579
1447
|
|
|
1580
|
-
:type override_context:
|
|
1581
|
-
:type execution_context:
|
|
1582
|
-
:type undo:
|
|
1448
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1449
|
+
:type execution_context: str | int | None
|
|
1450
|
+
:type undo: bool | None
|
|
1583
1451
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
1584
|
-
:type include_handles:
|
|
1452
|
+
:type include_handles: bool | typing.Any | None
|
|
1585
1453
|
"""
|
|
1586
1454
|
|
|
1587
1455
|
...
|