fake-bpy-module 20240327__py3-none-any.whl → 20240330__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 (114) hide show
  1. aud/__init__.pyi +34 -96
  2. bgl/__init__.pyi +1265 -2417
  3. bl_math/__init__.pyi +3 -14
  4. bl_ui/space_toolsystem_toolbar/__init__.pyi +6 -0
  5. blf/__init__.pyi +13 -50
  6. bmesh/ops/__init__.pyi +68 -142
  7. bmesh/types/__init__.pyi +18 -44
  8. bmesh/utils/__init__.pyi +2 -6
  9. bpy/app/icons/__init__.pyi +2 -4
  10. bpy/app/timers/__init__.pyi +2 -6
  11. bpy/ops/action/__init__.pyi +92 -93
  12. bpy/ops/anim/__init__.pyi +104 -104
  13. bpy/ops/armature/__init__.pyi +108 -112
  14. bpy/ops/asset/__init__.pyi +32 -32
  15. bpy/ops/boid/__init__.pyi +18 -18
  16. bpy/ops/brush/__init__.pyi +18 -18
  17. bpy/ops/buttons/__init__.pyi +12 -12
  18. bpy/ops/cachefile/__init__.pyi +10 -10
  19. bpy/ops/camera/__init__.pyi +4 -4
  20. bpy/ops/clip/__init__.pyi +194 -195
  21. bpy/ops/cloth/__init__.pyi +2 -2
  22. bpy/ops/collection/__init__.pyi +10 -10
  23. bpy/ops/console/__init__.pyi +42 -42
  24. bpy/ops/constraint/__init__.pyi +36 -36
  25. bpy/ops/curve/__init__.pyi +114 -118
  26. bpy/ops/curves/__init__.pyi +55 -53
  27. bpy/ops/cycles/__init__.pyi +6 -6
  28. bpy/ops/dpaint/__init__.pyi +12 -12
  29. bpy/ops/ed/__init__.pyi +24 -24
  30. bpy/ops/export_anim/__init__.pyi +2 -2
  31. bpy/ops/export_mesh/__init__.pyi +2 -2
  32. bpy/ops/export_scene/__init__.pyi +9 -9
  33. bpy/ops/file/__init__.pyi +80 -83
  34. bpy/ops/fluid/__init__.pyi +28 -28
  35. bpy/ops/font/__init__.pyi +46 -46
  36. bpy/ops/geometry/__init__.pyi +38 -38
  37. bpy/ops/gizmogroup/__init__.pyi +4 -4
  38. bpy/ops/gpencil/__init__.pyi +308 -309
  39. bpy/ops/graph/__init__.pyi +150 -151
  40. bpy/ops/grease_pencil/__init__.pyi +114 -115
  41. bpy/ops/image/__init__.pyi +100 -100
  42. bpy/ops/import_anim/__init__.pyi +2 -2
  43. bpy/ops/import_curve/__init__.pyi +2 -2
  44. bpy/ops/import_mesh/__init__.pyi +2 -2
  45. bpy/ops/import_scene/__init__.pyi +6 -6
  46. bpy/ops/info/__init__.pyi +14 -14
  47. bpy/ops/lattice/__init__.pyi +16 -16
  48. bpy/ops/marker/__init__.pyi +22 -22
  49. bpy/ops/mask/__init__.pyi +90 -91
  50. bpy/ops/material/__init__.pyi +6 -6
  51. bpy/ops/mball/__init__.pyi +20 -21
  52. bpy/ops/mesh/__init__.pyi +431 -429
  53. bpy/ops/nla/__init__.pyi +89 -90
  54. bpy/ops/node/__init__.pyi +242 -243
  55. bpy/ops/object/__init__.pyi +572 -567
  56. bpy/ops/outliner/__init__.pyi +142 -142
  57. bpy/ops/paint/__init__.pyi +182 -126
  58. bpy/ops/paintcurve/__init__.pyi +20 -20
  59. bpy/ops/palette/__init__.pyi +14 -14
  60. bpy/ops/particle/__init__.pyi +72 -72
  61. bpy/ops/pose/__init__.pyi +90 -90
  62. bpy/ops/poselib/__init__.pyi +18 -18
  63. bpy/ops/preferences/__init__.pyi +76 -76
  64. bpy/ops/ptcache/__init__.pyi +14 -14
  65. bpy/ops/render/__init__.pyi +24 -24
  66. bpy/ops/rigidbody/__init__.pyi +34 -34
  67. bpy/ops/scene/__init__.pyi +86 -86
  68. bpy/ops/screen/__init__.pyi +84 -84
  69. bpy/ops/script/__init__.pyi +6 -6
  70. bpy/ops/sculpt/__init__.pyi +62 -62
  71. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  72. bpy/ops/sequencer/__init__.pyi +184 -185
  73. bpy/ops/sound/__init__.pyi +16 -16
  74. bpy/ops/spreadsheet/__init__.pyi +8 -8
  75. bpy/ops/surface/__init__.pyi +12 -12
  76. bpy/ops/text/__init__.pyi +86 -86
  77. bpy/ops/text_editor/__init__.pyi +2 -2
  78. bpy/ops/texture/__init__.pyi +8 -8
  79. bpy/ops/transform/__init__.pyi +112 -112
  80. bpy/ops/ui/__init__.pyi +64 -64
  81. bpy/ops/uilist/__init__.pyi +6 -6
  82. bpy/ops/uv/__init__.pyi +104 -105
  83. bpy/ops/view2d/__init__.pyi +28 -28
  84. bpy/ops/view3d/__init__.pyi +134 -134
  85. bpy/ops/wm/__init__.pyi +232 -232
  86. bpy/ops/workspace/__init__.pyi +14 -14
  87. bpy/ops/world/__init__.pyi +2 -2
  88. bpy/props/__init__.pyi +29 -52
  89. bpy/types/__init__.pyi +5354 -3708
  90. bpy/utils/__init__.pyi +3 -6
  91. bpy/utils/units/__init__.pyi +3 -6
  92. bpy_extras/io_utils/__init__.pyi +8 -0
  93. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240330.dist-info}/METADATA +1 -1
  94. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240330.dist-info}/RECORD +114 -114
  95. freestyle/chainingiterators/__init__.pyi +5 -12
  96. freestyle/functions/__init__.pyi +19 -73
  97. freestyle/predicates/__init__.pyi +8 -21
  98. freestyle/shaders/__init__.pyi +32 -81
  99. freestyle/types/__init__.pyi +100 -270
  100. freestyle/utils/ContextFunctions/__init__.pyi +7 -27
  101. freestyle/utils/__init__.pyi +1 -2
  102. gpu/capabilities/__init__.pyi +15 -32
  103. gpu/matrix/__init__.pyi +1 -2
  104. gpu/state/__init__.pyi +4 -10
  105. gpu/types/__init__.pyi +29 -87
  106. gpu_extras/presets/__init__.pyi +4 -16
  107. imbuf/types/__init__.pyi +4 -10
  108. mathutils/__init__.pyi +106 -257
  109. mathutils/bvhtree/__init__.pyi +7 -15
  110. mathutils/geometry/__init__.pyi +9 -18
  111. mathutils/kdtree/__init__.pyi +4 -11
  112. mathutils/noise/__init__.pyi +41 -82
  113. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240330.dist-info}/WHEEL +0 -0
  114. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240330.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def execute_preset(
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
  filepath: typing.Union[str, typing.Any] = "",
11
11
  menu_idname: typing.Union[str, typing.Any] = "",
@@ -13,7 +13,7 @@ def execute_preset(
13
13
  """Load a preset
14
14
 
15
15
  :type override_context: typing.Union[dict, bpy.types.Context]
16
- :type execution_context: typing.Union[str, int]
16
+ :type execution_context: str
17
17
  :type undo: bool
18
18
  :param filepath: filepath
19
19
  :type filepath: typing.Union[str, typing.Any]
@@ -25,14 +25,14 @@ def execute_preset(
25
25
 
26
26
  def python_file_run(
27
27
  override_context: typing.Union[dict, bpy.types.Context] = None,
28
- execution_context: typing.Union[str, int] = None,
28
+ execution_context: str = None,
29
29
  undo: bool = None,
30
30
  filepath: typing.Union[str, typing.Any] = "",
31
31
  ):
32
32
  """Run Python file
33
33
 
34
34
  :type override_context: typing.Union[dict, bpy.types.Context]
35
- :type execution_context: typing.Union[str, int]
35
+ :type execution_context: str
36
36
  :type undo: bool
37
37
  :param filepath: Path
38
38
  :type filepath: typing.Union[str, typing.Any]
@@ -42,13 +42,13 @@ def python_file_run(
42
42
 
43
43
  def reload(
44
44
  override_context: typing.Union[dict, bpy.types.Context] = None,
45
- execution_context: typing.Union[str, int] = None,
45
+ execution_context: str = None,
46
46
  undo: bool = None,
47
47
  ):
48
48
  """Reload scripts
49
49
 
50
50
  :type override_context: typing.Union[dict, bpy.types.Context]
51
- :type execution_context: typing.Union[str, int]
51
+ :type execution_context: str
52
52
  :type undo: bool
53
53
  """
54
54
 
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def brush_stroke(
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
  stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] = None,
11
11
  mode: typing.Any = "NORMAL",
@@ -14,7 +14,7 @@ def brush_stroke(
14
14
  """Sculpt a stroke into the geometry
15
15
 
16
16
  :type override_context: typing.Union[dict, bpy.types.Context]
17
- :type execution_context: typing.Union[str, int]
17
+ :type execution_context: str
18
18
  :type undo: bool
19
19
  :param stroke: Stroke
20
20
  :type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
@@ -37,7 +37,7 @@ def brush_stroke(
37
37
 
38
38
  def cloth_filter(
39
39
  override_context: typing.Union[dict, bpy.types.Context] = None,
40
- execution_context: typing.Union[str, int] = None,
40
+ execution_context: str = None,
41
41
  undo: bool = None,
42
42
  start_mouse: typing.Any = (0, 0),
43
43
  area_normal_radius: typing.Any = 0.25,
@@ -47,7 +47,7 @@ def cloth_filter(
47
47
  bpy.types.OperatorStrokeElement
48
48
  ] = None,
49
49
  type: typing.Any = "GRAVITY",
50
- force_axis: typing.Any = {'"Z"', '"Y"', '"X"'},
50
+ force_axis: typing.Any = {'"Y"', '"X"', '"Z"'},
51
51
  orientation: typing.Any = "LOCAL",
52
52
  cloth_mass: typing.Any = 1.0,
53
53
  cloth_damping: typing.Any = 0.0,
@@ -57,7 +57,7 @@ def cloth_filter(
57
57
  """Applies a cloth simulation deformation to the entire mesh
58
58
 
59
59
  :type override_context: typing.Union[dict, bpy.types.Context]
60
- :type execution_context: typing.Union[str, int]
60
+ :type execution_context: str
61
61
  :type undo: bool
62
62
  :param start_mouse: Starting Mouse
63
63
  :type start_mouse: typing.Any
@@ -121,7 +121,7 @@ def cloth_filter(
121
121
 
122
122
  def color_filter(
123
123
  override_context: typing.Union[dict, bpy.types.Context] = None,
124
- execution_context: typing.Union[str, int] = None,
124
+ execution_context: str = None,
125
125
  undo: bool = None,
126
126
  start_mouse: typing.Any = (0, 0),
127
127
  area_normal_radius: typing.Any = 0.25,
@@ -136,7 +136,7 @@ def color_filter(
136
136
  """Applies a filter to modify the active color attribute
137
137
 
138
138
  :type override_context: typing.Union[dict, bpy.types.Context]
139
- :type execution_context: typing.Union[str, int]
139
+ :type execution_context: str
140
140
  :type undo: bool
141
141
  :param start_mouse: Starting Mouse
142
142
  :type start_mouse: typing.Any
@@ -187,13 +187,13 @@ def color_filter(
187
187
 
188
188
  def detail_flood_fill(
189
189
  override_context: typing.Union[dict, bpy.types.Context] = None,
190
- execution_context: typing.Union[str, int] = None,
190
+ execution_context: str = None,
191
191
  undo: bool = None,
192
192
  ):
193
193
  """Flood fill the mesh with the selected detail setting
194
194
 
195
195
  :type override_context: typing.Union[dict, bpy.types.Context]
196
- :type execution_context: typing.Union[str, int]
196
+ :type execution_context: str
197
197
  :type undo: bool
198
198
  """
199
199
 
@@ -201,13 +201,13 @@ def detail_flood_fill(
201
201
 
202
202
  def dynamic_topology_toggle(
203
203
  override_context: typing.Union[dict, bpy.types.Context] = None,
204
- execution_context: typing.Union[str, int] = None,
204
+ execution_context: str = None,
205
205
  undo: bool = None,
206
206
  ):
207
207
  """Dynamic topology alters the mesh topology while sculpting
208
208
 
209
209
  :type override_context: typing.Union[dict, bpy.types.Context]
210
- :type execution_context: typing.Union[str, int]
210
+ :type execution_context: str
211
211
  :type undo: bool
212
212
  """
213
213
 
@@ -215,13 +215,13 @@ def dynamic_topology_toggle(
215
215
 
216
216
  def dyntopo_detail_size_edit(
217
217
  override_context: typing.Union[dict, bpy.types.Context] = None,
218
- execution_context: typing.Union[str, int] = None,
218
+ execution_context: str = None,
219
219
  undo: bool = None,
220
220
  ):
221
221
  """Modify the detail size of dyntopo interactively
222
222
 
223
223
  :type override_context: typing.Union[dict, bpy.types.Context]
224
- :type execution_context: typing.Union[str, int]
224
+ :type execution_context: str
225
225
  :type undo: bool
226
226
  """
227
227
 
@@ -229,7 +229,7 @@ def dyntopo_detail_size_edit(
229
229
 
230
230
  def expand(
231
231
  override_context: typing.Union[dict, bpy.types.Context] = None,
232
- execution_context: typing.Union[str, int] = None,
232
+ execution_context: str = None,
233
233
  undo: bool = None,
234
234
  target: typing.Any = "MASK",
235
235
  falloff_type: typing.Any = "GEODESIC",
@@ -245,7 +245,7 @@ def expand(
245
245
  """Generic sculpt expand operator
246
246
 
247
247
  :type override_context: typing.Union[dict, bpy.types.Context]
248
- :type execution_context: typing.Union[str, int]
248
+ :type execution_context: str
249
249
  :type undo: bool
250
250
  :param target: Data Target, Data that is going to be modified in the expand operation
251
251
  :type target: typing.Any
@@ -273,7 +273,7 @@ def expand(
273
273
 
274
274
  def face_set_box_gesture(
275
275
  override_context: typing.Union[dict, bpy.types.Context] = None,
276
- execution_context: typing.Union[str, int] = None,
276
+ execution_context: str = None,
277
277
  undo: bool = None,
278
278
  xmin: typing.Any = 0,
279
279
  xmax: typing.Any = 0,
@@ -285,7 +285,7 @@ def face_set_box_gesture(
285
285
  """Add face set within the box as you move the brush
286
286
 
287
287
  :type override_context: typing.Union[dict, bpy.types.Context]
288
- :type execution_context: typing.Union[str, int]
288
+ :type execution_context: str
289
289
  :type undo: bool
290
290
  :param xmin: X Min
291
291
  :type xmin: typing.Any
@@ -305,14 +305,14 @@ def face_set_box_gesture(
305
305
 
306
306
  def face_set_change_visibility(
307
307
  override_context: typing.Union[dict, bpy.types.Context] = None,
308
- execution_context: typing.Union[str, int] = None,
308
+ execution_context: str = None,
309
309
  undo: bool = None,
310
310
  mode: typing.Any = "TOGGLE",
311
311
  ):
312
312
  """Change the visibility of the Face Sets of the sculpt
313
313
 
314
314
  :type override_context: typing.Union[dict, bpy.types.Context]
315
- :type execution_context: typing.Union[str, int]
315
+ :type execution_context: str
316
316
  :type undo: bool
317
317
  :param mode: Mode
318
318
 
@@ -331,7 +331,7 @@ def face_set_change_visibility(
331
331
 
332
332
  def face_set_edit(
333
333
  override_context: typing.Union[dict, bpy.types.Context] = None,
334
- execution_context: typing.Union[str, int] = None,
334
+ execution_context: str = None,
335
335
  undo: bool = None,
336
336
  active_face_set: typing.Any = 1,
337
337
  mode: typing.Any = "GROW",
@@ -341,7 +341,7 @@ def face_set_edit(
341
341
  """Edits the current active Face Set
342
342
 
343
343
  :type override_context: typing.Union[dict, bpy.types.Context]
344
- :type execution_context: typing.Union[str, int]
344
+ :type execution_context: str
345
345
  :type undo: bool
346
346
  :param active_face_set: Active Face Set
347
347
  :type active_face_set: typing.Any
@@ -372,7 +372,7 @@ def face_set_edit(
372
372
 
373
373
  def face_set_lasso_gesture(
374
374
  override_context: typing.Union[dict, bpy.types.Context] = None,
375
- execution_context: typing.Union[str, int] = None,
375
+ execution_context: str = None,
376
376
  undo: bool = None,
377
377
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
378
378
  use_front_faces_only: typing.Union[bool, typing.Any] = False,
@@ -380,7 +380,7 @@ def face_set_lasso_gesture(
380
380
  """Add face set within the lasso as you move the brush
381
381
 
382
382
  :type override_context: typing.Union[dict, bpy.types.Context]
383
- :type execution_context: typing.Union[str, int]
383
+ :type execution_context: str
384
384
  :type undo: bool
385
385
  :param path: Path
386
386
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
@@ -392,14 +392,14 @@ def face_set_lasso_gesture(
392
392
 
393
393
  def face_sets_create(
394
394
  override_context: typing.Union[dict, bpy.types.Context] = None,
395
- execution_context: typing.Union[str, int] = None,
395
+ execution_context: str = None,
396
396
  undo: bool = None,
397
397
  mode: typing.Any = "MASKED",
398
398
  ):
399
399
  """Create a new Face Set
400
400
 
401
401
  :type override_context: typing.Union[dict, bpy.types.Context]
402
- :type execution_context: typing.Union[str, int]
402
+ :type execution_context: str
403
403
  :type undo: bool
404
404
  :param mode: Mode
405
405
 
@@ -421,7 +421,7 @@ def face_sets_create(
421
421
 
422
422
  def face_sets_init(
423
423
  override_context: typing.Union[dict, bpy.types.Context] = None,
424
- execution_context: typing.Union[str, int] = None,
424
+ execution_context: str = None,
425
425
  undo: bool = None,
426
426
  mode: typing.Any = "LOOSE_PARTS",
427
427
  threshold: typing.Any = 0.5,
@@ -429,7 +429,7 @@ def face_sets_init(
429
429
  """Initializes all Face Sets in the mesh
430
430
 
431
431
  :type override_context: typing.Union[dict, bpy.types.Context]
432
- :type execution_context: typing.Union[str, int]
432
+ :type execution_context: str
433
433
  :type undo: bool
434
434
  :param mode: Mode
435
435
 
@@ -465,13 +465,13 @@ def face_sets_init(
465
465
 
466
466
  def face_sets_randomize_colors(
467
467
  override_context: typing.Union[dict, bpy.types.Context] = None,
468
- execution_context: typing.Union[str, int] = None,
468
+ execution_context: str = None,
469
469
  undo: bool = None,
470
470
  ):
471
471
  """Generates a new set of random colors to render the Face Sets in the viewport
472
472
 
473
473
  :type override_context: typing.Union[dict, bpy.types.Context]
474
- :type execution_context: typing.Union[str, int]
474
+ :type execution_context: str
475
475
  :type undo: bool
476
476
  """
477
477
 
@@ -479,7 +479,7 @@ def face_sets_randomize_colors(
479
479
 
480
480
  def mask_by_color(
481
481
  override_context: typing.Union[dict, bpy.types.Context] = None,
482
- execution_context: typing.Union[str, int] = None,
482
+ execution_context: str = None,
483
483
  undo: bool = None,
484
484
  contiguous: typing.Union[bool, typing.Any] = False,
485
485
  invert: typing.Union[bool, typing.Any] = False,
@@ -489,7 +489,7 @@ def mask_by_color(
489
489
  """Creates a mask based on the active color attribute
490
490
 
491
491
  :type override_context: typing.Union[dict, bpy.types.Context]
492
- :type execution_context: typing.Union[str, int]
492
+ :type execution_context: str
493
493
  :type undo: bool
494
494
  :param contiguous: Contiguous, Mask only contiguous color areas
495
495
  :type contiguous: typing.Union[bool, typing.Any]
@@ -505,7 +505,7 @@ def mask_by_color(
505
505
 
506
506
  def mask_filter(
507
507
  override_context: typing.Union[dict, bpy.types.Context] = None,
508
- execution_context: typing.Union[str, int] = None,
508
+ execution_context: str = None,
509
509
  undo: bool = None,
510
510
  filter_type: typing.Any = "SMOOTH",
511
511
  iterations: typing.Any = 1,
@@ -514,7 +514,7 @@ def mask_filter(
514
514
  """Applies a filter to modify the current mask
515
515
 
516
516
  :type override_context: typing.Union[dict, bpy.types.Context]
517
- :type execution_context: typing.Union[str, int]
517
+ :type execution_context: str
518
518
  :type undo: bool
519
519
  :param filter_type: Type, Filter that is going to be applied to the mask
520
520
  :type filter_type: typing.Any
@@ -528,7 +528,7 @@ def mask_filter(
528
528
 
529
529
  def mask_from_cavity(
530
530
  override_context: typing.Union[dict, bpy.types.Context] = None,
531
- execution_context: typing.Union[str, int] = None,
531
+ execution_context: str = None,
532
532
  undo: bool = None,
533
533
  mix_mode: typing.Any = "MIX",
534
534
  mix_factor: typing.Any = 1.0,
@@ -541,7 +541,7 @@ def mask_from_cavity(
541
541
  """Creates a mask based on the curvature of the surface
542
542
 
543
543
  :type override_context: typing.Union[dict, bpy.types.Context]
544
- :type execution_context: typing.Union[str, int]
544
+ :type execution_context: str
545
545
  :type undo: bool
546
546
  :param mix_mode: Mode, Mix mode
547
547
  :type mix_mode: typing.Any
@@ -572,14 +572,14 @@ def mask_from_cavity(
572
572
 
573
573
  def mask_init(
574
574
  override_context: typing.Union[dict, bpy.types.Context] = None,
575
- execution_context: typing.Union[str, int] = None,
575
+ execution_context: str = None,
576
576
  undo: bool = None,
577
577
  mode: typing.Any = "RANDOM_PER_VERTEX",
578
578
  ):
579
579
  """Creates a new mask for the entire mesh
580
580
 
581
581
  :type override_context: typing.Union[dict, bpy.types.Context]
582
- :type execution_context: typing.Union[str, int]
582
+ :type execution_context: str
583
583
  :type undo: bool
584
584
  :param mode: Mode
585
585
  :type mode: typing.Any
@@ -589,7 +589,7 @@ def mask_init(
589
589
 
590
590
  def mesh_filter(
591
591
  override_context: typing.Union[dict, bpy.types.Context] = None,
592
- execution_context: typing.Union[str, int] = None,
592
+ execution_context: str = None,
593
593
  undo: bool = None,
594
594
  start_mouse: typing.Any = (0, 0),
595
595
  area_normal_radius: typing.Any = 0.25,
@@ -599,7 +599,7 @@ def mesh_filter(
599
599
  bpy.types.OperatorStrokeElement
600
600
  ] = None,
601
601
  type: typing.Any = "INFLATE",
602
- deform_axis: typing.Any = {'"Z"', '"Y"', '"X"'},
602
+ deform_axis: typing.Any = {'"Y"', '"X"', '"Z"'},
603
603
  orientation: typing.Any = "LOCAL",
604
604
  surface_smooth_shape_preservation: typing.Any = 0.5,
605
605
  surface_smooth_current_vertex: typing.Any = 0.5,
@@ -610,7 +610,7 @@ def mesh_filter(
610
610
  """Applies a filter to modify the current mesh
611
611
 
612
612
  :type override_context: typing.Union[dict, bpy.types.Context]
613
- :type execution_context: typing.Union[str, int]
613
+ :type execution_context: str
614
614
  :type undo: bool
615
615
  :param start_mouse: Starting Mouse
616
616
  :type start_mouse: typing.Any
@@ -694,13 +694,13 @@ def mesh_filter(
694
694
 
695
695
  def optimize(
696
696
  override_context: typing.Union[dict, bpy.types.Context] = None,
697
- execution_context: typing.Union[str, int] = None,
697
+ execution_context: str = None,
698
698
  undo: bool = None,
699
699
  ):
700
700
  """Recalculate the sculpt BVH to improve performance
701
701
 
702
702
  :type override_context: typing.Union[dict, bpy.types.Context]
703
- :type execution_context: typing.Union[str, int]
703
+ :type execution_context: str
704
704
  :type undo: bool
705
705
  """
706
706
 
@@ -708,7 +708,7 @@ def optimize(
708
708
 
709
709
  def project_line_gesture(
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
  xstart: typing.Any = 0,
714
714
  xend: typing.Any = 0,
@@ -722,7 +722,7 @@ def project_line_gesture(
722
722
  """Project the geometry onto a plane defined by a line
723
723
 
724
724
  :type override_context: typing.Union[dict, bpy.types.Context]
725
- :type execution_context: typing.Union[str, int]
725
+ :type execution_context: str
726
726
  :type undo: bool
727
727
  :param xstart: X Start
728
728
  :type xstart: typing.Any
@@ -746,13 +746,13 @@ def project_line_gesture(
746
746
 
747
747
  def sample_color(
748
748
  override_context: typing.Union[dict, bpy.types.Context] = None,
749
- execution_context: typing.Union[str, int] = None,
749
+ execution_context: str = None,
750
750
  undo: bool = None,
751
751
  ):
752
752
  """Sample the vertex color of the active vertex
753
753
 
754
754
  :type override_context: typing.Union[dict, bpy.types.Context]
755
- :type execution_context: typing.Union[str, int]
755
+ :type execution_context: str
756
756
  :type undo: bool
757
757
  """
758
758
 
@@ -760,7 +760,7 @@ def sample_color(
760
760
 
761
761
  def sample_detail_size(
762
762
  override_context: typing.Union[dict, bpy.types.Context] = None,
763
- execution_context: typing.Union[str, int] = None,
763
+ execution_context: str = None,
764
764
  undo: bool = None,
765
765
  location: typing.Any = (0, 0),
766
766
  mode: typing.Any = "DYNTOPO",
@@ -768,7 +768,7 @@ def sample_detail_size(
768
768
  """Sample the mesh detail on clicked point
769
769
 
770
770
  :type override_context: typing.Union[dict, bpy.types.Context]
771
- :type execution_context: typing.Union[str, int]
771
+ :type execution_context: str
772
772
  :type undo: bool
773
773
  :param location: Location, Screen coordinates of sampling
774
774
  :type location: typing.Any
@@ -786,13 +786,13 @@ def sample_detail_size(
786
786
 
787
787
  def sculptmode_toggle(
788
788
  override_context: typing.Union[dict, bpy.types.Context] = None,
789
- execution_context: typing.Union[str, int] = None,
789
+ execution_context: str = None,
790
790
  undo: bool = None,
791
791
  ):
792
792
  """Toggle sculpt mode in 3D view
793
793
 
794
794
  :type override_context: typing.Union[dict, bpy.types.Context]
795
- :type execution_context: typing.Union[str, int]
795
+ :type execution_context: str
796
796
  :type undo: bool
797
797
  """
798
798
 
@@ -800,13 +800,13 @@ def sculptmode_toggle(
800
800
 
801
801
  def set_persistent_base(
802
802
  override_context: typing.Union[dict, bpy.types.Context] = None,
803
- execution_context: typing.Union[str, int] = None,
803
+ execution_context: str = None,
804
804
  undo: bool = None,
805
805
  ):
806
806
  """Reset the copy of the mesh that is being sculpted on
807
807
 
808
808
  :type override_context: typing.Union[dict, bpy.types.Context]
809
- :type execution_context: typing.Union[str, int]
809
+ :type execution_context: str
810
810
  :type undo: bool
811
811
  """
812
812
 
@@ -814,7 +814,7 @@ def set_persistent_base(
814
814
 
815
815
  def set_pivot_position(
816
816
  override_context: typing.Union[dict, bpy.types.Context] = None,
817
- execution_context: typing.Union[str, int] = None,
817
+ execution_context: str = None,
818
818
  undo: bool = None,
819
819
  mode: typing.Any = "UNMASKED",
820
820
  mouse_x: typing.Any = 0.0,
@@ -823,7 +823,7 @@ def set_pivot_position(
823
823
  """Sets the sculpt transform pivot position
824
824
 
825
825
  :type override_context: typing.Union[dict, bpy.types.Context]
826
- :type execution_context: typing.Union[str, int]
826
+ :type execution_context: str
827
827
  :type undo: bool
828
828
  :param mode: Mode
829
829
 
@@ -852,14 +852,14 @@ def set_pivot_position(
852
852
 
853
853
  def symmetrize(
854
854
  override_context: typing.Union[dict, bpy.types.Context] = None,
855
- execution_context: typing.Union[str, int] = None,
855
+ execution_context: str = None,
856
856
  undo: bool = None,
857
857
  merge_tolerance: typing.Any = 0.0005,
858
858
  ):
859
859
  """Symmetrize the topology modifications
860
860
 
861
861
  :type override_context: typing.Union[dict, bpy.types.Context]
862
- :type execution_context: typing.Union[str, int]
862
+ :type execution_context: str
863
863
  :type undo: bool
864
864
  :param merge_tolerance: Merge Distance, Distance within which symmetrical vertices are merged
865
865
  :type merge_tolerance: typing.Any
@@ -869,7 +869,7 @@ def symmetrize(
869
869
 
870
870
  def trim_box_gesture(
871
871
  override_context: typing.Union[dict, bpy.types.Context] = None,
872
- execution_context: typing.Union[str, int] = None,
872
+ execution_context: str = None,
873
873
  undo: bool = None,
874
874
  xmin: typing.Any = 0,
875
875
  xmax: typing.Any = 0,
@@ -886,7 +886,7 @@ def trim_box_gesture(
886
886
  """Trims the mesh within the box as you move the brush
887
887
 
888
888
  :type override_context: typing.Union[dict, bpy.types.Context]
889
- :type execution_context: typing.Union[str, int]
889
+ :type execution_context: str
890
890
  :type undo: bool
891
891
  :param xmin: X Min
892
892
  :type xmin: typing.Any
@@ -943,7 +943,7 @@ def trim_box_gesture(
943
943
 
944
944
  def trim_lasso_gesture(
945
945
  override_context: typing.Union[dict, bpy.types.Context] = None,
946
- execution_context: typing.Union[str, int] = None,
946
+ execution_context: str = None,
947
947
  undo: bool = None,
948
948
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
949
949
  use_front_faces_only: typing.Union[bool, typing.Any] = False,
@@ -956,7 +956,7 @@ def trim_lasso_gesture(
956
956
  """Trims the mesh within the lasso as you move the brush
957
957
 
958
958
  :type override_context: typing.Union[dict, bpy.types.Context]
959
- :type execution_context: typing.Union[str, int]
959
+ :type execution_context: str
960
960
  :type undo: bool
961
961
  :param path: Path
962
962
  :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
@@ -1005,14 +1005,14 @@ def trim_lasso_gesture(
1005
1005
 
1006
1006
  def uv_sculpt_stroke(
1007
1007
  override_context: typing.Union[dict, bpy.types.Context] = None,
1008
- execution_context: typing.Union[str, int] = None,
1008
+ execution_context: str = None,
1009
1009
  undo: bool = None,
1010
1010
  mode: typing.Any = "NORMAL",
1011
1011
  ):
1012
1012
  """Sculpt UVs using a brush
1013
1013
 
1014
1014
  :type override_context: typing.Union[dict, bpy.types.Context]
1015
- :type execution_context: typing.Union[str, int]
1015
+ :type execution_context: str
1016
1016
  :type undo: bool
1017
1017
  :param mode: Mode, Stroke Mode
1018
1018
 
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def brush_stroke(
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
  stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] = None,
11
11
  mode: typing.Any = "NORMAL",
@@ -13,7 +13,7 @@ def brush_stroke(
13
13
  """Sculpt curves using a brush
14
14
 
15
15
  :type override_context: typing.Union[dict, bpy.types.Context]
16
- :type execution_context: typing.Union[str, int]
16
+ :type execution_context: str
17
17
  :type undo: bool
18
18
  :param stroke: Stroke
19
19
  :type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
@@ -34,13 +34,13 @@ def brush_stroke(
34
34
 
35
35
  def min_distance_edit(
36
36
  override_context: typing.Union[dict, bpy.types.Context] = None,
37
- execution_context: typing.Union[str, int] = None,
37
+ execution_context: str = None,
38
38
  undo: bool = None,
39
39
  ):
40
40
  """Change the minimum distance used by the density brush
41
41
 
42
42
  :type override_context: typing.Union[dict, bpy.types.Context]
43
- :type execution_context: typing.Union[str, int]
43
+ :type execution_context: str
44
44
  :type undo: bool
45
45
  """
46
46
 
@@ -48,14 +48,14 @@ def min_distance_edit(
48
48
 
49
49
  def select_grow(
50
50
  override_context: typing.Union[dict, bpy.types.Context] = None,
51
- execution_context: typing.Union[str, int] = None,
51
+ execution_context: str = None,
52
52
  undo: bool = None,
53
53
  distance: typing.Any = 0.1,
54
54
  ):
55
55
  """Select curves which are close to curves that are selected already
56
56
 
57
57
  :type override_context: typing.Union[dict, bpy.types.Context]
58
- :type execution_context: typing.Union[str, int]
58
+ :type execution_context: str
59
59
  :type undo: bool
60
60
  :param distance: Distance, By how much to grow the selection
61
61
  :type distance: typing.Any
@@ -65,7 +65,7 @@ def select_grow(
65
65
 
66
66
  def select_random(
67
67
  override_context: typing.Union[dict, bpy.types.Context] = None,
68
- execution_context: typing.Union[str, int] = None,
68
+ execution_context: str = None,
69
69
  undo: bool = None,
70
70
  seed: typing.Any = 0,
71
71
  partial: typing.Union[bool, typing.Any] = False,
@@ -76,7 +76,7 @@ def select_random(
76
76
  """Randomizes existing selection or create new random selection
77
77
 
78
78
  :type override_context: typing.Union[dict, bpy.types.Context]
79
- :type execution_context: typing.Union[str, int]
79
+ :type execution_context: str
80
80
  :type undo: bool
81
81
  :param seed: Seed, Source of randomness
82
82
  :type seed: typing.Any