fake-bpy-module 20240601__py3-none-any.whl → 20240604__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 (106) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/generic_ui_list/__init__.pyi +2 -2
  4. bl_ui/space_sequencer/__init__.pyi +14 -0
  5. bl_ui/space_userpref/__init__.pyi +234 -0
  6. bl_ui/space_view3d/__init__.pyi +810 -0
  7. blf/__init__.pyi +4 -4
  8. bmesh/ops/__init__.pyi +97 -82
  9. bmesh/types/__init__.pyi +37 -32
  10. bmesh/utils/__init__.pyi +2 -4
  11. bpy/ops/action/__init__.pyi +152 -152
  12. bpy/ops/anim/__init__.pyi +216 -216
  13. bpy/ops/armature/__init__.pyi +192 -192
  14. bpy/ops/asset/__init__.pyi +64 -64
  15. bpy/ops/boid/__init__.pyi +32 -32
  16. bpy/ops/brush/__init__.pyi +36 -36
  17. bpy/ops/buttons/__init__.pyi +24 -24
  18. bpy/ops/cachefile/__init__.pyi +20 -20
  19. bpy/ops/camera/__init__.pyi +8 -8
  20. bpy/ops/clip/__init__.pyi +368 -368
  21. bpy/ops/cloth/__init__.pyi +4 -4
  22. bpy/ops/collection/__init__.pyi +36 -36
  23. bpy/ops/console/__init__.pyi +84 -84
  24. bpy/ops/constraint/__init__.pyi +72 -72
  25. bpy/ops/curve/__init__.pyi +204 -204
  26. bpy/ops/curves/__init__.pyi +108 -108
  27. bpy/ops/cycles/__init__.pyi +12 -12
  28. bpy/ops/dpaint/__init__.pyi +20 -20
  29. bpy/ops/ed/__init__.pyi +48 -48
  30. bpy/ops/export_anim/__init__.pyi +4 -4
  31. bpy/ops/export_scene/__init__.pyi +8 -8
  32. bpy/ops/extensions/__init__.pyi +123 -109
  33. bpy/ops/file/__init__.pyi +160 -160
  34. bpy/ops/fluid/__init__.pyi +56 -56
  35. bpy/ops/font/__init__.pyi +92 -92
  36. bpy/ops/geometry/__init__.pyi +40 -40
  37. bpy/ops/gizmogroup/__init__.pyi +8 -8
  38. bpy/ops/gpencil/__init__.pyi +600 -600
  39. bpy/ops/graph/__init__.pyi +260 -260
  40. bpy/ops/grease_pencil/__init__.pyi +292 -292
  41. bpy/ops/image/__init__.pyi +192 -192
  42. bpy/ops/import_anim/__init__.pyi +4 -4
  43. bpy/ops/import_curve/__init__.pyi +4 -4
  44. bpy/ops/import_scene/__init__.pyi +8 -8
  45. bpy/ops/info/__init__.pyi +28 -28
  46. bpy/ops/lattice/__init__.pyi +32 -32
  47. bpy/ops/marker/__init__.pyi +44 -44
  48. bpy/ops/mask/__init__.pyi +156 -156
  49. bpy/ops/material/__init__.pyi +12 -12
  50. bpy/ops/mball/__init__.pyi +32 -32
  51. bpy/ops/mesh/__init__.pyi +652 -652
  52. bpy/ops/nla/__init__.pyi +156 -156
  53. bpy/ops/node/__init__.pyi +416 -416
  54. bpy/ops/object/__init__.pyi +984 -984
  55. bpy/ops/outliner/__init__.pyi +284 -284
  56. bpy/ops/paint/__init__.pyi +220 -220
  57. bpy/ops/paintcurve/__init__.pyi +32 -32
  58. bpy/ops/palette/__init__.pyi +28 -28
  59. bpy/ops/particle/__init__.pyi +144 -144
  60. bpy/ops/pose/__init__.pyi +156 -156
  61. bpy/ops/poselib/__init__.pyi +36 -36
  62. bpy/ops/preferences/__init__.pyi +148 -148
  63. bpy/ops/ptcache/__init__.pyi +28 -28
  64. bpy/ops/render/__init__.pyi +48 -48
  65. bpy/ops/rigidbody/__init__.pyi +52 -52
  66. bpy/ops/scene/__init__.pyi +156 -156
  67. bpy/ops/screen/__init__.pyi +156 -156
  68. bpy/ops/script/__init__.pyi +12 -12
  69. bpy/ops/sculpt/__init__.pyi +144 -144
  70. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  71. bpy/ops/sequencer/__init__.pyi +364 -340
  72. bpy/ops/sound/__init__.pyi +28 -28
  73. bpy/ops/spreadsheet/__init__.pyi +16 -16
  74. bpy/ops/surface/__init__.pyi +24 -24
  75. bpy/ops/text/__init__.pyi +172 -172
  76. bpy/ops/text_editor/__init__.pyi +4 -4
  77. bpy/ops/texture/__init__.pyi +16 -16
  78. bpy/ops/transform/__init__.pyi +111 -108
  79. bpy/ops/ui/__init__.pyi +132 -132
  80. bpy/ops/uilist/__init__.pyi +12 -12
  81. bpy/ops/uv/__init__.pyi +196 -196
  82. bpy/ops/view2d/__init__.pyi +56 -56
  83. bpy/ops/view3d/__init__.pyi +268 -268
  84. bpy/ops/wm/__init__.pyi +448 -448
  85. bpy/ops/workspace/__init__.pyi +28 -28
  86. bpy/ops/world/__init__.pyi +8 -8
  87. bpy/path/__init__.pyi +18 -18
  88. bpy/props/__init__.pyi +11 -11
  89. bpy/types/__init__.pyi +1527 -1737
  90. bpy/utils/__init__.pyi +4 -4
  91. bpy_extras/mesh_utils/__init__.pyi +4 -4
  92. bpy_extras/view3d_utils/__init__.pyi +24 -20
  93. bpy_types/__init__.pyi +12 -7
  94. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
  95. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +106 -106
  96. freestyle/types/__init__.pyi +64 -64
  97. freestyle/utils/__init__.pyi +2 -2
  98. gpu/matrix/__init__.pyi +15 -6
  99. gpu/state/__init__.pyi +2 -2
  100. gpu/types/__init__.pyi +6 -4
  101. gpu_extras/presets/__init__.pyi +8 -4
  102. imbuf/__init__.pyi +4 -4
  103. mathutils/__init__.pyi +292 -187
  104. mathutils/geometry/__init__.pyi +2 -5
  105. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
  106. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
