fake-bpy-module 20240327__py3-none-any.whl → 20240329__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 (114) hide show
  1. aud/__init__.pyi +34 -96
  2. bgl/__init__.pyi +1265 -2417
  3. bl_math/__init__.pyi +3 -14
  4. bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
  5. blf/__init__.pyi +13 -50
  6. bmesh/ops/__init__.pyi +68 -142
  7. bmesh/types/__init__.pyi +18 -44
  8. bmesh/utils/__init__.pyi +2 -6
  9. bpy/app/icons/__init__.pyi +2 -4
  10. bpy/app/timers/__init__.pyi +2 -6
  11. bpy/ops/action/__init__.pyi +92 -93
  12. bpy/ops/anim/__init__.pyi +104 -104
  13. bpy/ops/armature/__init__.pyi +108 -112
  14. bpy/ops/asset/__init__.pyi +32 -32
  15. bpy/ops/boid/__init__.pyi +18 -18
  16. bpy/ops/brush/__init__.pyi +18 -18
  17. bpy/ops/buttons/__init__.pyi +12 -12
  18. bpy/ops/cachefile/__init__.pyi +10 -10
  19. bpy/ops/camera/__init__.pyi +4 -4
  20. bpy/ops/clip/__init__.pyi +194 -195
  21. bpy/ops/cloth/__init__.pyi +2 -2
  22. bpy/ops/collection/__init__.pyi +10 -10
  23. bpy/ops/console/__init__.pyi +42 -42
  24. bpy/ops/constraint/__init__.pyi +36 -36
  25. bpy/ops/curve/__init__.pyi +114 -118
  26. bpy/ops/curves/__init__.pyi +55 -53
  27. bpy/ops/cycles/__init__.pyi +6 -6
  28. bpy/ops/dpaint/__init__.pyi +12 -12
  29. bpy/ops/ed/__init__.pyi +24 -24
  30. bpy/ops/export_anim/__init__.pyi +2 -2
  31. bpy/ops/export_mesh/__init__.pyi +2 -2
  32. bpy/ops/export_scene/__init__.pyi +7 -7
  33. bpy/ops/file/__init__.pyi +80 -83
  34. bpy/ops/fluid/__init__.pyi +28 -28
  35. bpy/ops/font/__init__.pyi +46 -46
  36. bpy/ops/geometry/__init__.pyi +38 -38
  37. bpy/ops/gizmogroup/__init__.pyi +4 -4
  38. bpy/ops/gpencil/__init__.pyi +308 -309
  39. bpy/ops/graph/__init__.pyi +150 -151
  40. bpy/ops/grease_pencil/__init__.pyi +114 -115
  41. bpy/ops/image/__init__.pyi +100 -100
  42. bpy/ops/import_anim/__init__.pyi +2 -2
  43. bpy/ops/import_curve/__init__.pyi +2 -2
  44. bpy/ops/import_mesh/__init__.pyi +2 -2
  45. bpy/ops/import_scene/__init__.pyi +6 -6
  46. bpy/ops/info/__init__.pyi +14 -14
  47. bpy/ops/lattice/__init__.pyi +16 -16
  48. bpy/ops/marker/__init__.pyi +22 -22
  49. bpy/ops/mask/__init__.pyi +90 -91
  50. bpy/ops/material/__init__.pyi +6 -6
  51. bpy/ops/mball/__init__.pyi +20 -21
  52. bpy/ops/mesh/__init__.pyi +429 -427
  53. bpy/ops/nla/__init__.pyi +90 -91
  54. bpy/ops/node/__init__.pyi +242 -243
  55. bpy/ops/object/__init__.pyi +572 -567
  56. bpy/ops/outliner/__init__.pyi +142 -142
  57. bpy/ops/paint/__init__.pyi +182 -126
  58. bpy/ops/paintcurve/__init__.pyi +20 -20
  59. bpy/ops/palette/__init__.pyi +14 -14
  60. bpy/ops/particle/__init__.pyi +72 -72
  61. bpy/ops/pose/__init__.pyi +90 -90
  62. bpy/ops/poselib/__init__.pyi +18 -18
  63. bpy/ops/preferences/__init__.pyi +76 -76
  64. bpy/ops/ptcache/__init__.pyi +14 -14
  65. bpy/ops/render/__init__.pyi +24 -24
  66. bpy/ops/rigidbody/__init__.pyi +34 -34
  67. bpy/ops/scene/__init__.pyi +86 -86
  68. bpy/ops/screen/__init__.pyi +84 -84
  69. bpy/ops/script/__init__.pyi +6 -6
  70. bpy/ops/sculpt/__init__.pyi +62 -62
  71. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  72. bpy/ops/sequencer/__init__.pyi +184 -185
  73. bpy/ops/sound/__init__.pyi +16 -16
  74. bpy/ops/spreadsheet/__init__.pyi +8 -8
  75. bpy/ops/surface/__init__.pyi +12 -12
  76. bpy/ops/text/__init__.pyi +86 -86
  77. bpy/ops/text_editor/__init__.pyi +2 -2
  78. bpy/ops/texture/__init__.pyi +8 -8
  79. bpy/ops/transform/__init__.pyi +112 -112
  80. bpy/ops/ui/__init__.pyi +64 -64
  81. bpy/ops/uilist/__init__.pyi +6 -6
  82. bpy/ops/uv/__init__.pyi +104 -105
  83. bpy/ops/view2d/__init__.pyi +28 -28
  84. bpy/ops/view3d/__init__.pyi +134 -134
  85. bpy/ops/wm/__init__.pyi +232 -232
  86. bpy/ops/workspace/__init__.pyi +14 -14
  87. bpy/ops/world/__init__.pyi +2 -2
  88. bpy/props/__init__.pyi +29 -52
  89. bpy/types/__init__.pyi +5257 -3766
  90. bpy/utils/__init__.pyi +3 -6
  91. bpy/utils/units/__init__.pyi +3 -6
  92. bpy_extras/io_utils/__init__.pyi +8 -0
  93. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
  94. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +114 -114
  95. freestyle/chainingiterators/__init__.pyi +5 -12
  96. freestyle/functions/__init__.pyi +19 -73
  97. freestyle/predicates/__init__.pyi +8 -21
  98. freestyle/shaders/__init__.pyi +32 -81
  99. freestyle/types/__init__.pyi +100 -270
  100. freestyle/utils/ContextFunctions/__init__.pyi +7 -27
  101. freestyle/utils/__init__.pyi +1 -2
  102. gpu/capabilities/__init__.pyi +15 -32
  103. gpu/matrix/__init__.pyi +1 -2
  104. gpu/state/__init__.pyi +4 -10
  105. gpu/types/__init__.pyi +29 -87
  106. gpu_extras/presets/__init__.pyi +4 -16
  107. imbuf/types/__init__.pyi +4 -10
  108. mathutils/__init__.pyi +106 -257
  109. mathutils/bvhtree/__init__.pyi +7 -15
  110. mathutils/geometry/__init__.pyi +9 -18
  111. mathutils/kdtree/__init__.pyi +4 -11
  112. mathutils/noise/__init__.pyi +41 -82
  113. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
  114. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
