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/text/__init__.pyi
CHANGED
|
@@ -4,474 +4,428 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def autocomplete(
|
|
7
|
-
override_context: typing.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
11
|
-
undo: typing.Optional[bool] = None,
|
|
7
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
8
|
+
execution_context: str | int | None = None,
|
|
9
|
+
undo: bool | None = None,
|
|
12
10
|
):
|
|
13
11
|
"""Show a list of used text in the open document
|
|
14
12
|
|
|
15
|
-
:type override_context:
|
|
16
|
-
:type execution_context:
|
|
17
|
-
:type undo:
|
|
13
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
14
|
+
:type execution_context: str | int | None
|
|
15
|
+
:type undo: bool | None
|
|
18
16
|
"""
|
|
19
17
|
|
|
20
18
|
...
|
|
21
19
|
|
|
22
20
|
def comment_toggle(
|
|
23
|
-
override_context: typing.
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
undo: typing.Optional[bool] = None,
|
|
28
|
-
type: typing.Optional[typing.Any] = "TOGGLE",
|
|
21
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
22
|
+
execution_context: str | int | None = None,
|
|
23
|
+
undo: bool | None = None,
|
|
24
|
+
type: typing.Any | None = "TOGGLE",
|
|
29
25
|
):
|
|
30
26
|
"""Undocumented, consider contributing.
|
|
31
27
|
|
|
32
|
-
:type override_context:
|
|
33
|
-
:type execution_context:
|
|
34
|
-
:type undo:
|
|
28
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
29
|
+
:type execution_context: str | int | None
|
|
30
|
+
:type undo: bool | None
|
|
35
31
|
:param type: Type, Add or remove comments
|
|
36
|
-
:type type: typing.
|
|
32
|
+
:type type: typing.Any | None
|
|
37
33
|
"""
|
|
38
34
|
|
|
39
35
|
...
|
|
40
36
|
|
|
41
37
|
def convert_whitespace(
|
|
42
|
-
override_context: typing.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
undo: typing.Optional[bool] = None,
|
|
47
|
-
type: typing.Optional[typing.Any] = "SPACES",
|
|
38
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
39
|
+
execution_context: str | int | None = None,
|
|
40
|
+
undo: bool | None = None,
|
|
41
|
+
type: typing.Any | None = "SPACES",
|
|
48
42
|
):
|
|
49
43
|
"""Convert whitespaces by type
|
|
50
44
|
|
|
51
|
-
:type override_context:
|
|
52
|
-
:type execution_context:
|
|
53
|
-
:type undo:
|
|
45
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
46
|
+
:type execution_context: str | int | None
|
|
47
|
+
:type undo: bool | None
|
|
54
48
|
:param type: Type, Type of whitespace to convert to
|
|
55
|
-
:type type: typing.
|
|
49
|
+
:type type: typing.Any | None
|
|
56
50
|
"""
|
|
57
51
|
|
|
58
52
|
...
|
|
59
53
|
|
|
60
54
|
def copy(
|
|
61
|
-
override_context: typing.
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
65
|
-
undo: typing.Optional[bool] = None,
|
|
55
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
56
|
+
execution_context: str | int | None = None,
|
|
57
|
+
undo: bool | None = None,
|
|
66
58
|
):
|
|
67
59
|
"""Copy selected text to clipboard
|
|
68
60
|
|
|
69
|
-
:type override_context:
|
|
70
|
-
:type execution_context:
|
|
71
|
-
:type undo:
|
|
61
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
62
|
+
:type execution_context: str | int | None
|
|
63
|
+
:type undo: bool | None
|
|
72
64
|
"""
|
|
73
65
|
|
|
74
66
|
...
|
|
75
67
|
|
|
76
68
|
def cursor_set(
|
|
77
|
-
override_context: typing.
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
x: typing.Optional[typing.Any] = 0,
|
|
83
|
-
y: typing.Optional[typing.Any] = 0,
|
|
69
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
70
|
+
execution_context: str | int | None = None,
|
|
71
|
+
undo: bool | None = None,
|
|
72
|
+
x: typing.Any | None = 0,
|
|
73
|
+
y: typing.Any | None = 0,
|
|
84
74
|
):
|
|
85
75
|
"""Set cursor position
|
|
86
76
|
|
|
87
|
-
:type override_context:
|
|
88
|
-
:type execution_context:
|
|
89
|
-
:type undo:
|
|
77
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
78
|
+
:type execution_context: str | int | None
|
|
79
|
+
:type undo: bool | None
|
|
90
80
|
:param x: X
|
|
91
|
-
:type x: typing.
|
|
81
|
+
:type x: typing.Any | None
|
|
92
82
|
:param y: Y
|
|
93
|
-
:type y: typing.
|
|
83
|
+
:type y: typing.Any | None
|
|
94
84
|
"""
|
|
95
85
|
|
|
96
86
|
...
|
|
97
87
|
|
|
98
88
|
def cut(
|
|
99
|
-
override_context: typing.
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
103
|
-
undo: typing.Optional[bool] = None,
|
|
89
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
90
|
+
execution_context: str | int | None = None,
|
|
91
|
+
undo: bool | None = None,
|
|
104
92
|
):
|
|
105
93
|
"""Cut selected text to clipboard
|
|
106
94
|
|
|
107
|
-
:type override_context:
|
|
108
|
-
:type execution_context:
|
|
109
|
-
:type undo:
|
|
95
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
96
|
+
:type execution_context: str | int | None
|
|
97
|
+
:type undo: bool | None
|
|
110
98
|
"""
|
|
111
99
|
|
|
112
100
|
...
|
|
113
101
|
|
|
114
102
|
def delete(
|
|
115
|
-
override_context: typing.
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
undo: typing.Optional[bool] = None,
|
|
120
|
-
type: typing.Optional[typing.Any] = "NEXT_CHARACTER",
|
|
103
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
104
|
+
execution_context: str | int | None = None,
|
|
105
|
+
undo: bool | None = None,
|
|
106
|
+
type: typing.Any | None = "NEXT_CHARACTER",
|
|
121
107
|
):
|
|
122
108
|
"""Delete text by cursor position
|
|
123
109
|
|
|
124
|
-
:type override_context:
|
|
125
|
-
:type execution_context:
|
|
126
|
-
:type undo:
|
|
110
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
111
|
+
:type execution_context: str | int | None
|
|
112
|
+
:type undo: bool | None
|
|
127
113
|
:param type: Type, Which part of the text to delete
|
|
128
|
-
:type type: typing.
|
|
114
|
+
:type type: typing.Any | None
|
|
129
115
|
"""
|
|
130
116
|
|
|
131
117
|
...
|
|
132
118
|
|
|
133
119
|
def duplicate_line(
|
|
134
|
-
override_context: typing.
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
138
|
-
undo: typing.Optional[bool] = None,
|
|
120
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
121
|
+
execution_context: str | int | None = None,
|
|
122
|
+
undo: bool | None = None,
|
|
139
123
|
):
|
|
140
124
|
"""Duplicate the current line
|
|
141
125
|
|
|
142
|
-
:type override_context:
|
|
143
|
-
:type execution_context:
|
|
144
|
-
:type undo:
|
|
126
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
127
|
+
:type execution_context: str | int | None
|
|
128
|
+
:type undo: bool | None
|
|
145
129
|
"""
|
|
146
130
|
|
|
147
131
|
...
|
|
148
132
|
|
|
149
133
|
def find(
|
|
150
|
-
override_context: typing.
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
154
|
-
undo: typing.Optional[bool] = None,
|
|
134
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
135
|
+
execution_context: str | int | None = None,
|
|
136
|
+
undo: bool | None = None,
|
|
155
137
|
):
|
|
156
138
|
"""Find specified text
|
|
157
139
|
|
|
158
|
-
:type override_context:
|
|
159
|
-
:type execution_context:
|
|
160
|
-
:type undo:
|
|
140
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
141
|
+
:type execution_context: str | int | None
|
|
142
|
+
:type undo: bool | None
|
|
161
143
|
"""
|
|
162
144
|
|
|
163
145
|
...
|
|
164
146
|
|
|
165
147
|
def find_set_selected(
|
|
166
|
-
override_context: typing.
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
170
|
-
undo: typing.Optional[bool] = None,
|
|
148
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
149
|
+
execution_context: str | int | None = None,
|
|
150
|
+
undo: bool | None = None,
|
|
171
151
|
):
|
|
172
152
|
"""Find specified text and set as selected
|
|
173
153
|
|
|
174
|
-
:type override_context:
|
|
175
|
-
:type execution_context:
|
|
176
|
-
:type undo:
|
|
154
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
155
|
+
:type execution_context: str | int | None
|
|
156
|
+
:type undo: bool | None
|
|
177
157
|
"""
|
|
178
158
|
|
|
179
159
|
...
|
|
180
160
|
|
|
181
161
|
def indent(
|
|
182
|
-
override_context: typing.
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
186
|
-
undo: typing.Optional[bool] = None,
|
|
162
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
163
|
+
execution_context: str | int | None = None,
|
|
164
|
+
undo: bool | None = None,
|
|
187
165
|
):
|
|
188
166
|
"""Indent selected text
|
|
189
167
|
|
|
190
|
-
:type override_context:
|
|
191
|
-
:type execution_context:
|
|
192
|
-
:type undo:
|
|
168
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
169
|
+
:type execution_context: str | int | None
|
|
170
|
+
:type undo: bool | None
|
|
193
171
|
"""
|
|
194
172
|
|
|
195
173
|
...
|
|
196
174
|
|
|
197
175
|
def indent_or_autocomplete(
|
|
198
|
-
override_context: typing.
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
202
|
-
undo: typing.Optional[bool] = None,
|
|
176
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
177
|
+
execution_context: str | int | None = None,
|
|
178
|
+
undo: bool | None = None,
|
|
203
179
|
):
|
|
204
180
|
"""Indent selected text or autocomplete
|
|
205
181
|
|
|
206
|
-
:type override_context:
|
|
207
|
-
:type execution_context:
|
|
208
|
-
:type undo:
|
|
182
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
183
|
+
:type execution_context: str | int | None
|
|
184
|
+
:type undo: bool | None
|
|
209
185
|
"""
|
|
210
186
|
|
|
211
187
|
...
|
|
212
188
|
|
|
213
189
|
def insert(
|
|
214
|
-
override_context: typing.
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
undo: typing.Optional[bool] = None,
|
|
219
|
-
text: typing.Union[str, typing.Any] = "",
|
|
190
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
191
|
+
execution_context: str | int | None = None,
|
|
192
|
+
undo: bool | None = None,
|
|
193
|
+
text: str | typing.Any = "",
|
|
220
194
|
):
|
|
221
195
|
"""Insert text at cursor position
|
|
222
196
|
|
|
223
|
-
:type override_context:
|
|
224
|
-
:type execution_context:
|
|
225
|
-
:type undo:
|
|
197
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
198
|
+
:type execution_context: str | int | None
|
|
199
|
+
:type undo: bool | None
|
|
226
200
|
:param text: Text, Text to insert at the cursor position
|
|
227
|
-
:type text:
|
|
201
|
+
:type text: str | typing.Any
|
|
228
202
|
"""
|
|
229
203
|
|
|
230
204
|
...
|
|
231
205
|
|
|
232
206
|
def jump(
|
|
233
|
-
override_context: typing.
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
undo: typing.Optional[bool] = None,
|
|
238
|
-
line: typing.Optional[typing.Any] = 1,
|
|
207
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
208
|
+
execution_context: str | int | None = None,
|
|
209
|
+
undo: bool | None = None,
|
|
210
|
+
line: typing.Any | None = 1,
|
|
239
211
|
):
|
|
240
212
|
"""Jump cursor to line
|
|
241
213
|
|
|
242
|
-
:type override_context:
|
|
243
|
-
:type execution_context:
|
|
244
|
-
:type undo:
|
|
214
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
215
|
+
:type execution_context: str | int | None
|
|
216
|
+
:type undo: bool | None
|
|
245
217
|
:param line: Line, Line number to jump to
|
|
246
|
-
:type line: typing.
|
|
218
|
+
:type line: typing.Any | None
|
|
247
219
|
"""
|
|
248
220
|
|
|
249
221
|
...
|
|
250
222
|
|
|
251
223
|
def jump_to_file_at_point(
|
|
252
|
-
override_context: typing.
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
line: typing.Optional[typing.Any] = 0,
|
|
259
|
-
column: typing.Optional[typing.Any] = 0,
|
|
224
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
225
|
+
execution_context: str | int | None = None,
|
|
226
|
+
undo: bool | None = None,
|
|
227
|
+
filepath: str | typing.Any = "",
|
|
228
|
+
line: typing.Any | None = 0,
|
|
229
|
+
column: typing.Any | None = 0,
|
|
260
230
|
):
|
|
261
231
|
"""Jump to a file for the text editor
|
|
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
|
:param filepath: Filepath
|
|
267
|
-
:type filepath:
|
|
237
|
+
:type filepath: str | typing.Any
|
|
268
238
|
:param line: Line, Line to jump to
|
|
269
|
-
:type line: typing.
|
|
239
|
+
:type line: typing.Any | None
|
|
270
240
|
:param column: Column, Column to jump to
|
|
271
|
-
:type column: typing.
|
|
241
|
+
:type column: typing.Any | None
|
|
272
242
|
"""
|
|
273
243
|
|
|
274
244
|
...
|
|
275
245
|
|
|
276
246
|
def line_break(
|
|
277
|
-
override_context: typing.
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
281
|
-
undo: typing.Optional[bool] = None,
|
|
247
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
248
|
+
execution_context: str | int | None = None,
|
|
249
|
+
undo: bool | None = None,
|
|
282
250
|
):
|
|
283
251
|
"""Insert line break at cursor position
|
|
284
252
|
|
|
285
|
-
:type override_context:
|
|
286
|
-
:type execution_context:
|
|
287
|
-
:type undo:
|
|
253
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
254
|
+
:type execution_context: str | int | None
|
|
255
|
+
:type undo: bool | None
|
|
288
256
|
"""
|
|
289
257
|
|
|
290
258
|
...
|
|
291
259
|
|
|
292
260
|
def line_number(
|
|
293
|
-
override_context: typing.
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
297
|
-
undo: typing.Optional[bool] = None,
|
|
261
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
262
|
+
execution_context: str | int | None = None,
|
|
263
|
+
undo: bool | None = None,
|
|
298
264
|
):
|
|
299
265
|
"""The current line number
|
|
300
266
|
|
|
301
|
-
:type override_context:
|
|
302
|
-
:type execution_context:
|
|
303
|
-
:type undo:
|
|
267
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
268
|
+
:type execution_context: str | int | None
|
|
269
|
+
:type undo: bool | None
|
|
304
270
|
"""
|
|
305
271
|
|
|
306
272
|
...
|
|
307
273
|
|
|
308
274
|
def make_internal(
|
|
309
|
-
override_context: typing.
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
313
|
-
undo: typing.Optional[bool] = None,
|
|
275
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
276
|
+
execution_context: str | int | None = None,
|
|
277
|
+
undo: bool | None = None,
|
|
314
278
|
):
|
|
315
279
|
"""Make active text file internal
|
|
316
280
|
|
|
317
|
-
:type override_context:
|
|
318
|
-
:type execution_context:
|
|
319
|
-
:type undo:
|
|
281
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
282
|
+
:type execution_context: str | int | None
|
|
283
|
+
:type undo: bool | None
|
|
320
284
|
"""
|
|
321
285
|
|
|
322
286
|
...
|
|
323
287
|
|
|
324
288
|
def move(
|
|
325
|
-
override_context: typing.
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
undo: typing.Optional[bool] = None,
|
|
330
|
-
type: typing.Optional[typing.Any] = "LINE_BEGIN",
|
|
289
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
290
|
+
execution_context: str | int | None = None,
|
|
291
|
+
undo: bool | None = None,
|
|
292
|
+
type: typing.Any | None = "LINE_BEGIN",
|
|
331
293
|
):
|
|
332
294
|
"""Move cursor to position type
|
|
333
295
|
|
|
334
|
-
:type override_context:
|
|
335
|
-
:type execution_context:
|
|
336
|
-
:type undo:
|
|
296
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
297
|
+
:type execution_context: str | int | None
|
|
298
|
+
:type undo: bool | None
|
|
337
299
|
:param type: Type, Where to move cursor to
|
|
338
|
-
:type type: typing.
|
|
300
|
+
:type type: typing.Any | None
|
|
339
301
|
"""
|
|
340
302
|
|
|
341
303
|
...
|
|
342
304
|
|
|
343
305
|
def move_lines(
|
|
344
|
-
override_context: typing.
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
undo: typing.Optional[bool] = None,
|
|
349
|
-
direction: typing.Optional[typing.Any] = "DOWN",
|
|
306
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
307
|
+
execution_context: str | int | None = None,
|
|
308
|
+
undo: bool | None = None,
|
|
309
|
+
direction: typing.Any | None = "DOWN",
|
|
350
310
|
):
|
|
351
311
|
"""Move the currently selected line(s) up/down
|
|
352
312
|
|
|
353
|
-
:type override_context:
|
|
354
|
-
:type execution_context:
|
|
355
|
-
:type undo:
|
|
313
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
314
|
+
:type execution_context: str | int | None
|
|
315
|
+
:type undo: bool | None
|
|
356
316
|
:param direction: Direction
|
|
357
|
-
:type direction: typing.
|
|
317
|
+
:type direction: typing.Any | None
|
|
358
318
|
"""
|
|
359
319
|
|
|
360
320
|
...
|
|
361
321
|
|
|
362
322
|
def move_select(
|
|
363
|
-
override_context: typing.
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
undo: typing.Optional[bool] = None,
|
|
368
|
-
type: typing.Optional[typing.Any] = "LINE_BEGIN",
|
|
323
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
324
|
+
execution_context: str | int | None = None,
|
|
325
|
+
undo: bool | None = None,
|
|
326
|
+
type: typing.Any | None = "LINE_BEGIN",
|
|
369
327
|
):
|
|
370
328
|
"""Move the cursor while selecting
|
|
371
329
|
|
|
372
|
-
:type override_context:
|
|
373
|
-
:type execution_context:
|
|
374
|
-
:type undo:
|
|
330
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
331
|
+
:type execution_context: str | int | None
|
|
332
|
+
:type undo: bool | None
|
|
375
333
|
:param type: Type, Where to move cursor to, to make a selection
|
|
376
|
-
:type type: typing.
|
|
334
|
+
:type type: typing.Any | None
|
|
377
335
|
"""
|
|
378
336
|
|
|
379
337
|
...
|
|
380
338
|
|
|
381
339
|
def new(
|
|
382
|
-
override_context: typing.
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
386
|
-
undo: typing.Optional[bool] = None,
|
|
340
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
341
|
+
execution_context: str | int | None = None,
|
|
342
|
+
undo: bool | None = None,
|
|
387
343
|
):
|
|
388
344
|
"""Create a new text data-block
|
|
389
345
|
|
|
390
|
-
:type override_context:
|
|
391
|
-
:type execution_context:
|
|
392
|
-
:type undo:
|
|
346
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
347
|
+
:type execution_context: str | int | None
|
|
348
|
+
:type undo: bool | None
|
|
393
349
|
"""
|
|
394
350
|
|
|
395
351
|
...
|
|
396
352
|
|
|
397
353
|
def open(
|
|
398
|
-
override_context: typing.
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
sort_method: typing.Optional[typing.Any] = "",
|
|
426
|
-
internal: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
354
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
355
|
+
execution_context: str | int | None = None,
|
|
356
|
+
undo: bool | None = None,
|
|
357
|
+
filepath: str | typing.Any = "",
|
|
358
|
+
hide_props_region: bool | typing.Any | None = True,
|
|
359
|
+
check_existing: bool | typing.Any | None = False,
|
|
360
|
+
filter_blender: bool | typing.Any | None = False,
|
|
361
|
+
filter_backup: bool | typing.Any | None = False,
|
|
362
|
+
filter_image: bool | typing.Any | None = False,
|
|
363
|
+
filter_movie: bool | typing.Any | None = False,
|
|
364
|
+
filter_python: bool | typing.Any | None = True,
|
|
365
|
+
filter_font: bool | typing.Any | None = False,
|
|
366
|
+
filter_sound: bool | typing.Any | None = False,
|
|
367
|
+
filter_text: bool | typing.Any | None = True,
|
|
368
|
+
filter_archive: bool | typing.Any | None = False,
|
|
369
|
+
filter_btx: bool | typing.Any | None = False,
|
|
370
|
+
filter_collada: bool | typing.Any | None = False,
|
|
371
|
+
filter_alembic: bool | typing.Any | None = False,
|
|
372
|
+
filter_usd: bool | typing.Any | None = False,
|
|
373
|
+
filter_obj: bool | typing.Any | None = False,
|
|
374
|
+
filter_volume: bool | typing.Any | None = False,
|
|
375
|
+
filter_folder: bool | typing.Any | None = True,
|
|
376
|
+
filter_blenlib: bool | typing.Any | None = False,
|
|
377
|
+
filemode: typing.Any | None = 9,
|
|
378
|
+
display_type: typing.Any | None = "DEFAULT",
|
|
379
|
+
sort_method: typing.Any | None = "",
|
|
380
|
+
internal: bool | typing.Any | None = False,
|
|
427
381
|
):
|
|
428
382
|
"""Open a new text data-block
|
|
429
383
|
|
|
430
|
-
:type override_context:
|
|
431
|
-
:type execution_context:
|
|
432
|
-
:type undo:
|
|
384
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
385
|
+
:type execution_context: str | int | None
|
|
386
|
+
:type undo: bool | None
|
|
433
387
|
:param filepath: File Path, Path to file
|
|
434
|
-
:type filepath:
|
|
388
|
+
:type filepath: str | typing.Any
|
|
435
389
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
436
|
-
:type hide_props_region:
|
|
390
|
+
:type hide_props_region: bool | typing.Any | None
|
|
437
391
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
438
|
-
:type check_existing:
|
|
392
|
+
:type check_existing: bool | typing.Any | None
|
|
439
393
|
:param filter_blender: Filter .blend files
|
|
440
|
-
:type filter_blender:
|
|
394
|
+
:type filter_blender: bool | typing.Any | None
|
|
441
395
|
:param filter_backup: Filter .blend files
|
|
442
|
-
:type filter_backup:
|
|
396
|
+
:type filter_backup: bool | typing.Any | None
|
|
443
397
|
:param filter_image: Filter image files
|
|
444
|
-
:type filter_image:
|
|
398
|
+
:type filter_image: bool | typing.Any | None
|
|
445
399
|
:param filter_movie: Filter movie files
|
|
446
|
-
:type filter_movie:
|
|
400
|
+
:type filter_movie: bool | typing.Any | None
|
|
447
401
|
:param filter_python: Filter Python files
|
|
448
|
-
:type filter_python:
|
|
402
|
+
:type filter_python: bool | typing.Any | None
|
|
449
403
|
:param filter_font: Filter font files
|
|
450
|
-
:type filter_font:
|
|
404
|
+
:type filter_font: bool | typing.Any | None
|
|
451
405
|
:param filter_sound: Filter sound files
|
|
452
|
-
:type filter_sound:
|
|
406
|
+
:type filter_sound: bool | typing.Any | None
|
|
453
407
|
:param filter_text: Filter text files
|
|
454
|
-
:type filter_text:
|
|
408
|
+
:type filter_text: bool | typing.Any | None
|
|
455
409
|
:param filter_archive: Filter archive files
|
|
456
|
-
:type filter_archive:
|
|
410
|
+
:type filter_archive: bool | typing.Any | None
|
|
457
411
|
:param filter_btx: Filter btx files
|
|
458
|
-
:type filter_btx:
|
|
412
|
+
:type filter_btx: bool | typing.Any | None
|
|
459
413
|
:param filter_collada: Filter COLLADA files
|
|
460
|
-
:type filter_collada:
|
|
414
|
+
:type filter_collada: bool | typing.Any | None
|
|
461
415
|
:param filter_alembic: Filter Alembic files
|
|
462
|
-
:type filter_alembic:
|
|
416
|
+
:type filter_alembic: bool | typing.Any | None
|
|
463
417
|
:param filter_usd: Filter USD files
|
|
464
|
-
:type filter_usd:
|
|
418
|
+
:type filter_usd: bool | typing.Any | None
|
|
465
419
|
:param filter_obj: Filter OBJ files
|
|
466
|
-
:type filter_obj:
|
|
420
|
+
:type filter_obj: bool | typing.Any | None
|
|
467
421
|
:param filter_volume: Filter OpenVDB volume files
|
|
468
|
-
:type filter_volume:
|
|
422
|
+
:type filter_volume: bool | typing.Any | None
|
|
469
423
|
:param filter_folder: Filter folders
|
|
470
|
-
:type filter_folder:
|
|
424
|
+
:type filter_folder: bool | typing.Any | None
|
|
471
425
|
:param filter_blenlib: Filter Blender IDs
|
|
472
|
-
:type filter_blenlib:
|
|
426
|
+
:type filter_blenlib: bool | typing.Any | None
|
|
473
427
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
474
|
-
:type filemode: typing.
|
|
428
|
+
:type filemode: typing.Any | None
|
|
475
429
|
:param display_type: Display Type
|
|
476
430
|
|
|
477
431
|
DEFAULT
|
|
@@ -485,7 +439,7 @@ def open(
|
|
|
485
439
|
|
|
486
440
|
THUMBNAIL
|
|
487
441
|
Thumbnails -- Display files as thumbnails.
|
|
488
|
-
:type display_type: typing.
|
|
442
|
+
:type display_type: typing.Any | None
|
|
489
443
|
:param sort_method: File sorting mode
|
|
490
444
|
|
|
491
445
|
DEFAULT
|
|
@@ -502,243 +456,223 @@ def open(
|
|
|
502
456
|
|
|
503
457
|
FILE_SORT_SIZE
|
|
504
458
|
Size -- Sort files by size.
|
|
505
|
-
:type sort_method: typing.
|
|
459
|
+
:type sort_method: typing.Any | None
|
|
506
460
|
:param internal: Make Internal, Make text file internal after loading
|
|
507
|
-
:type internal:
|
|
461
|
+
:type internal: bool | typing.Any | None
|
|
508
462
|
"""
|
|
509
463
|
|
|
510
464
|
...
|
|
511
465
|
|
|
512
466
|
def overwrite_toggle(
|
|
513
|
-
override_context: typing.
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
517
|
-
undo: typing.Optional[bool] = None,
|
|
467
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
468
|
+
execution_context: str | int | None = None,
|
|
469
|
+
undo: bool | None = None,
|
|
518
470
|
):
|
|
519
471
|
"""Toggle overwrite while typing
|
|
520
472
|
|
|
521
|
-
:type override_context:
|
|
522
|
-
:type execution_context:
|
|
523
|
-
:type undo:
|
|
473
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
474
|
+
:type execution_context: str | int | None
|
|
475
|
+
:type undo: bool | None
|
|
524
476
|
"""
|
|
525
477
|
|
|
526
478
|
...
|
|
527
479
|
|
|
528
480
|
def paste(
|
|
529
|
-
override_context: typing.
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
undo: typing.Optional[bool] = None,
|
|
534
|
-
selection: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
481
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
482
|
+
execution_context: str | int | None = None,
|
|
483
|
+
undo: bool | None = None,
|
|
484
|
+
selection: bool | typing.Any | None = False,
|
|
535
485
|
):
|
|
536
486
|
"""Paste text from clipboard
|
|
537
487
|
|
|
538
|
-
:type override_context:
|
|
539
|
-
:type execution_context:
|
|
540
|
-
:type undo:
|
|
488
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
489
|
+
:type execution_context: str | int | None
|
|
490
|
+
:type undo: bool | None
|
|
541
491
|
:param selection: Selection, Paste text selected elsewhere rather than copied (X11/Wayland only)
|
|
542
|
-
:type selection:
|
|
492
|
+
:type selection: bool | typing.Any | None
|
|
543
493
|
"""
|
|
544
494
|
|
|
545
495
|
...
|
|
546
496
|
|
|
547
497
|
def refresh_pyconstraints(
|
|
548
|
-
override_context: typing.
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
552
|
-
undo: typing.Optional[bool] = None,
|
|
498
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
499
|
+
execution_context: str | int | None = None,
|
|
500
|
+
undo: bool | None = None,
|
|
553
501
|
):
|
|
554
502
|
"""Refresh all pyconstraints
|
|
555
503
|
|
|
556
|
-
:type override_context:
|
|
557
|
-
:type execution_context:
|
|
558
|
-
:type undo:
|
|
504
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
505
|
+
:type execution_context: str | int | None
|
|
506
|
+
:type undo: bool | None
|
|
559
507
|
"""
|
|
560
508
|
|
|
561
509
|
...
|
|
562
510
|
|
|
563
511
|
def reload(
|
|
564
|
-
override_context: typing.
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
568
|
-
undo: typing.Optional[bool] = None,
|
|
512
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
513
|
+
execution_context: str | int | None = None,
|
|
514
|
+
undo: bool | None = None,
|
|
569
515
|
):
|
|
570
516
|
"""Reload active text data-block from its file
|
|
571
517
|
|
|
572
|
-
:type override_context:
|
|
573
|
-
:type execution_context:
|
|
574
|
-
:type undo:
|
|
518
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
519
|
+
:type execution_context: str | int | None
|
|
520
|
+
:type undo: bool | None
|
|
575
521
|
"""
|
|
576
522
|
|
|
577
523
|
...
|
|
578
524
|
|
|
579
525
|
def replace(
|
|
580
|
-
override_context: typing.
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
undo: typing.Optional[bool] = None,
|
|
585
|
-
all: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
526
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
527
|
+
execution_context: str | int | None = None,
|
|
528
|
+
undo: bool | None = None,
|
|
529
|
+
all: bool | typing.Any | None = False,
|
|
586
530
|
):
|
|
587
531
|
"""Replace text with the specified text
|
|
588
532
|
|
|
589
|
-
:type override_context:
|
|
590
|
-
:type execution_context:
|
|
591
|
-
:type undo:
|
|
533
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
534
|
+
:type execution_context: str | int | None
|
|
535
|
+
:type undo: bool | None
|
|
592
536
|
:param all: Replace All, Replace all occurrences
|
|
593
|
-
:type all:
|
|
537
|
+
:type all: bool | typing.Any | None
|
|
594
538
|
"""
|
|
595
539
|
|
|
596
540
|
...
|
|
597
541
|
|
|
598
542
|
def replace_set_selected(
|
|
599
|
-
override_context: typing.
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
603
|
-
undo: typing.Optional[bool] = None,
|
|
543
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
544
|
+
execution_context: str | int | None = None,
|
|
545
|
+
undo: bool | None = None,
|
|
604
546
|
):
|
|
605
547
|
"""Replace text with specified text and set as selected
|
|
606
548
|
|
|
607
|
-
:type override_context:
|
|
608
|
-
:type execution_context:
|
|
609
|
-
:type undo:
|
|
549
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
550
|
+
:type execution_context: str | int | None
|
|
551
|
+
:type undo: bool | None
|
|
610
552
|
"""
|
|
611
553
|
|
|
612
554
|
...
|
|
613
555
|
|
|
614
556
|
def resolve_conflict(
|
|
615
|
-
override_context: typing.
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
undo: typing.Optional[bool] = None,
|
|
620
|
-
resolution: typing.Optional[typing.Any] = "IGNORE",
|
|
557
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
558
|
+
execution_context: str | int | None = None,
|
|
559
|
+
undo: bool | None = None,
|
|
560
|
+
resolution: typing.Any | None = "IGNORE",
|
|
621
561
|
):
|
|
622
562
|
"""When external text is out of sync, resolve the conflict
|
|
623
563
|
|
|
624
|
-
:type override_context:
|
|
625
|
-
:type execution_context:
|
|
626
|
-
:type undo:
|
|
564
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
565
|
+
:type execution_context: str | int | None
|
|
566
|
+
:type undo: bool | None
|
|
627
567
|
:param resolution: Resolution, How to solve conflict due to differences in internal and external text
|
|
628
|
-
:type resolution: typing.
|
|
568
|
+
:type resolution: typing.Any | None
|
|
629
569
|
"""
|
|
630
570
|
|
|
631
571
|
...
|
|
632
572
|
|
|
633
573
|
def run_script(
|
|
634
|
-
override_context: typing.
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
638
|
-
undo: typing.Optional[bool] = None,
|
|
574
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
575
|
+
execution_context: str | int | None = None,
|
|
576
|
+
undo: bool | None = None,
|
|
639
577
|
):
|
|
640
578
|
"""Run active script
|
|
641
579
|
|
|
642
|
-
:type override_context:
|
|
643
|
-
:type execution_context:
|
|
644
|
-
:type undo:
|
|
580
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
581
|
+
:type execution_context: str | int | None
|
|
582
|
+
:type undo: bool | None
|
|
645
583
|
"""
|
|
646
584
|
|
|
647
585
|
...
|
|
648
586
|
|
|
649
587
|
def save(
|
|
650
|
-
override_context: typing.
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
654
|
-
undo: typing.Optional[bool] = None,
|
|
588
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
589
|
+
execution_context: str | int | None = None,
|
|
590
|
+
undo: bool | None = None,
|
|
655
591
|
):
|
|
656
592
|
"""Save active text data-block
|
|
657
593
|
|
|
658
|
-
:type override_context:
|
|
659
|
-
:type execution_context:
|
|
660
|
-
:type undo:
|
|
594
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
595
|
+
:type execution_context: str | int | None
|
|
596
|
+
:type undo: bool | None
|
|
661
597
|
"""
|
|
662
598
|
|
|
663
599
|
...
|
|
664
600
|
|
|
665
601
|
def save_as(
|
|
666
|
-
override_context: typing.
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
display_type: typing.Optional[typing.Any] = "DEFAULT",
|
|
693
|
-
sort_method: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
602
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
603
|
+
execution_context: str | int | None = None,
|
|
604
|
+
undo: bool | None = None,
|
|
605
|
+
filepath: str | typing.Any = "",
|
|
606
|
+
hide_props_region: bool | typing.Any | None = True,
|
|
607
|
+
check_existing: bool | typing.Any | None = True,
|
|
608
|
+
filter_blender: bool | typing.Any | None = False,
|
|
609
|
+
filter_backup: bool | typing.Any | None = False,
|
|
610
|
+
filter_image: bool | typing.Any | None = False,
|
|
611
|
+
filter_movie: bool | typing.Any | None = False,
|
|
612
|
+
filter_python: bool | typing.Any | None = True,
|
|
613
|
+
filter_font: bool | typing.Any | None = False,
|
|
614
|
+
filter_sound: bool | typing.Any | None = False,
|
|
615
|
+
filter_text: bool | typing.Any | None = True,
|
|
616
|
+
filter_archive: bool | typing.Any | None = False,
|
|
617
|
+
filter_btx: bool | typing.Any | None = False,
|
|
618
|
+
filter_collada: bool | typing.Any | None = False,
|
|
619
|
+
filter_alembic: bool | typing.Any | None = False,
|
|
620
|
+
filter_usd: bool | typing.Any | None = False,
|
|
621
|
+
filter_obj: bool | typing.Any | None = False,
|
|
622
|
+
filter_volume: bool | typing.Any | None = False,
|
|
623
|
+
filter_folder: bool | typing.Any | None = True,
|
|
624
|
+
filter_blenlib: bool | typing.Any | None = False,
|
|
625
|
+
filemode: typing.Any | None = 9,
|
|
626
|
+
display_type: typing.Any | None = "DEFAULT",
|
|
627
|
+
sort_method: str | int | typing.Any | None = "",
|
|
694
628
|
):
|
|
695
629
|
"""Save active text file with options
|
|
696
630
|
|
|
697
|
-
:type override_context:
|
|
698
|
-
:type execution_context:
|
|
699
|
-
:type undo:
|
|
631
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
632
|
+
:type execution_context: str | int | None
|
|
633
|
+
:type undo: bool | None
|
|
700
634
|
:param filepath: File Path, Path to file
|
|
701
|
-
:type filepath:
|
|
635
|
+
:type filepath: str | typing.Any
|
|
702
636
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
703
|
-
:type hide_props_region:
|
|
637
|
+
:type hide_props_region: bool | typing.Any | None
|
|
704
638
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
705
|
-
:type check_existing:
|
|
639
|
+
:type check_existing: bool | typing.Any | None
|
|
706
640
|
:param filter_blender: Filter .blend files
|
|
707
|
-
:type filter_blender:
|
|
641
|
+
:type filter_blender: bool | typing.Any | None
|
|
708
642
|
:param filter_backup: Filter .blend files
|
|
709
|
-
:type filter_backup:
|
|
643
|
+
:type filter_backup: bool | typing.Any | None
|
|
710
644
|
:param filter_image: Filter image files
|
|
711
|
-
:type filter_image:
|
|
645
|
+
:type filter_image: bool | typing.Any | None
|
|
712
646
|
:param filter_movie: Filter movie files
|
|
713
|
-
:type filter_movie:
|
|
647
|
+
:type filter_movie: bool | typing.Any | None
|
|
714
648
|
:param filter_python: Filter Python files
|
|
715
|
-
:type filter_python:
|
|
649
|
+
:type filter_python: bool | typing.Any | None
|
|
716
650
|
:param filter_font: Filter font files
|
|
717
|
-
:type filter_font:
|
|
651
|
+
:type filter_font: bool | typing.Any | None
|
|
718
652
|
:param filter_sound: Filter sound files
|
|
719
|
-
:type filter_sound:
|
|
653
|
+
:type filter_sound: bool | typing.Any | None
|
|
720
654
|
:param filter_text: Filter text files
|
|
721
|
-
:type filter_text:
|
|
655
|
+
:type filter_text: bool | typing.Any | None
|
|
722
656
|
:param filter_archive: Filter archive files
|
|
723
|
-
:type filter_archive:
|
|
657
|
+
:type filter_archive: bool | typing.Any | None
|
|
724
658
|
:param filter_btx: Filter btx files
|
|
725
|
-
:type filter_btx:
|
|
659
|
+
:type filter_btx: bool | typing.Any | None
|
|
726
660
|
:param filter_collada: Filter COLLADA files
|
|
727
|
-
:type filter_collada:
|
|
661
|
+
:type filter_collada: bool | typing.Any | None
|
|
728
662
|
:param filter_alembic: Filter Alembic files
|
|
729
|
-
:type filter_alembic:
|
|
663
|
+
:type filter_alembic: bool | typing.Any | None
|
|
730
664
|
:param filter_usd: Filter USD files
|
|
731
|
-
:type filter_usd:
|
|
665
|
+
:type filter_usd: bool | typing.Any | None
|
|
732
666
|
:param filter_obj: Filter OBJ files
|
|
733
|
-
:type filter_obj:
|
|
667
|
+
:type filter_obj: bool | typing.Any | None
|
|
734
668
|
:param filter_volume: Filter OpenVDB volume files
|
|
735
|
-
:type filter_volume:
|
|
669
|
+
:type filter_volume: bool | typing.Any | None
|
|
736
670
|
:param filter_folder: Filter folders
|
|
737
|
-
:type filter_folder:
|
|
671
|
+
:type filter_folder: bool | typing.Any | None
|
|
738
672
|
:param filter_blenlib: Filter Blender IDs
|
|
739
|
-
:type filter_blenlib:
|
|
673
|
+
:type filter_blenlib: bool | typing.Any | None
|
|
740
674
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
741
|
-
:type filemode: typing.
|
|
675
|
+
:type filemode: typing.Any | None
|
|
742
676
|
:param display_type: Display Type
|
|
743
677
|
|
|
744
678
|
DEFAULT
|
|
@@ -752,178 +686,158 @@ def save_as(
|
|
|
752
686
|
|
|
753
687
|
THUMBNAIL
|
|
754
688
|
Thumbnails -- Display files as thumbnails.
|
|
755
|
-
:type display_type: typing.
|
|
689
|
+
:type display_type: typing.Any | None
|
|
756
690
|
:param sort_method: File sorting mode
|
|
757
|
-
:type sort_method:
|
|
691
|
+
:type sort_method: str | int | typing.Any | None
|
|
758
692
|
"""
|
|
759
693
|
|
|
760
694
|
...
|
|
761
695
|
|
|
762
696
|
def scroll(
|
|
763
|
-
override_context: typing.
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
undo: typing.Optional[bool] = None,
|
|
768
|
-
lines: typing.Optional[typing.Any] = 1,
|
|
697
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
698
|
+
execution_context: str | int | None = None,
|
|
699
|
+
undo: bool | None = None,
|
|
700
|
+
lines: typing.Any | None = 1,
|
|
769
701
|
):
|
|
770
702
|
"""Undocumented, consider contributing.
|
|
771
703
|
|
|
772
|
-
:type override_context:
|
|
773
|
-
:type execution_context:
|
|
774
|
-
:type undo:
|
|
704
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
705
|
+
:type execution_context: str | int | None
|
|
706
|
+
:type undo: bool | None
|
|
775
707
|
:param lines: Lines, Number of lines to scroll
|
|
776
|
-
:type lines: typing.
|
|
708
|
+
:type lines: typing.Any | None
|
|
777
709
|
"""
|
|
778
710
|
|
|
779
711
|
...
|
|
780
712
|
|
|
781
713
|
def scroll_bar(
|
|
782
|
-
override_context: typing.
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
undo: typing.Optional[bool] = None,
|
|
787
|
-
lines: typing.Optional[typing.Any] = 1,
|
|
714
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
715
|
+
execution_context: str | int | None = None,
|
|
716
|
+
undo: bool | None = None,
|
|
717
|
+
lines: typing.Any | None = 1,
|
|
788
718
|
):
|
|
789
719
|
"""Undocumented, consider contributing.
|
|
790
720
|
|
|
791
|
-
:type override_context:
|
|
792
|
-
:type execution_context:
|
|
793
|
-
:type undo:
|
|
721
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
722
|
+
:type execution_context: str | int | None
|
|
723
|
+
:type undo: bool | None
|
|
794
724
|
:param lines: Lines, Number of lines to scroll
|
|
795
|
-
:type lines: typing.
|
|
725
|
+
:type lines: typing.Any | None
|
|
796
726
|
"""
|
|
797
727
|
|
|
798
728
|
...
|
|
799
729
|
|
|
800
730
|
def select_all(
|
|
801
|
-
override_context: typing.
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
805
|
-
undo: typing.Optional[bool] = None,
|
|
731
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
732
|
+
execution_context: str | int | None = None,
|
|
733
|
+
undo: bool | None = None,
|
|
806
734
|
):
|
|
807
735
|
"""Select all text
|
|
808
736
|
|
|
809
|
-
:type override_context:
|
|
810
|
-
:type execution_context:
|
|
811
|
-
:type undo:
|
|
737
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
738
|
+
:type execution_context: str | int | None
|
|
739
|
+
:type undo: bool | None
|
|
812
740
|
"""
|
|
813
741
|
|
|
814
742
|
...
|
|
815
743
|
|
|
816
744
|
def select_line(
|
|
817
|
-
override_context: typing.
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
821
|
-
undo: typing.Optional[bool] = None,
|
|
745
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
746
|
+
execution_context: str | int | None = None,
|
|
747
|
+
undo: bool | None = None,
|
|
822
748
|
):
|
|
823
749
|
"""Select text by line
|
|
824
750
|
|
|
825
|
-
:type override_context:
|
|
826
|
-
:type execution_context:
|
|
827
|
-
:type undo:
|
|
751
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
752
|
+
:type execution_context: str | int | None
|
|
753
|
+
:type undo: bool | None
|
|
828
754
|
"""
|
|
829
755
|
|
|
830
756
|
...
|
|
831
757
|
|
|
832
758
|
def select_word(
|
|
833
|
-
override_context: typing.
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
837
|
-
undo: typing.Optional[bool] = None,
|
|
759
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
760
|
+
execution_context: str | int | None = None,
|
|
761
|
+
undo: bool | None = None,
|
|
838
762
|
):
|
|
839
763
|
"""Select word under cursor
|
|
840
764
|
|
|
841
|
-
:type override_context:
|
|
842
|
-
:type execution_context:
|
|
843
|
-
:type undo:
|
|
765
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
766
|
+
:type execution_context: str | int | None
|
|
767
|
+
:type undo: bool | None
|
|
844
768
|
"""
|
|
845
769
|
|
|
846
770
|
...
|
|
847
771
|
|
|
848
772
|
def selection_set(
|
|
849
|
-
override_context: typing.
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
853
|
-
undo: typing.Optional[bool] = None,
|
|
773
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
774
|
+
execution_context: str | int | None = None,
|
|
775
|
+
undo: bool | None = None,
|
|
854
776
|
):
|
|
855
777
|
"""Set text selection
|
|
856
778
|
|
|
857
|
-
:type override_context:
|
|
858
|
-
:type execution_context:
|
|
859
|
-
:type undo:
|
|
779
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
780
|
+
:type execution_context: str | int | None
|
|
781
|
+
:type undo: bool | None
|
|
860
782
|
"""
|
|
861
783
|
|
|
862
784
|
...
|
|
863
785
|
|
|
864
786
|
def start_find(
|
|
865
|
-
override_context: typing.
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
869
|
-
undo: typing.Optional[bool] = None,
|
|
787
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
788
|
+
execution_context: str | int | None = None,
|
|
789
|
+
undo: bool | None = None,
|
|
870
790
|
):
|
|
871
791
|
"""Start searching text
|
|
872
792
|
|
|
873
|
-
:type override_context:
|
|
874
|
-
:type execution_context:
|
|
875
|
-
:type undo:
|
|
793
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
794
|
+
:type execution_context: str | int | None
|
|
795
|
+
:type undo: bool | None
|
|
876
796
|
"""
|
|
877
797
|
|
|
878
798
|
...
|
|
879
799
|
|
|
880
800
|
def to_3d_object(
|
|
881
|
-
override_context: typing.
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
undo: typing.Optional[bool] = None,
|
|
886
|
-
split_lines: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
801
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
802
|
+
execution_context: str | int | None = None,
|
|
803
|
+
undo: bool | None = None,
|
|
804
|
+
split_lines: bool | typing.Any | None = False,
|
|
887
805
|
):
|
|
888
806
|
"""Create 3D text object from active text data-block
|
|
889
807
|
|
|
890
|
-
:type override_context:
|
|
891
|
-
:type execution_context:
|
|
892
|
-
:type undo:
|
|
808
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
809
|
+
:type execution_context: str | int | None
|
|
810
|
+
:type undo: bool | None
|
|
893
811
|
:param split_lines: Split Lines, Create one object per line in the text
|
|
894
|
-
:type split_lines:
|
|
812
|
+
:type split_lines: bool | typing.Any | None
|
|
895
813
|
"""
|
|
896
814
|
|
|
897
815
|
...
|
|
898
816
|
|
|
899
817
|
def unindent(
|
|
900
|
-
override_context: typing.
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
904
|
-
undo: typing.Optional[bool] = None,
|
|
818
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
819
|
+
execution_context: str | int | None = None,
|
|
820
|
+
undo: bool | None = None,
|
|
905
821
|
):
|
|
906
822
|
"""Unindent selected text
|
|
907
823
|
|
|
908
|
-
:type override_context:
|
|
909
|
-
:type execution_context:
|
|
910
|
-
:type undo:
|
|
824
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
825
|
+
:type execution_context: str | int | None
|
|
826
|
+
:type undo: bool | None
|
|
911
827
|
"""
|
|
912
828
|
|
|
913
829
|
...
|
|
914
830
|
|
|
915
831
|
def unlink(
|
|
916
|
-
override_context: typing.
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
920
|
-
undo: typing.Optional[bool] = None,
|
|
832
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
833
|
+
execution_context: str | int | None = None,
|
|
834
|
+
undo: bool | None = None,
|
|
921
835
|
):
|
|
922
836
|
"""Unlink active text data-block
|
|
923
837
|
|
|
924
|
-
:type override_context:
|
|
925
|
-
:type execution_context:
|
|
926
|
-
:type undo:
|
|
838
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
839
|
+
:type execution_context: str | int | None
|
|
840
|
+
:type undo: bool | None
|
|
927
841
|
"""
|
|
928
842
|
|
|
929
843
|
...
|