fake-bpy-module 20240411__py3-none-any.whl → 20240418__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 (145) hide show
  1. _bpy_internal/__init__.pyi +4 -0
  2. _bpy_internal/freedesktop/__init__.pyi +88 -0
  3. _bpy_internal/freedesktop/py.typed +0 -0
  4. _bpy_internal/py.typed +0 -0
  5. aud/__init__.pyi +121 -48
  6. bgl/__init__.pyi +2443 -1265
  7. bl_math/__init__.pyi +19 -3
  8. bl_operators/presets/__init__.pyi +7 -0
  9. bl_ui/node_add_menu/__init__.pyi +1 -1
  10. bl_ui/properties_data_lightprobe/__init__.pyi +1134 -0
  11. bl_ui/properties_physics_dynamicpaint/__init__.pyi +3 -0
  12. bl_ui/properties_physics_fluid/__init__.pyi +3 -0
  13. bl_ui/space_toolsystem_toolbar/__init__.pyi +17 -0
  14. bl_ui/space_userpref/__init__.pyi +13 -4
  15. bl_ui/space_view3d/__init__.pyi +190 -0
  16. blf/__init__.pyi +63 -13
  17. bmesh/__init__.pyi +13 -0
  18. bmesh/geometry/__init__.pyi +5 -0
  19. bmesh/ops/__init__.pyi +157 -68
  20. bmesh/types/__init__.pyi +109 -62
  21. bmesh/utils/__init__.pyi +11 -2
  22. bpy/__init__.pyi +7 -0
  23. bpy/app/__init__.pyi +13 -0
  24. bpy/app/handlers/__init__.pyi +41 -0
  25. bpy/app/icons/__init__.pyi +4 -2
  26. bpy/app/timers/__init__.pyi +38 -2
  27. bpy/app/translations/__init__.pyi +59 -1
  28. bpy/msgbus/__init__.pyi +46 -0
  29. bpy/ops/__init__.pyi +151 -0
  30. bpy/ops/action/__init__.pyi +76 -76
  31. bpy/ops/anim/__init__.pyi +104 -104
  32. bpy/ops/armature/__init__.pyi +96 -96
  33. bpy/ops/asset/__init__.pyi +32 -32
  34. bpy/ops/boid/__init__.pyi +16 -16
  35. bpy/ops/brush/__init__.pyi +18 -18
  36. bpy/ops/buttons/__init__.pyi +12 -12
  37. bpy/ops/cachefile/__init__.pyi +10 -10
  38. bpy/ops/camera/__init__.pyi +4 -4
  39. bpy/ops/clip/__init__.pyi +184 -184
  40. bpy/ops/cloth/__init__.pyi +2 -2
  41. bpy/ops/collection/__init__.pyi +18 -18
  42. bpy/ops/console/__init__.pyi +42 -42
  43. bpy/ops/constraint/__init__.pyi +36 -36
  44. bpy/ops/curve/__init__.pyi +102 -102
  45. bpy/ops/curves/__init__.pyi +132 -50
  46. bpy/ops/cycles/__init__.pyi +6 -6
  47. bpy/ops/dpaint/__init__.pyi +10 -10
  48. bpy/ops/ed/__init__.pyi +24 -24
  49. bpy/ops/export_anim/__init__.pyi +2 -2
  50. bpy/ops/export_mesh/__init__.pyi +2 -2
  51. bpy/ops/export_scene/__init__.pyi +11 -8
  52. bpy/ops/file/__init__.pyi +80 -80
  53. bpy/ops/fluid/__init__.pyi +28 -28
  54. bpy/ops/font/__init__.pyi +46 -46
  55. bpy/ops/geometry/__init__.pyi +20 -20
  56. bpy/ops/gizmogroup/__init__.pyi +4 -4
  57. bpy/ops/gpencil/__init__.pyi +300 -300
  58. bpy/ops/graph/__init__.pyi +130 -130
  59. bpy/ops/grease_pencil/__init__.pyi +139 -110
  60. bpy/ops/image/__init__.pyi +92 -92
  61. bpy/ops/import_anim/__init__.pyi +2 -2
  62. bpy/ops/import_curve/__init__.pyi +2 -2
  63. bpy/ops/import_mesh/__init__.pyi +2 -2
  64. bpy/ops/import_scene/__init__.pyi +6 -6
  65. bpy/ops/info/__init__.pyi +14 -14
  66. bpy/ops/lattice/__init__.pyi +16 -16
  67. bpy/ops/marker/__init__.pyi +22 -22
  68. bpy/ops/mask/__init__.pyi +78 -78
  69. bpy/ops/material/__init__.pyi +6 -6
  70. bpy/ops/mball/__init__.pyi +16 -16
  71. bpy/ops/mesh/__init__.pyi +327 -327
  72. bpy/ops/nla/__init__.pyi +80 -80
  73. bpy/ops/node/__init__.pyi +203 -203
  74. bpy/ops/object/__init__.pyi +496 -508
  75. bpy/ops/outliner/__init__.pyi +139 -139
  76. bpy/ops/paint/__init__.pyi +104 -104
  77. bpy/ops/paintcurve/__init__.pyi +16 -16
  78. bpy/ops/palette/__init__.pyi +14 -14
  79. bpy/ops/particle/__init__.pyi +72 -72
  80. bpy/ops/pose/__init__.pyi +78 -78
  81. bpy/ops/poselib/__init__.pyi +18 -18
  82. bpy/ops/preferences/__init__.pyi +77 -77
  83. bpy/ops/ptcache/__init__.pyi +14 -14
  84. bpy/ops/render/__init__.pyi +24 -24
  85. bpy/ops/rigidbody/__init__.pyi +26 -26
  86. bpy/ops/scene/__init__.pyi +78 -78
  87. bpy/ops/screen/__init__.pyi +78 -78
  88. bpy/ops/script/__init__.pyi +6 -6
  89. bpy/ops/sculpt/__init__.pyi +68 -62
  90. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  91. bpy/ops/sequencer/__init__.pyi +170 -170
  92. bpy/ops/sound/__init__.pyi +14 -14
  93. bpy/ops/spreadsheet/__init__.pyi +8 -8
  94. bpy/ops/surface/__init__.pyi +12 -12
  95. bpy/ops/text/__init__.pyi +86 -86
  96. bpy/ops/text_editor/__init__.pyi +2 -2
  97. bpy/ops/texture/__init__.pyi +8 -8
  98. bpy/ops/transform/__init__.pyi +54 -54
  99. bpy/ops/ui/__init__.pyi +64 -64
  100. bpy/ops/uilist/__init__.pyi +6 -6
  101. bpy/ops/uv/__init__.pyi +98 -98
  102. bpy/ops/view2d/__init__.pyi +28 -28
  103. bpy/ops/view3d/__init__.pyi +134 -134
  104. bpy/ops/wm/__init__.pyi +225 -225
  105. bpy/ops/workspace/__init__.pyi +14 -14
  106. bpy/ops/world/__init__.pyi +2 -2
  107. bpy/path/__init__.pyi +6 -0
  108. bpy/props/__init__.pyi +141 -29
  109. bpy/types/__init__.pyi +101773 -5222
  110. bpy/utils/__init__.pyi +18 -3
  111. bpy/utils/previews/__init__.pyi +15 -0
  112. bpy/utils/units/__init__.pyi +11 -3
  113. bpy_extras/__init__.pyi +19 -0
  114. bpy_extras/asset_utils/__init__.pyi +5 -0
  115. {fake_bpy_module-20240411.dist-info → fake_bpy_module-20240418.dist-info}/METADATA +1 -1
  116. {fake_bpy_module-20240411.dist-info → fake_bpy_module-20240418.dist-info}/RECORD +145 -141
  117. {fake_bpy_module-20240411.dist-info → fake_bpy_module-20240418.dist-info}/top_level.txt +1 -0
  118. freestyle/__init__.pyi +18 -0
  119. freestyle/chainingiterators/__init__.pyi +20 -5
  120. freestyle/functions/__init__.pyi +151 -155
  121. freestyle/predicates/__init__.pyi +53 -46
  122. freestyle/shaders/__init__.pyi +91 -32
  123. freestyle/types/__init__.pyi +362 -120
  124. freestyle/utils/ContextFunctions/__init__.pyi +32 -7
  125. freestyle/utils/__init__.pyi +13 -1
  126. gpu/__init__.pyi +225 -0
  127. gpu/capabilities/__init__.pyi +37 -15
  128. gpu/matrix/__init__.pyi +7 -1
  129. gpu/platform/__init__.pyi +5 -0
  130. gpu/select/__init__.pyi +5 -0
  131. gpu/shader/__init__.pyi +77 -0
  132. gpu/state/__init__.pyi +15 -4
  133. gpu/texture/__init__.pyi +5 -0
  134. gpu/types/__init__.pyi +91 -33
  135. gpu_extras/__init__.pyi +15 -0
  136. gpu_extras/presets/__init__.pyi +16 -4
  137. imbuf/__init__.pyi +13 -0
  138. imbuf/types/__init__.pyi +20 -5
  139. mathutils/__init__.pyi +349 -227
  140. mathutils/bvhtree/__init__.pyi +21 -8
  141. mathutils/geometry/__init__.pyi +23 -9
  142. mathutils/interpolate/__init__.pyi +5 -0
  143. mathutils/kdtree/__init__.pyi +19 -5
  144. mathutils/noise/__init__.pyi +87 -41
  145. {fake_bpy_module-20240411.dist-info → fake_bpy_module-20240418.dist-info}/WHEEL +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: str = None,
