fake-bpy-module 20240531__py3-none-any.whl → 20240604__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (107) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/space_sequencer/__init__.pyi +14 -0
  4. bl_ui/space_userpref/__init__.pyi +234 -0
  5. bl_ui/space_view3d/__init__.pyi +810 -0
  6. blf/__init__.pyi +4 -4
  7. bmesh/ops/__init__.pyi +97 -82
  8. bmesh/types/__init__.pyi +43 -40
  9. bmesh/utils/__init__.pyi +2 -4
  10. bpy/ops/action/__init__.pyi +152 -152
  11. bpy/ops/anim/__init__.pyi +216 -216
  12. bpy/ops/armature/__init__.pyi +192 -192
  13. bpy/ops/asset/__init__.pyi +64 -64
  14. bpy/ops/boid/__init__.pyi +32 -32
  15. bpy/ops/brush/__init__.pyi +36 -36
  16. bpy/ops/buttons/__init__.pyi +24 -24
  17. bpy/ops/cachefile/__init__.pyi +20 -20
  18. bpy/ops/camera/__init__.pyi +8 -8
  19. bpy/ops/clip/__init__.pyi +368 -368
  20. bpy/ops/cloth/__init__.pyi +4 -4
  21. bpy/ops/collection/__init__.pyi +36 -36
  22. bpy/ops/console/__init__.pyi +84 -84
  23. bpy/ops/constraint/__init__.pyi +72 -72
  24. bpy/ops/curve/__init__.pyi +204 -204
  25. bpy/ops/curves/__init__.pyi +108 -108
  26. bpy/ops/cycles/__init__.pyi +12 -12
  27. bpy/ops/dpaint/__init__.pyi +20 -20
  28. bpy/ops/ed/__init__.pyi +48 -48
  29. bpy/ops/export_anim/__init__.pyi +4 -4
  30. bpy/ops/export_scene/__init__.pyi +8 -8
  31. bpy/ops/extensions/__init__.pyi +130 -110
  32. bpy/ops/file/__init__.pyi +160 -160
  33. bpy/ops/fluid/__init__.pyi +56 -56
  34. bpy/ops/font/__init__.pyi +92 -92
  35. bpy/ops/geometry/__init__.pyi +40 -40
  36. bpy/ops/gizmogroup/__init__.pyi +8 -8
  37. bpy/ops/gpencil/__init__.pyi +600 -600
  38. bpy/ops/graph/__init__.pyi +260 -260
  39. bpy/ops/grease_pencil/__init__.pyi +292 -292
  40. bpy/ops/image/__init__.pyi +192 -192
  41. bpy/ops/import_anim/__init__.pyi +4 -4
  42. bpy/ops/import_curve/__init__.pyi +4 -4
  43. bpy/ops/import_scene/__init__.pyi +8 -8
  44. bpy/ops/info/__init__.pyi +28 -28
  45. bpy/ops/lattice/__init__.pyi +32 -32
  46. bpy/ops/marker/__init__.pyi +44 -44
  47. bpy/ops/mask/__init__.pyi +156 -156
  48. bpy/ops/material/__init__.pyi +12 -12
  49. bpy/ops/mball/__init__.pyi +32 -32
  50. bpy/ops/mesh/__init__.pyi +652 -652
  51. bpy/ops/nla/__init__.pyi +156 -156
  52. bpy/ops/node/__init__.pyi +450 -404
  53. bpy/ops/object/__init__.pyi +984 -987
  54. bpy/ops/outliner/__init__.pyi +284 -284
  55. bpy/ops/paint/__init__.pyi +220 -220
  56. bpy/ops/paintcurve/__init__.pyi +32 -32
  57. bpy/ops/palette/__init__.pyi +28 -28
  58. bpy/ops/particle/__init__.pyi +144 -144
  59. bpy/ops/pose/__init__.pyi +156 -156
  60. bpy/ops/poselib/__init__.pyi +36 -36
  61. bpy/ops/preferences/__init__.pyi +151 -148
  62. bpy/ops/ptcache/__init__.pyi +28 -28
  63. bpy/ops/render/__init__.pyi +48 -48
  64. bpy/ops/rigidbody/__init__.pyi +52 -52
  65. bpy/ops/scene/__init__.pyi +156 -156
  66. bpy/ops/screen/__init__.pyi +156 -156
  67. bpy/ops/script/__init__.pyi +12 -12
  68. bpy/ops/sculpt/__init__.pyi +144 -144
  69. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  70. bpy/ops/sequencer/__init__.pyi +364 -340
  71. bpy/ops/sound/__init__.pyi +28 -28
  72. bpy/ops/spreadsheet/__init__.pyi +16 -16
  73. bpy/ops/surface/__init__.pyi +24 -24
  74. bpy/ops/text/__init__.pyi +172 -172
  75. bpy/ops/text_editor/__init__.pyi +4 -4
  76. bpy/ops/texture/__init__.pyi +16 -16
  77. bpy/ops/transform/__init__.pyi +111 -108
  78. bpy/ops/ui/__init__.pyi +132 -132
  79. bpy/ops/uilist/__init__.pyi +12 -12
  80. bpy/ops/uv/__init__.pyi +196 -196
  81. bpy/ops/view2d/__init__.pyi +56 -56
  82. bpy/ops/view3d/__init__.pyi +268 -268
  83. bpy/ops/wm/__init__.pyi +475 -448
  84. bpy/ops/workspace/__init__.pyi +28 -28
  85. bpy/ops/world/__init__.pyi +8 -8
  86. bpy/path/__init__.pyi +18 -18
  87. bpy/props/__init__.pyi +11 -11
  88. bpy/types/__init__.pyi +2136 -1798
  89. bpy/utils/__init__.pyi +4 -4
  90. bpy_extras/anim_utils/__init__.pyi +4 -4
  91. bpy_extras/io_utils/__init__.pyi +4 -4
  92. bpy_extras/mesh_utils/__init__.pyi +4 -4
  93. bpy_extras/view3d_utils/__init__.pyi +24 -20
  94. bpy_types/__init__.pyi +12 -7
  95. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
  96. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
  97. freestyle/types/__init__.pyi +64 -64
  98. freestyle/utils/__init__.pyi +2 -2
  99. gpu/matrix/__init__.pyi +15 -6
  100. gpu/state/__init__.pyi +2 -2
  101. gpu/types/__init__.pyi +6 -4
  102. gpu_extras/presets/__init__.pyi +8 -4
  103. imbuf/__init__.pyi +4 -4
  104. mathutils/__init__.pyi +292 -187
  105. mathutils/geometry/__init__.pyi +2 -5
  106. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
  107. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
