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/anim/__init__.pyi
CHANGED
|
@@ -4,107 +4,97 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def binding_unassign_object(
|
|
7
|
-
override_context: typing.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
11
|
-
undo: typing.Optional[bool] = None,
|
|
7
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
8
|
+
execution_context: str | int | None = None,
|
|
9
|
+
undo: bool | None = None,
|
|
12
10
|
):
|
|
13
11
|
"""Clear the assigned action binding, effectively making this data-block non-animated
|
|
14
12
|
|
|
15
|
-
:type override_context:
|
|
16
|
-
:type execution_context:
|
|
17
|
-
:type undo:
|
|
13
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
14
|
+
:type execution_context: str | int | None
|
|
15
|
+
:type undo: bool | None
|
|
18
16
|
"""
|
|
19
17
|
|
|
20
18
|
...
|
|
21
19
|
|
|
22
20
|
def change_frame(
|
|
23
|
-
override_context: typing.
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
frame: typing.Optional[typing.Any] = 0.0,
|
|
29
|
-
snap: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
21
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
22
|
+
execution_context: str | int | None = None,
|
|
23
|
+
undo: bool | None = None,
|
|
24
|
+
frame: typing.Any | None = 0.0,
|
|
25
|
+
snap: bool | typing.Any | None = False,
|
|
30
26
|
):
|
|
31
27
|
"""Interactively change the current frame number
|
|
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 frame: Frame
|
|
37
|
-
:type frame: typing.
|
|
33
|
+
:type frame: typing.Any | None
|
|
38
34
|
:param snap: Snap
|
|
39
|
-
:type snap:
|
|
35
|
+
:type snap: bool | typing.Any | None
|
|
40
36
|
"""
|
|
41
37
|
|
|
42
38
|
...
|
|
43
39
|
|
|
44
40
|
def channel_select_keys(
|
|
45
|
-
override_context: typing.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
undo: typing.Optional[bool] = None,
|
|
50
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
41
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
42
|
+
execution_context: str | int | None = None,
|
|
43
|
+
undo: bool | None = None,
|
|
44
|
+
extend: bool | typing.Any | None = False,
|
|
51
45
|
):
|
|
52
46
|
"""Select all keyframes of channel under mouse
|
|
53
47
|
|
|
54
|
-
:type override_context:
|
|
55
|
-
:type execution_context:
|
|
56
|
-
:type undo:
|
|
48
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
49
|
+
:type execution_context: str | int | None
|
|
50
|
+
:type undo: bool | None
|
|
57
51
|
:param extend: Extend, Extend selection
|
|
58
|
-
:type extend:
|
|
52
|
+
:type extend: bool | typing.Any | None
|
|
59
53
|
"""
|
|
60
54
|
|
|
61
55
|
...
|
|
62
56
|
|
|
63
57
|
def channel_view_pick(
|
|
64
|
-
override_context: typing.
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
include_handles: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
70
|
-
use_preview_range: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
58
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
59
|
+
execution_context: str | int | None = None,
|
|
60
|
+
undo: bool | None = None,
|
|
61
|
+
include_handles: bool | typing.Any | None = True,
|
|
62
|
+
use_preview_range: bool | typing.Any | None = True,
|
|
71
63
|
):
|
|
72
64
|
"""Reset viewable area to show the channel under the cursor
|
|
73
65
|
|
|
74
|
-
:type override_context:
|
|
75
|
-
:type execution_context:
|
|
76
|
-
:type undo:
|
|
66
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
67
|
+
:type execution_context: str | int | None
|
|
68
|
+
:type undo: bool | None
|
|
77
69
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
78
|
-
:type include_handles:
|
|
70
|
+
:type include_handles: bool | typing.Any | None
|
|
79
71
|
:param use_preview_range: Use Preview Range, Ignore frames outside of the preview range
|
|
80
|
-
:type use_preview_range:
|
|
72
|
+
:type use_preview_range: bool | typing.Any | None
|
|
81
73
|
"""
|
|
82
74
|
|
|
83
75
|
...
|
|
84
76
|
|
|
85
77
|
def channels_bake(
|
|
86
|
-
override_context: typing.
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
interpolation_type: typing.Optional[typing.Any] = "BEZIER",
|
|
95
|
-
bake_modifiers: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
78
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
79
|
+
execution_context: str | int | None = None,
|
|
80
|
+
undo: bool | None = None,
|
|
81
|
+
range: typing.Any | None = (0, 0),
|
|
82
|
+
step: typing.Any | None = 1.0,
|
|
83
|
+
remove_outside_range: bool | typing.Any | None = False,
|
|
84
|
+
interpolation_type: typing.Any | None = "BEZIER",
|
|
85
|
+
bake_modifiers: bool | typing.Any | None = True,
|
|
96
86
|
):
|
|
97
87
|
"""Create keyframes following the current shape of F-Curves of selected channels
|
|
98
88
|
|
|
99
|
-
:type override_context:
|
|
100
|
-
:type execution_context:
|
|
101
|
-
:type undo:
|
|
89
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
90
|
+
:type execution_context: str | int | None
|
|
91
|
+
:type undo: bool | None
|
|
102
92
|
:param range: Frame Range, The range in which to create new keys
|
|
103
|
-
:type range: typing.
|
|
93
|
+
:type range: typing.Any | None
|
|
104
94
|
:param step: Frame Step, At which interval to add keys
|
|
105
|
-
:type step: typing.
|
|
95
|
+
:type step: typing.Any | None
|
|
106
96
|
:param remove_outside_range: Remove Outside Range, Removes keys outside the given range, leaving only the newly baked
|
|
107
|
-
:type remove_outside_range:
|
|
97
|
+
:type remove_outside_range: bool | typing.Any | None
|
|
108
98
|
:param interpolation_type: Interpolation Type, Choose the interpolation type with which new keys will be added
|
|
109
99
|
|
|
110
100
|
BEZIER
|
|
@@ -115,213 +105,191 @@ def channels_bake(
|
|
|
115
105
|
|
|
116
106
|
CONST
|
|
117
107
|
Constant -- New keys will be constant.
|
|
118
|
-
:type interpolation_type: typing.
|
|
108
|
+
:type interpolation_type: typing.Any | None
|
|
119
109
|
:param bake_modifiers: Bake Modifiers, Bake Modifiers into keyframes and delete them after
|
|
120
|
-
:type bake_modifiers:
|
|
110
|
+
:type bake_modifiers: bool | typing.Any | None
|
|
121
111
|
"""
|
|
122
112
|
|
|
123
113
|
...
|
|
124
114
|
|
|
125
115
|
def channels_clean_empty(
|
|
126
|
-
override_context: typing.
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
130
|
-
undo: typing.Optional[bool] = None,
|
|
116
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
117
|
+
execution_context: str | int | None = None,
|
|
118
|
+
undo: bool | None = None,
|
|
131
119
|
):
|
|
132
120
|
"""Delete all empty animation data containers from visible data-blocks
|
|
133
121
|
|
|
134
|
-
:type override_context:
|
|
135
|
-
:type execution_context:
|
|
136
|
-
:type undo:
|
|
122
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
123
|
+
:type execution_context: str | int | None
|
|
124
|
+
:type undo: bool | None
|
|
137
125
|
"""
|
|
138
126
|
|
|
139
127
|
...
|
|
140
128
|
|
|
141
129
|
def channels_click(
|
|
142
|
-
override_context: typing.
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
extend_range: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
149
|
-
children_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
130
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
131
|
+
execution_context: str | int | None = None,
|
|
132
|
+
undo: bool | None = None,
|
|
133
|
+
extend: bool | typing.Any | None = False,
|
|
134
|
+
extend_range: bool | typing.Any | None = False,
|
|
135
|
+
children_only: bool | typing.Any | None = False,
|
|
150
136
|
):
|
|
151
137
|
"""Handle mouse clicks over animation channels
|
|
152
138
|
|
|
153
|
-
:type override_context:
|
|
154
|
-
:type execution_context:
|
|
155
|
-
:type undo:
|
|
139
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
140
|
+
:type execution_context: str | int | None
|
|
141
|
+
:type undo: bool | None
|
|
156
142
|
:param extend: Extend Select
|
|
157
|
-
:type extend:
|
|
143
|
+
:type extend: bool | typing.Any | None
|
|
158
144
|
:param extend_range: Extend Range, Selection of active channel to clicked channel
|
|
159
|
-
:type extend_range:
|
|
145
|
+
:type extend_range: bool | typing.Any | None
|
|
160
146
|
:param children_only: Select Children Only
|
|
161
|
-
:type children_only:
|
|
147
|
+
:type children_only: bool | typing.Any | None
|
|
162
148
|
"""
|
|
163
149
|
|
|
164
150
|
...
|
|
165
151
|
|
|
166
152
|
def channels_collapse(
|
|
167
|
-
override_context: typing.
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
undo: typing.Optional[bool] = None,
|
|
172
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
153
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
154
|
+
execution_context: str | int | None = None,
|
|
155
|
+
undo: bool | None = None,
|
|
156
|
+
all: bool | typing.Any | None = True,
|
|
173
157
|
):
|
|
174
158
|
"""Collapse (close) all selected expandable animation channels
|
|
175
159
|
|
|
176
|
-
:type override_context:
|
|
177
|
-
:type execution_context:
|
|
178
|
-
:type undo:
|
|
160
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
161
|
+
:type execution_context: str | int | None
|
|
162
|
+
:type undo: bool | None
|
|
179
163
|
:param all: All, Collapse all channels (not just selected ones)
|
|
180
|
-
:type all:
|
|
164
|
+
:type all: bool | typing.Any | None
|
|
181
165
|
"""
|
|
182
166
|
|
|
183
167
|
...
|
|
184
168
|
|
|
185
169
|
def channels_delete(
|
|
186
|
-
override_context: typing.
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
190
|
-
undo: typing.Optional[bool] = None,
|
|
170
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
171
|
+
execution_context: str | int | None = None,
|
|
172
|
+
undo: bool | None = None,
|
|
191
173
|
):
|
|
192
174
|
"""Delete all selected animation channels
|
|
193
175
|
|
|
194
|
-
:type override_context:
|
|
195
|
-
:type execution_context:
|
|
196
|
-
:type undo:
|
|
176
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
177
|
+
:type execution_context: str | int | None
|
|
178
|
+
:type undo: bool | None
|
|
197
179
|
"""
|
|
198
180
|
|
|
199
181
|
...
|
|
200
182
|
|
|
201
183
|
def channels_editable_toggle(
|
|
202
|
-
override_context: typing.
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
mode: typing.Optional[typing.Any] = "TOGGLE",
|
|
208
|
-
type: typing.Optional[typing.Any] = "PROTECT",
|
|
184
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
185
|
+
execution_context: str | int | None = None,
|
|
186
|
+
undo: bool | None = None,
|
|
187
|
+
mode: typing.Any | None = "TOGGLE",
|
|
188
|
+
type: typing.Any | None = "PROTECT",
|
|
209
189
|
):
|
|
210
190
|
"""Toggle editability of selected channels
|
|
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 mode: Mode
|
|
216
|
-
:type mode: typing.
|
|
196
|
+
:type mode: typing.Any | None
|
|
217
197
|
:param type: Type
|
|
218
|
-
:type type: typing.
|
|
198
|
+
:type type: typing.Any | None
|
|
219
199
|
"""
|
|
220
200
|
|
|
221
201
|
...
|
|
222
202
|
|
|
223
203
|
def channels_expand(
|
|
224
|
-
override_context: typing.
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
undo: typing.Optional[bool] = None,
|
|
229
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
204
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
205
|
+
execution_context: str | int | None = None,
|
|
206
|
+
undo: bool | None = None,
|
|
207
|
+
all: bool | typing.Any | None = True,
|
|
230
208
|
):
|
|
231
209
|
"""Expand (open) all selected expandable animation channels
|
|
232
210
|
|
|
233
|
-
:type override_context:
|
|
234
|
-
:type execution_context:
|
|
235
|
-
:type undo:
|
|
211
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
212
|
+
:type execution_context: str | int | None
|
|
213
|
+
:type undo: bool | None
|
|
236
214
|
:param all: All, Expand all channels (not just selected ones)
|
|
237
|
-
:type all:
|
|
215
|
+
:type all: bool | typing.Any | None
|
|
238
216
|
"""
|
|
239
217
|
|
|
240
218
|
...
|
|
241
219
|
|
|
242
220
|
def channels_fcurves_enable(
|
|
243
|
-
override_context: typing.
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
247
|
-
undo: typing.Optional[bool] = None,
|
|
221
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
222
|
+
execution_context: str | int | None = None,
|
|
223
|
+
undo: bool | None = None,
|
|
248
224
|
):
|
|
249
225
|
"""Clear 'disabled' tag from all F-Curves to get broken F-Curves working again
|
|
250
226
|
|
|
251
|
-
:type override_context:
|
|
252
|
-
:type execution_context:
|
|
253
|
-
:type undo:
|
|
227
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
228
|
+
:type execution_context: str | int | None
|
|
229
|
+
:type undo: bool | None
|
|
254
230
|
"""
|
|
255
231
|
|
|
256
232
|
...
|
|
257
233
|
|
|
258
234
|
def channels_group(
|
|
259
|
-
override_context: typing.
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
undo: typing.Optional[bool] = None,
|
|
264
|
-
name: typing.Union[str, typing.Any] = "New Group",
|
|
235
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
236
|
+
execution_context: str | int | None = None,
|
|
237
|
+
undo: bool | None = None,
|
|
238
|
+
name: str | typing.Any = "New Group",
|
|
265
239
|
):
|
|
266
240
|
"""Add selected F-Curves to a new group
|
|
267
241
|
|
|
268
|
-
:type override_context:
|
|
269
|
-
:type execution_context:
|
|
270
|
-
:type undo:
|
|
242
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
243
|
+
:type execution_context: str | int | None
|
|
244
|
+
:type undo: bool | None
|
|
271
245
|
:param name: Name, Name of newly created group
|
|
272
|
-
:type name:
|
|
246
|
+
:type name: str | typing.Any
|
|
273
247
|
"""
|
|
274
248
|
|
|
275
249
|
...
|
|
276
250
|
|
|
277
251
|
def channels_move(
|
|
278
|
-
override_context: typing.
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
undo: typing.Optional[bool] = None,
|
|
283
|
-
direction: typing.Optional[typing.Any] = "DOWN",
|
|
252
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
253
|
+
execution_context: str | int | None = None,
|
|
254
|
+
undo: bool | None = None,
|
|
255
|
+
direction: typing.Any | None = "DOWN",
|
|
284
256
|
):
|
|
285
257
|
"""Rearrange selected animation channels
|
|
286
258
|
|
|
287
|
-
:type override_context:
|
|
288
|
-
:type execution_context:
|
|
289
|
-
:type undo:
|
|
259
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
260
|
+
:type execution_context: str | int | None
|
|
261
|
+
:type undo: bool | None
|
|
290
262
|
:param direction: Direction
|
|
291
|
-
:type direction: typing.
|
|
263
|
+
:type direction: typing.Any | None
|
|
292
264
|
"""
|
|
293
265
|
|
|
294
266
|
...
|
|
295
267
|
|
|
296
268
|
def channels_rename(
|
|
297
|
-
override_context: typing.
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
301
|
-
undo: typing.Optional[bool] = None,
|
|
269
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
270
|
+
execution_context: str | int | None = None,
|
|
271
|
+
undo: bool | None = None,
|
|
302
272
|
):
|
|
303
273
|
"""Rename animation channel under mouse
|
|
304
274
|
|
|
305
|
-
:type override_context:
|
|
306
|
-
:type execution_context:
|
|
307
|
-
:type undo:
|
|
275
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
276
|
+
:type execution_context: str | int | None
|
|
277
|
+
:type undo: bool | None
|
|
308
278
|
"""
|
|
309
279
|
|
|
310
280
|
...
|
|
311
281
|
|
|
312
282
|
def channels_select_all(
|
|
313
|
-
override_context: typing.
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
undo: typing.Optional[bool] = None,
|
|
318
|
-
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
283
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
284
|
+
execution_context: str | int | None = None,
|
|
285
|
+
undo: bool | None = None,
|
|
286
|
+
action: typing.Any | None = "TOGGLE",
|
|
319
287
|
):
|
|
320
288
|
"""Toggle selection of all animation channels
|
|
321
289
|
|
|
322
|
-
:type override_context:
|
|
323
|
-
:type execution_context:
|
|
324
|
-
:type undo:
|
|
290
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
291
|
+
:type execution_context: str | int | None
|
|
292
|
+
:type undo: bool | None
|
|
325
293
|
:param action: Action, Selection action to execute
|
|
326
294
|
|
|
327
295
|
TOGGLE
|
|
@@ -335,725 +303,651 @@ def channels_select_all(
|
|
|
335
303
|
|
|
336
304
|
INVERT
|
|
337
305
|
Invert -- Invert selection of all elements.
|
|
338
|
-
:type action: typing.
|
|
306
|
+
:type action: typing.Any | None
|
|
339
307
|
"""
|
|
340
308
|
|
|
341
309
|
...
|
|
342
310
|
|
|
343
311
|
def channels_select_box(
|
|
344
|
-
override_context: typing.
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
355
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
312
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
313
|
+
execution_context: str | int | None = None,
|
|
314
|
+
undo: bool | None = None,
|
|
315
|
+
xmin: typing.Any | None = 0,
|
|
316
|
+
xmax: typing.Any | None = 0,
|
|
317
|
+
ymin: typing.Any | None = 0,
|
|
318
|
+
ymax: typing.Any | None = 0,
|
|
319
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
320
|
+
deselect: bool | typing.Any | None = False,
|
|
321
|
+
extend: bool | typing.Any | None = True,
|
|
356
322
|
):
|
|
357
323
|
"""Select all animation channels within the specified region
|
|
358
324
|
|
|
359
|
-
:type override_context:
|
|
360
|
-
:type execution_context:
|
|
361
|
-
:type undo:
|
|
325
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
326
|
+
:type execution_context: str | int | None
|
|
327
|
+
:type undo: bool | None
|
|
362
328
|
:param xmin: X Min
|
|
363
|
-
:type xmin: typing.
|
|
329
|
+
:type xmin: typing.Any | None
|
|
364
330
|
:param xmax: X Max
|
|
365
|
-
:type xmax: typing.
|
|
331
|
+
:type xmax: typing.Any | None
|
|
366
332
|
:param ymin: Y Min
|
|
367
|
-
:type ymin: typing.
|
|
333
|
+
:type ymin: typing.Any | None
|
|
368
334
|
:param ymax: Y Max
|
|
369
|
-
:type ymax: typing.
|
|
335
|
+
:type ymax: typing.Any | None
|
|
370
336
|
:param wait_for_input: Wait for Input
|
|
371
|
-
:type wait_for_input:
|
|
337
|
+
:type wait_for_input: bool | typing.Any | None
|
|
372
338
|
:param deselect: Deselect, Deselect rather than select items
|
|
373
|
-
:type deselect:
|
|
339
|
+
:type deselect: bool | typing.Any | None
|
|
374
340
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
375
|
-
:type extend:
|
|
341
|
+
:type extend: bool | typing.Any | None
|
|
376
342
|
"""
|
|
377
343
|
|
|
378
344
|
...
|
|
379
345
|
|
|
380
346
|
def channels_select_filter(
|
|
381
|
-
override_context: typing.
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
385
|
-
undo: typing.Optional[bool] = None,
|
|
347
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
348
|
+
execution_context: str | int | None = None,
|
|
349
|
+
undo: bool | None = None,
|
|
386
350
|
):
|
|
387
351
|
"""Start entering text which filters the set of channels shown to only include those with matching names
|
|
388
352
|
|
|
389
|
-
:type override_context:
|
|
390
|
-
:type execution_context:
|
|
391
|
-
:type undo:
|
|
353
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
354
|
+
:type execution_context: str | int | None
|
|
355
|
+
:type undo: bool | None
|
|
392
356
|
"""
|
|
393
357
|
|
|
394
358
|
...
|
|
395
359
|
|
|
396
360
|
def channels_setting_disable(
|
|
397
|
-
override_context: typing.
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
mode: typing.Optional[typing.Any] = "DISABLE",
|
|
403
|
-
type: typing.Optional[typing.Any] = "PROTECT",
|
|
361
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
362
|
+
execution_context: str | int | None = None,
|
|
363
|
+
undo: bool | None = None,
|
|
364
|
+
mode: typing.Any | None = "DISABLE",
|
|
365
|
+
type: typing.Any | None = "PROTECT",
|
|
404
366
|
):
|
|
405
367
|
"""Disable specified setting on all selected animation channels
|
|
406
368
|
|
|
407
|
-
:type override_context:
|
|
408
|
-
:type execution_context:
|
|
409
|
-
:type undo:
|
|
369
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
370
|
+
:type execution_context: str | int | None
|
|
371
|
+
:type undo: bool | None
|
|
410
372
|
:param mode: Mode
|
|
411
|
-
:type mode: typing.
|
|
373
|
+
:type mode: typing.Any | None
|
|
412
374
|
:param type: Type
|
|
413
|
-
:type type: typing.
|
|
375
|
+
:type type: typing.Any | None
|
|
414
376
|
"""
|
|
415
377
|
|
|
416
378
|
...
|
|
417
379
|
|
|
418
380
|
def channels_setting_enable(
|
|
419
|
-
override_context: typing.
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
mode: typing.Optional[typing.Any] = "ENABLE",
|
|
425
|
-
type: typing.Optional[typing.Any] = "PROTECT",
|
|
381
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
382
|
+
execution_context: str | int | None = None,
|
|
383
|
+
undo: bool | None = None,
|
|
384
|
+
mode: typing.Any | None = "ENABLE",
|
|
385
|
+
type: typing.Any | None = "PROTECT",
|
|
426
386
|
):
|
|
427
387
|
"""Enable specified setting on all selected animation channels
|
|
428
388
|
|
|
429
|
-
:type override_context:
|
|
430
|
-
:type execution_context:
|
|
431
|
-
:type undo:
|
|
389
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
390
|
+
:type execution_context: str | int | None
|
|
391
|
+
:type undo: bool | None
|
|
432
392
|
:param mode: Mode
|
|
433
|
-
:type mode: typing.
|
|
393
|
+
:type mode: typing.Any | None
|
|
434
394
|
:param type: Type
|
|
435
|
-
:type type: typing.
|
|
395
|
+
:type type: typing.Any | None
|
|
436
396
|
"""
|
|
437
397
|
|
|
438
398
|
...
|
|
439
399
|
|
|
440
400
|
def channels_setting_toggle(
|
|
441
|
-
override_context: typing.
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
mode: typing.Optional[typing.Any] = "TOGGLE",
|
|
447
|
-
type: typing.Optional[typing.Any] = "PROTECT",
|
|
401
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
402
|
+
execution_context: str | int | None = None,
|
|
403
|
+
undo: bool | None = None,
|
|
404
|
+
mode: typing.Any | None = "TOGGLE",
|
|
405
|
+
type: typing.Any | None = "PROTECT",
|
|
448
406
|
):
|
|
449
407
|
"""Toggle specified setting on all selected animation channels
|
|
450
408
|
|
|
451
|
-
:type override_context:
|
|
452
|
-
:type execution_context:
|
|
453
|
-
:type undo:
|
|
409
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
410
|
+
:type execution_context: str | int | None
|
|
411
|
+
:type undo: bool | None
|
|
454
412
|
:param mode: Mode
|
|
455
|
-
:type mode: typing.
|
|
413
|
+
:type mode: typing.Any | None
|
|
456
414
|
:param type: Type
|
|
457
|
-
:type type: typing.
|
|
415
|
+
:type type: typing.Any | None
|
|
458
416
|
"""
|
|
459
417
|
|
|
460
418
|
...
|
|
461
419
|
|
|
462
420
|
def channels_ungroup(
|
|
463
|
-
override_context: typing.
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
467
|
-
undo: typing.Optional[bool] = None,
|
|
421
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
422
|
+
execution_context: str | int | None = None,
|
|
423
|
+
undo: bool | None = None,
|
|
468
424
|
):
|
|
469
425
|
"""Remove selected F-Curves from their current groups
|
|
470
426
|
|
|
471
|
-
:type override_context:
|
|
472
|
-
:type execution_context:
|
|
473
|
-
:type undo:
|
|
427
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
428
|
+
:type execution_context: str | int | None
|
|
429
|
+
:type undo: bool | None
|
|
474
430
|
"""
|
|
475
431
|
|
|
476
432
|
...
|
|
477
433
|
|
|
478
434
|
def channels_view_selected(
|
|
479
|
-
override_context: typing.
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
include_handles: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
485
|
-
use_preview_range: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
435
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
436
|
+
execution_context: str | int | None = None,
|
|
437
|
+
undo: bool | None = None,
|
|
438
|
+
include_handles: bool | typing.Any | None = True,
|
|
439
|
+
use_preview_range: bool | typing.Any | None = True,
|
|
486
440
|
):
|
|
487
441
|
"""Reset viewable area to show the selected channels
|
|
488
442
|
|
|
489
|
-
:type override_context:
|
|
490
|
-
:type execution_context:
|
|
491
|
-
:type undo:
|
|
443
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
444
|
+
:type execution_context: str | int | None
|
|
445
|
+
:type undo: bool | None
|
|
492
446
|
:param include_handles: Include Handles, Include handles of keyframes when calculating extents
|
|
493
|
-
:type include_handles:
|
|
447
|
+
:type include_handles: bool | typing.Any | None
|
|
494
448
|
:param use_preview_range: Use Preview Range, Ignore frames outside of the preview range
|
|
495
|
-
:type use_preview_range:
|
|
449
|
+
:type use_preview_range: bool | typing.Any | None
|
|
496
450
|
"""
|
|
497
451
|
|
|
498
452
|
...
|
|
499
453
|
|
|
500
454
|
def clear_useless_actions(
|
|
501
|
-
override_context: typing.
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
undo: typing.Optional[bool] = None,
|
|
506
|
-
only_unused: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
455
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
456
|
+
execution_context: str | int | None = None,
|
|
457
|
+
undo: bool | None = None,
|
|
458
|
+
only_unused: bool | typing.Any | None = True,
|
|
507
459
|
):
|
|
508
460
|
"""Mark actions with no F-Curves for deletion after save and reload of file preserving "action libraries"
|
|
509
461
|
|
|
510
|
-
:type override_context:
|
|
511
|
-
:type execution_context:
|
|
512
|
-
:type undo:
|
|
462
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
463
|
+
:type execution_context: str | int | None
|
|
464
|
+
:type undo: bool | None
|
|
513
465
|
:param only_unused: Only Unused, Only unused (Fake User only) actions get considered
|
|
514
|
-
:type only_unused:
|
|
466
|
+
:type only_unused: bool | typing.Any | None
|
|
515
467
|
"""
|
|
516
468
|
|
|
517
469
|
...
|
|
518
470
|
|
|
519
471
|
def copy_driver_button(
|
|
520
|
-
override_context: typing.
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
524
|
-
undo: typing.Optional[bool] = None,
|
|
472
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
473
|
+
execution_context: str | int | None = None,
|
|
474
|
+
undo: bool | None = None,
|
|
525
475
|
):
|
|
526
476
|
"""Copy the driver for the highlighted button
|
|
527
477
|
|
|
528
|
-
:type override_context:
|
|
529
|
-
:type execution_context:
|
|
530
|
-
:type undo:
|
|
478
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
479
|
+
:type execution_context: str | int | None
|
|
480
|
+
:type undo: bool | None
|
|
531
481
|
"""
|
|
532
482
|
|
|
533
483
|
...
|
|
534
484
|
|
|
535
485
|
def driver_button_add(
|
|
536
|
-
override_context: typing.
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
540
|
-
undo: typing.Optional[bool] = None,
|
|
486
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
487
|
+
execution_context: str | int | None = None,
|
|
488
|
+
undo: bool | None = None,
|
|
541
489
|
):
|
|
542
490
|
"""Add driver for the property under the cursor
|
|
543
491
|
|
|
544
|
-
:type override_context:
|
|
545
|
-
:type execution_context:
|
|
546
|
-
:type undo:
|
|
492
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
493
|
+
:type execution_context: str | int | None
|
|
494
|
+
:type undo: bool | None
|
|
547
495
|
"""
|
|
548
496
|
|
|
549
497
|
...
|
|
550
498
|
|
|
551
499
|
def driver_button_edit(
|
|
552
|
-
override_context: typing.
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
556
|
-
undo: typing.Optional[bool] = None,
|
|
500
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
501
|
+
execution_context: str | int | None = None,
|
|
502
|
+
undo: bool | None = None,
|
|
557
503
|
):
|
|
558
504
|
"""Edit the drivers for the connected property represented by the highlighted button
|
|
559
505
|
|
|
560
|
-
:type override_context:
|
|
561
|
-
:type execution_context:
|
|
562
|
-
:type undo:
|
|
506
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
507
|
+
:type execution_context: str | int | None
|
|
508
|
+
:type undo: bool | None
|
|
563
509
|
"""
|
|
564
510
|
|
|
565
511
|
...
|
|
566
512
|
|
|
567
513
|
def driver_button_remove(
|
|
568
|
-
override_context: typing.
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
undo: typing.Optional[bool] = None,
|
|
573
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
514
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
515
|
+
execution_context: str | int | None = None,
|
|
516
|
+
undo: bool | None = None,
|
|
517
|
+
all: bool | typing.Any | None = True,
|
|
574
518
|
):
|
|
575
519
|
"""Remove the driver(s) for the connected property(s) represented by the highlighted button
|
|
576
520
|
|
|
577
|
-
:type override_context:
|
|
578
|
-
:type execution_context:
|
|
579
|
-
:type undo:
|
|
521
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
522
|
+
:type execution_context: str | int | None
|
|
523
|
+
:type undo: bool | None
|
|
580
524
|
:param all: All, Delete drivers for all elements of the array
|
|
581
|
-
:type all:
|
|
525
|
+
:type all: bool | typing.Any | None
|
|
582
526
|
"""
|
|
583
527
|
|
|
584
528
|
...
|
|
585
529
|
|
|
586
530
|
def end_frame_set(
|
|
587
|
-
override_context: typing.
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
591
|
-
undo: typing.Optional[bool] = None,
|
|
531
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
532
|
+
execution_context: str | int | None = None,
|
|
533
|
+
undo: bool | None = None,
|
|
592
534
|
):
|
|
593
535
|
"""Set the current frame as the preview or scene end frame
|
|
594
536
|
|
|
595
|
-
:type override_context:
|
|
596
|
-
:type execution_context:
|
|
597
|
-
:type undo:
|
|
537
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
538
|
+
:type execution_context: str | int | None
|
|
539
|
+
:type undo: bool | None
|
|
598
540
|
"""
|
|
599
541
|
|
|
600
542
|
...
|
|
601
543
|
|
|
602
544
|
def keyframe_clear_button(
|
|
603
|
-
override_context: typing.
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
undo: typing.Optional[bool] = None,
|
|
608
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
545
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
546
|
+
execution_context: str | int | None = None,
|
|
547
|
+
undo: bool | None = None,
|
|
548
|
+
all: bool | typing.Any | None = True,
|
|
609
549
|
):
|
|
610
550
|
"""Clear all keyframes on the currently active property
|
|
611
551
|
|
|
612
|
-
:type override_context:
|
|
613
|
-
:type execution_context:
|
|
614
|
-
:type undo:
|
|
552
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
553
|
+
:type execution_context: str | int | None
|
|
554
|
+
:type undo: bool | None
|
|
615
555
|
:param all: All, Clear keyframes from all elements of the array
|
|
616
|
-
:type all:
|
|
556
|
+
:type all: bool | typing.Any | None
|
|
617
557
|
"""
|
|
618
558
|
|
|
619
559
|
...
|
|
620
560
|
|
|
621
561
|
def keyframe_clear_v3d(
|
|
622
|
-
override_context: typing.
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
undo: typing.Optional[bool] = None,
|
|
627
|
-
confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
562
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
563
|
+
execution_context: str | int | None = None,
|
|
564
|
+
undo: bool | None = None,
|
|
565
|
+
confirm: bool | typing.Any | None = True,
|
|
628
566
|
):
|
|
629
567
|
"""Remove all keyframe animation for selected objects
|
|
630
568
|
|
|
631
|
-
:type override_context:
|
|
632
|
-
:type execution_context:
|
|
633
|
-
:type undo:
|
|
569
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
570
|
+
:type execution_context: str | int | None
|
|
571
|
+
:type undo: bool | None
|
|
634
572
|
:param confirm: Confirm, Prompt for confirmation
|
|
635
|
-
:type confirm:
|
|
573
|
+
:type confirm: bool | typing.Any | None
|
|
636
574
|
"""
|
|
637
575
|
|
|
638
576
|
...
|
|
639
577
|
|
|
640
578
|
def keyframe_delete(
|
|
641
|
-
override_context: typing.
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
undo: typing.Optional[bool] = None,
|
|
646
|
-
type: typing.Optional[typing.Union[str, int, typing.Any]] = "DEFAULT",
|
|
579
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
580
|
+
execution_context: str | int | None = None,
|
|
581
|
+
undo: bool | None = None,
|
|
582
|
+
type: str | int | typing.Any | None = "DEFAULT",
|
|
647
583
|
):
|
|
648
584
|
"""Delete keyframes on the current frame for all properties in the specified Keying Set
|
|
649
585
|
|
|
650
|
-
:type override_context:
|
|
651
|
-
:type execution_context:
|
|
652
|
-
:type undo:
|
|
586
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
587
|
+
:type execution_context: str | int | None
|
|
588
|
+
:type undo: bool | None
|
|
653
589
|
:param type: Keying Set, The Keying Set to use
|
|
654
|
-
:type type:
|
|
590
|
+
:type type: str | int | typing.Any | None
|
|
655
591
|
"""
|
|
656
592
|
|
|
657
593
|
...
|
|
658
594
|
|
|
659
595
|
def keyframe_delete_button(
|
|
660
|
-
override_context: typing.
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
undo: typing.Optional[bool] = None,
|
|
665
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
596
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
597
|
+
execution_context: str | int | None = None,
|
|
598
|
+
undo: bool | None = None,
|
|
599
|
+
all: bool | typing.Any | None = True,
|
|
666
600
|
):
|
|
667
601
|
"""Delete current keyframe of current UI-active property
|
|
668
602
|
|
|
669
|
-
:type override_context:
|
|
670
|
-
:type execution_context:
|
|
671
|
-
:type undo:
|
|
603
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
604
|
+
:type execution_context: str | int | None
|
|
605
|
+
:type undo: bool | None
|
|
672
606
|
:param all: All, Delete keyframes from all elements of the array
|
|
673
|
-
:type all:
|
|
607
|
+
:type all: bool | typing.Any | None
|
|
674
608
|
"""
|
|
675
609
|
|
|
676
610
|
...
|
|
677
611
|
|
|
678
612
|
def keyframe_delete_by_name(
|
|
679
|
-
override_context: typing.
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
undo: typing.Optional[bool] = None,
|
|
684
|
-
type: typing.Union[str, typing.Any] = "",
|
|
613
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
614
|
+
execution_context: str | int | None = None,
|
|
615
|
+
undo: bool | None = None,
|
|
616
|
+
type: str | typing.Any = "",
|
|
685
617
|
):
|
|
686
618
|
"""Alternate access to 'Delete Keyframe' for keymaps to use
|
|
687
619
|
|
|
688
|
-
:type override_context:
|
|
689
|
-
:type execution_context:
|
|
690
|
-
:type undo:
|
|
620
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
621
|
+
:type execution_context: str | int | None
|
|
622
|
+
:type undo: bool | None
|
|
691
623
|
:param type: Keying Set, The Keying Set to use
|
|
692
|
-
:type type:
|
|
624
|
+
:type type: str | typing.Any
|
|
693
625
|
"""
|
|
694
626
|
|
|
695
627
|
...
|
|
696
628
|
|
|
697
629
|
def keyframe_delete_v3d(
|
|
698
|
-
override_context: typing.
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
undo: typing.Optional[bool] = None,
|
|
703
|
-
confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
630
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
631
|
+
execution_context: str | int | None = None,
|
|
632
|
+
undo: bool | None = None,
|
|
633
|
+
confirm: bool | typing.Any | None = True,
|
|
704
634
|
):
|
|
705
635
|
"""Remove keyframes on current frame for selected objects and bones
|
|
706
636
|
|
|
707
|
-
:type override_context:
|
|
708
|
-
:type execution_context:
|
|
709
|
-
:type undo:
|
|
637
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
638
|
+
:type execution_context: str | int | None
|
|
639
|
+
:type undo: bool | None
|
|
710
640
|
:param confirm: Confirm, Prompt for confirmation
|
|
711
|
-
:type confirm:
|
|
641
|
+
:type confirm: bool | typing.Any | None
|
|
712
642
|
"""
|
|
713
643
|
|
|
714
644
|
...
|
|
715
645
|
|
|
716
646
|
def keyframe_insert(
|
|
717
|
-
override_context: typing.
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
undo: typing.Optional[bool] = None,
|
|
722
|
-
type: typing.Optional[typing.Union[str, int, typing.Any]] = "DEFAULT",
|
|
647
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
648
|
+
execution_context: str | int | None = None,
|
|
649
|
+
undo: bool | None = None,
|
|
650
|
+
type: str | int | typing.Any | None = "DEFAULT",
|
|
723
651
|
):
|
|
724
652
|
"""Insert keyframes on the current frame using either the active keying set, or the user preferences if no keying set is active
|
|
725
653
|
|
|
726
|
-
:type override_context:
|
|
727
|
-
:type execution_context:
|
|
728
|
-
:type undo:
|
|
654
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
655
|
+
:type execution_context: str | int | None
|
|
656
|
+
:type undo: bool | None
|
|
729
657
|
:param type: Keying Set, The Keying Set to use
|
|
730
|
-
:type type:
|
|
658
|
+
:type type: str | int | typing.Any | None
|
|
731
659
|
"""
|
|
732
660
|
|
|
733
661
|
...
|
|
734
662
|
|
|
735
663
|
def keyframe_insert_button(
|
|
736
|
-
override_context: typing.
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
undo: typing.Optional[bool] = None,
|
|
741
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
664
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
665
|
+
execution_context: str | int | None = None,
|
|
666
|
+
undo: bool | None = None,
|
|
667
|
+
all: bool | typing.Any | None = True,
|
|
742
668
|
):
|
|
743
669
|
"""Insert a keyframe for current UI-active property
|
|
744
670
|
|
|
745
|
-
:type override_context:
|
|
746
|
-
:type execution_context:
|
|
747
|
-
:type undo:
|
|
671
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
672
|
+
:type execution_context: str | int | None
|
|
673
|
+
:type undo: bool | None
|
|
748
674
|
:param all: All, Insert a keyframe for all element of the array
|
|
749
|
-
:type all:
|
|
675
|
+
:type all: bool | typing.Any | None
|
|
750
676
|
"""
|
|
751
677
|
|
|
752
678
|
...
|
|
753
679
|
|
|
754
680
|
def keyframe_insert_by_name(
|
|
755
|
-
override_context: typing.
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
undo: typing.Optional[bool] = None,
|
|
760
|
-
type: typing.Union[str, typing.Any] = "",
|
|
681
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
682
|
+
execution_context: str | int | None = None,
|
|
683
|
+
undo: bool | None = None,
|
|
684
|
+
type: str | typing.Any = "",
|
|
761
685
|
):
|
|
762
686
|
"""Alternate access to 'Insert Keyframe' for keymaps to use
|
|
763
687
|
|
|
764
|
-
:type override_context:
|
|
765
|
-
:type execution_context:
|
|
766
|
-
:type undo:
|
|
688
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
689
|
+
:type execution_context: str | int | None
|
|
690
|
+
:type undo: bool | None
|
|
767
691
|
:param type: Keying Set, The Keying Set to use
|
|
768
|
-
:type type:
|
|
692
|
+
:type type: str | typing.Any
|
|
769
693
|
"""
|
|
770
694
|
|
|
771
695
|
...
|
|
772
696
|
|
|
773
697
|
def keyframe_insert_menu(
|
|
774
|
-
override_context: typing.
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
type: typing.Optional[typing.Union[str, int, typing.Any]] = "DEFAULT",
|
|
780
|
-
always_prompt: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
698
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
699
|
+
execution_context: str | int | None = None,
|
|
700
|
+
undo: bool | None = None,
|
|
701
|
+
type: str | int | typing.Any | None = "DEFAULT",
|
|
702
|
+
always_prompt: bool | typing.Any | None = False,
|
|
781
703
|
):
|
|
782
704
|
"""Insert Keyframes for specified Keying Set, with menu of available Keying Sets if undefined
|
|
783
705
|
|
|
784
|
-
:type override_context:
|
|
785
|
-
:type execution_context:
|
|
786
|
-
:type undo:
|
|
706
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
707
|
+
:type execution_context: str | int | None
|
|
708
|
+
:type undo: bool | None
|
|
787
709
|
:param type: Keying Set, The Keying Set to use
|
|
788
|
-
:type type:
|
|
710
|
+
:type type: str | int | typing.Any | None
|
|
789
711
|
:param always_prompt: Always Show Menu
|
|
790
|
-
:type always_prompt:
|
|
712
|
+
:type always_prompt: bool | typing.Any | None
|
|
791
713
|
"""
|
|
792
714
|
|
|
793
715
|
...
|
|
794
716
|
|
|
795
717
|
def keying_set_active_set(
|
|
796
|
-
override_context: typing.
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
undo: typing.Optional[bool] = None,
|
|
801
|
-
type: typing.Optional[typing.Union[str, int, typing.Any]] = "DEFAULT",
|
|
718
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
719
|
+
execution_context: str | int | None = None,
|
|
720
|
+
undo: bool | None = None,
|
|
721
|
+
type: str | int | typing.Any | None = "DEFAULT",
|
|
802
722
|
):
|
|
803
723
|
"""Set a new active keying set
|
|
804
724
|
|
|
805
|
-
:type override_context:
|
|
806
|
-
:type execution_context:
|
|
807
|
-
:type undo:
|
|
725
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
726
|
+
:type execution_context: str | int | None
|
|
727
|
+
:type undo: bool | None
|
|
808
728
|
:param type: Keying Set, The Keying Set to use
|
|
809
|
-
:type type:
|
|
729
|
+
:type type: str | int | typing.Any | None
|
|
810
730
|
"""
|
|
811
731
|
|
|
812
732
|
...
|
|
813
733
|
|
|
814
734
|
def keying_set_add(
|
|
815
|
-
override_context: typing.
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
819
|
-
undo: typing.Optional[bool] = None,
|
|
735
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
736
|
+
execution_context: str | int | None = None,
|
|
737
|
+
undo: bool | None = None,
|
|
820
738
|
):
|
|
821
739
|
"""Add a new (empty) keying set to the active Scene
|
|
822
740
|
|
|
823
|
-
:type override_context:
|
|
824
|
-
:type execution_context:
|
|
825
|
-
:type undo:
|
|
741
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
742
|
+
:type execution_context: str | int | None
|
|
743
|
+
:type undo: bool | None
|
|
826
744
|
"""
|
|
827
745
|
|
|
828
746
|
...
|
|
829
747
|
|
|
830
748
|
def keying_set_export(
|
|
831
|
-
override_context: typing.
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
filter_text: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
839
|
-
filter_python: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
749
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
750
|
+
execution_context: str | int | None = None,
|
|
751
|
+
undo: bool | None = None,
|
|
752
|
+
filepath: str | typing.Any = "",
|
|
753
|
+
filter_folder: bool | typing.Any | None = True,
|
|
754
|
+
filter_text: bool | typing.Any | None = True,
|
|
755
|
+
filter_python: bool | typing.Any | None = True,
|
|
840
756
|
):
|
|
841
757
|
"""Export Keying Set to a Python script
|
|
842
758
|
|
|
843
|
-
:type override_context:
|
|
844
|
-
:type execution_context:
|
|
845
|
-
:type undo:
|
|
759
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
760
|
+
:type execution_context: str | int | None
|
|
761
|
+
:type undo: bool | None
|
|
846
762
|
:param filepath: filepath
|
|
847
|
-
:type filepath:
|
|
763
|
+
:type filepath: str | typing.Any
|
|
848
764
|
:param filter_folder: Filter folders
|
|
849
|
-
:type filter_folder:
|
|
765
|
+
:type filter_folder: bool | typing.Any | None
|
|
850
766
|
:param filter_text: Filter text
|
|
851
|
-
:type filter_text:
|
|
767
|
+
:type filter_text: bool | typing.Any | None
|
|
852
768
|
:param filter_python: Filter Python
|
|
853
|
-
:type filter_python:
|
|
769
|
+
:type filter_python: bool | typing.Any | None
|
|
854
770
|
"""
|
|
855
771
|
|
|
856
772
|
...
|
|
857
773
|
|
|
858
774
|
def keying_set_path_add(
|
|
859
|
-
override_context: typing.
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
863
|
-
undo: typing.Optional[bool] = None,
|
|
775
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
776
|
+
execution_context: str | int | None = None,
|
|
777
|
+
undo: bool | None = None,
|
|
864
778
|
):
|
|
865
779
|
"""Add empty path to active keying set
|
|
866
780
|
|
|
867
|
-
:type override_context:
|
|
868
|
-
:type execution_context:
|
|
869
|
-
:type undo:
|
|
781
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
782
|
+
:type execution_context: str | int | None
|
|
783
|
+
:type undo: bool | None
|
|
870
784
|
"""
|
|
871
785
|
|
|
872
786
|
...
|
|
873
787
|
|
|
874
788
|
def keying_set_path_remove(
|
|
875
|
-
override_context: typing.
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
879
|
-
undo: typing.Optional[bool] = None,
|
|
789
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
790
|
+
execution_context: str | int | None = None,
|
|
791
|
+
undo: bool | None = None,
|
|
880
792
|
):
|
|
881
793
|
"""Remove active Path from active keying set
|
|
882
794
|
|
|
883
|
-
:type override_context:
|
|
884
|
-
:type execution_context:
|
|
885
|
-
:type undo:
|
|
795
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
796
|
+
:type execution_context: str | int | None
|
|
797
|
+
:type undo: bool | None
|
|
886
798
|
"""
|
|
887
799
|
|
|
888
800
|
...
|
|
889
801
|
|
|
890
802
|
def keying_set_remove(
|
|
891
|
-
override_context: typing.
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
895
|
-
undo: typing.Optional[bool] = None,
|
|
803
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
804
|
+
execution_context: str | int | None = None,
|
|
805
|
+
undo: bool | None = None,
|
|
896
806
|
):
|
|
897
807
|
"""Remove the active keying set
|
|
898
808
|
|
|
899
|
-
:type override_context:
|
|
900
|
-
:type execution_context:
|
|
901
|
-
:type undo:
|
|
809
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
810
|
+
:type execution_context: str | int | None
|
|
811
|
+
:type undo: bool | None
|
|
902
812
|
"""
|
|
903
813
|
|
|
904
814
|
...
|
|
905
815
|
|
|
906
816
|
def keyingset_button_add(
|
|
907
|
-
override_context: typing.
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
undo: typing.Optional[bool] = None,
|
|
912
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
817
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
818
|
+
execution_context: str | int | None = None,
|
|
819
|
+
undo: bool | None = None,
|
|
820
|
+
all: bool | typing.Any | None = True,
|
|
913
821
|
):
|
|
914
822
|
"""Add current UI-active property to current keying set
|
|
915
823
|
|
|
916
|
-
:type override_context:
|
|
917
|
-
:type execution_context:
|
|
918
|
-
:type undo:
|
|
824
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
825
|
+
:type execution_context: str | int | None
|
|
826
|
+
:type undo: bool | None
|
|
919
827
|
:param all: All, Add all elements of the array to a Keying Set
|
|
920
|
-
:type all:
|
|
828
|
+
:type all: bool | typing.Any | None
|
|
921
829
|
"""
|
|
922
830
|
|
|
923
831
|
...
|
|
924
832
|
|
|
925
833
|
def keyingset_button_remove(
|
|
926
|
-
override_context: typing.
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
930
|
-
undo: typing.Optional[bool] = None,
|
|
834
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
835
|
+
execution_context: str | int | None = None,
|
|
836
|
+
undo: bool | None = None,
|
|
931
837
|
):
|
|
932
838
|
"""Remove current UI-active property from current keying set
|
|
933
839
|
|
|
934
|
-
:type override_context:
|
|
935
|
-
:type execution_context:
|
|
936
|
-
:type undo:
|
|
840
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
841
|
+
:type execution_context: str | int | None
|
|
842
|
+
:type undo: bool | None
|
|
937
843
|
"""
|
|
938
844
|
|
|
939
845
|
...
|
|
940
846
|
|
|
941
847
|
def paste_driver_button(
|
|
942
|
-
override_context: typing.
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
946
|
-
undo: typing.Optional[bool] = None,
|
|
848
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
849
|
+
execution_context: str | int | None = None,
|
|
850
|
+
undo: bool | None = None,
|
|
947
851
|
):
|
|
948
852
|
"""Paste the driver in the internal clipboard to the highlighted button
|
|
949
853
|
|
|
950
|
-
:type override_context:
|
|
951
|
-
:type execution_context:
|
|
952
|
-
:type undo:
|
|
854
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
855
|
+
:type execution_context: str | int | None
|
|
856
|
+
:type undo: bool | None
|
|
953
857
|
"""
|
|
954
858
|
|
|
955
859
|
...
|
|
956
860
|
|
|
957
861
|
def previewrange_clear(
|
|
958
|
-
override_context: typing.
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
962
|
-
undo: typing.Optional[bool] = None,
|
|
862
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
863
|
+
execution_context: str | int | None = None,
|
|
864
|
+
undo: bool | None = None,
|
|
963
865
|
):
|
|
964
866
|
"""Clear preview range
|
|
965
867
|
|
|
966
|
-
:type override_context:
|
|
967
|
-
:type execution_context:
|
|
968
|
-
:type undo:
|
|
868
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
869
|
+
:type execution_context: str | int | None
|
|
870
|
+
:type undo: bool | None
|
|
969
871
|
"""
|
|
970
872
|
|
|
971
873
|
...
|
|
972
874
|
|
|
973
875
|
def previewrange_set(
|
|
974
|
-
override_context: typing.
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
ymax: typing.Optional[typing.Any] = 0,
|
|
983
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
876
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
877
|
+
execution_context: str | int | None = None,
|
|
878
|
+
undo: bool | None = None,
|
|
879
|
+
xmin: typing.Any | None = 0,
|
|
880
|
+
xmax: typing.Any | None = 0,
|
|
881
|
+
ymin: typing.Any | None = 0,
|
|
882
|
+
ymax: typing.Any | None = 0,
|
|
883
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
984
884
|
):
|
|
985
885
|
"""Interactively define frame range used for playback
|
|
986
886
|
|
|
987
|
-
:type override_context:
|
|
988
|
-
:type execution_context:
|
|
989
|
-
:type undo:
|
|
887
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
888
|
+
:type execution_context: str | int | None
|
|
889
|
+
:type undo: bool | None
|
|
990
890
|
:param xmin: X Min
|
|
991
|
-
:type xmin: typing.
|
|
891
|
+
:type xmin: typing.Any | None
|
|
992
892
|
:param xmax: X Max
|
|
993
|
-
:type xmax: typing.
|
|
893
|
+
:type xmax: typing.Any | None
|
|
994
894
|
:param ymin: Y Min
|
|
995
|
-
:type ymin: typing.
|
|
895
|
+
:type ymin: typing.Any | None
|
|
996
896
|
:param ymax: Y Max
|
|
997
|
-
:type ymax: typing.
|
|
897
|
+
:type ymax: typing.Any | None
|
|
998
898
|
:param wait_for_input: Wait for Input
|
|
999
|
-
:type wait_for_input:
|
|
899
|
+
:type wait_for_input: bool | typing.Any | None
|
|
1000
900
|
"""
|
|
1001
901
|
|
|
1002
902
|
...
|
|
1003
903
|
|
|
1004
904
|
def start_frame_set(
|
|
1005
|
-
override_context: typing.
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1009
|
-
undo: typing.Optional[bool] = None,
|
|
905
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
906
|
+
execution_context: str | int | None = None,
|
|
907
|
+
undo: bool | None = None,
|
|
1010
908
|
):
|
|
1011
909
|
"""Set the current frame as the preview or scene start frame
|
|
1012
910
|
|
|
1013
|
-
:type override_context:
|
|
1014
|
-
:type execution_context:
|
|
1015
|
-
:type undo:
|
|
911
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
912
|
+
:type execution_context: str | int | None
|
|
913
|
+
:type undo: bool | None
|
|
1016
914
|
"""
|
|
1017
915
|
|
|
1018
916
|
...
|
|
1019
917
|
|
|
1020
918
|
def update_animated_transform_constraints(
|
|
1021
|
-
override_context: typing.
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
undo: typing.Optional[bool] = None,
|
|
1026
|
-
use_convert_to_radians: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
919
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
920
|
+
execution_context: str | int | None = None,
|
|
921
|
+
undo: bool | None = None,
|
|
922
|
+
use_convert_to_radians: bool | typing.Any | None = True,
|
|
1027
923
|
):
|
|
1028
924
|
"""Update f-curves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)
|
|
1029
925
|
|
|
1030
|
-
:type override_context:
|
|
1031
|
-
:type execution_context:
|
|
1032
|
-
:type undo:
|
|
926
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
927
|
+
:type execution_context: str | int | None
|
|
928
|
+
:type undo: bool | None
|
|
1033
929
|
:param use_convert_to_radians: Convert to Radians, Convert f-curves/drivers affecting rotations to radians.Warning: Use this only once
|
|
1034
|
-
:type use_convert_to_radians:
|
|
930
|
+
:type use_convert_to_radians: bool | typing.Any | None
|
|
1035
931
|
"""
|
|
1036
932
|
|
|
1037
933
|
...
|
|
1038
934
|
|
|
1039
935
|
def view_curve_in_graph_editor(
|
|
1040
|
-
override_context: typing.
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1046
|
-
isolate: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
936
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
937
|
+
execution_context: str | int | None = None,
|
|
938
|
+
undo: bool | None = None,
|
|
939
|
+
all: bool | typing.Any | None = False,
|
|
940
|
+
isolate: bool | typing.Any | None = False,
|
|
1047
941
|
):
|
|
1048
942
|
"""Frame the property under the cursor in the Graph Editor
|
|
1049
943
|
|
|
1050
|
-
:type override_context:
|
|
1051
|
-
:type execution_context:
|
|
1052
|
-
:type undo:
|
|
944
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
945
|
+
:type execution_context: str | int | None
|
|
946
|
+
:type undo: bool | None
|
|
1053
947
|
:param all: Show All, Frame the whole array property instead of only the index under the cursor
|
|
1054
|
-
:type all:
|
|
948
|
+
:type all: bool | typing.Any | None
|
|
1055
949
|
:param isolate: Isolate, Hides all F-Curves other than the ones being framed
|
|
1056
|
-
:type isolate:
|
|
950
|
+
:type isolate: bool | typing.Any | None
|
|
1057
951
|
"""
|
|
1058
952
|
|
|
1059
953
|
...
|