fake-bpy-module 20240531__py3-none-any.whl → 20240604__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 (107) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/space_sequencer/__init__.pyi +14 -0
  4. bl_ui/space_userpref/__init__.pyi +234 -0
  5. bl_ui/space_view3d/__init__.pyi +810 -0
  6. blf/__init__.pyi +4 -4
  7. bmesh/ops/__init__.pyi +97 -82
  8. bmesh/types/__init__.pyi +43 -40
  9. bmesh/utils/__init__.pyi +2 -4
  10. bpy/ops/action/__init__.pyi +152 -152
  11. bpy/ops/anim/__init__.pyi +216 -216
  12. bpy/ops/armature/__init__.pyi +192 -192
  13. bpy/ops/asset/__init__.pyi +64 -64
  14. bpy/ops/boid/__init__.pyi +32 -32
  15. bpy/ops/brush/__init__.pyi +36 -36
  16. bpy/ops/buttons/__init__.pyi +24 -24
  17. bpy/ops/cachefile/__init__.pyi +20 -20
  18. bpy/ops/camera/__init__.pyi +8 -8
  19. bpy/ops/clip/__init__.pyi +368 -368
  20. bpy/ops/cloth/__init__.pyi +4 -4
  21. bpy/ops/collection/__init__.pyi +36 -36
  22. bpy/ops/console/__init__.pyi +84 -84
  23. bpy/ops/constraint/__init__.pyi +72 -72
  24. bpy/ops/curve/__init__.pyi +204 -204
  25. bpy/ops/curves/__init__.pyi +108 -108
  26. bpy/ops/cycles/__init__.pyi +12 -12
  27. bpy/ops/dpaint/__init__.pyi +20 -20
  28. bpy/ops/ed/__init__.pyi +48 -48
  29. bpy/ops/export_anim/__init__.pyi +4 -4
  30. bpy/ops/export_scene/__init__.pyi +8 -8
  31. bpy/ops/extensions/__init__.pyi +130 -110
  32. bpy/ops/file/__init__.pyi +160 -160
  33. bpy/ops/fluid/__init__.pyi +56 -56
  34. bpy/ops/font/__init__.pyi +92 -92
  35. bpy/ops/geometry/__init__.pyi +40 -40
  36. bpy/ops/gizmogroup/__init__.pyi +8 -8
  37. bpy/ops/gpencil/__init__.pyi +600 -600
  38. bpy/ops/graph/__init__.pyi +260 -260
  39. bpy/ops/grease_pencil/__init__.pyi +292 -292
  40. bpy/ops/image/__init__.pyi +192 -192
  41. bpy/ops/import_anim/__init__.pyi +4 -4
  42. bpy/ops/import_curve/__init__.pyi +4 -4
  43. bpy/ops/import_scene/__init__.pyi +8 -8
  44. bpy/ops/info/__init__.pyi +28 -28
  45. bpy/ops/lattice/__init__.pyi +32 -32
  46. bpy/ops/marker/__init__.pyi +44 -44
  47. bpy/ops/mask/__init__.pyi +156 -156
  48. bpy/ops/material/__init__.pyi +12 -12
  49. bpy/ops/mball/__init__.pyi +32 -32
  50. bpy/ops/mesh/__init__.pyi +652 -652
  51. bpy/ops/nla/__init__.pyi +156 -156
  52. bpy/ops/node/__init__.pyi +450 -404
  53. bpy/ops/object/__init__.pyi +984 -987
  54. bpy/ops/outliner/__init__.pyi +284 -284
  55. bpy/ops/paint/__init__.pyi +220 -220
  56. bpy/ops/paintcurve/__init__.pyi +32 -32
  57. bpy/ops/palette/__init__.pyi +28 -28
  58. bpy/ops/particle/__init__.pyi +144 -144
  59. bpy/ops/pose/__init__.pyi +156 -156
  60. bpy/ops/poselib/__init__.pyi +36 -36
  61. bpy/ops/preferences/__init__.pyi +151 -148
  62. bpy/ops/ptcache/__init__.pyi +28 -28
  63. bpy/ops/render/__init__.pyi +48 -48
  64. bpy/ops/rigidbody/__init__.pyi +52 -52
  65. bpy/ops/scene/__init__.pyi +156 -156
  66. bpy/ops/screen/__init__.pyi +156 -156
  67. bpy/ops/script/__init__.pyi +12 -12
  68. bpy/ops/sculpt/__init__.pyi +144 -144
  69. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  70. bpy/ops/sequencer/__init__.pyi +364 -340
  71. bpy/ops/sound/__init__.pyi +28 -28
  72. bpy/ops/spreadsheet/__init__.pyi +16 -16
  73. bpy/ops/surface/__init__.pyi +24 -24
  74. bpy/ops/text/__init__.pyi +172 -172
  75. bpy/ops/text_editor/__init__.pyi +4 -4
  76. bpy/ops/texture/__init__.pyi +16 -16
  77. bpy/ops/transform/__init__.pyi +111 -108
  78. bpy/ops/ui/__init__.pyi +132 -132
  79. bpy/ops/uilist/__init__.pyi +12 -12
  80. bpy/ops/uv/__init__.pyi +196 -196
  81. bpy/ops/view2d/__init__.pyi +56 -56
  82. bpy/ops/view3d/__init__.pyi +268 -268
  83. bpy/ops/wm/__init__.pyi +475 -448
  84. bpy/ops/workspace/__init__.pyi +28 -28
  85. bpy/ops/world/__init__.pyi +8 -8
  86. bpy/path/__init__.pyi +18 -18
  87. bpy/props/__init__.pyi +11 -11
  88. bpy/types/__init__.pyi +2136 -1798
  89. bpy/utils/__init__.pyi +4 -4
  90. bpy_extras/anim_utils/__init__.pyi +4 -4
  91. bpy_extras/io_utils/__init__.pyi +4 -4
  92. bpy_extras/mesh_utils/__init__.pyi +4 -4
  93. bpy_extras/view3d_utils/__init__.pyi +24 -20
  94. bpy_types/__init__.pyi +12 -7
  95. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
  96. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
  97. freestyle/types/__init__.pyi +64 -64
  98. freestyle/utils/__init__.pyi +2 -2
  99. gpu/matrix/__init__.pyi +15 -6
  100. gpu/state/__init__.pyi +2 -2
  101. gpu/types/__init__.pyi +6 -4
  102. gpu_extras/presets/__init__.pyi +8 -4
  103. imbuf/__init__.pyi +4 -4
  104. mathutils/__init__.pyi +292 -187
  105. mathutils/geometry/__init__.pyi +2 -5
  106. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
  107. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
