fake-bpy-module 20240417__py3-none-any.whl → 20240419__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 (139) hide show
  1. _bpy_internal/__init__.pyi +4 -0
  2. _bpy_internal/freedesktop/__init__.pyi +88 -0
  3. _bpy_internal/freedesktop/py.typed +0 -0
  4. _bpy_internal/py.typed +0 -0
  5. aud/__init__.pyi +121 -48
  6. bgl/__init__.pyi +2443 -1265
  7. bl_math/__init__.pyi +19 -3
  8. bl_operators/geometry_nodes/__init__.pyi +13 -0
  9. bl_ui/properties_data_light/__init__.pyi +337 -0
  10. blf/__init__.pyi +63 -13
  11. bmesh/__init__.pyi +13 -0
  12. bmesh/geometry/__init__.pyi +5 -0
  13. bmesh/ops/__init__.pyi +157 -68
  14. bmesh/types/__init__.pyi +109 -62
  15. bmesh/utils/__init__.pyi +11 -2
  16. bpy/__init__.pyi +7 -0
  17. bpy/app/__init__.pyi +13 -0
  18. bpy/app/handlers/__init__.pyi +41 -0
  19. bpy/app/icons/__init__.pyi +4 -2
  20. bpy/app/timers/__init__.pyi +38 -2
  21. bpy/app/translations/__init__.pyi +58 -0
  22. bpy/msgbus/__init__.pyi +46 -0
  23. bpy/ops/__init__.pyi +151 -0
  24. bpy/ops/action/__init__.pyi +76 -76
  25. bpy/ops/anim/__init__.pyi +104 -104
  26. bpy/ops/armature/__init__.pyi +96 -96
  27. bpy/ops/asset/__init__.pyi +32 -32
  28. bpy/ops/boid/__init__.pyi +16 -16
  29. bpy/ops/brush/__init__.pyi +18 -18
  30. bpy/ops/buttons/__init__.pyi +12 -12
  31. bpy/ops/cachefile/__init__.pyi +10 -10
  32. bpy/ops/camera/__init__.pyi +4 -4
  33. bpy/ops/clip/__init__.pyi +184 -184
  34. bpy/ops/cloth/__init__.pyi +2 -2
  35. bpy/ops/collection/__init__.pyi +18 -18
  36. bpy/ops/console/__init__.pyi +42 -42
  37. bpy/ops/constraint/__init__.pyi +36 -36
  38. bpy/ops/curve/__init__.pyi +102 -102
  39. bpy/ops/curves/__init__.pyi +54 -54
  40. bpy/ops/cycles/__init__.pyi +6 -6
  41. bpy/ops/dpaint/__init__.pyi +10 -10
  42. bpy/ops/ed/__init__.pyi +24 -24
  43. bpy/ops/export_anim/__init__.pyi +2 -2
  44. bpy/ops/export_mesh/__init__.pyi +2 -2
  45. bpy/ops/export_scene/__init__.pyi +7 -7
  46. bpy/ops/file/__init__.pyi +80 -80
  47. bpy/ops/fluid/__init__.pyi +28 -28
  48. bpy/ops/font/__init__.pyi +46 -46
  49. bpy/ops/geometry/__init__.pyi +20 -20
  50. bpy/ops/gizmogroup/__init__.pyi +4 -4
  51. bpy/ops/gpencil/__init__.pyi +300 -300
  52. bpy/ops/graph/__init__.pyi +130 -130
  53. bpy/ops/grease_pencil/__init__.pyi +112 -112
  54. bpy/ops/image/__init__.pyi +92 -92
  55. bpy/ops/import_anim/__init__.pyi +2 -2
  56. bpy/ops/import_curve/__init__.pyi +2 -2
  57. bpy/ops/import_mesh/__init__.pyi +2 -2
  58. bpy/ops/import_scene/__init__.pyi +6 -6
  59. bpy/ops/info/__init__.pyi +14 -14
  60. bpy/ops/lattice/__init__.pyi +16 -16
  61. bpy/ops/marker/__init__.pyi +22 -22
  62. bpy/ops/mask/__init__.pyi +78 -78
  63. bpy/ops/material/__init__.pyi +6 -6
  64. bpy/ops/mball/__init__.pyi +16 -16
  65. bpy/ops/mesh/__init__.pyi +326 -326
  66. bpy/ops/nla/__init__.pyi +80 -80
  67. bpy/ops/node/__init__.pyi +202 -202
  68. bpy/ops/object/__init__.pyi +509 -500
  69. bpy/ops/outliner/__init__.pyi +138 -138
  70. bpy/ops/paint/__init__.pyi +104 -104
  71. bpy/ops/paintcurve/__init__.pyi +16 -16
  72. bpy/ops/palette/__init__.pyi +14 -14
  73. bpy/ops/particle/__init__.pyi +72 -72
  74. bpy/ops/pose/__init__.pyi +78 -78
  75. bpy/ops/poselib/__init__.pyi +18 -18
  76. bpy/ops/preferences/__init__.pyi +76 -76
  77. bpy/ops/ptcache/__init__.pyi +14 -14
  78. bpy/ops/render/__init__.pyi +24 -24
  79. bpy/ops/rigidbody/__init__.pyi +26 -26
  80. bpy/ops/scene/__init__.pyi +78 -78
  81. bpy/ops/screen/__init__.pyi +78 -78
  82. bpy/ops/script/__init__.pyi +6 -6
  83. bpy/ops/sculpt/__init__.pyi +62 -62
  84. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  85. bpy/ops/sequencer/__init__.pyi +170 -170
  86. bpy/ops/sound/__init__.pyi +14 -14
  87. bpy/ops/spreadsheet/__init__.pyi +8 -8
  88. bpy/ops/surface/__init__.pyi +12 -12
  89. bpy/ops/text/__init__.pyi +86 -86
  90. bpy/ops/text_editor/__init__.pyi +2 -2
  91. bpy/ops/texture/__init__.pyi +8 -8
  92. bpy/ops/transform/__init__.pyi +54 -54
  93. bpy/ops/ui/__init__.pyi +64 -64
  94. bpy/ops/uilist/__init__.pyi +6 -6
  95. bpy/ops/uv/__init__.pyi +98 -98
  96. bpy/ops/view2d/__init__.pyi +28 -28
  97. bpy/ops/view3d/__init__.pyi +134 -134
  98. bpy/ops/wm/__init__.pyi +224 -224
  99. bpy/ops/workspace/__init__.pyi +14 -14
  100. bpy/ops/world/__init__.pyi +2 -2
  101. bpy/path/__init__.pyi +6 -0
  102. bpy/props/__init__.pyi +141 -29
  103. bpy/types/__init__.pyi +101517 -5027
  104. bpy/utils/__init__.pyi +18 -3
  105. bpy/utils/previews/__init__.pyi +15 -0
  106. bpy/utils/units/__init__.pyi +11 -3
  107. bpy_extras/__init__.pyi +19 -0
  108. bpy_extras/asset_utils/__init__.pyi +5 -0
  109. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/METADATA +1 -1
  110. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/RECORD +139 -135
  111. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/top_level.txt +1 -0
  112. freestyle/__init__.pyi +18 -0
  113. freestyle/chainingiterators/__init__.pyi +20 -5
  114. freestyle/functions/__init__.pyi +151 -155
  115. freestyle/predicates/__init__.pyi +53 -46
  116. freestyle/shaders/__init__.pyi +91 -32
  117. freestyle/types/__init__.pyi +362 -120
  118. freestyle/utils/ContextFunctions/__init__.pyi +32 -7
  119. freestyle/utils/__init__.pyi +13 -1
  120. gpu/__init__.pyi +225 -0
  121. gpu/capabilities/__init__.pyi +37 -15
  122. gpu/matrix/__init__.pyi +7 -1
  123. gpu/platform/__init__.pyi +5 -0
  124. gpu/select/__init__.pyi +5 -0
  125. gpu/shader/__init__.pyi +77 -0
  126. gpu/state/__init__.pyi +15 -4
  127. gpu/texture/__init__.pyi +5 -0
  128. gpu/types/__init__.pyi +91 -33
  129. gpu_extras/__init__.pyi +15 -0
  130. gpu_extras/presets/__init__.pyi +16 -4
  131. imbuf/__init__.pyi +13 -0
  132. imbuf/types/__init__.pyi +20 -5
  133. mathutils/__init__.pyi +349 -227
  134. mathutils/bvhtree/__init__.pyi +21 -8
  135. mathutils/geometry/__init__.pyi +23 -9
  136. mathutils/interpolate/__init__.pyi +5 -0
  137. mathutils/kdtree/__init__.pyi +19 -5
  138. mathutils/noise/__init__.pyi +87 -41
  139. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/WHEEL +0 -0
