fake-bpy-module 20240327__py3-none-any.whl → 20240329__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 (114) hide show
  1. aud/__init__.pyi +34 -96
  2. bgl/__init__.pyi +1265 -2417
  3. bl_math/__init__.pyi +3 -14
  4. bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
  5. blf/__init__.pyi +13 -50
  6. bmesh/ops/__init__.pyi +68 -142
  7. bmesh/types/__init__.pyi +18 -44
  8. bmesh/utils/__init__.pyi +2 -6
  9. bpy/app/icons/__init__.pyi +2 -4
  10. bpy/app/timers/__init__.pyi +2 -6
  11. bpy/ops/action/__init__.pyi +92 -93
  12. bpy/ops/anim/__init__.pyi +104 -104
  13. bpy/ops/armature/__init__.pyi +108 -112
  14. bpy/ops/asset/__init__.pyi +32 -32
  15. bpy/ops/boid/__init__.pyi +18 -18
  16. bpy/ops/brush/__init__.pyi +18 -18
  17. bpy/ops/buttons/__init__.pyi +12 -12
  18. bpy/ops/cachefile/__init__.pyi +10 -10
  19. bpy/ops/camera/__init__.pyi +4 -4
  20. bpy/ops/clip/__init__.pyi +194 -195
  21. bpy/ops/cloth/__init__.pyi +2 -2
  22. bpy/ops/collection/__init__.pyi +10 -10
  23. bpy/ops/console/__init__.pyi +42 -42
  24. bpy/ops/constraint/__init__.pyi +36 -36
  25. bpy/ops/curve/__init__.pyi +114 -118
  26. bpy/ops/curves/__init__.pyi +55 -53
  27. bpy/ops/cycles/__init__.pyi +6 -6
  28. bpy/ops/dpaint/__init__.pyi +12 -12
  29. bpy/ops/ed/__init__.pyi +24 -24
  30. bpy/ops/export_anim/__init__.pyi +2 -2
  31. bpy/ops/export_mesh/__init__.pyi +2 -2
  32. bpy/ops/export_scene/__init__.pyi +7 -7
  33. bpy/ops/file/__init__.pyi +80 -83
  34. bpy/ops/fluid/__init__.pyi +28 -28
  35. bpy/ops/font/__init__.pyi +46 -46
  36. bpy/ops/geometry/__init__.pyi +38 -38
  37. bpy/ops/gizmogroup/__init__.pyi +4 -4
  38. bpy/ops/gpencil/__init__.pyi +308 -309
  39. bpy/ops/graph/__init__.pyi +150 -151
  40. bpy/ops/grease_pencil/__init__.pyi +114 -115
  41. bpy/ops/image/__init__.pyi +100 -100
  42. bpy/ops/import_anim/__init__.pyi +2 -2
  43. bpy/ops/import_curve/__init__.pyi +2 -2
  44. bpy/ops/import_mesh/__init__.pyi +2 -2
  45. bpy/ops/import_scene/__init__.pyi +6 -6
  46. bpy/ops/info/__init__.pyi +14 -14
  47. bpy/ops/lattice/__init__.pyi +16 -16
  48. bpy/ops/marker/__init__.pyi +22 -22
  49. bpy/ops/mask/__init__.pyi +90 -91
  50. bpy/ops/material/__init__.pyi +6 -6
  51. bpy/ops/mball/__init__.pyi +20 -21
  52. bpy/ops/mesh/__init__.pyi +429 -427
  53. bpy/ops/nla/__init__.pyi +90 -91
  54. bpy/ops/node/__init__.pyi +242 -243
  55. bpy/ops/object/__init__.pyi +572 -567
  56. bpy/ops/outliner/__init__.pyi +142 -142
  57. bpy/ops/paint/__init__.pyi +182 -126
  58. bpy/ops/paintcurve/__init__.pyi +20 -20
  59. bpy/ops/palette/__init__.pyi +14 -14
  60. bpy/ops/particle/__init__.pyi +72 -72
  61. bpy/ops/pose/__init__.pyi +90 -90
  62. bpy/ops/poselib/__init__.pyi +18 -18
  63. bpy/ops/preferences/__init__.pyi +76 -76
  64. bpy/ops/ptcache/__init__.pyi +14 -14
  65. bpy/ops/render/__init__.pyi +24 -24
  66. bpy/ops/rigidbody/__init__.pyi +34 -34
  67. bpy/ops/scene/__init__.pyi +86 -86
  68. bpy/ops/screen/__init__.pyi +84 -84
  69. bpy/ops/script/__init__.pyi +6 -6
  70. bpy/ops/sculpt/__init__.pyi +62 -62
  71. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  72. bpy/ops/sequencer/__init__.pyi +184 -185
  73. bpy/ops/sound/__init__.pyi +16 -16
  74. bpy/ops/spreadsheet/__init__.pyi +8 -8
  75. bpy/ops/surface/__init__.pyi +12 -12
  76. bpy/ops/text/__init__.pyi +86 -86
  77. bpy/ops/text_editor/__init__.pyi +2 -2
  78. bpy/ops/texture/__init__.pyi +8 -8
  79. bpy/ops/transform/__init__.pyi +112 -112
  80. bpy/ops/ui/__init__.pyi +64 -64
  81. bpy/ops/uilist/__init__.pyi +6 -6
  82. bpy/ops/uv/__init__.pyi +104 -105
  83. bpy/ops/view2d/__init__.pyi +28 -28
  84. bpy/ops/view3d/__init__.pyi +134 -134
  85. bpy/ops/wm/__init__.pyi +232 -232
  86. bpy/ops/workspace/__init__.pyi +14 -14
  87. bpy/ops/world/__init__.pyi +2 -2
  88. bpy/props/__init__.pyi +29 -52
  89. bpy/types/__init__.pyi +5257 -3766
  90. bpy/utils/__init__.pyi +3 -6
  91. bpy/utils/units/__init__.pyi +3 -6
  92. bpy_extras/io_utils/__init__.pyi +8 -0
  93. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
  94. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +114 -114
  95. freestyle/chainingiterators/__init__.pyi +5 -12
  96. freestyle/functions/__init__.pyi +19 -73
  97. freestyle/predicates/__init__.pyi +8 -21
  98. freestyle/shaders/__init__.pyi +32 -81
  99. freestyle/types/__init__.pyi +100 -270
  100. freestyle/utils/ContextFunctions/__init__.pyi +7 -27
  101. freestyle/utils/__init__.pyi +1 -2
  102. gpu/capabilities/__init__.pyi +15 -32
  103. gpu/matrix/__init__.pyi +1 -2
  104. gpu/state/__init__.pyi +4 -10
  105. gpu/types/__init__.pyi +29 -87
  106. gpu_extras/presets/__init__.pyi +4 -16
  107. imbuf/types/__init__.pyi +4 -10
  108. mathutils/__init__.pyi +106 -257
  109. mathutils/bvhtree/__init__.pyi +7 -15
  110. mathutils/geometry/__init__.pyi +9 -18
  111. mathutils/kdtree/__init__.pyi +4 -11
  112. mathutils/noise/__init__.pyi +41 -82
  113. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
  114. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
bpy/ops/wm/__init__.pyi CHANGED
@@ -6,7 +6,7 @@ GenericType = typing.TypeVar("GenericType")
6
6
 