@@ -6,22 +6,22 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def assign_action(
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
  """Set this pose Action as active Action on the active Object
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 bundle_install(
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
  asset_library_reference: str | None = "",
@@ -51,8 +51,8 @@ def bundle_install(
51
51
  ):
52
52
  """Copy the current .blend file into an Asset Library. Only works on standalone .blend files (i.e. when no other files are referenced)
53
53
 
54
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
55
- :type execution_context: str | int | None
54
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
55
+ :type execution_context: int | str | None
56
56
  :type undo: bool | None
57
57
  :param asset_library_reference: asset_library_reference
58
58
  :type asset_library_reference: str | None
@@ -119,16 +119,16 @@ def bundle_install(
119
119
  ...
120
120
 
121
121
  def catalog_delete(
122
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
123
- execution_context: str | int | None = None,
122
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
123
+ execution_context: int | str | None = None,
124
124
  undo: bool | None = None,
125
125
  *,
126
126
  catalog_id: str | typing.Any = "",
127
127
  ):
128
128
  """Remove an asset catalog from the asset library (contained assets will not be affected and show up as unassigned)
129
129
 
130
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
131
- :type execution_context: str | int | None
130
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
131
+ :type execution_context: int | str | None
132
132
  :type undo: bool | None
133
133
  :param catalog_id: Catalog ID, ID of the catalog to delete
134
134
  :type catalog_id: str | typing.Any
@@ -137,16 +137,16 @@ def catalog_delete(
137
137
  ...
138
138
 
139
139
  def catalog_new(
140
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
141
- execution_context: str | int | None = None,
140
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
141
+ execution_context: int | str | None = None,
142
142
  undo: bool | None = None,
143
143
  *,
144
144
  parent_path: str | typing.Any = "",
145
145
  ):
146
146
  """Create a new catalog to put assets in
147
147
 
148
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
149
- :type execution_context: str | int | None
148
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
149
+ :type execution_context: int | str | None
150
150
  :type undo: bool | None
151
151
  :param parent_path: Parent Path, Optional path defining the location to put the new catalog under
152
152
  :type parent_path: str | typing.Any
@@ -155,72 +155,72 @@ def catalog_new(
155
155
  ...
156
156
 
157
157
  def catalog_redo(
158
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
159
- execution_context: str | int | None = None,
158
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
159
+ execution_context: int | str | None = None,
160
160
  undo: bool | None = None,
161
161
  ):
162
162
  """Redo the last undone edit to the asset catalogs
163
163
 
164
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
165
- :type execution_context: str | int | None
164
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
165
+ :type execution_context: int | str | None
166
166
  :type undo: bool | None
167
167
  """
168
168
 
169
169
  ...
170
170
 
171
171
  def catalog_undo(
172
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
173
- execution_context: str | int | None = None,
172
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
173
+ execution_context: int | str | None = None,
174
174
  undo: bool | None = None,
175
175
  ):
176
176
  """Undo the last edit to the asset catalogs
177
177
 
178
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
179
- :type execution_context: str | int | None
178
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
179
+ :type execution_context: int | str | None
180
180
  :type undo: bool | None
181
181
  """
182
182
 
183
183
  ...
184
184
 
185
185
  def catalog_undo_push(
186
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
187
- execution_context: str | int | None = None,
186
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
187
+ execution_context: int | str | None = None,
188
188
  undo: bool | None = None,
189
189
  ):
190
190
  """Store the current state of the asset catalogs in the undo buffer
191
191
 
192
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
193
- :type execution_context: str | int | None
192
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
193
+ :type execution_context: int | str | None
194
194
  :type undo: bool | None
195
195
  """
196
196
 
197
197
  ...
198
198
 
199
199
  def catalogs_save(
200
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
201
- execution_context: str | int | None = None,
200
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
201
+ execution_context: int | str | None = None,
202
202
  undo: bool | None = None,
203
203
  ):
204
204
  """Make any edits to any catalogs permanent by writing the current set up to the asset library
205
205
 
206
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
207
- :type execution_context: str | int | None
206
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
207
+ :type execution_context: int | str | None
208
208
  :type undo: bool | None
209
209
  """
210
210
 
211
211
  ...
212
212
 
213
213
  def clear(
214
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
215
- execution_context: str | int | None = None,
214
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
215
+ execution_context: int | str | None = None,
216
216
  undo: bool | None = None,
217
217
  *,
218
218
  set_fake_user: bool | typing.Any | None = False,
219
219
  ):
220
220
  """Delete all asset metadata and turn the selected asset data-blocks back into normal data-blocks
221
221
 
222
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
223
- :type execution_context: str | int | None
222
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
223
+ :type execution_context: int | str | None
224
224
  :type undo: bool | None
225
225
  :param set_fake_user: Set Fake User, Ensure the data-block is saved, even when it is no longer marked as asset
226
226
  :type set_fake_user: bool | typing.Any | None
@@ -229,16 +229,16 @@ def clear(
229
229
  ...
230
230
 
231
231
  def clear_single(
232
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
233
- execution_context: str | int | None = None,
232
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
233
+ execution_context: int | str | None = None,
234
234
  undo: bool | None = None,
235
235
  *,
236
236
  set_fake_user: bool | typing.Any | None = False,
237
237
  ):
238
238
  """Delete all asset metadata and turn the asset data-block back into a normal data-block
239
239
 
240
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
241
- :type execution_context: str | int | None
240
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
241
+ :type execution_context: int | str | None
242
242
  :type undo: bool | None
243
243
  :param set_fake_user: Set Fake User, Ensure the data-block is saved, even when it is no longer marked as asset
244
244
  :type set_fake_user: bool | typing.Any | None
@@ -247,84 +247,84 @@ def clear_single(
247
247
  ...
248
248
 
249
249
  def library_refresh(
250
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
251
- execution_context: str | int | None = None,
250
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
251
+ execution_context: int | str | None = None,
252
252
  undo: bool | None = None,
253
253
  ):
254
254
  """Reread assets and asset catalogs from the asset library on disk
255
255
 
256
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
257
- :type execution_context: str | int | None
256
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
257
+ :type execution_context: int | str | None
258
258
  :type undo: bool | None
259
259
  """
260
260
 
261
261
  ...
262
262
 
263
263
  def mark(
264
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
265
- execution_context: str | int | None = None,
264
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
265
+ execution_context: int | str | None = None,
266
266
  undo: bool | None = None,
267
267
  ):
268
268
  """Enable easier reuse of selected data-blocks through the Asset Browser, with the help of customizable metadata (like previews, descriptions and tags)
269
269
 
270
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
271
- :type execution_context: str | int | None
270
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
271
+ :type execution_context: int | str | None
272
272
  :type undo: bool | None
273
273
  """
274
274
 
275
275
  ...
276
276
 
277
277
  def mark_single(
278
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
279
- execution_context: str | int | None = None,
278
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
279
+ execution_context: int | str | None = None,
280
280
  undo: bool | None = None,
281
281
  ):
282
282
  """Enable easier reuse of a data-block through the Asset Browser, with the help of customizable metadata (like previews, descriptions and tags)
283
283
 
284
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
285
- :type execution_context: str | int | None
284
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
285
+ :type execution_context: int | str | None
286
286
  :type undo: bool | None
287
287
  """
288
288
 
289
289
  ...
290
290
 
291
291
  def open_containing_blend_file(
292
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
293
- execution_context: str | int | None = None,
292
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
293
+ execution_context: int | str | None = None,
294
294
  undo: bool | None = None,
295
295
  ):
296
296
  """Open the blend file that contains the active asset
297
297
 
298
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
299
- :type execution_context: str | int | None
298
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
299
+ :type execution_context: int | str | None
300
300
  :type undo: bool | None
301
301
  """
302
302
 
303
303
  ...
304
304
 
305
305
  def tag_add(
306
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
307
- execution_context: str | int | None = None,
306
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
307
+ execution_context: int | str | None = None,
308
308
  undo: bool | None = None,
309
309
  ):
310
310
  """Add a new keyword tag to the active asset
311
311
 
312
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
313
- :type execution_context: str | int | None
312
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
313
+ :type execution_context: int | str | None
314
314
  :type undo: bool | None
315
315
  """
316
316
 
317
317
  ...
318
318
 
319
319
  def tag_remove(
320
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
321
- execution_context: str | int | None = None,
320
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
321
+ execution_context: int | str | None = None,
322
322
  undo: bool | None = None,
323
323
  ):
324
324
  """Remove an existing keyword tag from the active asset
325
325
 
326
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
327
- :type execution_context: str | int | None
326
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
327
+ :type execution_context: int | str | None
328
328
  :type undo: bool | None
329
329
  """
330
330
 
bpy/ops/boid/__init__.pyi CHANGED
@@ -6,16 +6,16 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def rule_add(
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
  type: str | None = "GOAL",
14
14
  ):
15
15
  """Add a boid rule to the current boid state
16
16
 
17
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
18
- :type execution_context: str | int | None
17
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
18
+ :type execution_context: int | str | None
19
19
  :type undo: bool | None
20
20
  :param type: Type
21
21
  :type type: str | None
@@ -24,98 +24,98 @@ def rule_add(
24
24
  ...
25
25
 
26
26
  def rule_del(
27
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
28
- execution_context: str | int | None = None,
27
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
28
+ execution_context: int | str | None = None,
29
29
  undo: bool | None = None,
30
30
  ):
31
31
  """Delete current boid rule
32
32
 
33
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
34
- :type execution_context: str | int | None
33
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
34
+ :type execution_context: int | str | None
35
35
  :type undo: bool | None
36
36
  """
37
37
 
38
38
  ...
39
39
 
40
40
  def rule_move_down(
41
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
42
- execution_context: str | int | None = None,
41
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
42
+ execution_context: int | str | None = None,
43
43
  undo: bool | None = None,
44
44
  ):
45
45
  """Move boid rule down in the list
46
46
 
47
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
48
- :type execution_context: str | int | None
47
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
48
+ :type execution_context: int | str | None
49
49
  :type undo: bool | None
50
50
  """
51
51
 
52
52
  ...
53
53
 
54
54
  def rule_move_up(
55
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
56
- execution_context: str | int | None = None,
55
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
56
+ execution_context: int | str | None = None,
57
57
  undo: bool | None = None,
58
58
  ):
59
59
  """Move boid rule up in the list
60
60
 
61
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
62
- :type execution_context: str | int | None
61
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
62
+ :type execution_context: int | str | None
63
63
  :type undo: bool | None
64
64
  """
65
65
 
66
66
  ...
67
67
 
68
68
  def state_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
  """Add a boid state to the particle system
74
74
 
75
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
76
- :type execution_context: str | int | None
75
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
76
+ :type execution_context: int | str | None
77
77
  :type undo: bool | None
78
78
  """
79
79
 
80
80
  ...
81
81
 
82
82
  def state_del(
83
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
84
- execution_context: str | int | None = None,
83
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
84
+ execution_context: int | str | None = None,
85
85
  undo: bool | None = None,
86
86
  ):
87
87
  """Delete current boid state
88
88
 
89
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
90
- :type execution_context: str | int | None
89
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
90
+ :type execution_context: int | str | None
91
91
  :type undo: bool | None
92
92
  """
93
93
 
94
94
  ...
95
95
 
96
96
  def state_move_down(
97
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
98
- execution_context: str | int | None = None,
97
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
98
+ execution_context: int | str | None = None,
99
99
  undo: bool | None = None,
100
100
  ):
101
101
  """Move boid state down in the list
102
102
 
103
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
104
- :type execution_context: str | int | None
103
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
104
+ :type execution_context: int | str | None
105
105
  :type undo: bool | None
106
106
  """
107
107
 
108
108
  ...
109
109
 
110
110
  def state_move_up(
111
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
112
- execution_context: str | int | None = None,
111
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
112
+ execution_context: int | str | None = None,
113
113
  undo: bool | None = None,
114
114
  ):
115
115
  """Move boid state up in the list
116
116
 
117
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
118
- :type execution_context: str | int | None
117
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
118
+ :type execution_context: int | str | None
119
119
  :type undo: bool | None
120
120
  """
121
121
 
@@ -6,44 +6,44 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def add(
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
  """Add brush by mode type
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 add_gpencil(
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 brush for Grease Pencil
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 curve_preset(
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
  shape: str | None = "SMOOTH",
42
42
  ):
43
43
  """Set brush shape
44
44
 
45
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
46
- :type execution_context: str | int | None
45
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
46
+ :type execution_context: int | str | None
47
47
  :type undo: bool | None
48
48
  :param shape: Mode
49
49
  :type shape: str | None
@@ -52,30 +52,30 @@ def curve_preset(
52
52
  ...
53
53
 
54
54
  def reset(
55
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
56
- execution_context: str | int | None = None,
55
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
56
+ execution_context: int | str | None = None,
57
57
  undo: bool | None = None,
58
58
  ):
59
59
  """Return brush to defaults based on current tool
60
60
 
61
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
62
- :type execution_context: str | int | None
61
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
62
+ :type execution_context: int | str | None
63
63
  :type undo: bool | None
64
64
  """
65
65
 
66
66
  ...
67
67
 
68
68
  def scale_size(
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
  scalar: typing.Any | None = 1.0,
74
74
  ):
75
75
  """Change brush size by a scalar
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 scalar: Scalar, Factor to scale brush size by
81
81
  :type scalar: typing.Any | None
@@ -84,16 +84,16 @@ def scale_size(
84
84
  ...
85
85
 
86
86
  def sculpt_curves_falloff_preset(
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
  shape: str | None = "SMOOTH",
92
92
  ):
93
93
  """Set Curve Falloff Preset
94
94
 
95
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
96
- :type execution_context: str | int | None
95
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
96
+ :type execution_context: int | str | None
97
97
  :type undo: bool | None
98
98
  :param shape: Mode
99
99
  :type shape: str | None
@@ -102,8 +102,8 @@ def sculpt_curves_falloff_preset(
102
102
  ...
103
103
 
104
104
  def stencil_control(
105
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
106
- execution_context: str | int | None = None,
105
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
106
+ execution_context: int | str | None = None,
107
107
  undo: bool | None = None,
108
108
  *,
109
109
  mode: str | None = "TRANSLATION",
@@ -111,8 +111,8 @@ def stencil_control(
111
111
  ):
112
112
  """Control the stencil brush
113
113
 
114
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
115
- :type execution_context: str | int | None
114
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
115
+ :type execution_context: int | str | None
116
116
  :type undo: bool | None
117
117
  :param mode: Tool
118
118
  :type mode: str | None
@@ -123,8 +123,8 @@ def stencil_control(
123
123
  ...
124
124
 
125
125
  def stencil_fit_image_aspect(
126
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
127
- execution_context: str | int | None = None,
126
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
127
+ execution_context: int | str | None = None,
128
128
  undo: bool | None = None,
129
129
  *,
130
130
  use_repeat: bool | typing.Any | None = True,
@@ -133,8 +133,8 @@ def stencil_fit_image_aspect(
133
133
  ):
134
134
  """When using an image texture, adjust the stencil size to fit the image aspect ratio
135
135
 
136
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
137
- :type execution_context: str | int | None
136
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
137
+ :type execution_context: int | str | None
138
138
  :type undo: bool | None
139
139
  :param use_repeat: Use Repeat, Use repeat mapping values
140
140
  :type use_repeat: bool | typing.Any | None
@@ -147,16 +147,16 @@ def stencil_fit_image_aspect(
147
147
  ...
148
148
 
149
149
  def stencil_reset_transform(
150
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
151
- execution_context: str | int | None = None,
150
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
151
+ execution_context: int | str | None = None,
152
152
  undo: bool | None = None,
153
153
  *,
154
154
  mask: bool | typing.Any | None = False,
155
155
  ):
156
156
  """Reset the stencil transformation to the default
157
157
 
158
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
159
- :type execution_context: str | int | None
158
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
159
+ :type execution_context: int | str | None
160
160
  :type undo: bool | None
161
161
  :param mask: Modify Mask Stencil, Modify either the primary or mask stencil
162
162
  :type mask: bool | typing.Any | None