fake-bpy-module 20240811__py3-none-any.whl → 20240813__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 (83) hide show
  1. bl_ui/space_view3d/__init__.pyi +31 -0
  2. bpy/ops/action/__init__.pyi +76 -76
  3. bpy/ops/anim/__init__.pyi +110 -110
  4. bpy/ops/armature/__init__.pyi +96 -96
  5. bpy/ops/asset/__init__.pyi +32 -32
  6. bpy/ops/boid/__init__.pyi +16 -16
  7. bpy/ops/brush/__init__.pyi +26 -26
  8. bpy/ops/buttons/__init__.pyi +12 -12
  9. bpy/ops/cachefile/__init__.pyi +10 -10
  10. bpy/ops/camera/__init__.pyi +4 -4
  11. bpy/ops/clip/__init__.pyi +184 -184
  12. bpy/ops/cloth/__init__.pyi +2 -2
  13. bpy/ops/collection/__init__.pyi +18 -18
  14. bpy/ops/console/__init__.pyi +42 -42
  15. bpy/ops/constraint/__init__.pyi +36 -36
  16. bpy/ops/curve/__init__.pyi +102 -102
  17. bpy/ops/curves/__init__.pyi +54 -54
  18. bpy/ops/cycles/__init__.pyi +6 -6
  19. bpy/ops/dpaint/__init__.pyi +10 -10
  20. bpy/ops/ed/__init__.pyi +24 -24
  21. bpy/ops/export_anim/__init__.pyi +2 -2
  22. bpy/ops/export_scene/__init__.pyi +4 -4
  23. bpy/ops/extensions/__init__.pyi +68 -68
  24. bpy/ops/file/__init__.pyi +80 -80
  25. bpy/ops/fluid/__init__.pyi +28 -28
  26. bpy/ops/font/__init__.pyi +46 -46
  27. bpy/ops/geometry/__init__.pyi +20 -20
  28. bpy/ops/gizmogroup/__init__.pyi +4 -4
  29. bpy/ops/gpencil/__init__.pyi +284 -284
  30. bpy/ops/graph/__init__.pyi +130 -130
  31. bpy/ops/grease_pencil/__init__.pyi +166 -166
  32. bpy/ops/image/__init__.pyi +98 -98
  33. bpy/ops/import_anim/__init__.pyi +2 -2
  34. bpy/ops/import_curve/__init__.pyi +2 -2
  35. bpy/ops/import_scene/__init__.pyi +4 -4
  36. bpy/ops/info/__init__.pyi +14 -14
  37. bpy/ops/lattice/__init__.pyi +16 -16
  38. bpy/ops/marker/__init__.pyi +22 -22
  39. bpy/ops/mask/__init__.pyi +78 -78
  40. bpy/ops/material/__init__.pyi +6 -6
  41. bpy/ops/mball/__init__.pyi +16 -16
  42. bpy/ops/mesh/__init__.pyi +326 -326
  43. bpy/ops/nla/__init__.pyi +78 -78
  44. bpy/ops/node/__init__.pyi +208 -208
  45. bpy/ops/object/__init__.pyi +473 -473
  46. bpy/ops/outliner/__init__.pyi +142 -142
  47. bpy/ops/paint/__init__.pyi +108 -108
  48. bpy/ops/paintcurve/__init__.pyi +16 -16
  49. bpy/ops/palette/__init__.pyi +14 -14
  50. bpy/ops/particle/__init__.pyi +72 -72
  51. bpy/ops/pose/__init__.pyi +102 -102
  52. bpy/ops/poselib/__init__.pyi +18 -18
  53. bpy/ops/preferences/__init__.pyi +70 -70
  54. bpy/ops/ptcache/__init__.pyi +14 -14
  55. bpy/ops/render/__init__.pyi +26 -26
  56. bpy/ops/rigidbody/__init__.pyi +26 -26
  57. bpy/ops/scene/__init__.pyi +74 -74
  58. bpy/ops/screen/__init__.pyi +78 -78
  59. bpy/ops/script/__init__.pyi +6 -6
  60. bpy/ops/sculpt/__init__.pyi +72 -72
  61. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  62. bpy/ops/sequencer/__init__.pyi +174 -174
  63. bpy/ops/sound/__init__.pyi +14 -14
  64. bpy/ops/spreadsheet/__init__.pyi +8 -8
  65. bpy/ops/surface/__init__.pyi +12 -12
  66. bpy/ops/text/__init__.pyi +86 -86
  67. bpy/ops/text_editor/__init__.pyi +2 -2
  68. bpy/ops/texture/__init__.pyi +8 -8
  69. bpy/ops/transform/__init__.pyi +54 -54
  70. bpy/ops/ui/__init__.pyi +64 -64
  71. bpy/ops/uilist/__init__.pyi +6 -6
  72. bpy/ops/uv/__init__.pyi +98 -98
  73. bpy/ops/view2d/__init__.pyi +28 -28
  74. bpy/ops/view3d/__init__.pyi +134 -134
  75. bpy/ops/wm/__init__.pyi +226 -226
  76. bpy/ops/workspace/__init__.pyi +14 -14
  77. bpy/ops/world/__init__.pyi +4 -4
  78. bpy/types/__init__.pyi +76 -64
  79. {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/METADATA +1 -1
  80. {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/RECORD +83 -83
  81. freestyle/utils/__init__.pyi +1 -1
  82. {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/WHEEL +0 -0
  83. {fake_bpy_module-20240811.dist-info → fake_bpy_module-20240813.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def addon_disable(
10
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
11
11
  execution_context: int | str | None = None,
12
12
  undo: bool | None = None,
13
13
  *,
@@ -15,7 +15,7 @@ def addon_disable(
15
15
  ):
16
16
  """Turn off this extension
17
17
 
18
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
18
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
19
19
  :type execution_context: int | str | None
20
20
  :type undo: bool | None
21
21
  :param module: Module, Module name of the add-on to disable
@@ -25,7 +25,7 @@ def addon_disable(
25
25
  ...
26
26
 
27
27
  def addon_enable(
28
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
28
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
29
29
  execution_context: int | str | None = None,
30
30
  undo: bool | None = None,
31
31
  *,
@@ -33,7 +33,7 @@ def addon_enable(
33
33
  ):
34
34
  """Turn on this extension
35
35
 
36
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
36
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
37
37
  :type execution_context: int | str | None
38
38
  :type undo: bool | None
39
39
  :param module: Module, Module name of the add-on to enable
@@ -43,7 +43,7 @@ def addon_enable(
43
43
  ...
44
44
 
45
45
  def addon_expand(
46
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
46
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
47
47
  execution_context: int | str | None = None,
48
48
  undo: bool | None = None,
49
49
  *,
@@ -51,7 +51,7 @@ def addon_expand(
51
51
  ):
52
52
  """Display information and preferences for this add-on
53
53
 
54
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
54
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
55
55
  :type execution_context: int | str | None
56
56
  :type undo: bool | None
57
57
  :param module: Module, Module name of the add-on to expand
@@ -61,7 +61,7 @@ def addon_expand(
61
61
  ...
62
62
 
63
63
  def addon_install(
64
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
64
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
65
65
  execution_context: int | str | None = None,
66
66
  undo: bool | None = None,
67
67
  *,
@@ -75,7 +75,7 @@ def addon_install(
75
75
  ):
76
76
  """Install an add-on
77
77
 
78
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
78
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
79
79
  :type execution_context: int | str | None
80
80
  :type undo: bool | None
81
81
  :param overwrite: Overwrite, Remove existing add-ons with the same ID
@@ -97,13 +97,13 @@ def addon_install(
97
97
  ...
98
98
 
99
99
  def addon_refresh(
100
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
100
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
101
101
  execution_context: int | str | None = None,
102
102
  undo: bool | None = None,
103
103
  ):
104
104
  """Scan add-on directories for new modules
105
105
 
106
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
106
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
107
107
  :type execution_context: int | str | None
108
108
  :type undo: bool | None
109
109
  """
@@ -111,7 +111,7 @@ def addon_refresh(
111
111
  ...
112
112
 
113
113
  def addon_remove(
114
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
114
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
115
115
  execution_context: int | str | None = None,
116
116
  undo: bool | None = None,
117
117
  *,
@@ -119,7 +119,7 @@ def addon_remove(
119
119
  ):
120
120
  """Delete the add-on from the file system
121
121
 
122
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
122
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
123
123
  :type execution_context: int | str | None
124
124
  :type undo: bool | None
125
125
  :param module: Module, Module name of the add-on to remove
@@ -129,7 +129,7 @@ def addon_remove(
129
129
  ...
130
130
 
131
131
  def addon_show(
132
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
132
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
133
133
  execution_context: int | str | None = None,
134
134
  undo: bool | None = None,
135
135
  *,
@@ -137,7 +137,7 @@ def addon_show(
137
137
  ):
138
138
  """Show add-on preferences
139
139
 
140
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
140
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
141
141
  :type execution_context: int | str | None
142
142
  :type undo: bool | None
143
143
  :param module: Module, Module name of the add-on to expand
@@ -147,7 +147,7 @@ def addon_show(
147
147
  ...
148
148
 
149
149
  def app_template_install(
150
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
150
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
151
151
  execution_context: int | str | None = None,
152
152
  undo: bool | None = None,
153
153
  *,
@@ -158,7 +158,7 @@ def app_template_install(
158
158
  ):
159
159
  """Install an application template
160
160
 
161
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
161
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
162
162
  :type execution_context: int | str | None
163
163
  :type undo: bool | None
164
164
  :param overwrite: Overwrite, Remove existing template with the same ID
@@ -174,7 +174,7 @@ def app_template_install(
174
174
  ...
175
175
 
176
176
  def asset_library_add(
177
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
177
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
178
178
  execution_context: int | str | None = None,
179
179
  undo: bool | None = None,
180
180
  *,
@@ -207,7 +207,7 @@ def asset_library_add(
207
207
  ):
208
208
  """Add a directory to be used by the Asset Browser as source of assets
209
209
 
210
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
210
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
211
211
  :type execution_context: int | str | None
212
212
  :type undo: bool | None
213
213
  :param directory: Directory, Directory of the file
@@ -273,7 +273,7 @@ def asset_library_add(
273
273
  ...
274
274
 
275
275
  def asset_library_remove(
276
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
276
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
277
277
  execution_context: int | str | None = None,
278
278
  undo: bool | None = None,
279
279
  *,
@@ -281,7 +281,7 @@ def asset_library_remove(
281
281
  ):
282
282
  """Remove a path to a .blend file, so the Asset Browser will not attempt to show it anymore
283
283
 
284
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
284
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
285
285
  :type execution_context: int | str | None
286
286
  :type undo: bool | None
287
287
  :param index: Index
@@ -291,13 +291,13 @@ def asset_library_remove(
291
291
  ...
292
292
 
293
293
  def associate_blend(
294
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
294
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
295
295
  execution_context: int | str | None = None,
296
296
  undo: bool | None = None,
297
297
  ):
298
298
  """Use this installation for .blend files and to display thumbnails
299
299
 
300
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
300
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
301
301
  :type execution_context: int | str | None
302
302
  :type undo: bool | None
303
303
  """
@@ -305,13 +305,13 @@ def associate_blend(
305
305
  ...
306
306
 
307
307
  def autoexec_path_add(
308
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
308
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
309
309
  execution_context: int | str | None = None,
310
310
  undo: bool | None = None,
311
311
  ):
312
312
  """Add path to exclude from auto-execution
313
313
 
314
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
314
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
315
315
  :type execution_context: int | str | None
316
316
  :type undo: bool | None
317
317
  """
@@ -319,7 +319,7 @@ def autoexec_path_add(
319
319
  ...
320
320
 
321
321
  def autoexec_path_remove(
322
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
322
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
323
323
  execution_context: int | str | None = None,
324
324
  undo: bool | None = None,
325
325
  *,
@@ -327,7 +327,7 @@ def autoexec_path_remove(
327
327
  ):
328
328
  """Remove path to exclude from auto-execution
329
329
 
330
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
330
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
331
331
  :type execution_context: int | str | None
332
332
  :type undo: bool | None
333
333
  :param index: Index
@@ -337,13 +337,13 @@ def autoexec_path_remove(
337
337
  ...
338
338
 
339
339
  def copy_prev(
340
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
340
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
341
341
  execution_context: int | str | None = None,
342
342
  undo: bool | None = None,
343
343
  ):
344
344
  """Copy settings from previous version
345
345
 
346
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
346
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
347
347
  :type execution_context: int | str | None
348
348
  :type undo: bool | None
349
349
  """
@@ -351,7 +351,7 @@ def copy_prev(
351
351
  ...
352
352
 
353
353
  def extension_repo_add(
354
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
354
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
355
355
  execution_context: int | str | None = None,
356
356
  undo: bool | None = None,
357
357
  *,
@@ -366,7 +366,7 @@ def extension_repo_add(
366
366
  ):
367
367
  """Add a new repository used to store extensions
368
368
 
369
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
369
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
370
370
  :type execution_context: int | str | None
371
371
  :type undo: bool | None
372
372
  :param name: Name, Unique repository name
@@ -396,7 +396,7 @@ def extension_repo_add(
396
396
  ...
397
397
 
398
398
  def extension_repo_remove(
399
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
399
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
400
400
  execution_context: int | str | None = None,
401
401
  undo: bool | None = None,
402
402
  *,
@@ -405,7 +405,7 @@ def extension_repo_remove(
405
405
  ):
406
406
  """Remove an extension repository
407
407
 
408
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
408
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
409
409
  :type execution_context: int | str | None
410
410
  :type undo: bool | None
411
411
  :param index: Index
@@ -417,7 +417,7 @@ def extension_repo_remove(
417
417
  ...
418
418
 
419
419
  def extension_url_drop(
420
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
420
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
421
421
  execution_context: int | str | None = None,
422
422
  undo: bool | None = None,
423
423
  *,
@@ -425,7 +425,7 @@ def extension_url_drop(
425
425
  ):
426
426
  """Handle dropping an extension URL
427
427
 
428
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
428
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
429
429
  :type execution_context: int | str | None
430
430
  :type undo: bool | None
431
431
  :param url: URL, Location of the extension to install
@@ -435,7 +435,7 @@ def extension_url_drop(
435
435
  ...
436
436
 
437
437
  def keyconfig_activate(
438
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
438
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
439
439
  execution_context: int | str | None = None,
440
440
  undo: bool | None = None,
441
441
  *,
@@ -443,7 +443,7 @@ def keyconfig_activate(
443
443
  ):
444
444
  """Undocumented, consider contributing.
445
445
 
446
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
446
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
447
447
  :type execution_context: int | str | None
448
448
  :type undo: bool | None
449
449
  :param filepath: filepath
@@ -453,7 +453,7 @@ def keyconfig_activate(
453
453
  ...
454
454
 
455
455
  def keyconfig_export(
456
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
456
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
457
457
  execution_context: int | str | None = None,
458
458
  undo: bool | None = None,
459
459
  *,
@@ -465,7 +465,7 @@ def keyconfig_export(
465
465
  ):
466
466
  """Export key configuration to a Python script
467
467
 
468
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
468
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
469
469
  :type execution_context: int | str | None
470
470
  :type undo: bool | None
471
471
  :param all: All Keymaps, Write all keymaps (not just user modified)
@@ -483,7 +483,7 @@ def keyconfig_export(
483
483
  ...
484
484
 
485
485
  def keyconfig_import(
486
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
486
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
487
487
  execution_context: int | str | None = None,
488
488
  undo: bool | None = None,
489
489
  *,
@@ -495,7 +495,7 @@ def keyconfig_import(
495
495
  ):
496
496
  """Import key configuration from a Python script
497
497
 
498
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
498
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
499
499
  :type execution_context: int | str | None
500
500
  :type undo: bool | None
501
501
  :param filepath: filepath
@@ -513,13 +513,13 @@ def keyconfig_import(
513
513
  ...
514
514
 
515
515
  def keyconfig_remove(
516
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
516
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
517
517
  execution_context: int | str | None = None,
518
518
  undo: bool | None = None,
519
519
  ):
520
520
  """Remove key config
521
521
 
522
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
522
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
523
523
  :type execution_context: int | str | None
524
524
  :type undo: bool | None
525
525
  """
@@ -527,13 +527,13 @@ def keyconfig_remove(
527
527
  ...
528
528
 
529
529
  def keyconfig_test(
530
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
530
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
531
531
  execution_context: int | str | None = None,
532
532
  undo: bool | None = None,
533
533
  ):
534
534
  """Test key configuration for conflicts
535
535
 
536
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
536
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
537
537
  :type execution_context: int | str | None
538
538
  :type undo: bool | None
539
539
  """
@@ -541,13 +541,13 @@ def keyconfig_test(
541
541
  ...
542
542
 
543
543
  def keyitem_add(
544
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
544
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
545
545
  execution_context: int | str | None = None,
546
546
  undo: bool | None = None,
547
547
  ):
548
548
  """Add key map item
549
549
 
550
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
550
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
551
551
  :type execution_context: int | str | None
552
552
  :type undo: bool | None
553
553
  """
@@ -555,7 +555,7 @@ def keyitem_add(
555
555
  ...
556
556
 
557
557
  def keyitem_remove(
558
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
558
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
559
559
  execution_context: int | str | None = None,
560
560
  undo: bool | None = None,
561
561
  *,
@@ -563,7 +563,7 @@ def keyitem_remove(
563
563
  ):
564
564
  """Remove key map item
565
565
 
566
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
566
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
567
567
  :type execution_context: int | str | None
568
568
  :type undo: bool | None
569
569
  :param item_id: Item Identifier, Identifier of the item to remove
@@ -573,7 +573,7 @@ def keyitem_remove(
573
573
  ...
574
574
 
575
575
  def keyitem_restore(
576
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
576
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
577
577
  execution_context: int | str | None = None,
578
578
  undo: bool | None = None,
579
579
  *,
@@ -581,7 +581,7 @@ def keyitem_restore(
581
581
  ):
582
582
  """Restore key map item
583
583
 
584
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
584
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
585
585
  :type execution_context: int | str | None
586
586
  :type undo: bool | None
587
587
  :param item_id: Item Identifier, Identifier of the item to restore
@@ -591,7 +591,7 @@ def keyitem_restore(
591
591
  ...
592
592
 
593
593
  def keymap_restore(
594
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
594
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
595
595
  execution_context: int | str | None = None,
596
596
  undo: bool | None = None,
597
597
  *,
@@ -599,7 +599,7 @@ def keymap_restore(
599
599
  ):
600
600
  """Restore key map(s)
601
601
 
602
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
602
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
603
603
  :type execution_context: int | str | None
604
604
  :type undo: bool | None
605
605
  :param all: All Keymaps, Restore all keymaps to default
@@ -609,13 +609,13 @@ def keymap_restore(
609
609
  ...
610
610
 
611
611
  def reset_default_theme(
612
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
612
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
613
613
  execution_context: int | str | None = None,
614
614
  undo: bool | None = None,
615
615
  ):
616
616
  """Reset to the default theme colors
617
617
 
618
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
618
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
619
619
  :type execution_context: int | str | None
620
620
  :type undo: bool | None
621
621
  """
@@ -623,7 +623,7 @@ def reset_default_theme(
623
623
  ...
624
624
 
625
625
  def script_directory_add(
626
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
626
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
627
627
  execution_context: int | str | None = None,
628
628
  undo: bool | None = None,
629
629
  *,
@@ -632,7 +632,7 @@ def script_directory_add(
632
632
  ):
633
633
  """Undocumented, consider contributing.
634
634
 
635
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
635
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
636
636
  :type execution_context: int | str | None
637
637
  :type undo: bool | None
638
638
  :param directory: directory
@@ -644,7 +644,7 @@ def script_directory_add(
644
644
  ...
645
645
 
646
646
  def script_directory_remove(
647
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
647
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
648
648
  execution_context: int | str | None = None,
649
649
  undo: bool | None = None,
650
650
  *,
@@ -652,7 +652,7 @@ def script_directory_remove(
652
652
  ):
653
653
  """Undocumented, consider contributing.
654
654
 
655
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
655
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
656
656
  :type execution_context: int | str | None
657
657
  :type undo: bool | None
658
658
  :param index: Index, Index of the script directory to remove
@@ -662,7 +662,7 @@ def script_directory_remove(
662
662
  ...
663
663
 
664
664
  def studiolight_copy_settings(
665
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
665
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
666
666
  execution_context: int | str | None = None,
667
667
  undo: bool | None = None,
668
668
  *,
@@ -670,7 +670,7 @@ def studiolight_copy_settings(
670
670
  ):
671
671
  """Copy Studio Light settings to the Studio Light editor
672
672
 
673
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
673
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
674
674
  :type execution_context: int | str | None
675
675
  :type undo: bool | None
676
676
  :param index: index
@@ -680,7 +680,7 @@ def studiolight_copy_settings(
680
680
  ...
681
681
 
682
682
  def studiolight_install(
683
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
683
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
684
684
  execution_context: int | str | None = None,
685
685
  undo: bool | None = None,
686
686
  *,
@@ -693,7 +693,7 @@ def studiolight_install(
693
693
  ):
694
694
  """Install a user defined light
695
695
 
696
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
696
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
697
697
  :type execution_context: int | str | None
698
698
  :type undo: bool | None
699
699
  :param files: File Path
@@ -720,7 +720,7 @@ def studiolight_install(
720
720
  ...
721
721
 
722
722
  def studiolight_new(
723
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
723
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
724
724
  execution_context: int | str | None = None,
725
725
  undo: bool | None = None,
726
726
  *,
@@ -728,7 +728,7 @@ def studiolight_new(
728
728
  ):
729
729
  """Save custom studio light from the studio light editor settings
730
730
 
731
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
731
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
732
732
  :type execution_context: int | str | None
733
733
  :type undo: bool | None
734
734
  :param filename: Name
@@ -738,7 +738,7 @@ def studiolight_new(
738
738
  ...
739
739
 
740
740
  def studiolight_uninstall(
741
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
741
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
742
742
  execution_context: int | str | None = None,
743
743
  undo: bool | None = None,
744
744
  *,
@@ -746,7 +746,7 @@ def studiolight_uninstall(
746
746
  ):
747
747
  """Delete Studio Light
748
748
 
749
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
749
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
750
750
  :type execution_context: int | str | None
751
751
  :type undo: bool | None
752
752
  :param index: index
@@ -756,7 +756,7 @@ def studiolight_uninstall(
756
756
  ...
757
757
 
758
758
  def theme_install(
759
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
759
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
760
760
  execution_context: int | str | None = None,
761
761
  undo: bool | None = None,
762
762
  *,
@@ -767,7 +767,7 @@ def theme_install(
767
767
  ):
768
768
  """Load and apply a Blender XML theme file
769
769
 
770
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
770
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
771
771
  :type execution_context: int | str | None
772
772
  :type undo: bool | None
773
773
  :param overwrite: Overwrite, Remove existing theme file if exists
@@ -783,13 +783,13 @@ def theme_install(
783
783
  ...
784
784
 
785
785
  def unassociate_blend(
786
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
786
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
787
787
  execution_context: int | str | None = None,
788
788
  undo: bool | None = None,
789
789
  ):
790
790
  """Remove this installation's associations with .blend files
791
791
 
792
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
792
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
793
793
  :type execution_context: int | str | None
794
794
  :type undo: bool | None
795
795
  """