fake-bpy-module 20240812__py3-none-any.whl → 20240813__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (83) hide show
  1. bl_ui/space_view3d/__init__.pyi +31 -0
  2. bpy/ops/action/__init__.pyi +76 -76
  3. bpy/ops/anim/__init__.pyi +110 -110
  4. bpy/ops/armature/__init__.pyi +96 -96
  5. bpy/ops/asset/__init__.pyi +32 -32
  6. bpy/ops/boid/__init__.pyi +16 -16
  7. bpy/ops/brush/__init__.pyi +26 -26
  8. bpy/ops/buttons/__init__.pyi +12 -12
  9. bpy/ops/cachefile/__init__.pyi +10 -10
  10. bpy/ops/camera/__init__.pyi +4 -4
  11. bpy/ops/clip/__init__.pyi +184 -184
  12. bpy/ops/cloth/__init__.pyi +2 -2
  13. bpy/ops/collection/__init__.pyi +18 -18
  14. bpy/ops/console/__init__.pyi +42 -42
  15. bpy/ops/constraint/__init__.pyi +36 -36
  16. bpy/ops/curve/__init__.pyi +102 -102
  17. bpy/ops/curves/__init__.pyi +54 -54
  18. bpy/ops/cycles/__init__.pyi +6 -6
  19. bpy/ops/dpaint/__init__.pyi +10 -10
  20. bpy/ops/ed/__init__.pyi +24 -24
  21. bpy/ops/export_anim/__init__.pyi +2 -2
  22. bpy/ops/export_scene/__init__.pyi +4 -4
  23. bpy/ops/extensions/__init__.pyi +68 -68
  24. bpy/ops/file/__init__.pyi +80 -80
  25. bpy/ops/fluid/__init__.pyi +28 -28
  26. bpy/ops/font/__init__.pyi +46 -46
  27. bpy/ops/geometry/__init__.pyi +20 -20
  28. bpy/ops/gizmogroup/__init__.pyi +4 -4
  29. bpy/ops/gpencil/__init__.pyi +284 -284
  30. bpy/ops/graph/__init__.pyi +130 -130
  31. bpy/ops/grease_pencil/__init__.pyi +166 -166
  32. bpy/ops/image/__init__.pyi +98 -98
  33. bpy/ops/import_anim/__init__.pyi +2 -2
  34. bpy/ops/import_curve/__init__.pyi +2 -2
  35. bpy/ops/import_scene/__init__.pyi +4 -4
  36. bpy/ops/info/__init__.pyi +14 -14
  37. bpy/ops/lattice/__init__.pyi +16 -16
  38. bpy/ops/marker/__init__.pyi +22 -22
  39. bpy/ops/mask/__init__.pyi +78 -78
  40. bpy/ops/material/__init__.pyi +6 -6
  41. bpy/ops/mball/__init__.pyi +16 -16
  42. bpy/ops/mesh/__init__.pyi +326 -326
  43. bpy/ops/nla/__init__.pyi +78 -78
  44. bpy/ops/node/__init__.pyi +208 -208
  45. bpy/ops/object/__init__.pyi +473 -473
  46. bpy/ops/outliner/__init__.pyi +142 -142
  47. bpy/ops/paint/__init__.pyi +108 -108
  48. bpy/ops/paintcurve/__init__.pyi +16 -16
  49. bpy/ops/palette/__init__.pyi +14 -14
  50. bpy/ops/particle/__init__.pyi +72 -72
  51. bpy/ops/pose/__init__.pyi +102 -102
  52. bpy/ops/poselib/__init__.pyi +18 -18
  53. bpy/ops/preferences/__init__.pyi +70 -70
  54. bpy/ops/ptcache/__init__.pyi +14 -14
  55. bpy/ops/render/__init__.pyi +26 -26
  56. bpy/ops/rigidbody/__init__.pyi +26 -26
  57. bpy/ops/scene/__init__.pyi +74 -74
  58. bpy/ops/screen/__init__.pyi +78 -78
  59. bpy/ops/script/__init__.pyi +6 -6
  60. bpy/ops/sculpt/__init__.pyi +72 -72
  61. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  62. bpy/ops/sequencer/__init__.pyi +174 -174
  63. bpy/ops/sound/__init__.pyi +14 -14
  64. bpy/ops/spreadsheet/__init__.pyi +8 -8
  65. bpy/ops/surface/__init__.pyi +12 -12
  66. bpy/ops/text/__init__.pyi +86 -86
  67. bpy/ops/text_editor/__init__.pyi +2 -2
  68. bpy/ops/texture/__init__.pyi +8 -8
  69. bpy/ops/transform/__init__.pyi +54 -54
  70. bpy/ops/ui/__init__.pyi +64 -64
  71. bpy/ops/uilist/__init__.pyi +6 -6
  72. bpy/ops/uv/__init__.pyi +98 -98
  73. bpy/ops/view2d/__init__.pyi +28 -28
  74. bpy/ops/view3d/__init__.pyi +134 -134
  75. bpy/ops/wm/__init__.pyi +226 -226
  76. bpy/ops/workspace/__init__.pyi +14 -14
  77. bpy/ops/world/__init__.pyi +4 -4
  78. bpy/types/__init__.pyi +44 -34
  79. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/METADATA +1 -1
  80. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/RECORD +83 -83
  81. freestyle/utils/__init__.pyi +1 -1
  82. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/WHEEL +0 -0
  83. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/top_level.txt +0 -0
