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