@@ -5,14 +5,14 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def brush_edit(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: typing.Union[str, int] = None,
8
+ execution_context: str = None,
9
9
  undo: bool = None,
10
10
  stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] = None,
11
11
  ):
12
12
  """Apply a stroke of brush to the particles
13
13
 
14
14
  :type override_context: typing.Union[dict, bpy.types.Context]
15
- :type execution_context: typing.Union[str, int]
15
+ :type execution_context: str
16
16
  :type undo: bool
17
17
  :param stroke: Stroke
18
18
  :type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
@@ -22,14 +22,14 @@ def brush_edit(
22
22
 
23
23
  def connect_hair(
24
24
  override_context: typing.Union[dict, bpy.types.Context] = None,
25
- execution_context: typing.Union[str, int] = None,
25
+ execution_context: str = None,
26
26
  undo: bool = None,
27
27
  all: typing.Union[bool, typing.Any] = False,
28
28
  ):
29
29
  """Connect hair to the emitter mesh
30
30
 
31
31
  :type override_context: typing.Union[dict, bpy.types.Context]
32
- :type execution_context: typing.Union[str, int]
32
+ :type execution_context: str
33
33
  :type undo: bool
34
34
  :param all: All Hair, Connect all hair systems to the emitter mesh
35
35
  :type all: typing.Union[bool, typing.Any]
