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,13 +5,13 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def delete(
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
  """Delete active scene
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,13 +19,13 @@ def delete(
19
19
 
20
20
  def freestyle_add_edge_marks_to_keying_set(
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
  ):
25
25
  """Add the data paths to the Freestyle Edge Mark property of selected edges to the active keying set
26
26
 
27
27
  :type override_context: typing.Union[dict, bpy.types.Context]
28
- :type execution_context: str
28
+ :type execution_context: typing.Union[str, int]
29
29
  :type undo: bool
30
30
  """
31
31
 
@@ -33,13 +33,13 @@ def freestyle_add_edge_marks_to_keying_set(
33
33
 
34
34
  def freestyle_add_face_marks_to_keying_set(
35
35
  override_context: typing.Union[dict, bpy.types.Context] = None,
36
- execution_context: str = None,
36
+ execution_context: typing.Union[str, int] = None,
37
37
  undo: bool = None,
38
38
  ):
39
39
  """Add the data paths to the Freestyle Face Mark property of selected polygons to the active keying set
40
40
 
41
41
  :type override_context: typing.Union[dict, bpy.types.Context]
42
- :type execution_context: str
42
+ :type execution_context: typing.Union[str, int]
43
43
  :type undo: bool
44
44
  """
45
45
 
@@ -47,14 +47,14 @@ def freestyle_add_face_marks_to_keying_set(
47
47
 
48
48
  def freestyle_alpha_modifier_add(
49
49
  override_context: typing.Union[dict, bpy.types.Context] = None,
50
- execution_context: str = None,
50
+ execution_context: typing.Union[str, int] = None,
51
51
  undo: bool = None,
52
52
  type: typing.Union[str, int] = "ALONG_STROKE",
53
53
  ):
54
54
  """Add an alpha transparency modifier to the line style associated with the active lineset
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
  :param type: Type
60
60
  :type type: typing.Union[str, int]
@@ -64,14 +64,14 @@ def freestyle_alpha_modifier_add(
64
64
 
65
65
  def freestyle_color_modifier_add(
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] = "ALONG_STROKE",
70
70
  ):
71
71
  """Add a line color modifier to the line style associated with the active lineset
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]
@@ -81,7 +81,7 @@ def freestyle_color_modifier_add(
81
81
 
82
82
  def freestyle_fill_range_by_selection(
83
83
  override_context: typing.Union[dict, bpy.types.Context] = None,
84
- execution_context: str = None,
84
+ execution_context: typing.Union[str, int] = None,
85
85
  undo: bool = None,
86
86
  type: typing.Any = "COLOR",
87
87
  name: typing.Union[str, typing.Any] = "",
@@ -89,7 +89,7 @@ def freestyle_fill_range_by_selection(
89
89
  """Fill the Range Min/Max entries by the min/max distance between selected mesh objects and the source object (either a user-specified object or the active camera)
90
90
 
91
91
  :type override_context: typing.Union[dict, bpy.types.Context]
92
- :type execution_context: str
92
+ :type execution_context: typing.Union[str, int]
93
93
  :type undo: bool
94
94
  :param type: Type, Type of the modifier to work on
95
95
 
@@ -110,14 +110,14 @@ def freestyle_fill_range_by_selection(
110
110
 
111
111
  def freestyle_geometry_modifier_add(
112
112
  override_context: typing.Union[dict, bpy.types.Context] = None,
113
- execution_context: str = None,
113
+ execution_context: typing.Union[str, int] = None,
114
114
  undo: bool = None,
115
115
  type: typing.Union[str, int] = "2D_OFFSET",
116
116
  ):
117
117
  """Add a stroke geometry modifier to the line style associated with the active lineset
118
118
 
119
119
  :type override_context: typing.Union[dict, bpy.types.Context]
120
- :type execution_context: str
120
+ :type execution_context: typing.Union[str, int]
121
121
  :type undo: bool
122
122
  :param type: Type
123
123
  :type type: typing.Union[str, int]
@@ -127,13 +127,13 @@ def freestyle_geometry_modifier_add(
127
127
 
128
128
  def freestyle_lineset_add(
129
129
  override_context: typing.Union[dict, bpy.types.Context] = None,
130
- execution_context: str = None,
130
+ execution_context: typing.Union[str, int] = None,
131
131
  undo: bool = None,
132
132
  ):
133
133
  """Add a line set into the list of line sets
134
134
 
135
135
  :type override_context: typing.Union[dict, bpy.types.Context]
136
- :type execution_context: str
136
+ :type execution_context: typing.Union[str, int]
137
137
  :type undo: bool
138
138
  """
139
139
 
@@ -141,13 +141,13 @@ def freestyle_lineset_add(
141
141
 
142
142
  def freestyle_lineset_copy(
143
143
  override_context: typing.Union[dict, bpy.types.Context] = None,
144
- execution_context: str = None,
144
+ execution_context: typing.Union[str, int] = None,
145
145
  undo: bool = None,
146
146
  ):
147
147
  """Copy the active line set to the internal clipboard
148
148
 
149
149
  :type override_context: typing.Union[dict, bpy.types.Context]
150
- :type execution_context: str
150
+ :type execution_context: typing.Union[str, int]
151
151
  :type undo: bool
152
152
  """
153
153
 
@@ -155,14 +155,14 @@ def freestyle_lineset_copy(
155
155
 
156
156
  def freestyle_lineset_move(
157
157
  override_context: typing.Union[dict, bpy.types.Context] = None,
158
- execution_context: str = None,
158
+ execution_context: typing.Union[str, int] = None,
159
159
  undo: bool = None,
160
160
  direction: typing.Any = "UP",
161
161
  ):
162
162
  """Change the position of the active line set within the list of line sets
163
163
 
164
164
  :type override_context: typing.Union[dict, bpy.types.Context]
165
- :type execution_context: str
165
+ :type execution_context: typing.Union[str, int]
166
166
  :type undo: bool
167
167
  :param direction: Direction, Direction to move the active line set towards
168
168
  :type direction: typing.Any
@@ -172,13 +172,13 @@ def freestyle_lineset_move(
172
172
 
173
173
  def freestyle_lineset_paste(
174
174
  override_context: typing.Union[dict, bpy.types.Context] = None,
175
- execution_context: str = None,
175
+ execution_context: typing.Union[str, int] = None,
176
176
  undo: bool = None,
177
177
  ):
178
178
  """Paste the internal clipboard content to the active line set
179
179
 
180
180
  :type override_context: typing.Union[dict, bpy.types.Context]
181
- :type execution_context: str
181
+ :type execution_context: typing.Union[str, int]
182
182
  :type undo: bool
183
183
  """
184
184
 
@@ -186,13 +186,13 @@ def freestyle_lineset_paste(
186
186
 
187
187
  def freestyle_lineset_remove(
188
188
  override_context: typing.Union[dict, bpy.types.Context] = None,
189
- execution_context: str = None,
189
+ execution_context: typing.Union[str, int] = None,
190
190
  undo: bool = None,
191
191
  ):
192
192
  """Remove the active line set from the list of line sets
193
193
 
194
194
  :type override_context: typing.Union[dict, bpy.types.Context]
195
- :type execution_context: str
195
+ :type execution_context: typing.Union[str, int]
196
196
  :type undo: bool
197
197
  """
198
198
 
@@ -200,13 +200,13 @@ def freestyle_lineset_remove(
200
200
 
201
201
  def freestyle_linestyle_new(
202
202
  override_context: typing.Union[dict, bpy.types.Context] = None,
203
- execution_context: str = None,
203
+ execution_context: typing.Union[str, int] = None,
204
204
  undo: bool = None,
205
205
  ):
206
206
  """Create a new line style, reusable by multiple line sets
207
207
 
208
208
  :type override_context: typing.Union[dict, bpy.types.Context]
209
- :type execution_context: str
209
+ :type execution_context: typing.Union[str, int]
210
210
  :type undo: bool
211
211
  """
212
212
 
@@ -214,13 +214,13 @@ def freestyle_linestyle_new(
214
214
 
215
215
  def freestyle_modifier_copy(
216
216
  override_context: typing.Union[dict, bpy.types.Context] = None,
217
- execution_context: str = None,
217
+ execution_context: typing.Union[str, int] = None,
218
218
  undo: bool = None,
219
219
  ):
220
220
  """Duplicate the modifier within the list of modifiers
221
221
 
222
222
  :type override_context: typing.Union[dict, bpy.types.Context]
223
- :type execution_context: str
223
+ :type execution_context: typing.Union[str, int]
224
224
  :type undo: bool
225
225
  """
226
226
 
@@ -228,14 +228,14 @@ def freestyle_modifier_copy(
228
228
 
229
229
  def freestyle_modifier_move(
230
230
  override_context: typing.Union[dict, bpy.types.Context] = None,
231
- execution_context: str = None,
231
+ execution_context: typing.Union[str, int] = None,
232
232
  undo: bool = None,
233
233
  direction: typing.Any = "UP",
234
234
  ):
235
235
  """Move the modifier within the list of modifiers
236
236
 
237
237
  :type override_context: typing.Union[dict, bpy.types.Context]
238
- :type execution_context: str
238
+ :type execution_context: typing.Union[str, int]
239
239
  :type undo: bool
240
240
  :param direction: Direction, Direction to move the chosen modifier towards
241
241
  :type direction: typing.Any
@@ -245,13 +245,13 @@ def freestyle_modifier_move(
245
245
 
246
246
  def freestyle_modifier_remove(
247
247
  override_context: typing.Union[dict, bpy.types.Context] = None,
248
- execution_context: str = None,
248
+ execution_context: typing.Union[str, int] = None,
249
249
  undo: bool = None,
250
250
  ):
251
251
  """Remove the modifier from the list of modifiers
252
252
 
253
253
  :type override_context: typing.Union[dict, bpy.types.Context]
254
- :type execution_context: str
254
+ :type execution_context: typing.Union[str, int]
255
255
  :type undo: bool
256
256
  """
257
257
 
@@ -259,13 +259,13 @@ def freestyle_modifier_remove(
259
259
 
260
260
  def freestyle_module_add(
261
261
  override_context: typing.Union[dict, bpy.types.Context] = None,
262
- execution_context: str = None,
262
+ execution_context: typing.Union[str, int] = None,
263
263
  undo: bool = None,
264
264
  ):
265
265
  """Add a style module into the list of modules
266
266
 
267
267
  :type override_context: typing.Union[dict, bpy.types.Context]
268
- :type execution_context: str
268
+ :type execution_context: typing.Union[str, int]
269
269
  :type undo: bool
270
270
  """
271
271
 
@@ -273,14 +273,14 @@ def freestyle_module_add(
273
273
 
274
274
  def freestyle_module_move(
275
275
  override_context: typing.Union[dict, bpy.types.Context] = None,
276
- execution_context: str = None,
276
+ execution_context: typing.Union[str, int] = None,
277
277
  undo: bool = None,
278
278
  direction: typing.Any = "UP",
279
279
  ):
280
280
  """Change the position of the style module within in the list of style modules
281
281
 
282
282
  :type override_context: typing.Union[dict, bpy.types.Context]
283
- :type execution_context: str
283
+ :type execution_context: typing.Union[str, int]
284
284
  :type undo: bool
285
285
  :param direction: Direction, Direction to move the chosen style module towards
286
286
  :type direction: typing.Any
@@ -290,7 +290,7 @@ def freestyle_module_move(
290
290
 
291
291
  def freestyle_module_open(
292
292
  override_context: typing.Union[dict, bpy.types.Context] = None,
293
- execution_context: str = None,
293
+ execution_context: typing.Union[str, int] = None,
294
294
  undo: bool = None,
295
295
  filepath: typing.Union[str, typing.Any] = "",
296
296
  make_internal: typing.Union[bool, typing.Any] = True,
@@ -298,7 +298,7 @@ def freestyle_module_open(
298
298
  """Open a style module file
299
299
 
300
300
  :type override_context: typing.Union[dict, bpy.types.Context]
301
- :type execution_context: str
301
+ :type execution_context: typing.Union[str, int]
302
302
  :type undo: bool
303
303
  :param filepath: filepath
304
304
  :type filepath: typing.Union[str, typing.Any]
@@ -310,13 +310,13 @@ def freestyle_module_open(
310
310
 
311
311
  def freestyle_module_remove(
312
312
  override_context: typing.Union[dict, bpy.types.Context] = None,
313
- execution_context: str = None,
313
+ execution_context: typing.Union[str, int] = None,
314
314
  undo: bool = None,
315
315
  ):
316
316
  """Remove the style module from the stack
317
317
 
318
318
  :type override_context: typing.Union[dict, bpy.types.Context]
319
- :type execution_context: str
319
+ :type execution_context: typing.Union[str, int]
320
320
  :type undo: bool
321
321
  """
322
322
 
@@ -324,13 +324,13 @@ def freestyle_module_remove(
324
324
 
325
325
  def freestyle_stroke_material_create(
326
326
  override_context: typing.Union[dict, bpy.types.Context] = None,
327
- execution_context: str = None,
327
+ execution_context: typing.Union[str, int] = None,
328
328
  undo: bool = None,
329
329
  ):
330
330
  """Create Freestyle stroke material for testing
331
331
 
332
332
  :type override_context: typing.Union[dict, bpy.types.Context]
333
- :type execution_context: str
333
+ :type execution_context: typing.Union[str, int]
334
334
  :type undo: bool
335
335
  """
336
336
 
@@ -338,14 +338,14 @@ def freestyle_stroke_material_create(
338
338
 
339
339
  def freestyle_thickness_modifier_add(
340
340
  override_context: typing.Union[dict, bpy.types.Context] = None,
341
- execution_context: str = None,
341
+ execution_context: typing.Union[str, int] = None,
342
342
  undo: bool = None,
343
343
  type: typing.Union[str, int] = "ALONG_STROKE",
344
344
  ):
345
345
  """Add a line thickness modifier to the line style associated with the active lineset
346
346
 
347
347
  :type override_context: typing.Union[dict, bpy.types.Context]
348
- :type execution_context: str
348
+ :type execution_context: typing.Union[str, int]
349
349
  :type undo: bool
350
350
  :param type: Type
351
351
  :type type: typing.Union[str, int]
@@ -355,13 +355,13 @@ def freestyle_thickness_modifier_add(
355
355
 
356
356
  def gltf2_action_filter_refresh(
357
357
  override_context: typing.Union[dict, bpy.types.Context] = None,
358
- execution_context: str = None,
358
+ execution_context: typing.Union[str, int] = None,
359
359
  undo: bool = None,
360
360
  ):
361
361
  """Refresh list of actions
362
362
 
363
363
  :type override_context: typing.Union[dict, bpy.types.Context]
364
- :type execution_context: str
364
+ :type execution_context: typing.Union[str, int]
365
365
  :type undo: bool
366
366
  """
367
367
 
@@ -369,7 +369,7 @@ def gltf2_action_filter_refresh(
369
369
 
370
370
  def gpencil_brush_preset_add(
371
371
  override_context: typing.Union[dict, bpy.types.Context] = None,
372
- execution_context: str = None,
372
+ execution_context: typing.Union[str, int] = None,
373
373
  undo: bool = None,
374
374
  name: typing.Union[str, typing.Any] = "",
375
375
  remove_name: typing.Union[bool, typing.Any] = False,
@@ -378,7 +378,7 @@ def gpencil_brush_preset_add(
378
378
  """Add or remove grease pencil brush preset
379
379
 
380
380
  :type override_context: typing.Union[dict, bpy.types.Context]
381
- :type execution_context: str
381
+ :type execution_context: typing.Union[str, int]
382
382
  :type undo: bool
383
383
  :param name: Name, Name of the preset, used to make the path name
384
384
  :type name: typing.Union[str, typing.Any]
@@ -392,7 +392,7 @@ def gpencil_brush_preset_add(
392
392
 
393
393
  def gpencil_material_preset_add(
394
394
  override_context: typing.Union[dict, bpy.types.Context] = None,
395
- execution_context: str = None,
395
+ execution_context: typing.Union[str, int] = None,
396
396
  undo: bool = None,
397
397
  name: typing.Union[str, typing.Any] = "",
398
398
  remove_name: typing.Union[bool, typing.Any] = False,
@@ -401,7 +401,7 @@ def gpencil_material_preset_add(
401
401
  """Add or remove grease pencil material preset
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
  :param name: Name, Name of the preset, used to make the path name
407
407
  :type name: typing.Union[str, typing.Any]
@@ -415,7 +415,7 @@ def gpencil_material_preset_add(
415
415
 
416
416
  def light_cache_bake(
417
417
  override_context: typing.Union[dict, bpy.types.Context] = None,
418
- execution_context: str = None,
418
+ execution_context: typing.Union[str, int] = None,
419
419
  undo: bool = None,
420
420
  delay: typing.Any = 0,
421
421
  subset: typing.Any = "ALL",
@@ -423,7 +423,7 @@ def light_cache_bake(
423
423
  """Bake the active view layer lighting
424
424
 
425
425
  :type override_context: typing.Union[dict, bpy.types.Context]
426
- :type execution_context: str
426
+ :type execution_context: typing.Union[str, int]
427
427
  :type undo: bool
428
428
  :param delay: Delay, Delay in millisecond before baking starts
429
429
  :type delay: typing.Any
@@ -444,13 +444,13 @@ def light_cache_bake(
444
444
 
445
445
  def light_cache_free(
446
446
  override_context: typing.Union[dict, bpy.types.Context] = None,
447
- execution_context: str = None,
447
+ execution_context: typing.Union[str, int] = None,
448
448
  undo: bool = None,
449
449
  ):
450
450
  """Delete cached indirect lighting
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
  """
456
456
 
@@ -458,14 +458,14 @@ def light_cache_free(
458
458
 
459
459
  def new(
460
460
  override_context: typing.Union[dict, bpy.types.Context] = None,
461
- execution_context: str = None,
461
+ execution_context: typing.Union[str, int] = None,
462
462
  undo: bool = None,
463
463
  type: typing.Any = "NEW",
464
464
  ):
465
465
  """Add new scene by type
466
466
 
467
467
  :type override_context: typing.Union[dict, bpy.types.Context]
468
- :type execution_context: str
468
+ :type execution_context: typing.Union[str, int]
469
469
  :type undo: bool
470
470
  :param type: Type
471
471
 
@@ -487,14 +487,14 @@ def new(
487
487
 
488
488
  def new_sequencer(
489
489
  override_context: typing.Union[dict, bpy.types.Context] = None,
490
- execution_context: str = None,
490
+ execution_context: typing.Union[str, int] = None,
491
491
  undo: bool = None,
492
492
  type: typing.Any = "NEW",
493
493
  ):
494
494
  """Add new scene by type in the sequence editor and assign to active strip
495
495
 
496
496
  :type override_context: typing.Union[dict, bpy.types.Context]
497
- :type execution_context: str
497
+ :type execution_context: typing.Union[str, int]
498
498
  :type undo: bool
499
499
  :param type: Type
500
500
 
@@ -516,13 +516,13 @@ def new_sequencer(
516
516
 
517
517
  def render_view_add(
518
518
  override_context: typing.Union[dict, bpy.types.Context] = None,
519
- execution_context: str = None,
519
+ execution_context: typing.Union[str, int] = None,
520
520
  undo: bool = None,
521
521
  ):
522
522
  """Add a render view
523
523
 
524
524
  :type override_context: typing.Union[dict, bpy.types.Context]
525
- :type execution_context: str
525
+ :type execution_context: typing.Union[str, int]
526
526
  :type undo: bool
527
527
  """
528
528
 
@@ -530,13 +530,13 @@ def render_view_add(
530
530
 
531
531
  def render_view_remove(
532
532
  override_context: typing.Union[dict, bpy.types.Context] = None,
533
- execution_context: str = None,
533
+ execution_context: typing.Union[str, int] = None,
534
534
  undo: bool = None,
535
535
  ):
536
536
  """Remove the selected render view
537
537
 
538
538
  :type override_context: typing.Union[dict, bpy.types.Context]
539
- :type execution_context: str
539
+ :type execution_context: typing.Union[str, int]
540
540
  :type undo: bool
541
541
  """
542
542
 
@@ -544,14 +544,14 @@ def render_view_remove(
544
544
 
545
545
  def view_layer_add(
546
546
  override_context: typing.Union[dict, bpy.types.Context] = None,
547
- execution_context: str = None,
547
+ execution_context: typing.Union[str, int] = None,
548
548
  undo: bool = None,
549
549
  type: typing.Any = "NEW",
550
550
  ):
551
551
  """Add a view layer
552
552
 
553
553
  :type override_context: typing.Union[dict, bpy.types.Context]
554
- :type execution_context: str
554
+ :type execution_context: typing.Union[str, int]
555
555
  :type undo: bool
556
556
  :param type: Type
557
557
 
@@ -570,13 +570,13 @@ def view_layer_add(
570
570
 
571
571
  def view_layer_add_aov(
572
572
  override_context: typing.Union[dict, bpy.types.Context] = None,
573
- execution_context: str = None,
573
+ execution_context: typing.Union[str, int] = None,
574
574
  undo: bool = None,
575
575
  ):
576
576
  """Add a Shader AOV
577
577
 
578
578
  :type override_context: typing.Union[dict, bpy.types.Context]
579
- :type execution_context: str
579
+ :type execution_context: typing.Union[str, int]
580
580
  :type undo: bool
581
581
  """
582
582
 
@@ -584,14 +584,14 @@ def view_layer_add_aov(
584
584
 
585
585
  def view_layer_add_lightgroup(
586
586
  override_context: typing.Union[dict, bpy.types.Context] = None,
587
- execution_context: str = None,
587
+ execution_context: typing.Union[str, int] = None,
588
588
  undo: bool = None,
589
589
  name: typing.Union[str, typing.Any] = "",
590
590
  ):
591
591
  """Add a Light Group
592
592
 
593
593
  :type override_context: typing.Union[dict, bpy.types.Context]
594
- :type execution_context: str
594
+ :type execution_context: typing.Union[str, int]
595
595
  :type undo: bool
596
596
  :param name: Name, Name of newly created lightgroup
597
597
  :type name: typing.Union[str, typing.Any]
@@ -601,13 +601,13 @@ def view_layer_add_lightgroup(
601
601
 
602
602
  def view_layer_add_used_lightgroups(
603
603
  override_context: typing.Union[dict, bpy.types.Context] = None,
604
- execution_context: str = None,
604
+ execution_context: typing.Union[str, int] = None,
605
605
  undo: bool = None,
606
606
  ):
607
607
  """Add all used Light Groups
608
608
 
609
609
  :type override_context: typing.Union[dict, bpy.types.Context]
610
- :type execution_context: str
610
+ :type execution_context: typing.Union[str, int]
611
611
  :type undo: bool
612
612
  """
613
613
 
@@ -615,13 +615,13 @@ def view_layer_add_used_lightgroups(
615
615
 
616
616
  def view_layer_remove(
617
617
  override_context: typing.Union[dict, bpy.types.Context] = None,
618
- execution_context: str = None,
618
+ execution_context: typing.Union[str, int] = None,
619
619
  undo: bool = None,
620
620
  ):
621
621
  """Remove the selected view layer
622
622
 
623
623
  :type override_context: typing.Union[dict, bpy.types.Context]
624
- :type execution_context: str
624
+ :type execution_context: typing.Union[str, int]
625
625
  :type undo: bool
626
626
  """
627
627
 
@@ -629,13 +629,13 @@ def view_layer_remove(
629
629
 
630
630
  def view_layer_remove_aov(
631
631
  override_context: typing.Union[dict, bpy.types.Context] = None,
632
- execution_context: str = None,
632
+ execution_context: typing.Union[str, int] = None,
633
633
  undo: bool = None,
634
634
  ):
635
635
  """Remove Active AOV
636
636
 
637
637
  :type override_context: typing.Union[dict, bpy.types.Context]
638
- :type execution_context: str
638
+ :type execution_context: typing.Union[str, int]
639
639
  :type undo: bool
640
640
  """
641
641
 
@@ -643,13 +643,13 @@ def view_layer_remove_aov(
643
643
 
644
644
  def view_layer_remove_lightgroup(
645
645
  override_context: typing.Union[dict, bpy.types.Context] = None,
646
- execution_context: str = None,
646
+ execution_context: typing.Union[str, int] = None,
647
647
  undo: bool = None,
648
648
  ):
649
649
  """Remove Active Lightgroup
650
650
 
651
651
  :type override_context: typing.Union[dict, bpy.types.Context]
652
- :type execution_context: str
652
+ :type execution_context: typing.Union[str, int]
653
653
  :type undo: bool
654
654
  """
655
655
 
@@ -657,13 +657,13 @@ def view_layer_remove_lightgroup(
657
657
 
658
658
  def view_layer_remove_unused_lightgroups(
659
659
  override_context: typing.Union[dict, bpy.types.Context] = None,
660
- execution_context: str = None,
660
+ execution_context: typing.Union[str, int] = None,
661
661
  undo: bool = None,
662
662
  ):
663
663
  """Remove all unused Light Groups
664
664
 
665
665
  :type override_context: typing.Union[dict, bpy.types.Context]
666
- :type execution_context: str
666
+ :type execution_context: typing.Union[str, int]
667
667
  :type undo: bool
668
668
  """
669
669