fake-bpy-module 20240601__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 (106) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/generic_ui_list/__init__.pyi +2 -2
  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. blf/__init__.pyi +4 -4
  8. bmesh/ops/__init__.pyi +97 -82
  9. bmesh/types/__init__.pyi +37 -32
  10. bmesh/utils/__init__.pyi +2 -4
  11. bpy/ops/action/__init__.pyi +152 -152
  12. bpy/ops/anim/__init__.pyi +216 -216
  13. bpy/ops/armature/__init__.pyi +192 -192
  14. bpy/ops/asset/__init__.pyi +64 -64
  15. bpy/ops/boid/__init__.pyi +32 -32
  16. bpy/ops/brush/__init__.pyi +36 -36
  17. bpy/ops/buttons/__init__.pyi +24 -24
  18. bpy/ops/cachefile/__init__.pyi +20 -20
  19. bpy/ops/camera/__init__.pyi +8 -8
  20. bpy/ops/clip/__init__.pyi +368 -368
  21. bpy/ops/cloth/__init__.pyi +4 -4
  22. bpy/ops/collection/__init__.pyi +36 -36
  23. bpy/ops/console/__init__.pyi +84 -84
  24. bpy/ops/constraint/__init__.pyi +72 -72
  25. bpy/ops/curve/__init__.pyi +204 -204
  26. bpy/ops/curves/__init__.pyi +108 -108
  27. bpy/ops/cycles/__init__.pyi +12 -12
  28. bpy/ops/dpaint/__init__.pyi +20 -20
  29. bpy/ops/ed/__init__.pyi +48 -48
  30. bpy/ops/export_anim/__init__.pyi +4 -4
  31. bpy/ops/export_scene/__init__.pyi +8 -8
  32. bpy/ops/extensions/__init__.pyi +123 -109
  33. bpy/ops/file/__init__.pyi +160 -160
  34. bpy/ops/fluid/__init__.pyi +56 -56
  35. bpy/ops/font/__init__.pyi +92 -92
  36. bpy/ops/geometry/__init__.pyi +40 -40
  37. bpy/ops/gizmogroup/__init__.pyi +8 -8
  38. bpy/ops/gpencil/__init__.pyi +600 -600
  39. bpy/ops/graph/__init__.pyi +260 -260
  40. bpy/ops/grease_pencil/__init__.pyi +292 -292
  41. bpy/ops/image/__init__.pyi +192 -192
  42. bpy/ops/import_anim/__init__.pyi +4 -4
  43. bpy/ops/import_curve/__init__.pyi +4 -4
  44. bpy/ops/import_scene/__init__.pyi +8 -8
  45. bpy/ops/info/__init__.pyi +28 -28
  46. bpy/ops/lattice/__init__.pyi +32 -32
  47. bpy/ops/marker/__init__.pyi +44 -44
  48. bpy/ops/mask/__init__.pyi +156 -156
  49. bpy/ops/material/__init__.pyi +12 -12
  50. bpy/ops/mball/__init__.pyi +32 -32
  51. bpy/ops/mesh/__init__.pyi +652 -652
  52. bpy/ops/nla/__init__.pyi +156 -156
  53. bpy/ops/node/__init__.pyi +416 -416
  54. bpy/ops/object/__init__.pyi +984 -984
  55. bpy/ops/outliner/__init__.pyi +284 -284
  56. bpy/ops/paint/__init__.pyi +220 -220
  57. bpy/ops/paintcurve/__init__.pyi +32 -32
  58. bpy/ops/palette/__init__.pyi +28 -28
  59. bpy/ops/particle/__init__.pyi +144 -144
  60. bpy/ops/pose/__init__.pyi +156 -156
  61. bpy/ops/poselib/__init__.pyi +36 -36
  62. bpy/ops/preferences/__init__.pyi +148 -148
  63. bpy/ops/ptcache/__init__.pyi +28 -28
  64. bpy/ops/render/__init__.pyi +48 -48
  65. bpy/ops/rigidbody/__init__.pyi +52 -52
  66. bpy/ops/scene/__init__.pyi +156 -156
  67. bpy/ops/screen/__init__.pyi +156 -156
  68. bpy/ops/script/__init__.pyi +12 -12
  69. bpy/ops/sculpt/__init__.pyi +144 -144
  70. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  71. bpy/ops/sequencer/__init__.pyi +364 -340
  72. bpy/ops/sound/__init__.pyi +28 -28
  73. bpy/ops/spreadsheet/__init__.pyi +16 -16
  74. bpy/ops/surface/__init__.pyi +24 -24
  75. bpy/ops/text/__init__.pyi +172 -172
  76. bpy/ops/text_editor/__init__.pyi +4 -4
  77. bpy/ops/texture/__init__.pyi +16 -16
  78. bpy/ops/transform/__init__.pyi +111 -108
  79. bpy/ops/ui/__init__.pyi +132 -132
  80. bpy/ops/uilist/__init__.pyi +12 -12
  81. bpy/ops/uv/__init__.pyi +196 -196
  82. bpy/ops/view2d/__init__.pyi +56 -56
  83. bpy/ops/view3d/__init__.pyi +268 -268
  84. bpy/ops/wm/__init__.pyi +448 -448
  85. bpy/ops/workspace/__init__.pyi +28 -28
  86. bpy/ops/world/__init__.pyi +8 -8
  87. bpy/path/__init__.pyi +18 -18
  88. bpy/props/__init__.pyi +11 -11
  89. bpy/types/__init__.pyi +1527 -1737
  90. bpy/utils/__init__.pyi +4 -4
  91. bpy_extras/mesh_utils/__init__.pyi +4 -4
  92. bpy_extras/view3d_utils/__init__.pyi +24 -20
  93. bpy_types/__init__.pyi +12 -7
  94. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
  95. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +106 -106
  96. freestyle/types/__init__.pyi +64 -64
  97. freestyle/utils/__init__.pyi +2 -2
  98. gpu/matrix/__init__.pyi +15 -6
  99. gpu/state/__init__.pyi +2 -2
  100. gpu/types/__init__.pyi +6 -4
  101. gpu_extras/presets/__init__.pyi +8 -4
  102. imbuf/__init__.pyi +4 -4
  103. mathutils/__init__.pyi +292 -187
  104. mathutils/geometry/__init__.pyi +2 -5
  105. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
  106. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