@@ -7,16 +7,16 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def cyclic_toggle(
10
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
11
- execution_context: str | int | None = None,
10
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
11
+ execution_context: int | str | None = None,
12
12
  undo: bool | None = None,
13
13
  *,
14
14
  direction: str | None = "CYCLIC_U",
15
15
  ):
16
16
  """Make active spline closed/opened loop
17
17
 
18
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
19
- :type execution_context: str | int | None
18
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
19
+ :type execution_context: int | str | None
20
20
  :type undo: bool | None
21
21
  :param direction: Direction, Direction to make surface cyclic in
22
22
  :type direction: str | None
@@ -25,44 +25,44 @@ def cyclic_toggle(
25
25
  ...
26
26
 
27
27
  def de_select_first(
28
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
29
- execution_context: str | int | None = None,
28
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
29
+ execution_context: int | str | None = None,
30
30
  undo: bool | None = None,
31
31
  ):
32
32
  """(De)select first of visible part of each NURBS
33
33
 
34
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
35
- :type execution_context: str | int | None
34
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
35
+ :type execution_context: int | str | None
36
36
  :type undo: bool | None
37
37
  """
38
38
 
39
39
  ...
40
40
 
41
41
  def de_select_last(
42
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
43
- execution_context: str | int | None = None,
42
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
43
+ execution_context: int | str | None = None,
44
44
  undo: bool | None = None,
45
45
  ):
46
46
  """(De)select last of visible part of each NURBS
47
47
 
48
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
49
- :type execution_context: str | int | None
48
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
49
+ :type execution_context: int | str | None
50
50
  :type undo: bool | None
51
51
  """
52
52
 
53
53
  ...
54
54
 
55
55
  def decimate(
56
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
57
- execution_context: str | int | None = None,
56
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
57
+ execution_context: int | str | None = None,
58
58
  undo: bool | None = None,
59
59
  *,
60
60
  ratio: typing.Any | None = 1.0,
61
61
  ):
62
62
  """Simplify selected curves
63
63
 
64
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
65
- :type execution_context: str | int | None
64
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
65
+ :type execution_context: int | str | None
66
66
  :type undo: bool | None
67
67
  :param ratio: Ratio
68
68
  :type ratio: typing.Any | None
