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/font/__init__.pyi
CHANGED
|
@@ -4,231 +4,213 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def case_set(
|
|
7
|
-
override_context: typing.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
undo: typing.Optional[bool] = None,
|
|
12
|
-
case: typing.Optional[typing.Any] = "LOWER",
|
|
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
|
+
case: typing.Any | None = "LOWER",
|
|
13
11
|
):
|
|
14
12
|
"""Set font case
|
|
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 case: Case, Lower or upper case
|
|
20
|
-
:type case: typing.
|
|
18
|
+
:type case: typing.Any | None
|
|
21
19
|
"""
|
|
22
20
|
|
|
23
21
|
...
|
|
24
22
|
|
|
25
23
|
def case_toggle(
|
|
26
|
-
override_context: typing.
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
30
|
-
undo: typing.Optional[bool] = None,
|
|
24
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
25
|
+
execution_context: str | int | None = None,
|
|
26
|
+
undo: bool | None = None,
|
|
31
27
|
):
|
|
32
28
|
"""Toggle font case
|
|
33
29
|
|
|
34
|
-
:type override_context:
|
|
35
|
-
:type execution_context:
|
|
36
|
-
:type undo:
|
|
30
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
31
|
+
:type execution_context: str | int | None
|
|
32
|
+
:type undo: bool | None
|
|
37
33
|
"""
|
|
38
34
|
|
|
39
35
|
...
|
|
40
36
|
|
|
41
37
|
def change_character(
|
|
42
|
-
override_context: typing.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
undo: typing.Optional[bool] = None,
|
|
47
|
-
delta: typing.Optional[typing.Any] = 1,
|
|
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
|
+
delta: typing.Any | None = 1,
|
|
48
42
|
):
|
|
49
43
|
"""Change font character code
|
|
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 delta: Delta, Number to increase or decrease character code with
|
|
55
|
-
:type delta: typing.
|
|
49
|
+
:type delta: typing.Any | None
|
|
56
50
|
"""
|
|
57
51
|
|
|
58
52
|
...
|
|
59
53
|
|
|
60
54
|
def change_spacing(
|
|
61
|
-
override_context: typing.
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
undo: typing.Optional[bool] = None,
|
|
66
|
-
delta: typing.Optional[typing.Any] = 1.0,
|
|
55
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
56
|
+
execution_context: str | int | None = None,
|
|
57
|
+
undo: bool | None = None,
|
|
58
|
+
delta: typing.Any | None = 1.0,
|
|
67
59
|
):
|
|
68
60
|
"""Change font spacing
|
|
69
61
|
|
|
70
|
-
:type override_context:
|
|
71
|
-
:type execution_context:
|
|
72
|
-
:type undo:
|
|
62
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
63
|
+
:type execution_context: str | int | None
|
|
64
|
+
:type undo: bool | None
|
|
73
65
|
:param delta: Delta, Amount to decrease or increase character spacing with
|
|
74
|
-
:type delta: typing.
|
|
66
|
+
:type delta: typing.Any | None
|
|
75
67
|
"""
|
|
76
68
|
|
|
77
69
|
...
|
|
78
70
|
|
|
79
71
|
def delete(
|
|
80
|
-
override_context: typing.
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
undo: typing.Optional[bool] = None,
|
|
85
|
-
type: typing.Optional[typing.Any] = "PREVIOUS_CHARACTER",
|
|
72
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
73
|
+
execution_context: str | int | None = None,
|
|
74
|
+
undo: bool | None = None,
|
|
75
|
+
type: typing.Any | None = "PREVIOUS_CHARACTER",
|
|
86
76
|
):
|
|
87
77
|
"""Delete text by cursor position
|
|
88
78
|
|
|
89
|
-
:type override_context:
|
|
90
|
-
:type execution_context:
|
|
91
|
-
: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
|
|
92
82
|
:param type: Type, Which part of the text to delete
|
|
93
|
-
:type type: typing.
|
|
83
|
+
:type type: typing.Any | None
|
|
94
84
|
"""
|
|
95
85
|
|
|
96
86
|
...
|
|
97
87
|
|
|
98
88
|
def line_break(
|
|
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
|
"""Insert line break at cursor position
|
|
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 move(
|
|
115
|
-
override_context: typing.
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
undo: typing.Optional[bool] = None,
|
|
120
|
-
type: typing.Optional[typing.Any] = "LINE_BEGIN",
|
|
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 = "LINE_BEGIN",
|
|
121
107
|
):
|
|
122
108
|
"""Move cursor to position type
|
|
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, Where to move cursor to
|
|
128
|
-
:type type: typing.
|
|
114
|
+
:type type: typing.Any | None
|
|
129
115
|
"""
|
|
130
116
|
|
|
131
117
|
...
|
|
132
118
|
|
|
133
119
|
def move_select(
|
|
134
|
-
override_context: typing.
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
undo: typing.Optional[bool] = None,
|
|
139
|
-
type: typing.Optional[typing.Any] = "LINE_BEGIN",
|
|
120
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
121
|
+
execution_context: str | int | None = None,
|
|
122
|
+
undo: bool | None = None,
|
|
123
|
+
type: typing.Any | None = "LINE_BEGIN",
|
|
140
124
|
):
|
|
141
125
|
"""Move the cursor while selecting
|
|
142
126
|
|
|
143
|
-
:type override_context:
|
|
144
|
-
:type execution_context:
|
|
145
|
-
:type undo:
|
|
127
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
128
|
+
:type execution_context: str | int | None
|
|
129
|
+
:type undo: bool | None
|
|
146
130
|
:param type: Type, Where to move cursor to, to make a selection
|
|
147
|
-
:type type: typing.
|
|
131
|
+
:type type: typing.Any | None
|
|
148
132
|
"""
|
|
149
133
|
|
|
150
134
|
...
|
|
151
135
|
|
|
152
136
|
def open(
|
|
153
|
-
override_context: typing.
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
display_type: typing.Optional[typing.Any] = "THUMBNAIL",
|
|
181
|
-
sort_method: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
137
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
138
|
+
execution_context: str | int | None = None,
|
|
139
|
+
undo: bool | None = None,
|
|
140
|
+
filepath: str | typing.Any = "",
|
|
141
|
+
hide_props_region: bool | typing.Any | None = True,
|
|
142
|
+
check_existing: bool | typing.Any | None = False,
|
|
143
|
+
filter_blender: bool | typing.Any | None = False,
|
|
144
|
+
filter_backup: bool | typing.Any | None = False,
|
|
145
|
+
filter_image: bool | typing.Any | None = False,
|
|
146
|
+
filter_movie: bool | typing.Any | None = False,
|
|
147
|
+
filter_python: bool | typing.Any | None = False,
|
|
148
|
+
filter_font: bool | typing.Any | None = True,
|
|
149
|
+
filter_sound: bool | typing.Any | None = False,
|
|
150
|
+
filter_text: bool | typing.Any | None = False,
|
|
151
|
+
filter_archive: bool | typing.Any | None = False,
|
|
152
|
+
filter_btx: bool | typing.Any | None = False,
|
|
153
|
+
filter_collada: bool | typing.Any | None = False,
|
|
154
|
+
filter_alembic: bool | typing.Any | None = False,
|
|
155
|
+
filter_usd: bool | typing.Any | None = False,
|
|
156
|
+
filter_obj: bool | typing.Any | None = False,
|
|
157
|
+
filter_volume: bool | typing.Any | None = False,
|
|
158
|
+
filter_folder: bool | typing.Any | None = True,
|
|
159
|
+
filter_blenlib: bool | typing.Any | None = False,
|
|
160
|
+
filemode: typing.Any | None = 9,
|
|
161
|
+
relative_path: bool | typing.Any | None = True,
|
|
162
|
+
display_type: typing.Any | None = "THUMBNAIL",
|
|
163
|
+
sort_method: str | int | typing.Any | None = "",
|
|
182
164
|
):
|
|
183
165
|
"""Load a new font from a file
|
|
184
166
|
|
|
185
|
-
:type override_context:
|
|
186
|
-
:type execution_context:
|
|
187
|
-
:type undo:
|
|
167
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
168
|
+
:type execution_context: str | int | None
|
|
169
|
+
:type undo: bool | None
|
|
188
170
|
:param filepath: File Path, Path to file
|
|
189
|
-
:type filepath:
|
|
171
|
+
:type filepath: str | typing.Any
|
|
190
172
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
191
|
-
:type hide_props_region:
|
|
173
|
+
:type hide_props_region: bool | typing.Any | None
|
|
192
174
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
193
|
-
:type check_existing:
|
|
175
|
+
:type check_existing: bool | typing.Any | None
|
|
194
176
|
:param filter_blender: Filter .blend files
|
|
195
|
-
:type filter_blender:
|
|
177
|
+
:type filter_blender: bool | typing.Any | None
|
|
196
178
|
:param filter_backup: Filter .blend files
|
|
197
|
-
:type filter_backup:
|
|
179
|
+
:type filter_backup: bool | typing.Any | None
|
|
198
180
|
:param filter_image: Filter image files
|
|
199
|
-
:type filter_image:
|
|
181
|
+
:type filter_image: bool | typing.Any | None
|
|
200
182
|
:param filter_movie: Filter movie files
|
|
201
|
-
:type filter_movie:
|
|
183
|
+
:type filter_movie: bool | typing.Any | None
|
|
202
184
|
:param filter_python: Filter Python files
|
|
203
|
-
:type filter_python:
|
|
185
|
+
:type filter_python: bool | typing.Any | None
|
|
204
186
|
:param filter_font: Filter font files
|
|
205
|
-
:type filter_font:
|
|
187
|
+
:type filter_font: bool | typing.Any | None
|
|
206
188
|
:param filter_sound: Filter sound files
|
|
207
|
-
:type filter_sound:
|
|
189
|
+
:type filter_sound: bool | typing.Any | None
|
|
208
190
|
:param filter_text: Filter text files
|
|
209
|
-
:type filter_text:
|
|
191
|
+
:type filter_text: bool | typing.Any | None
|
|
210
192
|
:param filter_archive: Filter archive files
|
|
211
|
-
:type filter_archive:
|
|
193
|
+
:type filter_archive: bool | typing.Any | None
|
|
212
194
|
:param filter_btx: Filter btx files
|
|
213
|
-
:type filter_btx:
|
|
195
|
+
:type filter_btx: bool | typing.Any | None
|
|
214
196
|
:param filter_collada: Filter COLLADA files
|
|
215
|
-
:type filter_collada:
|
|
197
|
+
:type filter_collada: bool | typing.Any | None
|
|
216
198
|
:param filter_alembic: Filter Alembic files
|
|
217
|
-
:type filter_alembic:
|
|
199
|
+
:type filter_alembic: bool | typing.Any | None
|
|
218
200
|
:param filter_usd: Filter USD files
|
|
219
|
-
:type filter_usd:
|
|
201
|
+
:type filter_usd: bool | typing.Any | None
|
|
220
202
|
:param filter_obj: Filter OBJ files
|
|
221
|
-
:type filter_obj:
|
|
203
|
+
:type filter_obj: bool | typing.Any | None
|
|
222
204
|
:param filter_volume: Filter OpenVDB volume files
|
|
223
|
-
:type filter_volume:
|
|
205
|
+
:type filter_volume: bool | typing.Any | None
|
|
224
206
|
:param filter_folder: Filter folders
|
|
225
|
-
:type filter_folder:
|
|
207
|
+
:type filter_folder: bool | typing.Any | None
|
|
226
208
|
:param filter_blenlib: Filter Blender IDs
|
|
227
|
-
:type filter_blenlib:
|
|
209
|
+
:type filter_blenlib: bool | typing.Any | None
|
|
228
210
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
229
|
-
:type filemode: typing.
|
|
211
|
+
:type filemode: typing.Any | None
|
|
230
212
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
231
|
-
:type relative_path:
|
|
213
|
+
:type relative_path: bool | typing.Any | None
|
|
232
214
|
:param display_type: Display Type
|
|
233
215
|
|
|
234
216
|
DEFAULT
|
|
@@ -242,268 +224,246 @@ def open(
|
|
|
242
224
|
|
|
243
225
|
THUMBNAIL
|
|
244
226
|
Thumbnails -- Display files as thumbnails.
|
|
245
|
-
:type display_type: typing.
|
|
227
|
+
:type display_type: typing.Any | None
|
|
246
228
|
:param sort_method: File sorting mode
|
|
247
|
-
:type sort_method:
|
|
229
|
+
:type sort_method: str | int | typing.Any | None
|
|
248
230
|
"""
|
|
249
231
|
|
|
250
232
|
...
|
|
251
233
|
|
|
252
234
|
def select_all(
|
|
253
|
-
override_context: typing.
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
257
|
-
undo: typing.Optional[bool] = None,
|
|
235
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
236
|
+
execution_context: str | int | None = None,
|
|
237
|
+
undo: bool | None = None,
|
|
258
238
|
):
|
|
259
239
|
"""Select all text
|
|
260
240
|
|
|
261
|
-
:type override_context:
|
|
262
|
-
:type execution_context:
|
|
263
|
-
:type undo:
|
|
241
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
242
|
+
:type execution_context: str | int | None
|
|
243
|
+
:type undo: bool | None
|
|
264
244
|
"""
|
|
265
245
|
|
|
266
246
|
...
|
|
267
247
|
|
|
268
248
|
def select_word(
|
|
269
|
-
override_context: typing.
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
273
|
-
undo: typing.Optional[bool] = None,
|
|
249
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
250
|
+
execution_context: str | int | None = None,
|
|
251
|
+
undo: bool | None = None,
|
|
274
252
|
):
|
|
275
253
|
"""Select word under cursor
|
|
276
254
|
|
|
277
|
-
:type override_context:
|
|
278
|
-
:type execution_context:
|
|
279
|
-
:type undo:
|
|
255
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
256
|
+
:type execution_context: str | int | None
|
|
257
|
+
:type undo: bool | None
|
|
280
258
|
"""
|
|
281
259
|
|
|
282
260
|
...
|
|
283
261
|
|
|
284
262
|
def selection_set(
|
|
285
|
-
override_context: typing.
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
289
|
-
undo: typing.Optional[bool] = None,
|
|
263
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
264
|
+
execution_context: str | int | None = None,
|
|
265
|
+
undo: bool | None = None,
|
|
290
266
|
):
|
|
291
267
|
"""Set cursor selection
|
|
292
268
|
|
|
293
|
-
:type override_context:
|
|
294
|
-
:type execution_context:
|
|
295
|
-
:type undo:
|
|
269
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
270
|
+
:type execution_context: str | int | None
|
|
271
|
+
:type undo: bool | None
|
|
296
272
|
"""
|
|
297
273
|
|
|
298
274
|
...
|
|
299
275
|
|
|
300
276
|
def style_set(
|
|
301
|
-
override_context: typing.
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
style: typing.Optional[typing.Any] = "BOLD",
|
|
307
|
-
clear: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
277
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
278
|
+
execution_context: str | int | None = None,
|
|
279
|
+
undo: bool | None = None,
|
|
280
|
+
style: typing.Any | None = "BOLD",
|
|
281
|
+
clear: bool | typing.Any | None = False,
|
|
308
282
|
):
|
|
309
283
|
"""Set font style
|
|
310
284
|
|
|
311
|
-
:type override_context:
|
|
312
|
-
:type execution_context:
|
|
313
|
-
:type undo:
|
|
285
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
286
|
+
:type execution_context: str | int | None
|
|
287
|
+
:type undo: bool | None
|
|
314
288
|
:param style: Style, Style to set selection to
|
|
315
|
-
:type style: typing.
|
|
289
|
+
:type style: typing.Any | None
|
|
316
290
|
:param clear: Clear, Clear style rather than setting it
|
|
317
|
-
:type clear:
|
|
291
|
+
:type clear: bool | typing.Any | None
|
|
318
292
|
"""
|
|
319
293
|
|
|
320
294
|
...
|
|
321
295
|
|
|
322
296
|
def style_toggle(
|
|
323
|
-
override_context: typing.
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
undo: typing.Optional[bool] = None,
|
|
328
|
-
style: typing.Optional[typing.Any] = "BOLD",
|
|
297
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
298
|
+
execution_context: str | int | None = None,
|
|
299
|
+
undo: bool | None = None,
|
|
300
|
+
style: typing.Any | None = "BOLD",
|
|
329
301
|
):
|
|
330
302
|
"""Toggle font style
|
|
331
303
|
|
|
332
|
-
:type override_context:
|
|
333
|
-
:type execution_context:
|
|
334
|
-
:type undo:
|
|
304
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
305
|
+
:type execution_context: str | int | None
|
|
306
|
+
:type undo: bool | None
|
|
335
307
|
:param style: Style, Style to set selection to
|
|
336
|
-
:type style: typing.
|
|
308
|
+
:type style: typing.Any | None
|
|
337
309
|
"""
|
|
338
310
|
|
|
339
311
|
...
|
|
340
312
|
|
|
341
313
|
def text_copy(
|
|
342
|
-
override_context: typing.
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
346
|
-
undo: typing.Optional[bool] = None,
|
|
314
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
315
|
+
execution_context: str | int | None = None,
|
|
316
|
+
undo: bool | None = None,
|
|
347
317
|
):
|
|
348
318
|
"""Copy selected text to clipboard
|
|
349
319
|
|
|
350
|
-
:type override_context:
|
|
351
|
-
:type execution_context:
|
|
352
|
-
:type undo:
|
|
320
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
321
|
+
:type execution_context: str | int | None
|
|
322
|
+
:type undo: bool | None
|
|
353
323
|
"""
|
|
354
324
|
|
|
355
325
|
...
|
|
356
326
|
|
|
357
327
|
def text_cut(
|
|
358
|
-
override_context: typing.
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
362
|
-
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,
|
|
363
331
|
):
|
|
364
332
|
"""Cut selected text to clipboard
|
|
365
333
|
|
|
366
|
-
:type override_context:
|
|
367
|
-
:type execution_context:
|
|
368
|
-
: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
|
|
369
337
|
"""
|
|
370
338
|
|
|
371
339
|
...
|
|
372
340
|
|
|
373
341
|
def text_insert(
|
|
374
|
-
override_context: typing.
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
text: typing.Union[str, typing.Any] = "",
|
|
380
|
-
accent: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
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
|
+
text: str | typing.Any = "",
|
|
346
|
+
accent: bool | typing.Any | None = False,
|
|
381
347
|
):
|
|
382
348
|
"""Insert text at cursor position
|
|
383
349
|
|
|
384
|
-
:type override_context:
|
|
385
|
-
:type execution_context:
|
|
386
|
-
:type undo:
|
|
350
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
351
|
+
:type execution_context: str | int | None
|
|
352
|
+
:type undo: bool | None
|
|
387
353
|
:param text: Text, Text to insert at the cursor position
|
|
388
|
-
:type text:
|
|
354
|
+
:type text: str | typing.Any
|
|
389
355
|
:param accent: Accent Mode, Next typed character will strike through previous, for special character input
|
|
390
|
-
:type accent:
|
|
356
|
+
:type accent: bool | typing.Any | None
|
|
391
357
|
"""
|
|
392
358
|
|
|
393
359
|
...
|
|
394
360
|
|
|
395
361
|
def text_insert_unicode(
|
|
396
|
-
override_context: typing.
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
400
|
-
undo: typing.Optional[bool] = None,
|
|
362
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
363
|
+
execution_context: str | int | None = None,
|
|
364
|
+
undo: bool | None = None,
|
|
401
365
|
):
|
|
402
366
|
"""Insert Unicode Character
|
|
403
367
|
|
|
404
|
-
:type override_context:
|
|
405
|
-
:type execution_context:
|
|
406
|
-
:type undo:
|
|
368
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
369
|
+
:type execution_context: str | int | None
|
|
370
|
+
:type undo: bool | None
|
|
407
371
|
"""
|
|
408
372
|
|
|
409
373
|
...
|
|
410
374
|
|
|
411
375
|
def text_paste(
|
|
412
|
-
override_context: typing.
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
undo: typing.Optional[bool] = None,
|
|
417
|
-
selection: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
376
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
377
|
+
execution_context: str | int | None = None,
|
|
378
|
+
undo: bool | None = None,
|
|
379
|
+
selection: bool | typing.Any | None = False,
|
|
418
380
|
):
|
|
419
381
|
"""Paste text from clipboard
|
|
420
382
|
|
|
421
|
-
:type override_context:
|
|
422
|
-
:type execution_context:
|
|
423
|
-
:type undo:
|
|
383
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
384
|
+
:type execution_context: str | int | None
|
|
385
|
+
:type undo: bool | None
|
|
424
386
|
:param selection: Selection, Paste text selected elsewhere rather than copied (X11/Wayland only)
|
|
425
|
-
:type selection:
|
|
387
|
+
:type selection: bool | typing.Any | None
|
|
426
388
|
"""
|
|
427
389
|
|
|
428
390
|
...
|
|
429
391
|
|
|
430
392
|
def text_paste_from_file(
|
|
431
|
-
override_context: typing.
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
display_type: typing.Optional[typing.Any] = "DEFAULT",
|
|
458
|
-
sort_method: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
393
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
394
|
+
execution_context: str | int | None = None,
|
|
395
|
+
undo: bool | None = None,
|
|
396
|
+
filepath: str | typing.Any = "",
|
|
397
|
+
hide_props_region: bool | typing.Any | None = True,
|
|
398
|
+
check_existing: bool | typing.Any | None = False,
|
|
399
|
+
filter_blender: bool | typing.Any | None = False,
|
|
400
|
+
filter_backup: bool | typing.Any | None = False,
|
|
401
|
+
filter_image: bool | typing.Any | None = False,
|
|
402
|
+
filter_movie: bool | typing.Any | None = False,
|
|
403
|
+
filter_python: bool | typing.Any | None = False,
|
|
404
|
+
filter_font: bool | typing.Any | None = False,
|
|
405
|
+
filter_sound: bool | typing.Any | None = False,
|
|
406
|
+
filter_text: bool | typing.Any | None = True,
|
|
407
|
+
filter_archive: bool | typing.Any | None = False,
|
|
408
|
+
filter_btx: bool | typing.Any | None = False,
|
|
409
|
+
filter_collada: bool | typing.Any | None = False,
|
|
410
|
+
filter_alembic: bool | typing.Any | None = False,
|
|
411
|
+
filter_usd: bool | typing.Any | None = False,
|
|
412
|
+
filter_obj: bool | typing.Any | None = False,
|
|
413
|
+
filter_volume: bool | typing.Any | None = False,
|
|
414
|
+
filter_folder: bool | typing.Any | None = True,
|
|
415
|
+
filter_blenlib: bool | typing.Any | None = False,
|
|
416
|
+
filemode: typing.Any | None = 9,
|
|
417
|
+
display_type: typing.Any | None = "DEFAULT",
|
|
418
|
+
sort_method: str | int | typing.Any | None = "",
|
|
459
419
|
):
|
|
460
420
|
"""Paste contents from file
|
|
461
421
|
|
|
462
|
-
:type override_context:
|
|
463
|
-
:type execution_context:
|
|
464
|
-
: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
|
|
465
425
|
:param filepath: File Path, Path to file
|
|
466
|
-
:type filepath:
|
|
426
|
+
:type filepath: str | typing.Any
|
|
467
427
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
468
|
-
:type hide_props_region:
|
|
428
|
+
:type hide_props_region: bool | typing.Any | None
|
|
469
429
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
470
|
-
:type check_existing:
|
|
430
|
+
:type check_existing: bool | typing.Any | None
|
|
471
431
|
:param filter_blender: Filter .blend files
|
|
472
|
-
:type filter_blender:
|
|
432
|
+
:type filter_blender: bool | typing.Any | None
|
|
473
433
|
:param filter_backup: Filter .blend files
|
|
474
|
-
:type filter_backup:
|
|
434
|
+
:type filter_backup: bool | typing.Any | None
|
|
475
435
|
:param filter_image: Filter image files
|
|
476
|
-
:type filter_image:
|
|
436
|
+
:type filter_image: bool | typing.Any | None
|
|
477
437
|
:param filter_movie: Filter movie files
|
|
478
|
-
:type filter_movie:
|
|
438
|
+
:type filter_movie: bool | typing.Any | None
|
|
479
439
|
:param filter_python: Filter Python files
|
|
480
|
-
:type filter_python:
|
|
440
|
+
:type filter_python: bool | typing.Any | None
|
|
481
441
|
:param filter_font: Filter font files
|
|
482
|
-
:type filter_font:
|
|
442
|
+
:type filter_font: bool | typing.Any | None
|
|
483
443
|
:param filter_sound: Filter sound files
|
|
484
|
-
:type filter_sound:
|
|
444
|
+
:type filter_sound: bool | typing.Any | None
|
|
485
445
|
:param filter_text: Filter text files
|
|
486
|
-
:type filter_text:
|
|
446
|
+
:type filter_text: bool | typing.Any | None
|
|
487
447
|
:param filter_archive: Filter archive files
|
|
488
|
-
:type filter_archive:
|
|
448
|
+
:type filter_archive: bool | typing.Any | None
|
|
489
449
|
:param filter_btx: Filter btx files
|
|
490
|
-
:type filter_btx:
|
|
450
|
+
:type filter_btx: bool | typing.Any | None
|
|
491
451
|
:param filter_collada: Filter COLLADA files
|
|
492
|
-
:type filter_collada:
|
|
452
|
+
:type filter_collada: bool | typing.Any | None
|
|
493
453
|
:param filter_alembic: Filter Alembic files
|
|
494
|
-
:type filter_alembic:
|
|
454
|
+
:type filter_alembic: bool | typing.Any | None
|
|
495
455
|
:param filter_usd: Filter USD files
|
|
496
|
-
:type filter_usd:
|
|
456
|
+
:type filter_usd: bool | typing.Any | None
|
|
497
457
|
:param filter_obj: Filter OBJ files
|
|
498
|
-
:type filter_obj:
|
|
458
|
+
:type filter_obj: bool | typing.Any | None
|
|
499
459
|
:param filter_volume: Filter OpenVDB volume files
|
|
500
|
-
:type filter_volume:
|
|
460
|
+
:type filter_volume: bool | typing.Any | None
|
|
501
461
|
:param filter_folder: Filter folders
|
|
502
|
-
:type filter_folder:
|
|
462
|
+
:type filter_folder: bool | typing.Any | None
|
|
503
463
|
:param filter_blenlib: Filter Blender IDs
|
|
504
|
-
:type filter_blenlib:
|
|
464
|
+
:type filter_blenlib: bool | typing.Any | None
|
|
505
465
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
506
|
-
:type filemode: typing.
|
|
466
|
+
:type filemode: typing.Any | None
|
|
507
467
|
:param display_type: Display Type
|
|
508
468
|
|
|
509
469
|
DEFAULT
|
|
@@ -517,60 +477,54 @@ def text_paste_from_file(
|
|
|
517
477
|
|
|
518
478
|
THUMBNAIL
|
|
519
479
|
Thumbnails -- Display files as thumbnails.
|
|
520
|
-
:type display_type: typing.
|
|
480
|
+
:type display_type: typing.Any | None
|
|
521
481
|
:param sort_method: File sorting mode
|
|
522
|
-
:type sort_method:
|
|
482
|
+
:type sort_method: str | int | typing.Any | None
|
|
523
483
|
"""
|
|
524
484
|
|
|
525
485
|
...
|
|
526
486
|
|
|
527
487
|
def textbox_add(
|
|
528
|
-
override_context: typing.
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
532
|
-
undo: typing.Optional[bool] = None,
|
|
488
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
489
|
+
execution_context: str | int | None = None,
|
|
490
|
+
undo: bool | None = None,
|
|
533
491
|
):
|
|
534
492
|
"""Add a new text box
|
|
535
493
|
|
|
536
|
-
:type override_context:
|
|
537
|
-
:type execution_context:
|
|
538
|
-
:type undo:
|
|
494
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
495
|
+
:type execution_context: str | int | None
|
|
496
|
+
:type undo: bool | None
|
|
539
497
|
"""
|
|
540
498
|
|
|
541
499
|
...
|
|
542
500
|
|
|
543
501
|
def textbox_remove(
|
|
544
|
-
override_context: typing.
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
undo: typing.Optional[bool] = None,
|
|
549
|
-
index: typing.Optional[typing.Any] = 0,
|
|
502
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
503
|
+
execution_context: str | int | None = None,
|
|
504
|
+
undo: bool | None = None,
|
|
505
|
+
index: typing.Any | None = 0,
|
|
550
506
|
):
|
|
551
507
|
"""Remove the text box
|
|
552
508
|
|
|
553
|
-
:type override_context:
|
|
554
|
-
:type execution_context:
|
|
555
|
-
:type undo:
|
|
509
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
510
|
+
:type execution_context: str | int | None
|
|
511
|
+
:type undo: bool | None
|
|
556
512
|
:param index: Index, The current text box
|
|
557
|
-
:type index: typing.
|
|
513
|
+
:type index: typing.Any | None
|
|
558
514
|
"""
|
|
559
515
|
|
|
560
516
|
...
|
|
561
517
|
|
|
562
518
|
def unlink(
|
|
563
|
-
override_context: typing.
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
567
|
-
undo: typing.Optional[bool] = None,
|
|
519
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
520
|
+
execution_context: str | int | None = None,
|
|
521
|
+
undo: bool | None = None,
|
|
568
522
|
):
|
|
569
523
|
"""Unlink active font data-block
|
|
570
524
|
|
|
571
|
-
:type override_context:
|
|
572
|
-
:type execution_context:
|
|
573
|
-
:type undo:
|
|
525
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
526
|
+
:type execution_context: str | int | None
|
|
527
|
+
:type undo: bool | None
|
|
574
528
|
"""
|
|
575
529
|
|
|
576
530
|
...
|