fake-bpy-module 20250828__py3-none-any.whl → 20260118__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.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/METADATA +4 -1
- fake_bpy_module-20260118.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/WHEEL +0 -0
bpy/ops/image/__init__.pyi
CHANGED
|
@@ -11,11 +11,7 @@ def add_render_slot(
|
|
|
11
11
|
undo: bool | None = None,
|
|
12
12
|
/,
|
|
13
13
|
) -> None:
|
|
14
|
-
"""Add a new render slot
|
|
15
|
-
|
|
16
|
-
:type execution_context: int | str | None
|
|
17
|
-
:type undo: bool | None
|
|
18
|
-
"""
|
|
14
|
+
"""Add a new render slot"""
|
|
19
15
|
|
|
20
16
|
def change_frame(
|
|
21
17
|
execution_context: int | str | None = None,
|
|
@@ -26,10 +22,7 @@ def change_frame(
|
|
|
26
22
|
) -> None:
|
|
27
23
|
"""Interactively change the current frame number
|
|
28
24
|
|
|
29
|
-
:type execution_context: int | str | None
|
|
30
|
-
:type undo: bool | None
|
|
31
25
|
:param frame: Frame
|
|
32
|
-
:type frame: int | None
|
|
33
26
|
"""
|
|
34
27
|
|
|
35
28
|
def clear_render_border(
|
|
@@ -37,44 +30,28 @@ def clear_render_border(
|
|
|
37
30
|
undo: bool | None = None,
|
|
38
31
|
/,
|
|
39
32
|
) -> None:
|
|
40
|
-
"""Clear the boundaries of the render region and disable render region
|
|
41
|
-
|
|
42
|
-
:type execution_context: int | str | None
|
|
43
|
-
:type undo: bool | None
|
|
44
|
-
"""
|
|
33
|
+
"""Clear the boundaries of the render region and disable render region"""
|
|
45
34
|
|
|
46
35
|
def clear_render_slot(
|
|
47
36
|
execution_context: int | str | None = None,
|
|
48
37
|
undo: bool | None = None,
|
|
49
38
|
/,
|
|
50
39
|
) -> None:
|
|
51
|
-
"""Clear the currently selected render slot
|
|
52
|
-
|
|
53
|
-
:type execution_context: int | str | None
|
|
54
|
-
:type undo: bool | None
|
|
55
|
-
"""
|
|
40
|
+
"""Clear the currently selected render slot"""
|
|
56
41
|
|
|
57
42
|
def clipboard_copy(
|
|
58
43
|
execution_context: int | str | None = None,
|
|
59
44
|
undo: bool | None = None,
|
|
60
45
|
/,
|
|
61
46
|
) -> None:
|
|
62
|
-
"""Copy the image to the clipboard
|
|
63
|
-
|
|
64
|
-
:type execution_context: int | str | None
|
|
65
|
-
:type undo: bool | None
|
|
66
|
-
"""
|
|
47
|
+
"""Copy the image to the clipboard"""
|
|
67
48
|
|
|
68
49
|
def clipboard_paste(
|
|
69
50
|
execution_context: int | str | None = None,
|
|
70
51
|
undo: bool | None = None,
|
|
71
52
|
/,
|
|
72
53
|
) -> None:
|
|
73
|
-
"""Paste new image from the clipboard
|
|
74
|
-
|
|
75
|
-
:type execution_context: int | str | None
|
|
76
|
-
:type undo: bool | None
|
|
77
|
-
"""
|
|
54
|
+
"""Paste new image from the clipboard"""
|
|
78
55
|
|
|
79
56
|
def convert_to_mesh_plane(
|
|
80
57
|
execution_context: int | str | None = None,
|
|
@@ -98,8 +75,6 @@ def convert_to_mesh_plane(
|
|
|
98
75
|
) -> None:
|
|
99
76
|
"""Convert selected reference images to textured mesh plane
|
|
100
77
|
|
|
101
|
-
:type execution_context: int | str | None
|
|
102
|
-
:type undo: bool | None
|
|
103
78
|
:param interpolation: Interpolation, Texture interpolation
|
|
104
79
|
|
|
105
80
|
Linear
|
|
@@ -113,7 +88,6 @@ def convert_to_mesh_plane(
|
|
|
113
88
|
|
|
114
89
|
Smart
|
|
115
90
|
Smart -- Bicubic when magnifying, else bilinear (OSL only).
|
|
116
|
-
:type interpolation: typing.Literal['Linear','Closest','Cubic','Smart'] | None
|
|
117
91
|
:param extension: Extension, How the image is extrapolated past its original bounds
|
|
118
92
|
|
|
119
93
|
CLIP
|
|
@@ -124,11 +98,8 @@ def convert_to_mesh_plane(
|
|
|
124
98
|
|
|
125
99
|
REPEAT
|
|
126
100
|
Repeat -- Cause the image to repeat horizontally and vertically.
|
|
127
|
-
:type extension: typing.Literal['CLIP','EXTEND','REPEAT'] | None
|
|
128
101
|
:param use_auto_refresh: Auto Refresh, Always refresh image on frame changes
|
|
129
|
-
:type use_auto_refresh: bool | None
|
|
130
102
|
:param relative: Relative Paths, Use relative file paths
|
|
131
|
-
:type relative: bool | None
|
|
132
103
|
:param shader: Shader, Node shader to use
|
|
133
104
|
|
|
134
105
|
PRINCIPLED
|
|
@@ -139,11 +110,8 @@ def convert_to_mesh_plane(
|
|
|
139
110
|
|
|
140
111
|
EMISSION
|
|
141
112
|
Emission -- Emission shader.
|
|
142
|
-
:type shader: typing.Literal['PRINCIPLED','SHADELESS','EMISSION'] | None
|
|
143
113
|
:param emit_strength: Emission Strength, Strength of emission
|
|
144
|
-
:type emit_strength: float | None
|
|
145
114
|
:param use_transparency: Use Alpha, Use alpha channel for transparency
|
|
146
|
-
:type use_transparency: bool | None
|
|
147
115
|
:param render_method: Render Method
|
|
148
116
|
|
|
149
117
|
DITHERED
|
|
@@ -151,13 +119,9 @@ def convert_to_mesh_plane(
|
|
|
151
119
|
|
|
152
120
|
BLENDED
|
|
153
121
|
Blended -- Allows for colored transparency, but incompatible with render passes and ray-tracing. Also known as forward rendering..
|
|
154
|
-
:type render_method: typing.Literal['DITHERED','BLENDED'] | None
|
|
155
122
|
:param use_backface_culling: Backface Culling, Use backface culling to hide the back side of faces
|
|
156
|
-
:type use_backface_culling: bool | None
|
|
157
123
|
:param show_transparent_back: Show Backface, Render multiple transparent layers (may introduce transparency sorting problems)
|
|
158
|
-
:type show_transparent_back: bool | None
|
|
159
124
|
:param overwrite_material: Overwrite Material, Overwrite existing material with the same name
|
|
160
|
-
:type overwrite_material: bool | None
|
|
161
125
|
:param name_from: Name After, Name for new mesh object and material
|
|
162
126
|
|
|
163
127
|
OBJECT
|
|
@@ -165,9 +129,7 @@ def convert_to_mesh_plane(
|
|
|
165
129
|
|
|
166
130
|
IMAGE
|
|
167
131
|
Source Image -- Name from loaded image.
|
|
168
|
-
:type name_from: typing.Literal['OBJECT','IMAGE'] | None
|
|
169
132
|
:param delete_ref: Delete Reference Object, Delete empty image object once mesh plane is created
|
|
170
|
-
:type delete_ref: bool | None
|
|
171
133
|
"""
|
|
172
134
|
|
|
173
135
|
def curves_point_set(
|
|
@@ -180,12 +142,8 @@ def curves_point_set(
|
|
|
180
142
|
) -> None:
|
|
181
143
|
"""Set black point or white point for curves
|
|
182
144
|
|
|
183
|
-
:type execution_context: int | str | None
|
|
184
|
-
:type undo: bool | None
|
|
185
145
|
:param point: Point, Set black point or white point for curves
|
|
186
|
-
:type point: typing.Literal['BLACK_POINT','WHITE_POINT'] | None
|
|
187
146
|
:param size: Sample Size
|
|
188
|
-
:type size: int | None
|
|
189
147
|
"""
|
|
190
148
|
|
|
191
149
|
def cycle_render_slot(
|
|
@@ -197,10 +155,7 @@ def cycle_render_slot(
|
|
|
197
155
|
) -> None:
|
|
198
156
|
"""Cycle through all non-void render slots
|
|
199
157
|
|
|
200
|
-
:type execution_context: int | str | None
|
|
201
|
-
:type undo: bool | None
|
|
202
158
|
:param reverse: Cycle in Reverse
|
|
203
|
-
:type reverse: bool | None
|
|
204
159
|
"""
|
|
205
160
|
|
|
206
161
|
def external_edit(
|
|
@@ -212,10 +167,7 @@ def external_edit(
|
|
|
212
167
|
) -> None:
|
|
213
168
|
"""Edit image in an external application
|
|
214
169
|
|
|
215
|
-
:type execution_context: int | str | None
|
|
216
|
-
:type undo: bool | None
|
|
217
170
|
:param filepath: filepath
|
|
218
|
-
:type filepath: str
|
|
219
171
|
"""
|
|
220
172
|
|
|
221
173
|
def file_browse(
|
|
@@ -254,54 +206,29 @@ def file_browse(
|
|
|
254
206
|
) -> None:
|
|
255
207
|
"""Open an image file browser, hold Shift to open the file, Alt to browse containing directory
|
|
256
208
|
|
|
257
|
-
:type execution_context: int | str | None
|
|
258
|
-
:type undo: bool | None
|
|
259
209
|
:param filepath: File Path, Path to file
|
|
260
|
-
:type filepath: str
|
|
261
210
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
262
|
-
:type hide_props_region: bool | None
|
|
263
211
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
264
|
-
:type check_existing: bool | None
|
|
265
212
|
:param filter_blender: Filter .blend files
|
|
266
|
-
:type filter_blender: bool | None
|
|
267
213
|
:param filter_backup: Filter .blend files
|
|
268
|
-
:type filter_backup: bool | None
|
|
269
214
|
:param filter_image: Filter image files
|
|
270
|
-
:type filter_image: bool | None
|
|
271
215
|
:param filter_movie: Filter movie files
|
|
272
|
-
:type filter_movie: bool | None
|
|
273
216
|
:param filter_python: Filter Python files
|
|
274
|
-
:type filter_python: bool | None
|
|
275
217
|
:param filter_font: Filter font files
|
|
276
|
-
:type filter_font: bool | None
|
|
277
218
|
:param filter_sound: Filter sound files
|
|
278
|
-
:type filter_sound: bool | None
|
|
279
219
|
:param filter_text: Filter text files
|
|
280
|
-
:type filter_text: bool | None
|
|
281
220
|
:param filter_archive: Filter archive files
|
|
282
|
-
:type filter_archive: bool | None
|
|
283
221
|
:param filter_btx: Filter btx files
|
|
284
|
-
:type filter_btx: bool | None
|
|
285
222
|
:param filter_alembic: Filter Alembic files
|
|
286
|
-
:type filter_alembic: bool | None
|
|
287
223
|
:param filter_usd: Filter USD files
|
|
288
|
-
:type filter_usd: bool | None
|
|
289
224
|
:param filter_obj: Filter OBJ files
|
|
290
|
-
:type filter_obj: bool | None
|
|
291
225
|
:param filter_volume: Filter OpenVDB volume files
|
|
292
|
-
:type filter_volume: bool | None
|
|
293
226
|
:param filter_folder: Filter folders
|
|
294
|
-
:type filter_folder: bool | None
|
|
295
227
|
:param filter_blenlib: Filter Blender IDs
|
|
296
|
-
:type filter_blenlib: bool | None
|
|
297
228
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
298
|
-
:type filemode: int | None
|
|
299
229
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
300
|
-
:type relative_path: bool | None
|
|
301
230
|
:param show_multiview: Enable Multi-View
|
|
302
|
-
:type show_multiview: bool | None
|
|
303
231
|
:param use_multiview: Use Multi-View
|
|
304
|
-
:type use_multiview: bool | None
|
|
305
232
|
:param display_type: Display Type
|
|
306
233
|
|
|
307
234
|
DEFAULT
|
|
@@ -315,9 +242,7 @@ def file_browse(
|
|
|
315
242
|
|
|
316
243
|
THUMBNAIL
|
|
317
244
|
Thumbnails -- Display files as thumbnails.
|
|
318
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
319
245
|
:param sort_method: File sorting mode
|
|
320
|
-
:type sort_method: str | None
|
|
321
246
|
"""
|
|
322
247
|
|
|
323
248
|
def flip(
|
|
@@ -330,12 +255,8 @@ def flip(
|
|
|
330
255
|
) -> None:
|
|
331
256
|
"""Flip the image
|
|
332
257
|
|
|
333
|
-
:type execution_context: int | str | None
|
|
334
|
-
:type undo: bool | None
|
|
335
258
|
:param use_flip_x: Horizontal, Flip the image horizontally
|
|
336
|
-
:type use_flip_x: bool | None
|
|
337
259
|
:param use_flip_y: Vertical, Flip the image vertically
|
|
338
|
-
:type use_flip_y: bool | None
|
|
339
260
|
"""
|
|
340
261
|
|
|
341
262
|
def import_as_mesh_planes(
|
|
@@ -392,8 +313,6 @@ def import_as_mesh_planes(
|
|
|
392
313
|
) -> None:
|
|
393
314
|
"""Create mesh plane(s) from image files with the appropriate aspect ratio
|
|
394
315
|
|
|
395
|
-
:type execution_context: int | str | None
|
|
396
|
-
:type undo: bool | None
|
|
397
316
|
:param interpolation: Interpolation, Texture interpolation
|
|
398
317
|
|
|
399
318
|
Linear
|
|
@@ -407,7 +326,6 @@ def import_as_mesh_planes(
|
|
|
407
326
|
|
|
408
327
|
Smart
|
|
409
328
|
Smart -- Bicubic when magnifying, else bilinear (OSL only).
|
|
410
|
-
:type interpolation: typing.Literal['Linear','Closest','Cubic','Smart'] | None
|
|
411
329
|
:param extension: Extension, How the image is extrapolated past its original bounds
|
|
412
330
|
|
|
413
331
|
CLIP
|
|
@@ -418,11 +336,8 @@ def import_as_mesh_planes(
|
|
|
418
336
|
|
|
419
337
|
REPEAT
|
|
420
338
|
Repeat -- Cause the image to repeat horizontally and vertically.
|
|
421
|
-
:type extension: typing.Literal['CLIP','EXTEND','REPEAT'] | None
|
|
422
339
|
:param use_auto_refresh: Auto Refresh, Always refresh image on frame changes
|
|
423
|
-
:type use_auto_refresh: bool | None
|
|
424
340
|
:param relative: Relative Paths, Use relative file paths
|
|
425
|
-
:type relative: bool | None
|
|
426
341
|
:param shader: Shader, Node shader to use
|
|
427
342
|
|
|
428
343
|
PRINCIPLED
|
|
@@ -433,11 +348,8 @@ def import_as_mesh_planes(
|
|
|
433
348
|
|
|
434
349
|
EMISSION
|
|
435
350
|
Emission -- Emission shader.
|
|
436
|
-
:type shader: typing.Literal['PRINCIPLED','SHADELESS','EMISSION'] | None
|
|
437
351
|
:param emit_strength: Emission Strength, Strength of emission
|
|
438
|
-
:type emit_strength: float | None
|
|
439
352
|
:param use_transparency: Use Alpha, Use alpha channel for transparency
|
|
440
|
-
:type use_transparency: bool | None
|
|
441
353
|
:param render_method: Render Method
|
|
442
354
|
|
|
443
355
|
DITHERED
|
|
@@ -445,15 +357,10 @@ def import_as_mesh_planes(
|
|
|
445
357
|
|
|
446
358
|
BLENDED
|
|
447
359
|
Blended -- Allows for colored transparency, but incompatible with render passes and ray-tracing. Also known as forward rendering..
|
|
448
|
-
:type render_method: typing.Literal['DITHERED','BLENDED'] | None
|
|
449
360
|
:param use_backface_culling: Backface Culling, Use backface culling to hide the back side of faces
|
|
450
|
-
:type use_backface_culling: bool | None
|
|
451
361
|
:param show_transparent_back: Show Backface, Render multiple transparent layers (may introduce transparency sorting problems)
|
|
452
|
-
:type show_transparent_back: bool | None
|
|
453
362
|
:param overwrite_material: Overwrite Material, Overwrite existing material with the same name
|
|
454
|
-
:type overwrite_material: bool | None
|
|
455
363
|
:param filepath: File Path, Filepath used for importing the file
|
|
456
|
-
:type filepath: str
|
|
457
364
|
:param align: Align
|
|
458
365
|
|
|
459
366
|
WORLD
|
|
@@ -464,27 +371,16 @@ def import_as_mesh_planes(
|
|
|
464
371
|
|
|
465
372
|
CURSOR
|
|
466
373
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
467
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
468
374
|
:param location: Location
|
|
469
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
470
375
|
:param rotation: Rotation
|
|
471
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
472
376
|
:param files: files
|
|
473
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
474
377
|
:param directory: directory
|
|
475
|
-
:type directory: str
|
|
476
378
|
:param filter_image: filter_image
|
|
477
|
-
:type filter_image: bool | None
|
|
478
379
|
:param filter_movie: filter_movie
|
|
479
|
-
:type filter_movie: bool | None
|
|
480
380
|
:param filter_folder: filter_folder
|
|
481
|
-
:type filter_folder: bool | None
|
|
482
381
|
:param force_reload: Force Reload, Force reload the image if it is already opened elsewhere in Blender
|
|
483
|
-
:type force_reload: bool | None
|
|
484
382
|
:param image_sequence: Detect Image Sequences, Import sequentially numbered images as an animated image sequence instead of separate planes
|
|
485
|
-
:type image_sequence: bool | None
|
|
486
383
|
:param offset: Offset Planes, Offset planes from each other. If disabled, multiple planes will be created at the same location
|
|
487
|
-
:type offset: bool | None
|
|
488
384
|
:param offset_axis: Offset Direction, How planes are oriented relative to each others local axis
|
|
489
385
|
|
|
490
386
|
+X
|
|
@@ -504,9 +400,7 @@ def import_as_mesh_planes(
|
|
|
504
400
|
|
|
505
401
|
-Z
|
|
506
402
|
-Z -- Stacked Below.
|
|
507
|
-
:type offset_axis: typing.Literal['+X','+Y','+Z','-X','-Y','-Z'] | None
|
|
508
403
|
:param offset_amount: Offset Distance, Set distance between each plane
|
|
509
|
-
:type offset_amount: float | None
|
|
510
404
|
:param align_axis: Align, How to align the planes
|
|
511
405
|
|
|
512
406
|
+X
|
|
@@ -532,7 +426,6 @@ def import_as_mesh_planes(
|
|
|
532
426
|
|
|
533
427
|
CAM_AX
|
|
534
428
|
Cameras Main Axis -- Facing the cameras dominant axis.
|
|
535
|
-
:type align_axis: typing.Literal['+X','+Y','+Z','-X','-Y','-Z','CAM','CAM_AX'] | None
|
|
536
429
|
:param prev_align_axis: prev_align_axis
|
|
537
430
|
|
|
538
431
|
+X
|
|
@@ -561,9 +454,7 @@ def import_as_mesh_planes(
|
|
|
561
454
|
|
|
562
455
|
NONE
|
|
563
456
|
Undocumented.
|
|
564
|
-
:type prev_align_axis: typing.Literal['+X','+Y','+Z','-X','-Y','-Z','CAM','CAM_AX','NONE'] | None
|
|
565
457
|
:param align_track: Track Camera, Add a constraint to make the planes track the camera
|
|
566
|
-
:type align_track: bool | None
|
|
567
458
|
:param size_mode: Size Mode, Method for computing the plane size
|
|
568
459
|
|
|
569
460
|
ABSOLUTE
|
|
@@ -577,7 +468,6 @@ def import_as_mesh_planes(
|
|
|
577
468
|
|
|
578
469
|
DPBU
|
|
579
470
|
Pixels per Blender Unit -- Scale based on pixels per Blender Unit.
|
|
580
|
-
:type size_mode: typing.Literal['ABSOLUTE','CAMERA','DPI','DPBU'] | None
|
|
581
471
|
:param fill_mode: Scale, Method to scale the plane with the camera frame
|
|
582
472
|
|
|
583
473
|
FILL
|
|
@@ -585,11 +475,8 @@ def import_as_mesh_planes(
|
|
|
585
475
|
|
|
586
476
|
FIT
|
|
587
477
|
Fit -- Fit entire image within the camera frame.
|
|
588
|
-
:type fill_mode: typing.Literal['FILL','FIT'] | None
|
|
589
478
|
:param height: Height, Height of the created plane
|
|
590
|
-
:type height: float | None
|
|
591
479
|
:param factor: Definition, Number of pixels per inch or Blender Unit
|
|
592
|
-
:type factor: float | None
|
|
593
480
|
"""
|
|
594
481
|
|
|
595
482
|
def invert(
|
|
@@ -604,16 +491,10 @@ def invert(
|
|
|
604
491
|
) -> None:
|
|
605
492
|
"""Invert images channels
|
|
606
493
|
|
|
607
|
-
:type execution_context: int | str | None
|
|
608
|
-
:type undo: bool | None
|
|
609
494
|
:param invert_r: Red, Invert red channel
|
|
610
|
-
:type invert_r: bool | None
|
|
611
495
|
:param invert_g: Green, Invert green channel
|
|
612
|
-
:type invert_g: bool | None
|
|
613
496
|
:param invert_b: Blue, Invert blue channel
|
|
614
|
-
:type invert_b: bool | None
|
|
615
497
|
:param invert_a: Alpha, Invert alpha channel
|
|
616
|
-
:type invert_a: bool | None
|
|
617
498
|
"""
|
|
618
499
|
|
|
619
500
|
def match_movie_length(
|
|
@@ -621,11 +502,7 @@ def match_movie_length(
|
|
|
621
502
|
undo: bool | None = None,
|
|
622
503
|
/,
|
|
623
504
|
) -> None:
|
|
624
|
-
"""Set images users length to the one of this video
|
|
625
|
-
|
|
626
|
-
:type execution_context: int | str | None
|
|
627
|
-
:type undo: bool | None
|
|
628
|
-
"""
|
|
505
|
+
"""Set images users length to the one of this video"""
|
|
629
506
|
|
|
630
507
|
def new(
|
|
631
508
|
execution_context: int | str | None = None,
|
|
@@ -645,26 +522,15 @@ def new(
|
|
|
645
522
|
) -> None:
|
|
646
523
|
"""Create a new image
|
|
647
524
|
|
|
648
|
-
:type execution_context: int | str | None
|
|
649
|
-
:type undo: bool | None
|
|
650
525
|
:param name: Name, Image data-block name
|
|
651
|
-
:type name: str
|
|
652
526
|
:param width: Width, Image width
|
|
653
|
-
:type width: int | None
|
|
654
527
|
:param height: Height, Image height
|
|
655
|
-
:type height: int | None
|
|
656
528
|
:param color: Color, Default fill color
|
|
657
|
-
:type color: collections.abc.Iterable[float] | None
|
|
658
529
|
:param alpha: Alpha, Create an image with an alpha channel
|
|
659
|
-
:type alpha: bool | None
|
|
660
530
|
:param generated_type: Generated Type, Fill the image with a grid for UV map testing
|
|
661
|
-
:type generated_type: bpy.stub_internal.rna_enums.ImageGeneratedTypeItems | None
|
|
662
531
|
:param float: 32-bit Float, Create image with 32-bit floating-point bit depth
|
|
663
|
-
:type float: bool | None
|
|
664
532
|
:param use_stereo_3d: Stereo 3D, Create an image with left and right views
|
|
665
|
-
:type use_stereo_3d: bool | None
|
|
666
533
|
:param tiled: Tiled, Create a tiled image
|
|
667
|
-
:type tiled: bool | None
|
|
668
534
|
"""
|
|
669
535
|
|
|
670
536
|
def open(
|
|
@@ -709,60 +575,32 @@ def open(
|
|
|
709
575
|
) -> None:
|
|
710
576
|
"""Open image
|
|
711
577
|
|
|
712
|
-
:type execution_context: int | str | None
|
|
713
|
-
:type undo: bool | None
|
|
714
578
|
:param allow_path_tokens: Allow the path to contain substitution tokens
|
|
715
|
-
:type allow_path_tokens: bool | None
|
|
716
579
|
:param filepath: File Path, Path to file
|
|
717
|
-
:type filepath: str
|
|
718
580
|
:param directory: Directory, Directory of the file
|
|
719
|
-
:type directory: str
|
|
720
581
|
:param files: Files
|
|
721
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
722
582
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
723
|
-
:type hide_props_region: bool | None
|
|
724
583
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
725
|
-
:type check_existing: bool | None
|
|
726
584
|
:param filter_blender: Filter .blend files
|
|
727
|
-
:type filter_blender: bool | None
|
|
728
585
|
:param filter_backup: Filter .blend files
|
|
729
|
-
:type filter_backup: bool | None
|
|
730
586
|
:param filter_image: Filter image files
|
|
731
|
-
:type filter_image: bool | None
|
|
732
587
|
:param filter_movie: Filter movie files
|
|
733
|
-
:type filter_movie: bool | None
|
|
734
588
|
:param filter_python: Filter Python files
|
|
735
|
-
:type filter_python: bool | None
|
|
736
589
|
:param filter_font: Filter font files
|
|
737
|
-
:type filter_font: bool | None
|
|
738
590
|
:param filter_sound: Filter sound files
|
|
739
|
-
:type filter_sound: bool | None
|
|
740
591
|
:param filter_text: Filter text files
|
|
741
|
-
:type filter_text: bool | None
|
|
742
592
|
:param filter_archive: Filter archive files
|
|
743
|
-
:type filter_archive: bool | None
|
|
744
593
|
:param filter_btx: Filter btx files
|
|
745
|
-
:type filter_btx: bool | None
|
|
746
594
|
:param filter_alembic: Filter Alembic files
|
|
747
|
-
:type filter_alembic: bool | None
|
|
748
595
|
:param filter_usd: Filter USD files
|
|
749
|
-
:type filter_usd: bool | None
|
|
750
596
|
:param filter_obj: Filter OBJ files
|
|
751
|
-
:type filter_obj: bool | None
|
|
752
597
|
:param filter_volume: Filter OpenVDB volume files
|
|
753
|
-
:type filter_volume: bool | None
|
|
754
598
|
:param filter_folder: Filter folders
|
|
755
|
-
:type filter_folder: bool | None
|
|
756
599
|
:param filter_blenlib: Filter Blender IDs
|
|
757
|
-
:type filter_blenlib: bool | None
|
|
758
600
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
759
|
-
:type filemode: int | None
|
|
760
601
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
761
|
-
:type relative_path: bool | None
|
|
762
602
|
:param show_multiview: Enable Multi-View
|
|
763
|
-
:type show_multiview: bool | None
|
|
764
603
|
:param use_multiview: Use Multi-View
|
|
765
|
-
:type use_multiview: bool | None
|
|
766
604
|
:param display_type: Display Type
|
|
767
605
|
|
|
768
606
|
DEFAULT
|
|
@@ -776,13 +614,9 @@ def open(
|
|
|
776
614
|
|
|
777
615
|
THUMBNAIL
|
|
778
616
|
Thumbnails -- Display files as thumbnails.
|
|
779
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
780
617
|
:param sort_method: File sorting mode
|
|
781
|
-
:type sort_method: str | None
|
|
782
618
|
:param use_sequence_detection: Detect Sequences, Automatically detect animated sequences in selected images (based on file names)
|
|
783
|
-
:type use_sequence_detection: bool | None
|
|
784
619
|
:param use_udim_detecting: Detect UDIMs, Detect selected UDIM files and load all matching tiles
|
|
785
|
-
:type use_udim_detecting: bool | None
|
|
786
620
|
"""
|
|
787
621
|
|
|
788
622
|
def open_images(
|
|
@@ -799,18 +633,11 @@ def open_images(
|
|
|
799
633
|
) -> None:
|
|
800
634
|
"""Undocumented, consider contributing.
|
|
801
635
|
|
|
802
|
-
:type execution_context: int | str | None
|
|
803
|
-
:type undo: bool | None
|
|
804
636
|
:param directory: directory
|
|
805
|
-
:type directory: str
|
|
806
637
|
:param files: files
|
|
807
|
-
:type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
|
|
808
638
|
:param relative_path: Use relative path
|
|
809
|
-
:type relative_path: bool | None
|
|
810
639
|
:param use_sequence_detection: Use sequence detection
|
|
811
|
-
:type use_sequence_detection: bool | None
|
|
812
640
|
:param use_udim_detection: Use UDIM detection
|
|
813
|
-
:type use_udim_detection: bool | None
|
|
814
641
|
"""
|
|
815
642
|
|
|
816
643
|
def pack(
|
|
@@ -818,66 +645,42 @@ def pack(
|
|
|
818
645
|
undo: bool | None = None,
|
|
819
646
|
/,
|
|
820
647
|
) -> None:
|
|
821
|
-
"""Pack an image as embedded data into the .blend file
|
|
822
|
-
|
|
823
|
-
:type execution_context: int | str | None
|
|
824
|
-
:type undo: bool | None
|
|
825
|
-
"""
|
|
648
|
+
"""Pack an image as embedded data into the .blend file"""
|
|
826
649
|
|
|
827
650
|
def project_apply(
|
|
828
651
|
execution_context: int | str | None = None,
|
|
829
652
|
undo: bool | None = None,
|
|
830
653
|
/,
|
|
831
654
|
) -> None:
|
|
832
|
-
"""Project edited image back onto the object
|
|
833
|
-
|
|
834
|
-
:type execution_context: int | str | None
|
|
835
|
-
:type undo: bool | None
|
|
836
|
-
"""
|
|
655
|
+
"""Project edited image back onto the object"""
|
|
837
656
|
|
|
838
657
|
def project_edit(
|
|
839
658
|
execution_context: int | str | None = None,
|
|
840
659
|
undo: bool | None = None,
|
|
841
660
|
/,
|
|
842
661
|
) -> None:
|
|
843
|
-
"""Edit a snapshot of the 3D Viewport in an external image editor
|
|
844
|
-
|
|
845
|
-
:type execution_context: int | str | None
|
|
846
|
-
:type undo: bool | None
|
|
847
|
-
"""
|
|
662
|
+
"""Edit a snapshot of the 3D Viewport in an external image editor"""
|
|
848
663
|
|
|
849
664
|
def read_viewlayers(
|
|
850
665
|
execution_context: int | str | None = None,
|
|
851
666
|
undo: bool | None = None,
|
|
852
667
|
/,
|
|
853
668
|
) -> None:
|
|
854
|
-
"""Read all the current scenes view layers from cache, as needed
|
|
855
|
-
|
|
856
|
-
:type execution_context: int | str | None
|
|
857
|
-
:type undo: bool | None
|
|
858
|
-
"""
|
|
669
|
+
"""Read all the current scenes view layers from cache, as needed"""
|
|
859
670
|
|
|
860
671
|
def reload(
|
|
861
672
|
execution_context: int | str | None = None,
|
|
862
673
|
undo: bool | None = None,
|
|
863
674
|
/,
|
|
864
675
|
) -> None:
|
|
865
|
-
"""Reload current image from disk
|
|
866
|
-
|
|
867
|
-
:type execution_context: int | str | None
|
|
868
|
-
:type undo: bool | None
|
|
869
|
-
"""
|
|
676
|
+
"""Reload current image from disk"""
|
|
870
677
|
|
|
871
678
|
def remove_render_slot(
|
|
872
679
|
execution_context: int | str | None = None,
|
|
873
680
|
undo: bool | None = None,
|
|
874
681
|
/,
|
|
875
682
|
) -> None:
|
|
876
|
-
"""Remove the current render slot
|
|
877
|
-
|
|
878
|
-
:type execution_context: int | str | None
|
|
879
|
-
:type undo: bool | None
|
|
880
|
-
"""
|
|
683
|
+
"""Remove the current render slot"""
|
|
881
684
|
|
|
882
685
|
def render_border(
|
|
883
686
|
execution_context: int | str | None = None,
|
|
@@ -892,18 +695,11 @@ def render_border(
|
|
|
892
695
|
) -> None:
|
|
893
696
|
"""Set the boundaries of the render region and enable render region
|
|
894
697
|
|
|
895
|
-
:type execution_context: int | str | None
|
|
896
|
-
:type undo: bool | None
|
|
897
698
|
:param xmin: X Min
|
|
898
|
-
:type xmin: int | None
|
|
899
699
|
:param xmax: X Max
|
|
900
|
-
:type xmax: int | None
|
|
901
700
|
:param ymin: Y Min
|
|
902
|
-
:type ymin: int | None
|
|
903
701
|
:param ymax: Y Max
|
|
904
|
-
:type ymax: int | None
|
|
905
702
|
:param wait_for_input: Wait for Input
|
|
906
|
-
:type wait_for_input: bool | None
|
|
907
703
|
"""
|
|
908
704
|
|
|
909
705
|
def replace(
|
|
@@ -942,54 +738,29 @@ def replace(
|
|
|
942
738
|
) -> None:
|
|
943
739
|
"""Replace current image by another one from disk
|
|
944
740
|
|
|
945
|
-
:type execution_context: int | str | None
|
|
946
|
-
:type undo: bool | None
|
|
947
741
|
:param filepath: File Path, Path to file
|
|
948
|
-
:type filepath: str
|
|
949
742
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
950
|
-
:type hide_props_region: bool | None
|
|
951
743
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
952
|
-
:type check_existing: bool | None
|
|
953
744
|
:param filter_blender: Filter .blend files
|
|
954
|
-
:type filter_blender: bool | None
|
|
955
745
|
:param filter_backup: Filter .blend files
|
|
956
|
-
:type filter_backup: bool | None
|
|
957
746
|
:param filter_image: Filter image files
|
|
958
|
-
:type filter_image: bool | None
|
|
959
747
|
:param filter_movie: Filter movie files
|
|
960
|
-
:type filter_movie: bool | None
|
|
961
748
|
:param filter_python: Filter Python files
|
|
962
|
-
:type filter_python: bool | None
|
|
963
749
|
:param filter_font: Filter font files
|
|
964
|
-
:type filter_font: bool | None
|
|
965
750
|
:param filter_sound: Filter sound files
|
|
966
|
-
:type filter_sound: bool | None
|
|
967
751
|
:param filter_text: Filter text files
|
|
968
|
-
:type filter_text: bool | None
|
|
969
752
|
:param filter_archive: Filter archive files
|
|
970
|
-
:type filter_archive: bool | None
|
|
971
753
|
:param filter_btx: Filter btx files
|
|
972
|
-
:type filter_btx: bool | None
|
|
973
754
|
:param filter_alembic: Filter Alembic files
|
|
974
|
-
:type filter_alembic: bool | None
|
|
975
755
|
:param filter_usd: Filter USD files
|
|
976
|
-
:type filter_usd: bool | None
|
|
977
756
|
:param filter_obj: Filter OBJ files
|
|
978
|
-
:type filter_obj: bool | None
|
|
979
757
|
:param filter_volume: Filter OpenVDB volume files
|
|
980
|
-
:type filter_volume: bool | None
|
|
981
758
|
:param filter_folder: Filter folders
|
|
982
|
-
:type filter_folder: bool | None
|
|
983
759
|
:param filter_blenlib: Filter Blender IDs
|
|
984
|
-
:type filter_blenlib: bool | None
|
|
985
760
|
: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: int | None
|
|
987
761
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
988
|
-
:type relative_path: bool | None
|
|
989
762
|
:param show_multiview: Enable Multi-View
|
|
990
|
-
:type show_multiview: bool | None
|
|
991
763
|
:param use_multiview: Use Multi-View
|
|
992
|
-
:type use_multiview: bool | None
|
|
993
764
|
:param display_type: Display Type
|
|
994
765
|
|
|
995
766
|
DEFAULT
|
|
@@ -1003,9 +774,7 @@ def replace(
|
|
|
1003
774
|
|
|
1004
775
|
THUMBNAIL
|
|
1005
776
|
Thumbnails -- Display files as thumbnails.
|
|
1006
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
1007
777
|
:param sort_method: File sorting mode
|
|
1008
|
-
:type sort_method: str | None
|
|
1009
778
|
"""
|
|
1010
779
|
|
|
1011
780
|
def resize(
|
|
@@ -1018,12 +787,8 @@ def resize(
|
|
|
1018
787
|
) -> None:
|
|
1019
788
|
"""Resize the image
|
|
1020
789
|
|
|
1021
|
-
:type execution_context: int | str | None
|
|
1022
|
-
:type undo: bool | None
|
|
1023
790
|
:param size: Size
|
|
1024
|
-
:type size: collections.abc.Iterable[int] | None
|
|
1025
791
|
:param all_udims: All UDIM Tiles, Scale all the images UDIM tiles
|
|
1026
|
-
:type all_udims: bool | None
|
|
1027
792
|
"""
|
|
1028
793
|
|
|
1029
794
|
def rotate_orthogonal(
|
|
@@ -1035,8 +800,6 @@ def rotate_orthogonal(
|
|
|
1035
800
|
) -> None:
|
|
1036
801
|
"""Rotate the image
|
|
1037
802
|
|
|
1038
|
-
:type execution_context: int | str | None
|
|
1039
|
-
:type undo: bool | None
|
|
1040
803
|
:param degrees: Degrees, Amount of rotation in degrees (90, 180, 270)
|
|
1041
804
|
|
|
1042
805
|
90
|
|
@@ -1047,7 +810,6 @@ def rotate_orthogonal(
|
|
|
1047
810
|
|
|
1048
811
|
270
|
|
1049
812
|
270 Degrees -- Rotate 270 degrees clockwise.
|
|
1050
|
-
:type degrees: typing.Literal['90','180','270'] | None
|
|
1051
813
|
"""
|
|
1052
814
|
|
|
1053
815
|
def sample(
|
|
@@ -1059,10 +821,7 @@ def sample(
|
|
|
1059
821
|
) -> None:
|
|
1060
822
|
"""Use mouse to sample a color in current image
|
|
1061
823
|
|
|
1062
|
-
:type execution_context: int | str | None
|
|
1063
|
-
:type undo: bool | None
|
|
1064
824
|
:param size: Sample Size
|
|
1065
|
-
:type size: int | None
|
|
1066
825
|
"""
|
|
1067
826
|
|
|
1068
827
|
def sample_line(
|
|
@@ -1079,20 +838,12 @@ def sample_line(
|
|
|
1079
838
|
) -> None:
|
|
1080
839
|
"""Sample a line and show it in Scope panels
|
|
1081
840
|
|
|
1082
|
-
:type execution_context: int | str | None
|
|
1083
|
-
:type undo: bool | None
|
|
1084
841
|
:param xstart: X Start
|
|
1085
|
-
:type xstart: int | None
|
|
1086
842
|
:param xend: X End
|
|
1087
|
-
:type xend: int | None
|
|
1088
843
|
:param ystart: Y Start
|
|
1089
|
-
:type ystart: int | None
|
|
1090
844
|
:param yend: Y End
|
|
1091
|
-
:type yend: int | None
|
|
1092
845
|
:param flip: Flip
|
|
1093
|
-
:type flip: bool | None
|
|
1094
846
|
:param cursor: Cursor, Mouse cursor style to use during the modal operator
|
|
1095
|
-
:type cursor: int | None
|
|
1096
847
|
"""
|
|
1097
848
|
|
|
1098
849
|
def save(
|
|
@@ -1100,22 +851,14 @@ def save(
|
|
|
1100
851
|
undo: bool | None = None,
|
|
1101
852
|
/,
|
|
1102
853
|
) -> None:
|
|
1103
|
-
"""Save the image with current name and settings
|
|
1104
|
-
|
|
1105
|
-
:type execution_context: int | str | None
|
|
1106
|
-
:type undo: bool | None
|
|
1107
|
-
"""
|
|
854
|
+
"""Save the image with current name and settings"""
|
|
1108
855
|
|
|
1109
856
|
def save_all_modified(
|
|
1110
857
|
execution_context: int | str | None = None,
|
|
1111
858
|
undo: bool | None = None,
|
|
1112
859
|
/,
|
|
1113
860
|
) -> None:
|
|
1114
|
-
"""Save all modified images
|
|
1115
|
-
|
|
1116
|
-
:type execution_context: int | str | None
|
|
1117
|
-
:type undo: bool | None
|
|
1118
|
-
"""
|
|
861
|
+
"""Save all modified images"""
|
|
1119
862
|
|
|
1120
863
|
def save_as(
|
|
1121
864
|
execution_context: int | str | None = None,
|
|
@@ -1155,58 +898,31 @@ def save_as(
|
|
|
1155
898
|
) -> None:
|
|
1156
899
|
"""Save the image with another name and/or settings
|
|
1157
900
|
|
|
1158
|
-
:type execution_context: int | str | None
|
|
1159
|
-
:type undo: bool | None
|
|
1160
901
|
: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
|
|
1161
|
-
:type save_as_render: bool | None
|
|
1162
902
|
:param copy: Copy, Create a new image file without modifying the current image in Blender
|
|
1163
|
-
:type copy: bool | None
|
|
1164
903
|
:param allow_path_tokens: Allow the path to contain substitution tokens
|
|
1165
|
-
:type allow_path_tokens: bool | None
|
|
1166
904
|
:param filepath: File Path, Path to file
|
|
1167
|
-
:type filepath: str
|
|
1168
905
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
1169
|
-
:type check_existing: bool | None
|
|
1170
906
|
:param filter_blender: Filter .blend files
|
|
1171
|
-
:type filter_blender: bool | None
|
|
1172
907
|
:param filter_backup: Filter .blend files
|
|
1173
|
-
:type filter_backup: bool | None
|
|
1174
908
|
:param filter_image: Filter image files
|
|
1175
|
-
:type filter_image: bool | None
|
|
1176
909
|
:param filter_movie: Filter movie files
|
|
1177
|
-
:type filter_movie: bool | None
|
|
1178
910
|
:param filter_python: Filter Python files
|
|
1179
|
-
:type filter_python: bool | None
|
|
1180
911
|
:param filter_font: Filter font files
|
|
1181
|
-
:type filter_font: bool | None
|
|
1182
912
|
:param filter_sound: Filter sound files
|
|
1183
|
-
:type filter_sound: bool | None
|
|
1184
913
|
:param filter_text: Filter text files
|
|
1185
|
-
:type filter_text: bool | None
|
|
1186
914
|
:param filter_archive: Filter archive files
|
|
1187
|
-
:type filter_archive: bool | None
|
|
1188
915
|
:param filter_btx: Filter btx files
|
|
1189
|
-
:type filter_btx: bool | None
|
|
1190
916
|
:param filter_alembic: Filter Alembic files
|
|
1191
|
-
:type filter_alembic: bool | None
|
|
1192
917
|
:param filter_usd: Filter USD files
|
|
1193
|
-
:type filter_usd: bool | None
|
|
1194
918
|
:param filter_obj: Filter OBJ files
|
|
1195
|
-
:type filter_obj: bool | None
|
|
1196
919
|
:param filter_volume: Filter OpenVDB volume files
|
|
1197
|
-
:type filter_volume: bool | None
|
|
1198
920
|
:param filter_folder: Filter folders
|
|
1199
|
-
:type filter_folder: bool | None
|
|
1200
921
|
:param filter_blenlib: Filter Blender IDs
|
|
1201
|
-
:type filter_blenlib: bool | None
|
|
1202
922
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
1203
|
-
:type filemode: int | None
|
|
1204
923
|
:param relative_path: Relative Path, Select the file relative to the blend file
|
|
1205
|
-
:type relative_path: bool | None
|
|
1206
924
|
:param show_multiview: Enable Multi-View
|
|
1207
|
-
:type show_multiview: bool | None
|
|
1208
925
|
:param use_multiview: Use Multi-View
|
|
1209
|
-
:type use_multiview: bool | None
|
|
1210
926
|
:param display_type: Display Type
|
|
1211
927
|
|
|
1212
928
|
DEFAULT
|
|
@@ -1220,9 +936,7 @@ def save_as(
|
|
|
1220
936
|
|
|
1221
937
|
THUMBNAIL
|
|
1222
938
|
Thumbnails -- Display files as thumbnails.
|
|
1223
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
1224
939
|
:param sort_method: File sorting mode
|
|
1225
|
-
:type sort_method: str | None
|
|
1226
940
|
"""
|
|
1227
941
|
|
|
1228
942
|
def save_sequence(
|
|
@@ -1230,11 +944,7 @@ def save_sequence(
|
|
|
1230
944
|
undo: bool | None = None,
|
|
1231
945
|
/,
|
|
1232
946
|
) -> None:
|
|
1233
|
-
"""Save a sequence of images
|
|
1234
|
-
|
|
1235
|
-
:type execution_context: int | str | None
|
|
1236
|
-
:type undo: bool | None
|
|
1237
|
-
"""
|
|
947
|
+
"""Save a sequence of images"""
|
|
1238
948
|
|
|
1239
949
|
def tile_add(
|
|
1240
950
|
execution_context: int | str | None = None,
|
|
@@ -1255,28 +965,16 @@ def tile_add(
|
|
|
1255
965
|
) -> None:
|
|
1256
966
|
"""Adds a tile to the image
|
|
1257
967
|
|
|
1258
|
-
:type execution_context: int | str | None
|
|
1259
|
-
:type undo: bool | None
|
|
1260
968
|
:param number: Number, UDIM number of the tile
|
|
1261
|
-
:type number: int | None
|
|
1262
969
|
:param count: Count, How many tiles to add
|
|
1263
|
-
:type count: int | None
|
|
1264
970
|
:param label: Label, Optional tile label
|
|
1265
|
-
:type label: str
|
|
1266
971
|
:param fill: Fill, Fill new tile with a generated image
|
|
1267
|
-
:type fill: bool | None
|
|
1268
972
|
:param color: Color, Default fill color
|
|
1269
|
-
:type color: collections.abc.Iterable[float] | None
|
|
1270
973
|
:param generated_type: Generated Type, Fill the image with a grid for UV map testing
|
|
1271
|
-
:type generated_type: bpy.stub_internal.rna_enums.ImageGeneratedTypeItems | None
|
|
1272
974
|
:param width: Width, Image width
|
|
1273
|
-
:type width: int | None
|
|
1274
975
|
:param height: Height, Image height
|
|
1275
|
-
:type height: int | None
|
|
1276
976
|
:param float: 32-bit Float, Create image with 32-bit floating-point bit depth
|
|
1277
|
-
:type float: bool | None
|
|
1278
977
|
:param alpha: Alpha, Create an image with an alpha channel
|
|
1279
|
-
:type alpha: bool | None
|
|
1280
978
|
"""
|
|
1281
979
|
|
|
1282
980
|
def tile_fill(
|
|
@@ -1294,20 +992,12 @@ def tile_fill(
|
|
|
1294
992
|
) -> None:
|
|
1295
993
|
"""Fill the current tile with a generated image
|
|
1296
994
|
|
|
1297
|
-
:type execution_context: int | str | None
|
|
1298
|
-
:type undo: bool | None
|
|
1299
995
|
:param color: Color, Default fill color
|
|
1300
|
-
:type color: collections.abc.Iterable[float] | None
|
|
1301
996
|
:param generated_type: Generated Type, Fill the image with a grid for UV map testing
|
|
1302
|
-
:type generated_type: bpy.stub_internal.rna_enums.ImageGeneratedTypeItems | None
|
|
1303
997
|
:param width: Width, Image width
|
|
1304
|
-
:type width: int | None
|
|
1305
998
|
:param height: Height, Image height
|
|
1306
|
-
:type height: int | None
|
|
1307
999
|
:param float: 32-bit Float, Create image with 32-bit floating-point bit depth
|
|
1308
|
-
:type float: bool | None
|
|
1309
1000
|
:param alpha: Alpha, Create an image with an alpha channel
|
|
1310
|
-
:type alpha: bool | None
|
|
1311
1001
|
"""
|
|
1312
1002
|
|
|
1313
1003
|
def tile_remove(
|
|
@@ -1315,11 +1005,7 @@ def tile_remove(
|
|
|
1315
1005
|
undo: bool | None = None,
|
|
1316
1006
|
/,
|
|
1317
1007
|
) -> None:
|
|
1318
|
-
"""Removes a tile from the image
|
|
1319
|
-
|
|
1320
|
-
:type execution_context: int | str | None
|
|
1321
|
-
:type undo: bool | None
|
|
1322
|
-
"""
|
|
1008
|
+
"""Removes a tile from the image"""
|
|
1323
1009
|
|
|
1324
1010
|
def unpack(
|
|
1325
1011
|
execution_context: int | str | None = None,
|
|
@@ -1331,12 +1017,8 @@ def unpack(
|
|
|
1331
1017
|
) -> None:
|
|
1332
1018
|
"""Save an image packed in the .blend file to disk
|
|
1333
1019
|
|
|
1334
|
-
:type execution_context: int | str | None
|
|
1335
|
-
:type undo: bool | None
|
|
1336
1020
|
:param method: Method, How to unpack
|
|
1337
|
-
:type method: bpy.stub_internal.rna_enums.UnpackMethodItems | None
|
|
1338
1021
|
:param id: Image Name, Image data-block name to unpack
|
|
1339
|
-
:type id: str
|
|
1340
1022
|
"""
|
|
1341
1023
|
|
|
1342
1024
|
def view_all(
|
|
@@ -1348,10 +1030,7 @@ def view_all(
|
|
|
1348
1030
|
) -> None:
|
|
1349
1031
|
"""View the entire image
|
|
1350
1032
|
|
|
1351
|
-
:type execution_context: int | str | None
|
|
1352
|
-
:type undo: bool | None
|
|
1353
1033
|
:param fit_view: Fit View, Fit frame to the viewport
|
|
1354
|
-
:type fit_view: bool | None
|
|
1355
1034
|
"""
|
|
1356
1035
|
|
|
1357
1036
|
def view_center_cursor(
|
|
@@ -1359,11 +1038,7 @@ def view_center_cursor(
|
|
|
1359
1038
|
undo: bool | None = None,
|
|
1360
1039
|
/,
|
|
1361
1040
|
) -> None:
|
|
1362
|
-
"""Center the view so that the cursor is in the middle of the view
|
|
1363
|
-
|
|
1364
|
-
:type execution_context: int | str | None
|
|
1365
|
-
:type undo: bool | None
|
|
1366
|
-
"""
|
|
1041
|
+
"""Center the view so that the cursor is in the middle of the view"""
|
|
1367
1042
|
|
|
1368
1043
|
def view_cursor_center(
|
|
1369
1044
|
execution_context: int | str | None = None,
|
|
@@ -1374,10 +1049,7 @@ def view_cursor_center(
|
|
|
1374
1049
|
) -> None:
|
|
1375
1050
|
"""Set 2D Cursor To Center View location
|
|
1376
1051
|
|
|
1377
|
-
:type execution_context: int | str | None
|
|
1378
|
-
:type undo: bool | None
|
|
1379
1052
|
:param fit_view: Fit View, Fit frame to the viewport
|
|
1380
|
-
:type fit_view: bool | None
|
|
1381
1053
|
"""
|
|
1382
1054
|
|
|
1383
1055
|
def view_ndof(
|
|
@@ -1385,11 +1057,7 @@ def view_ndof(
|
|
|
1385
1057
|
undo: bool | None = None,
|
|
1386
1058
|
/,
|
|
1387
1059
|
) -> None:
|
|
1388
|
-
"""Use a 3D mouse device to pan/zoom the view
|
|
1389
|
-
|
|
1390
|
-
:type execution_context: int | str | None
|
|
1391
|
-
:type undo: bool | None
|
|
1392
|
-
"""
|
|
1060
|
+
"""Use a 3D mouse device to pan/zoom the view"""
|
|
1393
1061
|
|
|
1394
1062
|
def view_pan(
|
|
1395
1063
|
execution_context: int | str | None = None,
|
|
@@ -1400,10 +1068,7 @@ def view_pan(
|
|
|
1400
1068
|
) -> None:
|
|
1401
1069
|
"""Pan the view
|
|
1402
1070
|
|
|
1403
|
-
:type execution_context: int | str | None
|
|
1404
|
-
:type undo: bool | None
|
|
1405
1071
|
:param offset: Offset, Offset in floating-point units, 1.0 is the width and height of the image
|
|
1406
|
-
:type offset: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1407
1072
|
"""
|
|
1408
1073
|
|
|
1409
1074
|
def view_selected(
|
|
@@ -1411,11 +1076,7 @@ def view_selected(
|
|
|
1411
1076
|
undo: bool | None = None,
|
|
1412
1077
|
/,
|
|
1413
1078
|
) -> None:
|
|
1414
|
-
"""View all selected UVs
|
|
1415
|
-
|
|
1416
|
-
:type execution_context: int | str | None
|
|
1417
|
-
:type undo: bool | None
|
|
1418
|
-
"""
|
|
1079
|
+
"""View all selected UVs"""
|
|
1419
1080
|
|
|
1420
1081
|
def view_zoom(
|
|
1421
1082
|
execution_context: int | str | None = None,
|
|
@@ -1427,12 +1088,8 @@ def view_zoom(
|
|
|
1427
1088
|
) -> None:
|
|
1428
1089
|
"""Zoom in/out the image
|
|
1429
1090
|
|
|
1430
|
-
:type execution_context: int | str | None
|
|
1431
|
-
:type undo: bool | None
|
|
1432
1091
|
:param factor: Factor, Zoom factor, values higher than 1.0 zoom in, lower values zoom out
|
|
1433
|
-
:type factor: float | None
|
|
1434
1092
|
:param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
|
|
1435
|
-
:type use_cursor_init: bool | None
|
|
1436
1093
|
"""
|
|
1437
1094
|
|
|
1438
1095
|
def view_zoom_border(
|
|
@@ -1449,20 +1106,12 @@ def view_zoom_border(
|
|
|
1449
1106
|
) -> None:
|
|
1450
1107
|
"""Zoom in the view to the nearest item contained in the border
|
|
1451
1108
|
|
|
1452
|
-
:type execution_context: int | str | None
|
|
1453
|
-
:type undo: bool | None
|
|
1454
1109
|
:param xmin: X Min
|
|
1455
|
-
:type xmin: int | None
|
|
1456
1110
|
:param xmax: X Max
|
|
1457
|
-
:type xmax: int | None
|
|
1458
1111
|
:param ymin: Y Min
|
|
1459
|
-
:type ymin: int | None
|
|
1460
1112
|
:param ymax: Y Max
|
|
1461
|
-
:type ymax: int | None
|
|
1462
1113
|
:param wait_for_input: Wait for Input
|
|
1463
|
-
:type wait_for_input: bool | None
|
|
1464
1114
|
:param zoom_out: Zoom Out
|
|
1465
|
-
:type zoom_out: bool | None
|
|
1466
1115
|
"""
|
|
1467
1116
|
|
|
1468
1117
|
def view_zoom_in(
|
|
@@ -1474,10 +1123,7 @@ def view_zoom_in(
|
|
|
1474
1123
|
) -> None:
|
|
1475
1124
|
"""Zoom in the image (centered around 2D cursor)
|
|
1476
1125
|
|
|
1477
|
-
:type execution_context: int | str | None
|
|
1478
|
-
:type undo: bool | None
|
|
1479
1126
|
:param location: Location, Cursor location in screen coordinates
|
|
1480
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1481
1127
|
"""
|
|
1482
1128
|
|
|
1483
1129
|
def view_zoom_out(
|
|
@@ -1489,10 +1135,7 @@ def view_zoom_out(
|
|
|
1489
1135
|
) -> None:
|
|
1490
1136
|
"""Zoom out the image (centered around 2D cursor)
|
|
1491
1137
|
|
|
1492
|
-
:type execution_context: int | str | None
|
|
1493
|
-
:type undo: bool | None
|
|
1494
1138
|
:param location: Location, Cursor location in screen coordinates
|
|
1495
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1496
1139
|
"""
|
|
1497
1140
|
|
|
1498
1141
|
def view_zoom_ratio(
|
|
@@ -1504,8 +1147,5 @@ def view_zoom_ratio(
|
|
|
1504
1147
|
) -> None:
|
|
1505
1148
|
"""Set zoom ratio of the view
|
|
1506
1149
|
|
|
1507
|
-
:type execution_context: int | str | None
|
|
1508
|
-
:type undo: bool | None
|
|
1509
1150
|
:param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
|
|
1510
|
-
:type ratio: float | None
|
|
1511
1151
|
"""
|