fake-bpy-module 20250828__py3-none-any.whl → 20260119__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-20260119.dist-info}/METADATA +4 -1
- fake_bpy_module-20260119.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.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-20260119.dist-info}/WHEEL +0 -0
bpy/ops/file/__init__.pyi
CHANGED
|
@@ -8,33 +8,21 @@ def autopack_toggle(
|
|
|
8
8
|
undo: bool | None = None,
|
|
9
9
|
/,
|
|
10
10
|
) -> None:
|
|
11
|
-
"""Automatically pack all external files into the .blend file
|
|
12
|
-
|
|
13
|
-
:type execution_context: int | str | None
|
|
14
|
-
:type undo: bool | None
|
|
15
|
-
"""
|
|
11
|
+
"""Automatically pack all external files into the .blend file"""
|
|
16
12
|
|
|
17
13
|
def bookmark_add(
|
|
18
14
|
execution_context: int | str | None = None,
|
|
19
15
|
undo: bool | None = None,
|
|
20
16
|
/,
|
|
21
17
|
) -> None:
|
|
22
|
-
"""Add a bookmark for the selected/active directory
|
|
23
|
-
|
|
24
|
-
:type execution_context: int | str | None
|
|
25
|
-
:type undo: bool | None
|
|
26
|
-
"""
|
|
18
|
+
"""Add a bookmark for the selected/active directory"""
|
|
27
19
|
|
|
28
20
|
def bookmark_cleanup(
|
|
29
21
|
execution_context: int | str | None = None,
|
|
30
22
|
undo: bool | None = None,
|
|
31
23
|
/,
|
|
32
24
|
) -> None:
|
|
33
|
-
"""Delete all invalid bookmarks
|
|
34
|
-
|
|
35
|
-
:type execution_context: int | str | None
|
|
36
|
-
:type undo: bool | None
|
|
37
|
-
"""
|
|
25
|
+
"""Delete all invalid bookmarks"""
|
|
38
26
|
|
|
39
27
|
def bookmark_delete(
|
|
40
28
|
execution_context: int | str | None = None,
|
|
@@ -45,10 +33,7 @@ def bookmark_delete(
|
|
|
45
33
|
) -> None:
|
|
46
34
|
"""Delete selected bookmark
|
|
47
35
|
|
|
48
|
-
:type execution_context: int | str | None
|
|
49
|
-
:type undo: bool | None
|
|
50
36
|
:param index: Index
|
|
51
|
-
:type index: int | None
|
|
52
37
|
"""
|
|
53
38
|
|
|
54
39
|
def bookmark_move(
|
|
@@ -60,8 +45,6 @@ def bookmark_move(
|
|
|
60
45
|
) -> None:
|
|
61
46
|
"""Move the active bookmark up/down in the list
|
|
62
47
|
|
|
63
|
-
:type execution_context: int | str | None
|
|
64
|
-
:type undo: bool | None
|
|
65
48
|
:param direction: Direction, Direction to move the active bookmark towards
|
|
66
49
|
|
|
67
50
|
TOP
|
|
@@ -75,7 +58,6 @@ def bookmark_move(
|
|
|
75
58
|
|
|
76
59
|
BOTTOM
|
|
77
60
|
Bottom -- Bottom of the list.
|
|
78
|
-
:type direction: typing.Literal['TOP','UP','DOWN','BOTTOM'] | None
|
|
79
61
|
"""
|
|
80
62
|
|
|
81
63
|
def cancel(
|
|
@@ -83,22 +65,14 @@ def cancel(
|
|
|
83
65
|
undo: bool | None = None,
|
|
84
66
|
/,
|
|
85
67
|
) -> None:
|
|
86
|
-
"""Cancel file operation
|
|
87
|
-
|
|
88
|
-
:type execution_context: int | str | None
|
|
89
|
-
:type undo: bool | None
|
|
90
|
-
"""
|
|
68
|
+
"""Cancel file operation"""
|
|
91
69
|
|
|
92
70
|
def delete(
|
|
93
71
|
execution_context: int | str | None = None,
|
|
94
72
|
undo: bool | None = None,
|
|
95
73
|
/,
|
|
96
74
|
) -> None:
|
|
97
|
-
"""Move selected files to the trash or recycle bin
|
|
98
|
-
|
|
99
|
-
:type execution_context: int | str | None
|
|
100
|
-
:type undo: bool | None
|
|
101
|
-
"""
|
|
75
|
+
"""Move selected files to the trash or recycle bin"""
|
|
102
76
|
|
|
103
77
|
def directory_new(
|
|
104
78
|
execution_context: int | str | None = None,
|
|
@@ -111,14 +85,9 @@ def directory_new(
|
|
|
111
85
|
) -> None:
|
|
112
86
|
"""Create a new directory
|
|
113
87
|
|
|
114
|
-
:type execution_context: int | str | None
|
|
115
|
-
:type undo: bool | None
|
|
116
88
|
:param directory: Directory, Name of new directory
|
|
117
|
-
:type directory: str
|
|
118
89
|
:param open: Open, Open new directory
|
|
119
|
-
:type open: bool | None
|
|
120
90
|
:param confirm: Confirm, Prompt for confirmation
|
|
121
|
-
:type confirm: bool | None
|
|
122
91
|
"""
|
|
123
92
|
|
|
124
93
|
def edit_directory_path(
|
|
@@ -126,22 +95,14 @@ def edit_directory_path(
|
|
|
126
95
|
undo: bool | None = None,
|
|
127
96
|
/,
|
|
128
97
|
) -> None:
|
|
129
|
-
"""Start editing directory field
|
|
130
|
-
|
|
131
|
-
:type execution_context: int | str | None
|
|
132
|
-
:type undo: bool | None
|
|
133
|
-
"""
|
|
98
|
+
"""Start editing directory field"""
|
|
134
99
|
|
|
135
100
|
def execute(
|
|
136
101
|
execution_context: int | str | None = None,
|
|
137
102
|
undo: bool | None = None,
|
|
138
103
|
/,
|
|
139
104
|
) -> None:
|
|
140
|
-
"""Execute selected file
|
|
141
|
-
|
|
142
|
-
:type execution_context: int | str | None
|
|
143
|
-
:type undo: bool | None
|
|
144
|
-
"""
|
|
105
|
+
"""Execute selected file"""
|
|
145
106
|
|
|
146
107
|
def external_operation(
|
|
147
108
|
execution_context: int | str | None = None,
|
|
@@ -169,8 +130,6 @@ def external_operation(
|
|
|
169
130
|
) -> None:
|
|
170
131
|
"""Perform external operation on a file or folder
|
|
171
132
|
|
|
172
|
-
:type execution_context: int | str | None
|
|
173
|
-
:type undo: bool | None
|
|
174
133
|
:param operation: Operation, Operation to perform on the selected file or path
|
|
175
134
|
|
|
176
135
|
OPEN
|
|
@@ -217,7 +176,6 @@ def external_operation(
|
|
|
217
176
|
|
|
218
177
|
CMD
|
|
219
178
|
Command Prompt Here -- Open a command prompt here.
|
|
220
|
-
:type operation: typing.Literal['OPEN','FOLDER_OPEN','EDIT','NEW','FIND','SHOW','PLAY','BROWSE','PREVIEW','PRINT','INSTALL','RUNAS','PROPERTIES','FOLDER_FIND','CMD'] | None
|
|
221
179
|
"""
|
|
222
180
|
|
|
223
181
|
def filenum(
|
|
@@ -229,10 +187,7 @@ def filenum(
|
|
|
229
187
|
) -> None:
|
|
230
188
|
"""Increment number in filename
|
|
231
189
|
|
|
232
|
-
:type execution_context: int | str | None
|
|
233
|
-
:type undo: bool | None
|
|
234
190
|
:param increment: Increment
|
|
235
|
-
:type increment: int | None
|
|
236
191
|
"""
|
|
237
192
|
|
|
238
193
|
def filepath_drop(
|
|
@@ -242,12 +197,7 @@ def filepath_drop(
|
|
|
242
197
|
*,
|
|
243
198
|
filepath: str = "Path",
|
|
244
199
|
) -> None:
|
|
245
|
-
"""Undocumented, consider contributing.
|
|
246
|
-
|
|
247
|
-
:type execution_context: int | str | None
|
|
248
|
-
:type undo: bool | None
|
|
249
|
-
:type filepath: str
|
|
250
|
-
"""
|
|
200
|
+
"""Undocumented, consider contributing."""
|
|
251
201
|
|
|
252
202
|
def find_missing_files(
|
|
253
203
|
execution_context: int | str | None = None,
|
|
@@ -283,50 +233,27 @@ def find_missing_files(
|
|
|
283
233
|
) -> None:
|
|
284
234
|
"""Try to find missing external files
|
|
285
235
|
|
|
286
|
-
:type execution_context: int | str | None
|
|
287
|
-
:type undo: bool | None
|
|
288
236
|
:param find_all: Find All, Find all files in the search path (not just missing)
|
|
289
|
-
:type find_all: bool | None
|
|
290
237
|
:param directory: Directory, Directory of the file
|
|
291
|
-
:type directory: str
|
|
292
238
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
293
|
-
:type hide_props_region: bool | None
|
|
294
239
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
295
|
-
:type check_existing: bool | None
|
|
296
240
|
:param filter_blender: Filter .blend files
|
|
297
|
-
:type filter_blender: bool | None
|
|
298
241
|
:param filter_backup: Filter .blend files
|
|
299
|
-
:type filter_backup: bool | None
|
|
300
242
|
:param filter_image: Filter image files
|
|
301
|
-
:type filter_image: bool | None
|
|
302
243
|
:param filter_movie: Filter movie files
|
|
303
|
-
:type filter_movie: bool | None
|
|
304
244
|
:param filter_python: Filter Python files
|
|
305
|
-
:type filter_python: bool | None
|
|
306
245
|
:param filter_font: Filter font files
|
|
307
|
-
:type filter_font: bool | None
|
|
308
246
|
:param filter_sound: Filter sound files
|
|
309
|
-
:type filter_sound: bool | None
|
|
310
247
|
:param filter_text: Filter text files
|
|
311
|
-
:type filter_text: bool | None
|
|
312
248
|
:param filter_archive: Filter archive files
|
|
313
|
-
:type filter_archive: bool | None
|
|
314
249
|
:param filter_btx: Filter btx files
|
|
315
|
-
:type filter_btx: bool | None
|
|
316
250
|
:param filter_alembic: Filter Alembic files
|
|
317
|
-
:type filter_alembic: bool | None
|
|
318
251
|
:param filter_usd: Filter USD files
|
|
319
|
-
:type filter_usd: bool | None
|
|
320
252
|
:param filter_obj: Filter OBJ files
|
|
321
|
-
:type filter_obj: bool | None
|
|
322
253
|
:param filter_volume: Filter OpenVDB volume files
|
|
323
|
-
:type filter_volume: bool | None
|
|
324
254
|
:param filter_folder: Filter folders
|
|
325
|
-
:type filter_folder: bool | None
|
|
326
255
|
:param filter_blenlib: Filter Blender IDs
|
|
327
|
-
:type filter_blenlib: bool | None
|
|
328
256
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
329
|
-
:type filemode: int | None
|
|
330
257
|
:param display_type: Display Type
|
|
331
258
|
|
|
332
259
|
DEFAULT
|
|
@@ -340,9 +267,7 @@ def find_missing_files(
|
|
|
340
267
|
|
|
341
268
|
THUMBNAIL
|
|
342
269
|
Thumbnails -- Display files as thumbnails.
|
|
343
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
344
270
|
:param sort_method: File sorting mode
|
|
345
|
-
:type sort_method: str | None
|
|
346
271
|
"""
|
|
347
272
|
|
|
348
273
|
def hidedot(
|
|
@@ -350,154 +275,98 @@ def hidedot(
|
|
|
350
275
|
undo: bool | None = None,
|
|
351
276
|
/,
|
|
352
277
|
) -> None:
|
|
353
|
-
"""Toggle hide hidden dot files
|
|
354
|
-
|
|
355
|
-
:type execution_context: int | str | None
|
|
356
|
-
:type undo: bool | None
|
|
357
|
-
"""
|
|
278
|
+
"""Toggle hide hidden dot files"""
|
|
358
279
|
|
|
359
280
|
def highlight(
|
|
360
281
|
execution_context: int | str | None = None,
|
|
361
282
|
undo: bool | None = None,
|
|
362
283
|
/,
|
|
363
284
|
) -> None:
|
|
364
|
-
"""Highlight selected file(s)
|
|
365
|
-
|
|
366
|
-
:type execution_context: int | str | None
|
|
367
|
-
:type undo: bool | None
|
|
368
|
-
"""
|
|
285
|
+
"""Highlight selected file(s)"""
|
|
369
286
|
|
|
370
287
|
def make_paths_absolute(
|
|
371
288
|
execution_context: int | str | None = None,
|
|
372
289
|
undo: bool | None = None,
|
|
373
290
|
/,
|
|
374
291
|
) -> None:
|
|
375
|
-
"""Make all paths to external files absolute
|
|
376
|
-
|
|
377
|
-
:type execution_context: int | str | None
|
|
378
|
-
:type undo: bool | None
|
|
379
|
-
"""
|
|
292
|
+
"""Make all paths to external files absolute"""
|
|
380
293
|
|
|
381
294
|
def make_paths_relative(
|
|
382
295
|
execution_context: int | str | None = None,
|
|
383
296
|
undo: bool | None = None,
|
|
384
297
|
/,
|
|
385
298
|
) -> None:
|
|
386
|
-
"""Make all paths to external files relative to current .blend
|
|
387
|
-
|
|
388
|
-
:type execution_context: int | str | None
|
|
389
|
-
:type undo: bool | None
|
|
390
|
-
"""
|
|
299
|
+
"""Make all paths to external files relative to current .blend"""
|
|
391
300
|
|
|
392
301
|
def mouse_execute(
|
|
393
302
|
execution_context: int | str | None = None,
|
|
394
303
|
undo: bool | None = None,
|
|
395
304
|
/,
|
|
396
305
|
) -> None:
|
|
397
|
-
"""Perform the current execute action for the file under the cursor (e.g. open the file)
|
|
398
|
-
|
|
399
|
-
:type execution_context: int | str | None
|
|
400
|
-
:type undo: bool | None
|
|
401
|
-
"""
|
|
306
|
+
"""Perform the current execute action for the file under the cursor (e.g. open the file)"""
|
|
402
307
|
|
|
403
308
|
def next(
|
|
404
309
|
execution_context: int | str | None = None,
|
|
405
310
|
undo: bool | None = None,
|
|
406
311
|
/,
|
|
407
312
|
) -> None:
|
|
408
|
-
"""Move to next folder
|
|
409
|
-
|
|
410
|
-
:type execution_context: int | str | None
|
|
411
|
-
:type undo: bool | None
|
|
412
|
-
"""
|
|
313
|
+
"""Move to next folder"""
|
|
413
314
|
|
|
414
315
|
def pack_all(
|
|
415
316
|
execution_context: int | str | None = None,
|
|
416
317
|
undo: bool | None = None,
|
|
417
318
|
/,
|
|
418
319
|
) -> None:
|
|
419
|
-
"""Pack all used external files into this .blend
|
|
420
|
-
|
|
421
|
-
:type execution_context: int | str | None
|
|
422
|
-
:type undo: bool | None
|
|
423
|
-
"""
|
|
320
|
+
"""Pack all used external files into this .blend"""
|
|
424
321
|
|
|
425
322
|
def pack_libraries(
|
|
426
323
|
execution_context: int | str | None = None,
|
|
427
324
|
undo: bool | None = None,
|
|
428
325
|
/,
|
|
429
326
|
) -> None:
|
|
430
|
-
"""Store all data-blocks linked from other .blend files in the current .blend file. Library references are preserved so the linked data-blocks can be unpacked again
|
|
431
|
-
|
|
432
|
-
:type execution_context: int | str | None
|
|
433
|
-
:type undo: bool | None
|
|
434
|
-
"""
|
|
327
|
+
"""Store all data-blocks linked from other .blend files in the current .blend file. Library references are preserved so the linked data-blocks can be unpacked again"""
|
|
435
328
|
|
|
436
329
|
def parent(
|
|
437
330
|
execution_context: int | str | None = None,
|
|
438
331
|
undo: bool | None = None,
|
|
439
332
|
/,
|
|
440
333
|
) -> None:
|
|
441
|
-
"""Move to parent directory
|
|
442
|
-
|
|
443
|
-
:type execution_context: int | str | None
|
|
444
|
-
:type undo: bool | None
|
|
445
|
-
"""
|
|
334
|
+
"""Move to parent directory"""
|
|
446
335
|
|
|
447
336
|
def previous(
|
|
448
337
|
execution_context: int | str | None = None,
|
|
449
338
|
undo: bool | None = None,
|
|
450
339
|
/,
|
|
451
340
|
) -> None:
|
|
452
|
-
"""Move to previous folder
|
|
453
|
-
|
|
454
|
-
:type execution_context: int | str | None
|
|
455
|
-
:type undo: bool | None
|
|
456
|
-
"""
|
|
341
|
+
"""Move to previous folder"""
|
|
457
342
|
|
|
458
343
|
def refresh(
|
|
459
344
|
execution_context: int | str | None = None,
|
|
460
345
|
undo: bool | None = None,
|
|
461
346
|
/,
|
|
462
347
|
) -> None:
|
|
463
|
-
"""Refresh the file list
|
|
464
|
-
|
|
465
|
-
:type execution_context: int | str | None
|
|
466
|
-
:type undo: bool | None
|
|
467
|
-
"""
|
|
348
|
+
"""Refresh the file list"""
|
|
468
349
|
|
|
469
350
|
def rename(
|
|
470
351
|
execution_context: int | str | None = None,
|
|
471
352
|
undo: bool | None = None,
|
|
472
353
|
/,
|
|
473
354
|
) -> None:
|
|
474
|
-
"""Rename file or file directory
|
|
475
|
-
|
|
476
|
-
:type execution_context: int | str | None
|
|
477
|
-
:type undo: bool | None
|
|
478
|
-
"""
|
|
355
|
+
"""Rename file or file directory"""
|
|
479
356
|
|
|
480
357
|
def report_missing_files(
|
|
481
358
|
execution_context: int | str | None = None,
|
|
482
359
|
undo: bool | None = None,
|
|
483
360
|
/,
|
|
484
361
|
) -> None:
|
|
485
|
-
"""Report all missing external files
|
|
486
|
-
|
|
487
|
-
:type execution_context: int | str | None
|
|
488
|
-
:type undo: bool | None
|
|
489
|
-
"""
|
|
362
|
+
"""Report all missing external files"""
|
|
490
363
|
|
|
491
364
|
def reset_recent(
|
|
492
365
|
execution_context: int | str | None = None,
|
|
493
366
|
undo: bool | None = None,
|
|
494
367
|
/,
|
|
495
368
|
) -> None:
|
|
496
|
-
"""Reset recent files
|
|
497
|
-
|
|
498
|
-
:type execution_context: int | str | None
|
|
499
|
-
:type undo: bool | None
|
|
500
|
-
"""
|
|
369
|
+
"""Reset recent files"""
|
|
501
370
|
|
|
502
371
|
def select(
|
|
503
372
|
execution_context: int | str | None = None,
|
|
@@ -505,6 +374,7 @@ def select(
|
|
|
505
374
|
/,
|
|
506
375
|
*,
|
|
507
376
|
wait_to_deselect_others: bool | None = False,
|
|
377
|
+
use_select_on_click: bool | None = False,
|
|
508
378
|
mouse_x: int | None = 0,
|
|
509
379
|
mouse_y: int | None = 0,
|
|
510
380
|
extend: bool | None = False,
|
|
@@ -516,26 +386,16 @@ def select(
|
|
|
516
386
|
) -> None:
|
|
517
387
|
"""Handle mouse clicks to select and activate items
|
|
518
388
|
|
|
519
|
-
:type execution_context: int | str | None
|
|
520
|
-
:type undo: bool | None
|
|
521
389
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
522
|
-
:
|
|
390
|
+
:param use_select_on_click: Act on Click, Instead of selecting on mouse press, wait to see if theres drag event. Otherwise select on mouse release
|
|
523
391
|
:param mouse_x: Mouse X
|
|
524
|
-
:type mouse_x: int | None
|
|
525
392
|
:param mouse_y: Mouse Y
|
|
526
|
-
:type mouse_y: int | None
|
|
527
393
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
528
|
-
:type extend: bool | None
|
|
529
394
|
:param fill: Fill, Select everything beginning with the last selection
|
|
530
|
-
:type fill: bool | None
|
|
531
395
|
:param open: Open, Open a directory when selecting it
|
|
532
|
-
:type open: bool | None
|
|
533
396
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
534
|
-
:type deselect_all: bool | None
|
|
535
397
|
:param only_activate_if_selected: Only Activate if Selected, Do not change selection if the item under the cursor is already selected, only activate it
|
|
536
|
-
:type only_activate_if_selected: bool | None
|
|
537
398
|
:param pass_through: Pass Through, Even on successful execution, pass the event on so other operators can execute on it as well
|
|
538
|
-
:type pass_through: bool | None
|
|
539
399
|
"""
|
|
540
400
|
|
|
541
401
|
def select_all(
|
|
@@ -547,8 +407,6 @@ def select_all(
|
|
|
547
407
|
) -> None:
|
|
548
408
|
"""Select or deselect all files
|
|
549
409
|
|
|
550
|
-
:type execution_context: int | str | None
|
|
551
|
-
:type undo: bool | None
|
|
552
410
|
:param action: Action, Selection action to execute
|
|
553
411
|
|
|
554
412
|
TOGGLE
|
|
@@ -562,7 +420,6 @@ def select_all(
|
|
|
562
420
|
|
|
563
421
|
INVERT
|
|
564
422
|
Invert -- Invert selection of all elements.
|
|
565
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
566
423
|
"""
|
|
567
424
|
|
|
568
425
|
def select_bookmark(
|
|
@@ -574,10 +431,7 @@ def select_bookmark(
|
|
|
574
431
|
) -> None:
|
|
575
432
|
"""Select a bookmarked directory
|
|
576
433
|
|
|
577
|
-
:type execution_context: int | str | None
|
|
578
|
-
:type undo: bool | None
|
|
579
434
|
:param dir: Directory
|
|
580
|
-
:type dir: str
|
|
581
435
|
"""
|
|
582
436
|
|
|
583
437
|
def select_box(
|
|
@@ -594,18 +448,11 @@ def select_box(
|
|
|
594
448
|
) -> None:
|
|
595
449
|
"""Activate/select the file(s) contained in the border
|
|
596
450
|
|
|
597
|
-
:type execution_context: int | str | None
|
|
598
|
-
:type undo: bool | None
|
|
599
451
|
:param xmin: X Min
|
|
600
|
-
:type xmin: int | None
|
|
601
452
|
:param xmax: X Max
|
|
602
|
-
:type xmax: int | None
|
|
603
453
|
:param ymin: Y Min
|
|
604
|
-
:type ymin: int | None
|
|
605
454
|
:param ymax: Y Max
|
|
606
|
-
:type ymax: int | None
|
|
607
455
|
:param wait_for_input: Wait for Input
|
|
608
|
-
:type wait_for_input: bool | None
|
|
609
456
|
:param mode: Mode
|
|
610
457
|
|
|
611
458
|
SET
|
|
@@ -616,7 +463,6 @@ def select_box(
|
|
|
616
463
|
|
|
617
464
|
SUB
|
|
618
465
|
Subtract -- Subtract existing selection.
|
|
619
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
620
466
|
"""
|
|
621
467
|
|
|
622
468
|
def select_walk(
|
|
@@ -630,14 +476,9 @@ def select_walk(
|
|
|
630
476
|
) -> None:
|
|
631
477
|
"""Select/Deselect files by walking through them
|
|
632
478
|
|
|
633
|
-
:type execution_context: int | str | None
|
|
634
|
-
:type undo: bool | None
|
|
635
479
|
:param direction: Walk Direction, Select/Deselect element in this direction
|
|
636
|
-
:type direction: typing.Literal['UP','DOWN','LEFT','RIGHT'] | None
|
|
637
480
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
638
|
-
:type extend: bool | None
|
|
639
481
|
:param fill: Fill, Select everything beginning with the last selection
|
|
640
|
-
:type fill: bool | None
|
|
641
482
|
"""
|
|
642
483
|
|
|
643
484
|
def smoothscroll(
|
|
@@ -645,33 +486,21 @@ def smoothscroll(
|
|
|
645
486
|
undo: bool | None = None,
|
|
646
487
|
/,
|
|
647
488
|
) -> None:
|
|
648
|
-
"""Smooth scroll to make editable file visible
|
|
649
|
-
|
|
650
|
-
:type execution_context: int | str | None
|
|
651
|
-
:type undo: bool | None
|
|
652
|
-
"""
|
|
489
|
+
"""Smooth scroll to make editable file visible"""
|
|
653
490
|
|
|
654
491
|
def sort_column_ui_context(
|
|
655
492
|
execution_context: int | str | None = None,
|
|
656
493
|
undo: bool | None = None,
|
|
657
494
|
/,
|
|
658
495
|
) -> None:
|
|
659
|
-
"""Change sorting to use column under cursor
|
|
660
|
-
|
|
661
|
-
:type execution_context: int | str | None
|
|
662
|
-
:type undo: bool | None
|
|
663
|
-
"""
|
|
496
|
+
"""Change sorting to use column under cursor"""
|
|
664
497
|
|
|
665
498
|
def start_filter(
|
|
666
499
|
execution_context: int | str | None = None,
|
|
667
500
|
undo: bool | None = None,
|
|
668
501
|
/,
|
|
669
502
|
) -> None:
|
|
670
|
-
"""Start entering filter text
|
|
671
|
-
|
|
672
|
-
:type execution_context: int | str | None
|
|
673
|
-
:type undo: bool | None
|
|
674
|
-
"""
|
|
503
|
+
"""Start entering filter text"""
|
|
675
504
|
|
|
676
505
|
def unpack_all(
|
|
677
506
|
execution_context: int | str | None = None,
|
|
@@ -685,10 +514,7 @@ def unpack_all(
|
|
|
685
514
|
) -> None:
|
|
686
515
|
"""Unpack all files packed into this .blend to external ones
|
|
687
516
|
|
|
688
|
-
:type execution_context: int | str | None
|
|
689
|
-
:type undo: bool | None
|
|
690
517
|
:param method: Method, How to unpack
|
|
691
|
-
:type method: typing.Literal['USE_LOCAL','WRITE_LOCAL','USE_ORIGINAL','WRITE_ORIGINAL','KEEP','REMOVE'] | None
|
|
692
518
|
"""
|
|
693
519
|
|
|
694
520
|
def unpack_item(
|
|
@@ -703,14 +529,9 @@ def unpack_item(
|
|
|
703
529
|
) -> None:
|
|
704
530
|
"""Unpack this file to an external file
|
|
705
531
|
|
|
706
|
-
:type execution_context: int | str | None
|
|
707
|
-
:type undo: bool | None
|
|
708
532
|
:param method: Method, How to unpack
|
|
709
|
-
:type method: typing.Literal['USE_LOCAL','WRITE_LOCAL','USE_ORIGINAL','WRITE_ORIGINAL'] | None
|
|
710
533
|
:param id_name: ID Name, Name of ID block to unpack
|
|
711
|
-
:type id_name: str
|
|
712
534
|
:param id_type: ID Type, Identifier type of ID block
|
|
713
|
-
:type id_type: int | None
|
|
714
535
|
"""
|
|
715
536
|
|
|
716
537
|
def unpack_libraries(
|
|
@@ -718,19 +539,11 @@ def unpack_libraries(
|
|
|
718
539
|
undo: bool | None = None,
|
|
719
540
|
/,
|
|
720
541
|
) -> None:
|
|
721
|
-
"""Restore all packed linked data-blocks to their original locations
|
|
722
|
-
|
|
723
|
-
:type execution_context: int | str | None
|
|
724
|
-
:type undo: bool | None
|
|
725
|
-
"""
|
|
542
|
+
"""Restore all packed linked data-blocks to their original locations"""
|
|
726
543
|
|
|
727
544
|
def view_selected(
|
|
728
545
|
execution_context: int | str | None = None,
|
|
729
546
|
undo: bool | None = None,
|
|
730
547
|
/,
|
|
731
548
|
) -> None:
|
|
732
|
-
"""Scroll the selected files into view
|
|
733
|
-
|
|
734
|
-
:type execution_context: int | str | None
|
|
735
|
-
:type undo: bool | None
|
|
736
|
-
"""
|
|
549
|
+
"""Scroll the selected files into view"""
|