fake-bpy-module 20240516__py3-none-any.whl → 20240518__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 +17 -84
- addon_utils/__init__.pyi +44 -38
- animsys_refactor/__init__.pyi +7 -27
- aud/__init__.pyi +8 -11
- bgl/__init__.pyi +121 -1812
- bl_app_override/__init__.pyi +8 -19
- bl_app_override/helpers/__init__.pyi +5 -23
- bl_app_template_utils/__init__.pyi +5 -17
- 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 +16 -67
- bl_i18n_utils/merge_po/__init__.pyi +1 -4
- bl_i18n_utils/settings/__init__.pyi +6 -24
- bl_i18n_utils/utils/__init__.pyi +93 -122
- bl_i18n_utils/utils_cli/__init__.pyi +6 -29
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
- bl_i18n_utils/utils_rtl/__init__.pyi +8 -2
- bl_keymap_utils/io/__init__.pyi +9 -40
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -2
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
- bl_keymap_utils/platform_helpers/__init__.pyi +2 -6
- bl_keymap_utils/versioning/__init__.pyi +1 -4
- bl_operators/__init__.pyi +2 -9
- bl_operators/add_mesh_torus/__init__.pyi +128 -59
- bl_operators/anim/__init__.pyi +1001 -398
- bl_operators/assets/__init__.pyi +376 -152
- bl_operators/bmesh/find_adjacent/__init__.pyi +10 -37
- bl_operators/clip/__init__.pyi +1264 -532
- bl_operators/console/__init__.pyi +626 -242
- bl_operators/constraint/__init__.pyi +502 -201
- bl_operators/file/__init__.pyi +376 -150
- bl_operators/freestyle/__init__.pyi +501 -200
- bl_operators/geometry_nodes/__init__.pyi +514 -266
- bl_operators/image/__init__.pyi +621 -251
- bl_operators/mesh/__init__.pyi +376 -150
- bl_operators/node/__init__.pyi +1253 -516
- bl_operators/object/__init__.pyi +1879 -755
- bl_operators/object_align/__init__.pyi +129 -64
- bl_operators/object_quick_effects/__init__.pyi +504 -213
- bl_operators/object_randomize_transform/__init__.pyi +129 -54
- bl_operators/presets/__init__.pyi +3072 -1403
- bl_operators/rigidbody/__init__.pyi +376 -150
- bl_operators/screen_play_rendered_anim/__init__.pyi +127 -54
- bl_operators/sequencer/__init__.pyi +1010 -434
- bl_operators/spreadsheet/__init__.pyi +126 -50
- bl_operators/userpref/__init__.pyi +3253 -1267
- bl_operators/uvcalc_follow_active/__init__.pyi +128 -59
- bl_operators/uvcalc_lightmap/__init__.pyi +139 -80
- bl_operators/uvcalc_transform/__init__.pyi +297 -159
- bl_operators/vertexpaint_dirt/__init__.pyi +128 -59
- bl_operators/view3d/__init__.pyi +868 -342
- bl_operators/wm/__init__.pyi +5795 -2388
- bl_operators/world/__init__.pyi +126 -50
- bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
- bl_rna_utils/data_path/__init__.pyi +8 -4
- bl_text_utils/external_editor/__init__.pyi +1 -4
- bl_ui/__init__.pyi +366 -269
- bl_ui/anim/__init__.pyi +164 -74
- bl_ui/asset_shelf/__init__.pyi +129 -56
- bl_ui/generic_ui_list/__init__.pyi +412 -163
- bl_ui/node_add_menu/__init__.pyi +171 -94
- bl_ui/node_add_menu_compositor/__init__.pyi +2918 -1353
- bl_ui/node_add_menu_geometry/__init__.pyi +7789 -3616
- bl_ui/node_add_menu_shader/__init__.pyi +1630 -790
- bl_ui/node_add_menu_texture/__init__.pyi +1459 -675
- bl_ui/properties_animviz/__init__.pyi +2 -16
- bl_ui/properties_collection/__init__.pyi +807 -379
- bl_ui/properties_constraint/__init__.pyi +10292 -4941
- bl_ui/properties_data_armature/__init__.pyi +1615 -753
- bl_ui/properties_data_bone/__init__.pyi +1284 -608
- bl_ui/properties_data_camera/__init__.pyi +1854 -927
- bl_ui/properties_data_curve/__init__.pyi +1927 -937
- bl_ui/properties_data_curves/__init__.pyi +806 -375
- bl_ui/properties_data_empty/__init__.pyi +257 -125
- bl_ui/properties_data_gpencil/__init__.pyi +2376 -1130
- bl_ui/properties_data_grease_pencil/__init__.pyi +1898 -894
- bl_ui/properties_data_lattice/__init__.pyi +388 -188
- bl_ui/properties_data_light/__init__.pyi +1540 -756
- bl_ui/properties_data_lightprobe/__init__.pyi +1666 -810
- bl_ui/properties_data_mesh/__init__.pyi +2707 -1235
- bl_ui/properties_data_metaball/__init__.pyi +644 -308
- bl_ui/properties_data_modifier/__init__.pyi +1353 -671
- bl_ui/properties_data_pointcloud/__init__.pyi +679 -316
- bl_ui/properties_data_shaderfx/__init__.pyi +129 -67
- bl_ui/properties_data_speaker/__init__.pyi +644 -316
- bl_ui/properties_data_volume/__init__.pyi +1028 -484
- bl_ui/properties_freestyle/__init__.pyi +3112 -1619
- bl_ui/properties_grease_pencil_common/__init__.pyi +2454 -1123
- bl_ui/properties_mask_common/__init__.pyi +1102 -523
- bl_ui/properties_material/__init__.pyi +2089 -1009
- bl_ui/properties_material_gpencil/__init__.pyi +1348 -635
- bl_ui/properties_object/__init__.pyi +1832 -873
- bl_ui/properties_output/__init__.pyi +2405 -1173
- bl_ui/properties_paint_common/__init__.pyi +416 -386
- bl_ui/properties_particle/__init__.pyi +6740 -3346
- bl_ui/properties_physics_cloth/__init__.pyi +1822 -907
- bl_ui/properties_physics_common/__init__.pyi +135 -98
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2817 -1391
- bl_ui/properties_physics_field/__init__.pyi +1282 -627
- bl_ui/properties_physics_fluid/__init__.pyi +3614 -1794
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +129 -60
- bl_ui/properties_physics_rigidbody/__init__.pyi +1026 -515
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1665 -811
- bl_ui/properties_physics_softbody/__init__.pyi +1922 -967
- bl_ui/properties_render/__init__.pyi +6843 -3367
- bl_ui/properties_scene/__init__.pyi +1924 -913
- bl_ui/properties_texture/__init__.pyi +3371 -1667
- bl_ui/properties_view_layer/__init__.pyi +2344 -1107
- bl_ui/properties_workspace/__init__.pyi +516 -244
- bl_ui/properties_world/__init__.pyi +1284 -630
- bl_ui/space_clip/__init__.pyi +10172 -4695
- bl_ui/space_console/__init__.pyi +940 -423
- bl_ui/space_dopesheet/__init__.pyi +4325 -2013
- bl_ui/space_filebrowser/__init__.pyi +4172 -1903
- bl_ui/space_graph/__init__.pyi +3107 -1394
- bl_ui/space_image/__init__.pyi +9764 -4614
- bl_ui/space_info/__init__.pyi +939 -421
- bl_ui/space_nla/__init__.pyi +2623 -1183
- bl_ui/space_node/__init__.pyi +3995 -1840
- bl_ui/space_outliner/__init__.pyi +2203 -991
- bl_ui/space_properties/__init__.pyi +386 -165
- bl_ui/space_sequencer/__init__.pyi +10809 -4978
- bl_ui/space_spreadsheet/__init__.pyi +130 -53
- bl_ui/space_statusbar/__init__.pyi +129 -52
- bl_ui/space_text/__init__.pyi +2457 -1100
- bl_ui/space_time/__init__.pyi +1034 -481
- bl_ui/space_toolsystem_common/__init__.pyi +56 -211
- bl_ui/space_toolsystem_toolbar/__init__.pyi +153 -882
- bl_ui/space_topbar/__init__.pyi +3982 -1805
- bl_ui/space_userpref/__init__.pyi +11383 -5290
- bl_ui/space_view3d/__init__.pyi +40873 -18532
- bl_ui/space_view3d_toolbar/__init__.pyi +12570 -6502
- bl_ui/temp_anim_layers/__init__.pyi +130 -62
- bl_ui/utils/__init__.pyi +28 -27
- bl_ui_utils/bug_report_url/__init__.pyi +1 -4
- bl_ui_utils/layout/__init__.pyi +1 -1
- blend_render_info/__init__.pyi +3 -10
- blf/__init__.pyi +4 -4
- bmesh/geometry/__init__.pyi +2 -3
- bmesh/ops/__init__.pyi +372 -419
- bmesh/types/__init__.pyi +39 -56
- 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 +2683 -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 +17058 -26311
- bpy/utils/__init__.pyi +247 -179
- bpy/utils/previews/__init__.pyi +58 -28
- bpy/utils/units/__init__.pyi +20 -20
- bpy_extras/anim_utils/__init__.pyi +68 -29
- bpy_extras/asset_utils/__init__.pyi +0 -10
- bpy_extras/bmesh_utils/__init__.pyi +9 -6
- bpy_extras/extensions/junction_module/__init__.pyi +6 -8
- bpy_extras/id_map_utils/__init__.pyi +3 -3
- bpy_extras/image_utils/__init__.pyi +44 -11
- bpy_extras/io_utils/__init__.pyi +116 -41
- bpy_extras/keyconfig_utils/__init__.pyi +4 -11
- bpy_extras/mesh_utils/__init__.pyi +71 -19
- bpy_extras/node_shader_utils/__init__.pyi +52 -288
- bpy_extras/node_utils/__init__.pyi +10 -10
- bpy_extras/object_utils/__init__.pyi +71 -14
- bpy_extras/view3d_utils/__init__.pyi +80 -10
- bpy_extras/wm_utils/progress_report/__init__.pyi +15 -38
- bpy_restrict_state/__init__.pyi +1 -14
- bpy_types/__init__.pyi +4203 -1605
- console_python/__init__.pyi +12 -37
- console_shell/__init__.pyi +5 -24
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
- fake_bpy_module-20240518.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +14 -44
- freestyle/functions/__init__.pyi +7 -33
- freestyle/predicates/__init__.pyi +44 -217
- freestyle/shaders/__init__.pyi +2 -12
- freestyle/types/__init__.pyi +84 -96
- freestyle/utils/ContextFunctions/__init__.pyi +2 -2
- freestyle/utils/__init__.pyi +6 -18
- 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 -9
- idprop/types/__init__.pyi +8 -35
- imbuf/__init__.pyi +4 -4
- imbuf/types/__init__.pyi +0 -2
- keyingsets_builtins/__init__.pyi +2692 -997
- keyingsets_utils/__init__.pyi +14 -69
- mathutils/__init__.pyi +194 -238
- mathutils/bvhtree/__init__.pyi +4 -6
- mathutils/geometry/__init__.pyi +153 -155
- mathutils/kdtree/__init__.pyi +8 -12
- mathutils/noise/__init__.pyi +26 -26
- nodeitems_builtins/__init__.pyi +5 -30
- nodeitems_utils/__init__.pyi +8 -45
- rna_info/__init__.pyi +39 -215
- rna_keymap_ui/__init__.pyi +6 -29
- rna_prop_ui/__init__.pyi +24 -62
- rna_xml/__init__.pyi +16 -39
- sys_info/__init__.pyi +1 -4
- _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-20240518.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
bpy/ops/screen/__init__.pyi
CHANGED
|
@@ -4,660 +4,594 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def actionzone(
|
|
7
|
-
override_context: typing.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
undo: typing.Optional[bool] = None,
|
|
12
|
-
modifier: typing.Optional[typing.Any] = 0,
|
|
7
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
8
|
+
execution_context: str | int | None = None,
|
|
9
|
+
undo: bool | None = None,
|
|
10
|
+
modifier: typing.Any | None = 0,
|
|
13
11
|
):
|
|
14
12
|
"""Handle area action zones for mouse actions/gestures
|
|
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
|
:param modifier: Modifier, Modifier state
|
|
20
|
-
:type modifier: typing.
|
|
18
|
+
:type modifier: typing.Any | None
|
|
21
19
|
"""
|
|
22
20
|
|
|
23
21
|
...
|
|
24
22
|
|
|
25
23
|
def animation_cancel(
|
|
26
|
-
override_context: typing.
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
undo: typing.Optional[bool] = None,
|
|
31
|
-
restore_frame: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
24
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
25
|
+
execution_context: str | int | None = None,
|
|
26
|
+
undo: bool | None = None,
|
|
27
|
+
restore_frame: bool | typing.Any | None = True,
|
|
32
28
|
):
|
|
33
29
|
"""Cancel animation, returning to the original frame
|
|
34
30
|
|
|
35
|
-
:type override_context:
|
|
36
|
-
:type execution_context:
|
|
37
|
-
:type undo:
|
|
31
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
32
|
+
:type execution_context: str | int | None
|
|
33
|
+
:type undo: bool | None
|
|
38
34
|
:param restore_frame: Restore Frame, Restore the frame when animation was initialized
|
|
39
|
-
:type restore_frame:
|
|
35
|
+
:type restore_frame: bool | typing.Any | None
|
|
40
36
|
"""
|
|
41
37
|
|
|
42
38
|
...
|
|
43
39
|
|
|
44
40
|
def animation_play(
|
|
45
|
-
override_context: typing.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
reverse: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
51
|
-
sync: 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
|
+
reverse: bool | typing.Any | None = False,
|
|
45
|
+
sync: bool | typing.Any | None = False,
|
|
52
46
|
):
|
|
53
47
|
"""Play animation
|
|
54
48
|
|
|
55
|
-
:type override_context:
|
|
56
|
-
:type execution_context:
|
|
57
|
-
:type undo:
|
|
49
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
50
|
+
:type execution_context: str | int | None
|
|
51
|
+
:type undo: bool | None
|
|
58
52
|
:param reverse: Play in Reverse, Animation is played backwards
|
|
59
|
-
:type reverse:
|
|
53
|
+
:type reverse: bool | typing.Any | None
|
|
60
54
|
:param sync: Sync, Drop frames to maintain framerate
|
|
61
|
-
:type sync:
|
|
55
|
+
:type sync: bool | typing.Any | None
|
|
62
56
|
"""
|
|
63
57
|
|
|
64
58
|
...
|
|
65
59
|
|
|
66
60
|
def animation_step(
|
|
67
|
-
override_context: typing.
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
71
|
-
undo: typing.Optional[bool] = None,
|
|
61
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
62
|
+
execution_context: str | int | None = None,
|
|
63
|
+
undo: bool | None = None,
|
|
72
64
|
):
|
|
73
65
|
"""Step through animation by position
|
|
74
66
|
|
|
75
|
-
:type override_context:
|
|
76
|
-
:type execution_context:
|
|
77
|
-
:type undo:
|
|
67
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
68
|
+
:type execution_context: str | int | None
|
|
69
|
+
:type undo: bool | None
|
|
78
70
|
"""
|
|
79
71
|
|
|
80
72
|
...
|
|
81
73
|
|
|
82
74
|
def area_close(
|
|
83
|
-
override_context: typing.
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
87
|
-
undo: typing.Optional[bool] = None,
|
|
75
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
76
|
+
execution_context: str | int | None = None,
|
|
77
|
+
undo: bool | None = None,
|
|
88
78
|
):
|
|
89
79
|
"""Close selected area
|
|
90
80
|
|
|
91
|
-
:type override_context:
|
|
92
|
-
:type execution_context:
|
|
93
|
-
:type undo:
|
|
81
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
82
|
+
:type execution_context: str | int | None
|
|
83
|
+
:type undo: bool | None
|
|
94
84
|
"""
|
|
95
85
|
|
|
96
86
|
...
|
|
97
87
|
|
|
98
88
|
def area_dupli(
|
|
99
|
-
override_context: typing.
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
103
|
-
undo: typing.Optional[bool] = None,
|
|
89
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
90
|
+
execution_context: str | int | None = None,
|
|
91
|
+
undo: bool | None = None,
|
|
104
92
|
):
|
|
105
93
|
"""Duplicate selected area into new window
|
|
106
94
|
|
|
107
|
-
:type override_context:
|
|
108
|
-
:type execution_context:
|
|
109
|
-
:type undo:
|
|
95
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
96
|
+
:type execution_context: str | int | None
|
|
97
|
+
:type undo: bool | None
|
|
110
98
|
"""
|
|
111
99
|
|
|
112
100
|
...
|
|
113
101
|
|
|
114
102
|
def area_join(
|
|
115
|
-
override_context: typing.
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
undo: typing.Optional[bool] = None,
|
|
120
|
-
cursor: typing.Optional[typing.Any] = (0, 0),
|
|
103
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
104
|
+
execution_context: str | int | None = None,
|
|
105
|
+
undo: bool | None = None,
|
|
106
|
+
cursor: typing.Any | None = (0, 0),
|
|
121
107
|
):
|
|
122
108
|
"""Join selected areas into new window
|
|
123
109
|
|
|
124
|
-
:type override_context:
|
|
125
|
-
:type execution_context:
|
|
126
|
-
:type undo:
|
|
110
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
111
|
+
:type execution_context: str | int | None
|
|
112
|
+
:type undo: bool | None
|
|
127
113
|
:param cursor: Cursor
|
|
128
|
-
:type cursor: typing.
|
|
114
|
+
:type cursor: typing.Any | None
|
|
129
115
|
"""
|
|
130
116
|
|
|
131
117
|
...
|
|
132
118
|
|
|
133
119
|
def area_move(
|
|
134
|
-
override_context: typing.
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
y: typing.Optional[typing.Any] = 0,
|
|
141
|
-
delta: typing.Optional[typing.Any] = 0,
|
|
120
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
121
|
+
execution_context: str | int | None = None,
|
|
122
|
+
undo: bool | None = None,
|
|
123
|
+
x: typing.Any | None = 0,
|
|
124
|
+
y: typing.Any | None = 0,
|
|
125
|
+
delta: typing.Any | None = 0,
|
|
142
126
|
):
|
|
143
127
|
"""Move selected area edges
|
|
144
128
|
|
|
145
|
-
:type override_context:
|
|
146
|
-
:type execution_context:
|
|
147
|
-
:type undo:
|
|
129
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
130
|
+
:type execution_context: str | int | None
|
|
131
|
+
:type undo: bool | None
|
|
148
132
|
:param x: X
|
|
149
|
-
:type x: typing.
|
|
133
|
+
:type x: typing.Any | None
|
|
150
134
|
:param y: Y
|
|
151
|
-
:type y: typing.
|
|
135
|
+
:type y: typing.Any | None
|
|
152
136
|
:param delta: Delta
|
|
153
|
-
:type delta: typing.
|
|
137
|
+
:type delta: typing.Any | None
|
|
154
138
|
"""
|
|
155
139
|
|
|
156
140
|
...
|
|
157
141
|
|
|
158
142
|
def area_options(
|
|
159
|
-
override_context: typing.
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
163
|
-
undo: typing.Optional[bool] = None,
|
|
143
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
144
|
+
execution_context: str | int | None = None,
|
|
145
|
+
undo: bool | None = None,
|
|
164
146
|
):
|
|
165
147
|
"""Operations for splitting and merging
|
|
166
148
|
|
|
167
|
-
:type override_context:
|
|
168
|
-
:type execution_context:
|
|
169
|
-
:type undo:
|
|
149
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
150
|
+
:type execution_context: str | int | None
|
|
151
|
+
:type undo: bool | None
|
|
170
152
|
"""
|
|
171
153
|
|
|
172
154
|
...
|
|
173
155
|
|
|
174
156
|
def area_split(
|
|
175
|
-
override_context: typing.
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
factor: typing.Optional[typing.Any] = 0.5,
|
|
182
|
-
cursor: typing.Optional[typing.Any] = (0, 0),
|
|
157
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
158
|
+
execution_context: str | int | None = None,
|
|
159
|
+
undo: bool | None = None,
|
|
160
|
+
direction: typing.Any | None = "HORIZONTAL",
|
|
161
|
+
factor: typing.Any | None = 0.5,
|
|
162
|
+
cursor: typing.Any | None = (0, 0),
|
|
183
163
|
):
|
|
184
164
|
"""Split selected area into new windows
|
|
185
165
|
|
|
186
|
-
:type override_context:
|
|
187
|
-
:type execution_context:
|
|
188
|
-
:type undo:
|
|
166
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
167
|
+
:type execution_context: str | int | None
|
|
168
|
+
:type undo: bool | None
|
|
189
169
|
:param direction: Direction
|
|
190
|
-
:type direction: typing.
|
|
170
|
+
:type direction: typing.Any | None
|
|
191
171
|
:param factor: Factor
|
|
192
|
-
:type factor: typing.
|
|
172
|
+
:type factor: typing.Any | None
|
|
193
173
|
:param cursor: Cursor
|
|
194
|
-
:type cursor: typing.
|
|
174
|
+
:type cursor: typing.Any | None
|
|
195
175
|
"""
|
|
196
176
|
|
|
197
177
|
...
|
|
198
178
|
|
|
199
179
|
def area_swap(
|
|
200
|
-
override_context: typing.
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
undo: typing.Optional[bool] = None,
|
|
205
|
-
cursor: typing.Optional[typing.Any] = (0, 0),
|
|
180
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
181
|
+
execution_context: str | int | None = None,
|
|
182
|
+
undo: bool | None = None,
|
|
183
|
+
cursor: typing.Any | None = (0, 0),
|
|
206
184
|
):
|
|
207
185
|
"""Swap selected areas screen positions
|
|
208
186
|
|
|
209
|
-
:type override_context:
|
|
210
|
-
:type execution_context:
|
|
211
|
-
:type undo:
|
|
187
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
188
|
+
:type execution_context: str | int | None
|
|
189
|
+
:type undo: bool | None
|
|
212
190
|
:param cursor: Cursor
|
|
213
|
-
:type cursor: typing.
|
|
191
|
+
:type cursor: typing.Any | None
|
|
214
192
|
"""
|
|
215
193
|
|
|
216
194
|
...
|
|
217
195
|
|
|
218
196
|
def back_to_previous(
|
|
219
|
-
override_context: typing.
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
223
|
-
undo: typing.Optional[bool] = None,
|
|
197
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
198
|
+
execution_context: str | int | None = None,
|
|
199
|
+
undo: bool | None = None,
|
|
224
200
|
):
|
|
225
201
|
"""Revert back to the original screen layout, before fullscreen area overlay
|
|
226
202
|
|
|
227
|
-
:type override_context:
|
|
228
|
-
:type execution_context:
|
|
229
|
-
:type undo:
|
|
203
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
204
|
+
:type execution_context: str | int | None
|
|
205
|
+
:type undo: bool | None
|
|
230
206
|
"""
|
|
231
207
|
|
|
232
208
|
...
|
|
233
209
|
|
|
234
210
|
def delete(
|
|
235
|
-
override_context: typing.
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
239
|
-
undo: typing.Optional[bool] = None,
|
|
211
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
212
|
+
execution_context: str | int | None = None,
|
|
213
|
+
undo: bool | None = None,
|
|
240
214
|
):
|
|
241
215
|
"""Delete active screen
|
|
242
216
|
|
|
243
|
-
:type override_context:
|
|
244
|
-
:type execution_context:
|
|
245
|
-
:type undo:
|
|
217
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
218
|
+
:type execution_context: str | int | None
|
|
219
|
+
:type undo: bool | None
|
|
246
220
|
"""
|
|
247
221
|
|
|
248
222
|
...
|
|
249
223
|
|
|
250
224
|
def drivers_editor_show(
|
|
251
|
-
override_context: typing.
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
255
|
-
undo: typing.Optional[bool] = None,
|
|
225
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
226
|
+
execution_context: str | int | None = None,
|
|
227
|
+
undo: bool | None = None,
|
|
256
228
|
):
|
|
257
229
|
"""Show drivers editor in a separate window
|
|
258
230
|
|
|
259
|
-
:type override_context:
|
|
260
|
-
:type execution_context:
|
|
261
|
-
:type undo:
|
|
231
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
232
|
+
:type execution_context: str | int | None
|
|
233
|
+
:type undo: bool | None
|
|
262
234
|
"""
|
|
263
235
|
|
|
264
236
|
...
|
|
265
237
|
|
|
266
238
|
def frame_jump(
|
|
267
|
-
override_context: typing.
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
undo: typing.Optional[bool] = None,
|
|
272
|
-
end: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
239
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
240
|
+
execution_context: str | int | None = None,
|
|
241
|
+
undo: bool | None = None,
|
|
242
|
+
end: bool | typing.Any | None = False,
|
|
273
243
|
):
|
|
274
244
|
"""Jump to first/last frame in frame range
|
|
275
245
|
|
|
276
|
-
:type override_context:
|
|
277
|
-
:type execution_context:
|
|
278
|
-
:type undo:
|
|
246
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
247
|
+
:type execution_context: str | int | None
|
|
248
|
+
:type undo: bool | None
|
|
279
249
|
:param end: Last Frame, Jump to the last frame of the frame range
|
|
280
|
-
:type end:
|
|
250
|
+
:type end: bool | typing.Any | None
|
|
281
251
|
"""
|
|
282
252
|
|
|
283
253
|
...
|
|
284
254
|
|
|
285
255
|
def frame_offset(
|
|
286
|
-
override_context: typing.
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
undo: typing.Optional[bool] = None,
|
|
291
|
-
delta: typing.Optional[typing.Any] = 0,
|
|
256
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
257
|
+
execution_context: str | int | None = None,
|
|
258
|
+
undo: bool | None = None,
|
|
259
|
+
delta: typing.Any | None = 0,
|
|
292
260
|
):
|
|
293
261
|
"""Move current frame forward/backward by a given number
|
|
294
262
|
|
|
295
|
-
:type override_context:
|
|
296
|
-
:type execution_context:
|
|
297
|
-
:type undo:
|
|
263
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
264
|
+
:type execution_context: str | int | None
|
|
265
|
+
:type undo: bool | None
|
|
298
266
|
:param delta: Delta
|
|
299
|
-
:type delta: typing.
|
|
267
|
+
:type delta: typing.Any | None
|
|
300
268
|
"""
|
|
301
269
|
|
|
302
270
|
...
|
|
303
271
|
|
|
304
272
|
def header_toggle_menus(
|
|
305
|
-
override_context: typing.
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
309
|
-
undo: typing.Optional[bool] = None,
|
|
273
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
274
|
+
execution_context: str | int | None = None,
|
|
275
|
+
undo: bool | None = None,
|
|
310
276
|
):
|
|
311
277
|
"""Expand or collapse the header pulldown menus
|
|
312
278
|
|
|
313
|
-
:type override_context:
|
|
314
|
-
:type execution_context:
|
|
315
|
-
:type undo:
|
|
279
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
280
|
+
:type execution_context: str | int | None
|
|
281
|
+
:type undo: bool | None
|
|
316
282
|
"""
|
|
317
283
|
|
|
318
284
|
...
|
|
319
285
|
|
|
320
286
|
def info_log_show(
|
|
321
|
-
override_context: typing.
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
325
|
-
undo: typing.Optional[bool] = None,
|
|
287
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
288
|
+
execution_context: str | int | None = None,
|
|
289
|
+
undo: bool | None = None,
|
|
326
290
|
):
|
|
327
291
|
"""Show info log in a separate window
|
|
328
292
|
|
|
329
|
-
:type override_context:
|
|
330
|
-
:type execution_context:
|
|
331
|
-
:type undo:
|
|
293
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
294
|
+
:type execution_context: str | int | None
|
|
295
|
+
:type undo: bool | None
|
|
332
296
|
"""
|
|
333
297
|
|
|
334
298
|
...
|
|
335
299
|
|
|
336
300
|
def keyframe_jump(
|
|
337
|
-
override_context: typing.
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
undo: typing.Optional[bool] = None,
|
|
342
|
-
next: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
301
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
302
|
+
execution_context: str | int | None = None,
|
|
303
|
+
undo: bool | None = None,
|
|
304
|
+
next: bool | typing.Any | None = True,
|
|
343
305
|
):
|
|
344
306
|
"""Jump to previous/next keyframe
|
|
345
307
|
|
|
346
|
-
:type override_context:
|
|
347
|
-
:type execution_context:
|
|
348
|
-
:type undo:
|
|
308
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
309
|
+
:type execution_context: str | int | None
|
|
310
|
+
:type undo: bool | None
|
|
349
311
|
:param next: Next Keyframe
|
|
350
|
-
:type next:
|
|
312
|
+
:type next: bool | typing.Any | None
|
|
351
313
|
"""
|
|
352
314
|
|
|
353
315
|
...
|
|
354
316
|
|
|
355
317
|
def marker_jump(
|
|
356
|
-
override_context: typing.
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
undo: typing.Optional[bool] = None,
|
|
361
|
-
next: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
318
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
319
|
+
execution_context: str | int | None = None,
|
|
320
|
+
undo: bool | None = None,
|
|
321
|
+
next: bool | typing.Any | None = True,
|
|
362
322
|
):
|
|
363
323
|
"""Jump to previous/next marker
|
|
364
324
|
|
|
365
|
-
:type override_context:
|
|
366
|
-
:type execution_context:
|
|
367
|
-
: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
|
|
368
328
|
:param next: Next Marker
|
|
369
|
-
:type next:
|
|
329
|
+
:type next: bool | typing.Any | None
|
|
370
330
|
"""
|
|
371
331
|
|
|
372
332
|
...
|
|
373
333
|
|
|
374
334
|
def new(
|
|
375
|
-
override_context: typing.
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
379
|
-
undo: typing.Optional[bool] = None,
|
|
335
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
336
|
+
execution_context: str | int | None = None,
|
|
337
|
+
undo: bool | None = None,
|
|
380
338
|
):
|
|
381
339
|
"""Add a new screen
|
|
382
340
|
|
|
383
|
-
:type override_context:
|
|
384
|
-
:type execution_context:
|
|
385
|
-
:type undo:
|
|
341
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
342
|
+
:type execution_context: str | int | None
|
|
343
|
+
:type undo: bool | None
|
|
386
344
|
"""
|
|
387
345
|
|
|
388
346
|
...
|
|
389
347
|
|
|
390
348
|
def redo_last(
|
|
391
|
-
override_context: typing.
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
395
|
-
undo: typing.Optional[bool] = None,
|
|
349
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
350
|
+
execution_context: str | int | None = None,
|
|
351
|
+
undo: bool | None = None,
|
|
396
352
|
):
|
|
397
353
|
"""Display parameters for last action performed
|
|
398
354
|
|
|
399
|
-
:type override_context:
|
|
400
|
-
:type execution_context:
|
|
401
|
-
:type undo:
|
|
355
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
356
|
+
:type execution_context: str | int | None
|
|
357
|
+
:type undo: bool | None
|
|
402
358
|
"""
|
|
403
359
|
|
|
404
360
|
...
|
|
405
361
|
|
|
406
362
|
def region_blend(
|
|
407
|
-
override_context: typing.
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
411
|
-
undo: typing.Optional[bool] = None,
|
|
363
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
364
|
+
execution_context: str | int | None = None,
|
|
365
|
+
undo: bool | None = None,
|
|
412
366
|
):
|
|
413
367
|
"""Blend in and out overlapping region
|
|
414
368
|
|
|
415
|
-
:type override_context:
|
|
416
|
-
:type execution_context:
|
|
417
|
-
: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
|
|
418
372
|
"""
|
|
419
373
|
|
|
420
374
|
...
|
|
421
375
|
|
|
422
376
|
def region_context_menu(
|
|
423
|
-
override_context: typing.
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
427
|
-
undo: typing.Optional[bool] = None,
|
|
377
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
378
|
+
execution_context: str | int | None = None,
|
|
379
|
+
undo: bool | None = None,
|
|
428
380
|
):
|
|
429
381
|
"""Display region context menu
|
|
430
382
|
|
|
431
|
-
:type override_context:
|
|
432
|
-
:type execution_context:
|
|
433
|
-
:type undo:
|
|
383
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
384
|
+
:type execution_context: str | int | None
|
|
385
|
+
:type undo: bool | None
|
|
434
386
|
"""
|
|
435
387
|
|
|
436
388
|
...
|
|
437
389
|
|
|
438
390
|
def region_flip(
|
|
439
|
-
override_context: typing.
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
443
|
-
undo: typing.Optional[bool] = None,
|
|
391
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
392
|
+
execution_context: str | int | None = None,
|
|
393
|
+
undo: bool | None = None,
|
|
444
394
|
):
|
|
445
395
|
"""Toggle the region's alignment (left/right or top/bottom)
|
|
446
396
|
|
|
447
|
-
:type override_context:
|
|
448
|
-
:type execution_context:
|
|
449
|
-
:type undo:
|
|
397
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
398
|
+
:type execution_context: str | int | None
|
|
399
|
+
:type undo: bool | None
|
|
450
400
|
"""
|
|
451
401
|
|
|
452
402
|
...
|
|
453
403
|
|
|
454
404
|
def region_quadview(
|
|
455
|
-
override_context: typing.
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
459
|
-
undo: typing.Optional[bool] = None,
|
|
405
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
406
|
+
execution_context: str | int | None = None,
|
|
407
|
+
undo: bool | None = None,
|
|
460
408
|
):
|
|
461
409
|
"""Split selected area into camera, front, right, and top views
|
|
462
410
|
|
|
463
|
-
:type override_context:
|
|
464
|
-
:type execution_context:
|
|
465
|
-
:type undo:
|
|
411
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
412
|
+
:type execution_context: str | int | None
|
|
413
|
+
:type undo: bool | None
|
|
466
414
|
"""
|
|
467
415
|
|
|
468
416
|
...
|
|
469
417
|
|
|
470
418
|
def region_scale(
|
|
471
|
-
override_context: typing.
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
475
|
-
undo: typing.Optional[bool] = None,
|
|
419
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
420
|
+
execution_context: str | int | None = None,
|
|
421
|
+
undo: bool | None = None,
|
|
476
422
|
):
|
|
477
423
|
"""Scale selected area
|
|
478
424
|
|
|
479
|
-
:type override_context:
|
|
480
|
-
:type execution_context:
|
|
481
|
-
:type undo:
|
|
425
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
426
|
+
:type execution_context: str | int | None
|
|
427
|
+
:type undo: bool | None
|
|
482
428
|
"""
|
|
483
429
|
|
|
484
430
|
...
|
|
485
431
|
|
|
486
432
|
def region_toggle(
|
|
487
|
-
override_context: typing.
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
undo: typing.Optional[bool] = None,
|
|
492
|
-
region_type: typing.Optional[typing.Union[str, int]] = "WINDOW",
|
|
433
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
434
|
+
execution_context: str | int | None = None,
|
|
435
|
+
undo: bool | None = None,
|
|
436
|
+
region_type: str | int | None = "WINDOW",
|
|
493
437
|
):
|
|
494
438
|
"""Hide or unhide the region
|
|
495
439
|
|
|
496
|
-
:type override_context:
|
|
497
|
-
:type execution_context:
|
|
498
|
-
:type undo:
|
|
440
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
441
|
+
:type execution_context: str | int | None
|
|
442
|
+
:type undo: bool | None
|
|
499
443
|
:param region_type: Region Type, Type of the region to toggle
|
|
500
|
-
:type region_type:
|
|
444
|
+
:type region_type: str | int | None
|
|
501
445
|
"""
|
|
502
446
|
|
|
503
447
|
...
|
|
504
448
|
|
|
505
449
|
def repeat_history(
|
|
506
|
-
override_context: typing.
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
undo: typing.Optional[bool] = None,
|
|
511
|
-
index: typing.Optional[typing.Any] = 0,
|
|
450
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
451
|
+
execution_context: str | int | None = None,
|
|
452
|
+
undo: bool | None = None,
|
|
453
|
+
index: typing.Any | None = 0,
|
|
512
454
|
):
|
|
513
455
|
"""Display menu for previous actions performed
|
|
514
456
|
|
|
515
|
-
:type override_context:
|
|
516
|
-
:type execution_context:
|
|
517
|
-
:type undo:
|
|
457
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
458
|
+
:type execution_context: str | int | None
|
|
459
|
+
:type undo: bool | None
|
|
518
460
|
:param index: Index
|
|
519
|
-
:type index: typing.
|
|
461
|
+
:type index: typing.Any | None
|
|
520
462
|
"""
|
|
521
463
|
|
|
522
464
|
...
|
|
523
465
|
|
|
524
466
|
def repeat_last(
|
|
525
|
-
override_context: typing.
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
529
|
-
undo: typing.Optional[bool] = None,
|
|
467
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
468
|
+
execution_context: str | int | None = None,
|
|
469
|
+
undo: bool | None = None,
|
|
530
470
|
):
|
|
531
471
|
"""Repeat last action
|
|
532
472
|
|
|
533
|
-
:type override_context:
|
|
534
|
-
:type execution_context:
|
|
535
|
-
:type undo:
|
|
473
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
474
|
+
:type execution_context: str | int | None
|
|
475
|
+
:type undo: bool | None
|
|
536
476
|
"""
|
|
537
477
|
|
|
538
478
|
...
|
|
539
479
|
|
|
540
480
|
def screen_full_area(
|
|
541
|
-
override_context: typing.
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
undo: typing.Optional[bool] = None,
|
|
546
|
-
use_hide_panels: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
481
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
482
|
+
execution_context: str | int | None = None,
|
|
483
|
+
undo: bool | None = None,
|
|
484
|
+
use_hide_panels: bool | typing.Any | None = False,
|
|
547
485
|
):
|
|
548
486
|
"""Toggle display selected area as fullscreen/maximized
|
|
549
487
|
|
|
550
|
-
:type override_context:
|
|
551
|
-
:type execution_context:
|
|
552
|
-
:type undo:
|
|
488
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
489
|
+
:type execution_context: str | int | None
|
|
490
|
+
:type undo: bool | None
|
|
553
491
|
:param use_hide_panels: Hide Panels, Hide all the panels
|
|
554
|
-
:type use_hide_panels:
|
|
492
|
+
:type use_hide_panels: bool | typing.Any | None
|
|
555
493
|
"""
|
|
556
494
|
|
|
557
495
|
...
|
|
558
496
|
|
|
559
497
|
def screen_set(
|
|
560
|
-
override_context: typing.
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
undo: typing.Optional[bool] = None,
|
|
565
|
-
delta: typing.Optional[typing.Any] = 1,
|
|
498
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
499
|
+
execution_context: str | int | None = None,
|
|
500
|
+
undo: bool | None = None,
|
|
501
|
+
delta: typing.Any | None = 1,
|
|
566
502
|
):
|
|
567
503
|
"""Cycle through available screens
|
|
568
504
|
|
|
569
|
-
:type override_context:
|
|
570
|
-
:type execution_context:
|
|
571
|
-
:type undo:
|
|
505
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
506
|
+
:type execution_context: str | int | None
|
|
507
|
+
:type undo: bool | None
|
|
572
508
|
:param delta: Delta
|
|
573
|
-
:type delta: typing.
|
|
509
|
+
:type delta: typing.Any | None
|
|
574
510
|
"""
|
|
575
511
|
|
|
576
512
|
...
|
|
577
513
|
|
|
578
514
|
def screenshot(
|
|
579
|
-
override_context: typing.
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
display_type: typing.Optional[typing.Any] = "DEFAULT",
|
|
608
|
-
sort_method: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
515
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
516
|
+
execution_context: str | int | None = None,
|
|
517
|
+
undo: bool | None = None,
|
|
518
|
+
filepath: str | typing.Any = "",
|
|
519
|
+
hide_props_region: bool | typing.Any | None = True,
|
|
520
|
+
check_existing: bool | typing.Any | None = True,
|
|
521
|
+
filter_blender: bool | typing.Any | None = False,
|
|
522
|
+
filter_backup: bool | typing.Any | None = False,
|
|
523
|
+
filter_image: bool | typing.Any | None = True,
|
|
524
|
+
filter_movie: bool | typing.Any | None = False,
|
|
525
|
+
filter_python: bool | typing.Any | None = False,
|
|
526
|
+
filter_font: bool | typing.Any | None = False,
|
|
527
|
+
filter_sound: bool | typing.Any | None = False,
|
|
528
|
+
filter_text: bool | typing.Any | None = False,
|
|
529
|
+
filter_archive: bool | typing.Any | None = False,
|
|
530
|
+
filter_btx: bool | typing.Any | None = False,
|
|
531
|
+
filter_collada: bool | typing.Any | None = False,
|
|
532
|
+
filter_alembic: bool | typing.Any | None = False,
|
|
533
|
+
filter_usd: bool | typing.Any | None = False,
|
|
534
|
+
filter_obj: bool | typing.Any | None = False,
|
|
535
|
+
filter_volume: bool | typing.Any | None = False,
|
|
536
|
+
filter_folder: bool | typing.Any | None = True,
|
|
537
|
+
filter_blenlib: bool | typing.Any | None = False,
|
|
538
|
+
filemode: typing.Any | None = 9,
|
|
539
|
+
show_multiview: bool | typing.Any | None = False,
|
|
540
|
+
use_multiview: bool | typing.Any | None = False,
|
|
541
|
+
display_type: typing.Any | None = "DEFAULT",
|
|
542
|
+
sort_method: str | int | typing.Any | None = "",
|
|
609
543
|
):
|
|
610
544
|
"""Capture a picture of the whole Blender window
|
|
611
545
|
|
|
612
|
-
:type override_context:
|
|
613
|
-
:type execution_context:
|
|
614
|
-
:type undo:
|
|
546
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
547
|
+
:type execution_context: str | int | None
|
|
548
|
+
:type undo: bool | None
|
|
615
549
|
:param filepath: File Path, Path to file
|
|
616
|
-
:type filepath:
|
|
550
|
+
:type filepath: str | typing.Any
|
|
617
551
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
618
|
-
:type hide_props_region:
|
|
552
|
+
:type hide_props_region: bool | typing.Any | None
|
|
619
553
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
620
|
-
:type check_existing:
|
|
554
|
+
:type check_existing: bool | typing.Any | None
|
|
621
555
|
:param filter_blender: Filter .blend files
|
|
622
|
-
:type filter_blender:
|
|
556
|
+
:type filter_blender: bool | typing.Any | None
|
|
623
557
|
:param filter_backup: Filter .blend files
|
|
624
|
-
:type filter_backup:
|
|
558
|
+
:type filter_backup: bool | typing.Any | None
|
|
625
559
|
:param filter_image: Filter image files
|
|
626
|
-
:type filter_image:
|
|
560
|
+
:type filter_image: bool | typing.Any | None
|
|
627
561
|
:param filter_movie: Filter movie files
|
|
628
|
-
:type filter_movie:
|
|
562
|
+
:type filter_movie: bool | typing.Any | None
|
|
629
563
|
:param filter_python: Filter Python files
|
|
630
|
-
:type filter_python:
|
|
564
|
+
:type filter_python: bool | typing.Any | None
|
|
631
565
|
:param filter_font: Filter font files
|
|
632
|
-
:type filter_font:
|
|
566
|
+
:type filter_font: bool | typing.Any | None
|
|
633
567
|
:param filter_sound: Filter sound files
|
|
634
|
-
:type filter_sound:
|
|
568
|
+
:type filter_sound: bool | typing.Any | None
|
|
635
569
|
:param filter_text: Filter text files
|
|
636
|
-
:type filter_text:
|
|
570
|
+
:type filter_text: bool | typing.Any | None
|
|
637
571
|
:param filter_archive: Filter archive files
|
|
638
|
-
:type filter_archive:
|
|
572
|
+
:type filter_archive: bool | typing.Any | None
|
|
639
573
|
:param filter_btx: Filter btx files
|
|
640
|
-
:type filter_btx:
|
|
574
|
+
:type filter_btx: bool | typing.Any | None
|
|
641
575
|
:param filter_collada: Filter COLLADA files
|
|
642
|
-
:type filter_collada:
|
|
576
|
+
:type filter_collada: bool | typing.Any | None
|
|
643
577
|
:param filter_alembic: Filter Alembic files
|
|
644
|
-
:type filter_alembic:
|
|
578
|
+
:type filter_alembic: bool | typing.Any | None
|
|
645
579
|
:param filter_usd: Filter USD files
|
|
646
|
-
:type filter_usd:
|
|
580
|
+
:type filter_usd: bool | typing.Any | None
|
|
647
581
|
:param filter_obj: Filter OBJ files
|
|
648
|
-
:type filter_obj:
|
|
582
|
+
:type filter_obj: bool | typing.Any | None
|
|
649
583
|
:param filter_volume: Filter OpenVDB volume files
|
|
650
|
-
:type filter_volume:
|
|
584
|
+
:type filter_volume: bool | typing.Any | None
|
|
651
585
|
:param filter_folder: Filter folders
|
|
652
|
-
:type filter_folder:
|
|
586
|
+
:type filter_folder: bool | typing.Any | None
|
|
653
587
|
:param filter_blenlib: Filter Blender IDs
|
|
654
|
-
:type filter_blenlib:
|
|
588
|
+
:type filter_blenlib: bool | typing.Any | None
|
|
655
589
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
656
|
-
:type filemode: typing.
|
|
590
|
+
:type filemode: typing.Any | None
|
|
657
591
|
:param show_multiview: Enable Multi-View
|
|
658
|
-
:type show_multiview:
|
|
592
|
+
:type show_multiview: bool | typing.Any | None
|
|
659
593
|
:param use_multiview: Use Multi-View
|
|
660
|
-
:type use_multiview:
|
|
594
|
+
:type use_multiview: bool | typing.Any | None
|
|
661
595
|
:param display_type: Display Type
|
|
662
596
|
|
|
663
597
|
DEFAULT
|
|
@@ -671,96 +605,94 @@ def screenshot(
|
|
|
671
605
|
|
|
672
606
|
THUMBNAIL
|
|
673
607
|
Thumbnails -- Display files as thumbnails.
|
|
674
|
-
:type display_type: typing.
|
|
608
|
+
:type display_type: typing.Any | None
|
|
675
609
|
:param sort_method: File sorting mode
|
|
676
|
-
:type sort_method:
|
|
610
|
+
:type sort_method: str | int | typing.Any | None
|
|
677
611
|
"""
|
|
678
612
|
|
|
679
613
|
...
|
|
680
614
|
|
|
681
615
|
def screenshot_area(
|
|
682
|
-
override_context: typing.
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
display_type: typing.Optional[typing.Any] = "DEFAULT",
|
|
711
|
-
sort_method: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
616
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
617
|
+
execution_context: str | int | None = None,
|
|
618
|
+
undo: bool | None = None,
|
|
619
|
+
filepath: str | typing.Any = "",
|
|
620
|
+
hide_props_region: bool | typing.Any | None = True,
|
|
621
|
+
check_existing: bool | typing.Any | None = True,
|
|
622
|
+
filter_blender: bool | typing.Any | None = False,
|
|
623
|
+
filter_backup: bool | typing.Any | None = False,
|
|
624
|
+
filter_image: bool | typing.Any | None = True,
|
|
625
|
+
filter_movie: bool | typing.Any | None = False,
|
|
626
|
+
filter_python: bool | typing.Any | None = False,
|
|
627
|
+
filter_font: bool | typing.Any | None = False,
|
|
628
|
+
filter_sound: bool | typing.Any | None = False,
|
|
629
|
+
filter_text: bool | typing.Any | None = False,
|
|
630
|
+
filter_archive: bool | typing.Any | None = False,
|
|
631
|
+
filter_btx: bool | typing.Any | None = False,
|
|
632
|
+
filter_collada: bool | typing.Any | None = False,
|
|
633
|
+
filter_alembic: bool | typing.Any | None = False,
|
|
634
|
+
filter_usd: bool | typing.Any | None = False,
|
|
635
|
+
filter_obj: bool | typing.Any | None = False,
|
|
636
|
+
filter_volume: bool | typing.Any | None = False,
|
|
637
|
+
filter_folder: bool | typing.Any | None = True,
|
|
638
|
+
filter_blenlib: bool | typing.Any | None = False,
|
|
639
|
+
filemode: typing.Any | None = 9,
|
|
640
|
+
show_multiview: bool | typing.Any | None = False,
|
|
641
|
+
use_multiview: bool | typing.Any | None = False,
|
|
642
|
+
display_type: typing.Any | None = "DEFAULT",
|
|
643
|
+
sort_method: str | int | typing.Any | None = "",
|
|
712
644
|
):
|
|
713
645
|
"""Capture a picture of an editor
|
|
714
646
|
|
|
715
|
-
:type override_context:
|
|
716
|
-
:type execution_context:
|
|
717
|
-
:type undo:
|
|
647
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
648
|
+
:type execution_context: str | int | None
|
|
649
|
+
:type undo: bool | None
|
|
718
650
|
:param filepath: File Path, Path to file
|
|
719
|
-
:type filepath:
|
|
651
|
+
:type filepath: str | typing.Any
|
|
720
652
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
721
|
-
:type hide_props_region:
|
|
653
|
+
:type hide_props_region: bool | typing.Any | None
|
|
722
654
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
723
|
-
:type check_existing:
|
|
655
|
+
:type check_existing: bool | typing.Any | None
|
|
724
656
|
:param filter_blender: Filter .blend files
|
|
725
|
-
:type filter_blender:
|
|
657
|
+
:type filter_blender: bool | typing.Any | None
|
|
726
658
|
:param filter_backup: Filter .blend files
|
|
727
|
-
:type filter_backup:
|
|
659
|
+
:type filter_backup: bool | typing.Any | None
|
|
728
660
|
:param filter_image: Filter image files
|
|
729
|
-
:type filter_image:
|
|
661
|
+
:type filter_image: bool | typing.Any | None
|
|
730
662
|
:param filter_movie: Filter movie files
|
|
731
|
-
:type filter_movie:
|
|
663
|
+
:type filter_movie: bool | typing.Any | None
|
|
732
664
|
:param filter_python: Filter Python files
|
|
733
|
-
:type filter_python:
|
|
665
|
+
:type filter_python: bool | typing.Any | None
|
|
734
666
|
:param filter_font: Filter font files
|
|
735
|
-
:type filter_font:
|
|
667
|
+
:type filter_font: bool | typing.Any | None
|
|
736
668
|
:param filter_sound: Filter sound files
|
|
737
|
-
:type filter_sound:
|
|
669
|
+
:type filter_sound: bool | typing.Any | None
|
|
738
670
|
:param filter_text: Filter text files
|
|
739
|
-
:type filter_text:
|
|
671
|
+
:type filter_text: bool | typing.Any | None
|
|
740
672
|
:param filter_archive: Filter archive files
|
|
741
|
-
:type filter_archive:
|
|
673
|
+
:type filter_archive: bool | typing.Any | None
|
|
742
674
|
:param filter_btx: Filter btx files
|
|
743
|
-
:type filter_btx:
|
|
675
|
+
:type filter_btx: bool | typing.Any | None
|
|
744
676
|
:param filter_collada: Filter COLLADA files
|
|
745
|
-
:type filter_collada:
|
|
677
|
+
:type filter_collada: bool | typing.Any | None
|
|
746
678
|
:param filter_alembic: Filter Alembic files
|
|
747
|
-
:type filter_alembic:
|
|
679
|
+
:type filter_alembic: bool | typing.Any | None
|
|
748
680
|
:param filter_usd: Filter USD files
|
|
749
|
-
:type filter_usd:
|
|
681
|
+
:type filter_usd: bool | typing.Any | None
|
|
750
682
|
:param filter_obj: Filter OBJ files
|
|
751
|
-
:type filter_obj:
|
|
683
|
+
:type filter_obj: bool | typing.Any | None
|
|
752
684
|
:param filter_volume: Filter OpenVDB volume files
|
|
753
|
-
:type filter_volume:
|
|
685
|
+
:type filter_volume: bool | typing.Any | None
|
|
754
686
|
:param filter_folder: Filter folders
|
|
755
|
-
:type filter_folder:
|
|
687
|
+
:type filter_folder: bool | typing.Any | None
|
|
756
688
|
:param filter_blenlib: Filter Blender IDs
|
|
757
|
-
:type filter_blenlib:
|
|
689
|
+
:type filter_blenlib: bool | typing.Any | None
|
|
758
690
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
759
|
-
:type filemode: typing.
|
|
691
|
+
:type filemode: typing.Any | None
|
|
760
692
|
:param show_multiview: Enable Multi-View
|
|
761
|
-
:type show_multiview:
|
|
693
|
+
:type show_multiview: bool | typing.Any | None
|
|
762
694
|
:param use_multiview: Use Multi-View
|
|
763
|
-
:type use_multiview:
|
|
695
|
+
:type use_multiview: bool | typing.Any | None
|
|
764
696
|
:param display_type: Display Type
|
|
765
697
|
|
|
766
698
|
DEFAULT
|
|
@@ -774,101 +706,91 @@ def screenshot_area(
|
|
|
774
706
|
|
|
775
707
|
THUMBNAIL
|
|
776
708
|
Thumbnails -- Display files as thumbnails.
|
|
777
|
-
:type display_type: typing.
|
|
709
|
+
:type display_type: typing.Any | None
|
|
778
710
|
:param sort_method: File sorting mode
|
|
779
|
-
:type sort_method:
|
|
711
|
+
:type sort_method: str | int | typing.Any | None
|
|
780
712
|
"""
|
|
781
713
|
|
|
782
714
|
...
|
|
783
715
|
|
|
784
716
|
def space_context_cycle(
|
|
785
|
-
override_context: typing.
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
undo: typing.Optional[bool] = None,
|
|
790
|
-
direction: typing.Optional[typing.Any] = "NEXT",
|
|
717
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
718
|
+
execution_context: str | int | None = None,
|
|
719
|
+
undo: bool | None = None,
|
|
720
|
+
direction: typing.Any | None = "NEXT",
|
|
791
721
|
):
|
|
792
722
|
"""Cycle through the editor context by activating the next/previous one
|
|
793
723
|
|
|
794
|
-
:type override_context:
|
|
795
|
-
:type execution_context:
|
|
796
|
-
:type undo:
|
|
724
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
725
|
+
:type execution_context: str | int | None
|
|
726
|
+
:type undo: bool | None
|
|
797
727
|
:param direction: Direction, Direction to cycle through
|
|
798
|
-
:type direction: typing.
|
|
728
|
+
:type direction: typing.Any | None
|
|
799
729
|
"""
|
|
800
730
|
|
|
801
731
|
...
|
|
802
732
|
|
|
803
733
|
def space_type_set_or_cycle(
|
|
804
|
-
override_context: typing.
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
undo: typing.Optional[bool] = None,
|
|
809
|
-
space_type: typing.Optional[typing.Union[str, int]] = "EMPTY",
|
|
734
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
735
|
+
execution_context: str | int | None = None,
|
|
736
|
+
undo: bool | None = None,
|
|
737
|
+
space_type: str | int | None = "EMPTY",
|
|
810
738
|
):
|
|
811
739
|
"""Set the space type or cycle subtype
|
|
812
740
|
|
|
813
|
-
:type override_context:
|
|
814
|
-
:type execution_context:
|
|
815
|
-
: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
|
|
816
744
|
:param space_type: Type
|
|
817
|
-
:type space_type:
|
|
745
|
+
:type space_type: str | int | None
|
|
818
746
|
"""
|
|
819
747
|
|
|
820
748
|
...
|
|
821
749
|
|
|
822
750
|
def spacedata_cleanup(
|
|
823
|
-
override_context: typing.
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
827
|
-
undo: typing.Optional[bool] = None,
|
|
751
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
752
|
+
execution_context: str | int | None = None,
|
|
753
|
+
undo: bool | None = None,
|
|
828
754
|
):
|
|
829
755
|
"""Remove unused settings for invisible editors
|
|
830
756
|
|
|
831
|
-
:type override_context:
|
|
832
|
-
:type execution_context:
|
|
833
|
-
:type undo:
|
|
757
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
758
|
+
:type execution_context: str | int | None
|
|
759
|
+
:type undo: bool | None
|
|
834
760
|
"""
|
|
835
761
|
|
|
836
762
|
...
|
|
837
763
|
|
|
838
764
|
def userpref_show(
|
|
839
|
-
override_context: typing.
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
undo: typing.Optional[bool] = None,
|
|
844
|
-
section: typing.Optional[typing.Union[str, int]] = "INTERFACE",
|
|
765
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
766
|
+
execution_context: str | int | None = None,
|
|
767
|
+
undo: bool | None = None,
|
|
768
|
+
section: str | int | None = "INTERFACE",
|
|
845
769
|
):
|
|
846
770
|
"""Edit user preferences and system settings
|
|
847
771
|
|
|
848
|
-
:type override_context:
|
|
849
|
-
:type execution_context:
|
|
850
|
-
:type undo:
|
|
772
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
773
|
+
:type execution_context: str | int | None
|
|
774
|
+
:type undo: bool | None
|
|
851
775
|
:param section: Section to activate in the Preferences
|
|
852
|
-
:type section:
|
|
776
|
+
:type section: str | int | None
|
|
853
777
|
"""
|
|
854
778
|
|
|
855
779
|
...
|
|
856
780
|
|
|
857
781
|
def workspace_cycle(
|
|
858
|
-
override_context: typing.
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
undo: typing.Optional[bool] = None,
|
|
863
|
-
direction: typing.Optional[typing.Any] = "NEXT",
|
|
782
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
783
|
+
execution_context: str | int | None = None,
|
|
784
|
+
undo: bool | None = None,
|
|
785
|
+
direction: typing.Any | None = "NEXT",
|
|
864
786
|
):
|
|
865
787
|
"""Cycle through workspaces
|
|
866
788
|
|
|
867
|
-
:type override_context:
|
|
868
|
-
:type execution_context:
|
|
869
|
-
:type undo:
|
|
789
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
790
|
+
:type execution_context: str | int | None
|
|
791
|
+
:type undo: bool | None
|
|
870
792
|
:param direction: Direction, Direction to cycle through
|
|
871
|
-
:type direction: typing.
|
|
793
|
+
:type direction: typing.Any | None
|
|
872
794
|
"""
|
|
873
795
|
|
|
874
796
|
...
|