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.
- aud/__init__.pyi +4 -4
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +43 -40
- bmesh/utils/__init__.pyi +2 -4
- bpy/ops/action/__init__.pyi +152 -152
- bpy/ops/anim/__init__.pyi +216 -216
- bpy/ops/armature/__init__.pyi +192 -192
- bpy/ops/asset/__init__.pyi +64 -64
- bpy/ops/boid/__init__.pyi +32 -32
- bpy/ops/brush/__init__.pyi +36 -36
- bpy/ops/buttons/__init__.pyi +24 -24
- bpy/ops/cachefile/__init__.pyi +20 -20
- bpy/ops/camera/__init__.pyi +8 -8
- bpy/ops/clip/__init__.pyi +368 -368
- bpy/ops/cloth/__init__.pyi +4 -4
- bpy/ops/collection/__init__.pyi +36 -36
- bpy/ops/console/__init__.pyi +84 -84
- bpy/ops/constraint/__init__.pyi +72 -72
- bpy/ops/curve/__init__.pyi +204 -204
- bpy/ops/curves/__init__.pyi +108 -108
- bpy/ops/cycles/__init__.pyi +12 -12
- bpy/ops/dpaint/__init__.pyi +20 -20
- bpy/ops/ed/__init__.pyi +48 -48
- bpy/ops/export_anim/__init__.pyi +4 -4
- bpy/ops/export_scene/__init__.pyi +8 -8
- bpy/ops/extensions/__init__.pyi +130 -110
- bpy/ops/file/__init__.pyi +160 -160
- bpy/ops/fluid/__init__.pyi +56 -56
- bpy/ops/font/__init__.pyi +92 -92
- bpy/ops/geometry/__init__.pyi +40 -40
- bpy/ops/gizmogroup/__init__.pyi +8 -8
- bpy/ops/gpencil/__init__.pyi +600 -600
- bpy/ops/graph/__init__.pyi +260 -260
- bpy/ops/grease_pencil/__init__.pyi +292 -292
- bpy/ops/image/__init__.pyi +192 -192
- bpy/ops/import_anim/__init__.pyi +4 -4
- bpy/ops/import_curve/__init__.pyi +4 -4
- bpy/ops/import_scene/__init__.pyi +8 -8
- bpy/ops/info/__init__.pyi +28 -28
- bpy/ops/lattice/__init__.pyi +32 -32
- bpy/ops/marker/__init__.pyi +44 -44
- bpy/ops/mask/__init__.pyi +156 -156
- bpy/ops/material/__init__.pyi +12 -12
- bpy/ops/mball/__init__.pyi +32 -32
- bpy/ops/mesh/__init__.pyi +652 -652
- bpy/ops/nla/__init__.pyi +156 -156
- bpy/ops/node/__init__.pyi +450 -404
- bpy/ops/object/__init__.pyi +984 -987
- bpy/ops/outliner/__init__.pyi +284 -284
- bpy/ops/paint/__init__.pyi +220 -220
- bpy/ops/paintcurve/__init__.pyi +32 -32
- bpy/ops/palette/__init__.pyi +28 -28
- bpy/ops/particle/__init__.pyi +144 -144
- bpy/ops/pose/__init__.pyi +156 -156
- bpy/ops/poselib/__init__.pyi +36 -36
- bpy/ops/preferences/__init__.pyi +151 -148
- bpy/ops/ptcache/__init__.pyi +28 -28
- bpy/ops/render/__init__.pyi +48 -48
- bpy/ops/rigidbody/__init__.pyi +52 -52
- bpy/ops/scene/__init__.pyi +156 -156
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +144 -144
- bpy/ops/sculpt_curves/__init__.pyi +16 -16
- bpy/ops/sequencer/__init__.pyi +364 -340
- bpy/ops/sound/__init__.pyi +28 -28
- bpy/ops/spreadsheet/__init__.pyi +16 -16
- bpy/ops/surface/__init__.pyi +24 -24
- bpy/ops/text/__init__.pyi +172 -172
- bpy/ops/text_editor/__init__.pyi +4 -4
- bpy/ops/texture/__init__.pyi +16 -16
- bpy/ops/transform/__init__.pyi +111 -108
- bpy/ops/ui/__init__.pyi +132 -132
- bpy/ops/uilist/__init__.pyi +12 -12
- bpy/ops/uv/__init__.pyi +196 -196
- bpy/ops/view2d/__init__.pyi +56 -56
- bpy/ops/view3d/__init__.pyi +268 -268
- bpy/ops/wm/__init__.pyi +475 -448
- bpy/ops/workspace/__init__.pyi +28 -28
- bpy/ops/world/__init__.pyi +8 -8
- bpy/path/__init__.pyi +18 -18
- bpy/props/__init__.pyi +11 -11
- bpy/types/__init__.pyi +2136 -1798
- bpy/utils/__init__.pyi +4 -4
- bpy_extras/anim_utils/__init__.pyi +4 -4
- bpy_extras/io_utils/__init__.pyi +4 -4
- bpy_extras/mesh_utils/__init__.pyi +4 -4
- bpy_extras/view3d_utils/__init__.pyi +24 -20
- bpy_types/__init__.pyi +12 -7
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
- freestyle/types/__init__.pyi +64 -64
- freestyle/utils/__init__.pyi +2 -2
- gpu/matrix/__init__.pyi +15 -6
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +6 -4
- gpu_extras/presets/__init__.pyi +8 -4
- imbuf/__init__.pyi +4 -4
- mathutils/__init__.pyi +292 -187
- mathutils/geometry/__init__.pyi +2 -5
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
bpy/ops/armature/__init__.pyi
CHANGED
|
@@ -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] |
|
|
11
|
-
execution_context:
|
|
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] |
|
|
17
|
-
:type execution_context:
|
|
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] |
|
|
25
|
-
execution_context:
|
|
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] |
|
|
34
|
-
:type execution_context:
|
|
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] |
|
|
46
|
-
execution_context:
|
|
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] |
|
|
54
|
-
:type execution_context:
|
|
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] |
|
|
73
|
-
execution_context:
|
|
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] |
|
|
81
|
-
:type execution_context:
|
|
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] |
|
|
91
|
-
execution_context:
|
|
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] |
|
|
101
|
-
:type execution_context:
|
|
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] |
|
|
115
|
-
execution_context:
|
|
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] |
|
|
121
|
-
:type execution_context:
|
|
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] |
|
|
129
|
-
execution_context:
|
|
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] |
|
|
135
|
-
:type execution_context:
|
|
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] |
|
|
143
|
-
execution_context:
|
|
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] |
|
|
151
|
-
:type execution_context:
|
|
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] |
|
|
161
|
-
execution_context:
|
|
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] |
|
|
169
|
-
:type execution_context:
|
|
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] |
|
|
179
|
-
execution_context:
|
|
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] |
|
|
185
|
-
:type execution_context:
|
|
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] |
|
|
193
|
-
execution_context:
|
|
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] |
|
|
201
|
-
:type execution_context:
|
|
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] |
|
|
211
|
-
execution_context:
|
|
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] |
|
|
217
|
-
:type execution_context:
|
|
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] |
|
|
225
|
-
execution_context:
|
|
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] |
|
|
231
|
-
:type execution_context:
|
|
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] |
|
|
239
|
-
execution_context:
|
|
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] |
|
|
245
|
-
:type execution_context:
|
|
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] |
|
|
253
|
-
execution_context:
|
|
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] |
|
|
259
|
-
:type execution_context:
|
|
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] |
|
|
267
|
-
execution_context:
|
|
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] |
|
|
275
|
-
:type execution_context:
|
|
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] |
|
|
285
|
-
execution_context:
|
|
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] |
|
|
294
|
-
:type execution_context:
|
|
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] |
|
|
306
|
-
execution_context:
|
|
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] |
|
|
312
|
-
:type execution_context:
|
|
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] |
|
|
320
|
-
execution_context:
|
|
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] |
|
|
328
|
-
:type execution_context:
|
|
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] |
|
|
344
|
-
execution_context:
|
|
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] |
|
|
352
|
-
:type execution_context:
|
|
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] |
|
|
362
|
-
execution_context:
|
|
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] |
|
|
368
|
-
:type execution_context:
|
|
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] |
|
|
376
|
-
execution_context:
|
|
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] |
|
|
384
|
-
:type execution_context:
|
|
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] |
|
|
394
|
-
execution_context:
|
|
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] |
|
|
403
|
-
:type execution_context:
|
|
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] |
|
|
415
|
-
execution_context:
|
|
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] |
|
|
423
|
-
:type execution_context:
|
|
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] |
|
|
433
|
-
execution_context:
|
|
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] |
|
|
442
|
-
:type execution_context:
|
|
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] |
|
|
454
|
-
execution_context:
|
|
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] |
|
|
463
|
-
:type execution_context:
|
|
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] |
|
|
475
|
-
execution_context:
|
|
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] |
|
|
481
|
-
:type execution_context:
|
|
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] |
|
|
489
|
-
execution_context:
|
|
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] |
|
|
497
|
-
:type execution_context:
|
|
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] |
|
|
507
|
-
execution_context:
|
|
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] |
|
|
515
|
-
:type execution_context:
|
|
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] |
|
|
525
|
-
execution_context:
|
|
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] |
|
|
534
|
-
:type execution_context:
|
|
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] |
|
|
546
|
-
execution_context:
|
|
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] |
|
|
554
|
-
:type execution_context:
|
|
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] |
|
|
564
|
-
execution_context:
|
|
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] |
|
|
572
|
-
:type execution_context:
|
|
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] |
|
|
582
|
-
execution_context:
|
|
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] |
|
|
590
|
-
:type execution_context:
|
|
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] |
|
|
600
|
-
execution_context:
|
|
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] |
|
|
608
|
-
:type execution_context:
|
|
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] |
|
|
618
|
-
execution_context:
|
|
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] |
|
|
626
|
-
:type execution_context:
|
|
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] |
|
|
648
|
-
execution_context:
|
|
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] |
|
|
657
|
-
:type execution_context:
|
|
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] |
|
|
669
|
-
execution_context:
|
|
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] |
|
|
675
|
-
:type execution_context:
|
|
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] |
|
|
683
|
-
execution_context:
|
|
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] |
|
|
691
|
-
:type execution_context:
|
|
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] |
|
|
701
|
-
execution_context:
|
|
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] |
|
|
710
|
-
:type execution_context:
|
|
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] |
|
|
722
|
-
execution_context:
|
|
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] |
|
|
731
|
-
:type execution_context:
|
|
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] |
|
|
743
|
-
execution_context:
|
|
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] |
|
|
749
|
-
:type execution_context:
|
|
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] |
|
|
757
|
-
execution_context:
|
|
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] |
|
|
766
|
-
:type execution_context:
|
|
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] |
|
|
778
|
-
execution_context:
|
|
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] |
|
|
784
|
-
:type execution_context:
|
|
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] |
|
|
792
|
-
execution_context:
|
|
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] |
|
|
798
|
-
:type execution_context:
|
|
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] |
|
|
806
|
-
execution_context:
|
|
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] |
|
|
812
|
-
:type execution_context:
|
|
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] |
|
|
820
|
-
execution_context:
|
|
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] |
|
|
828
|
-
:type execution_context:
|
|
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] |
|
|
838
|
-
execution_context:
|
|
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] |
|
|
844
|
-
:type execution_context:
|
|
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] |
|
|
852
|
-
execution_context:
|
|
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] |
|
|
860
|
-
:type execution_context:
|
|
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
|