fake-bpy-module 20240326__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.
- aud/__init__.pyi +34 -96
- bgl/__init__.pyi +1265 -2417
- bl_math/__init__.pyi +3 -14
- bl_operators/presets/__init__.pyi +167 -0
- bl_operators/view3d/__init__.pyi +248 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
- blf/__init__.pyi +13 -50
- bmesh/ops/__init__.pyi +68 -142
- bmesh/types/__init__.pyi +18 -44
- bmesh/utils/__init__.pyi +2 -6
- bpy/app/icons/__init__.pyi +2 -4
- bpy/app/timers/__init__.pyi +2 -6
- bpy/ops/action/__init__.pyi +92 -93
- bpy/ops/anim/__init__.pyi +104 -104
- bpy/ops/armature/__init__.pyi +108 -112
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +18 -18
- bpy/ops/brush/__init__.pyi +18 -18
- bpy/ops/buttons/__init__.pyi +12 -12
- bpy/ops/cachefile/__init__.pyi +10 -10
- bpy/ops/camera/__init__.pyi +4 -4
- bpy/ops/clip/__init__.pyi +194 -195
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +10 -10
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +114 -118
- bpy/ops/curves/__init__.pyi +55 -53
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +12 -12
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_mesh/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +7 -7
- bpy/ops/file/__init__.pyi +80 -83
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +38 -38
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +308 -309
- bpy/ops/graph/__init__.pyi +150 -151
- bpy/ops/grease_pencil/__init__.pyi +114 -115
- bpy/ops/image/__init__.pyi +100 -100
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_mesh/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +6 -6
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +16 -16
- bpy/ops/marker/__init__.pyi +22 -22
- bpy/ops/mask/__init__.pyi +90 -91
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +20 -21
- bpy/ops/mesh/__init__.pyi +429 -427
- bpy/ops/nla/__init__.pyi +90 -91
- bpy/ops/node/__init__.pyi +242 -243
- bpy/ops/object/__init__.pyi +572 -567
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +182 -126
- bpy/ops/paintcurve/__init__.pyi +20 -20
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +90 -90
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +76 -76
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +24 -24
- bpy/ops/rigidbody/__init__.pyi +34 -34
- bpy/ops/scene/__init__.pyi +86 -86
- bpy/ops/screen/__init__.pyi +84 -84
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +80 -62
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +184 -185
- bpy/ops/sound/__init__.pyi +16 -16
- bpy/ops/spreadsheet/__init__.pyi +8 -8
- bpy/ops/surface/__init__.pyi +12 -12
- bpy/ops/text/__init__.pyi +86 -86
- bpy/ops/text_editor/__init__.pyi +2 -2
- bpy/ops/texture/__init__.pyi +8 -8
- bpy/ops/transform/__init__.pyi +112 -112
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +104 -105
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +253 -230
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/props/__init__.pyi +29 -52
- bpy/types/__init__.pyi +4648 -3095
- bpy/utils/__init__.pyi +3 -6
- bpy/utils/units/__init__.pyi +3 -6
- bpy_extras/io_utils/__init__.pyi +8 -0
- bpy_types/__init__.pyi +3 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +117 -117
- freestyle/chainingiterators/__init__.pyi +5 -12
- freestyle/functions/__init__.pyi +19 -73
- freestyle/predicates/__init__.pyi +8 -21
- freestyle/shaders/__init__.pyi +32 -81
- freestyle/types/__init__.pyi +100 -270
- freestyle/utils/ContextFunctions/__init__.pyi +7 -27
- freestyle/utils/__init__.pyi +1 -2
- gpu/capabilities/__init__.pyi +15 -32
- gpu/matrix/__init__.pyi +1 -2
- gpu/state/__init__.pyi +4 -10
- gpu/types/__init__.pyi +29 -87
- gpu_extras/presets/__init__.pyi +4 -16
- imbuf/types/__init__.pyi +4 -10
- mathutils/__init__.pyi +106 -257
- mathutils/bvhtree/__init__.pyi +7 -15
- mathutils/geometry/__init__.pyi +9 -18
- mathutils/kdtree/__init__.pyi +4 -11
- mathutils/noise/__init__.pyi +41 -82
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
bpy/ops/armature/__init__.pyi
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
import typing
|
|
2
|
-
import bpy.ops.transform
|
|
3
2
|
import bpy.types
|
|
4
3
|
|
|
5
4
|
GenericType = typing.TypeVar("GenericType")
|
|
6
5
|
|
|
7
6
|
def align(
|
|
8
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
9
|
-
execution_context:
|
|
8
|
+
execution_context: str = None,
|
|
10
9
|
undo: bool = None,
|
|
11
10
|
):
|
|
12
11
|
"""Align selected bones to the active bone (or to their parent)
|
|
13
12
|
|
|
14
13
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
15
|
-
:type execution_context:
|
|
14
|
+
:type execution_context: str
|
|
16
15
|
:type undo: bool
|
|
17
16
|
"""
|
|
18
17
|
|
|
@@ -20,7 +19,7 @@ def align(
|
|
|
20
19
|
|
|
21
20
|
def assign_to_collection(
|
|
22
21
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
23
|
-
execution_context:
|
|
22
|
+
execution_context: str = None,
|
|
24
23
|
undo: bool = None,
|
|
25
24
|
collection_index: typing.Any = -1,
|
|
26
25
|
new_collection_name: typing.Union[str, typing.Any] = "",
|
|
@@ -28,7 +27,7 @@ def assign_to_collection(
|
|
|
28
27
|
"""Assign all selected bones to a collection, or unassign them, depending on whether the active bone is already assigned or not
|
|
29
28
|
|
|
30
29
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
31
|
-
:type execution_context:
|
|
30
|
+
:type execution_context: str
|
|
32
31
|
:type undo: bool
|
|
33
32
|
: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
|
|
34
33
|
:type collection_index: typing.Any
|
|
@@ -40,14 +39,14 @@ def assign_to_collection(
|
|
|
40
39
|
|
|
41
40
|
def autoside_names(
|
|
42
41
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
43
|
-
execution_context:
|
|
42
|
+
execution_context: str = None,
|
|
44
43
|
undo: bool = None,
|
|
45
44
|
type: typing.Any = "XAXIS",
|
|
46
45
|
):
|
|
47
46
|
"""Automatically renames the selected bones according to which side of the target axis they fall on
|
|
48
47
|
|
|
49
48
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
50
|
-
:type execution_context:
|
|
49
|
+
:type execution_context: str
|
|
51
50
|
:type undo: bool
|
|
52
51
|
:param type: Axis, Axis to tag names with
|
|
53
52
|
|
|
@@ -66,14 +65,14 @@ def autoside_names(
|
|
|
66
65
|
|
|
67
66
|
def bone_primitive_add(
|
|
68
67
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
69
|
-
execution_context:
|
|
68
|
+
execution_context: str = None,
|
|
70
69
|
undo: bool = None,
|
|
71
70
|
name: typing.Union[str, typing.Any] = "",
|
|
72
71
|
):
|
|
73
72
|
"""Add a new bone located at the 3D cursor
|
|
74
73
|
|
|
75
74
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
76
|
-
:type execution_context:
|
|
75
|
+
:type execution_context: str
|
|
77
76
|
:type undo: bool
|
|
78
77
|
:param name: Name, Name of the newly created bone
|
|
79
78
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -83,7 +82,7 @@ def bone_primitive_add(
|
|
|
83
82
|
|
|
84
83
|
def calculate_roll(
|
|
85
84
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
86
|
-
execution_context:
|
|
85
|
+
execution_context: str = None,
|
|
87
86
|
undo: bool = None,
|
|
88
87
|
type: typing.Any = "POS_X",
|
|
89
88
|
axis_flip: typing.Union[bool, typing.Any] = False,
|
|
@@ -92,7 +91,7 @@ def calculate_roll(
|
|
|
92
91
|
"""Automatically fix alignment of select bones' axes
|
|
93
92
|
|
|
94
93
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
95
|
-
:type execution_context:
|
|
94
|
+
:type execution_context: str
|
|
96
95
|
:type undo: bool
|
|
97
96
|
:param type: Type
|
|
98
97
|
:type type: typing.Any
|
|
@@ -106,13 +105,13 @@ def calculate_roll(
|
|
|
106
105
|
|
|
107
106
|
def click_extrude(
|
|
108
107
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
109
|
-
execution_context:
|
|
108
|
+
execution_context: str = None,
|
|
110
109
|
undo: bool = None,
|
|
111
110
|
):
|
|
112
111
|
"""Create a new bone going from the last selected joint to the mouse position
|
|
113
112
|
|
|
114
113
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
115
|
-
:type execution_context:
|
|
114
|
+
:type execution_context: str
|
|
116
115
|
:type undo: bool
|
|
117
116
|
"""
|
|
118
117
|
|
|
@@ -120,13 +119,13 @@ def click_extrude(
|
|
|
120
119
|
|
|
121
120
|
def collection_add(
|
|
122
121
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
123
|
-
execution_context:
|
|
122
|
+
execution_context: str = None,
|
|
124
123
|
undo: bool = None,
|
|
125
124
|
):
|
|
126
125
|
"""Add a new bone collection
|
|
127
126
|
|
|
128
127
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
129
|
-
:type execution_context:
|
|
128
|
+
:type execution_context: str
|
|
130
129
|
:type undo: bool
|
|
131
130
|
"""
|
|
132
131
|
|
|
@@ -134,14 +133,14 @@ def collection_add(
|
|
|
134
133
|
|
|
135
134
|
def collection_assign(
|
|
136
135
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
137
|
-
execution_context:
|
|
136
|
+
execution_context: str = None,
|
|
138
137
|
undo: bool = None,
|
|
139
138
|
name: typing.Union[str, typing.Any] = "",
|
|
140
139
|
):
|
|
141
140
|
"""Add selected bones to the chosen bone collection
|
|
142
141
|
|
|
143
142
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
144
|
-
:type execution_context:
|
|
143
|
+
:type execution_context: str
|
|
145
144
|
:type undo: bool
|
|
146
145
|
:param name: Bone Collection, Name of the bone collection to assign this bone to; empty to assign to the active bone collection
|
|
147
146
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -151,14 +150,14 @@ def collection_assign(
|
|
|
151
150
|
|
|
152
151
|
def collection_create_and_assign(
|
|
153
152
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
154
|
-
execution_context:
|
|
153
|
+
execution_context: str = None,
|
|
155
154
|
undo: bool = None,
|
|
156
155
|
name: typing.Union[str, typing.Any] = "",
|
|
157
156
|
):
|
|
158
157
|
"""Create a new bone collection and assign all selected bones
|
|
159
158
|
|
|
160
159
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
161
|
-
:type execution_context:
|
|
160
|
+
:type execution_context: str
|
|
162
161
|
:type undo: bool
|
|
163
162
|
:param name: Bone Collection, Name of the bone collection to create
|
|
164
163
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -168,13 +167,13 @@ def collection_create_and_assign(
|
|
|
168
167
|
|
|
169
168
|
def collection_deselect(
|
|
170
169
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
171
|
-
execution_context:
|
|
170
|
+
execution_context: str = None,
|
|
172
171
|
undo: bool = None,
|
|
173
172
|
):
|
|
174
173
|
"""Deselect bones of active Bone Collection
|
|
175
174
|
|
|
176
175
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
177
|
-
:type execution_context:
|
|
176
|
+
:type execution_context: str
|
|
178
177
|
:type undo: bool
|
|
179
178
|
"""
|
|
180
179
|
|
|
@@ -182,14 +181,14 @@ def collection_deselect(
|
|
|
182
181
|
|
|
183
182
|
def collection_move(
|
|
184
183
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
185
|
-
execution_context:
|
|
184
|
+
execution_context: str = None,
|
|
186
185
|
undo: bool = None,
|
|
187
186
|
direction: typing.Any = "UP",
|
|
188
187
|
):
|
|
189
188
|
"""Change position of active Bone Collection in list of Bone collections
|
|
190
189
|
|
|
191
190
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
192
|
-
:type execution_context:
|
|
191
|
+
:type execution_context: str
|
|
193
192
|
:type undo: bool
|
|
194
193
|
:param direction: Direction, Direction to move the active Bone Collection towards
|
|
195
194
|
:type direction: typing.Any
|
|
@@ -199,13 +198,13 @@ def collection_move(
|
|
|
199
198
|
|
|
200
199
|
def collection_remove(
|
|
201
200
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
202
|
-
execution_context:
|
|
201
|
+
execution_context: str = None,
|
|
203
202
|
undo: bool = None,
|
|
204
203
|
):
|
|
205
204
|
"""Remove the active bone collection
|
|
206
205
|
|
|
207
206
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
208
|
-
:type execution_context:
|
|
207
|
+
:type execution_context: str
|
|
209
208
|
:type undo: bool
|
|
210
209
|
"""
|
|
211
210
|
|
|
@@ -213,13 +212,13 @@ def collection_remove(
|
|
|
213
212
|
|
|
214
213
|
def collection_remove_unused(
|
|
215
214
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
216
|
-
execution_context:
|
|
215
|
+
execution_context: str = None,
|
|
217
216
|
undo: bool = None,
|
|
218
217
|
):
|
|
219
218
|
"""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
|
|
220
219
|
|
|
221
220
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
222
|
-
:type execution_context:
|
|
221
|
+
:type execution_context: str
|
|
223
222
|
:type undo: bool
|
|
224
223
|
"""
|
|
225
224
|
|
|
@@ -227,13 +226,13 @@ def collection_remove_unused(
|
|
|
227
226
|
|
|
228
227
|
def collection_select(
|
|
229
228
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
230
|
-
execution_context:
|
|
229
|
+
execution_context: str = None,
|
|
231
230
|
undo: bool = None,
|
|
232
231
|
):
|
|
233
232
|
"""Select bones in active Bone Collection
|
|
234
233
|
|
|
235
234
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
236
|
-
:type execution_context:
|
|
235
|
+
:type execution_context: str
|
|
237
236
|
:type undo: bool
|
|
238
237
|
"""
|
|
239
238
|
|
|
@@ -241,13 +240,13 @@ def collection_select(
|
|
|
241
240
|
|
|
242
241
|
def collection_show_all(
|
|
243
242
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
244
|
-
execution_context:
|
|
243
|
+
execution_context: str = None,
|
|
245
244
|
undo: bool = None,
|
|
246
245
|
):
|
|
247
246
|
"""Show all bone collections
|
|
248
247
|
|
|
249
248
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
250
|
-
:type execution_context:
|
|
249
|
+
:type execution_context: str
|
|
251
250
|
:type undo: bool
|
|
252
251
|
"""
|
|
253
252
|
|
|
@@ -255,14 +254,14 @@ def collection_show_all(
|
|
|
255
254
|
|
|
256
255
|
def collection_unassign(
|
|
257
256
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
258
|
-
execution_context:
|
|
257
|
+
execution_context: str = None,
|
|
259
258
|
undo: bool = None,
|
|
260
259
|
name: typing.Union[str, typing.Any] = "",
|
|
261
260
|
):
|
|
262
261
|
"""Remove selected bones from the active bone collection
|
|
263
262
|
|
|
264
263
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
265
|
-
:type execution_context:
|
|
264
|
+
:type execution_context: str
|
|
266
265
|
:type undo: bool
|
|
267
266
|
:param name: Bone Collection, Name of the bone collection to unassign this bone from; empty to unassign from the active bone collection
|
|
268
267
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -272,7 +271,7 @@ def collection_unassign(
|
|
|
272
271
|
|
|
273
272
|
def collection_unassign_named(
|
|
274
273
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
275
|
-
execution_context:
|
|
274
|
+
execution_context: str = None,
|
|
276
275
|
undo: bool = None,
|
|
277
276
|
name: typing.Union[str, typing.Any] = "",
|
|
278
277
|
bone_name: typing.Union[str, typing.Any] = "",
|
|
@@ -280,7 +279,7 @@ def collection_unassign_named(
|
|
|
280
279
|
"""Unassign the named bone from this bone collection
|
|
281
280
|
|
|
282
281
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
283
|
-
:type execution_context:
|
|
282
|
+
:type execution_context: str
|
|
284
283
|
:type undo: bool
|
|
285
284
|
:param name: Bone Collection, Name of the bone collection to unassign this bone from; empty to unassign from the active bone collection
|
|
286
285
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -292,13 +291,13 @@ def collection_unassign_named(
|
|
|
292
291
|
|
|
293
292
|
def collection_unsolo_all(
|
|
294
293
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
295
|
-
execution_context:
|
|
294
|
+
execution_context: str = None,
|
|
296
295
|
undo: bool = None,
|
|
297
296
|
):
|
|
298
297
|
"""Clear the 'solo' setting on all bone collections
|
|
299
298
|
|
|
300
299
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
301
|
-
:type execution_context:
|
|
300
|
+
:type execution_context: str
|
|
302
301
|
:type undo: bool
|
|
303
302
|
"""
|
|
304
303
|
|
|
@@ -306,14 +305,14 @@ def collection_unsolo_all(
|
|
|
306
305
|
|
|
307
306
|
def copy_bone_color_to_selected(
|
|
308
307
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
309
|
-
execution_context:
|
|
308
|
+
execution_context: str = None,
|
|
310
309
|
undo: bool = None,
|
|
311
310
|
bone_type: typing.Any = "EDIT",
|
|
312
311
|
):
|
|
313
312
|
"""Copy the bone color of the active bone to all selected bones
|
|
314
313
|
|
|
315
314
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
316
|
-
:type execution_context:
|
|
315
|
+
:type execution_context: str
|
|
317
316
|
:type undo: bool
|
|
318
317
|
:param bone_type: Type
|
|
319
318
|
|
|
@@ -329,14 +328,14 @@ def copy_bone_color_to_selected(
|
|
|
329
328
|
|
|
330
329
|
def delete(
|
|
331
330
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
332
|
-
execution_context:
|
|
331
|
+
execution_context: str = None,
|
|
333
332
|
undo: bool = None,
|
|
334
333
|
confirm: typing.Union[bool, typing.Any] = True,
|
|
335
334
|
):
|
|
336
335
|
"""Remove selected bones from the armature
|
|
337
336
|
|
|
338
337
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
339
|
-
:type execution_context:
|
|
338
|
+
:type execution_context: str
|
|
340
339
|
:type undo: bool
|
|
341
340
|
:param confirm: Confirm, Prompt for confirmation
|
|
342
341
|
:type confirm: typing.Union[bool, typing.Any]
|
|
@@ -346,13 +345,13 @@ def delete(
|
|
|
346
345
|
|
|
347
346
|
def dissolve(
|
|
348
347
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
349
|
-
execution_context:
|
|
348
|
+
execution_context: str = None,
|
|
350
349
|
undo: bool = None,
|
|
351
350
|
):
|
|
352
351
|
"""Dissolve selected bones from the armature
|
|
353
352
|
|
|
354
353
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
355
|
-
:type execution_context:
|
|
354
|
+
:type execution_context: str
|
|
356
355
|
:type undo: bool
|
|
357
356
|
"""
|
|
358
357
|
|
|
@@ -360,14 +359,14 @@ def dissolve(
|
|
|
360
359
|
|
|
361
360
|
def duplicate(
|
|
362
361
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
363
|
-
execution_context:
|
|
362
|
+
execution_context: str = None,
|
|
364
363
|
undo: bool = None,
|
|
365
364
|
do_flip_names: typing.Union[bool, typing.Any] = False,
|
|
366
365
|
):
|
|
367
366
|
"""Make copies of the selected bones within the same armature
|
|
368
367
|
|
|
369
368
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
370
|
-
:type execution_context:
|
|
369
|
+
:type execution_context: str
|
|
371
370
|
:type undo: bool
|
|
372
371
|
:param do_flip_names: Flip Names, Try to flip names of the bones, if possible, instead of adding a number extension
|
|
373
372
|
:type do_flip_names: typing.Union[bool, typing.Any]
|
|
@@ -377,34 +376,34 @@ def duplicate(
|
|
|
377
376
|
|
|
378
377
|
def duplicate_move(
|
|
379
378
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
380
|
-
execution_context:
|
|
379
|
+
execution_context: str = None,
|
|
381
380
|
undo: bool = None,
|
|
382
|
-
ARMATURE_OT_duplicate:
|
|
383
|
-
TRANSFORM_OT_translate:
|
|
381
|
+
ARMATURE_OT_duplicate: typing.Any = None,
|
|
382
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
384
383
|
):
|
|
385
384
|
"""Make copies of the selected bones within the same armature and move them
|
|
386
385
|
|
|
387
386
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
388
|
-
:type execution_context:
|
|
387
|
+
:type execution_context: str
|
|
389
388
|
:type undo: bool
|
|
390
389
|
:param ARMATURE_OT_duplicate: Duplicate Selected Bone(s), Make copies of the selected bones within the same armature
|
|
391
|
-
:type ARMATURE_OT_duplicate:
|
|
390
|
+
:type ARMATURE_OT_duplicate: typing.Any
|
|
392
391
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
393
|
-
:type TRANSFORM_OT_translate:
|
|
392
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
394
393
|
"""
|
|
395
394
|
|
|
396
395
|
...
|
|
397
396
|
|
|
398
397
|
def extrude(
|
|
399
398
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
400
|
-
execution_context:
|
|
399
|
+
execution_context: str = None,
|
|
401
400
|
undo: bool = None,
|
|
402
401
|
forked: typing.Union[bool, typing.Any] = False,
|
|
403
402
|
):
|
|
404
403
|
"""Create new bones from the selected joints
|
|
405
404
|
|
|
406
405
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
407
|
-
:type execution_context:
|
|
406
|
+
:type execution_context: str
|
|
408
407
|
:type undo: bool
|
|
409
408
|
:param forked: Forked
|
|
410
409
|
:type forked: typing.Union[bool, typing.Any]
|
|
@@ -414,53 +413,53 @@ def extrude(
|
|
|
414
413
|
|
|
415
414
|
def extrude_forked(
|
|
416
415
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
417
|
-
execution_context:
|
|
416
|
+
execution_context: str = None,
|
|
418
417
|
undo: bool = None,
|
|
419
|
-
ARMATURE_OT_extrude:
|
|
420
|
-
TRANSFORM_OT_translate:
|
|
418
|
+
ARMATURE_OT_extrude: typing.Any = None,
|
|
419
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
421
420
|
):
|
|
422
421
|
"""Create new bones from the selected joints and move them
|
|
423
422
|
|
|
424
423
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
425
|
-
:type execution_context:
|
|
424
|
+
:type execution_context: str
|
|
426
425
|
:type undo: bool
|
|
427
426
|
:param ARMATURE_OT_extrude: Extrude, Create new bones from the selected joints
|
|
428
|
-
:type ARMATURE_OT_extrude:
|
|
427
|
+
:type ARMATURE_OT_extrude: typing.Any
|
|
429
428
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
430
|
-
:type TRANSFORM_OT_translate:
|
|
429
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
431
430
|
"""
|
|
432
431
|
|
|
433
432
|
...
|
|
434
433
|
|
|
435
434
|
def extrude_move(
|
|
436
435
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
437
|
-
execution_context:
|
|
436
|
+
execution_context: str = None,
|
|
438
437
|
undo: bool = None,
|
|
439
|
-
ARMATURE_OT_extrude:
|
|
440
|
-
TRANSFORM_OT_translate:
|
|
438
|
+
ARMATURE_OT_extrude: typing.Any = None,
|
|
439
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
441
440
|
):
|
|
442
441
|
"""Create new bones from the selected joints and move them
|
|
443
442
|
|
|
444
443
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
445
|
-
:type execution_context:
|
|
444
|
+
:type execution_context: str
|
|
446
445
|
:type undo: bool
|
|
447
446
|
:param ARMATURE_OT_extrude: Extrude, Create new bones from the selected joints
|
|
448
|
-
:type ARMATURE_OT_extrude:
|
|
447
|
+
:type ARMATURE_OT_extrude: typing.Any
|
|
449
448
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
450
|
-
:type TRANSFORM_OT_translate:
|
|
449
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
451
450
|
"""
|
|
452
451
|
|
|
453
452
|
...
|
|
454
453
|
|
|
455
454
|
def fill(
|
|
456
455
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
457
|
-
execution_context:
|
|
456
|
+
execution_context: str = None,
|
|
458
457
|
undo: bool = None,
|
|
459
458
|
):
|
|
460
459
|
"""Add bone between selected joint(s) and/or 3D cursor
|
|
461
460
|
|
|
462
461
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
463
|
-
:type execution_context:
|
|
462
|
+
:type execution_context: str
|
|
464
463
|
:type undo: bool
|
|
465
464
|
"""
|
|
466
465
|
|
|
@@ -468,14 +467,14 @@ def fill(
|
|
|
468
467
|
|
|
469
468
|
def flip_names(
|
|
470
469
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
471
|
-
execution_context:
|
|
470
|
+
execution_context: str = None,
|
|
472
471
|
undo: bool = None,
|
|
473
472
|
do_strip_numbers: typing.Union[bool, typing.Any] = False,
|
|
474
473
|
):
|
|
475
474
|
"""Flips (and corrects) the axis suffixes of the names of selected bones
|
|
476
475
|
|
|
477
476
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
478
|
-
:type execution_context:
|
|
477
|
+
:type execution_context: str
|
|
479
478
|
:type undo: bool
|
|
480
479
|
: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
|
|
481
480
|
:type do_strip_numbers: typing.Union[bool, typing.Any]
|
|
@@ -485,14 +484,14 @@ def flip_names(
|
|
|
485
484
|
|
|
486
485
|
def hide(
|
|
487
486
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
488
|
-
execution_context:
|
|
487
|
+
execution_context: str = None,
|
|
489
488
|
undo: bool = None,
|
|
490
489
|
unselected: typing.Union[bool, typing.Any] = False,
|
|
491
490
|
):
|
|
492
491
|
"""Tag selected bones to not be visible in Edit Mode
|
|
493
492
|
|
|
494
493
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
495
|
-
:type execution_context:
|
|
494
|
+
:type execution_context: str
|
|
496
495
|
:type undo: bool
|
|
497
496
|
:param unselected: Unselected, Hide unselected rather than selected
|
|
498
497
|
:type unselected: typing.Union[bool, typing.Any]
|
|
@@ -502,7 +501,7 @@ def hide(
|
|
|
502
501
|
|
|
503
502
|
def move_to_collection(
|
|
504
503
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
505
|
-
execution_context:
|
|
504
|
+
execution_context: str = None,
|
|
506
505
|
undo: bool = None,
|
|
507
506
|
collection_index: typing.Any = -1,
|
|
508
507
|
new_collection_name: typing.Union[str, typing.Any] = "",
|
|
@@ -510,7 +509,7 @@ def move_to_collection(
|
|
|
510
509
|
"""Move bones to a collection
|
|
511
510
|
|
|
512
511
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
513
|
-
:type execution_context:
|
|
512
|
+
:type execution_context: str
|
|
514
513
|
:type undo: bool
|
|
515
514
|
: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
|
|
516
515
|
:type collection_index: typing.Any
|
|
@@ -522,14 +521,14 @@ def move_to_collection(
|
|
|
522
521
|
|
|
523
522
|
def parent_clear(
|
|
524
523
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
525
|
-
execution_context:
|
|
524
|
+
execution_context: str = None,
|
|
526
525
|
undo: bool = None,
|
|
527
526
|
type: typing.Any = "CLEAR",
|
|
528
527
|
):
|
|
529
528
|
"""Remove the parent-child relationship between selected bones and their parents
|
|
530
529
|
|
|
531
530
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
532
|
-
:type execution_context:
|
|
531
|
+
:type execution_context: str
|
|
533
532
|
:type undo: bool
|
|
534
533
|
:param type: Clear Type, What way to clear parenting
|
|
535
534
|
:type type: typing.Any
|
|
@@ -539,14 +538,14 @@ def parent_clear(
|
|
|
539
538
|
|
|
540
539
|
def parent_set(
|
|
541
540
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
542
|
-
execution_context:
|
|
541
|
+
execution_context: str = None,
|
|
543
542
|
undo: bool = None,
|
|
544
543
|
type: typing.Any = "CONNECTED",
|
|
545
544
|
):
|
|
546
545
|
"""Set the active bone as the parent of the selected bones
|
|
547
546
|
|
|
548
547
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
549
|
-
:type execution_context:
|
|
548
|
+
:type execution_context: str
|
|
550
549
|
:type undo: bool
|
|
551
550
|
:param type: Parent Type, Type of parenting
|
|
552
551
|
:type type: typing.Any
|
|
@@ -556,14 +555,14 @@ def parent_set(
|
|
|
556
555
|
|
|
557
556
|
def reveal(
|
|
558
557
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
559
|
-
execution_context:
|
|
558
|
+
execution_context: str = None,
|
|
560
559
|
undo: bool = None,
|
|
561
560
|
select: typing.Union[bool, typing.Any] = True,
|
|
562
561
|
):
|
|
563
562
|
"""Reveal all bones hidden in Edit Mode
|
|
564
563
|
|
|
565
564
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
566
|
-
:type execution_context:
|
|
565
|
+
:type execution_context: str
|
|
567
566
|
:type undo: bool
|
|
568
567
|
:param select: Select
|
|
569
568
|
:type select: typing.Union[bool, typing.Any]
|
|
@@ -573,14 +572,14 @@ def reveal(
|
|
|
573
572
|
|
|
574
573
|
def roll_clear(
|
|
575
574
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
576
|
-
execution_context:
|
|
575
|
+
execution_context: str = None,
|
|
577
576
|
undo: bool = None,
|
|
578
577
|
roll: typing.Any = 0.0,
|
|
579
578
|
):
|
|
580
579
|
"""Clear roll for selected bones
|
|
581
580
|
|
|
582
581
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
583
|
-
:type execution_context:
|
|
582
|
+
:type execution_context: str
|
|
584
583
|
:type undo: bool
|
|
585
584
|
:param roll: Roll
|
|
586
585
|
:type roll: typing.Any
|
|
@@ -590,14 +589,14 @@ def roll_clear(
|
|
|
590
589
|
|
|
591
590
|
def select_all(
|
|
592
591
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
593
|
-
execution_context:
|
|
592
|
+
execution_context: str = None,
|
|
594
593
|
undo: bool = None,
|
|
595
594
|
action: typing.Any = "TOGGLE",
|
|
596
595
|
):
|
|
597
596
|
"""Toggle selection status of all bones
|
|
598
597
|
|
|
599
598
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
600
|
-
:type execution_context:
|
|
599
|
+
:type execution_context: str
|
|
601
600
|
:type undo: bool
|
|
602
601
|
:param action: Action, Selection action to execute
|
|
603
602
|
|
|
@@ -619,7 +618,7 @@ def select_all(
|
|
|
619
618
|
|
|
620
619
|
def select_hierarchy(
|
|
621
620
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
622
|
-
execution_context:
|
|
621
|
+
execution_context: str = None,
|
|
623
622
|
undo: bool = None,
|
|
624
623
|
direction: typing.Any = "PARENT",
|
|
625
624
|
extend: typing.Union[bool, typing.Any] = False,
|
|
@@ -627,7 +626,7 @@ def select_hierarchy(
|
|
|
627
626
|
"""Select immediate parent/children of selected bones
|
|
628
627
|
|
|
629
628
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
630
|
-
:type execution_context:
|
|
629
|
+
:type execution_context: str
|
|
631
630
|
:type undo: bool
|
|
632
631
|
:param direction: Direction
|
|
633
632
|
:type direction: typing.Any
|
|
@@ -639,13 +638,13 @@ def select_hierarchy(
|
|
|
639
638
|
|
|
640
639
|
def select_less(
|
|
641
640
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
642
|
-
execution_context:
|
|
641
|
+
execution_context: str = None,
|
|
643
642
|
undo: bool = None,
|
|
644
643
|
):
|
|
645
644
|
"""Deselect those bones at the boundary of each selection region
|
|
646
645
|
|
|
647
646
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
648
|
-
:type execution_context:
|
|
647
|
+
:type execution_context: str
|
|
649
648
|
:type undo: bool
|
|
650
649
|
"""
|
|
651
650
|
|
|
@@ -653,14 +652,14 @@ def select_less(
|
|
|
653
652
|
|
|
654
653
|
def select_linked(
|
|
655
654
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
656
|
-
execution_context:
|
|
655
|
+
execution_context: str = None,
|
|
657
656
|
undo: bool = None,
|
|
658
657
|
all_forks: typing.Union[bool, typing.Any] = False,
|
|
659
658
|
):
|
|
660
659
|
"""Select all bones linked by parent/child connections to the current selection
|
|
661
660
|
|
|
662
661
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
663
|
-
:type execution_context:
|
|
662
|
+
:type execution_context: str
|
|
664
663
|
:type undo: bool
|
|
665
664
|
:param all_forks: All Forks, Follow forks in the parents chain
|
|
666
665
|
:type all_forks: typing.Union[bool, typing.Any]
|
|
@@ -670,7 +669,7 @@ def select_linked(
|
|
|
670
669
|
|
|
671
670
|
def select_linked_pick(
|
|
672
671
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
673
|
-
execution_context:
|
|
672
|
+
execution_context: str = None,
|
|
674
673
|
undo: bool = None,
|
|
675
674
|
deselect: typing.Union[bool, typing.Any] = False,
|
|
676
675
|
all_forks: typing.Union[bool, typing.Any] = False,
|
|
@@ -678,7 +677,7 @@ def select_linked_pick(
|
|
|
678
677
|
"""(De)select bones linked by parent/child connections under the mouse cursor
|
|
679
678
|
|
|
680
679
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
681
|
-
:type execution_context:
|
|
680
|
+
:type execution_context: str
|
|
682
681
|
:type undo: bool
|
|
683
682
|
:param deselect: Deselect
|
|
684
683
|
:type deselect: typing.Union[bool, typing.Any]
|
|
@@ -690,7 +689,7 @@ def select_linked_pick(
|
|
|
690
689
|
|
|
691
690
|
def select_mirror(
|
|
692
691
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
693
|
-
execution_context:
|
|
692
|
+
execution_context: str = None,
|
|
694
693
|
undo: bool = None,
|
|
695
694
|
only_active: typing.Union[bool, typing.Any] = False,
|
|
696
695
|
extend: typing.Union[bool, typing.Any] = False,
|
|
@@ -698,7 +697,7 @@ def select_mirror(
|
|
|
698
697
|
"""Mirror the bone selection
|
|
699
698
|
|
|
700
699
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
701
|
-
:type execution_context:
|
|
700
|
+
:type execution_context: str
|
|
702
701
|
:type undo: bool
|
|
703
702
|
:param only_active: Active Only, Only operate on the active bone
|
|
704
703
|
:type only_active: typing.Union[bool, typing.Any]
|
|
@@ -710,13 +709,13 @@ def select_mirror(
|
|
|
710
709
|
|
|
711
710
|
def select_more(
|
|
712
711
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
713
|
-
execution_context:
|
|
712
|
+
execution_context: str = None,
|
|
714
713
|
undo: bool = None,
|
|
715
714
|
):
|
|
716
715
|
"""Select those bones connected to the initial selection
|
|
717
716
|
|
|
718
717
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
719
|
-
:type execution_context:
|
|
718
|
+
:type execution_context: str
|
|
720
719
|
:type undo: bool
|
|
721
720
|
"""
|
|
722
721
|
|
|
@@ -724,7 +723,7 @@ def select_more(
|
|
|
724
723
|
|
|
725
724
|
def select_similar(
|
|
726
725
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
727
|
-
execution_context:
|
|
726
|
+
execution_context: str = None,
|
|
728
727
|
undo: bool = None,
|
|
729
728
|
type: typing.Any = "LENGTH",
|
|
730
729
|
threshold: typing.Any = 0.1,
|
|
@@ -732,7 +731,7 @@ def select_similar(
|
|
|
732
731
|
"""Select similar bones by property types
|
|
733
732
|
|
|
734
733
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
735
|
-
:type execution_context:
|
|
734
|
+
:type execution_context: str
|
|
736
735
|
:type undo: bool
|
|
737
736
|
:param type: Type
|
|
738
737
|
:type type: typing.Any
|
|
@@ -744,30 +743,27 @@ def select_similar(
|
|
|
744
743
|
|
|
745
744
|
def separate(
|
|
746
745
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
747
|
-
execution_context:
|
|
746
|
+
execution_context: str = None,
|
|
748
747
|
undo: bool = None,
|
|
749
|
-
confirm: typing.Union[bool, typing.Any] = True,
|
|
750
748
|
):
|
|
751
749
|
"""Isolate selected bones into a separate armature
|
|
752
750
|
|
|
753
751
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
754
|
-
:type execution_context:
|
|
752
|
+
:type execution_context: str
|
|
755
753
|
:type undo: bool
|
|
756
|
-
:param confirm: Confirm, Prompt for confirmation
|
|
757
|
-
:type confirm: typing.Union[bool, typing.Any]
|
|
758
754
|
"""
|
|
759
755
|
|
|
760
756
|
...
|
|
761
757
|
|
|
762
758
|
def shortest_path_pick(
|
|
763
759
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
764
|
-
execution_context:
|
|
760
|
+
execution_context: str = None,
|
|
765
761
|
undo: bool = None,
|
|
766
762
|
):
|
|
767
763
|
"""Select shortest path between two bones
|
|
768
764
|
|
|
769
765
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
770
|
-
:type execution_context:
|
|
766
|
+
:type execution_context: str
|
|
771
767
|
:type undo: bool
|
|
772
768
|
"""
|
|
773
769
|
|
|
@@ -775,13 +771,13 @@ def shortest_path_pick(
|
|
|
775
771
|
|
|
776
772
|
def split(
|
|
777
773
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
778
|
-
execution_context:
|
|
774
|
+
execution_context: str = None,
|
|
779
775
|
undo: bool = None,
|
|
780
776
|
):
|
|
781
777
|
"""Split off selected bones from connected unselected bones
|
|
782
778
|
|
|
783
779
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
784
|
-
:type execution_context:
|
|
780
|
+
:type execution_context: str
|
|
785
781
|
:type undo: bool
|
|
786
782
|
"""
|
|
787
783
|
|
|
@@ -789,14 +785,14 @@ def split(
|
|
|
789
785
|
|
|
790
786
|
def subdivide(
|
|
791
787
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
792
|
-
execution_context:
|
|
788
|
+
execution_context: str = None,
|
|
793
789
|
undo: bool = None,
|
|
794
790
|
number_cuts: typing.Any = 1,
|
|
795
791
|
):
|
|
796
792
|
"""Break selected bones into chains of smaller bones
|
|
797
793
|
|
|
798
794
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
799
|
-
:type execution_context:
|
|
795
|
+
:type execution_context: str
|
|
800
796
|
:type undo: bool
|
|
801
797
|
:param number_cuts: Number of Cuts
|
|
802
798
|
:type number_cuts: typing.Any
|
|
@@ -806,13 +802,13 @@ def subdivide(
|
|
|
806
802
|
|
|
807
803
|
def switch_direction(
|
|
808
804
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
809
|
-
execution_context:
|
|
805
|
+
execution_context: str = None,
|
|
810
806
|
undo: bool = None,
|
|
811
807
|
):
|
|
812
808
|
"""Change the direction that a chain of bones points in (head and tail swap)
|
|
813
809
|
|
|
814
810
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
815
|
-
:type execution_context:
|
|
811
|
+
:type execution_context: str
|
|
816
812
|
:type undo: bool
|
|
817
813
|
"""
|
|
818
814
|
|
|
@@ -820,14 +816,14 @@ def switch_direction(
|
|
|
820
816
|
|
|
821
817
|
def symmetrize(
|
|
822
818
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
823
|
-
execution_context:
|
|
819
|
+
execution_context: str = None,
|
|
824
820
|
undo: bool = None,
|
|
825
821
|
direction: typing.Any = "NEGATIVE_X",
|
|
826
822
|
):
|
|
827
823
|
"""Enforce symmetry, make copies of the selection or use existing
|
|
828
824
|
|
|
829
825
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
830
|
-
:type execution_context:
|
|
826
|
+
:type execution_context: str
|
|
831
827
|
:type undo: bool
|
|
832
828
|
:param direction: Direction, Which sides to copy from and to (when both are selected)
|
|
833
829
|
:type direction: typing.Any
|