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/outliner/__init__.pyi
CHANGED
|
@@ -4,37 +4,33 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def action_set(
|
|
7
|
-
override_context: typing.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
undo: typing.Optional[bool] = None,
|
|
12
|
-
action: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
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
|
+
action: str | int | typing.Any | None = "",
|
|
13
11
|
):
|
|
14
12
|
"""Change the active action used
|
|
15
13
|
|
|
16
|
-
:type override_context:
|
|
17
|
-
:type execution_context:
|
|
18
|
-
:type undo:
|
|
14
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
15
|
+
:type execution_context: str | int | None
|
|
16
|
+
:type undo: bool | None
|
|
19
17
|
:param action: Action
|
|
20
|
-
:type action:
|
|
18
|
+
:type action: str | int | typing.Any | None
|
|
21
19
|
"""
|
|
22
20
|
|
|
23
21
|
...
|
|
24
22
|
|
|
25
23
|
def animdata_operation(
|
|
26
|
-
override_context: typing.
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
undo: typing.Optional[bool] = None,
|
|
31
|
-
type: typing.Optional[typing.Any] = "CLEAR_ANIMDATA",
|
|
24
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
25
|
+
execution_context: str | int | None = None,
|
|
26
|
+
undo: bool | None = None,
|
|
27
|
+
type: typing.Any | None = "CLEAR_ANIMDATA",
|
|
32
28
|
):
|
|
33
29
|
"""Undocumented, consider contributing.
|
|
34
30
|
|
|
35
|
-
:type override_context:
|
|
36
|
-
:type execution_context:
|
|
37
|
-
:type undo:
|
|
31
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
32
|
+
:type execution_context: str | int | None
|
|
33
|
+
:type undo: bool | None
|
|
38
34
|
:param type: Animation Operation
|
|
39
35
|
|
|
40
36
|
CLEAR_ANIMDATA
|
|
@@ -51,618 +47,544 @@ def animdata_operation(
|
|
|
51
47
|
|
|
52
48
|
CLEAR_DRIVERS
|
|
53
49
|
Clear Drivers.
|
|
54
|
-
:type type: typing.
|
|
50
|
+
:type type: typing.Any | None
|
|
55
51
|
"""
|
|
56
52
|
|
|
57
53
|
...
|
|
58
54
|
|
|
59
55
|
def collection_color_tag_set(
|
|
60
|
-
override_context: typing.
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
undo: typing.Optional[bool] = None,
|
|
65
|
-
color: typing.Optional[typing.Union[str, int]] = "NONE",
|
|
56
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
57
|
+
execution_context: str | int | None = None,
|
|
58
|
+
undo: bool | None = None,
|
|
59
|
+
color: str | int | None = "NONE",
|
|
66
60
|
):
|
|
67
61
|
"""Set a color tag for the selected collections
|
|
68
62
|
|
|
69
|
-
:type override_context:
|
|
70
|
-
:type execution_context:
|
|
71
|
-
:type undo:
|
|
63
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
64
|
+
:type execution_context: str | int | None
|
|
65
|
+
:type undo: bool | None
|
|
72
66
|
:param color: Color Tag
|
|
73
|
-
:type color:
|
|
67
|
+
:type color: str | int | None
|
|
74
68
|
"""
|
|
75
69
|
|
|
76
70
|
...
|
|
77
71
|
|
|
78
72
|
def collection_disable(
|
|
79
|
-
override_context: typing.
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
83
|
-
undo: typing.Optional[bool] = None,
|
|
73
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
74
|
+
execution_context: str | int | None = None,
|
|
75
|
+
undo: bool | None = None,
|
|
84
76
|
):
|
|
85
77
|
"""Disable viewport display in the view layers
|
|
86
78
|
|
|
87
|
-
:type override_context:
|
|
88
|
-
:type execution_context:
|
|
89
|
-
:type undo:
|
|
79
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
80
|
+
:type execution_context: str | int | None
|
|
81
|
+
:type undo: bool | None
|
|
90
82
|
"""
|
|
91
83
|
|
|
92
84
|
...
|
|
93
85
|
|
|
94
86
|
def collection_disable_render(
|
|
95
|
-
override_context: typing.
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
99
|
-
undo: typing.Optional[bool] = None,
|
|
87
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
88
|
+
execution_context: str | int | None = None,
|
|
89
|
+
undo: bool | None = None,
|
|
100
90
|
):
|
|
101
91
|
"""Do not render this collection
|
|
102
92
|
|
|
103
|
-
:type override_context:
|
|
104
|
-
:type execution_context:
|
|
105
|
-
:type undo:
|
|
93
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
94
|
+
:type execution_context: str | int | None
|
|
95
|
+
:type undo: bool | None
|
|
106
96
|
"""
|
|
107
97
|
|
|
108
98
|
...
|
|
109
99
|
|
|
110
100
|
def collection_drop(
|
|
111
|
-
override_context: typing.
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
115
|
-
undo: typing.Optional[bool] = None,
|
|
101
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
102
|
+
execution_context: str | int | None = None,
|
|
103
|
+
undo: bool | None = None,
|
|
116
104
|
):
|
|
117
105
|
"""Drag to move to collection in Outliner
|
|
118
106
|
|
|
119
|
-
:type override_context:
|
|
120
|
-
:type execution_context:
|
|
121
|
-
:type undo:
|
|
107
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
108
|
+
:type execution_context: str | int | None
|
|
109
|
+
:type undo: bool | None
|
|
122
110
|
"""
|
|
123
111
|
|
|
124
112
|
...
|
|
125
113
|
|
|
126
114
|
def collection_duplicate(
|
|
127
|
-
override_context: typing.
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
131
|
-
undo: typing.Optional[bool] = None,
|
|
115
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
116
|
+
execution_context: str | int | None = None,
|
|
117
|
+
undo: bool | None = None,
|
|
132
118
|
):
|
|
133
119
|
"""Recursively duplicate the collection, all its children, objects and object data
|
|
134
120
|
|
|
135
|
-
:type override_context:
|
|
136
|
-
:type execution_context:
|
|
137
|
-
:type undo:
|
|
121
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
122
|
+
:type execution_context: str | int | None
|
|
123
|
+
:type undo: bool | None
|
|
138
124
|
"""
|
|
139
125
|
|
|
140
126
|
...
|
|
141
127
|
|
|
142
128
|
def collection_duplicate_linked(
|
|
143
|
-
override_context: typing.
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
147
|
-
undo: typing.Optional[bool] = None,
|
|
129
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
130
|
+
execution_context: str | int | None = None,
|
|
131
|
+
undo: bool | None = None,
|
|
148
132
|
):
|
|
149
133
|
"""Recursively duplicate the collection, all its children and objects, with linked object data
|
|
150
134
|
|
|
151
|
-
:type override_context:
|
|
152
|
-
:type execution_context:
|
|
153
|
-
:type undo:
|
|
135
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
136
|
+
:type execution_context: str | int | None
|
|
137
|
+
:type undo: bool | None
|
|
154
138
|
"""
|
|
155
139
|
|
|
156
140
|
...
|
|
157
141
|
|
|
158
142
|
def collection_enable(
|
|
159
|
-
override_context: typing.
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
163
|
-
undo: typing.Optional[bool] = None,
|
|
143
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
144
|
+
execution_context: str | int | None = None,
|
|
145
|
+
undo: bool | None = None,
|
|
164
146
|
):
|
|
165
147
|
"""Enable viewport display in the view layers
|
|
166
148
|
|
|
167
|
-
:type override_context:
|
|
168
|
-
:type execution_context:
|
|
169
|
-
:type undo:
|
|
149
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
150
|
+
:type execution_context: str | int | None
|
|
151
|
+
:type undo: bool | None
|
|
170
152
|
"""
|
|
171
153
|
|
|
172
154
|
...
|
|
173
155
|
|
|
174
156
|
def collection_enable_render(
|
|
175
|
-
override_context: typing.
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
179
|
-
undo: typing.Optional[bool] = None,
|
|
157
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
158
|
+
execution_context: str | int | None = None,
|
|
159
|
+
undo: bool | None = None,
|
|
180
160
|
):
|
|
181
161
|
"""Render the collection
|
|
182
162
|
|
|
183
|
-
:type override_context:
|
|
184
|
-
:type execution_context:
|
|
185
|
-
:type undo:
|
|
163
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
164
|
+
:type execution_context: str | int | None
|
|
165
|
+
:type undo: bool | None
|
|
186
166
|
"""
|
|
187
167
|
|
|
188
168
|
...
|
|
189
169
|
|
|
190
170
|
def collection_exclude_clear(
|
|
191
|
-
override_context: typing.
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
195
|
-
undo: typing.Optional[bool] = None,
|
|
171
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
172
|
+
execution_context: str | int | None = None,
|
|
173
|
+
undo: bool | None = None,
|
|
196
174
|
):
|
|
197
175
|
"""Include collection in the active view layer
|
|
198
176
|
|
|
199
|
-
:type override_context:
|
|
200
|
-
:type execution_context:
|
|
201
|
-
:type undo:
|
|
177
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
178
|
+
:type execution_context: str | int | None
|
|
179
|
+
:type undo: bool | None
|
|
202
180
|
"""
|
|
203
181
|
|
|
204
182
|
...
|
|
205
183
|
|
|
206
184
|
def collection_exclude_set(
|
|
207
|
-
override_context: typing.
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
211
|
-
undo: typing.Optional[bool] = None,
|
|
185
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
186
|
+
execution_context: str | int | None = None,
|
|
187
|
+
undo: bool | None = None,
|
|
212
188
|
):
|
|
213
189
|
"""Exclude collection from the active view layer
|
|
214
190
|
|
|
215
|
-
:type override_context:
|
|
216
|
-
:type execution_context:
|
|
217
|
-
:type undo:
|
|
191
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
192
|
+
:type execution_context: str | int | None
|
|
193
|
+
:type undo: bool | None
|
|
218
194
|
"""
|
|
219
195
|
|
|
220
196
|
...
|
|
221
197
|
|
|
222
198
|
def collection_hide(
|
|
223
|
-
override_context: typing.
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
227
|
-
undo: typing.Optional[bool] = None,
|
|
199
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
200
|
+
execution_context: str | int | None = None,
|
|
201
|
+
undo: bool | None = None,
|
|
228
202
|
):
|
|
229
203
|
"""Hide the collection in this view layer
|
|
230
204
|
|
|
231
|
-
:type override_context:
|
|
232
|
-
:type execution_context:
|
|
233
|
-
:type undo:
|
|
205
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
206
|
+
:type execution_context: str | int | None
|
|
207
|
+
:type undo: bool | None
|
|
234
208
|
"""
|
|
235
209
|
|
|
236
210
|
...
|
|
237
211
|
|
|
238
212
|
def collection_hide_inside(
|
|
239
|
-
override_context: typing.
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
243
|
-
undo: typing.Optional[bool] = None,
|
|
213
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
214
|
+
execution_context: str | int | None = None,
|
|
215
|
+
undo: bool | None = None,
|
|
244
216
|
):
|
|
245
217
|
"""Hide all the objects and collections inside the collection
|
|
246
218
|
|
|
247
|
-
:type override_context:
|
|
248
|
-
:type execution_context:
|
|
249
|
-
:type undo:
|
|
219
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
220
|
+
:type execution_context: str | int | None
|
|
221
|
+
:type undo: bool | None
|
|
250
222
|
"""
|
|
251
223
|
|
|
252
224
|
...
|
|
253
225
|
|
|
254
226
|
def collection_hierarchy_delete(
|
|
255
|
-
override_context: typing.
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
259
|
-
undo: typing.Optional[bool] = None,
|
|
227
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
228
|
+
execution_context: str | int | None = None,
|
|
229
|
+
undo: bool | None = None,
|
|
260
230
|
):
|
|
261
231
|
"""Delete selected collection hierarchies
|
|
262
232
|
|
|
263
|
-
:type override_context:
|
|
264
|
-
:type execution_context:
|
|
265
|
-
:type undo:
|
|
233
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
234
|
+
:type execution_context: str | int | None
|
|
235
|
+
:type undo: bool | None
|
|
266
236
|
"""
|
|
267
237
|
|
|
268
238
|
...
|
|
269
239
|
|
|
270
240
|
def collection_holdout_clear(
|
|
271
|
-
override_context: typing.
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
275
|
-
undo: typing.Optional[bool] = None,
|
|
241
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
242
|
+
execution_context: str | int | None = None,
|
|
243
|
+
undo: bool | None = None,
|
|
276
244
|
):
|
|
277
245
|
"""Clear masking of collection in the active view layer
|
|
278
246
|
|
|
279
|
-
:type override_context:
|
|
280
|
-
:type execution_context:
|
|
281
|
-
:type undo:
|
|
247
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
248
|
+
:type execution_context: str | int | None
|
|
249
|
+
:type undo: bool | None
|
|
282
250
|
"""
|
|
283
251
|
|
|
284
252
|
...
|
|
285
253
|
|
|
286
254
|
def collection_holdout_set(
|
|
287
|
-
override_context: typing.
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
291
|
-
undo: typing.Optional[bool] = None,
|
|
255
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
256
|
+
execution_context: str | int | None = None,
|
|
257
|
+
undo: bool | None = None,
|
|
292
258
|
):
|
|
293
259
|
"""Mask collection in the active view layer
|
|
294
260
|
|
|
295
|
-
:type override_context:
|
|
296
|
-
:type execution_context:
|
|
297
|
-
:type undo:
|
|
261
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
262
|
+
:type execution_context: str | int | None
|
|
263
|
+
:type undo: bool | None
|
|
298
264
|
"""
|
|
299
265
|
|
|
300
266
|
...
|
|
301
267
|
|
|
302
268
|
def collection_indirect_only_clear(
|
|
303
|
-
override_context: typing.
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
307
|
-
undo: typing.Optional[bool] = None,
|
|
269
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
270
|
+
execution_context: str | int | None = None,
|
|
271
|
+
undo: bool | None = None,
|
|
308
272
|
):
|
|
309
273
|
"""Clear collection contributing only indirectly in the view layer
|
|
310
274
|
|
|
311
|
-
:type override_context:
|
|
312
|
-
:type execution_context:
|
|
313
|
-
:type undo:
|
|
275
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
276
|
+
:type execution_context: str | int | None
|
|
277
|
+
:type undo: bool | None
|
|
314
278
|
"""
|
|
315
279
|
|
|
316
280
|
...
|
|
317
281
|
|
|
318
282
|
def collection_indirect_only_set(
|
|
319
|
-
override_context: typing.
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
323
|
-
undo: typing.Optional[bool] = None,
|
|
283
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
284
|
+
execution_context: str | int | None = None,
|
|
285
|
+
undo: bool | None = None,
|
|
324
286
|
):
|
|
325
287
|
"""Set collection to only contribute indirectly (through shadows and reflections) in the view layer
|
|
326
288
|
|
|
327
|
-
:type override_context:
|
|
328
|
-
:type execution_context:
|
|
329
|
-
:type undo:
|
|
289
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
290
|
+
:type execution_context: str | int | None
|
|
291
|
+
:type undo: bool | None
|
|
330
292
|
"""
|
|
331
293
|
|
|
332
294
|
...
|
|
333
295
|
|
|
334
296
|
def collection_instance(
|
|
335
|
-
override_context: typing.
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
339
|
-
undo: typing.Optional[bool] = None,
|
|
297
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
298
|
+
execution_context: str | int | None = None,
|
|
299
|
+
undo: bool | None = None,
|
|
340
300
|
):
|
|
341
301
|
"""Instance selected collections to active scene
|
|
342
302
|
|
|
343
|
-
:type override_context:
|
|
344
|
-
:type execution_context:
|
|
345
|
-
:type undo:
|
|
303
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
304
|
+
:type execution_context: str | int | None
|
|
305
|
+
:type undo: bool | None
|
|
346
306
|
"""
|
|
347
307
|
|
|
348
308
|
...
|
|
349
309
|
|
|
350
310
|
def collection_isolate(
|
|
351
|
-
override_context: typing.
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
undo: typing.Optional[bool] = None,
|
|
356
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
311
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
312
|
+
execution_context: str | int | None = None,
|
|
313
|
+
undo: bool | None = None,
|
|
314
|
+
extend: bool | typing.Any | None = False,
|
|
357
315
|
):
|
|
358
316
|
"""Hide all but this collection and its parents
|
|
359
317
|
|
|
360
|
-
:type override_context:
|
|
361
|
-
:type execution_context:
|
|
362
|
-
:type undo:
|
|
318
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
319
|
+
:type execution_context: str | int | None
|
|
320
|
+
:type undo: bool | None
|
|
363
321
|
:param extend: Extend, Extend current visible collections
|
|
364
|
-
:type extend:
|
|
322
|
+
:type extend: bool | typing.Any | None
|
|
365
323
|
"""
|
|
366
324
|
|
|
367
325
|
...
|
|
368
326
|
|
|
369
327
|
def collection_link(
|
|
370
|
-
override_context: typing.
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
374
|
-
undo: typing.Optional[bool] = None,
|
|
328
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
329
|
+
execution_context: str | int | None = None,
|
|
330
|
+
undo: bool | None = None,
|
|
375
331
|
):
|
|
376
332
|
"""Link selected collections to active scene
|
|
377
333
|
|
|
378
|
-
:type override_context:
|
|
379
|
-
:type execution_context:
|
|
380
|
-
:type undo:
|
|
334
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
335
|
+
:type execution_context: str | int | None
|
|
336
|
+
:type undo: bool | None
|
|
381
337
|
"""
|
|
382
338
|
|
|
383
339
|
...
|
|
384
340
|
|
|
385
341
|
def collection_new(
|
|
386
|
-
override_context: typing.
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
undo: typing.Optional[bool] = None,
|
|
391
|
-
nested: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
342
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
343
|
+
execution_context: str | int | None = None,
|
|
344
|
+
undo: bool | None = None,
|
|
345
|
+
nested: bool | typing.Any | None = True,
|
|
392
346
|
):
|
|
393
347
|
"""Add a new collection inside selected collection
|
|
394
348
|
|
|
395
|
-
:type override_context:
|
|
396
|
-
:type execution_context:
|
|
397
|
-
:type undo:
|
|
349
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
350
|
+
:type execution_context: str | int | None
|
|
351
|
+
:type undo: bool | None
|
|
398
352
|
:param nested: Nested, Add as child of selected collection
|
|
399
|
-
:type nested:
|
|
353
|
+
:type nested: bool | typing.Any | None
|
|
400
354
|
"""
|
|
401
355
|
|
|
402
356
|
...
|
|
403
357
|
|
|
404
358
|
def collection_objects_deselect(
|
|
405
|
-
override_context: typing.
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
409
|
-
undo: typing.Optional[bool] = None,
|
|
359
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
360
|
+
execution_context: str | int | None = None,
|
|
361
|
+
undo: bool | None = None,
|
|
410
362
|
):
|
|
411
363
|
"""Deselect objects in collection
|
|
412
364
|
|
|
413
|
-
:type override_context:
|
|
414
|
-
:type execution_context:
|
|
415
|
-
:type undo:
|
|
365
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
366
|
+
:type execution_context: str | int | None
|
|
367
|
+
:type undo: bool | None
|
|
416
368
|
"""
|
|
417
369
|
|
|
418
370
|
...
|
|
419
371
|
|
|
420
372
|
def collection_objects_select(
|
|
421
|
-
override_context: typing.
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
425
|
-
undo: typing.Optional[bool] = None,
|
|
373
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
374
|
+
execution_context: str | int | None = None,
|
|
375
|
+
undo: bool | None = None,
|
|
426
376
|
):
|
|
427
377
|
"""Select objects in collection
|
|
428
378
|
|
|
429
|
-
:type override_context:
|
|
430
|
-
:type execution_context:
|
|
431
|
-
:type undo:
|
|
379
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
380
|
+
:type execution_context: str | int | None
|
|
381
|
+
:type undo: bool | None
|
|
432
382
|
"""
|
|
433
383
|
|
|
434
384
|
...
|
|
435
385
|
|
|
436
386
|
def collection_show(
|
|
437
|
-
override_context: typing.
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
441
|
-
undo: typing.Optional[bool] = None,
|
|
387
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
388
|
+
execution_context: str | int | None = None,
|
|
389
|
+
undo: bool | None = None,
|
|
442
390
|
):
|
|
443
391
|
"""Show the collection in this view layer
|
|
444
392
|
|
|
445
|
-
:type override_context:
|
|
446
|
-
:type execution_context:
|
|
447
|
-
:type undo:
|
|
393
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
394
|
+
:type execution_context: str | int | None
|
|
395
|
+
:type undo: bool | None
|
|
448
396
|
"""
|
|
449
397
|
|
|
450
398
|
...
|
|
451
399
|
|
|
452
400
|
def collection_show_inside(
|
|
453
|
-
override_context: typing.
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
457
|
-
undo: typing.Optional[bool] = None,
|
|
401
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
402
|
+
execution_context: str | int | None = None,
|
|
403
|
+
undo: bool | None = None,
|
|
458
404
|
):
|
|
459
405
|
"""Show all the objects and collections inside the collection
|
|
460
406
|
|
|
461
|
-
:type override_context:
|
|
462
|
-
:type execution_context:
|
|
463
|
-
:type undo:
|
|
407
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
408
|
+
:type execution_context: str | int | None
|
|
409
|
+
:type undo: bool | None
|
|
464
410
|
"""
|
|
465
411
|
|
|
466
412
|
...
|
|
467
413
|
|
|
468
414
|
def constraint_operation(
|
|
469
|
-
override_context: typing.
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
undo: typing.Optional[bool] = None,
|
|
474
|
-
type: typing.Optional[typing.Any] = "ENABLE",
|
|
415
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
416
|
+
execution_context: str | int | None = None,
|
|
417
|
+
undo: bool | None = None,
|
|
418
|
+
type: typing.Any | None = "ENABLE",
|
|
475
419
|
):
|
|
476
420
|
"""Undocumented, consider contributing.
|
|
477
421
|
|
|
478
|
-
:type override_context:
|
|
479
|
-
:type execution_context:
|
|
480
|
-
: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
|
|
481
425
|
:param type: Constraint Operation
|
|
482
|
-
:type type: typing.
|
|
426
|
+
:type type: typing.Any | None
|
|
483
427
|
"""
|
|
484
428
|
|
|
485
429
|
...
|
|
486
430
|
|
|
487
431
|
def data_operation(
|
|
488
|
-
override_context: typing.
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
undo: typing.Optional[bool] = None,
|
|
493
|
-
type: typing.Optional[typing.Union[str, int, typing.Any]] = "DEFAULT",
|
|
432
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
433
|
+
execution_context: str | int | None = None,
|
|
434
|
+
undo: bool | None = None,
|
|
435
|
+
type: str | int | typing.Any | None = "DEFAULT",
|
|
494
436
|
):
|
|
495
437
|
"""Undocumented, consider contributing.
|
|
496
438
|
|
|
497
|
-
:type override_context:
|
|
498
|
-
:type execution_context:
|
|
499
|
-
:type undo:
|
|
439
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
440
|
+
:type execution_context: str | int | None
|
|
441
|
+
:type undo: bool | None
|
|
500
442
|
:param type: Data Operation
|
|
501
|
-
:type type:
|
|
443
|
+
:type type: str | int | typing.Any | None
|
|
502
444
|
"""
|
|
503
445
|
|
|
504
446
|
...
|
|
505
447
|
|
|
506
448
|
def datastack_drop(
|
|
507
|
-
override_context: typing.
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
511
|
-
undo: typing.Optional[bool] = None,
|
|
449
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
450
|
+
execution_context: str | int | None = None,
|
|
451
|
+
undo: bool | None = None,
|
|
512
452
|
):
|
|
513
453
|
"""Copy or reorder modifiers, constraints, and effects
|
|
514
454
|
|
|
515
|
-
:type override_context:
|
|
516
|
-
:type execution_context:
|
|
517
|
-
:type undo:
|
|
455
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
456
|
+
:type execution_context: str | int | None
|
|
457
|
+
:type undo: bool | None
|
|
518
458
|
"""
|
|
519
459
|
|
|
520
460
|
...
|
|
521
461
|
|
|
522
462
|
def delete(
|
|
523
|
-
override_context: typing.
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
undo: typing.Optional[bool] = None,
|
|
528
|
-
hierarchy: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
463
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
464
|
+
execution_context: str | int | None = None,
|
|
465
|
+
undo: bool | None = None,
|
|
466
|
+
hierarchy: bool | typing.Any | None = False,
|
|
529
467
|
):
|
|
530
468
|
"""Delete selected objects and collections
|
|
531
469
|
|
|
532
|
-
:type override_context:
|
|
533
|
-
:type execution_context:
|
|
534
|
-
:type undo:
|
|
470
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
471
|
+
:type execution_context: str | int | None
|
|
472
|
+
:type undo: bool | None
|
|
535
473
|
:param hierarchy: Hierarchy, Delete child objects and collections
|
|
536
|
-
:type hierarchy:
|
|
474
|
+
:type hierarchy: bool | typing.Any | None
|
|
537
475
|
"""
|
|
538
476
|
|
|
539
477
|
...
|
|
540
478
|
|
|
541
479
|
def drivers_add_selected(
|
|
542
|
-
override_context: typing.
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
546
|
-
undo: typing.Optional[bool] = None,
|
|
480
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
481
|
+
execution_context: str | int | None = None,
|
|
482
|
+
undo: bool | None = None,
|
|
547
483
|
):
|
|
548
484
|
"""Add drivers to selected items
|
|
549
485
|
|
|
550
|
-
:type override_context:
|
|
551
|
-
:type execution_context:
|
|
552
|
-
:type undo:
|
|
486
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
487
|
+
:type execution_context: str | int | None
|
|
488
|
+
:type undo: bool | None
|
|
553
489
|
"""
|
|
554
490
|
|
|
555
491
|
...
|
|
556
492
|
|
|
557
493
|
def drivers_delete_selected(
|
|
558
|
-
override_context: typing.
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
562
|
-
undo: typing.Optional[bool] = None,
|
|
494
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
495
|
+
execution_context: str | int | None = None,
|
|
496
|
+
undo: bool | None = None,
|
|
563
497
|
):
|
|
564
498
|
"""Delete drivers assigned to selected items
|
|
565
499
|
|
|
566
|
-
:type override_context:
|
|
567
|
-
:type execution_context:
|
|
568
|
-
:type undo:
|
|
500
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
501
|
+
:type execution_context: str | int | None
|
|
502
|
+
:type undo: bool | None
|
|
569
503
|
"""
|
|
570
504
|
|
|
571
505
|
...
|
|
572
506
|
|
|
573
507
|
def expanded_toggle(
|
|
574
|
-
override_context: typing.
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
578
|
-
undo: typing.Optional[bool] = None,
|
|
508
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
509
|
+
execution_context: str | int | None = None,
|
|
510
|
+
undo: bool | None = None,
|
|
579
511
|
):
|
|
580
512
|
"""Expand/Collapse all items
|
|
581
513
|
|
|
582
|
-
:type override_context:
|
|
583
|
-
:type execution_context:
|
|
584
|
-
:type undo:
|
|
514
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
515
|
+
:type execution_context: str | int | None
|
|
516
|
+
:type undo: bool | None
|
|
585
517
|
"""
|
|
586
518
|
|
|
587
519
|
...
|
|
588
520
|
|
|
589
521
|
def hide(
|
|
590
|
-
override_context: typing.
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
594
|
-
undo: typing.Optional[bool] = None,
|
|
522
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
523
|
+
execution_context: str | int | None = None,
|
|
524
|
+
undo: bool | None = None,
|
|
595
525
|
):
|
|
596
526
|
"""Hide selected objects and collections
|
|
597
527
|
|
|
598
|
-
:type override_context:
|
|
599
|
-
:type execution_context:
|
|
600
|
-
:type undo:
|
|
528
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
529
|
+
:type execution_context: str | int | None
|
|
530
|
+
:type undo: bool | None
|
|
601
531
|
"""
|
|
602
532
|
|
|
603
533
|
...
|
|
604
534
|
|
|
605
535
|
def highlight_update(
|
|
606
|
-
override_context: typing.
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
610
|
-
undo: typing.Optional[bool] = None,
|
|
536
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
537
|
+
execution_context: str | int | None = None,
|
|
538
|
+
undo: bool | None = None,
|
|
611
539
|
):
|
|
612
540
|
"""Update the item highlight based on the current mouse position
|
|
613
541
|
|
|
614
|
-
:type override_context:
|
|
615
|
-
:type execution_context:
|
|
616
|
-
:type undo:
|
|
542
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
543
|
+
:type execution_context: str | int | None
|
|
544
|
+
:type undo: bool | None
|
|
617
545
|
"""
|
|
618
546
|
|
|
619
547
|
...
|
|
620
548
|
|
|
621
549
|
def id_copy(
|
|
622
|
-
override_context: typing.
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
626
|
-
undo: typing.Optional[bool] = None,
|
|
550
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
551
|
+
execution_context: str | int | None = None,
|
|
552
|
+
undo: bool | None = None,
|
|
627
553
|
):
|
|
628
554
|
"""Copy the selected data-blocks to the internal clipboard
|
|
629
555
|
|
|
630
|
-
:type override_context:
|
|
631
|
-
:type execution_context:
|
|
632
|
-
:type undo:
|
|
556
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
557
|
+
:type execution_context: str | int | None
|
|
558
|
+
:type undo: bool | None
|
|
633
559
|
"""
|
|
634
560
|
|
|
635
561
|
...
|
|
636
562
|
|
|
637
563
|
def id_delete(
|
|
638
|
-
override_context: typing.
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
642
|
-
undo: typing.Optional[bool] = None,
|
|
564
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
565
|
+
execution_context: str | int | None = None,
|
|
566
|
+
undo: bool | None = None,
|
|
643
567
|
):
|
|
644
568
|
"""Delete the ID under cursor
|
|
645
569
|
|
|
646
|
-
:type override_context:
|
|
647
|
-
:type execution_context:
|
|
648
|
-
: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
|
|
649
573
|
"""
|
|
650
574
|
|
|
651
575
|
...
|
|
652
576
|
|
|
653
577
|
def id_operation(
|
|
654
|
-
override_context: typing.
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
undo: typing.Optional[bool] = None,
|
|
659
|
-
type: typing.Optional[typing.Any] = "UNLINK",
|
|
578
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
579
|
+
execution_context: str | int | None = None,
|
|
580
|
+
undo: bool | None = None,
|
|
581
|
+
type: typing.Any | None = "UNLINK",
|
|
660
582
|
):
|
|
661
583
|
"""General data-block management operations
|
|
662
584
|
|
|
663
|
-
:type override_context:
|
|
664
|
-
:type execution_context:
|
|
665
|
-
:type undo:
|
|
585
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
586
|
+
:type execution_context: str | int | None
|
|
587
|
+
:type undo: bool | None
|
|
666
588
|
:param type: ID Data Operation
|
|
667
589
|
|
|
668
590
|
UNLINK
|
|
@@ -697,179 +619,161 @@ def id_operation(
|
|
|
697
619
|
|
|
698
620
|
SELECT_LINKED
|
|
699
621
|
Select Linked.
|
|
700
|
-
:type type: typing.
|
|
622
|
+
:type type: typing.Any | None
|
|
701
623
|
"""
|
|
702
624
|
|
|
703
625
|
...
|
|
704
626
|
|
|
705
627
|
def id_paste(
|
|
706
|
-
override_context: typing.
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
710
|
-
undo: typing.Optional[bool] = None,
|
|
628
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
629
|
+
execution_context: str | int | None = None,
|
|
630
|
+
undo: bool | None = None,
|
|
711
631
|
):
|
|
712
632
|
"""Paste data-blocks from the internal clipboard
|
|
713
633
|
|
|
714
|
-
:type override_context:
|
|
715
|
-
:type execution_context:
|
|
716
|
-
:type undo:
|
|
634
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
635
|
+
:type execution_context: str | int | None
|
|
636
|
+
:type undo: bool | None
|
|
717
637
|
"""
|
|
718
638
|
|
|
719
639
|
...
|
|
720
640
|
|
|
721
641
|
def id_remap(
|
|
722
|
-
override_context: typing.
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
old_id: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
729
|
-
new_id: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
642
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
643
|
+
execution_context: str | int | None = None,
|
|
644
|
+
undo: bool | None = None,
|
|
645
|
+
id_type: str | int | None = "OBJECT",
|
|
646
|
+
old_id: str | int | typing.Any | None = "",
|
|
647
|
+
new_id: str | int | typing.Any | None = "",
|
|
730
648
|
):
|
|
731
649
|
"""Undocumented, consider contributing.
|
|
732
650
|
|
|
733
|
-
:type override_context:
|
|
734
|
-
:type execution_context:
|
|
735
|
-
:type undo:
|
|
651
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
652
|
+
:type execution_context: str | int | None
|
|
653
|
+
:type undo: bool | None
|
|
736
654
|
:param id_type: ID Type
|
|
737
|
-
:type id_type:
|
|
655
|
+
:type id_type: str | int | None
|
|
738
656
|
:param old_id: Old ID, Old ID to replace
|
|
739
|
-
:type old_id:
|
|
657
|
+
:type old_id: str | int | typing.Any | None
|
|
740
658
|
:param new_id: New ID, New ID to remap all selected IDs' users to
|
|
741
|
-
:type new_id:
|
|
659
|
+
:type new_id: str | int | typing.Any | None
|
|
742
660
|
"""
|
|
743
661
|
|
|
744
662
|
...
|
|
745
663
|
|
|
746
664
|
def item_activate(
|
|
747
|
-
override_context: typing.
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
deselect_all: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
755
|
-
recurse: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
665
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
666
|
+
execution_context: str | int | None = None,
|
|
667
|
+
undo: bool | None = None,
|
|
668
|
+
extend: bool | typing.Any | None = False,
|
|
669
|
+
extend_range: bool | typing.Any | None = False,
|
|
670
|
+
deselect_all: bool | typing.Any | None = False,
|
|
671
|
+
recurse: bool | typing.Any | None = False,
|
|
756
672
|
):
|
|
757
673
|
"""Handle mouse clicks to select and activate items
|
|
758
674
|
|
|
759
|
-
:type override_context:
|
|
760
|
-
:type execution_context:
|
|
761
|
-
:type undo:
|
|
675
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
676
|
+
:type execution_context: str | int | None
|
|
677
|
+
:type undo: bool | None
|
|
762
678
|
:param extend: Extend, Extend selection for activation
|
|
763
|
-
:type extend:
|
|
679
|
+
:type extend: bool | typing.Any | None
|
|
764
680
|
:param extend_range: Extend Range, Select a range from active element
|
|
765
|
-
:type extend_range:
|
|
681
|
+
:type extend_range: bool | typing.Any | None
|
|
766
682
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
767
|
-
:type deselect_all:
|
|
683
|
+
:type deselect_all: bool | typing.Any | None
|
|
768
684
|
:param recurse: Recurse, Select objects recursively from active element
|
|
769
|
-
:type recurse:
|
|
685
|
+
:type recurse: bool | typing.Any | None
|
|
770
686
|
"""
|
|
771
687
|
|
|
772
688
|
...
|
|
773
689
|
|
|
774
690
|
def item_drag_drop(
|
|
775
|
-
override_context: typing.
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
779
|
-
undo: typing.Optional[bool] = None,
|
|
691
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
692
|
+
execution_context: str | int | None = None,
|
|
693
|
+
undo: bool | None = None,
|
|
780
694
|
):
|
|
781
695
|
"""Drag and drop element to another place
|
|
782
696
|
|
|
783
|
-
:type override_context:
|
|
784
|
-
:type execution_context:
|
|
785
|
-
:type undo:
|
|
697
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
698
|
+
:type execution_context: str | int | None
|
|
699
|
+
:type undo: bool | None
|
|
786
700
|
"""
|
|
787
701
|
|
|
788
702
|
...
|
|
789
703
|
|
|
790
704
|
def item_openclose(
|
|
791
|
-
override_context: typing.
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
undo: typing.Optional[bool] = None,
|
|
796
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
705
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
706
|
+
execution_context: str | int | None = None,
|
|
707
|
+
undo: bool | None = None,
|
|
708
|
+
all: bool | typing.Any | None = False,
|
|
797
709
|
):
|
|
798
710
|
"""Toggle whether item under cursor is enabled or closed
|
|
799
711
|
|
|
800
|
-
:type override_context:
|
|
801
|
-
:type execution_context:
|
|
802
|
-
:type undo:
|
|
712
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
713
|
+
:type execution_context: str | int | None
|
|
714
|
+
:type undo: bool | None
|
|
803
715
|
:param all: All, Close or open all items
|
|
804
|
-
:type all:
|
|
716
|
+
:type all: bool | typing.Any | None
|
|
805
717
|
"""
|
|
806
718
|
|
|
807
719
|
...
|
|
808
720
|
|
|
809
721
|
def item_rename(
|
|
810
|
-
override_context: typing.
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
undo: typing.Optional[bool] = None,
|
|
815
|
-
use_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
722
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
723
|
+
execution_context: str | int | None = None,
|
|
724
|
+
undo: bool | None = None,
|
|
725
|
+
use_active: bool | typing.Any | None = False,
|
|
816
726
|
):
|
|
817
727
|
"""Rename the active element
|
|
818
728
|
|
|
819
|
-
:type override_context:
|
|
820
|
-
:type execution_context:
|
|
821
|
-
:type undo:
|
|
729
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
730
|
+
:type execution_context: str | int | None
|
|
731
|
+
:type undo: bool | None
|
|
822
732
|
:param use_active: Use Active, Rename the active item, rather than the one the mouse is over
|
|
823
|
-
:type use_active:
|
|
733
|
+
:type use_active: bool | typing.Any | None
|
|
824
734
|
"""
|
|
825
735
|
|
|
826
736
|
...
|
|
827
737
|
|
|
828
738
|
def keyingset_add_selected(
|
|
829
|
-
override_context: typing.
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
833
|
-
undo: typing.Optional[bool] = None,
|
|
739
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
740
|
+
execution_context: str | int | None = None,
|
|
741
|
+
undo: bool | None = None,
|
|
834
742
|
):
|
|
835
743
|
"""Add selected items (blue-gray rows) to active Keying Set
|
|
836
744
|
|
|
837
|
-
:type override_context:
|
|
838
|
-
:type execution_context:
|
|
839
|
-
:type undo:
|
|
745
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
746
|
+
:type execution_context: str | int | None
|
|
747
|
+
:type undo: bool | None
|
|
840
748
|
"""
|
|
841
749
|
|
|
842
750
|
...
|
|
843
751
|
|
|
844
752
|
def keyingset_remove_selected(
|
|
845
|
-
override_context: typing.
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
849
|
-
undo: typing.Optional[bool] = None,
|
|
753
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
754
|
+
execution_context: str | int | None = None,
|
|
755
|
+
undo: bool | None = None,
|
|
850
756
|
):
|
|
851
757
|
"""Remove selected items (blue-gray rows) from active Keying Set
|
|
852
758
|
|
|
853
|
-
:type override_context:
|
|
854
|
-
:type execution_context:
|
|
855
|
-
:type undo:
|
|
759
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
760
|
+
:type execution_context: str | int | None
|
|
761
|
+
:type undo: bool | None
|
|
856
762
|
"""
|
|
857
763
|
|
|
858
764
|
...
|
|
859
765
|
|
|
860
766
|
def lib_operation(
|
|
861
|
-
override_context: typing.
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
undo: typing.Optional[bool] = None,
|
|
866
|
-
type: typing.Optional[typing.Any] = "DELETE",
|
|
767
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
768
|
+
execution_context: str | int | None = None,
|
|
769
|
+
undo: bool | None = None,
|
|
770
|
+
type: typing.Any | None = "DELETE",
|
|
867
771
|
):
|
|
868
772
|
"""Undocumented, consider contributing.
|
|
869
773
|
|
|
870
|
-
:type override_context:
|
|
871
|
-
:type execution_context:
|
|
872
|
-
:type undo:
|
|
774
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
775
|
+
:type execution_context: str | int | None
|
|
776
|
+
:type undo: bool | None
|
|
873
777
|
:param type: Library Operation
|
|
874
778
|
|
|
875
779
|
DELETE
|
|
@@ -881,41 +785,37 @@ def lib_operation(
|
|
|
881
785
|
|
|
882
786
|
RELOAD
|
|
883
787
|
Reload -- Reload all data from this library.
|
|
884
|
-
:type type: typing.
|
|
788
|
+
:type type: typing.Any | None
|
|
885
789
|
"""
|
|
886
790
|
|
|
887
791
|
...
|
|
888
792
|
|
|
889
793
|
def lib_relocate(
|
|
890
|
-
override_context: typing.
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
894
|
-
undo: typing.Optional[bool] = None,
|
|
794
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
795
|
+
execution_context: str | int | None = None,
|
|
796
|
+
undo: bool | None = None,
|
|
895
797
|
):
|
|
896
798
|
"""Relocate the library under cursor
|
|
897
799
|
|
|
898
|
-
:type override_context:
|
|
899
|
-
:type execution_context:
|
|
900
|
-
:type undo:
|
|
800
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
801
|
+
:type execution_context: str | int | None
|
|
802
|
+
:type undo: bool | None
|
|
901
803
|
"""
|
|
902
804
|
|
|
903
805
|
...
|
|
904
806
|
|
|
905
807
|
def liboverride_operation(
|
|
906
|
-
override_context: typing.
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
type: typing.Optional[typing.Any] = "OVERRIDE_LIBRARY_CREATE_HIERARCHY",
|
|
912
|
-
selection_set: typing.Optional[typing.Any] = "SELECTED",
|
|
808
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
809
|
+
execution_context: str | int | None = None,
|
|
810
|
+
undo: bool | None = None,
|
|
811
|
+
type: typing.Any | None = "OVERRIDE_LIBRARY_CREATE_HIERARCHY",
|
|
812
|
+
selection_set: typing.Any | None = "SELECTED",
|
|
913
813
|
):
|
|
914
814
|
"""Create, reset or clear library override hierarchies
|
|
915
815
|
|
|
916
|
-
:type override_context:
|
|
917
|
-
:type execution_context:
|
|
918
|
-
:type undo:
|
|
816
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
817
|
+
:type execution_context: str | int | None
|
|
818
|
+
:type undo: bool | None
|
|
919
819
|
:param type: Library Override Operation
|
|
920
820
|
|
|
921
821
|
OVERRIDE_LIBRARY_CREATE_HIERARCHY
|
|
@@ -926,7 +826,7 @@ def liboverride_operation(
|
|
|
926
826
|
|
|
927
827
|
OVERRIDE_LIBRARY_CLEAR_SINGLE
|
|
928
828
|
Clear -- Delete the selected local overrides and relink their usages to the linked data-blocks if possible, else reset them and mark them as non editable.
|
|
929
|
-
:type type: typing.
|
|
829
|
+
:type type: typing.Any | None
|
|
930
830
|
:param selection_set: Selection Set, Over which part of the tree items to apply the operation
|
|
931
831
|
|
|
932
832
|
SELECTED
|
|
@@ -937,25 +837,23 @@ def liboverride_operation(
|
|
|
937
837
|
|
|
938
838
|
SELECTED_AND_CONTENT
|
|
939
839
|
Selected & Content -- Apply the operation over selected data-blocks and all their dependencies.
|
|
940
|
-
:type selection_set: typing.
|
|
840
|
+
:type selection_set: typing.Any | None
|
|
941
841
|
"""
|
|
942
842
|
|
|
943
843
|
...
|
|
944
844
|
|
|
945
845
|
def liboverride_troubleshoot_operation(
|
|
946
|
-
override_context: typing.
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
type: typing.Optional[typing.Any] = "OVERRIDE_LIBRARY_RESYNC_HIERARCHY",
|
|
952
|
-
selection_set: typing.Optional[typing.Any] = "SELECTED",
|
|
846
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
847
|
+
execution_context: str | int | None = None,
|
|
848
|
+
undo: bool | None = None,
|
|
849
|
+
type: typing.Any | None = "OVERRIDE_LIBRARY_RESYNC_HIERARCHY",
|
|
850
|
+
selection_set: typing.Any | None = "SELECTED",
|
|
953
851
|
):
|
|
954
852
|
"""Advanced operations over library override to help fix broken hierarchies
|
|
955
853
|
|
|
956
|
-
:type override_context:
|
|
957
|
-
:type execution_context:
|
|
958
|
-
:type undo:
|
|
854
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
855
|
+
:type execution_context: str | int | None
|
|
856
|
+
:type undo: bool | None
|
|
959
857
|
:param type: Library Override Troubleshoot Operation
|
|
960
858
|
|
|
961
859
|
OVERRIDE_LIBRARY_RESYNC_HIERARCHY
|
|
@@ -966,7 +864,7 @@ def liboverride_troubleshoot_operation(
|
|
|
966
864
|
|
|
967
865
|
OVERRIDE_LIBRARY_DELETE_HIERARCHY
|
|
968
866
|
Delete -- Delete the selected local overrides (including their hierarchies of override dependencies) and relink their usages to the linked data-blocks.
|
|
969
|
-
:type type: typing.
|
|
867
|
+
:type type: typing.Any | None
|
|
970
868
|
:param selection_set: Selection Set, Over which part of the tree items to apply the operation
|
|
971
869
|
|
|
972
870
|
SELECTED
|
|
@@ -977,59 +875,53 @@ def liboverride_troubleshoot_operation(
|
|
|
977
875
|
|
|
978
876
|
SELECTED_AND_CONTENT
|
|
979
877
|
Selected & Content -- Apply the operation over selected data-blocks and all their dependencies.
|
|
980
|
-
:type selection_set: typing.
|
|
878
|
+
:type selection_set: typing.Any | None
|
|
981
879
|
"""
|
|
982
880
|
|
|
983
881
|
...
|
|
984
882
|
|
|
985
883
|
def material_drop(
|
|
986
|
-
override_context: typing.
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
990
|
-
undo: typing.Optional[bool] = None,
|
|
884
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
885
|
+
execution_context: str | int | None = None,
|
|
886
|
+
undo: bool | None = None,
|
|
991
887
|
):
|
|
992
888
|
"""Drag material to object in Outliner
|
|
993
889
|
|
|
994
|
-
:type override_context:
|
|
995
|
-
:type execution_context:
|
|
996
|
-
:type undo:
|
|
890
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
891
|
+
:type execution_context: str | int | None
|
|
892
|
+
:type undo: bool | None
|
|
997
893
|
"""
|
|
998
894
|
|
|
999
895
|
...
|
|
1000
896
|
|
|
1001
897
|
def modifier_operation(
|
|
1002
|
-
override_context: typing.
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
undo: typing.Optional[bool] = None,
|
|
1007
|
-
type: typing.Optional[typing.Any] = "APPLY",
|
|
898
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
899
|
+
execution_context: str | int | None = None,
|
|
900
|
+
undo: bool | None = None,
|
|
901
|
+
type: typing.Any | None = "APPLY",
|
|
1008
902
|
):
|
|
1009
903
|
"""Undocumented, consider contributing.
|
|
1010
904
|
|
|
1011
|
-
:type override_context:
|
|
1012
|
-
:type execution_context:
|
|
1013
|
-
:type undo:
|
|
905
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
906
|
+
:type execution_context: str | int | None
|
|
907
|
+
:type undo: bool | None
|
|
1014
908
|
:param type: Modifier Operation
|
|
1015
|
-
:type type: typing.
|
|
909
|
+
:type type: typing.Any | None
|
|
1016
910
|
"""
|
|
1017
911
|
|
|
1018
912
|
...
|
|
1019
913
|
|
|
1020
914
|
def object_operation(
|
|
1021
|
-
override_context: typing.
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
undo: typing.Optional[bool] = None,
|
|
1026
|
-
type: typing.Optional[typing.Any] = "SELECT",
|
|
915
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
916
|
+
execution_context: str | int | None = None,
|
|
917
|
+
undo: bool | None = None,
|
|
918
|
+
type: typing.Any | None = "SELECT",
|
|
1027
919
|
):
|
|
1028
920
|
"""Undocumented, consider contributing.
|
|
1029
921
|
|
|
1030
|
-
:type override_context:
|
|
1031
|
-
:type execution_context:
|
|
1032
|
-
:type undo:
|
|
922
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
923
|
+
:type execution_context: str | int | None
|
|
924
|
+
:type undo: bool | None
|
|
1033
925
|
:param type: Object Operation
|
|
1034
926
|
|
|
1035
927
|
SELECT
|
|
@@ -1046,167 +938,149 @@ def object_operation(
|
|
|
1046
938
|
|
|
1047
939
|
RENAME
|
|
1048
940
|
Rename.
|
|
1049
|
-
:type type: typing.
|
|
941
|
+
:type type: typing.Any | None
|
|
1050
942
|
"""
|
|
1051
943
|
|
|
1052
944
|
...
|
|
1053
945
|
|
|
1054
946
|
def operation(
|
|
1055
|
-
override_context: typing.
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1059
|
-
undo: typing.Optional[bool] = None,
|
|
947
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
948
|
+
execution_context: str | int | None = None,
|
|
949
|
+
undo: bool | None = None,
|
|
1060
950
|
):
|
|
1061
951
|
"""Context menu for item operations
|
|
1062
952
|
|
|
1063
|
-
:type override_context:
|
|
1064
|
-
:type execution_context:
|
|
1065
|
-
:type undo:
|
|
953
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
954
|
+
:type execution_context: str | int | None
|
|
955
|
+
:type undo: bool | None
|
|
1066
956
|
"""
|
|
1067
957
|
|
|
1068
958
|
...
|
|
1069
959
|
|
|
1070
960
|
def orphans_manage(
|
|
1071
|
-
override_context: typing.
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1075
|
-
undo: typing.Optional[bool] = None,
|
|
961
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
962
|
+
execution_context: str | int | None = None,
|
|
963
|
+
undo: bool | None = None,
|
|
1076
964
|
):
|
|
1077
965
|
"""Open a window to manage unused data
|
|
1078
966
|
|
|
1079
|
-
:type override_context:
|
|
1080
|
-
:type execution_context:
|
|
1081
|
-
:type undo:
|
|
967
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
968
|
+
:type execution_context: str | int | None
|
|
969
|
+
:type undo: bool | None
|
|
1082
970
|
"""
|
|
1083
971
|
|
|
1084
972
|
...
|
|
1085
973
|
|
|
1086
974
|
def orphans_purge(
|
|
1087
|
-
override_context: typing.
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
do_linked_ids: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1094
|
-
do_recursive: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
975
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
976
|
+
execution_context: str | int | None = None,
|
|
977
|
+
undo: bool | None = None,
|
|
978
|
+
do_local_ids: bool | typing.Any | None = True,
|
|
979
|
+
do_linked_ids: bool | typing.Any | None = True,
|
|
980
|
+
do_recursive: bool | typing.Any | None = True,
|
|
1095
981
|
):
|
|
1096
982
|
"""Clear all orphaned data-blocks without any users from the file
|
|
1097
983
|
|
|
1098
|
-
:type override_context:
|
|
1099
|
-
:type execution_context:
|
|
1100
|
-
:type undo:
|
|
984
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
985
|
+
:type execution_context: str | int | None
|
|
986
|
+
:type undo: bool | None
|
|
1101
987
|
:param do_local_ids: Local Data-blocks, Include unused local data-blocks into deletion
|
|
1102
|
-
:type do_local_ids:
|
|
988
|
+
:type do_local_ids: bool | typing.Any | None
|
|
1103
989
|
:param do_linked_ids: Linked Data-blocks, Include unused linked data-blocks into deletion
|
|
1104
|
-
:type do_linked_ids:
|
|
990
|
+
:type do_linked_ids: bool | typing.Any | None
|
|
1105
991
|
:param do_recursive: Recursive Delete, Recursively check for indirectly unused data-blocks, ensuring that no orphaned data-blocks remain after execution
|
|
1106
|
-
:type do_recursive:
|
|
992
|
+
:type do_recursive: bool | typing.Any | None
|
|
1107
993
|
"""
|
|
1108
994
|
|
|
1109
995
|
...
|
|
1110
996
|
|
|
1111
997
|
def parent_clear(
|
|
1112
|
-
override_context: typing.
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1116
|
-
undo: typing.Optional[bool] = None,
|
|
998
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
999
|
+
execution_context: str | int | None = None,
|
|
1000
|
+
undo: bool | None = None,
|
|
1117
1001
|
):
|
|
1118
1002
|
"""Drag to clear parent in Outliner
|
|
1119
1003
|
|
|
1120
|
-
:type override_context:
|
|
1121
|
-
:type execution_context:
|
|
1122
|
-
:type undo:
|
|
1004
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1005
|
+
:type execution_context: str | int | None
|
|
1006
|
+
:type undo: bool | None
|
|
1123
1007
|
"""
|
|
1124
1008
|
|
|
1125
1009
|
...
|
|
1126
1010
|
|
|
1127
1011
|
def parent_drop(
|
|
1128
|
-
override_context: typing.
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1132
|
-
undo: typing.Optional[bool] = None,
|
|
1012
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1013
|
+
execution_context: str | int | None = None,
|
|
1014
|
+
undo: bool | None = None,
|
|
1133
1015
|
):
|
|
1134
1016
|
"""Drag to parent in Outliner
|
|
1135
1017
|
|
|
1136
|
-
:type override_context:
|
|
1137
|
-
:type execution_context:
|
|
1138
|
-
:type undo:
|
|
1018
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1019
|
+
:type execution_context: str | int | None
|
|
1020
|
+
:type undo: bool | None
|
|
1139
1021
|
"""
|
|
1140
1022
|
|
|
1141
1023
|
...
|
|
1142
1024
|
|
|
1143
1025
|
def scene_drop(
|
|
1144
|
-
override_context: typing.
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1148
|
-
undo: typing.Optional[bool] = None,
|
|
1026
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1027
|
+
execution_context: str | int | None = None,
|
|
1028
|
+
undo: bool | None = None,
|
|
1149
1029
|
):
|
|
1150
1030
|
"""Drag object to scene in Outliner
|
|
1151
1031
|
|
|
1152
|
-
:type override_context:
|
|
1153
|
-
:type execution_context:
|
|
1154
|
-
:type undo:
|
|
1032
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1033
|
+
:type execution_context: str | int | None
|
|
1034
|
+
:type undo: bool | None
|
|
1155
1035
|
"""
|
|
1156
1036
|
|
|
1157
1037
|
...
|
|
1158
1038
|
|
|
1159
1039
|
def scene_operation(
|
|
1160
|
-
override_context: typing.
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
undo: typing.Optional[bool] = None,
|
|
1165
|
-
type: typing.Optional[typing.Union[str, int, typing.Any]] = "DELETE",
|
|
1040
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1041
|
+
execution_context: str | int | None = None,
|
|
1042
|
+
undo: bool | None = None,
|
|
1043
|
+
type: str | int | typing.Any | None = "DELETE",
|
|
1166
1044
|
):
|
|
1167
1045
|
"""Context menu for scene operations
|
|
1168
1046
|
|
|
1169
|
-
:type override_context:
|
|
1170
|
-
:type execution_context:
|
|
1171
|
-
:type undo:
|
|
1047
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1048
|
+
:type execution_context: str | int | None
|
|
1049
|
+
:type undo: bool | None
|
|
1172
1050
|
:param type: Scene Operation
|
|
1173
|
-
:type type:
|
|
1051
|
+
:type type: str | int | typing.Any | None
|
|
1174
1052
|
"""
|
|
1175
1053
|
|
|
1176
1054
|
...
|
|
1177
1055
|
|
|
1178
1056
|
def scroll_page(
|
|
1179
|
-
override_context: typing.
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
undo: typing.Optional[bool] = None,
|
|
1184
|
-
up: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1057
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1058
|
+
execution_context: str | int | None = None,
|
|
1059
|
+
undo: bool | None = None,
|
|
1060
|
+
up: bool | typing.Any | None = False,
|
|
1185
1061
|
):
|
|
1186
1062
|
"""Scroll page up or down
|
|
1187
1063
|
|
|
1188
|
-
:type override_context:
|
|
1189
|
-
:type execution_context:
|
|
1190
|
-
:type undo:
|
|
1064
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1065
|
+
:type execution_context: str | int | None
|
|
1066
|
+
:type undo: bool | None
|
|
1191
1067
|
:param up: Up, Scroll up one page
|
|
1192
|
-
:type up:
|
|
1068
|
+
:type up: bool | typing.Any | None
|
|
1193
1069
|
"""
|
|
1194
1070
|
|
|
1195
1071
|
...
|
|
1196
1072
|
|
|
1197
1073
|
def select_all(
|
|
1198
|
-
override_context: typing.
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
undo: typing.Optional[bool] = None,
|
|
1203
|
-
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
1074
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1075
|
+
execution_context: str | int | None = None,
|
|
1076
|
+
undo: bool | None = None,
|
|
1077
|
+
action: typing.Any | None = "TOGGLE",
|
|
1204
1078
|
):
|
|
1205
1079
|
"""Toggle the Outliner selection of items
|
|
1206
1080
|
|
|
1207
|
-
:type override_context:
|
|
1208
|
-
:type execution_context:
|
|
1209
|
-
:type undo:
|
|
1081
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1082
|
+
:type execution_context: str | int | None
|
|
1083
|
+
:type undo: bool | None
|
|
1210
1084
|
:param action: Action, Selection action to execute
|
|
1211
1085
|
|
|
1212
1086
|
TOGGLE
|
|
@@ -1220,42 +1094,40 @@ def select_all(
|
|
|
1220
1094
|
|
|
1221
1095
|
INVERT
|
|
1222
1096
|
Invert -- Invert selection of all elements.
|
|
1223
|
-
:type action: typing.
|
|
1097
|
+
:type action: typing.Any | None
|
|
1224
1098
|
"""
|
|
1225
1099
|
|
|
1226
1100
|
...
|
|
1227
1101
|
|
|
1228
1102
|
def select_box(
|
|
1229
|
-
override_context: typing.
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1240
|
-
mode: typing.Optional[typing.Any] = "SET",
|
|
1103
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1104
|
+
execution_context: str | int | None = None,
|
|
1105
|
+
undo: bool | None = None,
|
|
1106
|
+
tweak: bool | typing.Any | None = False,
|
|
1107
|
+
xmin: typing.Any | None = 0,
|
|
1108
|
+
xmax: typing.Any | None = 0,
|
|
1109
|
+
ymin: typing.Any | None = 0,
|
|
1110
|
+
ymax: typing.Any | None = 0,
|
|
1111
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
1112
|
+
mode: typing.Any | None = "SET",
|
|
1241
1113
|
):
|
|
1242
1114
|
"""Use box selection to select tree elements
|
|
1243
1115
|
|
|
1244
|
-
:type override_context:
|
|
1245
|
-
:type execution_context:
|
|
1246
|
-
:type undo:
|
|
1116
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1117
|
+
:type execution_context: str | int | None
|
|
1118
|
+
:type undo: bool | None
|
|
1247
1119
|
:param tweak: Tweak, Tweak gesture from empty space for box selection
|
|
1248
|
-
:type tweak:
|
|
1120
|
+
:type tweak: bool | typing.Any | None
|
|
1249
1121
|
:param xmin: X Min
|
|
1250
|
-
:type xmin: typing.
|
|
1122
|
+
:type xmin: typing.Any | None
|
|
1251
1123
|
:param xmax: X Max
|
|
1252
|
-
:type xmax: typing.
|
|
1124
|
+
:type xmax: typing.Any | None
|
|
1253
1125
|
:param ymin: Y Min
|
|
1254
|
-
:type ymin: typing.
|
|
1126
|
+
:type ymin: typing.Any | None
|
|
1255
1127
|
:param ymax: Y Max
|
|
1256
|
-
:type ymax: typing.
|
|
1128
|
+
:type ymax: typing.Any | None
|
|
1257
1129
|
:param wait_for_input: Wait for Input
|
|
1258
|
-
:type wait_for_input:
|
|
1130
|
+
:type wait_for_input: bool | typing.Any | None
|
|
1259
1131
|
:param mode: Mode
|
|
1260
1132
|
|
|
1261
1133
|
SET
|
|
@@ -1266,99 +1138,89 @@ def select_box(
|
|
|
1266
1138
|
|
|
1267
1139
|
SUB
|
|
1268
1140
|
Subtract -- Subtract existing selection.
|
|
1269
|
-
:type mode: typing.
|
|
1141
|
+
:type mode: typing.Any | None
|
|
1270
1142
|
"""
|
|
1271
1143
|
|
|
1272
1144
|
...
|
|
1273
1145
|
|
|
1274
1146
|
def select_walk(
|
|
1275
|
-
override_context: typing.
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1282
|
-
toggle_all: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1147
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1148
|
+
execution_context: str | int | None = None,
|
|
1149
|
+
undo: bool | None = None,
|
|
1150
|
+
direction: typing.Any | None = "UP",
|
|
1151
|
+
extend: bool | typing.Any | None = False,
|
|
1152
|
+
toggle_all: bool | typing.Any | None = False,
|
|
1283
1153
|
):
|
|
1284
1154
|
"""Use walk navigation to select tree elements
|
|
1285
1155
|
|
|
1286
|
-
:type override_context:
|
|
1287
|
-
:type execution_context:
|
|
1288
|
-
:type undo:
|
|
1156
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1157
|
+
:type execution_context: str | int | None
|
|
1158
|
+
:type undo: bool | None
|
|
1289
1159
|
:param direction: Walk Direction, Select/Deselect element in this direction
|
|
1290
|
-
:type direction: typing.
|
|
1160
|
+
:type direction: typing.Any | None
|
|
1291
1161
|
:param extend: Extend, Extend selection on walk
|
|
1292
|
-
:type extend:
|
|
1162
|
+
:type extend: bool | typing.Any | None
|
|
1293
1163
|
:param toggle_all: Toggle All, Toggle open/close hierarchy
|
|
1294
|
-
:type toggle_all:
|
|
1164
|
+
:type toggle_all: bool | typing.Any | None
|
|
1295
1165
|
"""
|
|
1296
1166
|
|
|
1297
1167
|
...
|
|
1298
1168
|
|
|
1299
1169
|
def show_active(
|
|
1300
|
-
override_context: typing.
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1304
|
-
undo: typing.Optional[bool] = None,
|
|
1170
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1171
|
+
execution_context: str | int | None = None,
|
|
1172
|
+
undo: bool | None = None,
|
|
1305
1173
|
):
|
|
1306
1174
|
"""Open up the tree and adjust the view so that the active object is shown centered
|
|
1307
1175
|
|
|
1308
|
-
:type override_context:
|
|
1309
|
-
:type execution_context:
|
|
1310
|
-
:type undo:
|
|
1176
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1177
|
+
:type execution_context: str | int | None
|
|
1178
|
+
:type undo: bool | None
|
|
1311
1179
|
"""
|
|
1312
1180
|
|
|
1313
1181
|
...
|
|
1314
1182
|
|
|
1315
1183
|
def show_hierarchy(
|
|
1316
|
-
override_context: typing.
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1320
|
-
undo: typing.Optional[bool] = None,
|
|
1184
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1185
|
+
execution_context: str | int | None = None,
|
|
1186
|
+
undo: bool | None = None,
|
|
1321
1187
|
):
|
|
1322
1188
|
"""Open all object entries and close all others
|
|
1323
1189
|
|
|
1324
|
-
:type override_context:
|
|
1325
|
-
:type execution_context:
|
|
1326
|
-
:type undo:
|
|
1190
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1191
|
+
:type execution_context: str | int | None
|
|
1192
|
+
:type undo: bool | None
|
|
1327
1193
|
"""
|
|
1328
1194
|
|
|
1329
1195
|
...
|
|
1330
1196
|
|
|
1331
1197
|
def show_one_level(
|
|
1332
|
-
override_context: typing.
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
undo: typing.Optional[bool] = None,
|
|
1337
|
-
open: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1198
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1199
|
+
execution_context: str | int | None = None,
|
|
1200
|
+
undo: bool | None = None,
|
|
1201
|
+
open: bool | typing.Any | None = True,
|
|
1338
1202
|
):
|
|
1339
1203
|
"""Expand/collapse all entries by one level
|
|
1340
1204
|
|
|
1341
|
-
:type override_context:
|
|
1342
|
-
:type execution_context:
|
|
1343
|
-
:type undo:
|
|
1205
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1206
|
+
:type execution_context: str | int | None
|
|
1207
|
+
:type undo: bool | None
|
|
1344
1208
|
:param open: Open, Expand all entries one level deep
|
|
1345
|
-
:type open:
|
|
1209
|
+
:type open: bool | typing.Any | None
|
|
1346
1210
|
"""
|
|
1347
1211
|
|
|
1348
1212
|
...
|
|
1349
1213
|
|
|
1350
1214
|
def unhide_all(
|
|
1351
|
-
override_context: typing.
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1355
|
-
undo: typing.Optional[bool] = None,
|
|
1215
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1216
|
+
execution_context: str | int | None = None,
|
|
1217
|
+
undo: bool | None = None,
|
|
1356
1218
|
):
|
|
1357
1219
|
"""Unhide all objects and collections
|
|
1358
1220
|
|
|
1359
|
-
:type override_context:
|
|
1360
|
-
:type execution_context:
|
|
1361
|
-
:type undo:
|
|
1221
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1222
|
+
:type execution_context: str | int | None
|
|
1223
|
+
:type undo: bool | None
|
|
1362
1224
|
"""
|
|
1363
1225
|
|
|
1364
1226
|
...
|