@@ -5,14 +5,14 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def addon_disable(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: str = None,
8
+ execution_context: typing.Union[str, int] = None,
9
9
  undo: bool = None,
10
10
  module: typing.Union[str, typing.Any] = "",
11
11
  ):
12
12
  """Turn off this extension
13
13
 
14
14
  :type override_context: typing.Union[dict, bpy.types.Context]
15
- :type execution_context: str
15
+ :type execution_context: typing.Union[str, int]
16
16
  :type undo: bool
17
17
  :param module: Module, Module name of the add-on to disable
18
18
  :type module: typing.Union[str, typing.Any]
@@ -22,14 +22,14 @@ def addon_disable(
22
22
 
23
23
  def addon_enable(
24
24
  override_context: typing.Union[dict, bpy.types.Context] = None,
25
- execution_context: str = None,
25
+ execution_context: typing.Union[str, int] = None,
26
26
  undo: bool = None,
27
27
  module: typing.Union[str, typing.Any] = "",
28
28
  ):
29
29
  """Turn on this extension
30
30
 
31
31
  :type override_context: typing.Union[dict, bpy.types.Context]
32
- :type execution_context: str
32
+ :type execution_context: typing.Union[str, int]
33
33
  :type undo: bool
34
34
  :param module: Module, Module name of the add-on to enable
