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.

Files changed (107) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/space_sequencer/__init__.pyi +14 -0
  4. bl_ui/space_userpref/__init__.pyi +234 -0
  5. bl_ui/space_view3d/__init__.pyi +810 -0
  6. blf/__init__.pyi +4 -4
  7. bmesh/ops/__init__.pyi +97 -82
  8. bmesh/types/__init__.pyi +43 -40
  9. bmesh/utils/__init__.pyi +2 -4
  10. bpy/ops/action/__init__.pyi +152 -152
  11. bpy/ops/anim/__init__.pyi +216 -216
  12. bpy/ops/armature/__init__.pyi +192 -192
  13. bpy/ops/asset/__init__.pyi +64 -64
  14. bpy/ops/boid/__init__.pyi +32 -32
  15. bpy/ops/brush/__init__.pyi +36 -36
  16. bpy/ops/buttons/__init__.pyi +24 -24
  17. bpy/ops/cachefile/__init__.pyi +20 -20
  18. bpy/ops/camera/__init__.pyi +8 -8
  19. bpy/ops/clip/__init__.pyi +368 -368
  20. bpy/ops/cloth/__init__.pyi +4 -4
  21. bpy/ops/collection/__init__.pyi +36 -36
  22. bpy/ops/console/__init__.pyi +84 -84
  23. bpy/ops/constraint/__init__.pyi +72 -72
  24. bpy/ops/curve/__init__.pyi +204 -204
  25. bpy/ops/curves/__init__.pyi +108 -108
  26. bpy/ops/cycles/__init__.pyi +12 -12
  27. bpy/ops/dpaint/__init__.pyi +20 -20
  28. bpy/ops/ed/__init__.pyi +48 -48
  29. bpy/ops/export_anim/__init__.pyi +4 -4
  30. bpy/ops/export_scene/__init__.pyi +8 -8
  31. bpy/ops/extensions/__init__.pyi +130 -110
  32. bpy/ops/file/__init__.pyi +160 -160
  33. bpy/ops/fluid/__init__.pyi +56 -56
  34. bpy/ops/font/__init__.pyi +92 -92
  35. bpy/ops/geometry/__init__.pyi +40 -40
  36. bpy/ops/gizmogroup/__init__.pyi +8 -8
  37. bpy/ops/gpencil/__init__.pyi +600 -600
  38. bpy/ops/graph/__init__.pyi +260 -260
  39. bpy/ops/grease_pencil/__init__.pyi +292 -292
  40. bpy/ops/image/__init__.pyi +192 -192
  41. bpy/ops/import_anim/__init__.pyi +4 -4
  42. bpy/ops/import_curve/__init__.pyi +4 -4
  43. bpy/ops/import_scene/__init__.pyi +8 -8
  44. bpy/ops/info/__init__.pyi +28 -28
  45. bpy/ops/lattice/__init__.pyi +32 -32
  46. bpy/ops/marker/__init__.pyi +44 -44
  47. bpy/ops/mask/__init__.pyi +156 -156
  48. bpy/ops/material/__init__.pyi +12 -12
  49. bpy/ops/mball/__init__.pyi +32 -32
  50. bpy/ops/mesh/__init__.pyi +652 -652
  51. bpy/ops/nla/__init__.pyi +156 -156
  52. bpy/ops/node/__init__.pyi +450 -404
  53. bpy/ops/object/__init__.pyi +984 -987
  54. bpy/ops/outliner/__init__.pyi +284 -284
  55. bpy/ops/paint/__init__.pyi +220 -220
  56. bpy/ops/paintcurve/__init__.pyi +32 -32
  57. bpy/ops/palette/__init__.pyi +28 -28
  58. bpy/ops/particle/__init__.pyi +144 -144
  59. bpy/ops/pose/__init__.pyi +156 -156
  60. bpy/ops/poselib/__init__.pyi +36 -36
  61. bpy/ops/preferences/__init__.pyi +151 -148
  62. bpy/ops/ptcache/__init__.pyi +28 -28
  63. bpy/ops/render/__init__.pyi +48 -48
  64. bpy/ops/rigidbody/__init__.pyi +52 -52
  65. bpy/ops/scene/__init__.pyi +156 -156
  66. bpy/ops/screen/__init__.pyi +156 -156
  67. bpy/ops/script/__init__.pyi +12 -12
  68. bpy/ops/sculpt/__init__.pyi +144 -144
  69. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  70. bpy/ops/sequencer/__init__.pyi +364 -340
  71. bpy/ops/sound/__init__.pyi +28 -28
  72. bpy/ops/spreadsheet/__init__.pyi +16 -16
  73. bpy/ops/surface/__init__.pyi +24 -24
  74. bpy/ops/text/__init__.pyi +172 -172
  75. bpy/ops/text_editor/__init__.pyi +4 -4
  76. bpy/ops/texture/__init__.pyi +16 -16
  77. bpy/ops/transform/__init__.pyi +111 -108
  78. bpy/ops/ui/__init__.pyi +132 -132
  79. bpy/ops/uilist/__init__.pyi +12 -12
  80. bpy/ops/uv/__init__.pyi +196 -196
  81. bpy/ops/view2d/__init__.pyi +56 -56
  82. bpy/ops/view3d/__init__.pyi +268 -268
  83. bpy/ops/wm/__init__.pyi +475 -448
  84. bpy/ops/workspace/__init__.pyi +28 -28
  85. bpy/ops/world/__init__.pyi +8 -8
  86. bpy/path/__init__.pyi +18 -18
  87. bpy/props/__init__.pyi +11 -11
  88. bpy/types/__init__.pyi +2136 -1798
  89. bpy/utils/__init__.pyi +4 -4
  90. bpy_extras/anim_utils/__init__.pyi +4 -4
  91. bpy_extras/io_utils/__init__.pyi +4 -4
  92. bpy_extras/mesh_utils/__init__.pyi +4 -4
  93. bpy_extras/view3d_utils/__init__.pyi +24 -20
  94. bpy_types/__init__.pyi +12 -7
  95. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
  96. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
  97. freestyle/types/__init__.pyi +64 -64
  98. freestyle/utils/__init__.pyi +2 -2
  99. gpu/matrix/__init__.pyi +15 -6
  100. gpu/state/__init__.pyi +2 -2
  101. gpu/types/__init__.pyi +6 -4
  102. gpu_extras/presets/__init__.pyi +8 -4
  103. imbuf/__init__.pyi +4 -4
  104. mathutils/__init__.pyi +292 -187
  105. mathutils/geometry/__init__.pyi +2 -5
  106. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
  107. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
