fake-bpy-module 20240601__py3-none-any.whl → 20240605__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 (108) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/space_node/__init__.pyi +0 -1
  4. bl_ui/space_sequencer/__init__.pyi +14 -0
  5. bl_ui/space_userpref/__init__.pyi +234 -0
  6. bl_ui/space_view3d/__init__.pyi +810 -0
  7. bl_ui/space_view3d_toolbar/__init__.pyi +949 -3
  8. blf/__init__.pyi +4 -4
  9. bmesh/ops/__init__.pyi +97 -82
  10. bmesh/types/__init__.pyi +37 -32
  11. bmesh/utils/__init__.pyi +2 -4
  12. bpy/app/handlers/__init__.pyi +36 -36
  13. bpy/ops/action/__init__.pyi +152 -152
  14. bpy/ops/anim/__init__.pyi +216 -216
  15. bpy/ops/armature/__init__.pyi +192 -192
  16. bpy/ops/asset/__init__.pyi +64 -64
  17. bpy/ops/boid/__init__.pyi +32 -32
  18. bpy/ops/brush/__init__.pyi +36 -36
  19. bpy/ops/buttons/__init__.pyi +24 -24
  20. bpy/ops/cachefile/__init__.pyi +20 -20
  21. bpy/ops/camera/__init__.pyi +8 -8
  22. bpy/ops/clip/__init__.pyi +368 -368
  23. bpy/ops/cloth/__init__.pyi +4 -4
  24. bpy/ops/collection/__init__.pyi +36 -36
  25. bpy/ops/console/__init__.pyi +84 -84
  26. bpy/ops/constraint/__init__.pyi +72 -72
  27. bpy/ops/curve/__init__.pyi +204 -204
  28. bpy/ops/curves/__init__.pyi +108 -108
  29. bpy/ops/cycles/__init__.pyi +12 -12
  30. bpy/ops/dpaint/__init__.pyi +20 -20
  31. bpy/ops/ed/__init__.pyi +48 -48
  32. bpy/ops/export_anim/__init__.pyi +4 -4
  33. bpy/ops/export_scene/__init__.pyi +8 -8
  34. bpy/ops/extensions/__init__.pyi +123 -109
  35. bpy/ops/file/__init__.pyi +160 -160
  36. bpy/ops/fluid/__init__.pyi +56 -56
  37. bpy/ops/font/__init__.pyi +92 -92
  38. bpy/ops/geometry/__init__.pyi +40 -40
  39. bpy/ops/gizmogroup/__init__.pyi +8 -8
  40. bpy/ops/gpencil/__init__.pyi +600 -600
  41. bpy/ops/graph/__init__.pyi +260 -260
  42. bpy/ops/grease_pencil/__init__.pyi +292 -292
  43. bpy/ops/image/__init__.pyi +192 -192
  44. bpy/ops/import_anim/__init__.pyi +4 -4
  45. bpy/ops/import_curve/__init__.pyi +4 -4
  46. bpy/ops/import_scene/__init__.pyi +8 -8
  47. bpy/ops/info/__init__.pyi +28 -28
  48. bpy/ops/lattice/__init__.pyi +32 -32
  49. bpy/ops/marker/__init__.pyi +44 -44
  50. bpy/ops/mask/__init__.pyi +156 -156
  51. bpy/ops/material/__init__.pyi +12 -12
  52. bpy/ops/mball/__init__.pyi +32 -32
  53. bpy/ops/mesh/__init__.pyi +652 -652
  54. bpy/ops/nla/__init__.pyi +156 -156
  55. bpy/ops/node/__init__.pyi +416 -416
  56. bpy/ops/object/__init__.pyi +984 -984
  57. bpy/ops/outliner/__init__.pyi +284 -284
  58. bpy/ops/paint/__init__.pyi +220 -220
  59. bpy/ops/paintcurve/__init__.pyi +32 -32
  60. bpy/ops/palette/__init__.pyi +28 -28
  61. bpy/ops/particle/__init__.pyi +144 -144
  62. bpy/ops/pose/__init__.pyi +156 -156
  63. bpy/ops/poselib/__init__.pyi +36 -36
  64. bpy/ops/preferences/__init__.pyi +148 -148
  65. bpy/ops/ptcache/__init__.pyi +28 -28
  66. bpy/ops/render/__init__.pyi +48 -48
  67. bpy/ops/rigidbody/__init__.pyi +52 -52
  68. bpy/ops/scene/__init__.pyi +148 -192
  69. bpy/ops/screen/__init__.pyi +156 -156
  70. bpy/ops/script/__init__.pyi +12 -12
  71. bpy/ops/sculpt/__init__.pyi +152 -152
  72. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  73. bpy/ops/sequencer/__init__.pyi +364 -340
  74. bpy/ops/sound/__init__.pyi +28 -28
  75. bpy/ops/spreadsheet/__init__.pyi +16 -16
  76. bpy/ops/surface/__init__.pyi +24 -24
  77. bpy/ops/text/__init__.pyi +172 -172
  78. bpy/ops/text_editor/__init__.pyi +4 -4
  79. bpy/ops/texture/__init__.pyi +16 -16
  80. bpy/ops/transform/__init__.pyi +111 -108
  81. bpy/ops/ui/__init__.pyi +132 -132
  82. bpy/ops/uilist/__init__.pyi +12 -12
  83. bpy/ops/uv/__init__.pyi +196 -196
  84. bpy/ops/view2d/__init__.pyi +56 -56
  85. bpy/ops/view3d/__init__.pyi +268 -268
  86. bpy/ops/wm/__init__.pyi +448 -448
  87. bpy/ops/workspace/__init__.pyi +28 -28
  88. bpy/ops/world/__init__.pyi +8 -8
  89. bpy/path/__init__.pyi +18 -18
  90. bpy/props/__init__.pyi +11 -11
  91. bpy/types/__init__.pyi +2185 -1933
  92. bpy/utils/__init__.pyi +4 -4
  93. bpy_extras/mesh_utils/__init__.pyi +4 -4
  94. bpy_extras/view3d_utils/__init__.pyi +24 -20
  95. bpy_types/__init__.pyi +12 -7
  96. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/METADATA +5 -1
  97. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/RECORD +108 -108
  98. freestyle/types/__init__.pyi +64 -64
  99. freestyle/utils/__init__.pyi +2 -2
  100. gpu/matrix/__init__.pyi +15 -6
  101. gpu/state/__init__.pyi +2 -2
  102. gpu/types/__init__.pyi +6 -4
  103. gpu_extras/presets/__init__.pyi +8 -4
  104. imbuf/__init__.pyi +4 -4
  105. mathutils/__init__.pyi +292 -187
  106. mathutils/geometry/__init__.pyi +2 -5
  107. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/WHEEL +0 -0
  108. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/top_level.txt +0 -0
