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
@@ -1,24 +1,24 @@
1
1
  import typing
2
- import bpy.ops.transform
3
2
  import bpy.types
4
3
 
5
4
  GenericType = typing.TypeVar("GenericType")
6
5
 
7
6
  def attribute_set(
8
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
9
- execution_context: typing.Union[str, int] = None,
8
+ execution_context: str = None,
10
9
  undo: bool = None,
11
10
  value_float: typing.Any = 0.0,
12
11
  value_float_vector_2d: typing.Any = (0.0, 0.0),
13
12
  value_float_vector_3d: typing.Any = (0.0, 0.0, 0.0),
14
13
  value_int: typing.Any = 0,
14
+ value_int_vector_2d: typing.Any = (0, 0),
15
15
  value_color: typing.Any = (1.0, 1.0, 1.0, 1.0),
16
16
  value_bool: typing.Union[bool, typing.Any] = False,
17
17
  ):
18
18
  """Set values of the active attribute for selected elements
19
19
 
20
20
  :type override_context: typing.Union[dict, bpy.types.Context]
21
- :type execution_context: typing.Union[str, int]
21
+ :type execution_context: str
22
22
  :type undo: bool
23
23
  :param value_float: Value
24
24
  :type value_float: typing.Any
@@ -28,6 +28,8 @@ def attribute_set(
28
28
  :type value_float_vector_3d: typing.Any
29
29
  :param value_int: Value
30
30
  :type value_int: typing.Any
31
+ :param value_int_vector_2d: Value
32
+ :type value_int_vector_2d: typing.Any
31
33
  :param value_color: Value
32
34
  :type value_color: typing.Any
33
35
  :param value_bool: Value
@@ -38,13 +40,13 @@ def attribute_set(
38
40
 
39
41
  def convert_from_particle_system(
40
42
  override_context: typing.Union[dict, bpy.types.Context] = None,
41
- execution_context: typing.Union[str, int] = None,
43
+ execution_context: str = None,
42
44
  undo: bool = None,
43
45
  ):
44
46
  """Add a new curves object based on the current state of the particle system
45
47
 
46
48
  :type override_context: typing.Union[dict, bpy.types.Context]
47
- :type execution_context: typing.Union[str, int]
49
+ :type execution_context: str
48
50
  :type undo: bool
49
51
  """
50
52
 
@@ -52,13 +54,13 @@ def convert_from_particle_system(
52
54
 
53
55
  def convert_to_particle_system(
54
56
  override_context: typing.Union[dict, bpy.types.Context] = None,
55
- execution_context: typing.Union[str, int] = None,
57
+ execution_context: str = None,
56
58
  undo: bool = None,
57
59
  ):
58
60
  """Add a new or update an existing hair particle system on the surface object
59
61
 
60
62
  :type override_context: typing.Union[dict, bpy.types.Context]
61
- :type execution_context: typing.Union[str, int]
63
+ :type execution_context: str
62
64
  :type undo: bool
63
65
  """
64
66
 
@@ -66,13 +68,13 @@ def convert_to_particle_system(
66
68
 
67
69
  def delete(
68
70
  override_context: typing.Union[dict, bpy.types.Context] = None,
69
- execution_context: typing.Union[str, int] = None,
71
+ execution_context: str = None,
70
72
  undo: bool = None,
71
73
  ):
72
74
  """Remove selected control points or curves
73
75
 
74
76
  :type override_context: typing.Union[dict, bpy.types.Context]
75
- :type execution_context: typing.Union[str, int]
77
+ :type execution_context: str
76
78
  :type undo: bool
77
79
  """
78
80
 
@@ -80,10 +82,10 @@ def delete(
80
82
 
81
83
  def draw(
82
84
  override_context: typing.Union[dict, bpy.types.Context] = None,
83
- execution_context: typing.Union[str, int] = None,
85
+ execution_context: str = None,
84
86
  undo: bool = None,
85
87
  error_threshold: typing.Any = 0.0,
86
- fit_method: typing.Any = "REFIT",
88
+ fit_method: typing.Union[str, int] = "REFIT",
87
89
  corner_angle: typing.Any = 1.22173,
88
90
  use_cyclic: typing.Union[bool, typing.Any] = True,
89
91
  stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] = None,
@@ -94,12 +96,12 @@ def draw(
94
96
  """Draw a freehand curve
95
97
 
96
98
  :type override_context: typing.Union[dict, bpy.types.Context]
