fake-bpy-module 20240411__py3-none-any.whl → 20240418__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 (145) hide show
  1. _bpy_internal/__init__.pyi +4 -0
  2. _bpy_internal/freedesktop/__init__.pyi +88 -0
  3. _bpy_internal/freedesktop/py.typed +0 -0
  4. _bpy_internal/py.typed +0 -0
  5. aud/__init__.pyi +121 -48
  6. bgl/__init__.pyi +2443 -1265
  7. bl_math/__init__.pyi +19 -3
  8. bl_operators/presets/__init__.pyi +7 -0
  9. bl_ui/node_add_menu/__init__.pyi +1 -1
  10. bl_ui/properties_data_lightprobe/__init__.pyi +1134 -0
  11. bl_ui/properties_physics_dynamicpaint/__init__.pyi +3 -0
  12. bl_ui/properties_physics_fluid/__init__.pyi +3 -0
  13. bl_ui/space_toolsystem_toolbar/__init__.pyi +17 -0
  14. bl_ui/space_userpref/__init__.pyi +13 -4
  15. bl_ui/space_view3d/__init__.pyi +190 -0
  16. blf/__init__.pyi +63 -13
  17. bmesh/__init__.pyi +13 -0
  18. bmesh/geometry/__init__.pyi +5 -0
  19. bmesh/ops/__init__.pyi +157 -68
  20. bmesh/types/__init__.pyi +109 -62
  21. bmesh/utils/__init__.pyi +11 -2
  22. bpy/__init__.pyi +7 -0
  23. bpy/app/__init__.pyi +13 -0
  24. bpy/app/handlers/__init__.pyi +41 -0
  25. bpy/app/icons/__init__.pyi +4 -2
  26. bpy/app/timers/__init__.pyi +38 -2
  27. bpy/app/translations/__init__.pyi +59 -1
  28. bpy/msgbus/__init__.pyi +46 -0
  29. bpy/ops/__init__.pyi +151 -0
  30. bpy/ops/action/__init__.pyi +76 -76
  31. bpy/ops/anim/__init__.pyi +104 -104
  32. bpy/ops/armature/__init__.pyi +96 -96
  33. bpy/ops/asset/__init__.pyi +32 -32
  34. bpy/ops/boid/__init__.pyi +16 -16
  35. bpy/ops/brush/__init__.pyi +18 -18
  36. bpy/ops/buttons/__init__.pyi +12 -12
  37. bpy/ops/cachefile/__init__.pyi +10 -10
  38. bpy/ops/camera/__init__.pyi +4 -4
  39. bpy/ops/clip/__init__.pyi +184 -184
  40. bpy/ops/cloth/__init__.pyi +2 -2
  41. bpy/ops/collection/__init__.pyi +18 -18
  42. bpy/ops/console/__init__.pyi +42 -42
  43. bpy/ops/constraint/__init__.pyi +36 -36
  44. bpy/ops/curve/__init__.pyi +102 -102
  45. bpy/ops/curves/__init__.pyi +132 -50
  46. bpy/ops/cycles/__init__.pyi +6 -6
  47. bpy/ops/dpaint/__init__.pyi +10 -10
  48. bpy/ops/ed/__init__.pyi +24 -24
  49. bpy/ops/export_anim/__init__.pyi +2 -2
  50. bpy/ops/export_mesh/__init__.pyi +2 -2
  51. bpy/ops/export_scene/__init__.pyi +11 -8
  52. bpy/ops/file/__init__.pyi +80 -80
  53. bpy/ops/fluid/__init__.pyi +28 -28
  54. bpy/ops/font/__init__.pyi +46 -46
  55. bpy/ops/geometry/__init__.pyi +20 -20
  56. bpy/ops/gizmogroup/__init__.pyi +4 -4
  57. bpy/ops/gpencil/__init__.pyi +300 -300
  58. bpy/ops/graph/__init__.pyi +130 -130
  59. bpy/ops/grease_pencil/__init__.pyi +139 -110
  60. bpy/ops/image/__init__.pyi +92 -92
  61. bpy/ops/import_anim/__init__.pyi +2 -2
  62. bpy/ops/import_curve/__init__.pyi +2 -2
  63. bpy/ops/import_mesh/__init__.pyi +2 -2
  64. bpy/ops/import_scene/__init__.pyi +6 -6
  65. bpy/ops/info/__init__.pyi +14 -14
  66. bpy/ops/lattice/__init__.pyi +16 -16
  67. bpy/ops/marker/__init__.pyi +22 -22
  68. bpy/ops/mask/__init__.pyi +78 -78
  69. bpy/ops/material/__init__.pyi +6 -6
  70. bpy/ops/mball/__init__.pyi +16 -16
  71. bpy/ops/mesh/__init__.pyi +327 -327
  72. bpy/ops/nla/__init__.pyi +80 -80
  73. bpy/ops/node/__init__.pyi +203 -203
  74. bpy/ops/object/__init__.pyi +496 -508
  75. bpy/ops/outliner/__init__.pyi +139 -139
  76. bpy/ops/paint/__init__.pyi +104 -104
  77. bpy/ops/paintcurve/__init__.pyi +16 -16
  78. bpy/ops/palette/__init__.pyi +14 -14
  79. bpy/ops/particle/__init__.pyi +72 -72
  80. bpy/ops/pose/__init__.pyi +78 -78
  81. bpy/ops/poselib/__init__.pyi +18 -18
  82. bpy/ops/preferences/__init__.pyi +77 -77
  83. bpy/ops/ptcache/__init__.pyi +14 -14
  84. bpy/ops/render/__init__.pyi +24 -24
  85. bpy/ops/rigidbody/__init__.pyi +26 -26
  86. bpy/ops/scene/__init__.pyi +78 -78
  87. bpy/ops/screen/__init__.pyi +78 -78
  88. bpy/ops/script/__init__.pyi +6 -6
  89. bpy/ops/sculpt/__init__.pyi +68 -62
  90. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  91. bpy/ops/sequencer/__init__.pyi +170 -170
  92. bpy/ops/sound/__init__.pyi +14 -14
  93. bpy/ops/spreadsheet/__init__.pyi +8 -8
  94. bpy/ops/surface/__init__.pyi +12 -12
  95. bpy/ops/text/__init__.pyi +86 -86
  96. bpy/ops/text_editor/__init__.pyi +2 -2
  97. bpy/ops/texture/__init__.pyi +8 -8
  98. bpy/ops/transform/__init__.pyi +54 -54
  99. bpy/ops/ui/__init__.pyi +64 -64
  100. bpy/ops/uilist/__init__.pyi +6 -6
  101. bpy/ops/uv/__init__.pyi +98 -98
  102. bpy/ops/view2d/__init__.pyi +28 -28
  103. bpy/ops/view3d/__init__.pyi +134 -134
  104. bpy/ops/wm/__init__.pyi +225 -225
  105. bpy/ops/workspace/__init__.pyi +14 -14
  106. bpy/ops/world/__init__.pyi +2 -2
  107. bpy/path/__init__.pyi +6 -0
  108. bpy/props/__init__.pyi +141 -29
  109. bpy/types/__init__.pyi +101773 -5222
  110. bpy/utils/__init__.pyi +18 -3
  111. bpy/utils/previews/__init__.pyi +15 -0
  112. bpy/utils/units/__init__.pyi +11 -3
  113. bpy_extras/__init__.pyi +19 -0
  114. bpy_extras/asset_utils/__init__.pyi +5 -0
  115. {fake_bpy_module-20240411.dist-info → fake_bpy_module-20240418.dist-info}/METADATA +1 -1
  116. {fake_bpy_module-20240411.dist-info → fake_bpy_module-20240418.dist-info}/RECORD +145 -141
  117. {fake_bpy_module-20240411.dist-info → fake_bpy_module-20240418.dist-info}/top_level.txt +1 -0
  118. freestyle/__init__.pyi +18 -0
  119. freestyle/chainingiterators/__init__.pyi +20 -5
  120. freestyle/functions/__init__.pyi +151 -155
  121. freestyle/predicates/__init__.pyi +53 -46
  122. freestyle/shaders/__init__.pyi +91 -32
  123. freestyle/types/__init__.pyi +362 -120
  124. freestyle/utils/ContextFunctions/__init__.pyi +32 -7
  125. freestyle/utils/__init__.pyi +13 -1
  126. gpu/__init__.pyi +225 -0
  127. gpu/capabilities/__init__.pyi +37 -15
  128. gpu/matrix/__init__.pyi +7 -1
  129. gpu/platform/__init__.pyi +5 -0
  130. gpu/select/__init__.pyi +5 -0
  131. gpu/shader/__init__.pyi +77 -0
  132. gpu/state/__init__.pyi +15 -4
  133. gpu/texture/__init__.pyi +5 -0
  134. gpu/types/__init__.pyi +91 -33
  135. gpu_extras/__init__.pyi +15 -0
  136. gpu_extras/presets/__init__.pyi +16 -4
  137. imbuf/__init__.pyi +13 -0
  138. imbuf/types/__init__.pyi +20 -5
  139. mathutils/__init__.pyi +349 -227
  140. mathutils/bvhtree/__init__.pyi +21 -8
  141. mathutils/geometry/__init__.pyi +23 -9
  142. mathutils/interpolate/__init__.pyi +5 -0
  143. mathutils/kdtree/__init__.pyi +19 -5
  144. mathutils/noise/__init__.pyi +87 -41
  145. {fake_bpy_module-20240411.dist-info → fake_bpy_module-20240418.dist-info}/WHEEL +0 -0
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def bvh(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: str = None,
8
+ execution_context: typing.Union[str, int] = None,
9
9
  undo: bool = None,
10
10
  filepath: typing.Union[str, typing.Any] = "",
11
11
  filter_glob: typing.Union[str, typing.Any] = "*.bvh",
@@ -23,7 +23,7 @@ def bvh(
23
23
  """Load a BVH motion capture file
24
24
 
25
25
  :type override_context: typing.Union[dict, bpy.types.Context]
26
- :type execution_context: str
26
+ :type execution_context: typing.Union[str, int]
27
27
  :type undo: bool
28
28
  :param filepath: File Path, Filepath used for importing the file
29
29
  :type filepath: typing.Union[str, typing.Any]
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def svg(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: str = None,
8
+ execution_context: typing.Union[str, int] = None,
9
9
  undo: bool = None,
10
10
  filepath: typing.Union[str, typing.Any] = "",
11
11
  filter_glob: typing.Union[str, typing.Any] = "*.svg",
@@ -13,7 +13,7 @@ def svg(
13
13
  """Load a SVG file
14
14
 
15
15
  :type override_context: typing.Union[dict, bpy.types.Context]
16
- :type execution_context: str
16
+ :type execution_context: typing.Union[str, int]
17
17
  :type undo: bool
18
18
  :param filepath: File Path, Filepath used for importing the file
19
19
  :type filepath: typing.Union[str, typing.Any]
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def stl(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: str = None,
8
+ execution_context: typing.Union[str, int] = None,
9
9
  undo: bool = None,
10
10
  filepath: typing.Union[str, typing.Any] = "",
11
11
  filter_glob: typing.Union[str, typing.Any] = "*.stl",
@@ -20,7 +20,7 @@ def stl(
20
20
  """Load STL triangle mesh data
21
21
 
22
22
  :type override_context: typing.Union[dict, bpy.types.Context]
23
- :type execution_context: str
23
+ :type execution_context: typing.Union[str, int]
24
24
  :type undo: bool
25
25
  :param filepath: File Path, Filepath used for importing the file
26
26
  :type filepath: typing.Union[str, typing.Any]
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def fbx(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: str = None,
8
+ execution_context: typing.Union[str, int] = None,
9
9
  undo: bool = None,
10
10
  filepath: typing.Union[str, typing.Any] = "",
11
11
  directory: typing.Union[str, typing.Any] = "",
@@ -37,7 +37,7 @@ def fbx(
37
37
  """Load a FBX file
38
38
 
39
39
  :type override_context: typing.Union[dict, bpy.types.Context]
40
- :type execution_context: str
40
+ :type execution_context: typing.Union[str, int]
41
41
  :type undo: bool
42
42
  :param filepath: File Path, Filepath used for importing the file
43
43
  :type filepath: typing.Union[str, typing.Any]
@@ -112,7 +112,7 @@ def fbx(
112
112
 
113
113
  def gltf(
114
114
  override_context: typing.Union[dict, bpy.types.Context] = None,
115
- execution_context: str = None,
115
+ execution_context: typing.Union[str, int] = None,
116
116
  undo: bool = None,
117
117
  filepath: typing.Union[str, typing.Any] = "",
118
118
  export_import_convert_lighting_mode: typing.Any = "SPEC",
@@ -129,7 +129,7 @@ def gltf(
129
129
  """Load a glTF 2.0 file
130
130
 
131
131
  :type override_context: typing.Union[dict, bpy.types.Context]
132
- :type execution_context: str
132
+ :type execution_context: typing.Union[str, int]
133
133
  :type undo: bool
134
134
  :param filepath: File Path, Filepath used for importing the file
135
135
  :type filepath: typing.Union[str, typing.Any]
@@ -177,7 +177,7 @@ def gltf(
177
177
 
178
178
  def x3d(
179
179
  override_context: typing.Union[dict, bpy.types.Context] = None,
180
- execution_context: str = None,
180
+ execution_context: typing.Union[str, int] = None,
181
181
  undo: bool = None,
182
182
  filepath: typing.Union[str, typing.Any] = "",
183
183
  filter_glob: typing.Union[str, typing.Any] = "*.x3d;*.wrl",
@@ -187,7 +187,7 @@ def x3d(
187
187
  """Import an X3D or VRML2 file
188
188
 
189
189
  :type override_context: typing.Union[dict, bpy.types.Context]
190
- :type execution_context: str
190
+ :type execution_context: typing.Union[str, int]
191
191
  :type undo: bool
192
192
  :param filepath: File Path, Filepath used for importing the file
193
193
  :type filepath: typing.Union[str, typing.Any]
bpy/ops/info/__init__.pyi CHANGED
@@ -5,13 +5,13 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def report_copy(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: str = None,
8
+ execution_context: typing.Union[str, int] = None,
9
9
  undo: bool = None,
10
10
  ):
11
11
  """Copy selected reports to clipboard
12
12
 
13
13
  :type override_context: typing.Union[dict, bpy.types.Context]
14
- :type execution_context: str
14
+ :type execution_context: typing.Union[str, int]
15
15
  :type undo: bool
16
16
  """
17
17
 
@@ -19,13 +19,13 @@ def report_copy(
19
19
 
20
20
  def report_delete(
21
21
  override_context: typing.Union[dict, bpy.types.Context] = None,
22
- execution_context: str = None,
22
+ execution_context: typing.Union[str, int] = None,
23
23
  undo: bool = None,
24
24
  ):
25
25
  """Delete selected reports
26
26
 
27
27
  :type override_context: typing.Union[dict, bpy.types.Context]
28
- :type execution_context: str
28
+ :type execution_context: typing.Union[str, int]
29
29
  :type undo: bool
30
30
  """
31
31
 
@@ -33,13 +33,13 @@ def report_delete(
33
33
 
34
34
  def report_replay(
35
35
  override_context: typing.Union[dict, bpy.types.Context] = None,
36
- execution_context: str = None,
36
+ execution_context: typing.Union[str, int] = None,
37
37
  undo: bool = None,
38
38
  ):
39
39
  """Replay selected reports
40
40
 
41
41
  :type override_context: typing.Union[dict, bpy.types.Context]
42
- :type execution_context: str
42
+ :type execution_context: typing.Union[str, int]
43
43
  :type undo: bool
44
44
  """
45
45
 
@@ -47,13 +47,13 @@ def report_replay(
47
47
 
48
48
  def reports_display_update(
49
49
  override_context: typing.Union[dict, bpy.types.Context] = None,
50
- execution_context: str = None,
50
+ execution_context: typing.Union[str, int] = None,
51
51
  undo: bool = None,
52
52
  ):
53
53
  """Update the display of reports in Blender UI (internal use)
54
54
 
55
55
  :type override_context: typing.Union[dict, bpy.types.Context]
56
- :type execution_context: str
56
+ :type execution_context: typing.Union[str, int]
57
57
  :type undo: bool
58
58
  """
59
59
 
@@ -61,14 +61,14 @@ def reports_display_update(
61
61
 
62
62
  def select_all(
63
63
  override_context: typing.Union[dict, bpy.types.Context] = None,
64
- execution_context: str = None,
64
+ execution_context: typing.Union[str, int] = None,
65
65
  undo: bool = None,
66
66
  action: typing.Any = "SELECT",
67
67
  ):
68
68
  """Change selection of all visible reports
69
69
 
70
70
  :type override_context: typing.Union[dict, bpy.types.Context]
71
- :type execution_context: str
71
+ :type execution_context: typing.Union[str, int]
72
72
  :type undo: bool
73
73
  :param action: Action, Selection action to execute
74
74
 
@@ -90,7 +90,7 @@ def select_all(
90
90
 
91
91
  def select_box(
92
92
  override_context: typing.Union[dict, bpy.types.Context] = None,
93
- execution_context: str = None,
93
+ execution_context: typing.Union[str, int] = None,
94
94
  undo: bool = None,
95
95
  xmin: typing.Any = 0,
96
96
  xmax: typing.Any = 0,
@@ -102,7 +102,7 @@ def select_box(
102
102
  """Toggle box selection
103
103
 
104
104
  :type override_context: typing.Union[dict, bpy.types.Context]
105
- :type execution_context: str
105
+ :type execution_context: typing.Union[str, int]
106
106
  :type undo: bool
107
107
  :param xmin: X Min
108
108
  :type xmin: typing.Any
@@ -131,7 +131,7 @@ def select_box(
131
131
 
132
132
  def select_pick(
133
133
  override_context: typing.Union[dict, bpy.types.Context] = None,
134
- execution_context: str = None,
134
+ execution_context: typing.Union[str, int] = None,
135
135
  undo: bool = None,
136
136
  report_index: typing.Any = 0,
137
137
  extend: typing.Union[bool, typing.Any] = False,
@@ -139,7 +139,7 @@ def select_pick(
139
139
  """Select reports by index
140
140
 
141
141
  :type override_context: typing.Union[dict, bpy.types.Context]
142
- :type execution_context: str
142
+ :type execution_context: typing.Union[str, int]
143
143
  :type undo: bool
144
144
  :param report_index: Report, Index of the report
145
145
  :type report_index: typing.Any
@@ -5,14 +5,14 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def flip(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: str = None,
8
+ execution_context: typing.Union[str, int] = None,
9
9
  undo: bool = None,
10
10
  axis: typing.Any = "U",
11
11
  ):
12
12
  """Mirror all control points without inverting the lattice deform
13
13
 
14
14
  :type override_context: typing.Union[dict, bpy.types.Context]
15
- :type execution_context: str
15
+ :type execution_context: typing.Union[str, int]
16
16
  :type undo: bool
17
17
  :param axis: Flip Axis, Coordinates along this axis get flipped
18
18
  :type axis: typing.Any
@@ -22,13 +22,13 @@ def flip(
22
22
 
23
23
  def make_regular(
24
24
  override_context: typing.Union[dict, bpy.types.Context] = None,
25
- execution_context: str = None,
25
+ execution_context: typing.Union[str, int] = None,
26
26
  undo: bool = None,
27
27
  ):
28
28
  """Set UVW control points a uniform distance apart
29
29
 
30
30
  :type override_context: typing.Union[dict, bpy.types.Context]
31
- :type execution_context: str
31
+ :type execution_context: typing.Union[str, int]
32
32
  :type undo: bool
33
33
  """
34
34
 
@@ -36,14 +36,14 @@ def make_regular(
36
36
 
37
37
  def select_all(
38
38
  override_context: typing.Union[dict, bpy.types.Context] = None,
39
- execution_context: str = None,
39
+ execution_context: typing.Union[str, int] = None,
40
40
  undo: bool = None,
41
41
  action: typing.Any = "TOGGLE",
42
42
  ):
43
43
  """Change selection of all UVW control points
44
44
 
45
45
  :type override_context: typing.Union[dict, bpy.types.Context]
46
- :type execution_context: str
46
+ :type execution_context: typing.Union[str, int]
47
47
  :type undo: bool
48
48
  :param action: Action, Selection action to execute
49
49
 
@@ -65,13 +65,13 @@ def select_all(
65
65
 
66
66
  def select_less(
67
67
  override_context: typing.Union[dict, bpy.types.Context] = None,
68
- execution_context: str = None,
68
+ execution_context: typing.Union[str, int] = None,
69
69
  undo: bool = None,
70
70
  ):
71
71
  """Deselect vertices at the boundary of each selection region
72
72
 
73
73
  :type override_context: typing.Union[dict, bpy.types.Context]
74
- :type execution_context: str
74
+ :type execution_context: typing.Union[str, int]
75
75
  :type undo: bool
76
76
  """
77
77
 
@@ -79,7 +79,7 @@ def select_less(
79
79
 
80
80
  def select_mirror(
81
81
  override_context: typing.Union[dict, bpy.types.Context] = None,
82
- execution_context: str = None,
82
+ execution_context: typing.Union[str, int] = None,
83
83
  undo: bool = None,
84
84
  axis: typing.Any = {'"X"'},
85
85
  extend: typing.Union[bool, typing.Any] = False,
@@ -87,7 +87,7 @@ def select_mirror(
87
87
  """Select mirrored lattice points
88
88
 
89
89
  :type override_context: typing.Union[dict, bpy.types.Context]
90
- :type execution_context: str
90
+ :type execution_context: typing.Union[str, int]
91
91
  :type undo: bool
92
92
  :param axis: Axis
93
93
  :type axis: typing.Any
@@ -99,13 +99,13 @@ def select_mirror(
99
99
 
100
100
  def select_more(
101
101
  override_context: typing.Union[dict, bpy.types.Context] = None,
102
- execution_context: str = None,
102
+ execution_context: typing.Union[str, int] = None,
103
103
  undo: bool = None,
104
104
  ):
105
105
  """Select vertex directly linked to already selected ones
106
106
 
107
107
  :type override_context: typing.Union[dict, bpy.types.Context]
108
- :type execution_context: str
108
+ :type execution_context: typing.Union[str, int]
109
109
  :type undo: bool
110
110
  """
111
111
 
@@ -113,7 +113,7 @@ def select_more(
113
113
 
114
114
  def select_random(
115
115
  override_context: typing.Union[dict, bpy.types.Context] = None,
116
- execution_context: str = None,
116
+ execution_context: typing.Union[str, int] = None,
117
117
  undo: bool = None,
118
118
  ratio: typing.Any = 0.5,
119
119
  seed: typing.Any = 0,
@@ -122,7 +122,7 @@ def select_random(
122
122
  """Randomly select UVW control points
123
123
 
124
124
  :type override_context: typing.Union[dict, bpy.types.Context]
125
- :type execution_context: str
125
+ :type execution_context: typing.Union[str, int]
126
126
  :type undo: bool
127
127
  :param ratio: Ratio, Portion of items to select randomly
128
128
  :type ratio: typing.Any
@@ -142,14 +142,14 @@ def select_random(
142
142
 
143
143
  def select_ungrouped(
144
144
  override_context: typing.Union[dict, bpy.types.Context] = None,
145
- execution_context: str = None,
145
+ execution_context: typing.Union[str, int] = None,
146
146
  undo: bool = None,
147
147
  extend: typing.Union[bool, typing.Any] = False,
148
148
  ):
149
149
  """Select vertices without a group
150
150
 
151
151
  :type override_context: typing.Union[dict, bpy.types.Context]
152
- :type execution_context: str
152
+ :type execution_context: typing.Union[str, int]
153
153
  :type undo: bool
154
154
  :param extend: Extend, Extend the selection
155
155
  :type extend: typing.Union[bool, typing.Any]
@@ -5,13 +5,13 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def add(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: str = None,
8
+ execution_context: typing.Union[str, int] = None,
9
9
  undo: bool = None,
10
10
  ):
11
11
  """Add a new time marker
12
12
 
13
13
  :type override_context: typing.Union[dict, bpy.types.Context]
14
- :type execution_context: str
14
+ :type execution_context: typing.Union[str, int]
15
15
  :type undo: bool
16
16
  """
17
17
 
@@ -19,13 +19,13 @@ def add(
19
19
 
20
20
  def camera_bind(
21
21
  override_context: typing.Union[dict, bpy.types.Context] = None,
22
- execution_context: str = None,
22
+ execution_context: typing.Union[str, int] = None,
23
23
  undo: bool = None,
24
24
  ):
25
25
  """Bind the selected camera to a marker on the current frame
26
26
 
27
27
  :type override_context: typing.Union[dict, bpy.types.Context]
28
- :type execution_context: str
28
+ :type execution_context: typing.Union[str, int]
29
29
  :type undo: bool
30
30
  """
31
31
 
@@ -33,14 +33,14 @@ def camera_bind(
33
33
 
34
34
  def delete(
35
35
  override_context: typing.Union[dict, bpy.types.Context] = None,
36
- execution_context: str = None,
36
+ execution_context: typing.Union[str, int] = None,
37
37
  undo: bool = None,
38
38
  confirm: typing.Union[bool, typing.Any] = True,
39
39
  ):
40
40
  """Delete selected time marker(s)
41
41
 
42
42
  :type override_context: typing.Union[dict, bpy.types.Context]
43
- :type execution_context: str
43
+ :type execution_context: typing.Union[str, int]
44
44
  :type undo: bool
45
45
  :param confirm: Confirm, Prompt for confirmation
46
46
  :type confirm: typing.Union[bool, typing.Any]
@@ -50,14 +50,14 @@ def delete(
50
50
 
51
51
  def duplicate(
52
52
  override_context: typing.Union[dict, bpy.types.Context] = None,
53
- execution_context: str = None,
53
+ execution_context: typing.Union[str, int] = None,
54
54
  undo: bool = None,
55
55
  frames: typing.Any = 0,
56
56
  ):
57
57
  """Duplicate selected time marker(s)
58
58
 
59
59
  :type override_context: typing.Union[dict, bpy.types.Context]
60
- :type execution_context: str
60
+ :type execution_context: typing.Union[str, int]
61
61
  :type undo: bool
62
62
  :param frames: Frames
63
63
  :type frames: typing.Any
@@ -67,14 +67,14 @@ def duplicate(
67
67
 
68
68
  def make_links_scene(
69
69
  override_context: typing.Union[dict, bpy.types.Context] = None,
70
- execution_context: str = None,
70
+ execution_context: typing.Union[str, int] = None,
71
71
  undo: bool = None,
72
72
  scene: typing.Union[str, int, typing.Any] = "",
73
73
  ):
74
74
  """Copy selected markers to another scene
75
75
 
76
76
  :type override_context: typing.Union[dict, bpy.types.Context]
77
- :type execution_context: str
77
+ :type execution_context: typing.Union[str, int]
78
78
  :type undo: bool
79
79
  :param scene: Scene
80
80
  :type scene: typing.Union[str, int, typing.Any]
@@ -84,7 +84,7 @@ def make_links_scene(
84
84
 
85
85
  def move(
86
86
  override_context: typing.Union[dict, bpy.types.Context] = None,
87
- execution_context: str = None,
87
+ execution_context: typing.Union[str, int] = None,
88
88
  undo: bool = None,
89
89
  frames: typing.Any = 0,
90
90
  tweak: typing.Union[bool, typing.Any] = False,
@@ -92,7 +92,7 @@ def move(
92
92
  """Move selected time marker(s)
93
93
 
94
94
  :type override_context: typing.Union[dict, bpy.types.Context]
95
- :type execution_context: str
95
+ :type execution_context: typing.Union[str, int]
96
96
  :type undo: bool
97
97
  :param frames: Frames
98
98
  :type frames: typing.Any
@@ -104,14 +104,14 @@ def move(
104
104
 
105
105
  def rename(
106
106
  override_context: typing.Union[dict, bpy.types.Context] = None,
107
- execution_context: str = None,
107
+ execution_context: typing.Union[str, int] = None,
108
108
  undo: bool = None,
109
109
  name: typing.Union[str, typing.Any] = "RenamedMarker",
110
110
  ):
111
111
  """Rename first selected time marker
112
112
 
113
113
  :type override_context: typing.Union[dict, bpy.types.Context]
114
- :type execution_context: str
114
+ :type execution_context: typing.Union[str, int]
115
115
  :type undo: bool
116
116
  :param name: Name, New name for marker
117
117
  :type name: typing.Union[str, typing.Any]
@@ -121,7 +121,7 @@ def rename(
121
121
 
122
122
  def select(
123
123
  override_context: typing.Union[dict, bpy.types.Context] = None,
124
- execution_context: str = None,
124
+ execution_context: typing.Union[str, int] = None,
125
125
  undo: bool = None,
126
126
  wait_to_deselect_others: typing.Union[bool, typing.Any] = False,
127
127
  mouse_x: typing.Any = 0,
@@ -132,7 +132,7 @@ def select(
132
132
  """Select time marker(s)
133
133
 
134
134
  :type override_context: typing.Union[dict, bpy.types.Context]
135
- :type execution_context: str
135
+ :type execution_context: typing.Union[str, int]
136
136
  :type undo: bool
137
137
  :param wait_to_deselect_others: Wait to Deselect Others
138
138
  :type wait_to_deselect_others: typing.Union[bool, typing.Any]
@@ -150,14 +150,14 @@ def select(
150
150
 
151
151
  def select_all(
152
152
  override_context: typing.Union[dict, bpy.types.Context] = None,
153
- execution_context: str = None,
153
+ execution_context: typing.Union[str, int] = None,
154
154
  undo: bool = None,
155
155
  action: typing.Any = "TOGGLE",
156
156
  ):
157
157
  """Change selection of all time markers
158
158
 
159
159
  :type override_context: typing.Union[dict, bpy.types.Context]
160
- :type execution_context: str
160
+ :type execution_context: typing.Union[str, int]
161
161
  :type undo: bool
162
162
  :param action: Action, Selection action to execute
163
163
 
@@ -179,7 +179,7 @@ def select_all(
179
179
 
180
180
  def select_box(
181
181
  override_context: typing.Union[dict, bpy.types.Context] = None,
182
- execution_context: str = None,
182
+ execution_context: typing.Union[str, int] = None,
183
183
  undo: bool = None,
184
184
  xmin: typing.Any = 0,
185
185
  xmax: typing.Any = 0,
@@ -192,7 +192,7 @@ def select_box(
192
192
  """Select all time markers using box selection
193
193
 
194
194
  :type override_context: typing.Union[dict, bpy.types.Context]
195
- :type execution_context: str
195
+ :type execution_context: typing.Union[str, int]
196
196
  :type undo: bool
197
197
  :param xmin: X Min
198
198
  :type xmin: typing.Any
@@ -223,7 +223,7 @@ def select_box(
223
223
 
224
224
  def select_leftright(
225
225
  override_context: typing.Union[dict, bpy.types.Context] = None,
226
- execution_context: str = None,
226
+ execution_context: typing.Union[str, int] = None,
227
227
  undo: bool = None,
228
228
  mode: typing.Any = "LEFT",
229
229
  extend: typing.Union[bool, typing.Any] = False,
@@ -231,7 +231,7 @@ def select_leftright(
231
231
  """Select markers on and left/right of the current frame
232
232
 
233
233
  :type override_context: typing.Union[dict, bpy.types.Context]
234
- :type execution_context: str
234
+ :type execution_context: typing.Union[str, int]
235
235
  :type undo: bool
236
236
  :param mode: Mode
237
237
  :type mode: typing.Any