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
@@ -6,8 +6,8 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def preset_add(
9
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
- execution_context: str | int | None = None,
9
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ execution_context: int | str | None = None,
11
11
  undo: bool | None = None,
12
12
  *,
13
13
  name: str | typing.Any = "",
@@ -16,8 +16,8 @@ def preset_add(
16
16
  ):
17
17
  """Add or remove a Text Editor Preset
18
18
 
19
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
20
- :type execution_context: str | int | None
19
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
20
+ :type execution_context: int | str | None
21
21
  :type undo: bool | None
22
22
  :param name: Name, Name of the preset, used to make the path name
23
23
  :type name: str | typing.Any
@@ -6,44 +6,44 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def new(
9
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
- execution_context: str | int | None = None,
9
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ execution_context: int | str | None = None,
11
11
  undo: bool | None = None,
12
12
  ):
13
13
  """Add a new texture
14
14
 
15
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
16
- :type execution_context: str | int | None
15
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
16
+ :type execution_context: int | str | None
17
17
  :type undo: bool | None
18
18
  """
19
19
 
20
20
  ...
21
21
 
22
22
  def slot_copy(
23
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
24
- execution_context: str | int | None = None,
23
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
24
+ execution_context: int | str | None = None,
25
25
  undo: bool | None = None,
26
26
  ):
27
27
  """Copy the material texture settings and nodes
28
28
 
29
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
30
- :type execution_context: str | int | None
29
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
30
+ :type execution_context: int | str | None
31
31
  :type undo: bool | None
32
32
  """
33
33
 
34
34
  ...
35
35
 
36
36
  def slot_move(
37
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
38
- execution_context: str | int | None = None,
37
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
38
+ execution_context: int | str | None = None,
39
39
  undo: bool | None = None,
40
40
  *,
41
41
  type: str | None = "UP",
42
42
  ):
43
43
  """Move texture slots up and down
44
44
 
45
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
46
- :type execution_context: str | int | None
45
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
46
+ :type execution_context: int | str | None
47
47
  :type undo: bool | None
48
48
  :param type: Type
49
49
  :type type: str | None
@@ -52,14 +52,14 @@ def slot_move(
52
52
  ...
53
53
 
54
54
  def slot_paste(
55
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
56
- execution_context: str | int | None = None,
55
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
56
+ execution_context: int | str | None = None,
57
57
  undo: bool | None = None,
58
58
  ):
59
59
  """Copy the texture settings and nodes
60
60
 
61
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
62
- :type execution_context: str | int | None
61
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
62
+ :type execution_context: int | str | None
63
63
  :type undo: bool | None
64
64
  """
65
65
 
@@ -6,8 +6,8 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def bbone_resize(
9
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
- execution_context: str | int | None = None,
9
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ execution_context: int | str | None = None,
11
11
  undo: bool | None = None,
12
12
  *,
13
13
  value: typing.Any | None = (1.0, 1.0, 1.0),
@@ -25,8 +25,8 @@ def bbone_resize(
25
25
  ):
26
26
  """Scale selected bendy bones display size
27
27
 
28
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
29
- :type execution_context: str | int | None
28
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
29
+ :type execution_context: int | str | None
30
30
  :type undo: bool | None
31
31
  :param value: Display Size
32
32
  :type value: typing.Any | None
@@ -49,8 +49,8 @@ def bbone_resize(
49
49
  ...
50
50
 
51
51
  def bend(
52
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
53
- execution_context: str | int | None = None,
52
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
53
+ execution_context: int | str | None = None,
54
54
  undo: bool | None = None,
55
55
  *,
56
56
  value: typing.Any | None = 0.0,
@@ -68,8 +68,8 @@ def bend(
68
68
  ):
69
69
  """Bend selected items between the 3D cursor and the mouse
70
70
 
71
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
72
- :type execution_context: str | int | None
71
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
72
+ :type execution_context: int | str | None
73
73
  :type undo: bool | None
74
74
  :param value: Angle
75
75
  :type value: typing.Any | None
@@ -100,8 +100,8 @@ def bend(
100
100
  ...
101
101
 
102
102
  def create_orientation(
103
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
104
- execution_context: str | int | None = None,
103
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
104
+ execution_context: int | str | None = None,
105
105
  undo: bool | None = None,
106
106
  *,
107
107
  name: str | typing.Any = "",
@@ -111,8 +111,8 @@ def create_orientation(
111
111
  ):
112
112
  """Create transformation orientation from selection
113
113
 
114
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
115
- :type execution_context: str | int | None
114
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
115
+ :type execution_context: int | str | None
116
116
  :type undo: bool | None
117
117
  :param name: Name, Name of the new custom orientation
118
118
  :type name: str | typing.Any
@@ -127,22 +127,22 @@ def create_orientation(
127
127
  ...
128
128
 
129
129
  def delete_orientation(
130
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
131
- execution_context: str | int | None = None,
130
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
131
+ execution_context: int | str | None = None,
132
132
  undo: bool | None = None,
133
133
  ):
134
134
  """Delete transformation orientation
135
135
 
136
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
137
- :type execution_context: str | int | None
136
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
137
+ :type execution_context: int | str | None
138
138
  :type undo: bool | None
139
139
  """
140
140
 
141
141
  ...
142
142
 
143
143
  def edge_bevelweight(
144
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
145
- execution_context: str | int | None = None,
144
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
145
+ execution_context: int | str | None = None,
146
146
  undo: bool | None = None,
147
147
  *,
148
148
  value: typing.Any | None = 0.0,
@@ -152,8 +152,8 @@ def edge_bevelweight(
152
152
  ):
153
153
  """Change the bevel weight of edges
154
154
 
155
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
156
- :type execution_context: str | int | None
155
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
156
+ :type execution_context: int | str | None
157
157
  :type undo: bool | None
158
158
  :param value: Factor
159
159
  :type value: typing.Any | None
@@ -168,8 +168,8 @@ def edge_bevelweight(
168
168
  ...
169
169
 
170
170
  def edge_crease(
171
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
172
- execution_context: str | int | None = None,
171
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
172
+ execution_context: int | str | None = None,
173
173
  undo: bool | None = None,
174
174
  *,
175
175
  value: typing.Any | None = 0.0,
@@ -179,8 +179,8 @@ def edge_crease(
179
179
  ):
180
180
  """Change the crease of edges
181
181
 
182
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
183
- :type execution_context: str | int | None
182
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
183
+ :type execution_context: int | str | None
184
184
  :type undo: bool | None
185
185
  :param value: Factor
186
186
  :type value: typing.Any | None
@@ -195,8 +195,8 @@ def edge_crease(
195
195
  ...
196
196
 
197
197
  def edge_slide(
198
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
199
- execution_context: str | int | None = None,
198
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
199
+ execution_context: int | str | None = None,
200
200
  undo: bool | None = None,
201
201
  *,
202
202
  value: typing.Any | None = 0.0,
@@ -220,8 +220,8 @@ def edge_slide(
220
220
  ):
221
221
  """Slide an edge loop along a mesh
222
222
 
223
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
224
- :type execution_context: str | int | None
223
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
224
+ :type execution_context: int | str | None
225
225
  :type undo: bool | None
226
226
  :param value: Factor
227
227
  :type value: typing.Any | None
@@ -264,22 +264,22 @@ def edge_slide(
264
264
  ...
265
265
 
266
266
  def from_gizmo(
267
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
268
- execution_context: str | int | None = None,
267
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
268
+ execution_context: int | str | None = None,
269
269
  undo: bool | None = None,
270
270
  ):
271
271
  """Transform selected items by mode type
272
272
 
273
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
274
- :type execution_context: str | int | None
273
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
274
+ :type execution_context: int | str | None
275
275
  :type undo: bool | None
276
276
  """
277
277
 
278
278
  ...
279
279
 
280
280
  def mirror(
281
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
282
- execution_context: str | int | None = None,
281
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
282
+ execution_context: int | str | None = None,
283
283
  undo: bool | None = None,
284
284
  *,
285
285
  orient_type: str | None = "GLOBAL",
@@ -297,8 +297,8 @@ def mirror(
297
297
  ):
298
298
  """Mirror selected items around one or more axes
299
299
 
300
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
301
- :type execution_context: str | int | None
300
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
301
+ :type execution_context: int | str | None
302
302
  :type undo: bool | None
303
303
  :param orient_type: Orientation, Transformation orientation
304
304
  :type orient_type: str | None
@@ -321,8 +321,8 @@ def mirror(
321
321
  ...
322
322
 
323
323
  def push_pull(
324
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
325
- execution_context: str | int | None = None,
324
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
325
+ execution_context: int | str | None = None,
326
326
  undo: bool | None = None,
327
327
  *,
328
328
  value: typing.Any | None = 0.0,
@@ -339,8 +339,8 @@ def push_pull(
339
339
  ):
340
340
  """Push/Pull selected items
341
341
 
342
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
343
- :type execution_context: str | int | None
342
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
343
+ :type execution_context: int | str | None
344
344
  :type undo: bool | None
345
345
  :param value: Distance
346
346
  :type value: typing.Any | None
@@ -369,8 +369,8 @@ def push_pull(
369
369
  ...
370
370
 
371
371
  def resize(
372
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
373
- execution_context: str | int | None = None,
372
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
373
+ execution_context: int | str | None = None,
374
374
  undo: bool | None = None,
375
375
  *,
376
376
  value: typing.Any | None = (1.0, 1.0, 1.0),
@@ -408,8 +408,8 @@ def resize(
408
408
  ):
409
409
  """Scale (resize) selected items
410
410
 
411
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
412
- :type execution_context: str | int | None
411
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
412
+ :type execution_context: int | str | None
413
413
  :type undo: bool | None
414
414
  :param value: Scale
415
415
  :type value: typing.Any | None
@@ -472,8 +472,8 @@ def resize(
472
472
  ...
473
473
 
474
474
  def rotate(
475
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
476
- execution_context: str | int | None = None,
475
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
476
+ execution_context: int | str | None = None,
477
477
  undo: bool | None = None,
478
478
  *,
479
479
  value: typing.Any | None = 0.0,
@@ -508,8 +508,8 @@ def rotate(
508
508
  ):
509
509
  """Rotate selected items
510
510
 
511
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
512
- :type execution_context: str | int | None
511
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
512
+ :type execution_context: int | str | None
513
513
  :type undo: bool | None
514
514
  :param value: Angle
515
515
  :type value: typing.Any | None
@@ -566,8 +566,8 @@ def rotate(
566
566
  ...
567
567
 
568
568
  def rotate_normal(
569
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
570
- execution_context: str | int | None = None,
569
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
570
+ execution_context: int | str | None = None,
571
571
  undo: bool | None = None,
572
572
  *,
573
573
  value: typing.Any | None = 0.0,
@@ -586,8 +586,8 @@ def rotate_normal(
586
586
  ):
587
587
  """Rotate split normal of selected items
588
588
 
589
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
590
- :type execution_context: str | int | None
589
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
590
+ :type execution_context: int | str | None
591
591
  :type undo: bool | None
592
592
  :param value: Angle
593
593
  :type value: typing.Any | None
@@ -612,16 +612,16 @@ def rotate_normal(
612
612
  ...
613
613
 
614
614
  def select_orientation(
615
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
616
- execution_context: str | int | None = None,
615
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
616
+ execution_context: int | str | None = None,
617
617
  undo: bool | None = None,
618
618
  *,
619
619
  orientation: str | None = "GLOBAL",
620
620
  ):
621
621
  """Select transformation orientation
622
622
 
623
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
624
- :type execution_context: str | int | None
623
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
624
+ :type execution_context: int | str | None
625
625
  :type undo: bool | None
626
626
  :param orientation: Orientation, Transformation orientation
627
627
  :type orientation: str | None
@@ -630,11 +630,12 @@ def select_orientation(
630
630
  ...
631
631
 
632
632
  def seq_slide(
633
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
634
- execution_context: str | int | None = None,
633
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
634
+ execution_context: int | str | None = None,
635
635
  undo: bool | None = None,
636
636
  *,
637
637
  value: typing.Any | None = (0.0, 0.0),
638
+ use_restore_handle_selection: bool | typing.Any | None = False,
638
639
  snap: bool | typing.Any | None = False,
639
640
  view2d_edge_pan: bool | typing.Any | None = False,
640
641
  release_confirm: bool | typing.Any | None = False,
@@ -642,11 +643,13 @@ def seq_slide(
642
643
  ):
643
644
  """Slide a sequence strip in time
644
645
 
645
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
646
- :type execution_context: str | int | None
646
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
647
+ :type execution_context: int | str | None
647
648
  :type undo: bool | None
648
649
  :param value: Offset
649
650
  :type value: typing.Any | None
651
+ :param use_restore_handle_selection: Restore Handle Selection, Restore handle selection after tweaking
652
+ :type use_restore_handle_selection: bool | typing.Any | None
650
653
  :param snap: Use Snapping Options
651
654
  :type snap: bool | typing.Any | None
652
655
  :param view2d_edge_pan: Edge Pan, Enable edge panning in 2D view
@@ -660,8 +663,8 @@ def seq_slide(
660
663
  ...
661
664
 
662
665
  def shear(
663
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
664
- execution_context: str | int | None = None,
666
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
667
+ execution_context: int | str | None = None,
665
668
  undo: bool | None = None,
666
669
  *,
667
670
  value: typing.Any | None = 0.0,
@@ -687,8 +690,8 @@ def shear(
687
690
  ):
688
691
  """Shear selected items along the given axis
689
692
 
690
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
691
- :type execution_context: str | int | None
693
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
694
+ :type execution_context: int | str | None
692
695
  :type undo: bool | None
693
696
  :param value: Offset
694
697
  :type value: typing.Any | None
@@ -727,8 +730,8 @@ def shear(
727
730
  ...
728
731
 
729
732
  def shrink_fatten(
730
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
731
- execution_context: str | int | None = None,
733
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
734
+ execution_context: int | str | None = None,
732
735
  undo: bool | None = None,
733
736
  *,
734
737
  value: typing.Any | None = 0.0,
@@ -745,8 +748,8 @@ def shrink_fatten(
745
748
  ):
746
749
  """Shrink/fatten selected vertices along normals
747
750
 
748
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
749
- :type execution_context: str | int | None
751
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
752
+ :type execution_context: int | str | None
750
753
  :type undo: bool | None
751
754
  :param value: Offset
752
755
  :type value: typing.Any | None
@@ -775,8 +778,8 @@ def shrink_fatten(
775
778
  ...
776
779
 
777
780
  def skin_resize(
778
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
779
- execution_context: str | int | None = None,
781
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
782
+ execution_context: int | str | None = None,
780
783
  undo: bool | None = None,
781
784
  *,
782
785
  value: typing.Any | None = (1.0, 1.0, 1.0),
@@ -808,8 +811,8 @@ def skin_resize(
808
811
  ):
809
812
  """Scale selected vertices' skin radii
810
813
 
811
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
812
- :type execution_context: str | int | None
814
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
815
+ :type execution_context: int | str | None
813
816
  :type undo: bool | None
814
817
  :param value: Scale
815
818
  :type value: typing.Any | None
@@ -860,8 +863,8 @@ def skin_resize(
860
863
  ...
861
864
 
862
865
  def tilt(
863
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
864
- 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,
865
868
  undo: bool | None = None,
866
869
  *,
867
870
  value: typing.Any | None = 0.0,
@@ -877,8 +880,8 @@ def tilt(
877
880
  ):
878
881
  """Tilt selected control vertices of 3D curve
879
882
 
880
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
881
- :type execution_context: str | int | None
883
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
884
+ :type execution_context: int | str | None
882
885
  :type undo: bool | None
883
886
  :param value: Angle
884
887
  :type value: typing.Any | None
@@ -905,8 +908,8 @@ def tilt(
905
908
  ...
906
909
 
907
910
  def tosphere(
908
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
909
- execution_context: str | int | None = None,
911
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
912
+ execution_context: int | str | None = None,
910
913
  undo: bool | None = None,
911
914
  *,
912
915
  value: typing.Any | None = 0.0,
@@ -924,8 +927,8 @@ def tosphere(
924
927
  ):
925
928
  """Move selected items outward in a spherical shape around geometric center
926
929
 
927
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
928
- :type execution_context: str | int | None
930
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
931
+ :type execution_context: int | str | None
929
932
  :type undo: bool | None
930
933
  :param value: Factor
931
934
  :type value: typing.Any | None
@@ -956,8 +959,8 @@ def tosphere(
956
959
  ...
957
960
 
958
961
  def trackball(
959
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
960
- execution_context: str | int | None = None,
962
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
963
+ execution_context: int | str | None = None,
961
964
  undo: bool | None = None,
962
965
  *,
963
966
  value: typing.Any | None = (0.0, 0.0),
@@ -975,8 +978,8 @@ def trackball(
975
978
  ):
976
979
  """Trackball style rotation of selected items
977
980
 
978
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
979
- :type execution_context: str | int | None
981
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
982
+ :type execution_context: int | str | None
980
983
  :type undo: bool | None
981
984
  :param value: Angle
982
985
  :type value: typing.Any | None
@@ -1007,8 +1010,8 @@ def trackball(
1007
1010
  ...
1008
1011
 
1009
1012
  def transform(
1010
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1011
- execution_context: str | int | None = None,
1013
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1014
+ execution_context: int | str | None = None,
1012
1015
  undo: bool | None = None,
1013
1016
  *,
1014
1017
  mode: str | None = "TRANSLATION",
@@ -1050,8 +1053,8 @@ def transform(
1050
1053
  ):
1051
1054
  """Transform selected items by mode type
1052
1055
 
1053
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1054
- :type execution_context: str | int | None
1056
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1057
+ :type execution_context: int | str | None
1055
1058
  :type undo: bool | None
1056
1059
  :param mode: Mode
1057
1060
  :type mode: str | None
@@ -1122,8 +1125,8 @@ def transform(
1122
1125
  ...
1123
1126
 
1124
1127
  def translate(
1125
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1126
- execution_context: str | int | None = None,
1128
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1129
+ execution_context: int | str | None = None,
1127
1130
  undo: bool | None = None,
1128
1131
  *,
1129
1132
  value: typing.Any | None = (0.0, 0.0, 0.0),
@@ -1164,8 +1167,8 @@ def translate(
1164
1167
  ):
1165
1168
  """Move selected items
1166
1169
 
1167
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1168
- :type execution_context: str | int | None
1170
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1171
+ :type execution_context: int | str | None
1169
1172
  :type undo: bool | None
1170
1173
  :param value: Move
1171
1174
  :type value: typing.Any | None
@@ -1234,8 +1237,8 @@ def translate(
1234
1237
  ...
1235
1238
 
1236
1239
  def vert_crease(
1237
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1238
- execution_context: str | int | None = None,
1240
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1241
+ execution_context: int | str | None = None,
1239
1242
  undo: bool | None = None,
1240
1243
  *,
1241
1244
  value: typing.Any | None = 0.0,
@@ -1245,8 +1248,8 @@ def vert_crease(
1245
1248
  ):
1246
1249
  """Change the crease of vertices
1247
1250
 
1248
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1249
- :type execution_context: str | int | None
1251
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1252
+ :type execution_context: int | str | None
1250
1253
  :type undo: bool | None
1251
1254
  :param value: Factor
1252
1255
  :type value: typing.Any | None
@@ -1261,8 +1264,8 @@ def vert_crease(
1261
1264
  ...
1262
1265
 
1263
1266
  def vert_slide(
1264
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1265
- execution_context: str | int | None = None,
1267
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1268
+ execution_context: int | str | None = None,
1266
1269
  undo: bool | None = None,
1267
1270
  *,
1268
1271
  value: typing.Any | None = 0.0,
@@ -1285,8 +1288,8 @@ def vert_slide(
1285
1288
  ):
1286
1289
  """Slide a vertex along a mesh
1287
1290
 
1288
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1289
- :type execution_context: str | int | None
1291
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1292
+ :type execution_context: int | str | None
1290
1293
  :type undo: bool | None
1291
1294
  :param value: Factor
1292
1295
  :type value: typing.Any | None
@@ -1327,8 +1330,8 @@ def vert_slide(
1327
1330
  ...
1328
1331
 
1329
1332
  def vertex_random(
1330
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1331
- execution_context: str | int | None = None,
1333
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1334
+ execution_context: int | str | None = None,
1332
1335
  undo: bool | None = None,
1333
1336
  *,
1334
1337
  offset: typing.Any | None = 0.0,
@@ -1339,8 +1342,8 @@ def vertex_random(
1339
1342
  ):
1340
1343
  """Randomize vertices
1341
1344
 
1342
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1343
- :type execution_context: str | int | None
1345
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1346
+ :type execution_context: int | str | None
1344
1347
  :type undo: bool | None
1345
1348
  :param offset: Amount, Distance to offset
1346
1349
  :type offset: typing.Any | None
@@ -1357,8 +1360,8 @@ def vertex_random(
1357
1360
  ...
1358
1361
 
1359
1362
  def vertex_warp(
1360
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1361
- execution_context: str | int | None = None,
1363
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1364
+ execution_context: int | str | None = None,
1362
1365
  undo: bool | None = None,
1363
1366
  *,
1364
1367
  warp_angle: typing.Any | None = 6.28319,
@@ -1375,8 +1378,8 @@ def vertex_warp(
1375
1378
  ):
1376
1379
  """Warp vertices around the cursor
1377
1380
 
1378
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1379
- :type execution_context: str | int | None
1381
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1382
+ :type execution_context: int | str | None
1380
1383
  :type undo: bool | None
1381
1384
  :param warp_angle: Warp Angle, Amount to warp about the cursor
1382
1385
  :type warp_angle: typing.Any | None