fake-bpy-module 20240326__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 (117) hide show
  1. aud/__init__.pyi +34 -96
  2. bgl/__init__.pyi +1265 -2417
  3. bl_math/__init__.pyi +3 -14
  4. bl_operators/presets/__init__.pyi +167 -0
  5. bl_operators/view3d/__init__.pyi +248 -0
  6. bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
  7. blf/__init__.pyi +13 -50
  8. bmesh/ops/__init__.pyi +68 -142
  9. bmesh/types/__init__.pyi +18 -44
  10. bmesh/utils/__init__.pyi +2 -6
  11. bpy/app/icons/__init__.pyi +2 -4
  12. bpy/app/timers/__init__.pyi +2 -6
  13. bpy/ops/action/__init__.pyi +92 -93
  14. bpy/ops/anim/__init__.pyi +104 -104
  15. bpy/ops/armature/__init__.pyi +108 -112
  16. bpy/ops/asset/__init__.pyi +32 -32
  17. bpy/ops/boid/__init__.pyi +18 -18
  18. bpy/ops/brush/__init__.pyi +18 -18
  19. bpy/ops/buttons/__init__.pyi +12 -12
  20. bpy/ops/cachefile/__init__.pyi +10 -10
  21. bpy/ops/camera/__init__.pyi +4 -4
  22. bpy/ops/clip/__init__.pyi +194 -195
  23. bpy/ops/cloth/__init__.pyi +2 -2
  24. bpy/ops/collection/__init__.pyi +10 -10
  25. bpy/ops/console/__init__.pyi +42 -42
  26. bpy/ops/constraint/__init__.pyi +36 -36
  27. bpy/ops/curve/__init__.pyi +114 -118
  28. bpy/ops/curves/__init__.pyi +55 -53
  29. bpy/ops/cycles/__init__.pyi +6 -6
  30. bpy/ops/dpaint/__init__.pyi +12 -12
  31. bpy/ops/ed/__init__.pyi +24 -24
  32. bpy/ops/export_anim/__init__.pyi +2 -2
  33. bpy/ops/export_mesh/__init__.pyi +2 -2
  34. bpy/ops/export_scene/__init__.pyi +7 -7
  35. bpy/ops/file/__init__.pyi +80 -83
  36. bpy/ops/fluid/__init__.pyi +28 -28
  37. bpy/ops/font/__init__.pyi +46 -46
  38. bpy/ops/geometry/__init__.pyi +38 -38
  39. bpy/ops/gizmogroup/__init__.pyi +4 -4
  40. bpy/ops/gpencil/__init__.pyi +308 -309
  41. bpy/ops/graph/__init__.pyi +150 -151
  42. bpy/ops/grease_pencil/__init__.pyi +114 -115
  43. bpy/ops/image/__init__.pyi +100 -100
  44. bpy/ops/import_anim/__init__.pyi +2 -2
  45. bpy/ops/import_curve/__init__.pyi +2 -2
  46. bpy/ops/import_mesh/__init__.pyi +2 -2
  47. bpy/ops/import_scene/__init__.pyi +6 -6
  48. bpy/ops/info/__init__.pyi +14 -14
  49. bpy/ops/lattice/__init__.pyi +16 -16
  50. bpy/ops/marker/__init__.pyi +22 -22
  51. bpy/ops/mask/__init__.pyi +90 -91
  52. bpy/ops/material/__init__.pyi +6 -6
  53. bpy/ops/mball/__init__.pyi +20 -21
  54. bpy/ops/mesh/__init__.pyi +429 -427
  55. bpy/ops/nla/__init__.pyi +90 -91
  56. bpy/ops/node/__init__.pyi +242 -243
  57. bpy/ops/object/__init__.pyi +572 -567
  58. bpy/ops/outliner/__init__.pyi +142 -142
  59. bpy/ops/paint/__init__.pyi +182 -126
  60. bpy/ops/paintcurve/__init__.pyi +20 -20
  61. bpy/ops/palette/__init__.pyi +14 -14
  62. bpy/ops/particle/__init__.pyi +72 -72
  63. bpy/ops/pose/__init__.pyi +90 -90
  64. bpy/ops/poselib/__init__.pyi +18 -18
  65. bpy/ops/preferences/__init__.pyi +76 -76
  66. bpy/ops/ptcache/__init__.pyi +14 -14
  67. bpy/ops/render/__init__.pyi +24 -24
  68. bpy/ops/rigidbody/__init__.pyi +34 -34
  69. bpy/ops/scene/__init__.pyi +86 -86
  70. bpy/ops/screen/__init__.pyi +84 -84
  71. bpy/ops/script/__init__.pyi +6 -6
  72. bpy/ops/sculpt/__init__.pyi +80 -62
  73. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  74. bpy/ops/sequencer/__init__.pyi +184 -185
  75. bpy/ops/sound/__init__.pyi +16 -16
  76. bpy/ops/spreadsheet/__init__.pyi +8 -8
  77. bpy/ops/surface/__init__.pyi +12 -12
  78. bpy/ops/text/__init__.pyi +86 -86
  79. bpy/ops/text_editor/__init__.pyi +2 -2
  80. bpy/ops/texture/__init__.pyi +8 -8
  81. bpy/ops/transform/__init__.pyi +112 -112
  82. bpy/ops/ui/__init__.pyi +64 -64
  83. bpy/ops/uilist/__init__.pyi +6 -6
  84. bpy/ops/uv/__init__.pyi +104 -105
  85. bpy/ops/view2d/__init__.pyi +28 -28
  86. bpy/ops/view3d/__init__.pyi +134 -134
  87. bpy/ops/wm/__init__.pyi +253 -230
  88. bpy/ops/workspace/__init__.pyi +14 -14
  89. bpy/ops/world/__init__.pyi +2 -2
  90. bpy/props/__init__.pyi +29 -52
  91. bpy/types/__init__.pyi +4648 -3095
  92. bpy/utils/__init__.pyi +3 -6
  93. bpy/utils/units/__init__.pyi +3 -6
  94. bpy_extras/io_utils/__init__.pyi +8 -0
  95. bpy_types/__init__.pyi +3 -0
  96. {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
  97. {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +117 -117
  98. freestyle/chainingiterators/__init__.pyi +5 -12
  99. freestyle/functions/__init__.pyi +19 -73
  100. freestyle/predicates/__init__.pyi +8 -21
  101. freestyle/shaders/__init__.pyi +32 -81
  102. freestyle/types/__init__.pyi +100 -270
  103. freestyle/utils/ContextFunctions/__init__.pyi +7 -27
  104. freestyle/utils/__init__.pyi +1 -2
  105. gpu/capabilities/__init__.pyi +15 -32
  106. gpu/matrix/__init__.pyi +1 -2
  107. gpu/state/__init__.pyi +4 -10
  108. gpu/types/__init__.pyi +29 -87
  109. gpu_extras/presets/__init__.pyi +4 -16
  110. imbuf/types/__init__.pyi +4 -10
  111. mathutils/__init__.pyi +106 -257
  112. mathutils/bvhtree/__init__.pyi +7 -15
  113. mathutils/geometry/__init__.pyi +9 -18
  114. mathutils/kdtree/__init__.pyi +4 -11
  115. mathutils/noise/__init__.pyi +41 -82
  116. {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
  117. {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
@@ -1,19 +1,18 @@
1
1
  import typing
2
- import bpy.ops.transform
3
2
  import bpy.types
4
3
 
5
4
  GenericType = typing.TypeVar("GenericType")
6
5
 
7
6
  def cyclic_toggle(
8
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
9
- execution_context: typing.Union[str, int] = None,
8
+ execution_context: str = None,
10
9
  undo: bool = None,
11
10
  direction: typing.Any = "CYCLIC_U",
12
11
  ):
13
12
  """Make active spline closed/opened loop
14
13
 
15
14
  :type override_context: typing.Union[dict, bpy.types.Context]
16
- :type execution_context: typing.Union[str, int]
15
+ :type execution_context: str
17
16
  :type undo: bool
18
17
  :param direction: Direction, Direction to make surface cyclic in
19
18
  :type direction: typing.Any
@@ -23,13 +22,13 @@ def cyclic_toggle(
23
22
 
24
23
  def de_select_first(
25
24
  override_context: typing.Union[dict, bpy.types.Context] = None,
26
- execution_context: typing.Union[str, int] = None,
25
+ execution_context: str = None,
27
26
  undo: bool = None,
28
27
  ):
29
28
  """(De)select first of visible part of each NURBS
30
29
 
31
30
  :type override_context: typing.Union[dict, bpy.types.Context]
32
- :type execution_context: typing.Union[str, int]
31
+ :type execution_context: str
33
32
  :type undo: bool
34
33
  """
35
34
 
@@ -37,13 +36,13 @@ def de_select_first(
37
36
 
38
37
  def de_select_last(
39
38
  override_context: typing.Union[dict, bpy.types.Context] = None,
40
- execution_context: typing.Union[str, int] = None,
39
+ execution_context: str = None,
41
40
  undo: bool = None,
42
41
  ):
43
42
  """(De)select last of visible part of each NURBS
44
43
 
45
44
  :type override_context: typing.Union[dict, bpy.types.Context]
46
- :type execution_context: typing.Union[str, int]
45
+ :type execution_context: str
47
46
  :type undo: bool
48
47
  """
49
48
 
@@ -51,14 +50,14 @@ def de_select_last(
51
50
 
52
51
  def decimate(
53
52
  override_context: typing.Union[dict, bpy.types.Context] = None,
54
- execution_context: typing.Union[str, int] = None,
53
+ execution_context: str = None,
55
54
  undo: bool = None,
56
55
  ratio: typing.Any = 1.0,
57
56
  ):
58
57
  """Simplify selected curves
59
58
 
60
59
  :type override_context: typing.Union[dict, bpy.types.Context]
61
- :type execution_context: typing.Union[str, int]
60
+ :type execution_context: str
62
61
  :type undo: bool
63
62
  :param ratio: Ratio
64
63
  :type ratio: typing.Any
@@ -68,14 +67,14 @@ def decimate(
68
67
 
69
68
  def delete(
70
69
  override_context: typing.Union[dict, bpy.types.Context] = None,
71
- execution_context: typing.Union[str, int] = None,
70
+ execution_context: str = None,
72
71
  undo: bool = None,
73
72
  type: typing.Any = "VERT",
74
73
  ):
75
74
  """Delete selected control points or segments
76
75
 
77
76
  :type override_context: typing.Union[dict, bpy.types.Context]
78
- :type execution_context: typing.Union[str, int]
77
+ :type execution_context: str
79
78
  :type undo: bool
80
79
  :param type: Type, Which elements to delete
81
80
  :type type: typing.Any
@@ -85,13 +84,13 @@ def delete(
85
84
 
86
85
  def dissolve_verts(
87
86
  override_context: typing.Union[dict, bpy.types.Context] = None,
88
- execution_context: typing.Union[str, int] = None,
87
+ execution_context: str = None,
89
88
  undo: bool = None,
90
89
  ):
91
90
  """Delete selected control points, correcting surrounding handles
92
91
 
93
92
  :type override_context: typing.Union[dict, bpy.types.Context]
94
- :type execution_context: typing.Union[str, int]
93
+ :type execution_context: str
95
94
  :type undo: bool
96
95
  """
97
96
 
@@ -99,10 +98,10 @@ def dissolve_verts(
99
98
 
100
99
  def draw(
101
100
  override_context: typing.Union[dict, bpy.types.Context] = None,
102
- execution_context: typing.Union[str, int] = None,
101
+ execution_context: str = None,
103
102
  undo: bool = None,
104
103
  error_threshold: typing.Any = 0.0,
105
- fit_method: typing.Any = "REFIT",
104
+ fit_method: typing.Union[str, int] = "REFIT",
106
105
  corner_angle: typing.Any = 1.22173,
107
106
  use_cyclic: typing.Union[bool, typing.Any] = True,
108
107
  stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] = None,
@@ -111,12 +110,12 @@ def draw(
111
110
  """Draw a freehand spline
112
111
 
113
112
  :type override_context: typing.Union[dict, bpy.types.Context]
114
- :type execution_context: typing.Union[str, int]
113
+ :type execution_context: str
115
114
  :type undo: bool
116
115
  :param error_threshold: Error, Error distance threshold (in object units)
117
116
  :type error_threshold: typing.Any
118
117
  :param fit_method: Fit Method
119
- :type fit_method: typing.Any
118
+ :type fit_method: typing.Union[str, int]
120
119
  :param corner_angle: Corner Angle
121
120
  :type corner_angle: typing.Any
122
121
  :param use_cyclic: Cyclic
@@ -131,13 +130,13 @@ def draw(
131
130
 
132
131
  def duplicate(
133
132
  override_context: typing.Union[dict, bpy.types.Context] = None,
134
- execution_context: typing.Union[str, int] = None,
133
+ execution_context: str = None,
135
134
  undo: bool = None,
136
135
  ):
137
136
  """Duplicate selected control points
138
137
 
139
138
  :type override_context: typing.Union[dict, bpy.types.Context]
140
- :type execution_context: typing.Union[str, int]
139
+ :type execution_context: str
141
140
  :type undo: bool
142
141
  """
143
142
 
@@ -145,71 +144,71 @@ def duplicate(
145
144
 
146
145
  def duplicate_move(
147
146
  override_context: typing.Union[dict, bpy.types.Context] = None,
148
- execution_context: typing.Union[str, int] = None,
147
+ execution_context: str = None,
149
148
  undo: bool = None,
150
- CURVE_OT_duplicate: duplicate = None,
151
- TRANSFORM_OT_translate: bpy.ops.transform.translate = None,
149
+ CURVE_OT_duplicate: typing.Any = None,
150
+ TRANSFORM_OT_translate: typing.Any = None,
152
151
  ):
153
152
  """Duplicate curve and move
154
153
 
155
154
  :type override_context: typing.Union[dict, bpy.types.Context]
156
- :type execution_context: typing.Union[str, int]
155
+ :type execution_context: str
157
156
  :type undo: bool
158
157
  :param CURVE_OT_duplicate: Duplicate Curve, Duplicate selected control points
159
- :type CURVE_OT_duplicate: duplicate
158
+ :type CURVE_OT_duplicate: typing.Any
160
159
  :param TRANSFORM_OT_translate: Move, Move selected items
161
- :type TRANSFORM_OT_translate: bpy.ops.transform.translate
160
+ :type TRANSFORM_OT_translate: typing.Any
162
161
  """
163
162
 
164
163
  ...
165
164
 
166
165
  def extrude(
167
166
  override_context: typing.Union[dict, bpy.types.Context] = None,
168
- execution_context: typing.Union[str, int] = None,
167
+ execution_context: str = None,
169
168
  undo: bool = None,
170
- mode: typing.Any = "TRANSLATION",
169
+ mode: typing.Union[str, int] = "TRANSLATION",
171
170
  ):
172
171
  """Extrude selected control point(s)
173
172
 
174
173
  :type override_context: typing.Union[dict, bpy.types.Context]
175
- :type execution_context: typing.Union[str, int]
174
+ :type execution_context: str
176
175
  :type undo: bool
177
176
  :param mode: Mode
178
- :type mode: typing.Any
177
+ :type mode: typing.Union[str, int]
179
178
  """
180
179
 
181
180
  ...
182
181
 
183
182
  def extrude_move(
184
183
  override_context: typing.Union[dict, bpy.types.Context] = None,
185
- execution_context: typing.Union[str, int] = None,
184
+ execution_context: str = None,
186
185
  undo: bool = None,
187
- CURVE_OT_extrude: extrude = None,
188
- TRANSFORM_OT_translate: bpy.ops.transform.translate = None,
186
+ CURVE_OT_extrude: typing.Any = None,
187
+ TRANSFORM_OT_translate: typing.Any = None,
189
188
  ):
190
189
  """Extrude curve and move result
191
190
 
192
191
  :type override_context: typing.Union[dict, bpy.types.Context]
193
- :type execution_context: typing.Union[str, int]
192
+ :type execution_context: str
194
193
  :type undo: bool
195
194
  :param CURVE_OT_extrude: Extrude, Extrude selected control point(s)
196
- :type CURVE_OT_extrude: extrude
195
+ :type CURVE_OT_extrude: typing.Any
197
196
  :param TRANSFORM_OT_translate: Move, Move selected items
198
- :type TRANSFORM_OT_translate: bpy.ops.transform.translate
197
+ :type TRANSFORM_OT_translate: typing.Any
199
198
  """
200
199
 
201
200
  ...
202
201
 
203
202
  def handle_type_set(
204
203
  override_context: typing.Union[dict, bpy.types.Context] = None,
205
- execution_context: typing.Union[str, int] = None,
204
+ execution_context: str = None,
206
205
  undo: bool = None,
207
206
  type: typing.Any = "AUTOMATIC",
208
207
  ):
209
208
  """Set type of handles for selected control points
210
209
 
211
210
  :type override_context: typing.Union[dict, bpy.types.Context]
212
- :type execution_context: typing.Union[str, int]
211
+ :type execution_context: str
213
212
  :type undo: bool
214
213
  :param type: Type, Spline type
215
214
  :type type: typing.Any
@@ -219,14 +218,14 @@ def handle_type_set(
219
218
 
220
219
  def hide(
221
220
  override_context: typing.Union[dict, bpy.types.Context] = None,
222
- execution_context: typing.Union[str, int] = None,
221
+ execution_context: str = None,
223
222
  undo: bool = None,
224
223
  unselected: typing.Union[bool, typing.Any] = False,
225
224
  ):
226
225
  """Hide (un)selected control points
227
226
 
228
227
  :type override_context: typing.Union[dict, bpy.types.Context]
229
- :type execution_context: typing.Union[str, int]
228
+ :type execution_context: str
230
229
  :type undo: bool
231
230
  :param unselected: Unselected, Hide unselected rather than selected
232
231
  :type unselected: typing.Union[bool, typing.Any]
@@ -236,13 +235,13 @@ def hide(
236
235
 
237
236
  def make_segment(
238
237
  override_context: typing.Union[dict, bpy.types.Context] = None,
239
- execution_context: typing.Union[str, int] = None,
238
+ execution_context: str = None,
240
239
  undo: bool = None,
241
240
  ):
242
241
  """Join two curves by their selected ends
243
242
 
244
243
  :type override_context: typing.Union[dict, bpy.types.Context]
245
- :type execution_context: typing.Union[str, int]
244
+ :type execution_context: str
246
245
  :type undo: bool
247
246
  """
248
247
 
@@ -250,13 +249,13 @@ def make_segment(
250
249
 
251
250
  def match_texture_space(
252
251
  override_context: typing.Union[dict, bpy.types.Context] = None,
253
- execution_context: typing.Union[str, int] = None,
252
+ execution_context: str = None,
254
253
  undo: bool = None,
255
254
  ):
256
255
  """Match texture space to object's bounding box
257
256
 
258
257
  :type override_context: typing.Union[dict, bpy.types.Context]
259
- :type execution_context: typing.Union[str, int]
258
+ :type execution_context: str
260
259
  :type undo: bool
261
260
  """
262
261
 
@@ -264,14 +263,14 @@ def match_texture_space(
264
263
 
265
264
  def normals_make_consistent(
266
265
  override_context: typing.Union[dict, bpy.types.Context] = None,
267
- execution_context: typing.Union[str, int] = None,
266
+ execution_context: str = None,
268
267
  undo: bool = None,
269
268
  calc_length: typing.Union[bool, typing.Any] = False,
270
269
  ):
271
270
  """Recalculate the direction of selected handles
272
271
 
273
272
  :type override_context: typing.Union[dict, bpy.types.Context]
274
- :type execution_context: typing.Union[str, int]
273
+ :type execution_context: str
275
274
  :type undo: bool
276
275
  :param calc_length: Length, Recalculate handle length
277
276
  :type calc_length: typing.Union[bool, typing.Any]
@@ -281,7 +280,7 @@ def normals_make_consistent(
281
280
 
282
281
  def pen(
283
282
  override_context: typing.Union[dict, bpy.types.Context] = None,
284
- execution_context: typing.Union[str, int] = None,
283
+ execution_context: str = None,
285
284
  undo: bool = None,
286
285
  extend: typing.Union[bool, typing.Any] = False,
287
286
  deselect: typing.Union[bool, typing.Any] = False,
@@ -303,7 +302,7 @@ def pen(
303
302
  """Construct and edit splines
304
303
 
305
304
  :type override_context: typing.Union[dict, bpy.types.Context]
306
- :type execution_context: typing.Union[str, int]
305
+ :type execution_context: str
307
306
  :type undo: bool
308
307
  :param extend: Extend, Extend selection instead of deselecting everything first
309
308
  :type extend: typing.Union[bool, typing.Any]
@@ -352,7 +351,7 @@ def pen(
352
351
 
353
352
  def primitive_bezier_circle_add(
354
353
  override_context: typing.Union[dict, bpy.types.Context] = None,
355
- execution_context: typing.Union[str, int] = None,
354
+ execution_context: str = None,
356
355
  undo: bool = None,
357
356
  radius: typing.Any = 1.0,
358
357
  enter_editmode: typing.Union[bool, typing.Any] = False,
@@ -364,7 +363,7 @@ def primitive_bezier_circle_add(
364
363
  """Construct a Bézier Circle
365
364
 
366
365
  :type override_context: typing.Union[dict, bpy.types.Context]
367
- :type execution_context: typing.Union[str, int]
366
+ :type execution_context: str
368
367
  :type undo: bool
369
368
  :param radius: Radius
370
369
  :type radius: typing.Any
@@ -393,7 +392,7 @@ def primitive_bezier_circle_add(
393
392
 
394
393
  def primitive_bezier_curve_add(
395
394
  override_context: typing.Union[dict, bpy.types.Context] = None,
396
- execution_context: typing.Union[str, int] = None,
395
+ execution_context: str = None,
397
396
  undo: bool = None,
398
397
  radius: typing.Any = 1.0,
399
398
  enter_editmode: typing.Union[bool, typing.Any] = False,
@@ -405,7 +404,7 @@ def primitive_bezier_curve_add(
405
404
  """Construct a Bézier Curve
406
405
 
407
406
  :type override_context: typing.Union[dict, bpy.types.Context]
408
- :type execution_context: typing.Union[str, int]
407
+ :type execution_context: str
409
408
  :type undo: bool
410
409
  :param radius: Radius
411
410
  :type radius: typing.Any
@@ -434,7 +433,7 @@ def primitive_bezier_curve_add(
434
433
 
435
434
  def primitive_nurbs_circle_add(
436
435
  override_context: typing.Union[dict, bpy.types.Context] = None,
437
- execution_context: typing.Union[str, int] = None,
436
+ execution_context: str = None,
438
437
  undo: bool = None,
439
438
  radius: typing.Any = 1.0,
440
439
  enter_editmode: typing.Union[bool, typing.Any] = False,
@@ -446,7 +445,7 @@ def primitive_nurbs_circle_add(
446
445
  """Construct a Nurbs Circle
447
446
 
448
447
  :type override_context: typing.Union[dict, bpy.types.Context]
449
- :type execution_context: typing.Union[str, int]
448
+ :type execution_context: str
450
449
  :type undo: bool
451
450
  :param radius: Radius
452
451
  :type radius: typing.Any
@@ -475,7 +474,7 @@ def primitive_nurbs_circle_add(
475
474
 
476
475
  def primitive_nurbs_curve_add(
477
476
  override_context: typing.Union[dict, bpy.types.Context] = None,
478
- execution_context: typing.Union[str, int] = None,
477
+ execution_context: str = None,
479
478
  undo: bool = None,
480
479
  radius: typing.Any = 1.0,
481
480
  enter_editmode: typing.Union[bool, typing.Any] = False,
@@ -487,7 +486,7 @@ def primitive_nurbs_curve_add(
487
486
  """Construct a Nurbs Curve
488
487
 
489
488
  :type override_context: typing.Union[dict, bpy.types.Context]
490
- :type execution_context: typing.Union[str, int]
489
+ :type execution_context: str
491
490
  :type undo: bool
492
491
  :param radius: Radius
493
492
  :type radius: typing.Any
@@ -516,7 +515,7 @@ def primitive_nurbs_curve_add(
516
515
 
517
516
  def primitive_nurbs_path_add(
518
517
  override_context: typing.Union[dict, bpy.types.Context] = None,
519
- execution_context: typing.Union[str, int] = None,
518
+ execution_context: str = None,
520
519
  undo: bool = None,
521
520
  radius: typing.Any = 1.0,
522
521
  enter_editmode: typing.Union[bool, typing.Any] = False,
@@ -528,7 +527,7 @@ def primitive_nurbs_path_add(
528
527
  """Construct a Path
529
528
 
530
529
  :type override_context: typing.Union[dict, bpy.types.Context]
531
- :type execution_context: typing.Union[str, int]
530
+ :type execution_context: str
532
531
  :type undo: bool
533
532
  :param radius: Radius
534
533
  :type radius: typing.Any
@@ -557,14 +556,14 @@ def primitive_nurbs_path_add(
557
556
 
558
557
  def radius_set(
559
558
  override_context: typing.Union[dict, bpy.types.Context] = None,
560
- execution_context: typing.Union[str, int] = None,
559
+ execution_context: str = None,
561
560
  undo: bool = None,
562
561
  radius: typing.Any = 1.0,
563
562
  ):
564
563
  """Set per-point radius which is used for bevel tapering
565
564
 
566
565
  :type override_context: typing.Union[dict, bpy.types.Context]
567
- :type execution_context: typing.Union[str, int]
566
+ :type execution_context: str
568
567
  :type undo: bool
569
568
  :param radius: Radius
570
569
  :type radius: typing.Any
@@ -574,14 +573,14 @@ def radius_set(
574
573
 
575
574
  def reveal(
576
575
  override_context: typing.Union[dict, bpy.types.Context] = None,
577
- execution_context: typing.Union[str, int] = None,
576
+ execution_context: str = None,
578
577
  undo: bool = None,
579
578
  select: typing.Union[bool, typing.Any] = True,
580
579
  ):
581
580
  """Reveal hidden control points
582
581
 
583
582
  :type override_context: typing.Union[dict, bpy.types.Context]
584
- :type execution_context: typing.Union[str, int]
583
+ :type execution_context: str
585
584
  :type undo: bool
586
585
  :param select: Select
587
586
  :type select: typing.Union[bool, typing.Any]
@@ -591,14 +590,14 @@ def reveal(
591
590
 
592
591
  def select_all(
593
592
  override_context: typing.Union[dict, bpy.types.Context] = None,
594
- execution_context: typing.Union[str, int] = None,
593
+ execution_context: str = None,
595
594
  undo: bool = None,
596
595
  action: typing.Any = "TOGGLE",
597
596
  ):
598
597
  """(De)select all control points
599
598
 
600
599
  :type override_context: typing.Union[dict, bpy.types.Context]
601
- :type execution_context: typing.Union[str, int]
600
+ :type execution_context: str
602
601
  :type undo: bool
603
602
  :param action: Action, Selection action to execute
604
603
 
@@ -620,13 +619,13 @@ def select_all(
620
619
 
621
620
  def select_less(
622
621
  override_context: typing.Union[dict, bpy.types.Context] = None,
623
- execution_context: typing.Union[str, int] = None,
622
+ execution_context: str = None,
624
623
  undo: bool = None,
625
624
  ):
626
625
  """Deselect control points at the boundary of each selection region
627
626
 
628
627
  :type override_context: typing.Union[dict, bpy.types.Context]
629
- :type execution_context: typing.Union[str, int]
628
+ :type execution_context: str
630
629
  :type undo: bool
631
630
  """
632
631
 
@@ -634,13 +633,13 @@ def select_less(
634
633
 
635
634
  def select_linked(
636
635
  override_context: typing.Union[dict, bpy.types.Context] = None,
637
- execution_context: typing.Union[str, int] = None,
636
+ execution_context: str = None,
638
637
  undo: bool = None,
639
638
  ):
640
639
  """Select all control points linked to the current selection
641
640
 
642
641
  :type override_context: typing.Union[dict, bpy.types.Context]
643
- :type execution_context: typing.Union[str, int]
642
+ :type execution_context: str
644
643
  :type undo: bool
645
644
  """
646
645
 
@@ -648,14 +647,14 @@ def select_linked(
648
647
 
649
648
  def select_linked_pick(
650
649
  override_context: typing.Union[dict, bpy.types.Context] = None,
651
- execution_context: typing.Union[str, int] = None,
650
+ execution_context: str = None,
652
651
  undo: bool = None,
653
652
  deselect: typing.Union[bool, typing.Any] = False,
654
653
  ):
655
654
  """Select all control points linked to already selected ones
656
655
 
657
656
  :type override_context: typing.Union[dict, bpy.types.Context]
658
- :type execution_context: typing.Union[str, int]
657
+ :type execution_context: str
659
658
  :type undo: bool
660
659
  :param deselect: Deselect, Deselect linked control points rather than selecting them
661
660
  :type deselect: typing.Union[bool, typing.Any]
@@ -665,13 +664,13 @@ def select_linked_pick(
665
664
 
666
665
  def select_more(
667
666
  override_context: typing.Union[dict, bpy.types.Context] = None,
668
- execution_context: typing.Union[str, int] = None,
667
+ execution_context: str = None,
669
668
  undo: bool = None,
670
669
  ):
671
670
  """Select control points at the boundary of each selection region
672
671
 
673
672
  :type override_context: typing.Union[dict, bpy.types.Context]
674
- :type execution_context: typing.Union[str, int]
673
+ :type execution_context: str
675
674
  :type undo: bool
676
675
  """
677
676
 
@@ -679,13 +678,13 @@ def select_more(
679
678
 
680
679
  def select_next(
681
680
  override_context: typing.Union[dict, bpy.types.Context] = None,
682
- execution_context: typing.Union[str, int] = None,
681
+ execution_context: str = None,
683
682
  undo: bool = None,
684
683
  ):
685
684
  """Select control points following already selected ones along the curves
686
685
 
687
686
  :type override_context: typing.Union[dict, bpy.types.Context]
688
- :type execution_context: typing.Union[str, int]
687
+ :type execution_context: str
689
688
  :type undo: bool
690
689
  """
691
690
 
@@ -693,7 +692,7 @@ def select_next(
693
692
 
694
693
  def select_nth(
695
694
  override_context: typing.Union[dict, bpy.types.Context] = None,
696
- execution_context: typing.Union[str, int] = None,
695
+ execution_context: str = None,
697
696
  undo: bool = None,
698
697
  skip: typing.Any = 1,
699
698
  nth: typing.Any = 1,
@@ -702,7 +701,7 @@ def select_nth(
702
701
  """Deselect every Nth point starting from the active one
703
702
 
704
703
  :type override_context: typing.Union[dict, bpy.types.Context]
705
- :type execution_context: typing.Union[str, int]
704
+ :type execution_context: str
706
705
  :type undo: bool
707
706
  :param skip: Deselected, Number of deselected elements in the repetitive sequence
708
707
  :type skip: typing.Any
@@ -716,13 +715,13 @@ def select_nth(
716
715
 
717
716
  def select_previous(
718
717
  override_context: typing.Union[dict, bpy.types.Context] = None,
719
- execution_context: typing.Union[str, int] = None,
718
+ execution_context: str = None,
720
719
  undo: bool = None,
721
720
  ):
722
721
  """Select control points preceding already selected ones along the curves
723
722
 
724
723
  :type override_context: typing.Union[dict, bpy.types.Context]
725
- :type execution_context: typing.Union[str, int]
724
+ :type execution_context: str
726
725
  :type undo: bool
727
726
  """
728
727
 
@@ -730,7 +729,7 @@ def select_previous(
730
729
 
731
730
  def select_random(
732
731
  override_context: typing.Union[dict, bpy.types.Context] = None,
733
- execution_context: typing.Union[str, int] = None,
732
+ execution_context: str = None,
734
733
  undo: bool = None,
735
734
  ratio: typing.Any = 0.5,
736
735
  seed: typing.Any = 0,
@@ -739,7 +738,7 @@ def select_random(
739
738
  """Randomly select some control points
740
739
 
741
740
  :type override_context: typing.Union[dict, bpy.types.Context]
742
- :type execution_context: typing.Union[str, int]
741
+ :type execution_context: str
743
742
  :type undo: bool
744
743
  :param ratio: Ratio, Portion of items to select randomly
745
744
  :type ratio: typing.Any
@@ -759,13 +758,13 @@ def select_random(
759
758
 
760
759
  def select_row(
761
760
  override_context: typing.Union[dict, bpy.types.Context] = None,
762
- execution_context: typing.Union[str, int] = None,
761
+ execution_context: str = None,
763
762
  undo: bool = None,
764
763
  ):
765
764
  """Select a row of control points including active one
766
765
 
767
766
  :type override_context: typing.Union[dict, bpy.types.Context]
768
- :type execution_context: typing.Union[str, int]
767
+ :type execution_context: str
769
768
  :type undo: bool
770
769
  """
771
770
 
@@ -773,7 +772,7 @@ def select_row(
773
772
 
774
773
  def select_similar(
775
774
  override_context: typing.Union[dict, bpy.types.Context] = None,
776
- execution_context: typing.Union[str, int] = None,
775
+ execution_context: str = None,
777
776
  undo: bool = None,
778
777
  type: typing.Any = "WEIGHT",
779
778
  compare: typing.Any = "EQUAL",
@@ -782,7 +781,7 @@ def select_similar(
782
781
  """Select similar curve points by property type
783
782
 
784
783
  :type override_context: typing.Union[dict, bpy.types.Context]
785
- :type execution_context: typing.Union[str, int]
784
+ :type execution_context: str
786
785
  :type undo: bool
787
786
  :param type: Type
788
787
  :type type: typing.Any
@@ -796,30 +795,27 @@ def select_similar(
796
795
 
797
796
  def separate(
798
797
  override_context: typing.Union[dict, bpy.types.Context] = None,
799
- execution_context: typing.Union[str, int] = None,
798
+ execution_context: str = None,
800
799
  undo: bool = None,
801
- confirm: typing.Union[bool, typing.Any] = True,
802
800
  ):
803
801
  """Separate selected points from connected unselected points into a new object
804
802
 
805
803
  :type override_context: typing.Union[dict, bpy.types.Context]
806
- :type execution_context: typing.Union[str, int]
804
+ :type execution_context: str
807
805
  :type undo: bool
808
- :param confirm: Confirm, Prompt for confirmation
809
- :type confirm: typing.Union[bool, typing.Any]
810
806
  """
811
807
 
812
808
  ...
813
809
 
814
810
  def shade_flat(
815
811
  override_context: typing.Union[dict, bpy.types.Context] = None,
816
- execution_context: typing.Union[str, int] = None,
812
+ execution_context: str = None,
817
813
  undo: bool = None,
818
814
  ):
819
815
  """Set shading to flat
820
816
 
821
817
  :type override_context: typing.Union[dict, bpy.types.Context]
822
- :type execution_context: typing.Union[str, int]
818
+ :type execution_context: str
823
819
  :type undo: bool
824
820
  """
825
821
 
@@ -827,13 +823,13 @@ def shade_flat(
827
823
 
828
824
  def shade_smooth(
829
825
  override_context: typing.Union[dict, bpy.types.Context] = None,
830
- execution_context: typing.Union[str, int] = None,
826
+ execution_context: str = None,
831
827
  undo: bool = None,
832
828
  ):
833
829
  """Set shading to smooth
834
830
 
835
831
  :type override_context: typing.Union[dict, bpy.types.Context]
836
- :type execution_context: typing.Union[str, int]
832
+ :type execution_context: str
837
833
  :type undo: bool
838
834
  """
839
835
 
@@ -841,13 +837,13 @@ def shade_smooth(
841
837
 
842
838
  def shortest_path_pick(
843
839
  override_context: typing.Union[dict, bpy.types.Context] = None,
844
- execution_context: typing.Union[str, int] = None,
840
+ execution_context: str = None,
845
841
  undo: bool = None,
846
842
  ):
847
843
  """Select shortest path between two selections
848
844
 
849
845
  :type override_context: typing.Union[dict, bpy.types.Context]
850
- :type execution_context: typing.Union[str, int]
846
+ :type execution_context: str
851
847
  :type undo: bool
852
848
  """
853
849
 
@@ -855,13 +851,13 @@ def shortest_path_pick(
855
851
 
856
852
  def smooth(
857
853
  override_context: typing.Union[dict, bpy.types.Context] = None,
858
- execution_context: typing.Union[str, int] = None,
854
+ execution_context: str = None,
859
855
  undo: bool = None,
860
856
  ):
861
857
  """Flatten angles of selected points
862
858
 
863
859
  :type override_context: typing.Union[dict, bpy.types.Context]
864
- :type execution_context: typing.Union[str, int]
860
+ :type execution_context: str
865
861
  :type undo: bool
866
862
  """
867
863
 
@@ -869,13 +865,13 @@ def smooth(
869
865
 
870
866
  def smooth_radius(
871
867
  override_context: typing.Union[dict, bpy.types.Context] = None,
872
- execution_context: typing.Union[str, int] = None,
868
+ execution_context: str = None,
873
869
  undo: bool = None,
874
870
  ):
875
871
  """Interpolate radii of selected points
876
872
 
877
873
  :type override_context: typing.Union[dict, bpy.types.Context]
878
- :type execution_context: typing.Union[str, int]
874
+ :type execution_context: str
879
875
  :type undo: bool
880
876
  """
881
877
 
@@ -883,13 +879,13 @@ def smooth_radius(
883
879
 
884
880
  def smooth_tilt(
885
881
  override_context: typing.Union[dict, bpy.types.Context] = None,
886
- execution_context: typing.Union[str, int] = None,
882
+ execution_context: str = None,
887
883
  undo: bool = None,
888
884
  ):
889
885
  """Interpolate tilt of selected points
890
886
 
891
887
  :type override_context: typing.Union[dict, bpy.types.Context]
892
- :type execution_context: typing.Union[str, int]
888
+ :type execution_context: str
893
889
  :type undo: bool
894
890
  """
895
891
 
@@ -897,13 +893,13 @@ def smooth_tilt(
897
893
 
898
894
  def smooth_weight(
899
895
  override_context: typing.Union[dict, bpy.types.Context] = None,
900
- execution_context: typing.Union[str, int] = None,
896
+ execution_context: str = None,
901
897
  undo: bool = None,
902
898
  ):
903
899
  """Interpolate weight of selected points
904
900
 
905
901
  :type override_context: typing.Union[dict, bpy.types.Context]
906
- :type execution_context: typing.Union[str, int]
902
+ :type execution_context: str
907
903
  :type undo: bool
908
904
  """
909
905
 
@@ -911,7 +907,7 @@ def smooth_weight(
911
907
 
912
908
  def spin(
913
909
  override_context: typing.Union[dict, bpy.types.Context] = None,
914
- execution_context: typing.Union[str, int] = None,
910
+ execution_context: str = None,
915
911
  undo: bool = None,
916
912
  center: typing.Any = (0.0, 0.0, 0.0),
917
913
  axis: typing.Any = (0.0, 0.0, 0.0),
@@ -919,7 +915,7 @@ def spin(
919
915
  """Extrude selected boundary row around pivot point and current view axis
920
916
 
921
917
  :type override_context: typing.Union[dict, bpy.types.Context]
922
- :type execution_context: typing.Union[str, int]
918
+ :type execution_context: str
923
919
  :type undo: bool
924
920
  :param center: Center, Center in global view space
925
921
  :type center: typing.Any
@@ -931,7 +927,7 @@ def spin(
931
927
 
932
928
  def spline_type_set(
933
929
  override_context: typing.Union[dict, bpy.types.Context] = None,
934
- execution_context: typing.Union[str, int] = None,
930
+ execution_context: str = None,
935
931
  undo: bool = None,
936
932
  type: typing.Any = "POLY",
937
933
  use_handles: typing.Union[bool, typing.Any] = False,
@@ -939,7 +935,7 @@ def spline_type_set(
939
935
  """Set type of active spline
940
936
 
941
937
  :type override_context: typing.Union[dict, bpy.types.Context]
942
- :type execution_context: typing.Union[str, int]
938
+ :type execution_context: str
943
939
  :type undo: bool
944
940
  :param type: Type, Spline type
945
941
  :type type: typing.Any
@@ -951,14 +947,14 @@ def spline_type_set(
951
947
 
952
948
  def spline_weight_set(
953
949
  override_context: typing.Union[dict, bpy.types.Context] = None,
954
- execution_context: typing.Union[str, int] = None,
950
+ execution_context: str = None,
955
951
  undo: bool = None,
956
952
  weight: typing.Any = 1.0,
957
953
  ):
958
954
  """Set softbody goal weight for selected points
959
955
 
960
956
  :type override_context: typing.Union[dict, bpy.types.Context]
961
- :type execution_context: typing.Union[str, int]
957
+ :type execution_context: str
962
958
  :type undo: bool
963
959
  :param weight: Weight
964
960
  :type weight: typing.Any
@@ -968,13 +964,13 @@ def spline_weight_set(
968
964
 
969
965
  def split(
970
966
  override_context: typing.Union[dict, bpy.types.Context] = None,
971
- execution_context: typing.Union[str, int] = None,
967
+ execution_context: str = None,
972
968
  undo: bool = None,
973
969
  ):
974
970
  """Split off selected points from connected unselected points
975
971
 
976
972
  :type override_context: typing.Union[dict, bpy.types.Context]
977
- :type execution_context: typing.Union[str, int]
973
+ :type execution_context: str
978
974
  :type undo: bool
979
975
  """
980
976
 
@@ -982,14 +978,14 @@ def split(
982
978
 
983
979
  def subdivide(
984
980
  override_context: typing.Union[dict, bpy.types.Context] = None,
985
- execution_context: typing.Union[str, int] = None,
981
+ execution_context: str = None,
986
982
  undo: bool = None,
987
983
  number_cuts: typing.Any = 1,
988
984
  ):
989
985
  """Subdivide selected segments
990
986
 
991
987
  :type override_context: typing.Union[dict, bpy.types.Context]
992
- :type execution_context: typing.Union[str, int]
988
+ :type execution_context: str
993
989
  :type undo: bool
994
990
  :param number_cuts: Number of Cuts
995
991
  :type number_cuts: typing.Any
@@ -999,13 +995,13 @@ def subdivide(
999
995
 
1000
996
  def switch_direction(
1001
997
  override_context: typing.Union[dict, bpy.types.Context] = None,
1002
- execution_context: typing.Union[str, int] = None,
998
+ execution_context: str = None,
1003
999
  undo: bool = None,
1004
1000
  ):
1005
1001
  """Switch direction of selected splines
1006
1002
 
1007
1003
  :type override_context: typing.Union[dict, bpy.types.Context]
1008
- :type execution_context: typing.Union[str, int]
1004
+ :type execution_context: str
1009
1005
  :type undo: bool
1010
1006
  """
1011
1007
 
@@ -1013,13 +1009,13 @@ def switch_direction(
1013
1009
 
1014
1010
  def tilt_clear(
1015
1011
  override_context: typing.Union[dict, bpy.types.Context] = None,
1016
- execution_context: typing.Union[str, int] = None,
1012
+ execution_context: str = None,
1017
1013
  undo: bool = None,
1018
1014
  ):
1019
1015
  """Clear the tilt of selected control points
1020
1016
 
1021
1017
  :type override_context: typing.Union[dict, bpy.types.Context]
1022
- :type execution_context: typing.Union[str, int]
1018
+ :type execution_context: str
1023
1019
  :type undo: bool
1024
1020
  """
1025
1021
 
@@ -1027,14 +1023,14 @@ def tilt_clear(
1027
1023
 
1028
1024
  def vertex_add(
1029
1025
  override_context: typing.Union[dict, bpy.types.Context] = None,
1030
- execution_context: typing.Union[str, int] = None,
1026
+ execution_context: str = None,
1031
1027
  undo: bool = None,
1032
1028
  location: typing.Any = (0.0, 0.0, 0.0),
1033
1029
  ):
1034
1030
  """Add a new control point (linked to only selected end-curve one, if any)
1035
1031
 
1036
1032
  :type override_context: typing.Union[dict, bpy.types.Context]
1037
- :type execution_context: typing.Union[str, int]
1033
+ :type execution_context: str
1038
1034
  :type undo: bool
1039
1035
  :param location: Location, Location to add new vertex at
1040
1036
  :type location: typing.Any