7
7
  def alembic_export(
8
8
  override_context: typing.Union[dict, bpy.types.Context] = None,
9
- execution_context: typing.Union[str, int] = None,
9
+ execution_context: str = None,
10
10
  undo: bool = None,
11
11
  filepath: typing.Union[str, typing.Any] = "",
12
12
  check_existing: typing.Union[bool, typing.Any] = True,
@@ -52,8 +52,8 @@ def alembic_export(
52
52
  use_instancing: typing.Union[bool, typing.Any] = True,
53
53
  global_scale: typing.Any = 1.0,
54
54
  triangulate: typing.Union[bool, typing.Any] = False,
55
- quad_method: typing.Any = "SHORTEST_DIAGONAL",
56
- ngon_method: typing.Any = "BEAUTY",
55
+ quad_method: typing.Union[str, int] = "SHORTEST_DIAGONAL",
56
+ ngon_method: typing.Union[str, int] = "BEAUTY",
57
57
  export_hair: typing.Union[bool, typing.Any] = True,
58
58
  export_particles: typing.Union[bool, typing.Any] = True,
59
59
  export_custom_properties: typing.Union[bool, typing.Any] = True,
@@ -64,7 +64,7 @@ def alembic_export(
64
64
  """Export current scene in an Alembic archive
65
65
 
66
66
  :type override_context: typing.Union[dict, bpy.types.Context]
67
- :type execution_context: typing.Union[str, int]
67
+ :type execution_context: str
68
68
  :type undo: bool
69
69
  :param filepath: File Path, Path to file
70
70
  :type filepath: typing.Union[str, typing.Any]
@@ -166,9 +166,9 @@ def alembic_export(
166
166
  :param triangulate: Triangulate, Export polygons (quads and n-gons) as triangles
167
167
  :type triangulate: typing.Union[bool, typing.Any]
168
168
  :param quad_method: Quad Method, Method for splitting the quads into triangles
169
- :type quad_method: typing.Any
169
+ :type quad_method: typing.Union[str, int]
170
170
  :param ngon_method: N-gon Method, Method for splitting the n-gons into triangles
171
- :type ngon_method: typing.Any
171
+ :type ngon_method: typing.Union[str, int]
172
172
  :param export_hair: Export Hair, Exports hair particle systems as animated curves
173
173
  :type export_hair: typing.Union[bool, typing.Any]
174
174
  :param export_particles: Export Particles, Exports non-hair particle systems
@@ -192,7 +192,7 @@ def alembic_export(
192
192
 
193
193
  def alembic_import(
194
194
  override_context: typing.Union[dict, bpy.types.Context] = None,
195
- execution_context: typing.Union[str, int] = None,
195
+ execution_context: str = None,
196
196
  undo: bool = None,
197
197
  filepath: typing.Union[str, typing.Any] = "",
198
198
  check_existing: typing.Union[bool, typing.Any] = False,
@@ -228,7 +228,7 @@ def alembic_import(
228
228
  """Load an Alembic archive
229
229
 
230
230
  :type override_context: typing.Union[dict, bpy.types.Context]
231
- :type execution_context: typing.Union[str, int]
231
+ :type execution_context: str
232
232
  :type undo: bool
233
233
  :param filepath: File Path, Path to file
234
234
  :type filepath: typing.Union[str, typing.Any]
@@ -307,7 +307,7 @@ def alembic_import(
307
307
 
308
308
  def append(
309
309
  override_context: typing.Union[dict, bpy.types.Context] = None,
310
- execution_context: typing.Union[str, int] = None,
310
+ execution_context: str = None,
311
311
  undo: bool = None,
312
312
  filepath: typing.Union[str, typing.Any] = "",
313
313
  directory: typing.Union[str, typing.Any] = "",
@@ -347,7 +347,7 @@ def append(
347
347
  """Append from a Library .blend file
348
348
 
349
349
  :type override_context: typing.Union[dict, bpy.types.Context]
350
- :type execution_context: typing.Union[str, int]
350
+ :type execution_context: str
351
351
  :type undo: bool
352
352
  :param filepath: File Path, Path to file
353
353
  :type filepath: typing.Union[str, typing.Any]
@@ -435,7 +435,7 @@ def append(
435
435
 
436
436
  def batch_rename(
437
437
  override_context: typing.Union[dict, bpy.types.Context] = None,
438
- execution_context: typing.Union[str, int] = None,
438
+ execution_context: str = None,
439
439
  undo: bool = None,
440
440
  data_type: typing.Any = "OBJECT",
441
441
  data_source: typing.Any = "SELECT",
@@ -444,7 +444,7 @@ def batch_rename(
444
444
  """Rename multiple items at once
445
445
 
446
446
  :type override_context: typing.Union[dict, bpy.types.Context]
447
- :type execution_context: typing.Union[str, int]
447
+ :type execution_context: str
448
448
  :type undo: bool
449
449
  :param data_type: Type, Type of data to rename
450
450
  :type data_type: typing.Any
@@ -458,13 +458,13 @@ def batch_rename(
458
458
 
459
459
  def blend_strings_utf8_validate(
460
460
  override_context: typing.Union[dict, bpy.types.Context] = None,
461
- execution_context: typing.Union[str, int] = None,
461
+ execution_context: str = None,
462
462
  undo: bool = None,
463
463
  ):
464
464
  """Check and fix all strings in current .blend file to be valid UTF-8 Unicode (needed for some old, 2.4x area files)
465
465
 
466
466
  :type override_context: typing.Union[dict, bpy.types.Context]
467
- :type execution_context: typing.Union[str, int]
467
+ :type execution_context: str
468
468
  :type undo: bool
469
469
  """
470
470
 
@@ -472,14 +472,14 @@ def blend_strings_utf8_validate(
472
472
 
473
473
  def call_menu(
474
474
  override_context: typing.Union[dict, bpy.types.Context] = None,
475
- execution_context: typing.Union[str, int] = None,
475
+ execution_context: str = None,
476
476
  undo: bool = None,
477
477
  name: typing.Union[str, typing.Any] = "",
478
478
  ):
479
479
  """Open a predefined menu
480
480
 
481
481
  :type override_context: typing.Union[dict, bpy.types.Context]
482
- :type execution_context: typing.Union[str, int]
482
+ :type execution_context: str
483
483
  :type undo: bool
484
484
  :param name: Name, Name of the menu
485
485
  :type name: typing.Union[str, typing.Any]
@@ -489,14 +489,14 @@ def call_menu(
489
489
 
490
490
  def call_menu_pie(
491
491
  override_context: typing.Union[dict, bpy.types.Context] = None,
492
- execution_context: typing.Union[str, int] = None,
492
+ execution_context: str = None,
493
493
  undo: bool = None,
494
494
  name: typing.Union[str, typing.Any] = "",
495
495
  ):
496
496
  """Open a predefined pie menu
497
497
 
498
498
  :type override_context: typing.Union[dict, bpy.types.Context]
499
- :type execution_context: typing.Union[str, int]
499
+ :type execution_context: str
500
500
  :type undo: bool
501
501
  :param name: Name, Name of the pie menu
502
502
  :type name: typing.Union[str, typing.Any]
@@ -506,7 +506,7 @@ def call_menu_pie(
506
506
 
507
507
  def call_panel(
508
508
  override_context: typing.Union[dict, bpy.types.Context] = None,
509
- execution_context: typing.Union[str, int] = None,
509
+ execution_context: str = None,
510
510
  undo: bool = None,
511
511
  name: typing.Union[str, typing.Any] = "",
512
512
  keep_open: typing.Union[bool, typing.Any] = True,
@@ -514,7 +514,7 @@ def call_panel(
514
514
  """Open a predefined panel
515
515
 
516
516
  :type override_context: typing.Union[dict, bpy.types.Context]
517
- :type execution_context: typing.Union[str, int]
517
+ :type execution_context: str
518
518
  :type undo: bool
519
519
  :param name: Name, Name of the menu
520
520
  :type name: typing.Union[str, typing.Any]
@@ -526,13 +526,13 @@ def call_panel(
526
526
 
527
527
  def clear_recent_files(
528
528
  override_context: typing.Union[dict, bpy.types.Context] = None,
529
- execution_context: typing.Union[str, int] = None,
529
+ execution_context: str = None,
530
530
  undo: bool = None,
531
531
  ):
532
532
  """Clear the recent files list
533
533
 
534
534
  :type override_context: typing.Union[dict, bpy.types.Context]
535
- :type execution_context: typing.Union[str, int]
535
+ :type execution_context: str
536
536
  :type undo: bool
537
537
  """
538
538
 
@@ -540,7 +540,7 @@ def clear_recent_files(
540
540
 
541
541
  def collada_export(
542
542
  override_context: typing.Union[dict, bpy.types.Context] = None,
543
- execution_context: typing.Union[str, int] = None,
543
+ execution_context: str = None,
544
544
  undo: bool = None,
545
545
  filepath: typing.Union[str, typing.Any] = "",
546
546
  check_existing: typing.Union[bool, typing.Any] = True,
@@ -601,7 +601,7 @@ def collada_export(
601
601
  """Save a Collada file
602
602
 
603
603
  :type override_context: typing.Union[dict, bpy.types.Context]
604
- :type execution_context: typing.Union[str, int]
604
+ :type execution_context: str
605
605
  :type undo: bool
606
606
  :param filepath: File Path, Path to file
607
607
  :type filepath: typing.Union[str, typing.Any]
@@ -805,7 +805,7 @@ def collada_export(
805
805
 
806
806
  def collada_import(
807
807
  override_context: typing.Union[dict, bpy.types.Context] = None,
808
- execution_context: typing.Union[str, int] = None,
808
+ execution_context: str = None,
809
809
  undo: bool = None,
810
810
  filepath: typing.Union[str, typing.Any] = "",
811
811
  check_existing: typing.Union[bool, typing.Any] = False,
@@ -841,7 +841,7 @@ def collada_import(
841
841
  """Load a Collada file
842
842
 
843
843
  :type override_context: typing.Union[dict, bpy.types.Context]
844
- :type execution_context: typing.Union[str, int]
844
+ :type execution_context: str
845
845
  :type undo: bool
846
846
  :param filepath: File Path, Path to file
847
847
  :type filepath: typing.Union[str, typing.Any]
@@ -920,7 +920,7 @@ def collada_import(
920
920
 
921
921
  def context_collection_boolean_set(
922
922
  override_context: typing.Union[dict, bpy.types.Context] = None,
923
- execution_context: typing.Union[str, int] = None,
923
+ execution_context: str = None,
924
924
  undo: bool = None,
925
925
  data_path_iter: typing.Union[str, typing.Any] = "",
926
926
  data_path_item: typing.Union[str, typing.Any] = "",
@@ -929,7 +929,7 @@ def context_collection_boolean_set(
929
929
  """Set boolean values for a collection of items
930
930
 
931
931
  :type override_context: typing.Union[dict, bpy.types.Context]
932
- :type execution_context: typing.Union[str, int]
932
+ :type execution_context: str
933
933
  :type undo: bool
934
934
  :param data_path_iter: data_path_iter, The data path relative to the context, must point to an iterable
935
935
  :type data_path_iter: typing.Union[str, typing.Any]
@@ -943,7 +943,7 @@ def context_collection_boolean_set(
943
943
 
944
944
  def context_cycle_array(
945
945
  override_context: typing.Union[dict, bpy.types.Context] = None,
946
- execution_context: typing.Union[str, int] = None,
946
+ execution_context: str = None,
947
947
  undo: bool = None,
948
948
  data_path: typing.Union[str, typing.Any] = "",
949
949
  reverse: typing.Union[bool, typing.Any] = False,
@@ -951,7 +951,7 @@ def context_cycle_array(
951
951
  """Set a context array value (useful for cycling the active mesh edit mode)
952
952
 
953
953
  :type override_context: typing.Union[dict, bpy.types.Context]
954
- :type execution_context: typing.Union[str, int]
954
+ :type execution_context: str
955
955
  :type undo: bool
956
956
  :param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
957
957
  :type data_path: typing.Union[str, typing.Any]
@@ -963,7 +963,7 @@ def context_cycle_array(
963
963
 
964
964
  def context_cycle_enum(
965
965
  override_context: typing.Union[dict, bpy.types.Context] = None,
966
- execution_context: typing.Union[str, int] = None,
966
+ execution_context: str = None,
967
967
  undo: bool = None,
968
968
  data_path: typing.Union[str, typing.Any] = "",
969
969
  reverse: typing.Union[bool, typing.Any] = False,
@@ -972,7 +972,7 @@ def context_cycle_enum(
972
972
  """Toggle a context value
973
973
 
974
974
  :type override_context: typing.Union[dict, bpy.types.Context]
975
- :type execution_context: typing.Union[str, int]
975
+ :type execution_context: str
976
976
  :type undo: bool
977
977
  :param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
978
978
  :type data_path: typing.Union[str, typing.Any]
@@ -986,7 +986,7 @@ def context_cycle_enum(
986
986
 
987
987
  def context_cycle_int(
988
988
  override_context: typing.Union[dict, bpy.types.Context] = None,
989
- execution_context: typing.Union[str, int] = None,
989
+ execution_context: str = None,
990
990
  undo: bool = None,
991
991
  data_path: typing.Union[str, typing.Any] = "",
992
992
  reverse: typing.Union[bool, typing.Any] = False,
@@ -995,7 +995,7 @@ def context_cycle_int(
995
995
  """Set a context value (useful for cycling active material, shape keys, groups, etc.)
996
996
 
997
997
  :type override_context: typing.Union[dict, bpy.types.Context]
998
- :type execution_context: typing.Union[str, int]
998
+ :type execution_context: str
999
999
  :type undo: bool
1000
1000
  :param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
1001
1001
  :type data_path: typing.Union[str, typing.Any]
@@ -1009,14 +1009,14 @@ def context_cycle_int(
1009
1009
 
1010
1010
  def context_menu_enum(
1011
1011
  override_context: typing.Union[dict, bpy.types.Context] = None,
1012
- execution_context: typing.Union[str, int] = None,
1012
+ execution_context: str = None,
1013
1013
  undo: bool = None,
1014
1014
  data_path: typing.Union[str, typing.Any] = "",
1015
1015
  ):
1016
1016
  """Undocumented, consider contributing.
1017
1017
 
1018
1018
  :type override_context: typing.Union[dict, bpy.types.Context]
1019
- :type execution_context: typing.Union[str, int]
1019
+ :type execution_context: str
1020
1020
  :type undo: bool
1021
1021
  :param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
1022
1022
  :type data_path: typing.Union[str, typing.Any]
@@ -1026,7 +1026,7 @@ def context_menu_enum(
1026
1026
 
1027
1027
  def context_modal_mouse(
1028
1028
  override_context: typing.Union[dict, bpy.types.Context] = None,
1029
- execution_context: typing.Union[str, int] = None,
1029
+ execution_context: str = None,
1030
1030
  undo: bool = None,
1031
1031
  data_path_iter: typing.Union[str, typing.Any] = "",
1032
1032
  data_path_item: typing.Union[str, typing.Any] = "",
@@ -1038,7 +1038,7 @@ def context_modal_mouse(
1038
1038
  """Adjust arbitrary values with mouse input
1039
1039
 
1040
1040
  :type override_context: typing.Union[dict, bpy.types.Context]
1041
- :type execution_context: typing.Union[str, int]
1041
+ :type execution_context: str
1042
1042
  :type undo: bool
1043
1043
  :param data_path_iter: data_path_iter, The data path relative to the context, must point to an iterable
1044
1044
  :type data_path_iter: typing.Union[str, typing.Any]
@@ -1058,14 +1058,14 @@ def context_modal_mouse(
1058
1058
 
1059
1059
  def context_pie_enum(
1060
1060
  override_context: typing.Union[dict, bpy.types.Context] = None,
1061
- execution_context: typing.Union[str, int] = None,
1061
+ execution_context: str = None,
1062
1062
  undo: bool = None,
1063
1063
  data_path: typing.Union[str, typing.Any] = "",
1064
1064
  ):
1065
1065
  """Undocumented, consider contributing.
1066
1066
 
1067
1067
  :type override_context: typing.Union[dict, bpy.types.Context]
1068
- :type execution_context: typing.Union[str, int]
1068
+ :type execution_context: str
1069
1069
  :type undo: bool
1070
1070
  :param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
1071
1071
  :type data_path: typing.Union[str, typing.Any]
@@ -1075,7 +1075,7 @@ def context_pie_enum(
1075
1075
 
1076
1076
  def context_scale_float(
1077
1077
  override_context: typing.Union[dict, bpy.types.Context] = None,
1078
- execution_context: typing.Union[str, int] = None,
1078
+ execution_context: str = None,
1079
1079
  undo: bool = None,
1080
1080
  data_path: typing.Union[str, typing.Any] = "",
1081
1081
  value: typing.Any = 1.0,
@@ -1083,7 +1083,7 @@ def context_scale_float(
1083
1083
  """Scale a float context value
1084
1084
 
1085
1085
  :type override_context: typing.Union[dict, bpy.types.Context]
1086
- :type execution_context: typing.Union[str, int]
1086
+ :type execution_context: str
1087
1087
  :type undo: bool
1088
1088
  :param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
1089
1089
  :type data_path: typing.Union[str, typing.Any]
@@ -1095,7 +1095,7 @@ def context_scale_float(
1095
1095
 
1096
1096
  def context_scale_int(
1097
1097
  override_context: typing.Union[dict, bpy.types.Context] = None,
1098
- execution_context: typing.Union[str, int] = None,
1098
+ execution_context: str = None,
1099
1099
  undo: bool = None,
1100
1100
  data_path: typing.Union[str, typing.Any] = "",
1101
1101
  value: typing.Any = 1.0,
@@ -1104,7 +1104,7 @@ def context_scale_int(
1104
1104
  """Scale an int context value
1105
1105
 
1106
1106
  :type override_context: typing.Union[dict, bpy.types.Context]
1107
- :type execution_context: typing.Union[str, int]
1107
+ :type execution_context: str
1108
1108
  :type undo: bool
1109
1109
  :param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
1110
1110
  :type data_path: typing.Union[str, typing.Any]
@@ -1118,7 +1118,7 @@ def context_scale_int(
1118
1118
 
1119
1119
  def context_set_boolean(
1120
1120
  override_context: typing.Union[dict, bpy.types.Context] = None,
1121
- execution_context: typing.Union[str, int] = None,
1121
+ execution_context: str = None,
1122
1122
  undo: bool = None,
1123
1123
  data_path: typing.Union[str, typing.Any] = "",
1124
1124
  value: typing.Union[bool, typing.Any] = True,
@@ -1126,7 +1126,7 @@ def context_set_boolean(
1126
1126
  """Set a context value
1127
1127
 
1128
1128
  :type override_context: typing.Union[dict, bpy.types.Context]
1129
- :type execution_context: typing.Union[str, int]
1129
+ :type execution_context: str
1130
1130
  :type undo: bool
1131
1131
  :param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
1132
1132
  :type data_path: typing.Union[str, typing.Any]
@@ -1138,7 +1138,7 @@ def context_set_boolean(
1138
1138
 
1139
1139
  def context_set_enum(
1140
1140
  override_context: typing.Union[dict, bpy.types.Context] = None,
1141
- execution_context: typing.Union[str, int] = None,
1141
+ execution_context: str = None,
1142
1142
  undo: bool = None,
1143
1143
  data_path: typing.Union[str, typing.Any] = "",
1144
1144
  value: typing.Union[str, typing.Any] = "",
@@ -1146,7 +1146,7 @@ def context_set_enum(
1146
1146
  """Set a context value
1147
1147
 
1148
1148
  :type override_context: typing.Union[dict, bpy.types.Context]
1149
- :type execution_context: typing.Union[str, int]
1149
+ :type execution_context: str
1150
1150
  :type undo: bool
1151
1151
  :param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
1152
1152
  :type data_path: typing.Union[str, typing.Any]
@@ -1158,7 +1158,7 @@ def context_set_enum(
1158
1158
 
1159
1159
  def context_set_float(
1160
1160
  override_context: typing.Union[dict, bpy.types.Context] = None,
1161
- execution_context: typing.Union[str, int] = None,
1161
+ execution_context: str = None,
1162
1162
  undo: bool = None,
1163
1163
  data_path: typing.Union[str, typing.Any] = "",
1164
1164
  value: typing.Any = 0.0,
@@ -1167,7 +1167,7 @@ def context_set_float(
1167
1167
  """Set a context value
1168
1168
 
1169
1169
  :type override_context: typing.Union[dict, bpy.types.Context]
1170
- :type execution_context: typing.Union[str, int]
1170
+ :type execution_context: str
1171
1171
  :type undo: bool
1172
1172
  :param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
1173
1173
  :type data_path: typing.Union[str, typing.Any]
@@ -1181,7 +1181,7 @@ def context_set_float(
1181
1181
 
1182
1182
  def context_set_id(
1183
1183
  override_context: typing.Union[dict, bpy.types.Context] = None,
1184
- execution_context: typing.Union[str, int] = None,
1184
+ execution_context: str = None,
1185
1185
  undo: bool = None,
1186
1186
  data_path: typing.Union[str, typing.Any] = "",
1187
1187
  value: typing.Union[str, typing.Any] = "",
@@ -1189,7 +1189,7 @@ def context_set_id(
1189
1189
  """Set a context value to an ID data-block
1190
1190
 
1191
1191
  :type override_context: typing.Union[dict, bpy.types.Context]
1192
- :type execution_context: typing.Union[str, int]
1192
+ :type execution_context: str
1193
1193
  :type undo: bool
1194
1194
  :param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
1195
1195
  :type data_path: typing.Union[str, typing.Any]
@@ -1201,7 +1201,7 @@ def context_set_id(
1201
1201
 
1202
1202
  def context_set_int(
1203
1203
  override_context: typing.Union[dict, bpy.types.Context] = None,
1204
- execution_context: typing.Union[str, int] = None,
1204
+ execution_context: str = None,
1205
1205
  undo: bool = None,
1206
1206
  data_path: typing.Union[str, typing.Any] = "",
1207
1207
  value: typing.Any = 0,
@@ -1210,7 +1210,7 @@ def context_set_int(
1210
1210
  """Set a context value
1211
1211
 
1212
1212
  :type override_context: typing.Union[dict, bpy.types.Context]
1213
- :type execution_context: typing.Union[str, int]
1213
+ :type execution_context: str
1214
1214
  :type undo: bool
1215
1215
  :param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
1216
1216
  :type data_path: typing.Union[str, typing.Any]
@@ -1224,7 +1224,7 @@ def context_set_int(
1224
1224
 
1225
1225
  def context_set_string(
1226
1226
  override_context: typing.Union[dict, bpy.types.Context] = None,
1227
- execution_context: typing.Union[str, int] = None,
1227
+ execution_context: str = None,
1228
1228
  undo: bool = None,
1229
1229
  data_path: typing.Union[str, typing.Any] = "",
1230
1230
  value: typing.Union[str, typing.Any] = "",
@@ -1232,7 +1232,7 @@ def context_set_string(
1232
1232
  """Set a context value
1233
1233
 
1234
1234
  :type override_context: typing.Union[dict, bpy.types.Context]
1235
- :type execution_context: typing.Union[str, int]
1235
+ :type execution_context: str
1236
1236
  :type undo: bool
1237
1237
  :param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
1238
1238
  :type data_path: typing.Union[str, typing.Any]
@@ -1244,7 +1244,7 @@ def context_set_string(
1244
1244
 
1245
1245
  def context_set_value(
1246
1246
  override_context: typing.Union[dict, bpy.types.Context] = None,
1247
- execution_context: typing.Union[str, int] = None,
1247
+ execution_context: str = None,
1248
1248
  undo: bool = None,
1249
1249
  data_path: typing.Union[str, typing.Any] = "",
1250
1250
  value: typing.Union[str, typing.Any] = "",
@@ -1252,7 +1252,7 @@ def context_set_value(
1252
1252
  """Set a context value
1253
1253
 
1254
1254
  :type override_context: typing.Union[dict, bpy.types.Context]
1255
- :type execution_context: typing.Union[str, int]
1255
+ :type execution_context: str
1256
1256
  :type undo: bool
1257
1257
  :param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
1258
1258
  :type data_path: typing.Union[str, typing.Any]
@@ -1264,7 +1264,7 @@ def context_set_value(
1264
1264
 
1265
1265
  def context_toggle(
1266
1266
  override_context: typing.Union[dict, bpy.types.Context] = None,
1267
- execution_context: typing.Union[str, int] = None,
1267
+ execution_context: str = None,
1268
1268
  undo: bool = None,
1269
1269
  data_path: typing.Union[str, typing.Any] = "",
1270
1270
  module: typing.Union[str, typing.Any] = "",
@@ -1272,7 +1272,7 @@ def context_toggle(
1272
1272
  """Toggle a context value
1273
1273
 
1274
1274
  :type override_context: typing.Union[dict, bpy.types.Context]
1275
- :type execution_context: typing.Union[str, int]
1275
+ :type execution_context: str
1276
1276
  :type undo: bool
1277
1277
  :param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
1278
1278
  :type data_path: typing.Union[str, typing.Any]
@@ -1284,7 +1284,7 @@ def context_toggle(
1284
1284
 
1285
1285
  def context_toggle_enum(
1286
1286
  override_context: typing.Union[dict, bpy.types.Context] = None,
1287
- execution_context: typing.Union[str, int] = None,
1287
+ execution_context: str = None,
1288
1288
  undo: bool = None,
1289
1289
  data_path: typing.Union[str, typing.Any] = "",
1290
1290
  value_1: typing.Union[str, typing.Any] = "",
@@ -1293,7 +1293,7 @@ def context_toggle_enum(
1293
1293
  """Toggle a context value
1294
1294
 
1295
1295
  :type override_context: typing.Union[dict, bpy.types.Context]
1296
- :type execution_context: typing.Union[str, int]
1296
+ :type execution_context: str
1297
1297
  :type undo: bool
1298
1298
  :param data_path: Context Attributes, Context data-path (expanded using visible windows in the current .blend file)
1299
1299
  :type data_path: typing.Union[str, typing.Any]
@@ -1307,14 +1307,14 @@ def context_toggle_enum(
1307
1307
 
1308
1308
  def debug_menu(
1309
1309
  override_context: typing.Union[dict, bpy.types.Context] = None,
1310
- execution_context: typing.Union[str, int] = None,
1310
+ execution_context: str = None,
1311
1311
  undo: bool = None,
1312
1312
  debug_value: typing.Any = 0,
1313
1313
  ):
1314
1314
  """Open a popup to set the debug level
1315
1315
 
1316
1316
  :type override_context: typing.Union[dict, bpy.types.Context]
1317
- :type execution_context: typing.Union[str, int]
1317
+ :type execution_context: str
1318
1318
  :type undo: bool
1319
1319
  :param debug_value: Debug Value
1320
1320
  :type debug_value: typing.Any
@@ -1324,14 +1324,14 @@ def debug_menu(
1324
1324
 
1325
1325
  def doc_view(
1326
1326
  override_context: typing.Union[dict, bpy.types.Context] = None,
1327
- execution_context: typing.Union[str, int] = None,
1327
+ execution_context: str = None,
1328
1328
  undo: bool = None,
1329
1329
  doc_id: typing.Union[str, typing.Any] = "",
1330
1330
  ):
1331
1331
  """Open online reference docs in a web browser
1332
1332
 
1333
1333
  :type override_context: typing.Union[dict, bpy.types.Context]
1334
- :type execution_context: typing.Union[str, int]
1334
+ :type execution_context: str
1335
1335
  :type undo: bool
1336
1336
  :param doc_id: Doc ID
1337
1337
  :type doc_id: typing.Union[str, typing.Any]
@@ -1341,14 +1341,14 @@ def doc_view(
1341
1341
 
1342
1342
  def doc_view_manual(
1343
1343
  override_context: typing.Union[dict, bpy.types.Context] = None,
1344
- execution_context: typing.Union[str, int] = None,
1344
+ execution_context: str = None,
1345
1345
  undo: bool = None,
1346
1346
  doc_id: typing.Union[str, typing.Any] = "",
1347
1347
  ):
1348
1348
  """Load online manual
1349
1349
 
1350
1350
  :type override_context: typing.Union[dict, bpy.types.Context]
1351
- :type execution_context: typing.Union[str, int]
1351
+ :type execution_context: str
1352
1352
  :type undo: bool
1353
1353
  :param doc_id: Doc ID
1354
1354
  :type doc_id: typing.Union[str, typing.Any]
@@ -1358,13 +1358,13 @@ def doc_view_manual(
1358
1358
 
1359
1359
  def doc_view_manual_ui_context(
1360
1360
  override_context: typing.Union[dict, bpy.types.Context] = None,
1361
- execution_context: typing.Union[str, int] = None,
1361
+ execution_context: str = None,
1362
1362
  undo: bool = None,
1363
1363
  ):
1364
1364
  """View a context based online manual in a web browser
1365
1365
 
1366
1366
  :type override_context: typing.Union[dict, bpy.types.Context]
1367
- :type execution_context: typing.Union[str, int]
1367
+ :type execution_context: str
1368
1368
  :type undo: bool
1369
1369
  """
1370
1370
 
@@ -1372,14 +1372,14 @@ def doc_view_manual_ui_context(
1372
1372
 
1373
1373
  def drop_blend_file(
1374
1374
  override_context: typing.Union[dict, bpy.types.Context] = None,
1375
- execution_context: typing.Union[str, int] = None,
1375
+ execution_context: str = None,
1376
1376
  undo: bool = None,
1377
1377
  filepath: typing.Union[str, typing.Any] = "",
1378
1378
  ):
1379
1379
  """Undocumented, consider contributing.
1380
1380
 
1381
1381
  :type override_context: typing.Union[dict, bpy.types.Context]
1382
- :type execution_context: typing.Union[str, int]
1382
+ :type execution_context: str
1383
1383
  :type undo: bool
1384
1384
  :param filepath: filepath
1385
1385
  :type filepath: typing.Union[str, typing.Any]
@@ -1389,7 +1389,7 @@ def drop_blend_file(
1389
1389
 
1390
1390
  def drop_import_file(
1391
1391
  override_context: typing.Union[dict, bpy.types.Context] = None,
1392
- execution_context: typing.Union[str, int] = None,
1392
+ execution_context: str = None,
1393
1393
  undo: bool = None,
1394
1394
  directory: typing.Union[str, typing.Any] = "",
1395
1395
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] = None,
@@ -1397,7 +1397,7 @@ def drop_import_file(
1397
1397
  """Operator that allows file handlers to receive file drops
1398
1398
 
1399
1399
  :type override_context: typing.Union[dict, bpy.types.Context]
1400
- :type execution_context: typing.Union[str, int]
1400
+ :type execution_context: str
1401
1401
  :type undo: bool
1402
1402
  :param directory: Directory, Directory of the file
1403
1403
  :type directory: typing.Union[str, typing.Any]
@@ -1409,7 +1409,7 @@ def drop_import_file(
1409
1409
 
1410
1410
  def gpencil_export_pdf(
1411
1411
  override_context: typing.Union[dict, bpy.types.Context] = None,
1412
- execution_context: typing.Union[str, int] = None,
1412
+ execution_context: str = None,
1413
1413
  undo: bool = None,
1414
1414
  filepath: typing.Union[str, typing.Any] = "",
1415
1415
  check_existing: typing.Union[bool, typing.Any] = True,
@@ -1442,7 +1442,7 @@ def gpencil_export_pdf(
1442
1442
  """Export grease pencil to PDF
1443
1443
 
1444
1444
  :type override_context: typing.Union[dict, bpy.types.Context]
1445
- :type execution_context: typing.Union[str, int]
1445
+ :type execution_context: str
1446
1446
  :type undo: bool
1447
1447
  :param filepath: File Path, Path to file
1448
1448
  :type filepath: typing.Union[str, typing.Any]
@@ -1534,7 +1534,7 @@ def gpencil_export_pdf(
1534
1534
 
1535
1535
  def gpencil_export_svg(
1536
1536
  override_context: typing.Union[dict, bpy.types.Context] = None,
1537
- execution_context: typing.Union[str, int] = None,
1537
+ execution_context: str = None,
1538
1538
  undo: bool = None,
1539
1539
  filepath: typing.Union[str, typing.Any] = "",
1540
1540
  check_existing: typing.Union[bool, typing.Any] = True,
@@ -1567,7 +1567,7 @@ def gpencil_export_svg(
1567
1567
  """Export grease pencil to SVG
1568
1568
 
1569
1569
  :type override_context: typing.Union[dict, bpy.types.Context]
1570
- :type execution_context: typing.Union[str, int]
1570
+ :type execution_context: str
1571
1571
  :type undo: bool
1572
1572
  :param filepath: File Path, Path to file
1573
1573
  :type filepath: typing.Union[str, typing.Any]
@@ -1650,7 +1650,7 @@ def gpencil_export_svg(
1650
1650
 
1651
1651
  def gpencil_import_svg(
1652
1652
  override_context: typing.Union[dict, bpy.types.Context] = None,
1653
- execution_context: typing.Union[str, int] = None,
1653
+ execution_context: str = None,
1654
1654
  undo: bool = None,
1655
1655
  filepath: typing.Union[str, typing.Any] = "",
1656
1656
  directory: typing.Union[str, typing.Any] = "",
@@ -1683,7 +1683,7 @@ def gpencil_import_svg(
1683
1683
  """Import SVG into grease pencil
1684
1684
 
1685
1685
  :type override_context: typing.Union[dict, bpy.types.Context]
1686
- :type execution_context: typing.Union[str, int]
1686
+ :type execution_context: str
1687
1687
  :type undo: bool
1688
1688
  :param filepath: File Path, Path to file
1689
1689
  :type filepath: typing.Union[str, typing.Any]
@@ -1757,7 +1757,7 @@ def gpencil_import_svg(
1757
1757
 
1758
1758
  def interface_theme_preset_add(
1759
1759
  override_context: typing.Union[dict, bpy.types.Context] = None,
1760
- execution_context: typing.Union[str, int] = None,
1760
+ execution_context: str = None,
1761
1761
  undo: bool = None,
1762
1762
  name: typing.Union[str, typing.Any] = "",
1763
1763
  remove_name: typing.Union[bool, typing.Any] = False,
@@ -1766,7 +1766,7 @@ def interface_theme_preset_add(
1766
1766
  """Add a custom theme to the preset list
1767
1767
 
1768
1768
  :type override_context: typing.Union[dict, bpy.types.Context]
1769
- :type execution_context: typing.Union[str, int]
1769
+ :type execution_context: str
1770
1770
  :type undo: bool
1771
1771
  :param name: Name, Name of the preset, used to make the path name
1772
1772
  :type name: typing.Union[str, typing.Any]
@@ -1780,7 +1780,7 @@ def interface_theme_preset_add(
1780
1780
 
1781
1781
  def interface_theme_preset_remove(
1782
1782
  override_context: typing.Union[dict, bpy.types.Context] = None,
1783
- execution_context: typing.Union[str, int] = None,
1783
+ execution_context: str = None,
1784
1784
  undo: bool = None,
1785
1785
  name: typing.Union[str, typing.Any] = "",
1786
1786
  remove_name: typing.Union[bool, typing.Any] = False,
@@ -1789,7 +1789,7 @@ def interface_theme_preset_remove(
1789
1789
  """Remove a custom theme from the preset list
1790
1790
 
1791
1791
  :type override_context: typing.Union[dict, bpy.types.Context]
1792
- :type execution_context: typing.Union[str, int]
1792
+ :type execution_context: str
1793
1793
  :type undo: bool
1794
1794
  :param name: Name, Name of the preset, used to make the path name
1795
1795
  :type name: typing.Union[str, typing.Any]
@@ -1803,7 +1803,7 @@ def interface_theme_preset_remove(
1803
1803
 
1804
1804
  def interface_theme_preset_save(
1805
1805
  override_context: typing.Union[dict, bpy.types.Context] = None,
1806
- execution_context: typing.Union[str, int] = None,
1806
+ execution_context: str = None,
1807
1807
  undo: bool = None,
1808
1808
  name: typing.Union[str, typing.Any] = "",
1809
1809
  remove_name: typing.Union[bool, typing.Any] = False,
@@ -1812,7 +1812,7 @@ def interface_theme_preset_save(
1812
1812
  """Save a custom theme in the preset list
1813
1813
 
1814
1814
  :type override_context: typing.Union[dict, bpy.types.Context]
1815
- :type execution_context: typing.Union[str, int]
1815
+ :type execution_context: str
1816
1816
  :type undo: bool
1817
1817
  :param name: Name, Name of the preset, used to make the path name
1818
1818
  :type name: typing.Union[str, typing.Any]
@@ -1826,7 +1826,7 @@ def interface_theme_preset_save(
1826
1826
 
1827
1827
  def keyconfig_preset_add(
1828
1828
  override_context: typing.Union[dict, bpy.types.Context] = None,
1829
- execution_context: typing.Union[str, int] = None,
1829
+ execution_context: str = None,
1830
1830
  undo: bool = None,
1831
1831
  name: typing.Union[str, typing.Any] = "",
1832
1832
  remove_name: typing.Union[bool, typing.Any] = False,
@@ -1835,7 +1835,7 @@ def keyconfig_preset_add(
1835
1835
  """Add a custom keymap configuration to the preset list
1836
1836
 
1837
1837
  :type override_context: typing.Union[dict, bpy.types.Context]
1838
- :type execution_context: typing.Union[str, int]
1838
+ :type execution_context: str
1839
1839
  :type undo: bool
1840
1840
  :param name: Name, Name of the preset, used to make the path name
1841
1841
  :type name: typing.Union[str, typing.Any]
@@ -1849,7 +1849,7 @@ def keyconfig_preset_add(
1849
1849
 
1850
1850
  def keyconfig_preset_remove(
1851
1851
  override_context: typing.Union[dict, bpy.types.Context] = None,
1852
- execution_context: typing.Union[str, int] = None,
1852
+ execution_context: str = None,
1853
1853
  undo: bool = None,
1854
1854
  name: typing.Union[str, typing.Any] = "",
1855
1855
  remove_name: typing.Union[bool, typing.Any] = False,
@@ -1858,7 +1858,7 @@ def keyconfig_preset_remove(
1858
1858
  """Remove a custom keymap configuration from the preset list
1859
1859
 
1860
1860
  :type override_context: typing.Union[dict, bpy.types.Context]
1861
- :type execution_context: typing.Union[str, int]
1861
+ :type execution_context: str
1862
1862
  :type undo: bool
1863
1863
  :param name: Name, Name of the preset, used to make the path name
1864
1864
  :type name: typing.Union[str, typing.Any]
@@ -1872,7 +1872,7 @@ def keyconfig_preset_remove(
1872
1872
 
1873
1873
  def lib_reload(
1874
1874
  override_context: typing.Union[dict, bpy.types.Context] = None,
1875
- execution_context: typing.Union[str, int] = None,
1875
+ execution_context: str = None,
1876
1876
  undo: bool = None,
1877
1877
  library: typing.Union[str, typing.Any] = "",
1878
1878
  filepath: typing.Union[str, typing.Any] = "",
@@ -1905,7 +1905,7 @@ def lib_reload(
1905
1905
  """Reload the given library
1906
1906
 
1907
1907
  :type override_context: typing.Union[dict, bpy.types.Context]
1908
- :type execution_context: typing.Union[str, int]
1908
+ :type execution_context: str
1909
1909
  :type undo: bool
1910
1910
  :param library: Library, Library to reload
1911
1911
  :type library: typing.Union[str, typing.Any]
@@ -1979,7 +1979,7 @@ def lib_reload(
1979
1979
 
1980
1980
  def lib_relocate(
1981
1981
  override_context: typing.Union[dict, bpy.types.Context] = None,
1982
- execution_context: typing.Union[str, int] = None,
1982
+ execution_context: str = None,
1983
1983
  undo: bool = None,
1984
1984
  library: typing.Union[str, typing.Any] = "",
1985
1985
  filepath: typing.Union[str, typing.Any] = "",
@@ -2013,7 +2013,7 @@ def lib_relocate(
2013
2013
  """Relocate the given library to one or several others
2014
2014
 
2015
2015
  :type override_context: typing.Union[dict, bpy.types.Context]
2016
- :type execution_context: typing.Union[str, int]
2016
+ :type execution_context: str
2017
2017
  :type undo: bool
2018
2018
  :param library: Library, Library to relocate
2019
2019
  :type library: typing.Union[str, typing.Any]
@@ -2089,7 +2089,7 @@ def lib_relocate(
2089
2089
 
2090
2090
  def link(
2091
2091
  override_context: typing.Union[dict, bpy.types.Context] = None,
2092
- execution_context: typing.Union[str, int] = None,
2092
+ execution_context: str = None,
2093
2093
  undo: bool = None,
2094
2094
  filepath: typing.Union[str, typing.Any] = "",
2095
2095
  directory: typing.Union[str, typing.Any] = "",
@@ -2128,7 +2128,7 @@ def link(
2128
2128
  """Link from a Library .blend file
2129
2129
 
2130
2130
  :type override_context: typing.Union[dict, bpy.types.Context]
2131
- :type execution_context: typing.Union[str, int]
2131
+ :type execution_context: str
2132
2132
  :type undo: bool
2133
2133
  :param filepath: File Path, Path to file
2134
2134
  :type filepath: typing.Union[str, typing.Any]
@@ -2214,13 +2214,13 @@ def link(
2214
2214
 
2215
2215
  def memory_statistics(
2216
2216
  override_context: typing.Union[dict, bpy.types.Context] = None,
2217
- execution_context: typing.Union[str, int] = None,
2217
+ execution_context: str = None,
2218
2218
  undo: bool = None,
2219
2219
  ):
2220
2220
  """Print memory statistics to the console
2221
2221
 
2222
2222
  :type override_context: typing.Union[dict, bpy.types.Context]
2223
- :type execution_context: typing.Union[str, int]
2223
+ :type execution_context: str
2224
2224
  :type undo: bool
2225
2225
  """
2226
2226
 
@@ -2228,7 +2228,7 @@ def memory_statistics(
2228
2228
 
2229
2229
  def obj_export(
2230
2230
  override_context: typing.Union[dict, bpy.types.Context] = None,
2231
- execution_context: typing.Union[str, int] = None,
2231
+ execution_context: str = None,
2232
2232
  undo: bool = None,
2233
2233
  filepath: typing.Union[str, typing.Any] = "",
2234
2234
  check_existing: typing.Union[bool, typing.Any] = True,
@@ -2279,7 +2279,7 @@ def obj_export(
2279
2279
  """Save the scene to a Wavefront OBJ file
2280
2280
 
2281
2281
  :type override_context: typing.Union[dict, bpy.types.Context]
2282
- :type execution_context: typing.Union[str, int]
2282
+ :type execution_context: str
2283
2283
  :type undo: bool
2284
2284
  :param filepath: File Path, Path to file
2285
2285
  :type filepath: typing.Union[str, typing.Any]
@@ -2449,7 +2449,7 @@ def obj_export(
2449
2449
 
2450
2450
  def obj_import(
2451
2451
  override_context: typing.Union[dict, bpy.types.Context] = None,
2452
- execution_context: typing.Union[str, int] = None,
2452
+ execution_context: str = None,
2453
2453
  undo: bool = None,
2454
2454
  filepath: typing.Union[str, typing.Any] = "",
2455
2455
  directory: typing.Union[str, typing.Any] = "",
@@ -2489,7 +2489,7 @@ def obj_import(
2489
2489
  """Load a Wavefront OBJ scene
2490
2490
 
2491
2491
  :type override_context: typing.Union[dict, bpy.types.Context]
2492
- :type execution_context: typing.Union[str, int]
2492
+ :type execution_context: str
2493
2493
  :type undo: bool
2494
2494
  :param filepath: File Path, Path to file
2495
2495
  :type filepath: typing.Union[str, typing.Any]
@@ -2613,7 +2613,7 @@ def obj_import(
2613
2613
 
2614
2614
  def open_mainfile(
2615
2615
  override_context: typing.Union[dict, bpy.types.Context] = None,
2616
- execution_context: typing.Union[str, int] = None,
2616
+ execution_context: str = None,
2617
2617
  undo: bool = None,
2618
2618
  filepath: typing.Union[str, typing.Any] = "",
2619
2619
  hide_props_region: typing.Union[bool, typing.Any] = True,
@@ -2646,7 +2646,7 @@ def open_mainfile(
2646
2646
  """Open a Blender file
2647
2647
 
2648
2648
  :type override_context: typing.Union[dict, bpy.types.Context]
2649
- :type execution_context: typing.Union[str, int]
2649
+ :type execution_context: str
2650
2650
  :type undo: bool
2651
2651
  :param filepath: File Path, Path to file
2652
2652
  :type filepath: typing.Union[str, typing.Any]
@@ -2720,13 +2720,13 @@ def open_mainfile(
2720
2720
 
2721
2721
  def operator_cheat_sheet(
2722
2722
  override_context: typing.Union[dict, bpy.types.Context] = None,
2723
- execution_context: typing.Union[str, int] = None,
2723
+ execution_context: str = None,
2724
2724
  undo: bool = None,
2725
2725
  ):
2726
2726
  """List all the operators in a text-block, useful for scripting
2727
2727
 
2728
2728
  :type override_context: typing.Union[dict, bpy.types.Context]
2729
- :type execution_context: typing.Union[str, int]
2729
+ :type execution_context: str
2730
2730
  :type undo: bool
2731
2731
  """
2732
2732
 
@@ -2734,13 +2734,13 @@ def operator_cheat_sheet(
2734
2734
 
2735
2735
  def operator_defaults(
2736
2736
  override_context: typing.Union[dict, bpy.types.Context] = None,
2737
- execution_context: typing.Union[str, int] = None,
2737
+ execution_context: str = None,
2738
2738
  undo: bool = None,
2739
2739
  ):
2740
2740
  """Set the active operator to its default values
2741
2741
 
2742
2742
  :type override_context: typing.Union[dict, bpy.types.Context]
2743
- :type execution_context: typing.Union[str, int]
2743
+ :type execution_context: str
2744
2744
  :type undo: bool
2745
2745
  """
2746
2746
 
@@ -2748,7 +2748,7 @@ def operator_defaults(
2748
2748
 
2749
2749
  def operator_pie_enum(
2750
2750
  override_context: typing.Union[dict, bpy.types.Context] = None,
2751
- execution_context: typing.Union[str, int] = None,
2751
+ execution_context: str = None,
2752
2752
  undo: bool = None,
2753
2753
  data_path: typing.Union[str, typing.Any] = "",
2754
2754
  prop_string: typing.Union[str, typing.Any] = "",
@@ -2756,7 +2756,7 @@ def operator_pie_enum(
2756
2756
  """Undocumented, consider contributing.
2757
2757
 
2758
2758
  :type override_context: typing.Union[dict, bpy.types.Context]
2759
- :type execution_context: typing.Union[str, int]
2759
+ :type execution_context: str
2760
2760
  :type undo: bool
2761
2761
  :param data_path: Operator, Operator name (in Python as string)
2762
2762
  :type data_path: typing.Union[str, typing.Any]
@@ -2768,7 +2768,7 @@ def operator_pie_enum(
2768
2768
 
2769
2769
  def operator_preset_add(
2770
2770
  override_context: typing.Union[dict, bpy.types.Context] = None,
2771
- execution_context: typing.Union[str, int] = None,
2771
+ execution_context: str = None,
2772
2772
  undo: bool = None,
2773
2773
  name: typing.Union[str, typing.Any] = "",
2774
2774
  remove_name: typing.Union[bool, typing.Any] = False,
@@ -2778,7 +2778,7 @@ def operator_preset_add(
2778
2778
  """Add or remove an Operator Preset
2779
2779
 
2780
2780
  :type override_context: typing.Union[dict, bpy.types.Context]
2781
- :type execution_context: typing.Union[str, int]
2781
+ :type execution_context: str
2782
2782
  :type undo: bool
2783
2783
  :param name: Name, Name of the preset, used to make the path name
2784
2784
  :type name: typing.Union[str, typing.Any]
@@ -2794,7 +2794,7 @@ def operator_preset_add(
2794
2794
 
2795
2795
  def operator_presets_cleanup(
2796
2796
  override_context: typing.Union[dict, bpy.types.Context] = None,
2797
- execution_context: typing.Union[str, int] = None,
2797
+ execution_context: str = None,
2798
2798
  undo: bool = None,
2799
2799
  operator: typing.Union[str, typing.Any] = "",
2800
2800
  properties: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] = None,
@@ -2802,7 +2802,7 @@ def operator_presets_cleanup(
2802
2802
  """Remove outdated operator properties from presets that may cause problems
2803
2803
 
2804
2804
  :type override_context: typing.Union[dict, bpy.types.Context]
2805
- :type execution_context: typing.Union[str, int]
2805
+ :type execution_context: str
2806
2806
  :type undo: bool
2807
2807
  :param operator: operator
2808
2808
  :type operator: typing.Union[str, typing.Any]
@@ -2814,14 +2814,14 @@ def operator_presets_cleanup(
2814
2814
 
2815
2815
  def owner_disable(
2816
2816
  override_context: typing.Union[dict, bpy.types.Context] = None,
2817
- execution_context: typing.Union[str, int] = None,
2817
+ execution_context: str = None,
2818
2818
  undo: bool = None,
2819
2819
  owner_id: typing.Union[str, typing.Any] = "",
2820
2820
  ):
2821
2821
  """Disable add-on for workspace
2822
2822
 
2823
2823
  :type override_context: typing.Union[dict, bpy.types.Context]
2824
- :type execution_context: typing.Union[str, int]
2824
+ :type execution_context: str
2825
2825
  :type undo: bool
2826
2826
  :param owner_id: UI Tag
2827
2827
  :type owner_id: typing.Union[str, typing.Any]
@@ -2831,14 +2831,14 @@ def owner_disable(
2831
2831
 
2832
2832
  def owner_enable(
2833
2833
  override_context: typing.Union[dict, bpy.types.Context] = None,
2834
- execution_context: typing.Union[str, int] = None,
2834
+ execution_context: str = None,
2835
2835
  undo: bool = None,
2836
2836
  owner_id: typing.Union[str, typing.Any] = "",
2837
2837
  ):
2838
2838
  """Enable add-on for workspace
2839
2839
 
2840
2840
  :type override_context: typing.Union[dict, bpy.types.Context]
2841
- :type execution_context: typing.Union[str, int]
2841
+ :type execution_context: str
2842
2842
  :type undo: bool
2843
2843
  :param owner_id: UI Tag
2844
2844
  :type owner_id: typing.Union[str, typing.Any]
@@ -2848,14 +2848,14 @@ def owner_enable(
2848
2848
 
2849
2849
  def path_open(
2850
2850
  override_context: typing.Union[dict, bpy.types.Context] = None,
2851
- execution_context: typing.Union[str, int] = None,
2851
+ execution_context: str = None,
2852
2852
  undo: bool = None,
2853
2853
  filepath: typing.Union[str, typing.Any] = "",
2854
2854
  ):
2855
2855
  """Open a path in a file browser
2856
2856
 
2857
2857
  :type override_context: typing.Union[dict, bpy.types.Context]
2858
- :type execution_context: typing.Union[str, int]
2858
+ :type execution_context: str
2859
2859
  :type undo: bool
2860
2860
  :param filepath: filepath
2861
2861
  :type filepath: typing.Union[str, typing.Any]
@@ -2865,7 +2865,7 @@ def path_open(
2865
2865
 
2866
2866
  def ply_export(
2867
2867
  override_context: typing.Union[dict, bpy.types.Context] = None,
2868
- execution_context: typing.Union[str, int] = None,
2868
+ execution_context: str = None,
2869
2869
  undo: bool = None,
2870
2870
  filepath: typing.Union[str, typing.Any] = "",
2871
2871
  check_existing: typing.Union[bool, typing.Any] = True,
@@ -2905,7 +2905,7 @@ def ply_export(
2905
2905
  """Save the scene to a PLY file
2906
2906
 
2907
2907
  :type override_context: typing.Union[dict, bpy.types.Context]
2908
- :type execution_context: typing.Union[str, int]
2908
+ :type execution_context: str
2909
2909
  :type undo: bool
2910
2910
  :param filepath: File Path, Path to file
2911
2911
  :type filepath: typing.Union[str, typing.Any]
@@ -3038,7 +3038,7 @@ def ply_export(
3038
3038
 
3039
3039
  def ply_import(
3040
3040
  override_context: typing.Union[dict, bpy.types.Context] = None,
3041
- execution_context: typing.Union[str, int] = None,
3041
+ execution_context: str = None,
3042
3042
  undo: bool = None,
3043
3043
  filepath: typing.Union[str, typing.Any] = "",
3044
3044
  directory: typing.Union[str, typing.Any] = "",
@@ -3076,7 +3076,7 @@ def ply_import(
3076
3076
  """Import an PLY file as an object
3077
3077
 
3078
3078
  :type override_context: typing.Union[dict, bpy.types.Context]
3079
- :type execution_context: typing.Union[str, int]
3079
+ :type execution_context: str
3080
3080
  :type undo: bool
3081
3081
  :param filepath: File Path, Path to file
3082
3082
  :type filepath: typing.Union[str, typing.Any]
@@ -3205,7 +3205,7 @@ def ply_import(
3205
3205
 
3206
3206
  def previews_batch_clear(
3207
3207
  override_context: typing.Union[dict, bpy.types.Context] = None,
3208
- execution_context: typing.Union[str, int] = None,
3208
+ execution_context: str = None,
3209
3209
  undo: bool = None,
3210
3210
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] = None,
3211
3211
  directory: typing.Union[str, typing.Any] = "",
@@ -3221,7 +3221,7 @@ def previews_batch_clear(
3221
3221
  """Clear selected .blend file's previews
3222
3222
 
3223
3223
  :type override_context: typing.Union[dict, bpy.types.Context]
3224
- :type execution_context: typing.Union[str, int]
3224
+ :type execution_context: str
3225
3225
  :type undo: bool
3226
3226
  :param files: files
3227
3227
  :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
@@ -3249,7 +3249,7 @@ def previews_batch_clear(
3249
3249
 
3250
3250
  def previews_batch_generate(
3251
3251
  override_context: typing.Union[dict, bpy.types.Context] = None,
3252
- execution_context: typing.Union[str, int] = None,
3252
+ execution_context: str = None,
3253
3253
  undo: bool = None,
3254
3254
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] = None,
3255
3255
  directory: typing.Union[str, typing.Any] = "",
@@ -3265,7 +3265,7 @@ def previews_batch_generate(
3265
3265
  """Generate selected .blend file's previews
3266
3266
 
3267
3267
  :type override_context: typing.Union[dict, bpy.types.Context]
3268
- :type execution_context: typing.Union[str, int]
3268
+ :type execution_context: str
3269
3269
  :type undo: bool
3270
3270
  :param files: Collection of file paths with common directory root
3271
3271
  :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
@@ -3293,14 +3293,14 @@ def previews_batch_generate(
3293
3293
 
3294
3294
  def previews_clear(
3295
3295
  override_context: typing.Union[dict, bpy.types.Context] = None,
3296
- execution_context: typing.Union[str, int] = None,
3296
+ execution_context: str = None,
3297
3297
  undo: bool = None,
3298
3298
  id_type: typing.Any = {},
3299
3299
  ):
3300
3300
  """Clear data-block previews (only for some types like objects, materials, textures, etc.)
3301
3301
 
3302
3302
  :type override_context: typing.Union[dict, bpy.types.Context]
3303
- :type execution_context: typing.Union[str, int]
3303
+ :type execution_context: str
3304
3304
  :type undo: bool
3305
3305
  :param id_type: Data-Block Type, Which data-block previews to clear
3306
3306
 
@@ -3343,13 +3343,13 @@ def previews_clear(
3343
3343
 
3344
3344
  def previews_ensure(
3345
3345
  override_context: typing.Union[dict, bpy.types.Context] = None,
3346
- execution_context: typing.Union[str, int] = None,
3346
+ execution_context: str = None,
3347
3347
  undo: bool = None,
3348
3348
  ):
3349
3349
  """Ensure data-block previews are available and up-to-date (to be saved in .blend file, only for some types like materials, textures, etc.)
3350
3350
 
3351
3351
  :type override_context: typing.Union[dict, bpy.types.Context]
3352
- :type execution_context: typing.Union[str, int]
3352
+ :type execution_context: str
3353
3353
  :type undo: bool
3354
3354
  """
3355
3355
 
@@ -3357,14 +3357,14 @@ def previews_ensure(
3357
3357
 
3358
3358
  def properties_add(
3359
3359
  override_context: typing.Union[dict, bpy.types.Context] = None,
3360
- execution_context: typing.Union[str, int] = None,
3360
+ execution_context: str = None,
3361
3361
  undo: bool = None,
3362
3362
  data_path: typing.Union[str, typing.Any] = "",
3363
3363
  ):
3364
3364
  """Add your own property to the data-block
3365
3365
 
3366
3366
  :type override_context: typing.Union[dict, bpy.types.Context]
3367
- :type execution_context: typing.Union[str, int]
3367
+ :type execution_context: str
3368
3368
  :type undo: bool
3369
3369
  :param data_path: Property Edit, Property data_path edit
3370
3370
  :type data_path: typing.Union[str, typing.Any]
@@ -3374,14 +3374,14 @@ def properties_add(
3374
3374
 
3375
3375
  def properties_context_change(
3376
3376
  override_context: typing.Union[dict, bpy.types.Context] = None,
3377
- execution_context: typing.Union[str, int] = None,
3377
+ execution_context: str = None,
3378
3378
  undo: bool = None,
3379
3379
  context: typing.Union[str, typing.Any] = "",
3380
3380
  ):
3381
3381
  """Jump to a different tab inside the properties editor
3382
3382
 
3383
3383
  :type override_context: typing.Union[dict, bpy.types.Context]
3384
- :type execution_context: typing.Union[str, int]
3384
+ :type execution_context: str
3385
3385
  :type undo: bool
3386
3386
  :param context: Context
3387
3387
  :type context: typing.Union[str, typing.Any]
@@ -3391,7 +3391,7 @@ def properties_context_change(
3391
3391
 
3392
3392
  def properties_edit(
3393
3393
  override_context: typing.Union[dict, bpy.types.Context] = None,
3394
- execution_context: typing.Union[str, int] = None,
3394
+ execution_context: str = None,
3395
3395
  undo: bool = None,
3396
3396
  data_path: typing.Union[str, typing.Any] = "",
3397
3397
  property_name: typing.Union[str, typing.Any] = "",
@@ -3521,7 +3521,7 @@ def properties_edit(
3521
3521
  """Change a custom property's type, or adjust how it is displayed in the interface
3522
3522
 
3523
3523
  :type override_context: typing.Union[dict, bpy.types.Context]
3524
- :type execution_context: typing.Union[str, int]
3524
+ :type execution_context: str
3525
3525
  :type undo: bool
3526
3526
  :param data_path: Property Edit, Property data_path edit
3527
3527
  :type data_path: typing.Union[str, typing.Any]
@@ -3606,7 +3606,7 @@ def properties_edit(
3606
3606
 
3607
3607
  def properties_edit_value(
3608
3608
  override_context: typing.Union[dict, bpy.types.Context] = None,
3609
- execution_context: typing.Union[str, int] = None,
3609
+ execution_context: str = None,
3610
3610
  undo: bool = None,
3611
3611
  data_path: typing.Union[str, typing.Any] = "",
3612
3612
  property_name: typing.Union[str, typing.Any] = "",
@@ -3615,7 +3615,7 @@ def properties_edit_value(
3615
3615
  """Edit the value of a custom property
3616
3616
 
3617
3617
  :type override_context: typing.Union[dict, bpy.types.Context]
3618
- :type execution_context: typing.Union[str, int]
3618
+ :type execution_context: str
3619
3619
  :type undo: bool
3620
3620
  :param data_path: Property Edit, Property data_path edit
3621
3621
  :type data_path: typing.Union[str, typing.Any]
@@ -3629,7 +3629,7 @@ def properties_edit_value(
3629
3629
 
3630
3630
  def properties_remove(
3631
3631
  override_context: typing.Union[dict, bpy.types.Context] = None,
3632
- execution_context: typing.Union[str, int] = None,
3632
+ execution_context: str = None,
3633
3633
  undo: bool = None,
3634
3634
  data_path: typing.Union[str, typing.Any] = "",
3635
3635
  property_name: typing.Union[str, typing.Any] = "",
@@ -3637,7 +3637,7 @@ def properties_remove(
3637
3637
  """Internal use (edit a property data_path)
3638
3638
 
3639
3639
  :type override_context: typing.Union[dict, bpy.types.Context]
3640
- :type execution_context: typing.Union[str, int]
3640
+ :type execution_context: str
3641
3641
  :type undo: bool
3642
3642
  :param data_path: Property Edit, Property data_path edit
3643
3643
  :type data_path: typing.Union[str, typing.Any]
@@ -3649,13 +3649,13 @@ def properties_remove(
3649
3649
 
3650
3650
  def quit_blender(
3651
3651
  override_context: typing.Union[dict, bpy.types.Context] = None,
3652
- execution_context: typing.Union[str, int] = None,
3652
+ execution_context: str = None,
3653
3653
  undo: bool = None,
3654
3654
  ):
3655
3655
  """Quit Blender
3656
3656
 
3657
3657
  :type override_context: typing.Union[dict, bpy.types.Context]
3658
- :type execution_context: typing.Union[str, int]
3658
+ :type execution_context: str
3659
3659
  :type undo: bool
3660
3660
  """
3661
3661
 
@@ -3663,7 +3663,7 @@ def quit_blender(
3663
3663
 
3664
3664
  def radial_control(
3665
3665
  override_context: typing.Union[dict, bpy.types.Context] = None,
3666
- execution_context: typing.Union[str, int] = None,
3666
+ execution_context: str = None,
3667
3667
  undo: bool = None,
3668
3668
  data_path_primary: typing.Union[str, typing.Any] = "",
3669
3669
  data_path_secondary: typing.Union[str, typing.Any] = "",
@@ -3681,7 +3681,7 @@ def radial_control(
3681
3681
  """Set some size property (e.g. brush size) with mouse wheel
3682
3682
 
3683
3683
  :type override_context: typing.Union[dict, bpy.types.Context]
3684
- :type execution_context: typing.Union[str, int]
3684
+ :type execution_context: str
3685
3685
  :type undo: bool
3686
3686
  :param data_path_primary: Primary Data Path, Primary path of property to be set by the radial control
3687
3687
  :type data_path_primary: typing.Union[str, typing.Any]
@@ -3713,7 +3713,7 @@ def radial_control(
3713
3713
 
3714
3714
  def read_factory_settings(
3715
3715
  override_context: typing.Union[dict, bpy.types.Context] = None,
3716
- execution_context: typing.Union[str, int] = None,
3716
+ execution_context: str = None,
3717
3717
  undo: bool = None,
3718
3718
  use_factory_startup_app_template_only: typing.Union[bool, typing.Any] = False,
3719
3719
  app_template: typing.Union[str, typing.Any] = "Template",
@@ -3722,7 +3722,7 @@ def read_factory_settings(
3722
3722
  """Load factory default startup file and preferences. To make changes permanent, use "Save Startup File" and "Save Preferences"
3723
3723
 
3724
3724
  :type override_context: typing.Union[dict, bpy.types.Context]
3725
- :type execution_context: typing.Union[str, int]
3725
+ :type execution_context: str
3726
3726
  :type undo: bool
3727
3727
  :param use_factory_startup_app_template_only: Factory Startup App-Template Only
3728
3728
  :type use_factory_startup_app_template_only: typing.Union[bool, typing.Any]
@@ -3735,14 +3735,14 @@ def read_factory_settings(
3735
3735
 
3736
3736
  def read_factory_userpref(
3737
3737
  override_context: typing.Union[dict, bpy.types.Context] = None,
3738
- execution_context: typing.Union[str, int] = None,
3738
+ execution_context: str = None,
3739
3739
  undo: bool = None,
3740
3740
  use_factory_startup_app_template_only: typing.Union[bool, typing.Any] = False,
3741
3741
  ):
3742
3742
  """Load factory default preferences. To make changes to preferences permanent, use "Save Preferences"
3743
3743
 
3744
3744
  :type override_context: typing.Union[dict, bpy.types.Context]
3745
- :type execution_context: typing.Union[str, int]
3745
+ :type execution_context: str
3746
3746
  :type undo: bool
3747
3747
  :param use_factory_startup_app_template_only: Factory Startup App-Template Only
3748
3748
  :type use_factory_startup_app_template_only: typing.Union[bool, typing.Any]
@@ -3752,13 +3752,13 @@ def read_factory_userpref(
3752
3752
 
3753
3753
  def read_history(
3754
3754
  override_context: typing.Union[dict, bpy.types.Context] = None,
3755
- execution_context: typing.Union[str, int] = None,
3755
+ execution_context: str = None,
3756
3756
  undo: bool = None,
3757
3757
  ):
3758
3758
  """Reloads history and bookmarks
3759
3759
 
3760
3760
  :type override_context: typing.Union[dict, bpy.types.Context]
3761
- :type execution_context: typing.Union[str, int]
3761
+ :type execution_context: str
3762
3762
  :type undo: bool
3763
3763
  """
3764
3764
 
@@ -3766,7 +3766,7 @@ def read_history(
3766
3766
 
3767
3767
  def read_homefile(
3768
3768
  override_context: typing.Union[dict, bpy.types.Context] = None,
3769
- execution_context: typing.Union[str, int] = None,
3769
+ execution_context: str = None,
3770
3770
  undo: bool = None,
3771
3771
  filepath: typing.Union[str, typing.Any] = "",
3772
3772
  load_ui: typing.Union[bool, typing.Any] = True,
@@ -3779,7 +3779,7 @@ def read_homefile(
3779
3779
  """Open the default file
3780
3780
 
3781
3781
  :type override_context: typing.Union[dict, bpy.types.Context]
3782
- :type execution_context: typing.Union[str, int]
3782
+ :type execution_context: str
3783
3783
  :type undo: bool
3784
3784
  :param filepath: File Path, Path to an alternative start-up file
3785
3785
  :type filepath: typing.Union[str, typing.Any]
@@ -3800,13 +3800,13 @@ def read_homefile(
3800
3800
 
3801
3801
  def read_userpref(
3802
3802
  override_context: typing.Union[dict, bpy.types.Context] = None,
3803
- execution_context: typing.Union[str, int] = None,
3803
+ execution_context: str = None,
3804
3804
  undo: bool = None,
3805
3805
  ):
3806
3806
  """Load last saved preferences
3807
3807
 
3808
3808
  :type override_context: typing.Union[dict, bpy.types.Context]
3809
- :type execution_context: typing.Union[str, int]
3809
+ :type execution_context: str
3810
3810
  :type undo: bool
3811
3811
  """
3812
3812
 
@@ -3814,7 +3814,7 @@ def read_userpref(
3814
3814
 
3815
3815
  def recover_auto_save(
3816
3816
  override_context: typing.Union[dict, bpy.types.Context] = None,
3817
- execution_context: typing.Union[str, int] = None,
3817
+ execution_context: str = None,
3818
3818
  undo: bool = None,
3819
3819
  filepath: typing.Union[str, typing.Any] = "",
3820
3820
  hide_props_region: typing.Union[bool, typing.Any] = True,
@@ -3844,7 +3844,7 @@ def recover_auto_save(
3844
3844
  """Open an automatically saved file to recover it
3845
3845
 
3846
3846
  :type override_context: typing.Union[dict, bpy.types.Context]
3847
- :type execution_context: typing.Union[str, int]
3847
+ :type execution_context: str
3848
3848
  :type undo: bool
3849
3849
  :param filepath: File Path, Path to file
3850
3850
  :type filepath: typing.Union[str, typing.Any]
@@ -3912,14 +3912,14 @@ def recover_auto_save(
3912
3912
 
3913
3913
  def recover_last_session(
3914
3914
  override_context: typing.Union[dict, bpy.types.Context] = None,
3915
- execution_context: typing.Union[str, int] = None,
3915
+ execution_context: str = None,
3916
3916
  undo: bool = None,
3917
3917
  use_scripts: typing.Union[bool, typing.Any] = True,
3918
3918
  ):
3919
3919
  """Open the last closed file ("quit.blend")
3920
3920
 
3921
3921
  :type override_context: typing.Union[dict, bpy.types.Context]
3922
- :type execution_context: typing.Union[str, int]
3922
+ :type execution_context: str
3923
3923
  :type undo: bool
3924
3924
  :param use_scripts: Trusted Source, Allow .blend file to execute scripts automatically, default available from system preferences
3925
3925
  :type use_scripts: typing.Union[bool, typing.Any]
@@ -3929,7 +3929,7 @@ def recover_last_session(
3929
3929
 
3930
3930
  def redraw_timer(
3931
3931
  override_context: typing.Union[dict, bpy.types.Context] = None,
3932
- execution_context: typing.Union[str, int] = None,
3932
+ execution_context: str = None,
3933
3933
  undo: bool = None,
3934
3934
  type: typing.Any = "DRAW",
3935
3935
  iterations: typing.Any = 10,
@@ -3938,7 +3938,7 @@ def redraw_timer(
3938
3938
  """Simple redraw timer to test the speed of updating the interface
3939
3939
 
3940
3940
  :type override_context: typing.Union[dict, bpy.types.Context]
3941
- :type execution_context: typing.Union[str, int]
3941
+ :type execution_context: str
3942
3942
  :type undo: bool
3943
3943
  :param type: Type
3944
3944
 
@@ -3973,14 +3973,14 @@ def redraw_timer(
3973
3973
 
3974
3974
  def revert_mainfile(
3975
3975
  override_context: typing.Union[dict, bpy.types.Context] = None,
3976
- execution_context: typing.Union[str, int] = None,
3976
+ execution_context: str = None,
3977
3977
  undo: bool = None,
3978
3978
  use_scripts: typing.Union[bool, typing.Any] = True,
3979
3979
  ):
3980
3980
  """Reload the saved file
3981
3981
 
3982
3982
  :type override_context: typing.Union[dict, bpy.types.Context]
3983
- :type execution_context: typing.Union[str, int]
3983
+ :type execution_context: str
3984
3984
  :type undo: bool
3985
3985
  :param use_scripts: Trusted Source, Allow .blend file to execute scripts automatically, default available from system preferences
3986
3986
  :type use_scripts: typing.Union[bool, typing.Any]
@@ -3990,7 +3990,7 @@ def revert_mainfile(
3990
3990
 
3991
3991
  def save_as_mainfile(
3992
3992
  override_context: typing.Union[dict, bpy.types.Context] = None,
3993
- execution_context: typing.Union[str, int] = None,
3993
+ execution_context: str = None,
3994
3994
  undo: bool = None,
3995
3995
  filepath: typing.Union[str, typing.Any] = "",
3996
3996
  hide_props_region: typing.Union[bool, typing.Any] = True,
@@ -4022,7 +4022,7 @@ def save_as_mainfile(
4022
4022
  """Save the current file in the desired location
4023
4023
 
4024
4024
  :type override_context: typing.Union[dict, bpy.types.Context]
4025
- :type execution_context: typing.Union[str, int]
4025
+ :type execution_context: str
4026
4026
  :type undo: bool
4027
4027
  :param filepath: File Path, Path to file
4028
4028
  :type filepath: typing.Union[str, typing.Any]
@@ -4094,13 +4094,13 @@ def save_as_mainfile(
4094
4094
 
4095
4095
  def save_homefile(
4096
4096
  override_context: typing.Union[dict, bpy.types.Context] = None,
4097
- execution_context: typing.Union[str, int] = None,
4097
+ execution_context: str = None,
4098
4098
  undo: bool = None,
4099
4099
  ):
4100
4100
  """Make the current file the default startup file
4101
4101
 
4102
4102
  :type override_context: typing.Union[dict, bpy.types.Context]
4103
- :type execution_context: typing.Union[str, int]
4103
+ :type execution_context: str
4104
4104
  :type undo: bool
4105
4105
  """
4106
4106
 
@@ -4108,7 +4108,7 @@ def save_homefile(
4108
4108
 
4109
4109
  def save_mainfile(
4110
4110
  override_context: typing.Union[dict, bpy.types.Context] = None,
4111
- execution_context: typing.Union[str, int] = None,
4111
+ execution_context: str = None,
4112
4112
  undo: bool = None,
4113
4113
  filepath: typing.Union[str, typing.Any] = "",
4114
4114
  hide_props_region: typing.Union[bool, typing.Any] = True,
@@ -4141,7 +4141,7 @@ def save_mainfile(
4141
4141
  """Save the current Blender file
4142
4142
 
4143
4143
  :type override_context: typing.Union[dict, bpy.types.Context]
4144
- :type execution_context: typing.Union[str, int]
4144
+ :type execution_context: str
4145
4145
  :type undo: bool
4146
4146
  :param filepath: File Path, Path to file
4147
4147
  :type filepath: typing.Union[str, typing.Any]
@@ -4215,13 +4215,13 @@ def save_mainfile(
4215
4215
 
4216
4216
  def save_userpref(
4217
4217
  override_context: typing.Union[dict, bpy.types.Context] = None,
4218
- execution_context: typing.Union[str, int] = None,
4218
+ execution_context: str = None,
4219
4219
  undo: bool = None,
4220
4220
  ):
4221
4221
  """Make the current preferences default
4222
4222
 
4223
4223
  :type override_context: typing.Union[dict, bpy.types.Context]
4224
- :type execution_context: typing.Union[str, int]
4224
+ :type execution_context: str
4225
4225
  :type undo: bool
4226
4226
  """
4227
4227
 
@@ -4229,13 +4229,13 @@ def save_userpref(
4229
4229
 
4230
4230
  def search_menu(
4231
4231
  override_context: typing.Union[dict, bpy.types.Context] = None,
4232
- execution_context: typing.Union[str, int] = None,
4232
+ execution_context: str = None,
4233
4233
  undo: bool = None,
4234
4234
  ):
4235
4235
  """Pop-up a search over all menus in the current context
4236
4236
 
4237
4237
  :type override_context: typing.Union[dict, bpy.types.Context]
4238
- :type execution_context: typing.Union[str, int]
4238
+ :type execution_context: str
4239
4239
  :type undo: bool
4240
4240
  """
4241
4241
 
@@ -4243,13 +4243,13 @@ def search_menu(
4243
4243
 
4244
4244
  def search_operator(
4245
4245
  override_context: typing.Union[dict, bpy.types.Context] = None,
4246
- execution_context: typing.Union[str, int] = None,
4246
+ execution_context: str = None,
4247
4247
  undo: bool = None,
4248
4248
  ):
4249
4249
  """Pop-up a search over all available operators in current context
4250
4250
 
4251
4251
  :type override_context: typing.Union[dict, bpy.types.Context]
4252
- :type execution_context: typing.Union[str, int]
4252
+ :type execution_context: str
4253
4253
  :type undo: bool
4254
4254
  """
4255
4255
 
@@ -4257,7 +4257,7 @@ def search_operator(
4257
4257
 
4258
4258
  def search_single_menu(
4259
4259
  override_context: typing.Union[dict, bpy.types.Context] = None,
4260
- execution_context: typing.Union[str, int] = None,
4260
+ execution_context: str = None,
4261
4261
  undo: bool = None,
4262
4262
  menu_idname: typing.Union[str, typing.Any] = "",
4263
4263
  initial_query: typing.Union[str, typing.Any] = "",
@@ -4265,7 +4265,7 @@ def search_single_menu(
4265
4265
  """Pop-up a search for a menu in current context
4266
4266
 
4267
4267
  :type override_context: typing.Union[dict, bpy.types.Context]
4268
- :type execution_context: typing.Union[str, int]
4268
+ :type execution_context: str
4269
4269
  :type undo: bool
4270
4270
  :param menu_idname: Menu Name, Menu to search in
4271
4271
  :type menu_idname: typing.Union[str, typing.Any]
@@ -4277,25 +4277,25 @@ def search_single_menu(
4277
4277
 
4278
4278
  def set_stereo_3d(
4279
4279
  override_context: typing.Union[dict, bpy.types.Context] = None,
4280
- execution_context: typing.Union[str, int] = None,
4280
+ execution_context: str = None,
4281
4281
  undo: bool = None,
4282
- display_mode: typing.Any = "ANAGLYPH",
4283
- anaglyph_type: typing.Any = "RED_CYAN",
4284
- interlace_type: typing.Any = "ROW_INTERLEAVED",
4282
+ display_mode: typing.Union[str, int] = "ANAGLYPH",
4283
+ anaglyph_type: typing.Union[str, int] = "RED_CYAN",
4284
+ interlace_type: typing.Union[str, int] = "ROW_INTERLEAVED",
4285
4285
  use_interlace_swap: typing.Union[bool, typing.Any] = False,
4286
4286
  use_sidebyside_crosseyed: typing.Union[bool, typing.Any] = False,
4287
4287
  ):
4288
4288
  """Toggle 3D stereo support for current window (or change the display mode)
4289
4289
 
4290
4290
  :type override_context: typing.Union[dict, bpy.types.Context]
4291
- :type execution_context: typing.Union[str, int]
4291
+ :type execution_context: str
4292
4292
  :type undo: bool
4293
4293
  :param display_mode: Display Mode
4294
- :type display_mode: typing.Any
4294
+ :type display_mode: typing.Union[str, int]
4295
4295
  :param anaglyph_type: Anaglyph Type
4296
- :type anaglyph_type: typing.Any
4296
+ :type anaglyph_type: typing.Union[str, int]
4297
4297
  :param interlace_type: Interlace Type
4298
- :type interlace_type: typing.Any
4298
+ :type interlace_type: typing.Union[str, int]
4299
4299
  :param use_interlace_swap: Swap Left/Right, Swap left and right stereo channels
4300
4300
  :type use_interlace_swap: typing.Union[bool, typing.Any]
4301
4301
  :param use_sidebyside_crosseyed: Cross-Eyed, Right eye should see left image and vice versa
@@ -4306,13 +4306,13 @@ def set_stereo_3d(
4306
4306
 
4307
4307
  def splash(
4308
4308
  override_context: typing.Union[dict, bpy.types.Context] = None,
4309
- execution_context: typing.Union[str, int] = None,
4309
+ execution_context: str = None,
4310
4310
  undo: bool = None,
4311
4311
  ):
4312
4312
  """Open the splash screen with release info
4313
4313
 
4314
4314
  :type override_context: typing.Union[dict, bpy.types.Context]
4315
- :type execution_context: typing.Union[str, int]
4315
+ :type execution_context: str
4316
4316
  :type undo: bool
4317
4317
  """
4318
4318
 
@@ -4320,13 +4320,13 @@ def splash(
4320
4320
 
4321
4321
  def splash_about(
4322
4322
  override_context: typing.Union[dict, bpy.types.Context] = None,
4323
- execution_context: typing.Union[str, int] = None,
4323
+ execution_context: str = None,
4324
4324
  undo: bool = None,
4325
4325
  ):
4326
4326
  """Open a window with information about Blender
4327
4327
 
4328
4328
  :type override_context: typing.Union[dict, bpy.types.Context]
4329
- :type execution_context: typing.Union[str, int]
4329
+ :type execution_context: str
4330
4330
  :type undo: bool
4331
4331
  """
4332
4332
 
@@ -4334,7 +4334,7 @@ def splash_about(
4334
4334
 
4335
4335
  def stl_export(
4336
4336
  override_context: typing.Union[dict, bpy.types.Context] = None,
4337
- execution_context: typing.Union[str, int] = None,
4337
+ execution_context: str = None,
4338
4338
  undo: bool = None,
4339
4339
  filepath: typing.Union[str, typing.Any] = "",
4340
4340
  check_existing: typing.Union[bool, typing.Any] = True,
@@ -4371,7 +4371,7 @@ def stl_export(
4371
4371
  """Save the scene to an STL file
4372
4372
 
4373
4373
  :type override_context: typing.Union[dict, bpy.types.Context]
4374
- :type execution_context: typing.Union[str, int]
4374
+ :type execution_context: str
4375
4375
  :type undo: bool
4376
4376
  :param filepath: File Path, Path to file
4377
4377
  :type filepath: typing.Union[str, typing.Any]
@@ -4489,7 +4489,7 @@ def stl_export(
4489
4489
 
4490
4490
  def stl_import(
4491
4491
  override_context: typing.Union[dict, bpy.types.Context] = None,
4492
- execution_context: typing.Union[str, int] = None,
4492
+ execution_context: str = None,
4493
4493
  undo: bool = None,
4494
4494
  filepath: typing.Union[str, typing.Any] = "",
4495
4495
  directory: typing.Union[str, typing.Any] = "",
@@ -4526,7 +4526,7 @@ def stl_import(
4526
4526
  """Import an STL file as an object
4527
4527
 
4528
4528
  :type override_context: typing.Union[dict, bpy.types.Context]
4529
- :type execution_context: typing.Union[str, int]
4529
+ :type execution_context: str
4530
4530
  :type undo: bool
4531
4531
  :param filepath: File Path, Path to file
4532
4532
  :type filepath: typing.Union[str, typing.Any]
@@ -4644,14 +4644,14 @@ def stl_import(
4644
4644
 
4645
4645
  def sysinfo(
4646
4646
  override_context: typing.Union[dict, bpy.types.Context] = None,
4647
- execution_context: typing.Union[str, int] = None,
4647
+ execution_context: str = None,
4648
4648
  undo: bool = None,
4649
4649
  filepath: typing.Union[str, typing.Any] = "",
4650
4650
  ):
4651
4651
  """Generate system information, saved into a text file
4652
4652
 
4653
4653
  :type override_context: typing.Union[dict, bpy.types.Context]
4654
- :type execution_context: typing.Union[str, int]
4654
+ :type execution_context: str
4655
4655
  :type undo: bool
4656
4656
  :param filepath: filepath
4657
4657
  :type filepath: typing.Union[str, typing.Any]
@@ -4661,7 +4661,7 @@ def sysinfo(
4661
4661
 
4662
4662
  def tool_set_by_id(
4663
4663
  override_context: typing.Union[dict, bpy.types.Context] = None,
4664
- execution_context: typing.Union[str, int] = None,
4664
+ execution_context: str = None,
4665
4665
  undo: bool = None,
4666
4666
  name: typing.Union[str, typing.Any] = "",
4667
4667
  cycle: typing.Union[bool, typing.Any] = False,
@@ -4671,7 +4671,7 @@ def tool_set_by_id(
4671
4671
  """Set the tool by name (for key-maps)
4672
4672
 
4673
4673
  :type override_context: typing.Union[dict, bpy.types.Context]
4674
- :type execution_context: typing.Union[str, int]
4674
+ :type execution_context: str
4675
4675
  :type undo: bool
4676
4676
  :param name: Identifier, Identifier of the tool
4677
4677
  :type name: typing.Union[str, typing.Any]
@@ -4687,7 +4687,7 @@ def tool_set_by_id(
4687
4687
 
4688
4688
  def tool_set_by_index(
4689
4689
  override_context: typing.Union[dict, bpy.types.Context] = None,
4690
- execution_context: typing.Union[str, int] = None,
4690
+ execution_context: str = None,
4691
4691
  undo: bool = None,
4692
4692
  index: typing.Any = 0,
4693
4693
  cycle: typing.Union[bool, typing.Any] = False,
@@ -4698,7 +4698,7 @@ def tool_set_by_index(
4698
4698
  """Set the tool by index (for key-maps)
4699
4699
 
4700
4700
  :type override_context: typing.Union[dict, bpy.types.Context]
4701
- :type execution_context: typing.Union[str, int]
4701
+ :type execution_context: str
4702
4702
  :type undo: bool
4703
4703
  :param index: Index in Toolbar
4704
4704
  :type index: typing.Any
@@ -4716,13 +4716,13 @@ def tool_set_by_index(
4716
4716
 
4717
4717
  def toolbar(
4718
4718
  override_context: typing.Union[dict, bpy.types.Context] = None,
4719
- execution_context: typing.Union[str, int] = None,
4719
+ execution_context: str = None,
4720
4720
  undo: bool = None,
4721
4721
  ):
4722
4722
  """Undocumented, consider contributing.
4723
4723
 
4724
4724
  :type override_context: typing.Union[dict, bpy.types.Context]
4725
- :type execution_context: typing.Union[str, int]
4725
+ :type execution_context: str
4726
4726
  :type undo: bool
4727
4727
  """
4728
4728
 
@@ -4730,13 +4730,13 @@ def toolbar(
4730
4730
 
4731
4731
  def toolbar_fallback_pie(
4732
4732
  override_context: typing.Union[dict, bpy.types.Context] = None,
4733
- execution_context: typing.Union[str, int] = None,
4733
+ execution_context: str = None,
4734
4734
  undo: bool = None,
4735
4735
  ):
4736
4736
  """Undocumented, consider contributing.
4737
4737
 
4738
4738
  :type override_context: typing.Union[dict, bpy.types.Context]
4739
- :type execution_context: typing.Union[str, int]
4739
+ :type execution_context: str
4740
4740
  :type undo: bool
4741
4741
  """
4742
4742
 
@@ -4744,13 +4744,13 @@ def toolbar_fallback_pie(
4744
4744
 
4745
4745
  def toolbar_prompt(
4746
4746
  override_context: typing.Union[dict, bpy.types.Context] = None,
4747
- execution_context: typing.Union[str, int] = None,
4747
+ execution_context: str = None,
4748
4748
  undo: bool = None,
4749
4749
  ):
4750
4750
  """Leader key like functionality for accessing tools
4751
4751
 
4752
4752
  :type override_context: typing.Union[dict, bpy.types.Context]
4753
- :type execution_context: typing.Union[str, int]
4753
+ :type execution_context: str
4754
4754
  :type undo: bool
4755
4755
  """
4756
4756
 
@@ -4758,14 +4758,14 @@ def toolbar_prompt(
4758
4758
 
4759
4759
  def url_open(
4760
4760
  override_context: typing.Union[dict, bpy.types.Context] = None,
4761
- execution_context: typing.Union[str, int] = None,
4761
+ execution_context: str = None,
4762
4762
  undo: bool = None,
4763
4763
  url: typing.Union[str, typing.Any] = "",
4764
4764
  ):
4765
4765
  """Open a website in the web browser
4766
4766
 
4767
4767
  :type override_context: typing.Union[dict, bpy.types.Context]
4768
- :type execution_context: typing.Union[str, int]
4768
+ :type execution_context: str
4769
4769
  :type undo: bool
4770
4770
  :param url: URL, URL to open
4771
4771
  :type url: typing.Union[str, typing.Any]
@@ -4775,7 +4775,7 @@ def url_open(
4775
4775
 
4776
4776
  def url_open_preset(
4777
4777
  override_context: typing.Union[dict, bpy.types.Context] = None,
4778
- execution_context: typing.Union[str, int] = None,
4778
+ execution_context: str = None,
4779
4779
  undo: bool = None,
4780
4780
  type: typing.Union[str, int, typing.Any] = "",
4781
4781
  id: typing.Union[str, typing.Any] = "",
@@ -4783,7 +4783,7 @@ def url_open_preset(
4783
4783
  """Open a preset website in the web browser
4784
4784
 
4785
4785
  :type override_context: typing.Union[dict, bpy.types.Context]
4786
- :type execution_context: typing.Union[str, int]
4786
+ :type execution_context: str
4787
4787
  :type undo: bool
4788
4788
  :param type: Site
4789
4789
  :type type: typing.Union[str, int, typing.Any]
@@ -4795,7 +4795,7 @@ def url_open_preset(
4795
4795
 
4796
4796
  def usd_export(
4797
4797
  override_context: typing.Union[dict, bpy.types.Context] = None,
4798
- execution_context: typing.Union[str, int] = None,
4798
+ execution_context: str = None,
4799
4799
  undo: bool = None,
4800
4800
  filepath: typing.Union[str, typing.Any] = "",
4801
4801
  check_existing: typing.Union[bool, typing.Any] = True,
@@ -4843,7 +4843,7 @@ def usd_export(
4843
4843
  """Export current scene in a USD archive
4844
4844
 
4845
4845
  :type override_context: typing.Union[dict, bpy.types.Context]
4846
- :type execution_context: typing.Union[str, int]
4846
+ :type execution_context: str
4847
4847
  :type undo: bool
4848
4848
  :param filepath: File Path, Path to file
4849
4849
  :type filepath: typing.Union[str, typing.Any]
@@ -4961,7 +4961,7 @@ def usd_export(
4961
4961
 
4962
4962
  def usd_import(
4963
4963
  override_context: typing.Union[dict, bpy.types.Context] = None,
4964
- execution_context: typing.Union[str, int] = None,
4964
+ execution_context: str = None,
4965
4965
  undo: bool = None,
4966
4966
  filepath: typing.Union[str, typing.Any] = "",
4967
4967
  check_existing: typing.Union[bool, typing.Any] = False,
@@ -5021,7 +5021,7 @@ def usd_import(
5021
5021
  """Import USD stage into current scene
5022
5022
 
5023
5023
  :type override_context: typing.Union[dict, bpy.types.Context]
5024
- :type execution_context: typing.Union[str, int]
5024
+ :type execution_context: str
5025
5025
  :type undo: bool
5026
5026
  :param filepath: File Path, Path to file
5027
5027
  :type filepath: typing.Union[str, typing.Any]
@@ -5169,13 +5169,13 @@ def usd_import(
5169
5169
 
5170
5170
  def window_close(
5171
5171
  override_context: typing.Union[dict, bpy.types.Context] = None,
5172
- execution_context: typing.Union[str, int] = None,
5172
+ execution_context: str = None,
5173
5173
  undo: bool = None,
5174
5174
  ):
5175
5175
  """Close the current window
5176
5176
 
5177
5177
  :type override_context: typing.Union[dict, bpy.types.Context]
5178
- :type execution_context: typing.Union[str, int]
5178
+ :type execution_context: str
5179
5179
  :type undo: bool
5180
5180
  """
5181
5181
 
@@ -5183,13 +5183,13 @@ def window_close(
5183
5183
 
5184
5184
  def window_fullscreen_toggle(
5185
5185
  override_context: typing.Union[dict, bpy.types.Context] = None,
5186
- execution_context: typing.Union[str, int] = None,
5186
+ execution_context: str = None,
5187
5187
  undo: bool = None,
5188
5188
  ):
5189
5189
  """Toggle the current window full-screen
5190
5190
 
5191
5191
  :type override_context: typing.Union[dict, bpy.types.Context]
5192
- :type execution_context: typing.Union[str, int]
5192
+ :type execution_context: str
5193
5193
  :type undo: bool
5194
5194
  """
5195
5195
 
@@ -5197,13 +5197,13 @@ def window_fullscreen_toggle(
5197
5197
 
5198
5198
  def window_new(
5199
5199
  override_context: typing.Union[dict, bpy.types.Context] = None,
5200
- execution_context: typing.Union[str, int] = None,
5200
+ execution_context: str = None,
5201
5201
  undo: bool = None,
5202
5202
  ):
5203
5203
  """Create a new window
5204
5204
 
5205
5205
  :type override_context: typing.Union[dict, bpy.types.Context]
5206
- :type execution_context: typing.Union[str, int]
5206
+ :type execution_context: str
5207
5207
  :type undo: bool
5208
5208
  """
5209
5209
 
@@ -5211,13 +5211,13 @@ def window_new(
5211
5211
 
5212
5212
  def window_new_main(
5213
5213
  override_context: typing.Union[dict, bpy.types.Context] = None,
5214
- execution_context: typing.Union[str, int] = None,
5214
+ execution_context: str = None,
5215
5215
  undo: bool = None,
5216
5216
  ):
5217
5217
  """Create a new main window with its own workspace and scene selection
5218
5218
 
5219
5219
  :type override_context: typing.Union[dict, bpy.types.Context]
5220
- :type execution_context: typing.Union[str, int]
5220
+ :type execution_context: str
5221
5221
  :type undo: bool
5222
5222
  """
5223
5223
 
@@ -5225,7 +5225,7 @@ def window_new_main(
5225
5225
 
5226
5226
  def xr_navigation_fly(
5227
5227
  override_context: typing.Union[dict, bpy.types.Context] = None,
5228
- execution_context: typing.Union[str, int] = None,
5228
+ execution_context: str = None,
5229
5229
  undo: bool = None,
5230
5230
  mode: typing.Any = "VIEWER_FORWARD",
5231
5231
  lock_location_z: typing.Union[bool, typing.Any] = False,
@@ -5239,7 +5239,7 @@ def xr_navigation_fly(
5239
5239
  """Move/turn relative to the VR viewer or controller
5240
5240
 
5241
5241
  :type override_context: typing.Union[dict, bpy.types.Context]
5242
- :type execution_context: typing.Union[str, int]
5242
+ :type execution_context: str
5243
5243
  :type undo: bool
5244
5244
  :param mode: Mode, Fly mode
5245
5245
 
@@ -5302,7 +5302,7 @@ def xr_navigation_fly(
5302
5302
 
5303
5303
  def xr_navigation_grab(
5304
5304
  override_context: typing.Union[dict, bpy.types.Context] = None,
5305
- execution_context: typing.Union[str, int] = None,
5305
+ execution_context: str = None,
5306
5306
  undo: bool = None,
5307
5307
  lock_location: typing.Union[bool, typing.Any] = False,
5308
5308
  lock_location_z: typing.Union[bool, typing.Any] = False,
@@ -5313,7 +5313,7 @@ def xr_navigation_grab(
5313
5313
  """Navigate the VR scene by grabbing with controllers
5314
5314
 
5315
5315
  :type override_context: typing.Union[dict, bpy.types.Context]
5316
- :type execution_context: typing.Union[str, int]
5316
+ :type execution_context: str
5317
5317
  :type undo: bool
5318
5318
  :param lock_location: Lock Location, Prevent changes to viewer location
5319
5319
  :type lock_location: typing.Union[bool, typing.Any]
@@ -5331,7 +5331,7 @@ def xr_navigation_grab(
5331
5331
 
5332
5332
  def xr_navigation_reset(
5333
5333
  override_context: typing.Union[dict, bpy.types.Context] = None,
5334
- execution_context: typing.Union[str, int] = None,
5334
+ execution_context: str = None,
5335
5335
  undo: bool = None,
5336
5336
  location: typing.Union[bool, typing.Any] = True,
5337
5337
  rotation: typing.Union[bool, typing.Any] = True,
@@ -5340,7 +5340,7 @@ def xr_navigation_reset(
5340
5340
  """Reset VR navigation deltas relative to session base pose
5341
5341
 
5342
5342
  :type override_context: typing.Union[dict, bpy.types.Context]
5343
- :type execution_context: typing.Union[str, int]
5343
+ :type execution_context: str
5344
5344
  :type undo: bool
5345
5345
  :param location: Location, Reset location deltas
5346
5346
  :type location: typing.Union[bool, typing.Any]
@@ -5354,7 +5354,7 @@ def xr_navigation_reset(
5354
5354
 
5355
5355
  def xr_navigation_teleport(
5356
5356
  override_context: typing.Union[dict, bpy.types.Context] = None,
5357
- execution_context: typing.Union[str, int] = None,
5357
+ execution_context: str = None,
5358
5358
  undo: bool = None,
5359
5359
  teleport_axes: typing.Union[typing.List[bool], typing.Any] = (True, True, True),
5360
5360
  interpolation: typing.Any = 1.0,
@@ -5368,7 +5368,7 @@ def xr_navigation_teleport(
5368
5368
  """Set VR viewer location to controller raycast hit location
5369
5369
 
5370
5370
  :type override_context: typing.Union[dict, bpy.types.Context]
5371
- :type execution_context: typing.Union[str, int]
5371
+ :type execution_context: str
5372
5372
  :type undo: bool
5373
5373
  :param teleport_axes: Teleport Axes, Enabled teleport axes in navigation space
5374
5374
  :type teleport_axes: typing.Union[typing.List[bool], typing.Any]
@@ -5392,13 +5392,13 @@ def xr_navigation_teleport(
5392
5392
 
5393
5393
  def xr_session_toggle(
5394
5394
  override_context: typing.Union[dict, bpy.types.Context] = None,
5395
- execution_context: typing.Union[str, int] = None,
5395
+ execution_context: str = None,
5396
5396
  undo: bool = None,
5397
5397
  ):
5398
5398
  """Open a view for use with virtual reality headsets, or close it if already opened
5399
5399
 
5400
5400
  :type override_context: typing.Union[dict, bpy.types.Context]
5401
- :type execution_context: typing.Union[str, int]
5401
+ :type execution_context: str
5402
5402
  :type undo: bool
5403
5403
  """
5404
5404