@@ -6,58 +6,58 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def delete(
9
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
- execution_context: str | int | None = None,
9
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ execution_context: int | str | None = None,
11
11
  undo: bool | None = None,
12
12
  ):
13
13
  """Delete active scene
14
14
 
15
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
16
- :type execution_context: str | int | None
15
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
16
+ :type execution_context: int | str | None
17
17
  :type undo: bool | None
18
18
  """
19
19
 
20
20
  ...
21
21
 
22
22
  def freestyle_add_edge_marks_to_keying_set(
23
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
24
- execution_context: str | int | None = None,
23
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
24
+ execution_context: int | str | None = None,
25
25
  undo: bool | None = None,
26
26
  ):
27
27
  """Add the data paths to the Freestyle Edge Mark property of selected edges to the active keying set
28
28
 
29
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
30
- :type execution_context: str | int | None
29
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
30
+ :type execution_context: int | str | None
31
31
  :type undo: bool | None
32
32
  """
33
33
 
34
34
  ...
35
35
 
36
36
  def freestyle_add_face_marks_to_keying_set(
37
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
38
- execution_context: str | int | None = None,
37
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
38
+ execution_context: int | str | None = None,
39
39
  undo: bool | None = None,
40
40
  ):
41
41
  """Add the data paths to the Freestyle Face Mark property of selected polygons to the active keying set
42
42
 
43
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
44
- :type execution_context: str | int | None
43
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
44
+ :type execution_context: int | str | None
45
45
  :type undo: bool | None
46
46
  """
47
47
 