@@ -71,16 +71,16 @@ def decimate(
71
71
  ...
72
72
 
73
73
  def delete(
74
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
75
- execution_context: str | int | None = None,
74
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
75
+ execution_context: int | str | None = None,
76
76
  undo: bool | None = None,
77
77
  *,
78
78
  type: str | None = "VERT",
79
79
  ):
80
80
  """Delete selected control points or segments
81
81
 
82
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
83
- :type execution_context: str | int | None
82
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
83
+ :type execution_context: int | str | None
84
84
  :type undo: bool | None
85
85
  :param type: Type, Which elements to delete
86
86
  :type type: str | None
@@ -89,22 +89,22 @@ def delete(
89
89
  ...
90
90
 
91
91
  def dissolve_verts(
92
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
93
- execution_context: str | int | None = None,
92
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
93
+ execution_context: int | str | None = None,
94
94
  undo: bool | None = None,
95
95
  ):
96
96
  """Delete selected control points, correcting surrounding handles
97
97
 
98
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
99
- :type execution_context: str | int | None
98
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
99
+ :type execution_context: int | str | None
100
100
  :type undo: bool | None
101
101
  """
102
102
 
103
103
  ...
104
104
 
105
105
  def draw(
106
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
107
- execution_context: str | int | None = None,
106
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
107
+ execution_context: int | str | None = None,
108
108
  undo: bool | None = None,
109
109
  *,
110
110
  error_threshold: typing.Any | None = 0.0,
@@ -117,8 +117,8 @@ def draw(
117
117
  ):
118
118
  """Draw a freehand spline
119
119
 
120
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
121
- :type execution_context: str | int | None
120
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
121
+ :type execution_context: int | str | None
122
122
  :type undo: bool | None
123
123
  :param error_threshold: Error, Error distance threshold (in object units)
124
124
  :type error_threshold: typing.Any | None
@@ -137,22 +137,22 @@ def draw(
137
137
  ...
138
138
 
139
139
  def duplicate(
140
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
141
- execution_context: str | int | None = None,
140
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
141
+ execution_context: int | str | None = None,
142
142
  undo: bool | None = None,
143
143
  ):
144
144
  """Duplicate selected control points
145
145
 
146
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
147
- :type execution_context: str | int | None
146
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
147
+ :type execution_context: int | str | None
148
148
  :type undo: bool | None
149
149
  """
150
150
 
151
151
  ...
152
152
 
153
153
  def duplicate_move(
154
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
155
- execution_context: str | int | None = None,
154
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
155
+ execution_context: int | str | None = None,
156
156
  undo: bool | None = None,
157
157
  *,
158
158
  CURVE_OT_duplicate: duplicate | None = None,
@@ -160,8 +160,8 @@ def duplicate_move(
160
160
  ):
161
161
  """Duplicate curve and move
162
162
 
163
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
164
- :type execution_context: str | int | None
163
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
164
+ :type execution_context: int | str | None
165
165
  :type undo: bool | None
166
166
  :param CURVE_OT_duplicate: Duplicate Curve, Duplicate selected control points
167
167
  :type CURVE_OT_duplicate: duplicate | None
@@ -172,16 +172,16 @@ def duplicate_move(
172
172
  ...
173
173
 
174
174
  def extrude(
175
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
176
- execution_context: str | int | None = None,
175
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
176
+ execution_context: int | str | None = None,
177
177
  undo: bool | None = None,
178
178
  *,
179
179
  mode: str | None = "TRANSLATION",
180
180
  ):
181
181
  """Extrude selected control point(s)
182
182
 
183
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
184
- :type execution_context: str | int | None
183
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
184
+ :type execution_context: int | str | None
185
185
  :type undo: bool | None
186
186
  :param mode: Mode
187
187
  :type mode: str | None
@@ -190,8 +190,8 @@ def extrude(
190
190
  ...
191
191
 
192
192
  def extrude_move(
193
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
194
- execution_context: str | int | None = None,
193
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
194
+ execution_context: int | str | None = None,
195
195
  undo: bool | None = None,
196
196
  *,
197
197
  CURVE_OT_extrude: extrude | None = None,
@@ -199,8 +199,8 @@ def extrude_move(
199
199
  ):
200
200
  """Extrude curve and move result
201
201
 
202
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
203
- :type execution_context: str | int | None
202
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
203
+ :type execution_context: int | str | None
204
204
  :type undo: bool | None
205
205
  :param CURVE_OT_extrude: Extrude, Extrude selected control point(s)
206
206
  :type CURVE_OT_extrude: extrude | None
@@ -211,16 +211,16 @@ def extrude_move(
211
211
  ...
212
212
 
213
213
  def handle_type_set(
214
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
215
- execution_context: str | int | None = None,
214
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
215
+ execution_context: int | str | None = None,
216
216
  undo: bool | None = None,
217
217
  *,
218
218
  type: str | None = "AUTOMATIC",
219
219
  ):
220
220
  """Set type of handles for selected control points
221
221
 
222
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
223
- :type execution_context: str | int | None
222
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
223
+ :type execution_context: int | str | None
224
224
  :type undo: bool | None
225
225
  :param type: Type, Spline type
226
226
  :type type: str | None
@@ -229,16 +229,16 @@ def handle_type_set(
229
229
  ...
230
230
 
231
231
  def hide(
232
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
233
- execution_context: str | int | None = None,
232
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
233
+ execution_context: int | str | None = None,
234
234
  undo: bool | None = None,
235
235
  *,
236
236
  unselected: bool | typing.Any | None = False,
237
237
  ):
238
238
  """Hide (un)selected control points
239
239
 
240
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
241
- :type execution_context: str | int | None
240
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
241
+ :type execution_context: int | str | None
242
242
  :type undo: bool | None
243
243
  :param unselected: Unselected, Hide unselected rather than selected
244
244
  :type unselected: bool | typing.Any | None
@@ -247,44 +247,44 @@ def hide(
247
247
  ...
248
248
 
249
249
  def make_segment(
250
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
251
- execution_context: str | int | None = None,
250
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
251
+ execution_context: int | str | None = None,
252
252
  undo: bool | None = None,
253
253
  ):
254
254
  """Join two curves by their selected ends
255
255
 
256
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
257
- :type execution_context: str | int | None
256
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
257
+ :type execution_context: int | str | None
258
258
  :type undo: bool | None
259
259
  """
260
260
 
261
261
  ...
262
262
 
263
263
  def match_texture_space(
264
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
265
- execution_context: str | int | None = None,
264
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
265
+ execution_context: int | str | None = None,
266
266
  undo: bool | None = None,
267
267
  ):
268
268
  """Match texture space to object's bounding box
269
269
 
270
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
271
- :type execution_context: str | int | None
270
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
271
+ :type execution_context: int | str | None
272
272
  :type undo: bool | None
273
273
  """
274
274
 
275
275
  ...
276
276
 
277
277
  def normals_make_consistent(
278
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
279
- execution_context: str | int | None = None,
278
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
279
+ execution_context: int | str | None = None,
280
280
  undo: bool | None = None,
281
281
  *,
282
282
  calc_length: bool | typing.Any | None = False,
283
283
  ):
284
284
  """Recalculate the direction of selected handles
285
285
 
286
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
287
- :type execution_context: str | int | None
286
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
287
+ :type execution_context: int | str | None
288
288
  :type undo: bool | None
289
289
  :param calc_length: Length, Recalculate handle length
290
290
  :type calc_length: bool | typing.Any | None
@@ -293,8 +293,8 @@ def normals_make_consistent(
293
293
  ...
294
294
 
295
295
  def pen(
296
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
297
- execution_context: str | int | None = None,
296
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
297
+ execution_context: int | str | None = None,
298
298
  undo: bool | None = None,
299
299
  *,
300
300
  extend: bool | typing.Any | None = False,
@@ -316,8 +316,8 @@ def pen(
316
316
  ):
317
317
  """Construct and edit splines
318
318
 
319
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
320
- :type execution_context: str | int | None
319
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
320
+ :type execution_context: int | str | None
321
321
  :type undo: bool | None
322
322
  :param extend: Extend, Extend selection instead of deselecting everything first
323
323
  :type extend: bool | typing.Any | None
@@ -365,8 +365,8 @@ def pen(
365
365
  ...
366
366
 
367
367
  def primitive_bezier_circle_add(
368
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
369
- execution_context: str | int | None = None,
368
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
369
+ execution_context: int | str | None = None,
370
370
  undo: bool | None = None,
371
371
  *,
372
372
  radius: typing.Any | None = 1.0,
@@ -378,8 +378,8 @@ def primitive_bezier_circle_add(
378
378
  ):
379
379
  """Construct a Bézier Circle
380
380
 
381
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
382
- :type execution_context: str | int | None
381
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
382
+ :type execution_context: int | str | None
383
383
  :type undo: bool | None
384
384
  :param radius: Radius
385
385
  :type radius: typing.Any | None
@@ -407,8 +407,8 @@ def primitive_bezier_circle_add(
407
407
  ...
408
408
 
409
409
  def primitive_bezier_curve_add(
410
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
411
- execution_context: str | int | None = None,
410
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
411
+ execution_context: int | str | None = None,
412
412
  undo: bool | None = None,
413
413
  *,
414
414
  radius: typing.Any | None = 1.0,
@@ -420,8 +420,8 @@ def primitive_bezier_curve_add(
420
420
  ):
421
421
  """Construct a Bézier Curve
422
422
 
423
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
424
- :type execution_context: str | int | None
423
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
424
+ :type execution_context: int | str | None
425
425
  :type undo: bool | None
426
426
  :param radius: Radius
427
427
  :type radius: typing.Any | None
@@ -449,8 +449,8 @@ def primitive_bezier_curve_add(
449
449
  ...
450
450
 
451
451
  def primitive_nurbs_circle_add(
452
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
453
- execution_context: str | int | None = None,
452
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
453
+ execution_context: int | str | None = None,
454
454
  undo: bool | None = None,
455
455
  *,
456
456
  radius: typing.Any | None = 1.0,
@@ -462,8 +462,8 @@ def primitive_nurbs_circle_add(
462
462
  ):
463
463
  """Construct a Nurbs Circle
464
464
 
465
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
466
- :type execution_context: str | int | None
465
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
466
+ :type execution_context: int | str | None
467
467
  :type undo: bool | None
468
468
  :param radius: Radius
469
469
  :type radius: typing.Any | None
@@ -491,8 +491,8 @@ def primitive_nurbs_circle_add(
491
491
  ...
492
492
 
493
493
  def primitive_nurbs_curve_add(
494
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
495
- execution_context: str | int | None = None,
494
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
495
+ execution_context: int | str | None = None,
496
496
  undo: bool | None = None,
497
497
  *,
498
498
  radius: typing.Any | None = 1.0,
@@ -504,8 +504,8 @@ def primitive_nurbs_curve_add(
504
504
  ):
505
505
  """Construct a Nurbs Curve
506
506
 
507
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
508
- :type execution_context: str | int | None
507
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
508
+ :type execution_context: int | str | None
509
509
  :type undo: bool | None
510
510
  :param radius: Radius
511
511
  :type radius: typing.Any | None
@@ -533,8 +533,8 @@ def primitive_nurbs_curve_add(
533
533
  ...
534
534
 
535
535
  def primitive_nurbs_path_add(
536
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
537
- execution_context: str | int | None = None,
536
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
537
+ execution_context: int | str | None = None,
538
538
  undo: bool | None = None,
539
539
  *,
540
540
  radius: typing.Any | None = 1.0,
@@ -546,8 +546,8 @@ def primitive_nurbs_path_add(
546
546
  ):
547
547
  """Construct a Path
548
548
 
549
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
550
- :type execution_context: str | int | None
549
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
550
+ :type execution_context: int | str | None
551
551
  :type undo: bool | None
552
552
  :param radius: Radius
553
553
  :type radius: typing.Any | None
@@ -575,16 +575,16 @@ def primitive_nurbs_path_add(
575
575
  ...
576
576
 
577
577
  def radius_set(
578
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
579
- execution_context: str | int | None = None,
578
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
579
+ execution_context: int | str | None = None,
580
580
  undo: bool | None = None,
581
581
  *,
582
582
  radius: typing.Any | None = 1.0,
583
583
  ):
584
584
  """Set per-point radius which is used for bevel tapering
585
585
 
586
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
587
- :type execution_context: str | int | None
586
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
587
+ :type execution_context: int | str | None
588
588
  :type undo: bool | None
589
589
  :param radius: Radius
590
590
  :type radius: typing.Any | None
@@ -593,16 +593,16 @@ def radius_set(
593
593
  ...
594
594
 
595
595
  def reveal(
596
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
597
- execution_context: str | int | None = None,
596
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
597
+ execution_context: int | str | None = None,
598
598
  undo: bool | None = None,
599
599
  *,
600
600
  select: bool | typing.Any | None = True,
601
601
  ):
602
602
  """Reveal hidden control points
603
603
 
604
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
605
- :type execution_context: str | int | None
604
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
605
+ :type execution_context: int | str | None
606
606
  :type undo: bool | None
607
607
  :param select: Select
608
608
  :type select: bool | typing.Any | None
@@ -611,16 +611,16 @@ def reveal(
611
611
  ...
612
612
 
613
613
  def select_all(
614
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
615
- execution_context: str | int | None = None,
614
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
615
+ execution_context: int | str | None = None,
616
616
  undo: bool | None = None,
617
617
  *,
618
618
  action: str | None = "TOGGLE",
619
619
  ):
620
620
  """(De)select all control points
621
621
 
622
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
623
- :type execution_context: str | int | None
622
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
623
+ :type execution_context: int | str | None
624
624
  :type undo: bool | None
625
625
  :param action: Action, Selection action to execute
626
626
 
@@ -641,44 +641,44 @@ def select_all(
641
641
  ...
642
642
 
643
643
  def select_less(
644
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
645
- execution_context: str | int | None = None,
644
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
645
+ execution_context: int | str | None = None,
646
646
  undo: bool | None = None,
647
647
  ):
648
648
  """Deselect control points at the boundary of each selection region
649
649
 
650
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
651
- :type execution_context: str | int | None
650
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
651
+ :type execution_context: int | str | None
652
652
  :type undo: bool | None
653
653
  """
654
654
 
655
655
  ...
656
656
 
657
657
  def select_linked(
658
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
659
- execution_context: str | int | None = None,
658
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
659
+ execution_context: int | str | None = None,
660
660
  undo: bool | None = None,
661
661
  ):
662
662
  """Select all control points linked to the current selection
663
663
 
664
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
665
- :type execution_context: str | int | None
664
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
665
+ :type execution_context: int | str | None
666
666
  :type undo: bool | None
667
667
  """
668
668
 
669
669
  ...
670
670
 
671
671
  def select_linked_pick(
672
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
673
- execution_context: str | int | None = None,
672
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
673
+ execution_context: int | str | None = None,
674
674
  undo: bool | None = None,
675
675
  *,
676
676
  deselect: bool | typing.Any | None = False,
677
677
  ):
678
678
  """Select all control points linked to already selected ones
679
679
 
680
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
681
- :type execution_context: str | int | None
680
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
681
+ :type execution_context: int | str | None
682
682
  :type undo: bool | None
683
683
  :param deselect: Deselect, Deselect linked control points rather than selecting them
684
684
  :type deselect: bool | typing.Any | None
@@ -687,36 +687,36 @@ def select_linked_pick(
687
687
  ...
688
688
 
689
689
  def select_more(
690
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
691
- execution_context: str | int | None = None,
690
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
691
+ execution_context: int | str | None = None,
692
692
  undo: bool | None = None,
693
693
  ):
694
694
  """Select control points at the boundary of each selection region
695
695
 
696
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
697
- :type execution_context: str | int | None
696
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
697
+ :type execution_context: int | str | None
698
698
  :type undo: bool | None
699
699
  """
700
700
 
701
701
  ...
702
702
 
703
703
  def select_next(
704
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
705
- execution_context: str | int | None = None,
704
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
705
+ execution_context: int | str | None = None,
706
706
  undo: bool | None = None,
707
707
  ):
708
708
  """Select control points following already selected ones along the curves
709
709
 
710
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
711
- :type execution_context: str | int | None
710
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
711
+ :type execution_context: int | str | None
712
712
  :type undo: bool | None
713
713
  """
714
714
 
715
715
  ...
716
716
 
717
717
  def select_nth(
718
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
719
- execution_context: str | int | None = None,
718
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
719
+ execution_context: int | str | None = None,
720
720
  undo: bool | None = None,
721
721
  *,
722
722
  skip: typing.Any | None = 1,
@@ -725,8 +725,8 @@ def select_nth(
725
725
  ):
726
726
  """Deselect every Nth point starting from the active one
727
727
 
728
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
729
- :type execution_context: str | int | None
728
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
729
+ :type execution_context: int | str | None
730
730
  :type undo: bool | None
731
731
  :param skip: Deselected, Number of deselected elements in the repetitive sequence
732
732
  :type skip: typing.Any | None
@@ -739,22 +739,22 @@ def select_nth(
739
739
  ...
740
740
 
741
741
  def select_previous(
742
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
743
- execution_context: str | int | None = None,
742
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
743
+ execution_context: int | str | None = None,
744
744
  undo: bool | None = None,
745
745
  ):
746
746
  """Select control points preceding already selected ones along the curves
747
747
 
748
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
749
- :type execution_context: str | int | None
748
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
749
+ :type execution_context: int | str | None
750
750
  :type undo: bool | None
751
751
  """
752
752
 
753
753
  ...
754
754
 
755
755
  def select_random(
756
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
757
- execution_context: str | int | None = None,
756
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
757
+ execution_context: int | str | None = None,
758
758
  undo: bool | None = None,
759
759
  *,
760
760
  ratio: typing.Any | None = 0.5,
@@ -763,8 +763,8 @@ def select_random(
763
763
  ):
764
764
  """Randomly select some control points
765
765
 
766
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
767
- :type execution_context: str | int | None
766
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
767
+ :type execution_context: int | str | None
768
768
  :type undo: bool | None
769
769
  :param ratio: Ratio, Portion of items to select randomly
770
770
  :type ratio: typing.Any | None
@@ -783,22 +783,22 @@ def select_random(
783
783
  ...
784
784
 
785
785
  def select_row(
786
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
787
- execution_context: str | int | None = None,
786
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
787
+ execution_context: int | str | None = None,
788
788
  undo: bool | None = None,
789
789
  ):
790
790
  """Select a row of control points including active one
791
791
 
792
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
793
- :type execution_context: str | int | None
792
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
793
+ :type execution_context: int | str | None
794
794
  :type undo: bool | None
795
795
  """
796
796
 
797
797
  ...
798
798
 
799
799
  def select_similar(
800
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
801
- execution_context: str | int | None = None,
800
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
801
+ execution_context: int | str | None = None,
802
802
  undo: bool | None = None,
803
803
  *,
804
804
  type: str | None = "WEIGHT",
@@ -807,8 +807,8 @@ def select_similar(
807
807
  ):
808
808
  """Select similar curve points by property type
809
809
 
810
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
811
- :type execution_context: str | int | None
810
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
811
+ :type execution_context: int | str | None
812
812
  :type undo: bool | None
813
813
  :param type: Type
814
814
  :type type: str | None
@@ -821,120 +821,120 @@ def select_similar(
821
821
  ...
822
822
 
823
823
  def separate(
824
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
825
- execution_context: str | int | None = None,
824
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
825
+ execution_context: int | str | None = None,
826
826
  undo: bool | None = None,
827
827
  ):
828
828
  """Separate selected points from connected unselected points into a new object
829
829
 
830
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
831
- :type execution_context: str | int | None
830
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
831
+ :type execution_context: int | str | None
832
832
  :type undo: bool | None
833
833
  """
834
834
 
835
835
  ...
836
836
 
837
837
  def shade_flat(
838
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
839
- execution_context: str | int | None = None,
838
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
839
+ execution_context: int | str | None = None,
840
840
  undo: bool | None = None,
841
841
  ):
842
842
  """Set shading to flat
843
843
 
844
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
845
- :type execution_context: str | int | None
844
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
845
+ :type execution_context: int | str | None
846
846
  :type undo: bool | None
847
847
  """
848
848
 
849
849
  ...
850
850
 
851
851
  def shade_smooth(
852
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
853
- execution_context: str | int | None = None,
852
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
853
+ execution_context: int | str | None = None,
854
854
  undo: bool | None = None,
855
855
  ):
856
856
  """Set shading to smooth
857
857
 
858
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
859
- :type execution_context: str | int | None
858
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
859
+ :type execution_context: int | str | None
860
860
  :type undo: bool | None
861
861
  """
862
862
 
863
863
  ...
864
864
 
865
865
  def shortest_path_pick(
866
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
867
- execution_context: str | int | None = None,
866
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
867
+ execution_context: int | str | None = None,
868
868
  undo: bool | None = None,
869
869
  ):
870
870
  """Select shortest path between two selections
871
871
 
872
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
873
- :type execution_context: str | int | None
872
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
873
+ :type execution_context: int | str | None
874
874
  :type undo: bool | None
875
875
  """
876
876
 
877
877
  ...
878
878
 
879
879
  def smooth(
880
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
881
- execution_context: str | int | None = None,
880
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
881
+ execution_context: int | str | None = None,
882
882
  undo: bool | None = None,
883
883
  ):
884
884
  """Flatten angles of selected points
885
885
 
886
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
887
- :type execution_context: str | int | None
886
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
887
+ :type execution_context: int | str | None
888
888
  :type undo: bool | None
889
889
  """
890
890
 
891
891
  ...
892
892
 
893
893
  def smooth_radius(
894
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
895
- execution_context: str | int | None = None,
894
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
895
+ execution_context: int | str | None = None,
896
896
  undo: bool | None = None,
897
897
  ):
898
898
  """Interpolate radii of selected points
899
899
 
900
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
901
- :type execution_context: str | int | None
900
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
901
+ :type execution_context: int | str | None
902
902
  :type undo: bool | None
903
903
  """
904
904
 
905
905
  ...
906
906
 
907
907
  def smooth_tilt(
908
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
909
- execution_context: str | int | None = None,
908
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
909
+ execution_context: int | str | None = None,
910
910
  undo: bool | None = None,
911
911
  ):
912
912
  """Interpolate tilt of selected points
913
913
 
914
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
915
- :type execution_context: str | int | None
914
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
915
+ :type execution_context: int | str | None
916
916
  :type undo: bool | None
917
917
  """
918
918
 
919
919
  ...
920
920
 
921
921
  def smooth_weight(
922
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
923
- execution_context: str | int | None = None,
922
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
923
+ execution_context: int | str | None = None,
924
924
  undo: bool | None = None,
925
925
  ):
926
926
  """Interpolate weight of selected points
927
927
 
928
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
929
- :type execution_context: str | int | None
928
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
929
+ :type execution_context: int | str | None
930
930
  :type undo: bool | None
931
931
  """
932
932
 
933
933
  ...
934
934
 
935
935
  def spin(
936
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
937
- execution_context: str | int | None = None,
936
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
937
+ execution_context: int | str | None = None,
938
938
  undo: bool | None = None,
939
939
  *,
940
940
  center: typing.Any | None = (0.0, 0.0, 0.0),
@@ -942,8 +942,8 @@ def spin(
942
942
  ):
943
943
  """Extrude selected boundary row around pivot point and current view axis
944
944
 
945
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
946
- :type execution_context: str | int | None
945
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
946
+ :type execution_context: int | str | None
947
947
  :type undo: bool | None
948
948
  :param center: Center, Center in global view space
949
949
  :type center: typing.Any | None
@@ -954,8 +954,8 @@ def spin(
954
954
  ...
955
955
 
956
956
  def spline_type_set(
957
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
958
- execution_context: str | int | None = None,
957
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
958
+ execution_context: int | str | None = None,
959
959
  undo: bool | None = None,
960
960
  *,
961
961
  type: str | None = "POLY",
@@ -963,8 +963,8 @@ def spline_type_set(
963
963
  ):
964
964
  """Set type of active spline
965
965
 
966
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
967
- :type execution_context: str | int | None
966
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
967
+ :type execution_context: int | str | None
968
968
  :type undo: bool | None
969
969
  :param type: Type, Spline type
970
970
  :type type: str | None
@@ -975,16 +975,16 @@ def spline_type_set(
975
975
  ...
976
976
 
977
977
  def spline_weight_set(
978
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
979
- execution_context: str | int | None = None,
978
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
979
+ execution_context: int | str | None = None,
980
980
  undo: bool | None = None,
981
981
  *,
982
982
  weight: typing.Any | None = 1.0,
983
983
  ):
984
984
  """Set softbody goal weight for selected points
985
985
 
986
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
987
- :type execution_context: str | int | None
986
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
987
+ :type execution_context: int | str | None
988
988
  :type undo: bool | None
989
989
  :param weight: Weight
990
990
  :type weight: typing.Any | None
@@ -993,30 +993,30 @@ def spline_weight_set(
993
993
  ...
994
994
 
995
995
  def split(
996
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
997
- execution_context: str | int | None = None,
996
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
997
+ execution_context: int | str | None = None,
998
998
  undo: bool | None = None,
999
999
  ):
1000
1000
  """Split off selected points from connected unselected points
1001
1001
 
1002
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1003
- :type execution_context: str | int | None
1002
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1003
+ :type execution_context: int | str | None
1004
1004
  :type undo: bool | None
1005
1005
  """
1006
1006
 
1007
1007
  ...
1008
1008
 
1009
1009
  def subdivide(
1010
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1011
- execution_context: str | int | None = None,
1010
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1011
+ execution_context: int | str | None = None,
1012
1012
  undo: bool | None = None,
1013
1013
  *,
1014
1014
  number_cuts: typing.Any | None = 1,
1015
1015
  ):
1016
1016
  """Subdivide selected segments
1017
1017
 
1018
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1019
- :type execution_context: str | int | None
1018
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1019
+ :type execution_context: int | str | None
1020
1020
  :type undo: bool | None
1021
1021
  :param number_cuts: Number of Cuts
1022
1022
  :type number_cuts: typing.Any | None
@@ -1025,44 +1025,44 @@ def subdivide(
1025
1025
  ...
1026
1026
 
1027
1027
  def switch_direction(
1028
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1029
- execution_context: str | int | None = None,
1028
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1029
+ execution_context: int | str | None = None,
1030
1030
  undo: bool | None = None,
1031
1031
  ):
1032
1032
  """Switch direction of selected splines
1033
1033
 
1034
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1035
- :type execution_context: str | int | None
1034
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1035
+ :type execution_context: int | str | None
1036
1036
  :type undo: bool | None
1037
1037
  """
1038
1038
 
1039
1039
  ...
1040
1040
 
1041
1041
  def tilt_clear(
1042
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1043
- execution_context: str | int | None = None,
1042
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1043
+ execution_context: int | str | None = None,
1044
1044
  undo: bool | None = None,
1045
1045
  ):
1046
1046
  """Clear the tilt of selected control points
1047
1047
 
1048
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1049
- :type execution_context: str | int | None
1048
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1049
+ :type execution_context: int | str | None
1050
1050
  :type undo: bool | None
1051
1051
  """
1052
1052
 
1053
1053
  ...
1054
1054
 
1055
1055
  def vertex_add(
1056
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1057
- execution_context: str | int | None = None,
1056
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1057
+ execution_context: int | str | None = None,
1058
1058
  undo: bool | None = None,
1059
1059
  *,
1060
1060
  location: typing.Any | None = (0.0, 0.0, 0.0),
1061
1061
  ):
1062
1062
  """Add a new control point (linked to only selected end-curve one, if any)
1063
1063
 
1064
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1065
- :type execution_context: str | int | None
1064
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1065
+ :type execution_context: int | str | None
1066
1066
  :type undo: bool | None
1067
1067
  :param location: Location, Location to add new vertex at
1068
1068
  :type location: typing.Any | None