@@ -9,7 +9,7 @@ GenericType1 = typing.TypeVar("GenericType1")
9
9
  GenericType2 = typing.TypeVar("GenericType2")
10
10
 
11
11
  def cyclic_toggle(
12
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
12
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
13
13
  execution_context: int | str | None = None,
14
14
  undo: bool | None = None,
15
15
  *,
@@ -17,7 +17,7 @@ def cyclic_toggle(
17
17
  ):
18
18
  """Make active spline closed/opened loop
19
19
 
20
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
20
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
21
21
  :type execution_context: int | str | None
22
22
  :type undo: bool | None
23
23
  :param direction: Direction, Direction to make surface cyclic in
@@ -27,13 +27,13 @@ def cyclic_toggle(
27
27
  ...
28
28
 
29
29
  def de_select_first(
30
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
30
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
31
31
  execution_context: int | str | None = None,
32
32
  undo: bool | None = None,
33
33
  ):
34
34
  """(De)select first of visible part of each NURBS
35
35
 
36
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
36
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
37
37
  :type execution_context: int | str | None
38
38
  :type undo: bool | None
39
39
  """
@@ -41,13 +41,13 @@ def de_select_first(
41
41
  ...
42
42
 
43
43
  def de_select_last(
44
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
44
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
45
45
  execution_context: int | str | None = None,
46
46
  undo: bool | None = None,
47
47
  ):
48
48
  """(De)select last of visible part of each NURBS
49
49
 
50
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
50
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
51
51
  :type execution_context: int | str | None
52
52
  :type undo: bool | None
53
53
  """
@@ -55,7 +55,7 @@ def de_select_last(
55
55
  ...
56
56
 
57
57
  def decimate(
58
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
58
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
59
59
  execution_context: int | str | None = None,
60
60
  undo: bool | None = None,
61
61
  *,
@@ -63,7 +63,7 @@ def decimate(
63
63
  ):
64
64
  """Simplify selected curves
65
65
 
66
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
66
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
67
67
  :type execution_context: int | str | None
68
68
  :type undo: bool | None
69
69
  :param ratio: Ratio
@@ -73,7 +73,7 @@ def decimate(
73
73
  ...
74
74
 
75
75
  def delete(
76
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
76
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
77
77
  execution_context: int | str | None = None,
78
78
  undo: bool | None = None,
79
79
  *,
@@ -81,7 +81,7 @@ def delete(
81
81
  ):
82
82
  """Delete selected control points or segments
83
83
 
84
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
84
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
85
85
  :type execution_context: int | str | None
86
86
  :type undo: bool | None
87
87
  :param type: Type, Which elements to delete
@@ -91,13 +91,13 @@ def delete(
91
91
  ...
92
92
 
93
93
  def dissolve_verts(
94
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
94
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
95
95
  execution_context: int | str | None = None,
96
96
  undo: bool | None = None,
97
97
  ):
98
98
  """Delete selected control points, correcting surrounding handles
99
99
 
100
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
100
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
101
101
  :type execution_context: int | str | None
102
102
  :type undo: bool | None
103
103
  """
@@ -105,7 +105,7 @@ def dissolve_verts(
105
105
  ...
106
106
 
107
107
  def draw(
108
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
108
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
109
109
  execution_context: int | str | None = None,
110
110
  undo: bool | None = None,
111
111
  *,
@@ -119,7 +119,7 @@ def draw(
119
119
  ):
120
120
  """Draw a freehand spline
121
121
 
122
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
122
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
123
123
  :type execution_context: int | str | None
124
124
  :type undo: bool | None
125
125
  :param error_threshold: Error, Error distance threshold (in object units)
@@ -139,13 +139,13 @@ def draw(
139
139
  ...
140
140
 
141
141
  def duplicate(
142
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
142
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
143
143
  execution_context: int | str | None = None,
144
144
  undo: bool | None = None,
145
145
  ):
146
146
  """Duplicate selected control points
147
147
 
148
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
148
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
149
149
  :type execution_context: int | str | None
150
150
  :type undo: bool | None
151
151
  """
@@ -153,7 +153,7 @@ def duplicate(
153
153
  ...
154
154
 
155
155
  def duplicate_move(
156
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
156
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
157
157
  execution_context: int | str | None = None,
158
158
  undo: bool | None = None,
159
159
  *,
@@ -162,7 +162,7 @@ def duplicate_move(
162
162
  ):
163
163
  """Duplicate curve and move
164
164
 
165
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
165
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
166
166
  :type execution_context: int | str | None
167
167
  :type undo: bool | None
168
168
  :param CURVE_OT_duplicate: Duplicate Curve, Duplicate selected control points
@@ -174,7 +174,7 @@ def duplicate_move(
174
174
  ...
175
175
 
176
176
  def extrude(
177
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
177
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
178
178
  execution_context: int | str | None = None,
179
179
  undo: bool | None = None,
180
180
  *,
@@ -217,7 +217,7 @@ def extrude(
217
217
  ):
218
218
  """Extrude selected control point(s)
219
219
 
220
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
220
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
221
221
  :type execution_context: int | str | None
222
222
  :type undo: bool | None
223
223
  :param mode: Mode
@@ -227,7 +227,7 @@ def extrude(
227
227
  ...
228
228
 
229
229
  def extrude_move(
230
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
230
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
231
231
  execution_context: int | str | None = None,
232
232
  undo: bool | None = None,
233
233
  *,
@@ -236,7 +236,7 @@ def extrude_move(
236
236
  ):
237
237
  """Extrude curve and move result
238
238
 
239
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
239
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
240
240
  :type execution_context: int | str | None
241
241
  :type undo: bool | None
242
242
  :param CURVE_OT_extrude: Extrude, Extrude selected control point(s)
@@ -248,7 +248,7 @@ def extrude_move(
248
248
  ...
249
249
 
250
250
  def handle_type_set(
251
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
251
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
252
252
  execution_context: int | str | None = None,
253
253
  undo: bool | None = None,
254
254
  *,
@@ -259,7 +259,7 @@ def handle_type_set(
259
259
  ):
260
260
  """Set type of handles for selected control points
261
261
 
262
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
262
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
263
263
  :type execution_context: int | str | None
264
264
  :type undo: bool | None
265
265
  :param type: Type, Spline type
@@ -269,7 +269,7 @@ def handle_type_set(
269
269
  ...
270
270
 
271
271
  def hide(
272
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
272
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
273
273
  execution_context: int | str | None = None,
274
274
  undo: bool | None = None,
275
275
  *,
@@ -277,7 +277,7 @@ def hide(
277
277
  ):
278
278
  """Hide (un)selected control points
279
279
 
280
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
280
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
281
281
  :type execution_context: int | str | None
282
282
  :type undo: bool | None
283
283
  :param unselected: Unselected, Hide unselected rather than selected
@@ -287,13 +287,13 @@ def hide(
287
287
  ...
288
288
 
289
289
  def make_segment(
290
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
290
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
291
291
  execution_context: int | str | None = None,
292
292
  undo: bool | None = None,
293
293
  ):
294
294
  """Join two curves by their selected ends
295
295
 
296
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
296
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
297
297
  :type execution_context: int | str | None
298
298
  :type undo: bool | None
299
299
  """
@@ -301,13 +301,13 @@ def make_segment(
301
301
  ...
302
302
 
303
303
  def match_texture_space(
304
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
304
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
305
305
  execution_context: int | str | None = None,
306
306
  undo: bool | None = None,
307
307
  ):
308
308
  """Match texture space to object's bounding box
309
309
 
310
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
310
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
311
311
  :type execution_context: int | str | None
312
312
  :type undo: bool | None
313
313
  """
@@ -315,7 +315,7 @@ def match_texture_space(
315
315
  ...
316
316
 
317
317
  def normals_make_consistent(
318
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
318
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
319
319
  execution_context: int | str | None = None,
320
320
  undo: bool | None = None,
321
321
  *,
@@ -323,7 +323,7 @@ def normals_make_consistent(
323
323
  ):
324
324
  """Recalculate the direction of selected handles
325
325
 
326
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
326
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
327
327
  :type execution_context: int | str | None
328
328
  :type undo: bool | None
329
329
  :param calc_length: Length, Recalculate handle length
@@ -333,7 +333,7 @@ def normals_make_consistent(
333
333
  ...
334
334
 
335
335
  def pen(
336
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
336
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
337
337
  execution_context: int | str | None = None,
338
338
  undo: bool | None = None,
339
339
  *,
@@ -356,7 +356,7 @@ def pen(
356
356
  ):
357
357
  """Construct and edit splines
358
358
 
359
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
359
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
360
360
  :type execution_context: int | str | None
361
361
  :type undo: bool | None
362
362
  :param extend: Extend, Extend selection instead of deselecting everything first
@@ -405,7 +405,7 @@ def pen(
405
405
  ...
406
406
 
407
407
  def primitive_bezier_circle_add(
408
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
408
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
409
409
  execution_context: int | str | None = None,
410
410
  undo: bool | None = None,
411
411
  *,
@@ -426,7 +426,7 @@ def primitive_bezier_circle_add(
426
426
  ):
427
427
  """Construct a Bézier Circle
428
428
 
429
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
429
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
430
430
  :type execution_context: int | str | None
431
431
  :type undo: bool | None
432
432
  :param radius: Radius
@@ -455,7 +455,7 @@ def primitive_bezier_circle_add(
455
455
  ...
456
456
 
457
457
  def primitive_bezier_curve_add(
458
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
458
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
459
459
  execution_context: int | str | None = None,
460
460
  undo: bool | None = None,
461
461
  *,
@@ -476,7 +476,7 @@ def primitive_bezier_curve_add(
476
476
  ):
477
477
  """Construct a Bézier Curve
478
478
 
479
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
479
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
480
480
  :type execution_context: int | str | None
481
481
  :type undo: bool | None
482
482
  :param radius: Radius
@@ -505,7 +505,7 @@ def primitive_bezier_curve_add(
505
505
  ...
506
506
 
507
507
  def primitive_nurbs_circle_add(
508
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
508
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
509
509
  execution_context: int | str | None = None,
510
510
  undo: bool | None = None,
511
511
  *,
@@ -526,7 +526,7 @@ def primitive_nurbs_circle_add(
526
526
  ):
527
527
  """Construct a Nurbs Circle
528
528
 
529
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
529
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
530
530
  :type execution_context: int | str | None
531
531
  :type undo: bool | None
532
532
  :param radius: Radius
@@ -555,7 +555,7 @@ def primitive_nurbs_circle_add(
555
555
  ...
556
556
 
557
557
  def primitive_nurbs_curve_add(
558
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
558
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
559
559
  execution_context: int | str | None = None,
560
560
  undo: bool | None = None,
561
561
  *,
@@ -576,7 +576,7 @@ def primitive_nurbs_curve_add(
576
576
  ):
577
577
  """Construct a Nurbs Curve
578
578
 
579
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
579
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
580
580
  :type execution_context: int | str | None
581
581
  :type undo: bool | None
582
582
  :param radius: Radius
@@ -605,7 +605,7 @@ def primitive_nurbs_curve_add(
605
605
  ...
606
606
 
607
607
  def primitive_nurbs_path_add(
608
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
608
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
609
609
  execution_context: int | str | None = None,
610
610
  undo: bool | None = None,
611
611
  *,
@@ -626,7 +626,7 @@ def primitive_nurbs_path_add(
626
626
  ):
627
627
  """Construct a Path
628
628
 
629
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
629
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
630
630
  :type execution_context: int | str | None
631
631
  :type undo: bool | None
632
632
  :param radius: Radius
@@ -655,7 +655,7 @@ def primitive_nurbs_path_add(
655
655
  ...
656
656
 
657
657
  def radius_set(
658
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
658
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
659
659
  execution_context: int | str | None = None,
660
660
  undo: bool | None = None,
661
661
  *,
@@ -663,7 +663,7 @@ def radius_set(
663
663
  ):
664
664
  """Set per-point radius which is used for bevel tapering
665
665
 
666
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
666
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
667
667
  :type execution_context: int | str | None
668
668
  :type undo: bool | None
669
669
  :param radius: Radius
@@ -673,7 +673,7 @@ def radius_set(
673
673
  ...
674
674
 
675
675
  def reveal(
676
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
676
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
677
677
  execution_context: int | str | None = None,
678
678
  undo: bool | None = None,
679
679
  *,
@@ -681,7 +681,7 @@ def reveal(
681
681
  ):
682
682
  """Reveal hidden control points
683
683
 
684
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
684
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
685
685
  :type execution_context: int | str | None
686
686
  :type undo: bool | None
687
687
  :param select: Select
@@ -691,7 +691,7 @@ def reveal(
691
691
  ...
692
692
 
693
693
  def select_all(
694
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
694
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
695
695
  execution_context: int | str | None = None,
696
696
  undo: bool | None = None,
697
697
  *,
@@ -699,7 +699,7 @@ def select_all(
699
699
  ):
700
700
  """(De)select all control points
701
701
 
702
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
702
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
703
703
  :type execution_context: int | str | None
704
704
  :type undo: bool | None
705
705
  :param action: Action, Selection action to execute
@@ -721,13 +721,13 @@ def select_all(
721
721
  ...
722
722
 
723
723
  def select_less(
724
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
724
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
725
725
  execution_context: int | str | None = None,
726
726
  undo: bool | None = None,
727
727
  ):
728
728
  """Deselect control points at the boundary of each selection region
729
729
 
730
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
730
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
731
731
  :type execution_context: int | str | None
732
732
  :type undo: bool | None
733
733
  """
@@ -735,13 +735,13 @@ def select_less(
735
735
  ...
736
736
 
737
737
  def select_linked(
738
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
738
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
739
739
  execution_context: int | str | None = None,
740
740
  undo: bool | None = None,
741
741
  ):
742
742
  """Select all control points linked to the current selection
743
743
 
744
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
744
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
745
745
  :type execution_context: int | str | None
746
746
  :type undo: bool | None
747
747
  """
@@ -749,7 +749,7 @@ def select_linked(
749
749
  ...
750
750
 
751
751
  def select_linked_pick(
752
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
752
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
753
753
  execution_context: int | str | None = None,
754
754
  undo: bool | None = None,
755
755
  *,
@@ -757,7 +757,7 @@ def select_linked_pick(
757
757
  ):
758
758
  """Select all control points linked to already selected ones
759
759
 
760
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
760
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
761
761
  :type execution_context: int | str | None
762
762
  :type undo: bool | None
763
763
  :param deselect: Deselect, Deselect linked control points rather than selecting them
@@ -767,13 +767,13 @@ def select_linked_pick(
767
767
  ...
768
768
 
769
769
  def select_more(
770
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
770
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
771
771
  execution_context: int | str | None = None,
772
772
  undo: bool | None = None,
773
773
  ):
774
774
  """Select control points at the boundary of each selection region
775
775
 
776
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
776
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
777
777
  :type execution_context: int | str | None
778
778
  :type undo: bool | None
779
779
  """
@@ -781,13 +781,13 @@ def select_more(
781
781
  ...
782
782
 
783
783
  def select_next(
784
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
784
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
785
785
  execution_context: int | str | None = None,
786
786
  undo: bool | None = None,
787
787
  ):
788
788
  """Select control points following already selected ones along the curves
789
789
 
790
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
790
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
791
791
  :type execution_context: int | str | None
792
792
  :type undo: bool | None
793
793
  """
@@ -795,7 +795,7 @@ def select_next(
795
795
  ...
796
796
 
797
797
  def select_nth(
798
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
798
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
799
799
  execution_context: int | str | None = None,
800
800
  undo: bool | None = None,
801
801
  *,
@@ -805,7 +805,7 @@ def select_nth(
805
805
  ):
806
806
  """Deselect every Nth point starting from the active one
807
807
 
808
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
808
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
809
809
  :type execution_context: int | str | None
810
810
  :type undo: bool | None
811
811
  :param skip: Deselected, Number of deselected elements in the repetitive sequence
@@ -819,13 +819,13 @@ def select_nth(
819
819
  ...
820
820
 
821
821
  def select_previous(
822
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
822
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
823
823
  execution_context: int | str | None = None,
824
824
  undo: bool | None = None,
825
825
  ):
826
826
  """Select control points preceding already selected ones along the curves
827
827
 
828
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
828
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
829
829
  :type execution_context: int | str | None
830
830
  :type undo: bool | None
831
831
  """
@@ -833,7 +833,7 @@ def select_previous(
833
833
  ...
834
834
 
835
835
  def select_random(
836
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
836
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
837
837
  execution_context: int | str | None = None,
838
838
  undo: bool | None = None,
839
839
  *,
@@ -843,7 +843,7 @@ def select_random(
843
843
  ):
844
844
  """Randomly select some control points
845
845
 
846
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
846
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
847
847
  :type execution_context: int | str | None
848
848
  :type undo: bool | None
849
849
  :param ratio: Ratio, Portion of items to select randomly
@@ -863,13 +863,13 @@ def select_random(
863
863
  ...
864
864
 
865
865
  def select_row(
866
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
866
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
867
867
  execution_context: int | str | None = None,
868
868
  undo: bool | None = None,
869
869
  ):
870
870
  """Select a row of control points including active one
871
871
 
872
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
872
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
873
873
  :type execution_context: int | str | None
874
874
  :type undo: bool | None
875
875
  """
@@ -877,7 +877,7 @@ def select_row(
877
877
  ...
878
878
 
879
879
  def select_similar(
880
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
880
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
881
881
  execution_context: int | str | None = None,
882
882
  undo: bool | None = None,
883
883
  *,
@@ -887,7 +887,7 @@ def select_similar(
887
887
  ):
888
888
  """Select similar curve points by property type
889
889
 
890
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
890
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
891
891
  :type execution_context: int | str | None
892
892
  :type undo: bool | None
893
893
  :param type: Type
@@ -901,13 +901,13 @@ def select_similar(
901
901
  ...
902
902
 
903
903
  def separate(
904
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
904
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
905
905
  execution_context: int | str | None = None,
906
906
  undo: bool | None = None,
907
907
  ):
908
908
  """Separate selected points from connected unselected points into a new object
909
909
 
910
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
910
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
911
911
  :type execution_context: int | str | None
912
912
  :type undo: bool | None
913
913
  """
@@ -915,13 +915,13 @@ def separate(
915
915
  ...
916
916
 
917
917
  def shade_flat(
918
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
918
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
919
919
  execution_context: int | str | None = None,
920
920
  undo: bool | None = None,
921
921
  ):
922
922
  """Set shading to flat
923
923
 
924
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
924
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
925
925
  :type execution_context: int | str | None
926
926
  :type undo: bool | None
927
927
  """
@@ -929,13 +929,13 @@ def shade_flat(
929
929
  ...
930
930
 
931
931
  def shade_smooth(
932
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
932
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
933
933
  execution_context: int | str | None = None,
934
934
  undo: bool | None = None,
935
935
  ):
936
936
  """Set shading to smooth
937
937
 
938
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
938
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
939
939
  :type execution_context: int | str | None
940
940
  :type undo: bool | None
941
941
  """
@@ -943,13 +943,13 @@ def shade_smooth(
943
943
  ...
944
944
 
945
945
  def shortest_path_pick(
946
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
946
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
947
947
  execution_context: int | str | None = None,
948
948
  undo: bool | None = None,
949
949
  ):
950
950
  """Select shortest path between two selections
951
951
 
952
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
952
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
953
953
  :type execution_context: int | str | None
954
954
  :type undo: bool | None
955
955
  """
@@ -957,13 +957,13 @@ def shortest_path_pick(
957
957
  ...
958
958
 
959
959
  def smooth(
960
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
960
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
961
961
  execution_context: int | str | None = None,
962
962
  undo: bool | None = None,
963
963
  ):
964
964
  """Flatten angles of selected points
965
965
 
966
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
966
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
967
967
  :type execution_context: int | str | None
968
968
  :type undo: bool | None
969
969
  """
@@ -971,13 +971,13 @@ def smooth(
971
971
  ...
972
972
 
973
973
  def smooth_radius(
974
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
974
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
975
975
  execution_context: int | str | None = None,
976
976
  undo: bool | None = None,
977
977
  ):
978
978
  """Interpolate radii of selected points
979
979
 
980
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
980
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
981
981
  :type execution_context: int | str | None
982
982
  :type undo: bool | None
983
983
  """
@@ -985,13 +985,13 @@ def smooth_radius(
985
985
  ...
986
986
 
987
987
  def smooth_tilt(
988
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
988
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
989
989
  execution_context: int | str | None = None,
990
990
  undo: bool | None = None,
991
991
  ):
992
992
  """Interpolate tilt of selected points
993
993
 
994
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
994
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
995
995
  :type execution_context: int | str | None
996
996
  :type undo: bool | None
997
997
  """
@@ -999,13 +999,13 @@ def smooth_tilt(
999
999
  ...
1000
1000
 
1001
1001
  def smooth_weight(
1002
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1002
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1003
1003
  execution_context: int | str | None = None,
1004
1004
  undo: bool | None = None,
1005
1005
  ):
1006
1006
  """Interpolate weight of selected points
1007
1007
 
1008
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1008
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1009
1009
  :type execution_context: int | str | None
1010
1010
  :type undo: bool | None
1011
1011
  """
@@ -1013,7 +1013,7 @@ def smooth_weight(
1013
1013
  ...
1014
1014
 
1015
1015
  def spin(
1016
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1016
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1017
1017
  execution_context: int | str | None = None,
1018
1018
  undo: bool | None = None,
1019
1019
  *,
@@ -1022,7 +1022,7 @@ def spin(
1022
1022
  ):
1023
1023
  """Extrude selected boundary row around pivot point and current view axis
1024
1024
 
1025
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1025
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1026
1026
  :type execution_context: int | str | None
1027
1027
  :type undo: bool | None
1028
1028
  :param center: Center, Center in global view space
@@ -1034,7 +1034,7 @@ def spin(
1034
1034
  ...
1035
1035
 
1036
1036
  def spline_type_set(
1037
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1037
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1038
1038
  execution_context: int | str | None = None,
1039
1039
  undo: bool | None = None,
1040
1040
  *,
@@ -1043,7 +1043,7 @@ def spline_type_set(
1043
1043
  ):
1044
1044
  """Set type of active spline
1045
1045
 
1046
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1046
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1047
1047
  :type execution_context: int | str | None
1048
1048
  :type undo: bool | None
1049
1049
  :param type: Type, Spline type
@@ -1055,7 +1055,7 @@ def spline_type_set(
1055
1055
  ...
1056
1056
 
1057
1057
  def spline_weight_set(
1058
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1058
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1059
1059
  execution_context: int | str | None = None,
1060
1060
  undo: bool | None = None,
1061
1061
  *,
@@ -1063,7 +1063,7 @@ def spline_weight_set(
1063
1063
  ):
1064
1064
  """Set softbody goal weight for selected points
1065
1065
 
1066
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1066
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1067
1067
  :type execution_context: int | str | None
1068
1068
  :type undo: bool | None
1069
1069
  :param weight: Weight
@@ -1073,13 +1073,13 @@ def spline_weight_set(
1073
1073
  ...
1074
1074
 
1075
1075
  def split(
1076
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1076
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1077
1077
  execution_context: int | str | None = None,
1078
1078
  undo: bool | None = None,
1079
1079
  ):
1080
1080
  """Split off selected points from connected unselected points
1081
1081
 
1082
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1082
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1083
1083
  :type execution_context: int | str | None
1084
1084
  :type undo: bool | None
1085
1085
  """
@@ -1087,7 +1087,7 @@ def split(
1087
1087
  ...
1088
1088
 
1089
1089
  def subdivide(
1090
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1090
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1091
1091
  execution_context: int | str | None = None,
1092
1092
  undo: bool | None = None,
1093
1093
  *,
@@ -1095,7 +1095,7 @@ def subdivide(
1095
1095
  ):
1096
1096
  """Subdivide selected segments
1097
1097
 
1098
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1098
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1099
1099
  :type execution_context: int | str | None
1100
1100
  :type undo: bool | None
1101
1101
  :param number_cuts: Number of Cuts
@@ -1105,13 +1105,13 @@ def subdivide(
1105
1105
  ...
1106
1106
 
1107
1107
  def switch_direction(
1108
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1108
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1109
1109
  execution_context: int | str | None = None,
1110
1110
  undo: bool | None = None,
1111
1111
  ):
1112
1112
  """Switch direction of selected splines
1113
1113
 
1114
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1114
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1115
1115
  :type execution_context: int | str | None
1116
1116
  :type undo: bool | None
1117
1117
  """
@@ -1119,13 +1119,13 @@ def switch_direction(
1119
1119
  ...
1120
1120
 
1121
1121
  def tilt_clear(
1122
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1122
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1123
1123
  execution_context: int | str | None = None,
1124
1124
  undo: bool | None = None,
1125
1125
  ):
1126
1126
  """Clear the tilt of selected control points
1127
1127
 
1128
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1128
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1129
1129
  :type execution_context: int | str | None
1130
1130
  :type undo: bool | None
1131
1131
  """
@@ -1133,7 +1133,7 @@ def tilt_clear(
1133
1133
  ...
1134
1134
 
1135
1135
  def vertex_add(
1136
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1136
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1137
1137
  execution_context: int | str | None = None,
1138
1138
  undo: bool | None = None,
1139
1139
  *,
@@ -1145,7 +1145,7 @@ def vertex_add(
1145
1145
  ):
1146
1146
  """Add a new control point (linked to only selected end-curve one, if any)
1147
1147
 
1148
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1148
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1149
1149
  :type execution_context: int | str | None
1150
1150
  :type undo: bool | None
1151
1151
  :param location: Location, Location to add new vertex at