@@ -6,50 +6,50 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def dummy_progress(
9
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
- execution_context: str | int | None = None,
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
  """Undocumented, consider contributing.
14
14
 
15
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
16
- :type execution_context: str | int | None
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 package_disable(
23
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
24
- execution_context: str | int | None = None,
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
  """Turn off this extension
28
28
 
29
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
30
- :type execution_context: str | int | None
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 package_enable_not_installed(
37
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
38
- execution_context: str | int | None = None,
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
  """Turn on this extension
42
42
 
43
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
44
- :type execution_context: str | int | None
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 package_install(
51
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
52
- execution_context: str | int | None = None,
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
  repo_directory: str | typing.Any = "",
@@ -60,8 +60,8 @@ def package_install(
60
60
  ):
61
61
  """Download and install the extension
62
62
 
63
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
64
- :type execution_context: str | int | None
63
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
64
+ :type execution_context: int | str | None
65
65
  :type undo: bool | None
66
66
  :param repo_directory: Repo Directory
67
67
  :type repo_directory: str | typing.Any
@@ -78,23 +78,25 @@ def package_install(
78
78
  ...
79
79
 
80
80
  def package_install_files(
81
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
82
- execution_context: str | int | None = None,
81
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
82
+ execution_context: int | str | None = None,
83
83
  undo: bool | None = None,
84
84
  *,
85
- filter_glob: str | typing.Any = "*.zip",
85
+ filter_glob: str | typing.Any = "*.zip;*.py",
86
86
  directory: str | typing.Any = "",
87
87
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
88
88
  | None = None,
89
89
  filepath: str | typing.Any = "",
90
90
  repo: str | None = "",
91
91
  enable_on_install: bool | typing.Any | None = True,
92
+ target: str | None = "",
93
+ overwrite: bool | typing.Any | None = True,
92
94
  url: str | typing.Any = "",
93
95
  ):
94
96
  """Install an extension from a file into a locally managed repository
95
97
 
96
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
97
- :type execution_context: str | int | None
98
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
99
+ :type execution_context: int | str | None
98
100
  :type undo: bool | None
99
101
  :param filter_glob: filter_glob
100
102
  :type filter_glob: str | typing.Any
@@ -108,6 +110,10 @@ def package_install_files(
108
110
  :type repo: str | None
109
111
  :param enable_on_install: Enable on Install, Enable after installing
110
112
  :type enable_on_install: bool | typing.Any | None
113
+ :param target: Legacy Target Path, Path to install legacy add-on packages to
114
+ :type target: str | None
115
+ :param overwrite: Legacy Overwrite, Remove existing add-ons with the same ID
116
+ :type overwrite: bool | typing.Any | None
111
117
  :param url: URL
112
118
  :type url: str | typing.Any
113
119
  """
@@ -115,16 +121,16 @@ def package_install_files(
115
121
  ...
116
122
 
117
123
  def package_install_marked(
118
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
119
- execution_context: str | int | None = None,
124
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
125
+ execution_context: int | str | None = None,
120
126
  undo: bool | None = None,
121
127
  *,
122
128
  enable_on_install: bool | typing.Any | None = True,
123
129
  ):
124
130
  """Undocumented, consider contributing.
125
131
 
126
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
127
- :type execution_context: str | int | None
132
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
133
+ :type execution_context: int | str | None
128
134
  :type undo: bool | None
129
135
  :param enable_on_install: Enable on Install, Enable after installing
130
136
  :type enable_on_install: bool | typing.Any | None
@@ -133,8 +139,8 @@ def package_install_marked(
133
139
  ...
134
140
 
135
141
  def package_mark_clear(
136
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
137
- execution_context: str | int | None = None,
142
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
143
+ execution_context: int | str | None = None,
138
144
  undo: bool | None = None,
139
145
  *,
140
146
  pkg_id: str | typing.Any = "",
@@ -142,8 +148,8 @@ def package_mark_clear(
142
148
  ):
143
149
  """Undocumented, consider contributing.
144
150
 
145
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
146
- :type execution_context: str | int | None
151
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
152
+ :type execution_context: int | str | None
147
153
  :type undo: bool | None
148
154
  :param pkg_id: Package ID
149
155
  :type pkg_id: str | typing.Any
@@ -154,8 +160,8 @@ def package_mark_clear(
154
160
  ...
155
161
 
156
162
  def package_mark_set(
157
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
158
- execution_context: str | int | None = None,
163
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
164
+ execution_context: int | str | None = None,
159
165
  undo: bool | None = None,
160
166
  *,
161
167
  pkg_id: str | typing.Any = "",
@@ -163,8 +169,8 @@ def package_mark_set(
163
169
  ):
164
170
  """Undocumented, consider contributing.
165
171
 
166
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
167
- :type execution_context: str | int | None
172
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
173
+ :type execution_context: int | str | None
168
174
  :type undo: bool | None
169
175
  :param pkg_id: Package ID
170
176
  :type pkg_id: str | typing.Any
@@ -175,22 +181,22 @@ def package_mark_set(
175
181
  ...
176
182
 
177
183
  def package_obsolete_marked(
178
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
179
- execution_context: str | int | None = None,
184
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
185
+ execution_context: int | str | None = None,
180
186
  undo: bool | None = None,
181
187
  ):
182
188
  """Zeroes package versions, useful for development - to test upgrading
183
189
 
184
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
185
- :type execution_context: str | int | None
190
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
191
+ :type execution_context: int | str | None
186
192
  :type undo: bool | None
187
193
  """
188
194
 
189
195
  ...
190
196
 
191
197
  def package_show_clear(
192
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
193
- execution_context: str | int | None = None,
198
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
199
+ execution_context: int | str | None = None,
194
200
  undo: bool | None = None,
195
201
  *,
196
202
  pkg_id: str | typing.Any = "",
@@ -198,8 +204,8 @@ def package_show_clear(
198
204
  ):
199
205
  """Undocumented, consider contributing.
200
206
 
201
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
202
- :type execution_context: str | int | None
207
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
208
+ :type execution_context: int | str | None
203
209
  :type undo: bool | None
204
210
  :param pkg_id: Package ID
205
211
  :type pkg_id: str | typing.Any
@@ -210,8 +216,8 @@ def package_show_clear(
210
216
  ...
211
217
 
212
218
  def package_show_set(
213
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
214
- execution_context: str | int | None = None,
219
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
220
+ execution_context: int | str | None = None,
215
221
  undo: bool | None = None,
216
222
  *,
217
223
  pkg_id: str | typing.Any = "",
@@ -219,8 +225,8 @@ def package_show_set(
219
225
  ):
220
226
  """Undocumented, consider contributing.
221
227
 
222
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
223
- :type execution_context: str | int | None
228
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
229
+ :type execution_context: int | str | None
224
230
  :type undo: bool | None
225
231
  :param pkg_id: Package ID
226
232
  :type pkg_id: str | typing.Any
@@ -231,8 +237,8 @@ def package_show_set(
231
237
  ...
232
238
 
233
239
  def package_show_settings(
234
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
235
- execution_context: str | int | None = None,
240
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
241
+ execution_context: int | str | None = None,
236
242
  undo: bool | None = None,
237
243
  *,
238
244
  pkg_id: str | typing.Any = "",
@@ -240,8 +246,8 @@ def package_show_settings(
240
246
  ):
241
247
  """Undocumented, consider contributing.
242
248
 
243
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
244
- :type execution_context: str | int | None
249
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
250
+ :type execution_context: int | str | None
245
251
  :type undo: bool | None
246
252
  :param pkg_id: Package ID
247
253
  :type pkg_id: str | typing.Any
@@ -252,8 +258,8 @@ def package_show_settings(
252
258
  ...
253
259
 
254
260
  def package_theme_disable(
255
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
256
- execution_context: str | int | None = None,
261
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
262
+ execution_context: int | str | None = None,
257
263
  undo: bool | None = None,
258
264
  *,
259
265
  pkg_id: str | typing.Any = "",
@@ -261,8 +267,8 @@ def package_theme_disable(
261
267
  ):
262
268
  """Turn off this theme
263
269
 
264
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
265
- :type execution_context: str | int | None
270
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
271
+ :type execution_context: int | str | None
266
272
  :type undo: bool | None
267
273
  :param pkg_id: Package ID
268
274
  :type pkg_id: str | typing.Any
@@ -273,8 +279,8 @@ def package_theme_disable(
273
279
  ...
274
280
 
275
281
  def package_theme_enable(
276
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
277
- execution_context: str | int | None = None,
282
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
283
+ execution_context: int | str | None = None,
278
284
  undo: bool | None = None,
279
285
  *,
280
286
  pkg_id: str | typing.Any = "",
@@ -282,8 +288,8 @@ def package_theme_enable(
282
288
  ):
283
289
  """Turn off this theme
284
290
 
285
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
286
- :type execution_context: str | int | None
291
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
292
+ :type execution_context: int | str | None
287
293
  :type undo: bool | None
288
294
  :param pkg_id: Package ID
289
295
  :type pkg_id: str | typing.Any
@@ -294,8 +300,8 @@ def package_theme_enable(
294
300
  ...
295
301
 
296
302
  def package_uninstall(
297
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
298
- execution_context: str | int | None = None,
303
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
304
+ execution_context: int | str | None = None,
299
305
  undo: bool | None = None,
300
306
  *,
301
307
  repo_directory: str | typing.Any = "",
@@ -304,8 +310,8 @@ def package_uninstall(
304
310
  ):
305
311
  """Undocumented, consider contributing.
306
312
 
307
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
308
- :type execution_context: str | int | None
313
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
314
+ :type execution_context: int | str | None
309
315
  :type undo: bool | None
310
316
  :param repo_directory: Repo Directory
311
317
  :type repo_directory: str | typing.Any
@@ -318,30 +324,30 @@ def package_uninstall(
318
324
  ...
319
325
 
320
326
  def package_uninstall_marked(
321
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
322
- execution_context: str | int | None = None,
327
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
328
+ execution_context: int | str | None = None,
323
329
  undo: bool | None = None,
324
330
  ):
325
331
  """Undocumented, consider contributing.
326
332
 
327
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
328
- :type execution_context: str | int | None
333
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
334
+ :type execution_context: int | str | None
329
335
  :type undo: bool | None
330
336
  """
331
337
 
332
338
  ...
333
339
 
334
340
  def package_upgrade_all(
335
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
336
- execution_context: str | int | None = None,
341
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
342
+ execution_context: int | str | None = None,
337
343
  undo: bool | None = None,
338
344
  *,
339
345
  use_active_only: bool | typing.Any | None = False,
340
346
  ):
341
347
  """Upgrade all the extensions to their latest version for all the remote repositories
342
348
 
343
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
344
- :type execution_context: str | int | None
349
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
350
+ :type execution_context: int | str | None
345
351
  :type undo: bool | None
346
352
  :param use_active_only: Active Only, Only sync the active repository
347
353
  :type use_active_only: bool | typing.Any | None
@@ -350,22 +356,22 @@ def package_upgrade_all(
350
356
  ...
351
357
 
352
358
  def repo_lock(
353
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
354
- execution_context: str | int | None = None,
359
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
360
+ execution_context: int | str | None = None,
355
361
  undo: bool | None = None,
356
362
  ):
357
363
  """Lock repositories - to test locking
358
364
 
359
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
360
- :type execution_context: str | int | None
365
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
366
+ :type execution_context: int | str | None
361
367
  :type undo: bool | None
362
368
  """
363
369
 
364
370
  ...
365
371
 
366
372
  def repo_sync(
367
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
368
- execution_context: str | int | None = None,
373
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
374
+ execution_context: int | str | None = None,
369
375
  undo: bool | None = None,
370
376
  *,
371
377
  repo_directory: str | typing.Any = "",
@@ -373,8 +379,8 @@ def repo_sync(
373
379
  ):
374
380
  """Undocumented, consider contributing.
375
381
 
376
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
377
- :type execution_context: str | int | None
382
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
383
+ :type execution_context: int | str | None
378
384
  :type undo: bool | None
379
385
  :param repo_directory: Repo Directory
380
386
  :type repo_directory: str | typing.Any
@@ -385,16 +391,16 @@ def repo_sync(
385
391
  ...
386
392
 
387
393
  def repo_sync_all(
388
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
389
- execution_context: str | int | None = None,
394
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
395
+ execution_context: int | str | None = None,
390
396
  undo: bool | None = None,
391
397
  *,
392
398
  use_active_only: bool | typing.Any | None = False,
393
399
  ):
394
400
  """Refresh the list of extensions for all the remote repositories
395
401
 
396
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
397
- :type execution_context: str | int | None
402
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
403
+ :type execution_context: int | str | None
398
404
  :type undo: bool | None
399
405
  :param use_active_only: Active Only, Only sync the active repository
400
406
  :type use_active_only: bool | typing.Any | None
@@ -403,84 +409,98 @@ def repo_sync_all(
403
409
  ...
404
410
 
405
411
  def repo_unlock(
406
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
407
- execution_context: str | int | None = None,
412
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
413
+ execution_context: int | str | None = None,
408
414
  undo: bool | None = None,
409
415
  ):
410
416
  """Unlock repositories - to test unlocking
411
417
 
412
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
413
- :type execution_context: str | int | None
418
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
419
+ :type execution_context: int | str | None
414
420
  :type undo: bool | None
415
421
  """
416
422
 
417
423
  ...
418
424
 
419
425
  def status_clear(
420
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
421
- execution_context: str | int | None = None,
426
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
427
+ execution_context: int | str | None = None,
422
428
  undo: bool | None = None,
423
429
  ):
424
430
  """Undocumented, consider contributing.
425
431
 
426
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
427
- :type execution_context: str | int | None
432
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
433
+ :type execution_context: int | str | None
428
434
  :type undo: bool | None
429
435
  """
430
436
 
431
437
  ...
432
438
 
433
439
  def status_clear_errors(
434
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
435
- execution_context: str | int | None = None,
440
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
441
+ execution_context: int | str | None = None,
436
442
  undo: bool | None = None,
437
443
  ):
438
444
  """Undocumented, consider contributing.
439
445
 
440
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
441
- :type execution_context: str | int | None
446
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
447
+ :type execution_context: int | str | None
442
448
  :type undo: bool | None
443
449
  """
444
450
 
445
451
  ...
446
452
 
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,
453
+ def userpref_allow_online(
454
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
455
+ execution_context: int | str | None = None,
450
456
  undo: bool | None = None,
451
457
  ):
452
- """Open extensions preferences
458
+ """Allow internet access. Blender may access configured online extension repositories. Installed third party add-ons may access the internet for their own functionality
453
459
 
454
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
455
- :type execution_context: str | int | None
460
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
461
+ :type execution_context: int | str | None
456
462
  :type undo: bool | None
457
463
  """
458
464
 
459
465
  ...
460
466
 
461
- def userpref_show_online(
462
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
463
- execution_context: str | int | None = None,
467
+ def userpref_allow_online_popup(
468
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
469
+ execution_context: int | str | None = None,
464
470
  undo: bool | None = None,
465
471
  ):
466
- """Show system preferences "Network" panel to allow online access
472
+ """Allow internet access. Blender may access configured online extension repositories. Installed third party add-ons may access the internet for their own functionality
467
473
 
468
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
469
- :type execution_context: str | int | None
474
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
475
+ :type execution_context: int | str | None
470
476
  :type undo: bool | None
471
477
  """
472
478
 
473
479
  ...
474
480
 
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,
481
+ def userpref_show_for_update(
482
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
483
+ execution_context: int | str | None = None,
484
+ undo: bool | None = None,
485
+ ):
486
+ """Open extensions preferences
487
+
488
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
489
+ :type execution_context: int | str | None
490
+ :type undo: bool | None
491
+ """
492
+
493
+ ...
494
+
495
+ def userpref_show_online(
496
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
497
+ execution_context: int | str | None = None,
478
498
  undo: bool | None = None,
479
499
  ):
480
500
  """Show system preferences "Network" panel to allow online access
481
501
 
482
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
483
- :type execution_context: str | int | None
502
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
503
+ :type execution_context: int | str | None
484
504
  :type undo: bool | None
485
505
  """
486
506