48
48
  ...
49
49
 
50
50
  def freestyle_alpha_modifier_add(
51
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
52
- execution_context: str | int | None = None,
51
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
52
+ execution_context: int | str | None = None,
53
53
  undo: bool | None = None,
54
54
  *,
55
55
  type: str | None = "ALONG_STROKE",
56
56
  ):
57
57
  """Add an alpha transparency modifier to the line style associated with the active lineset
58
58
 
59
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
60
- :type execution_context: str | int | None
59
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
60
+ :type execution_context: int | str | None
61
61
  :type undo: bool | None
62
62
  :param type: Type
63
63
  :type type: str | None
@@ -66,16 +66,16 @@ def freestyle_alpha_modifier_add(
66
66
  ...
67
67
 
68
68
  def freestyle_color_modifier_add(
69
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
70
- execution_context: str | int | None = None,
69
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
70
+ execution_context: int | str | None = None,
71
71
  undo: bool | None = None,
72
72
  *,
73
73
  type: str | None = "ALONG_STROKE",
74
74
  ):
75
75
  """Add a line color modifier to the line style associated with the active lineset
76
76
 
77
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
78
- :type execution_context: str | int | None
77
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
78
+ :type execution_context: int | str | None
79
79
  :type undo: bool | None
80
80
  :param type: Type
81
81
  :type type: str | None
