fake-bpy-module-latest 20251003__py3-none-any.whl → 20260114__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}/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 +1 -0
- _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_types/__init__.pyi +18 -123
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +55 -131
- 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 +40 -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 -4
- bl_operators/node/__init__.pyi +36 -46
- 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 +0 -50
- 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 +13 -16
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -57
- bl_ui/node_add_menu_geometry/__init__.pyi +56 -168
- bl_ui/node_add_menu_shader/__init__.pyi +10 -30
- bl_ui/node_add_menu_texture/__init__.pyi +1 -17
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +64 -150
- 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 +0 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +0 -18
- 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 -14
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +0 -22
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -7
- 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 +0 -90
- 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 +1 -150
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +52 -60
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -44
- bl_ui/space_image/__init__.pyi +2 -144
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -36
- bl_ui/space_node/__init__.pyi +27 -66
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +46 -912
- 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 +50 -8
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +7 -188
- bl_ui/space_view3d/__init__.pyi +36 -544
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +2 -450
- bmesh/types/__init__.pyi +206 -420
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +53 -56
- 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 +15 -165
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +18 -192
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -72
- 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 +2 -34
- 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 +17 -166
- 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 +27 -217
- 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 -38
- bpy/ops/graph/__init__.pyi +18 -316
- bpy/ops/grease_pencil/__init__.pyi +29 -524
- 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 +2 -50
- 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 +32 -915
- bpy/ops/nla/__init__.pyi +20 -184
- bpy/ops/node/__init__.pyi +71 -741
- bpy/ops/object/__init__.pyi +137 -1254
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +14 -279
- 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 +28 -233
- bpy/ops/poselib/__init__.pyi +4 -47
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +6 -70
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +22 -167
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +36 -311
- bpy/ops/sculpt_curves/__init__.pyi +1 -20
- bpy/ops/sequencer/__init__.pyi +90 -662
- 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 +21 -158
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +52 -305
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +39 -1334
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +15 -157
- bpy/stub_internal/rna_enums/__init__.pyi +52 -20
- bpy/types/__init__.pyi +15386 -56984
- 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 +9 -8
- 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 +2 -22
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/METADATA +4 -1
- fake_bpy_module_latest-20260114.dist-info/RECORD +382 -0
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/top_level.txt +14 -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 +1 -7
- 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 +5 -5
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +82 -2172
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +24 -135
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module_latest-20251003.dist-info/RECORD +0 -373
- {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}/bl_extract_messages/__init__.pyi +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_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_latest-20251003.dist-info → fake_bpy_module_latest-20260114.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,
|
|
@@ -517,28 +386,16 @@ def select(
|
|
|
517
386
|
) -> None:
|
|
518
387
|
"""Handle mouse clicks to select and activate items
|
|
519
388
|
|
|
520
|
-
:type execution_context: int | str | None
|
|
521
|
-
:type undo: bool | None
|
|
522
389
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
523
|
-
:type wait_to_deselect_others: bool | None
|
|
524
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
|
|
525
|
-
:type use_select_on_click: bool | None
|
|
526
391
|
:param mouse_x: Mouse X
|
|
527
|
-
:type mouse_x: int | None
|
|
528
392
|
:param mouse_y: Mouse Y
|
|
529
|
-
:type mouse_y: int | None
|
|
530
393
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
531
|
-
:type extend: bool | None
|
|
532
394
|
:param fill: Fill, Select everything beginning with the last selection
|
|
533
|
-
:type fill: bool | None
|
|
534
395
|
:param open: Open, Open a directory when selecting it
|
|
535
|
-
:type open: bool | None
|
|
536
396
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
537
|
-
:type deselect_all: bool | None
|
|
538
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
|
|
539
|
-
:type only_activate_if_selected: bool | None
|
|
540
398
|
:param pass_through: Pass Through, Even on successful execution, pass the event on so other operators can execute on it as well
|
|
541
|
-
:type pass_through: bool | None
|
|
542
399
|
"""
|
|
543
400
|
|
|
544
401
|
def select_all(
|
|
@@ -550,8 +407,6 @@ def select_all(
|
|
|
550
407
|
) -> None:
|
|
551
408
|
"""Select or deselect all files
|
|
552
409
|
|
|
553
|
-
:type execution_context: int | str | None
|
|
554
|
-
:type undo: bool | None
|
|
555
410
|
:param action: Action, Selection action to execute
|
|
556
411
|
|
|
557
412
|
TOGGLE
|
|
@@ -565,7 +420,6 @@ def select_all(
|
|
|
565
420
|
|
|
566
421
|
INVERT
|
|
567
422
|
Invert -- Invert selection of all elements.
|
|
568
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
569
423
|
"""
|
|
570
424
|
|
|
571
425
|
def select_bookmark(
|
|
@@ -577,10 +431,7 @@ def select_bookmark(
|
|
|
577
431
|
) -> None:
|
|
578
432
|
"""Select a bookmarked directory
|
|
579
433
|
|
|
580
|
-
:type execution_context: int | str | None
|
|
581
|
-
:type undo: bool | None
|
|
582
434
|
:param dir: Directory
|
|
583
|
-
:type dir: str
|
|
584
435
|
"""
|
|
585
436
|
|
|
586
437
|
def select_box(
|
|
@@ -597,18 +448,11 @@ def select_box(
|
|
|
597
448
|
) -> None:
|
|
598
449
|
"""Activate/select the file(s) contained in the border
|
|
599
450
|
|
|
600
|
-
:type execution_context: int | str | None
|
|
601
|
-
:type undo: bool | None
|
|
602
451
|
:param xmin: X Min
|
|
603
|
-
:type xmin: int | None
|
|
604
452
|
:param xmax: X Max
|
|
605
|
-
:type xmax: int | None
|
|
606
453
|
:param ymin: Y Min
|
|
607
|
-
:type ymin: int | None
|
|
608
454
|
:param ymax: Y Max
|
|
609
|
-
:type ymax: int | None
|
|
610
455
|
:param wait_for_input: Wait for Input
|
|
611
|
-
:type wait_for_input: bool | None
|
|
612
456
|
:param mode: Mode
|
|
613
457
|
|
|
614
458
|
SET
|
|
@@ -619,7 +463,6 @@ def select_box(
|
|
|
619
463
|
|
|
620
464
|
SUB
|
|
621
465
|
Subtract -- Subtract existing selection.
|
|
622
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
623
466
|
"""
|
|
624
467
|
|
|
625
468
|
def select_walk(
|
|
@@ -633,14 +476,9 @@ def select_walk(
|
|
|
633
476
|
) -> None:
|
|
634
477
|
"""Select/Deselect files by walking through them
|
|
635
478
|
|
|
636
|
-
:type execution_context: int | str | None
|
|
637
|
-
:type undo: bool | None
|
|
638
479
|
:param direction: Walk Direction, Select/Deselect element in this direction
|
|
639
|
-
:type direction: typing.Literal['UP','DOWN','LEFT','RIGHT'] | None
|
|
640
480
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
641
|
-
:type extend: bool | None
|
|
642
481
|
:param fill: Fill, Select everything beginning with the last selection
|
|
643
|
-
:type fill: bool | None
|
|
644
482
|
"""
|
|
645
483
|
|
|
646
484
|
def smoothscroll(
|
|
@@ -648,33 +486,21 @@ def smoothscroll(
|
|
|
648
486
|
undo: bool | None = None,
|
|
649
487
|
/,
|
|
650
488
|
) -> None:
|
|
651
|
-
"""Smooth scroll to make editable file visible
|
|
652
|
-
|
|
653
|
-
:type execution_context: int | str | None
|
|
654
|
-
:type undo: bool | None
|
|
655
|
-
"""
|
|
489
|
+
"""Smooth scroll to make editable file visible"""
|
|
656
490
|
|
|
657
491
|
def sort_column_ui_context(
|
|
658
492
|
execution_context: int | str | None = None,
|
|
659
493
|
undo: bool | None = None,
|
|
660
494
|
/,
|
|
661
495
|
) -> None:
|
|
662
|
-
"""Change sorting to use column under cursor
|
|
663
|
-
|
|
664
|
-
:type execution_context: int | str | None
|
|
665
|
-
:type undo: bool | None
|
|
666
|
-
"""
|
|
496
|
+
"""Change sorting to use column under cursor"""
|
|
667
497
|
|
|
668
498
|
def start_filter(
|
|
669
499
|
execution_context: int | str | None = None,
|
|
670
500
|
undo: bool | None = None,
|
|
671
501
|
/,
|
|
672
502
|
) -> None:
|
|
673
|
-
"""Start entering filter text
|
|
674
|
-
|
|
675
|
-
:type execution_context: int | str | None
|
|
676
|
-
:type undo: bool | None
|
|
677
|
-
"""
|
|
503
|
+
"""Start entering filter text"""
|
|
678
504
|
|
|
679
505
|
def unpack_all(
|
|
680
506
|
execution_context: int | str | None = None,
|
|
@@ -688,10 +514,7 @@ def unpack_all(
|
|
|
688
514
|
) -> None:
|
|
689
515
|
"""Unpack all files packed into this .blend to external ones
|
|
690
516
|
|
|
691
|
-
:type execution_context: int | str | None
|
|
692
|
-
:type undo: bool | None
|
|
693
517
|
:param method: Method, How to unpack
|
|
694
|
-
:type method: typing.Literal['USE_LOCAL','WRITE_LOCAL','USE_ORIGINAL','WRITE_ORIGINAL','KEEP','REMOVE'] | None
|
|
695
518
|
"""
|
|
696
519
|
|
|
697
520
|
def unpack_item(
|
|
@@ -706,14 +529,9 @@ def unpack_item(
|
|
|
706
529
|
) -> None:
|
|
707
530
|
"""Unpack this file to an external file
|
|
708
531
|
|
|
709
|
-
:type execution_context: int | str | None
|
|
710
|
-
:type undo: bool | None
|
|
711
532
|
:param method: Method, How to unpack
|
|
712
|
-
:type method: typing.Literal['USE_LOCAL','WRITE_LOCAL','USE_ORIGINAL','WRITE_ORIGINAL'] | None
|
|
713
533
|
:param id_name: ID Name, Name of ID block to unpack
|
|
714
|
-
:type id_name: str
|
|
715
534
|
:param id_type: ID Type, Identifier type of ID block
|
|
716
|
-
:type id_type: int | None
|
|
717
535
|
"""
|
|
718
536
|
|
|
719
537
|
def unpack_libraries(
|
|
@@ -721,19 +539,11 @@ def unpack_libraries(
|
|
|
721
539
|
undo: bool | None = None,
|
|
722
540
|
/,
|
|
723
541
|
) -> None:
|
|
724
|
-
"""Restore all packed linked data-blocks to their original locations
|
|
725
|
-
|
|
726
|
-
:type execution_context: int | str | None
|
|
727
|
-
:type undo: bool | None
|
|
728
|
-
"""
|
|
542
|
+
"""Restore all packed linked data-blocks to their original locations"""
|
|
729
543
|
|
|
730
544
|
def view_selected(
|
|
731
545
|
execution_context: int | str | None = None,
|
|
732
546
|
undo: bool | None = None,
|
|
733
547
|
/,
|
|
734
548
|
) -> None:
|
|
735
|
-
"""Scroll the selected files into view
|
|
736
|
-
|
|
737
|
-
:type execution_context: int | str | None
|
|
738
|
-
:type undo: bool | None
|
|
739
|
-
"""
|
|
549
|
+
"""Scroll the selected files into view"""
|