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,16 +6,16 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def addon_disable(
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
  module: str | typing.Any = "",
14
14
  ):
15
15
  """Turn off this extension
16
16
 
17
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
18
- :type execution_context: str | int | None
17
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
18
+ :type execution_context: int | str | None
19
19
  :type undo: bool | None
20
20
  :param module: Module, Module name of the add-on to disable
21
21
  :type module: str | typing.Any
@@ -24,16 +24,16 @@ def addon_disable(
24
24
  ...
25
25
 
26
26
  def addon_enable(
27
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
28
- execution_context: str | int | None = None,
27
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
28
+ execution_context: int | str | None = None,
29
29
  undo: bool | None = None,
30
30
  *,
31
31
  module: str | typing.Any = "",
32
32
  ):
33
33
  """Turn on this extension
34
34
 
35
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
36
- :type execution_context: str | int | None
35
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
36
+ :type execution_context: int | str | None
37
37
  :type undo: bool | None
38
38
  :param module: Module, Module name of the add-on to enable
39
39
  :type module: str | typing.Any
@@ -42,16 +42,16 @@ def addon_enable(
42
42
  ...
43
43
 
44
44
  def addon_expand(
45
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
46
- execution_context: str | int | None = None,
45
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
46
+ execution_context: int | str | None = None,
47
47
  undo: bool | None = None,
48
48
  *,
49
49
  module: str | typing.Any = "",
50
50
  ):
51
51
  """Display information and preferences for this add-on
52
52
 
53
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
54
- :type execution_context: str | int | None
53
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
54
+ :type execution_context: int | str | None
55
55
  :type undo: bool | None
56
56
  :param module: Module, Module name of the add-on to expand
57
57
  :type module: str | typing.Any
@@ -60,11 +60,12 @@ def addon_expand(
60
60
  ...
61
61
 
62
62
  def addon_install(
63
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
64
- execution_context: str | int | None = None,
63
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
64
+ execution_context: int | str | None = None,
65
65
  undo: bool | None = None,
66
66
  *,
67
67
  overwrite: bool | typing.Any | None = True,
68
+ enable_on_install: bool | typing.Any | None = False,
68
69
  target: str | None = "",
69
70
  filepath: str | typing.Any = "",
70
71
  filter_folder: bool | typing.Any | None = True,
@@ -73,11 +74,13 @@ def addon_install(
73
74
  ):
74
75
  """Install an add-on
75
76
 
76
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
77
- :type execution_context: str | int | None
77
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
78
+ :type execution_context: int | str | None
78
79
  :type undo: bool | None
79
80
  :param overwrite: Overwrite, Remove existing add-ons with the same ID
80
81
  :type overwrite: bool | typing.Any | None
82
+ :param enable_on_install: Enable on Install, Enable after installing
83
+ :type enable_on_install: bool | typing.Any | None
81
84
  :param target: Target Path
82
85
  :type target: str | None
83
86
  :param filepath: filepath
@@ -93,30 +96,30 @@ def addon_install(
93
96
  ...
94
97
 
95
98
  def addon_refresh(
96
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
97
- execution_context: str | int | None = None,
99
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
100
+ execution_context: int | str | None = None,
98
101
  undo: bool | None = None,
99
102
  ):
100
103
  """Scan add-on directories for new modules
101
104
 
102
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
103
- :type execution_context: str | int | None
105
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
106
+ :type execution_context: int | str | None
104
107
  :type undo: bool | None
105
108
  """
106
109
 
107
110
  ...
108
111
 
109
112
  def addon_remove(
110
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
111
- execution_context: str | int | None = None,
113
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
114
+ execution_context: int | str | None = None,
112
115
  undo: bool | None = None,
113
116
  *,
114
117
  module: str | typing.Any = "",
115
118
  ):
116
119
  """Delete the add-on from the file system
117
120
 
118
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
119
- :type execution_context: str | int | None
121
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
122
+ :type execution_context: int | str | None
120
123
  :type undo: bool | None
121
124
  :param module: Module, Module name of the add-on to remove
122
125
  :type module: str | typing.Any
@@ -125,16 +128,16 @@ def addon_remove(
125
128
  ...
126
129
 
127
130
  def addon_show(
128
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
129
- execution_context: str | int | None = None,
131
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
132
+ execution_context: int | str | None = None,
130
133
  undo: bool | None = None,
131
134
  *,
132
135
  module: str | typing.Any = "",
133
136
  ):
134
137
  """Show add-on preferences
135
138
 
136
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
137
- :type execution_context: str | int | None
139
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
140
+ :type execution_context: int | str | None
138
141
  :type undo: bool | None
139
142
  :param module: Module, Module name of the add-on to expand
140
143
  :type module: str | typing.Any
@@ -143,8 +146,8 @@ def addon_show(
143
146
  ...
144
147
 
145
148
  def app_template_install(
146
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
147
- execution_context: str | int | None = None,
149
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
150
+ execution_context: int | str | None = None,
148
151
  undo: bool | None = None,
149
152
  *,
150
153
  overwrite: bool | typing.Any | None = True,
@@ -154,8 +157,8 @@ def app_template_install(
154
157
  ):
155
158
  """Install an application template
156
159
 
157
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
158
- :type execution_context: str | int | None
160
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
161
+ :type execution_context: int | str | None
159
162
  :type undo: bool | None
160
163
  :param overwrite: Overwrite, Remove existing template with the same ID
161
164
  :type overwrite: bool | typing.Any | None
@@ -170,8 +173,8 @@ def app_template_install(
170
173
  ...
171
174
 
172
175
  def asset_library_add(
173
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
174
- execution_context: str | int | None = None,
176
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
177
+ execution_context: int | str | None = None,
175
178
  undo: bool | None = None,
176
179
  *,
177
180
  directory: str | typing.Any = "",
@@ -200,8 +203,8 @@ def asset_library_add(
200
203
  ):
201
204
  """Add a directory to be used by the Asset Browser as source of assets
202
205
 
203
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
204
- :type execution_context: str | int | None
206
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
207
+ :type execution_context: int | str | None
205
208
  :type undo: bool | None
206
209
  :param directory: Directory, Directory of the file
207
210
  :type directory: str | typing.Any
@@ -266,16 +269,16 @@ def asset_library_add(
266
269
  ...
267
270
 
268
271
  def asset_library_remove(
269
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
270
- execution_context: str | int | None = None,
272
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
273
+ execution_context: int | str | None = None,
271
274
  undo: bool | None = None,
272
275
  *,
273
276
  index: typing.Any | None = 0,
274
277
  ):
275
278
  """Remove a path to a .blend file, so the Asset Browser will not attempt to show it anymore
276
279
 
277
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
278
- :type execution_context: str | int | None
280
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
281
+ :type execution_context: int | str | None
279
282
  :type undo: bool | None
280
283
  :param index: Index
281
284
  :type index: typing.Any | None
@@ -284,44 +287,44 @@ def asset_library_remove(
284
287
  ...
285
288
 
286
289
  def associate_blend(
287
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
288
- execution_context: str | int | None = None,
290
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
291
+ execution_context: int | str | None = None,
289
292
  undo: bool | None = None,
290
293
  ):
291
294
  """Use this installation for .blend files and to display thumbnails
292
295
 
293
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
294
- :type execution_context: str | int | None
296
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
297
+ :type execution_context: int | str | None
295
298
  :type undo: bool | None
296
299
  """
297
300
 
298
301
  ...
299
302
 
300
303
  def autoexec_path_add(
301
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
302
- execution_context: str | int | None = None,
304
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
305
+ execution_context: int | str | None = None,
303
306
  undo: bool | None = None,
304
307
  ):
305
308
  """Add path to exclude from auto-execution
306
309
 
307
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
308
- :type execution_context: str | int | None
310
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
311
+ :type execution_context: int | str | None
309
312
  :type undo: bool | None
310
313
  """
311
314
 
312
315
  ...
313
316
 
314
317
  def autoexec_path_remove(
315
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
316
- execution_context: str | int | None = None,
318
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
319
+ execution_context: int | str | None = None,
317
320
  undo: bool | None = None,
318
321
  *,
319
322
  index: typing.Any | None = 0,
320
323
  ):
321
324
  """Remove path to exclude from auto-execution
322
325
 
323
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
324
- :type execution_context: str | int | None
326
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
327
+ :type execution_context: int | str | None
325
328
  :type undo: bool | None
326
329
  :param index: Index
327
330
  :type index: typing.Any | None
@@ -330,22 +333,22 @@ def autoexec_path_remove(
330
333
  ...
331
334
 
332
335
  def copy_prev(
333
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
334
- execution_context: str | int | None = None,
336
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
337
+ execution_context: int | str | None = None,
335
338
  undo: bool | None = None,
336
339
  ):
337
340
  """Copy settings from previous version
338
341
 
339
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
340
- :type execution_context: str | int | None
342
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
343
+ :type execution_context: int | str | None
341
344
  :type undo: bool | None
342
345
  """
343
346
 
344
347
  ...
345
348
 
346
349
  def extension_repo_add(
347
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
348
- execution_context: str | int | None = None,
350
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
351
+ execution_context: int | str | None = None,
349
352
  undo: bool | None = None,
350
353
  *,
351
354
  name: str | typing.Any = "",
@@ -359,8 +362,8 @@ def extension_repo_add(
359
362
  ):
360
363
  """Add a new repository used to store extensions
361
364
 
362
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
363
- :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
364
367
  :type undo: bool | None
365
368
  :param name: Name, Unique repository name
366
369
  :type name: str | typing.Any
@@ -389,8 +392,8 @@ def extension_repo_add(
389
392
  ...
390
393
 
391
394
  def extension_repo_remove(
392
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
393
- execution_context: str | int | None = None,
395
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
396
+ execution_context: int | str | None = None,
394
397
  undo: bool | None = None,
395
398
  *,
396
399
  index: typing.Any | None = 0,
@@ -398,8 +401,8 @@ def extension_repo_remove(
398
401
  ):
399
402
  """Remove an extension repository
400
403
 
401
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
402
- :type execution_context: str | int | None
404
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
405
+ :type execution_context: int | str | None
403
406
  :type undo: bool | None
404
407
  :param index: Index
405
408
  :type index: typing.Any | None
@@ -416,44 +419,44 @@ def extension_repo_remove(
416
419
  ...
417
420
 
418
421
  def extension_repo_sync(
419
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
420
- execution_context: str | int | None = None,
422
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
423
+ execution_context: int | str | None = None,
421
424
  undo: bool | None = None,
422
425
  ):
423
426
  """Refresh the list of extensions for the active repository
424
427
 
425
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
426
- :type execution_context: str | int | None
428
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
429
+ :type execution_context: int | str | None
427
430
  :type undo: bool | None
428
431
  """
429
432
 
430
433
  ...
431
434
 
432
435
  def extension_repo_upgrade(
433
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
434
- execution_context: str | int | None = None,
436
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
437
+ execution_context: int | str | None = None,
435
438
  undo: bool | None = None,
436
439
  ):
437
440
  """Upgrade all the extensions to their latest version for the active repository
438
441
 
439
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
440
- :type execution_context: str | int | None
442
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
443
+ :type execution_context: int | str | None
441
444
  :type undo: bool | None
442
445
  """
443
446
 
444
447
  ...
445
448
 
446
449
  def extension_url_drop(
447
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
448
- execution_context: str | int | None = None,
450
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
451
+ execution_context: int | str | None = None,
449
452
  undo: bool | None = None,
450
453
  *,
451
454
  url: str | typing.Any = "",
452
455
  ):
453
456
  """Handle dropping an extension URL
454
457
 
455
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
456
- :type execution_context: str | int | None
458
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
459
+ :type execution_context: int | str | None
457
460
  :type undo: bool | None
458
461
  :param url: URL, Location of the extension to install
459
462
  :type url: str | typing.Any
@@ -462,16 +465,16 @@ def extension_url_drop(
462
465
  ...
463
466
 
464
467
  def keyconfig_activate(
465
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
466
- execution_context: str | int | None = None,
468
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
469
+ execution_context: int | str | None = None,
467
470
  undo: bool | None = None,
468
471
  *,
469
472
  filepath: str | typing.Any = "",
470
473
  ):
471
474
  """Undocumented, consider contributing.
472
475
 
473
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
474
- :type execution_context: str | int | None
476
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
477
+ :type execution_context: int | str | None
475
478
  :type undo: bool | None
476
479
  :param filepath: filepath
477
480
  :type filepath: str | typing.Any
@@ -480,8 +483,8 @@ def keyconfig_activate(
480
483
  ...
481
484
 
482
485
  def keyconfig_export(
483
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
484
- execution_context: str | int | None = None,
486
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
487
+ execution_context: int | str | None = None,
485
488
  undo: bool | None = None,
486
489
  *,
487
490
  all: bool | typing.Any | None = False,
@@ -492,8 +495,8 @@ def keyconfig_export(
492
495
  ):
493
496
  """Export key configuration to a Python script
494
497
 
495
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
496
- :type execution_context: str | int | None
498
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
499
+ :type execution_context: int | str | None
497
500
  :type undo: bool | None
498
501
  :param all: All Keymaps, Write all keymaps (not just user modified)
499
502
  :type all: bool | typing.Any | None
@@ -510,8 +513,8 @@ def keyconfig_export(
510
513
  ...
511
514
 
512
515
  def keyconfig_import(
513
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
514
- execution_context: str | int | None = None,
516
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
517
+ execution_context: int | str | None = None,
515
518
  undo: bool | None = None,
516
519
  *,
517
520
  filepath: str | typing.Any = "keymap.py",
@@ -522,8 +525,8 @@ def keyconfig_import(
522
525
  ):
523
526
  """Import key configuration from a Python script
524
527
 
525
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
526
- :type execution_context: str | int | None
528
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
529
+ :type execution_context: int | str | None
527
530
  :type undo: bool | None
528
531
  :param filepath: filepath
529
532
  :type filepath: str | typing.Any
@@ -540,58 +543,58 @@ def keyconfig_import(
540
543
  ...
541
544
 
542
545
  def keyconfig_remove(
543
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
544
- execution_context: str | int | None = None,
546
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
547
+ execution_context: int | str | None = None,
545
548
  undo: bool | None = None,
546
549
  ):
547
550
  """Remove key config
548
551
 
549
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
550
- :type execution_context: str | int | None
552
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
553
+ :type execution_context: int | str | None
551
554
  :type undo: bool | None
552
555
  """
553
556
 
554
557
  ...
555
558
 
556
559
  def keyconfig_test(
557
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
558
- execution_context: str | int | None = None,
560
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
561
+ execution_context: int | str | None = None,
559
562
  undo: bool | None = None,
560
563
  ):
561
564
  """Test key configuration for conflicts
562
565
 
563
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
564
- :type execution_context: str | int | None
566
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
567
+ :type execution_context: int | str | None
565
568
  :type undo: bool | None
566
569
  """
567
570
 
568
571
  ...
569
572
 
570
573
  def keyitem_add(
571
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
572
- execution_context: str | int | None = None,
574
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
575
+ execution_context: int | str | None = None,
573
576
  undo: bool | None = None,
574
577
  ):
575
578
  """Add key map item
576
579
 
577
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
578
- :type execution_context: str | int | None
580
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
581
+ :type execution_context: int | str | None
579
582
  :type undo: bool | None
580
583
  """
581
584
 
582
585
  ...
583
586
 
584
587
  def keyitem_remove(
585
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
586
- execution_context: str | int | None = None,
588
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
589
+ execution_context: int | str | None = None,
587
590
  undo: bool | None = None,
588
591
  *,
589
592
  item_id: typing.Any | None = 0,
590
593
  ):
591
594
  """Remove key map item
592
595
 
593
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
594
- :type execution_context: str | int | None
596
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
597
+ :type execution_context: int | str | None
595
598
  :type undo: bool | None
596
599
  :param item_id: Item Identifier, Identifier of the item to remove
597
600
  :type item_id: typing.Any | None
@@ -600,16 +603,16 @@ def keyitem_remove(
600
603
  ...
601
604
 
602
605
  def keyitem_restore(
603
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
604
- execution_context: str | int | None = None,
606
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
607
+ execution_context: int | str | None = None,
605
608
  undo: bool | None = None,
606
609
  *,
607
610
  item_id: typing.Any | None = 0,
608
611
  ):
609
612
  """Restore key map item
610
613
 
611
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
612
- :type execution_context: str | int | None
614
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
615
+ :type execution_context: int | str | None
613
616
  :type undo: bool | None
614
617
  :param item_id: Item Identifier, Identifier of the item to restore
615
618
  :type item_id: typing.Any | None
@@ -618,16 +621,16 @@ def keyitem_restore(
618
621
  ...
619
622
 
620
623
  def keymap_restore(
621
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
622
- execution_context: str | int | None = None,
624
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
625
+ execution_context: int | str | None = None,
623
626
  undo: bool | None = None,
624
627
  *,
625
628
  all: bool | typing.Any | None = False,
626
629
  ):
627
630
  """Restore key map(s)
628
631
 
629
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
630
- :type execution_context: str | int | None
632
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
633
+ :type execution_context: int | str | None
631
634
  :type undo: bool | None
632
635
  :param all: All Keymaps, Restore all keymaps to default
633
636
  :type all: bool | typing.Any | None
@@ -636,22 +639,22 @@ def keymap_restore(
636
639
  ...
637
640
 
638
641
  def reset_default_theme(
639
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
640
- execution_context: str | int | None = None,
642
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
643
+ execution_context: int | str | None = None,
641
644
  undo: bool | None = None,
642
645
  ):
643
646
  """Reset to the default theme colors
644
647
 
645
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
646
- :type execution_context: str | int | None
648
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
649
+ :type execution_context: int | str | None
647
650
  :type undo: bool | None
648
651
  """
649
652
 
650
653
  ...
651
654
 
652
655
  def script_directory_add(
653
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
654
- execution_context: str | int | None = None,
656
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
657
+ execution_context: int | str | None = None,
655
658
  undo: bool | None = None,
656
659
  *,
657
660
  directory: str | typing.Any = "",
@@ -659,8 +662,8 @@ def script_directory_add(
659
662
  ):
660
663
  """Undocumented, consider contributing.
661
664
 
662
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
663
- :type execution_context: str | int | None
665
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
666
+ :type execution_context: int | str | None
664
667
  :type undo: bool | None
665
668
  :param directory: directory
666
669
  :type directory: str | typing.Any
@@ -671,16 +674,16 @@ def script_directory_add(
671
674
  ...
672
675
 
673
676
  def script_directory_remove(
674
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
675
- execution_context: str | int | None = None,
677
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
678
+ execution_context: int | str | None = None,
676
679
  undo: bool | None = None,
677
680
  *,
678
681
  index: typing.Any | None = 0,
679
682
  ):
680
683
  """Undocumented, consider contributing.
681
684
 
682
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
683
- :type execution_context: str | int | None
685
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
686
+ :type execution_context: int | str | None
684
687
  :type undo: bool | None
685
688
  :param index: Index, Index of the script directory to remove
686
689
  :type index: typing.Any | None
@@ -689,16 +692,16 @@ def script_directory_remove(
689
692
  ...
690
693
 
691
694
  def studiolight_copy_settings(
692
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
693
- execution_context: str | int | None = None,
695
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
696
+ execution_context: int | str | None = None,
694
697
  undo: bool | None = None,
695
698
  *,
696
699
  index: typing.Any | None = 0,
697
700
  ):
698
701
  """Copy Studio Light settings to the Studio Light editor
699
702
 
700
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
701
- :type execution_context: str | int | None
703
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
704
+ :type execution_context: int | str | None
702
705
  :type undo: bool | None
703
706
  :param index: index
704
707
  :type index: typing.Any | None
@@ -707,8 +710,8 @@ def studiolight_copy_settings(
707
710
  ...
708
711
 
709
712
  def studiolight_install(
710
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
711
- execution_context: str | int | None = None,
713
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
714
+ execution_context: int | str | None = None,
712
715
  undo: bool | None = None,
713
716
  *,
714
717
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
@@ -720,8 +723,8 @@ def studiolight_install(
720
723
  ):
721
724
  """Install a user defined light
722
725
 
723
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
724
- :type execution_context: str | int | None
726
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
727
+ :type execution_context: int | str | None
725
728
  :type undo: bool | None
726
729
  :param files: File Path
727
730
  :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
@@ -747,16 +750,16 @@ def studiolight_install(
747
750
  ...
748
751
 
749
752
  def studiolight_new(
750
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
751
- execution_context: str | int | None = None,
753
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
754
+ execution_context: int | str | None = None,
752
755
  undo: bool | None = None,
753
756
  *,
754
757
  filename: str | typing.Any = "StudioLight",
755
758
  ):
756
759
  """Save custom studio light from the studio light editor settings
757
760
 
758
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
759
- :type execution_context: str | int | None
761
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
762
+ :type execution_context: int | str | None
760
763
  :type undo: bool | None
761
764
  :param filename: Name
762
765
  :type filename: str | typing.Any
@@ -765,16 +768,16 @@ def studiolight_new(
765
768
  ...
766
769
 
767
770
  def studiolight_uninstall(
768
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
769
- execution_context: str | int | None = None,
771
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
772
+ execution_context: int | str | None = None,
770
773
  undo: bool | None = None,
771
774
  *,
772
775
  index: typing.Any | None = 0,
773
776
  ):
774
777
  """Delete Studio Light
775
778
 
776
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
777
- :type execution_context: str | int | None
779
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
780
+ :type execution_context: int | str | None
778
781
  :type undo: bool | None
779
782
  :param index: index
780
783
  :type index: typing.Any | None
@@ -783,8 +786,8 @@ def studiolight_uninstall(
783
786
  ...
784
787
 
785
788
  def theme_install(
786
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
787
- execution_context: str | int | None = None,
789
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
790
+ execution_context: int | str | None = None,
788
791
  undo: bool | None = None,
789
792
  *,
790
793
  overwrite: bool | typing.Any | None = True,
@@ -794,8 +797,8 @@ def theme_install(
794
797
  ):
795
798
  """Load and apply a Blender XML theme file
796
799
 
797
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
798
- :type execution_context: str | int | None
800
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
801
+ :type execution_context: int | str | None
799
802
  :type undo: bool | None
800
803
  :param overwrite: Overwrite, Remove existing theme file if exists
801
804
  :type overwrite: bool | typing.Any | None
@@ -810,14 +813,14 @@ def theme_install(
810
813
  ...
811
814
 
812
815
  def unassociate_blend(
813
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
814
- execution_context: str | int | None = None,
816
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
817
+ execution_context: int | str | None = None,
815
818
  undo: bool | None = None,
816
819
  ):
817
820
  """Remove this installation's associations with .blend files
818
821
 
819
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
820
- :type execution_context: str | int | None
822
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
823
+ :type execution_context: int | str | None
821
824
  :type undo: bool | None
822
825
  """
823
826