fake-bpy-module 20240529__py3-none-any.whl → 20240531__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.
- bl_ui/generic_ui_list/__init__.pyi +2 -2
- bl_ui/space_dopesheet/__init__.pyi +2 -2
- bl_ui/space_graph/__init__.pyi +2 -2
- bl_ui/space_nla/__init__.pyi +2 -2
- bl_ui/space_sequencer/__init__.pyi +2 -2
- bmesh/types/__init__.pyi +128 -161
- bpy/ops/__init__.pyi +1 -1
- bpy/ops/anim/__init__.pyi +14 -0
- bpy/ops/export_scene/__init__.pyi +3 -3
- bpy/ops/{bl_pkg → extensions}/__init__.pyi +127 -113
- bpy/ops/node/__init__.pyi +0 -14
- bpy/ops/wm/__init__.pyi +6 -0
- bpy/types/__init__.pyi +201 -171
- {fake_bpy_module-20240529.dist-info → fake_bpy_module-20240531.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240529.dist-info → fake_bpy_module-20240531.dist-info}/RECORD +17 -17
- {fake_bpy_module-20240529.dist-info → fake_bpy_module-20240531.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240529.dist-info → fake_bpy_module-20240531.dist-info}/top_level.txt +0 -0
|
@@ -19,7 +19,7 @@ def dummy_progress(
|
|
|
19
19
|
|
|
20
20
|
...
|
|
21
21
|
|
|
22
|
-
def
|
|
22
|
+
def package_disable(
|
|
23
23
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
24
24
|
execution_context: str | int | None = None,
|
|
25
25
|
undo: bool | None = None,
|
|
@@ -33,49 +33,7 @@ def extension_disable(
|
|
|
33
33
|
|
|
34
34
|
...
|
|
35
35
|
|
|
36
|
-
def
|
|
37
|
-
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
38
|
-
execution_context: str | int | None = None,
|
|
39
|
-
undo: bool | None = None,
|
|
40
|
-
*,
|
|
41
|
-
pkg_id: str | typing.Any = "",
|
|
42
|
-
repo_index: typing.Any | None = -1,
|
|
43
|
-
):
|
|
44
|
-
"""Turn off this theme
|
|
45
|
-
|
|
46
|
-
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
47
|
-
:type execution_context: str | int | None
|
|
48
|
-
:type undo: bool | None
|
|
49
|
-
:param pkg_id: Package ID
|
|
50
|
-
:type pkg_id: str | typing.Any
|
|
51
|
-
:param repo_index: Repo Index
|
|
52
|
-
:type repo_index: typing.Any | None
|
|
53
|
-
"""
|
|
54
|
-
|
|
55
|
-
...
|
|
56
|
-
|
|
57
|
-
def extension_theme_enable(
|
|
58
|
-
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
59
|
-
execution_context: str | int | None = None,
|
|
60
|
-
undo: bool | None = None,
|
|
61
|
-
*,
|
|
62
|
-
pkg_id: str | typing.Any = "",
|
|
63
|
-
repo_index: typing.Any | None = -1,
|
|
64
|
-
):
|
|
65
|
-
"""Turn off this theme
|
|
66
|
-
|
|
67
|
-
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
68
|
-
:type execution_context: str | int | None
|
|
69
|
-
:type undo: bool | None
|
|
70
|
-
:param pkg_id: Package ID
|
|
71
|
-
:type pkg_id: str | typing.Any
|
|
72
|
-
:param repo_index: Repo Index
|
|
73
|
-
:type repo_index: typing.Any | None
|
|
74
|
-
"""
|
|
75
|
-
|
|
76
|
-
...
|
|
77
|
-
|
|
78
|
-
def extensions_enable_not_installed(
|
|
36
|
+
def package_enable_not_installed(
|
|
79
37
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
80
38
|
execution_context: str | int | None = None,
|
|
81
39
|
undo: bool | None = None,
|
|
@@ -89,63 +47,7 @@ def extensions_enable_not_installed(
|
|
|
89
47
|
|
|
90
48
|
...
|
|
91
49
|
|
|
92
|
-
def
|
|
93
|
-
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
94
|
-
execution_context: str | int | None = None,
|
|
95
|
-
undo: bool | None = None,
|
|
96
|
-
):
|
|
97
|
-
"""Open extensions preferences
|
|
98
|
-
|
|
99
|
-
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
100
|
-
:type execution_context: str | int | None
|
|
101
|
-
:type undo: bool | None
|
|
102
|
-
"""
|
|
103
|
-
|
|
104
|
-
...
|
|
105
|
-
|
|
106
|
-
def extensions_show_online_prefs(
|
|
107
|
-
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
108
|
-
execution_context: str | int | None = None,
|
|
109
|
-
undo: bool | None = None,
|
|
110
|
-
):
|
|
111
|
-
"""Show system preferences "Network" panel to allow online access
|
|
112
|
-
|
|
113
|
-
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
114
|
-
:type execution_context: str | int | None
|
|
115
|
-
:type undo: bool | None
|
|
116
|
-
"""
|
|
117
|
-
|
|
118
|
-
...
|
|
119
|
-
|
|
120
|
-
def obsolete_marked(
|
|
121
|
-
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
122
|
-
execution_context: str | int | None = None,
|
|
123
|
-
undo: bool | None = None,
|
|
124
|
-
):
|
|
125
|
-
"""Zeroes package versions, useful for development - to test upgrading
|
|
126
|
-
|
|
127
|
-
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
128
|
-
:type execution_context: str | int | None
|
|
129
|
-
:type undo: bool | None
|
|
130
|
-
"""
|
|
131
|
-
|
|
132
|
-
...
|
|
133
|
-
|
|
134
|
-
def pkg_display_errors_clear(
|
|
135
|
-
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
136
|
-
execution_context: str | int | None = None,
|
|
137
|
-
undo: bool | None = None,
|
|
138
|
-
):
|
|
139
|
-
"""Undocumented, consider contributing.
|
|
140
|
-
|
|
141
|
-
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
142
|
-
:type execution_context: str | int | None
|
|
143
|
-
:type undo: bool | None
|
|
144
|
-
"""
|
|
145
|
-
|
|
146
|
-
...
|
|
147
|
-
|
|
148
|
-
def pkg_install(
|
|
50
|
+
def package_install(
|
|
149
51
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
150
52
|
execution_context: str | int | None = None,
|
|
151
53
|
undo: bool | None = None,
|
|
@@ -175,7 +77,7 @@ def pkg_install(
|
|
|
175
77
|
|
|
176
78
|
...
|
|
177
79
|
|
|
178
|
-
def
|
|
80
|
+
def package_install_files(
|
|
179
81
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
180
82
|
execution_context: str | int | None = None,
|
|
181
83
|
undo: bool | None = None,
|
|
@@ -212,7 +114,7 @@ def pkg_install_files(
|
|
|
212
114
|
|
|
213
115
|
...
|
|
214
116
|
|
|
215
|
-
def
|
|
117
|
+
def package_install_marked(
|
|
216
118
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
217
119
|
execution_context: str | int | None = None,
|
|
218
120
|
undo: bool | None = None,
|
|
@@ -230,7 +132,7 @@ def pkg_install_marked(
|
|
|
230
132
|
|
|
231
133
|
...
|
|
232
134
|
|
|
233
|
-
def
|
|
135
|
+
def package_mark_clear(
|
|
234
136
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
235
137
|
execution_context: str | int | None = None,
|
|
236
138
|
undo: bool | None = None,
|
|
@@ -251,7 +153,7 @@ def pkg_mark_clear(
|
|
|
251
153
|
|
|
252
154
|
...
|
|
253
155
|
|
|
254
|
-
def
|
|
156
|
+
def package_mark_set(
|
|
255
157
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
256
158
|
execution_context: str | int | None = None,
|
|
257
159
|
undo: bool | None = None,
|
|
@@ -272,7 +174,21 @@ def pkg_mark_set(
|
|
|
272
174
|
|
|
273
175
|
...
|
|
274
176
|
|
|
275
|
-
def
|
|
177
|
+
def package_obsolete_marked(
|
|
178
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
179
|
+
execution_context: str | int | None = None,
|
|
180
|
+
undo: bool | None = None,
|
|
181
|
+
):
|
|
182
|
+
"""Zeroes package versions, useful for development - to test upgrading
|
|
183
|
+
|
|
184
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
185
|
+
:type execution_context: str | int | None
|
|
186
|
+
:type undo: bool | None
|
|
187
|
+
"""
|
|
188
|
+
|
|
189
|
+
...
|
|
190
|
+
|
|
191
|
+
def package_show_clear(
|
|
276
192
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
277
193
|
execution_context: str | int | None = None,
|
|
278
194
|
undo: bool | None = None,
|
|
@@ -293,7 +209,7 @@ def pkg_show_clear(
|
|
|
293
209
|
|
|
294
210
|
...
|
|
295
211
|
|
|
296
|
-
def
|
|
212
|
+
def package_show_set(
|
|
297
213
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
298
214
|
execution_context: str | int | None = None,
|
|
299
215
|
undo: bool | None = None,
|
|
@@ -314,7 +230,7 @@ def pkg_show_set(
|
|
|
314
230
|
|
|
315
231
|
...
|
|
316
232
|
|
|
317
|
-
def
|
|
233
|
+
def package_show_settings(
|
|
318
234
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
319
235
|
execution_context: str | int | None = None,
|
|
320
236
|
undo: bool | None = None,
|
|
@@ -335,21 +251,49 @@ def pkg_show_settings(
|
|
|
335
251
|
|
|
336
252
|
...
|
|
337
253
|
|
|
338
|
-
def
|
|
254
|
+
def package_theme_disable(
|
|
339
255
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
340
256
|
execution_context: str | int | None = None,
|
|
341
257
|
undo: bool | None = None,
|
|
258
|
+
*,
|
|
259
|
+
pkg_id: str | typing.Any = "",
|
|
260
|
+
repo_index: typing.Any | None = -1,
|
|
342
261
|
):
|
|
343
|
-
"""
|
|
262
|
+
"""Turn off this theme
|
|
263
|
+
|
|
264
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
265
|
+
:type execution_context: str | int | None
|
|
266
|
+
:type undo: bool | None
|
|
267
|
+
:param pkg_id: Package ID
|
|
268
|
+
:type pkg_id: str | typing.Any
|
|
269
|
+
:param repo_index: Repo Index
|
|
270
|
+
:type repo_index: typing.Any | None
|
|
271
|
+
"""
|
|
272
|
+
|
|
273
|
+
...
|
|
274
|
+
|
|
275
|
+
def package_theme_enable(
|
|
276
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
277
|
+
execution_context: str | int | None = None,
|
|
278
|
+
undo: bool | None = None,
|
|
279
|
+
*,
|
|
280
|
+
pkg_id: str | typing.Any = "",
|
|
281
|
+
repo_index: typing.Any | None = -1,
|
|
282
|
+
):
|
|
283
|
+
"""Turn off this theme
|
|
344
284
|
|
|
345
285
|
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
346
286
|
:type execution_context: str | int | None
|
|
347
287
|
:type undo: bool | None
|
|
288
|
+
:param pkg_id: Package ID
|
|
289
|
+
:type pkg_id: str | typing.Any
|
|
290
|
+
:param repo_index: Repo Index
|
|
291
|
+
:type repo_index: typing.Any | None
|
|
348
292
|
"""
|
|
349
293
|
|
|
350
294
|
...
|
|
351
295
|
|
|
352
|
-
def
|
|
296
|
+
def package_uninstall(
|
|
353
297
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
354
298
|
execution_context: str | int | None = None,
|
|
355
299
|
undo: bool | None = None,
|
|
@@ -373,7 +317,7 @@ def pkg_uninstall(
|
|
|
373
317
|
|
|
374
318
|
...
|
|
375
319
|
|
|
376
|
-
def
|
|
320
|
+
def package_uninstall_marked(
|
|
377
321
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
378
322
|
execution_context: str | int | None = None,
|
|
379
323
|
undo: bool | None = None,
|
|
@@ -387,7 +331,7 @@ def pkg_uninstall_marked(
|
|
|
387
331
|
|
|
388
332
|
...
|
|
389
333
|
|
|
390
|
-
def
|
|
334
|
+
def package_upgrade_all(
|
|
391
335
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
392
336
|
execution_context: str | int | None = None,
|
|
393
337
|
undo: bool | None = None,
|
|
@@ -471,3 +415,73 @@ def repo_unlock(
|
|
|
471
415
|
"""
|
|
472
416
|
|
|
473
417
|
...
|
|
418
|
+
|
|
419
|
+
def status_clear(
|
|
420
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
421
|
+
execution_context: str | int | None = None,
|
|
422
|
+
undo: bool | None = None,
|
|
423
|
+
):
|
|
424
|
+
"""Undocumented, consider contributing.
|
|
425
|
+
|
|
426
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
427
|
+
:type execution_context: str | int | None
|
|
428
|
+
:type undo: bool | None
|
|
429
|
+
"""
|
|
430
|
+
|
|
431
|
+
...
|
|
432
|
+
|
|
433
|
+
def status_clear_errors(
|
|
434
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
435
|
+
execution_context: str | int | None = None,
|
|
436
|
+
undo: bool | None = None,
|
|
437
|
+
):
|
|
438
|
+
"""Undocumented, consider contributing.
|
|
439
|
+
|
|
440
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
441
|
+
:type execution_context: str | int | None
|
|
442
|
+
:type undo: bool | None
|
|
443
|
+
"""
|
|
444
|
+
|
|
445
|
+
...
|
|
446
|
+
|
|
447
|
+
def userpref_show_for_update(
|
|
448
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
449
|
+
execution_context: str | int | None = None,
|
|
450
|
+
undo: bool | None = None,
|
|
451
|
+
):
|
|
452
|
+
"""Open extensions preferences
|
|
453
|
+
|
|
454
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
455
|
+
:type execution_context: str | int | None
|
|
456
|
+
:type undo: bool | None
|
|
457
|
+
"""
|
|
458
|
+
|
|
459
|
+
...
|
|
460
|
+
|
|
461
|
+
def userpref_show_online(
|
|
462
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
463
|
+
execution_context: str | int | None = None,
|
|
464
|
+
undo: bool | None = None,
|
|
465
|
+
):
|
|
466
|
+
"""Show system preferences "Network" panel to allow online access
|
|
467
|
+
|
|
468
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
469
|
+
:type execution_context: str | int | None
|
|
470
|
+
:type undo: bool | None
|
|
471
|
+
"""
|
|
472
|
+
|
|
473
|
+
...
|
|
474
|
+
|
|
475
|
+
def userpref_show_online_popup(
|
|
476
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
477
|
+
execution_context: str | int | None = None,
|
|
478
|
+
undo: bool | None = None,
|
|
479
|
+
):
|
|
480
|
+
"""Show system preferences "Network" panel to allow online access
|
|
481
|
+
|
|
482
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
483
|
+
:type execution_context: str | int | None
|
|
484
|
+
:type undo: bool | None
|
|
485
|
+
"""
|
|
486
|
+
|
|
487
|
+
...
|
bpy/ops/node/__init__.pyi
CHANGED
|
@@ -1848,20 +1848,6 @@ def simulation_zone_item_remove(
|
|
|
1848
1848
|
|
|
1849
1849
|
...
|
|
1850
1850
|
|
|
1851
|
-
def switch_view_update(
|
|
1852
|
-
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1853
|
-
execution_context: str | int | None = None,
|
|
1854
|
-
undo: bool | None = None,
|
|
1855
|
-
):
|
|
1856
|
-
"""Update views of selected node
|
|
1857
|
-
|
|
1858
|
-
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1859
|
-
:type execution_context: str | int | None
|
|
1860
|
-
:type undo: bool | None
|
|
1861
|
-
"""
|
|
1862
|
-
|
|
1863
|
-
...
|
|
1864
|
-
|
|
1865
1851
|
def translate_attach(
|
|
1866
1852
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1867
1853
|
execution_context: str | int | None = None,
|
bpy/ops/wm/__init__.pyi
CHANGED
|
@@ -4968,6 +4968,7 @@ def usd_export(
|
|
|
4968
4968
|
root_prim_path: str | typing.Any = "/root",
|
|
4969
4969
|
export_custom_properties: bool | typing.Any | None = True,
|
|
4970
4970
|
author_blender_name: bool | typing.Any | None = True,
|
|
4971
|
+
convert_world_material: bool | typing.Any | None = True,
|
|
4971
4972
|
export_meshes: bool | typing.Any | None = True,
|
|
4972
4973
|
export_lights: bool | typing.Any | None = True,
|
|
4973
4974
|
export_cameras: bool | typing.Any | None = True,
|
|
@@ -5151,6 +5152,8 @@ def usd_export(
|
|
|
5151
5152
|
:type export_custom_properties: bool | typing.Any | None
|
|
5152
5153
|
:param author_blender_name: Blender Names, Author USD custom attributes containing the original Blender object and object data names
|
|
5153
5154
|
:type author_blender_name: bool | typing.Any | None
|
|
5155
|
+
:param convert_world_material: Convert World Material, Convert the world material to a USD dome light. Currently works for simple materials, consisting of an environment texture connected to a background shader, with an optional vector multiply of the texture color
|
|
5156
|
+
:type convert_world_material: bool | typing.Any | None
|
|
5154
5157
|
:param export_meshes: Meshes, Export all meshes
|
|
5155
5158
|
:type export_meshes: bool | typing.Any | None
|
|
5156
5159
|
:param export_lights: Lights, Export all lights
|
|
@@ -5233,6 +5236,7 @@ def usd_import(
|
|
|
5233
5236
|
tex_name_collision_mode: str | None = "USE_EXISTING",
|
|
5234
5237
|
attr_import_mode: str | None = "ALL",
|
|
5235
5238
|
validate_meshes: bool | typing.Any | None = False,
|
|
5239
|
+
create_world_material: bool | typing.Any | None = True,
|
|
5236
5240
|
import_defined_only: bool | typing.Any | None = True,
|
|
5237
5241
|
):
|
|
5238
5242
|
"""Import USD stage into current scene
|
|
@@ -5395,6 +5399,8 @@ def usd_import(
|
|
|
5395
5399
|
:type attr_import_mode: str | None
|
|
5396
5400
|
:param validate_meshes: Validate Meshes, Ensure the data is valid (when disabled, data may be imported which causes crashes displaying or editing)
|
|
5397
5401
|
:type validate_meshes: bool | typing.Any | None
|
|
5402
|
+
:param create_world_material: Create World Material, Convert the first discovered USD dome light to a world background shader
|
|
5403
|
+
:type create_world_material: bool | typing.Any | None
|
|
5398
5404
|
:param import_defined_only: Import only defined USD primitives, When disabled this allows importing USD primitives which are not defined,such as those with an override specifier
|
|
5399
5405
|
:type import_defined_only: bool | typing.Any | None
|
|
5400
5406
|
"""
|