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/view3d/__init__.pyi
CHANGED
|
@@ -4,191 +4,173 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def bone_select_menu(
|
|
7
|
-
override_context: typing.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
15
|
-
toggle: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
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
|
+
name: str | int | typing.Any | None = "",
|
|
11
|
+
extend: bool | typing.Any | None = False,
|
|
12
|
+
deselect: bool | typing.Any | None = False,
|
|
13
|
+
toggle: bool | typing.Any | None = False,
|
|
16
14
|
):
|
|
17
15
|
"""Menu bone selection
|
|
18
16
|
|
|
19
|
-
:type override_context:
|
|
20
|
-
:type execution_context:
|
|
21
|
-
:type undo:
|
|
17
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
18
|
+
:type execution_context: str | int | None
|
|
19
|
+
:type undo: bool | None
|
|
22
20
|
:param name: Bone Name
|
|
23
|
-
:type name:
|
|
21
|
+
:type name: str | int | typing.Any | None
|
|
24
22
|
:param extend: Extend
|
|
25
|
-
:type extend:
|
|
23
|
+
:type extend: bool | typing.Any | None
|
|
26
24
|
:param deselect: Deselect
|
|
27
|
-
:type deselect:
|
|
25
|
+
:type deselect: bool | typing.Any | None
|
|
28
26
|
:param toggle: Toggle
|
|
29
|
-
:type toggle:
|
|
27
|
+
:type toggle: bool | typing.Any | None
|
|
30
28
|
"""
|
|
31
29
|
|
|
32
30
|
...
|
|
33
31
|
|
|
34
32
|
def camera_background_image_add(
|
|
35
|
-
override_context: typing.
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
name: typing.Union[str, typing.Any] = "",
|
|
43
|
-
session_uid: typing.Optional[typing.Any] = 0,
|
|
33
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
34
|
+
execution_context: str | int | None = None,
|
|
35
|
+
undo: bool | None = None,
|
|
36
|
+
filepath: str | typing.Any = "",
|
|
37
|
+
relative_path: bool | typing.Any | None = True,
|
|
38
|
+
name: str | typing.Any = "",
|
|
39
|
+
session_uid: typing.Any | None = 0,
|
|
44
40
|
):
|
|
45
41
|
"""Add a new background image to the active camera
|
|
46
42
|
|
|
47
|
-
:type override_context:
|
|
48
|
-
:type execution_context:
|
|
49
|
-
:type undo:
|
|
43
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
44
|
+
:type execution_context: str | int | None
|
|
45
|
+
:type undo: bool | None
|
|
50
46
|
:param filepath: Filepath, Path to image file
|
|
51
|
-
:type filepath:
|
|
47
|
+
:type filepath: str | typing.Any
|
|
52
48
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
53
|
-
:type relative_path:
|
|
49
|
+
:type relative_path: bool | typing.Any | None
|
|
54
50
|
:param name: Name, Name of the data-block to use by the operator
|
|
55
|
-
:type name:
|
|
51
|
+
:type name: str | typing.Any
|
|
56
52
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
57
|
-
:type session_uid: typing.
|
|
53
|
+
:type session_uid: typing.Any | None
|
|
58
54
|
"""
|
|
59
55
|
|
|
60
56
|
...
|
|
61
57
|
|
|
62
58
|
def camera_background_image_remove(
|
|
63
|
-
override_context: typing.
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
undo: typing.Optional[bool] = None,
|
|
68
|
-
index: typing.Optional[typing.Any] = 0,
|
|
59
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
60
|
+
execution_context: str | int | None = None,
|
|
61
|
+
undo: bool | None = None,
|
|
62
|
+
index: typing.Any | None = 0,
|
|
69
63
|
):
|
|
70
64
|
"""Remove a background image from the camera
|
|
71
65
|
|
|
72
|
-
:type override_context:
|
|
73
|
-
:type execution_context:
|
|
74
|
-
: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
|
|
75
69
|
:param index: Index, Background image index to remove
|
|
76
|
-
:type index: typing.
|
|
70
|
+
:type index: typing.Any | None
|
|
77
71
|
"""
|
|
78
72
|
|
|
79
73
|
...
|
|
80
74
|
|
|
81
75
|
def camera_to_view(
|
|
82
|
-
override_context: typing.
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
86
|
-
undo: typing.Optional[bool] = None,
|
|
76
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
77
|
+
execution_context: str | int | None = None,
|
|
78
|
+
undo: bool | None = None,
|
|
87
79
|
):
|
|
88
80
|
"""Set camera view to active view
|
|
89
81
|
|
|
90
|
-
:type override_context:
|
|
91
|
-
:type execution_context:
|
|
92
|
-
:type undo:
|
|
82
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
83
|
+
:type execution_context: str | int | None
|
|
84
|
+
:type undo: bool | None
|
|
93
85
|
"""
|
|
94
86
|
|
|
95
87
|
...
|
|
96
88
|
|
|
97
89
|
def camera_to_view_selected(
|
|
98
|
-
override_context: typing.
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
102
|
-
undo: typing.Optional[bool] = None,
|
|
90
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
91
|
+
execution_context: str | int | None = None,
|
|
92
|
+
undo: bool | None = None,
|
|
103
93
|
):
|
|
104
94
|
"""Move the camera so selected objects are framed
|
|
105
95
|
|
|
106
|
-
:type override_context:
|
|
107
|
-
:type execution_context:
|
|
108
|
-
:type undo:
|
|
96
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
97
|
+
:type execution_context: str | int | None
|
|
98
|
+
:type undo: bool | None
|
|
109
99
|
"""
|
|
110
100
|
|
|
111
101
|
...
|
|
112
102
|
|
|
113
103
|
def clear_render_border(
|
|
114
|
-
override_context: typing.
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
118
|
-
undo: typing.Optional[bool] = None,
|
|
104
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
105
|
+
execution_context: str | int | None = None,
|
|
106
|
+
undo: bool | None = None,
|
|
119
107
|
):
|
|
120
108
|
"""Clear the boundaries of the border render and disable border render
|
|
121
109
|
|
|
122
|
-
:type override_context:
|
|
123
|
-
:type execution_context:
|
|
124
|
-
: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
|
|
125
113
|
"""
|
|
126
114
|
|
|
127
115
|
...
|
|
128
116
|
|
|
129
117
|
def clip_border(
|
|
130
|
-
override_context: typing.
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
ymax: typing.Optional[typing.Any] = 0,
|
|
139
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
118
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
119
|
+
execution_context: str | int | None = None,
|
|
120
|
+
undo: bool | None = None,
|
|
121
|
+
xmin: typing.Any | None = 0,
|
|
122
|
+
xmax: typing.Any | None = 0,
|
|
123
|
+
ymin: typing.Any | None = 0,
|
|
124
|
+
ymax: typing.Any | None = 0,
|
|
125
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
140
126
|
):
|
|
141
127
|
"""Set the view clipping region
|
|
142
128
|
|
|
143
|
-
:type override_context:
|
|
144
|
-
:type execution_context:
|
|
145
|
-
: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
|
|
146
132
|
:param xmin: X Min
|
|
147
|
-
:type xmin: typing.
|
|
133
|
+
:type xmin: typing.Any | None
|
|
148
134
|
:param xmax: X Max
|
|
149
|
-
:type xmax: typing.
|
|
135
|
+
:type xmax: typing.Any | None
|
|
150
136
|
:param ymin: Y Min
|
|
151
|
-
:type ymin: typing.
|
|
137
|
+
:type ymin: typing.Any | None
|
|
152
138
|
:param ymax: Y Max
|
|
153
|
-
:type ymax: typing.
|
|
139
|
+
:type ymax: typing.Any | None
|
|
154
140
|
:param wait_for_input: Wait for Input
|
|
155
|
-
:type wait_for_input:
|
|
141
|
+
:type wait_for_input: bool | typing.Any | None
|
|
156
142
|
"""
|
|
157
143
|
|
|
158
144
|
...
|
|
159
145
|
|
|
160
146
|
def copybuffer(
|
|
161
|
-
override_context: typing.
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
165
|
-
undo: typing.Optional[bool] = None,
|
|
147
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
148
|
+
execution_context: str | int | None = None,
|
|
149
|
+
undo: bool | None = None,
|
|
166
150
|
):
|
|
167
151
|
"""Copy the selected objects to the internal clipboard
|
|
168
152
|
|
|
169
|
-
:type override_context:
|
|
170
|
-
:type execution_context:
|
|
171
|
-
:type undo:
|
|
153
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
154
|
+
:type execution_context: str | int | None
|
|
155
|
+
:type undo: bool | None
|
|
172
156
|
"""
|
|
173
157
|
|
|
174
158
|
...
|
|
175
159
|
|
|
176
160
|
def cursor3d(
|
|
177
|
-
override_context: typing.
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
use_depth: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
183
|
-
orientation: typing.Optional[typing.Any] = "VIEW",
|
|
161
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
162
|
+
execution_context: str | int | None = None,
|
|
163
|
+
undo: bool | None = None,
|
|
164
|
+
use_depth: bool | typing.Any | None = True,
|
|
165
|
+
orientation: typing.Any | None = "VIEW",
|
|
184
166
|
):
|
|
185
167
|
"""Set the location of the 3D cursor
|
|
186
168
|
|
|
187
|
-
:type override_context:
|
|
188
|
-
:type execution_context:
|
|
189
|
-
:type undo:
|
|
169
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
170
|
+
:type execution_context: str | int | None
|
|
171
|
+
:type undo: bool | None
|
|
190
172
|
:param use_depth: Surface Project, Project onto the surface
|
|
191
|
-
:type use_depth:
|
|
173
|
+
:type use_depth: bool | typing.Any | None
|
|
192
174
|
:param orientation: Orientation, Preset viewpoint to use
|
|
193
175
|
|
|
194
176
|
NONE
|
|
@@ -202,164 +184,148 @@ def cursor3d(
|
|
|
202
184
|
|
|
203
185
|
GEOM
|
|
204
186
|
Geometry -- Match the surface normal.
|
|
205
|
-
:type orientation: typing.
|
|
187
|
+
:type orientation: typing.Any | None
|
|
206
188
|
"""
|
|
207
189
|
|
|
208
190
|
...
|
|
209
191
|
|
|
210
192
|
def dolly(
|
|
211
|
-
override_context: typing.
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
delta: typing.Optional[typing.Any] = 0,
|
|
219
|
-
use_cursor_init: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
193
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
194
|
+
execution_context: str | int | None = None,
|
|
195
|
+
undo: bool | None = None,
|
|
196
|
+
mx: typing.Any | None = 0,
|
|
197
|
+
my: typing.Any | None = 0,
|
|
198
|
+
delta: typing.Any | None = 0,
|
|
199
|
+
use_cursor_init: bool | typing.Any | None = True,
|
|
220
200
|
):
|
|
221
201
|
"""Dolly in/out in the view
|
|
222
202
|
|
|
223
|
-
:type override_context:
|
|
224
|
-
:type execution_context:
|
|
225
|
-
: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
|
|
226
206
|
:param mx: Region Position X
|
|
227
|
-
:type mx: typing.
|
|
207
|
+
:type mx: typing.Any | None
|
|
228
208
|
:param my: Region Position Y
|
|
229
|
-
:type my: typing.
|
|
209
|
+
:type my: typing.Any | None
|
|
230
210
|
:param delta: Delta
|
|
231
|
-
:type delta: typing.
|
|
211
|
+
:type delta: typing.Any | None
|
|
232
212
|
:param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
|
|
233
|
-
:type use_cursor_init:
|
|
213
|
+
:type use_cursor_init: bool | typing.Any | None
|
|
234
214
|
"""
|
|
235
215
|
|
|
236
216
|
...
|
|
237
217
|
|
|
238
218
|
def drop_world(
|
|
239
|
-
override_context: typing.
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
name: typing.Union[str, typing.Any] = "",
|
|
245
|
-
session_uid: typing.Optional[typing.Any] = 0,
|
|
219
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
220
|
+
execution_context: str | int | None = None,
|
|
221
|
+
undo: bool | None = None,
|
|
222
|
+
name: str | typing.Any = "",
|
|
223
|
+
session_uid: typing.Any | None = 0,
|
|
246
224
|
):
|
|
247
225
|
"""Drop a world into the scene
|
|
248
226
|
|
|
249
|
-
:type override_context:
|
|
250
|
-
:type execution_context:
|
|
251
|
-
: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
|
|
252
230
|
:param name: Name, Name of the data-block to use by the operator
|
|
253
|
-
:type name:
|
|
231
|
+
:type name: str | typing.Any
|
|
254
232
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
255
|
-
:type session_uid: typing.
|
|
233
|
+
:type session_uid: typing.Any | None
|
|
256
234
|
"""
|
|
257
235
|
|
|
258
236
|
...
|
|
259
237
|
|
|
260
238
|
def edit_mesh_extrude_individual_move(
|
|
261
|
-
override_context: typing.
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
265
|
-
undo: typing.Optional[bool] = None,
|
|
239
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
240
|
+
execution_context: str | int | None = None,
|
|
241
|
+
undo: bool | None = None,
|
|
266
242
|
):
|
|
267
243
|
"""Extrude each individual face separately along local normals
|
|
268
244
|
|
|
269
|
-
:type override_context:
|
|
270
|
-
:type execution_context:
|
|
271
|
-
:type undo:
|
|
245
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
246
|
+
:type execution_context: str | int | None
|
|
247
|
+
:type undo: bool | None
|
|
272
248
|
"""
|
|
273
249
|
|
|
274
250
|
...
|
|
275
251
|
|
|
276
252
|
def edit_mesh_extrude_manifold_normal(
|
|
277
|
-
override_context: typing.
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
281
|
-
undo: typing.Optional[bool] = None,
|
|
253
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
254
|
+
execution_context: str | int | None = None,
|
|
255
|
+
undo: bool | None = None,
|
|
282
256
|
):
|
|
283
257
|
"""Extrude manifold region along normals
|
|
284
258
|
|
|
285
|
-
:type override_context:
|
|
286
|
-
:type execution_context:
|
|
287
|
-
: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
|
|
288
262
|
"""
|
|
289
263
|
|
|
290
264
|
...
|
|
291
265
|
|
|
292
266
|
def edit_mesh_extrude_move_normal(
|
|
293
|
-
override_context: typing.
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
undo: typing.Optional[bool] = None,
|
|
298
|
-
dissolve_and_intersect: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
267
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
268
|
+
execution_context: str | int | None = None,
|
|
269
|
+
undo: bool | None = None,
|
|
270
|
+
dissolve_and_intersect: bool | typing.Any | None = False,
|
|
299
271
|
):
|
|
300
272
|
"""Extrude region together along the average normal
|
|
301
273
|
|
|
302
|
-
:type override_context:
|
|
303
|
-
:type execution_context:
|
|
304
|
-
:type undo:
|
|
274
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
275
|
+
:type execution_context: str | int | None
|
|
276
|
+
:type undo: bool | None
|
|
305
277
|
:param dissolve_and_intersect: dissolve_and_intersect, Dissolves adjacent faces and intersects new geometry
|
|
306
|
-
:type dissolve_and_intersect:
|
|
278
|
+
:type dissolve_and_intersect: bool | typing.Any | None
|
|
307
279
|
"""
|
|
308
280
|
|
|
309
281
|
...
|
|
310
282
|
|
|
311
283
|
def edit_mesh_extrude_move_shrink_fatten(
|
|
312
|
-
override_context: typing.
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
316
|
-
undo: typing.Optional[bool] = None,
|
|
284
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
285
|
+
execution_context: str | int | None = None,
|
|
286
|
+
undo: bool | None = None,
|
|
317
287
|
):
|
|
318
288
|
"""Extrude region together along local normals
|
|
319
289
|
|
|
320
|
-
:type override_context:
|
|
321
|
-
:type execution_context:
|
|
322
|
-
: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
|
|
323
293
|
"""
|
|
324
294
|
|
|
325
295
|
...
|
|
326
296
|
|
|
327
297
|
def fly(
|
|
328
|
-
override_context: typing.
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
332
|
-
undo: typing.Optional[bool] = None,
|
|
298
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
299
|
+
execution_context: str | int | None = None,
|
|
300
|
+
undo: bool | None = None,
|
|
333
301
|
):
|
|
334
302
|
"""Interactively fly around the scene
|
|
335
303
|
|
|
336
|
-
:type override_context:
|
|
337
|
-
:type execution_context:
|
|
338
|
-
:type undo:
|
|
304
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
305
|
+
:type execution_context: str | int | None
|
|
306
|
+
:type undo: bool | None
|
|
339
307
|
"""
|
|
340
308
|
|
|
341
309
|
...
|
|
342
310
|
|
|
343
311
|
def interactive_add(
|
|
344
|
-
override_context: typing.
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
plane_aspect_depth: typing.Optional[typing.Any] = "FREE",
|
|
354
|
-
wait_for_input: 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
|
+
primitive_type: typing.Any | None = "CUBE",
|
|
316
|
+
plane_origin_base: typing.Any | None = "EDGE",
|
|
317
|
+
plane_origin_depth: typing.Any | None = "EDGE",
|
|
318
|
+
plane_aspect_base: typing.Any | None = "FREE",
|
|
319
|
+
plane_aspect_depth: typing.Any | None = "FREE",
|
|
320
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
355
321
|
):
|
|
356
322
|
"""Interactively add an object
|
|
357
323
|
|
|
358
|
-
:type override_context:
|
|
359
|
-
:type execution_context:
|
|
360
|
-
:type undo:
|
|
324
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
325
|
+
:type execution_context: str | int | None
|
|
326
|
+
:type undo: bool | None
|
|
361
327
|
:param primitive_type: Primitive
|
|
362
|
-
:type primitive_type: typing.
|
|
328
|
+
:type primitive_type: typing.Any | None
|
|
363
329
|
:param plane_origin_base: Origin, The initial position for placement
|
|
364
330
|
|
|
365
331
|
EDGE
|
|
@@ -367,7 +333,7 @@ def interactive_add(
|
|
|
367
333
|
|
|
368
334
|
CENTER
|
|
369
335
|
Center -- Start placing the center position.
|
|
370
|
-
:type plane_origin_base: typing.
|
|
336
|
+
:type plane_origin_base: typing.Any | None
|
|
371
337
|
:param plane_origin_depth: Origin, The initial position for placement
|
|
372
338
|
|
|
373
339
|
EDGE
|
|
@@ -375,7 +341,7 @@ def interactive_add(
|
|
|
375
341
|
|
|
376
342
|
CENTER
|
|
377
343
|
Center -- Start placing the center position.
|
|
378
|
-
:type plane_origin_depth: typing.
|
|
344
|
+
:type plane_origin_depth: typing.Any | None
|
|
379
345
|
:param plane_aspect_base: Aspect, The initial aspect setting
|
|
380
346
|
|
|
381
347
|
FREE
|
|
@@ -383,7 +349,7 @@ def interactive_add(
|
|
|
383
349
|
|
|
384
350
|
FIXED
|
|
385
351
|
Fixed -- Use a fixed 1:1 aspect.
|
|
386
|
-
:type plane_aspect_base: typing.
|
|
352
|
+
:type plane_aspect_base: typing.Any | None
|
|
387
353
|
:param plane_aspect_depth: Aspect, The initial aspect setting
|
|
388
354
|
|
|
389
355
|
FREE
|
|
@@ -391,354 +357,320 @@ def interactive_add(
|
|
|
391
357
|
|
|
392
358
|
FIXED
|
|
393
359
|
Fixed -- Use a fixed 1:1 aspect.
|
|
394
|
-
:type plane_aspect_depth: typing.
|
|
360
|
+
:type plane_aspect_depth: typing.Any | None
|
|
395
361
|
:param wait_for_input: Wait for Input
|
|
396
|
-
:type wait_for_input:
|
|
362
|
+
:type wait_for_input: bool | typing.Any | None
|
|
397
363
|
"""
|
|
398
364
|
|
|
399
365
|
...
|
|
400
366
|
|
|
401
367
|
def localview(
|
|
402
|
-
override_context: typing.
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
undo: typing.Optional[bool] = None,
|
|
407
|
-
frame_selected: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
368
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
369
|
+
execution_context: str | int | None = None,
|
|
370
|
+
undo: bool | None = None,
|
|
371
|
+
frame_selected: bool | typing.Any | None = True,
|
|
408
372
|
):
|
|
409
373
|
"""Toggle display of selected object(s) separately and centered in view
|
|
410
374
|
|
|
411
|
-
:type override_context:
|
|
412
|
-
:type execution_context:
|
|
413
|
-
:type undo:
|
|
375
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
376
|
+
:type execution_context: str | int | None
|
|
377
|
+
:type undo: bool | None
|
|
414
378
|
:param frame_selected: Frame Selected, Move the view to frame the selected objects
|
|
415
|
-
:type frame_selected:
|
|
379
|
+
:type frame_selected: bool | typing.Any | None
|
|
416
380
|
"""
|
|
417
381
|
|
|
418
382
|
...
|
|
419
383
|
|
|
420
384
|
def localview_remove_from(
|
|
421
|
-
override_context: typing.
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
425
|
-
undo: typing.Optional[bool] = None,
|
|
385
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
386
|
+
execution_context: str | int | None = None,
|
|
387
|
+
undo: bool | None = None,
|
|
426
388
|
):
|
|
427
389
|
"""Move selected objects out of local view
|
|
428
390
|
|
|
429
|
-
:type override_context:
|
|
430
|
-
:type execution_context:
|
|
431
|
-
:type undo:
|
|
391
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
392
|
+
:type execution_context: str | int | None
|
|
393
|
+
:type undo: bool | None
|
|
432
394
|
"""
|
|
433
395
|
|
|
434
396
|
...
|
|
435
397
|
|
|
436
398
|
def move(
|
|
437
|
-
override_context: typing.
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
undo: typing.Optional[bool] = None,
|
|
442
|
-
use_cursor_init: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
399
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
400
|
+
execution_context: str | int | None = None,
|
|
401
|
+
undo: bool | None = None,
|
|
402
|
+
use_cursor_init: bool | typing.Any | None = True,
|
|
443
403
|
):
|
|
444
404
|
"""Move the view
|
|
445
405
|
|
|
446
|
-
:type override_context:
|
|
447
|
-
:type execution_context:
|
|
448
|
-
:type undo:
|
|
406
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
407
|
+
:type execution_context: str | int | None
|
|
408
|
+
:type undo: bool | None
|
|
449
409
|
:param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
|
|
450
|
-
:type use_cursor_init:
|
|
410
|
+
:type use_cursor_init: bool | typing.Any | None
|
|
451
411
|
"""
|
|
452
412
|
|
|
453
413
|
...
|
|
454
414
|
|
|
455
415
|
def navigate(
|
|
456
|
-
override_context: typing.
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
460
|
-
undo: typing.Optional[bool] = None,
|
|
416
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
417
|
+
execution_context: str | int | None = None,
|
|
418
|
+
undo: bool | None = None,
|
|
461
419
|
):
|
|
462
420
|
"""Interactively navigate around the scene (uses the mode (walk/fly) preference)
|
|
463
421
|
|
|
464
|
-
:type override_context:
|
|
465
|
-
:type execution_context:
|
|
466
|
-
:type undo:
|
|
422
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
423
|
+
:type execution_context: str | int | None
|
|
424
|
+
:type undo: bool | None
|
|
467
425
|
"""
|
|
468
426
|
|
|
469
427
|
...
|
|
470
428
|
|
|
471
429
|
def ndof_all(
|
|
472
|
-
override_context: typing.
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
476
|
-
undo: typing.Optional[bool] = None,
|
|
430
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
431
|
+
execution_context: str | int | None = None,
|
|
432
|
+
undo: bool | None = None,
|
|
477
433
|
):
|
|
478
434
|
"""Pan and rotate the view with the 3D mouse
|
|
479
435
|
|
|
480
|
-
:type override_context:
|
|
481
|
-
:type execution_context:
|
|
482
|
-
:type undo:
|
|
436
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
437
|
+
:type execution_context: str | int | None
|
|
438
|
+
:type undo: bool | None
|
|
483
439
|
"""
|
|
484
440
|
|
|
485
441
|
...
|
|
486
442
|
|
|
487
443
|
def ndof_orbit(
|
|
488
|
-
override_context: typing.
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
492
|
-
undo: typing.Optional[bool] = None,
|
|
444
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
445
|
+
execution_context: str | int | None = None,
|
|
446
|
+
undo: bool | None = None,
|
|
493
447
|
):
|
|
494
448
|
"""Orbit the view using the 3D mouse
|
|
495
449
|
|
|
496
|
-
:type override_context:
|
|
497
|
-
:type execution_context:
|
|
498
|
-
:type undo:
|
|
450
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
451
|
+
:type execution_context: str | int | None
|
|
452
|
+
:type undo: bool | None
|
|
499
453
|
"""
|
|
500
454
|
|
|
501
455
|
...
|
|
502
456
|
|
|
503
457
|
def ndof_orbit_zoom(
|
|
504
|
-
override_context: typing.
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
508
|
-
undo: typing.Optional[bool] = None,
|
|
458
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
459
|
+
execution_context: str | int | None = None,
|
|
460
|
+
undo: bool | None = None,
|
|
509
461
|
):
|
|
510
462
|
"""Orbit and zoom the view using the 3D mouse
|
|
511
463
|
|
|
512
|
-
:type override_context:
|
|
513
|
-
:type execution_context:
|
|
514
|
-
:type undo:
|
|
464
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
465
|
+
:type execution_context: str | int | None
|
|
466
|
+
:type undo: bool | None
|
|
515
467
|
"""
|
|
516
468
|
|
|
517
469
|
...
|
|
518
470
|
|
|
519
471
|
def ndof_pan(
|
|
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
|
"""Pan the view with the 3D mouse
|
|
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 object_as_camera(
|
|
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
|
"""Set the active object as the active camera for this view or scene
|
|
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 object_mode_pie_or_toggle(
|
|
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
|
"""Undocumented, consider contributing.
|
|
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 pastebuffer(
|
|
568
|
-
override_context: typing.
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
autoselect: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
574
|
-
active_collection: 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
|
+
autoselect: bool | typing.Any | None = True,
|
|
518
|
+
active_collection: bool | typing.Any | None = True,
|
|
575
519
|
):
|
|
576
520
|
"""Paste objects from the internal clipboard
|
|
577
521
|
|
|
578
|
-
:type override_context:
|
|
579
|
-
:type execution_context:
|
|
580
|
-
:type undo:
|
|
522
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
523
|
+
:type execution_context: str | int | None
|
|
524
|
+
:type undo: bool | None
|
|
581
525
|
:param autoselect: Select, Select pasted objects
|
|
582
|
-
:type autoselect:
|
|
526
|
+
:type autoselect: bool | typing.Any | None
|
|
583
527
|
:param active_collection: Active Collection, Put pasted objects in the active collection
|
|
584
|
-
:type active_collection:
|
|
528
|
+
:type active_collection: bool | typing.Any | None
|
|
585
529
|
"""
|
|
586
530
|
|
|
587
531
|
...
|
|
588
532
|
|
|
589
533
|
def render_border(
|
|
590
|
-
override_context: typing.
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
ymax: typing.Optional[typing.Any] = 0,
|
|
599
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
534
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
535
|
+
execution_context: str | int | None = None,
|
|
536
|
+
undo: bool | None = None,
|
|
537
|
+
xmin: typing.Any | None = 0,
|
|
538
|
+
xmax: typing.Any | None = 0,
|
|
539
|
+
ymin: typing.Any | None = 0,
|
|
540
|
+
ymax: typing.Any | None = 0,
|
|
541
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
600
542
|
):
|
|
601
543
|
"""Set the boundaries of the border render and enable border render
|
|
602
544
|
|
|
603
|
-
:type override_context:
|
|
604
|
-
:type execution_context:
|
|
605
|
-
:type undo:
|
|
545
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
546
|
+
:type execution_context: str | int | None
|
|
547
|
+
:type undo: bool | None
|
|
606
548
|
:param xmin: X Min
|
|
607
|
-
:type xmin: typing.
|
|
549
|
+
:type xmin: typing.Any | None
|
|
608
550
|
:param xmax: X Max
|
|
609
|
-
:type xmax: typing.
|
|
551
|
+
:type xmax: typing.Any | None
|
|
610
552
|
:param ymin: Y Min
|
|
611
|
-
:type ymin: typing.
|
|
553
|
+
:type ymin: typing.Any | None
|
|
612
554
|
:param ymax: Y Max
|
|
613
|
-
:type ymax: typing.
|
|
555
|
+
:type ymax: typing.Any | None
|
|
614
556
|
:param wait_for_input: Wait for Input
|
|
615
|
-
:type wait_for_input:
|
|
557
|
+
:type wait_for_input: bool | typing.Any | None
|
|
616
558
|
"""
|
|
617
559
|
|
|
618
560
|
...
|
|
619
561
|
|
|
620
562
|
def rotate(
|
|
621
|
-
override_context: typing.
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
undo: typing.Optional[bool] = None,
|
|
626
|
-
use_cursor_init: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
563
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
564
|
+
execution_context: str | int | None = None,
|
|
565
|
+
undo: bool | None = None,
|
|
566
|
+
use_cursor_init: bool | typing.Any | None = True,
|
|
627
567
|
):
|
|
628
568
|
"""Rotate the view
|
|
629
569
|
|
|
630
|
-
:type override_context:
|
|
631
|
-
:type execution_context:
|
|
632
|
-
:type undo:
|
|
570
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
571
|
+
:type execution_context: str | int | None
|
|
572
|
+
:type undo: bool | None
|
|
633
573
|
:param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
|
|
634
|
-
:type use_cursor_init:
|
|
574
|
+
:type use_cursor_init: bool | typing.Any | None
|
|
635
575
|
"""
|
|
636
576
|
|
|
637
577
|
...
|
|
638
578
|
|
|
639
579
|
def ruler_add(
|
|
640
|
-
override_context: typing.
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
644
|
-
undo: typing.Optional[bool] = None,
|
|
580
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
581
|
+
execution_context: str | int | None = None,
|
|
582
|
+
undo: bool | None = None,
|
|
645
583
|
):
|
|
646
584
|
"""Add ruler
|
|
647
585
|
|
|
648
|
-
:type override_context:
|
|
649
|
-
:type execution_context:
|
|
650
|
-
: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
|
|
651
589
|
"""
|
|
652
590
|
|
|
653
591
|
...
|
|
654
592
|
|
|
655
593
|
def ruler_remove(
|
|
656
|
-
override_context: typing.
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
660
|
-
undo: typing.Optional[bool] = None,
|
|
594
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
595
|
+
execution_context: str | int | None = None,
|
|
596
|
+
undo: bool | None = None,
|
|
661
597
|
):
|
|
662
598
|
"""Undocumented, consider contributing.
|
|
663
599
|
|
|
664
|
-
:type override_context:
|
|
665
|
-
:type execution_context:
|
|
666
|
-
:type undo:
|
|
600
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
601
|
+
:type execution_context: str | int | None
|
|
602
|
+
:type undo: bool | None
|
|
667
603
|
"""
|
|
668
604
|
|
|
669
605
|
...
|
|
670
606
|
|
|
671
607
|
def select(
|
|
672
|
-
override_context: typing.
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
object: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
685
|
-
location: typing.Optional[typing.Any] = (0, 0),
|
|
608
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
609
|
+
execution_context: str | int | None = None,
|
|
610
|
+
undo: bool | None = None,
|
|
611
|
+
extend: bool | typing.Any | None = False,
|
|
612
|
+
deselect: bool | typing.Any | None = False,
|
|
613
|
+
toggle: bool | typing.Any | None = False,
|
|
614
|
+
deselect_all: bool | typing.Any | None = False,
|
|
615
|
+
select_passthrough: bool | typing.Any | None = False,
|
|
616
|
+
center: bool | typing.Any | None = False,
|
|
617
|
+
enumerate: bool | typing.Any | None = False,
|
|
618
|
+
object: bool | typing.Any | None = False,
|
|
619
|
+
location: typing.Any | None = (0, 0),
|
|
686
620
|
):
|
|
687
621
|
"""Select and activate item(s)
|
|
688
622
|
|
|
689
|
-
:type override_context:
|
|
690
|
-
:type execution_context:
|
|
691
|
-
:type undo:
|
|
623
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
624
|
+
:type execution_context: str | int | None
|
|
625
|
+
:type undo: bool | None
|
|
692
626
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
693
|
-
:type extend:
|
|
627
|
+
:type extend: bool | typing.Any | None
|
|
694
628
|
:param deselect: Deselect, Remove from selection
|
|
695
|
-
:type deselect:
|
|
629
|
+
:type deselect: bool | typing.Any | None
|
|
696
630
|
:param toggle: Toggle Selection, Toggle the selection
|
|
697
|
-
:type toggle:
|
|
631
|
+
:type toggle: bool | typing.Any | None
|
|
698
632
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
699
|
-
:type deselect_all:
|
|
633
|
+
:type deselect_all: bool | typing.Any | None
|
|
700
634
|
:param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
|
|
701
|
-
:type select_passthrough:
|
|
635
|
+
:type select_passthrough: bool | typing.Any | None
|
|
702
636
|
:param center: Center, Use the object center when selecting, in edit mode used to extend object selection
|
|
703
|
-
:type center:
|
|
637
|
+
:type center: bool | typing.Any | None
|
|
704
638
|
:param enumerate: Enumerate, List objects under the mouse (object mode only)
|
|
705
|
-
:type enumerate:
|
|
639
|
+
:type enumerate: bool | typing.Any | None
|
|
706
640
|
:param object: Object, Use object selection (edit mode only)
|
|
707
|
-
:type object:
|
|
641
|
+
:type object: bool | typing.Any | None
|
|
708
642
|
:param location: Location, Mouse location
|
|
709
|
-
:type location: typing.
|
|
643
|
+
:type location: typing.Any | None
|
|
710
644
|
"""
|
|
711
645
|
|
|
712
646
|
...
|
|
713
647
|
|
|
714
648
|
def select_box(
|
|
715
|
-
override_context: typing.
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
725
|
-
mode: typing.Optional[typing.Any] = "SET",
|
|
649
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
650
|
+
execution_context: str | int | None = None,
|
|
651
|
+
undo: bool | None = None,
|
|
652
|
+
xmin: typing.Any | None = 0,
|
|
653
|
+
xmax: typing.Any | None = 0,
|
|
654
|
+
ymin: typing.Any | None = 0,
|
|
655
|
+
ymax: typing.Any | None = 0,
|
|
656
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
657
|
+
mode: typing.Any | None = "SET",
|
|
726
658
|
):
|
|
727
659
|
"""Select items using box selection
|
|
728
660
|
|
|
729
|
-
:type override_context:
|
|
730
|
-
:type execution_context:
|
|
731
|
-
:type undo:
|
|
661
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
662
|
+
:type execution_context: str | int | None
|
|
663
|
+
:type undo: bool | None
|
|
732
664
|
:param xmin: X Min
|
|
733
|
-
:type xmin: typing.
|
|
665
|
+
:type xmin: typing.Any | None
|
|
734
666
|
:param xmax: X Max
|
|
735
|
-
:type xmax: typing.
|
|
667
|
+
:type xmax: typing.Any | None
|
|
736
668
|
:param ymin: Y Min
|
|
737
|
-
:type ymin: typing.
|
|
669
|
+
:type ymin: typing.Any | None
|
|
738
670
|
:param ymax: Y Max
|
|
739
|
-
:type ymax: typing.
|
|
671
|
+
:type ymax: typing.Any | None
|
|
740
672
|
:param wait_for_input: Wait for Input
|
|
741
|
-
:type wait_for_input:
|
|
673
|
+
:type wait_for_input: bool | typing.Any | None
|
|
742
674
|
:param mode: Mode
|
|
743
675
|
|
|
744
676
|
SET
|
|
@@ -755,36 +687,34 @@ def select_box(
|
|
|
755
687
|
|
|
756
688
|
AND
|
|
757
689
|
Intersect -- Intersect existing selection.
|
|
758
|
-
:type mode: typing.
|
|
690
|
+
:type mode: typing.Any | None
|
|
759
691
|
"""
|
|
760
692
|
|
|
761
693
|
...
|
|
762
694
|
|
|
763
695
|
def select_circle(
|
|
764
|
-
override_context: typing.
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
773
|
-
mode: typing.Optional[typing.Any] = "SET",
|
|
696
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
697
|
+
execution_context: str | int | None = None,
|
|
698
|
+
undo: bool | None = None,
|
|
699
|
+
x: typing.Any | None = 0,
|
|
700
|
+
y: typing.Any | None = 0,
|
|
701
|
+
radius: typing.Any | None = 25,
|
|
702
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
703
|
+
mode: typing.Any | None = "SET",
|
|
774
704
|
):
|
|
775
705
|
"""Select items using circle selection
|
|
776
706
|
|
|
777
|
-
:type override_context:
|
|
778
|
-
:type execution_context:
|
|
779
|
-
:type undo:
|
|
707
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
708
|
+
:type execution_context: str | int | None
|
|
709
|
+
:type undo: bool | None
|
|
780
710
|
:param x: X
|
|
781
|
-
:type x: typing.
|
|
711
|
+
:type x: typing.Any | None
|
|
782
712
|
:param y: Y
|
|
783
|
-
:type y: typing.
|
|
713
|
+
:type y: typing.Any | None
|
|
784
714
|
:param radius: Radius
|
|
785
|
-
:type radius: typing.
|
|
715
|
+
:type radius: typing.Any | None
|
|
786
716
|
:param wait_for_input: Wait for Input
|
|
787
|
-
:type wait_for_input:
|
|
717
|
+
:type wait_for_input: bool | typing.Any | None
|
|
788
718
|
:param mode: Mode
|
|
789
719
|
|
|
790
720
|
SET
|
|
@@ -795,29 +725,25 @@ def select_circle(
|
|
|
795
725
|
|
|
796
726
|
SUB
|
|
797
727
|
Subtract -- Subtract existing selection.
|
|
798
|
-
:type mode: typing.
|
|
728
|
+
:type mode: typing.Any | None
|
|
799
729
|
"""
|
|
800
730
|
|
|
801
731
|
...
|
|
802
732
|
|
|
803
733
|
def select_lasso(
|
|
804
|
-
override_context: typing.
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
path: typing.Optional[
|
|
810
|
-
bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
|
|
811
|
-
] = None,
|
|
812
|
-
mode: typing.Optional[typing.Any] = "SET",
|
|
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
|
+
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
738
|
+
mode: typing.Any | None = "SET",
|
|
813
739
|
):
|
|
814
740
|
"""Select items using lasso selection
|
|
815
741
|
|
|
816
|
-
:type override_context:
|
|
817
|
-
:type execution_context:
|
|
818
|
-
:type undo:
|
|
742
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
743
|
+
:type execution_context: str | int | None
|
|
744
|
+
:type undo: bool | None
|
|
819
745
|
:param path: Path
|
|
820
|
-
:type path:
|
|
746
|
+
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
821
747
|
:param mode: Mode
|
|
822
748
|
|
|
823
749
|
SET
|
|
@@ -834,199 +760,177 @@ def select_lasso(
|
|
|
834
760
|
|
|
835
761
|
AND
|
|
836
762
|
Intersect -- Intersect existing selection.
|
|
837
|
-
:type mode: typing.
|
|
763
|
+
:type mode: typing.Any | None
|
|
838
764
|
"""
|
|
839
765
|
|
|
840
766
|
...
|
|
841
767
|
|
|
842
768
|
def select_menu(
|
|
843
|
-
override_context: typing.
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
851
|
-
toggle: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
769
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
770
|
+
execution_context: str | int | None = None,
|
|
771
|
+
undo: bool | None = None,
|
|
772
|
+
name: str | int | typing.Any | None = "",
|
|
773
|
+
extend: bool | typing.Any | None = False,
|
|
774
|
+
deselect: bool | typing.Any | None = False,
|
|
775
|
+
toggle: bool | typing.Any | None = False,
|
|
852
776
|
):
|
|
853
777
|
"""Menu object selection
|
|
854
778
|
|
|
855
|
-
:type override_context:
|
|
856
|
-
:type execution_context:
|
|
857
|
-
:type undo:
|
|
779
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
780
|
+
:type execution_context: str | int | None
|
|
781
|
+
:type undo: bool | None
|
|
858
782
|
:param name: Object Name
|
|
859
|
-
:type name:
|
|
783
|
+
:type name: str | int | typing.Any | None
|
|
860
784
|
:param extend: Extend
|
|
861
|
-
:type extend:
|
|
785
|
+
:type extend: bool | typing.Any | None
|
|
862
786
|
:param deselect: Deselect
|
|
863
|
-
:type deselect:
|
|
787
|
+
:type deselect: bool | typing.Any | None
|
|
864
788
|
:param toggle: Toggle
|
|
865
|
-
:type toggle:
|
|
789
|
+
:type toggle: bool | typing.Any | None
|
|
866
790
|
"""
|
|
867
791
|
|
|
868
792
|
...
|
|
869
793
|
|
|
870
794
|
def smoothview(
|
|
871
|
-
override_context: typing.
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
875
|
-
undo: typing.Optional[bool] = None,
|
|
795
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
796
|
+
execution_context: str | int | None = None,
|
|
797
|
+
undo: bool | None = None,
|
|
876
798
|
):
|
|
877
799
|
"""Undocumented, consider contributing.
|
|
878
800
|
|
|
879
|
-
:type override_context:
|
|
880
|
-
:type execution_context:
|
|
881
|
-
:type undo:
|
|
801
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
802
|
+
:type execution_context: str | int | None
|
|
803
|
+
:type undo: bool | None
|
|
882
804
|
"""
|
|
883
805
|
|
|
884
806
|
...
|
|
885
807
|
|
|
886
808
|
def snap_cursor_to_active(
|
|
887
|
-
override_context: typing.
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
891
|
-
undo: typing.Optional[bool] = None,
|
|
809
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
810
|
+
execution_context: str | int | None = None,
|
|
811
|
+
undo: bool | None = None,
|
|
892
812
|
):
|
|
893
813
|
"""Snap 3D cursor to the active item
|
|
894
814
|
|
|
895
|
-
:type override_context:
|
|
896
|
-
:type execution_context:
|
|
897
|
-
:type undo:
|
|
815
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
816
|
+
:type execution_context: str | int | None
|
|
817
|
+
:type undo: bool | None
|
|
898
818
|
"""
|
|
899
819
|
|
|
900
820
|
...
|
|
901
821
|
|
|
902
822
|
def snap_cursor_to_center(
|
|
903
|
-
override_context: typing.
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
907
|
-
undo: typing.Optional[bool] = None,
|
|
823
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
824
|
+
execution_context: str | int | None = None,
|
|
825
|
+
undo: bool | None = None,
|
|
908
826
|
):
|
|
909
827
|
"""Snap 3D cursor to the world origin
|
|
910
828
|
|
|
911
|
-
:type override_context:
|
|
912
|
-
:type execution_context:
|
|
913
|
-
:type undo:
|
|
829
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
830
|
+
:type execution_context: str | int | None
|
|
831
|
+
:type undo: bool | None
|
|
914
832
|
"""
|
|
915
833
|
|
|
916
834
|
...
|
|
917
835
|
|
|
918
836
|
def snap_cursor_to_grid(
|
|
919
|
-
override_context: typing.
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
923
|
-
undo: typing.Optional[bool] = None,
|
|
837
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
838
|
+
execution_context: str | int | None = None,
|
|
839
|
+
undo: bool | None = None,
|
|
924
840
|
):
|
|
925
841
|
"""Snap 3D cursor to the nearest grid division
|
|
926
842
|
|
|
927
|
-
:type override_context:
|
|
928
|
-
:type execution_context:
|
|
929
|
-
:type undo:
|
|
843
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
844
|
+
:type execution_context: str | int | None
|
|
845
|
+
:type undo: bool | None
|
|
930
846
|
"""
|
|
931
847
|
|
|
932
848
|
...
|
|
933
849
|
|
|
934
850
|
def snap_cursor_to_selected(
|
|
935
|
-
override_context: typing.
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
939
|
-
undo: typing.Optional[bool] = None,
|
|
851
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
852
|
+
execution_context: str | int | None = None,
|
|
853
|
+
undo: bool | None = None,
|
|
940
854
|
):
|
|
941
855
|
"""Snap 3D cursor to the middle of the selected item(s)
|
|
942
856
|
|
|
943
|
-
:type override_context:
|
|
944
|
-
:type execution_context:
|
|
945
|
-
:type undo:
|
|
857
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
858
|
+
:type execution_context: str | int | None
|
|
859
|
+
:type undo: bool | None
|
|
946
860
|
"""
|
|
947
861
|
|
|
948
862
|
...
|
|
949
863
|
|
|
950
864
|
def snap_selected_to_active(
|
|
951
|
-
override_context: typing.
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
955
|
-
undo: typing.Optional[bool] = None,
|
|
865
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
866
|
+
execution_context: str | int | None = None,
|
|
867
|
+
undo: bool | None = None,
|
|
956
868
|
):
|
|
957
869
|
"""Snap selected item(s) to the active item
|
|
958
870
|
|
|
959
|
-
:type override_context:
|
|
960
|
-
:type execution_context:
|
|
961
|
-
:type undo:
|
|
871
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
872
|
+
:type execution_context: str | int | None
|
|
873
|
+
:type undo: bool | None
|
|
962
874
|
"""
|
|
963
875
|
|
|
964
876
|
...
|
|
965
877
|
|
|
966
878
|
def snap_selected_to_cursor(
|
|
967
|
-
override_context: typing.
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
undo: typing.Optional[bool] = None,
|
|
972
|
-
use_offset: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
879
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
880
|
+
execution_context: str | int | None = None,
|
|
881
|
+
undo: bool | None = None,
|
|
882
|
+
use_offset: bool | typing.Any | None = True,
|
|
973
883
|
):
|
|
974
884
|
"""Snap selected item(s) to the 3D cursor
|
|
975
885
|
|
|
976
|
-
:type override_context:
|
|
977
|
-
:type execution_context:
|
|
978
|
-
:type undo:
|
|
886
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
887
|
+
:type execution_context: str | int | None
|
|
888
|
+
:type undo: bool | None
|
|
979
889
|
:param use_offset: Offset, If the selection should be snapped as a whole or by each object center
|
|
980
|
-
:type use_offset:
|
|
890
|
+
:type use_offset: bool | typing.Any | None
|
|
981
891
|
"""
|
|
982
892
|
|
|
983
893
|
...
|
|
984
894
|
|
|
985
895
|
def snap_selected_to_grid(
|
|
986
|
-
override_context: typing.
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
990
|
-
undo: typing.Optional[bool] = None,
|
|
896
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
897
|
+
execution_context: str | int | None = None,
|
|
898
|
+
undo: bool | None = None,
|
|
991
899
|
):
|
|
992
900
|
"""Snap selected item(s) to their nearest grid division
|
|
993
901
|
|
|
994
|
-
:type override_context:
|
|
995
|
-
:type execution_context:
|
|
996
|
-
:type undo:
|
|
902
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
903
|
+
:type execution_context: str | int | None
|
|
904
|
+
:type undo: bool | None
|
|
997
905
|
"""
|
|
998
906
|
|
|
999
907
|
...
|
|
1000
908
|
|
|
1001
909
|
def toggle_matcap_flip(
|
|
1002
|
-
override_context: typing.
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1006
|
-
undo: typing.Optional[bool] = None,
|
|
910
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
911
|
+
execution_context: str | int | None = None,
|
|
912
|
+
undo: bool | None = None,
|
|
1007
913
|
):
|
|
1008
914
|
"""Flip MatCap
|
|
1009
915
|
|
|
1010
|
-
:type override_context:
|
|
1011
|
-
:type execution_context:
|
|
1012
|
-
:type undo:
|
|
916
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
917
|
+
:type execution_context: str | int | None
|
|
918
|
+
:type undo: bool | None
|
|
1013
919
|
"""
|
|
1014
920
|
|
|
1015
921
|
...
|
|
1016
922
|
|
|
1017
923
|
def toggle_shading(
|
|
1018
|
-
override_context: typing.
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
undo: typing.Optional[bool] = None,
|
|
1023
|
-
type: typing.Optional[typing.Any] = "WIREFRAME",
|
|
924
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
925
|
+
execution_context: str | int | None = None,
|
|
926
|
+
undo: bool | None = None,
|
|
927
|
+
type: typing.Any | None = "WIREFRAME",
|
|
1024
928
|
):
|
|
1025
929
|
"""Toggle shading type in 3D viewport
|
|
1026
930
|
|
|
1027
|
-
:type override_context:
|
|
1028
|
-
:type execution_context:
|
|
1029
|
-
:type undo:
|
|
931
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
932
|
+
:type execution_context: str | int | None
|
|
933
|
+
:type undo: bool | None
|
|
1030
934
|
:param type: Type, Shading type to toggle
|
|
1031
935
|
|
|
1032
936
|
WIREFRAME
|
|
@@ -1040,86 +944,78 @@ def toggle_shading(
|
|
|
1040
944
|
|
|
1041
945
|
RENDERED
|
|
1042
946
|
Rendered -- Toggle rendered shading.
|
|
1043
|
-
:type type: typing.
|
|
947
|
+
:type type: typing.Any | None
|
|
1044
948
|
"""
|
|
1045
949
|
|
|
1046
950
|
...
|
|
1047
951
|
|
|
1048
952
|
def toggle_xray(
|
|
1049
|
-
override_context: typing.
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1053
|
-
undo: typing.Optional[bool] = None,
|
|
953
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
954
|
+
execution_context: str | int | None = None,
|
|
955
|
+
undo: bool | None = None,
|
|
1054
956
|
):
|
|
1055
957
|
"""Transparent scene display. Allow selecting through items
|
|
1056
958
|
|
|
1057
|
-
:type override_context:
|
|
1058
|
-
:type execution_context:
|
|
1059
|
-
:type undo:
|
|
959
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
960
|
+
:type execution_context: str | int | None
|
|
961
|
+
:type undo: bool | None
|
|
1060
962
|
"""
|
|
1061
963
|
|
|
1062
964
|
...
|
|
1063
965
|
|
|
1064
966
|
def transform_gizmo_set(
|
|
1065
|
-
override_context: typing.
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1071
|
-
type: typing.Optional[typing.Any] = {},
|
|
967
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
968
|
+
execution_context: str | int | None = None,
|
|
969
|
+
undo: bool | None = None,
|
|
970
|
+
extend: bool | typing.Any | None = False,
|
|
971
|
+
type: typing.Any | None = {},
|
|
1072
972
|
):
|
|
1073
973
|
"""Set the current transform gizmo
|
|
1074
974
|
|
|
1075
|
-
:type override_context:
|
|
1076
|
-
:type execution_context:
|
|
1077
|
-
:type undo:
|
|
975
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
976
|
+
:type execution_context: str | int | None
|
|
977
|
+
:type undo: bool | None
|
|
1078
978
|
:param extend: Extend
|
|
1079
|
-
:type extend:
|
|
979
|
+
:type extend: bool | typing.Any | None
|
|
1080
980
|
:param type: Type
|
|
1081
|
-
:type type: typing.
|
|
981
|
+
:type type: typing.Any | None
|
|
1082
982
|
"""
|
|
1083
983
|
|
|
1084
984
|
...
|
|
1085
985
|
|
|
1086
986
|
def view_all(
|
|
1087
|
-
override_context: typing.
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
use_all_regions: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1093
|
-
center: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
987
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
988
|
+
execution_context: str | int | None = None,
|
|
989
|
+
undo: bool | None = None,
|
|
990
|
+
use_all_regions: bool | typing.Any | None = False,
|
|
991
|
+
center: bool | typing.Any | None = False,
|
|
1094
992
|
):
|
|
1095
993
|
"""View all objects in scene
|
|
1096
994
|
|
|
1097
|
-
:type override_context:
|
|
1098
|
-
:type execution_context:
|
|
1099
|
-
:type undo:
|
|
995
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
996
|
+
:type execution_context: str | int | None
|
|
997
|
+
:type undo: bool | None
|
|
1100
998
|
:param use_all_regions: All Regions, View selected for all regions
|
|
1101
|
-
:type use_all_regions:
|
|
999
|
+
:type use_all_regions: bool | typing.Any | None
|
|
1102
1000
|
:param center: Center
|
|
1103
|
-
:type center:
|
|
1001
|
+
:type center: bool | typing.Any | None
|
|
1104
1002
|
"""
|
|
1105
1003
|
|
|
1106
1004
|
...
|
|
1107
1005
|
|
|
1108
1006
|
def view_axis(
|
|
1109
|
-
override_context: typing.
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
align_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1116
|
-
relative: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1007
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1008
|
+
execution_context: str | int | None = None,
|
|
1009
|
+
undo: bool | None = None,
|
|
1010
|
+
type: typing.Any | None = "LEFT",
|
|
1011
|
+
align_active: bool | typing.Any | None = False,
|
|
1012
|
+
relative: bool | typing.Any | None = False,
|
|
1117
1013
|
):
|
|
1118
1014
|
"""Use a preset viewpoint
|
|
1119
1015
|
|
|
1120
|
-
:type override_context:
|
|
1121
|
-
:type execution_context:
|
|
1122
|
-
:type undo:
|
|
1016
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1017
|
+
:type execution_context: str | int | None
|
|
1018
|
+
:type undo: bool | None
|
|
1123
1019
|
:param type: View, Preset viewpoint to use
|
|
1124
1020
|
|
|
1125
1021
|
LEFT
|
|
@@ -1139,143 +1035,127 @@ def view_axis(
|
|
|
1139
1035
|
|
|
1140
1036
|
BACK
|
|
1141
1037
|
Back -- View from the back.
|
|
1142
|
-
:type type: typing.
|
|
1038
|
+
:type type: typing.Any | None
|
|
1143
1039
|
:param align_active: Align Active, Align to the active object's axis
|
|
1144
|
-
:type align_active:
|
|
1040
|
+
:type align_active: bool | typing.Any | None
|
|
1145
1041
|
:param relative: Relative, Rotate relative to the current orientation
|
|
1146
|
-
:type relative:
|
|
1042
|
+
:type relative: bool | typing.Any | None
|
|
1147
1043
|
"""
|
|
1148
1044
|
|
|
1149
1045
|
...
|
|
1150
1046
|
|
|
1151
1047
|
def view_camera(
|
|
1152
|
-
override_context: typing.
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1156
|
-
undo: typing.Optional[bool] = None,
|
|
1048
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1049
|
+
execution_context: str | int | None = None,
|
|
1050
|
+
undo: bool | None = None,
|
|
1157
1051
|
):
|
|
1158
1052
|
"""Toggle the camera view
|
|
1159
1053
|
|
|
1160
|
-
:type override_context:
|
|
1161
|
-
:type execution_context:
|
|
1162
|
-
:type undo:
|
|
1054
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1055
|
+
:type execution_context: str | int | None
|
|
1056
|
+
:type undo: bool | None
|
|
1163
1057
|
"""
|
|
1164
1058
|
|
|
1165
1059
|
...
|
|
1166
1060
|
|
|
1167
1061
|
def view_center_camera(
|
|
1168
|
-
override_context: typing.
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1172
|
-
undo: typing.Optional[bool] = None,
|
|
1062
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1063
|
+
execution_context: str | int | None = None,
|
|
1064
|
+
undo: bool | None = None,
|
|
1173
1065
|
):
|
|
1174
1066
|
"""Center the camera view, resizing the view to fit its bounds
|
|
1175
1067
|
|
|
1176
|
-
:type override_context:
|
|
1177
|
-
:type execution_context:
|
|
1178
|
-
:type undo:
|
|
1068
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1069
|
+
:type execution_context: str | int | None
|
|
1070
|
+
:type undo: bool | None
|
|
1179
1071
|
"""
|
|
1180
1072
|
|
|
1181
1073
|
...
|
|
1182
1074
|
|
|
1183
1075
|
def view_center_cursor(
|
|
1184
|
-
override_context: typing.
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1188
|
-
undo: typing.Optional[bool] = None,
|
|
1076
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1077
|
+
execution_context: str | int | None = None,
|
|
1078
|
+
undo: bool | None = None,
|
|
1189
1079
|
):
|
|
1190
1080
|
"""Center the view so that the cursor is in the middle of the view
|
|
1191
1081
|
|
|
1192
|
-
:type override_context:
|
|
1193
|
-
:type execution_context:
|
|
1194
|
-
:type undo:
|
|
1082
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1083
|
+
:type execution_context: str | int | None
|
|
1084
|
+
:type undo: bool | None
|
|
1195
1085
|
"""
|
|
1196
1086
|
|
|
1197
1087
|
...
|
|
1198
1088
|
|
|
1199
1089
|
def view_center_lock(
|
|
1200
|
-
override_context: typing.
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1204
|
-
undo: typing.Optional[bool] = None,
|
|
1090
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1091
|
+
execution_context: str | int | None = None,
|
|
1092
|
+
undo: bool | None = None,
|
|
1205
1093
|
):
|
|
1206
1094
|
"""Center the view lock offset
|
|
1207
1095
|
|
|
1208
|
-
:type override_context:
|
|
1209
|
-
:type execution_context:
|
|
1210
|
-
:type undo:
|
|
1096
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1097
|
+
:type execution_context: str | int | None
|
|
1098
|
+
:type undo: bool | None
|
|
1211
1099
|
"""
|
|
1212
1100
|
|
|
1213
1101
|
...
|
|
1214
1102
|
|
|
1215
1103
|
def view_center_pick(
|
|
1216
|
-
override_context: typing.
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1220
|
-
undo: typing.Optional[bool] = None,
|
|
1104
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1105
|
+
execution_context: str | int | None = None,
|
|
1106
|
+
undo: bool | None = None,
|
|
1221
1107
|
):
|
|
1222
1108
|
"""Center the view to the Z-depth position under the mouse cursor
|
|
1223
1109
|
|
|
1224
|
-
:type override_context:
|
|
1225
|
-
:type execution_context:
|
|
1226
|
-
:type undo:
|
|
1110
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1111
|
+
:type execution_context: str | int | None
|
|
1112
|
+
:type undo: bool | None
|
|
1227
1113
|
"""
|
|
1228
1114
|
|
|
1229
1115
|
...
|
|
1230
1116
|
|
|
1231
1117
|
def view_lock_clear(
|
|
1232
|
-
override_context: typing.
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1236
|
-
undo: typing.Optional[bool] = None,
|
|
1118
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1119
|
+
execution_context: str | int | None = None,
|
|
1120
|
+
undo: bool | None = None,
|
|
1237
1121
|
):
|
|
1238
1122
|
"""Clear all view locking
|
|
1239
1123
|
|
|
1240
|
-
:type override_context:
|
|
1241
|
-
:type execution_context:
|
|
1242
|
-
:type undo:
|
|
1124
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1125
|
+
:type execution_context: str | int | None
|
|
1126
|
+
:type undo: bool | None
|
|
1243
1127
|
"""
|
|
1244
1128
|
|
|
1245
1129
|
...
|
|
1246
1130
|
|
|
1247
1131
|
def view_lock_to_active(
|
|
1248
|
-
override_context: typing.
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1252
|
-
undo: typing.Optional[bool] = None,
|
|
1132
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1133
|
+
execution_context: str | int | None = None,
|
|
1134
|
+
undo: bool | None = None,
|
|
1253
1135
|
):
|
|
1254
1136
|
"""Lock the view to the active object/bone
|
|
1255
1137
|
|
|
1256
|
-
:type override_context:
|
|
1257
|
-
:type execution_context:
|
|
1258
|
-
:type undo:
|
|
1138
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1139
|
+
:type execution_context: str | int | None
|
|
1140
|
+
:type undo: bool | None
|
|
1259
1141
|
"""
|
|
1260
1142
|
|
|
1261
1143
|
...
|
|
1262
1144
|
|
|
1263
1145
|
def view_orbit(
|
|
1264
|
-
override_context: typing.
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
angle: typing.Optional[typing.Any] = 0.0,
|
|
1270
|
-
type: typing.Optional[typing.Any] = "ORBITLEFT",
|
|
1146
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1147
|
+
execution_context: str | int | None = None,
|
|
1148
|
+
undo: bool | None = None,
|
|
1149
|
+
angle: typing.Any | None = 0.0,
|
|
1150
|
+
type: typing.Any | None = "ORBITLEFT",
|
|
1271
1151
|
):
|
|
1272
1152
|
"""Orbit the view
|
|
1273
1153
|
|
|
1274
|
-
:type override_context:
|
|
1275
|
-
:type execution_context:
|
|
1276
|
-
:type undo:
|
|
1154
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1155
|
+
:type execution_context: str | int | None
|
|
1156
|
+
:type undo: bool | None
|
|
1277
1157
|
:param angle: Roll
|
|
1278
|
-
:type angle: typing.
|
|
1158
|
+
:type angle: typing.Any | None
|
|
1279
1159
|
:param type: Orbit, Direction of View Orbit
|
|
1280
1160
|
|
|
1281
1161
|
ORBITLEFT
|
|
@@ -1289,24 +1169,22 @@ def view_orbit(
|
|
|
1289
1169
|
|
|
1290
1170
|
ORBITDOWN
|
|
1291
1171
|
Orbit Down -- Orbit the view down.
|
|
1292
|
-
:type type: typing.
|
|
1172
|
+
:type type: typing.Any | None
|
|
1293
1173
|
"""
|
|
1294
1174
|
|
|
1295
1175
|
...
|
|
1296
1176
|
|
|
1297
1177
|
def view_pan(
|
|
1298
|
-
override_context: typing.
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
undo: typing.Optional[bool] = None,
|
|
1303
|
-
type: typing.Optional[typing.Any] = "PANLEFT",
|
|
1178
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1179
|
+
execution_context: str | int | None = None,
|
|
1180
|
+
undo: bool | None = None,
|
|
1181
|
+
type: typing.Any | None = "PANLEFT",
|
|
1304
1182
|
):
|
|
1305
1183
|
"""Pan the view in a given direction
|
|
1306
1184
|
|
|
1307
|
-
:type override_context:
|
|
1308
|
-
:type execution_context:
|
|
1309
|
-
:type undo:
|
|
1185
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1186
|
+
:type execution_context: str | int | None
|
|
1187
|
+
:type undo: bool | None
|
|
1310
1188
|
:param type: Pan, Direction of View Pan
|
|
1311
1189
|
|
|
1312
1190
|
PANLEFT
|
|
@@ -1320,43 +1198,39 @@ def view_pan(
|
|
|
1320
1198
|
|
|
1321
1199
|
PANDOWN
|
|
1322
1200
|
Pan Down -- Pan the view down.
|
|
1323
|
-
:type type: typing.
|
|
1201
|
+
:type type: typing.Any | None
|
|
1324
1202
|
"""
|
|
1325
1203
|
|
|
1326
1204
|
...
|
|
1327
1205
|
|
|
1328
1206
|
def view_persportho(
|
|
1329
|
-
override_context: typing.
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1333
|
-
undo: typing.Optional[bool] = None,
|
|
1207
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1208
|
+
execution_context: str | int | None = None,
|
|
1209
|
+
undo: bool | None = None,
|
|
1334
1210
|
):
|
|
1335
1211
|
"""Switch the current view from perspective/orthographic projection
|
|
1336
1212
|
|
|
1337
|
-
:type override_context:
|
|
1338
|
-
:type execution_context:
|
|
1339
|
-
:type undo:
|
|
1213
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1214
|
+
:type execution_context: str | int | None
|
|
1215
|
+
:type undo: bool | None
|
|
1340
1216
|
"""
|
|
1341
1217
|
|
|
1342
1218
|
...
|
|
1343
1219
|
|
|
1344
1220
|
def view_roll(
|
|
1345
|
-
override_context: typing.
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
angle: typing.Optional[typing.Any] = 0.0,
|
|
1351
|
-
type: typing.Optional[typing.Any] = "ANGLE",
|
|
1221
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1222
|
+
execution_context: str | int | None = None,
|
|
1223
|
+
undo: bool | None = None,
|
|
1224
|
+
angle: typing.Any | None = 0.0,
|
|
1225
|
+
type: typing.Any | None = "ANGLE",
|
|
1352
1226
|
):
|
|
1353
1227
|
"""Roll the view
|
|
1354
1228
|
|
|
1355
|
-
:type override_context:
|
|
1356
|
-
:type execution_context:
|
|
1357
|
-
:type undo:
|
|
1229
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1230
|
+
:type execution_context: str | int | None
|
|
1231
|
+
:type undo: bool | None
|
|
1358
1232
|
:param angle: Roll
|
|
1359
|
-
:type angle: typing.
|
|
1233
|
+
:type angle: typing.Any | None
|
|
1360
1234
|
:param type: Roll Angle Source, How roll angle is calculated
|
|
1361
1235
|
|
|
1362
1236
|
ANGLE
|
|
@@ -1367,120 +1241,110 @@ def view_roll(
|
|
|
1367
1241
|
|
|
1368
1242
|
RIGHT
|
|
1369
1243
|
Roll Right -- Roll the view around to the right.
|
|
1370
|
-
:type type: typing.
|
|
1244
|
+
:type type: typing.Any | None
|
|
1371
1245
|
"""
|
|
1372
1246
|
|
|
1373
1247
|
...
|
|
1374
1248
|
|
|
1375
1249
|
def view_selected(
|
|
1376
|
-
override_context: typing.
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
undo: typing.Optional[bool] = None,
|
|
1381
|
-
use_all_regions: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1250
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1251
|
+
execution_context: str | int | None = None,
|
|
1252
|
+
undo: bool | None = None,
|
|
1253
|
+
use_all_regions: bool | typing.Any | None = False,
|
|
1382
1254
|
):
|
|
1383
1255
|
"""Move the view to the selection center
|
|
1384
1256
|
|
|
1385
|
-
:type override_context:
|
|
1386
|
-
:type execution_context:
|
|
1387
|
-
:type undo:
|
|
1257
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1258
|
+
:type execution_context: str | int | None
|
|
1259
|
+
:type undo: bool | None
|
|
1388
1260
|
:param use_all_regions: All Regions, View selected for all regions
|
|
1389
|
-
:type use_all_regions:
|
|
1261
|
+
:type use_all_regions: bool | typing.Any | None
|
|
1390
1262
|
"""
|
|
1391
1263
|
|
|
1392
1264
|
...
|
|
1393
1265
|
|
|
1394
1266
|
def walk(
|
|
1395
|
-
override_context: typing.
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1399
|
-
undo: typing.Optional[bool] = None,
|
|
1267
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1268
|
+
execution_context: str | int | None = None,
|
|
1269
|
+
undo: bool | None = None,
|
|
1400
1270
|
):
|
|
1401
1271
|
"""Interactively walk around the scene
|
|
1402
1272
|
|
|
1403
|
-
:type override_context:
|
|
1404
|
-
:type execution_context:
|
|
1405
|
-
:type undo:
|
|
1273
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1274
|
+
:type execution_context: str | int | None
|
|
1275
|
+
:type undo: bool | None
|
|
1406
1276
|
"""
|
|
1407
1277
|
|
|
1408
1278
|
...
|
|
1409
1279
|
|
|
1410
1280
|
def zoom(
|
|
1411
|
-
override_context: typing.
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
delta: typing.Optional[typing.Any] = 0,
|
|
1419
|
-
use_cursor_init: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1281
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1282
|
+
execution_context: str | int | None = None,
|
|
1283
|
+
undo: bool | None = None,
|
|
1284
|
+
mx: typing.Any | None = 0,
|
|
1285
|
+
my: typing.Any | None = 0,
|
|
1286
|
+
delta: typing.Any | None = 0,
|
|
1287
|
+
use_cursor_init: bool | typing.Any | None = True,
|
|
1420
1288
|
):
|
|
1421
1289
|
"""Zoom in/out in the view
|
|
1422
1290
|
|
|
1423
|
-
:type override_context:
|
|
1424
|
-
:type execution_context:
|
|
1425
|
-
:type undo:
|
|
1291
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1292
|
+
:type execution_context: str | int | None
|
|
1293
|
+
:type undo: bool | None
|
|
1426
1294
|
:param mx: Region Position X
|
|
1427
|
-
:type mx: typing.
|
|
1295
|
+
:type mx: typing.Any | None
|
|
1428
1296
|
:param my: Region Position Y
|
|
1429
|
-
:type my: typing.
|
|
1297
|
+
:type my: typing.Any | None
|
|
1430
1298
|
:param delta: Delta
|
|
1431
|
-
:type delta: typing.
|
|
1299
|
+
:type delta: typing.Any | None
|
|
1432
1300
|
:param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
|
|
1433
|
-
:type use_cursor_init:
|
|
1301
|
+
:type use_cursor_init: bool | typing.Any | None
|
|
1434
1302
|
"""
|
|
1435
1303
|
|
|
1436
1304
|
...
|
|
1437
1305
|
|
|
1438
1306
|
def zoom_border(
|
|
1439
|
-
override_context: typing.
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1449
|
-
zoom_out: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1307
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1308
|
+
execution_context: str | int | None = None,
|
|
1309
|
+
undo: bool | None = None,
|
|
1310
|
+
xmin: typing.Any | None = 0,
|
|
1311
|
+
xmax: typing.Any | None = 0,
|
|
1312
|
+
ymin: typing.Any | None = 0,
|
|
1313
|
+
ymax: typing.Any | None = 0,
|
|
1314
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
1315
|
+
zoom_out: bool | typing.Any | None = False,
|
|
1450
1316
|
):
|
|
1451
1317
|
"""Zoom in the view to the nearest object contained in the border
|
|
1452
1318
|
|
|
1453
|
-
:type override_context:
|
|
1454
|
-
:type execution_context:
|
|
1455
|
-
:type undo:
|
|
1319
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1320
|
+
:type execution_context: str | int | None
|
|
1321
|
+
:type undo: bool | None
|
|
1456
1322
|
:param xmin: X Min
|
|
1457
|
-
:type xmin: typing.
|
|
1323
|
+
:type xmin: typing.Any | None
|
|
1458
1324
|
:param xmax: X Max
|
|
1459
|
-
:type xmax: typing.
|
|
1325
|
+
:type xmax: typing.Any | None
|
|
1460
1326
|
:param ymin: Y Min
|
|
1461
|
-
:type ymin: typing.
|
|
1327
|
+
:type ymin: typing.Any | None
|
|
1462
1328
|
:param ymax: Y Max
|
|
1463
|
-
:type ymax: typing.
|
|
1329
|
+
:type ymax: typing.Any | None
|
|
1464
1330
|
:param wait_for_input: Wait for Input
|
|
1465
|
-
:type wait_for_input:
|
|
1331
|
+
:type wait_for_input: bool | typing.Any | None
|
|
1466
1332
|
:param zoom_out: Zoom Out
|
|
1467
|
-
:type zoom_out:
|
|
1333
|
+
:type zoom_out: bool | typing.Any | None
|
|
1468
1334
|
"""
|
|
1469
1335
|
|
|
1470
1336
|
...
|
|
1471
1337
|
|
|
1472
1338
|
def zoom_camera_1_to_1(
|
|
1473
|
-
override_context: typing.
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1477
|
-
undo: typing.Optional[bool] = None,
|
|
1339
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1340
|
+
execution_context: str | int | None = None,
|
|
1341
|
+
undo: bool | None = None,
|
|
1478
1342
|
):
|
|
1479
1343
|
"""Match the camera to 1:1 to the render output
|
|
1480
1344
|
|
|
1481
|
-
:type override_context:
|
|
1482
|
-
:type execution_context:
|
|
1483
|
-
:type undo:
|
|
1345
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1346
|
+
:type execution_context: str | int | None
|
|
1347
|
+
:type undo: bool | None
|
|
1484
1348
|
"""
|
|
1485
1349
|
|
|
1486
1350
|
...
|