@@ -7,22 +7,22 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def align(
10
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
11
- execution_context: str | int | None = None,
10
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
11
+ execution_context: int | str | None = None,
12
12
  undo: bool | None = None,
13
13
  ):
14
14
  """Align selected bones to the active bone (or to their parent)
15
15
 
16
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
17
- :type execution_context: str | int | None
16
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
17
+ :type execution_context: int | str | None
18
18
  :type undo: bool | None
19
19
  """
20
20
 
21
21
  ...
22
22
 
23
23
  def assign_to_collection(
24
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
25
- execution_context: str | int | None = None,
24
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
25
+ execution_context: int | str | None = None,
26
26
  undo: bool | None = None,
27
27
  *,
28
28
  collection_index: typing.Any | None = -1,
@@ -30,8 +30,8 @@ def assign_to_collection(
30
30
  ):
31
31
  """Assign all selected bones to a collection, or unassign them, depending on whether the active bone is already assigned or not
32
32
 
33
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
34
- :type execution_context: str | int | None
33
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
34
+ :type execution_context: int | str | None
35
35
  :type undo: bool | None
36
36
  :param collection_index: Collection Index, Index of the collection to assign selected bones to. When the operator should create a new bone collection, use new_collection_name to define the collection name, and set this parameter to the parent index of the new bone collection
37
37
  :type collection_index: typing.Any | None
@@ -42,16 +42,16 @@ def assign_to_collection(
42
42
  ...
43
43
 
44
44
  def autoside_names(
45
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
46
- execution_context: str | int | None = None,
45
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
46
+ execution_context: int | str | None = None,
47
47
  undo: bool | None = None,
48
48
  *,
49
49
  type: str | None = "XAXIS",
50
50
  ):
51
51
  """Automatically renames the selected bones according to which side of the target axis they fall on
52
52
 
53
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
54
- :type execution_context: str | int | None
53
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
54
+ :type execution_context: int | str | None
55
55
  :type undo: bool | None
56
56
  :param type: Axis, Axis to tag names with
57
57
 
@@ -69,16 +69,16 @@ def autoside_names(
69
69
  ...
70
70
 
71
71
  def bone_primitive_add(
72
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
73
- execution_context: str | int | None = None,
72
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
73
+ execution_context: int | str | None = None,
74
74
  undo: bool | None = None,
75
75
  *,
76
76
  name: str | typing.Any = "",
77
77
  ):
78
78
  """Add a new bone located at the 3D cursor
79
79
 
80
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
81
- :type execution_context: str | int | None
80
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
81
+ :type execution_context: int | str | None
82
82
  :type undo: bool | None
83
83
  :param name: Name, Name of the newly created bone
84
84
  :type name: str | typing.Any
@@ -87,8 +87,8 @@ def bone_primitive_add(
87
87
  ...
88
88
 
89
89
  def calculate_roll(
90
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
91
- execution_context: str | int | None = None,
90
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
91
+ execution_context: int | str | None = None,
92
92
  undo: bool | None = None,
93
93
  *,
94
94
  type: str | None = "POS_X",
@@ -97,8 +97,8 @@ def calculate_roll(
97
97
  ):
98
98
  """Automatically fix alignment of select bones' axes
99
99
 
100
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
101
- :type execution_context: str | int | None
100
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
101
+ :type execution_context: int | str | None
102
102
  :type undo: bool | None
103
103
  :param type: Type
104
104
  :type type: str | None
@@ -111,44 +111,44 @@ def calculate_roll(
111
111
  ...
112
112
 
113
113
  def click_extrude(
114
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
115
- execution_context: str | int | None = None,
114
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
115
+ execution_context: int | str | None = None,
116
116
  undo: bool | None = None,
117
117
  ):
118
118
  """Create a new bone going from the last selected joint to the mouse position
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
  """
124
124
 
125
125
  ...
126
126
 
127
127
  def collection_add(
128
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
129
- execution_context: str | int | None = None,
128
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
129
+ execution_context: int | str | None = None,
130
130
  undo: bool | None = None,
131
131
  ):
132
132
  """Add a new bone collection
133
133
 
134
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
135
- :type execution_context: str | int | None
134
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
135
+ :type execution_context: int | str | None
136
136
  :type undo: bool | None
137
137
  """
138
138
 
139
139
  ...
140
140
 
141
141
  def collection_assign(
142
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
143
- execution_context: str | int | None = None,
142
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
143
+ execution_context: int | str | None = None,
144
144
  undo: bool | None = None,
145
145
  *,
146
146
  name: str | typing.Any = "",
147
147
  ):
148
148
  """Add selected bones to the chosen bone collection
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
  :param name: Bone Collection, Name of the bone collection to assign this bone to; empty to assign to the active bone collection
154
154
  :type name: str | typing.Any
@@ -157,16 +157,16 @@ def collection_assign(
157
157
  ...
158
158
 
159
159
  def collection_create_and_assign(
160
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
161
- execution_context: str | int | None = None,
160
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
161
+ execution_context: int | str | None = None,
162
162
  undo: bool | None = None,
163
163
  *,
164
164
  name: str | typing.Any = "",
165
165
  ):
166
166
  """Create a new bone collection and assign all selected bones
167
167
 
168
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
169
- :type execution_context: str | int | None
168
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
169
+ :type execution_context: int | str | None
170
170
  :type undo: bool | None
171
171
  :param name: Bone Collection, Name of the bone collection to create
172
172
  :type name: str | typing.Any
@@ -175,30 +175,30 @@ def collection_create_and_assign(
175
175
  ...
176
176
 
177
177
  def collection_deselect(
178
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
179
- execution_context: str | int | None = None,
178
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
179
+ execution_context: int | str | None = None,
180
180
  undo: bool | None = None,
181
181
  ):
182
182
  """Deselect bones of active Bone Collection
183
183
 
184
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
185
- :type execution_context: str | int | None
184
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
185
+ :type execution_context: int | str | None
186
186
  :type undo: bool | None
187
187
  """
188
188
 
189
189
  ...
190
190
 
191
191
  def collection_move(
192
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
193
- execution_context: str | int | None = None,
192
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
193
+ execution_context: int | str | None = None,
194
194
  undo: bool | None = None,
195
195
  *,
196
196
  direction: str | None = "UP",
197
197
  ):
198
198
  """Change position of active Bone Collection in list of Bone collections
199
199
 
200
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
201
- :type execution_context: str | int | None
200
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
201
+ :type execution_context: int | str | None
202
202
  :type undo: bool | None
203
203
  :param direction: Direction, Direction to move the active Bone Collection towards
204
204
  :type direction: str | None
@@ -207,72 +207,72 @@ def collection_move(
207
207
  ...
208
208
 
209
209
  def collection_remove(
210
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
211
- execution_context: str | int | None = None,
210
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
211
+ execution_context: int | str | None = None,
212
212
  undo: bool | None = None,
213
213
  ):
214
214
  """Remove the active bone collection
215
215
 
216
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
217
- :type execution_context: str | int | None
216
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
217
+ :type execution_context: int | str | None
218
218
  :type undo: bool | None
219
219
  """
220
220
 
221
221
  ...
222
222
 
223
223
  def collection_remove_unused(
224
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
225
- execution_context: str | int | None = None,
224
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
225
+ execution_context: int | str | None = None,
226
226
  undo: bool | None = None,
227
227
  ):
228
228
  """Remove all bone collections that have neither bones nor children. This is done recursively, so bone collections that only have unused children are also removed
229
229
 
230
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
231
- :type execution_context: str | int | None
230
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
231
+ :type execution_context: int | str | None
232
232
  :type undo: bool | None
233
233
  """
234
234
 
235
235
  ...
236
236
 
237
237
  def collection_select(
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
  """Select bones in active Bone Collection
243
243
 
244
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
245
- :type execution_context: str | int | None
244
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
245
+ :type execution_context: int | str | None
246
246
  :type undo: bool | None
247
247
  """
248
248
 
249
249
  ...
250
250
 
251
251
  def collection_show_all(
252
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
253
- execution_context: str | int | None = None,
252
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
253
+ execution_context: int | str | None = None,
254
254
  undo: bool | None = None,
255
255
  ):
256
256
  """Show all bone collections
257
257
 
258
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
259
- :type execution_context: str | int | None
258
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
259
+ :type execution_context: int | str | None
260
260
  :type undo: bool | None
261
261
  """
262
262
 
263
263
  ...
264
264
 
265
265
  def collection_unassign(
266
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
267
- execution_context: str | int | None = None,
266
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
267
+ execution_context: int | str | None = None,
268
268
  undo: bool | None = None,
269
269
  *,
270
270
  name: str | typing.Any = "",
271
271
  ):
272
272
  """Remove selected bones from the active bone collection
273
273
 
274
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
275
- :type execution_context: str | int | None
274
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
275
+ :type execution_context: int | str | None
276
276
  :type undo: bool | None
277
277
  :param name: Bone Collection, Name of the bone collection to unassign this bone from; empty to unassign from the active bone collection
278
278
  :type name: str | typing.Any
@@ -281,8 +281,8 @@ def collection_unassign(
281
281
  ...
282
282
 
283
283
  def collection_unassign_named(
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
  name: str | typing.Any = "",
@@ -290,8 +290,8 @@ def collection_unassign_named(
290
290
  ):
291
291
  """Unassign the named bone from this bone collection
292
292
 
293
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
294
- :type execution_context: str | int | None
293
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
294
+ :type execution_context: int | str | None
295
295
  :type undo: bool | None
296
296
  :param name: Bone Collection, Name of the bone collection to unassign this bone from; empty to unassign from the active bone collection
297
297
  :type name: str | typing.Any
@@ -302,30 +302,30 @@ def collection_unassign_named(
302
302
  ...
303
303
 
304
304
  def collection_unsolo_all(
305
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
306
- execution_context: str | int | None = None,
305
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
306
+ execution_context: int | str | None = None,
307
307
  undo: bool | None = None,
308
308
  ):
309
309
  """Clear the 'solo' setting on all bone collections
310
310
 
311
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
312
- :type execution_context: str | int | None
311
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
312
+ :type execution_context: int | str | None
313
313
  :type undo: bool | None
314
314
  """
315
315
 
316
316
  ...
317
317
 
318
318
  def copy_bone_color_to_selected(
319
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
320
- execution_context: str | int | None = None,
319
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
320
+ execution_context: int | str | None = None,
321
321
  undo: bool | None = None,
322
322
  *,
323
323
  bone_type: str | None = "EDIT",
324
324
  ):
325
325
  """Copy the bone color of the active bone to all selected bones
326
326
 
327
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
328
- :type execution_context: str | int | None
327
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
328
+ :type execution_context: int | str | None
329
329
  :type undo: bool | None
330
330
  :param bone_type: Type
331
331
 
@@ -340,16 +340,16 @@ def copy_bone_color_to_selected(
340
340
  ...
341
341
 
342
342
  def delete(
343
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
344
- execution_context: str | int | None = None,
343
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
344
+ execution_context: int | str | None = None,
345
345
  undo: bool | None = None,
346
346
  *,
347
347
  confirm: bool | typing.Any | None = True,
348
348
  ):
349
349
  """Remove selected bones from the armature
350
350
 
351
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
352
- :type execution_context: str | int | None
351
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
352
+ :type execution_context: int | str | None
353
353
  :type undo: bool | None
354
354
  :param confirm: Confirm, Prompt for confirmation
355
355
  :type confirm: bool | typing.Any | None
@@ -358,30 +358,30 @@ def delete(
358
358
  ...
359
359
 
360
360
  def dissolve(
361
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
362
- execution_context: str | int | None = None,
361
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
362
+ execution_context: int | str | None = None,
363
363
  undo: bool | None = None,
364
364
  ):
365
365
  """Dissolve selected bones from the armature
366
366
 
367
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
368
- :type execution_context: str | int | None
367
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
368
+ :type execution_context: int | str | None
369
369
  :type undo: bool | None
370
370
  """
371
371
 
372
372
  ...
373
373
 
374
374
  def duplicate(
375
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
376
- execution_context: str | int | None = None,
375
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
376
+ execution_context: int | str | None = None,
377
377
  undo: bool | None = None,
378
378
  *,
379
379
  do_flip_names: bool | typing.Any | None = False,
380
380
  ):
381
381
  """Make copies of the selected bones within the same armature
382
382
 
383
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
384
- :type execution_context: str | int | None
383
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
384
+ :type execution_context: int | str | None
385
385
  :type undo: bool | None
386
386
  :param do_flip_names: Flip Names, Try to flip names of the bones, if possible, instead of adding a number extension
387
387
  :type do_flip_names: bool | typing.Any | None
@@ -390,8 +390,8 @@ def duplicate(
390
390
  ...
391
391
 
392
392
  def duplicate_move(
393
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
394
- execution_context: str | int | None = None,
393
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
394
+ execution_context: int | str | None = None,
395
395
  undo: bool | None = None,
396
396
  *,
397
397
  ARMATURE_OT_duplicate: duplicate | None = None,
@@ -399,8 +399,8 @@ def duplicate_move(
399
399
  ):
400
400
  """Make copies of the selected bones within the same armature and move them
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
  :param ARMATURE_OT_duplicate: Duplicate Selected Bone(s), Make copies of the selected bones within the same armature
406
406
  :type ARMATURE_OT_duplicate: duplicate | None
@@ -411,16 +411,16 @@ def duplicate_move(
411
411
  ...
412
412
 
413
413
  def extrude(
414
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
415
- execution_context: str | int | None = None,
414
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
415
+ execution_context: int | str | None = None,
416
416
  undo: bool | None = None,
417
417
  *,
418
418
  forked: bool | typing.Any | None = False,
419
419
  ):
420
420
  """Create new bones from the selected joints
421
421
 
422
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
423
- :type execution_context: str | int | None
422
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
423
+ :type execution_context: int | str | None
424
424
  :type undo: bool | None
425
425
  :param forked: Forked
426
426
  :type forked: bool | typing.Any | None
@@ -429,8 +429,8 @@ def extrude(
429
429
  ...
430
430
 
431
431
  def extrude_forked(
432
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
433
- execution_context: str | int | None = None,
432
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
433
+ execution_context: int | str | None = None,
434
434
  undo: bool | None = None,
435
435
  *,
436
436
  ARMATURE_OT_extrude: extrude | None = None,
@@ -438,8 +438,8 @@ def extrude_forked(
438
438
  ):
439
439
  """Create new bones from the selected joints and move them
440
440
 
441
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
442
- :type execution_context: str | int | None
441
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
442
+ :type execution_context: int | str | None
443
443
  :type undo: bool | None
444
444
  :param ARMATURE_OT_extrude: Extrude, Create new bones from the selected joints
445
445
  :type ARMATURE_OT_extrude: extrude | None
@@ -450,8 +450,8 @@ def extrude_forked(
450
450
  ...
451
451
 
452
452
  def extrude_move(
453
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
454
- execution_context: str | int | None = None,
453
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
454
+ execution_context: int | str | None = None,
455
455
  undo: bool | None = None,
456
456
  *,
457
457
  ARMATURE_OT_extrude: extrude | None = None,
@@ -459,8 +459,8 @@ def extrude_move(
459
459
  ):
460
460
  """Create new bones from the selected joints and move them
461
461
 
462
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
463
- :type execution_context: str | int | None
462
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
463
+ :type execution_context: int | str | None
464
464
  :type undo: bool | None
465
465
  :param ARMATURE_OT_extrude: Extrude, Create new bones from the selected joints
466
466
  :type ARMATURE_OT_extrude: extrude | None
@@ -471,30 +471,30 @@ def extrude_move(
471
471
  ...
472
472
 
473
473
  def fill(
474
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
475
- execution_context: str | int | None = None,
474
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
475
+ execution_context: int | str | None = None,
476
476
  undo: bool | None = None,
477
477
  ):
478
478
  """Add bone between selected joint(s) and/or 3D cursor
479
479
 
480
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
481
- :type execution_context: str | int | None
480
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
481
+ :type execution_context: int | str | None
482
482
  :type undo: bool | None
483
483
  """
484
484
 
485
485
  ...
486
486
 
487
487
  def flip_names(
488
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
489
- execution_context: str | int | None = None,
488
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
489
+ execution_context: int | str | None = None,
490
490
  undo: bool | None = None,
491
491
  *,
492
492
  do_strip_numbers: bool | typing.Any | None = False,
493
493
  ):
494
494
  """Flips (and corrects) the axis suffixes of the names of selected bones
495
495
 
496
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
497
- :type execution_context: str | int | None
496
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
497
+ :type execution_context: int | str | None
498
498
  :type undo: bool | None
499
499
  :param do_strip_numbers: Strip Numbers, Try to remove right-most dot-number from flipped names.Warning: May result in incoherent naming in some cases
500
500
  :type do_strip_numbers: bool | typing.Any | None
@@ -503,16 +503,16 @@ def flip_names(
503
503
  ...
504
504
 
505
505
  def hide(
506
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
507
- execution_context: str | int | None = None,
506
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
507
+ execution_context: int | str | None = None,
508
508
  undo: bool | None = None,
509
509
  *,
510
510
  unselected: bool | typing.Any | None = False,
511
511
  ):
512
512
  """Tag selected bones to not be visible in Edit Mode
513
513
 
514
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
515
- :type execution_context: str | int | None
514
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
515
+ :type execution_context: int | str | None
516
516
  :type undo: bool | None
517
517
  :param unselected: Unselected, Hide unselected rather than selected
518
518
  :type unselected: bool | typing.Any | None
@@ -521,8 +521,8 @@ def hide(
521
521
  ...
522
522
 
523
523
  def move_to_collection(
524
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
525
- execution_context: str | int | None = None,
524
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
525
+ execution_context: int | str | None = None,
526
526
  undo: bool | None = None,
527
527
  *,
528
528
  collection_index: typing.Any | None = -1,
@@ -530,8 +530,8 @@ def move_to_collection(
530
530
  ):
531
531
  """Move bones to a collection
532
532
 
533
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
534
- :type execution_context: str | int | None
533
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
534
+ :type execution_context: int | str | None
535
535
  :type undo: bool | None
536
536
  :param collection_index: Collection Index, Index of the collection to move selected bones to. When the operator should create a new bone collection, do not include this parameter and pass new_collection_name
537
537
  :type collection_index: typing.Any | None
@@ -542,16 +542,16 @@ def move_to_collection(
542
542
  ...
543
543
 
544
544
  def parent_clear(
545
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
546
- execution_context: str | int | None = None,
545
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
546
+ execution_context: int | str | None = None,
547
547
  undo: bool | None = None,
548
548
  *,
549
549
  type: str | None = "CLEAR",
550
550
  ):
551
551
  """Remove the parent-child relationship between selected bones and their parents
552
552
 
553
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
554
- :type execution_context: str | int | None
553
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
554
+ :type execution_context: int | str | None
555
555
  :type undo: bool | None
556
556
  :param type: Clear Type, What way to clear parenting
557
557
  :type type: str | None
@@ -560,16 +560,16 @@ def parent_clear(
560
560
  ...
561
561
 
562
562
  def parent_set(
563
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
564
- execution_context: str | int | None = None,
563
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
564
+ execution_context: int | str | None = None,
565
565
  undo: bool | None = None,
566
566
  *,
567
567
  type: str | None = "CONNECTED",
568
568
  ):
569
569
  """Set the active bone as the parent of the selected bones
570
570
 
571
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
572
- :type execution_context: str | int | None
571
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
572
+ :type execution_context: int | str | None
573
573
  :type undo: bool | None
574
574
  :param type: Parent Type, Type of parenting
575
575
  :type type: str | None
@@ -578,16 +578,16 @@ def parent_set(
578
578
  ...
579
579
 
580
580
  def reveal(
581
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
582
- execution_context: str | int | None = None,
581
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
582
+ execution_context: int | str | None = None,
583
583
  undo: bool | None = None,
584
584
  *,
585
585
  select: bool | typing.Any | None = True,
586
586
  ):
587
587
  """Reveal all bones hidden in Edit Mode
588
588
 
589
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
590
- :type execution_context: str | int | None
589
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
590
+ :type execution_context: int | str | None
591
591
  :type undo: bool | None
592
592
  :param select: Select
593
593
  :type select: bool | typing.Any | None
@@ -596,16 +596,16 @@ def reveal(
596
596
  ...
597
597
 
598
598
  def roll_clear(
599
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
600
- execution_context: str | int | None = None,
599
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
600
+ execution_context: int | str | None = None,
601
601
  undo: bool | None = None,
602
602
  *,
603
603
  roll: typing.Any | None = 0.0,
604
604
  ):
605
605
  """Clear roll for selected bones
606
606
 
607
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
608
- :type execution_context: str | int | None
607
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
608
+ :type execution_context: int | str | None
609
609
  :type undo: bool | None
610
610
  :param roll: Roll
611
611
  :type roll: typing.Any | None
@@ -614,16 +614,16 @@ def roll_clear(
614
614
  ...
615
615
 
616
616
  def select_all(
617
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
618
- execution_context: str | int | None = None,
617
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
618
+ execution_context: int | str | None = None,
619
619
  undo: bool | None = None,
620
620
  *,
621
621
  action: str | None = "TOGGLE",
622
622
  ):
623
623
  """Toggle selection status of all bones
624
624
 
625
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
626
- :type execution_context: str | int | None
625
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
626
+ :type execution_context: int | str | None
627
627
  :type undo: bool | None
628
628
  :param action: Action, Selection action to execute
629
629
 
@@ -644,8 +644,8 @@ def select_all(
644
644
  ...
645
645
 
646
646
  def select_hierarchy(
647
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
648
- execution_context: str | int | None = None,
647
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
648
+ execution_context: int | str | None = None,
649
649
  undo: bool | None = None,
650
650
  *,
651
651
  direction: str | None = "PARENT",
@@ -653,8 +653,8 @@ def select_hierarchy(
653
653
  ):
654
654
  """Select immediate parent/children of selected bones
655
655
 
656
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
657
- :type execution_context: str | int | None
656
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
657
+ :type execution_context: int | str | None
658
658
  :type undo: bool | None
659
659
  :param direction: Direction
660
660
  :type direction: str | None
@@ -665,30 +665,30 @@ def select_hierarchy(
665
665
  ...
666
666
 
667
667
  def select_less(
668
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
669
- execution_context: str | int | None = None,
668
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
669
+ execution_context: int | str | None = None,
670
670
  undo: bool | None = None,
671
671
  ):
672
672
  """Deselect those bones at the boundary of each selection region
673
673
 
674
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
675
- :type execution_context: str | int | None
674
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
675
+ :type execution_context: int | str | None
676
676
  :type undo: bool | None
677
677
  """
678
678
 
679
679
  ...
680
680
 
681
681
  def select_linked(
682
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
683
- execution_context: str | int | None = None,
682
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
683
+ execution_context: int | str | None = None,
684
684
  undo: bool | None = None,
685
685
  *,
686
686
  all_forks: bool | typing.Any | None = False,
687
687
  ):
688
688
  """Select all bones linked by parent/child connections to the current selection
689
689
 
690
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
691
- :type execution_context: str | int | None
690
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
691
+ :type execution_context: int | str | None
692
692
  :type undo: bool | None
693
693
  :param all_forks: All Forks, Follow forks in the parents chain
694
694
  :type all_forks: bool | typing.Any | None
@@ -697,8 +697,8 @@ def select_linked(
697
697
  ...
698
698
 
699
699
  def select_linked_pick(
700
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
701
- execution_context: str | int | None = None,
700
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
701
+ execution_context: int | str | None = None,
702
702
  undo: bool | None = None,
703
703
  *,
704
704
  deselect: bool | typing.Any | None = False,
@@ -706,8 +706,8 @@ def select_linked_pick(
706
706
  ):
707
707
  """(De)select bones linked by parent/child connections under the mouse cursor
708
708
 
709
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
710
- :type execution_context: str | int | None
709
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
710
+ :type execution_context: int | str | None
711
711
  :type undo: bool | None
712
712
  :param deselect: Deselect
713
713
  :type deselect: bool | typing.Any | None
@@ -718,8 +718,8 @@ def select_linked_pick(
718
718
  ...
719
719
 
720
720
  def select_mirror(
721
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
722
- execution_context: str | int | None = None,
721
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
722
+ execution_context: int | str | None = None,
723
723
  undo: bool | None = None,
724
724
  *,
725
725
  only_active: bool | typing.Any | None = False,
@@ -727,8 +727,8 @@ def select_mirror(
727
727
  ):
728
728
  """Mirror the bone selection
729
729
 
730
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
731
- :type execution_context: str | int | None
730
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
731
+ :type execution_context: int | str | None
732
732
  :type undo: bool | None
733
733
  :param only_active: Active Only, Only operate on the active bone
734
734
  :type only_active: bool | typing.Any | None
@@ -739,22 +739,22 @@ def select_mirror(
739
739
  ...
740
740
 
741
741
  def select_more(
742
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
743
- execution_context: str | int | None = None,
742
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
743
+ execution_context: int | str | None = None,
744
744
  undo: bool | None = None,
745
745
  ):
746
746
  """Select those bones connected to the initial selection
747
747
 
748
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
749
- :type execution_context: str | int | None
748
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
749
+ :type execution_context: int | str | None
750
750
  :type undo: bool | None
751
751
  """
752
752
 
753
753
  ...
754
754
 
755
755
  def select_similar(
756
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
757
- execution_context: str | int | None = None,
756
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
757
+ execution_context: int | str | None = None,
758
758
  undo: bool | None = None,
759
759
  *,
760
760
  type: str | None = "LENGTH",
@@ -762,8 +762,8 @@ def select_similar(
762
762
  ):
763
763
  """Select similar bones by property types
764
764
 
765
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
766
- :type execution_context: str | int | None
765
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
766
+ :type execution_context: int | str | None
767
767
  :type undo: bool | None
768
768
  :param type: Type
769
769
  :type type: str | None
@@ -774,58 +774,58 @@ def select_similar(
774
774
  ...
775
775
 
776
776
  def separate(
777
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
778
- execution_context: str | int | None = None,
777
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
778
+ execution_context: int | str | None = None,
779
779
  undo: bool | None = None,
780
780
  ):
781
781
  """Isolate selected bones into a separate armature
782
782
 
783
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
784
- :type execution_context: str | int | None
783
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
784
+ :type execution_context: int | str | None
785
785
  :type undo: bool | None
786
786
  """
787
787
 
788
788
  ...
789
789
 
790
790
  def shortest_path_pick(
791
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
792
- execution_context: str | int | None = None,
791
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
792
+ execution_context: int | str | None = None,
793
793
  undo: bool | None = None,
794
794
  ):
795
795
  """Select shortest path between two bones
796
796
 
797
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
798
- :type execution_context: str | int | None
797
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
798
+ :type execution_context: int | str | None
799
799
  :type undo: bool | None
800
800
  """
801
801
 
802
802
  ...
803
803
 
804
804
  def split(
805
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
806
- execution_context: str | int | None = None,
805
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
806
+ execution_context: int | str | None = None,
807
807
  undo: bool | None = None,
808
808
  ):
809
809
  """Split off selected bones from connected unselected bones
810
810
 
811
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
812
- :type execution_context: str | int | None
811
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
812
+ :type execution_context: int | str | None
813
813
  :type undo: bool | None
814
814
  """
815
815
 
816
816
  ...
817
817
 
818
818
  def subdivide(
819
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
820
- execution_context: str | int | None = None,
819
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
820
+ execution_context: int | str | None = None,
821
821
  undo: bool | None = None,
822
822
  *,
823
823
  number_cuts: typing.Any | None = 1,
824
824
  ):
825
825
  """Break selected bones into chains of smaller bones
826
826
 
827
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
828
- :type execution_context: str | int | None
827
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
828
+ :type execution_context: int | str | None
829
829
  :type undo: bool | None
830
830
  :param number_cuts: Number of Cuts
831
831
  :type number_cuts: typing.Any | None
@@ -834,30 +834,30 @@ def subdivide(
834
834
  ...
835
835
 
836
836
  def switch_direction(
837
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
838
- execution_context: str | int | None = None,
837
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
838
+ execution_context: int | str | None = None,
839
839
  undo: bool | None = None,
840
840
  ):
841
841
  """Change the direction that a chain of bones points in (head and tail swap)
842
842
 
843
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
844
- :type execution_context: str | int | None
843
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
844
+ :type execution_context: int | str | None
845
845
  :type undo: bool | None
846
846
  """
847
847
 
848
848
  ...
849
849
 
850
850
  def symmetrize(
851
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
852
- execution_context: str | int | None = None,
851
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
852
+ execution_context: int | str | None = None,
853
853
  undo: bool | None = None,
854
854
  *,
855
855
  direction: str | None = "NEGATIVE_X",
856
856
  ):
857
857
  """Enforce symmetry, make copies of the selection or use existing
858
858
 
859
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
860
- :type execution_context: str | int | None
859
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
860
+ :type execution_context: int | str | None
861
861
  :type undo: bool | None
862
862
  :param direction: Direction, Which sides to copy from and to (when both are selected)
863
863
  :type direction: str | None