fake-bpy-module 20241207__py3-none-any.whl → 20241209__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.
- addon_utils/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +5 -2
- bl_console_utils/autocomplete/complete_import/__init__.pyi +6 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
- bl_console_utils/autocomplete/intellisense/__init__.pyi +8 -2
- blf/__init__.pyi +2 -1
- bmesh/ops/__init__.pyi +110 -53
- bmesh/types/__init__.pyi +18 -10
- bmesh/utils/__init__.pyi +14 -4
- bpy/app/icons/__init__.pyi +4 -1
- bpy/app/translations/__init__.pyi +4 -1
- bpy/msgbus/__init__.pyi +8 -5
- bpy/ops/action/__init__.pyi +38 -138
- bpy/ops/anim/__init__.pyi +61 -179
- bpy/ops/armature/__init__.pyi +48 -147
- bpy/ops/asset/__init__.pyi +16 -71
- bpy/ops/boid/__init__.pyi +8 -41
- bpy/ops/brush/__init__.pyi +13 -39
- bpy/ops/buttons/__init__.pyi +6 -29
- bpy/ops/cachefile/__init__.pyi +5 -19
- bpy/ops/camera/__init__.pyi +2 -5
- bpy/ops/clip/__init__.pyi +92 -290
- bpy/ops/cloth/__init__.pyi +1 -3
- bpy/ops/collection/__init__.pyi +9 -25
- bpy/ops/console/__init__.pyi +21 -79
- bpy/ops/constraint/__init__.pyi +18 -45
- bpy/ops/curve/__init__.pyi +51 -180
- bpy/ops/curves/__init__.pyi +28 -100
- bpy/ops/cycles/__init__.pyi +3 -9
- bpy/ops/dpaint/__init__.pyi +5 -19
- bpy/ops/ed/__init__.pyi +12 -53
- bpy/ops/export_anim/__init__.pyi +1 -3
- bpy/ops/export_scene/__init__.pyi +2 -5
- bpy/ops/extensions/__init__.pyi +34 -110
- bpy/ops/file/__init__.pyi +40 -167
- bpy/ops/fluid/__init__.pyi +14 -77
- bpy/ops/font/__init__.pyi +23 -85
- bpy/ops/geometry/__init__.pyi +10 -27
- bpy/ops/gizmogroup/__init__.pyi +2 -9
- bpy/ops/gpencil/__init__.pyi +8 -32
- bpy/ops/graph/__init__.pyi +65 -184
- bpy/ops/grease_pencil/__init__.pyi +108 -290
- bpy/ops/image/__init__.pyi +49 -154
- bpy/ops/import_anim/__init__.pyi +1 -3
- bpy/ops/import_curve/__init__.pyi +1 -3
- bpy/ops/import_scene/__init__.pyi +2 -4
- bpy/ops/info/__init__.pyi +7 -29
- bpy/ops/lattice/__init__.pyi +8 -29
- bpy/ops/marker/__init__.pyi +11 -31
- bpy/ops/mask/__init__.pyi +39 -132
- bpy/ops/material/__init__.pyi +3 -19
- bpy/ops/mball/__init__.pyi +8 -19
- bpy/ops/mesh/__init__.pyi +164 -401
- bpy/ops/nla/__init__.pyi +39 -147
- bpy/ops/node/__init__.pyi +115 -390
- bpy/ops/object/__init__.pyi +237 -630
- bpy/ops/outliner/__init__.pyi +71 -263
- bpy/ops/paint/__init__.pyi +54 -140
- bpy/ops/paintcurve/__init__.pyi +8 -33
- bpy/ops/palette/__init__.pyi +7 -27
- bpy/ops/particle/__init__.pyi +36 -134
- bpy/ops/pose/__init__.pyi +51 -169
- bpy/ops/poselib/__init__.pyi +9 -33
- bpy/ops/preferences/__init__.pyi +35 -94
- bpy/ops/ptcache/__init__.pyi +7 -33
- bpy/ops/render/__init__.pyi +13 -37
- bpy/ops/rigidbody/__init__.pyi +13 -45
- bpy/ops/scene/__init__.pyi +37 -121
- bpy/ops/screen/__init__.pyi +39 -137
- bpy/ops/script/__init__.pyi +3 -11
- bpy/ops/sculpt/__init__.pyi +37 -94
- bpy/ops/sculpt_curves/__init__.pyi +4 -10
- bpy/ops/sequencer/__init__.pyi +89 -284
- bpy/ops/sound/__init__.pyi +7 -23
- bpy/ops/spreadsheet/__init__.pyi +4 -15
- bpy/ops/surface/__init__.pyi +6 -13
- bpy/ops/text/__init__.pyi +43 -175
- bpy/ops/text_editor/__init__.pyi +1 -3
- bpy/ops/texture/__init__.pyi +4 -21
- bpy/ops/transform/__init__.pyi +27 -61
- bpy/ops/ui/__init__.pyi +34 -117
- bpy/ops/uilist/__init__.pyi +3 -7
- bpy/ops/uv/__init__.pyi +49 -134
- bpy/ops/view2d/__init__.pyi +14 -39
- bpy/ops/view3d/__init__.pyi +67 -232
- bpy/ops/wm/__init__.pyi +114 -298
- bpy/ops/workspace/__init__.pyi +7 -33
- bpy/ops/world/__init__.pyi +2 -11
- bpy/path/__init__.pyi +4 -2
- bpy/types/__init__.pyi +68 -32
- bpy/utils/__init__.pyi +18 -9
- bpy_extras/bmesh_utils/__init__.pyi +2 -1
- bpy_extras/io_utils/__init__.pyi +7 -2
- bpy_extras/mesh_utils/__init__.pyi +19 -7
- bpy_extras/view3d_utils/__init__.pyi +2 -2
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/METADATA +1 -1
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/RECORD +115 -115
- freestyle/functions/__init__.pyi +16 -4
- freestyle/types/__init__.pyi +60 -23
- freestyle/utils/ContextFunctions/__init__.pyi +2 -2
- gpu/capabilities/__init__.pyi +2 -1
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +2 -2
- gpu_extras/batch/__init__.pyi +6 -3
- idprop/types/__init__.pyi +4 -3
- imbuf/__init__.pyi +2 -1
- imbuf/types/__init__.pyi +5 -2
- mathutils/__init__.pyi +25 -14
- mathutils/bvhtree/__init__.pyi +8 -7
- mathutils/geometry/__init__.pyi +38 -17
- mathutils/interpolate/__init__.pyi +2 -1
- mathutils/kdtree/__init__.pyi +11 -6
- mathutils/noise/__init__.pyi +2 -1
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/top_level.txt +0 -0
bpy/ops/uv/__init__.pyi
CHANGED
|
@@ -7,9 +7,9 @@ import bpy.typing
|
|
|
7
7
|
import mathutils
|
|
8
8
|
|
|
9
9
|
def align(
|
|
10
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
11
10
|
execution_context: int | str | None = None,
|
|
12
11
|
undo: bool | None = None,
|
|
12
|
+
/,
|
|
13
13
|
*,
|
|
14
14
|
axis: typing.Literal[
|
|
15
15
|
"ALIGN_S", "ALIGN_T", "ALIGN_U", "ALIGN_AUTO", "ALIGN_X", "ALIGN_Y"
|
|
@@ -18,7 +18,6 @@ def align(
|
|
|
18
18
|
):
|
|
19
19
|
"""Aligns selected UV vertices on a line
|
|
20
20
|
|
|
21
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
22
21
|
:type execution_context: int | str | None
|
|
23
22
|
:type undo: bool | None
|
|
24
23
|
:param axis: Axis, Axis to align UV locations on
|
|
@@ -44,9 +43,9 @@ def align(
|
|
|
44
43
|
"""
|
|
45
44
|
|
|
46
45
|
def align_rotation(
|
|
47
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
48
46
|
execution_context: int | str | None = None,
|
|
49
47
|
undo: bool | None = None,
|
|
48
|
+
/,
|
|
50
49
|
*,
|
|
51
50
|
method: typing.Literal["AUTO", "EDGE", "GEOMETRY"] | None = "AUTO",
|
|
52
51
|
axis: typing.Literal["X", "Y", "Z"] | None = "X",
|
|
@@ -54,7 +53,6 @@ def align_rotation(
|
|
|
54
53
|
):
|
|
55
54
|
"""Align the UV island's rotation
|
|
56
55
|
|
|
57
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
58
56
|
:type execution_context: int | str | None
|
|
59
57
|
:type undo: bool | None
|
|
60
58
|
:param method: Method, Method to calculate rotation angle
|
|
@@ -84,16 +82,15 @@ def align_rotation(
|
|
|
84
82
|
"""
|
|
85
83
|
|
|
86
84
|
def average_islands_scale(
|
|
87
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
88
85
|
execution_context: int | str | None = None,
|
|
89
86
|
undo: bool | None = None,
|
|
87
|
+
/,
|
|
90
88
|
*,
|
|
91
89
|
scale_uv: bool | None = False,
|
|
92
90
|
shear: bool | None = False,
|
|
93
91
|
):
|
|
94
92
|
"""Average the size of separate UV islands, based on their area in 3D space
|
|
95
93
|
|
|
96
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
97
94
|
:type execution_context: int | str | None
|
|
98
95
|
:type undo: bool | None
|
|
99
96
|
:param scale_uv: Non-Uniform, Scale U and V independently
|
|
@@ -102,22 +99,17 @@ def average_islands_scale(
|
|
|
102
99
|
:type shear: bool | None
|
|
103
100
|
"""
|
|
104
101
|
|
|
105
|
-
def copy(
|
|
106
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
107
|
-
execution_context: int | str | None = None,
|
|
108
|
-
undo: bool | None = None,
|
|
109
|
-
):
|
|
102
|
+
def copy(execution_context: int | str | None = None, undo: bool | None = None):
|
|
110
103
|
"""Copy selected UV vertices
|
|
111
104
|
|
|
112
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
113
105
|
:type execution_context: int | str | None
|
|
114
106
|
:type undo: bool | None
|
|
115
107
|
"""
|
|
116
108
|
|
|
117
109
|
def cube_project(
|
|
118
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
119
110
|
execution_context: int | str | None = None,
|
|
120
111
|
undo: bool | None = None,
|
|
112
|
+
/,
|
|
121
113
|
*,
|
|
122
114
|
cube_size: float | None = 1.0,
|
|
123
115
|
correct_aspect: bool | None = True,
|
|
@@ -126,7 +118,6 @@ def cube_project(
|
|
|
126
118
|
):
|
|
127
119
|
"""Project the UV vertices of the mesh over the six faces of a cube
|
|
128
120
|
|
|
129
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
130
121
|
:type execution_context: int | str | None
|
|
131
122
|
:type undo: bool | None
|
|
132
123
|
:param cube_size: Cube Size, Size of the cube to project on
|
|
@@ -140,15 +131,14 @@ def cube_project(
|
|
|
140
131
|
"""
|
|
141
132
|
|
|
142
133
|
def cursor_set(
|
|
143
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
144
134
|
execution_context: int | str | None = None,
|
|
145
135
|
undo: bool | None = None,
|
|
136
|
+
/,
|
|
146
137
|
*,
|
|
147
138
|
location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
|
|
148
139
|
):
|
|
149
140
|
"""Set 2D cursor location
|
|
150
141
|
|
|
151
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
152
142
|
:type execution_context: int | str | None
|
|
153
143
|
:type undo: bool | None
|
|
154
144
|
:param location: Location, Cursor location in normalized (0.0 to 1.0) coordinates
|
|
@@ -156,9 +146,9 @@ def cursor_set(
|
|
|
156
146
|
"""
|
|
157
147
|
|
|
158
148
|
def cylinder_project(
|
|
159
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
160
149
|
execution_context: int | str | None = None,
|
|
161
150
|
undo: bool | None = None,
|
|
151
|
+
/,
|
|
162
152
|
*,
|
|
163
153
|
direction: typing.Literal["VIEW_ON_EQUATOR", "VIEW_ON_POLES", "ALIGN_TO_OBJECT"]
|
|
164
154
|
| None = "VIEW_ON_EQUATOR",
|
|
@@ -172,7 +162,6 @@ def cylinder_project(
|
|
|
172
162
|
):
|
|
173
163
|
"""Project the UV vertices of the mesh over the curved wall of a cylinder
|
|
174
164
|
|
|
175
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
176
165
|
:type execution_context: int | str | None
|
|
177
166
|
:type undo: bool | None
|
|
178
167
|
:param direction: Direction, Direction of the sphere or cylinder
|
|
@@ -215,9 +204,9 @@ def cylinder_project(
|
|
|
215
204
|
"""
|
|
216
205
|
|
|
217
206
|
def export_layout(
|
|
218
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
219
207
|
execution_context: int | str | None = None,
|
|
220
208
|
undo: bool | None = None,
|
|
209
|
+
/,
|
|
221
210
|
*,
|
|
222
211
|
filepath: str = "",
|
|
223
212
|
export_all: bool | None = False,
|
|
@@ -230,7 +219,6 @@ def export_layout(
|
|
|
230
219
|
):
|
|
231
220
|
"""Export UV layout to file
|
|
232
221
|
|
|
233
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
234
222
|
:type execution_context: int | str | None
|
|
235
223
|
:type undo: bool | None
|
|
236
224
|
:param filepath: filepath
|
|
@@ -270,15 +258,14 @@ def export_layout(
|
|
|
270
258
|
"""
|
|
271
259
|
|
|
272
260
|
def follow_active_quads(
|
|
273
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
274
261
|
execution_context: int | str | None = None,
|
|
275
262
|
undo: bool | None = None,
|
|
263
|
+
/,
|
|
276
264
|
*,
|
|
277
265
|
mode: typing.Literal["EVEN", "LENGTH", "LENGTH_AVERAGE"] | None = "LENGTH_AVERAGE",
|
|
278
266
|
):
|
|
279
267
|
"""Follow UVs from active quads along continuous face loops
|
|
280
268
|
|
|
281
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
282
269
|
:type execution_context: int | str | None
|
|
283
270
|
:type undo: bool | None
|
|
284
271
|
:param mode: Edge Length Mode, Method to space UV edge loops
|
|
@@ -295,15 +282,14 @@ def follow_active_quads(
|
|
|
295
282
|
"""
|
|
296
283
|
|
|
297
284
|
def hide(
|
|
298
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
299
285
|
execution_context: int | str | None = None,
|
|
300
286
|
undo: bool | None = None,
|
|
287
|
+
/,
|
|
301
288
|
*,
|
|
302
289
|
unselected: bool | None = False,
|
|
303
290
|
):
|
|
304
291
|
"""Hide (un)selected UV vertices
|
|
305
292
|
|
|
306
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
307
293
|
:type execution_context: int | str | None
|
|
308
294
|
:type undo: bool | None
|
|
309
295
|
:param unselected: Unselected, Hide unselected rather than selected
|
|
@@ -311,9 +297,9 @@ def hide(
|
|
|
311
297
|
"""
|
|
312
298
|
|
|
313
299
|
def lightmap_pack(
|
|
314
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
315
300
|
execution_context: int | str | None = None,
|
|
316
301
|
undo: bool | None = None,
|
|
302
|
+
/,
|
|
317
303
|
*,
|
|
318
304
|
PREF_CONTEXT: typing.Literal["SEL_FACES", "ALL_FACES"] | None = "SEL_FACES",
|
|
319
305
|
PREF_PACK_IN_ONE: bool | None = True,
|
|
@@ -323,7 +309,6 @@ def lightmap_pack(
|
|
|
323
309
|
):
|
|
324
310
|
"""Pack each face's UVs into the UV bounds
|
|
325
311
|
|
|
326
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
327
312
|
:type execution_context: int | str | None
|
|
328
313
|
:type undo: bool | None
|
|
329
314
|
:param PREF_CONTEXT: Selection
|
|
@@ -345,15 +330,14 @@ def lightmap_pack(
|
|
|
345
330
|
"""
|
|
346
331
|
|
|
347
332
|
def mark_seam(
|
|
348
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
349
333
|
execution_context: int | str | None = None,
|
|
350
334
|
undo: bool | None = None,
|
|
335
|
+
/,
|
|
351
336
|
*,
|
|
352
337
|
clear: bool | None = False,
|
|
353
338
|
):
|
|
354
339
|
"""Mark selected UV edges as seams
|
|
355
340
|
|
|
356
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
357
341
|
:type execution_context: int | str | None
|
|
358
342
|
:type undo: bool | None
|
|
359
343
|
:param clear: Clear Seams, Clear instead of marking seams
|
|
@@ -361,9 +345,9 @@ def mark_seam(
|
|
|
361
345
|
"""
|
|
362
346
|
|
|
363
347
|
def minimize_stretch(
|
|
364
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
365
348
|
execution_context: int | str | None = None,
|
|
366
349
|
undo: bool | None = None,
|
|
350
|
+
/,
|
|
367
351
|
*,
|
|
368
352
|
fill_holes: bool | None = True,
|
|
369
353
|
blend: float | None = 0.0,
|
|
@@ -371,7 +355,6 @@ def minimize_stretch(
|
|
|
371
355
|
):
|
|
372
356
|
"""Reduce UV stretching by relaxing angles
|
|
373
357
|
|
|
374
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
375
358
|
:type execution_context: int | str | None
|
|
376
359
|
:type undo: bool | None
|
|
377
360
|
:param fill_holes: Fill Holes, Virtually fill holes in mesh before unwrapping, to better avoid overlaps and preserve symmetry
|
|
@@ -383,9 +366,9 @@ def minimize_stretch(
|
|
|
383
366
|
"""
|
|
384
367
|
|
|
385
368
|
def pack_islands(
|
|
386
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
387
369
|
execution_context: int | str | None = None,
|
|
388
370
|
undo: bool | None = None,
|
|
371
|
+
/,
|
|
389
372
|
*,
|
|
390
373
|
udim_source: typing.Literal["CLOSEST_UDIM", "ACTIVE_UDIM", "ORIGINAL_AABB"]
|
|
391
374
|
| None = "CLOSEST_UDIM",
|
|
@@ -405,7 +388,6 @@ def pack_islands(
|
|
|
405
388
|
):
|
|
406
389
|
"""Transform all islands so that they fill up the UV/UDIM space as much as possible
|
|
407
390
|
|
|
408
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
409
391
|
:type execution_context: int | str | None
|
|
410
392
|
:type undo: bool | None
|
|
411
393
|
:param udim_source: Pack to
|
|
@@ -484,29 +466,23 @@ def pack_islands(
|
|
|
484
466
|
:type shape_method: typing.Literal['CONCAVE','CONVEX','AABB'] | None
|
|
485
467
|
"""
|
|
486
468
|
|
|
487
|
-
def paste(
|
|
488
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
489
|
-
execution_context: int | str | None = None,
|
|
490
|
-
undo: bool | None = None,
|
|
491
|
-
):
|
|
469
|
+
def paste(execution_context: int | str | None = None, undo: bool | None = None):
|
|
492
470
|
"""Paste selected UV vertices
|
|
493
471
|
|
|
494
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
495
472
|
:type execution_context: int | str | None
|
|
496
473
|
:type undo: bool | None
|
|
497
474
|
"""
|
|
498
475
|
|
|
499
476
|
def pin(
|
|
500
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
501
477
|
execution_context: int | str | None = None,
|
|
502
478
|
undo: bool | None = None,
|
|
479
|
+
/,
|
|
503
480
|
*,
|
|
504
481
|
clear: bool | None = False,
|
|
505
482
|
invert: bool | None = False,
|
|
506
483
|
):
|
|
507
484
|
"""Set/clear selected UV vertices as anchored between multiple unwrap operations
|
|
508
485
|
|
|
509
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
510
486
|
:type execution_context: int | str | None
|
|
511
487
|
:type undo: bool | None
|
|
512
488
|
:param clear: Clear, Clear pinning for the selection instead of setting it
|
|
@@ -516,9 +492,9 @@ def pin(
|
|
|
516
492
|
"""
|
|
517
493
|
|
|
518
494
|
def project_from_view(
|
|
519
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
520
495
|
execution_context: int | str | None = None,
|
|
521
496
|
undo: bool | None = None,
|
|
497
|
+
/,
|
|
522
498
|
*,
|
|
523
499
|
orthographic: bool | None = False,
|
|
524
500
|
camera_bounds: bool | None = True,
|
|
@@ -528,7 +504,6 @@ def project_from_view(
|
|
|
528
504
|
):
|
|
529
505
|
"""Project the UV vertices of the mesh as seen in current 3D view
|
|
530
506
|
|
|
531
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
532
507
|
:type execution_context: int | str | None
|
|
533
508
|
:type undo: bool | None
|
|
534
509
|
:param orthographic: Orthographic, Use orthographic projection
|
|
@@ -544,9 +519,9 @@ def project_from_view(
|
|
|
544
519
|
"""
|
|
545
520
|
|
|
546
521
|
def randomize_uv_transform(
|
|
547
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
548
522
|
execution_context: int | str | None = None,
|
|
549
523
|
undo: bool | None = None,
|
|
524
|
+
/,
|
|
550
525
|
*,
|
|
551
526
|
random_seed: int | None = 0,
|
|
552
527
|
use_loc: bool | None = True,
|
|
@@ -559,7 +534,6 @@ def randomize_uv_transform(
|
|
|
559
534
|
):
|
|
560
535
|
"""Randomize the UV island's location, rotation, and scale
|
|
561
536
|
|
|
562
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
563
537
|
:type execution_context: int | str | None
|
|
564
538
|
:type undo: bool | None
|
|
565
539
|
:param random_seed: Random Seed, Seed value for the random generator
|
|
@@ -581,9 +555,9 @@ def randomize_uv_transform(
|
|
|
581
555
|
"""
|
|
582
556
|
|
|
583
557
|
def remove_doubles(
|
|
584
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
585
558
|
execution_context: int | str | None = None,
|
|
586
559
|
undo: bool | None = None,
|
|
560
|
+
/,
|
|
587
561
|
*,
|
|
588
562
|
threshold: float | None = 0.02,
|
|
589
563
|
use_unselected: bool | None = False,
|
|
@@ -591,7 +565,6 @@ def remove_doubles(
|
|
|
591
565
|
):
|
|
592
566
|
"""Selected UV vertices that are within a radius of each other are welded together
|
|
593
567
|
|
|
594
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
595
568
|
:type execution_context: int | str | None
|
|
596
569
|
:type undo: bool | None
|
|
597
570
|
:param threshold: Merge Distance, Maximum distance between welded vertices
|
|
@@ -602,28 +575,22 @@ def remove_doubles(
|
|
|
602
575
|
:type use_shared_vertex: bool | None
|
|
603
576
|
"""
|
|
604
577
|
|
|
605
|
-
def reset(
|
|
606
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
607
|
-
execution_context: int | str | None = None,
|
|
608
|
-
undo: bool | None = None,
|
|
609
|
-
):
|
|
578
|
+
def reset(execution_context: int | str | None = None, undo: bool | None = None):
|
|
610
579
|
"""Reset UV projection
|
|
611
580
|
|
|
612
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
613
581
|
:type execution_context: int | str | None
|
|
614
582
|
:type undo: bool | None
|
|
615
583
|
"""
|
|
616
584
|
|
|
617
585
|
def reveal(
|
|
618
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
619
586
|
execution_context: int | str | None = None,
|
|
620
587
|
undo: bool | None = None,
|
|
588
|
+
/,
|
|
621
589
|
*,
|
|
622
590
|
select: bool | None = True,
|
|
623
591
|
):
|
|
624
592
|
"""Reveal all hidden UV vertices
|
|
625
593
|
|
|
626
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
627
594
|
:type execution_context: int | str | None
|
|
628
595
|
:type undo: bool | None
|
|
629
596
|
:param select: Select
|
|
@@ -631,9 +598,9 @@ def reveal(
|
|
|
631
598
|
"""
|
|
632
599
|
|
|
633
600
|
def rip(
|
|
634
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
635
601
|
execution_context: int | str | None = None,
|
|
636
602
|
undo: bool | None = None,
|
|
603
|
+
/,
|
|
637
604
|
*,
|
|
638
605
|
mirror: bool | None = False,
|
|
639
606
|
release_confirm: bool | None = False,
|
|
@@ -642,7 +609,6 @@ def rip(
|
|
|
642
609
|
):
|
|
643
610
|
"""Rip selected vertices or a selected region
|
|
644
611
|
|
|
645
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
646
612
|
:type execution_context: int | str | None
|
|
647
613
|
:type undo: bool | None
|
|
648
614
|
:param mirror: Mirror Editing
|
|
@@ -656,16 +622,15 @@ def rip(
|
|
|
656
622
|
"""
|
|
657
623
|
|
|
658
624
|
def rip_move(
|
|
659
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
660
625
|
execution_context: int | str | None = None,
|
|
661
626
|
undo: bool | None = None,
|
|
627
|
+
/,
|
|
662
628
|
*,
|
|
663
629
|
UV_OT_rip: rip | None = None,
|
|
664
630
|
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
665
631
|
):
|
|
666
632
|
"""Unstitch UVs and move the result
|
|
667
633
|
|
|
668
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
669
634
|
:type execution_context: int | str | None
|
|
670
635
|
:type undo: bool | None
|
|
671
636
|
:param UV_OT_rip: UV Rip, Rip selected vertices or a selected region
|
|
@@ -675,16 +640,15 @@ def rip_move(
|
|
|
675
640
|
"""
|
|
676
641
|
|
|
677
642
|
def seams_from_islands(
|
|
678
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
679
643
|
execution_context: int | str | None = None,
|
|
680
644
|
undo: bool | None = None,
|
|
645
|
+
/,
|
|
681
646
|
*,
|
|
682
647
|
mark_seams: bool | None = True,
|
|
683
648
|
mark_sharp: bool | None = False,
|
|
684
649
|
):
|
|
685
650
|
"""Set mesh seams according to island setup in the UV editor
|
|
686
651
|
|
|
687
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
688
652
|
:type execution_context: int | str | None
|
|
689
653
|
:type undo: bool | None
|
|
690
654
|
:param mark_seams: Mark Seams, Mark boundary edges as seams
|
|
@@ -694,9 +658,9 @@ def seams_from_islands(
|
|
|
694
658
|
"""
|
|
695
659
|
|
|
696
660
|
def select(
|
|
697
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
698
661
|
execution_context: int | str | None = None,
|
|
699
662
|
undo: bool | None = None,
|
|
663
|
+
/,
|
|
700
664
|
*,
|
|
701
665
|
extend: bool | None = False,
|
|
702
666
|
deselect: bool | None = False,
|
|
@@ -707,7 +671,6 @@ def select(
|
|
|
707
671
|
):
|
|
708
672
|
"""Select UV vertices
|
|
709
673
|
|
|
710
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
711
674
|
:type execution_context: int | str | None
|
|
712
675
|
:type undo: bool | None
|
|
713
676
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
@@ -725,15 +688,14 @@ def select(
|
|
|
725
688
|
"""
|
|
726
689
|
|
|
727
690
|
def select_all(
|
|
728
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
729
691
|
execution_context: int | str | None = None,
|
|
730
692
|
undo: bool | None = None,
|
|
693
|
+
/,
|
|
731
694
|
*,
|
|
732
695
|
action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
|
|
733
696
|
):
|
|
734
697
|
"""Change selection of all UV vertices
|
|
735
698
|
|
|
736
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
737
699
|
:type execution_context: int | str | None
|
|
738
700
|
:type undo: bool | None
|
|
739
701
|
:param action: Action, Selection action to execute
|
|
@@ -753,9 +715,9 @@ def select_all(
|
|
|
753
715
|
"""
|
|
754
716
|
|
|
755
717
|
def select_box(
|
|
756
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
757
718
|
execution_context: int | str | None = None,
|
|
758
719
|
undo: bool | None = None,
|
|
720
|
+
/,
|
|
759
721
|
*,
|
|
760
722
|
pinned: bool | None = False,
|
|
761
723
|
xmin: int | None = 0,
|
|
@@ -767,7 +729,6 @@ def select_box(
|
|
|
767
729
|
):
|
|
768
730
|
"""Select UV vertices using box selection
|
|
769
731
|
|
|
770
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
771
732
|
:type execution_context: int | str | None
|
|
772
733
|
:type undo: bool | None
|
|
773
734
|
:param pinned: Pinned, Border select pinned UVs only
|
|
@@ -796,9 +757,9 @@ def select_box(
|
|
|
796
757
|
"""
|
|
797
758
|
|
|
798
759
|
def select_circle(
|
|
799
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
800
760
|
execution_context: int | str | None = None,
|
|
801
761
|
undo: bool | None = None,
|
|
762
|
+
/,
|
|
802
763
|
*,
|
|
803
764
|
x: int | None = 0,
|
|
804
765
|
y: int | None = 0,
|
|
@@ -808,7 +769,6 @@ def select_circle(
|
|
|
808
769
|
):
|
|
809
770
|
"""Select UV vertices using circle selection
|
|
810
771
|
|
|
811
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
812
772
|
:type execution_context: int | str | None
|
|
813
773
|
:type undo: bool | None
|
|
814
774
|
:param x: X
|
|
@@ -833,16 +793,15 @@ def select_circle(
|
|
|
833
793
|
"""
|
|
834
794
|
|
|
835
795
|
def select_edge_ring(
|
|
836
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
837
796
|
execution_context: int | str | None = None,
|
|
838
797
|
undo: bool | None = None,
|
|
798
|
+
/,
|
|
839
799
|
*,
|
|
840
800
|
extend: bool | None = False,
|
|
841
801
|
location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
|
|
842
802
|
):
|
|
843
803
|
"""Select an edge ring of connected UV vertices
|
|
844
804
|
|
|
845
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
846
805
|
:type execution_context: int | str | None
|
|
847
806
|
:type undo: bool | None
|
|
848
807
|
:param extend: Extend, Extend selection rather than clearing the existing selection
|
|
@@ -852,9 +811,9 @@ def select_edge_ring(
|
|
|
852
811
|
"""
|
|
853
812
|
|
|
854
813
|
def select_lasso(
|
|
855
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
856
814
|
execution_context: int | str | None = None,
|
|
857
815
|
undo: bool | None = None,
|
|
816
|
+
/,
|
|
858
817
|
*,
|
|
859
818
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
860
819
|
use_smooth_stroke: bool | None = False,
|
|
@@ -864,7 +823,6 @@ def select_lasso(
|
|
|
864
823
|
):
|
|
865
824
|
"""Select UVs using lasso selection
|
|
866
825
|
|
|
867
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
868
826
|
:type execution_context: int | str | None
|
|
869
827
|
:type undo: bool | None
|
|
870
828
|
:param path: Path
|
|
@@ -888,34 +846,24 @@ def select_lasso(
|
|
|
888
846
|
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
889
847
|
"""
|
|
890
848
|
|
|
891
|
-
def select_less(
|
|
892
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
893
|
-
execution_context: int | str | None = None,
|
|
894
|
-
undo: bool | None = None,
|
|
895
|
-
):
|
|
849
|
+
def select_less(execution_context: int | str | None = None, undo: bool | None = None):
|
|
896
850
|
"""Deselect UV vertices at the boundary of each selection region
|
|
897
851
|
|
|
898
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
899
852
|
:type execution_context: int | str | None
|
|
900
853
|
:type undo: bool | None
|
|
901
854
|
"""
|
|
902
855
|
|
|
903
|
-
def select_linked(
|
|
904
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
905
|
-
execution_context: int | str | None = None,
|
|
906
|
-
undo: bool | None = None,
|
|
907
|
-
):
|
|
856
|
+
def select_linked(execution_context: int | str | None = None, undo: bool | None = None):
|
|
908
857
|
"""Select all UV vertices linked to the active UV map
|
|
909
858
|
|
|
910
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
911
859
|
:type execution_context: int | str | None
|
|
912
860
|
:type undo: bool | None
|
|
913
861
|
"""
|
|
914
862
|
|
|
915
863
|
def select_linked_pick(
|
|
916
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
917
864
|
execution_context: int | str | None = None,
|
|
918
865
|
undo: bool | None = None,
|
|
866
|
+
/,
|
|
919
867
|
*,
|
|
920
868
|
extend: bool | None = False,
|
|
921
869
|
deselect: bool | None = False,
|
|
@@ -923,7 +871,6 @@ def select_linked_pick(
|
|
|
923
871
|
):
|
|
924
872
|
"""Select all UV vertices linked under the mouse
|
|
925
873
|
|
|
926
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
927
874
|
:type execution_context: int | str | None
|
|
928
875
|
:type undo: bool | None
|
|
929
876
|
:param extend: Extend, Extend selection rather than clearing the existing selection
|
|
@@ -935,16 +882,15 @@ def select_linked_pick(
|
|
|
935
882
|
"""
|
|
936
883
|
|
|
937
884
|
def select_loop(
|
|
938
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
939
885
|
execution_context: int | str | None = None,
|
|
940
886
|
undo: bool | None = None,
|
|
887
|
+
/,
|
|
941
888
|
*,
|
|
942
889
|
extend: bool | None = False,
|
|
943
890
|
location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
|
|
944
891
|
):
|
|
945
892
|
"""Select a loop of connected UV vertices
|
|
946
893
|
|
|
947
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
948
894
|
:type execution_context: int | str | None
|
|
949
895
|
:type undo: bool | None
|
|
950
896
|
:param extend: Extend, Extend selection rather than clearing the existing selection
|
|
@@ -954,65 +900,53 @@ def select_loop(
|
|
|
954
900
|
"""
|
|
955
901
|
|
|
956
902
|
def select_mode(
|
|
957
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
958
903
|
execution_context: int | str | None = None,
|
|
959
904
|
undo: bool | None = None,
|
|
905
|
+
/,
|
|
960
906
|
*,
|
|
961
907
|
type: bpy.typing.MeshSelectModeUvItems | None = "VERTEX",
|
|
962
908
|
):
|
|
963
909
|
"""Change UV selection mode
|
|
964
910
|
|
|
965
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
966
911
|
:type execution_context: int | str | None
|
|
967
912
|
:type undo: bool | None
|
|
968
913
|
:param type: Type
|
|
969
914
|
:type type: bpy.typing.MeshSelectModeUvItems | None
|
|
970
915
|
"""
|
|
971
916
|
|
|
972
|
-
def select_more(
|
|
973
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
974
|
-
execution_context: int | str | None = None,
|
|
975
|
-
undo: bool | None = None,
|
|
976
|
-
):
|
|
917
|
+
def select_more(execution_context: int | str | None = None, undo: bool | None = None):
|
|
977
918
|
"""Select more UV vertices connected to initial selection
|
|
978
919
|
|
|
979
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
980
920
|
:type execution_context: int | str | None
|
|
981
921
|
:type undo: bool | None
|
|
982
922
|
"""
|
|
983
923
|
|
|
984
924
|
def select_overlap(
|
|
985
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
986
925
|
execution_context: int | str | None = None,
|
|
987
926
|
undo: bool | None = None,
|
|
927
|
+
/,
|
|
988
928
|
*,
|
|
989
929
|
extend: bool | None = False,
|
|
990
930
|
):
|
|
991
931
|
"""Select all UV faces which overlap each other
|
|
992
932
|
|
|
993
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
994
933
|
:type execution_context: int | str | None
|
|
995
934
|
:type undo: bool | None
|
|
996
935
|
:param extend: Extend, Extend selection rather than clearing the existing selection
|
|
997
936
|
:type extend: bool | None
|
|
998
937
|
"""
|
|
999
938
|
|
|
1000
|
-
def select_pinned(
|
|
1001
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1002
|
-
execution_context: int | str | None = None,
|
|
1003
|
-
undo: bool | None = None,
|
|
1004
|
-
):
|
|
939
|
+
def select_pinned(execution_context: int | str | None = None, undo: bool | None = None):
|
|
1005
940
|
"""Select all pinned UV vertices
|
|
1006
941
|
|
|
1007
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1008
942
|
:type execution_context: int | str | None
|
|
1009
943
|
:type undo: bool | None
|
|
1010
944
|
"""
|
|
1011
945
|
|
|
1012
946
|
def select_similar(
|
|
1013
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1014
947
|
execution_context: int | str | None = None,
|
|
1015
948
|
undo: bool | None = None,
|
|
949
|
+
/,
|
|
1016
950
|
*,
|
|
1017
951
|
type: typing.Literal[
|
|
1018
952
|
"PIN",
|
|
@@ -1032,7 +966,6 @@ def select_similar(
|
|
|
1032
966
|
):
|
|
1033
967
|
"""Select similar UVs by property types
|
|
1034
968
|
|
|
1035
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1036
969
|
:type execution_context: int | str | None
|
|
1037
970
|
:type undo: bool | None
|
|
1038
971
|
:param type: Type
|
|
@@ -1043,22 +976,17 @@ def select_similar(
|
|
|
1043
976
|
:type threshold: float | None
|
|
1044
977
|
"""
|
|
1045
978
|
|
|
1046
|
-
def select_split(
|
|
1047
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1048
|
-
execution_context: int | str | None = None,
|
|
1049
|
-
undo: bool | None = None,
|
|
1050
|
-
):
|
|
979
|
+
def select_split(execution_context: int | str | None = None, undo: bool | None = None):
|
|
1051
980
|
"""Select only entirely selected faces
|
|
1052
981
|
|
|
1053
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1054
982
|
:type execution_context: int | str | None
|
|
1055
983
|
:type undo: bool | None
|
|
1056
984
|
"""
|
|
1057
985
|
|
|
1058
986
|
def shortest_path_pick(
|
|
1059
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1060
987
|
execution_context: int | str | None = None,
|
|
1061
988
|
undo: bool | None = None,
|
|
989
|
+
/,
|
|
1062
990
|
*,
|
|
1063
991
|
use_face_step: bool | None = False,
|
|
1064
992
|
use_topology_distance: bool | None = False,
|
|
@@ -1071,7 +999,6 @@ def shortest_path_pick(
|
|
|
1071
999
|
):
|
|
1072
1000
|
"""Select shortest path between two selections
|
|
1073
1001
|
|
|
1074
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1075
1002
|
:type execution_context: int | str | None
|
|
1076
1003
|
:type undo: bool | None
|
|
1077
1004
|
:param use_face_step: Face Stepping, Traverse connected faces (includes diagonals and edge-rings)
|
|
@@ -1091,9 +1018,9 @@ def shortest_path_pick(
|
|
|
1091
1018
|
"""
|
|
1092
1019
|
|
|
1093
1020
|
def shortest_path_select(
|
|
1094
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1095
1021
|
execution_context: int | str | None = None,
|
|
1096
1022
|
undo: bool | None = None,
|
|
1023
|
+
/,
|
|
1097
1024
|
*,
|
|
1098
1025
|
use_face_step: bool | None = False,
|
|
1099
1026
|
use_topology_distance: bool | None = False,
|
|
@@ -1104,7 +1031,6 @@ def shortest_path_select(
|
|
|
1104
1031
|
):
|
|
1105
1032
|
"""Selected shortest path between two vertices/edges/faces
|
|
1106
1033
|
|
|
1107
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1108
1034
|
:type execution_context: int | str | None
|
|
1109
1035
|
:type undo: bool | None
|
|
1110
1036
|
:param use_face_step: Face Stepping, Traverse connected faces (includes diagonals and edge-rings)
|
|
@@ -1122,9 +1048,9 @@ def shortest_path_select(
|
|
|
1122
1048
|
"""
|
|
1123
1049
|
|
|
1124
1050
|
def smart_project(
|
|
1125
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1126
1051
|
execution_context: int | str | None = None,
|
|
1127
1052
|
undo: bool | None = None,
|
|
1053
|
+
/,
|
|
1128
1054
|
*,
|
|
1129
1055
|
angle_limit: float | None = 1.15192,
|
|
1130
1056
|
margin_method: typing.Literal["SCALED", "ADD", "FRACTION"] | None = "SCALED",
|
|
@@ -1137,7 +1063,6 @@ def smart_project(
|
|
|
1137
1063
|
):
|
|
1138
1064
|
"""Projection unwraps the selected faces of mesh objects
|
|
1139
1065
|
|
|
1140
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1141
1066
|
:type execution_context: int | str | None
|
|
1142
1067
|
:type undo: bool | None
|
|
1143
1068
|
:param angle_limit: Angle Limit, Lower for more projection groups, higher for less distortion
|
|
@@ -1175,15 +1100,14 @@ def smart_project(
|
|
|
1175
1100
|
"""
|
|
1176
1101
|
|
|
1177
1102
|
def snap_cursor(
|
|
1178
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1179
1103
|
execution_context: int | str | None = None,
|
|
1180
1104
|
undo: bool | None = None,
|
|
1105
|
+
/,
|
|
1181
1106
|
*,
|
|
1182
1107
|
target: typing.Literal["PIXELS", "SELECTED", "ORIGIN"] | None = "PIXELS",
|
|
1183
1108
|
):
|
|
1184
1109
|
"""Snap cursor to target type
|
|
1185
1110
|
|
|
1186
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1187
1111
|
:type execution_context: int | str | None
|
|
1188
1112
|
:type undo: bool | None
|
|
1189
1113
|
:param target: Target, Target to snap the selected UVs to
|
|
@@ -1191,16 +1115,15 @@ def snap_cursor(
|
|
|
1191
1115
|
"""
|
|
1192
1116
|
|
|
1193
1117
|
def snap_selected(
|
|
1194
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1195
1118
|
execution_context: int | str | None = None,
|
|
1196
1119
|
undo: bool | None = None,
|
|
1120
|
+
/,
|
|
1197
1121
|
*,
|
|
1198
1122
|
target: typing.Literal["PIXELS", "CURSOR", "CURSOR_OFFSET", "ADJACENT_UNSELECTED"]
|
|
1199
1123
|
| None = "PIXELS",
|
|
1200
1124
|
):
|
|
1201
1125
|
"""Snap selected UV vertices to target type
|
|
1202
1126
|
|
|
1203
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1204
1127
|
:type execution_context: int | str | None
|
|
1205
1128
|
:type undo: bool | None
|
|
1206
1129
|
:param target: Target, Target to snap the selected UVs to
|
|
@@ -1208,9 +1131,9 @@ def snap_selected(
|
|
|
1208
1131
|
"""
|
|
1209
1132
|
|
|
1210
1133
|
def sphere_project(
|
|
1211
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1212
1134
|
execution_context: int | str | None = None,
|
|
1213
1135
|
undo: bool | None = None,
|
|
1136
|
+
/,
|
|
1214
1137
|
*,
|
|
1215
1138
|
direction: typing.Literal["VIEW_ON_EQUATOR", "VIEW_ON_POLES", "ALIGN_TO_OBJECT"]
|
|
1216
1139
|
| None = "VIEW_ON_EQUATOR",
|
|
@@ -1223,7 +1146,6 @@ def sphere_project(
|
|
|
1223
1146
|
):
|
|
1224
1147
|
"""Project the UV vertices of the mesh over the curved surface of a sphere
|
|
1225
1148
|
|
|
1226
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1227
1149
|
:type execution_context: int | str | None
|
|
1228
1150
|
:type undo: bool | None
|
|
1229
1151
|
:param direction: Direction, Direction of the sphere or cylinder
|
|
@@ -1264,9 +1186,9 @@ def sphere_project(
|
|
|
1264
1186
|
"""
|
|
1265
1187
|
|
|
1266
1188
|
def stitch(
|
|
1267
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1268
1189
|
execution_context: int | str | None = None,
|
|
1269
1190
|
undo: bool | None = None,
|
|
1191
|
+
/,
|
|
1270
1192
|
*,
|
|
1271
1193
|
use_limit: bool | None = False,
|
|
1272
1194
|
snap_islands: bool | None = True,
|
|
@@ -1282,7 +1204,6 @@ def stitch(
|
|
|
1282
1204
|
):
|
|
1283
1205
|
"""Stitch selected UV vertices by proximity
|
|
1284
1206
|
|
|
1285
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1286
1207
|
:type execution_context: int | str | None
|
|
1287
1208
|
:type undo: bool | None
|
|
1288
1209
|
:param use_limit: Use Limit, Stitch UVs within a specified limit distance
|
|
@@ -1310,9 +1231,9 @@ def stitch(
|
|
|
1310
1231
|
"""
|
|
1311
1232
|
|
|
1312
1233
|
def unwrap(
|
|
1313
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1314
1234
|
execution_context: int | str | None = None,
|
|
1315
1235
|
undo: bool | None = None,
|
|
1236
|
+
/,
|
|
1316
1237
|
*,
|
|
1317
1238
|
method: typing.Literal["ANGLE_BASED", "CONFORMAL", "MINIMUM_STRETCH"]
|
|
1318
1239
|
| None = "CONFORMAL",
|
|
@@ -1329,7 +1250,6 @@ def unwrap(
|
|
|
1329
1250
|
):
|
|
1330
1251
|
"""Unwrap the mesh of the object being edited
|
|
1331
1252
|
|
|
1332
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1333
1253
|
:type execution_context: int | str | None
|
|
1334
1254
|
:type undo: bool | None
|
|
1335
1255
|
:param method: Method, Unwrapping method (Angle Based usually gives better results than Conformal, while being somewhat slower)
|
|
@@ -1365,14 +1285,9 @@ def unwrap(
|
|
|
1365
1285
|
:type weight_factor: float | None
|
|
1366
1286
|
"""
|
|
1367
1287
|
|
|
1368
|
-
def weld(
|
|
1369
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1370
|
-
execution_context: int | str | None = None,
|
|
1371
|
-
undo: bool | None = None,
|
|
1372
|
-
):
|
|
1288
|
+
def weld(execution_context: int | str | None = None, undo: bool | None = None):
|
|
1373
1289
|
"""Weld selected UV vertices together
|
|
1374
1290
|
|
|
1375
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1376
1291
|
:type execution_context: int | str | None
|
|
1377
1292
|
:type undo: bool | None
|
|
1378
1293
|
"""
|