@@ -39,7 +39,7 @@ def connect_hair(
39
39
 
40
40
  def copy_particle_systems(
41
41
  override_context: typing.Union[dict, bpy.types.Context] = None,
42
- execution_context: typing.Union[str, int] = None,
42
+ execution_context: str = None,
43
43
  undo: bool = None,
44
44
  space: typing.Any = "OBJECT",
45
45
  remove_target_particles: typing.Union[bool, typing.Any] = True,
@@ -48,7 +48,7 @@ def copy_particle_systems(
48
48
  """Copy particle systems from the active object to selected objects
49
49
 
50
50
  :type override_context: typing.Union[dict, bpy.types.Context]
51
- :type execution_context: typing.Union[str, int]
51
+ :type execution_context: str
52
52
  :type undo: bool
53
53
  :param space: Space, Space transform for copying from one object to another
54
54
 
@@ -68,14 +68,14 @@ def copy_particle_systems(
68
68
 
69
69
  def delete(
70
70
  override_context: typing.Union[dict, bpy.types.Context] = None,
71
- execution_context: typing.Union[str, int] = None,
71
+ execution_context: str = None,
72
72
  undo: bool = None,
73
73
  type: typing.Any = "PARTICLE",
74
74
  ):
75
75
  """Delete selected particles or keys
76
76
 
77
77
  :type override_context: typing.Union[dict, bpy.types.Context]
78
- :type execution_context: typing.Union[str, int]
78
+ :type execution_context: str
79
79
  :type undo: bool
80
80
  :param type: Type, Delete a full particle or only keys
81
81
  :type type: typing.Any
@@ -85,14 +85,14 @@ def delete(
85
85
 
86
86
  def disconnect_hair(
87
87
  override_context: typing.Union[dict, bpy.types.Context] = None,
88
- execution_context: typing.Union[str, int] = None,
88
+ execution_context: str = None,
89
89
  undo: bool = None,
90
90
  all: typing.Union[bool, typing.Any] = False,
91
91
  ):
92
92
  """Disconnect hair from the emitter mesh
93
93
 
94
94
  :type override_context: typing.Union[dict, bpy.types.Context]
95
- :type execution_context: typing.Union[str, int]
95
+ :type execution_context: str
96
96
  :type undo: bool
97
97
  :param all: All Hair, Disconnect all hair systems from the emitter mesh
98
98
  :type all: typing.Union[bool, typing.Any]
@@ -102,14 +102,14 @@ def disconnect_hair(
102
102
 
103
103
  def duplicate_particle_system(
104
104
  override_context: typing.Union[dict, bpy.types.Context] = None,
105
- execution_context: typing.Union[str, int] = None,
105
+ execution_context: str = None,
106
106
  undo: bool = None,
107
107
  use_duplicate_settings: typing.Union[bool, typing.Any] = False,
108
108
  ):
109
109
  """Duplicate particle system within the active object
110
110
 
111
111
  :type override_context: typing.Union[dict, bpy.types.Context]
112
- :type execution_context: typing.Union[str, int]
112
+ :type execution_context: str
113
113
  :type undo: bool
114
114
  :param use_duplicate_settings: Duplicate Settings, Duplicate settings as well, so the new particle system uses its own settings
115
115
  :type use_duplicate_settings: typing.Union[bool, typing.Any]
@@ -119,13 +119,13 @@ def duplicate_particle_system(
119
119
 
120
120
  def dupliob_copy(
121
121
  override_context: typing.Union[dict, bpy.types.Context] = None,
122
- execution_context: typing.Union[str, int] = None,
122
+ execution_context: str = None,
123
123
  undo: bool = None,
124
124
  ):
125
125
  """Duplicate the current instance object
126
126
 
127
127
  :type override_context: typing.Union[dict, bpy.types.Context]
128
- :type execution_context: typing.Union[str, int]
128
+ :type execution_context: str
129
129
  :type undo: bool
130
130
  """
131
131
 
@@ -133,13 +133,13 @@ def dupliob_copy(
133
133
 
134
134
  def dupliob_move_down(
135
135
  override_context: typing.Union[dict, bpy.types.Context] = None,
136
- execution_context: typing.Union[str, int] = None,
136
+ execution_context: str = None,
137
137
  undo: bool = None,
138
138
  ):
139
139
  """Move instance object down in the list
140
140
 
141
141
  :type override_context: typing.Union[dict, bpy.types.Context]
142
- :type execution_context: typing.Union[str, int]
142
+ :type execution_context: str
143
143
  :type undo: bool
144
144
  """
145
145
 
@@ -147,13 +147,13 @@ def dupliob_move_down(
147
147
 
148
148
  def dupliob_move_up(
149
149
  override_context: typing.Union[dict, bpy.types.Context] = None,
150
- execution_context: typing.Union[str, int] = None,
150
+ execution_context: str = None,
151
151
  undo: bool = None,
152
152
  ):
153
153
  """Move instance object up in the list
154
154
 
155
155
  :type override_context: typing.Union[dict, bpy.types.Context]
156
- :type execution_context: typing.Union[str, int]
156
+ :type execution_context: str
157
157
  :type undo: bool
158
158
  """
159
159
 
@@ -161,13 +161,13 @@ def dupliob_move_up(
161
161
 
162
162
  def dupliob_refresh(
163
163
  override_context: typing.Union[dict, bpy.types.Context] = None,
164
- execution_context: typing.Union[str, int] = None,
164
+ execution_context: str = None,
165
165
  undo: bool = None,
166
166
  ):
167
167
  """Refresh list of instance objects and their weights
168
168
 
169
169
  :type override_context: typing.Union[dict, bpy.types.Context]
170
- :type execution_context: typing.Union[str, int]
170
+ :type execution_context: str
171
171
  :type undo: bool
172
172
  """
173
173
 
@@ -175,13 +175,13 @@ def dupliob_refresh(
175
175
 
176
176
  def dupliob_remove(
177
177
  override_context: typing.Union[dict, bpy.types.Context] = None,
178
- execution_context: typing.Union[str, int] = None,
178
+ execution_context: str = None,
179
179
  undo: bool = None,
180
180
  ):
181
181
  """Remove the selected instance object
182
182
 
183
183
  :type override_context: typing.Union[dict, bpy.types.Context]
184
- :type execution_context: typing.Union[str, int]
184
+ :type execution_context: str
185
185
  :type undo: bool
186
186
  """
187
187
 
@@ -189,13 +189,13 @@ def dupliob_remove(
189
189
 
190
190
  def edited_clear(
191
191
  override_context: typing.Union[dict, bpy.types.Context] = None,
192
- execution_context: typing.Union[str, int] = None,
192
+ execution_context: str = None,
193
193
  undo: bool = None,
194
194
  ):
195
195
  """Undo all edition performed on the particle system
196
196
 
197
197
  :type override_context: typing.Union[dict, bpy.types.Context]
198
- :type execution_context: typing.Union[str, int]
198
+ :type execution_context: str
199
199
  :type undo: bool
200
200
  """
201
201
 
@@ -203,7 +203,7 @@ def edited_clear(
203
203
 
204
204
  def hair_dynamics_preset_add(
205
205
  override_context: typing.Union[dict, bpy.types.Context] = None,
206
- execution_context: typing.Union[str, int] = None,
206
+ execution_context: str = None,
207
207
  undo: bool = None,
208
208
  name: typing.Union[str, typing.Any] = "",
209
209
  remove_name: typing.Union[bool, typing.Any] = False,
@@ -212,7 +212,7 @@ def hair_dynamics_preset_add(
212
212
  """Add or remove a Hair Dynamics Preset
213
213
 
214
214
  :type override_context: typing.Union[dict, bpy.types.Context]
215
- :type execution_context: typing.Union[str, int]
215
+ :type execution_context: str
216
216
  :type undo: bool
217
217
  :param name: Name, Name of the preset, used to make the path name
218
218
  :type name: typing.Union[str, typing.Any]
@@ -226,14 +226,14 @@ def hair_dynamics_preset_add(
226
226
 
227
227
  def hide(
228
228
  override_context: typing.Union[dict, bpy.types.Context] = None,
229
- execution_context: typing.Union[str, int] = None,
229
+ execution_context: str = None,
230
230
  undo: bool = None,
231
231
  unselected: typing.Union[bool, typing.Any] = False,
232
232
  ):
233
233
  """Hide selected particles
234
234
 
235
235
  :type override_context: typing.Union[dict, bpy.types.Context]
236
- :type execution_context: typing.Union[str, int]
236
+ :type execution_context: str
237
237
  :type undo: bool
238
238
  :param unselected: Unselected, Hide unselected rather than selected
239
239
  :type unselected: typing.Union[bool, typing.Any]
@@ -243,13 +243,13 @@ def hide(
243
243
 
244
244
  def mirror(
245
245
  override_context: typing.Union[dict, bpy.types.Context] = None,
246
- execution_context: typing.Union[str, int] = None,
246
+ execution_context: str = None,
247
247
  undo: bool = None,
248
248
  ):
249
249
  """Duplicate and mirror the selected particles along the local X axis
250
250
 
251
251
  :type override_context: typing.Union[dict, bpy.types.Context]
252
- :type execution_context: typing.Union[str, int]
252
+ :type execution_context: str
253
253
  :type undo: bool
254
254
  """
255
255
 
@@ -257,13 +257,13 @@ def mirror(
257
257
 
258
258
  def new(
259
259
  override_context: typing.Union[dict, bpy.types.Context] = None,
260
- execution_context: typing.Union[str, int] = None,
260
+ execution_context: str = None,
261
261
  undo: bool = None,
262
262
  ):
263
263
  """Add new particle settings
264
264
 
265
265
  :type override_context: typing.Union[dict, bpy.types.Context]
266
- :type execution_context: typing.Union[str, int]
266
+ :type execution_context: str
267
267
  :type undo: bool
268
268
  """
269
269
 
@@ -271,13 +271,13 @@ def new(
271
271
 
272
272
  def new_target(
273
273
  override_context: typing.Union[dict, bpy.types.Context] = None,
274
- execution_context: typing.Union[str, int] = None,
274
+ execution_context: str = None,
275
275
  undo: bool = None,
276
276
  ):
277
277
  """Add a new particle target
278
278
 
279
279
  :type override_context: typing.Union[dict, bpy.types.Context]
280
- :type execution_context: typing.Union[str, int]
280
+ :type execution_context: str
281
281
  :type undo: bool
282
282
  """
283
283
 
@@ -285,13 +285,13 @@ def new_target(
285
285
 
286
286
  def particle_edit_toggle(
287
287
  override_context: typing.Union[dict, bpy.types.Context] = None,
288
- execution_context: typing.Union[str, int] = None,
288
+ execution_context: str = None,
289
289
  undo: bool = None,
290
290
  ):
291
291
  """Toggle particle edit mode
292
292
 
293
293
  :type override_context: typing.Union[dict, bpy.types.Context]
294
- :type execution_context: typing.Union[str, int]
294
+ :type execution_context: str
295
295
  :type undo: bool
296
296
  """
297
297
 
@@ -299,14 +299,14 @@ def particle_edit_toggle(
299
299
 
300
300
  def rekey(
301
301
  override_context: typing.Union[dict, bpy.types.Context] = None,
302
- execution_context: typing.Union[str, int] = None,
302
+ execution_context: str = None,
303
303
  undo: bool = None,
304
304
  keys_number: typing.Any = 2,
305
305
  ):
306
306
  """Change the number of keys of selected particles (root and tip keys included)
307
307
 
308
308
  :type override_context: typing.Union[dict, bpy.types.Context]
309
- :type execution_context: typing.Union[str, int]
309
+ :type execution_context: str
310
310
  :type undo: bool
311
311
  :param keys_number: Number of Keys
312
312
  :type keys_number: typing.Any
@@ -316,14 +316,14 @@ def rekey(
316
316
 
317
317
  def remove_doubles(
318
318
  override_context: typing.Union[dict, bpy.types.Context] = None,
319
- execution_context: typing.Union[str, int] = None,
319
+ execution_context: str = None,
320
320
  undo: bool = None,
321
321
  threshold: typing.Any = 0.0002,
322
322
  ):
323
323
  """Remove selected particles close enough of others
324
324
 
325
325
  :type override_context: typing.Union[dict, bpy.types.Context]
326
- :type execution_context: typing.Union[str, int]
326
+ :type execution_context: str
327
327
  :type undo: bool
328
328
  :param threshold: Merge Distance, Threshold distance within which particles are removed
329
329
  :type threshold: typing.Any
@@ -333,14 +333,14 @@ def remove_doubles(
333
333
 
334
334
  def reveal(
335
335
  override_context: typing.Union[dict, bpy.types.Context] = None,
336
- execution_context: typing.Union[str, int] = None,
336
+ execution_context: str = None,
337
337
  undo: bool = None,
338
338
  select: typing.Union[bool, typing.Any] = True,
339
339
  ):
340
340
  """Show hidden particles
341
341
 
342
342
  :type override_context: typing.Union[dict, bpy.types.Context]
343
- :type execution_context: typing.Union[str, int]
343
+ :type execution_context: str
344
344
  :type undo: bool
345
345
  :param select: Select
346
346
  :type select: typing.Union[bool, typing.Any]
@@ -350,14 +350,14 @@ def reveal(
350
350
 
351
351
  def select_all(
352
352
  override_context: typing.Union[dict, bpy.types.Context] = None,
353
- execution_context: typing.Union[str, int] = None,
353
+ execution_context: str = None,
354
354
  undo: bool = None,
355
355
  action: typing.Any = "TOGGLE",
356
356
  ):
357
357
  """(De)select all particles' keys
358
358
 
359
359
  :type override_context: typing.Union[dict, bpy.types.Context]
360
- :type execution_context: typing.Union[str, int]
360
+ :type execution_context: str
361
361
  :type undo: bool
362
362
  :param action: Action, Selection action to execute
363
363
 
@@ -379,13 +379,13 @@ def select_all(
379
379
 
380
380
  def select_less(
381
381
  override_context: typing.Union[dict, bpy.types.Context] = None,
382
- execution_context: typing.Union[str, int] = None,
382
+ execution_context: str = None,
383
383
  undo: bool = None,
384
384
  ):
385
385
  """Deselect boundary selected keys of each particle
386
386
 
387
387
  :type override_context: typing.Union[dict, bpy.types.Context]
388
- :type execution_context: typing.Union[str, int]
388
+ :type execution_context: str
389
389
  :type undo: bool
390
390
  """
391
391
 
@@ -393,13 +393,13 @@ def select_less(
393
393
 
394
394
  def select_linked(
395
395
  override_context: typing.Union[dict, bpy.types.Context] = None,
396
- execution_context: typing.Union[str, int] = None,
396
+ execution_context: str = None,
397
397
  undo: bool = None,
398
398
  ):
399
399
  """Select all keys linked to already selected ones
400
400
 
401
401
  :type override_context: typing.Union[dict, bpy.types.Context]
402
- :type execution_context: typing.Union[str, int]
402
+ :type execution_context: str
403
403
  :type undo: bool
404
404
  """
405
405
 
@@ -407,7 +407,7 @@ def select_linked(
407
407
 
408
408
  def select_linked_pick(
409
409
  override_context: typing.Union[dict, bpy.types.Context] = None,
410
- execution_context: typing.Union[str, int] = None,
410
+ execution_context: str = None,
411
411
  undo: bool = None,
412
412
  deselect: typing.Union[bool, typing.Any] = False,
413
413
  location: typing.Any = (0, 0),
@@ -415,7 +415,7 @@ def select_linked_pick(
415
415
  """Select nearest particle from mouse pointer
416
416
 
417
417
  :type override_context: typing.Union[dict, bpy.types.Context]
418
- :type execution_context: typing.Union[str, int]
418
+ :type execution_context: str
419
419
  :type undo: bool
420
420
  :param deselect: Deselect, Deselect linked keys rather than selecting them
421
421
  :type deselect: typing.Union[bool, typing.Any]
@@ -427,13 +427,13 @@ def select_linked_pick(
427
427
 
428
428
  def select_more(
429
429
  override_context: typing.Union[dict, bpy.types.Context] = None,
430
- execution_context: typing.Union[str, int] = None,
430
+ execution_context: str = None,
431
431
  undo: bool = None,
432
432
  ):
433
433
  """Select keys linked to boundary selected keys of each particle
434
434
 
435
435
  :type override_context: typing.Union[dict, bpy.types.Context]
436
- :type execution_context: typing.Union[str, int]
436
+ :type execution_context: str
437
437
  :type undo: bool
438
438
  """
439
439
 
@@ -441,7 +441,7 @@ def select_more(
441
441
 
442
442
  def select_random(
443
443
  override_context: typing.Union[dict, bpy.types.Context] = None,
444
- execution_context: typing.Union[str, int] = None,
444
+ execution_context: str = None,
445
445
  undo: bool = None,
446
446
  ratio: typing.Any = 0.5,
447
447
  seed: typing.Any = 0,
@@ -451,7 +451,7 @@ def select_random(
451
451
  """Select a randomly distributed set of hair or points
452
452
 
453
453
  :type override_context: typing.Union[dict, bpy.types.Context]
454
- :type execution_context: typing.Union[str, int]
454
+ :type execution_context: str
455
455
  :type undo: bool
456
456
  :param ratio: Ratio, Portion of items to select randomly
457
457
  :type ratio: typing.Any
@@ -473,14 +473,14 @@ def select_random(
473
473
 
474
474
  def select_roots(
475
475
  override_context: typing.Union[dict, bpy.types.Context] = None,
476
- execution_context: typing.Union[str, int] = None,
476
+ execution_context: str = None,
477
477
  undo: bool = None,
478
478
  action: typing.Any = "SELECT",
479
479
  ):
480
480
  """Select roots of all visible particles
481
481
 
482
482
  :type override_context: typing.Union[dict, bpy.types.Context]
483
- :type execution_context: typing.Union[str, int]
483
+ :type execution_context: str
484
484
  :type undo: bool
485
485
  :param action: Action, Selection action to execute
486
486
 
@@ -502,14 +502,14 @@ def select_roots(
502
502
 
503
503
  def select_tips(
504
504
  override_context: typing.Union[dict, bpy.types.Context] = None,
505
- execution_context: typing.Union[str, int] = None,
505
+ execution_context: str = None,
506
506
  undo: bool = None,
507
507
  action: typing.Any = "SELECT",
508
508
  ):
509
509
  """Select tips of all visible particles
510
510
 
511
511
  :type override_context: typing.Union[dict, bpy.types.Context]
512
- :type execution_context: typing.Union[str, int]
512
+ :type execution_context: str
513
513
  :type undo: bool
514
514
  :param action: Action, Selection action to execute
515
515
 
@@ -531,13 +531,13 @@ def select_tips(
531
531
 
532
532
  def shape_cut(
533
533
  override_context: typing.Union[dict, bpy.types.Context] = None,
534
- execution_context: typing.Union[str, int] = None,
534
+ execution_context: str = None,
535
535
  undo: bool = None,
536
536
  ):
537
537
  """Cut hair to conform to the set shape object
538
538
 
539
539
  :type override_context: typing.Union[dict, bpy.types.Context]
540
- :type execution_context: typing.Union[str, int]
540
+ :type execution_context: str
541
541
  :type undo: bool
542
542
  """
543
543
 
@@ -545,13 +545,13 @@ def shape_cut(
545
545
 
546
546
  def subdivide(
547
547
  override_context: typing.Union[dict, bpy.types.Context] = None,
548
- execution_context: typing.Union[str, int] = None,
548
+ execution_context: str = None,
549
549
  undo: bool = None,
550
550
  ):
551
551
  """Subdivide selected particles segments (adds keys)
552
552
 
553
553
  :type override_context: typing.Union[dict, bpy.types.Context]
554
- :type execution_context: typing.Union[str, int]
554
+ :type execution_context: str
555
555
  :type undo: bool
556
556
  """
557
557
 
@@ -559,13 +559,13 @@ def subdivide(
559
559
 
560
560
  def target_move_down(
561
561
  override_context: typing.Union[dict, bpy.types.Context] = None,
562
- execution_context: typing.Union[str, int] = None,
562
+ execution_context: str = None,
563
563
  undo: bool = None,
564
564
  ):
565
565
  """Move particle target down in the list
566
566
 
567
567
  :type override_context: typing.Union[dict, bpy.types.Context]
568
- :type execution_context: typing.Union[str, int]
568
+ :type execution_context: str
569
569
  :type undo: bool
570
570
  """
571
571
 
@@ -573,13 +573,13 @@ def target_move_down(
573
573
 
574
574
  def target_move_up(
575
575
  override_context: typing.Union[dict, bpy.types.Context] = None,
576
- execution_context: typing.Union[str, int] = None,
576
+ execution_context: str = None,
577
577
  undo: bool = None,
578
578
  ):
579
579
  """Move particle target up in the list
580
580
 
581
581
  :type override_context: typing.Union[dict, bpy.types.Context]
582
- :type execution_context: typing.Union[str, int]
582
+ :type execution_context: str
583
583
  :type undo: bool
584
584
  """
585
585
 
@@ -587,13 +587,13 @@ def target_move_up(
587
587
 
588
588
  def target_remove(
589
589
  override_context: typing.Union[dict, bpy.types.Context] = None,
590
- execution_context: typing.Union[str, int] = None,
590
+ execution_context: str = None,
591
591
  undo: bool = None,
592
592
  ):
593
593
  """Remove the selected particle target
594
594
 
595
595
  :type override_context: typing.Union[dict, bpy.types.Context]
596
- :type execution_context: typing.Union[str, int]
596
+ :type execution_context: str
597
597
  :type undo: bool
598
598
  """
599
599
 
@@ -601,13 +601,13 @@ def target_remove(
601
601
 
602
602
  def unify_length(
603
603
  override_context: typing.Union[dict, bpy.types.Context] = None,
604
- execution_context: typing.Union[str, int] = None,
604
+ execution_context: str = None,
605
605
  undo: bool = None,
606
606
  ):
607
607
  """Make selected hair the same length
608
608
 
609
609
  :type override_context: typing.Union[dict, bpy.types.Context]
610
- :type execution_context: typing.Union[str, int]
610
+ :type execution_context: str
611
611
  :type undo: bool
612
612
  """
613
613
 
@@ -615,14 +615,14 @@ def unify_length(
615
615
 
616
616
  def weight_set(
617
617
  override_context: typing.Union[dict, bpy.types.Context] = None,
618
- execution_context: typing.Union[str, int] = None,
618
+ execution_context: str = None,
619
619
  undo: bool = None,
620
620
  factor: typing.Any = 1.0,
621
621
  ):
622
622
  """Set the weight of selected keys
623
623
 
624
624
  :type override_context: typing.Union[dict, bpy.types.Context]
625
- :type execution_context: typing.Union[str, int]
625
+ :type execution_context: str
626
626
  :type undo: bool
627
627
  :param factor: Factor, Interpolation factor between current brush weight, and keys' weights
628
628
  :type factor: typing.Any