35
35
  :type module: typing.Union[str, typing.Any]
@@ -39,14 +39,14 @@ def addon_enable(
39
39
 
40
40
  def addon_expand(
41
41
  override_context: typing.Union[dict, bpy.types.Context] = None,
42
- execution_context: str = None,
42
+ execution_context: typing.Union[str, int] = None,
43
43
  undo: bool = None,
44
44
  module: typing.Union[str, typing.Any] = "",
45
45
  ):
46
46
  """Display information and preferences for this add-on
47
47
 
48
48
  :type override_context: typing.Union[dict, bpy.types.Context]
49
- :type execution_context: str
49
+ :type execution_context: typing.Union[str, int]
50
50
  :type undo: bool
51
51
  :param module: Module, Module name of the add-on to expand
52
52
  :type module: typing.Union[str, typing.Any]
@@ -56,7 +56,7 @@ def addon_expand(
56
56
 
57
57
  def addon_install(
58
58
  override_context: typing.Union[dict, bpy.types.Context] = None,
59
- execution_context: str = None,
59
+ execution_context: typing.Union[str, int] = None,
60
60
  undo: bool = None,
61
61
  overwrite: typing.Union[bool, typing.Any] = True,
62
62
  target: typing.Union[str, int, typing.Any] = "",
@@ -68,7 +68,7 @@ def addon_install(
68
68
  """Install an add-on
69
69
 
70
70
  :type override_context: typing.Union[dict, bpy.types.Context]
71
- :type execution_context: str
71
+ :type execution_context: typing.Union[str, int]
72
72
  :type undo: bool
73
73
  :param overwrite: Overwrite, Remove existing add-ons with the same ID
74
74
  :type overwrite: typing.Union[bool, typing.Any]
@@ -88,13 +88,13 @@ def addon_install(
88
88
 
89
89
  def addon_refresh(
90
90
  override_context: typing.Union[dict, bpy.types.Context] = None,
91
- execution_context: str = None,
91
+ execution_context: typing.Union[str, int] = None,
92
92
  undo: bool = None,
93
93
  ):
94
94
  """Scan add-on directories for new modules
95
95
 
96
96
  :type override_context: typing.Union[dict, bpy.types.Context]
97
- :type execution_context: str
97
+ :type execution_context: typing.Union[str, int]
98
98
  :type undo: bool
99
99
  """
100
100
 
@@ -102,14 +102,14 @@ def addon_refresh(
102
102
 
103
103
  def addon_remove(
104
104
  override_context: typing.Union[dict, bpy.types.Context] = None,
105
- execution_context: str = None,
105
+ execution_context: typing.Union[str, int] = None,
106
106
  undo: bool = None,
107
107
  module: typing.Union[str, typing.Any] = "",
108
108
  ):
109
109
  """Delete the add-on from the file system
110
110
 
111
111
  :type override_context: typing.Union[dict, bpy.types.Context]
112
- :type execution_context: str
112
+ :type execution_context: typing.Union[str, int]
113
113
  :type undo: bool
114
114
  :param module: Module, Module name of the add-on to remove
115
115
  :type module: typing.Union[str, typing.Any]
@@ -119,14 +119,14 @@ def addon_remove(
119
119
 
120
120
  def addon_show(
121
121
  override_context: typing.Union[dict, bpy.types.Context] = None,
122
- execution_context: str = None,
122
+ execution_context: typing.Union[str, int] = None,
123
123
  undo: bool = None,
124
124
  module: typing.Union[str, typing.Any] = "",
125
125
  ):
126
126
  """Show add-on preferences
127
127
 
128
128
  :type override_context: typing.Union[dict, bpy.types.Context]
129
- :type execution_context: str
129
+ :type execution_context: typing.Union[str, int]
130
130
  :type undo: bool
131
131
  :param module: Module, Module name of the add-on to expand
132
132
  :type module: typing.Union[str, typing.Any]
@@ -136,7 +136,7 @@ def addon_show(
136
136
 
137
137
  def app_template_install(
138
138
  override_context: typing.Union[dict, bpy.types.Context] = None,
139
- execution_context: str = None,
139
+ execution_context: typing.Union[str, int] = None,
140
140
  undo: bool = None,
141
141
  overwrite: typing.Union[bool, typing.Any] = True,
142
142
  filepath: typing.Union[str, typing.Any] = "",
@@ -146,7 +146,7 @@ def app_template_install(
146
146
  """Install an application template
147
147
 
148
148
  :type override_context: typing.Union[dict, bpy.types.Context]
149
- :type execution_context: str
149
+ :type execution_context: typing.Union[str, int]
150
150
  :type undo: bool
151
151
  :param overwrite: Overwrite, Remove existing template with the same ID
152
152
  :type overwrite: typing.Union[bool, typing.Any]
@@ -162,7 +162,7 @@ def app_template_install(
162
162
 
163
163
  def asset_library_add(
164
164
  override_context: typing.Union[dict, bpy.types.Context] = None,
165
- execution_context: str = None,
165
+ execution_context: typing.Union[str, int] = None,
166
166
  undo: bool = None,
167
167
  directory: typing.Union[str, typing.Any] = "",
168
168
  hide_props_region: typing.Union[bool, typing.Any] = True,
@@ -191,7 +191,7 @@ def asset_library_add(
191
191
  """Add a directory to be used by the Asset Browser as source of assets
192
192
 
193
193
  :type override_context: typing.Union[dict, bpy.types.Context]
194
- :type execution_context: str
194
+ :type execution_context: typing.Union[str, int]
195
195
  :type undo: bool
196
196
  :param directory: Directory, Directory of the file
197
197
  :type directory: typing.Union[str, typing.Any]
@@ -257,14 +257,14 @@ def asset_library_add(
257
257
 
258
258
  def asset_library_remove(
259
259
  override_context: typing.Union[dict, bpy.types.Context] = None,
260
- execution_context: str = None,
260
+ execution_context: typing.Union[str, int] = None,
261
261
  undo: bool = None,
262
262
  index: typing.Any = 0,
263
263
  ):
264
264
  """Remove a path to a .blend file, so the Asset Browser will not attempt to show it anymore
265
265
 
266
266
  :type override_context: typing.Union[dict, bpy.types.Context]
267
- :type execution_context: str
267
+ :type execution_context: typing.Union[str, int]
268
268
  :type undo: bool
269
269
  :param index: Index
270
270
  :type index: typing.Any
@@ -274,13 +274,13 @@ def asset_library_remove(
274
274
 
275
275
  def associate_blend(
276
276
  override_context: typing.Union[dict, bpy.types.Context] = None,
277
- execution_context: str = None,
277
+ execution_context: typing.Union[str, int] = None,
278
278
  undo: bool = None,
279
279
  ):
280
280
  """Use this installation for .blend files and to display thumbnails
281
281
 
282
282
  :type override_context: typing.Union[dict, bpy.types.Context]
283
- :type execution_context: str
283
+ :type execution_context: typing.Union[str, int]
284
284
  :type undo: bool
285
285
  """
286
286
 
@@ -288,13 +288,13 @@ def associate_blend(
288
288
 
289
289
  def autoexec_path_add(
290
290
  override_context: typing.Union[dict, bpy.types.Context] = None,
291
- execution_context: str = None,
291
+ execution_context: typing.Union[str, int] = None,
292
292
  undo: bool = None,
293
293
  ):
294
294
  """Add path to exclude from auto-execution
295
295
 
296
296
  :type override_context: typing.Union[dict, bpy.types.Context]
297
- :type execution_context: str
297
+ :type execution_context: typing.Union[str, int]
298
298
  :type undo: bool
299
299
  """
300
300
 
@@ -302,14 +302,14 @@ def autoexec_path_add(
302
302
 
303
303
  def autoexec_path_remove(
304
304
  override_context: typing.Union[dict, bpy.types.Context] = None,
305
- execution_context: str = None,
305
+ execution_context: typing.Union[str, int] = None,
306
306
  undo: bool = None,
307
307
  index: typing.Any = 0,
308
308
  ):
309
309
  """Remove path to exclude from auto-execution
310
310
 
311
311
  :type override_context: typing.Union[dict, bpy.types.Context]
312
- :type execution_context: str
312
+ :type execution_context: typing.Union[str, int]
313
313
  :type undo: bool
314
314
  :param index: Index
315
315
  :type index: typing.Any
@@ -319,13 +319,13 @@ def autoexec_path_remove(
319
319
 
320
320
  def copy_prev(
321
321
  override_context: typing.Union[dict, bpy.types.Context] = None,
322
- execution_context: str = None,
322
+ execution_context: typing.Union[str, int] = None,
323
323
  undo: bool = None,
324
324
  ):
325
325
  """Copy settings from previous version
326
326
 
327
327
  :type override_context: typing.Union[dict, bpy.types.Context]
328
- :type execution_context: str
328
+ :type execution_context: typing.Union[str, int]
329
329
  :type undo: bool
330
330
  """
331
331
 
@@ -333,7 +333,7 @@ def copy_prev(
333
333
 
334
334
  def extension_repo_add(
335
335
  override_context: typing.Union[dict, bpy.types.Context] = None,
336
- execution_context: str = None,
336
+ execution_context: typing.Union[str, int] = None,
337
337
  undo: bool = None,
338
338
  name: typing.Union[str, typing.Any] = "",
339
339
  remote_path: typing.Union[str, typing.Any] = "",
@@ -344,7 +344,7 @@ def extension_repo_add(
344
344
  """Add a new repository used to store extensions
345
345
 
346
346
  :type override_context: typing.Union[dict, bpy.types.Context]
347
- :type execution_context: str
347
+ :type execution_context: typing.Union[str, int]
348
348
  :type undo: bool
349
349
  :param name: Name, Unique repository name
350
350
  :type name: typing.Union[str, typing.Any]
@@ -368,7 +368,7 @@ def extension_repo_add(
368
368
 
369
369
  def extension_repo_remove(
370
370
  override_context: typing.Union[dict, bpy.types.Context] = None,
371
- execution_context: str = None,
371
+ execution_context: typing.Union[str, int] = None,
372
372
  undo: bool = None,
373
373
  index: typing.Any = 0,
374
374
  type: typing.Any = "REPO_ONLY",
@@ -376,7 +376,7 @@ def extension_repo_remove(
376
376
  """Remove an extension repository
377
377
 
378
378
  :type override_context: typing.Union[dict, bpy.types.Context]
379
- :type execution_context: str
379
+ :type execution_context: typing.Union[str, int]
380
380
  :type undo: bool
381
381
  :param index: Index
382
382
  :type index: typing.Any
@@ -394,13 +394,13 @@ def extension_repo_remove(
394
394
 
395
395
  def extension_repo_sync(
396
396
  override_context: typing.Union[dict, bpy.types.Context] = None,
397
- execution_context: str = None,
397
+ execution_context: typing.Union[str, int] = None,
398
398
  undo: bool = None,
399
399
  ):
400
400
  """Synchronize the active extension repository with its remote URL
401
401
 
402
402
  :type override_context: typing.Union[dict, bpy.types.Context]
403
- :type execution_context: str
403
+ :type execution_context: typing.Union[str, int]
404
404
  :type undo: bool
405
405
  """
406
406
 
@@ -408,13 +408,13 @@ def extension_repo_sync(
408
408
 
409
409
  def extension_repo_upgrade(
410
410
  override_context: typing.Union[dict, bpy.types.Context] = None,
411
- execution_context: str = None,
411
+ execution_context: typing.Union[str, int] = None,
412
412
  undo: bool = None,
413
413
  ):
414
414
  """Update any outdated extensions for the active extension repository
415
415
 
416
416
  :type override_context: typing.Union[dict, bpy.types.Context]
417
- :type execution_context: str
417
+ :type execution_context: typing.Union[str, int]
418
418
  :type undo: bool
419
419
  """
420
420
 
@@ -422,14 +422,14 @@ def extension_repo_upgrade(
422
422
 
423
423
  def extension_url_drop(
424
424
  override_context: typing.Union[dict, bpy.types.Context] = None,
425
- execution_context: str = None,
425
+ execution_context: typing.Union[str, int] = None,
426
426
  undo: bool = None,
427
427
  url: typing.Union[str, typing.Any] = "",
428
428
  ):
429
429
  """Handle dropping an extension URL
430
430
 
431
431
  :type override_context: typing.Union[dict, bpy.types.Context]
432
- :type execution_context: str
432
+ :type execution_context: typing.Union[str, int]
433
433
  :type undo: bool
434
434
  :param url: URL, Location of the extension to install
435
435
  :type url: typing.Union[str, typing.Any]
@@ -439,14 +439,14 @@ def extension_url_drop(
439
439
 
440
440
  def keyconfig_activate(
441
441
  override_context: typing.Union[dict, bpy.types.Context] = None,
442
- execution_context: str = None,
442
+ execution_context: typing.Union[str, int] = None,
443
443
  undo: bool = None,
444
444
  filepath: typing.Union[str, typing.Any] = "",
445
445
  ):
446
446
  """Undocumented, consider contributing.
447
447
 
448
448
  :type override_context: typing.Union[dict, bpy.types.Context]
449
- :type execution_context: str
449
+ :type execution_context: typing.Union[str, int]
450
450
  :type undo: bool
451
451
  :param filepath: filepath
452
452
  :type filepath: typing.Union[str, typing.Any]
@@ -456,7 +456,7 @@ def keyconfig_activate(
456
456
 
457
457
  def keyconfig_export(
458
458
  override_context: typing.Union[dict, bpy.types.Context] = None,
459
- execution_context: str = None,
459
+ execution_context: typing.Union[str, int] = None,
460
460
  undo: bool = None,
461
461
  all: typing.Union[bool, typing.Any] = False,
462
462
  filepath: typing.Union[str, typing.Any] = "",
@@ -467,7 +467,7 @@ def keyconfig_export(
467
467
  """Export key configuration to a Python script
468
468
 
469
469
  :type override_context: typing.Union[dict, bpy.types.Context]
470
- :type execution_context: str
470
+ :type execution_context: typing.Union[str, int]
471
471
  :type undo: bool
472
472
  :param all: All Keymaps, Write all keymaps (not just user modified)
473
473
  :type all: typing.Union[bool, typing.Any]
@@ -485,7 +485,7 @@ def keyconfig_export(
485
485
 
486
486
  def keyconfig_import(
487
487
  override_context: typing.Union[dict, bpy.types.Context] = None,
488
- execution_context: str = None,
488
+ execution_context: typing.Union[str, int] = None,
489
489
  undo: bool = None,
490
490
  filepath: typing.Union[str, typing.Any] = "keymap.py",
491
491
  filter_folder: typing.Union[bool, typing.Any] = True,
@@ -496,7 +496,7 @@ def keyconfig_import(
496
496
  """Import key configuration from a Python script
497
497
 
498
498
  :type override_context: typing.Union[dict, bpy.types.Context]
499
- :type execution_context: str
499
+ :type execution_context: typing.Union[str, int]
500
500
  :type undo: bool
501
501
  :param filepath: filepath
502
502
  :type filepath: typing.Union[str, typing.Any]
@@ -514,13 +514,13 @@ def keyconfig_import(
514
514
 
515
515
  def keyconfig_remove(
516
516
  override_context: typing.Union[dict, bpy.types.Context] = None,
517
- execution_context: str = None,
517
+ execution_context: typing.Union[str, int] = None,
518
518
  undo: bool = None,
519
519
  ):
520
520
  """Remove key config
521
521
 
522
522
  :type override_context: typing.Union[dict, bpy.types.Context]
523
- :type execution_context: str
523
+ :type execution_context: typing.Union[str, int]
524
524
  :type undo: bool
525
525
  """
526
526
 
@@ -528,13 +528,13 @@ def keyconfig_remove(
528
528
 
529
529
  def keyconfig_test(
530
530
  override_context: typing.Union[dict, bpy.types.Context] = None,
531
- execution_context: str = None,
531
+ execution_context: typing.Union[str, int] = None,
532
532
  undo: bool = None,
533
533
  ):
534
534
  """Test key configuration for conflicts
535
535
 
536
536
  :type override_context: typing.Union[dict, bpy.types.Context]
537
- :type execution_context: str
537
+ :type execution_context: typing.Union[str, int]
538
538
  :type undo: bool
539
539
  """
540
540
 
@@ -542,13 +542,13 @@ def keyconfig_test(
542
542
 
543
543
  def keyitem_add(
544
544
  override_context: typing.Union[dict, bpy.types.Context] = None,
545
- execution_context: str = None,
545
+ execution_context: typing.Union[str, int] = None,
546
546
  undo: bool = None,
547
547
  ):
548
548
  """Add key map item
549
549
 
550
550
  :type override_context: typing.Union[dict, bpy.types.Context]
551
- :type execution_context: str
551
+ :type execution_context: typing.Union[str, int]
552
552
  :type undo: bool
553
553
  """
554
554
 
@@ -556,14 +556,14 @@ def keyitem_add(
556
556
 
557
557
  def keyitem_remove(
558
558
  override_context: typing.Union[dict, bpy.types.Context] = None,
559
- execution_context: str = None,
559
+ execution_context: typing.Union[str, int] = None,
560
560
  undo: bool = None,
561
561
  item_id: typing.Any = 0,
562
562
  ):
563
563
  """Remove key map item
564
564
 
565
565
  :type override_context: typing.Union[dict, bpy.types.Context]
566
- :type execution_context: str
566
+ :type execution_context: typing.Union[str, int]
567
567
  :type undo: bool
568
568
  :param item_id: Item Identifier, Identifier of the item to remove
569
569
  :type item_id: typing.Any
@@ -573,14 +573,14 @@ def keyitem_remove(
573
573
 
574
574
  def keyitem_restore(
575
575
  override_context: typing.Union[dict, bpy.types.Context] = None,
576
- execution_context: str = None,
576
+ execution_context: typing.Union[str, int] = None,
577
577
  undo: bool = None,
578
578
  item_id: typing.Any = 0,
579
579
  ):
580
580
  """Restore key map item
581
581
 
582
582
  :type override_context: typing.Union[dict, bpy.types.Context]
583
- :type execution_context: str
583
+ :type execution_context: typing.Union[str, int]
584
584
  :type undo: bool
585
585
  :param item_id: Item Identifier, Identifier of the item to restore
586
586
  :type item_id: typing.Any
@@ -590,14 +590,14 @@ def keyitem_restore(
590
590
 
591
591
  def keymap_restore(
592
592
  override_context: typing.Union[dict, bpy.types.Context] = None,
593
- execution_context: str = None,
593
+ execution_context: typing.Union[str, int] = None,
594
594
  undo: bool = None,
595
595
  all: typing.Union[bool, typing.Any] = False,
596
596
  ):
597
597
  """Restore key map(s)
598
598
 
599
599
  :type override_context: typing.Union[dict, bpy.types.Context]
600
- :type execution_context: str
600
+ :type execution_context: typing.Union[str, int]
601
601
  :type undo: bool
602
602
  :param all: All Keymaps, Restore all keymaps to default
603
603
  :type all: typing.Union[bool, typing.Any]
@@ -607,13 +607,13 @@ def keymap_restore(
607
607
 
608
608
  def reset_default_theme(
609
609
  override_context: typing.Union[dict, bpy.types.Context] = None,
610
- execution_context: str = None,
610
+ execution_context: typing.Union[str, int] = None,
611
611
  undo: bool = None,
612
612
  ):
613
613
  """Reset to the default theme colors
614
614
 
615
615
  :type override_context: typing.Union[dict, bpy.types.Context]
616
- :type execution_context: str
616
+ :type execution_context: typing.Union[str, int]
617
617
  :type undo: bool
618
618
  """
619
619
 
@@ -621,7 +621,7 @@ def reset_default_theme(
621
621
 
622
622
  def script_directory_add(
623
623
  override_context: typing.Union[dict, bpy.types.Context] = None,
624
- execution_context: str = None,
624
+ execution_context: typing.Union[str, int] = None,
625
625
  undo: bool = None,
626
626
  directory: typing.Union[str, typing.Any] = "",
627
627
  filter_folder: typing.Union[bool, typing.Any] = True,
@@ -629,7 +629,7 @@ def script_directory_add(
629
629
  """Undocumented, consider contributing.
630
630
 
631
631
  :type override_context: typing.Union[dict, bpy.types.Context]
632
- :type execution_context: str
632
+ :type execution_context: typing.Union[str, int]
633
633
  :type undo: bool
634
634
  :param directory: directory
635
635
  :type directory: typing.Union[str, typing.Any]
@@ -641,14 +641,14 @@ def script_directory_add(
641
641
 
642
642
  def script_directory_remove(
643
643
  override_context: typing.Union[dict, bpy.types.Context] = None,
644
- execution_context: str = None,
644
+ execution_context: typing.Union[str, int] = None,
645
645
  undo: bool = None,
646
646
  index: typing.Any = 0,
647
647
  ):
648
648
  """Undocumented, consider contributing.
649
649
 
650
650
  :type override_context: typing.Union[dict, bpy.types.Context]
651
- :type execution_context: str
651
+ :type execution_context: typing.Union[str, int]
652
652
  :type undo: bool
653
653
  :param index: Index, Index of the script directory to remove
654
654
  :type index: typing.Any
@@ -658,14 +658,14 @@ def script_directory_remove(
658
658
 
659
659
  def studiolight_copy_settings(
660
660
  override_context: typing.Union[dict, bpy.types.Context] = None,
661
- execution_context: str = None,
661
+ execution_context: typing.Union[str, int] = None,
662
662
  undo: bool = None,
663
663
  index: typing.Any = 0,
664
664
  ):
665
665
  """Copy Studio Light settings to the Studio Light editor
666
666
 
667
667
  :type override_context: typing.Union[dict, bpy.types.Context]
668
- :type execution_context: str
668
+ :type execution_context: typing.Union[str, int]
669
669
  :type undo: bool
670
670
  :param index: index
671
671
  :type index: typing.Any
@@ -675,7 +675,7 @@ def studiolight_copy_settings(
675
675
 
676
676
  def studiolight_install(
677
677
  override_context: typing.Union[dict, bpy.types.Context] = None,
678
- execution_context: str = None,
678
+ execution_context: typing.Union[str, int] = None,
679
679
  undo: bool = None,
680
680
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] = None,
681
681
  directory: typing.Union[str, typing.Any] = "",
@@ -686,7 +686,7 @@ def studiolight_install(
686
686
  """Install a user defined light
687
687
 
688
688
  :type override_context: typing.Union[dict, bpy.types.Context]
689
- :type execution_context: str
689
+ :type execution_context: typing.Union[str, int]
690
690
  :type undo: bool
691
691
  :param files: File Path
692
692
  :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
@@ -713,14 +713,14 @@ def studiolight_install(
713
713
 
714
714
  def studiolight_new(
715
715
  override_context: typing.Union[dict, bpy.types.Context] = None,
716
- execution_context: str = None,
716
+ execution_context: typing.Union[str, int] = None,
717
717
  undo: bool = None,
718
718
  filename: typing.Union[str, typing.Any] = "StudioLight",
719
719
  ):
720
720
  """Save custom studio light from the studio light editor settings
721
721
 
722
722
  :type override_context: typing.Union[dict, bpy.types.Context]
723
- :type execution_context: str
723
+ :type execution_context: typing.Union[str, int]
724
724
  :type undo: bool
725
725
  :param filename: Name
726
726
  :type filename: typing.Union[str, typing.Any]
@@ -730,13 +730,13 @@ def studiolight_new(
730
730
 
731
731
  def studiolight_show(
732
732
  override_context: typing.Union[dict, bpy.types.Context] = None,
733
- execution_context: str = None,
733
+ execution_context: typing.Union[str, int] = None,
734
734
  undo: bool = None,
735
735
  ):
736
736
  """Show light preferences
737
737
 
738
738
  :type override_context: typing.Union[dict, bpy.types.Context]
739
- :type execution_context: str
739
+ :type execution_context: typing.Union[str, int]
740
740
  :type undo: bool
741
741
  """
742
742
 
@@ -744,14 +744,14 @@ def studiolight_show(
744
744
 
745
745
  def studiolight_uninstall(
746
746
  override_context: typing.Union[dict, bpy.types.Context] = None,
747
- execution_context: str = None,
747
+ execution_context: typing.Union[str, int] = None,
748
748
  undo: bool = None,
749
749
  index: typing.Any = 0,
750
750
  ):
751
751
  """Delete Studio Light
752
752
 
753
753
  :type override_context: typing.Union[dict, bpy.types.Context]
754
- :type execution_context: str
754
+ :type execution_context: typing.Union[str, int]
755
755
  :type undo: bool
756
756
  :param index: index
757
757
  :type index: typing.Any
@@ -761,7 +761,7 @@ def studiolight_uninstall(
761
761
 
762
762
  def theme_install(
763
763
  override_context: typing.Union[dict, bpy.types.Context] = None,
764
- execution_context: str = None,
764
+ execution_context: typing.Union[str, int] = None,
765
765
  undo: bool = None,
766
766
  overwrite: typing.Union[bool, typing.Any] = True,
767
767
  filepath: typing.Union[str, typing.Any] = "",
@@ -771,7 +771,7 @@ def theme_install(
771
771
  """Load and apply a Blender XML theme file
772
772
 
773
773
  :type override_context: typing.Union[dict, bpy.types.Context]
774
- :type execution_context: str
774
+ :type execution_context: typing.Union[str, int]
775
775
  :type undo: bool
776
776
  :param overwrite: Overwrite, Remove existing theme file if exists
777
777
  :type overwrite: typing.Union[bool, typing.Any]
@@ -787,13 +787,13 @@ def theme_install(
787
787
 
788
788
  def unassociate_blend(
789
789
  override_context: typing.Union[dict, bpy.types.Context] = None,
790
- execution_context: str = None,
790
+ execution_context: typing.Union[str, int] = None,
791
791
  undo: bool = None,
792
792
  ):
793
793
  """Remove this installation's associations with .blend files
794
794
 
795
795
  :type override_context: typing.Union[dict, bpy.types.Context]
796
- :type execution_context: str
796
+ :type execution_context: typing.Union[str, int]
797
797
  :type undo: bool
798
798
  """
799
799