fake-bpy-module 20240516__py3-none-any.whl → 20240518__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/freedesktop/__init__.pyi +17 -84
- addon_utils/__init__.pyi +44 -38
- animsys_refactor/__init__.pyi +7 -27
- aud/__init__.pyi +8 -11
- bgl/__init__.pyi +121 -1812
- bl_app_override/__init__.pyi +8 -19
- bl_app_override/helpers/__init__.pyi +5 -23
- bl_app_template_utils/__init__.pyi +5 -17
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +48 -10
- bl_console_utils/autocomplete/complete_import/__init__.pyi +27 -6
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +40 -8
- bl_console_utils/autocomplete/intellisense/__init__.pyi +31 -4
- bl_i18n_utils/bl_extract_messages/__init__.pyi +16 -67
- bl_i18n_utils/merge_po/__init__.pyi +1 -4
- bl_i18n_utils/settings/__init__.pyi +6 -24
- bl_i18n_utils/utils/__init__.pyi +93 -122
- bl_i18n_utils/utils_cli/__init__.pyi +6 -29
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
- bl_i18n_utils/utils_rtl/__init__.pyi +8 -2
- bl_keymap_utils/io/__init__.pyi +9 -40
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -2
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
- bl_keymap_utils/platform_helpers/__init__.pyi +2 -6
- bl_keymap_utils/versioning/__init__.pyi +1 -4
- bl_operators/__init__.pyi +2 -9
- bl_operators/add_mesh_torus/__init__.pyi +128 -59
- bl_operators/anim/__init__.pyi +1001 -398
- bl_operators/assets/__init__.pyi +376 -152
- bl_operators/bmesh/find_adjacent/__init__.pyi +10 -37
- bl_operators/clip/__init__.pyi +1264 -532
- bl_operators/console/__init__.pyi +626 -242
- bl_operators/constraint/__init__.pyi +502 -201
- bl_operators/file/__init__.pyi +376 -150
- bl_operators/freestyle/__init__.pyi +501 -200
- bl_operators/geometry_nodes/__init__.pyi +514 -266
- bl_operators/image/__init__.pyi +621 -251
- bl_operators/mesh/__init__.pyi +376 -150
- bl_operators/node/__init__.pyi +1253 -516
- bl_operators/object/__init__.pyi +1879 -755
- bl_operators/object_align/__init__.pyi +129 -64
- bl_operators/object_quick_effects/__init__.pyi +504 -213
- bl_operators/object_randomize_transform/__init__.pyi +129 -54
- bl_operators/presets/__init__.pyi +3072 -1403
- bl_operators/rigidbody/__init__.pyi +376 -150
- bl_operators/screen_play_rendered_anim/__init__.pyi +127 -54
- bl_operators/sequencer/__init__.pyi +1010 -434
- bl_operators/spreadsheet/__init__.pyi +126 -50
- bl_operators/userpref/__init__.pyi +3253 -1267
- bl_operators/uvcalc_follow_active/__init__.pyi +128 -59
- bl_operators/uvcalc_lightmap/__init__.pyi +139 -80
- bl_operators/uvcalc_transform/__init__.pyi +297 -159
- bl_operators/vertexpaint_dirt/__init__.pyi +128 -59
- bl_operators/view3d/__init__.pyi +868 -342
- bl_operators/wm/__init__.pyi +5795 -2388
- bl_operators/world/__init__.pyi +126 -50
- bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
- bl_rna_utils/data_path/__init__.pyi +8 -4
- bl_text_utils/external_editor/__init__.pyi +1 -4
- bl_ui/__init__.pyi +366 -269
- bl_ui/anim/__init__.pyi +164 -74
- bl_ui/asset_shelf/__init__.pyi +129 -56
- bl_ui/generic_ui_list/__init__.pyi +412 -163
- bl_ui/node_add_menu/__init__.pyi +171 -94
- bl_ui/node_add_menu_compositor/__init__.pyi +2918 -1353
- bl_ui/node_add_menu_geometry/__init__.pyi +7789 -3616
- bl_ui/node_add_menu_shader/__init__.pyi +1630 -790
- bl_ui/node_add_menu_texture/__init__.pyi +1459 -675
- bl_ui/properties_animviz/__init__.pyi +2 -16
- bl_ui/properties_collection/__init__.pyi +807 -379
- bl_ui/properties_constraint/__init__.pyi +10292 -4941
- bl_ui/properties_data_armature/__init__.pyi +1615 -753
- bl_ui/properties_data_bone/__init__.pyi +1284 -608
- bl_ui/properties_data_camera/__init__.pyi +1854 -927
- bl_ui/properties_data_curve/__init__.pyi +1927 -937
- bl_ui/properties_data_curves/__init__.pyi +806 -375
- bl_ui/properties_data_empty/__init__.pyi +257 -125
- bl_ui/properties_data_gpencil/__init__.pyi +2376 -1130
- bl_ui/properties_data_grease_pencil/__init__.pyi +1898 -894
- bl_ui/properties_data_lattice/__init__.pyi +388 -188
- bl_ui/properties_data_light/__init__.pyi +1540 -756
- bl_ui/properties_data_lightprobe/__init__.pyi +1666 -810
- bl_ui/properties_data_mesh/__init__.pyi +2707 -1235
- bl_ui/properties_data_metaball/__init__.pyi +644 -308
- bl_ui/properties_data_modifier/__init__.pyi +1353 -671
- bl_ui/properties_data_pointcloud/__init__.pyi +679 -316
- bl_ui/properties_data_shaderfx/__init__.pyi +129 -67
- bl_ui/properties_data_speaker/__init__.pyi +644 -316
- bl_ui/properties_data_volume/__init__.pyi +1028 -484
- bl_ui/properties_freestyle/__init__.pyi +3112 -1619
- bl_ui/properties_grease_pencil_common/__init__.pyi +2454 -1123
- bl_ui/properties_mask_common/__init__.pyi +1102 -523
- bl_ui/properties_material/__init__.pyi +2089 -1009
- bl_ui/properties_material_gpencil/__init__.pyi +1348 -635
- bl_ui/properties_object/__init__.pyi +1832 -873
- bl_ui/properties_output/__init__.pyi +2405 -1173
- bl_ui/properties_paint_common/__init__.pyi +416 -386
- bl_ui/properties_particle/__init__.pyi +6740 -3346
- bl_ui/properties_physics_cloth/__init__.pyi +1822 -907
- bl_ui/properties_physics_common/__init__.pyi +135 -98
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2817 -1391
- bl_ui/properties_physics_field/__init__.pyi +1282 -627
- bl_ui/properties_physics_fluid/__init__.pyi +3614 -1794
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +129 -60
- bl_ui/properties_physics_rigidbody/__init__.pyi +1026 -515
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1665 -811
- bl_ui/properties_physics_softbody/__init__.pyi +1922 -967
- bl_ui/properties_render/__init__.pyi +6843 -3367
- bl_ui/properties_scene/__init__.pyi +1924 -913
- bl_ui/properties_texture/__init__.pyi +3371 -1667
- bl_ui/properties_view_layer/__init__.pyi +2344 -1107
- bl_ui/properties_workspace/__init__.pyi +516 -244
- bl_ui/properties_world/__init__.pyi +1284 -630
- bl_ui/space_clip/__init__.pyi +10172 -4695
- bl_ui/space_console/__init__.pyi +940 -423
- bl_ui/space_dopesheet/__init__.pyi +4325 -2013
- bl_ui/space_filebrowser/__init__.pyi +4172 -1903
- bl_ui/space_graph/__init__.pyi +3107 -1394
- bl_ui/space_image/__init__.pyi +9764 -4614
- bl_ui/space_info/__init__.pyi +939 -421
- bl_ui/space_nla/__init__.pyi +2623 -1183
- bl_ui/space_node/__init__.pyi +3995 -1840
- bl_ui/space_outliner/__init__.pyi +2203 -991
- bl_ui/space_properties/__init__.pyi +386 -165
- bl_ui/space_sequencer/__init__.pyi +10809 -4978
- bl_ui/space_spreadsheet/__init__.pyi +130 -53
- bl_ui/space_statusbar/__init__.pyi +129 -52
- bl_ui/space_text/__init__.pyi +2457 -1100
- bl_ui/space_time/__init__.pyi +1034 -481
- bl_ui/space_toolsystem_common/__init__.pyi +56 -211
- bl_ui/space_toolsystem_toolbar/__init__.pyi +153 -882
- bl_ui/space_topbar/__init__.pyi +3982 -1805
- bl_ui/space_userpref/__init__.pyi +11383 -5290
- bl_ui/space_view3d/__init__.pyi +40873 -18532
- bl_ui/space_view3d_toolbar/__init__.pyi +12570 -6502
- bl_ui/temp_anim_layers/__init__.pyi +130 -62
- bl_ui/utils/__init__.pyi +28 -27
- bl_ui_utils/bug_report_url/__init__.pyi +1 -4
- bl_ui_utils/layout/__init__.pyi +1 -1
- blend_render_info/__init__.pyi +3 -10
- blf/__init__.pyi +4 -4
- bmesh/geometry/__init__.pyi +2 -3
- bmesh/ops/__init__.pyi +372 -419
- bmesh/types/__init__.pyi +39 -56
- bmesh/utils/__init__.pyi +10 -13
- bpy/app/__init__.pyi +4 -4
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -8
- bpy/app/timers/__init__.pyi +10 -10
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +2 -4
- bpy/ops/action/__init__.pyi +316 -394
- bpy/ops/anim/__init__.pyi +442 -548
- bpy/ops/armature/__init__.pyi +374 -470
- bpy/ops/asset/__init__.pyi +152 -184
- bpy/ops/bl_pkg/__init__.pyi +221 -272
- bpy/ops/boid/__init__.pyi +50 -66
- bpy/ops/brush/__init__.pyi +72 -90
- bpy/ops/buttons/__init__.pyi +132 -144
- bpy/ops/cachefile/__init__.pyi +128 -138
- bpy/ops/camera/__init__.pyi +26 -30
- bpy/ops/clip/__init__.pyi +777 -964
- bpy/ops/cloth/__init__.pyi +12 -14
- bpy/ops/collection/__init__.pyi +68 -86
- bpy/ops/console/__init__.pyi +158 -200
- bpy/ops/constraint/__init__.pyi +178 -214
- bpy/ops/curve/__init__.pyi +473 -576
- bpy/ops/curves/__init__.pyi +247 -302
- bpy/ops/cycles/__init__.pyi +28 -34
- bpy/ops/dpaint/__init__.pyi +34 -44
- bpy/ops/ed/__init__.pyi +126 -150
- bpy/ops/export_anim/__init__.pyi +22 -24
- bpy/ops/export_scene/__init__.pyi +302 -336
- bpy/ops/file/__init__.pyi +352 -432
- bpy/ops/fluid/__init__.pyi +90 -118
- bpy/ops/font/__init__.pyi +258 -304
- bpy/ops/geometry/__init__.pyi +100 -120
- bpy/ops/gizmogroup/__init__.pyi +22 -26
- bpy/ops/gpencil/__init__.pyi +1469 -1778
- bpy/ops/graph/__init__.pyi +644 -776
- bpy/ops/grease_pencil/__init__.pyi +597 -748
- bpy/ops/image/__init__.pyi +648 -744
- bpy/ops/import_anim/__init__.pyi +30 -32
- bpy/ops/import_curve/__init__.pyi +10 -12
- bpy/ops/import_scene/__init__.pyi +88 -96
- bpy/ops/info/__init__.pyi +60 -74
- bpy/ops/lattice/__init__.pyi +64 -80
- bpy/ops/marker/__init__.pyi +108 -130
- bpy/ops/mask/__init__.pyi +322 -402
- bpy/ops/material/__init__.pyi +18 -24
- bpy/ops/mball/__init__.pyi +70 -86
- bpy/ops/mesh/__init__.pyi +1986 -2322
- bpy/ops/nla/__init__.pyi +333 -411
- bpy/ops/node/__init__.pyi +886 -1100
- bpy/ops/object/__init__.pyi +2585 -3078
- bpy/ops/outliner/__init__.pyi +498 -636
- bpy/ops/paint/__init__.pyi +565 -680
- bpy/ops/paintcurve/__init__.pyi +64 -80
- bpy/ops/palette/__init__.pyi +50 -64
- bpy/ops/particle/__init__.pyi +267 -340
- bpy/ops/pose/__init__.pyi +336 -414
- bpy/ops/poselib/__init__.pyi +72 -90
- bpy/ops/preferences/__init__.pyi +386 -463
- bpy/ops/ptcache/__init__.pyi +46 -60
- bpy/ops/render/__init__.pyi +130 -154
- bpy/ops/rigidbody/__init__.pyi +102 -128
- bpy/ops/scene/__init__.pyi +280 -358
- bpy/ops/screen/__init__.pyi +382 -460
- bpy/ops/script/__init__.pyi +24 -30
- bpy/ops/sculpt/__init__.pyi +458 -532
- bpy/ops/sculpt_curves/__init__.pyi +41 -50
- bpy/ops/sequencer/__init__.pyi +1066 -1244
- bpy/ops/sound/__init__.pyi +216 -230
- bpy/ops/spreadsheet/__init__.pyi +30 -38
- bpy/ops/surface/__init__.pyi +108 -120
- bpy/ops/text/__init__.pyi +390 -476
- bpy/ops/text_editor/__init__.pyi +12 -14
- bpy/ops/texture/__init__.pyi +26 -34
- bpy/ops/transform/__init__.pyi +792 -878
- bpy/ops/ui/__init__.pyi +228 -294
- bpy/ops/uilist/__init__.pyi +32 -38
- bpy/ops/uv/__init__.pyi +602 -704
- bpy/ops/view2d/__init__.pyi +156 -184
- bpy/ops/view3d/__init__.pyi +582 -718
- bpy/ops/wm/__init__.pyi +2683 -2928
- bpy/ops/workspace/__init__.pyi +46 -60
- bpy/ops/world/__init__.pyi +12 -16
- bpy/path/__init__.pyi +179 -75
- bpy/props/__init__.pyi +261 -263
- bpy/types/__init__.pyi +17058 -26311
- bpy/utils/__init__.pyi +247 -179
- bpy/utils/previews/__init__.pyi +58 -28
- bpy/utils/units/__init__.pyi +20 -20
- bpy_extras/anim_utils/__init__.pyi +68 -29
- bpy_extras/asset_utils/__init__.pyi +0 -10
- bpy_extras/bmesh_utils/__init__.pyi +9 -6
- bpy_extras/extensions/junction_module/__init__.pyi +6 -8
- bpy_extras/id_map_utils/__init__.pyi +3 -3
- bpy_extras/image_utils/__init__.pyi +44 -11
- bpy_extras/io_utils/__init__.pyi +116 -41
- bpy_extras/keyconfig_utils/__init__.pyi +4 -11
- bpy_extras/mesh_utils/__init__.pyi +71 -19
- bpy_extras/node_shader_utils/__init__.pyi +52 -288
- bpy_extras/node_utils/__init__.pyi +10 -10
- bpy_extras/object_utils/__init__.pyi +71 -14
- bpy_extras/view3d_utils/__init__.pyi +80 -10
- bpy_extras/wm_utils/progress_report/__init__.pyi +15 -38
- bpy_restrict_state/__init__.pyi +1 -14
- bpy_types/__init__.pyi +4203 -1605
- console_python/__init__.pyi +12 -37
- console_shell/__init__.pyi +5 -24
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
- fake_bpy_module-20240518.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +14 -44
- freestyle/functions/__init__.pyi +7 -33
- freestyle/predicates/__init__.pyi +44 -217
- freestyle/shaders/__init__.pyi +2 -12
- freestyle/types/__init__.pyi +84 -96
- freestyle/utils/ContextFunctions/__init__.pyi +2 -2
- freestyle/utils/__init__.pyi +6 -18
- gpu/matrix/__init__.pyi +6 -8
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +12 -12
- gpu_extras/presets/__init__.pyi +2 -5
- graphviz_export/__init__.pyi +4 -9
- idprop/types/__init__.pyi +8 -35
- imbuf/__init__.pyi +4 -4
- imbuf/types/__init__.pyi +0 -2
- keyingsets_builtins/__init__.pyi +2692 -997
- keyingsets_utils/__init__.pyi +14 -69
- mathutils/__init__.pyi +194 -238
- mathutils/bvhtree/__init__.pyi +4 -6
- mathutils/geometry/__init__.pyi +153 -155
- mathutils/kdtree/__init__.pyi +8 -12
- mathutils/noise/__init__.pyi +26 -26
- nodeitems_builtins/__init__.pyi +5 -30
- nodeitems_utils/__init__.pyi +8 -45
- rna_info/__init__.pyi +39 -215
- rna_keymap_ui/__init__.pyi +6 -29
- rna_prop_ui/__init__.pyi +24 -62
- rna_xml/__init__.pyi +16 -39
- sys_info/__init__.pyi +1 -4
- _bpy_internal/freedesktop/py.typed +0 -0
- bl_app_override/helpers/py.typed +0 -0
- bl_console_utils/autocomplete/complete_calltip/py.typed +0 -0
- bl_console_utils/autocomplete/complete_import/py.typed +0 -0
- bl_console_utils/autocomplete/complete_namespace/py.typed +0 -0
- bl_console_utils/autocomplete/intellisense/py.typed +0 -0
- bl_console_utils/autocomplete/py.typed +0 -0
- bl_i18n_utils/bl_extract_messages/py.typed +0 -0
- bl_i18n_utils/merge_po/py.typed +0 -0
- bl_i18n_utils/settings/py.typed +0 -0
- bl_i18n_utils/utils/py.typed +0 -0
- bl_i18n_utils/utils_cli/py.typed +0 -0
- bl_i18n_utils/utils_languages_menu/py.typed +0 -0
- bl_i18n_utils/utils_rtl/py.typed +0 -0
- bl_keymap_utils/io/py.typed +0 -0
- bl_keymap_utils/keymap_from_toolbar/py.typed +0 -0
- bl_keymap_utils/keymap_hierarchy/py.typed +0 -0
- bl_keymap_utils/platform_helpers/py.typed +0 -0
- bl_keymap_utils/versioning/py.typed +0 -0
- bl_operators/add_mesh_torus/py.typed +0 -0
- bl_operators/anim/py.typed +0 -0
- bl_operators/assets/py.typed +0 -0
- bl_operators/bmesh/find_adjacent/py.typed +0 -0
- bl_operators/bmesh/py.typed +0 -0
- bl_operators/clip/py.typed +0 -0
- bl_operators/console/py.typed +0 -0
- bl_operators/constraint/py.typed +0 -0
- bl_operators/file/py.typed +0 -0
- bl_operators/freestyle/py.typed +0 -0
- bl_operators/geometry_nodes/py.typed +0 -0
- bl_operators/image/py.typed +0 -0
- bl_operators/mesh/py.typed +0 -0
- bl_operators/node/py.typed +0 -0
- bl_operators/object/py.typed +0 -0
- bl_operators/object_align/py.typed +0 -0
- bl_operators/object_quick_effects/py.typed +0 -0
- bl_operators/object_randomize_transform/py.typed +0 -0
- bl_operators/presets/py.typed +0 -0
- bl_operators/rigidbody/py.typed +0 -0
- bl_operators/screen_play_rendered_anim/py.typed +0 -0
- bl_operators/sequencer/py.typed +0 -0
- bl_operators/spreadsheet/py.typed +0 -0
- bl_operators/userpref/py.typed +0 -0
- bl_operators/uvcalc_follow_active/py.typed +0 -0
- bl_operators/uvcalc_lightmap/py.typed +0 -0
- bl_operators/uvcalc_transform/py.typed +0 -0
- bl_operators/vertexpaint_dirt/py.typed +0 -0
- bl_operators/view3d/py.typed +0 -0
- bl_operators/wm/py.typed +0 -0
- bl_operators/world/py.typed +0 -0
- bl_previews_utils/bl_previews_render/py.typed +0 -0
- bl_rna_utils/data_path/py.typed +0 -0
- bl_text_utils/external_editor/py.typed +0 -0
- bl_ui/anim/py.typed +0 -0
- bl_ui/asset_shelf/py.typed +0 -0
- bl_ui/generic_ui_list/py.typed +0 -0
- bl_ui/node_add_menu/py.typed +0 -0
- bl_ui/node_add_menu_compositor/py.typed +0 -0
- bl_ui/node_add_menu_geometry/py.typed +0 -0
- bl_ui/node_add_menu_shader/py.typed +0 -0
- bl_ui/node_add_menu_texture/py.typed +0 -0
- bl_ui/properties_animviz/py.typed +0 -0
- bl_ui/properties_collection/py.typed +0 -0
- bl_ui/properties_constraint/py.typed +0 -0
- bl_ui/properties_data_armature/py.typed +0 -0
- bl_ui/properties_data_bone/py.typed +0 -0
- bl_ui/properties_data_camera/py.typed +0 -0
- bl_ui/properties_data_curve/py.typed +0 -0
- bl_ui/properties_data_curves/py.typed +0 -0
- bl_ui/properties_data_empty/py.typed +0 -0
- bl_ui/properties_data_gpencil/py.typed +0 -0
- bl_ui/properties_data_grease_pencil/py.typed +0 -0
- bl_ui/properties_data_lattice/py.typed +0 -0
- bl_ui/properties_data_light/py.typed +0 -0
- bl_ui/properties_data_lightprobe/py.typed +0 -0
- bl_ui/properties_data_mesh/py.typed +0 -0
- bl_ui/properties_data_metaball/py.typed +0 -0
- bl_ui/properties_data_modifier/py.typed +0 -0
- bl_ui/properties_data_pointcloud/py.typed +0 -0
- bl_ui/properties_data_shaderfx/py.typed +0 -0
- bl_ui/properties_data_speaker/py.typed +0 -0
- bl_ui/properties_data_volume/py.typed +0 -0
- bl_ui/properties_freestyle/py.typed +0 -0
- bl_ui/properties_grease_pencil_common/py.typed +0 -0
- bl_ui/properties_mask_common/py.typed +0 -0
- bl_ui/properties_material/py.typed +0 -0
- bl_ui/properties_material_gpencil/py.typed +0 -0
- bl_ui/properties_object/py.typed +0 -0
- bl_ui/properties_output/py.typed +0 -0
- bl_ui/properties_paint_common/py.typed +0 -0
- bl_ui/properties_particle/py.typed +0 -0
- bl_ui/properties_physics_cloth/py.typed +0 -0
- bl_ui/properties_physics_common/py.typed +0 -0
- bl_ui/properties_physics_dynamicpaint/py.typed +0 -0
- bl_ui/properties_physics_field/py.typed +0 -0
- bl_ui/properties_physics_fluid/py.typed +0 -0
- bl_ui/properties_physics_geometry_nodes/py.typed +0 -0
- bl_ui/properties_physics_rigidbody/py.typed +0 -0
- bl_ui/properties_physics_rigidbody_constraint/py.typed +0 -0
- bl_ui/properties_physics_softbody/py.typed +0 -0
- bl_ui/properties_render/py.typed +0 -0
- bl_ui/properties_scene/py.typed +0 -0
- bl_ui/properties_texture/py.typed +0 -0
- bl_ui/properties_view_layer/py.typed +0 -0
- bl_ui/properties_workspace/py.typed +0 -0
- bl_ui/properties_world/py.typed +0 -0
- bl_ui/space_clip/py.typed +0 -0
- bl_ui/space_console/py.typed +0 -0
- bl_ui/space_dopesheet/py.typed +0 -0
- bl_ui/space_filebrowser/py.typed +0 -0
- bl_ui/space_graph/py.typed +0 -0
- bl_ui/space_image/py.typed +0 -0
- bl_ui/space_info/py.typed +0 -0
- bl_ui/space_nla/py.typed +0 -0
- bl_ui/space_node/py.typed +0 -0
- bl_ui/space_outliner/py.typed +0 -0
- bl_ui/space_properties/py.typed +0 -0
- bl_ui/space_sequencer/py.typed +0 -0
- bl_ui/space_spreadsheet/py.typed +0 -0
- bl_ui/space_statusbar/py.typed +0 -0
- bl_ui/space_text/py.typed +0 -0
- bl_ui/space_time/py.typed +0 -0
- bl_ui/space_toolsystem_common/py.typed +0 -0
- bl_ui/space_toolsystem_toolbar/py.typed +0 -0
- bl_ui/space_topbar/py.typed +0 -0
- bl_ui/space_userpref/py.typed +0 -0
- bl_ui/space_view3d/py.typed +0 -0
- bl_ui/space_view3d_toolbar/py.typed +0 -0
- bl_ui/temp_anim_layers/py.typed +0 -0
- bl_ui/utils/py.typed +0 -0
- bl_ui_utils/bug_report_url/py.typed +0 -0
- bl_ui_utils/layout/py.typed +0 -0
- bmesh/geometry/py.typed +0 -0
- bmesh/ops/py.typed +0 -0
- bmesh/types/py.typed +0 -0
- bmesh/utils/py.typed +0 -0
- bpy/app/handlers/py.typed +0 -0
- bpy/app/icons/py.typed +0 -0
- bpy/app/py.typed +0 -0
- bpy/app/timers/py.typed +0 -0
- bpy/app/translations/py.typed +0 -0
- bpy/msgbus/py.typed +0 -0
- bpy/ops/action/py.typed +0 -0
- bpy/ops/anim/py.typed +0 -0
- bpy/ops/armature/py.typed +0 -0
- bpy/ops/asset/py.typed +0 -0
- bpy/ops/bl_pkg/py.typed +0 -0
- bpy/ops/boid/py.typed +0 -0
- bpy/ops/brush/py.typed +0 -0
- bpy/ops/buttons/py.typed +0 -0
- bpy/ops/cachefile/py.typed +0 -0
- bpy/ops/camera/py.typed +0 -0
- bpy/ops/clip/py.typed +0 -0
- bpy/ops/cloth/py.typed +0 -0
- bpy/ops/collection/py.typed +0 -0
- bpy/ops/console/py.typed +0 -0
- bpy/ops/constraint/py.typed +0 -0
- bpy/ops/curve/py.typed +0 -0
- bpy/ops/curves/py.typed +0 -0
- bpy/ops/cycles/py.typed +0 -0
- bpy/ops/dpaint/py.typed +0 -0
- bpy/ops/ed/py.typed +0 -0
- bpy/ops/export_anim/py.typed +0 -0
- bpy/ops/export_scene/py.typed +0 -0
- bpy/ops/file/py.typed +0 -0
- bpy/ops/fluid/py.typed +0 -0
- bpy/ops/font/py.typed +0 -0
- bpy/ops/geometry/py.typed +0 -0
- bpy/ops/gizmogroup/py.typed +0 -0
- bpy/ops/gpencil/py.typed +0 -0
- bpy/ops/graph/py.typed +0 -0
- bpy/ops/grease_pencil/py.typed +0 -0
- bpy/ops/image/py.typed +0 -0
- bpy/ops/import_anim/py.typed +0 -0
- bpy/ops/import_curve/py.typed +0 -0
- bpy/ops/import_scene/py.typed +0 -0
- bpy/ops/info/py.typed +0 -0
- bpy/ops/lattice/py.typed +0 -0
- bpy/ops/marker/py.typed +0 -0
- bpy/ops/mask/py.typed +0 -0
- bpy/ops/material/py.typed +0 -0
- bpy/ops/mball/py.typed +0 -0
- bpy/ops/mesh/py.typed +0 -0
- bpy/ops/nla/py.typed +0 -0
- bpy/ops/node/py.typed +0 -0
- bpy/ops/object/py.typed +0 -0
- bpy/ops/outliner/py.typed +0 -0
- bpy/ops/paint/py.typed +0 -0
- bpy/ops/paintcurve/py.typed +0 -0
- bpy/ops/palette/py.typed +0 -0
- bpy/ops/particle/py.typed +0 -0
- bpy/ops/pose/py.typed +0 -0
- bpy/ops/poselib/py.typed +0 -0
- bpy/ops/preferences/py.typed +0 -0
- bpy/ops/ptcache/py.typed +0 -0
- bpy/ops/py.typed +0 -0
- bpy/ops/render/py.typed +0 -0
- bpy/ops/rigidbody/py.typed +0 -0
- bpy/ops/scene/py.typed +0 -0
- bpy/ops/screen/py.typed +0 -0
- bpy/ops/script/py.typed +0 -0
- bpy/ops/sculpt/py.typed +0 -0
- bpy/ops/sculpt_curves/py.typed +0 -0
- bpy/ops/sequencer/py.typed +0 -0
- bpy/ops/sound/py.typed +0 -0
- bpy/ops/spreadsheet/py.typed +0 -0
- bpy/ops/surface/py.typed +0 -0
- bpy/ops/text/py.typed +0 -0
- bpy/ops/text_editor/py.typed +0 -0
- bpy/ops/texture/py.typed +0 -0
- bpy/ops/transform/py.typed +0 -0
- bpy/ops/ui/py.typed +0 -0
- bpy/ops/uilist/py.typed +0 -0
- bpy/ops/uv/py.typed +0 -0
- bpy/ops/view2d/py.typed +0 -0
- bpy/ops/view3d/py.typed +0 -0
- bpy/ops/wm/py.typed +0 -0
- bpy/ops/workspace/py.typed +0 -0
- bpy/ops/world/py.typed +0 -0
- bpy/path/py.typed +0 -0
- bpy/props/py.typed +0 -0
- bpy/types/py.typed +0 -0
- bpy/utils/previews/py.typed +0 -0
- bpy/utils/py.typed +0 -0
- bpy/utils/units/py.typed +0 -0
- bpy_extras/anim_utils/py.typed +0 -0
- bpy_extras/asset_utils/py.typed +0 -0
- bpy_extras/bmesh_utils/py.typed +0 -0
- bpy_extras/extensions/junction_module/py.typed +0 -0
- bpy_extras/extensions/py.typed +0 -0
- bpy_extras/id_map_utils/py.typed +0 -0
- bpy_extras/image_utils/py.typed +0 -0
- bpy_extras/io_utils/py.typed +0 -0
- bpy_extras/keyconfig_utils/py.typed +0 -0
- bpy_extras/mesh_utils/py.typed +0 -0
- bpy_extras/node_shader_utils/py.typed +0 -0
- bpy_extras/node_utils/py.typed +0 -0
- bpy_extras/object_utils/py.typed +0 -0
- bpy_extras/view3d_utils/py.typed +0 -0
- bpy_extras/wm_utils/progress_report/py.typed +0 -0
- bpy_extras/wm_utils/py.typed +0 -0
- fake_bpy_module-20240516.dist-info/RECORD +0 -618
- freestyle/chainingiterators/py.typed +0 -0
- freestyle/functions/py.typed +0 -0
- freestyle/predicates/py.typed +0 -0
- freestyle/shaders/py.typed +0 -0
- freestyle/types/py.typed +0 -0
- freestyle/utils/ContextFunctions/py.typed +0 -0
- freestyle/utils/py.typed +0 -0
- gpu/capabilities/py.typed +0 -0
- gpu/matrix/py.typed +0 -0
- gpu/platform/py.typed +0 -0
- gpu/select/py.typed +0 -0
- gpu/shader/py.typed +0 -0
- gpu/state/py.typed +0 -0
- gpu/texture/py.typed +0 -0
- gpu/types/py.typed +0 -0
- gpu_extras/batch/py.typed +0 -0
- gpu_extras/presets/py.typed +0 -0
- idprop/types/py.typed +0 -0
- imbuf/types/py.typed +0 -0
- mathutils/bvhtree/py.typed +0 -0
- mathutils/geometry/py.typed +0 -0
- mathutils/interpolate/py.typed +0 -0
- mathutils/kdtree/py.typed +0 -0
- mathutils/noise/py.typed +0 -0
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
bpy/ops/image/__init__.pyi
CHANGED
|
@@ -4,250 +4,230 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def add_render_slot(
|
|
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
|
"""Add a new render slot
|
|
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 change_frame(
|
|
23
|
-
override_context: typing.
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
undo: typing.Optional[bool] = None,
|
|
28
|
-
frame: typing.Optional[typing.Any] = 0,
|
|
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
|
+
frame: typing.Any | None = 0,
|
|
29
25
|
):
|
|
30
26
|
"""Interactively change the current frame number
|
|
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 frame: Frame
|
|
36
|
-
:type frame: typing.
|
|
32
|
+
:type frame: typing.Any | None
|
|
37
33
|
"""
|
|
38
34
|
|
|
39
35
|
...
|
|
40
36
|
|
|
41
37
|
def clear_render_border(
|
|
42
|
-
override_context: typing.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
46
|
-
undo: typing.Optional[bool] = None,
|
|
38
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
39
|
+
execution_context: str | int | None = None,
|
|
40
|
+
undo: bool | None = None,
|
|
47
41
|
):
|
|
48
42
|
"""Clear the boundaries of the render region and disable render region
|
|
49
43
|
|
|
50
|
-
:type override_context:
|
|
51
|
-
:type execution_context:
|
|
52
|
-
:type undo:
|
|
44
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
45
|
+
:type execution_context: str | int | None
|
|
46
|
+
:type undo: bool | None
|
|
53
47
|
"""
|
|
54
48
|
|
|
55
49
|
...
|
|
56
50
|
|
|
57
51
|
def clear_render_slot(
|
|
58
|
-
override_context: typing.
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
62
|
-
undo: typing.Optional[bool] = None,
|
|
52
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
53
|
+
execution_context: str | int | None = None,
|
|
54
|
+
undo: bool | None = None,
|
|
63
55
|
):
|
|
64
56
|
"""Clear the currently selected render slot
|
|
65
57
|
|
|
66
|
-
:type override_context:
|
|
67
|
-
:type execution_context:
|
|
68
|
-
:type undo:
|
|
58
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
59
|
+
:type execution_context: str | int | None
|
|
60
|
+
:type undo: bool | None
|
|
69
61
|
"""
|
|
70
62
|
|
|
71
63
|
...
|
|
72
64
|
|
|
73
65
|
def clipboard_copy(
|
|
74
|
-
override_context: typing.
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
78
|
-
undo: typing.Optional[bool] = None,
|
|
66
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
67
|
+
execution_context: str | int | None = None,
|
|
68
|
+
undo: bool | None = None,
|
|
79
69
|
):
|
|
80
70
|
"""Copy the image to the clipboard
|
|
81
71
|
|
|
82
|
-
:type override_context:
|
|
83
|
-
:type execution_context:
|
|
84
|
-
:type undo:
|
|
72
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
73
|
+
:type execution_context: str | int | None
|
|
74
|
+
:type undo: bool | None
|
|
85
75
|
"""
|
|
86
76
|
|
|
87
77
|
...
|
|
88
78
|
|
|
89
79
|
def clipboard_paste(
|
|
90
|
-
override_context: typing.
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
94
|
-
undo: typing.Optional[bool] = None,
|
|
80
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
81
|
+
execution_context: str | int | None = None,
|
|
82
|
+
undo: bool | None = None,
|
|
95
83
|
):
|
|
96
84
|
"""Paste new image from the clipboard
|
|
97
85
|
|
|
98
|
-
:type override_context:
|
|
99
|
-
:type execution_context:
|
|
100
|
-
:type undo:
|
|
86
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
87
|
+
:type execution_context: str | int | None
|
|
88
|
+
:type undo: bool | None
|
|
101
89
|
"""
|
|
102
90
|
|
|
103
91
|
...
|
|
104
92
|
|
|
105
93
|
def curves_point_set(
|
|
106
|
-
override_context: typing.
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
point: typing.Optional[typing.Any] = "BLACK_POINT",
|
|
112
|
-
size: typing.Optional[typing.Any] = 1,
|
|
94
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
95
|
+
execution_context: str | int | None = None,
|
|
96
|
+
undo: bool | None = None,
|
|
97
|
+
point: typing.Any | None = "BLACK_POINT",
|
|
98
|
+
size: typing.Any | None = 1,
|
|
113
99
|
):
|
|
114
100
|
"""Set black point or white point for curves
|
|
115
101
|
|
|
116
|
-
:type override_context:
|
|
117
|
-
:type execution_context:
|
|
118
|
-
:type undo:
|
|
102
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
103
|
+
:type execution_context: str | int | None
|
|
104
|
+
:type undo: bool | None
|
|
119
105
|
:param point: Point, Set black point or white point for curves
|
|
120
|
-
:type point: typing.
|
|
106
|
+
:type point: typing.Any | None
|
|
121
107
|
:param size: Sample Size
|
|
122
|
-
:type size: typing.
|
|
108
|
+
:type size: typing.Any | None
|
|
123
109
|
"""
|
|
124
110
|
|
|
125
111
|
...
|
|
126
112
|
|
|
127
113
|
def cycle_render_slot(
|
|
128
|
-
override_context: typing.
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
undo: typing.Optional[bool] = None,
|
|
133
|
-
reverse: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
114
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
115
|
+
execution_context: str | int | None = None,
|
|
116
|
+
undo: bool | None = None,
|
|
117
|
+
reverse: bool | typing.Any | None = False,
|
|
134
118
|
):
|
|
135
119
|
"""Cycle through all non-void render slots
|
|
136
120
|
|
|
137
|
-
:type override_context:
|
|
138
|
-
:type execution_context:
|
|
139
|
-
:type undo:
|
|
121
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
122
|
+
:type execution_context: str | int | None
|
|
123
|
+
:type undo: bool | None
|
|
140
124
|
:param reverse: Cycle in Reverse
|
|
141
|
-
:type reverse:
|
|
125
|
+
:type reverse: bool | typing.Any | None
|
|
142
126
|
"""
|
|
143
127
|
|
|
144
128
|
...
|
|
145
129
|
|
|
146
130
|
def external_edit(
|
|
147
|
-
override_context: typing.
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
undo: typing.Optional[bool] = None,
|
|
152
|
-
filepath: typing.Union[str, typing.Any] = "",
|
|
131
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
132
|
+
execution_context: str | int | None = None,
|
|
133
|
+
undo: bool | None = None,
|
|
134
|
+
filepath: str | typing.Any = "",
|
|
153
135
|
):
|
|
154
136
|
"""Edit image in an external application
|
|
155
137
|
|
|
156
|
-
:type override_context:
|
|
157
|
-
:type execution_context:
|
|
158
|
-
:type undo:
|
|
138
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
139
|
+
:type execution_context: str | int | None
|
|
140
|
+
:type undo: bool | None
|
|
159
141
|
:param filepath: filepath
|
|
160
|
-
:type filepath:
|
|
142
|
+
:type filepath: str | typing.Any
|
|
161
143
|
"""
|
|
162
144
|
|
|
163
145
|
...
|
|
164
146
|
|
|
165
147
|
def file_browse(
|
|
166
|
-
override_context: typing.
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
display_type: typing.Optional[typing.Any] = "DEFAULT",
|
|
196
|
-
sort_method: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
148
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
149
|
+
execution_context: str | int | None = None,
|
|
150
|
+
undo: bool | None = None,
|
|
151
|
+
filepath: str | typing.Any = "",
|
|
152
|
+
hide_props_region: bool | typing.Any | None = True,
|
|
153
|
+
check_existing: bool | typing.Any | None = False,
|
|
154
|
+
filter_blender: bool | typing.Any | None = False,
|
|
155
|
+
filter_backup: bool | typing.Any | None = False,
|
|
156
|
+
filter_image: bool | typing.Any | None = True,
|
|
157
|
+
filter_movie: bool | typing.Any | None = True,
|
|
158
|
+
filter_python: bool | typing.Any | None = False,
|
|
159
|
+
filter_font: bool | typing.Any | None = False,
|
|
160
|
+
filter_sound: bool | typing.Any | None = False,
|
|
161
|
+
filter_text: bool | typing.Any | None = False,
|
|
162
|
+
filter_archive: bool | typing.Any | None = False,
|
|
163
|
+
filter_btx: bool | typing.Any | None = False,
|
|
164
|
+
filter_collada: bool | typing.Any | None = False,
|
|
165
|
+
filter_alembic: bool | typing.Any | None = False,
|
|
166
|
+
filter_usd: bool | typing.Any | None = False,
|
|
167
|
+
filter_obj: bool | typing.Any | None = False,
|
|
168
|
+
filter_volume: bool | typing.Any | None = False,
|
|
169
|
+
filter_folder: bool | typing.Any | None = True,
|
|
170
|
+
filter_blenlib: bool | typing.Any | None = False,
|
|
171
|
+
filemode: typing.Any | None = 9,
|
|
172
|
+
relative_path: bool | typing.Any | None = True,
|
|
173
|
+
show_multiview: bool | typing.Any | None = False,
|
|
174
|
+
use_multiview: bool | typing.Any | None = False,
|
|
175
|
+
display_type: typing.Any | None = "DEFAULT",
|
|
176
|
+
sort_method: str | int | typing.Any | None = "",
|
|
197
177
|
):
|
|
198
178
|
"""Open an image file browser, hold Shift to open the file, Alt to browse containing directory
|
|
199
179
|
|
|
200
|
-
:type override_context:
|
|
201
|
-
:type execution_context:
|
|
202
|
-
:type undo:
|
|
180
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
181
|
+
:type execution_context: str | int | None
|
|
182
|
+
:type undo: bool | None
|
|
203
183
|
:param filepath: File Path, Path to file
|
|
204
|
-
:type filepath:
|
|
184
|
+
:type filepath: str | typing.Any
|
|
205
185
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
206
|
-
:type hide_props_region:
|
|
186
|
+
:type hide_props_region: bool | typing.Any | None
|
|
207
187
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
208
|
-
:type check_existing:
|
|
188
|
+
:type check_existing: bool | typing.Any | None
|
|
209
189
|
:param filter_blender: Filter .blend files
|
|
210
|
-
:type filter_blender:
|
|
190
|
+
:type filter_blender: bool | typing.Any | None
|
|
211
191
|
:param filter_backup: Filter .blend files
|
|
212
|
-
:type filter_backup:
|
|
192
|
+
:type filter_backup: bool | typing.Any | None
|
|
213
193
|
:param filter_image: Filter image files
|
|
214
|
-
:type filter_image:
|
|
194
|
+
:type filter_image: bool | typing.Any | None
|
|
215
195
|
:param filter_movie: Filter movie files
|
|
216
|
-
:type filter_movie:
|
|
196
|
+
:type filter_movie: bool | typing.Any | None
|
|
217
197
|
:param filter_python: Filter Python files
|
|
218
|
-
:type filter_python:
|
|
198
|
+
:type filter_python: bool | typing.Any | None
|
|
219
199
|
:param filter_font: Filter font files
|
|
220
|
-
:type filter_font:
|
|
200
|
+
:type filter_font: bool | typing.Any | None
|
|
221
201
|
:param filter_sound: Filter sound files
|
|
222
|
-
:type filter_sound:
|
|
202
|
+
:type filter_sound: bool | typing.Any | None
|
|
223
203
|
:param filter_text: Filter text files
|
|
224
|
-
:type filter_text:
|
|
204
|
+
:type filter_text: bool | typing.Any | None
|
|
225
205
|
:param filter_archive: Filter archive files
|
|
226
|
-
:type filter_archive:
|
|
206
|
+
:type filter_archive: bool | typing.Any | None
|
|
227
207
|
:param filter_btx: Filter btx files
|
|
228
|
-
:type filter_btx:
|
|
208
|
+
:type filter_btx: bool | typing.Any | None
|
|
229
209
|
:param filter_collada: Filter COLLADA files
|
|
230
|
-
:type filter_collada:
|
|
210
|
+
:type filter_collada: bool | typing.Any | None
|
|
231
211
|
:param filter_alembic: Filter Alembic files
|
|
232
|
-
:type filter_alembic:
|
|
212
|
+
:type filter_alembic: bool | typing.Any | None
|
|
233
213
|
:param filter_usd: Filter USD files
|
|
234
|
-
:type filter_usd:
|
|
214
|
+
:type filter_usd: bool | typing.Any | None
|
|
235
215
|
:param filter_obj: Filter OBJ files
|
|
236
|
-
:type filter_obj:
|
|
216
|
+
:type filter_obj: bool | typing.Any | None
|
|
237
217
|
:param filter_volume: Filter OpenVDB volume files
|
|
238
|
-
:type filter_volume:
|
|
218
|
+
:type filter_volume: bool | typing.Any | None
|
|
239
219
|
:param filter_folder: Filter folders
|
|
240
|
-
:type filter_folder:
|
|
220
|
+
:type filter_folder: bool | typing.Any | None
|
|
241
221
|
:param filter_blenlib: Filter Blender IDs
|
|
242
|
-
:type filter_blenlib:
|
|
222
|
+
:type filter_blenlib: bool | typing.Any | None
|
|
243
223
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
244
|
-
:type filemode: typing.
|
|
224
|
+
:type filemode: typing.Any | None
|
|
245
225
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
246
|
-
:type relative_path:
|
|
226
|
+
:type relative_path: bool | typing.Any | None
|
|
247
227
|
:param show_multiview: Enable Multi-View
|
|
248
|
-
:type show_multiview:
|
|
228
|
+
:type show_multiview: bool | typing.Any | None
|
|
249
229
|
:param use_multiview: Use Multi-View
|
|
250
|
-
:type use_multiview:
|
|
230
|
+
:type use_multiview: bool | typing.Any | None
|
|
251
231
|
:param display_type: Display Type
|
|
252
232
|
|
|
253
233
|
DEFAULT
|
|
@@ -261,221 +241,210 @@ def file_browse(
|
|
|
261
241
|
|
|
262
242
|
THUMBNAIL
|
|
263
243
|
Thumbnails -- Display files as thumbnails.
|
|
264
|
-
:type display_type: typing.
|
|
244
|
+
:type display_type: typing.Any | None
|
|
265
245
|
:param sort_method: File sorting mode
|
|
266
|
-
:type sort_method:
|
|
246
|
+
:type sort_method: str | int | typing.Any | None
|
|
267
247
|
"""
|
|
268
248
|
|
|
269
249
|
...
|
|
270
250
|
|
|
271
251
|
def flip(
|
|
272
|
-
override_context: typing.
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
use_flip_x: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
278
|
-
use_flip_y: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
252
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
253
|
+
execution_context: str | int | None = None,
|
|
254
|
+
undo: bool | None = None,
|
|
255
|
+
use_flip_x: bool | typing.Any | None = False,
|
|
256
|
+
use_flip_y: bool | typing.Any | None = False,
|
|
279
257
|
):
|
|
280
258
|
"""Flip the image
|
|
281
259
|
|
|
282
|
-
:type override_context:
|
|
283
|
-
:type execution_context:
|
|
284
|
-
:type undo:
|
|
260
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
261
|
+
:type execution_context: str | int | None
|
|
262
|
+
:type undo: bool | None
|
|
285
263
|
:param use_flip_x: Horizontal, Flip the image horizontally
|
|
286
|
-
:type use_flip_x:
|
|
264
|
+
:type use_flip_x: bool | typing.Any | None
|
|
287
265
|
:param use_flip_y: Vertical, Flip the image vertically
|
|
288
|
-
:type use_flip_y:
|
|
266
|
+
:type use_flip_y: bool | typing.Any | None
|
|
289
267
|
"""
|
|
290
268
|
|
|
291
269
|
...
|
|
292
270
|
|
|
293
271
|
def invert(
|
|
294
|
-
override_context: typing.
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
invert_b: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
302
|
-
invert_a: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
272
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
273
|
+
execution_context: str | int | None = None,
|
|
274
|
+
undo: bool | None = None,
|
|
275
|
+
invert_r: bool | typing.Any | None = False,
|
|
276
|
+
invert_g: bool | typing.Any | None = False,
|
|
277
|
+
invert_b: bool | typing.Any | None = False,
|
|
278
|
+
invert_a: bool | typing.Any | None = False,
|
|
303
279
|
):
|
|
304
280
|
"""Invert image's channels
|
|
305
281
|
|
|
306
|
-
:type override_context:
|
|
307
|
-
:type execution_context:
|
|
308
|
-
:type undo:
|
|
282
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
283
|
+
:type execution_context: str | int | None
|
|
284
|
+
:type undo: bool | None
|
|
309
285
|
:param invert_r: Red, Invert red channel
|
|
310
|
-
:type invert_r:
|
|
286
|
+
:type invert_r: bool | typing.Any | None
|
|
311
287
|
:param invert_g: Green, Invert green channel
|
|
312
|
-
:type invert_g:
|
|
288
|
+
:type invert_g: bool | typing.Any | None
|
|
313
289
|
:param invert_b: Blue, Invert blue channel
|
|
314
|
-
:type invert_b:
|
|
290
|
+
:type invert_b: bool | typing.Any | None
|
|
315
291
|
:param invert_a: Alpha, Invert alpha channel
|
|
316
|
-
:type invert_a:
|
|
292
|
+
:type invert_a: bool | typing.Any | None
|
|
317
293
|
"""
|
|
318
294
|
|
|
319
295
|
...
|
|
320
296
|
|
|
321
297
|
def match_movie_length(
|
|
322
|
-
override_context: typing.
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
326
|
-
undo: typing.Optional[bool] = None,
|
|
298
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
299
|
+
execution_context: str | int | None = None,
|
|
300
|
+
undo: bool | None = None,
|
|
327
301
|
):
|
|
328
302
|
"""Set image's user's length to the one of this video
|
|
329
303
|
|
|
330
|
-
:type override_context:
|
|
331
|
-
:type execution_context:
|
|
332
|
-
: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
|
|
333
307
|
"""
|
|
334
308
|
|
|
335
309
|
...
|
|
336
310
|
|
|
337
311
|
def new(
|
|
338
|
-
override_context: typing.
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
use_stereo_3d: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
351
|
-
tiled: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
312
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
313
|
+
execution_context: str | int | None = None,
|
|
314
|
+
undo: bool | None = None,
|
|
315
|
+
name: str | typing.Any = "Untitled",
|
|
316
|
+
width: typing.Any | None = 1024,
|
|
317
|
+
height: typing.Any | None = 1024,
|
|
318
|
+
color: typing.Any | None = (0.0, 0.0, 0.0, 1.0),
|
|
319
|
+
alpha: bool | typing.Any | None = True,
|
|
320
|
+
generated_type: str | int | None = "BLANK",
|
|
321
|
+
float: bool | typing.Any | None = False,
|
|
322
|
+
use_stereo_3d: bool | typing.Any | None = False,
|
|
323
|
+
tiled: bool | typing.Any | None = False,
|
|
352
324
|
):
|
|
353
325
|
"""Create a new image
|
|
354
326
|
|
|
355
|
-
:type override_context:
|
|
356
|
-
:type execution_context:
|
|
357
|
-
:type undo:
|
|
327
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
328
|
+
:type execution_context: str | int | None
|
|
329
|
+
:type undo: bool | None
|
|
358
330
|
:param name: Name, Image data-block name
|
|
359
|
-
:type name:
|
|
331
|
+
:type name: str | typing.Any
|
|
360
332
|
:param width: Width, Image width
|
|
361
|
-
:type width: typing.
|
|
333
|
+
:type width: typing.Any | None
|
|
362
334
|
:param height: Height, Image height
|
|
363
|
-
:type height: typing.
|
|
335
|
+
:type height: typing.Any | None
|
|
364
336
|
:param color: Color, Default fill color
|
|
365
|
-
:type color: typing.
|
|
337
|
+
:type color: typing.Any | None
|
|
366
338
|
:param alpha: Alpha, Create an image with an alpha channel
|
|
367
|
-
:type alpha:
|
|
339
|
+
:type alpha: bool | typing.Any | None
|
|
368
340
|
:param generated_type: Generated Type, Fill the image with a grid for UV map testing
|
|
369
|
-
:type generated_type:
|
|
341
|
+
:type generated_type: str | int | None
|
|
370
342
|
:param float: 32-bit Float, Create image with 32-bit floating-point bit depth
|
|
371
|
-
:type float:
|
|
343
|
+
:type float: bool | typing.Any | None
|
|
372
344
|
:param use_stereo_3d: Stereo 3D, Create an image with left and right views
|
|
373
|
-
:type use_stereo_3d:
|
|
345
|
+
:type use_stereo_3d: bool | typing.Any | None
|
|
374
346
|
:param tiled: Tiled, Create a tiled image
|
|
375
|
-
:type tiled:
|
|
347
|
+
:type tiled: bool | typing.Any | None
|
|
376
348
|
"""
|
|
377
349
|
|
|
378
350
|
...
|
|
379
351
|
|
|
380
352
|
def open(
|
|
381
|
-
override_context: typing.
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
sort_method: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
417
|
-
use_sequence_detection: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
418
|
-
use_udim_detecting: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
353
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
354
|
+
execution_context: str | int | None = None,
|
|
355
|
+
undo: bool | None = None,
|
|
356
|
+
allow_path_tokens: bool | typing.Any | None = True,
|
|
357
|
+
filepath: str | typing.Any = "",
|
|
358
|
+
directory: str | typing.Any = "",
|
|
359
|
+
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
360
|
+
| None = None,
|
|
361
|
+
hide_props_region: bool | typing.Any | None = True,
|
|
362
|
+
check_existing: bool | typing.Any | None = False,
|
|
363
|
+
filter_blender: bool | typing.Any | None = False,
|
|
364
|
+
filter_backup: bool | typing.Any | None = False,
|
|
365
|
+
filter_image: bool | typing.Any | None = True,
|
|
366
|
+
filter_movie: bool | typing.Any | None = True,
|
|
367
|
+
filter_python: bool | typing.Any | None = False,
|
|
368
|
+
filter_font: bool | typing.Any | None = False,
|
|
369
|
+
filter_sound: bool | typing.Any | None = False,
|
|
370
|
+
filter_text: bool | typing.Any | None = False,
|
|
371
|
+
filter_archive: bool | typing.Any | None = False,
|
|
372
|
+
filter_btx: bool | typing.Any | None = False,
|
|
373
|
+
filter_collada: bool | typing.Any | None = False,
|
|
374
|
+
filter_alembic: bool | typing.Any | None = False,
|
|
375
|
+
filter_usd: bool | typing.Any | None = False,
|
|
376
|
+
filter_obj: bool | typing.Any | None = False,
|
|
377
|
+
filter_volume: bool | typing.Any | None = False,
|
|
378
|
+
filter_folder: bool | typing.Any | None = True,
|
|
379
|
+
filter_blenlib: bool | typing.Any | None = False,
|
|
380
|
+
filemode: typing.Any | None = 9,
|
|
381
|
+
relative_path: bool | typing.Any | None = True,
|
|
382
|
+
show_multiview: bool | typing.Any | None = False,
|
|
383
|
+
use_multiview: bool | typing.Any | None = False,
|
|
384
|
+
display_type: typing.Any | None = "DEFAULT",
|
|
385
|
+
sort_method: str | int | typing.Any | None = "",
|
|
386
|
+
use_sequence_detection: bool | typing.Any | None = True,
|
|
387
|
+
use_udim_detecting: bool | typing.Any | None = True,
|
|
419
388
|
):
|
|
420
389
|
"""Open image
|
|
421
390
|
|
|
422
|
-
:type override_context:
|
|
423
|
-
:type execution_context:
|
|
424
|
-
:type undo:
|
|
391
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
392
|
+
:type execution_context: str | int | None
|
|
393
|
+
:type undo: bool | None
|
|
425
394
|
:param allow_path_tokens: Allow the path to contain substitution tokens
|
|
426
|
-
:type allow_path_tokens:
|
|
395
|
+
:type allow_path_tokens: bool | typing.Any | None
|
|
427
396
|
:param filepath: File Path, Path to file
|
|
428
|
-
:type filepath:
|
|
397
|
+
:type filepath: str | typing.Any
|
|
429
398
|
:param directory: Directory, Directory of the file
|
|
430
|
-
:type directory:
|
|
399
|
+
:type directory: str | typing.Any
|
|
431
400
|
:param files: Files
|
|
432
|
-
:type files:
|
|
401
|
+
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
433
402
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
434
|
-
:type hide_props_region:
|
|
403
|
+
:type hide_props_region: bool | typing.Any | None
|
|
435
404
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
436
|
-
:type check_existing:
|
|
405
|
+
:type check_existing: bool | typing.Any | None
|
|
437
406
|
:param filter_blender: Filter .blend files
|
|
438
|
-
:type filter_blender:
|
|
407
|
+
:type filter_blender: bool | typing.Any | None
|
|
439
408
|
:param filter_backup: Filter .blend files
|
|
440
|
-
:type filter_backup:
|
|
409
|
+
:type filter_backup: bool | typing.Any | None
|
|
441
410
|
:param filter_image: Filter image files
|
|
442
|
-
:type filter_image:
|
|
411
|
+
:type filter_image: bool | typing.Any | None
|
|
443
412
|
:param filter_movie: Filter movie files
|
|
444
|
-
:type filter_movie:
|
|
413
|
+
:type filter_movie: bool | typing.Any | None
|
|
445
414
|
:param filter_python: Filter Python files
|
|
446
|
-
:type filter_python:
|
|
415
|
+
:type filter_python: bool | typing.Any | None
|
|
447
416
|
:param filter_font: Filter font files
|
|
448
|
-
:type filter_font:
|
|
417
|
+
:type filter_font: bool | typing.Any | None
|
|
449
418
|
:param filter_sound: Filter sound files
|
|
450
|
-
:type filter_sound:
|
|
419
|
+
:type filter_sound: bool | typing.Any | None
|
|
451
420
|
:param filter_text: Filter text files
|
|
452
|
-
:type filter_text:
|
|
421
|
+
:type filter_text: bool | typing.Any | None
|
|
453
422
|
:param filter_archive: Filter archive files
|
|
454
|
-
:type filter_archive:
|
|
423
|
+
:type filter_archive: bool | typing.Any | None
|
|
455
424
|
:param filter_btx: Filter btx files
|
|
456
|
-
:type filter_btx:
|
|
425
|
+
:type filter_btx: bool | typing.Any | None
|
|
457
426
|
:param filter_collada: Filter COLLADA files
|
|
458
|
-
:type filter_collada:
|
|
427
|
+
:type filter_collada: bool | typing.Any | None
|
|
459
428
|
:param filter_alembic: Filter Alembic files
|
|
460
|
-
:type filter_alembic:
|
|
429
|
+
:type filter_alembic: bool | typing.Any | None
|
|
461
430
|
:param filter_usd: Filter USD files
|
|
462
|
-
:type filter_usd:
|
|
431
|
+
:type filter_usd: bool | typing.Any | None
|
|
463
432
|
:param filter_obj: Filter OBJ files
|
|
464
|
-
:type filter_obj:
|
|
433
|
+
:type filter_obj: bool | typing.Any | None
|
|
465
434
|
:param filter_volume: Filter OpenVDB volume files
|
|
466
|
-
:type filter_volume:
|
|
435
|
+
:type filter_volume: bool | typing.Any | None
|
|
467
436
|
:param filter_folder: Filter folders
|
|
468
|
-
:type filter_folder:
|
|
437
|
+
:type filter_folder: bool | typing.Any | None
|
|
469
438
|
:param filter_blenlib: Filter Blender IDs
|
|
470
|
-
:type filter_blenlib:
|
|
439
|
+
:type filter_blenlib: bool | typing.Any | None
|
|
471
440
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
472
|
-
:type filemode: typing.
|
|
441
|
+
:type filemode: typing.Any | None
|
|
473
442
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
474
|
-
:type relative_path:
|
|
443
|
+
:type relative_path: bool | typing.Any | None
|
|
475
444
|
:param show_multiview: Enable Multi-View
|
|
476
|
-
:type show_multiview:
|
|
445
|
+
:type show_multiview: bool | typing.Any | None
|
|
477
446
|
:param use_multiview: Use Multi-View
|
|
478
|
-
:type use_multiview:
|
|
447
|
+
:type use_multiview: bool | typing.Any | None
|
|
479
448
|
:param display_type: Display Type
|
|
480
449
|
|
|
481
450
|
DEFAULT
|
|
@@ -489,263 +458,244 @@ def open(
|
|
|
489
458
|
|
|
490
459
|
THUMBNAIL
|
|
491
460
|
Thumbnails -- Display files as thumbnails.
|
|
492
|
-
:type display_type: typing.
|
|
461
|
+
:type display_type: typing.Any | None
|
|
493
462
|
:param sort_method: File sorting mode
|
|
494
|
-
:type sort_method:
|
|
463
|
+
:type sort_method: str | int | typing.Any | None
|
|
495
464
|
:param use_sequence_detection: Detect Sequences, Automatically detect animated sequences in selected images (based on file names)
|
|
496
|
-
:type use_sequence_detection:
|
|
465
|
+
:type use_sequence_detection: bool | typing.Any | None
|
|
497
466
|
:param use_udim_detecting: Detect UDIMs, Detect selected UDIM files and load all matching tiles
|
|
498
|
-
:type use_udim_detecting:
|
|
467
|
+
:type use_udim_detecting: bool | typing.Any | None
|
|
499
468
|
"""
|
|
500
469
|
|
|
501
470
|
...
|
|
502
471
|
|
|
503
472
|
def open_images(
|
|
504
|
-
override_context: typing.
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
relative_path: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
514
|
-
use_sequence_detection: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
515
|
-
use_udim_detection: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
473
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
474
|
+
execution_context: str | int | None = None,
|
|
475
|
+
undo: bool | None = None,
|
|
476
|
+
directory: str | typing.Any = "",
|
|
477
|
+
files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
478
|
+
| None = None,
|
|
479
|
+
relative_path: bool | typing.Any | None = True,
|
|
480
|
+
use_sequence_detection: bool | typing.Any | None = True,
|
|
481
|
+
use_udim_detection: bool | typing.Any | None = True,
|
|
516
482
|
):
|
|
517
483
|
"""Undocumented, consider contributing.
|
|
518
484
|
|
|
519
|
-
:type override_context:
|
|
520
|
-
:type execution_context:
|
|
521
|
-
:type undo:
|
|
485
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
486
|
+
:type execution_context: str | int | None
|
|
487
|
+
:type undo: bool | None
|
|
522
488
|
:param directory: directory
|
|
523
|
-
:type directory:
|
|
489
|
+
:type directory: str | typing.Any
|
|
524
490
|
:param files: files
|
|
525
|
-
:type files:
|
|
491
|
+
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
526
492
|
:param relative_path: Use relative path
|
|
527
|
-
:type relative_path:
|
|
493
|
+
:type relative_path: bool | typing.Any | None
|
|
528
494
|
:param use_sequence_detection: Use sequence detection
|
|
529
|
-
:type use_sequence_detection:
|
|
495
|
+
:type use_sequence_detection: bool | typing.Any | None
|
|
530
496
|
:param use_udim_detection: Use UDIM detection
|
|
531
|
-
:type use_udim_detection:
|
|
497
|
+
:type use_udim_detection: bool | typing.Any | None
|
|
532
498
|
"""
|
|
533
499
|
|
|
534
500
|
...
|
|
535
501
|
|
|
536
502
|
def pack(
|
|
537
|
-
override_context: typing.
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
541
|
-
undo: typing.Optional[bool] = None,
|
|
503
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
504
|
+
execution_context: str | int | None = None,
|
|
505
|
+
undo: bool | None = None,
|
|
542
506
|
):
|
|
543
507
|
"""Pack an image as embedded data into the .blend file
|
|
544
508
|
|
|
545
|
-
:type override_context:
|
|
546
|
-
:type execution_context:
|
|
547
|
-
: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
|
|
548
512
|
"""
|
|
549
513
|
|
|
550
514
|
...
|
|
551
515
|
|
|
552
516
|
def project_apply(
|
|
553
|
-
override_context: typing.
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
557
|
-
undo: typing.Optional[bool] = None,
|
|
517
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
518
|
+
execution_context: str | int | None = None,
|
|
519
|
+
undo: bool | None = None,
|
|
558
520
|
):
|
|
559
521
|
"""Project edited image back onto the object
|
|
560
522
|
|
|
561
|
-
:type override_context:
|
|
562
|
-
:type execution_context:
|
|
563
|
-
:type undo:
|
|
523
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
524
|
+
:type execution_context: str | int | None
|
|
525
|
+
:type undo: bool | None
|
|
564
526
|
"""
|
|
565
527
|
|
|
566
528
|
...
|
|
567
529
|
|
|
568
530
|
def project_edit(
|
|
569
|
-
override_context: typing.
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
573
|
-
undo: typing.Optional[bool] = None,
|
|
531
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
532
|
+
execution_context: str | int | None = None,
|
|
533
|
+
undo: bool | None = None,
|
|
574
534
|
):
|
|
575
535
|
"""Edit a snapshot of the 3D Viewport in an external image editor
|
|
576
536
|
|
|
577
|
-
:type override_context:
|
|
578
|
-
:type execution_context:
|
|
579
|
-
:type undo:
|
|
537
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
538
|
+
:type execution_context: str | int | None
|
|
539
|
+
:type undo: bool | None
|
|
580
540
|
"""
|
|
581
541
|
|
|
582
542
|
...
|
|
583
543
|
|
|
584
544
|
def read_viewlayers(
|
|
585
|
-
override_context: typing.
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
589
|
-
undo: typing.Optional[bool] = None,
|
|
545
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
546
|
+
execution_context: str | int | None = None,
|
|
547
|
+
undo: bool | None = None,
|
|
590
548
|
):
|
|
591
549
|
"""Read all the current scene's view layers from cache, as needed
|
|
592
550
|
|
|
593
|
-
:type override_context:
|
|
594
|
-
:type execution_context:
|
|
595
|
-
:type undo:
|
|
551
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
552
|
+
:type execution_context: str | int | None
|
|
553
|
+
:type undo: bool | None
|
|
596
554
|
"""
|
|
597
555
|
|
|
598
556
|
...
|
|
599
557
|
|
|
600
558
|
def reload(
|
|
601
|
-
override_context: typing.
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
605
|
-
undo: typing.Optional[bool] = None,
|
|
559
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
560
|
+
execution_context: str | int | None = None,
|
|
561
|
+
undo: bool | None = None,
|
|
606
562
|
):
|
|
607
563
|
"""Reload current image from disk
|
|
608
564
|
|
|
609
|
-
:type override_context:
|
|
610
|
-
:type execution_context:
|
|
611
|
-
:type undo:
|
|
565
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
566
|
+
:type execution_context: str | int | None
|
|
567
|
+
:type undo: bool | None
|
|
612
568
|
"""
|
|
613
569
|
|
|
614
570
|
...
|
|
615
571
|
|
|
616
572
|
def remove_render_slot(
|
|
617
|
-
override_context: typing.
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
621
|
-
undo: typing.Optional[bool] = None,
|
|
573
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
574
|
+
execution_context: str | int | None = None,
|
|
575
|
+
undo: bool | None = None,
|
|
622
576
|
):
|
|
623
577
|
"""Remove the current render slot
|
|
624
578
|
|
|
625
|
-
:type override_context:
|
|
626
|
-
:type execution_context:
|
|
627
|
-
:type undo:
|
|
579
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
580
|
+
:type execution_context: str | int | None
|
|
581
|
+
:type undo: bool | None
|
|
628
582
|
"""
|
|
629
583
|
|
|
630
584
|
...
|
|
631
585
|
|
|
632
586
|
def render_border(
|
|
633
|
-
override_context: typing.
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
ymax: typing.Optional[typing.Any] = 0,
|
|
642
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
587
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
588
|
+
execution_context: str | int | None = None,
|
|
589
|
+
undo: bool | None = None,
|
|
590
|
+
xmin: typing.Any | None = 0,
|
|
591
|
+
xmax: typing.Any | None = 0,
|
|
592
|
+
ymin: typing.Any | None = 0,
|
|
593
|
+
ymax: typing.Any | None = 0,
|
|
594
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
643
595
|
):
|
|
644
596
|
"""Set the boundaries of the render region and enable render region
|
|
645
597
|
|
|
646
|
-
:type override_context:
|
|
647
|
-
:type execution_context:
|
|
648
|
-
:type undo:
|
|
598
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
599
|
+
:type execution_context: str | int | None
|
|
600
|
+
:type undo: bool | None
|
|
649
601
|
:param xmin: X Min
|
|
650
|
-
:type xmin: typing.
|
|
602
|
+
:type xmin: typing.Any | None
|
|
651
603
|
:param xmax: X Max
|
|
652
|
-
:type xmax: typing.
|
|
604
|
+
:type xmax: typing.Any | None
|
|
653
605
|
:param ymin: Y Min
|
|
654
|
-
:type ymin: typing.
|
|
606
|
+
:type ymin: typing.Any | None
|
|
655
607
|
:param ymax: Y Max
|
|
656
|
-
:type ymax: typing.
|
|
608
|
+
:type ymax: typing.Any | None
|
|
657
609
|
:param wait_for_input: Wait for Input
|
|
658
|
-
:type wait_for_input:
|
|
610
|
+
:type wait_for_input: bool | typing.Any | None
|
|
659
611
|
"""
|
|
660
612
|
|
|
661
613
|
...
|
|
662
614
|
|
|
663
615
|
def replace(
|
|
664
|
-
override_context: typing.
|
|
665
|
-
|
|
666
|
-
|
|
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
|
-
|
|
693
|
-
display_type: typing.Optional[typing.Any] = "DEFAULT",
|
|
694
|
-
sort_method: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
616
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
617
|
+
execution_context: str | int | None = None,
|
|
618
|
+
undo: bool | None = None,
|
|
619
|
+
filepath: str | typing.Any = "",
|
|
620
|
+
hide_props_region: bool | typing.Any | None = True,
|
|
621
|
+
check_existing: bool | typing.Any | None = False,
|
|
622
|
+
filter_blender: bool | typing.Any | None = False,
|
|
623
|
+
filter_backup: bool | typing.Any | None = False,
|
|
624
|
+
filter_image: bool | typing.Any | None = True,
|
|
625
|
+
filter_movie: bool | typing.Any | None = True,
|
|
626
|
+
filter_python: bool | typing.Any | None = False,
|
|
627
|
+
filter_font: bool | typing.Any | None = False,
|
|
628
|
+
filter_sound: bool | typing.Any | None = False,
|
|
629
|
+
filter_text: bool | typing.Any | None = False,
|
|
630
|
+
filter_archive: bool | typing.Any | None = False,
|
|
631
|
+
filter_btx: bool | typing.Any | None = False,
|
|
632
|
+
filter_collada: bool | typing.Any | None = False,
|
|
633
|
+
filter_alembic: bool | typing.Any | None = False,
|
|
634
|
+
filter_usd: bool | typing.Any | None = False,
|
|
635
|
+
filter_obj: bool | typing.Any | None = False,
|
|
636
|
+
filter_volume: bool | typing.Any | None = False,
|
|
637
|
+
filter_folder: bool | typing.Any | None = True,
|
|
638
|
+
filter_blenlib: bool | typing.Any | None = False,
|
|
639
|
+
filemode: typing.Any | None = 9,
|
|
640
|
+
relative_path: bool | typing.Any | None = True,
|
|
641
|
+
show_multiview: bool | typing.Any | None = False,
|
|
642
|
+
use_multiview: bool | typing.Any | None = False,
|
|
643
|
+
display_type: typing.Any | None = "DEFAULT",
|
|
644
|
+
sort_method: str | int | typing.Any | None = "",
|
|
695
645
|
):
|
|
696
646
|
"""Replace current image by another one from disk
|
|
697
647
|
|
|
698
|
-
:type override_context:
|
|
699
|
-
:type execution_context:
|
|
700
|
-
:type undo:
|
|
648
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
649
|
+
:type execution_context: str | int | None
|
|
650
|
+
:type undo: bool | None
|
|
701
651
|
:param filepath: File Path, Path to file
|
|
702
|
-
:type filepath:
|
|
652
|
+
:type filepath: str | typing.Any
|
|
703
653
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
704
|
-
:type hide_props_region:
|
|
654
|
+
:type hide_props_region: bool | typing.Any | None
|
|
705
655
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
706
|
-
:type check_existing:
|
|
656
|
+
:type check_existing: bool | typing.Any | None
|
|
707
657
|
:param filter_blender: Filter .blend files
|
|
708
|
-
:type filter_blender:
|
|
658
|
+
:type filter_blender: bool | typing.Any | None
|
|
709
659
|
:param filter_backup: Filter .blend files
|
|
710
|
-
:type filter_backup:
|
|
660
|
+
:type filter_backup: bool | typing.Any | None
|
|
711
661
|
:param filter_image: Filter image files
|
|
712
|
-
:type filter_image:
|
|
662
|
+
:type filter_image: bool | typing.Any | None
|
|
713
663
|
:param filter_movie: Filter movie files
|
|
714
|
-
:type filter_movie:
|
|
664
|
+
:type filter_movie: bool | typing.Any | None
|
|
715
665
|
:param filter_python: Filter Python files
|
|
716
|
-
:type filter_python:
|
|
666
|
+
:type filter_python: bool | typing.Any | None
|
|
717
667
|
:param filter_font: Filter font files
|
|
718
|
-
:type filter_font:
|
|
668
|
+
:type filter_font: bool | typing.Any | None
|
|
719
669
|
:param filter_sound: Filter sound files
|
|
720
|
-
:type filter_sound:
|
|
670
|
+
:type filter_sound: bool | typing.Any | None
|
|
721
671
|
:param filter_text: Filter text files
|
|
722
|
-
:type filter_text:
|
|
672
|
+
:type filter_text: bool | typing.Any | None
|
|
723
673
|
:param filter_archive: Filter archive files
|
|
724
|
-
:type filter_archive:
|
|
674
|
+
:type filter_archive: bool | typing.Any | None
|
|
725
675
|
:param filter_btx: Filter btx files
|
|
726
|
-
:type filter_btx:
|
|
676
|
+
:type filter_btx: bool | typing.Any | None
|
|
727
677
|
:param filter_collada: Filter COLLADA files
|
|
728
|
-
:type filter_collada:
|
|
678
|
+
:type filter_collada: bool | typing.Any | None
|
|
729
679
|
:param filter_alembic: Filter Alembic files
|
|
730
|
-
:type filter_alembic:
|
|
680
|
+
:type filter_alembic: bool | typing.Any | None
|
|
731
681
|
:param filter_usd: Filter USD files
|
|
732
|
-
:type filter_usd:
|
|
682
|
+
:type filter_usd: bool | typing.Any | None
|
|
733
683
|
:param filter_obj: Filter OBJ files
|
|
734
|
-
:type filter_obj:
|
|
684
|
+
:type filter_obj: bool | typing.Any | None
|
|
735
685
|
:param filter_volume: Filter OpenVDB volume files
|
|
736
|
-
:type filter_volume:
|
|
686
|
+
:type filter_volume: bool | typing.Any | None
|
|
737
687
|
:param filter_folder: Filter folders
|
|
738
|
-
:type filter_folder:
|
|
688
|
+
:type filter_folder: bool | typing.Any | None
|
|
739
689
|
:param filter_blenlib: Filter Blender IDs
|
|
740
|
-
:type filter_blenlib:
|
|
690
|
+
:type filter_blenlib: bool | typing.Any | None
|
|
741
691
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
742
|
-
:type filemode: typing.
|
|
692
|
+
:type filemode: typing.Any | None
|
|
743
693
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
744
|
-
:type relative_path:
|
|
694
|
+
:type relative_path: bool | typing.Any | None
|
|
745
695
|
:param show_multiview: Enable Multi-View
|
|
746
|
-
:type show_multiview:
|
|
696
|
+
:type show_multiview: bool | typing.Any | None
|
|
747
697
|
:param use_multiview: Use Multi-View
|
|
748
|
-
:type use_multiview:
|
|
698
|
+
:type use_multiview: bool | typing.Any | None
|
|
749
699
|
:param display_type: Display Type
|
|
750
700
|
|
|
751
701
|
DEFAULT
|
|
@@ -759,45 +709,41 @@ def replace(
|
|
|
759
709
|
|
|
760
710
|
THUMBNAIL
|
|
761
711
|
Thumbnails -- Display files as thumbnails.
|
|
762
|
-
:type display_type: typing.
|
|
712
|
+
:type display_type: typing.Any | None
|
|
763
713
|
:param sort_method: File sorting mode
|
|
764
|
-
:type sort_method:
|
|
714
|
+
:type sort_method: str | int | typing.Any | None
|
|
765
715
|
"""
|
|
766
716
|
|
|
767
717
|
...
|
|
768
718
|
|
|
769
719
|
def resize(
|
|
770
|
-
override_context: typing.
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
undo: typing.Optional[bool] = None,
|
|
775
|
-
size: typing.Optional[typing.Any] = (0, 0),
|
|
720
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
721
|
+
execution_context: str | int | None = None,
|
|
722
|
+
undo: bool | None = None,
|
|
723
|
+
size: typing.Any | None = (0, 0),
|
|
776
724
|
):
|
|
777
725
|
"""Resize the image
|
|
778
726
|
|
|
779
|
-
:type override_context:
|
|
780
|
-
:type execution_context:
|
|
781
|
-
:type undo:
|
|
727
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
728
|
+
:type execution_context: str | int | None
|
|
729
|
+
:type undo: bool | None
|
|
782
730
|
:param size: Size
|
|
783
|
-
:type size: typing.
|
|
731
|
+
:type size: typing.Any | None
|
|
784
732
|
"""
|
|
785
733
|
|
|
786
734
|
...
|
|
787
735
|
|
|
788
736
|
def rotate_orthogonal(
|
|
789
|
-
override_context: typing.
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
undo: typing.Optional[bool] = None,
|
|
794
|
-
degrees: typing.Optional[typing.Any] = "90",
|
|
737
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
738
|
+
execution_context: str | int | None = None,
|
|
739
|
+
undo: bool | None = None,
|
|
740
|
+
degrees: typing.Any | None = "90",
|
|
795
741
|
):
|
|
796
742
|
"""Rotate the image
|
|
797
743
|
|
|
798
|
-
:type override_context:
|
|
799
|
-
:type execution_context:
|
|
800
|
-
:type undo:
|
|
744
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
745
|
+
:type execution_context: str | int | None
|
|
746
|
+
:type undo: bool | None
|
|
801
747
|
:param degrees: Degrees, Amount of rotation in degrees (90, 180, 270)
|
|
802
748
|
|
|
803
749
|
90
|
|
@@ -808,188 +754,178 @@ def rotate_orthogonal(
|
|
|
808
754
|
|
|
809
755
|
270
|
|
810
756
|
270 Degrees -- Rotate 270 degrees clockwise.
|
|
811
|
-
:type degrees: typing.
|
|
757
|
+
:type degrees: typing.Any | None
|
|
812
758
|
"""
|
|
813
759
|
|
|
814
760
|
...
|
|
815
761
|
|
|
816
762
|
def sample(
|
|
817
|
-
override_context: typing.
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
undo: typing.Optional[bool] = None,
|
|
822
|
-
size: typing.Optional[typing.Any] = 1,
|
|
763
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
764
|
+
execution_context: str | int | None = None,
|
|
765
|
+
undo: bool | None = None,
|
|
766
|
+
size: typing.Any | None = 1,
|
|
823
767
|
):
|
|
824
768
|
"""Use mouse to sample a color in current image
|
|
825
769
|
|
|
826
|
-
:type override_context:
|
|
827
|
-
:type execution_context:
|
|
828
|
-
:type undo:
|
|
770
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
771
|
+
:type execution_context: str | int | None
|
|
772
|
+
:type undo: bool | None
|
|
829
773
|
:param size: Sample Size
|
|
830
|
-
:type size: typing.
|
|
774
|
+
:type size: typing.Any | None
|
|
831
775
|
"""
|
|
832
776
|
|
|
833
777
|
...
|
|
834
778
|
|
|
835
779
|
def sample_line(
|
|
836
|
-
override_context: typing.
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
flip: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
846
|
-
cursor: typing.Optional[typing.Any] = 5,
|
|
780
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
781
|
+
execution_context: str | int | None = None,
|
|
782
|
+
undo: bool | None = None,
|
|
783
|
+
xstart: typing.Any | None = 0,
|
|
784
|
+
xend: typing.Any | None = 0,
|
|
785
|
+
ystart: typing.Any | None = 0,
|
|
786
|
+
yend: typing.Any | None = 0,
|
|
787
|
+
flip: bool | typing.Any | None = False,
|
|
788
|
+
cursor: typing.Any | None = 5,
|
|
847
789
|
):
|
|
848
790
|
"""Sample a line and show it in Scope panels
|
|
849
791
|
|
|
850
|
-
:type override_context:
|
|
851
|
-
:type execution_context:
|
|
852
|
-
:type undo:
|
|
792
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
793
|
+
:type execution_context: str | int | None
|
|
794
|
+
:type undo: bool | None
|
|
853
795
|
:param xstart: X Start
|
|
854
|
-
:type xstart: typing.
|
|
796
|
+
:type xstart: typing.Any | None
|
|
855
797
|
:param xend: X End
|
|
856
|
-
:type xend: typing.
|
|
798
|
+
:type xend: typing.Any | None
|
|
857
799
|
:param ystart: Y Start
|
|
858
|
-
:type ystart: typing.
|
|
800
|
+
:type ystart: typing.Any | None
|
|
859
801
|
:param yend: Y End
|
|
860
|
-
:type yend: typing.
|
|
802
|
+
:type yend: typing.Any | None
|
|
861
803
|
:param flip: Flip
|
|
862
|
-
:type flip:
|
|
804
|
+
:type flip: bool | typing.Any | None
|
|
863
805
|
:param cursor: Cursor, Mouse cursor style to use during the modal operator
|
|
864
|
-
:type cursor: typing.
|
|
806
|
+
:type cursor: typing.Any | None
|
|
865
807
|
"""
|
|
866
808
|
|
|
867
809
|
...
|
|
868
810
|
|
|
869
811
|
def save(
|
|
870
|
-
override_context: typing.
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
874
|
-
undo: typing.Optional[bool] = None,
|
|
812
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
813
|
+
execution_context: str | int | None = None,
|
|
814
|
+
undo: bool | None = None,
|
|
875
815
|
):
|
|
876
816
|
"""Save the image with current name and settings
|
|
877
817
|
|
|
878
|
-
:type override_context:
|
|
879
|
-
:type execution_context:
|
|
880
|
-
:type undo:
|
|
818
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
819
|
+
:type execution_context: str | int | None
|
|
820
|
+
:type undo: bool | None
|
|
881
821
|
"""
|
|
882
822
|
|
|
883
823
|
...
|
|
884
824
|
|
|
885
825
|
def save_all_modified(
|
|
886
|
-
override_context: typing.
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
890
|
-
undo: typing.Optional[bool] = None,
|
|
826
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
827
|
+
execution_context: str | int | None = None,
|
|
828
|
+
undo: bool | None = None,
|
|
891
829
|
):
|
|
892
830
|
"""Save all modified images
|
|
893
831
|
|
|
894
|
-
:type override_context:
|
|
895
|
-
:type execution_context:
|
|
896
|
-
:type undo:
|
|
832
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
833
|
+
:type execution_context: str | int | None
|
|
834
|
+
:type undo: bool | None
|
|
897
835
|
"""
|
|
898
836
|
|
|
899
837
|
...
|
|
900
838
|
|
|
901
839
|
def save_as(
|
|
902
|
-
override_context: typing.
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
display_type: typing.Optional[typing.Any] = "DEFAULT",
|
|
934
|
-
sort_method: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
840
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
841
|
+
execution_context: str | int | None = None,
|
|
842
|
+
undo: bool | None = None,
|
|
843
|
+
save_as_render: bool | typing.Any | None = False,
|
|
844
|
+
copy: bool | typing.Any | None = False,
|
|
845
|
+
allow_path_tokens: bool | typing.Any | None = True,
|
|
846
|
+
filepath: str | typing.Any = "",
|
|
847
|
+
check_existing: bool | typing.Any | None = True,
|
|
848
|
+
filter_blender: bool | typing.Any | None = False,
|
|
849
|
+
filter_backup: bool | typing.Any | None = False,
|
|
850
|
+
filter_image: bool | typing.Any | None = True,
|
|
851
|
+
filter_movie: bool | typing.Any | None = True,
|
|
852
|
+
filter_python: bool | typing.Any | None = False,
|
|
853
|
+
filter_font: bool | typing.Any | None = False,
|
|
854
|
+
filter_sound: bool | typing.Any | None = False,
|
|
855
|
+
filter_text: bool | typing.Any | None = False,
|
|
856
|
+
filter_archive: bool | typing.Any | None = False,
|
|
857
|
+
filter_btx: bool | typing.Any | None = False,
|
|
858
|
+
filter_collada: bool | typing.Any | None = False,
|
|
859
|
+
filter_alembic: bool | typing.Any | None = False,
|
|
860
|
+
filter_usd: bool | typing.Any | None = False,
|
|
861
|
+
filter_obj: bool | typing.Any | None = False,
|
|
862
|
+
filter_volume: bool | typing.Any | None = False,
|
|
863
|
+
filter_folder: bool | typing.Any | None = True,
|
|
864
|
+
filter_blenlib: bool | typing.Any | None = False,
|
|
865
|
+
filemode: typing.Any | None = 9,
|
|
866
|
+
relative_path: bool | typing.Any | None = True,
|
|
867
|
+
show_multiview: bool | typing.Any | None = False,
|
|
868
|
+
use_multiview: bool | typing.Any | None = False,
|
|
869
|
+
display_type: typing.Any | None = "DEFAULT",
|
|
870
|
+
sort_method: str | int | typing.Any | None = "",
|
|
935
871
|
):
|
|
936
872
|
"""Save the image with another name and/or settings
|
|
937
873
|
|
|
938
|
-
:type override_context:
|
|
939
|
-
:type execution_context:
|
|
940
|
-
:type undo:
|
|
874
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
875
|
+
:type execution_context: str | int | None
|
|
876
|
+
:type undo: bool | None
|
|
941
877
|
:param save_as_render: Save As Render, Save image with render color management.For display image formats like PNG, apply view and display transform.For intermediate image formats like OpenEXR, use the default render output color space
|
|
942
|
-
:type save_as_render:
|
|
878
|
+
:type save_as_render: bool | typing.Any | None
|
|
943
879
|
:param copy: Copy, Create a new image file without modifying the current image in Blender
|
|
944
|
-
:type copy:
|
|
880
|
+
:type copy: bool | typing.Any | None
|
|
945
881
|
:param allow_path_tokens: Allow the path to contain substitution tokens
|
|
946
|
-
:type allow_path_tokens:
|
|
882
|
+
:type allow_path_tokens: bool | typing.Any | None
|
|
947
883
|
:param filepath: File Path, Path to file
|
|
948
|
-
:type filepath:
|
|
884
|
+
:type filepath: str | typing.Any
|
|
949
885
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
950
|
-
:type check_existing:
|
|
886
|
+
:type check_existing: bool | typing.Any | None
|
|
951
887
|
:param filter_blender: Filter .blend files
|
|
952
|
-
:type filter_blender:
|
|
888
|
+
:type filter_blender: bool | typing.Any | None
|
|
953
889
|
:param filter_backup: Filter .blend files
|
|
954
|
-
:type filter_backup:
|
|
890
|
+
:type filter_backup: bool | typing.Any | None
|
|
955
891
|
:param filter_image: Filter image files
|
|
956
|
-
:type filter_image:
|
|
892
|
+
:type filter_image: bool | typing.Any | None
|
|
957
893
|
:param filter_movie: Filter movie files
|
|
958
|
-
:type filter_movie:
|
|
894
|
+
:type filter_movie: bool | typing.Any | None
|
|
959
895
|
:param filter_python: Filter Python files
|
|
960
|
-
:type filter_python:
|
|
896
|
+
:type filter_python: bool | typing.Any | None
|
|
961
897
|
:param filter_font: Filter font files
|
|
962
|
-
:type filter_font:
|
|
898
|
+
:type filter_font: bool | typing.Any | None
|
|
963
899
|
:param filter_sound: Filter sound files
|
|
964
|
-
:type filter_sound:
|
|
900
|
+
:type filter_sound: bool | typing.Any | None
|
|
965
901
|
:param filter_text: Filter text files
|
|
966
|
-
:type filter_text:
|
|
902
|
+
:type filter_text: bool | typing.Any | None
|
|
967
903
|
:param filter_archive: Filter archive files
|
|
968
|
-
:type filter_archive:
|
|
904
|
+
:type filter_archive: bool | typing.Any | None
|
|
969
905
|
:param filter_btx: Filter btx files
|
|
970
|
-
:type filter_btx:
|
|
906
|
+
:type filter_btx: bool | typing.Any | None
|
|
971
907
|
:param filter_collada: Filter COLLADA files
|
|
972
|
-
:type filter_collada:
|
|
908
|
+
:type filter_collada: bool | typing.Any | None
|
|
973
909
|
:param filter_alembic: Filter Alembic files
|
|
974
|
-
:type filter_alembic:
|
|
910
|
+
:type filter_alembic: bool | typing.Any | None
|
|
975
911
|
:param filter_usd: Filter USD files
|
|
976
|
-
:type filter_usd:
|
|
912
|
+
:type filter_usd: bool | typing.Any | None
|
|
977
913
|
:param filter_obj: Filter OBJ files
|
|
978
|
-
:type filter_obj:
|
|
914
|
+
:type filter_obj: bool | typing.Any | None
|
|
979
915
|
:param filter_volume: Filter OpenVDB volume files
|
|
980
|
-
:type filter_volume:
|
|
916
|
+
:type filter_volume: bool | typing.Any | None
|
|
981
917
|
:param filter_folder: Filter folders
|
|
982
|
-
:type filter_folder:
|
|
918
|
+
:type filter_folder: bool | typing.Any | None
|
|
983
919
|
:param filter_blenlib: Filter Blender IDs
|
|
984
|
-
:type filter_blenlib:
|
|
920
|
+
:type filter_blenlib: bool | typing.Any | None
|
|
985
921
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
986
|
-
:type filemode: typing.
|
|
922
|
+
:type filemode: typing.Any | None
|
|
987
923
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
988
|
-
:type relative_path:
|
|
924
|
+
:type relative_path: bool | typing.Any | None
|
|
989
925
|
:param show_multiview: Enable Multi-View
|
|
990
|
-
:type show_multiview:
|
|
926
|
+
:type show_multiview: bool | typing.Any | None
|
|
991
927
|
:param use_multiview: Use Multi-View
|
|
992
|
-
:type use_multiview:
|
|
928
|
+
:type use_multiview: bool | typing.Any | None
|
|
993
929
|
:param display_type: Display Type
|
|
994
930
|
|
|
995
931
|
DEFAULT
|
|
@@ -1003,361 +939,329 @@ def save_as(
|
|
|
1003
939
|
|
|
1004
940
|
THUMBNAIL
|
|
1005
941
|
Thumbnails -- Display files as thumbnails.
|
|
1006
|
-
:type display_type: typing.
|
|
942
|
+
:type display_type: typing.Any | None
|
|
1007
943
|
:param sort_method: File sorting mode
|
|
1008
|
-
:type sort_method:
|
|
944
|
+
:type sort_method: str | int | typing.Any | None
|
|
1009
945
|
"""
|
|
1010
946
|
|
|
1011
947
|
...
|
|
1012
948
|
|
|
1013
949
|
def save_sequence(
|
|
1014
|
-
override_context: typing.
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1018
|
-
undo: typing.Optional[bool] = None,
|
|
950
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
951
|
+
execution_context: str | int | None = None,
|
|
952
|
+
undo: bool | None = None,
|
|
1019
953
|
):
|
|
1020
954
|
"""Save a sequence of images
|
|
1021
955
|
|
|
1022
|
-
:type override_context:
|
|
1023
|
-
:type execution_context:
|
|
1024
|
-
:type undo:
|
|
956
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
957
|
+
:type execution_context: str | int | None
|
|
958
|
+
:type undo: bool | None
|
|
1025
959
|
"""
|
|
1026
960
|
|
|
1027
961
|
...
|
|
1028
962
|
|
|
1029
963
|
def tile_add(
|
|
1030
|
-
override_context: typing.
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
float: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1044
|
-
alpha: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
964
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
965
|
+
execution_context: str | int | None = None,
|
|
966
|
+
undo: bool | None = None,
|
|
967
|
+
number: typing.Any | None = 1002,
|
|
968
|
+
count: typing.Any | None = 1,
|
|
969
|
+
label: str | typing.Any = "",
|
|
970
|
+
fill: bool | typing.Any | None = True,
|
|
971
|
+
color: typing.Any | None = (0.0, 0.0, 0.0, 1.0),
|
|
972
|
+
generated_type: str | int | None = "BLANK",
|
|
973
|
+
width: typing.Any | None = 1024,
|
|
974
|
+
height: typing.Any | None = 1024,
|
|
975
|
+
float: bool | typing.Any | None = False,
|
|
976
|
+
alpha: bool | typing.Any | None = True,
|
|
1045
977
|
):
|
|
1046
978
|
"""Adds a tile to the image
|
|
1047
979
|
|
|
1048
|
-
:type override_context:
|
|
1049
|
-
:type execution_context:
|
|
1050
|
-
:type undo:
|
|
980
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
981
|
+
:type execution_context: str | int | None
|
|
982
|
+
:type undo: bool | None
|
|
1051
983
|
:param number: Number, UDIM number of the tile
|
|
1052
|
-
:type number: typing.
|
|
984
|
+
:type number: typing.Any | None
|
|
1053
985
|
:param count: Count, How many tiles to add
|
|
1054
|
-
:type count: typing.
|
|
986
|
+
:type count: typing.Any | None
|
|
1055
987
|
:param label: Label, Optional tile label
|
|
1056
|
-
:type label:
|
|
988
|
+
:type label: str | typing.Any
|
|
1057
989
|
:param fill: Fill, Fill new tile with a generated image
|
|
1058
|
-
:type fill:
|
|
990
|
+
:type fill: bool | typing.Any | None
|
|
1059
991
|
:param color: Color, Default fill color
|
|
1060
|
-
:type color: typing.
|
|
992
|
+
:type color: typing.Any | None
|
|
1061
993
|
:param generated_type: Generated Type, Fill the image with a grid for UV map testing
|
|
1062
|
-
:type generated_type:
|
|
994
|
+
:type generated_type: str | int | None
|
|
1063
995
|
:param width: Width, Image width
|
|
1064
|
-
:type width: typing.
|
|
996
|
+
:type width: typing.Any | None
|
|
1065
997
|
:param height: Height, Image height
|
|
1066
|
-
:type height: typing.
|
|
998
|
+
:type height: typing.Any | None
|
|
1067
999
|
:param float: 32-bit Float, Create image with 32-bit floating-point bit depth
|
|
1068
|
-
:type float:
|
|
1000
|
+
:type float: bool | typing.Any | None
|
|
1069
1001
|
:param alpha: Alpha, Create an image with an alpha channel
|
|
1070
|
-
:type alpha:
|
|
1002
|
+
:type alpha: bool | typing.Any | None
|
|
1071
1003
|
"""
|
|
1072
1004
|
|
|
1073
1005
|
...
|
|
1074
1006
|
|
|
1075
1007
|
def tile_fill(
|
|
1076
|
-
override_context: typing.
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
float: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1086
|
-
alpha: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1008
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1009
|
+
execution_context: str | int | None = None,
|
|
1010
|
+
undo: bool | None = None,
|
|
1011
|
+
color: typing.Any | None = (0.0, 0.0, 0.0, 1.0),
|
|
1012
|
+
generated_type: str | int | None = "BLANK",
|
|
1013
|
+
width: typing.Any | None = 1024,
|
|
1014
|
+
height: typing.Any | None = 1024,
|
|
1015
|
+
float: bool | typing.Any | None = False,
|
|
1016
|
+
alpha: bool | typing.Any | None = True,
|
|
1087
1017
|
):
|
|
1088
1018
|
"""Fill the current tile with a generated image
|
|
1089
1019
|
|
|
1090
|
-
:type override_context:
|
|
1091
|
-
:type execution_context:
|
|
1092
|
-
:type undo:
|
|
1020
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1021
|
+
:type execution_context: str | int | None
|
|
1022
|
+
:type undo: bool | None
|
|
1093
1023
|
:param color: Color, Default fill color
|
|
1094
|
-
:type color: typing.
|
|
1024
|
+
:type color: typing.Any | None
|
|
1095
1025
|
:param generated_type: Generated Type, Fill the image with a grid for UV map testing
|
|
1096
|
-
:type generated_type:
|
|
1026
|
+
:type generated_type: str | int | None
|
|
1097
1027
|
:param width: Width, Image width
|
|
1098
|
-
:type width: typing.
|
|
1028
|
+
:type width: typing.Any | None
|
|
1099
1029
|
:param height: Height, Image height
|
|
1100
|
-
:type height: typing.
|
|
1030
|
+
:type height: typing.Any | None
|
|
1101
1031
|
:param float: 32-bit Float, Create image with 32-bit floating-point bit depth
|
|
1102
|
-
:type float:
|
|
1032
|
+
:type float: bool | typing.Any | None
|
|
1103
1033
|
:param alpha: Alpha, Create an image with an alpha channel
|
|
1104
|
-
:type alpha:
|
|
1034
|
+
:type alpha: bool | typing.Any | None
|
|
1105
1035
|
"""
|
|
1106
1036
|
|
|
1107
1037
|
...
|
|
1108
1038
|
|
|
1109
1039
|
def tile_remove(
|
|
1110
|
-
override_context: typing.
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1114
|
-
undo: typing.Optional[bool] = None,
|
|
1040
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1041
|
+
execution_context: str | int | None = None,
|
|
1042
|
+
undo: bool | None = None,
|
|
1115
1043
|
):
|
|
1116
1044
|
"""Removes a tile from the image
|
|
1117
1045
|
|
|
1118
|
-
:type override_context:
|
|
1119
|
-
:type execution_context:
|
|
1120
|
-
:type undo:
|
|
1046
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1047
|
+
:type execution_context: str | int | None
|
|
1048
|
+
:type undo: bool | None
|
|
1121
1049
|
"""
|
|
1122
1050
|
|
|
1123
1051
|
...
|
|
1124
1052
|
|
|
1125
1053
|
def unpack(
|
|
1126
|
-
override_context: typing.
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
method: typing.Optional[typing.Union[str, int]] = "USE_LOCAL",
|
|
1132
|
-
id: typing.Union[str, typing.Any] = "",
|
|
1054
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1055
|
+
execution_context: str | int | None = None,
|
|
1056
|
+
undo: bool | None = None,
|
|
1057
|
+
method: str | int | None = "USE_LOCAL",
|
|
1058
|
+
id: str | typing.Any = "",
|
|
1133
1059
|
):
|
|
1134
1060
|
"""Save an image packed in the .blend file to disk
|
|
1135
1061
|
|
|
1136
|
-
:type override_context:
|
|
1137
|
-
:type execution_context:
|
|
1138
|
-
:type undo:
|
|
1062
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1063
|
+
:type execution_context: str | int | None
|
|
1064
|
+
:type undo: bool | None
|
|
1139
1065
|
:param method: Method, How to unpack
|
|
1140
|
-
:type method:
|
|
1066
|
+
:type method: str | int | None
|
|
1141
1067
|
:param id: Image Name, Image data-block name to unpack
|
|
1142
|
-
:type id:
|
|
1068
|
+
:type id: str | typing.Any
|
|
1143
1069
|
"""
|
|
1144
1070
|
|
|
1145
1071
|
...
|
|
1146
1072
|
|
|
1147
1073
|
def view_all(
|
|
1148
|
-
override_context: typing.
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
undo: typing.Optional[bool] = None,
|
|
1153
|
-
fit_view: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1074
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1075
|
+
execution_context: str | int | None = None,
|
|
1076
|
+
undo: bool | None = None,
|
|
1077
|
+
fit_view: bool | typing.Any | None = False,
|
|
1154
1078
|
):
|
|
1155
1079
|
"""View the entire image
|
|
1156
1080
|
|
|
1157
|
-
:type override_context:
|
|
1158
|
-
:type execution_context:
|
|
1159
|
-
:type undo:
|
|
1081
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1082
|
+
:type execution_context: str | int | None
|
|
1083
|
+
:type undo: bool | None
|
|
1160
1084
|
:param fit_view: Fit View, Fit frame to the viewport
|
|
1161
|
-
:type fit_view:
|
|
1085
|
+
:type fit_view: bool | typing.Any | None
|
|
1162
1086
|
"""
|
|
1163
1087
|
|
|
1164
1088
|
...
|
|
1165
1089
|
|
|
1166
1090
|
def view_center_cursor(
|
|
1167
|
-
override_context: typing.
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1171
|
-
undo: typing.Optional[bool] = None,
|
|
1091
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1092
|
+
execution_context: str | int | None = None,
|
|
1093
|
+
undo: bool | None = None,
|
|
1172
1094
|
):
|
|
1173
1095
|
"""Center the view so that the cursor is in the middle of the view
|
|
1174
1096
|
|
|
1175
|
-
:type override_context:
|
|
1176
|
-
:type execution_context:
|
|
1177
|
-
:type undo:
|
|
1097
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1098
|
+
:type execution_context: str | int | None
|
|
1099
|
+
:type undo: bool | None
|
|
1178
1100
|
"""
|
|
1179
1101
|
|
|
1180
1102
|
...
|
|
1181
1103
|
|
|
1182
1104
|
def view_cursor_center(
|
|
1183
|
-
override_context: typing.
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
undo: typing.Optional[bool] = None,
|
|
1188
|
-
fit_view: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1105
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1106
|
+
execution_context: str | int | None = None,
|
|
1107
|
+
undo: bool | None = None,
|
|
1108
|
+
fit_view: bool | typing.Any | None = False,
|
|
1189
1109
|
):
|
|
1190
1110
|
"""Set 2D Cursor To Center View location
|
|
1191
1111
|
|
|
1192
|
-
:type override_context:
|
|
1193
|
-
:type execution_context:
|
|
1194
|
-
:type undo:
|
|
1112
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1113
|
+
:type execution_context: str | int | None
|
|
1114
|
+
:type undo: bool | None
|
|
1195
1115
|
:param fit_view: Fit View, Fit frame to the viewport
|
|
1196
|
-
:type fit_view:
|
|
1116
|
+
:type fit_view: bool | typing.Any | None
|
|
1197
1117
|
"""
|
|
1198
1118
|
|
|
1199
1119
|
...
|
|
1200
1120
|
|
|
1201
1121
|
def view_ndof(
|
|
1202
|
-
override_context: typing.
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1206
|
-
undo: typing.Optional[bool] = None,
|
|
1122
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1123
|
+
execution_context: str | int | None = None,
|
|
1124
|
+
undo: bool | None = None,
|
|
1207
1125
|
):
|
|
1208
1126
|
"""Use a 3D mouse device to pan/zoom the view
|
|
1209
1127
|
|
|
1210
|
-
:type override_context:
|
|
1211
|
-
:type execution_context:
|
|
1212
|
-
:type undo:
|
|
1128
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1129
|
+
:type execution_context: str | int | None
|
|
1130
|
+
:type undo: bool | None
|
|
1213
1131
|
"""
|
|
1214
1132
|
|
|
1215
1133
|
...
|
|
1216
1134
|
|
|
1217
1135
|
def view_pan(
|
|
1218
|
-
override_context: typing.
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
undo: typing.Optional[bool] = None,
|
|
1223
|
-
offset: typing.Optional[typing.Any] = (0.0, 0.0),
|
|
1136
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1137
|
+
execution_context: str | int | None = None,
|
|
1138
|
+
undo: bool | None = None,
|
|
1139
|
+
offset: typing.Any | None = (0.0, 0.0),
|
|
1224
1140
|
):
|
|
1225
1141
|
"""Pan the view
|
|
1226
1142
|
|
|
1227
|
-
:type override_context:
|
|
1228
|
-
:type execution_context:
|
|
1229
|
-
:type undo:
|
|
1143
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1144
|
+
:type execution_context: str | int | None
|
|
1145
|
+
:type undo: bool | None
|
|
1230
1146
|
:param offset: Offset, Offset in floating-point units, 1.0 is the width and height of the image
|
|
1231
|
-
:type offset: typing.
|
|
1147
|
+
:type offset: typing.Any | None
|
|
1232
1148
|
"""
|
|
1233
1149
|
|
|
1234
1150
|
...
|
|
1235
1151
|
|
|
1236
1152
|
def view_selected(
|
|
1237
|
-
override_context: typing.
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1241
|
-
undo: typing.Optional[bool] = None,
|
|
1153
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1154
|
+
execution_context: str | int | None = None,
|
|
1155
|
+
undo: bool | None = None,
|
|
1242
1156
|
):
|
|
1243
1157
|
"""View all selected UVs
|
|
1244
1158
|
|
|
1245
|
-
:type override_context:
|
|
1246
|
-
:type execution_context:
|
|
1247
|
-
:type undo:
|
|
1159
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1160
|
+
:type execution_context: str | int | None
|
|
1161
|
+
:type undo: bool | None
|
|
1248
1162
|
"""
|
|
1249
1163
|
|
|
1250
1164
|
...
|
|
1251
1165
|
|
|
1252
1166
|
def view_zoom(
|
|
1253
|
-
override_context: typing.
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
factor: typing.Optional[typing.Any] = 0.0,
|
|
1259
|
-
use_cursor_init: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1167
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1168
|
+
execution_context: str | int | None = None,
|
|
1169
|
+
undo: bool | None = None,
|
|
1170
|
+
factor: typing.Any | None = 0.0,
|
|
1171
|
+
use_cursor_init: bool | typing.Any | None = True,
|
|
1260
1172
|
):
|
|
1261
1173
|
"""Zoom in/out the image
|
|
1262
1174
|
|
|
1263
|
-
:type override_context:
|
|
1264
|
-
:type execution_context:
|
|
1265
|
-
:type undo:
|
|
1175
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1176
|
+
:type execution_context: str | int | None
|
|
1177
|
+
:type undo: bool | None
|
|
1266
1178
|
:param factor: Factor, Zoom factor, values higher than 1.0 zoom in, lower values zoom out
|
|
1267
|
-
:type factor: typing.
|
|
1179
|
+
:type factor: typing.Any | None
|
|
1268
1180
|
:param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
|
|
1269
|
-
:type use_cursor_init:
|
|
1181
|
+
:type use_cursor_init: bool | typing.Any | None
|
|
1270
1182
|
"""
|
|
1271
1183
|
|
|
1272
1184
|
...
|
|
1273
1185
|
|
|
1274
1186
|
def view_zoom_border(
|
|
1275
|
-
override_context: typing.
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1285
|
-
zoom_out: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1187
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1188
|
+
execution_context: str | int | None = None,
|
|
1189
|
+
undo: bool | None = None,
|
|
1190
|
+
xmin: typing.Any | None = 0,
|
|
1191
|
+
xmax: typing.Any | None = 0,
|
|
1192
|
+
ymin: typing.Any | None = 0,
|
|
1193
|
+
ymax: typing.Any | None = 0,
|
|
1194
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
1195
|
+
zoom_out: bool | typing.Any | None = False,
|
|
1286
1196
|
):
|
|
1287
1197
|
"""Zoom in the view to the nearest item contained in the border
|
|
1288
1198
|
|
|
1289
|
-
:type override_context:
|
|
1290
|
-
:type execution_context:
|
|
1291
|
-
:type undo:
|
|
1199
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1200
|
+
:type execution_context: str | int | None
|
|
1201
|
+
:type undo: bool | None
|
|
1292
1202
|
:param xmin: X Min
|
|
1293
|
-
:type xmin: typing.
|
|
1203
|
+
:type xmin: typing.Any | None
|
|
1294
1204
|
:param xmax: X Max
|
|
1295
|
-
:type xmax: typing.
|
|
1205
|
+
:type xmax: typing.Any | None
|
|
1296
1206
|
:param ymin: Y Min
|
|
1297
|
-
:type ymin: typing.
|
|
1207
|
+
:type ymin: typing.Any | None
|
|
1298
1208
|
:param ymax: Y Max
|
|
1299
|
-
:type ymax: typing.
|
|
1209
|
+
:type ymax: typing.Any | None
|
|
1300
1210
|
:param wait_for_input: Wait for Input
|
|
1301
|
-
:type wait_for_input:
|
|
1211
|
+
:type wait_for_input: bool | typing.Any | None
|
|
1302
1212
|
:param zoom_out: Zoom Out
|
|
1303
|
-
:type zoom_out:
|
|
1213
|
+
:type zoom_out: bool | typing.Any | None
|
|
1304
1214
|
"""
|
|
1305
1215
|
|
|
1306
1216
|
...
|
|
1307
1217
|
|
|
1308
1218
|
def view_zoom_in(
|
|
1309
|
-
override_context: typing.
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
undo: typing.Optional[bool] = None,
|
|
1314
|
-
location: typing.Optional[typing.Any] = (0.0, 0.0),
|
|
1219
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1220
|
+
execution_context: str | int | None = None,
|
|
1221
|
+
undo: bool | None = None,
|
|
1222
|
+
location: typing.Any | None = (0.0, 0.0),
|
|
1315
1223
|
):
|
|
1316
1224
|
"""Zoom in the image (centered around 2D cursor)
|
|
1317
1225
|
|
|
1318
|
-
:type override_context:
|
|
1319
|
-
:type execution_context:
|
|
1320
|
-
:type undo:
|
|
1226
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1227
|
+
:type execution_context: str | int | None
|
|
1228
|
+
:type undo: bool | None
|
|
1321
1229
|
:param location: Location, Cursor location in screen coordinates
|
|
1322
|
-
:type location: typing.
|
|
1230
|
+
:type location: typing.Any | None
|
|
1323
1231
|
"""
|
|
1324
1232
|
|
|
1325
1233
|
...
|
|
1326
1234
|
|
|
1327
1235
|
def view_zoom_out(
|
|
1328
|
-
override_context: typing.
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
undo: typing.Optional[bool] = None,
|
|
1333
|
-
location: typing.Optional[typing.Any] = (0.0, 0.0),
|
|
1236
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1237
|
+
execution_context: str | int | None = None,
|
|
1238
|
+
undo: bool | None = None,
|
|
1239
|
+
location: typing.Any | None = (0.0, 0.0),
|
|
1334
1240
|
):
|
|
1335
1241
|
"""Zoom out the image (centered around 2D cursor)
|
|
1336
1242
|
|
|
1337
|
-
:type override_context:
|
|
1338
|
-
:type execution_context:
|
|
1339
|
-
:type undo:
|
|
1243
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1244
|
+
:type execution_context: str | int | None
|
|
1245
|
+
:type undo: bool | None
|
|
1340
1246
|
:param location: Location, Cursor location in screen coordinates
|
|
1341
|
-
:type location: typing.
|
|
1247
|
+
:type location: typing.Any | None
|
|
1342
1248
|
"""
|
|
1343
1249
|
|
|
1344
1250
|
...
|
|
1345
1251
|
|
|
1346
1252
|
def view_zoom_ratio(
|
|
1347
|
-
override_context: typing.
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
undo: typing.Optional[bool] = None,
|
|
1352
|
-
ratio: typing.Optional[typing.Any] = 0.0,
|
|
1253
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1254
|
+
execution_context: str | int | None = None,
|
|
1255
|
+
undo: bool | None = None,
|
|
1256
|
+
ratio: typing.Any | None = 0.0,
|
|
1353
1257
|
):
|
|
1354
1258
|
"""Set zoom ratio of the view
|
|
1355
1259
|
|
|
1356
|
-
:type override_context:
|
|
1357
|
-
:type execution_context:
|
|
1358
|
-
:type undo:
|
|
1260
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1261
|
+
:type execution_context: str | int | None
|
|
1262
|
+
:type undo: bool | None
|
|
1359
1263
|
:param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
|
|
1360
|
-
:type ratio: typing.
|
|
1264
|
+
:type ratio: typing.Any | None
|
|
1361
1265
|
"""
|
|
1362
1266
|
|
|
1363
1267
|
...
|