8
+ execution_context: typing.Union[str, int] = 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: str
15
+ :type execution_context: typing.Union[str, int]
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: str = None,
25
+ execution_context: typing.Union[str, int] = 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: str
32
+ :type execution_context: typing.Union[str, int]
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: str = None,
42
+ execution_context: typing.Union[str, int] = 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: str
51
+ :type execution_context: typing.Union[str, int]
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: str = None,
71
+ execution_context: typing.Union[str, int] = 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: str
78
+ :type execution_context: typing.Union[str, int]
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: str = None,
88
+ execution_context: typing.Union[str, int] = 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: str
95
+ :type execution_context: typing.Union[str, int]
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: str = None,
105
+ execution_context: typing.Union[str, int] = 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: str
112
+ :type execution_context: typing.Union[str, int]
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: str = None,
122
+ execution_context: typing.Union[str, int] = 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: str
128
+ :type execution_context: typing.Union[str, int]
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: str = None,
136
+ execution_context: typing.Union[str, int] = 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: str
142
+ :type execution_context: typing.Union[str, int]
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: str = None,
150
+ execution_context: typing.Union[str, int] = 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: str
156
+ :type execution_context: typing.Union[str, int]
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: str = None,
164
+ execution_context: typing.Union[str, int] = 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: str
170
+ :type execution_context: typing.Union[str, int]
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: str = None,
178
+ execution_context: typing.Union[str, int] = 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: str
184
+ :type execution_context: typing.Union[str, int]
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: str = None,
192
+ execution_context: typing.Union[str, int] = 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: str
198
+ :type execution_context: typing.Union[str, int]
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: str = None,
206
+ execution_context: typing.Union[str, int] = 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: str
215
+ :type execution_context: typing.Union[str, int]
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: str = None,
229
+ execution_context: typing.Union[str, int] = 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: str
236
+ :type execution_context: typing.Union[str, int]
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: str = None,
246
+ execution_context: typing.Union[str, int] = 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: str
252
+ :type execution_context: typing.Union[str, int]
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: str = None,
260
+ execution_context: typing.Union[str, int] = 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: str
266
+ :type execution_context: typing.Union[str, int]
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: str = None,
274
+ execution_context: typing.Union[str, int] = 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: str
280
+ :type execution_context: typing.Union[str, int]
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: str = None,
288
+ execution_context: typing.Union[str, int] = 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: str
294
+ :type execution_context: typing.Union[str, int]
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: str = None,
302
+ execution_context: typing.Union[str, int] = 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: str
309
+ :type execution_context: typing.Union[str, int]
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: str = None,
319
+ execution_context: typing.Union[str, int] = 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: str
326
+ :type execution_context: typing.Union[str, int]
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: str = None,
336
+ execution_context: typing.Union[str, int] = 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: str
343
+ :type execution_context: typing.Union[str, int]
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: str = None,
353
+ execution_context: typing.Union[str, int] = 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: str
360
+ :type execution_context: typing.Union[str, int]
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: str = None,
382
+ execution_context: typing.Union[str, int] = 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: str
388
+ :type execution_context: typing.Union[str, int]
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: str = None,
396
+ execution_context: typing.Union[str, int] = 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: str
402
+ :type execution_context: typing.Union[str, int]
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: str = None,
410
+ execution_context: typing.Union[str, int] = 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: str
418
+ :type execution_context: typing.Union[str, int]
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: str = None,
430
+ execution_context: typing.Union[str, int] = 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: str
436
+ :type execution_context: typing.Union[str, int]
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: str = None,
444
+ execution_context: typing.Union[str, int] = 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: str
454
+ :type execution_context: typing.Union[str, int]
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: str = None,
476
+ execution_context: typing.Union[str, int] = 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: str
483
+ :type execution_context: typing.Union[str, int]
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: str = None,
505
+ execution_context: typing.Union[str, int] = 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: str
512
+ :type execution_context: typing.Union[str, int]
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: str = None,
534
+ execution_context: typing.Union[str, int] = 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: str
540
+ :type execution_context: typing.Union[str, int]
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: str = None,
548
+ execution_context: typing.Union[str, int] = 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: str
554
+ :type execution_context: typing.Union[str, int]
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: str = None,
562
+ execution_context: typing.Union[str, int] = 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: str
568
+ :type execution_context: typing.Union[str, int]
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: str = None,
576
+ execution_context: typing.Union[str, int] = 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: str
582
+ :type execution_context: typing.Union[str, int]
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: str = None,
590
+ execution_context: typing.Union[str, int] = 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: str
596
+ :type execution_context: typing.Union[str, int]
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: str = None,
604
+ execution_context: typing.Union[str, int] = 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: str
610
+ :type execution_context: typing.Union[str, int]
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: str = None,
618
+ execution_context: typing.Union[str, int] = 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: str
625
+ :type execution_context: typing.Union[str, int]
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