@@ -6,8 +6,8 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def brush_edit(
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
  stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
@@ -15,8 +15,8 @@ def brush_edit(
15
15
  ):
16
16
  """Apply a stroke of brush to the particles
17
17
 
18
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
19
- :type execution_context: str | int | None
18
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
19
+ :type execution_context: int | str | None
20
20
  :type undo: bool | None
21
21
  :param stroke: Stroke
22
22
  :type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
@@ -25,16 +25,16 @@ def brush_edit(
25
25
  ...
26
26
 
27
27
  def connect_hair(
28
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
29
- execution_context: str | int | None = None,
28
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
29
+ execution_context: int | str | None = None,
30
30
  undo: bool | None = None,
31
31
  *,
32
32
  all: bool | typing.Any | None = False,
33
33
  ):
34
34
  """Connect hair to the emitter mesh
35
35
 
36
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
37
- :type execution_context: str | int | None
36
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
37
+ :type execution_context: int | str | None
38
38
  :type undo: bool | None
39
39
  :param all: All Hair, Connect all hair systems to the emitter mesh
40
40
  :type all: bool | typing.Any | None
@@ -43,8 +43,8 @@ def connect_hair(
43
43
  ...
44
44
 
45
45
  def copy_particle_systems(
46
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
47
- execution_context: str | int | None = None,
46
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
47
+ execution_context: int | str | None = None,
48
48
  undo: bool | None = None,
49
49
  *,
50
50
  space: str | None = "OBJECT",
@@ -53,8 +53,8 @@ def copy_particle_systems(
53
53
  ):
54
54
  """Copy particle systems from the active object to selected objects
55
55
 
56
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
57
- :type execution_context: str | int | None
56
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
57
+ :type execution_context: int | str | None
58
58
  :type undo: bool | None
59
59
  :param space: Space, Space transform for copying from one object to another
60
60
 
@@ -73,16 +73,16 @@ def copy_particle_systems(
73
73
  ...
74
74
 
75
75
  def delete(
76
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
77
- execution_context: str | int | None = None,
76
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
77
+ execution_context: int | str | None = None,
78
78
  undo: bool | None = None,
79
79
  *,
80
80
  type: str | None = "PARTICLE",
81
81
  ):
82
82
  """Delete selected particles or keys
83
83
 
84
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
85
- :type execution_context: str | int | None
84
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
85
+ :type execution_context: int | str | None
86
86
  :type undo: bool | None
87
87
  :param type: Type, Delete a full particle or only keys
88
88
  :type type: str | None
@@ -91,16 +91,16 @@ def delete(
91
91
  ...
92
92
 
93
93
  def disconnect_hair(
94
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
95
- execution_context: str | int | None = None,
94
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
95
+ execution_context: int | str | None = None,
96
96
  undo: bool | None = None,
97
97
  *,
98
98
  all: bool | typing.Any | None = False,
99
99
  ):
100
100
  """Disconnect hair from the emitter mesh
101
101
 
102
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
103
- :type execution_context: str | int | None
102
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
103
+ :type execution_context: int | str | None
104
104
  :type undo: bool | None
105
105
  :param all: All Hair, Disconnect all hair systems from the emitter mesh
106
106
  :type all: bool | typing.Any | None
@@ -109,16 +109,16 @@ def disconnect_hair(
109
109
  ...
110
110
 
111
111
  def duplicate_particle_system(
112
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
113
- execution_context: str | int | None = None,
112
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
113
+ execution_context: int | str | None = None,
114
114
  undo: bool | None = None,
115
115
  *,
116
116
  use_duplicate_settings: bool | typing.Any | None = False,
117
117
  ):
118
118
  """Duplicate particle system within the active object
119
119
 
120
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
121
- :type execution_context: str | int | None
120
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
121
+ :type execution_context: int | str | None
122
122
  :type undo: bool | None
123
123
  :param use_duplicate_settings: Duplicate Settings, Duplicate settings as well, so the new particle system uses its own settings
124
124
  :type use_duplicate_settings: bool | typing.Any | None
@@ -127,92 +127,92 @@ def duplicate_particle_system(
127
127
  ...
128
128
 
129
129
  def dupliob_copy(
130
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
131
- execution_context: str | int | None = None,
130
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
131
+ execution_context: int | str | None = None,
132
132
  undo: bool | None = None,
133
133
  ):
134
134
  """Duplicate the current instance object
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
  """
140
140
 
141
141
  ...
142
142
 
143
143
  def dupliob_move_down(
144
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
145
- execution_context: str | int | None = None,
144
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
145
+ execution_context: int | str | None = None,
146
146
  undo: bool | None = None,
147
147
  ):
148
148
  """Move instance object down in the list
149
149
 
150
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
151
- :type execution_context: str | int | None
150
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
151
+ :type execution_context: int | str | None
152
152
  :type undo: bool | None
153
153
  """
154
154
 
155
155
  ...
156
156
 
157
157
  def dupliob_move_up(
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
  """Move instance object up in the list
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 dupliob_refresh(
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
  """Refresh list of instance objects and their weights
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 dupliob_remove(
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
  """Remove the selected instance object
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 edited_clear(
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
  """Undo all edition performed on the particle system
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 hair_dynamics_preset_add(
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
  name: str | typing.Any = "",
@@ -221,8 +221,8 @@ def hair_dynamics_preset_add(
221
221
  ):
222
222
  """Add or remove a Hair Dynamics Preset
223
223
 
224
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
225
- :type execution_context: str | int | None
224
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
225
+ :type execution_context: int | str | None
226
226
  :type undo: bool | None
227
227
  :param name: Name, Name of the preset, used to make the path name
228
228
  :type name: str | typing.Any
@@ -235,16 +235,16 @@ def hair_dynamics_preset_add(
235
235
  ...
236
236
 
237
237
  def hide(
238
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
239
- execution_context: str | int | None = None,
238
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
239
+ execution_context: int | str | None = None,
240
240
  undo: bool | None = None,
241
241
  *,
242
242
  unselected: bool | typing.Any | None = False,
243
243
  ):
244
244
  """Hide selected particles
245
245
 
246
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
247
- :type execution_context: str | int | None
246
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
247
+ :type execution_context: int | str | None
248
248
  :type undo: bool | None
249
249
  :param unselected: Unselected, Hide unselected rather than selected
250
250
  :type unselected: bool | typing.Any | None
@@ -253,72 +253,72 @@ def hide(
253
253
  ...
254
254
 
255
255
  def mirror(
256
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
257
- execution_context: str | int | None = None,
256
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
257
+ execution_context: int | str | None = None,
258
258
  undo: bool | None = None,
259
259
  ):
260
260
  """Duplicate and mirror the selected particles along the local X axis
261
261
 
262
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
263
- :type execution_context: str | int | None
262
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
263
+ :type execution_context: int | str | None
264
264
  :type undo: bool | None
265
265
  """
266
266
 
267
267
  ...
268
268
 
269
269
  def new(
270
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
271
- execution_context: str | int | None = None,
270
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
271
+ execution_context: int | str | None = None,
272
272
  undo: bool | None = None,
273
273
  ):
274
274
  """Add new particle settings
275
275
 
276
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
277
- :type execution_context: str | int | None
276
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
277
+ :type execution_context: int | str | None
278
278
  :type undo: bool | None
279
279
  """
280
280
 
281
281
  ...
282
282
 
283
283
  def new_target(
284
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
285
- execution_context: str | int | None = None,
284
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
285
+ execution_context: int | str | None = None,
286
286
  undo: bool | None = None,
287
287
  ):
288
288
  """Add a new particle target
289
289
 
290
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
291
- :type execution_context: str | int | None
290
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
291
+ :type execution_context: int | str | None
292
292
  :type undo: bool | None
293
293
  """
294
294
 
295
295
  ...
296
296
 
297
297
  def particle_edit_toggle(
298
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
299
- execution_context: str | int | None = None,
298
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
299
+ execution_context: int | str | None = None,
300
300
  undo: bool | None = None,
301
301
  ):
302
302
  """Toggle particle edit mode
303
303
 
304
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
305
- :type execution_context: str | int | None
304
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
305
+ :type execution_context: int | str | None
306
306
  :type undo: bool | None
307
307
  """
308
308
 
309
309
  ...
310
310
 
311
311
  def rekey(
312
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
313
- execution_context: str | int | None = None,
312
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
313
+ execution_context: int | str | None = None,
314
314
  undo: bool | None = None,
315
315
  *,
316
316
  keys_number: typing.Any | None = 2,
317
317
  ):
318
318
  """Change the number of keys of selected particles (root and tip keys included)
319
319
 
320
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
321
- :type execution_context: str | int | None
320
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
321
+ :type execution_context: int | str | None
322
322
  :type undo: bool | None
323
323
  :param keys_number: Number of Keys
324
324
  :type keys_number: typing.Any | None
@@ -327,16 +327,16 @@ def rekey(
327
327
  ...
328
328
 
329
329
  def remove_doubles(
330
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
331
- execution_context: str | int | None = None,
330
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
331
+ execution_context: int | str | None = None,
332
332
  undo: bool | None = None,
333
333
  *,
334
334
  threshold: typing.Any | None = 0.0002,
335
335
  ):
336
336
  """Remove selected particles close enough of others
337
337
 
338
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
339
- :type execution_context: str | int | None
338
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
339
+ :type execution_context: int | str | None
340
340
  :type undo: bool | None
341
341
  :param threshold: Merge Distance, Threshold distance within which particles are removed
342
342
  :type threshold: typing.Any | None
@@ -345,16 +345,16 @@ def remove_doubles(
345
345
  ...
346
346
 
347
347
  def reveal(
348
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
349
- execution_context: str | int | None = None,
348
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
349
+ execution_context: int | str | None = None,
350
350
  undo: bool | None = None,
351
351
  *,
352
352
  select: bool | typing.Any | None = True,
353
353
  ):
354
354
  """Show hidden particles
355
355
 
356
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
357
- :type execution_context: str | int | None
356
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
357
+ :type execution_context: int | str | None
358
358
  :type undo: bool | None
359
359
  :param select: Select
360
360
  :type select: bool | typing.Any | None
@@ -363,16 +363,16 @@ def reveal(
363
363
  ...
364
364
 
365
365
  def select_all(
366
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
367
- execution_context: str | int | None = None,
366
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
367
+ execution_context: int | str | None = None,
368
368
  undo: bool | None = None,
369
369
  *,
370
370
  action: str | None = "TOGGLE",
371
371
  ):
372
372
  """(De)select all particles' keys
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
  :param action: Action, Selection action to execute
378
378
 
@@ -393,36 +393,36 @@ def select_all(
393
393
  ...
394
394
 
395
395
  def select_less(
396
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
397
- execution_context: str | int | None = None,
396
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
397
+ execution_context: int | str | None = None,
398
398
  undo: bool | None = None,
399
399
  ):
400
400
  """Deselect boundary selected keys of each particle
401
401
 
402
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
403
- :type execution_context: str | int | None
402
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
403
+ :type execution_context: int | str | None
404
404
  :type undo: bool | None
405
405
  """
406
406
 
407
407
  ...
408
408
 
409
409
  def select_linked(
410
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
411
- execution_context: str | int | None = None,
410
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
411
+ execution_context: int | str | None = None,
412
412
  undo: bool | None = None,
413
413
  ):
414
414
  """Select all keys linked to already selected ones
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
  """
420
420
 
421
421
  ...
422
422
 
423
423
  def select_linked_pick(
424
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
425
- execution_context: str | int | None = None,
424
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
425
+ execution_context: int | str | None = None,
426
426
  undo: bool | None = None,
427
427
  *,
428
428
  deselect: bool | typing.Any | None = False,
@@ -430,8 +430,8 @@ def select_linked_pick(
430
430
  ):
431
431
  """Select nearest particle from mouse pointer
432
432
 
433
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
434
- :type execution_context: str | int | None
433
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
434
+ :type execution_context: int | str | None
435
435
  :type undo: bool | None
436
436
  :param deselect: Deselect, Deselect linked keys rather than selecting them
437
437
  :type deselect: bool | typing.Any | None
@@ -442,22 +442,22 @@ def select_linked_pick(
442
442
  ...
443
443
 
444
444
  def select_more(
445
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
446
- execution_context: str | int | None = None,
445
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
446
+ execution_context: int | str | None = None,
447
447
  undo: bool | None = None,
448
448
  ):
449
449
  """Select keys linked to boundary selected keys of each particle
450
450
 
451
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
452
- :type execution_context: str | int | None
451
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
452
+ :type execution_context: int | str | None
453
453
  :type undo: bool | None
454
454
  """
455
455
 
456
456
  ...
457
457
 
458
458
  def select_random(
459
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
460
- execution_context: str | int | None = None,
459
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
460
+ execution_context: int | str | None = None,
461
461
  undo: bool | None = None,
462
462
  *,
463
463
  ratio: typing.Any | None = 0.5,
@@ -467,8 +467,8 @@ def select_random(
467
467
  ):
468
468
  """Select a randomly distributed set of hair or points
469
469
 
470
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
471
- :type execution_context: str | int | None
470
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
471
+ :type execution_context: int | str | None
472
472
  :type undo: bool | None
473
473
  :param ratio: Ratio, Portion of items to select randomly
474
474
  :type ratio: typing.Any | None
@@ -489,16 +489,16 @@ def select_random(
489
489
  ...
490
490
 
491
491
  def select_roots(
492
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
493
- execution_context: str | int | None = None,
492
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
493
+ execution_context: int | str | None = None,
494
494
  undo: bool | None = None,
495
495
  *,
496
496
  action: str | None = "SELECT",
497
497
  ):
498
498
  """Select roots of all visible particles
499
499
 
500
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
501
- :type execution_context: str | int | None
500
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
501
+ :type execution_context: int | str | None
502
502
  :type undo: bool | None
503
503
  :param action: Action, Selection action to execute
504
504
 
@@ -519,16 +519,16 @@ def select_roots(
519
519
  ...
520
520
 
521
521
  def select_tips(
522
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
523
- execution_context: str | int | None = None,
522
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
523
+ execution_context: int | str | None = None,
524
524
  undo: bool | None = None,
525
525
  *,
526
526
  action: str | None = "SELECT",
527
527
  ):
528
528
  """Select tips of all visible particles
529
529
 
530
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
531
- :type execution_context: str | int | None
530
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
531
+ :type execution_context: int | str | None
532
532
  :type undo: bool | None
533
533
  :param action: Action, Selection action to execute
534
534
 
@@ -549,100 +549,100 @@ def select_tips(
549
549
  ...
550
550
 
551
551
  def shape_cut(
552
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
553
- execution_context: str | int | None = None,
552
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
553
+ execution_context: int | str | None = None,
554
554
  undo: bool | None = None,
555
555
  ):
556
556
  """Cut hair to conform to the set shape object
557
557
 
558
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
559
- :type execution_context: str | int | None
558
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
559
+ :type execution_context: int | str | None
560
560
  :type undo: bool | None
561
561
  """
562
562
 
563
563
  ...
564
564
 
565
565
  def subdivide(
566
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
567
- execution_context: str | int | None = None,
566
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
567
+ execution_context: int | str | None = None,
568
568
  undo: bool | None = None,
569
569
  ):
570
570
  """Subdivide selected particles segments (adds keys)
571
571
 
572
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
573
- :type execution_context: str | int | None
572
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
573
+ :type execution_context: int | str | None
574
574
  :type undo: bool | None
575
575
  """
576
576
 
577
577
  ...
578
578
 
579
579
  def target_move_down(
580
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
581
- execution_context: str | int | None = None,
580
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
581
+ execution_context: int | str | None = None,
582
582
  undo: bool | None = None,
583
583
  ):
584
584
  """Move particle target down in the list
585
585
 
586
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
587
- :type execution_context: str | int | None
586
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
587
+ :type execution_context: int | str | None
588
588
  :type undo: bool | None
589
589
  """
590
590
 
591
591
  ...
592
592
 
593
593
  def target_move_up(
594
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
595
- execution_context: str | int | None = None,
594
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
595
+ execution_context: int | str | None = None,
596
596
  undo: bool | None = None,
597
597
  ):
598
598
  """Move particle target up in the list
599
599
 
600
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
601
- :type execution_context: str | int | None
600
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
601
+ :type execution_context: int | str | None
602
602
  :type undo: bool | None
603
603
  """
604
604
 
605
605
  ...
606
606
 
607
607
  def target_remove(
608
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
609
- execution_context: str | int | None = None,
608
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
609
+ execution_context: int | str | None = None,
610
610
  undo: bool | None = None,
611
611
  ):
612
612
  """Remove the selected particle target
613
613
 
614
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
615
- :type execution_context: str | int | None
614
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
615
+ :type execution_context: int | str | None
616
616
  :type undo: bool | None
617
617
  """
618
618
 
619
619
  ...
620
620
 
621
621
  def unify_length(
622
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
623
- execution_context: str | int | None = None,
622
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
623
+ execution_context: int | str | None = None,
624
624
  undo: bool | None = None,
625
625
  ):
626
626
  """Make selected hair the same length
627
627
 
628
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
629
- :type execution_context: str | int | None
628
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
629
+ :type execution_context: int | str | None
630
630
  :type undo: bool | None
631
631
  """
632
632
 
633
633
  ...
634
634
 
635
635
  def weight_set(
636
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
637
- execution_context: str | int | None = None,
636
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
637
+ execution_context: int | str | None = None,
638
638
  undo: bool | None = None,
639
639
  *,
640
640
  factor: typing.Any | None = 1.0,
641
641
  ):
642
642
  """Set the weight of selected keys
643
643
 
644
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
645
- :type execution_context: str | int | None
644
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
645
+ :type execution_context: int | str | None
646
646
  :type undo: bool | None
647
647
  :param factor: Factor, Interpolation factor between current brush weight, and keys' weights
648
648
  :type factor: typing.Any | None