fake-bpy-module 20240601__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 (106) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/generic_ui_list/__init__.pyi +2 -2
  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. blf/__init__.pyi +4 -4
  8. bmesh/ops/__init__.pyi +97 -82
  9. bmesh/types/__init__.pyi +37 -32
  10. bmesh/utils/__init__.pyi +2 -4
  11. bpy/ops/action/__init__.pyi +152 -152
  12. bpy/ops/anim/__init__.pyi +216 -216
  13. bpy/ops/armature/__init__.pyi +192 -192
  14. bpy/ops/asset/__init__.pyi +64 -64
  15. bpy/ops/boid/__init__.pyi +32 -32
  16. bpy/ops/brush/__init__.pyi +36 -36
  17. bpy/ops/buttons/__init__.pyi +24 -24
  18. bpy/ops/cachefile/__init__.pyi +20 -20
  19. bpy/ops/camera/__init__.pyi +8 -8
  20. bpy/ops/clip/__init__.pyi +368 -368
  21. bpy/ops/cloth/__init__.pyi +4 -4
  22. bpy/ops/collection/__init__.pyi +36 -36
  23. bpy/ops/console/__init__.pyi +84 -84
  24. bpy/ops/constraint/__init__.pyi +72 -72
  25. bpy/ops/curve/__init__.pyi +204 -204
  26. bpy/ops/curves/__init__.pyi +108 -108
  27. bpy/ops/cycles/__init__.pyi +12 -12
  28. bpy/ops/dpaint/__init__.pyi +20 -20
  29. bpy/ops/ed/__init__.pyi +48 -48
  30. bpy/ops/export_anim/__init__.pyi +4 -4
  31. bpy/ops/export_scene/__init__.pyi +8 -8
  32. bpy/ops/extensions/__init__.pyi +123 -109
  33. bpy/ops/file/__init__.pyi +160 -160
  34. bpy/ops/fluid/__init__.pyi +56 -56
  35. bpy/ops/font/__init__.pyi +92 -92
  36. bpy/ops/geometry/__init__.pyi +40 -40
  37. bpy/ops/gizmogroup/__init__.pyi +8 -8
  38. bpy/ops/gpencil/__init__.pyi +600 -600
  39. bpy/ops/graph/__init__.pyi +260 -260
  40. bpy/ops/grease_pencil/__init__.pyi +292 -292
  41. bpy/ops/image/__init__.pyi +192 -192
  42. bpy/ops/import_anim/__init__.pyi +4 -4
  43. bpy/ops/import_curve/__init__.pyi +4 -4
  44. bpy/ops/import_scene/__init__.pyi +8 -8
  45. bpy/ops/info/__init__.pyi +28 -28
  46. bpy/ops/lattice/__init__.pyi +32 -32
  47. bpy/ops/marker/__init__.pyi +44 -44
  48. bpy/ops/mask/__init__.pyi +156 -156
  49. bpy/ops/material/__init__.pyi +12 -12
  50. bpy/ops/mball/__init__.pyi +32 -32
  51. bpy/ops/mesh/__init__.pyi +652 -652
  52. bpy/ops/nla/__init__.pyi +156 -156
  53. bpy/ops/node/__init__.pyi +416 -416
  54. bpy/ops/object/__init__.pyi +984 -984
  55. bpy/ops/outliner/__init__.pyi +284 -284
  56. bpy/ops/paint/__init__.pyi +220 -220
  57. bpy/ops/paintcurve/__init__.pyi +32 -32
  58. bpy/ops/palette/__init__.pyi +28 -28
  59. bpy/ops/particle/__init__.pyi +144 -144
  60. bpy/ops/pose/__init__.pyi +156 -156
  61. bpy/ops/poselib/__init__.pyi +36 -36
  62. bpy/ops/preferences/__init__.pyi +148 -148
  63. bpy/ops/ptcache/__init__.pyi +28 -28
  64. bpy/ops/render/__init__.pyi +48 -48
  65. bpy/ops/rigidbody/__init__.pyi +52 -52
  66. bpy/ops/scene/__init__.pyi +156 -156
  67. bpy/ops/screen/__init__.pyi +156 -156
  68. bpy/ops/script/__init__.pyi +12 -12
  69. bpy/ops/sculpt/__init__.pyi +144 -144
  70. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  71. bpy/ops/sequencer/__init__.pyi +364 -340
  72. bpy/ops/sound/__init__.pyi +28 -28
  73. bpy/ops/spreadsheet/__init__.pyi +16 -16
  74. bpy/ops/surface/__init__.pyi +24 -24
  75. bpy/ops/text/__init__.pyi +172 -172
  76. bpy/ops/text_editor/__init__.pyi +4 -4
  77. bpy/ops/texture/__init__.pyi +16 -16
  78. bpy/ops/transform/__init__.pyi +111 -108
  79. bpy/ops/ui/__init__.pyi +132 -132
  80. bpy/ops/uilist/__init__.pyi +12 -12
  81. bpy/ops/uv/__init__.pyi +196 -196
  82. bpy/ops/view2d/__init__.pyi +56 -56
  83. bpy/ops/view3d/__init__.pyi +268 -268
  84. bpy/ops/wm/__init__.pyi +448 -448
  85. bpy/ops/workspace/__init__.pyi +28 -28
  86. bpy/ops/world/__init__.pyi +8 -8
  87. bpy/path/__init__.pyi +18 -18
  88. bpy/props/__init__.pyi +11 -11
  89. bpy/types/__init__.pyi +1527 -1737
  90. bpy/utils/__init__.pyi +4 -4
  91. bpy_extras/mesh_utils/__init__.pyi +4 -4
  92. bpy_extras/view3d_utils/__init__.pyi +24 -20
  93. bpy_types/__init__.pyi +12 -7
  94. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
  95. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +106 -106
  96. freestyle/types/__init__.pyi +64 -64
  97. freestyle/utils/__init__.pyi +2 -2
  98. gpu/matrix/__init__.pyi +15 -6
  99. gpu/state/__init__.pyi +2 -2
  100. gpu/types/__init__.pyi +6 -4
  101. gpu_extras/presets/__init__.pyi +8 -4
  102. imbuf/__init__.pyi +4 -4
  103. mathutils/__init__.pyi +292 -187
  104. mathutils/geometry/__init__.pyi +2 -5
  105. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
  106. {fake_bpy_module-20240601.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,8 +60,8 @@ 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,
@@ -74,8 +74,8 @@ def addon_install(
74
74
  ):
75
75
  """Install an add-on
76
76
 
77
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
78
- :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
79
79
  :type undo: bool | None
80
80
  :param overwrite: Overwrite, Remove existing add-ons with the same ID
81
81
  :type overwrite: bool | typing.Any | None
@@ -96,30 +96,30 @@ def addon_install(
96
96
  ...
97
97
 
98
98
  def addon_refresh(
99
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
100
- 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,
101
101
  undo: bool | None = None,
102
102
  ):
103
103
  """Scan add-on directories for new modules
104
104
 
105
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
106
- :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
107
107
  :type undo: bool | None
108
108
  """
109
109
 
110
110
  ...
111
111
 
112
112
  def addon_remove(
113
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
114
- 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,
115
115
  undo: bool | None = None,
116
116
  *,
117
117
  module: str | typing.Any = "",
118
118
  ):
119
119
  """Delete the add-on from the file system
120
120
 
121
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
122
- :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
123
123
  :type undo: bool | None
124
124
  :param module: Module, Module name of the add-on to remove
125
125
  :type module: str | typing.Any
@@ -128,16 +128,16 @@ def addon_remove(
128
128
  ...
129
129
 
130
130
  def addon_show(
131
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
132
- 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,
133
133
  undo: bool | None = None,
134
134
  *,
135
135
  module: str | typing.Any = "",
136
136
  ):
137
137
  """Show add-on preferences
138
138
 
139
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
140
- :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
141
141
  :type undo: bool | None
142
142
  :param module: Module, Module name of the add-on to expand
143
143
  :type module: str | typing.Any
@@ -146,8 +146,8 @@ def addon_show(
146
146
  ...
147
147
 
148
148
  def app_template_install(
149
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
150
- 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,
151
151
  undo: bool | None = None,
152
152
  *,
153
153
  overwrite: bool | typing.Any | None = True,
@@ -157,8 +157,8 @@ def app_template_install(
157
157
  ):
158
158
  """Install an application template
159
159
 
160
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
161
- :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
162
162
  :type undo: bool | None
163
163
  :param overwrite: Overwrite, Remove existing template with the same ID
164
164
  :type overwrite: bool | typing.Any | None
@@ -173,8 +173,8 @@ def app_template_install(
173
173
  ...
174
174
 
175
175
  def asset_library_add(
176
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
177
- 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,
178
178
  undo: bool | None = None,
179
179
  *,
180
180
  directory: str | typing.Any = "",
@@ -203,8 +203,8 @@ def asset_library_add(
203
203
  ):
204
204
  """Add a directory to be used by the Asset Browser as source of assets
205
205
 
206
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
207
- :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
208
208
  :type undo: bool | None
209
209
  :param directory: Directory, Directory of the file
210
210
  :type directory: str | typing.Any
@@ -269,16 +269,16 @@ def asset_library_add(
269
269
  ...
270
270
 
271
271
  def asset_library_remove(
272
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
273
- 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,
274
274
  undo: bool | None = None,
275
275
  *,
276
276
  index: typing.Any | None = 0,
277
277
  ):
278
278
  """Remove a path to a .blend file, so the Asset Browser will not attempt to show it anymore
279
279
 
280
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
281
- :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
282
282
  :type undo: bool | None
283
283
  :param index: Index
284
284
  :type index: typing.Any | None
@@ -287,44 +287,44 @@ def asset_library_remove(
287
287
  ...
288
288
 
289
289
  def associate_blend(
290
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
291
- 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,
292
292
  undo: bool | None = None,
293
293
  ):
294
294
  """Use this installation for .blend files and to display thumbnails
295
295
 
296
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
297
- :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
298
298
  :type undo: bool | None
299
299
  """
300
300
 
301
301
  ...
302
302
 
303
303
  def autoexec_path_add(
304
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
305
- 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,
306
306
  undo: bool | None = None,
307
307
  ):
308
308
  """Add path to exclude from auto-execution
309
309
 
310
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
311
- :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
312
312
  :type undo: bool | None
313
313
  """
314
314
 
315
315
  ...
316
316
 
317
317
  def autoexec_path_remove(
318
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
319
- 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,
320
320
  undo: bool | None = None,
321
321
  *,
322
322
  index: typing.Any | None = 0,
323
323
  ):
324
324
  """Remove path to exclude from auto-execution
325
325
 
326
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
327
- :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
328
328
  :type undo: bool | None
329
329
  :param index: Index
330
330
  :type index: typing.Any | None
@@ -333,22 +333,22 @@ def autoexec_path_remove(
333
333
  ...
334
334
 
335
335
  def copy_prev(
336
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
337
- 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,
338
338
  undo: bool | None = None,
339
339
  ):
340
340
  """Copy settings from previous version
341
341
 
342
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
343
- :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
344
344
  :type undo: bool | None
345
345
  """
346
346
 
347
347
  ...
348
348
 
349
349
  def extension_repo_add(
350
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
351
- 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,
352
352
  undo: bool | None = None,
353
353
  *,
354
354
  name: str | typing.Any = "",
@@ -362,8 +362,8 @@ def extension_repo_add(
362
362
  ):
363
363
  """Add a new repository used to store extensions
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
  :param name: Name, Unique repository name
369
369
  :type name: str | typing.Any
@@ -392,8 +392,8 @@ def extension_repo_add(
392
392
  ...
393
393
 
394
394
  def extension_repo_remove(
395
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
396
- 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,
397
397
  undo: bool | None = None,
398
398
  *,
399
399
  index: typing.Any | None = 0,
@@ -401,8 +401,8 @@ def extension_repo_remove(
401
401
  ):
402
402
  """Remove an extension repository
403
403
 
404
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
405
- :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
406
406
  :type undo: bool | None
407
407
  :param index: Index
408
408
  :type index: typing.Any | None
@@ -419,44 +419,44 @@ def extension_repo_remove(
419
419
  ...
420
420
 
421
421
  def extension_repo_sync(
422
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
423
- 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,
424
424
  undo: bool | None = None,
425
425
  ):
426
426
  """Refresh the list of extensions for the active repository
427
427
 
428
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
429
- :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
430
430
  :type undo: bool | None
431
431
  """
432
432
 
433
433
  ...
434
434
 
435
435
  def extension_repo_upgrade(
436
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
437
- 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,
438
438
  undo: bool | None = None,
439
439
  ):
440
440
  """Upgrade all the extensions to their latest version for the active repository
441
441
 
442
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
443
- :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
444
444
  :type undo: bool | None
445
445
  """
446
446
 
447
447
  ...
448
448
 
449
449
  def extension_url_drop(
450
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
451
- 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,
452
452
  undo: bool | None = None,
453
453
  *,
454
454
  url: str | typing.Any = "",
455
455
  ):
456
456
  """Handle dropping an extension URL
457
457
 
458
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
459
- :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
460
460
  :type undo: bool | None
461
461
  :param url: URL, Location of the extension to install
462
462
  :type url: str | typing.Any
@@ -465,16 +465,16 @@ def extension_url_drop(
465
465
  ...
466
466
 
467
467
  def keyconfig_activate(
468
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
469
- 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,
470
470
  undo: bool | None = None,
471
471
  *,
472
472
  filepath: str | typing.Any = "",
473
473
  ):
474
474
  """Undocumented, consider contributing.
475
475
 
476
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
477
- :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
478
478
  :type undo: bool | None
479
479
  :param filepath: filepath
480
480
  :type filepath: str | typing.Any
@@ -483,8 +483,8 @@ def keyconfig_activate(
483
483
  ...
484
484
 
485
485
  def keyconfig_export(
486
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
487
- 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,
488
488
  undo: bool | None = None,
489
489
  *,
490
490
  all: bool | typing.Any | None = False,
@@ -495,8 +495,8 @@ def keyconfig_export(
495
495
  ):
496
496
  """Export key configuration to a Python script
497
497
 
498
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
499
- :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
500
500
  :type undo: bool | None
501
501
  :param all: All Keymaps, Write all keymaps (not just user modified)
502
502
  :type all: bool | typing.Any | None
@@ -513,8 +513,8 @@ def keyconfig_export(
513
513
  ...
514
514
 
515
515
  def keyconfig_import(
516
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
517
- 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,
518
518
  undo: bool | None = None,
519
519
  *,
520
520
  filepath: str | typing.Any = "keymap.py",
@@ -525,8 +525,8 @@ def keyconfig_import(
525
525
  ):
526
526
  """Import key configuration from a Python script
527
527
 
528
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
529
- :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
530
530
  :type undo: bool | None
531
531
  :param filepath: filepath
532
532
  :type filepath: str | typing.Any
@@ -543,58 +543,58 @@ def keyconfig_import(
543
543
  ...
544
544
 
545
545
  def keyconfig_remove(
546
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
547
- 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,
548
548
  undo: bool | None = None,
549
549
  ):
550
550
  """Remove key config
551
551
 
552
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
553
- :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
554
554
  :type undo: bool | None
555
555
  """
556
556
 
557
557
  ...
558
558
 
559
559
  def keyconfig_test(
560
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
561
- 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,
562
562
  undo: bool | None = None,
563
563
  ):
564
564
  """Test key configuration for conflicts
565
565
 
566
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
567
- :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
568
568
  :type undo: bool | None
569
569
  """
570
570
 
571
571
  ...
572
572
 
573
573
  def keyitem_add(
574
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
575
- 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,
576
576
  undo: bool | None = None,
577
577
  ):
578
578
  """Add key map item
579
579
 
580
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
581
- :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
582
582
  :type undo: bool | None
583
583
  """
584
584
 
585
585
  ...
586
586
 
587
587
  def keyitem_remove(
588
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
589
- 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,
590
590
  undo: bool | None = None,
591
591
  *,
592
592
  item_id: typing.Any | None = 0,
593
593
  ):
594
594
  """Remove key map item
595
595
 
596
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
597
- :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
598
598
  :type undo: bool | None
599
599
  :param item_id: Item Identifier, Identifier of the item to remove
600
600
  :type item_id: typing.Any | None
@@ -603,16 +603,16 @@ def keyitem_remove(
603
603
  ...
604
604
 
605
605
  def keyitem_restore(
606
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
607
- 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,
608
608
  undo: bool | None = None,
609
609
  *,
610
610
  item_id: typing.Any | None = 0,
611
611
  ):
612
612
  """Restore key map item
613
613
 
614
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
615
- :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
616
616
  :type undo: bool | None
617
617
  :param item_id: Item Identifier, Identifier of the item to restore
618
618
  :type item_id: typing.Any | None
@@ -621,16 +621,16 @@ def keyitem_restore(
621
621
  ...
622
622
 
623
623
  def keymap_restore(
624
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
625
- 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,
626
626
  undo: bool | None = None,
627
627
  *,
628
628
  all: bool | typing.Any | None = False,
629
629
  ):
630
630
  """Restore key map(s)
631
631
 
632
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
633
- :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
634
634
  :type undo: bool | None
635
635
  :param all: All Keymaps, Restore all keymaps to default
636
636
  :type all: bool | typing.Any | None
@@ -639,22 +639,22 @@ def keymap_restore(
639
639
  ...
640
640
 
641
641
  def reset_default_theme(
642
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
643
- 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,
644
644
  undo: bool | None = None,
645
645
  ):
646
646
  """Reset to the default theme colors
647
647
 
648
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
649
- :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
650
650
  :type undo: bool | None
651
651
  """
652
652
 
653
653
  ...
654
654
 
655
655
  def script_directory_add(
656
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
657
- 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,
658
658
  undo: bool | None = None,
659
659
  *,
660
660
  directory: str | typing.Any = "",
@@ -662,8 +662,8 @@ def script_directory_add(
662
662
  ):
663
663
  """Undocumented, consider contributing.
664
664
 
665
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
666
- :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
667
667
  :type undo: bool | None
668
668
  :param directory: directory
669
669
  :type directory: str | typing.Any
@@ -674,16 +674,16 @@ def script_directory_add(
674
674
  ...
675
675
 
676
676
  def script_directory_remove(
677
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
678
- 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,
679
679
  undo: bool | None = None,
680
680
  *,
681
681
  index: typing.Any | None = 0,
682
682
  ):
683
683
  """Undocumented, consider contributing.
684
684
 
685
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
686
- :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
687
687
  :type undo: bool | None
688
688
  :param index: Index, Index of the script directory to remove
689
689
  :type index: typing.Any | None
@@ -692,16 +692,16 @@ def script_directory_remove(
692
692
  ...
693
693
 
694
694
  def studiolight_copy_settings(
695
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
696
- 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,
697
697
  undo: bool | None = None,
698
698
  *,
699
699
  index: typing.Any | None = 0,
700
700
  ):
701
701
  """Copy Studio Light settings to the Studio Light editor
702
702
 
703
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
704
- :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
705
705
  :type undo: bool | None
706
706
  :param index: index
707
707
  :type index: typing.Any | None
@@ -710,8 +710,8 @@ def studiolight_copy_settings(
710
710
  ...
711
711
 
712
712
  def studiolight_install(
713
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
714
- 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,
715
715
  undo: bool | None = None,
716
716
  *,
717
717
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
@@ -723,8 +723,8 @@ def studiolight_install(
723
723
  ):
724
724
  """Install a user defined light
725
725
 
726
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
727
- :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
728
728
  :type undo: bool | None
729
729
  :param files: File Path
730
730
  :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
@@ -750,16 +750,16 @@ def studiolight_install(
750
750
  ...
751
751
 
752
752
  def studiolight_new(
753
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
754
- 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,
755
755
  undo: bool | None = None,
756
756
  *,
757
757
  filename: str | typing.Any = "StudioLight",
758
758
  ):
759
759
  """Save custom studio light from the studio light editor settings
760
760
 
761
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
762
- :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
763
763
  :type undo: bool | None
764
764
  :param filename: Name
765
765
  :type filename: str | typing.Any
@@ -768,16 +768,16 @@ def studiolight_new(
768
768
  ...
769
769
 
770
770
  def studiolight_uninstall(
771
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
772
- 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,
773
773
  undo: bool | None = None,
774
774
  *,
775
775
  index: typing.Any | None = 0,
776
776
  ):
777
777
  """Delete Studio Light
778
778
 
779
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
780
- :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
781
781
  :type undo: bool | None
782
782
  :param index: index
783
783
  :type index: typing.Any | None
@@ -786,8 +786,8 @@ def studiolight_uninstall(
786
786
  ...
787
787
 
788
788
  def theme_install(
789
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
790
- 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,
791
791
  undo: bool | None = None,
792
792
  *,
793
793
  overwrite: bool | typing.Any | None = True,
@@ -797,8 +797,8 @@ def theme_install(
797
797
  ):
798
798
  """Load and apply a Blender XML theme file
799
799
 
800
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
801
- :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
802
802
  :type undo: bool | None
803
803
  :param overwrite: Overwrite, Remove existing theme file if exists
804
804
  :type overwrite: bool | typing.Any | None
@@ -813,14 +813,14 @@ def theme_install(
813
813
  ...
814
814
 
815
815
  def unassociate_blend(
816
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
817
- 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,
818
818
  undo: bool | None = None,
819
819
  ):
820
820
  """Remove this installation's associations with .blend files
821
821
 
822
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
823
- :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
824
824
  :type undo: bool | None
825
825
  """
826
826