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