fake-bpy-module 20240417__py3-none-any.whl → 20240418__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 (137) hide show
  1. _bpy_internal/__init__.pyi +4 -0
  2. _bpy_internal/freedesktop/__init__.pyi +88 -0
  3. _bpy_internal/freedesktop/py.typed +0 -0
  4. _bpy_internal/py.typed +0 -0
  5. aud/__init__.pyi +121 -48
  6. bgl/__init__.pyi +2443 -1265
  7. bl_math/__init__.pyi +19 -3
  8. blf/__init__.pyi +63 -13
  9. bmesh/__init__.pyi +13 -0
  10. bmesh/geometry/__init__.pyi +5 -0
  11. bmesh/ops/__init__.pyi +157 -68
  12. bmesh/types/__init__.pyi +109 -62
  13. bmesh/utils/__init__.pyi +11 -2
  14. bpy/__init__.pyi +7 -0
  15. bpy/app/__init__.pyi +13 -0
  16. bpy/app/handlers/__init__.pyi +41 -0
  17. bpy/app/icons/__init__.pyi +4 -2
  18. bpy/app/timers/__init__.pyi +38 -2
  19. bpy/app/translations/__init__.pyi +58 -0
  20. bpy/msgbus/__init__.pyi +46 -0
  21. bpy/ops/__init__.pyi +151 -0
  22. bpy/ops/action/__init__.pyi +76 -76
  23. bpy/ops/anim/__init__.pyi +104 -104
  24. bpy/ops/armature/__init__.pyi +96 -96
  25. bpy/ops/asset/__init__.pyi +32 -32
  26. bpy/ops/boid/__init__.pyi +16 -16
  27. bpy/ops/brush/__init__.pyi +18 -18
  28. bpy/ops/buttons/__init__.pyi +12 -12
  29. bpy/ops/cachefile/__init__.pyi +10 -10
  30. bpy/ops/camera/__init__.pyi +4 -4
  31. bpy/ops/clip/__init__.pyi +184 -184
  32. bpy/ops/cloth/__init__.pyi +2 -2
  33. bpy/ops/collection/__init__.pyi +18 -18
  34. bpy/ops/console/__init__.pyi +42 -42
  35. bpy/ops/constraint/__init__.pyi +36 -36
  36. bpy/ops/curve/__init__.pyi +102 -102
  37. bpy/ops/curves/__init__.pyi +54 -54
  38. bpy/ops/cycles/__init__.pyi +6 -6
  39. bpy/ops/dpaint/__init__.pyi +10 -10
  40. bpy/ops/ed/__init__.pyi +24 -24
  41. bpy/ops/export_anim/__init__.pyi +2 -2
  42. bpy/ops/export_mesh/__init__.pyi +2 -2
  43. bpy/ops/export_scene/__init__.pyi +7 -7
  44. bpy/ops/file/__init__.pyi +80 -80
  45. bpy/ops/fluid/__init__.pyi +28 -28
  46. bpy/ops/font/__init__.pyi +46 -46
  47. bpy/ops/geometry/__init__.pyi +20 -20
  48. bpy/ops/gizmogroup/__init__.pyi +4 -4
  49. bpy/ops/gpencil/__init__.pyi +300 -300
  50. bpy/ops/graph/__init__.pyi +130 -130
  51. bpy/ops/grease_pencil/__init__.pyi +112 -112
  52. bpy/ops/image/__init__.pyi +92 -92
  53. bpy/ops/import_anim/__init__.pyi +2 -2
  54. bpy/ops/import_curve/__init__.pyi +2 -2
  55. bpy/ops/import_mesh/__init__.pyi +2 -2
  56. bpy/ops/import_scene/__init__.pyi +6 -6
  57. bpy/ops/info/__init__.pyi +14 -14
  58. bpy/ops/lattice/__init__.pyi +16 -16
  59. bpy/ops/marker/__init__.pyi +22 -22
  60. bpy/ops/mask/__init__.pyi +78 -78
  61. bpy/ops/material/__init__.pyi +6 -6
  62. bpy/ops/mball/__init__.pyi +16 -16
  63. bpy/ops/mesh/__init__.pyi +326 -326
  64. bpy/ops/nla/__init__.pyi +79 -79
  65. bpy/ops/node/__init__.pyi +202 -202
  66. bpy/ops/object/__init__.pyi +488 -500
  67. bpy/ops/outliner/__init__.pyi +138 -138
  68. bpy/ops/paint/__init__.pyi +104 -104
  69. bpy/ops/paintcurve/__init__.pyi +16 -16
  70. bpy/ops/palette/__init__.pyi +14 -14
  71. bpy/ops/particle/__init__.pyi +72 -72
  72. bpy/ops/pose/__init__.pyi +78 -78
  73. bpy/ops/poselib/__init__.pyi +18 -18
  74. bpy/ops/preferences/__init__.pyi +76 -76
  75. bpy/ops/ptcache/__init__.pyi +14 -14
  76. bpy/ops/render/__init__.pyi +24 -24
  77. bpy/ops/rigidbody/__init__.pyi +26 -26
  78. bpy/ops/scene/__init__.pyi +78 -78
  79. bpy/ops/screen/__init__.pyi +78 -78
  80. bpy/ops/script/__init__.pyi +6 -6
  81. bpy/ops/sculpt/__init__.pyi +62 -62
  82. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  83. bpy/ops/sequencer/__init__.pyi +170 -170
  84. bpy/ops/sound/__init__.pyi +14 -14
  85. bpy/ops/spreadsheet/__init__.pyi +8 -8
  86. bpy/ops/surface/__init__.pyi +12 -12
  87. bpy/ops/text/__init__.pyi +86 -86
  88. bpy/ops/text_editor/__init__.pyi +2 -2
  89. bpy/ops/texture/__init__.pyi +8 -8
  90. bpy/ops/transform/__init__.pyi +54 -54
  91. bpy/ops/ui/__init__.pyi +64 -64
  92. bpy/ops/uilist/__init__.pyi +6 -6
  93. bpy/ops/uv/__init__.pyi +98 -98
  94. bpy/ops/view2d/__init__.pyi +28 -28
  95. bpy/ops/view3d/__init__.pyi +134 -134
  96. bpy/ops/wm/__init__.pyi +224 -224
  97. bpy/ops/workspace/__init__.pyi +14 -14
  98. bpy/ops/world/__init__.pyi +2 -2
  99. bpy/path/__init__.pyi +6 -0
  100. bpy/props/__init__.pyi +141 -29
  101. bpy/types/__init__.pyi +101490 -5018
  102. bpy/utils/__init__.pyi +18 -3
  103. bpy/utils/previews/__init__.pyi +15 -0
  104. bpy/utils/units/__init__.pyi +11 -3
  105. bpy_extras/__init__.pyi +19 -0
  106. bpy_extras/asset_utils/__init__.pyi +5 -0
  107. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/METADATA +1 -1
  108. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/RECORD +137 -133
  109. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/top_level.txt +1 -0
  110. freestyle/__init__.pyi +18 -0
  111. freestyle/chainingiterators/__init__.pyi +20 -5
  112. freestyle/functions/__init__.pyi +151 -155
  113. freestyle/predicates/__init__.pyi +53 -46
  114. freestyle/shaders/__init__.pyi +91 -32
  115. freestyle/types/__init__.pyi +362 -120
  116. freestyle/utils/ContextFunctions/__init__.pyi +32 -7
  117. freestyle/utils/__init__.pyi +13 -1
  118. gpu/__init__.pyi +225 -0
  119. gpu/capabilities/__init__.pyi +37 -15
  120. gpu/matrix/__init__.pyi +7 -1
  121. gpu/platform/__init__.pyi +5 -0
  122. gpu/select/__init__.pyi +5 -0
  123. gpu/shader/__init__.pyi +77 -0
  124. gpu/state/__init__.pyi +15 -4
  125. gpu/texture/__init__.pyi +5 -0
  126. gpu/types/__init__.pyi +91 -33
  127. gpu_extras/__init__.pyi +15 -0
  128. gpu_extras/presets/__init__.pyi +16 -4
  129. imbuf/__init__.pyi +13 -0
  130. imbuf/types/__init__.pyi +20 -5
  131. mathutils/__init__.pyi +349 -227
  132. mathutils/bvhtree/__init__.pyi +21 -8
  133. mathutils/geometry/__init__.pyi +23 -9
  134. mathutils/interpolate/__init__.pyi +5 -0
  135. mathutils/kdtree/__init__.pyi +19 -5
  136. mathutils/noise/__init__.pyi +87 -41
  137. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/WHEEL +0 -0
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def add_bezier(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: str = None,
8
+ execution_context: typing.Union[str, int] = None,
9
9
  undo: bool = None,
10
10
  radius: typing.Any = 1.0,
11
11
  enter_editmode: typing.Union[bool, typing.Any] = False,
@@ -17,7 +17,7 @@ def add_bezier(
17
17
  """Add new bezier curve
18
18
 
19
19
  :type override_context: typing.Union[dict, bpy.types.Context]
20
- :type execution_context: str
20
+ :type execution_context: typing.Union[str, int]
21
21
  :type undo: bool
22
22
  :param radius: Radius
23
23
  :type radius: typing.Any
@@ -46,7 +46,7 @@ def add_bezier(
46
46
 
47
47
  def add_circle(
48
48
  override_context: typing.Union[dict, bpy.types.Context] = None,
49
- execution_context: str = None,
49
+ execution_context: typing.Union[str, int] = None,
50
50
  undo: bool = None,
51
51
  radius: typing.Any = 1.0,
52
52
  enter_editmode: typing.Union[bool, typing.Any] = False,
@@ -58,7 +58,7 @@ def add_circle(
58
58
  """Add new circle curve
59
59
 
60
60
  :type override_context: typing.Union[dict, bpy.types.Context]
61
- :type execution_context: str
61
+ :type execution_context: typing.Union[str, int]
62
62
  :type undo: bool
63
63
  :param radius: Radius
64
64
  :type radius: typing.Any
@@ -87,7 +87,7 @@ def add_circle(
87
87
 
88
88
  def attribute_set(
89
89
  override_context: typing.Union[dict, bpy.types.Context] = None,
90
- execution_context: str = None,
90
+ execution_context: typing.Union[str, int] = None,
91
91
  undo: bool = None,
92
92
  value_float: typing.Any = 0.0,
93
93
  value_float_vector_2d: typing.Any = (0.0, 0.0),
@@ -100,7 +100,7 @@ def attribute_set(
100
100
  """Set values of the active attribute for selected elements
101
101
 
102
102
  :type override_context: typing.Union[dict, bpy.types.Context]
103
- :type execution_context: str
103
+ :type execution_context: typing.Union[str, int]
104
104
  :type undo: bool
105
105
  :param value_float: Value
106
106
  :type value_float: typing.Any
@@ -122,13 +122,13 @@ def attribute_set(
122
122
 
123
123
  def convert_from_particle_system(
124
124
  override_context: typing.Union[dict, bpy.types.Context] = None,
125
- execution_context: str = None,
125
+ execution_context: typing.Union[str, int] = None,
126
126
  undo: bool = None,
127
127
  ):
128
128
  """Add a new curves object based on the current state of the particle system
129
129
 
130
130
  :type override_context: typing.Union[dict, bpy.types.Context]
131
- :type execution_context: str
131
+ :type execution_context: typing.Union[str, int]
132
132
  :type undo: bool
133
133
  """
134
134
 
@@ -136,13 +136,13 @@ def convert_from_particle_system(
136
136
 
137
137
  def convert_to_particle_system(
138
138
  override_context: typing.Union[dict, bpy.types.Context] = None,
139
- execution_context: str = None,
139
+ execution_context: typing.Union[str, int] = None,
140
140
  undo: bool = None,
141
141
  ):
142
142
  """Add a new or update an existing hair particle system on the surface object
143
143
 
144
144
  :type override_context: typing.Union[dict, bpy.types.Context]
145
- :type execution_context: str
145
+ :type execution_context: typing.Union[str, int]
146
146
  :type undo: bool
147
147
  """
148
148
 
@@ -150,14 +150,14 @@ def convert_to_particle_system(
150
150
 
151
151
  def curve_type_set(
152
152
  override_context: typing.Union[dict, bpy.types.Context] = None,
153
- execution_context: str = None,
153
+ execution_context: typing.Union[str, int] = None,
154
154
  undo: bool = None,
155
155
  type: typing.Union[str, int] = "POLY",
156
156
  ):
157
157
  """Set type of selected curves
158
158
 
159
159
  :type override_context: typing.Union[dict, bpy.types.Context]
160
- :type execution_context: str
160
+ :type execution_context: typing.Union[str, int]
161
161
  :type undo: bool
162
162
  :param type: Type, Curve type
163
163
  :type type: typing.Union[str, int]
@@ -167,13 +167,13 @@ def curve_type_set(
167
167
 
168
168
  def cyclic_toggle(
169
169
  override_context: typing.Union[dict, bpy.types.Context] = None,
170
- execution_context: str = None,
170
+ execution_context: typing.Union[str, int] = None,
171
171
  undo: bool = None,
172
172
  ):
173
173
  """Make active curve closed/opened loop
174
174
 
175
175
  :type override_context: typing.Union[dict, bpy.types.Context]
176
- :type execution_context: str
176
+ :type execution_context: typing.Union[str, int]
177
177
  :type undo: bool
178
178
  """
179
179
 
@@ -181,13 +181,13 @@ def cyclic_toggle(
181
181
 
182
182
  def delete(
183
183
  override_context: typing.Union[dict, bpy.types.Context] = None,
184
- execution_context: str = None,
184
+ execution_context: typing.Union[str, int] = None,
185
185
  undo: bool = None,
186
186
  ):
187
187
  """Remove selected control points or curves
188
188
 
189
189
  :type override_context: typing.Union[dict, bpy.types.Context]
190
- :type execution_context: str
190
+ :type execution_context: typing.Union[str, int]
191
191
  :type undo: bool
192
192
  """
193
193
 
@@ -195,7 +195,7 @@ def delete(
195
195
 
196
196
  def draw(
197
197
  override_context: typing.Union[dict, bpy.types.Context] = None,
198
- execution_context: str = None,
198
+ execution_context: typing.Union[str, int] = None,
199
199
  undo: bool = None,
200
200
  error_threshold: typing.Any = 0.0,
201
201
  fit_method: typing.Union[str, int] = "REFIT",
@@ -209,7 +209,7 @@ def draw(
209
209
  """Draw a freehand curve
210
210
 
211
211
  :type override_context: typing.Union[dict, bpy.types.Context]
212
- :type execution_context: str
212
+ :type execution_context: typing.Union[str, int]
213
213
  :type undo: bool
214
214
  :param error_threshold: Error, Error distance threshold (in object units)
215
215
  :type error_threshold: typing.Any
@@ -233,13 +233,13 @@ def draw(
233
233
 
234
234
  def duplicate(
235
235
  override_context: typing.Union[dict, bpy.types.Context] = None,
236
- execution_context: str = None,
236
+ execution_context: typing.Union[str, int] = None,
237
237
  undo: bool = None,
238
238
  ):
239
239
  """Copy selected points or curves
240
240
 
241
241
  :type override_context: typing.Union[dict, bpy.types.Context]
242
- :type execution_context: str
242
+ :type execution_context: typing.Union[str, int]
243
243
  :type undo: bool
244
244
  """
245
245
 
@@ -247,7 +247,7 @@ def duplicate(
247
247
 
248
248
  def duplicate_move(
249
249
  override_context: typing.Union[dict, bpy.types.Context] = None,
250
- execution_context: str = None,
250
+ execution_context: typing.Union[str, int] = None,
251
251
  undo: bool = None,
252
252
  CURVES_OT_duplicate: typing.Any = None,
253
253
  TRANSFORM_OT_translate: typing.Any = None,
@@ -255,7 +255,7 @@ def duplicate_move(
255
255
  """Make copies of selected elements and move them
256
256
 
257
257
  :type override_context: typing.Union[dict, bpy.types.Context]
258
- :type execution_context: str
258
+ :type execution_context: typing.Union[str, int]
259
259
  :type undo: bool
260
260
  :param CURVES_OT_duplicate: Duplicate, Copy selected points or curves
261
261
  :type CURVES_OT_duplicate: typing.Any
@@ -267,13 +267,13 @@ def duplicate_move(
267
267
 
268
268
  def extrude(
269
269
  override_context: typing.Union[dict, bpy.types.Context] = None,
270
- execution_context: str = None,
270
+ execution_context: typing.Union[str, int] = None,
271
271
  undo: bool = None,
272
272
  ):
273
273
  """Extrude selected control point(s)
274
274
 
275
275
  :type override_context: typing.Union[dict, bpy.types.Context]
276
- :type execution_context: str
276
+ :type execution_context: typing.Union[str, int]
277
277
  :type undo: bool
278
278
  """
279
279
 
@@ -281,7 +281,7 @@ def extrude(
281
281
 
282
282
  def extrude_move(
283
283
  override_context: typing.Union[dict, bpy.types.Context] = None,
284
- execution_context: str = None,
284
+ execution_context: typing.Union[str, int] = None,
285
285
  undo: bool = None,
286
286
  CURVES_OT_extrude: typing.Any = None,
287
287
  TRANSFORM_OT_translate: typing.Any = None,
@@ -289,7 +289,7 @@ def extrude_move(
289
289
  """Extrude curve and move result
290
290
 
291
291
  :type override_context: typing.Union[dict, bpy.types.Context]
292
- :type execution_context: str
292
+ :type execution_context: typing.Union[str, int]
293
293
  :type undo: bool
294
294
  :param CURVES_OT_extrude: Extrude, Extrude selected control point(s)
295
295
  :type CURVES_OT_extrude: typing.Any
@@ -301,14 +301,14 @@ def extrude_move(
301
301
 
302
302
  def handle_type_set(
303
303
  override_context: typing.Union[dict, bpy.types.Context] = None,
304
- execution_context: str = None,
304
+ execution_context: typing.Union[str, int] = None,
305
305
  undo: bool = None,
306
306
  type: typing.Union[str, int] = "AUTO",
307
307
  ):
308
308
  """Set the handle type for bezier curves
309
309
 
310
310
  :type override_context: typing.Union[dict, bpy.types.Context]
311
- :type execution_context: str
311
+ :type execution_context: typing.Union[str, int]
312
312
  :type undo: bool
313
313
  :param type: Type
314
314
  :type type: typing.Union[str, int]
@@ -318,13 +318,13 @@ def handle_type_set(
318
318
 
319
319
  def sculptmode_toggle(
320
320
  override_context: typing.Union[dict, bpy.types.Context] = None,
321
- execution_context: str = None,
321
+ execution_context: typing.Union[str, int] = None,
322
322
  undo: bool = None,
323
323
  ):
324
324
  """Enter/Exit sculpt mode for curves
325
325
 
326
326
  :type override_context: typing.Union[dict, bpy.types.Context]
327
- :type execution_context: str
327
+ :type execution_context: typing.Union[str, int]
328
328
  :type undo: bool
329
329
  """
330
330
 
@@ -332,14 +332,14 @@ def sculptmode_toggle(
332
332
 
333
333
  def select_all(
334
334
  override_context: typing.Union[dict, bpy.types.Context] = None,
335
- execution_context: str = None,
335
+ execution_context: typing.Union[str, int] = None,
336
336
  undo: bool = None,
337
337
  action: typing.Any = "TOGGLE",
338
338
  ):
339
339
  """(De)select all control points
340
340
 
341
341
  :type override_context: typing.Union[dict, bpy.types.Context]
342
- :type execution_context: str
342
+ :type execution_context: typing.Union[str, int]
343
343
  :type undo: bool
344
344
  :param action: Action, Selection action to execute
345
345
 
@@ -361,7 +361,7 @@ def select_all(
361
361
 
362
362
  def select_ends(
363
363
  override_context: typing.Union[dict, bpy.types.Context] = None,
364
- execution_context: str = None,
364
+ execution_context: typing.Union[str, int] = None,
365
365
  undo: bool = None,
366
366
  amount_start: typing.Any = 0,
367
367
  amount_end: typing.Any = 1,
@@ -369,7 +369,7 @@ def select_ends(
369
369
  """Select end points of curves
370
370
 
371
371
  :type override_context: typing.Union[dict, bpy.types.Context]
372
- :type execution_context: str
372
+ :type execution_context: typing.Union[str, int]
373
373
  :type undo: bool
374
374
  :param amount_start: Amount Front, Number of points to select from the front
375
375
  :type amount_start: typing.Any
@@ -381,13 +381,13 @@ def select_ends(
381
381
 
382
382
  def select_less(
383
383
  override_context: typing.Union[dict, bpy.types.Context] = None,
384
- execution_context: str = None,
384
+ execution_context: typing.Union[str, int] = None,
385
385
  undo: bool = None,
386
386
  ):
387
387
  """Shrink the selection by one point
388
388
 
389
389
  :type override_context: typing.Union[dict, bpy.types.Context]
390
- :type execution_context: str
390
+ :type execution_context: typing.Union[str, int]
391
391
  :type undo: bool
392
392
  """
393
393
 
@@ -395,13 +395,13 @@ def select_less(
395
395
 
396
396
  def select_linked(
397
397
  override_context: typing.Union[dict, bpy.types.Context] = None,
398
- execution_context: str = None,
398
+ execution_context: typing.Union[str, int] = None,
399
399
  undo: bool = None,
400
400
  ):
401
401
  """Select all points in curves with any point selection
402
402
 
403
403
  :type override_context: typing.Union[dict, bpy.types.Context]
404
- :type execution_context: str
404
+ :type execution_context: typing.Union[str, int]
405
405
  :type undo: bool
406
406
  """
407
407
 
@@ -409,13 +409,13 @@ def select_linked(
409
409
 
410
410
  def select_more(
411
411
  override_context: typing.Union[dict, bpy.types.Context] = None,
412
- execution_context: str = None,
412
+ execution_context: typing.Union[str, int] = None,
413
413
  undo: bool = None,
414
414
  ):
415
415
  """Grow the selection by one point
416
416
 
417
417
  :type override_context: typing.Union[dict, bpy.types.Context]
418
- :type execution_context: str
418
+ :type execution_context: typing.Union[str, int]
419
419
  :type undo: bool
420
420
  """
421
421
 
@@ -423,7 +423,7 @@ def select_more(
423
423
 
424
424
  def select_random(
425
425
  override_context: typing.Union[dict, bpy.types.Context] = None,
426
- execution_context: str = None,
426
+ execution_context: typing.Union[str, int] = None,
427
427
  undo: bool = None,
428
428
  seed: typing.Any = 0,
429
429
  probability: typing.Any = 0.5,
@@ -431,7 +431,7 @@ def select_random(
431
431
  """Randomizes existing selection or create new random selection
432
432
 
433
433
  :type override_context: typing.Union[dict, bpy.types.Context]
434
- :type execution_context: str
434
+ :type execution_context: typing.Union[str, int]
435
435
  :type undo: bool
436
436
  :param seed: Seed, Source of randomness
437
437
  :type seed: typing.Any
@@ -443,14 +443,14 @@ def select_random(
443
443
 
444
444
  def set_selection_domain(
445
445
  override_context: typing.Union[dict, bpy.types.Context] = None,
446
- execution_context: str = None,
446
+ execution_context: typing.Union[str, int] = None,
447
447
  undo: bool = None,
448
448
  domain: typing.Union[str, int] = "POINT",
449
449
  ):
450
450
  """Change the mode used for selection masking in curves sculpt mode
451
451
 
452
452
  :type override_context: typing.Union[dict, bpy.types.Context]
453
- :type execution_context: str
453
+ :type execution_context: typing.Union[str, int]
454
454
  :type undo: bool
455
455
  :param domain: Domain
456
456
  :type domain: typing.Union[str, int]
@@ -460,14 +460,14 @@ def set_selection_domain(
460
460
 
461
461
  def snap_curves_to_surface(
462
462
  override_context: typing.Union[dict, bpy.types.Context] = None,
463
- execution_context: str = None,
463
+ execution_context: typing.Union[str, int] = None,
464
464
  undo: bool = None,
465
465
  attach_mode: typing.Any = "NEAREST",
466
466
  ):
467
467
  """Move curves so that the first point is exactly on the surface mesh
468
468
 
469
469
  :type override_context: typing.Union[dict, bpy.types.Context]
470
- :type execution_context: str
470
+ :type execution_context: typing.Union[str, int]
471
471
  :type undo: bool
472
472
  :param attach_mode: Attach Mode, How to find the point on the surface to attach to
473
473
 
@@ -483,14 +483,14 @@ def snap_curves_to_surface(
483
483
 
484
484
  def subdivide(
485
485
  override_context: typing.Union[dict, bpy.types.Context] = None,
486
- execution_context: str = None,
486
+ execution_context: typing.Union[str, int] = None,
487
487
  undo: bool = None,
488
488
  number_cuts: typing.Any = 1,
489
489
  ):
490
490
  """Subdivide selected curve segments
491
491
 
492
492
  :type override_context: typing.Union[dict, bpy.types.Context]
493
- :type execution_context: str
493
+ :type execution_context: typing.Union[str, int]
494
494
  :type undo: bool
495
495
  :param number_cuts: Number of Cuts
496
496
  :type number_cuts: typing.Any
@@ -500,13 +500,13 @@ def subdivide(
500
500
 
501
501
  def surface_set(
502
502
  override_context: typing.Union[dict, bpy.types.Context] = None,
503
- execution_context: str = None,
503
+ execution_context: typing.Union[str, int] = None,
504
504
  undo: bool = None,
505
505
  ):
506
506
  """Use the active object as surface for selected curves objects and set it as the parent
507
507
 
508
508
  :type override_context: typing.Union[dict, bpy.types.Context]
509
- :type execution_context: str
509
+ :type execution_context: typing.Union[str, int]
510
510
  :type undo: bool
511
511
  """
512
512
 
@@ -514,13 +514,13 @@ def surface_set(
514
514
 
515
515
  def switch_direction(
516
516
  override_context: typing.Union[dict, bpy.types.Context] = None,
517
- execution_context: str = None,
517
+ execution_context: typing.Union[str, int] = None,
518
518
  undo: bool = None,
519
519
  ):
520
520
  """Reverse the direction of the selected curves
521
521
 
522
522
  :type override_context: typing.Union[dict, bpy.types.Context]
523
- :type execution_context: str
523
+ :type execution_context: typing.Union[str, int]
524
524
  :type undo: bool
525
525
  """
526
526
 
@@ -528,13 +528,13 @@ def switch_direction(
528
528
 
529
529
  def tilt_clear(
530
530
  override_context: typing.Union[dict, bpy.types.Context] = None,
531
- execution_context: str = None,
531
+ execution_context: typing.Union[str, int] = None,
532
532
  undo: bool = None,
533
533
  ):
534
534
  """Clear the tilt of selected control points
535
535
 
536
536
  :type override_context: typing.Union[dict, bpy.types.Context]
537
- :type execution_context: str
537
+ :type execution_context: typing.Union[str, int]
538
538
  :type undo: bool
539
539
  """
540
540
 
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def denoise_animation(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: str = None,
8
+ execution_context: typing.Union[str, int] = None,
9
9
  undo: bool = None,
10
10
  input_filepath: typing.Union[str, typing.Any] = "",
11
11
  output_filepath: typing.Union[str, typing.Any] = "",
@@ -13,7 +13,7 @@ def denoise_animation(
13
13
  """Denoise rendered animation sequence using current scene and view layer settings. Requires denoising data passes and output to OpenEXR multilayer files
14
14
 
15
15
  :type override_context: typing.Union[dict, bpy.types.Context]
16
- :type execution_context: str
16
+ :type execution_context: typing.Union[str, int]
17
17
  :type undo: bool
18
18
  :param input_filepath: Input Filepath, File path for image to denoise. If not specified, uses the render file path and frame range from the scene
19
19
  :type input_filepath: typing.Union[str, typing.Any]
@@ -25,7 +25,7 @@ def denoise_animation(
25
25
 
26
26
  def merge_images(
27
27
  override_context: typing.Union[dict, bpy.types.Context] = None,
28
- execution_context: str = None,
28
+ execution_context: typing.Union[str, int] = None,
29
29
  undo: bool = None,
30
30
  input_filepath1: typing.Union[str, typing.Any] = "",
31
31
  input_filepath2: typing.Union[str, typing.Any] = "",
@@ -34,7 +34,7 @@ def merge_images(
34
34
  """Combine OpenEXR multi-layer images rendered with different sample ranges into one image with reduced noise
35
35
 
36
36
  :type override_context: typing.Union[dict, bpy.types.Context]
37
- :type execution_context: str
37
+ :type execution_context: typing.Union[str, int]
38
38
  :type undo: bool
39
39
  :param input_filepath1: Input Filepath, File path for image to merge
40
40
  :type input_filepath1: typing.Union[str, typing.Any]
@@ -48,13 +48,13 @@ def merge_images(
48
48
 
49
49
  def use_shading_nodes(
50
50
  override_context: typing.Union[dict, bpy.types.Context] = None,
51
- execution_context: str = None,
51
+ execution_context: typing.Union[str, int] = None,
52
52
  undo: bool = None,
53
53
  ):
54
54
  """Enable nodes on a material, world or light
55
55
 
56
56
  :type override_context: typing.Union[dict, bpy.types.Context]
57
- :type execution_context: str
57
+ :type execution_context: typing.Union[str, int]
58
58
  :type undo: bool
59
59
  """
60
60
 
@@ -5,13 +5,13 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def bake(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: str = None,
8
+ execution_context: typing.Union[str, int] = None,
9
9
  undo: bool = None,
10
10
  ):
11
11
  """Bake dynamic paint image sequence surface
12
12
 
13
13
  :type override_context: typing.Union[dict, bpy.types.Context]
14
- :type execution_context: str
14
+ :type execution_context: typing.Union[str, int]
15
15
  :type undo: bool
16
16
  """
17
17
 
@@ -19,14 +19,14 @@ def bake(
19
19
 
20
20
  def output_toggle(
21
21
  override_context: typing.Union[dict, bpy.types.Context] = None,
22
- execution_context: str = None,
22
+ execution_context: typing.Union[str, int] = None,
23
23
  undo: bool = None,
24
24
  output: typing.Any = "A",
25
25
  ):
26
26
  """Add or remove Dynamic Paint output data layer
27
27
 
28
28
  :type override_context: typing.Union[dict, bpy.types.Context]
29
- :type execution_context: str
29
+ :type execution_context: typing.Union[str, int]
30
30
  :type undo: bool
31
31
  :param output: Output Toggle
32
32
  :type output: typing.Any
@@ -36,13 +36,13 @@ def output_toggle(
36
36
 
37
37
  def surface_slot_add(
38
38
  override_context: typing.Union[dict, bpy.types.Context] = None,
39
- execution_context: str = None,
39
+ execution_context: typing.Union[str, int] = None,
40
40
  undo: bool = None,
41
41
  ):
42
42
  """Add a new Dynamic Paint surface slot
43
43
 
44
44
  :type override_context: typing.Union[dict, bpy.types.Context]
45
- :type execution_context: str
45
+ :type execution_context: typing.Union[str, int]
46
46
  :type undo: bool
47
47
  """
48
48
 
@@ -50,13 +50,13 @@ def surface_slot_add(
50
50
 
51
51
  def surface_slot_remove(
52
52
  override_context: typing.Union[dict, bpy.types.Context] = None,
53
- execution_context: str = None,
53
+ execution_context: typing.Union[str, int] = None,
54
54
  undo: bool = None,
55
55
  ):
56
56
  """Remove the selected surface slot
57
57
 
58
58
  :type override_context: typing.Union[dict, bpy.types.Context]
59
- :type execution_context: str
59
+ :type execution_context: typing.Union[str, int]
60
60
  :type undo: bool
61
61
  """
62
62
 
@@ -64,14 +64,14 @@ def surface_slot_remove(
64
64
 
65
65
  def type_toggle(
66
66
  override_context: typing.Union[dict, bpy.types.Context] = None,
67
- execution_context: str = None,
67
+ execution_context: typing.Union[str, int] = None,
68
68
  undo: bool = None,
69
69
  type: typing.Union[str, int] = "CANVAS",
70
70
  ):
71
71
  """Toggle whether given type is active or not
72
72
 
73
73
  :type override_context: typing.Union[dict, bpy.types.Context]
74
- :type execution_context: str
74
+ :type execution_context: typing.Union[str, int]
75
75
  :type undo: bool
76
76
  :param type: Type
77
77
  :type type: typing.Union[str, int]