fake-bpy-module 20240531__py3-none-any.whl → 20240604__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- aud/__init__.pyi +4 -4
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +43 -40
- bmesh/utils/__init__.pyi +2 -4
- bpy/ops/action/__init__.pyi +152 -152
- bpy/ops/anim/__init__.pyi +216 -216
- bpy/ops/armature/__init__.pyi +192 -192
- bpy/ops/asset/__init__.pyi +64 -64
- bpy/ops/boid/__init__.pyi +32 -32
- bpy/ops/brush/__init__.pyi +36 -36
- bpy/ops/buttons/__init__.pyi +24 -24
- bpy/ops/cachefile/__init__.pyi +20 -20
- bpy/ops/camera/__init__.pyi +8 -8
- bpy/ops/clip/__init__.pyi +368 -368
- bpy/ops/cloth/__init__.pyi +4 -4
- bpy/ops/collection/__init__.pyi +36 -36
- bpy/ops/console/__init__.pyi +84 -84
- bpy/ops/constraint/__init__.pyi +72 -72
- bpy/ops/curve/__init__.pyi +204 -204
- bpy/ops/curves/__init__.pyi +108 -108
- bpy/ops/cycles/__init__.pyi +12 -12
- bpy/ops/dpaint/__init__.pyi +20 -20
- bpy/ops/ed/__init__.pyi +48 -48
- bpy/ops/export_anim/__init__.pyi +4 -4
- bpy/ops/export_scene/__init__.pyi +8 -8
- bpy/ops/extensions/__init__.pyi +130 -110
- bpy/ops/file/__init__.pyi +160 -160
- bpy/ops/fluid/__init__.pyi +56 -56
- bpy/ops/font/__init__.pyi +92 -92
- bpy/ops/geometry/__init__.pyi +40 -40
- bpy/ops/gizmogroup/__init__.pyi +8 -8
- bpy/ops/gpencil/__init__.pyi +600 -600
- bpy/ops/graph/__init__.pyi +260 -260
- bpy/ops/grease_pencil/__init__.pyi +292 -292
- bpy/ops/image/__init__.pyi +192 -192
- bpy/ops/import_anim/__init__.pyi +4 -4
- bpy/ops/import_curve/__init__.pyi +4 -4
- bpy/ops/import_scene/__init__.pyi +8 -8
- bpy/ops/info/__init__.pyi +28 -28
- bpy/ops/lattice/__init__.pyi +32 -32
- bpy/ops/marker/__init__.pyi +44 -44
- bpy/ops/mask/__init__.pyi +156 -156
- bpy/ops/material/__init__.pyi +12 -12
- bpy/ops/mball/__init__.pyi +32 -32
- bpy/ops/mesh/__init__.pyi +652 -652
- bpy/ops/nla/__init__.pyi +156 -156
- bpy/ops/node/__init__.pyi +450 -404
- bpy/ops/object/__init__.pyi +984 -987
- bpy/ops/outliner/__init__.pyi +284 -284
- bpy/ops/paint/__init__.pyi +220 -220
- bpy/ops/paintcurve/__init__.pyi +32 -32
- bpy/ops/palette/__init__.pyi +28 -28
- bpy/ops/particle/__init__.pyi +144 -144
- bpy/ops/pose/__init__.pyi +156 -156
- bpy/ops/poselib/__init__.pyi +36 -36
- bpy/ops/preferences/__init__.pyi +151 -148
- bpy/ops/ptcache/__init__.pyi +28 -28
- bpy/ops/render/__init__.pyi +48 -48
- bpy/ops/rigidbody/__init__.pyi +52 -52
- bpy/ops/scene/__init__.pyi +156 -156
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +144 -144
- bpy/ops/sculpt_curves/__init__.pyi +16 -16
- bpy/ops/sequencer/__init__.pyi +364 -340
- bpy/ops/sound/__init__.pyi +28 -28
- bpy/ops/spreadsheet/__init__.pyi +16 -16
- bpy/ops/surface/__init__.pyi +24 -24
- bpy/ops/text/__init__.pyi +172 -172
- bpy/ops/text_editor/__init__.pyi +4 -4
- bpy/ops/texture/__init__.pyi +16 -16
- bpy/ops/transform/__init__.pyi +111 -108
- bpy/ops/ui/__init__.pyi +132 -132
- bpy/ops/uilist/__init__.pyi +12 -12
- bpy/ops/uv/__init__.pyi +196 -196
- bpy/ops/view2d/__init__.pyi +56 -56
- bpy/ops/view3d/__init__.pyi +268 -268
- bpy/ops/wm/__init__.pyi +475 -448
- bpy/ops/workspace/__init__.pyi +28 -28
- bpy/ops/world/__init__.pyi +8 -8
- bpy/path/__init__.pyi +18 -18
- bpy/props/__init__.pyi +11 -11
- bpy/types/__init__.pyi +2136 -1798
- bpy/utils/__init__.pyi +4 -4
- bpy_extras/anim_utils/__init__.pyi +4 -4
- bpy_extras/io_utils/__init__.pyi +4 -4
- bpy_extras/mesh_utils/__init__.pyi +4 -4
- bpy_extras/view3d_utils/__init__.pyi +24 -20
- bpy_types/__init__.pyi +12 -7
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
- freestyle/types/__init__.pyi +64 -64
- freestyle/utils/__init__.pyi +2 -2
- gpu/matrix/__init__.pyi +15 -6
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +6 -4
- gpu_extras/presets/__init__.pyi +8 -4
- imbuf/__init__.pyi +4 -4
- mathutils/__init__.pyi +292 -187
- mathutils/geometry/__init__.pyi +2 -5
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
bpy/ops/file/__init__.pyi
CHANGED
|
@@ -6,58 +6,58 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def autopack_toggle(
|
|
9
|
-
override_context: dict[str, typing.Any] |
|
|
10
|
-
execution_context:
|
|
9
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
10
|
+
execution_context: int | str | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
12
|
):
|
|
13
13
|
"""Automatically pack all external files into the .blend file
|
|
14
14
|
|
|
15
|
-
:type override_context: dict[str, typing.Any] |
|
|
16
|
-
:type execution_context:
|
|
15
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
16
|
+
:type execution_context: int | str | None
|
|
17
17
|
:type undo: bool | None
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
20
|
...
|
|
21
21
|
|
|
22
22
|
def bookmark_add(
|
|
23
|
-
override_context: dict[str, typing.Any] |
|
|
24
|
-
execution_context:
|
|
23
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
24
|
+
execution_context: int | str | None = None,
|
|
25
25
|
undo: bool | None = None,
|
|
26
26
|
):
|
|
27
27
|
"""Add a bookmark for the selected/active directory
|
|
28
28
|
|
|
29
|
-
:type override_context: dict[str, typing.Any] |
|
|
30
|
-
:type execution_context:
|
|
29
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
30
|
+
:type execution_context: int | str | None
|
|
31
31
|
:type undo: bool | None
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
34
|
...
|
|
35
35
|
|
|
36
36
|
def bookmark_cleanup(
|
|
37
|
-
override_context: dict[str, typing.Any] |
|
|
38
|
-
execution_context:
|
|
37
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
38
|
+
execution_context: int | str | None = None,
|
|
39
39
|
undo: bool | None = None,
|
|
40
40
|
):
|
|
41
41
|
"""Delete all invalid bookmarks
|
|
42
42
|
|
|
43
|
-
:type override_context: dict[str, typing.Any] |
|
|
44
|
-
:type execution_context:
|
|
43
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
44
|
+
:type execution_context: int | str | None
|
|
45
45
|
:type undo: bool | None
|
|
46
46
|
"""
|
|
47
47
|
|
|
48
48
|
...
|
|
49
49
|
|
|
50
50
|
def bookmark_delete(
|
|
51
|
-
override_context: dict[str, typing.Any] |
|
|
52
|
-
execution_context:
|
|
51
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
52
|
+
execution_context: int | str | None = None,
|
|
53
53
|
undo: bool | None = None,
|
|
54
54
|
*,
|
|
55
55
|
index: typing.Any | None = -1,
|
|
56
56
|
):
|
|
57
57
|
"""Delete selected bookmark
|
|
58
58
|
|
|
59
|
-
:type override_context: dict[str, typing.Any] |
|
|
60
|
-
:type execution_context:
|
|
59
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
60
|
+
:type execution_context: int | str | None
|
|
61
61
|
:type undo: bool | None
|
|
62
62
|
:param index: Index
|
|
63
63
|
:type index: typing.Any | None
|
|
@@ -66,16 +66,16 @@ def bookmark_delete(
|
|
|
66
66
|
...
|
|
67
67
|
|
|
68
68
|
def bookmark_move(
|
|
69
|
-
override_context: dict[str, typing.Any] |
|
|
70
|
-
execution_context:
|
|
69
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
70
|
+
execution_context: int | str | None = None,
|
|
71
71
|
undo: bool | None = None,
|
|
72
72
|
*,
|
|
73
73
|
direction: str | None = "TOP",
|
|
74
74
|
):
|
|
75
75
|
"""Move the active bookmark up/down in the list
|
|
76
76
|
|
|
77
|
-
:type override_context: dict[str, typing.Any] |
|
|
78
|
-
:type execution_context:
|
|
77
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
78
|
+
:type execution_context: int | str | None
|
|
79
79
|
:type undo: bool | None
|
|
80
80
|
:param direction: Direction, Direction to move the active bookmark towards
|
|
81
81
|
|
|
@@ -96,36 +96,36 @@ def bookmark_move(
|
|
|
96
96
|
...
|
|
97
97
|
|
|
98
98
|
def cancel(
|
|
99
|
-
override_context: dict[str, typing.Any] |
|
|
100
|
-
execution_context:
|
|
99
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
100
|
+
execution_context: int | str | None = None,
|
|
101
101
|
undo: bool | None = None,
|
|
102
102
|
):
|
|
103
103
|
"""Cancel loading of selected file
|
|
104
104
|
|
|
105
|
-
:type override_context: dict[str, typing.Any] |
|
|
106
|
-
:type execution_context:
|
|
105
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
106
|
+
:type execution_context: int | str | None
|
|
107
107
|
:type undo: bool | None
|
|
108
108
|
"""
|
|
109
109
|
|
|
110
110
|
...
|
|
111
111
|
|
|
112
112
|
def delete(
|
|
113
|
-
override_context: dict[str, typing.Any] |
|
|
114
|
-
execution_context:
|
|
113
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
114
|
+
execution_context: int | str | None = None,
|
|
115
115
|
undo: bool | None = None,
|
|
116
116
|
):
|
|
117
117
|
"""Move selected files to the trash or recycle bin
|
|
118
118
|
|
|
119
|
-
:type override_context: dict[str, typing.Any] |
|
|
120
|
-
:type execution_context:
|
|
119
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
120
|
+
:type execution_context: int | str | None
|
|
121
121
|
:type undo: bool | None
|
|
122
122
|
"""
|
|
123
123
|
|
|
124
124
|
...
|
|
125
125
|
|
|
126
126
|
def directory_new(
|
|
127
|
-
override_context: dict[str, typing.Any] |
|
|
128
|
-
execution_context:
|
|
127
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
128
|
+
execution_context: int | str | None = None,
|
|
129
129
|
undo: bool | None = None,
|
|
130
130
|
*,
|
|
131
131
|
directory: str | typing.Any = "",
|
|
@@ -133,8 +133,8 @@ def directory_new(
|
|
|
133
133
|
):
|
|
134
134
|
"""Create a new directory
|
|
135
135
|
|
|
136
|
-
:type override_context: dict[str, typing.Any] |
|
|
137
|
-
:type execution_context:
|
|
136
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
137
|
+
:type execution_context: int | str | None
|
|
138
138
|
:type undo: bool | None
|
|
139
139
|
:param directory: Directory, Name of new directory
|
|
140
140
|
:type directory: str | typing.Any
|
|
@@ -145,36 +145,36 @@ def directory_new(
|
|
|
145
145
|
...
|
|
146
146
|
|
|
147
147
|
def edit_directory_path(
|
|
148
|
-
override_context: dict[str, typing.Any] |
|
|
149
|
-
execution_context:
|
|
148
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
149
|
+
execution_context: int | str | None = None,
|
|
150
150
|
undo: bool | None = None,
|
|
151
151
|
):
|
|
152
152
|
"""Start editing directory field
|
|
153
153
|
|
|
154
|
-
:type override_context: dict[str, typing.Any] |
|
|
155
|
-
:type execution_context:
|
|
154
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
155
|
+
:type execution_context: int | str | None
|
|
156
156
|
:type undo: bool | None
|
|
157
157
|
"""
|
|
158
158
|
|
|
159
159
|
...
|
|
160
160
|
|
|
161
161
|
def execute(
|
|
162
|
-
override_context: dict[str, typing.Any] |
|
|
163
|
-
execution_context:
|
|
162
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
163
|
+
execution_context: int | str | None = None,
|
|
164
164
|
undo: bool | None = None,
|
|
165
165
|
):
|
|
166
166
|
"""Execute selected file
|
|
167
167
|
|
|
168
|
-
:type override_context: dict[str, typing.Any] |
|
|
169
|
-
:type execution_context:
|
|
168
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
169
|
+
:type execution_context: int | str | None
|
|
170
170
|
:type undo: bool | None
|
|
171
171
|
"""
|
|
172
172
|
|
|
173
173
|
...
|
|
174
174
|
|
|
175
175
|
def external_operation(
|
|
176
|
-
override_context: dict[str, typing.Any] |
|
|
177
|
-
execution_context:
|
|
176
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
177
|
+
execution_context: int | str | None = None,
|
|
178
178
|
undo: bool | None = None,
|
|
179
179
|
*,
|
|
180
180
|
filepath: str | typing.Any = "",
|
|
@@ -182,8 +182,8 @@ def external_operation(
|
|
|
182
182
|
):
|
|
183
183
|
"""Perform external operation on a file or folder
|
|
184
184
|
|
|
185
|
-
:type override_context: dict[str, typing.Any] |
|
|
186
|
-
:type execution_context:
|
|
185
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
186
|
+
:type execution_context: int | str | None
|
|
187
187
|
:type undo: bool | None
|
|
188
188
|
:param filepath: File or folder path
|
|
189
189
|
:type filepath: str | typing.Any
|
|
@@ -239,16 +239,16 @@ def external_operation(
|
|
|
239
239
|
...
|
|
240
240
|
|
|
241
241
|
def filenum(
|
|
242
|
-
override_context: dict[str, typing.Any] |
|
|
243
|
-
execution_context:
|
|
242
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
243
|
+
execution_context: int | str | None = None,
|
|
244
244
|
undo: bool | None = None,
|
|
245
245
|
*,
|
|
246
246
|
increment: typing.Any | None = 1,
|
|
247
247
|
):
|
|
248
248
|
"""Increment number in filename
|
|
249
249
|
|
|
250
|
-
:type override_context: dict[str, typing.Any] |
|
|
251
|
-
:type execution_context:
|
|
250
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
251
|
+
:type execution_context: int | str | None
|
|
252
252
|
:type undo: bool | None
|
|
253
253
|
:param increment: Increment
|
|
254
254
|
:type increment: typing.Any | None
|
|
@@ -257,16 +257,16 @@ def filenum(
|
|
|
257
257
|
...
|
|
258
258
|
|
|
259
259
|
def filepath_drop(
|
|
260
|
-
override_context: dict[str, typing.Any] |
|
|
261
|
-
execution_context:
|
|
260
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
261
|
+
execution_context: int | str | None = None,
|
|
262
262
|
undo: bool | None = None,
|
|
263
263
|
*,
|
|
264
264
|
filepath: str | typing.Any = "Path",
|
|
265
265
|
):
|
|
266
266
|
"""Undocumented, consider contributing.
|
|
267
267
|
|
|
268
|
-
:type override_context: dict[str, typing.Any] |
|
|
269
|
-
:type execution_context:
|
|
268
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
269
|
+
:type execution_context: int | str | None
|
|
270
270
|
:type undo: bool | None
|
|
271
271
|
:type filepath: str | typing.Any
|
|
272
272
|
"""
|
|
@@ -274,8 +274,8 @@ def filepath_drop(
|
|
|
274
274
|
...
|
|
275
275
|
|
|
276
276
|
def find_missing_files(
|
|
277
|
-
override_context: dict[str, typing.Any] |
|
|
278
|
-
execution_context:
|
|
277
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
278
|
+
execution_context: int | str | None = None,
|
|
279
279
|
undo: bool | None = None,
|
|
280
280
|
*,
|
|
281
281
|
find_all: bool | typing.Any | None = False,
|
|
@@ -305,8 +305,8 @@ def find_missing_files(
|
|
|
305
305
|
):
|
|
306
306
|
"""Try to find missing external files
|
|
307
307
|
|
|
308
|
-
:type override_context: dict[str, typing.Any] |
|
|
309
|
-
:type execution_context:
|
|
308
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
309
|
+
:type execution_context: int | str | None
|
|
310
310
|
:type undo: bool | None
|
|
311
311
|
:param find_all: Find All, Find all files in the search path (not just missing)
|
|
312
312
|
:type find_all: bool | typing.Any | None
|
|
@@ -373,204 +373,204 @@ def find_missing_files(
|
|
|
373
373
|
...
|
|
374
374
|
|
|
375
375
|
def hidedot(
|
|
376
|
-
override_context: dict[str, typing.Any] |
|
|
377
|
-
execution_context:
|
|
376
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
377
|
+
execution_context: int | str | None = None,
|
|
378
378
|
undo: bool | None = None,
|
|
379
379
|
):
|
|
380
380
|
"""Toggle hide hidden dot files
|
|
381
381
|
|
|
382
|
-
:type override_context: dict[str, typing.Any] |
|
|
383
|
-
:type execution_context:
|
|
382
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
383
|
+
:type execution_context: int | str | None
|
|
384
384
|
:type undo: bool | None
|
|
385
385
|
"""
|
|
386
386
|
|
|
387
387
|
...
|
|
388
388
|
|
|
389
389
|
def highlight(
|
|
390
|
-
override_context: dict[str, typing.Any] |
|
|
391
|
-
execution_context:
|
|
390
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
391
|
+
execution_context: int | str | None = None,
|
|
392
392
|
undo: bool | None = None,
|
|
393
393
|
):
|
|
394
394
|
"""Highlight selected file(s)
|
|
395
395
|
|
|
396
|
-
:type override_context: dict[str, typing.Any] |
|
|
397
|
-
:type execution_context:
|
|
396
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
397
|
+
:type execution_context: int | str | None
|
|
398
398
|
:type undo: bool | None
|
|
399
399
|
"""
|
|
400
400
|
|
|
401
401
|
...
|
|
402
402
|
|
|
403
403
|
def make_paths_absolute(
|
|
404
|
-
override_context: dict[str, typing.Any] |
|
|
405
|
-
execution_context:
|
|
404
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
405
|
+
execution_context: int | str | None = None,
|
|
406
406
|
undo: bool | None = None,
|
|
407
407
|
):
|
|
408
408
|
"""Make all paths to external files absolute
|
|
409
409
|
|
|
410
|
-
:type override_context: dict[str, typing.Any] |
|
|
411
|
-
:type execution_context:
|
|
410
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
411
|
+
:type execution_context: int | str | None
|
|
412
412
|
:type undo: bool | None
|
|
413
413
|
"""
|
|
414
414
|
|
|
415
415
|
...
|
|
416
416
|
|
|
417
417
|
def make_paths_relative(
|
|
418
|
-
override_context: dict[str, typing.Any] |
|
|
419
|
-
execution_context:
|
|
418
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
419
|
+
execution_context: int | str | None = None,
|
|
420
420
|
undo: bool | None = None,
|
|
421
421
|
):
|
|
422
422
|
"""Make all paths to external files relative to current .blend
|
|
423
423
|
|
|
424
|
-
:type override_context: dict[str, typing.Any] |
|
|
425
|
-
:type execution_context:
|
|
424
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
425
|
+
:type execution_context: int | str | None
|
|
426
426
|
:type undo: bool | None
|
|
427
427
|
"""
|
|
428
428
|
|
|
429
429
|
...
|
|
430
430
|
|
|
431
431
|
def mouse_execute(
|
|
432
|
-
override_context: dict[str, typing.Any] |
|
|
433
|
-
execution_context:
|
|
432
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
433
|
+
execution_context: int | str | None = None,
|
|
434
434
|
undo: bool | None = None,
|
|
435
435
|
):
|
|
436
436
|
"""Perform the current execute action for the file under the cursor (e.g. open the file)
|
|
437
437
|
|
|
438
|
-
:type override_context: dict[str, typing.Any] |
|
|
439
|
-
:type execution_context:
|
|
438
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
439
|
+
:type execution_context: int | str | None
|
|
440
440
|
:type undo: bool | None
|
|
441
441
|
"""
|
|
442
442
|
|
|
443
443
|
...
|
|
444
444
|
|
|
445
445
|
def next(
|
|
446
|
-
override_context: dict[str, typing.Any] |
|
|
447
|
-
execution_context:
|
|
446
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
447
|
+
execution_context: int | str | None = None,
|
|
448
448
|
undo: bool | None = None,
|
|
449
449
|
):
|
|
450
450
|
"""Move to next folder
|
|
451
451
|
|
|
452
|
-
:type override_context: dict[str, typing.Any] |
|
|
453
|
-
:type execution_context:
|
|
452
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
453
|
+
:type execution_context: int | str | None
|
|
454
454
|
:type undo: bool | None
|
|
455
455
|
"""
|
|
456
456
|
|
|
457
457
|
...
|
|
458
458
|
|
|
459
459
|
def pack_all(
|
|
460
|
-
override_context: dict[str, typing.Any] |
|
|
461
|
-
execution_context:
|
|
460
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
461
|
+
execution_context: int | str | None = None,
|
|
462
462
|
undo: bool | None = None,
|
|
463
463
|
):
|
|
464
464
|
"""Pack all used external files into this .blend
|
|
465
465
|
|
|
466
|
-
:type override_context: dict[str, typing.Any] |
|
|
467
|
-
:type execution_context:
|
|
466
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
467
|
+
:type execution_context: int | str | None
|
|
468
468
|
:type undo: bool | None
|
|
469
469
|
"""
|
|
470
470
|
|
|
471
471
|
...
|
|
472
472
|
|
|
473
473
|
def pack_libraries(
|
|
474
|
-
override_context: dict[str, typing.Any] |
|
|
475
|
-
execution_context:
|
|
474
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
475
|
+
execution_context: int | str | None = None,
|
|
476
476
|
undo: bool | None = None,
|
|
477
477
|
):
|
|
478
478
|
"""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
|
|
479
479
|
|
|
480
|
-
:type override_context: dict[str, typing.Any] |
|
|
481
|
-
:type execution_context:
|
|
480
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
481
|
+
:type execution_context: int | str | None
|
|
482
482
|
:type undo: bool | None
|
|
483
483
|
"""
|
|
484
484
|
|
|
485
485
|
...
|
|
486
486
|
|
|
487
487
|
def parent(
|
|
488
|
-
override_context: dict[str, typing.Any] |
|
|
489
|
-
execution_context:
|
|
488
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
489
|
+
execution_context: int | str | None = None,
|
|
490
490
|
undo: bool | None = None,
|
|
491
491
|
):
|
|
492
492
|
"""Move to parent directory
|
|
493
493
|
|
|
494
|
-
:type override_context: dict[str, typing.Any] |
|
|
495
|
-
:type execution_context:
|
|
494
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
495
|
+
:type execution_context: int | str | None
|
|
496
496
|
:type undo: bool | None
|
|
497
497
|
"""
|
|
498
498
|
|
|
499
499
|
...
|
|
500
500
|
|
|
501
501
|
def previous(
|
|
502
|
-
override_context: dict[str, typing.Any] |
|
|
503
|
-
execution_context:
|
|
502
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
503
|
+
execution_context: int | str | None = None,
|
|
504
504
|
undo: bool | None = None,
|
|
505
505
|
):
|
|
506
506
|
"""Move to previous folder
|
|
507
507
|
|
|
508
|
-
:type override_context: dict[str, typing.Any] |
|
|
509
|
-
:type execution_context:
|
|
508
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
509
|
+
:type execution_context: int | str | None
|
|
510
510
|
:type undo: bool | None
|
|
511
511
|
"""
|
|
512
512
|
|
|
513
513
|
...
|
|
514
514
|
|
|
515
515
|
def refresh(
|
|
516
|
-
override_context: dict[str, typing.Any] |
|
|
517
|
-
execution_context:
|
|
516
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
517
|
+
execution_context: int | str | None = None,
|
|
518
518
|
undo: bool | None = None,
|
|
519
519
|
):
|
|
520
520
|
"""Refresh the file list
|
|
521
521
|
|
|
522
|
-
:type override_context: dict[str, typing.Any] |
|
|
523
|
-
:type execution_context:
|
|
522
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
523
|
+
:type execution_context: int | str | None
|
|
524
524
|
:type undo: bool | None
|
|
525
525
|
"""
|
|
526
526
|
|
|
527
527
|
...
|
|
528
528
|
|
|
529
529
|
def rename(
|
|
530
|
-
override_context: dict[str, typing.Any] |
|
|
531
|
-
execution_context:
|
|
530
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
531
|
+
execution_context: int | str | None = None,
|
|
532
532
|
undo: bool | None = None,
|
|
533
533
|
):
|
|
534
534
|
"""Rename file or file directory
|
|
535
535
|
|
|
536
|
-
:type override_context: dict[str, typing.Any] |
|
|
537
|
-
:type execution_context:
|
|
536
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
537
|
+
:type execution_context: int | str | None
|
|
538
538
|
:type undo: bool | None
|
|
539
539
|
"""
|
|
540
540
|
|
|
541
541
|
...
|
|
542
542
|
|
|
543
543
|
def report_missing_files(
|
|
544
|
-
override_context: dict[str, typing.Any] |
|
|
545
|
-
execution_context:
|
|
544
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
545
|
+
execution_context: int | str | None = None,
|
|
546
546
|
undo: bool | None = None,
|
|
547
547
|
):
|
|
548
548
|
"""Report all missing external files
|
|
549
549
|
|
|
550
|
-
:type override_context: dict[str, typing.Any] |
|
|
551
|
-
:type execution_context:
|
|
550
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
551
|
+
:type execution_context: int | str | None
|
|
552
552
|
:type undo: bool | None
|
|
553
553
|
"""
|
|
554
554
|
|
|
555
555
|
...
|
|
556
556
|
|
|
557
557
|
def reset_recent(
|
|
558
|
-
override_context: dict[str, typing.Any] |
|
|
559
|
-
execution_context:
|
|
558
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
559
|
+
execution_context: int | str | None = None,
|
|
560
560
|
undo: bool | None = None,
|
|
561
561
|
):
|
|
562
562
|
"""Reset recent files
|
|
563
563
|
|
|
564
|
-
:type override_context: dict[str, typing.Any] |
|
|
565
|
-
:type execution_context:
|
|
564
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
565
|
+
:type execution_context: int | str | None
|
|
566
566
|
:type undo: bool | None
|
|
567
567
|
"""
|
|
568
568
|
|
|
569
569
|
...
|
|
570
570
|
|
|
571
571
|
def select(
|
|
572
|
-
override_context: dict[str, typing.Any] |
|
|
573
|
-
execution_context:
|
|
572
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
573
|
+
execution_context: int | str | None = None,
|
|
574
574
|
undo: bool | None = None,
|
|
575
575
|
*,
|
|
576
576
|
wait_to_deselect_others: bool | typing.Any | None = False,
|
|
@@ -585,8 +585,8 @@ def select(
|
|
|
585
585
|
):
|
|
586
586
|
"""Handle mouse clicks to select and activate items
|
|
587
587
|
|
|
588
|
-
:type override_context: dict[str, typing.Any] |
|
|
589
|
-
:type execution_context:
|
|
588
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
589
|
+
:type execution_context: int | str | None
|
|
590
590
|
:type undo: bool | None
|
|
591
591
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
592
592
|
:type wait_to_deselect_others: bool | typing.Any | None
|
|
@@ -611,16 +611,16 @@ def select(
|
|
|
611
611
|
...
|
|
612
612
|
|
|
613
613
|
def select_all(
|
|
614
|
-
override_context: dict[str, typing.Any] |
|
|
615
|
-
execution_context:
|
|
614
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
615
|
+
execution_context: int | str | None = None,
|
|
616
616
|
undo: bool | None = None,
|
|
617
617
|
*,
|
|
618
618
|
action: str | None = "TOGGLE",
|
|
619
619
|
):
|
|
620
620
|
"""Select or deselect all files
|
|
621
621
|
|
|
622
|
-
:type override_context: dict[str, typing.Any] |
|
|
623
|
-
:type execution_context:
|
|
622
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
623
|
+
:type execution_context: int | str | None
|
|
624
624
|
:type undo: bool | None
|
|
625
625
|
:param action: Action, Selection action to execute
|
|
626
626
|
|
|
@@ -641,16 +641,16 @@ def select_all(
|
|
|
641
641
|
...
|
|
642
642
|
|
|
643
643
|
def select_bookmark(
|
|
644
|
-
override_context: dict[str, typing.Any] |
|
|
645
|
-
execution_context:
|
|
644
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
645
|
+
execution_context: int | str | None = None,
|
|
646
646
|
undo: bool | None = None,
|
|
647
647
|
*,
|
|
648
648
|
dir: str | typing.Any = "",
|
|
649
649
|
):
|
|
650
650
|
"""Select a bookmarked directory
|
|
651
651
|
|
|
652
|
-
:type override_context: dict[str, typing.Any] |
|
|
653
|
-
:type execution_context:
|
|
652
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
653
|
+
:type execution_context: int | str | None
|
|
654
654
|
:type undo: bool | None
|
|
655
655
|
:param dir: Directory
|
|
656
656
|
:type dir: str | typing.Any
|
|
@@ -659,8 +659,8 @@ def select_bookmark(
|
|
|
659
659
|
...
|
|
660
660
|
|
|
661
661
|
def select_box(
|
|
662
|
-
override_context: dict[str, typing.Any] |
|
|
663
|
-
execution_context:
|
|
662
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
663
|
+
execution_context: int | str | None = None,
|
|
664
664
|
undo: bool | None = None,
|
|
665
665
|
*,
|
|
666
666
|
xmin: typing.Any | None = 0,
|
|
@@ -672,8 +672,8 @@ def select_box(
|
|
|
672
672
|
):
|
|
673
673
|
"""Activate/select the file(s) contained in the border
|
|
674
674
|
|
|
675
|
-
:type override_context: dict[str, typing.Any] |
|
|
676
|
-
:type execution_context:
|
|
675
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
676
|
+
:type execution_context: int | str | None
|
|
677
677
|
:type undo: bool | None
|
|
678
678
|
:param xmin: X Min
|
|
679
679
|
:type xmin: typing.Any | None
|
|
@@ -701,8 +701,8 @@ def select_box(
|
|
|
701
701
|
...
|
|
702
702
|
|
|
703
703
|
def select_walk(
|
|
704
|
-
override_context: dict[str, typing.Any] |
|
|
705
|
-
execution_context:
|
|
704
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
705
|
+
execution_context: int | str | None = None,
|
|
706
706
|
undo: bool | None = None,
|
|
707
707
|
*,
|
|
708
708
|
direction: str | None = "UP",
|
|
@@ -711,8 +711,8 @@ def select_walk(
|
|
|
711
711
|
):
|
|
712
712
|
"""Select/Deselect files by walking through them
|
|
713
713
|
|
|
714
|
-
:type override_context: dict[str, typing.Any] |
|
|
715
|
-
:type execution_context:
|
|
714
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
715
|
+
:type execution_context: int | str | None
|
|
716
716
|
:type undo: bool | None
|
|
717
717
|
:param direction: Walk Direction, Select/Deselect element in this direction
|
|
718
718
|
:type direction: str | None
|
|
@@ -725,58 +725,58 @@ def select_walk(
|
|
|
725
725
|
...
|
|
726
726
|
|
|
727
727
|
def smoothscroll(
|
|
728
|
-
override_context: dict[str, typing.Any] |
|
|
729
|
-
execution_context:
|
|
728
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
729
|
+
execution_context: int | str | None = None,
|
|
730
730
|
undo: bool | None = None,
|
|
731
731
|
):
|
|
732
732
|
"""Smooth scroll to make editable file visible
|
|
733
733
|
|
|
734
|
-
:type override_context: dict[str, typing.Any] |
|
|
735
|
-
:type execution_context:
|
|
734
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
735
|
+
:type execution_context: int | str | None
|
|
736
736
|
:type undo: bool | None
|
|
737
737
|
"""
|
|
738
738
|
|
|
739
739
|
...
|
|
740
740
|
|
|
741
741
|
def sort_column_ui_context(
|
|
742
|
-
override_context: dict[str, typing.Any] |
|
|
743
|
-
execution_context:
|
|
742
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
743
|
+
execution_context: int | str | None = None,
|
|
744
744
|
undo: bool | None = None,
|
|
745
745
|
):
|
|
746
746
|
"""Change sorting to use column under cursor
|
|
747
747
|
|
|
748
|
-
:type override_context: dict[str, typing.Any] |
|
|
749
|
-
:type execution_context:
|
|
748
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
749
|
+
:type execution_context: int | str | None
|
|
750
750
|
:type undo: bool | None
|
|
751
751
|
"""
|
|
752
752
|
|
|
753
753
|
...
|
|
754
754
|
|
|
755
755
|
def start_filter(
|
|
756
|
-
override_context: dict[str, typing.Any] |
|
|
757
|
-
execution_context:
|
|
756
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
757
|
+
execution_context: int | str | None = None,
|
|
758
758
|
undo: bool | None = None,
|
|
759
759
|
):
|
|
760
760
|
"""Start entering filter text
|
|
761
761
|
|
|
762
|
-
:type override_context: dict[str, typing.Any] |
|
|
763
|
-
:type execution_context:
|
|
762
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
763
|
+
:type execution_context: int | str | None
|
|
764
764
|
:type undo: bool | None
|
|
765
765
|
"""
|
|
766
766
|
|
|
767
767
|
...
|
|
768
768
|
|
|
769
769
|
def unpack_all(
|
|
770
|
-
override_context: dict[str, typing.Any] |
|
|
771
|
-
execution_context:
|
|
770
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
771
|
+
execution_context: int | str | None = None,
|
|
772
772
|
undo: bool | None = None,
|
|
773
773
|
*,
|
|
774
774
|
method: str | None = "USE_LOCAL",
|
|
775
775
|
):
|
|
776
776
|
"""Unpack all files packed into this .blend to external ones
|
|
777
777
|
|
|
778
|
-
:type override_context: dict[str, typing.Any] |
|
|
779
|
-
:type execution_context:
|
|
778
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
779
|
+
:type execution_context: int | str | None
|
|
780
780
|
:type undo: bool | None
|
|
781
781
|
:param method: Method, How to unpack
|
|
782
782
|
:type method: str | None
|
|
@@ -785,8 +785,8 @@ def unpack_all(
|
|
|
785
785
|
...
|
|
786
786
|
|
|
787
787
|
def unpack_item(
|
|
788
|
-
override_context: dict[str, typing.Any] |
|
|
789
|
-
execution_context:
|
|
788
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
789
|
+
execution_context: int | str | None = None,
|
|
790
790
|
undo: bool | None = None,
|
|
791
791
|
*,
|
|
792
792
|
method: str | None = "USE_LOCAL",
|
|
@@ -795,8 +795,8 @@ def unpack_item(
|
|
|
795
795
|
):
|
|
796
796
|
"""Unpack this file to an external file
|
|
797
797
|
|
|
798
|
-
:type override_context: dict[str, typing.Any] |
|
|
799
|
-
:type execution_context:
|
|
798
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
799
|
+
:type execution_context: int | str | None
|
|
800
800
|
:type undo: bool | None
|
|
801
801
|
:param method: Method, How to unpack
|
|
802
802
|
:type method: str | None
|
|
@@ -809,28 +809,28 @@ def unpack_item(
|
|
|
809
809
|
...
|
|
810
810
|
|
|
811
811
|
def unpack_libraries(
|
|
812
|
-
override_context: dict[str, typing.Any] |
|
|
813
|
-
execution_context:
|
|
812
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
813
|
+
execution_context: int | str | None = None,
|
|
814
814
|
undo: bool | None = None,
|
|
815
815
|
):
|
|
816
816
|
"""Restore all packed linked data-blocks to their original locations
|
|
817
817
|
|
|
818
|
-
:type override_context: dict[str, typing.Any] |
|
|
819
|
-
:type execution_context:
|
|
818
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
819
|
+
:type execution_context: int | str | None
|
|
820
820
|
:type undo: bool | None
|
|
821
821
|
"""
|
|
822
822
|
|
|
823
823
|
...
|
|
824
824
|
|
|
825
825
|
def view_selected(
|
|
826
|
-
override_context: dict[str, typing.Any] |
|
|
827
|
-
execution_context:
|
|
826
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
827
|
+
execution_context: int | str | None = None,
|
|
828
828
|
undo: bool | None = None,
|
|
829
829
|
):
|
|
830
830
|
"""Scroll the selected files into view
|
|
831
831
|
|
|
832
|
-
:type override_context: dict[str, typing.Any] |
|
|
833
|
-
:type execution_context:
|
|
832
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
833
|
+
:type execution_context: int | str | None
|
|
834
834
|
:type undo: bool | None
|
|
835
835
|
"""
|
|
836
836
|
|