fake-bpy-module 20240326__py3-none-any.whl → 20240329__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (117) hide show
  1. aud/__init__.pyi +34 -96
  2. bgl/__init__.pyi +1265 -2417
  3. bl_math/__init__.pyi +3 -14
  4. bl_operators/presets/__init__.pyi +167 -0
  5. bl_operators/view3d/__init__.pyi +248 -0
  6. bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
  7. blf/__init__.pyi +13 -50
  8. bmesh/ops/__init__.pyi +68 -142
  9. bmesh/types/__init__.pyi +18 -44
  10. bmesh/utils/__init__.pyi +2 -6
  11. bpy/app/icons/__init__.pyi +2 -4
  12. bpy/app/timers/__init__.pyi +2 -6
  13. bpy/ops/action/__init__.pyi +92 -93
  14. bpy/ops/anim/__init__.pyi +104 -104
  15. bpy/ops/armature/__init__.pyi +108 -112
  16. bpy/ops/asset/__init__.pyi +32 -32
  17. bpy/ops/boid/__init__.pyi +18 -18
  18. bpy/ops/brush/__init__.pyi +18 -18
  19. bpy/ops/buttons/__init__.pyi +12 -12
  20. bpy/ops/cachefile/__init__.pyi +10 -10
  21. bpy/ops/camera/__init__.pyi +4 -4
  22. bpy/ops/clip/__init__.pyi +194 -195
  23. bpy/ops/cloth/__init__.pyi +2 -2
  24. bpy/ops/collection/__init__.pyi +10 -10
  25. bpy/ops/console/__init__.pyi +42 -42
  26. bpy/ops/constraint/__init__.pyi +36 -36
  27. bpy/ops/curve/__init__.pyi +114 -118
  28. bpy/ops/curves/__init__.pyi +55 -53
  29. bpy/ops/cycles/__init__.pyi +6 -6
  30. bpy/ops/dpaint/__init__.pyi +12 -12
  31. bpy/ops/ed/__init__.pyi +24 -24
  32. bpy/ops/export_anim/__init__.pyi +2 -2
  33. bpy/ops/export_mesh/__init__.pyi +2 -2
  34. bpy/ops/export_scene/__init__.pyi +7 -7
  35. bpy/ops/file/__init__.pyi +80 -83
  36. bpy/ops/fluid/__init__.pyi +28 -28
  37. bpy/ops/font/__init__.pyi +46 -46
  38. bpy/ops/geometry/__init__.pyi +38 -38
  39. bpy/ops/gizmogroup/__init__.pyi +4 -4
  40. bpy/ops/gpencil/__init__.pyi +308 -309
  41. bpy/ops/graph/__init__.pyi +150 -151
  42. bpy/ops/grease_pencil/__init__.pyi +114 -115
  43. bpy/ops/image/__init__.pyi +100 -100
  44. bpy/ops/import_anim/__init__.pyi +2 -2
  45. bpy/ops/import_curve/__init__.pyi +2 -2
  46. bpy/ops/import_mesh/__init__.pyi +2 -2
  47. bpy/ops/import_scene/__init__.pyi +6 -6
  48. bpy/ops/info/__init__.pyi +14 -14
  49. bpy/ops/lattice/__init__.pyi +16 -16
  50. bpy/ops/marker/__init__.pyi +22 -22
  51. bpy/ops/mask/__init__.pyi +90 -91
  52. bpy/ops/material/__init__.pyi +6 -6
  53. bpy/ops/mball/__init__.pyi +20 -21
  54. bpy/ops/mesh/__init__.pyi +429 -427
  55. bpy/ops/nla/__init__.pyi +90 -91
  56. bpy/ops/node/__init__.pyi +242 -243
  57. bpy/ops/object/__init__.pyi +572 -567
  58. bpy/ops/outliner/__init__.pyi +142 -142
  59. bpy/ops/paint/__init__.pyi +182 -126
  60. bpy/ops/paintcurve/__init__.pyi +20 -20
  61. bpy/ops/palette/__init__.pyi +14 -14
  62. bpy/ops/particle/__init__.pyi +72 -72
  63. bpy/ops/pose/__init__.pyi +90 -90
  64. bpy/ops/poselib/__init__.pyi +18 -18
  65. bpy/ops/preferences/__init__.pyi +76 -76
  66. bpy/ops/ptcache/__init__.pyi +14 -14
  67. bpy/ops/render/__init__.pyi +24 -24
  68. bpy/ops/rigidbody/__init__.pyi +34 -34
  69. bpy/ops/scene/__init__.pyi +86 -86
  70. bpy/ops/screen/__init__.pyi +84 -84
  71. bpy/ops/script/__init__.pyi +6 -6
  72. bpy/ops/sculpt/__init__.pyi +80 -62
  73. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  74. bpy/ops/sequencer/__init__.pyi +184 -185
  75. bpy/ops/sound/__init__.pyi +16 -16
  76. bpy/ops/spreadsheet/__init__.pyi +8 -8
  77. bpy/ops/surface/__init__.pyi +12 -12
  78. bpy/ops/text/__init__.pyi +86 -86
  79. bpy/ops/text_editor/__init__.pyi +2 -2
  80. bpy/ops/texture/__init__.pyi +8 -8
  81. bpy/ops/transform/__init__.pyi +112 -112
  82. bpy/ops/ui/__init__.pyi +64 -64
  83. bpy/ops/uilist/__init__.pyi +6 -6
  84. bpy/ops/uv/__init__.pyi +104 -105
  85. bpy/ops/view2d/__init__.pyi +28 -28
  86. bpy/ops/view3d/__init__.pyi +134 -134
  87. bpy/ops/wm/__init__.pyi +253 -230
  88. bpy/ops/workspace/__init__.pyi +14 -14
  89. bpy/ops/world/__init__.pyi +2 -2
  90. bpy/props/__init__.pyi +29 -52
  91. bpy/types/__init__.pyi +4648 -3095
  92. bpy/utils/__init__.pyi +3 -6
  93. bpy/utils/units/__init__.pyi +3 -6
  94. bpy_extras/io_utils/__init__.pyi +8 -0
  95. bpy_types/__init__.pyi +3 -0
  96. {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
  97. {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +117 -117
  98. freestyle/chainingiterators/__init__.pyi +5 -12
  99. freestyle/functions/__init__.pyi +19 -73
  100. freestyle/predicates/__init__.pyi +8 -21
  101. freestyle/shaders/__init__.pyi +32 -81
  102. freestyle/types/__init__.pyi +100 -270
  103. freestyle/utils/ContextFunctions/__init__.pyi +7 -27
  104. freestyle/utils/__init__.pyi +1 -2
  105. gpu/capabilities/__init__.pyi +15 -32
  106. gpu/matrix/__init__.pyi +1 -2
  107. gpu/state/__init__.pyi +4 -10
  108. gpu/types/__init__.pyi +29 -87
  109. gpu_extras/presets/__init__.pyi +4 -16
  110. imbuf/types/__init__.pyi +4 -10
  111. mathutils/__init__.pyi +106 -257
  112. mathutils/bvhtree/__init__.pyi +7 -15
  113. mathutils/geometry/__init__.pyi +9 -18
  114. mathutils/kdtree/__init__.pyi +4 -11
  115. mathutils/noise/__init__.pyi +41 -82
  116. {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
  117. {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def bbone_resize(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: typing.Union[str, int] = None,
8
+ execution_context: str = None,
9
9
  undo: bool = None,
10
10
  value: typing.Any = (1.0, 1.0, 1.0),
11
11
  orient_type: typing.Union[str, int, typing.Any] = "GLOBAL",
@@ -23,7 +23,7 @@ def bbone_resize(
23
23
  """Scale selected bendy bones display size
24
24
 
25
25
  :type override_context: typing.Union[dict, bpy.types.Context]
26
- :type execution_context: typing.Union[str, int]
26
+ :type execution_context: str
27
27
  :type undo: bool
28
28
  :param value: Display Size
29
29
  :type value: typing.Any
@@ -47,12 +47,12 @@ def bbone_resize(
47
47
 
48
48
  def bend(
49
49
  override_context: typing.Union[dict, bpy.types.Context] = None,
50
- execution_context: typing.Union[str, int] = None,
50
+ execution_context: str = None,
51
51
  undo: bool = None,
52
52
  value: typing.Any = 0.0,
53
53
  mirror: typing.Union[bool, typing.Any] = False,
54
54
  use_proportional_edit: typing.Union[bool, typing.Any] = False,
55
- proportional_edit_falloff: typing.Any = "SMOOTH",
55
+ proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
56
56
  proportional_size: typing.Any = 1.0,
57
57
  use_proportional_connected: typing.Union[bool, typing.Any] = False,
58
58
  use_proportional_projected: typing.Union[bool, typing.Any] = False,
@@ -65,7 +65,7 @@ def bend(
65
65
  """Bend selected items between the 3D cursor and the mouse
66
66
 
67
67
  :type override_context: typing.Union[dict, bpy.types.Context]
68
- :type execution_context: typing.Union[str, int]
68
+ :type execution_context: str
69
69
  :type undo: bool
70
70
  :param value: Angle
71
71
  :type value: typing.Any
@@ -74,7 +74,7 @@ def bend(
74
74
  :param use_proportional_edit: Proportional Editing
75
75
  :type use_proportional_edit: typing.Union[bool, typing.Any]
76
76
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
77
- :type proportional_edit_falloff: typing.Any
77
+ :type proportional_edit_falloff: typing.Union[str, int]
78
78
  :param proportional_size: Proportional Size
79
79
  :type proportional_size: typing.Any
80
80
  :param use_proportional_connected: Connected
@@ -97,7 +97,7 @@ def bend(
97
97
 
98
98
  def create_orientation(
99
99
  override_context: typing.Union[dict, bpy.types.Context] = None,
100
- execution_context: typing.Union[str, int] = None,
100
+ execution_context: str = None,
101
101
  undo: bool = None,
102
102
  name: typing.Union[str, typing.Any] = "",
103
103
  use_view: typing.Union[bool, typing.Any] = False,
@@ -107,7 +107,7 @@ def create_orientation(
107
107
  """Create transformation orientation from selection
108
108
 
109
109
  :type override_context: typing.Union[dict, bpy.types.Context]
110
- :type execution_context: typing.Union[str, int]
110
+ :type execution_context: str
111
111
  :type undo: bool
112
112
  :param name: Name, Name of the new custom orientation
113
113
  :type name: typing.Union[str, typing.Any]
@@ -123,13 +123,13 @@ def create_orientation(
123
123
 
124
124
  def delete_orientation(
125
125
  override_context: typing.Union[dict, bpy.types.Context] = None,
126
- execution_context: typing.Union[str, int] = None,
126
+ execution_context: str = None,
127
127
  undo: bool = None,
128
128
  ):
129
129
  """Delete transformation orientation
130
130
 
131
131
  :type override_context: typing.Union[dict, bpy.types.Context]
132
- :type execution_context: typing.Union[str, int]
132
+ :type execution_context: str
133
133
  :type undo: bool
134
134
  """
135
135
 
@@ -137,7 +137,7 @@ def delete_orientation(
137
137
 
138
138
  def edge_bevelweight(
139
139
  override_context: typing.Union[dict, bpy.types.Context] = None,
140
- execution_context: typing.Union[str, int] = None,
140
+ execution_context: str = None,
141
141
  undo: bool = None,
142
142
  value: typing.Any = 0.0,
143
143
  snap: typing.Union[bool, typing.Any] = False,
@@ -147,7 +147,7 @@ def edge_bevelweight(
147
147
  """Change the bevel weight of edges
148
148
 
149
149
  :type override_context: typing.Union[dict, bpy.types.Context]
150
- :type execution_context: typing.Union[str, int]
150
+ :type execution_context: str
151
151
  :type undo: bool
152
152
  :param value: Factor
153
153
  :type value: typing.Any
@@ -163,7 +163,7 @@ def edge_bevelweight(
163
163
 
164
164
  def edge_crease(
165
165
  override_context: typing.Union[dict, bpy.types.Context] = None,
166
- execution_context: typing.Union[str, int] = None,
166
+ execution_context: str = None,
167
167
  undo: bool = None,
168
168
  value: typing.Any = 0.0,
169
169
  snap: typing.Union[bool, typing.Any] = False,
@@ -173,7 +173,7 @@ def edge_crease(
173
173
  """Change the crease of edges
174
174
 
175
175
  :type override_context: typing.Union[dict, bpy.types.Context]
176
- :type execution_context: typing.Union[str, int]
176
+ :type execution_context: str
177
177
  :type undo: bool
178
178
  :param value: Factor
179
179
  :type value: typing.Any
@@ -189,7 +189,7 @@ def edge_crease(
189
189
 
190
190
  def edge_slide(
191
191
  override_context: typing.Union[dict, bpy.types.Context] = None,
192
- execution_context: typing.Union[str, int] = None,
192
+ execution_context: str = None,
193
193
  undo: bool = None,
194
194
  value: typing.Any = 0.0,
195
195
  single_side: typing.Union[bool, typing.Any] = False,
@@ -200,7 +200,7 @@ def edge_slide(
200
200
  snap: typing.Union[bool, typing.Any] = False,
201
201
  snap_elements: typing.Any = {'"INCREMENT"'},
202
202
  use_snap_project: typing.Union[bool, typing.Any] = False,
203
- snap_target: typing.Any = "CLOSEST",
203
+ snap_target: typing.Union[str, int] = "CLOSEST",
204
204
  use_snap_self: typing.Union[bool, typing.Any] = True,
205
205
  use_snap_edit: typing.Union[bool, typing.Any] = True,
206
206
  use_snap_nonedit: typing.Union[bool, typing.Any] = True,
@@ -213,7 +213,7 @@ def edge_slide(
213
213
  """Slide an edge loop along a mesh
214
214
 
215
215
  :type override_context: typing.Union[dict, bpy.types.Context]
216
- :type execution_context: typing.Union[str, int]
216
+ :type execution_context: str
217
217
  :type undo: bool
218
218
  :param value: Factor
219
219
  :type value: typing.Any
@@ -234,7 +234,7 @@ def edge_slide(
234
234
  :param use_snap_project: Project Individual Elements
235
235
  :type use_snap_project: typing.Union[bool, typing.Any]
236
236
  :param snap_target: Snap Base, Point on source that will snap to target
237
- :type snap_target: typing.Any
237
+ :type snap_target: typing.Union[str, int]
238
238
  :param use_snap_self: Target: Include Active
239
239
  :type use_snap_self: typing.Union[bool, typing.Any]
240
240
  :param use_snap_edit: Target: Include Edit
@@ -257,13 +257,13 @@ def edge_slide(
257
257
 
258
258
  def from_gizmo(
259
259
  override_context: typing.Union[dict, bpy.types.Context] = None,
260
- execution_context: typing.Union[str, int] = None,
260
+ execution_context: str = None,
261
261
  undo: bool = None,
262
262
  ):
263
263
  """Transform selected items by mode type
264
264
 
265
265
  :type override_context: typing.Union[dict, bpy.types.Context]
266
- :type execution_context: typing.Union[str, int]
266
+ :type execution_context: str
267
267
  :type undo: bool
268
268
  """
269
269
 
@@ -271,7 +271,7 @@ def from_gizmo(
271
271
 
272
272
  def mirror(
273
273
  override_context: typing.Union[dict, bpy.types.Context] = None,
274
- execution_context: typing.Union[str, int] = None,
274
+ execution_context: str = None,
275
275
  undo: bool = None,
276
276
  orient_type: typing.Union[str, int, typing.Any] = "GLOBAL",
277
277
  orient_matrix: typing.Any = ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)),
@@ -289,7 +289,7 @@ def mirror(
289
289
  """Mirror selected items around one or more axes
290
290
 
291
291
  :type override_context: typing.Union[dict, bpy.types.Context]
292
- :type execution_context: typing.Union[str, int]
292
+ :type execution_context: str
293
293
  :type undo: bool
294
294
  :param orient_type: Orientation, Transformation orientation
295
295
  :type orient_type: typing.Union[str, int, typing.Any]
@@ -313,12 +313,12 @@ def mirror(
313
313
 
314
314
  def push_pull(
315
315
  override_context: typing.Union[dict, bpy.types.Context] = None,
316
- execution_context: typing.Union[str, int] = None,
316
+ execution_context: str = None,
317
317
  undo: bool = None,
318
318
  value: typing.Any = 0.0,
319
319
  mirror: typing.Union[bool, typing.Any] = False,
320
320
  use_proportional_edit: typing.Union[bool, typing.Any] = False,
321
- proportional_edit_falloff: typing.Any = "SMOOTH",
321
+ proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
322
322
  proportional_size: typing.Any = 1.0,
323
323
  use_proportional_connected: typing.Union[bool, typing.Any] = False,
324
324
  use_proportional_projected: typing.Union[bool, typing.Any] = False,
@@ -330,7 +330,7 @@ def push_pull(
330
330
  """Push/Pull selected items
331
331
 
332
332
  :type override_context: typing.Union[dict, bpy.types.Context]
333
- :type execution_context: typing.Union[str, int]
333
+ :type execution_context: str
334
334
  :type undo: bool
335
335
  :param value: Distance
336
336
  :type value: typing.Any
@@ -339,7 +339,7 @@ def push_pull(
339
339
  :param use_proportional_edit: Proportional Editing
340
340
  :type use_proportional_edit: typing.Union[bool, typing.Any]
341
341
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
342
- :type proportional_edit_falloff: typing.Any
342
+ :type proportional_edit_falloff: typing.Union[str, int]
343
343
  :param proportional_size: Proportional Size
344
344
  :type proportional_size: typing.Any
345
345
  :param use_proportional_connected: Connected
@@ -360,7 +360,7 @@ def push_pull(
360
360
 
361
361
  def resize(
362
362
  override_context: typing.Union[dict, bpy.types.Context] = None,
363
- execution_context: typing.Union[str, int] = None,
363
+ execution_context: str = None,
364
364
  undo: bool = None,
365
365
  value: typing.Any = (1.0, 1.0, 1.0),
366
366
  mouse_dir_constraint: typing.Any = (0.0, 0.0, 0.0),
@@ -374,14 +374,14 @@ def resize(
374
374
  ),
375
375
  mirror: typing.Union[bool, typing.Any] = False,
376
376
  use_proportional_edit: typing.Union[bool, typing.Any] = False,
377
- proportional_edit_falloff: typing.Any = "SMOOTH",
377
+ proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
378
378
  proportional_size: typing.Any = 1.0,
379
379
  use_proportional_connected: typing.Union[bool, typing.Any] = False,
380
380
  use_proportional_projected: typing.Union[bool, typing.Any] = False,
381
381
  snap: typing.Union[bool, typing.Any] = False,
382
382
  snap_elements: typing.Any = {'"INCREMENT"'},
383
383
  use_snap_project: typing.Union[bool, typing.Any] = False,
384
- snap_target: typing.Any = "CLOSEST",
384
+ snap_target: typing.Union[str, int] = "CLOSEST",
385
385
  use_snap_self: typing.Union[bool, typing.Any] = True,
386
386
  use_snap_edit: typing.Union[bool, typing.Any] = True,
387
387
  use_snap_nonedit: typing.Union[bool, typing.Any] = True,
@@ -398,7 +398,7 @@ def resize(
398
398
  """Scale (resize) selected items
399
399
 
400
400
  :type override_context: typing.Union[dict, bpy.types.Context]
401
- :type execution_context: typing.Union[str, int]
401
+ :type execution_context: str
402
402
  :type undo: bool
403
403
  :param value: Scale
404
404
  :type value: typing.Any
@@ -417,7 +417,7 @@ def resize(
417
417
  :param use_proportional_edit: Proportional Editing
418
418
  :type use_proportional_edit: typing.Union[bool, typing.Any]
419
419
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
420
- :type proportional_edit_falloff: typing.Any
420
+ :type proportional_edit_falloff: typing.Union[str, int]
421
421
  :param proportional_size: Proportional Size
422
422
  :type proportional_size: typing.Any
423
423
  :param use_proportional_connected: Connected
@@ -431,7 +431,7 @@ def resize(
431
431
  :param use_snap_project: Project Individual Elements
432
432
  :type use_snap_project: typing.Union[bool, typing.Any]
433
433
  :param snap_target: Snap Base, Point on source that will snap to target
434
- :type snap_target: typing.Any
434
+ :type snap_target: typing.Union[str, int]
435
435
  :param use_snap_self: Target: Include Active
436
436
  :type use_snap_self: typing.Union[bool, typing.Any]
437
437
  :param use_snap_edit: Target: Include Edit
@@ -462,10 +462,10 @@ def resize(
462
462
 
463
463
  def rotate(
464
464
  override_context: typing.Union[dict, bpy.types.Context] = None,
465
- execution_context: typing.Union[str, int] = None,
465
+ execution_context: str = None,
466
466
  undo: bool = None,
467
467
  value: typing.Any = 0.0,
468
- orient_axis: typing.Any = "Z",
468
+ orient_axis: typing.Union[str, int] = "Z",
469
469
  orient_type: typing.Union[str, int, typing.Any] = "GLOBAL",
470
470
  orient_matrix: typing.Any = ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)),
471
471
  orient_matrix_type: typing.Union[str, int, typing.Any] = "GLOBAL",
@@ -476,14 +476,14 @@ def rotate(
476
476
  ),
477
477
  mirror: typing.Union[bool, typing.Any] = False,
478
478
  use_proportional_edit: typing.Union[bool, typing.Any] = False,
479
- proportional_edit_falloff: typing.Any = "SMOOTH",
479
+ proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
480
480
  proportional_size: typing.Any = 1.0,
481
481
  use_proportional_connected: typing.Union[bool, typing.Any] = False,
482
482
  use_proportional_projected: typing.Union[bool, typing.Any] = False,
483
483
  snap: typing.Union[bool, typing.Any] = False,
484
484
  snap_elements: typing.Any = {'"INCREMENT"'},
485
485
  use_snap_project: typing.Union[bool, typing.Any] = False,
486
- snap_target: typing.Any = "CLOSEST",
486
+ snap_target: typing.Union[str, int] = "CLOSEST",
487
487
  use_snap_self: typing.Union[bool, typing.Any] = True,
488
488
  use_snap_edit: typing.Union[bool, typing.Any] = True,
489
489
  use_snap_nonedit: typing.Union[bool, typing.Any] = True,
@@ -497,12 +497,12 @@ def rotate(
497
497
  """Rotate selected items
498
498
 
499
499
  :type override_context: typing.Union[dict, bpy.types.Context]
500
- :type execution_context: typing.Union[str, int]
500
+ :type execution_context: str
501
501
  :type undo: bool
502
502
  :param value: Angle
503
503
  :type value: typing.Any
504
504
  :param orient_axis: Axis
505
- :type orient_axis: typing.Any
505
+ :type orient_axis: typing.Union[str, int]
506
506
  :param orient_type: Orientation, Transformation orientation
507
507
  :type orient_type: typing.Union[str, int, typing.Any]
508
508
  :param orient_matrix: Matrix
@@ -516,7 +516,7 @@ def rotate(
516
516
  :param use_proportional_edit: Proportional Editing
517
517
  :type use_proportional_edit: typing.Union[bool, typing.Any]
518
518
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
519
- :type proportional_edit_falloff: typing.Any
519
+ :type proportional_edit_falloff: typing.Union[str, int]
520
520
  :param proportional_size: Proportional Size
521
521
  :type proportional_size: typing.Any
522
522
  :param use_proportional_connected: Connected
@@ -530,7 +530,7 @@ def rotate(
530
530
  :param use_snap_project: Project Individual Elements
531
531
  :type use_snap_project: typing.Union[bool, typing.Any]
532
532
  :param snap_target: Snap Base, Point on source that will snap to target
533
- :type snap_target: typing.Any
533
+ :type snap_target: typing.Union[str, int]
534
534
  :param use_snap_self: Target: Include Active
535
535
  :type use_snap_self: typing.Union[bool, typing.Any]
536
536
  :param use_snap_edit: Target: Include Edit
@@ -555,10 +555,10 @@ def rotate(
555
555
 
556
556
  def rotate_normal(
557
557
  override_context: typing.Union[dict, bpy.types.Context] = None,
558
- execution_context: typing.Union[str, int] = None,
558
+ execution_context: str = None,
559
559
  undo: bool = None,
560
560
  value: typing.Any = 0.0,
561
- orient_axis: typing.Any = "Z",
561
+ orient_axis: typing.Union[str, int] = "Z",
562
562
  orient_type: typing.Union[str, int, typing.Any] = "GLOBAL",
563
563
  orient_matrix: typing.Any = ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)),
564
564
  orient_matrix_type: typing.Union[str, int, typing.Any] = "GLOBAL",
@@ -574,12 +574,12 @@ def rotate_normal(
574
574
  """Rotate split normal of selected items
575
575
 
576
576
  :type override_context: typing.Union[dict, bpy.types.Context]
577
- :type execution_context: typing.Union[str, int]
577
+ :type execution_context: str
578
578
  :type undo: bool
579
579
  :param value: Angle
580
580
  :type value: typing.Any
581
581
  :param orient_axis: Axis
582
- :type orient_axis: typing.Any
582
+ :type orient_axis: typing.Union[str, int]
583
583
  :param orient_type: Orientation, Transformation orientation
584
584
  :type orient_type: typing.Union[str, int, typing.Any]
585
585
  :param orient_matrix: Matrix
@@ -600,14 +600,14 @@ def rotate_normal(
600
600
 
601
601
  def select_orientation(
602
602
  override_context: typing.Union[dict, bpy.types.Context] = None,
603
- execution_context: typing.Union[str, int] = None,
603
+ execution_context: str = None,
604
604
  undo: bool = None,
605
605
  orientation: typing.Union[str, int, typing.Any] = "GLOBAL",
606
606
  ):
607
607
  """Select transformation orientation
608
608
 
609
609
  :type override_context: typing.Union[dict, bpy.types.Context]
610
- :type execution_context: typing.Union[str, int]
610
+ :type execution_context: str
611
611
  :type undo: bool
612
612
  :param orientation: Orientation, Transformation orientation
613
613
  :type orientation: typing.Union[str, int, typing.Any]
@@ -617,7 +617,7 @@ def select_orientation(
617
617
 
618
618
  def seq_slide(
619
619
  override_context: typing.Union[dict, bpy.types.Context] = None,
620
- execution_context: typing.Union[str, int] = None,
620
+ execution_context: str = None,
621
621
  undo: bool = None,
622
622
  value: typing.Any = (0.0, 0.0),
623
623
  snap: typing.Union[bool, typing.Any] = False,
@@ -628,7 +628,7 @@ def seq_slide(
628
628
  """Slide a sequence strip in time
629
629
 
630
630
  :type override_context: typing.Union[dict, bpy.types.Context]
631
- :type execution_context: typing.Union[str, int]
631
+ :type execution_context: str
632
632
  :type undo: bool
633
633
  :param value: Offset
634
634
  :type value: typing.Any
@@ -646,17 +646,17 @@ def seq_slide(
646
646
 
647
647
  def shear(
648
648
  override_context: typing.Union[dict, bpy.types.Context] = None,
649
- execution_context: typing.Union[str, int] = None,
649
+ execution_context: str = None,
650
650
  undo: bool = None,
651
651
  value: typing.Any = 0.0,
652
- orient_axis: typing.Any = "Z",
653
- orient_axis_ortho: typing.Any = "X",
652
+ orient_axis: typing.Union[str, int] = "Z",
653
+ orient_axis_ortho: typing.Union[str, int] = "X",
654
654
  orient_type: typing.Union[str, int, typing.Any] = "GLOBAL",
655
655
  orient_matrix: typing.Any = ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)),
656
656
  orient_matrix_type: typing.Union[str, int, typing.Any] = "GLOBAL",
657
657
  mirror: typing.Union[bool, typing.Any] = False,
658
658
  use_proportional_edit: typing.Union[bool, typing.Any] = False,
659
- proportional_edit_falloff: typing.Any = "SMOOTH",
659
+ proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
660
660
  proportional_size: typing.Any = 1.0,
661
661
  use_proportional_connected: typing.Union[bool, typing.Any] = False,
662
662
  use_proportional_projected: typing.Union[bool, typing.Any] = False,
@@ -668,14 +668,14 @@ def shear(
668
668
  """Shear selected items along the given axis
669
669
 
670
670
  :type override_context: typing.Union[dict, bpy.types.Context]
671
- :type execution_context: typing.Union[str, int]
671
+ :type execution_context: str
672
672
  :type undo: bool
673
673
  :param value: Offset
674
674
  :type value: typing.Any
675
675
  :param orient_axis: Axis
676
- :type orient_axis: typing.Any
676
+ :type orient_axis: typing.Union[str, int]
677
677
  :param orient_axis_ortho: Axis Ortho
678
- :type orient_axis_ortho: typing.Any
678
+ :type orient_axis_ortho: typing.Union[str, int]
679
679
  :param orient_type: Orientation, Transformation orientation
680
680
  :type orient_type: typing.Union[str, int, typing.Any]
681
681
  :param orient_matrix: Matrix
@@ -687,7 +687,7 @@ def shear(
687
687
  :param use_proportional_edit: Proportional Editing
688
688
  :type use_proportional_edit: typing.Union[bool, typing.Any]
689
689
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
690
- :type proportional_edit_falloff: typing.Any
690
+ :type proportional_edit_falloff: typing.Union[str, int]
691
691
  :param proportional_size: Proportional Size
692
692
  :type proportional_size: typing.Any
693
693
  :param use_proportional_connected: Connected
@@ -708,13 +708,13 @@ def shear(
708
708
 
709
709
  def shrink_fatten(
710
710
  override_context: typing.Union[dict, bpy.types.Context] = None,
711
- execution_context: typing.Union[str, int] = None,
711
+ execution_context: str = None,
712
712
  undo: bool = None,
713
713
  value: typing.Any = 0.0,
714
714
  use_even_offset: typing.Union[bool, typing.Any] = False,
715
715
  mirror: typing.Union[bool, typing.Any] = False,
716
716
  use_proportional_edit: typing.Union[bool, typing.Any] = False,
717
- proportional_edit_falloff: typing.Any = "SMOOTH",
717
+ proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
718
718
  proportional_size: typing.Any = 1.0,
719
719
  use_proportional_connected: typing.Union[bool, typing.Any] = False,
720
720
  use_proportional_projected: typing.Union[bool, typing.Any] = False,
@@ -725,7 +725,7 @@ def shrink_fatten(
725
725
  """Shrink/fatten selected vertices along normals
726
726
 
727
727
  :type override_context: typing.Union[dict, bpy.types.Context]
728
- :type execution_context: typing.Union[str, int]
728
+ :type execution_context: str
729
729
  :type undo: bool
730
730
  :param value: Offset
731
731
  :type value: typing.Any
@@ -736,7 +736,7 @@ def shrink_fatten(
736
736
  :param use_proportional_edit: Proportional Editing
737
737
  :type use_proportional_edit: typing.Union[bool, typing.Any]
738
738
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
739
- :type proportional_edit_falloff: typing.Any
739
+ :type proportional_edit_falloff: typing.Union[str, int]
740
740
  :param proportional_size: Proportional Size
741
741
  :type proportional_size: typing.Any
742
742
  :param use_proportional_connected: Connected
@@ -755,7 +755,7 @@ def shrink_fatten(
755
755
 
756
756
  def skin_resize(
757
757
  override_context: typing.Union[dict, bpy.types.Context] = None,
758
- execution_context: typing.Union[str, int] = None,
758
+ execution_context: str = None,
759
759
  undo: bool = None,
760
760
  value: typing.Any = (1.0, 1.0, 1.0),
761
761
  orient_type: typing.Union[str, int, typing.Any] = "GLOBAL",
@@ -768,14 +768,14 @@ def skin_resize(
768
768
  ),
769
769
  mirror: typing.Union[bool, typing.Any] = False,
770
770
  use_proportional_edit: typing.Union[bool, typing.Any] = False,
771
- proportional_edit_falloff: typing.Any = "SMOOTH",
771
+ proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
772
772
  proportional_size: typing.Any = 1.0,
773
773
  use_proportional_connected: typing.Union[bool, typing.Any] = False,
774
774
  use_proportional_projected: typing.Union[bool, typing.Any] = False,
775
775
  snap: typing.Union[bool, typing.Any] = False,
776
776
  snap_elements: typing.Any = {'"INCREMENT"'},
777
777
  use_snap_project: typing.Union[bool, typing.Any] = False,
778
- snap_target: typing.Any = "CLOSEST",
778
+ snap_target: typing.Union[str, int] = "CLOSEST",
779
779
  use_snap_self: typing.Union[bool, typing.Any] = True,
780
780
  use_snap_edit: typing.Union[bool, typing.Any] = True,
781
781
  use_snap_nonedit: typing.Union[bool, typing.Any] = True,
@@ -787,7 +787,7 @@ def skin_resize(
787
787
  """Scale selected vertices' skin radii
788
788
 
789
789
  :type override_context: typing.Union[dict, bpy.types.Context]
790
- :type execution_context: typing.Union[str, int]
790
+ :type execution_context: str
791
791
  :type undo: bool
792
792
  :param value: Scale
793
793
  :type value: typing.Any
@@ -804,7 +804,7 @@ def skin_resize(
804
804
  :param use_proportional_edit: Proportional Editing
805
805
  :type use_proportional_edit: typing.Union[bool, typing.Any]
806
806
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
807
- :type proportional_edit_falloff: typing.Any
807
+ :type proportional_edit_falloff: typing.Union[str, int]
808
808
  :param proportional_size: Proportional Size
809
809
  :type proportional_size: typing.Any
810
810
  :param use_proportional_connected: Connected
@@ -818,7 +818,7 @@ def skin_resize(
818
818
  :param use_snap_project: Project Individual Elements
819
819
  :type use_snap_project: typing.Union[bool, typing.Any]
820
820
  :param snap_target: Snap Base, Point on source that will snap to target
821
- :type snap_target: typing.Any
821
+ :type snap_target: typing.Union[str, int]
822
822
  :param use_snap_self: Target: Include Active
823
823
  :type use_snap_self: typing.Union[bool, typing.Any]
824
824
  :param use_snap_edit: Target: Include Edit
@@ -839,12 +839,12 @@ def skin_resize(
839
839
 
840
840
  def tilt(
841
841
  override_context: typing.Union[dict, bpy.types.Context] = None,
842
- execution_context: typing.Union[str, int] = None,
842
+ execution_context: str = None,
843
843
  undo: bool = None,
844
844
  value: typing.Any = 0.0,
845
845
  mirror: typing.Union[bool, typing.Any] = False,
846
846
  use_proportional_edit: typing.Union[bool, typing.Any] = False,
847
- proportional_edit_falloff: typing.Any = "SMOOTH",
847
+ proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
848
848
  proportional_size: typing.Any = 1.0,
849
849
  use_proportional_connected: typing.Union[bool, typing.Any] = False,
850
850
  use_proportional_projected: typing.Union[bool, typing.Any] = False,
@@ -855,7 +855,7 @@ def tilt(
855
855
  """Tilt selected control vertices of 3D curve
856
856
 
857
857
  :type override_context: typing.Union[dict, bpy.types.Context]
858
- :type execution_context: typing.Union[str, int]
858
+ :type execution_context: str
859
859
  :type undo: bool
860
860
  :param value: Angle
861
861
  :type value: typing.Any
@@ -864,7 +864,7 @@ def tilt(
864
864
  :param use_proportional_edit: Proportional Editing
865
865
  :type use_proportional_edit: typing.Union[bool, typing.Any]
866
866
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
867
- :type proportional_edit_falloff: typing.Any
867
+ :type proportional_edit_falloff: typing.Union[str, int]
868
868
  :param proportional_size: Proportional Size
869
869
  :type proportional_size: typing.Any
870
870
  :param use_proportional_connected: Connected
@@ -883,12 +883,12 @@ def tilt(
883
883
 
884
884
  def tosphere(
885
885
  override_context: typing.Union[dict, bpy.types.Context] = None,
886
- execution_context: typing.Union[str, int] = None,
886
+ execution_context: str = None,
887
887
  undo: bool = None,
888
888
  value: typing.Any = 0.0,
889
889
  mirror: typing.Union[bool, typing.Any] = False,
890
890
  use_proportional_edit: typing.Union[bool, typing.Any] = False,
891
- proportional_edit_falloff: typing.Any = "SMOOTH",
891
+ proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
892
892
  proportional_size: typing.Any = 1.0,
893
893
  use_proportional_connected: typing.Union[bool, typing.Any] = False,
894
894
  use_proportional_projected: typing.Union[bool, typing.Any] = False,
@@ -901,7 +901,7 @@ def tosphere(
901
901
  """Move selected items outward in a spherical shape around geometric center
902
902
 
903
903
  :type override_context: typing.Union[dict, bpy.types.Context]
904
- :type execution_context: typing.Union[str, int]
904
+ :type execution_context: str
905
905
  :type undo: bool
906
906
  :param value: Factor
907
907
  :type value: typing.Any
@@ -910,7 +910,7 @@ def tosphere(
910
910
  :param use_proportional_edit: Proportional Editing
911
911
  :type use_proportional_edit: typing.Union[bool, typing.Any]
912
912
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
913
- :type proportional_edit_falloff: typing.Any
913
+ :type proportional_edit_falloff: typing.Union[str, int]
914
914
  :param proportional_size: Proportional Size
915
915
  :type proportional_size: typing.Any
916
916
  :param use_proportional_connected: Connected
@@ -933,12 +933,12 @@ def tosphere(
933
933
 
934
934
  def trackball(
935
935
  override_context: typing.Union[dict, bpy.types.Context] = None,
936
- execution_context: typing.Union[str, int] = None,
936
+ execution_context: str = None,
937
937
  undo: bool = None,
938
938
  value: typing.Any = (0.0, 0.0),
939
939
  mirror: typing.Union[bool, typing.Any] = False,
940
940
  use_proportional_edit: typing.Union[bool, typing.Any] = False,
941
- proportional_edit_falloff: typing.Any = "SMOOTH",
941
+ proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
942
942
  proportional_size: typing.Any = 1.0,
943
943
  use_proportional_connected: typing.Union[bool, typing.Any] = False,
944
944
  use_proportional_projected: typing.Union[bool, typing.Any] = False,
@@ -951,7 +951,7 @@ def trackball(
951
951
  """Trackball style rotation of selected items
952
952
 
953
953
  :type override_context: typing.Union[dict, bpy.types.Context]
954
- :type execution_context: typing.Union[str, int]
954
+ :type execution_context: str
955
955
  :type undo: bool
956
956
  :param value: Angle
957
957
  :type value: typing.Any
@@ -960,7 +960,7 @@ def trackball(
960
960
  :param use_proportional_edit: Proportional Editing
961
961
  :type use_proportional_edit: typing.Union[bool, typing.Any]
962
962
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
963
- :type proportional_edit_falloff: typing.Any
963
+ :type proportional_edit_falloff: typing.Union[str, int]
964
964
  :param proportional_size: Proportional Size
965
965
  :type proportional_size: typing.Any
966
966
  :param use_proportional_connected: Connected
@@ -983,14 +983,14 @@ def trackball(
983
983
 
984
984
  def transform(
985
985
  override_context: typing.Union[dict, bpy.types.Context] = None,
986
- execution_context: typing.Union[str, int] = None,
986
+ execution_context: str = None,
987
987
  undo: bool = None,
988
- mode: typing.Any = "TRANSLATION",
988
+ mode: typing.Union[str, int] = "TRANSLATION",
989
989
  value: typing.Any = (0.0, 0.0, 0.0, 0.0),
990
- orient_axis: typing.Any = "Z",
991
- orient_type: typing.Any = "GLOBAL",
990
+ orient_axis: typing.Union[str, int] = "Z",
991
+ orient_type: typing.Union[str, int] = "GLOBAL",
992
992
  orient_matrix: typing.Any = ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)),
993
- orient_matrix_type: typing.Any = "GLOBAL",
993
+ orient_matrix_type: typing.Union[str, int] = "GLOBAL",
994
994
  constraint_axis: typing.Union[typing.List[bool], typing.Any] = (
995
995
  False,
996
996
  False,
@@ -998,14 +998,14 @@ def transform(
998
998
  ),
999
999
  mirror: typing.Union[bool, typing.Any] = False,
1000
1000
  use_proportional_edit: typing.Union[bool, typing.Any] = False,
1001
- proportional_edit_falloff: typing.Any = "SMOOTH",
1001
+ proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
1002
1002
  proportional_size: typing.Any = 1.0,
1003
1003
  use_proportional_connected: typing.Union[bool, typing.Any] = False,
1004
1004
  use_proportional_projected: typing.Union[bool, typing.Any] = False,
1005
1005
  snap: typing.Union[bool, typing.Any] = False,
1006
1006
  snap_elements: typing.Any = {'"INCREMENT"'},
1007
1007
  use_snap_project: typing.Union[bool, typing.Any] = False,
1008
- snap_target: typing.Any = "CLOSEST",
1008
+ snap_target: typing.Union[str, int] = "CLOSEST",
1009
1009
  use_snap_self: typing.Union[bool, typing.Any] = True,
1010
1010
  use_snap_edit: typing.Union[bool, typing.Any] = True,
1011
1011
  use_snap_nonedit: typing.Union[bool, typing.Any] = True,
@@ -1025,20 +1025,20 @@ def transform(
1025
1025
  """Transform selected items by mode type
1026
1026
 
1027
1027
  :type override_context: typing.Union[dict, bpy.types.Context]
1028
- :type execution_context: typing.Union[str, int]
1028
+ :type execution_context: str
1029
1029
  :type undo: bool
1030
1030
  :param mode: Mode
1031
- :type mode: typing.Any
1031
+ :type mode: typing.Union[str, int]
1032
1032
  :param value: Values
1033
1033
  :type value: typing.Any
1034
1034
  :param orient_axis: Axis
1035
- :type orient_axis: typing.Any
1035
+ :type orient_axis: typing.Union[str, int]
1036
1036
  :param orient_type: Orientation, Transformation orientation
1037
- :type orient_type: typing.Any
1037
+ :type orient_type: typing.Union[str, int]
1038
1038
  :param orient_matrix: Matrix
1039
1039
  :type orient_matrix: typing.Any
1040
1040
  :param orient_matrix_type: Matrix Orientation
1041
- :type orient_matrix_type: typing.Any
1041
+ :type orient_matrix_type: typing.Union[str, int]
1042
1042
  :param constraint_axis: Constraint Axis
1043
1043
  :type constraint_axis: typing.Union[typing.List[bool], typing.Any]
1044
1044
  :param mirror: Mirror Editing
@@ -1046,7 +1046,7 @@ def transform(
1046
1046
  :param use_proportional_edit: Proportional Editing
1047
1047
  :type use_proportional_edit: typing.Union[bool, typing.Any]
1048
1048
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
1049
- :type proportional_edit_falloff: typing.Any
1049
+ :type proportional_edit_falloff: typing.Union[str, int]
1050
1050
  :param proportional_size: Proportional Size
1051
1051
  :type proportional_size: typing.Any
1052
1052
  :param use_proportional_connected: Connected
@@ -1060,7 +1060,7 @@ def transform(
1060
1060
  :param use_snap_project: Project Individual Elements
1061
1061
  :type use_snap_project: typing.Union[bool, typing.Any]
1062
1062
  :param snap_target: Snap Base, Point on source that will snap to target
1063
- :type snap_target: typing.Any
1063
+ :type snap_target: typing.Union[str, int]
1064
1064
  :param use_snap_self: Target: Include Active
1065
1065
  :type use_snap_self: typing.Union[bool, typing.Any]
1066
1066
  :param use_snap_edit: Target: Include Edit
@@ -1097,12 +1097,12 @@ def transform(
1097
1097
 
1098
1098
  def translate(
1099
1099
  override_context: typing.Union[dict, bpy.types.Context] = None,
1100
- execution_context: typing.Union[str, int] = None,
1100
+ execution_context: str = None,
1101
1101
  undo: bool = None,
1102
1102
  value: typing.Any = (0.0, 0.0, 0.0),
1103
- orient_type: typing.Any = "GLOBAL",
1103
+ orient_type: typing.Union[str, int] = "GLOBAL",
1104
1104
  orient_matrix: typing.Any = ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)),
1105
- orient_matrix_type: typing.Any = "GLOBAL",
1105
+ orient_matrix_type: typing.Union[str, int] = "GLOBAL",
1106
1106
  constraint_axis: typing.Union[typing.List[bool], typing.Any] = (
1107
1107
  False,
1108
1108
  False,
@@ -1110,14 +1110,14 @@ def translate(
1110
1110
  ),
1111
1111
  mirror: typing.Union[bool, typing.Any] = False,
1112
1112
  use_proportional_edit: typing.Union[bool, typing.Any] = False,
1113
- proportional_edit_falloff: typing.Any = "SMOOTH",
1113
+ proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
1114
1114
  proportional_size: typing.Any = 1.0,
1115
1115
  use_proportional_connected: typing.Union[bool, typing.Any] = False,
1116
1116
  use_proportional_projected: typing.Union[bool, typing.Any] = False,
1117
1117
  snap: typing.Union[bool, typing.Any] = False,
1118
1118
  snap_elements: typing.Any = {'"INCREMENT"'},
1119
1119
  use_snap_project: typing.Union[bool, typing.Any] = False,
1120
- snap_target: typing.Any = "CLOSEST",
1120
+ snap_target: typing.Union[str, int] = "CLOSEST",
1121
1121
  use_snap_self: typing.Union[bool, typing.Any] = True,
1122
1122
  use_snap_edit: typing.Union[bool, typing.Any] = True,
1123
1123
  use_snap_nonedit: typing.Union[bool, typing.Any] = True,
@@ -1138,16 +1138,16 @@ def translate(
1138
1138
  """Move selected items
1139
1139
 
1140
1140
  :type override_context: typing.Union[dict, bpy.types.Context]
1141
- :type execution_context: typing.Union[str, int]
1141
+ :type execution_context: str
1142
1142
  :type undo: bool
1143
1143
  :param value: Move
1144
1144
  :type value: typing.Any
1145
1145
  :param orient_type: Orientation, Transformation orientation
1146
- :type orient_type: typing.Any
1146
+ :type orient_type: typing.Union[str, int]
1147
1147
  :param orient_matrix: Matrix
1148
1148
  :type orient_matrix: typing.Any
1149
1149
  :param orient_matrix_type: Matrix Orientation
1150
- :type orient_matrix_type: typing.Any
1150
+ :type orient_matrix_type: typing.Union[str, int]
1151
1151
  :param constraint_axis: Constraint Axis
1152
1152
  :type constraint_axis: typing.Union[typing.List[bool], typing.Any]
1153
1153
  :param mirror: Mirror Editing
@@ -1155,7 +1155,7 @@ def translate(
1155
1155
  :param use_proportional_edit: Proportional Editing
1156
1156
  :type use_proportional_edit: typing.Union[bool, typing.Any]
1157
1157
  :param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
1158
- :type proportional_edit_falloff: typing.Any
1158
+ :type proportional_edit_falloff: typing.Union[str, int]
1159
1159
  :param proportional_size: Proportional Size
1160
1160
  :type proportional_size: typing.Any
1161
1161
  :param use_proportional_connected: Connected
@@ -1169,7 +1169,7 @@ def translate(
1169
1169
  :param use_snap_project: Project Individual Elements
1170
1170
  :type use_snap_project: typing.Union[bool, typing.Any]
1171
1171
  :param snap_target: Snap Base, Point on source that will snap to target
1172
- :type snap_target: typing.Any
1172
+ :type snap_target: typing.Union[str, int]
1173
1173
  :param use_snap_self: Target: Include Active
1174
1174
  :type use_snap_self: typing.Union[bool, typing.Any]
1175
1175
  :param use_snap_edit: Target: Include Edit
@@ -1208,7 +1208,7 @@ def translate(
1208
1208
 
1209
1209
  def vert_crease(
1210
1210
  override_context: typing.Union[dict, bpy.types.Context] = None,
1211
- execution_context: typing.Union[str, int] = None,
1211
+ execution_context: str = None,
1212
1212
  undo: bool = None,
1213
1213
  value: typing.Any = 0.0,
1214
1214
  snap: typing.Union[bool, typing.Any] = False,
@@ -1218,7 +1218,7 @@ def vert_crease(
1218
1218
  """Change the crease of vertices
1219
1219
 
1220
1220
  :type override_context: typing.Union[dict, bpy.types.Context]
1221
- :type execution_context: typing.Union[str, int]
1221
+ :type execution_context: str
1222
1222
  :type undo: bool
1223
1223
  :param value: Factor
1224
1224
  :type value: typing.Any
@@ -1234,7 +1234,7 @@ def vert_crease(
1234
1234
 
1235
1235
  def vert_slide(
1236
1236
  override_context: typing.Union[dict, bpy.types.Context] = None,
1237
- execution_context: typing.Union[str, int] = None,
1237
+ execution_context: str = None,
1238
1238
  undo: bool = None,
1239
1239
  value: typing.Any = 0.0,
1240
1240
  use_even: typing.Union[bool, typing.Any] = False,
@@ -1244,7 +1244,7 @@ def vert_slide(
1244
1244
  snap: typing.Union[bool, typing.Any] = False,
1245
1245
  snap_elements: typing.Any = {'"INCREMENT"'},
1246
1246
  use_snap_project: typing.Union[bool, typing.Any] = False,
1247
- snap_target: typing.Any = "CLOSEST",
1247
+ snap_target: typing.Union[str, int] = "CLOSEST",
1248
1248
  use_snap_self: typing.Union[bool, typing.Any] = True,
1249
1249
  use_snap_edit: typing.Union[bool, typing.Any] = True,
1250
1250
  use_snap_nonedit: typing.Union[bool, typing.Any] = True,
@@ -1257,7 +1257,7 @@ def vert_slide(
1257
1257
  """Slide a vertex along a mesh
1258
1258
 
1259
1259
  :type override_context: typing.Union[dict, bpy.types.Context]
1260
- :type execution_context: typing.Union[str, int]
1260
+ :type execution_context: str
1261
1261
  :type undo: bool
1262
1262
  :param value: Factor
1263
1263
  :type value: typing.Any
@@ -1276,7 +1276,7 @@ def vert_slide(
1276
1276
  :param use_snap_project: Project Individual Elements
1277
1277
  :type use_snap_project: typing.Union[bool, typing.Any]
1278
1278
  :param snap_target: Snap Base, Point on source that will snap to target
1279
- :type snap_target: typing.Any
1279
+ :type snap_target: typing.Union[str, int]
1280
1280
  :param use_snap_self: Target: Include Active
1281
1281
  :type use_snap_self: typing.Union[bool, typing.Any]
1282
1282
  :param use_snap_edit: Target: Include Edit
@@ -1299,7 +1299,7 @@ def vert_slide(
1299
1299
 
1300
1300
  def vertex_random(
1301
1301
  override_context: typing.Union[dict, bpy.types.Context] = None,
1302
- execution_context: typing.Union[str, int] = None,
1302
+ execution_context: str = None,
1303
1303
  undo: bool = None,
1304
1304
  offset: typing.Any = 0.0,
1305
1305
  uniform: typing.Any = 0.0,
@@ -1310,7 +1310,7 @@ def vertex_random(
1310
1310
  """Randomize vertices
1311
1311
 
1312
1312
  :type override_context: typing.Union[dict, bpy.types.Context]
1313
- :type execution_context: typing.Union[str, int]
1313
+ :type execution_context: str
1314
1314
  :type undo: bool
1315
1315
  :param offset: Amount, Distance to offset
1316
1316
  :type offset: typing.Any
@@ -1328,7 +1328,7 @@ def vertex_random(
1328
1328
 
1329
1329
  def vertex_warp(
1330
1330
  override_context: typing.Union[dict, bpy.types.Context] = None,
1331
- execution_context: typing.Union[str, int] = None,
1331
+ execution_context: str = None,
1332
1332
  undo: bool = None,
1333
1333
  warp_angle: typing.Any = 6.28319,
1334
1334
  offset_angle: typing.Any = 0.0,
@@ -1345,7 +1345,7 @@ def vertex_warp(
1345
1345
  """Warp vertices around the cursor
1346
1346
 
1347
1347
  :type override_context: typing.Union[dict, bpy.types.Context]
1348
- :type execution_context: typing.Union[str, int]
1348
+ :type execution_context: str
1349
1349
  :type undo: bool
1350
1350
  :param warp_angle: Warp Angle, Amount to warp about the cursor
1351
1351
  :type warp_angle: typing.Any