fake-bpy-module 20240508__py3-none-any.whl → 20240510__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.
- bmesh/ops/__init__.pyi +106 -106
- bpy/ops/action/__init__.pyi +152 -76
- bpy/ops/anim/__init__.pyi +212 -106
- bpy/ops/armature/__init__.pyi +192 -96
- bpy/ops/asset/__init__.pyi +64 -32
- bpy/ops/boid/__init__.pyi +32 -16
- bpy/ops/brush/__init__.pyi +36 -18
- bpy/ops/buttons/__init__.pyi +24 -12
- bpy/ops/cachefile/__init__.pyi +20 -10
- bpy/ops/camera/__init__.pyi +8 -4
- bpy/ops/clip/__init__.pyi +368 -184
- bpy/ops/cloth/__init__.pyi +4 -2
- bpy/ops/collection/__init__.pyi +36 -18
- bpy/ops/console/__init__.pyi +84 -42
- bpy/ops/constraint/__init__.pyi +72 -36
- bpy/ops/curve/__init__.pyi +204 -102
- bpy/ops/curves/__init__.pyi +108 -54
- bpy/ops/cycles/__init__.pyi +12 -6
- bpy/ops/dpaint/__init__.pyi +20 -10
- bpy/ops/ed/__init__.pyi +48 -24
- bpy/ops/export_anim/__init__.pyi +4 -2
- bpy/ops/export_mesh/__init__.pyi +4 -2
- bpy/ops/export_scene/__init__.pyi +15 -9
- bpy/ops/file/__init__.pyi +160 -80
- bpy/ops/fluid/__init__.pyi +56 -28
- bpy/ops/font/__init__.pyi +92 -46
- bpy/ops/geometry/__init__.pyi +40 -20
- bpy/ops/gizmogroup/__init__.pyi +8 -4
- bpy/ops/gpencil/__init__.pyi +600 -300
- bpy/ops/graph/__init__.pyi +260 -130
- bpy/ops/grease_pencil/__init__.pyi +268 -134
- bpy/ops/image/__init__.pyi +188 -94
- bpy/ops/import_anim/__init__.pyi +4 -2
- bpy/ops/import_curve/__init__.pyi +4 -2
- bpy/ops/import_mesh/__init__.pyi +4 -2
- bpy/ops/import_scene/__init__.pyi +12 -6
- bpy/ops/info/__init__.pyi +28 -14
- bpy/ops/lattice/__init__.pyi +32 -16
- bpy/ops/marker/__init__.pyi +44 -22
- bpy/ops/mask/__init__.pyi +156 -78
- bpy/ops/material/__init__.pyi +12 -6
- bpy/ops/mball/__init__.pyi +32 -16
- bpy/ops/mesh/__init__.pyi +652 -326
- bpy/ops/nla/__init__.pyi +158 -80
- bpy/ops/node/__init__.pyi +404 -202
- bpy/ops/object/__init__.pyi +1002 -490
- bpy/ops/outliner/__init__.pyi +276 -138
- bpy/ops/paint/__init__.pyi +212 -106
- bpy/ops/paintcurve/__init__.pyi +32 -16
- bpy/ops/palette/__init__.pyi +28 -14
- bpy/ops/particle/__init__.pyi +144 -72
- bpy/ops/pose/__init__.pyi +156 -78
- bpy/ops/poselib/__init__.pyi +36 -18
- bpy/ops/preferences/__init__.pyi +152 -76
- bpy/ops/ptcache/__init__.pyi +28 -14
- bpy/ops/render/__init__.pyi +48 -24
- bpy/ops/rigidbody/__init__.pyi +52 -26
- bpy/ops/scene/__init__.pyi +156 -78
- bpy/ops/screen/__init__.pyi +156 -78
- bpy/ops/script/__init__.pyi +12 -6
- bpy/ops/sculpt/__init__.pyi +134 -68
- bpy/ops/sculpt_curves/__init__.pyi +16 -8
- bpy/ops/sequencer/__init__.pyi +340 -170
- bpy/ops/sound/__init__.pyi +28 -14
- bpy/ops/spreadsheet/__init__.pyi +16 -8
- bpy/ops/surface/__init__.pyi +24 -12
- bpy/ops/text/__init__.pyi +172 -86
- bpy/ops/text_editor/__init__.pyi +4 -2
- bpy/ops/texture/__init__.pyi +16 -8
- bpy/ops/transform/__init__.pyi +108 -54
- bpy/ops/ui/__init__.pyi +132 -66
- bpy/ops/uilist/__init__.pyi +12 -6
- bpy/ops/uv/__init__.pyi +196 -98
- bpy/ops/view2d/__init__.pyi +56 -28
- bpy/ops/view3d/__init__.pyi +268 -134
- bpy/ops/wm/__init__.pyi +496 -227
- bpy/ops/workspace/__init__.pyi +28 -14
- bpy/ops/world/__init__.pyi +4 -2
- bpy/types/__init__.pyi +434 -37
- {fake_bpy_module-20240508.dist-info → fake_bpy_module-20240510.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240508.dist-info → fake_bpy_module-20240510.dist-info}/RECORD +84 -84
- mathutils/__init__.pyi +20 -0
- {fake_bpy_module-20240508.dist-info → fake_bpy_module-20240510.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240508.dist-info → fake_bpy_module-20240510.dist-info}/top_level.txt +0 -0
bpy/ops/paint/__init__.pyi
CHANGED
|
@@ -4,13 +4,15 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def add_simple_uvs(
|
|
7
|
-
override_context: typing.Optional[
|
|
7
|
+
override_context: typing.Optional[
|
|
8
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
9
|
+
] = None,
|
|
8
10
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
9
11
|
undo: typing.Optional[bool] = None,
|
|
10
12
|
):
|
|
11
13
|
"""Add cube map UVs on mesh
|
|
12
14
|
|
|
13
|
-
:type override_context: typing.Optional[typing.Union[
|
|
15
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
14
16
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
15
17
|
:type undo: typing.Optional[bool]
|
|
16
18
|
"""
|
|
@@ -18,7 +20,9 @@ def add_simple_uvs(
|
|
|
18
20
|
...
|
|
19
21
|
|
|
20
22
|
def add_texture_paint_slot(
|
|
21
|
-
override_context: typing.Optional[
|
|
23
|
+
override_context: typing.Optional[
|
|
24
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
25
|
+
] = None,
|
|
22
26
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
23
27
|
undo: typing.Optional[bool] = None,
|
|
24
28
|
type: typing.Optional[typing.Any] = "BASE_COLOR",
|
|
@@ -35,7 +39,7 @@ def add_texture_paint_slot(
|
|
|
35
39
|
):
|
|
36
40
|
"""Add a paint slot
|
|
37
41
|
|
|
38
|
-
:type override_context: typing.Optional[typing.Union[
|
|
42
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
39
43
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
40
44
|
:type undo: typing.Optional[bool]
|
|
41
45
|
:param type: Material Layer Type, Material layer type of new paint slot
|
|
@@ -65,13 +69,15 @@ def add_texture_paint_slot(
|
|
|
65
69
|
...
|
|
66
70
|
|
|
67
71
|
def brush_colors_flip(
|
|
68
|
-
override_context: typing.Optional[
|
|
72
|
+
override_context: typing.Optional[
|
|
73
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
74
|
+
] = None,
|
|
69
75
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
70
76
|
undo: typing.Optional[bool] = None,
|
|
71
77
|
):
|
|
72
78
|
"""Swap primary and secondary brush colors
|
|
73
79
|
|
|
74
|
-
:type override_context: typing.Optional[typing.Union[
|
|
80
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
75
81
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
76
82
|
:type undo: typing.Optional[bool]
|
|
77
83
|
"""
|
|
@@ -79,7 +85,9 @@ def brush_colors_flip(
|
|
|
79
85
|
...
|
|
80
86
|
|
|
81
87
|
def brush_select(
|
|
82
|
-
override_context: typing.Optional[
|
|
88
|
+
override_context: typing.Optional[
|
|
89
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
90
|
+
] = None,
|
|
83
91
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
84
92
|
undo: typing.Optional[bool] = None,
|
|
85
93
|
sculpt_tool: typing.Optional[typing.Union[str, int]] = "DRAW",
|
|
@@ -96,7 +104,7 @@ def brush_select(
|
|
|
96
104
|
):
|
|
97
105
|
"""Select a paint mode's brush by tool type
|
|
98
106
|
|
|
99
|
-
:type override_context: typing.Optional[typing.Union[
|
|
107
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
100
108
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
101
109
|
:type undo: typing.Optional[bool]
|
|
102
110
|
:param sculpt_tool: sculpt_tool
|
|
@@ -126,14 +134,16 @@ def brush_select(
|
|
|
126
134
|
...
|
|
127
135
|
|
|
128
136
|
def face_select_all(
|
|
129
|
-
override_context: typing.Optional[
|
|
137
|
+
override_context: typing.Optional[
|
|
138
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
139
|
+
] = None,
|
|
130
140
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
131
141
|
undo: typing.Optional[bool] = None,
|
|
132
142
|
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
133
143
|
):
|
|
134
144
|
"""Change selection for all faces
|
|
135
145
|
|
|
136
|
-
:type override_context: typing.Optional[typing.Union[
|
|
146
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
137
147
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
138
148
|
:type undo: typing.Optional[bool]
|
|
139
149
|
:param action: Action, Selection action to execute
|
|
@@ -155,14 +165,16 @@ def face_select_all(
|
|
|
155
165
|
...
|
|
156
166
|
|
|
157
167
|
def face_select_hide(
|
|
158
|
-
override_context: typing.Optional[
|
|
168
|
+
override_context: typing.Optional[
|
|
169
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
170
|
+
] = None,
|
|
159
171
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
160
172
|
undo: typing.Optional[bool] = None,
|
|
161
173
|
unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
162
174
|
):
|
|
163
175
|
"""Hide selected faces
|
|
164
176
|
|
|
165
|
-
:type override_context: typing.Optional[typing.Union[
|
|
177
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
166
178
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
167
179
|
:type undo: typing.Optional[bool]
|
|
168
180
|
:param unselected: Unselected, Hide unselected rather than selected objects
|
|
@@ -172,14 +184,16 @@ def face_select_hide(
|
|
|
172
184
|
...
|
|
173
185
|
|
|
174
186
|
def face_select_less(
|
|
175
|
-
override_context: typing.Optional[
|
|
187
|
+
override_context: typing.Optional[
|
|
188
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
189
|
+
] = None,
|
|
176
190
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
177
191
|
undo: typing.Optional[bool] = None,
|
|
178
192
|
face_step: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
179
193
|
):
|
|
180
194
|
"""Deselect Faces connected to existing selection
|
|
181
195
|
|
|
182
|
-
:type override_context: typing.Optional[typing.Union[
|
|
196
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
183
197
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
184
198
|
:type undo: typing.Optional[bool]
|
|
185
199
|
:param face_step: Face Step, Also deselect faces that only touch on a corner
|
|
@@ -189,13 +203,15 @@ def face_select_less(
|
|
|
189
203
|
...
|
|
190
204
|
|
|
191
205
|
def face_select_linked(
|
|
192
|
-
override_context: typing.Optional[
|
|
206
|
+
override_context: typing.Optional[
|
|
207
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
208
|
+
] = None,
|
|
193
209
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
194
210
|
undo: typing.Optional[bool] = None,
|
|
195
211
|
):
|
|
196
212
|
"""Select linked faces
|
|
197
213
|
|
|
198
|
-
:type override_context: typing.Optional[typing.Union[
|
|
214
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
199
215
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
200
216
|
:type undo: typing.Optional[bool]
|
|
201
217
|
"""
|
|
@@ -203,14 +219,16 @@ def face_select_linked(
|
|
|
203
219
|
...
|
|
204
220
|
|
|
205
221
|
def face_select_linked_pick(
|
|
206
|
-
override_context: typing.Optional[
|
|
222
|
+
override_context: typing.Optional[
|
|
223
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
224
|
+
] = None,
|
|
207
225
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
208
226
|
undo: typing.Optional[bool] = None,
|
|
209
227
|
deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
210
228
|
):
|
|
211
229
|
"""Select linked faces under the cursor
|
|
212
230
|
|
|
213
|
-
:type override_context: typing.Optional[typing.Union[
|
|
231
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
214
232
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
215
233
|
:type undo: typing.Optional[bool]
|
|
216
234
|
:param deselect: Deselect, Deselect rather than select items
|
|
@@ -220,7 +238,9 @@ def face_select_linked_pick(
|
|
|
220
238
|
...
|
|
221
239
|
|
|
222
240
|
def face_select_loop(
|
|
223
|
-
override_context: typing.Optional[
|
|
241
|
+
override_context: typing.Optional[
|
|
242
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
243
|
+
] = None,
|
|
224
244
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
225
245
|
undo: typing.Optional[bool] = None,
|
|
226
246
|
select: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
@@ -228,7 +248,7 @@ def face_select_loop(
|
|
|
228
248
|
):
|
|
229
249
|
"""Select face loop under the cursor
|
|
230
250
|
|
|
231
|
-
:type override_context: typing.Optional[typing.Union[
|
|
251
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
232
252
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
233
253
|
:type undo: typing.Optional[bool]
|
|
234
254
|
:param select: Select, If false, faces will be deselected
|
|
@@ -240,14 +260,16 @@ def face_select_loop(
|
|
|
240
260
|
...
|
|
241
261
|
|
|
242
262
|
def face_select_more(
|
|
243
|
-
override_context: typing.Optional[
|
|
263
|
+
override_context: typing.Optional[
|
|
264
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
265
|
+
] = None,
|
|
244
266
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
245
267
|
undo: typing.Optional[bool] = None,
|
|
246
268
|
face_step: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
247
269
|
):
|
|
248
270
|
"""Select Faces connected to existing selection
|
|
249
271
|
|
|
250
|
-
:type override_context: typing.Optional[typing.Union[
|
|
272
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
251
273
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
252
274
|
:type undo: typing.Optional[bool]
|
|
253
275
|
:param face_step: Face Step, Also select faces that only touch on a corner
|
|
@@ -257,14 +279,16 @@ def face_select_more(
|
|
|
257
279
|
...
|
|
258
280
|
|
|
259
281
|
def face_vert_reveal(
|
|
260
|
-
override_context: typing.Optional[
|
|
282
|
+
override_context: typing.Optional[
|
|
283
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
284
|
+
] = None,
|
|
261
285
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
262
286
|
undo: typing.Optional[bool] = None,
|
|
263
287
|
select: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
264
288
|
):
|
|
265
289
|
"""Reveal hidden faces and vertices
|
|
266
290
|
|
|
267
|
-
:type override_context: typing.Optional[typing.Union[
|
|
291
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
268
292
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
269
293
|
:type undo: typing.Optional[bool]
|
|
270
294
|
:param select: Select, Specifies whether the newly revealed geometry should be selected
|
|
@@ -274,14 +298,16 @@ def face_vert_reveal(
|
|
|
274
298
|
...
|
|
275
299
|
|
|
276
300
|
def grab_clone(
|
|
277
|
-
override_context: typing.Optional[
|
|
301
|
+
override_context: typing.Optional[
|
|
302
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
303
|
+
] = None,
|
|
278
304
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
279
305
|
undo: typing.Optional[bool] = None,
|
|
280
306
|
delta: typing.Optional[typing.Any] = (0.0, 0.0),
|
|
281
307
|
):
|
|
282
308
|
"""Move the clone source image
|
|
283
309
|
|
|
284
|
-
:type override_context: typing.Optional[typing.Union[
|
|
310
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
285
311
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
286
312
|
:type undo: typing.Optional[bool]
|
|
287
313
|
:param delta: Delta, Delta offset of clone image in 0.0 to 1.0 coordinates
|
|
@@ -291,7 +317,9 @@ def grab_clone(
|
|
|
291
317
|
...
|
|
292
318
|
|
|
293
319
|
def hide_show(
|
|
294
|
-
override_context: typing.Optional[
|
|
320
|
+
override_context: typing.Optional[
|
|
321
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
322
|
+
] = None,
|
|
295
323
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
296
324
|
undo: typing.Optional[bool] = None,
|
|
297
325
|
xmin: typing.Optional[typing.Any] = 0,
|
|
@@ -305,7 +333,7 @@ def hide_show(
|
|
|
305
333
|
):
|
|
306
334
|
"""Hide/show some vertices
|
|
307
335
|
|
|
308
|
-
:type override_context: typing.Optional[typing.Union[
|
|
336
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
309
337
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
310
338
|
:type undo: typing.Optional[bool]
|
|
311
339
|
:param xmin: X Min
|
|
@@ -341,14 +369,16 @@ def hide_show(
|
|
|
341
369
|
...
|
|
342
370
|
|
|
343
371
|
def hide_show_all(
|
|
344
|
-
override_context: typing.Optional[
|
|
372
|
+
override_context: typing.Optional[
|
|
373
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
374
|
+
] = None,
|
|
345
375
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
346
376
|
undo: typing.Optional[bool] = None,
|
|
347
377
|
action: typing.Optional[typing.Any] = "HIDE",
|
|
348
378
|
):
|
|
349
379
|
"""Hide/show all vertices
|
|
350
380
|
|
|
351
|
-
:type override_context: typing.Optional[typing.Union[
|
|
381
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
352
382
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
353
383
|
:type undo: typing.Optional[bool]
|
|
354
384
|
:param action: Visibility Action, Whether to hide or show vertices
|
|
@@ -364,7 +394,9 @@ def hide_show_all(
|
|
|
364
394
|
...
|
|
365
395
|
|
|
366
396
|
def hide_show_lasso_gesture(
|
|
367
|
-
override_context: typing.Optional[
|
|
397
|
+
override_context: typing.Optional[
|
|
398
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
399
|
+
] = None,
|
|
368
400
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
369
401
|
undo: typing.Optional[bool] = None,
|
|
370
402
|
path: typing.Optional[
|
|
@@ -376,7 +408,7 @@ def hide_show_lasso_gesture(
|
|
|
376
408
|
):
|
|
377
409
|
"""Hide/show some vertices
|
|
378
410
|
|
|
379
|
-
:type override_context: typing.Optional[typing.Union[
|
|
411
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
380
412
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
381
413
|
:type undo: typing.Optional[bool]
|
|
382
414
|
:param path: Path
|
|
@@ -404,7 +436,9 @@ def hide_show_lasso_gesture(
|
|
|
404
436
|
...
|
|
405
437
|
|
|
406
438
|
def hide_show_line_gesture(
|
|
407
|
-
override_context: typing.Optional[
|
|
439
|
+
override_context: typing.Optional[
|
|
440
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
441
|
+
] = None,
|
|
408
442
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
409
443
|
undo: typing.Optional[bool] = None,
|
|
410
444
|
xstart: typing.Optional[typing.Any] = 0,
|
|
@@ -420,7 +454,7 @@ def hide_show_line_gesture(
|
|
|
420
454
|
):
|
|
421
455
|
"""Hide/show some vertices
|
|
422
456
|
|
|
423
|
-
:type override_context: typing.Optional[typing.Union[
|
|
457
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
424
458
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
425
459
|
:type undo: typing.Optional[bool]
|
|
426
460
|
:param xstart: X Start
|
|
@@ -460,14 +494,16 @@ def hide_show_line_gesture(
|
|
|
460
494
|
...
|
|
461
495
|
|
|
462
496
|
def hide_show_masked(
|
|
463
|
-
override_context: typing.Optional[
|
|
497
|
+
override_context: typing.Optional[
|
|
498
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
499
|
+
] = None,
|
|
464
500
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
465
501
|
undo: typing.Optional[bool] = None,
|
|
466
502
|
action: typing.Optional[typing.Any] = "HIDE",
|
|
467
503
|
):
|
|
468
504
|
"""Hide/show all masked vertices above a threshold
|
|
469
505
|
|
|
470
|
-
:type override_context: typing.Optional[typing.Union[
|
|
506
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
471
507
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
472
508
|
:type undo: typing.Optional[bool]
|
|
473
509
|
:param action: Visibility Action, Whether to hide or show vertices
|
|
@@ -483,7 +519,9 @@ def hide_show_masked(
|
|
|
483
519
|
...
|
|
484
520
|
|
|
485
521
|
def hide_show_polyline_gesture(
|
|
486
|
-
override_context: typing.Optional[
|
|
522
|
+
override_context: typing.Optional[
|
|
523
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
524
|
+
] = None,
|
|
487
525
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
488
526
|
undo: typing.Optional[bool] = None,
|
|
489
527
|
path: typing.Optional[
|
|
@@ -495,7 +533,7 @@ def hide_show_polyline_gesture(
|
|
|
495
533
|
):
|
|
496
534
|
"""Hide/show some vertices
|
|
497
535
|
|
|
498
|
-
:type override_context: typing.Optional[typing.Union[
|
|
536
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
499
537
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
500
538
|
:type undo: typing.Optional[bool]
|
|
501
539
|
:param path: Path
|
|
@@ -523,14 +561,16 @@ def hide_show_polyline_gesture(
|
|
|
523
561
|
...
|
|
524
562
|
|
|
525
563
|
def image_from_view(
|
|
526
|
-
override_context: typing.Optional[
|
|
564
|
+
override_context: typing.Optional[
|
|
565
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
566
|
+
] = None,
|
|
527
567
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
528
568
|
undo: typing.Optional[bool] = None,
|
|
529
569
|
filepath: typing.Union[str, typing.Any] = "",
|
|
530
570
|
):
|
|
531
571
|
"""Make an image from biggest 3D view for reprojection
|
|
532
572
|
|
|
533
|
-
:type override_context: typing.Optional[typing.Union[
|
|
573
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
534
574
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
535
575
|
:type undo: typing.Optional[bool]
|
|
536
576
|
:param filepath: File Path, Name of the file
|
|
@@ -540,7 +580,9 @@ def image_from_view(
|
|
|
540
580
|
...
|
|
541
581
|
|
|
542
582
|
def image_paint(
|
|
543
|
-
override_context: typing.Optional[
|
|
583
|
+
override_context: typing.Optional[
|
|
584
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
585
|
+
] = None,
|
|
544
586
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
545
587
|
undo: typing.Optional[bool] = None,
|
|
546
588
|
stroke: typing.Optional[
|
|
@@ -550,7 +592,7 @@ def image_paint(
|
|
|
550
592
|
):
|
|
551
593
|
"""Paint a stroke into the image
|
|
552
594
|
|
|
553
|
-
:type override_context: typing.Optional[typing.Union[
|
|
595
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
554
596
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
555
597
|
:type undo: typing.Optional[bool]
|
|
556
598
|
:param stroke: Stroke
|
|
@@ -571,7 +613,9 @@ def image_paint(
|
|
|
571
613
|
...
|
|
572
614
|
|
|
573
615
|
def mask_box_gesture(
|
|
574
|
-
override_context: typing.Optional[
|
|
616
|
+
override_context: typing.Optional[
|
|
617
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
618
|
+
] = None,
|
|
575
619
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
576
620
|
undo: typing.Optional[bool] = None,
|
|
577
621
|
xmin: typing.Optional[typing.Any] = 0,
|
|
@@ -585,7 +629,7 @@ def mask_box_gesture(
|
|
|
585
629
|
):
|
|
586
630
|
"""Mask within a rectangle defined by the cursor
|
|
587
631
|
|
|
588
|
-
:type override_context: typing.Optional[typing.Union[
|
|
632
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
589
633
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
590
634
|
:type undo: typing.Optional[bool]
|
|
591
635
|
:param xmin: X Min
|
|
@@ -618,7 +662,9 @@ def mask_box_gesture(
|
|
|
618
662
|
...
|
|
619
663
|
|
|
620
664
|
def mask_flood_fill(
|
|
621
|
-
override_context: typing.Optional[
|
|
665
|
+
override_context: typing.Optional[
|
|
666
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
667
|
+
] = None,
|
|
622
668
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
623
669
|
undo: typing.Optional[bool] = None,
|
|
624
670
|
mode: typing.Optional[typing.Any] = "VALUE",
|
|
@@ -626,7 +672,7 @@ def mask_flood_fill(
|
|
|
626
672
|
):
|
|
627
673
|
"""Fill the whole mask with a given value, or invert its values
|
|
628
674
|
|
|
629
|
-
:type override_context: typing.Optional[typing.Union[
|
|
675
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
630
676
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
631
677
|
:type undo: typing.Optional[bool]
|
|
632
678
|
:param mode: Mode
|
|
@@ -647,7 +693,9 @@ def mask_flood_fill(
|
|
|
647
693
|
...
|
|
648
694
|
|
|
649
695
|
def mask_lasso_gesture(
|
|
650
|
-
override_context: typing.Optional[
|
|
696
|
+
override_context: typing.Optional[
|
|
697
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
698
|
+
] = None,
|
|
651
699
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
652
700
|
undo: typing.Optional[bool] = None,
|
|
653
701
|
path: typing.Optional[
|
|
@@ -659,7 +707,7 @@ def mask_lasso_gesture(
|
|
|
659
707
|
):
|
|
660
708
|
"""Mask within a shape defined by the cursor
|
|
661
709
|
|
|
662
|
-
:type override_context: typing.Optional[typing.Union[
|
|
710
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
663
711
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
664
712
|
:type undo: typing.Optional[bool]
|
|
665
713
|
:param path: Path
|
|
@@ -684,7 +732,9 @@ def mask_lasso_gesture(
|
|
|
684
732
|
...
|
|
685
733
|
|
|
686
734
|
def mask_line_gesture(
|
|
687
|
-
override_context: typing.Optional[
|
|
735
|
+
override_context: typing.Optional[
|
|
736
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
737
|
+
] = None,
|
|
688
738
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
689
739
|
undo: typing.Optional[bool] = None,
|
|
690
740
|
xstart: typing.Optional[typing.Any] = 0,
|
|
@@ -700,7 +750,7 @@ def mask_line_gesture(
|
|
|
700
750
|
):
|
|
701
751
|
"""Mask to one side of a line defined by the cursor
|
|
702
752
|
|
|
703
|
-
:type override_context: typing.Optional[typing.Union[
|
|
753
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
704
754
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
705
755
|
:type undo: typing.Optional[bool]
|
|
706
756
|
:param xstart: X Start
|
|
@@ -737,14 +787,16 @@ def mask_line_gesture(
|
|
|
737
787
|
...
|
|
738
788
|
|
|
739
789
|
def project_image(
|
|
740
|
-
override_context: typing.Optional[
|
|
790
|
+
override_context: typing.Optional[
|
|
791
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
792
|
+
] = None,
|
|
741
793
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
742
794
|
undo: typing.Optional[bool] = None,
|
|
743
795
|
image: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
744
796
|
):
|
|
745
797
|
"""Project an edited render from the active camera back onto the object
|
|
746
798
|
|
|
747
|
-
:type override_context: typing.Optional[typing.Union[
|
|
799
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
748
800
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
749
801
|
:type undo: typing.Optional[bool]
|
|
750
802
|
:param image: Image
|
|
@@ -754,7 +806,9 @@ def project_image(
|
|
|
754
806
|
...
|
|
755
807
|
|
|
756
808
|
def sample_color(
|
|
757
|
-
override_context: typing.Optional[
|
|
809
|
+
override_context: typing.Optional[
|
|
810
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
811
|
+
] = None,
|
|
758
812
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
759
813
|
undo: typing.Optional[bool] = None,
|
|
760
814
|
location: typing.Optional[typing.Any] = (0, 0),
|
|
@@ -763,7 +817,7 @@ def sample_color(
|
|
|
763
817
|
):
|
|
764
818
|
"""Use the mouse to sample a color in the image
|
|
765
819
|
|
|
766
|
-
:type override_context: typing.Optional[typing.Union[
|
|
820
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
767
821
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
768
822
|
:type undo: typing.Optional[bool]
|
|
769
823
|
:param location: Location
|
|
@@ -777,13 +831,15 @@ def sample_color(
|
|
|
777
831
|
...
|
|
778
832
|
|
|
779
833
|
def texture_paint_toggle(
|
|
780
|
-
override_context: typing.Optional[
|
|
834
|
+
override_context: typing.Optional[
|
|
835
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
836
|
+
] = None,
|
|
781
837
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
782
838
|
undo: typing.Optional[bool] = None,
|
|
783
839
|
):
|
|
784
840
|
"""Toggle texture paint mode in 3D view
|
|
785
841
|
|
|
786
|
-
:type override_context: typing.Optional[typing.Union[
|
|
842
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
787
843
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
788
844
|
:type undo: typing.Optional[bool]
|
|
789
845
|
"""
|
|
@@ -791,14 +847,16 @@ def texture_paint_toggle(
|
|
|
791
847
|
...
|
|
792
848
|
|
|
793
849
|
def vert_select_all(
|
|
794
|
-
override_context: typing.Optional[
|
|
850
|
+
override_context: typing.Optional[
|
|
851
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
852
|
+
] = None,
|
|
795
853
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
796
854
|
undo: typing.Optional[bool] = None,
|
|
797
855
|
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
798
856
|
):
|
|
799
857
|
"""Change selection for all vertices
|
|
800
858
|
|
|
801
|
-
:type override_context: typing.Optional[typing.Union[
|
|
859
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
802
860
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
803
861
|
:type undo: typing.Optional[bool]
|
|
804
862
|
:param action: Action, Selection action to execute
|
|
@@ -820,14 +878,16 @@ def vert_select_all(
|
|
|
820
878
|
...
|
|
821
879
|
|
|
822
880
|
def vert_select_hide(
|
|
823
|
-
override_context: typing.Optional[
|
|
881
|
+
override_context: typing.Optional[
|
|
882
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
883
|
+
] = None,
|
|
824
884
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
825
885
|
undo: typing.Optional[bool] = None,
|
|
826
886
|
unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
827
887
|
):
|
|
828
888
|
"""Hide selected vertices
|
|
829
889
|
|
|
830
|
-
:type override_context: typing.Optional[typing.Union[
|
|
890
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
831
891
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
832
892
|
:type undo: typing.Optional[bool]
|
|
833
893
|
:param unselected: Unselected, Hide unselected rather than selected vertices
|
|
@@ -837,14 +897,16 @@ def vert_select_hide(
|
|
|
837
897
|
...
|
|
838
898
|
|
|
839
899
|
def vert_select_less(
|
|
840
|
-
override_context: typing.Optional[
|
|
900
|
+
override_context: typing.Optional[
|
|
901
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
902
|
+
] = None,
|
|
841
903
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
842
904
|
undo: typing.Optional[bool] = None,
|
|
843
905
|
face_step: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
844
906
|
):
|
|
845
907
|
"""Deselect Vertices connected to existing selection
|
|
846
908
|
|
|
847
|
-
:type override_context: typing.Optional[typing.Union[
|
|
909
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
848
910
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
849
911
|
:type undo: typing.Optional[bool]
|
|
850
912
|
:param face_step: Face Step, Also deselect faces that only touch on a corner
|
|
@@ -854,13 +916,15 @@ def vert_select_less(
|
|
|
854
916
|
...
|
|
855
917
|
|
|
856
918
|
def vert_select_linked(
|
|
857
|
-
override_context: typing.Optional[
|
|
919
|
+
override_context: typing.Optional[
|
|
920
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
921
|
+
] = None,
|
|
858
922
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
859
923
|
undo: typing.Optional[bool] = None,
|
|
860
924
|
):
|
|
861
925
|
"""Select linked vertices
|
|
862
926
|
|
|
863
|
-
:type override_context: typing.Optional[typing.Union[
|
|
927
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
864
928
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
865
929
|
:type undo: typing.Optional[bool]
|
|
866
930
|
"""
|
|
@@ -868,14 +932,16 @@ def vert_select_linked(
|
|
|
868
932
|
...
|
|
869
933
|
|
|
870
934
|
def vert_select_linked_pick(
|
|
871
|
-
override_context: typing.Optional[
|
|
935
|
+
override_context: typing.Optional[
|
|
936
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
937
|
+
] = None,
|
|
872
938
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
873
939
|
undo: typing.Optional[bool] = None,
|
|
874
940
|
select: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
875
941
|
):
|
|
876
942
|
"""Select linked vertices under the cursor
|
|
877
943
|
|
|
878
|
-
:type override_context: typing.Optional[typing.Union[
|
|
944
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
879
945
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
880
946
|
:type undo: typing.Optional[bool]
|
|
881
947
|
:param select: Select, Whether to select or deselect linked vertices under the cursor
|
|
@@ -885,14 +951,16 @@ def vert_select_linked_pick(
|
|
|
885
951
|
...
|
|
886
952
|
|
|
887
953
|
def vert_select_more(
|
|
888
|
-
override_context: typing.Optional[
|
|
954
|
+
override_context: typing.Optional[
|
|
955
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
956
|
+
] = None,
|
|
889
957
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
890
958
|
undo: typing.Optional[bool] = None,
|
|
891
959
|
face_step: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
892
960
|
):
|
|
893
961
|
"""Select Vertices connected to existing selection
|
|
894
962
|
|
|
895
|
-
:type override_context: typing.Optional[typing.Union[
|
|
963
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
896
964
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
897
965
|
:type undo: typing.Optional[bool]
|
|
898
966
|
:param face_step: Face Step, Also select faces that only touch on a corner
|
|
@@ -902,14 +970,16 @@ def vert_select_more(
|
|
|
902
970
|
...
|
|
903
971
|
|
|
904
972
|
def vert_select_ungrouped(
|
|
905
|
-
override_context: typing.Optional[
|
|
973
|
+
override_context: typing.Optional[
|
|
974
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
975
|
+
] = None,
|
|
906
976
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
907
977
|
undo: typing.Optional[bool] = None,
|
|
908
978
|
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
909
979
|
):
|
|
910
980
|
"""Select vertices without a group
|
|
911
981
|
|
|
912
|
-
:type override_context: typing.Optional[typing.Union[
|
|
982
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
913
983
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
914
984
|
:type undo: typing.Optional[bool]
|
|
915
985
|
:param extend: Extend, Extend the selection
|
|
@@ -919,7 +989,9 @@ def vert_select_ungrouped(
|
|
|
919
989
|
...
|
|
920
990
|
|
|
921
991
|
def vertex_color_brightness_contrast(
|
|
922
|
-
override_context: typing.Optional[
|
|
992
|
+
override_context: typing.Optional[
|
|
993
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
994
|
+
] = None,
|
|
923
995
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
924
996
|
undo: typing.Optional[bool] = None,
|
|
925
997
|
brightness: typing.Optional[typing.Any] = 0.0,
|
|
@@ -927,7 +999,7 @@ def vertex_color_brightness_contrast(
|
|
|
927
999
|
):
|
|
928
1000
|
"""Adjust vertex color brightness/contrast
|
|
929
1001
|
|
|
930
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1002
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
931
1003
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
932
1004
|
:type undo: typing.Optional[bool]
|
|
933
1005
|
:param brightness: Brightness
|
|
@@ -939,7 +1011,9 @@ def vertex_color_brightness_contrast(
|
|
|
939
1011
|
...
|
|
940
1012
|
|
|
941
1013
|
def vertex_color_dirt(
|
|
942
|
-
override_context: typing.Optional[
|
|
1014
|
+
override_context: typing.Optional[
|
|
1015
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
1016
|
+
] = None,
|
|
943
1017
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
944
1018
|
undo: typing.Optional[bool] = None,
|
|
945
1019
|
blur_strength: typing.Optional[typing.Any] = 1.0,
|
|
@@ -951,7 +1025,7 @@ def vertex_color_dirt(
|
|
|
951
1025
|
):
|
|
952
1026
|
"""Generate a dirt map gradient based on cavity
|
|
953
1027
|
|
|
954
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1028
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
955
1029
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
956
1030
|
:type undo: typing.Optional[bool]
|
|
957
1031
|
:param blur_strength: Blur Strength, Blur strength per iteration
|
|
@@ -971,13 +1045,15 @@ def vertex_color_dirt(
|
|
|
971
1045
|
...
|
|
972
1046
|
|
|
973
1047
|
def vertex_color_from_weight(
|
|
974
|
-
override_context: typing.Optional[
|
|
1048
|
+
override_context: typing.Optional[
|
|
1049
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
1050
|
+
] = None,
|
|
975
1051
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
976
1052
|
undo: typing.Optional[bool] = None,
|
|
977
1053
|
):
|
|
978
1054
|
"""Convert active weight into gray scale vertex colors
|
|
979
1055
|
|
|
980
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1056
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
981
1057
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
982
1058
|
:type undo: typing.Optional[bool]
|
|
983
1059
|
"""
|
|
@@ -985,7 +1061,9 @@ def vertex_color_from_weight(
|
|
|
985
1061
|
...
|
|
986
1062
|
|
|
987
1063
|
def vertex_color_hsv(
|
|
988
|
-
override_context: typing.Optional[
|
|
1064
|
+
override_context: typing.Optional[
|
|
1065
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
1066
|
+
] = None,
|
|
989
1067
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
990
1068
|
undo: typing.Optional[bool] = None,
|
|
991
1069
|
h: typing.Optional[typing.Any] = 0.5,
|
|
@@ -994,7 +1072,7 @@ def vertex_color_hsv(
|
|
|
994
1072
|
):
|
|
995
1073
|
"""Adjust vertex color Hue/Saturation/Value
|
|
996
1074
|
|
|
997
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1075
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
998
1076
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
999
1077
|
:type undo: typing.Optional[bool]
|
|
1000
1078
|
:param h: Hue
|
|
@@ -1008,13 +1086,15 @@ def vertex_color_hsv(
|
|
|
1008
1086
|
...
|
|
1009
1087
|
|
|
1010
1088
|
def vertex_color_invert(
|
|
1011
|
-
override_context: typing.Optional[
|
|
1089
|
+
override_context: typing.Optional[
|
|
1090
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
1091
|
+
] = None,
|
|
1012
1092
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1013
1093
|
undo: typing.Optional[bool] = None,
|
|
1014
1094
|
):
|
|
1015
1095
|
"""Invert RGB values
|
|
1016
1096
|
|
|
1017
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1097
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
1018
1098
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1019
1099
|
:type undo: typing.Optional[bool]
|
|
1020
1100
|
"""
|
|
@@ -1022,7 +1102,9 @@ def vertex_color_invert(
|
|
|
1022
1102
|
...
|
|
1023
1103
|
|
|
1024
1104
|
def vertex_color_levels(
|
|
1025
|
-
override_context: typing.Optional[
|
|
1105
|
+
override_context: typing.Optional[
|
|
1106
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
1107
|
+
] = None,
|
|
1026
1108
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1027
1109
|
undo: typing.Optional[bool] = None,
|
|
1028
1110
|
offset: typing.Optional[typing.Any] = 0.0,
|
|
@@ -1030,7 +1112,7 @@ def vertex_color_levels(
|
|
|
1030
1112
|
):
|
|
1031
1113
|
"""Adjust levels of vertex colors
|
|
1032
1114
|
|
|
1033
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1115
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
1034
1116
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1035
1117
|
:type undo: typing.Optional[bool]
|
|
1036
1118
|
:param offset: Offset, Value to add to colors
|
|
@@ -1042,14 +1124,16 @@ def vertex_color_levels(
|
|
|
1042
1124
|
...
|
|
1043
1125
|
|
|
1044
1126
|
def vertex_color_set(
|
|
1045
|
-
override_context: typing.Optional[
|
|
1127
|
+
override_context: typing.Optional[
|
|
1128
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
1129
|
+
] = None,
|
|
1046
1130
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1047
1131
|
undo: typing.Optional[bool] = None,
|
|
1048
1132
|
use_alpha: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1049
1133
|
):
|
|
1050
1134
|
"""Fill the active vertex color layer with the current paint color
|
|
1051
1135
|
|
|
1052
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1136
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
1053
1137
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1054
1138
|
:type undo: typing.Optional[bool]
|
|
1055
1139
|
:param use_alpha: Affect Alpha, Set color completely opaque instead of reusing existing alpha
|
|
@@ -1059,13 +1143,15 @@ def vertex_color_set(
|
|
|
1059
1143
|
...
|
|
1060
1144
|
|
|
1061
1145
|
def vertex_color_smooth(
|
|
1062
|
-
override_context: typing.Optional[
|
|
1146
|
+
override_context: typing.Optional[
|
|
1147
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
1148
|
+
] = None,
|
|
1063
1149
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1064
1150
|
undo: typing.Optional[bool] = None,
|
|
1065
1151
|
):
|
|
1066
1152
|
"""Smooth colors across vertices
|
|
1067
1153
|
|
|
1068
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1154
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
1069
1155
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1070
1156
|
:type undo: typing.Optional[bool]
|
|
1071
1157
|
"""
|
|
@@ -1073,7 +1159,9 @@ def vertex_color_smooth(
|
|
|
1073
1159
|
...
|
|
1074
1160
|
|
|
1075
1161
|
def vertex_paint(
|
|
1076
|
-
override_context: typing.Optional[
|
|
1162
|
+
override_context: typing.Optional[
|
|
1163
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
1164
|
+
] = None,
|
|
1077
1165
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1078
1166
|
undo: typing.Optional[bool] = None,
|
|
1079
1167
|
stroke: typing.Optional[
|
|
@@ -1083,7 +1171,7 @@ def vertex_paint(
|
|
|
1083
1171
|
):
|
|
1084
1172
|
"""Paint a stroke in the active color attribute layer
|
|
1085
1173
|
|
|
1086
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1174
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
1087
1175
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1088
1176
|
:type undo: typing.Optional[bool]
|
|
1089
1177
|
:param stroke: Stroke
|
|
@@ -1104,13 +1192,15 @@ def vertex_paint(
|
|
|
1104
1192
|
...
|
|
1105
1193
|
|
|
1106
1194
|
def vertex_paint_toggle(
|
|
1107
|
-
override_context: typing.Optional[
|
|
1195
|
+
override_context: typing.Optional[
|
|
1196
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
1197
|
+
] = None,
|
|
1108
1198
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1109
1199
|
undo: typing.Optional[bool] = None,
|
|
1110
1200
|
):
|
|
1111
1201
|
"""Toggle the vertex paint mode in 3D view
|
|
1112
1202
|
|
|
1113
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1203
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
1114
1204
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1115
1205
|
:type undo: typing.Optional[bool]
|
|
1116
1206
|
"""
|
|
@@ -1118,13 +1208,15 @@ def vertex_paint_toggle(
|
|
|
1118
1208
|
...
|
|
1119
1209
|
|
|
1120
1210
|
def visibility_invert(
|
|
1121
|
-
override_context: typing.Optional[
|
|
1211
|
+
override_context: typing.Optional[
|
|
1212
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
1213
|
+
] = None,
|
|
1122
1214
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1123
1215
|
undo: typing.Optional[bool] = None,
|
|
1124
1216
|
):
|
|
1125
1217
|
"""Invert the visibility of all vertices
|
|
1126
1218
|
|
|
1127
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1219
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
1128
1220
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1129
1221
|
:type undo: typing.Optional[bool]
|
|
1130
1222
|
"""
|
|
@@ -1132,14 +1224,16 @@ def visibility_invert(
|
|
|
1132
1224
|
...
|
|
1133
1225
|
|
|
1134
1226
|
def weight_from_bones(
|
|
1135
|
-
override_context: typing.Optional[
|
|
1227
|
+
override_context: typing.Optional[
|
|
1228
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
1229
|
+
] = None,
|
|
1136
1230
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1137
1231
|
undo: typing.Optional[bool] = None,
|
|
1138
1232
|
type: typing.Optional[typing.Any] = "AUTOMATIC",
|
|
1139
1233
|
):
|
|
1140
1234
|
"""Set the weights of the groups matching the attached armature's selected bones, using the distance between the vertices and the bones
|
|
1141
1235
|
|
|
1142
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1236
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
1143
1237
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1144
1238
|
:type undo: typing.Optional[bool]
|
|
1145
1239
|
:param type: Type, Method to use for assigning weights
|
|
@@ -1155,7 +1249,9 @@ def weight_from_bones(
|
|
|
1155
1249
|
...
|
|
1156
1250
|
|
|
1157
1251
|
def weight_gradient(
|
|
1158
|
-
override_context: typing.Optional[
|
|
1252
|
+
override_context: typing.Optional[
|
|
1253
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
1254
|
+
] = None,
|
|
1159
1255
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1160
1256
|
undo: typing.Optional[bool] = None,
|
|
1161
1257
|
type: typing.Optional[typing.Any] = "LINEAR",
|
|
@@ -1168,7 +1264,7 @@ def weight_gradient(
|
|
|
1168
1264
|
):
|
|
1169
1265
|
"""Draw a line to apply a weight gradient to selected vertices
|
|
1170
1266
|
|
|
1171
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1267
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
1172
1268
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1173
1269
|
:type undo: typing.Optional[bool]
|
|
1174
1270
|
:param type: Type
|
|
@@ -1190,7 +1286,9 @@ def weight_gradient(
|
|
|
1190
1286
|
...
|
|
1191
1287
|
|
|
1192
1288
|
def weight_paint(
|
|
1193
|
-
override_context: typing.Optional[
|
|
1289
|
+
override_context: typing.Optional[
|
|
1290
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
1291
|
+
] = None,
|
|
1194
1292
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1195
1293
|
undo: typing.Optional[bool] = None,
|
|
1196
1294
|
stroke: typing.Optional[
|
|
@@ -1200,7 +1298,7 @@ def weight_paint(
|
|
|
1200
1298
|
):
|
|
1201
1299
|
"""Paint a stroke in the current vertex group's weights
|
|
1202
1300
|
|
|
1203
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1301
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
1204
1302
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1205
1303
|
:type undo: typing.Optional[bool]
|
|
1206
1304
|
:param stroke: Stroke
|
|
@@ -1221,13 +1319,15 @@ def weight_paint(
|
|
|
1221
1319
|
...
|
|
1222
1320
|
|
|
1223
1321
|
def weight_paint_toggle(
|
|
1224
|
-
override_context: typing.Optional[
|
|
1322
|
+
override_context: typing.Optional[
|
|
1323
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
1324
|
+
] = None,
|
|
1225
1325
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1226
1326
|
undo: typing.Optional[bool] = None,
|
|
1227
1327
|
):
|
|
1228
1328
|
"""Toggle weight paint mode in 3D view
|
|
1229
1329
|
|
|
1230
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1330
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
1231
1331
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1232
1332
|
:type undo: typing.Optional[bool]
|
|
1233
1333
|
"""
|
|
@@ -1235,13 +1335,15 @@ def weight_paint_toggle(
|
|
|
1235
1335
|
...
|
|
1236
1336
|
|
|
1237
1337
|
def weight_sample(
|
|
1238
|
-
override_context: typing.Optional[
|
|
1338
|
+
override_context: typing.Optional[
|
|
1339
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
1340
|
+
] = None,
|
|
1239
1341
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1240
1342
|
undo: typing.Optional[bool] = None,
|
|
1241
1343
|
):
|
|
1242
1344
|
"""Use the mouse to sample a weight in the 3D view
|
|
1243
1345
|
|
|
1244
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1346
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
1245
1347
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1246
1348
|
:type undo: typing.Optional[bool]
|
|
1247
1349
|
"""
|
|
@@ -1249,13 +1351,15 @@ def weight_sample(
|
|
|
1249
1351
|
...
|
|
1250
1352
|
|
|
1251
1353
|
def weight_sample_group(
|
|
1252
|
-
override_context: typing.Optional[
|
|
1354
|
+
override_context: typing.Optional[
|
|
1355
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
1356
|
+
] = None,
|
|
1253
1357
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1254
1358
|
undo: typing.Optional[bool] = None,
|
|
1255
1359
|
):
|
|
1256
1360
|
"""Select one of the vertex groups available under current mouse position
|
|
1257
1361
|
|
|
1258
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1362
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
1259
1363
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1260
1364
|
:type undo: typing.Optional[bool]
|
|
1261
1365
|
"""
|
|
@@ -1263,13 +1367,15 @@ def weight_sample_group(
|
|
|
1263
1367
|
...
|
|
1264
1368
|
|
|
1265
1369
|
def weight_set(
|
|
1266
|
-
override_context: typing.Optional[
|
|
1370
|
+
override_context: typing.Optional[
|
|
1371
|
+
typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
|
|
1372
|
+
] = None,
|
|
1267
1373
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1268
1374
|
undo: typing.Optional[bool] = None,
|
|
1269
1375
|
):
|
|
1270
1376
|
"""Fill the active vertex group with the current paint weight
|
|
1271
1377
|
|
|
1272
|
-
:type override_context: typing.Optional[typing.Union[
|
|
1378
|
+
:type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
|
|
1273
1379
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1274
1380
|
:type undo: typing.Optional[bool]
|
|
1275
1381
|
"""
|