fake-bpy-module 20240417__py3-none-any.whl → 20240419__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.
- _bpy_internal/__init__.pyi +4 -0
- _bpy_internal/freedesktop/__init__.pyi +88 -0
- _bpy_internal/freedesktop/py.typed +0 -0
- _bpy_internal/py.typed +0 -0
- aud/__init__.pyi +121 -48
- bgl/__init__.pyi +2443 -1265
- bl_math/__init__.pyi +19 -3
- bl_operators/geometry_nodes/__init__.pyi +13 -0
- bl_ui/properties_data_light/__init__.pyi +337 -0
- blf/__init__.pyi +63 -13
- bmesh/__init__.pyi +13 -0
- bmesh/geometry/__init__.pyi +5 -0
- bmesh/ops/__init__.pyi +157 -68
- bmesh/types/__init__.pyi +109 -62
- bmesh/utils/__init__.pyi +11 -2
- bpy/__init__.pyi +7 -0
- bpy/app/__init__.pyi +13 -0
- bpy/app/handlers/__init__.pyi +41 -0
- bpy/app/icons/__init__.pyi +4 -2
- bpy/app/timers/__init__.pyi +38 -2
- bpy/app/translations/__init__.pyi +58 -0
- bpy/msgbus/__init__.pyi +46 -0
- bpy/ops/__init__.pyi +151 -0
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +104 -104
- bpy/ops/armature/__init__.pyi +96 -96
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +16 -16
- bpy/ops/brush/__init__.pyi +18 -18
- bpy/ops/buttons/__init__.pyi +12 -12
- bpy/ops/cachefile/__init__.pyi +10 -10
- bpy/ops/camera/__init__.pyi +4 -4
- bpy/ops/clip/__init__.pyi +184 -184
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +18 -18
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +102 -102
- bpy/ops/curves/__init__.pyi +54 -54
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +10 -10
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_mesh/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +7 -7
- bpy/ops/file/__init__.pyi +80 -80
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +20 -20
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +300 -300
- bpy/ops/graph/__init__.pyi +130 -130
- bpy/ops/grease_pencil/__init__.pyi +112 -112
- bpy/ops/image/__init__.pyi +92 -92
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_mesh/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +6 -6
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +16 -16
- bpy/ops/marker/__init__.pyi +22 -22
- bpy/ops/mask/__init__.pyi +78 -78
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +16 -16
- bpy/ops/mesh/__init__.pyi +326 -326
- bpy/ops/nla/__init__.pyi +80 -80
- bpy/ops/node/__init__.pyi +202 -202
- bpy/ops/object/__init__.pyi +509 -500
- bpy/ops/outliner/__init__.pyi +138 -138
- bpy/ops/paint/__init__.pyi +104 -104
- bpy/ops/paintcurve/__init__.pyi +16 -16
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +78 -78
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +76 -76
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +24 -24
- bpy/ops/rigidbody/__init__.pyi +26 -26
- bpy/ops/scene/__init__.pyi +78 -78
- bpy/ops/screen/__init__.pyi +78 -78
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +62 -62
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +170 -170
- bpy/ops/sound/__init__.pyi +14 -14
- bpy/ops/spreadsheet/__init__.pyi +8 -8
- bpy/ops/surface/__init__.pyi +12 -12
- bpy/ops/text/__init__.pyi +86 -86
- bpy/ops/text_editor/__init__.pyi +2 -2
- bpy/ops/texture/__init__.pyi +8 -8
- bpy/ops/transform/__init__.pyi +54 -54
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +98 -98
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +224 -224
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/path/__init__.pyi +6 -0
- bpy/props/__init__.pyi +141 -29
- bpy/types/__init__.pyi +101517 -5027
- bpy/utils/__init__.pyi +18 -3
- bpy/utils/previews/__init__.pyi +15 -0
- bpy/utils/units/__init__.pyi +11 -3
- bpy_extras/__init__.pyi +19 -0
- bpy_extras/asset_utils/__init__.pyi +5 -0
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/RECORD +139 -135
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/top_level.txt +1 -0
- freestyle/__init__.pyi +18 -0
- freestyle/chainingiterators/__init__.pyi +20 -5
- freestyle/functions/__init__.pyi +151 -155
- freestyle/predicates/__init__.pyi +53 -46
- freestyle/shaders/__init__.pyi +91 -32
- freestyle/types/__init__.pyi +362 -120
- freestyle/utils/ContextFunctions/__init__.pyi +32 -7
- freestyle/utils/__init__.pyi +13 -1
- gpu/__init__.pyi +225 -0
- gpu/capabilities/__init__.pyi +37 -15
- gpu/matrix/__init__.pyi +7 -1
- gpu/platform/__init__.pyi +5 -0
- gpu/select/__init__.pyi +5 -0
- gpu/shader/__init__.pyi +77 -0
- gpu/state/__init__.pyi +15 -4
- gpu/texture/__init__.pyi +5 -0
- gpu/types/__init__.pyi +91 -33
- gpu_extras/__init__.pyi +15 -0
- gpu_extras/presets/__init__.pyi +16 -4
- imbuf/__init__.pyi +13 -0
- imbuf/types/__init__.pyi +20 -5
- mathutils/__init__.pyi +349 -227
- mathutils/bvhtree/__init__.pyi +21 -8
- mathutils/geometry/__init__.pyi +23 -9
- mathutils/interpolate/__init__.pyi +5 -0
- mathutils/kdtree/__init__.pyi +19 -5
- mathutils/noise/__init__.pyi +87 -41
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/WHEEL +0 -0
bpy/ops/uv/__init__.pyi
CHANGED
|
@@ -5,14 +5,14 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def align(
|
|
7
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context: str = None,
|
|
8
|
+
execution_context: typing.Union[str, int] = None,
|
|
9
9
|
undo: bool = None,
|
|
10
10
|
axis: typing.Any = "ALIGN_AUTO",
|
|
11
11
|
):
|
|
12
12
|
"""Aligns selected UV vertices on a line
|
|
13
13
|
|
|
14
14
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
15
|
-
:type execution_context: str
|
|
15
|
+
:type execution_context: typing.Union[str, int]
|
|
16
16
|
:type undo: bool
|
|
17
17
|
:param axis: Axis, Axis to align UV locations on
|
|
18
18
|
|
|
@@ -40,7 +40,7 @@ def align(
|
|
|
40
40
|
|
|
41
41
|
def align_rotation(
|
|
42
42
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
43
|
-
execution_context: str = None,
|
|
43
|
+
execution_context: typing.Union[str, int] = None,
|
|
44
44
|
undo: bool = None,
|
|
45
45
|
method: typing.Any = "AUTO",
|
|
46
46
|
axis: typing.Any = "X",
|
|
@@ -49,7 +49,7 @@ def align_rotation(
|
|
|
49
49
|
"""Align the UV island's rotation
|
|
50
50
|
|
|
51
51
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
52
|
-
:type execution_context: str
|
|
52
|
+
:type execution_context: typing.Union[str, int]
|
|
53
53
|
:type undo: bool
|
|
54
54
|
:param method: Method, Method to calculate rotation angle
|
|
55
55
|
|
|
@@ -81,7 +81,7 @@ def align_rotation(
|
|
|
81
81
|
|
|
82
82
|
def average_islands_scale(
|
|
83
83
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
84
|
-
execution_context: str = None,
|
|
84
|
+
execution_context: typing.Union[str, int] = None,
|
|
85
85
|
undo: bool = None,
|
|
86
86
|
scale_uv: typing.Union[bool, typing.Any] = False,
|
|
87
87
|
shear: typing.Union[bool, typing.Any] = False,
|
|
@@ -89,7 +89,7 @@ def average_islands_scale(
|
|
|
89
89
|
"""Average the size of separate UV islands, based on their area in 3D space
|
|
90
90
|
|
|
91
91
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
92
|
-
:type execution_context: str
|
|
92
|
+
:type execution_context: typing.Union[str, int]
|
|
93
93
|
:type undo: bool
|
|
94
94
|
:param scale_uv: Non-Uniform, Scale U and V independently
|
|
95
95
|
:type scale_uv: typing.Union[bool, typing.Any]
|
|
@@ -101,13 +101,13 @@ def average_islands_scale(
|
|
|
101
101
|
|
|
102
102
|
def copy(
|
|
103
103
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
104
|
-
execution_context: str = None,
|
|
104
|
+
execution_context: typing.Union[str, int] = None,
|
|
105
105
|
undo: bool = None,
|
|
106
106
|
):
|
|
107
107
|
"""Copy selected UV vertices
|
|
108
108
|
|
|
109
109
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
110
|
-
:type execution_context: str
|
|
110
|
+
:type execution_context: typing.Union[str, int]
|
|
111
111
|
:type undo: bool
|
|
112
112
|
"""
|
|
113
113
|
|
|
@@ -115,7 +115,7 @@ def copy(
|
|
|
115
115
|
|
|
116
116
|
def cube_project(
|
|
117
117
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
118
|
-
execution_context: str = None,
|
|
118
|
+
execution_context: typing.Union[str, int] = None,
|
|
119
119
|
undo: bool = None,
|
|
120
120
|
cube_size: typing.Any = 1.0,
|
|
121
121
|
correct_aspect: typing.Union[bool, typing.Any] = True,
|
|
@@ -125,7 +125,7 @@ def cube_project(
|
|
|
125
125
|
"""Project the UV vertices of the mesh over the six faces of a cube
|
|
126
126
|
|
|
127
127
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
128
|
-
:type execution_context: str
|
|
128
|
+
:type execution_context: typing.Union[str, int]
|
|
129
129
|
:type undo: bool
|
|
130
130
|
:param cube_size: Cube Size, Size of the cube to project on
|
|
131
131
|
:type cube_size: typing.Any
|
|
@@ -141,14 +141,14 @@ def cube_project(
|
|
|
141
141
|
|
|
142
142
|
def cursor_set(
|
|
143
143
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
144
|
-
execution_context: str = None,
|
|
144
|
+
execution_context: typing.Union[str, int] = None,
|
|
145
145
|
undo: bool = None,
|
|
146
146
|
location: typing.Any = (0.0, 0.0),
|
|
147
147
|
):
|
|
148
148
|
"""Set 2D cursor location
|
|
149
149
|
|
|
150
150
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
151
|
-
:type execution_context: str
|
|
151
|
+
:type execution_context: typing.Union[str, int]
|
|
152
152
|
:type undo: bool
|
|
153
153
|
:param location: Location, Cursor location in normalized (0.0 to 1.0) coordinates
|
|
154
154
|
:type location: typing.Any
|
|
@@ -158,7 +158,7 @@ def cursor_set(
|
|
|
158
158
|
|
|
159
159
|
def cylinder_project(
|
|
160
160
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
161
|
-
execution_context: str = None,
|
|
161
|
+
execution_context: typing.Union[str, int] = None,
|
|
162
162
|
undo: bool = None,
|
|
163
163
|
direction: typing.Any = "VIEW_ON_EQUATOR",
|
|
164
164
|
align: typing.Any = "POLAR_ZX",
|
|
@@ -172,7 +172,7 @@ def cylinder_project(
|
|
|
172
172
|
"""Project the UV vertices of the mesh over the curved wall of a cylinder
|
|
173
173
|
|
|
174
174
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
175
|
-
:type execution_context: str
|
|
175
|
+
:type execution_context: typing.Union[str, int]
|
|
176
176
|
:type undo: bool
|
|
177
177
|
:param direction: Direction, Direction of the sphere or cylinder
|
|
178
178
|
|
|
@@ -217,7 +217,7 @@ def cylinder_project(
|
|
|
217
217
|
|
|
218
218
|
def export_layout(
|
|
219
219
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
220
|
-
execution_context: str = None,
|
|
220
|
+
execution_context: typing.Union[str, int] = None,
|
|
221
221
|
undo: bool = None,
|
|
222
222
|
filepath: typing.Union[str, typing.Any] = "",
|
|
223
223
|
export_all: typing.Union[bool, typing.Any] = False,
|
|
@@ -231,7 +231,7 @@ def export_layout(
|
|
|
231
231
|
"""Export UV layout to file
|
|
232
232
|
|
|
233
233
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
234
|
-
:type execution_context: str
|
|
234
|
+
:type execution_context: typing.Union[str, int]
|
|
235
235
|
:type undo: bool
|
|
236
236
|
:param filepath: filepath
|
|
237
237
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -273,14 +273,14 @@ def export_layout(
|
|
|
273
273
|
|
|
274
274
|
def follow_active_quads(
|
|
275
275
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
276
|
-
execution_context: str = None,
|
|
276
|
+
execution_context: typing.Union[str, int] = None,
|
|
277
277
|
undo: bool = None,
|
|
278
278
|
mode: typing.Any = "LENGTH_AVERAGE",
|
|
279
279
|
):
|
|
280
280
|
"""Follow UVs from active quads along continuous face loops
|
|
281
281
|
|
|
282
282
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
283
|
-
:type execution_context: str
|
|
283
|
+
:type execution_context: typing.Union[str, int]
|
|
284
284
|
:type undo: bool
|
|
285
285
|
:param mode: Edge Length Mode, Method to space UV edge loops
|
|
286
286
|
|
|
@@ -299,14 +299,14 @@ def follow_active_quads(
|
|
|
299
299
|
|
|
300
300
|
def hide(
|
|
301
301
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
302
|
-
execution_context: str = None,
|
|
302
|
+
execution_context: typing.Union[str, int] = None,
|
|
303
303
|
undo: bool = None,
|
|
304
304
|
unselected: typing.Union[bool, typing.Any] = False,
|
|
305
305
|
):
|
|
306
306
|
"""Hide (un)selected UV vertices
|
|
307
307
|
|
|
308
308
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
309
|
-
:type execution_context: str
|
|
309
|
+
:type execution_context: typing.Union[str, int]
|
|
310
310
|
:type undo: bool
|
|
311
311
|
:param unselected: Unselected, Hide unselected rather than selected
|
|
312
312
|
:type unselected: typing.Union[bool, typing.Any]
|
|
@@ -316,7 +316,7 @@ def hide(
|
|
|
316
316
|
|
|
317
317
|
def lightmap_pack(
|
|
318
318
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
319
|
-
execution_context: str = None,
|
|
319
|
+
execution_context: typing.Union[str, int] = None,
|
|
320
320
|
undo: bool = None,
|
|
321
321
|
PREF_CONTEXT: typing.Any = "SEL_FACES",
|
|
322
322
|
PREF_PACK_IN_ONE: typing.Union[bool, typing.Any] = True,
|
|
@@ -327,7 +327,7 @@ def lightmap_pack(
|
|
|
327
327
|
"""Pack each face's UVs into the UV bounds
|
|
328
328
|
|
|
329
329
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
330
|
-
:type execution_context: str
|
|
330
|
+
:type execution_context: typing.Union[str, int]
|
|
331
331
|
:type undo: bool
|
|
332
332
|
:param PREF_CONTEXT: Selection
|
|
333
333
|
|
|
@@ -351,14 +351,14 @@ def lightmap_pack(
|
|
|
351
351
|
|
|
352
352
|
def mark_seam(
|
|
353
353
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
354
|
-
execution_context: str = None,
|
|
354
|
+
execution_context: typing.Union[str, int] = None,
|
|
355
355
|
undo: bool = None,
|
|
356
356
|
clear: typing.Union[bool, typing.Any] = False,
|
|
357
357
|
):
|
|
358
358
|
"""Mark selected UV edges as seams
|
|
359
359
|
|
|
360
360
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
361
|
-
:type execution_context: str
|
|
361
|
+
:type execution_context: typing.Union[str, int]
|
|
362
362
|
:type undo: bool
|
|
363
363
|
:param clear: Clear Seams, Clear instead of marking seams
|
|
364
364
|
:type clear: typing.Union[bool, typing.Any]
|
|
@@ -368,7 +368,7 @@ def mark_seam(
|
|
|
368
368
|
|
|
369
369
|
def minimize_stretch(
|
|
370
370
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
371
|
-
execution_context: str = None,
|
|
371
|
+
execution_context: typing.Union[str, int] = None,
|
|
372
372
|
undo: bool = None,
|
|
373
373
|
fill_holes: typing.Union[bool, typing.Any] = True,
|
|
374
374
|
blend: typing.Any = 0.0,
|
|
@@ -377,7 +377,7 @@ def minimize_stretch(
|
|
|
377
377
|
"""Reduce UV stretching by relaxing angles
|
|
378
378
|
|
|
379
379
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
380
|
-
:type execution_context: str
|
|
380
|
+
:type execution_context: typing.Union[str, int]
|
|
381
381
|
:type undo: bool
|
|
382
382
|
:param fill_holes: Fill Holes, Virtually fill holes in mesh before unwrapping, to better avoid overlaps and preserve symmetry
|
|
383
383
|
:type fill_holes: typing.Union[bool, typing.Any]
|
|
@@ -391,7 +391,7 @@ def minimize_stretch(
|
|
|
391
391
|
|
|
392
392
|
def pack_islands(
|
|
393
393
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
394
|
-
execution_context: str = None,
|
|
394
|
+
execution_context: typing.Union[str, int] = None,
|
|
395
395
|
undo: bool = None,
|
|
396
396
|
udim_source: typing.Any = "CLOSEST_UDIM",
|
|
397
397
|
rotate: typing.Union[bool, typing.Any] = True,
|
|
@@ -407,7 +407,7 @@ def pack_islands(
|
|
|
407
407
|
"""Transform all islands so that they fill up the UV/UDIM space as much as possible
|
|
408
408
|
|
|
409
409
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
410
|
-
:type execution_context: str
|
|
410
|
+
:type execution_context: typing.Union[str, int]
|
|
411
411
|
:type undo: bool
|
|
412
412
|
:param udim_source: Pack to
|
|
413
413
|
|
|
@@ -489,13 +489,13 @@ def pack_islands(
|
|
|
489
489
|
|
|
490
490
|
def paste(
|
|
491
491
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
492
|
-
execution_context: str = None,
|
|
492
|
+
execution_context: typing.Union[str, int] = None,
|
|
493
493
|
undo: bool = None,
|
|
494
494
|
):
|
|
495
495
|
"""Paste selected UV vertices
|
|
496
496
|
|
|
497
497
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
498
|
-
:type execution_context: str
|
|
498
|
+
:type execution_context: typing.Union[str, int]
|
|
499
499
|
:type undo: bool
|
|
500
500
|
"""
|
|
501
501
|
|
|
@@ -503,7 +503,7 @@ def paste(
|
|
|
503
503
|
|
|
504
504
|
def pin(
|
|
505
505
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
506
|
-
execution_context: str = None,
|
|
506
|
+
execution_context: typing.Union[str, int] = None,
|
|
507
507
|
undo: bool = None,
|
|
508
508
|
clear: typing.Union[bool, typing.Any] = False,
|
|
509
509
|
invert: typing.Union[bool, typing.Any] = False,
|
|
@@ -511,7 +511,7 @@ def pin(
|
|
|
511
511
|
"""Set/clear selected UV vertices as anchored between multiple unwrap operations
|
|
512
512
|
|
|
513
513
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
514
|
-
:type execution_context: str
|
|
514
|
+
:type execution_context: typing.Union[str, int]
|
|
515
515
|
:type undo: bool
|
|
516
516
|
:param clear: Clear, Clear pinning for the selection instead of setting it
|
|
517
517
|
:type clear: typing.Union[bool, typing.Any]
|
|
@@ -523,7 +523,7 @@ def pin(
|
|
|
523
523
|
|
|
524
524
|
def project_from_view(
|
|
525
525
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
526
|
-
execution_context: str = None,
|
|
526
|
+
execution_context: typing.Union[str, int] = None,
|
|
527
527
|
undo: bool = None,
|
|
528
528
|
orthographic: typing.Union[bool, typing.Any] = False,
|
|
529
529
|
camera_bounds: typing.Union[bool, typing.Any] = True,
|
|
@@ -534,7 +534,7 @@ def project_from_view(
|
|
|
534
534
|
"""Project the UV vertices of the mesh as seen in current 3D view
|
|
535
535
|
|
|
536
536
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
537
|
-
:type execution_context: str
|
|
537
|
+
:type execution_context: typing.Union[str, int]
|
|
538
538
|
:type undo: bool
|
|
539
539
|
:param orthographic: Orthographic, Use orthographic projection
|
|
540
540
|
:type orthographic: typing.Union[bool, typing.Any]
|
|
@@ -552,7 +552,7 @@ def project_from_view(
|
|
|
552
552
|
|
|
553
553
|
def randomize_uv_transform(
|
|
554
554
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
555
|
-
execution_context: str = None,
|
|
555
|
+
execution_context: typing.Union[str, int] = None,
|
|
556
556
|
undo: bool = None,
|
|
557
557
|
random_seed: typing.Any = 0,
|
|
558
558
|
use_loc: typing.Union[bool, typing.Any] = True,
|
|
@@ -566,7 +566,7 @@ def randomize_uv_transform(
|
|
|
566
566
|
"""Randomize the UV island's location, rotation, and scale
|
|
567
567
|
|
|
568
568
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
569
|
-
:type execution_context: str
|
|
569
|
+
:type execution_context: typing.Union[str, int]
|
|
570
570
|
:type undo: bool
|
|
571
571
|
:param random_seed: Random Seed, Seed value for the random generator
|
|
572
572
|
:type random_seed: typing.Any
|
|
@@ -590,7 +590,7 @@ def randomize_uv_transform(
|
|
|
590
590
|
|
|
591
591
|
def remove_doubles(
|
|
592
592
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
593
|
-
execution_context: str = None,
|
|
593
|
+
execution_context: typing.Union[str, int] = None,
|
|
594
594
|
undo: bool = None,
|
|
595
595
|
threshold: typing.Any = 0.02,
|
|
596
596
|
use_unselected: typing.Union[bool, typing.Any] = False,
|
|
@@ -598,7 +598,7 @@ def remove_doubles(
|
|
|
598
598
|
"""Selected UV vertices that are within a radius of each other are welded together
|
|
599
599
|
|
|
600
600
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
601
|
-
:type execution_context: str
|
|
601
|
+
:type execution_context: typing.Union[str, int]
|
|
602
602
|
:type undo: bool
|
|
603
603
|
:param threshold: Merge Distance, Maximum distance between welded vertices
|
|
604
604
|
:type threshold: typing.Any
|
|
@@ -610,13 +610,13 @@ def remove_doubles(
|
|
|
610
610
|
|
|
611
611
|
def reset(
|
|
612
612
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
613
|
-
execution_context: str = None,
|
|
613
|
+
execution_context: typing.Union[str, int] = None,
|
|
614
614
|
undo: bool = None,
|
|
615
615
|
):
|
|
616
616
|
"""Reset UV projection
|
|
617
617
|
|
|
618
618
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
619
|
-
:type execution_context: str
|
|
619
|
+
:type execution_context: typing.Union[str, int]
|
|
620
620
|
:type undo: bool
|
|
621
621
|
"""
|
|
622
622
|
|
|
@@ -624,14 +624,14 @@ def reset(
|
|
|
624
624
|
|
|
625
625
|
def reveal(
|
|
626
626
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
627
|
-
execution_context: str = None,
|
|
627
|
+
execution_context: typing.Union[str, int] = None,
|
|
628
628
|
undo: bool = None,
|
|
629
629
|
select: typing.Union[bool, typing.Any] = True,
|
|
630
630
|
):
|
|
631
631
|
"""Reveal all hidden UV vertices
|
|
632
632
|
|
|
633
633
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
634
|
-
:type execution_context: str
|
|
634
|
+
:type execution_context: typing.Union[str, int]
|
|
635
635
|
:type undo: bool
|
|
636
636
|
:param select: Select
|
|
637
637
|
:type select: typing.Union[bool, typing.Any]
|
|
@@ -641,7 +641,7 @@ def reveal(
|
|
|
641
641
|
|
|
642
642
|
def rip(
|
|
643
643
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
644
|
-
execution_context: str = None,
|
|
644
|
+
execution_context: typing.Union[str, int] = None,
|
|
645
645
|
undo: bool = None,
|
|
646
646
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
647
647
|
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
@@ -651,7 +651,7 @@ def rip(
|
|
|
651
651
|
"""Rip selected vertices or a selected region
|
|
652
652
|
|
|
653
653
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
654
|
-
:type execution_context: str
|
|
654
|
+
:type execution_context: typing.Union[str, int]
|
|
655
655
|
:type undo: bool
|
|
656
656
|
:param mirror: Mirror Editing
|
|
657
657
|
:type mirror: typing.Union[bool, typing.Any]
|
|
@@ -667,7 +667,7 @@ def rip(
|
|
|
667
667
|
|
|
668
668
|
def rip_move(
|
|
669
669
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
670
|
-
execution_context: str = None,
|
|
670
|
+
execution_context: typing.Union[str, int] = None,
|
|
671
671
|
undo: bool = None,
|
|
672
672
|
UV_OT_rip: typing.Any = None,
|
|
673
673
|
TRANSFORM_OT_translate: typing.Any = None,
|
|
@@ -675,7 +675,7 @@ def rip_move(
|
|
|
675
675
|
"""Unstitch UVs and move the result
|
|
676
676
|
|
|
677
677
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
678
|
-
:type execution_context: str
|
|
678
|
+
:type execution_context: typing.Union[str, int]
|
|
679
679
|
:type undo: bool
|
|
680
680
|
:param UV_OT_rip: UV Rip, Rip selected vertices or a selected region
|
|
681
681
|
:type UV_OT_rip: typing.Any
|
|
@@ -687,7 +687,7 @@ def rip_move(
|
|
|
687
687
|
|
|
688
688
|
def seams_from_islands(
|
|
689
689
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
690
|
-
execution_context: str = None,
|
|
690
|
+
execution_context: typing.Union[str, int] = None,
|
|
691
691
|
undo: bool = None,
|
|
692
692
|
mark_seams: typing.Union[bool, typing.Any] = True,
|
|
693
693
|
mark_sharp: typing.Union[bool, typing.Any] = False,
|
|
@@ -695,7 +695,7 @@ def seams_from_islands(
|
|
|
695
695
|
"""Set mesh seams according to island setup in the UV editor
|
|
696
696
|
|
|
697
697
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
698
|
-
:type execution_context: str
|
|
698
|
+
:type execution_context: typing.Union[str, int]
|
|
699
699
|
:type undo: bool
|
|
700
700
|
:param mark_seams: Mark Seams, Mark boundary edges as seams
|
|
701
701
|
:type mark_seams: typing.Union[bool, typing.Any]
|
|
@@ -707,7 +707,7 @@ def seams_from_islands(
|
|
|
707
707
|
|
|
708
708
|
def select(
|
|
709
709
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
710
|
-
execution_context: str = None,
|
|
710
|
+
execution_context: typing.Union[str, int] = None,
|
|
711
711
|
undo: bool = None,
|
|
712
712
|
extend: typing.Union[bool, typing.Any] = False,
|
|
713
713
|
deselect: typing.Union[bool, typing.Any] = False,
|
|
@@ -719,7 +719,7 @@ def select(
|
|
|
719
719
|
"""Select UV vertices
|
|
720
720
|
|
|
721
721
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
722
|
-
:type execution_context: str
|
|
722
|
+
:type execution_context: typing.Union[str, int]
|
|
723
723
|
:type undo: bool
|
|
724
724
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
725
725
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -739,14 +739,14 @@ def select(
|
|
|
739
739
|
|
|
740
740
|
def select_all(
|
|
741
741
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
742
|
-
execution_context: str = None,
|
|
742
|
+
execution_context: typing.Union[str, int] = None,
|
|
743
743
|
undo: bool = None,
|
|
744
744
|
action: typing.Any = "TOGGLE",
|
|
745
745
|
):
|
|
746
746
|
"""Change selection of all UV vertices
|
|
747
747
|
|
|
748
748
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
749
|
-
:type execution_context: str
|
|
749
|
+
:type execution_context: typing.Union[str, int]
|
|
750
750
|
:type undo: bool
|
|
751
751
|
:param action: Action, Selection action to execute
|
|
752
752
|
|
|
@@ -768,7 +768,7 @@ def select_all(
|
|
|
768
768
|
|
|
769
769
|
def select_box(
|
|
770
770
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
771
|
-
execution_context: str = None,
|
|
771
|
+
execution_context: typing.Union[str, int] = None,
|
|
772
772
|
undo: bool = None,
|
|
773
773
|
pinned: typing.Union[bool, typing.Any] = False,
|
|
774
774
|
xmin: typing.Any = 0,
|
|
@@ -781,7 +781,7 @@ def select_box(
|
|
|
781
781
|
"""Select UV vertices using box selection
|
|
782
782
|
|
|
783
783
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
784
|
-
:type execution_context: str
|
|
784
|
+
:type execution_context: typing.Union[str, int]
|
|
785
785
|
:type undo: bool
|
|
786
786
|
:param pinned: Pinned, Border select pinned UVs only
|
|
787
787
|
:type pinned: typing.Union[bool, typing.Any]
|
|
@@ -812,7 +812,7 @@ def select_box(
|
|
|
812
812
|
|
|
813
813
|
def select_circle(
|
|
814
814
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
815
|
-
execution_context: str = None,
|
|
815
|
+
execution_context: typing.Union[str, int] = None,
|
|
816
816
|
undo: bool = None,
|
|
817
817
|
x: typing.Any = 0,
|
|
818
818
|
y: typing.Any = 0,
|
|
@@ -823,7 +823,7 @@ def select_circle(
|
|
|
823
823
|
"""Select UV vertices using circle selection
|
|
824
824
|
|
|
825
825
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
826
|
-
:type execution_context: str
|
|
826
|
+
:type execution_context: typing.Union[str, int]
|
|
827
827
|
:type undo: bool
|
|
828
828
|
:param x: X
|
|
829
829
|
:type x: typing.Any
|
|
@@ -850,7 +850,7 @@ def select_circle(
|
|
|
850
850
|
|
|
851
851
|
def select_edge_ring(
|
|
852
852
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
853
|
-
execution_context: str = None,
|
|
853
|
+
execution_context: typing.Union[str, int] = None,
|
|
854
854
|
undo: bool = None,
|
|
855
855
|
extend: typing.Union[bool, typing.Any] = False,
|
|
856
856
|
location: typing.Any = (0.0, 0.0),
|
|
@@ -858,7 +858,7 @@ def select_edge_ring(
|
|
|
858
858
|
"""Select an edge ring of connected UV vertices
|
|
859
859
|
|
|
860
860
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
861
|
-
:type execution_context: str
|
|
861
|
+
:type execution_context: typing.Union[str, int]
|
|
862
862
|
:type undo: bool
|
|
863
863
|
:param extend: Extend, Extend selection rather than clearing the existing selection
|
|
864
864
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -870,7 +870,7 @@ def select_edge_ring(
|
|
|
870
870
|
|
|
871
871
|
def select_lasso(
|
|
872
872
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
873
|
-
execution_context: str = None,
|
|
873
|
+
execution_context: typing.Union[str, int] = None,
|
|
874
874
|
undo: bool = None,
|
|
875
875
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
|
|
876
876
|
mode: typing.Any = "SET",
|
|
@@ -878,7 +878,7 @@ def select_lasso(
|
|
|
878
878
|
"""Select UVs using lasso selection
|
|
879
879
|
|
|
880
880
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
881
|
-
:type execution_context: str
|
|
881
|
+
:type execution_context: typing.Union[str, int]
|
|
882
882
|
:type undo: bool
|
|
883
883
|
:param path: Path
|
|
884
884
|
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
|
|
@@ -899,13 +899,13 @@ def select_lasso(
|
|
|
899
899
|
|
|
900
900
|
def select_less(
|
|
901
901
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
902
|
-
execution_context: str = None,
|
|
902
|
+
execution_context: typing.Union[str, int] = None,
|
|
903
903
|
undo: bool = None,
|
|
904
904
|
):
|
|
905
905
|
"""Deselect UV vertices at the boundary of each selection region
|
|
906
906
|
|
|
907
907
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
908
|
-
:type execution_context: str
|
|
908
|
+
:type execution_context: typing.Union[str, int]
|
|
909
909
|
:type undo: bool
|
|
910
910
|
"""
|
|
911
911
|
|
|
@@ -913,13 +913,13 @@ def select_less(
|
|
|
913
913
|
|
|
914
914
|
def select_linked(
|
|
915
915
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
916
|
-
execution_context: str = None,
|
|
916
|
+
execution_context: typing.Union[str, int] = None,
|
|
917
917
|
undo: bool = None,
|
|
918
918
|
):
|
|
919
919
|
"""Select all UV vertices linked to the active UV map
|
|
920
920
|
|
|
921
921
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
922
|
-
:type execution_context: str
|
|
922
|
+
:type execution_context: typing.Union[str, int]
|
|
923
923
|
:type undo: bool
|
|
924
924
|
"""
|
|
925
925
|
|
|
@@ -927,7 +927,7 @@ def select_linked(
|
|
|
927
927
|
|
|
928
928
|
def select_linked_pick(
|
|
929
929
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
930
|
-
execution_context: str = None,
|
|
930
|
+
execution_context: typing.Union[str, int] = None,
|
|
931
931
|
undo: bool = None,
|
|
932
932
|
extend: typing.Union[bool, typing.Any] = False,
|
|
933
933
|
deselect: typing.Union[bool, typing.Any] = False,
|
|
@@ -936,7 +936,7 @@ def select_linked_pick(
|
|
|
936
936
|
"""Select all UV vertices linked under the mouse
|
|
937
937
|
|
|
938
938
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
939
|
-
:type execution_context: str
|
|
939
|
+
:type execution_context: typing.Union[str, int]
|
|
940
940
|
:type undo: bool
|
|
941
941
|
:param extend: Extend, Extend selection rather than clearing the existing selection
|
|
942
942
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -950,7 +950,7 @@ def select_linked_pick(
|
|
|
950
950
|
|
|
951
951
|
def select_loop(
|
|
952
952
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
953
|
-
execution_context: str = None,
|
|
953
|
+
execution_context: typing.Union[str, int] = None,
|
|
954
954
|
undo: bool = None,
|
|
955
955
|
extend: typing.Union[bool, typing.Any] = False,
|
|
956
956
|
location: typing.Any = (0.0, 0.0),
|
|
@@ -958,7 +958,7 @@ def select_loop(
|
|
|
958
958
|
"""Select a loop of connected UV vertices
|
|
959
959
|
|
|
960
960
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
961
|
-
:type execution_context: str
|
|
961
|
+
:type execution_context: typing.Union[str, int]
|
|
962
962
|
:type undo: bool
|
|
963
963
|
:param extend: Extend, Extend selection rather than clearing the existing selection
|
|
964
964
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -970,14 +970,14 @@ def select_loop(
|
|
|
970
970
|
|
|
971
971
|
def select_mode(
|
|
972
972
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
973
|
-
execution_context: str = None,
|
|
973
|
+
execution_context: typing.Union[str, int] = None,
|
|
974
974
|
undo: bool = None,
|
|
975
975
|
type: typing.Union[str, int] = "VERTEX",
|
|
976
976
|
):
|
|
977
977
|
"""Change UV selection mode
|
|
978
978
|
|
|
979
979
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
980
|
-
:type execution_context: str
|
|
980
|
+
:type execution_context: typing.Union[str, int]
|
|
981
981
|
:type undo: bool
|
|
982
982
|
:param type: Type
|
|
983
983
|
:type type: typing.Union[str, int]
|
|
@@ -987,13 +987,13 @@ def select_mode(
|
|
|
987
987
|
|
|
988
988
|
def select_more(
|
|
989
989
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
990
|
-
execution_context: str = None,
|
|
990
|
+
execution_context: typing.Union[str, int] = None,
|
|
991
991
|
undo: bool = None,
|
|
992
992
|
):
|
|
993
993
|
"""Select more UV vertices connected to initial selection
|
|
994
994
|
|
|
995
995
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
996
|
-
:type execution_context: str
|
|
996
|
+
:type execution_context: typing.Union[str, int]
|
|
997
997
|
:type undo: bool
|
|
998
998
|
"""
|
|
999
999
|
|
|
@@ -1001,14 +1001,14 @@ def select_more(
|
|
|
1001
1001
|
|
|
1002
1002
|
def select_overlap(
|
|
1003
1003
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1004
|
-
execution_context: str = None,
|
|
1004
|
+
execution_context: typing.Union[str, int] = None,
|
|
1005
1005
|
undo: bool = None,
|
|
1006
1006
|
extend: typing.Union[bool, typing.Any] = False,
|
|
1007
1007
|
):
|
|
1008
1008
|
"""Select all UV faces which overlap each other
|
|
1009
1009
|
|
|
1010
1010
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1011
|
-
:type execution_context: str
|
|
1011
|
+
:type execution_context: typing.Union[str, int]
|
|
1012
1012
|
:type undo: bool
|
|
1013
1013
|
:param extend: Extend, Extend selection rather than clearing the existing selection
|
|
1014
1014
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -1018,13 +1018,13 @@ def select_overlap(
|
|
|
1018
1018
|
|
|
1019
1019
|
def select_pinned(
|
|
1020
1020
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1021
|
-
execution_context: str = None,
|
|
1021
|
+
execution_context: typing.Union[str, int] = None,
|
|
1022
1022
|
undo: bool = None,
|
|
1023
1023
|
):
|
|
1024
1024
|
"""Select all pinned UV vertices
|
|
1025
1025
|
|
|
1026
1026
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1027
|
-
:type execution_context: str
|
|
1027
|
+
:type execution_context: typing.Union[str, int]
|
|
1028
1028
|
:type undo: bool
|
|
1029
1029
|
"""
|
|
1030
1030
|
|
|
@@ -1032,7 +1032,7 @@ def select_pinned(
|
|
|
1032
1032
|
|
|
1033
1033
|
def select_similar(
|
|
1034
1034
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1035
|
-
execution_context: str = None,
|
|
1035
|
+
execution_context: typing.Union[str, int] = None,
|
|
1036
1036
|
undo: bool = None,
|
|
1037
1037
|
type: typing.Any = "PIN",
|
|
1038
1038
|
compare: typing.Any = "EQUAL",
|
|
@@ -1041,7 +1041,7 @@ def select_similar(
|
|
|
1041
1041
|
"""Select similar UVs by property types
|
|
1042
1042
|
|
|
1043
1043
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1044
|
-
:type execution_context: str
|
|
1044
|
+
:type execution_context: typing.Union[str, int]
|
|
1045
1045
|
:type undo: bool
|
|
1046
1046
|
:param type: Type
|
|
1047
1047
|
:type type: typing.Any
|
|
@@ -1055,13 +1055,13 @@ def select_similar(
|
|
|
1055
1055
|
|
|
1056
1056
|
def select_split(
|
|
1057
1057
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1058
|
-
execution_context: str = None,
|
|
1058
|
+
execution_context: typing.Union[str, int] = None,
|
|
1059
1059
|
undo: bool = None,
|
|
1060
1060
|
):
|
|
1061
1061
|
"""Select only entirely selected faces
|
|
1062
1062
|
|
|
1063
1063
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1064
|
-
:type execution_context: str
|
|
1064
|
+
:type execution_context: typing.Union[str, int]
|
|
1065
1065
|
:type undo: bool
|
|
1066
1066
|
"""
|
|
1067
1067
|
|
|
@@ -1069,7 +1069,7 @@ def select_split(
|
|
|
1069
1069
|
|
|
1070
1070
|
def shortest_path_pick(
|
|
1071
1071
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1072
|
-
execution_context: str = None,
|
|
1072
|
+
execution_context: typing.Union[str, int] = None,
|
|
1073
1073
|
undo: bool = None,
|
|
1074
1074
|
use_face_step: typing.Union[bool, typing.Any] = False,
|
|
1075
1075
|
use_topology_distance: typing.Union[bool, typing.Any] = False,
|
|
@@ -1083,7 +1083,7 @@ def shortest_path_pick(
|
|
|
1083
1083
|
"""Select shortest path between two selections
|
|
1084
1084
|
|
|
1085
1085
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1086
|
-
:type execution_context: str
|
|
1086
|
+
:type execution_context: typing.Union[str, int]
|
|
1087
1087
|
:type undo: bool
|
|
1088
1088
|
:param use_face_step: Face Stepping, Traverse connected faces (includes diagonals and edge-rings)
|
|
1089
1089
|
:type use_face_step: typing.Union[bool, typing.Any]
|
|
@@ -1105,7 +1105,7 @@ def shortest_path_pick(
|
|
|
1105
1105
|
|
|
1106
1106
|
def shortest_path_select(
|
|
1107
1107
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1108
|
-
execution_context: str = None,
|
|
1108
|
+
execution_context: typing.Union[str, int] = None,
|
|
1109
1109
|
undo: bool = None,
|
|
1110
1110
|
use_face_step: typing.Union[bool, typing.Any] = False,
|
|
1111
1111
|
use_topology_distance: typing.Union[bool, typing.Any] = False,
|
|
@@ -1117,7 +1117,7 @@ def shortest_path_select(
|
|
|
1117
1117
|
"""Selected shortest path between two vertices/edges/faces
|
|
1118
1118
|
|
|
1119
1119
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1120
|
-
:type execution_context: str
|
|
1120
|
+
:type execution_context: typing.Union[str, int]
|
|
1121
1121
|
:type undo: bool
|
|
1122
1122
|
:param use_face_step: Face Stepping, Traverse connected faces (includes diagonals and edge-rings)
|
|
1123
1123
|
:type use_face_step: typing.Union[bool, typing.Any]
|
|
@@ -1137,7 +1137,7 @@ def shortest_path_select(
|
|
|
1137
1137
|
|
|
1138
1138
|
def smart_project(
|
|
1139
1139
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1140
|
-
execution_context: str = None,
|
|
1140
|
+
execution_context: typing.Union[str, int] = None,
|
|
1141
1141
|
undo: bool = None,
|
|
1142
1142
|
angle_limit: typing.Any = 1.15192,
|
|
1143
1143
|
margin_method: typing.Any = "SCALED",
|
|
@@ -1150,7 +1150,7 @@ def smart_project(
|
|
|
1150
1150
|
"""Projection unwraps the selected faces of mesh objects
|
|
1151
1151
|
|
|
1152
1152
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1153
|
-
:type execution_context: str
|
|
1153
|
+
:type execution_context: typing.Union[str, int]
|
|
1154
1154
|
:type undo: bool
|
|
1155
1155
|
:param angle_limit: Angle Limit, Lower for more projection groups, higher for less distortion
|
|
1156
1156
|
:type angle_limit: typing.Any
|
|
@@ -1190,14 +1190,14 @@ def smart_project(
|
|
|
1190
1190
|
|
|
1191
1191
|
def snap_cursor(
|
|
1192
1192
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1193
|
-
execution_context: str = None,
|
|
1193
|
+
execution_context: typing.Union[str, int] = None,
|
|
1194
1194
|
undo: bool = None,
|
|
1195
1195
|
target: typing.Any = "PIXELS",
|
|
1196
1196
|
):
|
|
1197
1197
|
"""Snap cursor to target type
|
|
1198
1198
|
|
|
1199
1199
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1200
|
-
:type execution_context: str
|
|
1200
|
+
:type execution_context: typing.Union[str, int]
|
|
1201
1201
|
:type undo: bool
|
|
1202
1202
|
:param target: Target, Target to snap the selected UVs to
|
|
1203
1203
|
:type target: typing.Any
|
|
@@ -1207,14 +1207,14 @@ def snap_cursor(
|
|
|
1207
1207
|
|
|
1208
1208
|
def snap_selected(
|
|
1209
1209
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1210
|
-
execution_context: str = None,
|
|
1210
|
+
execution_context: typing.Union[str, int] = None,
|
|
1211
1211
|
undo: bool = None,
|
|
1212
1212
|
target: typing.Any = "PIXELS",
|
|
1213
1213
|
):
|
|
1214
1214
|
"""Snap selected UV vertices to target type
|
|
1215
1215
|
|
|
1216
1216
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1217
|
-
:type execution_context: str
|
|
1217
|
+
:type execution_context: typing.Union[str, int]
|
|
1218
1218
|
:type undo: bool
|
|
1219
1219
|
:param target: Target, Target to snap the selected UVs to
|
|
1220
1220
|
:type target: typing.Any
|
|
@@ -1224,7 +1224,7 @@ def snap_selected(
|
|
|
1224
1224
|
|
|
1225
1225
|
def sphere_project(
|
|
1226
1226
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1227
|
-
execution_context: str = None,
|
|
1227
|
+
execution_context: typing.Union[str, int] = None,
|
|
1228
1228
|
undo: bool = None,
|
|
1229
1229
|
direction: typing.Any = "VIEW_ON_EQUATOR",
|
|
1230
1230
|
align: typing.Any = "POLAR_ZX",
|
|
@@ -1237,7 +1237,7 @@ def sphere_project(
|
|
|
1237
1237
|
"""Project the UV vertices of the mesh over the curved surface of a sphere
|
|
1238
1238
|
|
|
1239
1239
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1240
|
-
:type execution_context: str
|
|
1240
|
+
:type execution_context: typing.Union[str, int]
|
|
1241
1241
|
:type undo: bool
|
|
1242
1242
|
:param direction: Direction, Direction of the sphere or cylinder
|
|
1243
1243
|
|
|
@@ -1280,7 +1280,7 @@ def sphere_project(
|
|
|
1280
1280
|
|
|
1281
1281
|
def stitch(
|
|
1282
1282
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1283
|
-
execution_context: str = None,
|
|
1283
|
+
execution_context: typing.Union[str, int] = None,
|
|
1284
1284
|
undo: bool = None,
|
|
1285
1285
|
use_limit: typing.Union[bool, typing.Any] = False,
|
|
1286
1286
|
snap_islands: typing.Union[bool, typing.Any] = True,
|
|
@@ -1297,7 +1297,7 @@ def stitch(
|
|
|
1297
1297
|
"""Stitch selected UV vertices by proximity
|
|
1298
1298
|
|
|
1299
1299
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1300
|
-
:type execution_context: str
|
|
1300
|
+
:type execution_context: typing.Union[str, int]
|
|
1301
1301
|
:type undo: bool
|
|
1302
1302
|
:param use_limit: Use Limit, Stitch UVs within a specified limit distance
|
|
1303
1303
|
:type use_limit: typing.Union[bool, typing.Any]
|
|
@@ -1327,7 +1327,7 @@ def stitch(
|
|
|
1327
1327
|
|
|
1328
1328
|
def unwrap(
|
|
1329
1329
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1330
|
-
execution_context: str = None,
|
|
1330
|
+
execution_context: typing.Union[str, int] = None,
|
|
1331
1331
|
undo: bool = None,
|
|
1332
1332
|
method: typing.Any = "ANGLE_BASED",
|
|
1333
1333
|
fill_holes: typing.Union[bool, typing.Any] = True,
|
|
@@ -1339,7 +1339,7 @@ def unwrap(
|
|
|
1339
1339
|
"""Unwrap the mesh of the object being edited
|
|
1340
1340
|
|
|
1341
1341
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1342
|
-
:type execution_context: str
|
|
1342
|
+
:type execution_context: typing.Union[str, int]
|
|
1343
1343
|
:type undo: bool
|
|
1344
1344
|
:param method: Method, Unwrapping method (Angle Based usually gives better results than Conformal, while being somewhat slower)
|
|
1345
1345
|
:type method: typing.Any
|
|
@@ -1368,13 +1368,13 @@ def unwrap(
|
|
|
1368
1368
|
|
|
1369
1369
|
def weld(
|
|
1370
1370
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1371
|
-
execution_context: str = None,
|
|
1371
|
+
execution_context: typing.Union[str, int] = None,
|
|
1372
1372
|
undo: bool = None,
|
|
1373
1373
|
):
|
|
1374
1374
|
"""Weld selected UV vertices together
|
|
1375
1375
|
|
|
1376
1376
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1377
|
-
:type execution_context: str
|
|
1377
|
+
:type execution_context: typing.Union[str, int]
|
|
1378
1378
|
:type undo: bool
|
|
1379
1379
|
"""
|
|
1380
1380
|
|