@@ -84,8 +84,8 @@ def freestyle_color_modifier_add(
84
84
  ...
85
85
 
86
86
  def freestyle_fill_range_by_selection(
87
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
88
- execution_context: str | int | None = None,
87
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
88
+ execution_context: int | str | None = None,
89
89
  undo: bool | None = None,
90
90
  *,
91
91
  type: str | None = "COLOR",
@@ -93,8 +93,8 @@ def freestyle_fill_range_by_selection(
93
93
  ):
94
94
  """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)
95
95
 
96
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
97
- :type execution_context: str | int | None
96
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
97
+ :type execution_context: int | str | None
98
98
  :type undo: bool | None
99
99
  :param type: Type, Type of the modifier to work on
100
100
 
@@ -114,16 +114,16 @@ def freestyle_fill_range_by_selection(
114
114
  ...
115
115
 
116
116
  def freestyle_geometry_modifier_add(
117
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
118
- execution_context: str | int | None = None,
117
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
118
+ execution_context: int | str | None = None,
119
119
  undo: bool | None = None,
120
120
  *,
121
121
  type: str | None = "2D_OFFSET",
122
122
  ):
123
123
  """Add a stroke geometry modifier to the line style associated with the active lineset
124
124
 
125
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
126
- :type execution_context: str | int | None
125
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
126
+ :type execution_context: int | str | None
127
127
  :type undo: bool | None
128
128
  :param type: Type
129
129
  :type type: str | None
@@ -132,44 +132,44 @@ def freestyle_geometry_modifier_add(
132
132
  ...
133
133
 
134
134
  def freestyle_lineset_add(
135
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
136
- execution_context: str | int | None = None,
135
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
136
+ execution_context: int | str | None = None,
137
137
  undo: bool | None = None,
138
138
  ):
139
139
  """Add a line set into the list of line sets
140
140
 
141
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
142
- :type execution_context: str | int | None
141
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
142
+ :type execution_context: int | str | None
143
143
  :type undo: bool | None
144
144
  """
145
145
 
146
146
  ...
147
147
 
148
148
  def freestyle_lineset_copy(
149
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
150
- execution_context: str | int | None = None,
149
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
150
+ execution_context: int | str | None = None,
151
151
  undo: bool | None = None,
152
152
  ):
153
153
  """Copy the active line set to the internal clipboard
154
154
 
155
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
156
- :type execution_context: str | int | None
155
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
156
+ :type execution_context: int | str | None
157
157
  :type undo: bool | None
158
158
  """
159
159
 
160
160
  ...
161
161
 
162
162
  def freestyle_lineset_move(
163
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
164
- execution_context: str | int | None = None,
163
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
164
+ execution_context: int | str | None = None,
165
165
  undo: bool | None = None,
166
166
  *,
167
167
  direction: str | None = "UP",
168
168
  ):
169
169
  """Change the position of the active line set within the list of line sets
170
170
 
171
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
172
- :type execution_context: str | int | None
171
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
172
+ :type execution_context: int | str | None
173
173
  :type undo: bool | None
174
174
  :param direction: Direction, Direction to move the active line set towards
175
175
  :type direction: str | None
@@ -178,72 +178,72 @@ def freestyle_lineset_move(
178
178
  ...
179
179
 
180
180
  def freestyle_lineset_paste(
181
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
182
- execution_context: str | int | None = None,
181
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
182
+ execution_context: int | str | None = None,
183
183
  undo: bool | None = None,
184
184
  ):
185
185
  """Paste the internal clipboard content to the active line set
186
186
 
187
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
188
- :type execution_context: str | int | None
187
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
188
+ :type execution_context: int | str | None
189
189
  :type undo: bool | None
190
190
  """
191
191
 
192
192
  ...
193
193
 
194
194
  def freestyle_lineset_remove(
195
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
196
- execution_context: str | int | None = None,
195
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
196
+ execution_context: int | str | None = None,
197
197
  undo: bool | None = None,
198
198
  ):
199
199
  """Remove the active line set from the list of line sets
200
200
 
201
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
202
- :type execution_context: str | int | None
201
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
202
+ :type execution_context: int | str | None
203
203
  :type undo: bool | None
204
204
  """
205
205
 
206
206
  ...
207
207
 
208
208
  def freestyle_linestyle_new(
209
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
210
- execution_context: str | int | None = None,
209
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
210
+ execution_context: int | str | None = None,
211
211
  undo: bool | None = None,
212
212
  ):
213
213
  """Create a new line style, reusable by multiple line sets
214
214
 
215
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
216
- :type execution_context: str | int | None
215
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
216
+ :type execution_context: int | str | None
217
217
  :type undo: bool | None
218
218
  """
219
219
 
220
220
  ...
221
221
 
222
222
  def freestyle_modifier_copy(
223
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
224
- execution_context: str | int | None = None,
223
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
224
+ execution_context: int | str | None = None,
225
225
  undo: bool | None = None,
226
226
  ):
227
227
  """Duplicate the modifier within the list of modifiers
228
228
 
229
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
230
- :type execution_context: str | int | None
229
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
230
+ :type execution_context: int | str | None
231
231
  :type undo: bool | None
232
232
  """
233
233
 
234
234
  ...
235
235
 
236
236
  def freestyle_modifier_move(
237
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
238
- execution_context: str | int | None = None,
237
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
238
+ execution_context: int | str | None = None,
239
239
  undo: bool | None = None,
240
240
  *,
241
241
  direction: str | None = "UP",
242
242
  ):
243
243
  """Move the modifier within the list of modifiers
244
244
 
245
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
246
- :type execution_context: str | int | None
245
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
246
+ :type execution_context: int | str | None
247
247
  :type undo: bool | None
248
248
  :param direction: Direction, Direction to move the chosen modifier towards
249
249
  :type direction: str | None
@@ -252,44 +252,44 @@ def freestyle_modifier_move(
252
252
  ...
253
253
 
254
254
  def freestyle_modifier_remove(
255
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
256
- execution_context: str | int | None = None,
255
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
256
+ execution_context: int | str | None = None,
257
257
  undo: bool | None = None,
258
258
  ):
259
259
  """Remove the modifier from the list of modifiers
260
260
 
261
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
262
- :type execution_context: str | int | None
261
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
262
+ :type execution_context: int | str | None
263
263
  :type undo: bool | None
264
264
  """
265
265
 
266
266
  ...
267
267
 
268
268
  def freestyle_module_add(
269
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
270
- execution_context: str | int | None = None,
269
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
270
+ execution_context: int | str | None = None,
271
271
  undo: bool | None = None,
272
272
  ):
273
273
  """Add a style module into the list of modules
274
274
 
275
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
276
- :type execution_context: str | int | None
275
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
276
+ :type execution_context: int | str | None
277
277
  :type undo: bool | None
278
278
  """
279
279
 
280
280
  ...
281
281
 
282
282
  def freestyle_module_move(
283
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
284
- execution_context: str | int | None = None,
283
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
284
+ execution_context: int | str | None = None,
285
285
  undo: bool | None = None,
286
286
  *,
287
287
  direction: str | None = "UP",
288
288
  ):
289
289
  """Change the position of the style module within in the list of style modules
290
290
 
291
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
292
- :type execution_context: str | int | None
291
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
292
+ :type execution_context: int | str | None
293
293
  :type undo: bool | None
294
294
  :param direction: Direction, Direction to move the chosen style module towards
295
295
  :type direction: str | None
@@ -298,8 +298,8 @@ def freestyle_module_move(
298
298
  ...
299
299
 
300
300
  def freestyle_module_open(
301
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
302
- execution_context: str | int | None = None,
301
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
302
+ execution_context: int | str | None = None,
303
303
  undo: bool | None = None,
304
304
  *,
305
305
  filepath: str | typing.Any = "",
@@ -307,8 +307,8 @@ def freestyle_module_open(
307
307
  ):
308
308
  """Open a style module file
309
309
 
310
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
311
- :type execution_context: str | int | None
310
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
311
+ :type execution_context: int | str | None
312
312
  :type undo: bool | None
313
313
  :param filepath: filepath
314
314
  :type filepath: str | typing.Any
@@ -319,44 +319,44 @@ def freestyle_module_open(
319
319
  ...
320
320
 
321
321
  def freestyle_module_remove(
322
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
323
- execution_context: str | int | None = None,
322
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
323
+ execution_context: int | str | None = None,
324
324
  undo: bool | None = None,
325
325
  ):
326
326
  """Remove the style module from the stack
327
327
 
328
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
329
- :type execution_context: str | int | None
328
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
329
+ :type execution_context: int | str | None
330
330
  :type undo: bool | None
331
331
  """
332
332
 
333
333
  ...
334
334
 
335
335
  def freestyle_stroke_material_create(
336
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
337
- execution_context: str | int | None = None,
336
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
337
+ execution_context: int | str | None = None,
338
338
  undo: bool | None = None,
339
339
  ):
340
340
  """Create Freestyle stroke material for testing
341
341
 
342
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
343
- :type execution_context: str | int | None
342
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
343
+ :type execution_context: int | str | None
344
344
  :type undo: bool | None
345
345
  """
346
346
 
347
347
  ...
348
348
 
349
349
  def freestyle_thickness_modifier_add(
350
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
351
- execution_context: str | int | None = None,
350
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
351
+ execution_context: int | str | None = None,
352
352
  undo: bool | None = None,
353
353
  *,
354
354
  type: str | None = "ALONG_STROKE",
355
355
  ):
356
356
  """Add a line thickness modifier to the line style associated with the active lineset
357
357
 
358
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
359
- :type execution_context: str | int | None
358
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
359
+ :type execution_context: int | str | None
360
360
  :type undo: bool | None
361
361
  :param type: Type
362
362
  :type type: str | None
@@ -365,22 +365,22 @@ def freestyle_thickness_modifier_add(
365
365
  ...
366
366
 
367
367
  def gltf2_action_filter_refresh(
368
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
369
- execution_context: str | int | None = None,
368
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
369
+ execution_context: int | str | None = None,
370
370
  undo: bool | None = None,
371
371
  ):
372
372
  """Refresh list of actions
373
373
 
374
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
375
- :type execution_context: str | int | None
374
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
375
+ :type execution_context: int | str | None
376
376
  :type undo: bool | None
377
377
  """
378
378
 
379
379
  ...
380
380
 
381
381
  def gpencil_brush_preset_add(
382
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
383
- execution_context: str | int | None = None,
382
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
383
+ execution_context: int | str | None = None,
384
384
  undo: bool | None = None,
385
385
  *,
386
386
  name: str | typing.Any = "",
@@ -389,8 +389,8 @@ def gpencil_brush_preset_add(
389
389
  ):
390
390
  """Add or remove grease pencil brush preset
391
391
 
392
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
393
- :type execution_context: str | int | None
392
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
393
+ :type execution_context: int | str | None
394
394
  :type undo: bool | None
395
395
  :param name: Name, Name of the preset, used to make the path name
396
396
  :type name: str | typing.Any
@@ -403,8 +403,8 @@ def gpencil_brush_preset_add(
403
403
  ...
404
404
 
405
405
  def gpencil_material_preset_add(
406
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
407
- execution_context: str | int | None = None,
406
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
407
+ execution_context: int | str | None = None,
408
408
  undo: bool | None = None,
409
409
  *,
410
410
  name: str | typing.Any = "",
@@ -413,8 +413,8 @@ def gpencil_material_preset_add(
413
413
  ):
414
414
  """Add or remove grease pencil material preset
415
415
 
416
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
417
- :type execution_context: str | int | None
416
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
417
+ :type execution_context: int | str | None
418
418
  :type undo: bool | None
419
419
  :param name: Name, Name of the preset, used to make the path name
420
420
  :type name: str | typing.Any
@@ -426,61 +426,17 @@ def gpencil_material_preset_add(
426
426
 
427
427
  ...
428
428
 
429
- def light_cache_bake(
430
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
431
- execution_context: str | int | None = None,
432
- undo: bool | None = None,
433
- *,
434
- delay: typing.Any | None = 0,
435
- subset: str | None = "ALL",
436
- ):
437
- """Bake the active view layer lighting
438
-
439
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
440
- :type execution_context: str | int | None
441
- :type undo: bool | None
442
- :param delay: Delay, Delay in millisecond before baking starts
443
- :type delay: typing.Any | None
444
- :param subset: Subset, Subset of probes to update
445
-
446
- ALL
447
- All Light Probes -- Bake both irradiance grids and reflection cubemaps.
448
-
449
- DIRTY
450
- Dirty Only -- Only bake light probes that are marked as dirty.
451
-
452
- CUBEMAPS
453
- Cubemaps Only -- Try to only bake reflection cubemaps if irradiance grids are up to date.
454
- :type subset: str | None
455
- """
456
-
457
- ...
458
-
459
- def light_cache_free(
460
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
461
- execution_context: str | int | None = None,
462
- undo: bool | None = None,
463
- ):
464
- """Delete cached indirect lighting
465
-
466
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
467
- :type execution_context: str | int | None
468
- :type undo: bool | None
469
- """
470
-
471
- ...
472
-
473
429
  def new(
474
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
475
- execution_context: str | int | None = None,
430
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
431
+ execution_context: int | str | None = None,
476
432
  undo: bool | None = None,
477
433
  *,
478
434
  type: str | None = "NEW",
479
435
  ):
480
436
  """Add new scene by type
481
437
 
482
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
483
- :type execution_context: str | int | None
438
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
439
+ :type execution_context: int | str | None
484
440
  :type undo: bool | None
485
441
  :param type: Type
486
442
 
@@ -501,16 +457,16 @@ def new(
501
457
  ...
502
458
 
503
459
  def new_sequencer(
504
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
505
- execution_context: str | int | None = None,
460
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
461
+ execution_context: int | str | None = None,
506
462
  undo: bool | None = None,
507
463
  *,
508
464
  type: str | None = "NEW",
509
465
  ):
510
466
  """Add new scene by type in the sequence editor and assign to active strip
511
467
 
512
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
513
- :type execution_context: str | int | None
468
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
469
+ :type execution_context: int | str | None
514
470
  :type undo: bool | None
515
471
  :param type: Type
516
472
 
@@ -531,44 +487,44 @@ def new_sequencer(
531
487
  ...
532
488
 
533
489
  def render_view_add(
534
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
535
- execution_context: str | int | None = None,
490
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
491
+ execution_context: int | str | None = None,
536
492
  undo: bool | None = None,
537
493
  ):
538
494
  """Add a render view
539
495
 
540
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
541
- :type execution_context: str | int | None
496
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
497
+ :type execution_context: int | str | None
542
498
  :type undo: bool | None
543
499
  """
544
500
 
545
501
  ...
546
502
 
547
503
  def render_view_remove(
548
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
549
- execution_context: str | int | None = None,
504
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
505
+ execution_context: int | str | None = None,
550
506
  undo: bool | None = None,
551
507
  ):
552
508
  """Remove the selected render view
553
509
 
554
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
555
- :type execution_context: str | int | None
510
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
511
+ :type execution_context: int | str | None
556
512
  :type undo: bool | None
557
513
  """
558
514
 
559
515
  ...
560
516
 
561
517
  def view_layer_add(
562
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
563
- execution_context: str | int | None = None,
518
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
519
+ execution_context: int | str | None = None,
564
520
  undo: bool | None = None,
565
521
  *,
566
522
  type: str | None = "NEW",
567
523
  ):
568
524
  """Add a view layer
569
525
 
570
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
571
- :type execution_context: str | int | None
526
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
527
+ :type execution_context: int | str | None
572
528
  :type undo: bool | None
573
529
  :param type: Type
574
530
 
@@ -586,30 +542,30 @@ def view_layer_add(
586
542
  ...
587
543
 
588
544
  def view_layer_add_aov(
589
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
590
- execution_context: str | int | None = None,
545
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
546
+ execution_context: int | str | None = None,
591
547
  undo: bool | None = None,
592
548
  ):
593
549
  """Add a Shader AOV
594
550
 
595
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
596
- :type execution_context: str | int | None
551
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
552
+ :type execution_context: int | str | None
597
553
  :type undo: bool | None
598
554
  """
599
555
 
600
556
  ...
601
557
 
602
558
  def view_layer_add_lightgroup(
603
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
604
- execution_context: str | int | None = None,
559
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
560
+ execution_context: int | str | None = None,
605
561
  undo: bool | None = None,
606
562
  *,
607
563
  name: str | typing.Any = "",
608
564
  ):
609
565
  """Add a Light Group
610
566
 
611
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
612
- :type execution_context: str | int | None
567
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
568
+ :type execution_context: int | str | None
613
569
  :type undo: bool | None
614
570
  :param name: Name, Name of newly created lightgroup
615
571
  :type name: str | typing.Any
@@ -618,70 +574,70 @@ def view_layer_add_lightgroup(
618
574
  ...
619
575
 
620
576
  def view_layer_add_used_lightgroups(
621
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
622
- execution_context: str | int | None = None,
577
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
578
+ execution_context: int | str | None = None,
623
579
  undo: bool | None = None,
624
580
  ):
625
581
  """Add all used Light Groups
626
582
 
627
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
628
- :type execution_context: str | int | None
583
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
584
+ :type execution_context: int | str | None
629
585
  :type undo: bool | None
630
586
  """
631
587
 
632
588
  ...
633
589
 
634
590
  def view_layer_remove(
635
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
636
- execution_context: str | int | None = None,
591
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
592
+ execution_context: int | str | None = None,
637
593
  undo: bool | None = None,
638
594
  ):
639
595
  """Remove the selected view layer
640
596
 
641
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
642
- :type execution_context: str | int | None
597
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
598
+ :type execution_context: int | str | None
643
599
  :type undo: bool | None
644
600
  """
645
601
 
646
602
  ...
647
603
 
648
604
  def view_layer_remove_aov(
649
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
650
- execution_context: str | int | None = None,
605
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
606
+ execution_context: int | str | None = None,
651
607
  undo: bool | None = None,
652
608
  ):
653
609
  """Remove Active AOV
654
610
 
655
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
656
- :type execution_context: str | int | None
611
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
612
+ :type execution_context: int | str | None
657
613
  :type undo: bool | None
658
614
  """
659
615
 
660
616
  ...
661
617
 
662
618
  def view_layer_remove_lightgroup(
663
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
664
- execution_context: str | int | None = None,
619
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
620
+ execution_context: int | str | None = None,
665
621
  undo: bool | None = None,
666
622
  ):
667
623
  """Remove Active Lightgroup
668
624
 
669
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
670
- :type execution_context: str | int | None
625
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
626
+ :type execution_context: int | str | None
671
627
  :type undo: bool | None
672
628
  """
673
629
 
674
630
  ...
675
631
 
676
632
  def view_layer_remove_unused_lightgroups(
677
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
678
- execution_context: str | int | None = None,
633
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
634
+ execution_context: int | str | None = None,
679
635
  undo: bool | None = None,
680
636
  ):
681
637
  """Remove all unused Light Groups
682
638
 
683
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
684
- :type execution_context: str | int | None
639
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
640
+ :type execution_context: int | str | None
685
641
  :type undo: bool | None
686
642
  """
687
643