97
- :type execution_context: typing.Union[str, int]
99
+ :type execution_context: str
98
100
  :type undo: bool
99
101
  :param error_threshold: Error, Error distance threshold (in object units)
100
102
  :type error_threshold: typing.Any
101
103
  :param fit_method: Fit Method
102
- :type fit_method: typing.Any
104
+ :type fit_method: typing.Union[str, int]
103
105
  :param corner_angle: Corner Angle
104
106
  :type corner_angle: typing.Any
105
107
  :param use_cyclic: Cyclic
@@ -118,13 +120,13 @@ def draw(
118
120
 
119
121
  def duplicate(
120
122
  override_context: typing.Union[dict, bpy.types.Context] = None,
121
- execution_context: typing.Union[str, int] = None,
123
+ execution_context: str = None,
122
124
  undo: bool = None,
123
125
  ):
124
126
  """Copy selected points or curves
125
127
 
126
128
  :type override_context: typing.Union[dict, bpy.types.Context]
127
- :type execution_context: typing.Union[str, int]
129
+ :type execution_context: str
128
130
  :type undo: bool
129
131
  """
130
132
 
@@ -132,33 +134,33 @@ def duplicate(
132
134
 
133
135
  def duplicate_move(
134
136
  override_context: typing.Union[dict, bpy.types.Context] = None,
135
- execution_context: typing.Union[str, int] = None,
137
+ execution_context: str = None,
136
138
  undo: bool = None,
137
- CURVES_OT_duplicate: duplicate = None,
138
- TRANSFORM_OT_translate: bpy.ops.transform.translate = None,
139
+ CURVES_OT_duplicate: typing.Any = None,
140
+ TRANSFORM_OT_translate: typing.Any = None,
139
141
  ):
140
142
  """Make copies of selected elements and move them
141
143
 
142
144
  :type override_context: typing.Union[dict, bpy.types.Context]
143
- :type execution_context: typing.Union[str, int]
145
+ :type execution_context: str
144
146
  :type undo: bool
145
147
  :param CURVES_OT_duplicate: Duplicate, Copy selected points or curves
146
- :type CURVES_OT_duplicate: duplicate
148
+ :type CURVES_OT_duplicate: typing.Any
147
149
  :param TRANSFORM_OT_translate: Move, Move selected items
148
- :type TRANSFORM_OT_translate: bpy.ops.transform.translate
150
+ :type TRANSFORM_OT_translate: typing.Any
149
151
  """
150
152
 
151
153
  ...
152
154
 
153
155
  def extrude(
154
156
  override_context: typing.Union[dict, bpy.types.Context] = None,
155
- execution_context: typing.Union[str, int] = None,
157
+ execution_context: str = None,
156
158
  undo: bool = None,
157
159
  ):
158
160
  """Extrude selected control point(s)
159
161
 
160
162
  :type override_context: typing.Union[dict, bpy.types.Context]
161
- :type execution_context: typing.Union[str, int]
163
+ :type execution_context: str
162
164
  :type undo: bool
163
165
  """
164
166
 
@@ -166,33 +168,33 @@ def extrude(
166
168
 
167
169
  def extrude_move(
168
170
  override_context: typing.Union[dict, bpy.types.Context] = None,
169
- execution_context: typing.Union[str, int] = None,
171
+ execution_context: str = None,
170
172
  undo: bool = None,
171
- CURVES_OT_extrude: extrude = None,
172
- TRANSFORM_OT_translate: bpy.ops.transform.translate = None,
173
+ CURVES_OT_extrude: typing.Any = None,
174
+ TRANSFORM_OT_translate: typing.Any = None,
173
175
  ):
174
176
  """Extrude curve and move result
175
177
 
176
178
  :type override_context: typing.Union[dict, bpy.types.Context]
177
- :type execution_context: typing.Union[str, int]
179
+ :type execution_context: str
178
180
  :type undo: bool
179
181
  :param CURVES_OT_extrude: Extrude, Extrude selected control point(s)
180
- :type CURVES_OT_extrude: extrude
182
+ :type CURVES_OT_extrude: typing.Any
181
183
  :param TRANSFORM_OT_translate: Move, Move selected items
182
- :type TRANSFORM_OT_translate: bpy.ops.transform.translate
184
+ :type TRANSFORM_OT_translate: typing.Any
183
185
  """
184
186
 
185
187
  ...
186
188
 
187
189
  def sculptmode_toggle(
188
190
  override_context: typing.Union[dict, bpy.types.Context] = None,
189
- execution_context: typing.Union[str, int] = None,
191
+ execution_context: str = None,
190
192
  undo: bool = None,
191
193
  ):
192
194
  """Enter/Exit sculpt mode for curves
193
195
 
194
196
  :type override_context: typing.Union[dict, bpy.types.Context]
195
- :type execution_context: typing.Union[str, int]
197
+ :type execution_context: str
196
198
  :type undo: bool
197
199
  """
198
200
 
@@ -200,14 +202,14 @@ def sculptmode_toggle(
200
202
 
201
203
  def select_all(
202
204
  override_context: typing.Union[dict, bpy.types.Context] = None,
203
- execution_context: typing.Union[str, int] = None,
205
+ execution_context: str = None,
204
206
  undo: bool = None,
205
207
  action: typing.Any = "TOGGLE",
206
208
  ):
207
209
  """(De)select all control points
208
210
 
209
211
  :type override_context: typing.Union[dict, bpy.types.Context]
210
- :type execution_context: typing.Union[str, int]
212
+ :type execution_context: str
211
213
  :type undo: bool
212
214
  :param action: Action, Selection action to execute
213
215
 
@@ -229,7 +231,7 @@ def select_all(
229
231
 
230
232
  def select_ends(
231
233
  override_context: typing.Union[dict, bpy.types.Context] = None,
232
- execution_context: typing.Union[str, int] = None,
234
+ execution_context: str = None,
233
235
  undo: bool = None,
234
236
  amount_start: typing.Any = 0,
235
237
  amount_end: typing.Any = 1,
@@ -237,7 +239,7 @@ def select_ends(
237
239
  """Select end points of curves
238
240
 
239
241
  :type override_context: typing.Union[dict, bpy.types.Context]
240
- :type execution_context: typing.Union[str, int]
242
+ :type execution_context: str
241
243
  :type undo: bool
242
244
  :param amount_start: Amount Front, Number of points to select from the front
243
245
  :type amount_start: typing.Any
@@ -249,13 +251,13 @@ def select_ends(
249
251
 
250
252
  def select_less(
251
253
  override_context: typing.Union[dict, bpy.types.Context] = None,
252
- execution_context: typing.Union[str, int] = None,
254
+ execution_context: str = None,
253
255
  undo: bool = None,
254
256
  ):
255
257
  """Shrink the selection by one point
256
258
 
257
259
  :type override_context: typing.Union[dict, bpy.types.Context]
258
- :type execution_context: typing.Union[str, int]
260
+ :type execution_context: str
259
261
  :type undo: bool
260
262
  """
261
263
 
@@ -263,13 +265,13 @@ def select_less(
263
265
 
264
266
  def select_linked(
265
267
  override_context: typing.Union[dict, bpy.types.Context] = None,
266
- execution_context: typing.Union[str, int] = None,
268
+ execution_context: str = None,
267
269
  undo: bool = None,
268
270
  ):
269
271
  """Select all points in curves with any point selection
270
272
 
271
273
  :type override_context: typing.Union[dict, bpy.types.Context]
272
- :type execution_context: typing.Union[str, int]
274
+ :type execution_context: str
273
275
  :type undo: bool
274
276
  """
275
277
 
@@ -277,13 +279,13 @@ def select_linked(
277
279
 
278
280
  def select_more(
279
281
  override_context: typing.Union[dict, bpy.types.Context] = None,
280
- execution_context: typing.Union[str, int] = None,
282
+ execution_context: str = None,
281
283
  undo: bool = None,
282
284
  ):
283
285
  """Grow the selection by one point
284
286
 
285
287
  :type override_context: typing.Union[dict, bpy.types.Context]
286
- :type execution_context: typing.Union[str, int]
288
+ :type execution_context: str
287
289
  :type undo: bool
288
290
  """
289
291
 
@@ -291,7 +293,7 @@ def select_more(
291
293
 
292
294
  def select_random(
293
295
  override_context: typing.Union[dict, bpy.types.Context] = None,
294
- execution_context: typing.Union[str, int] = None,
296
+ execution_context: str = None,
295
297
  undo: bool = None,
296
298
  seed: typing.Any = 0,
297
299
  probability: typing.Any = 0.5,
@@ -299,7 +301,7 @@ def select_random(
299
301
  """Randomizes existing selection or create new random selection
300
302
 
301
303
  :type override_context: typing.Union[dict, bpy.types.Context]
302
- :type execution_context: typing.Union[str, int]
304
+ :type execution_context: str
303
305
  :type undo: bool
304
306
  :param seed: Seed, Source of randomness
305
307
  :type seed: typing.Any
@@ -311,31 +313,31 @@ def select_random(
311
313
 
312
314
  def set_selection_domain(
313
315
  override_context: typing.Union[dict, bpy.types.Context] = None,
314
- execution_context: typing.Union[str, int] = None,
316
+ execution_context: str = None,
315
317
  undo: bool = None,
316
- domain: typing.Any = "POINT",
318
+ domain: typing.Union[str, int] = "POINT",
317
319
  ):
318
320
  """Change the mode used for selection masking in curves sculpt mode
319
321
 
320
322
  :type override_context: typing.Union[dict, bpy.types.Context]
321
- :type execution_context: typing.Union[str, int]
323
+ :type execution_context: str
322
324
  :type undo: bool
323
325
  :param domain: Domain
324
- :type domain: typing.Any
326
+ :type domain: typing.Union[str, int]
325
327
  """
326
328
 
327
329
  ...
328
330
 
329
331
  def snap_curves_to_surface(
330
332
  override_context: typing.Union[dict, bpy.types.Context] = None,
331
- execution_context: typing.Union[str, int] = None,
333
+ execution_context: str = None,
332
334
  undo: bool = None,
333
335
  attach_mode: typing.Any = "NEAREST",
334
336
  ):
335
337
  """Move curves so that the first point is exactly on the surface mesh
336
338
 
337
339
  :type override_context: typing.Union[dict, bpy.types.Context]
338
- :type execution_context: typing.Union[str, int]
340
+ :type execution_context: str
339
341
  :type undo: bool
340
342
  :param attach_mode: Attach Mode, How to find the point on the surface to attach to
341
343
 
@@ -351,13 +353,13 @@ def snap_curves_to_surface(
351
353
 
352
354
  def surface_set(
353
355
  override_context: typing.Union[dict, bpy.types.Context] = None,
354
- execution_context: typing.Union[str, int] = None,
356
+ execution_context: str = None,
355
357
  undo: bool = None,
356
358
  ):
357
359
  """Use the active object as surface for selected curves objects and set it as the parent
358
360
 
359
361
  :type override_context: typing.Union[dict, bpy.types.Context]
360
- :type execution_context: typing.Union[str, int]
362
+ :type execution_context: str
361
363
  :type undo: bool
362
364
  """
363
365
 
@@ -365,13 +367,13 @@ def surface_set(
365
367
 
366
368
  def tilt_clear(
367
369
  override_context: typing.Union[dict, bpy.types.Context] = None,
368
- execution_context: typing.Union[str, int] = None,
370
+ execution_context: str = None,
369
371
  undo: bool = None,
370
372
  ):
371
373
  """Clear the tilt of selected control points
372
374
 
373
375
  :type override_context: typing.Union[dict, bpy.types.Context]
374
- :type execution_context: typing.Union[str, int]
376
+ :type execution_context: str
375
377
  :type undo: bool
376
378
  """
377
379
 
@@ -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: typing.Union[str, int] = None,
8
+ execution_context: str = 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: typing.Union[str, int]
16
+ :type execution_context: str
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: typing.Union[str, int] = None,
28
+ execution_context: str = 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: typing.Union[str, int]
37
+ :type execution_context: str
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: typing.Union[str, int] = None,
51
+ execution_context: str = 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: typing.Union[str, int]
57
+ :type execution_context: str
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: typing.Union[str, int] = None,
8
+ execution_context: str = 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: typing.Union[str, int]
14
+ :type execution_context: str
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: typing.Union[str, int] = None,
22
+ execution_context: str = 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: typing.Union[str, int]
29
+ :type execution_context: str
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: typing.Union[str, int] = None,
39
+ execution_context: str = 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: typing.Union[str, int]
45
+ :type execution_context: str
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: typing.Union[str, int] = None,
53
+ execution_context: str = 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: typing.Union[str, int]
59
+ :type execution_context: str
60
60
  :type undo: bool
61
61
  """
62
62
 
@@ -64,17 +64,17 @@ 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: typing.Union[str, int] = None,
67
+ execution_context: str = None,
68
68
  undo: bool = None,
69
- type: typing.Any = "CANVAS",
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: typing.Union[str, int]
74
+ :type execution_context: str
75
75
  :type undo: bool
76
76
  :param type: Type
77
- :type type: typing.Any
77
+ :type type: typing.Union[str, int]
78
78
  """
79
79
 
80
80
  ...