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/mesh/__init__.pyi
CHANGED
|
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def attribute_set(
|
|
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
|
value_float: typing.Any = 0.0,
|
|
11
11
|
value_float_vector_2d: typing.Any = (0.0, 0.0),
|
|
@@ -18,7 +18,7 @@ def attribute_set(
|
|
|
18
18
|
"""Set values of the active attribute for selected elements
|
|
19
19
|
|
|
20
20
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
21
|
-
:type execution_context: str
|
|
21
|
+
:type execution_context: typing.Union[str, int]
|
|
22
22
|
:type undo: bool
|
|
23
23
|
:param value_float: Value
|
|
24
24
|
:type value_float: typing.Any
|
|
@@ -40,7 +40,7 @@ def attribute_set(
|
|
|
40
40
|
|
|
41
41
|
def average_normals(
|
|
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
|
average_type: typing.Any = "CUSTOM_NORMAL",
|
|
46
46
|
weight: typing.Any = 50,
|
|
@@ -49,7 +49,7 @@ def average_normals(
|
|
|
49
49
|
"""Average custom normals of selected vertices
|
|
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 average_type: Type, Averaging method
|
|
55
55
|
|
|
@@ -72,14 +72,14 @@ def average_normals(
|
|
|
72
72
|
|
|
73
73
|
def beautify_fill(
|
|
74
74
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
75
|
-
execution_context: str = None,
|
|
75
|
+
execution_context: typing.Union[str, int] = None,
|
|
76
76
|
undo: bool = None,
|
|
77
77
|
angle_limit: typing.Any = 3.14159,
|
|
78
78
|
):
|
|
79
79
|
"""Rearrange some faces to try to get less degenerated geometry
|
|
80
80
|
|
|
81
81
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
82
|
-
:type execution_context: str
|
|
82
|
+
:type execution_context: typing.Union[str, int]
|
|
83
83
|
:type undo: bool
|
|
84
84
|
:param angle_limit: Max Angle, Angle limit
|
|
85
85
|
:type angle_limit: typing.Any
|
|
@@ -89,7 +89,7 @@ def beautify_fill(
|
|
|
89
89
|
|
|
90
90
|
def bevel(
|
|
91
91
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
92
|
-
execution_context: str = None,
|
|
92
|
+
execution_context: typing.Union[str, int] = None,
|
|
93
93
|
undo: bool = None,
|
|
94
94
|
offset_type: typing.Any = "OFFSET",
|
|
95
95
|
offset: typing.Any = 0.0,
|
|
@@ -114,7 +114,7 @@ def bevel(
|
|
|
114
114
|
"""Cut into selected items at an angle to create bevel or chamfer
|
|
115
115
|
|
|
116
116
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
117
|
-
:type execution_context: str
|
|
117
|
+
:type execution_context: typing.Union[str, int]
|
|
118
118
|
:type undo: bool
|
|
119
119
|
:param offset_type: Width Type, The method for determining the size of the bevel
|
|
120
120
|
|
|
@@ -220,7 +220,7 @@ def bevel(
|
|
|
220
220
|
|
|
221
221
|
def bisect(
|
|
222
222
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
223
|
-
execution_context: str = None,
|
|
223
|
+
execution_context: typing.Union[str, int] = None,
|
|
224
224
|
undo: bool = None,
|
|
225
225
|
plane_co: typing.Any = (0.0, 0.0, 0.0),
|
|
226
226
|
plane_no: typing.Any = (0.0, 0.0, 0.0),
|
|
@@ -238,7 +238,7 @@ def bisect(
|
|
|
238
238
|
"""Cut geometry along a plane (click-drag to define plane)
|
|
239
239
|
|
|
240
240
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
241
|
-
:type execution_context: str
|
|
241
|
+
:type execution_context: typing.Union[str, int]
|
|
242
242
|
:type undo: bool
|
|
243
243
|
:param plane_co: Plane Point, A point on the plane
|
|
244
244
|
:type plane_co: typing.Any
|
|
@@ -270,7 +270,7 @@ def bisect(
|
|
|
270
270
|
|
|
271
271
|
def blend_from_shape(
|
|
272
272
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
273
|
-
execution_context: str = None,
|
|
273
|
+
execution_context: typing.Union[str, int] = None,
|
|
274
274
|
undo: bool = None,
|
|
275
275
|
shape: typing.Union[str, int, typing.Any] = "",
|
|
276
276
|
blend: typing.Any = 1.0,
|
|
@@ -279,7 +279,7 @@ def blend_from_shape(
|
|
|
279
279
|
"""Blend in shape from a shape key
|
|
280
280
|
|
|
281
281
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
282
|
-
:type execution_context: str
|
|
282
|
+
:type execution_context: typing.Union[str, int]
|
|
283
283
|
:type undo: bool
|
|
284
284
|
:param shape: Shape, Shape key to use for blending
|
|
285
285
|
:type shape: typing.Union[str, int, typing.Any]
|
|
@@ -293,7 +293,7 @@ def blend_from_shape(
|
|
|
293
293
|
|
|
294
294
|
def bridge_edge_loops(
|
|
295
295
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
296
|
-
execution_context: str = None,
|
|
296
|
+
execution_context: typing.Union[str, int] = None,
|
|
297
297
|
undo: bool = None,
|
|
298
298
|
type: typing.Any = "SINGLE",
|
|
299
299
|
use_merge: typing.Union[bool, typing.Any] = False,
|
|
@@ -308,7 +308,7 @@ def bridge_edge_loops(
|
|
|
308
308
|
"""Create a bridge of faces between two or more selected edge loops
|
|
309
309
|
|
|
310
310
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
311
|
-
:type execution_context: str
|
|
311
|
+
:type execution_context: typing.Union[str, int]
|
|
312
312
|
:type undo: bool
|
|
313
313
|
:param type: Connect Loops, Method of bridging multiple loops
|
|
314
314
|
:type type: typing.Any
|
|
@@ -334,13 +334,13 @@ def bridge_edge_loops(
|
|
|
334
334
|
|
|
335
335
|
def colors_reverse(
|
|
336
336
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
337
|
-
execution_context: str = None,
|
|
337
|
+
execution_context: typing.Union[str, int] = None,
|
|
338
338
|
undo: bool = None,
|
|
339
339
|
):
|
|
340
340
|
"""Flip direction of face corner color attribute inside faces
|
|
341
341
|
|
|
342
342
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
343
|
-
:type execution_context: str
|
|
343
|
+
:type execution_context: typing.Union[str, int]
|
|
344
344
|
:type undo: bool
|
|
345
345
|
"""
|
|
346
346
|
|
|
@@ -348,14 +348,14 @@ def colors_reverse(
|
|
|
348
348
|
|
|
349
349
|
def colors_rotate(
|
|
350
350
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
351
|
-
execution_context: str = None,
|
|
351
|
+
execution_context: typing.Union[str, int] = None,
|
|
352
352
|
undo: bool = None,
|
|
353
353
|
use_ccw: typing.Union[bool, typing.Any] = False,
|
|
354
354
|
):
|
|
355
355
|
"""Rotate face corner color attribute inside faces
|
|
356
356
|
|
|
357
357
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
358
|
-
:type execution_context: str
|
|
358
|
+
:type execution_context: typing.Union[str, int]
|
|
359
359
|
:type undo: bool
|
|
360
360
|
:param use_ccw: Counter Clockwise
|
|
361
361
|
:type use_ccw: typing.Union[bool, typing.Any]
|
|
@@ -365,7 +365,7 @@ def colors_rotate(
|
|
|
365
365
|
|
|
366
366
|
def convex_hull(
|
|
367
367
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
368
|
-
execution_context: str = None,
|
|
368
|
+
execution_context: typing.Union[str, int] = None,
|
|
369
369
|
undo: bool = None,
|
|
370
370
|
delete_unused: typing.Union[bool, typing.Any] = True,
|
|
371
371
|
use_existing_faces: typing.Union[bool, typing.Any] = True,
|
|
@@ -382,7 +382,7 @@ def convex_hull(
|
|
|
382
382
|
"""Enclose selected vertices in a convex polyhedron
|
|
383
383
|
|
|
384
384
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
385
|
-
:type execution_context: str
|
|
385
|
+
:type execution_context: typing.Union[str, int]
|
|
386
386
|
:type undo: bool
|
|
387
387
|
:param delete_unused: Delete Unused, Delete selected elements that are not used by the hull
|
|
388
388
|
:type delete_unused: typing.Union[bool, typing.Any]
|
|
@@ -412,13 +412,13 @@ def convex_hull(
|
|
|
412
412
|
|
|
413
413
|
def customdata_custom_splitnormals_add(
|
|
414
414
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
415
|
-
execution_context: str = None,
|
|
415
|
+
execution_context: typing.Union[str, int] = None,
|
|
416
416
|
undo: bool = None,
|
|
417
417
|
):
|
|
418
418
|
"""Add a custom split normals layer, if none exists yet
|
|
419
419
|
|
|
420
420
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
421
|
-
:type execution_context: str
|
|
421
|
+
:type execution_context: typing.Union[str, int]
|
|
422
422
|
:type undo: bool
|
|
423
423
|
"""
|
|
424
424
|
|
|
@@ -426,13 +426,13 @@ def customdata_custom_splitnormals_add(
|
|
|
426
426
|
|
|
427
427
|
def customdata_custom_splitnormals_clear(
|
|
428
428
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
429
|
-
execution_context: str = None,
|
|
429
|
+
execution_context: typing.Union[str, int] = None,
|
|
430
430
|
undo: bool = None,
|
|
431
431
|
):
|
|
432
432
|
"""Remove the custom split normals layer, if it exists
|
|
433
433
|
|
|
434
434
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
435
|
-
:type execution_context: str
|
|
435
|
+
:type execution_context: typing.Union[str, int]
|
|
436
436
|
:type undo: bool
|
|
437
437
|
"""
|
|
438
438
|
|
|
@@ -440,13 +440,13 @@ def customdata_custom_splitnormals_clear(
|
|
|
440
440
|
|
|
441
441
|
def customdata_mask_clear(
|
|
442
442
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
443
|
-
execution_context: str = None,
|
|
443
|
+
execution_context: typing.Union[str, int] = None,
|
|
444
444
|
undo: bool = None,
|
|
445
445
|
):
|
|
446
446
|
"""Clear vertex sculpt masking data from the mesh
|
|
447
447
|
|
|
448
448
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
449
|
-
:type execution_context: str
|
|
449
|
+
:type execution_context: typing.Union[str, int]
|
|
450
450
|
:type undo: bool
|
|
451
451
|
"""
|
|
452
452
|
|
|
@@ -454,13 +454,13 @@ def customdata_mask_clear(
|
|
|
454
454
|
|
|
455
455
|
def customdata_skin_add(
|
|
456
456
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
457
|
-
execution_context: str = None,
|
|
457
|
+
execution_context: typing.Union[str, int] = None,
|
|
458
458
|
undo: bool = None,
|
|
459
459
|
):
|
|
460
460
|
"""Add a vertex skin layer
|
|
461
461
|
|
|
462
462
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
463
|
-
:type execution_context: str
|
|
463
|
+
:type execution_context: typing.Union[str, int]
|
|
464
464
|
:type undo: bool
|
|
465
465
|
"""
|
|
466
466
|
|
|
@@ -468,13 +468,13 @@ def customdata_skin_add(
|
|
|
468
468
|
|
|
469
469
|
def customdata_skin_clear(
|
|
470
470
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
471
|
-
execution_context: str = None,
|
|
471
|
+
execution_context: typing.Union[str, int] = None,
|
|
472
472
|
undo: bool = None,
|
|
473
473
|
):
|
|
474
474
|
"""Clear vertex skin layer
|
|
475
475
|
|
|
476
476
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
477
|
-
:type execution_context: str
|
|
477
|
+
:type execution_context: typing.Union[str, int]
|
|
478
478
|
:type undo: bool
|
|
479
479
|
"""
|
|
480
480
|
|
|
@@ -482,7 +482,7 @@ def customdata_skin_clear(
|
|
|
482
482
|
|
|
483
483
|
def decimate(
|
|
484
484
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
485
|
-
execution_context: str = None,
|
|
485
|
+
execution_context: typing.Union[str, int] = None,
|
|
486
486
|
undo: bool = None,
|
|
487
487
|
ratio: typing.Any = 1.0,
|
|
488
488
|
use_vertex_group: typing.Union[bool, typing.Any] = False,
|
|
@@ -494,7 +494,7 @@ def decimate(
|
|
|
494
494
|
"""Simplify geometry by collapsing edges
|
|
495
495
|
|
|
496
496
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
497
|
-
:type execution_context: str
|
|
497
|
+
:type execution_context: typing.Union[str, int]
|
|
498
498
|
:type undo: bool
|
|
499
499
|
:param ratio: Ratio
|
|
500
500
|
:type ratio: typing.Any
|
|
@@ -514,14 +514,14 @@ def decimate(
|
|
|
514
514
|
|
|
515
515
|
def delete(
|
|
516
516
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
517
|
-
execution_context: str = None,
|
|
517
|
+
execution_context: typing.Union[str, int] = None,
|
|
518
518
|
undo: bool = None,
|
|
519
519
|
type: typing.Any = "VERT",
|
|
520
520
|
):
|
|
521
521
|
"""Delete selected vertices, edges or faces
|
|
522
522
|
|
|
523
523
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
524
|
-
:type execution_context: str
|
|
524
|
+
:type execution_context: typing.Union[str, int]
|
|
525
525
|
:type undo: bool
|
|
526
526
|
:param type: Type, Method used for deleting mesh data
|
|
527
527
|
:type type: typing.Any
|
|
@@ -531,14 +531,14 @@ def delete(
|
|
|
531
531
|
|
|
532
532
|
def delete_edgeloop(
|
|
533
533
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
534
|
-
execution_context: str = None,
|
|
534
|
+
execution_context: typing.Union[str, int] = None,
|
|
535
535
|
undo: bool = None,
|
|
536
536
|
use_face_split: typing.Union[bool, typing.Any] = True,
|
|
537
537
|
):
|
|
538
538
|
"""Delete an edge loop by merging the faces on each side
|
|
539
539
|
|
|
540
540
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
541
|
-
:type execution_context: str
|
|
541
|
+
:type execution_context: typing.Union[str, int]
|
|
542
542
|
:type undo: bool
|
|
543
543
|
:param use_face_split: Face Split, Split off face corners to maintain surrounding geometry
|
|
544
544
|
:type use_face_split: typing.Union[bool, typing.Any]
|
|
@@ -548,7 +548,7 @@ def delete_edgeloop(
|
|
|
548
548
|
|
|
549
549
|
def delete_loose(
|
|
550
550
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
551
|
-
execution_context: str = None,
|
|
551
|
+
execution_context: typing.Union[str, int] = None,
|
|
552
552
|
undo: bool = None,
|
|
553
553
|
use_verts: typing.Union[bool, typing.Any] = True,
|
|
554
554
|
use_edges: typing.Union[bool, typing.Any] = True,
|
|
@@ -557,7 +557,7 @@ def delete_loose(
|
|
|
557
557
|
"""Delete loose vertices, edges or faces
|
|
558
558
|
|
|
559
559
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
560
|
-
:type execution_context: str
|
|
560
|
+
:type execution_context: typing.Union[str, int]
|
|
561
561
|
:type undo: bool
|
|
562
562
|
:param use_verts: Vertices, Remove loose vertices
|
|
563
563
|
:type use_verts: typing.Union[bool, typing.Any]
|
|
@@ -571,14 +571,14 @@ def delete_loose(
|
|
|
571
571
|
|
|
572
572
|
def dissolve_degenerate(
|
|
573
573
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
574
|
-
execution_context: str = None,
|
|
574
|
+
execution_context: typing.Union[str, int] = None,
|
|
575
575
|
undo: bool = None,
|
|
576
576
|
threshold: typing.Any = 0.0001,
|
|
577
577
|
):
|
|
578
578
|
"""Dissolve zero area faces and zero length edges
|
|
579
579
|
|
|
580
580
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
581
|
-
:type execution_context: str
|
|
581
|
+
:type execution_context: typing.Union[str, int]
|
|
582
582
|
:type undo: bool
|
|
583
583
|
:param threshold: Merge Distance, Maximum distance between elements to merge
|
|
584
584
|
:type threshold: typing.Any
|
|
@@ -588,7 +588,7 @@ def dissolve_degenerate(
|
|
|
588
588
|
|
|
589
589
|
def dissolve_edges(
|
|
590
590
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
591
|
-
execution_context: str = None,
|
|
591
|
+
execution_context: typing.Union[str, int] = None,
|
|
592
592
|
undo: bool = None,
|
|
593
593
|
use_verts: typing.Union[bool, typing.Any] = True,
|
|
594
594
|
use_face_split: typing.Union[bool, typing.Any] = False,
|
|
@@ -596,7 +596,7 @@ def dissolve_edges(
|
|
|
596
596
|
"""Dissolve edges, merging faces
|
|
597
597
|
|
|
598
598
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
599
|
-
:type execution_context: str
|
|
599
|
+
:type execution_context: typing.Union[str, int]
|
|
600
600
|
:type undo: bool
|
|
601
601
|
:param use_verts: Dissolve Vertices, Dissolve remaining vertices
|
|
602
602
|
:type use_verts: typing.Union[bool, typing.Any]
|
|
@@ -608,14 +608,14 @@ def dissolve_edges(
|
|
|
608
608
|
|
|
609
609
|
def dissolve_faces(
|
|
610
610
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
611
|
-
execution_context: str = None,
|
|
611
|
+
execution_context: typing.Union[str, int] = None,
|
|
612
612
|
undo: bool = None,
|
|
613
613
|
use_verts: typing.Union[bool, typing.Any] = False,
|
|
614
614
|
):
|
|
615
615
|
"""Dissolve faces
|
|
616
616
|
|
|
617
617
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
618
|
-
:type execution_context: str
|
|
618
|
+
:type execution_context: typing.Union[str, int]
|
|
619
619
|
:type undo: bool
|
|
620
620
|
:param use_verts: Dissolve Vertices, Dissolve remaining vertices
|
|
621
621
|
:type use_verts: typing.Union[bool, typing.Any]
|
|
@@ -625,7 +625,7 @@ def dissolve_faces(
|
|
|
625
625
|
|
|
626
626
|
def dissolve_limited(
|
|
627
627
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
628
|
-
execution_context: str = None,
|
|
628
|
+
execution_context: typing.Union[str, int] = None,
|
|
629
629
|
undo: bool = None,
|
|
630
630
|
angle_limit: typing.Any = 0.0872665,
|
|
631
631
|
use_dissolve_boundaries: typing.Union[bool, typing.Any] = False,
|
|
@@ -634,7 +634,7 @@ def dissolve_limited(
|
|
|
634
634
|
"""Dissolve selected edges and vertices, limited by the angle of surrounding geometry
|
|
635
635
|
|
|
636
636
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
637
|
-
:type execution_context: str
|
|
637
|
+
:type execution_context: typing.Union[str, int]
|
|
638
638
|
:type undo: bool
|
|
639
639
|
:param angle_limit: Max Angle, Angle limit
|
|
640
640
|
:type angle_limit: typing.Any
|
|
@@ -648,7 +648,7 @@ def dissolve_limited(
|
|
|
648
648
|
|
|
649
649
|
def dissolve_mode(
|
|
650
650
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
651
|
-
execution_context: str = None,
|
|
651
|
+
execution_context: typing.Union[str, int] = None,
|
|
652
652
|
undo: bool = None,
|
|
653
653
|
use_verts: typing.Union[bool, typing.Any] = False,
|
|
654
654
|
use_face_split: typing.Union[bool, typing.Any] = False,
|
|
@@ -657,7 +657,7 @@ def dissolve_mode(
|
|
|
657
657
|
"""Dissolve geometry based on the selection mode
|
|
658
658
|
|
|
659
659
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
660
|
-
:type execution_context: str
|
|
660
|
+
:type execution_context: typing.Union[str, int]
|
|
661
661
|
:type undo: bool
|
|
662
662
|
:param use_verts: Dissolve Vertices, Dissolve remaining vertices
|
|
663
663
|
:type use_verts: typing.Union[bool, typing.Any]
|
|
@@ -671,7 +671,7 @@ def dissolve_mode(
|
|
|
671
671
|
|
|
672
672
|
def dissolve_verts(
|
|
673
673
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
674
|
-
execution_context: str = None,
|
|
674
|
+
execution_context: typing.Union[str, int] = None,
|
|
675
675
|
undo: bool = None,
|
|
676
676
|
use_face_split: typing.Union[bool, typing.Any] = False,
|
|
677
677
|
use_boundary_tear: typing.Union[bool, typing.Any] = False,
|
|
@@ -679,7 +679,7 @@ def dissolve_verts(
|
|
|
679
679
|
"""Dissolve vertices, merge edges and faces
|
|
680
680
|
|
|
681
681
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
682
|
-
:type execution_context: str
|
|
682
|
+
:type execution_context: typing.Union[str, int]
|
|
683
683
|
:type undo: bool
|
|
684
684
|
:param use_face_split: Face Split, Split off face corners to maintain surrounding geometry
|
|
685
685
|
:type use_face_split: typing.Union[bool, typing.Any]
|
|
@@ -691,14 +691,14 @@ def dissolve_verts(
|
|
|
691
691
|
|
|
692
692
|
def dupli_extrude_cursor(
|
|
693
693
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
694
|
-
execution_context: str = None,
|
|
694
|
+
execution_context: typing.Union[str, int] = None,
|
|
695
695
|
undo: bool = None,
|
|
696
696
|
rotate_source: typing.Union[bool, typing.Any] = True,
|
|
697
697
|
):
|
|
698
698
|
"""Duplicate and extrude selected vertices, edges or faces towards the mouse cursor
|
|
699
699
|
|
|
700
700
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
701
|
-
:type execution_context: str
|
|
701
|
+
:type execution_context: typing.Union[str, int]
|
|
702
702
|
:type undo: bool
|
|
703
703
|
:param rotate_source: Rotate Source, Rotate initial selection giving better shape
|
|
704
704
|
:type rotate_source: typing.Union[bool, typing.Any]
|
|
@@ -708,14 +708,14 @@ def dupli_extrude_cursor(
|
|
|
708
708
|
|
|
709
709
|
def duplicate(
|
|
710
710
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
711
|
-
execution_context: str = None,
|
|
711
|
+
execution_context: typing.Union[str, int] = None,
|
|
712
712
|
undo: bool = None,
|
|
713
713
|
mode: typing.Any = 1,
|
|
714
714
|
):
|
|
715
715
|
"""Duplicate selected vertices, edges or faces
|
|
716
716
|
|
|
717
717
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
718
|
-
:type execution_context: str
|
|
718
|
+
:type execution_context: typing.Union[str, int]
|
|
719
719
|
:type undo: bool
|
|
720
720
|
:param mode: Mode
|
|
721
721
|
:type mode: typing.Any
|
|
@@ -725,7 +725,7 @@ def duplicate(
|
|
|
725
725
|
|
|
726
726
|
def duplicate_move(
|
|
727
727
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
728
|
-
execution_context: str = None,
|
|
728
|
+
execution_context: typing.Union[str, int] = None,
|
|
729
729
|
undo: bool = None,
|
|
730
730
|
MESH_OT_duplicate: typing.Any = None,
|
|
731
731
|
TRANSFORM_OT_translate: typing.Any = None,
|
|
@@ -733,7 +733,7 @@ def duplicate_move(
|
|
|
733
733
|
"""Duplicate mesh and move
|
|
734
734
|
|
|
735
735
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
736
|
-
:type execution_context: str
|
|
736
|
+
:type execution_context: typing.Union[str, int]
|
|
737
737
|
:type undo: bool
|
|
738
738
|
:param MESH_OT_duplicate: Duplicate, Duplicate selected vertices, edges or faces
|
|
739
739
|
:type MESH_OT_duplicate: typing.Any
|
|
@@ -745,13 +745,13 @@ def duplicate_move(
|
|
|
745
745
|
|
|
746
746
|
def edge_collapse(
|
|
747
747
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
748
|
-
execution_context: str = None,
|
|
748
|
+
execution_context: typing.Union[str, int] = None,
|
|
749
749
|
undo: bool = None,
|
|
750
750
|
):
|
|
751
751
|
"""Collapse isolated edge and face regions, merging data such as UVs and color attributes. This can collapse edge-rings as well as regions of connected faces into vertices
|
|
752
752
|
|
|
753
753
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
754
|
-
:type execution_context: str
|
|
754
|
+
:type execution_context: typing.Union[str, int]
|
|
755
755
|
:type undo: bool
|
|
756
756
|
"""
|
|
757
757
|
|
|
@@ -759,13 +759,13 @@ def edge_collapse(
|
|
|
759
759
|
|
|
760
760
|
def edge_face_add(
|
|
761
761
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
762
|
-
execution_context: str = None,
|
|
762
|
+
execution_context: typing.Union[str, int] = None,
|
|
763
763
|
undo: bool = None,
|
|
764
764
|
):
|
|
765
765
|
"""Add an edge or face to selected
|
|
766
766
|
|
|
767
767
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
768
|
-
:type execution_context: str
|
|
768
|
+
:type execution_context: typing.Union[str, int]
|
|
769
769
|
:type undo: bool
|
|
770
770
|
"""
|
|
771
771
|
|
|
@@ -773,14 +773,14 @@ def edge_face_add(
|
|
|
773
773
|
|
|
774
774
|
def edge_rotate(
|
|
775
775
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
776
|
-
execution_context: str = None,
|
|
776
|
+
execution_context: typing.Union[str, int] = None,
|
|
777
777
|
undo: bool = None,
|
|
778
778
|
use_ccw: typing.Union[bool, typing.Any] = False,
|
|
779
779
|
):
|
|
780
780
|
"""Rotate selected edge or adjoining faces
|
|
781
781
|
|
|
782
782
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
783
|
-
:type execution_context: str
|
|
783
|
+
:type execution_context: typing.Union[str, int]
|
|
784
784
|
:type undo: bool
|
|
785
785
|
:param use_ccw: Counter Clockwise
|
|
786
786
|
:type use_ccw: typing.Union[bool, typing.Any]
|
|
@@ -790,14 +790,14 @@ def edge_rotate(
|
|
|
790
790
|
|
|
791
791
|
def edge_split(
|
|
792
792
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
793
|
-
execution_context: str = None,
|
|
793
|
+
execution_context: typing.Union[str, int] = None,
|
|
794
794
|
undo: bool = None,
|
|
795
795
|
type: typing.Any = "EDGE",
|
|
796
796
|
):
|
|
797
797
|
"""Split selected edges so that each neighbor face gets its own copy
|
|
798
798
|
|
|
799
799
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
800
|
-
:type execution_context: str
|
|
800
|
+
:type execution_context: typing.Union[str, int]
|
|
801
801
|
:type undo: bool
|
|
802
802
|
:param type: Type, Method to use for splitting
|
|
803
803
|
|
|
@@ -813,7 +813,7 @@ def edge_split(
|
|
|
813
813
|
|
|
814
814
|
def edgering_select(
|
|
815
815
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
816
|
-
execution_context: str = None,
|
|
816
|
+
execution_context: typing.Union[str, int] = None,
|
|
817
817
|
undo: bool = None,
|
|
818
818
|
extend: typing.Union[bool, typing.Any] = False,
|
|
819
819
|
deselect: typing.Union[bool, typing.Any] = False,
|
|
@@ -823,7 +823,7 @@ def edgering_select(
|
|
|
823
823
|
"""Select an edge ring
|
|
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 extend: Extend, Extend the selection
|
|
829
829
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -839,14 +839,14 @@ def edgering_select(
|
|
|
839
839
|
|
|
840
840
|
def edges_select_sharp(
|
|
841
841
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
842
|
-
execution_context: str = None,
|
|
842
|
+
execution_context: typing.Union[str, int] = None,
|
|
843
843
|
undo: bool = None,
|
|
844
844
|
sharpness: typing.Any = 0.523599,
|
|
845
845
|
):
|
|
846
846
|
"""Select all sharp enough edges
|
|
847
847
|
|
|
848
848
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
849
|
-
:type execution_context: str
|
|
849
|
+
:type execution_context: typing.Union[str, int]
|
|
850
850
|
:type undo: bool
|
|
851
851
|
:param sharpness: Sharpness
|
|
852
852
|
:type sharpness: typing.Any
|
|
@@ -856,7 +856,7 @@ def edges_select_sharp(
|
|
|
856
856
|
|
|
857
857
|
def extrude_context(
|
|
858
858
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
859
|
-
execution_context: str = None,
|
|
859
|
+
execution_context: typing.Union[str, int] = None,
|
|
860
860
|
undo: bool = None,
|
|
861
861
|
use_normal_flip: typing.Union[bool, typing.Any] = False,
|
|
862
862
|
use_dissolve_ortho_edges: typing.Union[bool, typing.Any] = False,
|
|
@@ -865,7 +865,7 @@ def extrude_context(
|
|
|
865
865
|
"""Extrude selection
|
|
866
866
|
|
|
867
867
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
868
|
-
:type execution_context: str
|
|
868
|
+
:type execution_context: typing.Union[str, int]
|
|
869
869
|
:type undo: bool
|
|
870
870
|
:param use_normal_flip: Flip Normals
|
|
871
871
|
:type use_normal_flip: typing.Union[bool, typing.Any]
|
|
@@ -879,7 +879,7 @@ def extrude_context(
|
|
|
879
879
|
|
|
880
880
|
def extrude_context_move(
|
|
881
881
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
882
|
-
execution_context: str = None,
|
|
882
|
+
execution_context: typing.Union[str, int] = None,
|
|
883
883
|
undo: bool = None,
|
|
884
884
|
MESH_OT_extrude_context: typing.Any = None,
|
|
885
885
|
TRANSFORM_OT_translate: typing.Any = None,
|
|
@@ -887,7 +887,7 @@ def extrude_context_move(
|
|
|
887
887
|
"""Extrude region together along the average normal
|
|
888
888
|
|
|
889
889
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
890
|
-
:type execution_context: str
|
|
890
|
+
:type execution_context: typing.Union[str, int]
|
|
891
891
|
:type undo: bool
|
|
892
892
|
:param MESH_OT_extrude_context: Extrude Context, Extrude selection
|
|
893
893
|
:type MESH_OT_extrude_context: typing.Any
|
|
@@ -899,7 +899,7 @@ def extrude_context_move(
|
|
|
899
899
|
|
|
900
900
|
def extrude_edges_indiv(
|
|
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
|
use_normal_flip: typing.Union[bool, typing.Any] = False,
|
|
905
905
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
@@ -907,7 +907,7 @@ def extrude_edges_indiv(
|
|
|
907
907
|
"""Extrude individual edges only
|
|
908
908
|
|
|
909
909
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
910
|
-
:type execution_context: str
|
|
910
|
+
:type execution_context: typing.Union[str, int]
|
|
911
911
|
:type undo: bool
|
|
912
912
|
:param use_normal_flip: Flip Normals
|
|
913
913
|
:type use_normal_flip: typing.Union[bool, typing.Any]
|
|
@@ -919,7 +919,7 @@ def extrude_edges_indiv(
|
|
|
919
919
|
|
|
920
920
|
def extrude_edges_move(
|
|
921
921
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
922
|
-
execution_context: str = None,
|
|
922
|
+
execution_context: typing.Union[str, int] = None,
|
|
923
923
|
undo: bool = None,
|
|
924
924
|
MESH_OT_extrude_edges_indiv: typing.Any = None,
|
|
925
925
|
TRANSFORM_OT_translate: typing.Any = None,
|
|
@@ -927,7 +927,7 @@ def extrude_edges_move(
|
|
|
927
927
|
"""Extrude edges and move result
|
|
928
928
|
|
|
929
929
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
930
|
-
:type execution_context: str
|
|
930
|
+
:type execution_context: typing.Union[str, int]
|
|
931
931
|
:type undo: bool
|
|
932
932
|
:param MESH_OT_extrude_edges_indiv: Extrude Only Edges, Extrude individual edges only
|
|
933
933
|
:type MESH_OT_extrude_edges_indiv: typing.Any
|
|
@@ -939,14 +939,14 @@ def extrude_edges_move(
|
|
|
939
939
|
|
|
940
940
|
def extrude_faces_indiv(
|
|
941
941
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
942
|
-
execution_context: str = None,
|
|
942
|
+
execution_context: typing.Union[str, int] = None,
|
|
943
943
|
undo: bool = None,
|
|
944
944
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
945
945
|
):
|
|
946
946
|
"""Extrude individual faces only
|
|
947
947
|
|
|
948
948
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
949
|
-
:type execution_context: str
|
|
949
|
+
:type execution_context: typing.Union[str, int]
|
|
950
950
|
:type undo: bool
|
|
951
951
|
:param mirror: Mirror Editing
|
|
952
952
|
:type mirror: typing.Union[bool, typing.Any]
|
|
@@ -956,7 +956,7 @@ def extrude_faces_indiv(
|
|
|
956
956
|
|
|
957
957
|
def extrude_faces_move(
|
|
958
958
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
959
|
-
execution_context: str = None,
|
|
959
|
+
execution_context: typing.Union[str, int] = None,
|
|
960
960
|
undo: bool = None,
|
|
961
961
|
MESH_OT_extrude_faces_indiv: typing.Any = None,
|
|
962
962
|
TRANSFORM_OT_shrink_fatten: typing.Any = None,
|
|
@@ -964,7 +964,7 @@ def extrude_faces_move(
|
|
|
964
964
|
"""Extrude each individual face separately along local normals
|
|
965
965
|
|
|
966
966
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
967
|
-
:type execution_context: str
|
|
967
|
+
:type execution_context: typing.Union[str, int]
|
|
968
968
|
:type undo: bool
|
|
969
969
|
:param MESH_OT_extrude_faces_indiv: Extrude Individual Faces, Extrude individual faces only
|
|
970
970
|
:type MESH_OT_extrude_faces_indiv: typing.Any
|
|
@@ -976,7 +976,7 @@ def extrude_faces_move(
|
|
|
976
976
|
|
|
977
977
|
def extrude_manifold(
|
|
978
978
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
979
|
-
execution_context: str = None,
|
|
979
|
+
execution_context: typing.Union[str, int] = None,
|
|
980
980
|
undo: bool = None,
|
|
981
981
|
MESH_OT_extrude_region: typing.Any = None,
|
|
982
982
|
TRANSFORM_OT_translate: typing.Any = None,
|
|
@@ -984,7 +984,7 @@ def extrude_manifold(
|
|
|
984
984
|
"""Extrude, dissolves edges whose faces form a flat surface and intersect new edges
|
|
985
985
|
|
|
986
986
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
987
|
-
:type execution_context: str
|
|
987
|
+
:type execution_context: typing.Union[str, int]
|
|
988
988
|
:type undo: bool
|
|
989
989
|
:param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
|
|
990
990
|
:type MESH_OT_extrude_region: typing.Any
|
|
@@ -996,7 +996,7 @@ def extrude_manifold(
|
|
|
996
996
|
|
|
997
997
|
def extrude_region(
|
|
998
998
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
999
|
-
execution_context: str = None,
|
|
999
|
+
execution_context: typing.Union[str, int] = None,
|
|
1000
1000
|
undo: bool = None,
|
|
1001
1001
|
use_normal_flip: typing.Union[bool, typing.Any] = False,
|
|
1002
1002
|
use_dissolve_ortho_edges: typing.Union[bool, typing.Any] = False,
|
|
@@ -1005,7 +1005,7 @@ def extrude_region(
|
|
|
1005
1005
|
"""Extrude region of faces
|
|
1006
1006
|
|
|
1007
1007
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1008
|
-
:type execution_context: str
|
|
1008
|
+
:type execution_context: typing.Union[str, int]
|
|
1009
1009
|
:type undo: bool
|
|
1010
1010
|
:param use_normal_flip: Flip Normals
|
|
1011
1011
|
:type use_normal_flip: typing.Union[bool, typing.Any]
|
|
@@ -1019,7 +1019,7 @@ def extrude_region(
|
|
|
1019
1019
|
|
|
1020
1020
|
def extrude_region_move(
|
|
1021
1021
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1022
|
-
execution_context: str = None,
|
|
1022
|
+
execution_context: typing.Union[str, int] = None,
|
|
1023
1023
|
undo: bool = None,
|
|
1024
1024
|
MESH_OT_extrude_region: typing.Any = None,
|
|
1025
1025
|
TRANSFORM_OT_translate: typing.Any = None,
|
|
@@ -1027,7 +1027,7 @@ def extrude_region_move(
|
|
|
1027
1027
|
"""Extrude region and move result
|
|
1028
1028
|
|
|
1029
1029
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1030
|
-
:type execution_context: str
|
|
1030
|
+
:type execution_context: typing.Union[str, int]
|
|
1031
1031
|
:type undo: bool
|
|
1032
1032
|
:param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
|
|
1033
1033
|
:type MESH_OT_extrude_region: typing.Any
|
|
@@ -1039,7 +1039,7 @@ def extrude_region_move(
|
|
|
1039
1039
|
|
|
1040
1040
|
def extrude_region_shrink_fatten(
|
|
1041
1041
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1042
|
-
execution_context: str = None,
|
|
1042
|
+
execution_context: typing.Union[str, int] = None,
|
|
1043
1043
|
undo: bool = None,
|
|
1044
1044
|
MESH_OT_extrude_region: typing.Any = None,
|
|
1045
1045
|
TRANSFORM_OT_shrink_fatten: typing.Any = None,
|
|
@@ -1047,7 +1047,7 @@ def extrude_region_shrink_fatten(
|
|
|
1047
1047
|
"""Extrude region together along local normals
|
|
1048
1048
|
|
|
1049
1049
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1050
|
-
:type execution_context: str
|
|
1050
|
+
:type execution_context: typing.Union[str, int]
|
|
1051
1051
|
:type undo: bool
|
|
1052
1052
|
:param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
|
|
1053
1053
|
:type MESH_OT_extrude_region: typing.Any
|
|
@@ -1059,7 +1059,7 @@ def extrude_region_shrink_fatten(
|
|
|
1059
1059
|
|
|
1060
1060
|
def extrude_repeat(
|
|
1061
1061
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1062
|
-
execution_context: str = None,
|
|
1062
|
+
execution_context: typing.Union[str, int] = None,
|
|
1063
1063
|
undo: bool = None,
|
|
1064
1064
|
steps: typing.Any = 10,
|
|
1065
1065
|
offset: typing.Any = (0.0, 0.0, 0.0),
|
|
@@ -1068,7 +1068,7 @@ def extrude_repeat(
|
|
|
1068
1068
|
"""Extrude selected vertices, edges or faces repeatedly
|
|
1069
1069
|
|
|
1070
1070
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1071
|
-
:type execution_context: str
|
|
1071
|
+
:type execution_context: typing.Union[str, int]
|
|
1072
1072
|
:type undo: bool
|
|
1073
1073
|
:param steps: Steps
|
|
1074
1074
|
:type steps: typing.Any
|
|
@@ -1082,7 +1082,7 @@ def extrude_repeat(
|
|
|
1082
1082
|
|
|
1083
1083
|
def extrude_vertices_move(
|
|
1084
1084
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1085
|
-
execution_context: str = None,
|
|
1085
|
+
execution_context: typing.Union[str, int] = None,
|
|
1086
1086
|
undo: bool = None,
|
|
1087
1087
|
MESH_OT_extrude_verts_indiv: typing.Any = None,
|
|
1088
1088
|
TRANSFORM_OT_translate: typing.Any = None,
|
|
@@ -1090,7 +1090,7 @@ def extrude_vertices_move(
|
|
|
1090
1090
|
"""Extrude vertices and move result
|
|
1091
1091
|
|
|
1092
1092
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1093
|
-
:type execution_context: str
|
|
1093
|
+
:type execution_context: typing.Union[str, int]
|
|
1094
1094
|
:type undo: bool
|
|
1095
1095
|
:param MESH_OT_extrude_verts_indiv: Extrude Only Vertices, Extrude individual vertices only
|
|
1096
1096
|
:type MESH_OT_extrude_verts_indiv: typing.Any
|
|
@@ -1102,14 +1102,14 @@ def extrude_vertices_move(
|
|
|
1102
1102
|
|
|
1103
1103
|
def extrude_verts_indiv(
|
|
1104
1104
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1105
|
-
execution_context: str = None,
|
|
1105
|
+
execution_context: typing.Union[str, int] = None,
|
|
1106
1106
|
undo: bool = None,
|
|
1107
1107
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
1108
1108
|
):
|
|
1109
1109
|
"""Extrude individual vertices only
|
|
1110
1110
|
|
|
1111
1111
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1112
|
-
:type execution_context: str
|
|
1112
|
+
:type execution_context: typing.Union[str, int]
|
|
1113
1113
|
:type undo: bool
|
|
1114
1114
|
:param mirror: Mirror Editing
|
|
1115
1115
|
:type mirror: typing.Union[bool, typing.Any]
|
|
@@ -1119,7 +1119,7 @@ def extrude_verts_indiv(
|
|
|
1119
1119
|
|
|
1120
1120
|
def face_make_planar(
|
|
1121
1121
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1122
|
-
execution_context: str = None,
|
|
1122
|
+
execution_context: typing.Union[str, int] = None,
|
|
1123
1123
|
undo: bool = None,
|
|
1124
1124
|
factor: typing.Any = 1.0,
|
|
1125
1125
|
repeat: typing.Any = 1,
|
|
@@ -1127,7 +1127,7 @@ def face_make_planar(
|
|
|
1127
1127
|
"""Flatten selected faces
|
|
1128
1128
|
|
|
1129
1129
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1130
|
-
:type execution_context: str
|
|
1130
|
+
:type execution_context: typing.Union[str, int]
|
|
1131
1131
|
:type undo: bool
|
|
1132
1132
|
:param factor: Factor
|
|
1133
1133
|
:type factor: typing.Any
|
|
@@ -1139,7 +1139,7 @@ def face_make_planar(
|
|
|
1139
1139
|
|
|
1140
1140
|
def face_set_extract(
|
|
1141
1141
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1142
|
-
execution_context: str = None,
|
|
1142
|
+
execution_context: typing.Union[str, int] = None,
|
|
1143
1143
|
undo: bool = None,
|
|
1144
1144
|
add_boundary_loop: typing.Union[bool, typing.Any] = True,
|
|
1145
1145
|
smooth_iterations: typing.Any = 4,
|
|
@@ -1149,7 +1149,7 @@ def face_set_extract(
|
|
|
1149
1149
|
"""Create a new mesh object from the selected Face Set
|
|
1150
1150
|
|
|
1151
1151
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1152
|
-
:type execution_context: str
|
|
1152
|
+
:type execution_context: typing.Union[str, int]
|
|
1153
1153
|
:type undo: bool
|
|
1154
1154
|
:param add_boundary_loop: Add Boundary Loop, Add an extra edge loop to better preserve the shape when applying a subdivision surface modifier
|
|
1155
1155
|
:type add_boundary_loop: typing.Union[bool, typing.Any]
|
|
@@ -1165,13 +1165,13 @@ def face_set_extract(
|
|
|
1165
1165
|
|
|
1166
1166
|
def face_split_by_edges(
|
|
1167
1167
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1168
|
-
execution_context: str = None,
|
|
1168
|
+
execution_context: typing.Union[str, int] = None,
|
|
1169
1169
|
undo: bool = None,
|
|
1170
1170
|
):
|
|
1171
1171
|
"""Weld loose edges into faces (splitting them into new faces)
|
|
1172
1172
|
|
|
1173
1173
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1174
|
-
:type execution_context: str
|
|
1174
|
+
:type execution_context: typing.Union[str, int]
|
|
1175
1175
|
:type undo: bool
|
|
1176
1176
|
"""
|
|
1177
1177
|
|
|
@@ -1179,7 +1179,7 @@ def face_split_by_edges(
|
|
|
1179
1179
|
|
|
1180
1180
|
def faces_mirror_uv(
|
|
1181
1181
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1182
|
-
execution_context: str = None,
|
|
1182
|
+
execution_context: typing.Union[str, int] = None,
|
|
1183
1183
|
undo: bool = None,
|
|
1184
1184
|
direction: typing.Any = "POSITIVE",
|
|
1185
1185
|
precision: typing.Any = 3,
|
|
@@ -1187,7 +1187,7 @@ def faces_mirror_uv(
|
|
|
1187
1187
|
"""Copy mirror UV coordinates on the X axis based on a mirrored mesh
|
|
1188
1188
|
|
|
1189
1189
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1190
|
-
:type execution_context: str
|
|
1190
|
+
:type execution_context: typing.Union[str, int]
|
|
1191
1191
|
:type undo: bool
|
|
1192
1192
|
:param direction: Axis Direction
|
|
1193
1193
|
:type direction: typing.Any
|
|
@@ -1199,14 +1199,14 @@ def faces_mirror_uv(
|
|
|
1199
1199
|
|
|
1200
1200
|
def faces_select_linked_flat(
|
|
1201
1201
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1202
|
-
execution_context: str = None,
|
|
1202
|
+
execution_context: typing.Union[str, int] = None,
|
|
1203
1203
|
undo: bool = None,
|
|
1204
1204
|
sharpness: typing.Any = 0.0174533,
|
|
1205
1205
|
):
|
|
1206
1206
|
"""Select linked faces by angle
|
|
1207
1207
|
|
|
1208
1208
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1209
|
-
:type execution_context: str
|
|
1209
|
+
:type execution_context: typing.Union[str, int]
|
|
1210
1210
|
:type undo: bool
|
|
1211
1211
|
:param sharpness: Sharpness
|
|
1212
1212
|
:type sharpness: typing.Any
|
|
@@ -1216,13 +1216,13 @@ def faces_select_linked_flat(
|
|
|
1216
1216
|
|
|
1217
1217
|
def faces_shade_flat(
|
|
1218
1218
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1219
|
-
execution_context: str = None,
|
|
1219
|
+
execution_context: typing.Union[str, int] = None,
|
|
1220
1220
|
undo: bool = None,
|
|
1221
1221
|
):
|
|
1222
1222
|
"""Display faces flat
|
|
1223
1223
|
|
|
1224
1224
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1225
|
-
:type execution_context: str
|
|
1225
|
+
:type execution_context: typing.Union[str, int]
|
|
1226
1226
|
:type undo: bool
|
|
1227
1227
|
"""
|
|
1228
1228
|
|
|
@@ -1230,13 +1230,13 @@ def faces_shade_flat(
|
|
|
1230
1230
|
|
|
1231
1231
|
def faces_shade_smooth(
|
|
1232
1232
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1233
|
-
execution_context: str = None,
|
|
1233
|
+
execution_context: typing.Union[str, int] = None,
|
|
1234
1234
|
undo: bool = None,
|
|
1235
1235
|
):
|
|
1236
1236
|
"""Display faces smooth (using vertex normals)
|
|
1237
1237
|
|
|
1238
1238
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1239
|
-
:type execution_context: str
|
|
1239
|
+
:type execution_context: typing.Union[str, int]
|
|
1240
1240
|
:type undo: bool
|
|
1241
1241
|
"""
|
|
1242
1242
|
|
|
@@ -1244,14 +1244,14 @@ def faces_shade_smooth(
|
|
|
1244
1244
|
|
|
1245
1245
|
def fill(
|
|
1246
1246
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1247
|
-
execution_context: str = None,
|
|
1247
|
+
execution_context: typing.Union[str, int] = None,
|
|
1248
1248
|
undo: bool = None,
|
|
1249
1249
|
use_beauty: typing.Union[bool, typing.Any] = True,
|
|
1250
1250
|
):
|
|
1251
1251
|
"""Fill a selected edge loop with faces
|
|
1252
1252
|
|
|
1253
1253
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1254
|
-
:type execution_context: str
|
|
1254
|
+
:type execution_context: typing.Union[str, int]
|
|
1255
1255
|
:type undo: bool
|
|
1256
1256
|
:param use_beauty: Beauty, Use best triangulation division
|
|
1257
1257
|
:type use_beauty: typing.Union[bool, typing.Any]
|
|
@@ -1261,7 +1261,7 @@ def fill(
|
|
|
1261
1261
|
|
|
1262
1262
|
def fill_grid(
|
|
1263
1263
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1264
|
-
execution_context: str = None,
|
|
1264
|
+
execution_context: typing.Union[str, int] = None,
|
|
1265
1265
|
undo: bool = None,
|
|
1266
1266
|
span: typing.Any = 1,
|
|
1267
1267
|
offset: typing.Any = 0,
|
|
@@ -1270,7 +1270,7 @@ def fill_grid(
|
|
|
1270
1270
|
"""Fill grid from two loops
|
|
1271
1271
|
|
|
1272
1272
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1273
|
-
:type execution_context: str
|
|
1273
|
+
:type execution_context: typing.Union[str, int]
|
|
1274
1274
|
:type undo: bool
|
|
1275
1275
|
:param span: Span, Number of grid columns
|
|
1276
1276
|
:type span: typing.Any
|
|
@@ -1284,14 +1284,14 @@ def fill_grid(
|
|
|
1284
1284
|
|
|
1285
1285
|
def fill_holes(
|
|
1286
1286
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1287
|
-
execution_context: str = None,
|
|
1287
|
+
execution_context: typing.Union[str, int] = None,
|
|
1288
1288
|
undo: bool = None,
|
|
1289
1289
|
sides: typing.Any = 4,
|
|
1290
1290
|
):
|
|
1291
1291
|
"""Fill in holes (boundary edge loops)
|
|
1292
1292
|
|
|
1293
1293
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1294
|
-
:type execution_context: str
|
|
1294
|
+
:type execution_context: typing.Union[str, int]
|
|
1295
1295
|
:type undo: bool
|
|
1296
1296
|
:param sides: Sides, Number of sides in hole required to fill (zero fills all holes)
|
|
1297
1297
|
:type sides: typing.Any
|
|
@@ -1301,14 +1301,14 @@ def fill_holes(
|
|
|
1301
1301
|
|
|
1302
1302
|
def flip_normals(
|
|
1303
1303
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1304
|
-
execution_context: str = None,
|
|
1304
|
+
execution_context: typing.Union[str, int] = None,
|
|
1305
1305
|
undo: bool = None,
|
|
1306
1306
|
only_clnors: typing.Union[bool, typing.Any] = False,
|
|
1307
1307
|
):
|
|
1308
1308
|
"""Flip the direction of selected faces' normals (and of their vertices)
|
|
1309
1309
|
|
|
1310
1310
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1311
|
-
:type execution_context: str
|
|
1311
|
+
:type execution_context: typing.Union[str, int]
|
|
1312
1312
|
:type undo: bool
|
|
1313
1313
|
:param only_clnors: Custom Normals Only, Only flip the custom loop normals of the selected elements
|
|
1314
1314
|
:type only_clnors: typing.Union[bool, typing.Any]
|
|
@@ -1318,13 +1318,13 @@ def flip_normals(
|
|
|
1318
1318
|
|
|
1319
1319
|
def flip_quad_tessellation(
|
|
1320
1320
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1321
|
-
execution_context: str = None,
|
|
1321
|
+
execution_context: typing.Union[str, int] = None,
|
|
1322
1322
|
undo: bool = None,
|
|
1323
1323
|
):
|
|
1324
1324
|
"""Flips the tessellation of selected quads
|
|
1325
1325
|
|
|
1326
1326
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1327
|
-
:type execution_context: str
|
|
1327
|
+
:type execution_context: typing.Union[str, int]
|
|
1328
1328
|
:type undo: bool
|
|
1329
1329
|
"""
|
|
1330
1330
|
|
|
@@ -1332,14 +1332,14 @@ def flip_quad_tessellation(
|
|
|
1332
1332
|
|
|
1333
1333
|
def hide(
|
|
1334
1334
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1335
|
-
execution_context: str = None,
|
|
1335
|
+
execution_context: typing.Union[str, int] = None,
|
|
1336
1336
|
undo: bool = None,
|
|
1337
1337
|
unselected: typing.Union[bool, typing.Any] = False,
|
|
1338
1338
|
):
|
|
1339
1339
|
"""Hide (un)selected vertices, edges or faces
|
|
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 unselected: Unselected, Hide unselected rather than selected
|
|
1345
1345
|
:type unselected: typing.Union[bool, typing.Any]
|
|
@@ -1349,7 +1349,7 @@ def hide(
|
|
|
1349
1349
|
|
|
1350
1350
|
def inset(
|
|
1351
1351
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1352
|
-
execution_context: str = None,
|
|
1352
|
+
execution_context: typing.Union[str, int] = None,
|
|
1353
1353
|
undo: bool = None,
|
|
1354
1354
|
use_boundary: typing.Union[bool, typing.Any] = True,
|
|
1355
1355
|
use_even_offset: typing.Union[bool, typing.Any] = True,
|
|
@@ -1366,7 +1366,7 @@ def inset(
|
|
|
1366
1366
|
"""Inset new faces into selected faces
|
|
1367
1367
|
|
|
1368
1368
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1369
|
-
:type execution_context: str
|
|
1369
|
+
:type execution_context: typing.Union[str, int]
|
|
1370
1370
|
:type undo: bool
|
|
1371
1371
|
:param use_boundary: Boundary, Inset face boundaries
|
|
1372
1372
|
:type use_boundary: typing.Union[bool, typing.Any]
|
|
@@ -1396,7 +1396,7 @@ def inset(
|
|
|
1396
1396
|
|
|
1397
1397
|
def intersect(
|
|
1398
1398
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1399
|
-
execution_context: str = None,
|
|
1399
|
+
execution_context: typing.Union[str, int] = None,
|
|
1400
1400
|
undo: bool = None,
|
|
1401
1401
|
mode: typing.Any = "SELECT_UNSELECT",
|
|
1402
1402
|
separate_mode: typing.Any = "CUT",
|
|
@@ -1406,7 +1406,7 @@ def intersect(
|
|
|
1406
1406
|
"""Cut an intersection into faces
|
|
1407
1407
|
|
|
1408
1408
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1409
|
-
:type execution_context: str
|
|
1409
|
+
:type execution_context: typing.Union[str, int]
|
|
1410
1410
|
:type undo: bool
|
|
1411
1411
|
:param mode: Source
|
|
1412
1412
|
|
|
@@ -1443,7 +1443,7 @@ def intersect(
|
|
|
1443
1443
|
|
|
1444
1444
|
def intersect_boolean(
|
|
1445
1445
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1446
|
-
execution_context: str = None,
|
|
1446
|
+
execution_context: typing.Union[str, int] = None,
|
|
1447
1447
|
undo: bool = None,
|
|
1448
1448
|
operation: typing.Any = "DIFFERENCE",
|
|
1449
1449
|
use_swap: typing.Union[bool, typing.Any] = False,
|
|
@@ -1454,7 +1454,7 @@ def intersect_boolean(
|
|
|
1454
1454
|
"""Cut solid geometry from selected to unselected
|
|
1455
1455
|
|
|
1456
1456
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1457
|
-
:type execution_context: str
|
|
1457
|
+
:type execution_context: typing.Union[str, int]
|
|
1458
1458
|
:type undo: bool
|
|
1459
1459
|
:param operation: Boolean Operation, Which boolean operation to apply
|
|
1460
1460
|
:type operation: typing.Any
|
|
@@ -1478,14 +1478,14 @@ def intersect_boolean(
|
|
|
1478
1478
|
|
|
1479
1479
|
def knife_project(
|
|
1480
1480
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1481
|
-
execution_context: str = None,
|
|
1481
|
+
execution_context: typing.Union[str, int] = None,
|
|
1482
1482
|
undo: bool = None,
|
|
1483
1483
|
cut_through: typing.Union[bool, typing.Any] = False,
|
|
1484
1484
|
):
|
|
1485
1485
|
"""Use other objects outlines and boundaries to project knife cuts
|
|
1486
1486
|
|
|
1487
1487
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1488
|
-
:type execution_context: str
|
|
1488
|
+
:type execution_context: typing.Union[str, int]
|
|
1489
1489
|
:type undo: bool
|
|
1490
1490
|
:param cut_through: Cut Through, Cut through all faces, not just visible ones
|
|
1491
1491
|
:type cut_through: typing.Union[bool, typing.Any]
|
|
@@ -1495,7 +1495,7 @@ def knife_project(
|
|
|
1495
1495
|
|
|
1496
1496
|
def knife_tool(
|
|
1497
1497
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1498
|
-
execution_context: str = None,
|
|
1498
|
+
execution_context: typing.Union[str, int] = None,
|
|
1499
1499
|
undo: bool = None,
|
|
1500
1500
|
use_occlude_geometry: typing.Union[bool, typing.Any] = True,
|
|
1501
1501
|
only_selected: typing.Union[bool, typing.Any] = False,
|
|
@@ -1508,7 +1508,7 @@ def knife_tool(
|
|
|
1508
1508
|
"""Cut new topology
|
|
1509
1509
|
|
|
1510
1510
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1511
|
-
:type execution_context: str
|
|
1511
|
+
:type execution_context: typing.Union[str, int]
|
|
1512
1512
|
:type undo: bool
|
|
1513
1513
|
:param use_occlude_geometry: Occlude Geometry, Only cut the front most geometry
|
|
1514
1514
|
:type use_occlude_geometry: typing.Union[bool, typing.Any]
|
|
@@ -1551,14 +1551,14 @@ def knife_tool(
|
|
|
1551
1551
|
|
|
1552
1552
|
def loop_multi_select(
|
|
1553
1553
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1554
|
-
execution_context: str = None,
|
|
1554
|
+
execution_context: typing.Union[str, int] = None,
|
|
1555
1555
|
undo: bool = None,
|
|
1556
1556
|
ring: typing.Union[bool, typing.Any] = False,
|
|
1557
1557
|
):
|
|
1558
1558
|
"""Select a loop of connected edges by connection type
|
|
1559
1559
|
|
|
1560
1560
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1561
|
-
:type execution_context: str
|
|
1561
|
+
:type execution_context: typing.Union[str, int]
|
|
1562
1562
|
:type undo: bool
|
|
1563
1563
|
:param ring: Ring
|
|
1564
1564
|
:type ring: typing.Union[bool, typing.Any]
|
|
@@ -1568,7 +1568,7 @@ def loop_multi_select(
|
|
|
1568
1568
|
|
|
1569
1569
|
def loop_select(
|
|
1570
1570
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1571
|
-
execution_context: str = None,
|
|
1571
|
+
execution_context: typing.Union[str, int] = None,
|
|
1572
1572
|
undo: bool = None,
|
|
1573
1573
|
extend: typing.Union[bool, typing.Any] = False,
|
|
1574
1574
|
deselect: typing.Union[bool, typing.Any] = False,
|
|
@@ -1578,7 +1578,7 @@ def loop_select(
|
|
|
1578
1578
|
"""Select a loop of connected edges
|
|
1579
1579
|
|
|
1580
1580
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1581
|
-
:type execution_context: str
|
|
1581
|
+
:type execution_context: typing.Union[str, int]
|
|
1582
1582
|
:type undo: bool
|
|
1583
1583
|
:param extend: Extend Select, Extend the selection
|
|
1584
1584
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -1594,14 +1594,14 @@ def loop_select(
|
|
|
1594
1594
|
|
|
1595
1595
|
def loop_to_region(
|
|
1596
1596
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1597
|
-
execution_context: str = None,
|
|
1597
|
+
execution_context: typing.Union[str, int] = None,
|
|
1598
1598
|
undo: bool = None,
|
|
1599
1599
|
select_bigger: typing.Union[bool, typing.Any] = False,
|
|
1600
1600
|
):
|
|
1601
1601
|
"""Select region of faces inside of a selected loop of edges
|
|
1602
1602
|
|
|
1603
1603
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1604
|
-
:type execution_context: str
|
|
1604
|
+
:type execution_context: typing.Union[str, int]
|
|
1605
1605
|
:type undo: bool
|
|
1606
1606
|
:param select_bigger: Select Bigger, Select bigger regions instead of smaller ones
|
|
1607
1607
|
:type select_bigger: typing.Union[bool, typing.Any]
|
|
@@ -1611,7 +1611,7 @@ def loop_to_region(
|
|
|
1611
1611
|
|
|
1612
1612
|
def loopcut(
|
|
1613
1613
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1614
|
-
execution_context: str = None,
|
|
1614
|
+
execution_context: typing.Union[str, int] = None,
|
|
1615
1615
|
undo: bool = None,
|
|
1616
1616
|
number_cuts: typing.Any = 1,
|
|
1617
1617
|
smoothness: typing.Any = 0.0,
|
|
@@ -1627,7 +1627,7 @@ def loopcut(
|
|
|
1627
1627
|
"""Add a new loop between existing loops
|
|
1628
1628
|
|
|
1629
1629
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1630
|
-
:type execution_context: str
|
|
1630
|
+
:type execution_context: typing.Union[str, int]
|
|
1631
1631
|
:type undo: bool
|
|
1632
1632
|
:param number_cuts: Number of Cuts
|
|
1633
1633
|
:type number_cuts: typing.Any
|
|
@@ -1646,7 +1646,7 @@ def loopcut(
|
|
|
1646
1646
|
|
|
1647
1647
|
def loopcut_slide(
|
|
1648
1648
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1649
|
-
execution_context: str = None,
|
|
1649
|
+
execution_context: typing.Union[str, int] = None,
|
|
1650
1650
|
undo: bool = None,
|
|
1651
1651
|
MESH_OT_loopcut: typing.Any = None,
|
|
1652
1652
|
TRANSFORM_OT_edge_slide: typing.Any = None,
|
|
@@ -1654,7 +1654,7 @@ def loopcut_slide(
|
|
|
1654
1654
|
"""Cut mesh loop and slide it
|
|
1655
1655
|
|
|
1656
1656
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1657
|
-
:type execution_context: str
|
|
1657
|
+
:type execution_context: typing.Union[str, int]
|
|
1658
1658
|
:type undo: bool
|
|
1659
1659
|
:param MESH_OT_loopcut: Loop Cut, Add a new loop between existing loops
|
|
1660
1660
|
:type MESH_OT_loopcut: typing.Any
|
|
@@ -1666,14 +1666,14 @@ def loopcut_slide(
|
|
|
1666
1666
|
|
|
1667
1667
|
def mark_freestyle_edge(
|
|
1668
1668
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1669
|
-
execution_context: str = None,
|
|
1669
|
+
execution_context: typing.Union[str, int] = None,
|
|
1670
1670
|
undo: bool = None,
|
|
1671
1671
|
clear: typing.Union[bool, typing.Any] = False,
|
|
1672
1672
|
):
|
|
1673
1673
|
"""(Un)mark selected edges as Freestyle feature edges
|
|
1674
1674
|
|
|
1675
1675
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1676
|
-
:type execution_context: str
|
|
1676
|
+
:type execution_context: typing.Union[str, int]
|
|
1677
1677
|
:type undo: bool
|
|
1678
1678
|
:param clear: Clear
|
|
1679
1679
|
:type clear: typing.Union[bool, typing.Any]
|
|
@@ -1683,14 +1683,14 @@ def mark_freestyle_edge(
|
|
|
1683
1683
|
|
|
1684
1684
|
def mark_freestyle_face(
|
|
1685
1685
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1686
|
-
execution_context: str = None,
|
|
1686
|
+
execution_context: typing.Union[str, int] = None,
|
|
1687
1687
|
undo: bool = None,
|
|
1688
1688
|
clear: typing.Union[bool, typing.Any] = False,
|
|
1689
1689
|
):
|
|
1690
1690
|
"""(Un)mark selected faces for exclusion from Freestyle feature edge detection
|
|
1691
1691
|
|
|
1692
1692
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1693
|
-
:type execution_context: str
|
|
1693
|
+
:type execution_context: typing.Union[str, int]
|
|
1694
1694
|
:type undo: bool
|
|
1695
1695
|
:param clear: Clear
|
|
1696
1696
|
:type clear: typing.Union[bool, typing.Any]
|
|
@@ -1700,14 +1700,14 @@ def mark_freestyle_face(
|
|
|
1700
1700
|
|
|
1701
1701
|
def mark_seam(
|
|
1702
1702
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1703
|
-
execution_context: str = None,
|
|
1703
|
+
execution_context: typing.Union[str, int] = None,
|
|
1704
1704
|
undo: bool = None,
|
|
1705
1705
|
clear: typing.Union[bool, typing.Any] = False,
|
|
1706
1706
|
):
|
|
1707
1707
|
"""(Un)mark selected edges as a seam
|
|
1708
1708
|
|
|
1709
1709
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1710
|
-
:type execution_context: str
|
|
1710
|
+
:type execution_context: typing.Union[str, int]
|
|
1711
1711
|
:type undo: bool
|
|
1712
1712
|
:param clear: Clear
|
|
1713
1713
|
:type clear: typing.Union[bool, typing.Any]
|
|
@@ -1717,7 +1717,7 @@ def mark_seam(
|
|
|
1717
1717
|
|
|
1718
1718
|
def mark_sharp(
|
|
1719
1719
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1720
|
-
execution_context: str = None,
|
|
1720
|
+
execution_context: typing.Union[str, int] = None,
|
|
1721
1721
|
undo: bool = None,
|
|
1722
1722
|
clear: typing.Union[bool, typing.Any] = False,
|
|
1723
1723
|
use_verts: typing.Union[bool, typing.Any] = False,
|
|
@@ -1725,7 +1725,7 @@ def mark_sharp(
|
|
|
1725
1725
|
"""(Un)mark selected edges as sharp
|
|
1726
1726
|
|
|
1727
1727
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1728
|
-
:type execution_context: str
|
|
1728
|
+
:type execution_context: typing.Union[str, int]
|
|
1729
1729
|
:type undo: bool
|
|
1730
1730
|
:param clear: Clear
|
|
1731
1731
|
:type clear: typing.Union[bool, typing.Any]
|
|
@@ -1737,7 +1737,7 @@ def mark_sharp(
|
|
|
1737
1737
|
|
|
1738
1738
|
def merge(
|
|
1739
1739
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1740
|
-
execution_context: str = None,
|
|
1740
|
+
execution_context: typing.Union[str, int] = None,
|
|
1741
1741
|
undo: bool = None,
|
|
1742
1742
|
type: typing.Any = "CENTER",
|
|
1743
1743
|
uvs: typing.Union[bool, typing.Any] = False,
|
|
@@ -1745,7 +1745,7 @@ def merge(
|
|
|
1745
1745
|
"""Merge selected vertices
|
|
1746
1746
|
|
|
1747
1747
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1748
|
-
:type execution_context: str
|
|
1748
|
+
:type execution_context: typing.Union[str, int]
|
|
1749
1749
|
:type undo: bool
|
|
1750
1750
|
:param type: Type, Merge method to use
|
|
1751
1751
|
:type type: typing.Any
|
|
@@ -1757,13 +1757,13 @@ def merge(
|
|
|
1757
1757
|
|
|
1758
1758
|
def merge_normals(
|
|
1759
1759
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1760
|
-
execution_context: str = None,
|
|
1760
|
+
execution_context: typing.Union[str, int] = None,
|
|
1761
1761
|
undo: bool = None,
|
|
1762
1762
|
):
|
|
1763
1763
|
"""Merge custom normals of selected vertices
|
|
1764
1764
|
|
|
1765
1765
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1766
|
-
:type execution_context: str
|
|
1766
|
+
:type execution_context: typing.Union[str, int]
|
|
1767
1767
|
:type undo: bool
|
|
1768
1768
|
"""
|
|
1769
1769
|
|
|
@@ -1771,7 +1771,7 @@ def merge_normals(
|
|
|
1771
1771
|
|
|
1772
1772
|
def mod_weighted_strength(
|
|
1773
1773
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1774
|
-
execution_context: str = None,
|
|
1774
|
+
execution_context: typing.Union[str, int] = None,
|
|
1775
1775
|
undo: bool = None,
|
|
1776
1776
|
set: typing.Union[bool, typing.Any] = False,
|
|
1777
1777
|
face_strength: typing.Any = "MEDIUM",
|
|
@@ -1779,7 +1779,7 @@ def mod_weighted_strength(
|
|
|
1779
1779
|
"""Set/Get strength of face (used in Weighted Normal modifier)
|
|
1780
1780
|
|
|
1781
1781
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1782
|
-
:type execution_context: str
|
|
1782
|
+
:type execution_context: typing.Union[str, int]
|
|
1783
1783
|
:type undo: bool
|
|
1784
1784
|
:param set: Set Value, Set value of faces
|
|
1785
1785
|
:type set: typing.Union[bool, typing.Any]
|
|
@@ -1791,14 +1791,14 @@ def mod_weighted_strength(
|
|
|
1791
1791
|
|
|
1792
1792
|
def normals_make_consistent(
|
|
1793
1793
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1794
|
-
execution_context: str = None,
|
|
1794
|
+
execution_context: typing.Union[str, int] = None,
|
|
1795
1795
|
undo: bool = None,
|
|
1796
1796
|
inside: typing.Union[bool, typing.Any] = False,
|
|
1797
1797
|
):
|
|
1798
1798
|
"""Make face and vertex normals point either outside or inside the mesh
|
|
1799
1799
|
|
|
1800
1800
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1801
|
-
:type execution_context: str
|
|
1801
|
+
:type execution_context: typing.Union[str, int]
|
|
1802
1802
|
:type undo: bool
|
|
1803
1803
|
:param inside: Inside
|
|
1804
1804
|
:type inside: typing.Union[bool, typing.Any]
|
|
@@ -1808,7 +1808,7 @@ def normals_make_consistent(
|
|
|
1808
1808
|
|
|
1809
1809
|
def normals_tools(
|
|
1810
1810
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1811
|
-
execution_context: str = None,
|
|
1811
|
+
execution_context: typing.Union[str, int] = None,
|
|
1812
1812
|
undo: bool = None,
|
|
1813
1813
|
mode: typing.Any = "COPY",
|
|
1814
1814
|
absolute: typing.Union[bool, typing.Any] = False,
|
|
@@ -1816,7 +1816,7 @@ def normals_tools(
|
|
|
1816
1816
|
"""Custom normals tools using Normal Vector of UI
|
|
1817
1817
|
|
|
1818
1818
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1819
|
-
:type execution_context: str
|
|
1819
|
+
:type execution_context: typing.Union[str, int]
|
|
1820
1820
|
:type undo: bool
|
|
1821
1821
|
:param mode: Mode, Mode of tools taking input from interface
|
|
1822
1822
|
|
|
@@ -1843,14 +1843,14 @@ def normals_tools(
|
|
|
1843
1843
|
|
|
1844
1844
|
def offset_edge_loops(
|
|
1845
1845
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1846
|
-
execution_context: str = None,
|
|
1846
|
+
execution_context: typing.Union[str, int] = None,
|
|
1847
1847
|
undo: bool = None,
|
|
1848
1848
|
use_cap_endpoint: typing.Union[bool, typing.Any] = False,
|
|
1849
1849
|
):
|
|
1850
1850
|
"""Create offset edge loop from the current selection
|
|
1851
1851
|
|
|
1852
1852
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1853
|
-
:type execution_context: str
|
|
1853
|
+
:type execution_context: typing.Union[str, int]
|
|
1854
1854
|
:type undo: bool
|
|
1855
1855
|
:param use_cap_endpoint: Cap Endpoint, Extend loop around end-points
|
|
1856
1856
|
:type use_cap_endpoint: typing.Union[bool, typing.Any]
|
|
@@ -1860,7 +1860,7 @@ def offset_edge_loops(
|
|
|
1860
1860
|
|
|
1861
1861
|
def offset_edge_loops_slide(
|
|
1862
1862
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1863
|
-
execution_context: str = None,
|
|
1863
|
+
execution_context: typing.Union[str, int] = None,
|
|
1864
1864
|
undo: bool = None,
|
|
1865
1865
|
MESH_OT_offset_edge_loops: typing.Any = None,
|
|
1866
1866
|
TRANSFORM_OT_edge_slide: typing.Any = None,
|
|
@@ -1868,7 +1868,7 @@ def offset_edge_loops_slide(
|
|
|
1868
1868
|
"""Offset edge loop slide
|
|
1869
1869
|
|
|
1870
1870
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1871
|
-
:type execution_context: str
|
|
1871
|
+
:type execution_context: typing.Union[str, int]
|
|
1872
1872
|
:type undo: bool
|
|
1873
1873
|
:param MESH_OT_offset_edge_loops: Offset Edge Loop, Create offset edge loop from the current selection
|
|
1874
1874
|
:type MESH_OT_offset_edge_loops: typing.Any
|
|
@@ -1880,7 +1880,7 @@ def offset_edge_loops_slide(
|
|
|
1880
1880
|
|
|
1881
1881
|
def paint_mask_extract(
|
|
1882
1882
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1883
|
-
execution_context: str = None,
|
|
1883
|
+
execution_context: typing.Union[str, int] = None,
|
|
1884
1884
|
undo: bool = None,
|
|
1885
1885
|
mask_threshold: typing.Any = 0.5,
|
|
1886
1886
|
add_boundary_loop: typing.Union[bool, typing.Any] = True,
|
|
@@ -1891,7 +1891,7 @@ def paint_mask_extract(
|
|
|
1891
1891
|
"""Create a new mesh object from the current paint mask
|
|
1892
1892
|
|
|
1893
1893
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1894
|
-
:type execution_context: str
|
|
1894
|
+
:type execution_context: typing.Union[str, int]
|
|
1895
1895
|
:type undo: bool
|
|
1896
1896
|
:param mask_threshold: Threshold, Minimum mask value to consider the vertex valid to extract a face from the original mesh
|
|
1897
1897
|
:type mask_threshold: typing.Any
|
|
@@ -1909,7 +1909,7 @@ def paint_mask_extract(
|
|
|
1909
1909
|
|
|
1910
1910
|
def paint_mask_slice(
|
|
1911
1911
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1912
|
-
execution_context: str = None,
|
|
1912
|
+
execution_context: typing.Union[str, int] = None,
|
|
1913
1913
|
undo: bool = None,
|
|
1914
1914
|
mask_threshold: typing.Any = 0.5,
|
|
1915
1915
|
fill_holes: typing.Union[bool, typing.Any] = True,
|
|
@@ -1918,7 +1918,7 @@ def paint_mask_slice(
|
|
|
1918
1918
|
"""Slices the paint mask from the mesh
|
|
1919
1919
|
|
|
1920
1920
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1921
|
-
:type execution_context: str
|
|
1921
|
+
:type execution_context: typing.Union[str, int]
|
|
1922
1922
|
:type undo: bool
|
|
1923
1923
|
:param mask_threshold: Threshold, Minimum mask value to consider the vertex valid to extract a face from the original mesh
|
|
1924
1924
|
:type mask_threshold: typing.Any
|
|
@@ -1932,7 +1932,7 @@ def paint_mask_slice(
|
|
|
1932
1932
|
|
|
1933
1933
|
def point_normals(
|
|
1934
1934
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1935
|
-
execution_context: str = None,
|
|
1935
|
+
execution_context: typing.Union[str, int] = None,
|
|
1936
1936
|
undo: bool = None,
|
|
1937
1937
|
mode: typing.Any = "COORDINATES",
|
|
1938
1938
|
invert: typing.Union[bool, typing.Any] = False,
|
|
@@ -1944,7 +1944,7 @@ def point_normals(
|
|
|
1944
1944
|
"""Point selected custom normals to specified Target
|
|
1945
1945
|
|
|
1946
1946
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1947
|
-
:type execution_context: str
|
|
1947
|
+
:type execution_context: typing.Union[str, int]
|
|
1948
1948
|
:type undo: bool
|
|
1949
1949
|
:param mode: Mode, How to define coordinates to point custom normals to
|
|
1950
1950
|
|
|
@@ -1970,7 +1970,7 @@ def point_normals(
|
|
|
1970
1970
|
|
|
1971
1971
|
def poke(
|
|
1972
1972
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1973
|
-
execution_context: str = None,
|
|
1973
|
+
execution_context: typing.Union[str, int] = None,
|
|
1974
1974
|
undo: bool = None,
|
|
1975
1975
|
offset: typing.Any = 0.0,
|
|
1976
1976
|
use_relative_offset: typing.Union[bool, typing.Any] = False,
|
|
@@ -1979,7 +1979,7 @@ def poke(
|
|
|
1979
1979
|
"""Split a face into a fan
|
|
1980
1980
|
|
|
1981
1981
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1982
|
-
:type execution_context: str
|
|
1982
|
+
:type execution_context: typing.Union[str, int]
|
|
1983
1983
|
:type undo: bool
|
|
1984
1984
|
:param offset: Poke Offset, Poke Offset
|
|
1985
1985
|
:type offset: typing.Any
|
|
@@ -2002,7 +2002,7 @@ def poke(
|
|
|
2002
2002
|
|
|
2003
2003
|
def polybuild_delete_at_cursor(
|
|
2004
2004
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2005
|
-
execution_context: str = None,
|
|
2005
|
+
execution_context: typing.Union[str, int] = None,
|
|
2006
2006
|
undo: bool = None,
|
|
2007
2007
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
2008
2008
|
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
@@ -2016,7 +2016,7 @@ def polybuild_delete_at_cursor(
|
|
|
2016
2016
|
"""Undocumented, consider contributing.
|
|
2017
2017
|
|
|
2018
2018
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2019
|
-
:type execution_context: str
|
|
2019
|
+
:type execution_context: typing.Union[str, int]
|
|
2020
2020
|
:type undo: bool
|
|
2021
2021
|
:param mirror: Mirror Editing
|
|
2022
2022
|
:type mirror: typing.Union[bool, typing.Any]
|
|
@@ -2040,13 +2040,13 @@ def polybuild_delete_at_cursor(
|
|
|
2040
2040
|
|
|
2041
2041
|
def polybuild_dissolve_at_cursor(
|
|
2042
2042
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2043
|
-
execution_context: str = None,
|
|
2043
|
+
execution_context: typing.Union[str, int] = None,
|
|
2044
2044
|
undo: bool = None,
|
|
2045
2045
|
):
|
|
2046
2046
|
"""Undocumented, consider contributing.
|
|
2047
2047
|
|
|
2048
2048
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2049
|
-
:type execution_context: str
|
|
2049
|
+
:type execution_context: typing.Union[str, int]
|
|
2050
2050
|
:type undo: bool
|
|
2051
2051
|
"""
|
|
2052
2052
|
|
|
@@ -2054,7 +2054,7 @@ def polybuild_dissolve_at_cursor(
|
|
|
2054
2054
|
|
|
2055
2055
|
def polybuild_extrude_at_cursor_move(
|
|
2056
2056
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2057
|
-
execution_context: str = None,
|
|
2057
|
+
execution_context: typing.Union[str, int] = None,
|
|
2058
2058
|
undo: bool = None,
|
|
2059
2059
|
MESH_OT_polybuild_transform_at_cursor: typing.Any = None,
|
|
2060
2060
|
MESH_OT_extrude_edges_indiv: typing.Any = None,
|
|
@@ -2063,7 +2063,7 @@ def polybuild_extrude_at_cursor_move(
|
|
|
2063
2063
|
"""Undocumented, consider contributing.
|
|
2064
2064
|
|
|
2065
2065
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2066
|
-
:type execution_context: str
|
|
2066
|
+
:type execution_context: typing.Union[str, int]
|
|
2067
2067
|
:type undo: bool
|
|
2068
2068
|
:param MESH_OT_polybuild_transform_at_cursor: Poly Build Transform at Cursor
|
|
2069
2069
|
:type MESH_OT_polybuild_transform_at_cursor: typing.Any
|
|
@@ -2077,7 +2077,7 @@ def polybuild_extrude_at_cursor_move(
|
|
|
2077
2077
|
|
|
2078
2078
|
def polybuild_face_at_cursor(
|
|
2079
2079
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2080
|
-
execution_context: str = None,
|
|
2080
|
+
execution_context: typing.Union[str, int] = None,
|
|
2081
2081
|
undo: bool = None,
|
|
2082
2082
|
create_quads: typing.Union[bool, typing.Any] = True,
|
|
2083
2083
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
@@ -2092,7 +2092,7 @@ def polybuild_face_at_cursor(
|
|
|
2092
2092
|
"""Undocumented, consider contributing.
|
|
2093
2093
|
|
|
2094
2094
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2095
|
-
:type execution_context: str
|
|
2095
|
+
:type execution_context: typing.Union[str, int]
|
|
2096
2096
|
:type undo: bool
|
|
2097
2097
|
:param create_quads: Create Quads, Automatically split edges in triangles to maintain quad topology
|
|
2098
2098
|
:type create_quads: typing.Union[bool, typing.Any]
|
|
@@ -2118,7 +2118,7 @@ def polybuild_face_at_cursor(
|
|
|
2118
2118
|
|
|
2119
2119
|
def polybuild_face_at_cursor_move(
|
|
2120
2120
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2121
|
-
execution_context: str = None,
|
|
2121
|
+
execution_context: typing.Union[str, int] = None,
|
|
2122
2122
|
undo: bool = None,
|
|
2123
2123
|
MESH_OT_polybuild_face_at_cursor: typing.Any = None,
|
|
2124
2124
|
TRANSFORM_OT_translate: typing.Any = None,
|
|
@@ -2126,7 +2126,7 @@ def polybuild_face_at_cursor_move(
|
|
|
2126
2126
|
"""Undocumented, consider contributing.
|
|
2127
2127
|
|
|
2128
2128
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2129
|
-
:type execution_context: str
|
|
2129
|
+
:type execution_context: typing.Union[str, int]
|
|
2130
2130
|
:type undo: bool
|
|
2131
2131
|
:param MESH_OT_polybuild_face_at_cursor: Poly Build Face at Cursor
|
|
2132
2132
|
:type MESH_OT_polybuild_face_at_cursor: typing.Any
|
|
@@ -2138,7 +2138,7 @@ def polybuild_face_at_cursor_move(
|
|
|
2138
2138
|
|
|
2139
2139
|
def polybuild_split_at_cursor(
|
|
2140
2140
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2141
|
-
execution_context: str = None,
|
|
2141
|
+
execution_context: typing.Union[str, int] = None,
|
|
2142
2142
|
undo: bool = None,
|
|
2143
2143
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
2144
2144
|
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
@@ -2152,7 +2152,7 @@ def polybuild_split_at_cursor(
|
|
|
2152
2152
|
"""Undocumented, consider contributing.
|
|
2153
2153
|
|
|
2154
2154
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2155
|
-
:type execution_context: str
|
|
2155
|
+
:type execution_context: typing.Union[str, int]
|
|
2156
2156
|
:type undo: bool
|
|
2157
2157
|
:param mirror: Mirror Editing
|
|
2158
2158
|
:type mirror: typing.Union[bool, typing.Any]
|
|
@@ -2176,7 +2176,7 @@ def polybuild_split_at_cursor(
|
|
|
2176
2176
|
|
|
2177
2177
|
def polybuild_split_at_cursor_move(
|
|
2178
2178
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2179
|
-
execution_context: str = None,
|
|
2179
|
+
execution_context: typing.Union[str, int] = None,
|
|
2180
2180
|
undo: bool = None,
|
|
2181
2181
|
MESH_OT_polybuild_split_at_cursor: typing.Any = None,
|
|
2182
2182
|
TRANSFORM_OT_translate: typing.Any = None,
|
|
@@ -2184,7 +2184,7 @@ def polybuild_split_at_cursor_move(
|
|
|
2184
2184
|
"""Undocumented, consider contributing.
|
|
2185
2185
|
|
|
2186
2186
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2187
|
-
:type execution_context: str
|
|
2187
|
+
:type execution_context: typing.Union[str, int]
|
|
2188
2188
|
:type undo: bool
|
|
2189
2189
|
:param MESH_OT_polybuild_split_at_cursor: Poly Build Split at Cursor
|
|
2190
2190
|
:type MESH_OT_polybuild_split_at_cursor: typing.Any
|
|
@@ -2196,7 +2196,7 @@ def polybuild_split_at_cursor_move(
|
|
|
2196
2196
|
|
|
2197
2197
|
def polybuild_transform_at_cursor(
|
|
2198
2198
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2199
|
-
execution_context: str = None,
|
|
2199
|
+
execution_context: typing.Union[str, int] = None,
|
|
2200
2200
|
undo: bool = None,
|
|
2201
2201
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
2202
2202
|
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
@@ -2210,7 +2210,7 @@ def polybuild_transform_at_cursor(
|
|
|
2210
2210
|
"""Undocumented, consider contributing.
|
|
2211
2211
|
|
|
2212
2212
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2213
|
-
:type execution_context: str
|
|
2213
|
+
:type execution_context: typing.Union[str, int]
|
|
2214
2214
|
:type undo: bool
|
|
2215
2215
|
:param mirror: Mirror Editing
|
|
2216
2216
|
:type mirror: typing.Union[bool, typing.Any]
|
|
@@ -2234,7 +2234,7 @@ def polybuild_transform_at_cursor(
|
|
|
2234
2234
|
|
|
2235
2235
|
def polybuild_transform_at_cursor_move(
|
|
2236
2236
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2237
|
-
execution_context: str = None,
|
|
2237
|
+
execution_context: typing.Union[str, int] = None,
|
|
2238
2238
|
undo: bool = None,
|
|
2239
2239
|
MESH_OT_polybuild_transform_at_cursor: typing.Any = None,
|
|
2240
2240
|
TRANSFORM_OT_translate: typing.Any = None,
|
|
@@ -2242,7 +2242,7 @@ def polybuild_transform_at_cursor_move(
|
|
|
2242
2242
|
"""Undocumented, consider contributing.
|
|
2243
2243
|
|
|
2244
2244
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2245
|
-
:type execution_context: str
|
|
2245
|
+
:type execution_context: typing.Union[str, int]
|
|
2246
2246
|
:type undo: bool
|
|
2247
2247
|
:param MESH_OT_polybuild_transform_at_cursor: Poly Build Transform at Cursor
|
|
2248
2248
|
:type MESH_OT_polybuild_transform_at_cursor: typing.Any
|
|
@@ -2254,7 +2254,7 @@ def polybuild_transform_at_cursor_move(
|
|
|
2254
2254
|
|
|
2255
2255
|
def primitive_circle_add(
|
|
2256
2256
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2257
|
-
execution_context: str = None,
|
|
2257
|
+
execution_context: typing.Union[str, int] = None,
|
|
2258
2258
|
undo: bool = None,
|
|
2259
2259
|
vertices: typing.Any = 32,
|
|
2260
2260
|
radius: typing.Any = 1.0,
|
|
@@ -2269,7 +2269,7 @@ def primitive_circle_add(
|
|
|
2269
2269
|
"""Construct a circle mesh
|
|
2270
2270
|
|
|
2271
2271
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2272
|
-
:type execution_context: str
|
|
2272
|
+
:type execution_context: typing.Union[str, int]
|
|
2273
2273
|
:type undo: bool
|
|
2274
2274
|
:param vertices: Vertices
|
|
2275
2275
|
:type vertices: typing.Any
|
|
@@ -2313,7 +2313,7 @@ def primitive_circle_add(
|
|
|
2313
2313
|
|
|
2314
2314
|
def primitive_cone_add(
|
|
2315
2315
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2316
|
-
execution_context: str = None,
|
|
2316
|
+
execution_context: typing.Union[str, int] = None,
|
|
2317
2317
|
undo: bool = None,
|
|
2318
2318
|
vertices: typing.Any = 32,
|
|
2319
2319
|
radius1: typing.Any = 1.0,
|
|
@@ -2330,7 +2330,7 @@ def primitive_cone_add(
|
|
|
2330
2330
|
"""Construct a conic mesh
|
|
2331
2331
|
|
|
2332
2332
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2333
|
-
:type execution_context: str
|
|
2333
|
+
:type execution_context: typing.Union[str, int]
|
|
2334
2334
|
:type undo: bool
|
|
2335
2335
|
:param vertices: Vertices
|
|
2336
2336
|
:type vertices: typing.Any
|
|
@@ -2378,7 +2378,7 @@ def primitive_cone_add(
|
|
|
2378
2378
|
|
|
2379
2379
|
def primitive_cube_add(
|
|
2380
2380
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2381
|
-
execution_context: str = None,
|
|
2381
|
+
execution_context: typing.Union[str, int] = None,
|
|
2382
2382
|
undo: bool = None,
|
|
2383
2383
|
size: typing.Any = 2.0,
|
|
2384
2384
|
calc_uvs: typing.Union[bool, typing.Any] = True,
|
|
@@ -2391,7 +2391,7 @@ def primitive_cube_add(
|
|
|
2391
2391
|
"""Construct a cube mesh that consists of six square faces
|
|
2392
2392
|
|
|
2393
2393
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2394
|
-
:type execution_context: str
|
|
2394
|
+
:type execution_context: typing.Union[str, int]
|
|
2395
2395
|
:type undo: bool
|
|
2396
2396
|
:param size: Size
|
|
2397
2397
|
:type size: typing.Any
|
|
@@ -2422,7 +2422,7 @@ def primitive_cube_add(
|
|
|
2422
2422
|
|
|
2423
2423
|
def primitive_cube_add_gizmo(
|
|
2424
2424
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2425
|
-
execution_context: str = None,
|
|
2425
|
+
execution_context: typing.Union[str, int] = None,
|
|
2426
2426
|
undo: bool = None,
|
|
2427
2427
|
calc_uvs: typing.Union[bool, typing.Any] = True,
|
|
2428
2428
|
enter_editmode: typing.Union[bool, typing.Any] = False,
|
|
@@ -2440,7 +2440,7 @@ def primitive_cube_add_gizmo(
|
|
|
2440
2440
|
"""Construct a cube mesh
|
|
2441
2441
|
|
|
2442
2442
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2443
|
-
:type execution_context: str
|
|
2443
|
+
:type execution_context: typing.Union[str, int]
|
|
2444
2444
|
:type undo: bool
|
|
2445
2445
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2446
2446
|
:type calc_uvs: typing.Union[bool, typing.Any]
|
|
@@ -2471,7 +2471,7 @@ def primitive_cube_add_gizmo(
|
|
|
2471
2471
|
|
|
2472
2472
|
def primitive_cylinder_add(
|
|
2473
2473
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2474
|
-
execution_context: str = None,
|
|
2474
|
+
execution_context: typing.Union[str, int] = None,
|
|
2475
2475
|
undo: bool = None,
|
|
2476
2476
|
vertices: typing.Any = 32,
|
|
2477
2477
|
radius: typing.Any = 1.0,
|
|
@@ -2487,7 +2487,7 @@ def primitive_cylinder_add(
|
|
|
2487
2487
|
"""Construct a cylinder mesh
|
|
2488
2488
|
|
|
2489
2489
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2490
|
-
:type execution_context: str
|
|
2490
|
+
:type execution_context: typing.Union[str, int]
|
|
2491
2491
|
:type undo: bool
|
|
2492
2492
|
:param vertices: Vertices
|
|
2493
2493
|
:type vertices: typing.Any
|
|
@@ -2533,7 +2533,7 @@ def primitive_cylinder_add(
|
|
|
2533
2533
|
|
|
2534
2534
|
def primitive_grid_add(
|
|
2535
2535
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2536
|
-
execution_context: str = None,
|
|
2536
|
+
execution_context: typing.Union[str, int] = None,
|
|
2537
2537
|
undo: bool = None,
|
|
2538
2538
|
x_subdivisions: typing.Any = 10,
|
|
2539
2539
|
y_subdivisions: typing.Any = 10,
|
|
@@ -2548,7 +2548,7 @@ def primitive_grid_add(
|
|
|
2548
2548
|
"""Construct a subdivided plane mesh
|
|
2549
2549
|
|
|
2550
2550
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2551
|
-
:type execution_context: str
|
|
2551
|
+
:type execution_context: typing.Union[str, int]
|
|
2552
2552
|
:type undo: bool
|
|
2553
2553
|
:param x_subdivisions: X Subdivisions
|
|
2554
2554
|
:type x_subdivisions: typing.Any
|
|
@@ -2583,7 +2583,7 @@ def primitive_grid_add(
|
|
|
2583
2583
|
|
|
2584
2584
|
def primitive_ico_sphere_add(
|
|
2585
2585
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2586
|
-
execution_context: str = None,
|
|
2586
|
+
execution_context: typing.Union[str, int] = None,
|
|
2587
2587
|
undo: bool = None,
|
|
2588
2588
|
subdivisions: typing.Any = 2,
|
|
2589
2589
|
radius: typing.Any = 1.0,
|
|
@@ -2597,7 +2597,7 @@ def primitive_ico_sphere_add(
|
|
|
2597
2597
|
"""Construct a spherical mesh that consists of equally sized triangles
|
|
2598
2598
|
|
|
2599
2599
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2600
|
-
:type execution_context: str
|
|
2600
|
+
:type execution_context: typing.Union[str, int]
|
|
2601
2601
|
:type undo: bool
|
|
2602
2602
|
:param subdivisions: Subdivisions
|
|
2603
2603
|
:type subdivisions: typing.Any
|
|
@@ -2630,7 +2630,7 @@ def primitive_ico_sphere_add(
|
|
|
2630
2630
|
|
|
2631
2631
|
def primitive_monkey_add(
|
|
2632
2632
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2633
|
-
execution_context: str = None,
|
|
2633
|
+
execution_context: typing.Union[str, int] = None,
|
|
2634
2634
|
undo: bool = None,
|
|
2635
2635
|
size: typing.Any = 2.0,
|
|
2636
2636
|
calc_uvs: typing.Union[bool, typing.Any] = True,
|
|
@@ -2643,7 +2643,7 @@ def primitive_monkey_add(
|
|
|
2643
2643
|
"""Construct a Suzanne mesh
|
|
2644
2644
|
|
|
2645
2645
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2646
|
-
:type execution_context: str
|
|
2646
|
+
:type execution_context: typing.Union[str, int]
|
|
2647
2647
|
:type undo: bool
|
|
2648
2648
|
:param size: Size
|
|
2649
2649
|
:type size: typing.Any
|
|
@@ -2674,7 +2674,7 @@ def primitive_monkey_add(
|
|
|
2674
2674
|
|
|
2675
2675
|
def primitive_plane_add(
|
|
2676
2676
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2677
|
-
execution_context: str = None,
|
|
2677
|
+
execution_context: typing.Union[str, int] = None,
|
|
2678
2678
|
undo: bool = None,
|
|
2679
2679
|
size: typing.Any = 2.0,
|
|
2680
2680
|
calc_uvs: typing.Union[bool, typing.Any] = True,
|
|
@@ -2687,7 +2687,7 @@ def primitive_plane_add(
|
|
|
2687
2687
|
"""Construct a filled planar mesh with 4 vertices
|
|
2688
2688
|
|
|
2689
2689
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2690
|
-
:type execution_context: str
|
|
2690
|
+
:type execution_context: typing.Union[str, int]
|
|
2691
2691
|
:type undo: bool
|
|
2692
2692
|
:param size: Size
|
|
2693
2693
|
:type size: typing.Any
|
|
@@ -2718,7 +2718,7 @@ def primitive_plane_add(
|
|
|
2718
2718
|
|
|
2719
2719
|
def primitive_torus_add(
|
|
2720
2720
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2721
|
-
execution_context: str = None,
|
|
2721
|
+
execution_context: typing.Union[str, int] = None,
|
|
2722
2722
|
undo: bool = None,
|
|
2723
2723
|
align: typing.Any = "WORLD",
|
|
2724
2724
|
location: typing.Any = (0.0, 0.0, 0.0),
|
|
@@ -2735,7 +2735,7 @@ def primitive_torus_add(
|
|
|
2735
2735
|
"""Construct a torus mesh
|
|
2736
2736
|
|
|
2737
2737
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2738
|
-
:type execution_context: str
|
|
2738
|
+
:type execution_context: typing.Union[str, int]
|
|
2739
2739
|
:type undo: bool
|
|
2740
2740
|
:param align: Align
|
|
2741
2741
|
|
|
@@ -2780,7 +2780,7 @@ def primitive_torus_add(
|
|
|
2780
2780
|
|
|
2781
2781
|
def primitive_uv_sphere_add(
|
|
2782
2782
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2783
|
-
execution_context: str = None,
|
|
2783
|
+
execution_context: typing.Union[str, int] = None,
|
|
2784
2784
|
undo: bool = None,
|
|
2785
2785
|
segments: typing.Any = 32,
|
|
2786
2786
|
ring_count: typing.Any = 16,
|
|
@@ -2795,7 +2795,7 @@ def primitive_uv_sphere_add(
|
|
|
2795
2795
|
"""Construct a spherical mesh with quad faces, except for triangle faces at the top and bottom
|
|
2796
2796
|
|
|
2797
2797
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2798
|
-
:type execution_context: str
|
|
2798
|
+
:type execution_context: typing.Union[str, int]
|
|
2799
2799
|
:type undo: bool
|
|
2800
2800
|
:param segments: Segments
|
|
2801
2801
|
:type segments: typing.Any
|
|
@@ -2830,7 +2830,7 @@ def primitive_uv_sphere_add(
|
|
|
2830
2830
|
|
|
2831
2831
|
def quads_convert_to_tris(
|
|
2832
2832
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2833
|
-
execution_context: str = None,
|
|
2833
|
+
execution_context: typing.Union[str, int] = None,
|
|
2834
2834
|
undo: bool = None,
|
|
2835
2835
|
quad_method: typing.Union[str, int] = "BEAUTY",
|
|
2836
2836
|
ngon_method: typing.Union[str, int] = "BEAUTY",
|
|
@@ -2838,7 +2838,7 @@ def quads_convert_to_tris(
|
|
|
2838
2838
|
"""Triangulate selected faces
|
|
2839
2839
|
|
|
2840
2840
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2841
|
-
:type execution_context: str
|
|
2841
|
+
:type execution_context: typing.Union[str, int]
|
|
2842
2842
|
:type undo: bool
|
|
2843
2843
|
:param quad_method: Quad Method, Method for splitting the quads into triangles
|
|
2844
2844
|
:type quad_method: typing.Union[str, int]
|
|
@@ -2850,13 +2850,13 @@ def quads_convert_to_tris(
|
|
|
2850
2850
|
|
|
2851
2851
|
def region_to_loop(
|
|
2852
2852
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2853
|
-
execution_context: str = None,
|
|
2853
|
+
execution_context: typing.Union[str, int] = None,
|
|
2854
2854
|
undo: bool = None,
|
|
2855
2855
|
):
|
|
2856
2856
|
"""Select boundary edges around the selected faces
|
|
2857
2857
|
|
|
2858
2858
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2859
|
-
:type execution_context: str
|
|
2859
|
+
:type execution_context: typing.Union[str, int]
|
|
2860
2860
|
:type undo: bool
|
|
2861
2861
|
"""
|
|
2862
2862
|
|
|
@@ -2864,7 +2864,7 @@ def region_to_loop(
|
|
|
2864
2864
|
|
|
2865
2865
|
def remove_doubles(
|
|
2866
2866
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2867
|
-
execution_context: str = None,
|
|
2867
|
+
execution_context: typing.Union[str, int] = None,
|
|
2868
2868
|
undo: bool = None,
|
|
2869
2869
|
threshold: typing.Any = 0.0001,
|
|
2870
2870
|
use_unselected: typing.Union[bool, typing.Any] = False,
|
|
@@ -2873,7 +2873,7 @@ def remove_doubles(
|
|
|
2873
2873
|
"""Merge vertices based on their proximity
|
|
2874
2874
|
|
|
2875
2875
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2876
|
-
:type execution_context: str
|
|
2876
|
+
:type execution_context: typing.Union[str, int]
|
|
2877
2877
|
:type undo: bool
|
|
2878
2878
|
:param threshold: Merge Distance, Maximum distance between elements to merge
|
|
2879
2879
|
:type threshold: typing.Any
|
|
@@ -2887,14 +2887,14 @@ def remove_doubles(
|
|
|
2887
2887
|
|
|
2888
2888
|
def reveal(
|
|
2889
2889
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2890
|
-
execution_context: str = None,
|
|
2890
|
+
execution_context: typing.Union[str, int] = None,
|
|
2891
2891
|
undo: bool = None,
|
|
2892
2892
|
select: typing.Union[bool, typing.Any] = True,
|
|
2893
2893
|
):
|
|
2894
2894
|
"""Reveal all hidden vertices, edges and faces
|
|
2895
2895
|
|
|
2896
2896
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2897
|
-
:type execution_context: str
|
|
2897
|
+
:type execution_context: typing.Union[str, int]
|
|
2898
2898
|
:type undo: bool
|
|
2899
2899
|
:param select: Select
|
|
2900
2900
|
:type select: typing.Union[bool, typing.Any]
|
|
@@ -2904,7 +2904,7 @@ def reveal(
|
|
|
2904
2904
|
|
|
2905
2905
|
def rip(
|
|
2906
2906
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2907
|
-
execution_context: str = None,
|
|
2907
|
+
execution_context: typing.Union[str, int] = None,
|
|
2908
2908
|
undo: bool = None,
|
|
2909
2909
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
2910
2910
|
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
@@ -2919,7 +2919,7 @@ def rip(
|
|
|
2919
2919
|
"""Disconnect vertex or edges from connected geometry
|
|
2920
2920
|
|
|
2921
2921
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2922
|
-
:type execution_context: str
|
|
2922
|
+
:type execution_context: typing.Union[str, int]
|
|
2923
2923
|
:type undo: bool
|
|
2924
2924
|
:param mirror: Mirror Editing
|
|
2925
2925
|
:type mirror: typing.Union[bool, typing.Any]
|
|
@@ -2945,7 +2945,7 @@ def rip(
|
|
|
2945
2945
|
|
|
2946
2946
|
def rip_edge(
|
|
2947
2947
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2948
|
-
execution_context: str = None,
|
|
2948
|
+
execution_context: typing.Union[str, int] = None,
|
|
2949
2949
|
undo: bool = None,
|
|
2950
2950
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
2951
2951
|
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
@@ -2959,7 +2959,7 @@ def rip_edge(
|
|
|
2959
2959
|
"""Extend vertices along the edge closest to the cursor
|
|
2960
2960
|
|
|
2961
2961
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2962
|
-
:type execution_context: str
|
|
2962
|
+
:type execution_context: typing.Union[str, int]
|
|
2963
2963
|
:type undo: bool
|
|
2964
2964
|
:param mirror: Mirror Editing
|
|
2965
2965
|
:type mirror: typing.Union[bool, typing.Any]
|
|
@@ -2983,7 +2983,7 @@ def rip_edge(
|
|
|
2983
2983
|
|
|
2984
2984
|
def rip_edge_move(
|
|
2985
2985
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2986
|
-
execution_context: str = None,
|
|
2986
|
+
execution_context: typing.Union[str, int] = None,
|
|
2987
2987
|
undo: bool = None,
|
|
2988
2988
|
MESH_OT_rip_edge: typing.Any = None,
|
|
2989
2989
|
TRANSFORM_OT_translate: typing.Any = None,
|
|
@@ -2991,7 +2991,7 @@ def rip_edge_move(
|
|
|
2991
2991
|
"""Extend vertices and move the result
|
|
2992
2992
|
|
|
2993
2993
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2994
|
-
:type execution_context: str
|
|
2994
|
+
:type execution_context: typing.Union[str, int]
|
|
2995
2995
|
:type undo: bool
|
|
2996
2996
|
:param MESH_OT_rip_edge: Extend Vertices, Extend vertices along the edge closest to the cursor
|
|
2997
2997
|
:type MESH_OT_rip_edge: typing.Any
|
|
@@ -3003,7 +3003,7 @@ def rip_edge_move(
|
|
|
3003
3003
|
|
|
3004
3004
|
def rip_move(
|
|
3005
3005
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3006
|
-
execution_context: str = None,
|
|
3006
|
+
execution_context: typing.Union[str, int] = None,
|
|
3007
3007
|
undo: bool = None,
|
|
3008
3008
|
MESH_OT_rip: typing.Any = None,
|
|
3009
3009
|
TRANSFORM_OT_translate: typing.Any = None,
|
|
@@ -3011,7 +3011,7 @@ def rip_move(
|
|
|
3011
3011
|
"""Rip polygons and move the result
|
|
3012
3012
|
|
|
3013
3013
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3014
|
-
:type execution_context: str
|
|
3014
|
+
:type execution_context: typing.Union[str, int]
|
|
3015
3015
|
:type undo: bool
|
|
3016
3016
|
:param MESH_OT_rip: Rip, Disconnect vertex or edges from connected geometry
|
|
3017
3017
|
:type MESH_OT_rip: typing.Any
|
|
@@ -3023,7 +3023,7 @@ def rip_move(
|
|
|
3023
3023
|
|
|
3024
3024
|
def screw(
|
|
3025
3025
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3026
|
-
execution_context: str = None,
|
|
3026
|
+
execution_context: typing.Union[str, int] = None,
|
|
3027
3027
|
undo: bool = None,
|
|
3028
3028
|
steps: typing.Any = 9,
|
|
3029
3029
|
turns: typing.Any = 1,
|
|
@@ -3033,7 +3033,7 @@ def screw(
|
|
|
3033
3033
|
"""Extrude selected vertices in screw-shaped rotation around the cursor in indicated viewport
|
|
3034
3034
|
|
|
3035
3035
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3036
|
-
:type execution_context: str
|
|
3036
|
+
:type execution_context: typing.Union[str, int]
|
|
3037
3037
|
:type undo: bool
|
|
3038
3038
|
:param steps: Steps, Steps
|
|
3039
3039
|
:type steps: typing.Any
|
|
@@ -3049,14 +3049,14 @@ def screw(
|
|
|
3049
3049
|
|
|
3050
3050
|
def select_all(
|
|
3051
3051
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3052
|
-
execution_context: str = None,
|
|
3052
|
+
execution_context: typing.Union[str, int] = None,
|
|
3053
3053
|
undo: bool = None,
|
|
3054
3054
|
action: typing.Any = "TOGGLE",
|
|
3055
3055
|
):
|
|
3056
3056
|
"""(De)select all vertices, edges or faces
|
|
3057
3057
|
|
|
3058
3058
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3059
|
-
:type execution_context: str
|
|
3059
|
+
:type execution_context: typing.Union[str, int]
|
|
3060
3060
|
:type undo: bool
|
|
3061
3061
|
:param action: Action, Selection action to execute
|
|
3062
3062
|
|
|
@@ -3078,7 +3078,7 @@ def select_all(
|
|
|
3078
3078
|
|
|
3079
3079
|
def select_axis(
|
|
3080
3080
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3081
|
-
execution_context: str = None,
|
|
3081
|
+
execution_context: typing.Union[str, int] = None,
|
|
3082
3082
|
undo: bool = None,
|
|
3083
3083
|
orientation: typing.Union[str, int] = "LOCAL",
|
|
3084
3084
|
sign: typing.Any = "POS",
|
|
@@ -3088,7 +3088,7 @@ def select_axis(
|
|
|
3088
3088
|
"""Select all data in the mesh on a single axis
|
|
3089
3089
|
|
|
3090
3090
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3091
|
-
:type execution_context: str
|
|
3091
|
+
:type execution_context: typing.Union[str, int]
|
|
3092
3092
|
:type undo: bool
|
|
3093
3093
|
:param orientation: Axis Mode, Axis orientation
|
|
3094
3094
|
:type orientation: typing.Union[str, int]
|
|
@@ -3104,13 +3104,13 @@ def select_axis(
|
|
|
3104
3104
|
|
|
3105
3105
|
def select_by_attribute(
|
|
3106
3106
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3107
|
-
execution_context: str = None,
|
|
3107
|
+
execution_context: typing.Union[str, int] = None,
|
|
3108
3108
|
undo: bool = None,
|
|
3109
3109
|
):
|
|
3110
3110
|
"""Select elements based on the active boolean attribute
|
|
3111
3111
|
|
|
3112
3112
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3113
|
-
:type execution_context: str
|
|
3113
|
+
:type execution_context: typing.Union[str, int]
|
|
3114
3114
|
:type undo: bool
|
|
3115
3115
|
"""
|
|
3116
3116
|
|
|
@@ -3118,7 +3118,7 @@ def select_by_attribute(
|
|
|
3118
3118
|
|
|
3119
3119
|
def select_face_by_sides(
|
|
3120
3120
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3121
|
-
execution_context: str = None,
|
|
3121
|
+
execution_context: typing.Union[str, int] = None,
|
|
3122
3122
|
undo: bool = None,
|
|
3123
3123
|
number: typing.Any = 4,
|
|
3124
3124
|
type: typing.Any = "EQUAL",
|
|
@@ -3127,7 +3127,7 @@ def select_face_by_sides(
|
|
|
3127
3127
|
"""Select vertices or faces by the number of face sides
|
|
3128
3128
|
|
|
3129
3129
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3130
|
-
:type execution_context: str
|
|
3130
|
+
:type execution_context: typing.Union[str, int]
|
|
3131
3131
|
:type undo: bool
|
|
3132
3132
|
:param number: Number of Vertices
|
|
3133
3133
|
:type number: typing.Any
|
|
@@ -3141,13 +3141,13 @@ def select_face_by_sides(
|
|
|
3141
3141
|
|
|
3142
3142
|
def select_interior_faces(
|
|
3143
3143
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3144
|
-
execution_context: str = None,
|
|
3144
|
+
execution_context: typing.Union[str, int] = None,
|
|
3145
3145
|
undo: bool = None,
|
|
3146
3146
|
):
|
|
3147
3147
|
"""Select faces where all edges have more than 2 face users
|
|
3148
3148
|
|
|
3149
3149
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3150
|
-
:type execution_context: str
|
|
3150
|
+
:type execution_context: typing.Union[str, int]
|
|
3151
3151
|
:type undo: bool
|
|
3152
3152
|
"""
|
|
3153
3153
|
|
|
@@ -3155,14 +3155,14 @@ def select_interior_faces(
|
|
|
3155
3155
|
|
|
3156
3156
|
def select_less(
|
|
3157
3157
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3158
|
-
execution_context: str = None,
|
|
3158
|
+
execution_context: typing.Union[str, int] = None,
|
|
3159
3159
|
undo: bool = None,
|
|
3160
3160
|
use_face_step: typing.Union[bool, typing.Any] = True,
|
|
3161
3161
|
):
|
|
3162
3162
|
"""Deselect vertices, edges or faces at the boundary of each selection region
|
|
3163
3163
|
|
|
3164
3164
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3165
|
-
:type execution_context: str
|
|
3165
|
+
:type execution_context: typing.Union[str, int]
|
|
3166
3166
|
:type undo: bool
|
|
3167
3167
|
:param use_face_step: Face Step, Connected faces (instead of edges)
|
|
3168
3168
|
:type use_face_step: typing.Union[bool, typing.Any]
|
|
@@ -3172,14 +3172,14 @@ def select_less(
|
|
|
3172
3172
|
|
|
3173
3173
|
def select_linked(
|
|
3174
3174
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3175
|
-
execution_context: str = None,
|
|
3175
|
+
execution_context: typing.Union[str, int] = None,
|
|
3176
3176
|
undo: bool = None,
|
|
3177
3177
|
delimit: typing.Any = {'"SEAM"'},
|
|
3178
3178
|
):
|
|
3179
3179
|
"""Select all vertices connected to the current selection
|
|
3180
3180
|
|
|
3181
3181
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3182
|
-
:type execution_context: str
|
|
3182
|
+
:type execution_context: typing.Union[str, int]
|
|
3183
3183
|
:type undo: bool
|
|
3184
3184
|
:param delimit: Delimit, Delimit selected region
|
|
3185
3185
|
:type delimit: typing.Any
|
|
@@ -3189,7 +3189,7 @@ def select_linked(
|
|
|
3189
3189
|
|
|
3190
3190
|
def select_linked_pick(
|
|
3191
3191
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3192
|
-
execution_context: str = None,
|
|
3192
|
+
execution_context: typing.Union[str, int] = None,
|
|
3193
3193
|
undo: bool = None,
|
|
3194
3194
|
deselect: typing.Union[bool, typing.Any] = False,
|
|
3195
3195
|
delimit: typing.Any = {'"SEAM"'},
|
|
@@ -3199,7 +3199,7 @@ def select_linked_pick(
|
|
|
3199
3199
|
"""(De)select all vertices linked to the edge under the mouse cursor
|
|
3200
3200
|
|
|
3201
3201
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3202
|
-
:type execution_context: str
|
|
3202
|
+
:type execution_context: typing.Union[str, int]
|
|
3203
3203
|
:type undo: bool
|
|
3204
3204
|
:param deselect: Deselect
|
|
3205
3205
|
:type deselect: typing.Union[bool, typing.Any]
|
|
@@ -3213,14 +3213,14 @@ def select_linked_pick(
|
|
|
3213
3213
|
|
|
3214
3214
|
def select_loose(
|
|
3215
3215
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3216
|
-
execution_context: str = None,
|
|
3216
|
+
execution_context: typing.Union[str, int] = None,
|
|
3217
3217
|
undo: bool = None,
|
|
3218
3218
|
extend: typing.Union[bool, typing.Any] = False,
|
|
3219
3219
|
):
|
|
3220
3220
|
"""Select loose geometry based on the selection mode
|
|
3221
3221
|
|
|
3222
3222
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3223
|
-
:type execution_context: str
|
|
3223
|
+
:type execution_context: typing.Union[str, int]
|
|
3224
3224
|
:type undo: bool
|
|
3225
3225
|
:param extend: Extend, Extend the selection
|
|
3226
3226
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -3230,7 +3230,7 @@ def select_loose(
|
|
|
3230
3230
|
|
|
3231
3231
|
def select_mirror(
|
|
3232
3232
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3233
|
-
execution_context: str = None,
|
|
3233
|
+
execution_context: typing.Union[str, int] = None,
|
|
3234
3234
|
undo: bool = None,
|
|
3235
3235
|
axis: typing.Any = {'"X"'},
|
|
3236
3236
|
extend: typing.Union[bool, typing.Any] = False,
|
|
@@ -3238,7 +3238,7 @@ def select_mirror(
|
|
|
3238
3238
|
"""Select mesh items at mirrored locations
|
|
3239
3239
|
|
|
3240
3240
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3241
|
-
:type execution_context: str
|
|
3241
|
+
:type execution_context: typing.Union[str, int]
|
|
3242
3242
|
:type undo: bool
|
|
3243
3243
|
:param axis: Axis
|
|
3244
3244
|
:type axis: typing.Any
|
|
@@ -3250,7 +3250,7 @@ def select_mirror(
|
|
|
3250
3250
|
|
|
3251
3251
|
def select_mode(
|
|
3252
3252
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3253
|
-
execution_context: str = None,
|
|
3253
|
+
execution_context: typing.Union[str, int] = None,
|
|
3254
3254
|
undo: bool = None,
|
|
3255
3255
|
use_extend: typing.Union[bool, typing.Any] = False,
|
|
3256
3256
|
use_expand: typing.Union[bool, typing.Any] = False,
|
|
@@ -3260,7 +3260,7 @@ def select_mode(
|
|
|
3260
3260
|
"""Change selection mode
|
|
3261
3261
|
|
|
3262
3262
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3263
|
-
:type execution_context: str
|
|
3263
|
+
:type execution_context: typing.Union[str, int]
|
|
3264
3264
|
:type undo: bool
|
|
3265
3265
|
:param use_extend: Extend
|
|
3266
3266
|
:type use_extend: typing.Union[bool, typing.Any]
|
|
@@ -3285,14 +3285,14 @@ def select_mode(
|
|
|
3285
3285
|
|
|
3286
3286
|
def select_more(
|
|
3287
3287
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3288
|
-
execution_context: str = None,
|
|
3288
|
+
execution_context: typing.Union[str, int] = None,
|
|
3289
3289
|
undo: bool = None,
|
|
3290
3290
|
use_face_step: typing.Union[bool, typing.Any] = True,
|
|
3291
3291
|
):
|
|
3292
3292
|
"""Select more vertices, edges or faces connected to initial selection
|
|
3293
3293
|
|
|
3294
3294
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3295
|
-
:type execution_context: str
|
|
3295
|
+
:type execution_context: typing.Union[str, int]
|
|
3296
3296
|
:type undo: bool
|
|
3297
3297
|
:param use_face_step: Face Step, Connected faces (instead of edges)
|
|
3298
3298
|
:type use_face_step: typing.Union[bool, typing.Any]
|
|
@@ -3302,13 +3302,13 @@ def select_more(
|
|
|
3302
3302
|
|
|
3303
3303
|
def select_next_item(
|
|
3304
3304
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3305
|
-
execution_context: str = None,
|
|
3305
|
+
execution_context: typing.Union[str, int] = None,
|
|
3306
3306
|
undo: bool = None,
|
|
3307
3307
|
):
|
|
3308
3308
|
"""Select the next element (using selection order)
|
|
3309
3309
|
|
|
3310
3310
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3311
|
-
:type execution_context: str
|
|
3311
|
+
:type execution_context: typing.Union[str, int]
|
|
3312
3312
|
:type undo: bool
|
|
3313
3313
|
"""
|
|
3314
3314
|
|
|
@@ -3316,7 +3316,7 @@ def select_next_item(
|
|
|
3316
3316
|
|
|
3317
3317
|
def select_non_manifold(
|
|
3318
3318
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3319
|
-
execution_context: str = None,
|
|
3319
|
+
execution_context: typing.Union[str, int] = None,
|
|
3320
3320
|
undo: bool = None,
|
|
3321
3321
|
extend: typing.Union[bool, typing.Any] = True,
|
|
3322
3322
|
use_wire: typing.Union[bool, typing.Any] = True,
|
|
@@ -3328,7 +3328,7 @@ def select_non_manifold(
|
|
|
3328
3328
|
"""Select all non-manifold vertices or edges
|
|
3329
3329
|
|
|
3330
3330
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3331
|
-
:type execution_context: str
|
|
3331
|
+
:type execution_context: typing.Union[str, int]
|
|
3332
3332
|
:type undo: bool
|
|
3333
3333
|
:param extend: Extend, Extend the selection
|
|
3334
3334
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -3348,7 +3348,7 @@ def select_non_manifold(
|
|
|
3348
3348
|
|
|
3349
3349
|
def select_nth(
|
|
3350
3350
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3351
|
-
execution_context: str = None,
|
|
3351
|
+
execution_context: typing.Union[str, int] = None,
|
|
3352
3352
|
undo: bool = None,
|
|
3353
3353
|
skip: typing.Any = 1,
|
|
3354
3354
|
nth: typing.Any = 1,
|
|
@@ -3357,7 +3357,7 @@ def select_nth(
|
|
|
3357
3357
|
"""Deselect every Nth element starting from the active vertex, edge or face
|
|
3358
3358
|
|
|
3359
3359
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3360
|
-
:type execution_context: str
|
|
3360
|
+
:type execution_context: typing.Union[str, int]
|
|
3361
3361
|
:type undo: bool
|
|
3362
3362
|
:param skip: Deselected, Number of deselected elements in the repetitive sequence
|
|
3363
3363
|
:type skip: typing.Any
|
|
@@ -3371,13 +3371,13 @@ def select_nth(
|
|
|
3371
3371
|
|
|
3372
3372
|
def select_prev_item(
|
|
3373
3373
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3374
|
-
execution_context: str = None,
|
|
3374
|
+
execution_context: typing.Union[str, int] = None,
|
|
3375
3375
|
undo: bool = None,
|
|
3376
3376
|
):
|
|
3377
3377
|
"""Select the previous element (using selection order)
|
|
3378
3378
|
|
|
3379
3379
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3380
|
-
:type execution_context: str
|
|
3380
|
+
:type execution_context: typing.Union[str, int]
|
|
3381
3381
|
:type undo: bool
|
|
3382
3382
|
"""
|
|
3383
3383
|
|
|
@@ -3385,7 +3385,7 @@ def select_prev_item(
|
|
|
3385
3385
|
|
|
3386
3386
|
def select_random(
|
|
3387
3387
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3388
|
-
execution_context: str = None,
|
|
3388
|
+
execution_context: typing.Union[str, int] = None,
|
|
3389
3389
|
undo: bool = None,
|
|
3390
3390
|
ratio: typing.Any = 0.5,
|
|
3391
3391
|
seed: typing.Any = 0,
|
|
@@ -3394,7 +3394,7 @@ def select_random(
|
|
|
3394
3394
|
"""Randomly select vertices
|
|
3395
3395
|
|
|
3396
3396
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3397
|
-
:type execution_context: str
|
|
3397
|
+
:type execution_context: typing.Union[str, int]
|
|
3398
3398
|
:type undo: bool
|
|
3399
3399
|
:param ratio: Ratio, Portion of items to select randomly
|
|
3400
3400
|
:type ratio: typing.Any
|
|
@@ -3414,7 +3414,7 @@ def select_random(
|
|
|
3414
3414
|
|
|
3415
3415
|
def select_similar(
|
|
3416
3416
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3417
|
-
execution_context: str = None,
|
|
3417
|
+
execution_context: typing.Union[str, int] = None,
|
|
3418
3418
|
undo: bool = None,
|
|
3419
3419
|
type: typing.Any = "VERT_NORMAL",
|
|
3420
3420
|
compare: typing.Any = "EQUAL",
|
|
@@ -3423,7 +3423,7 @@ def select_similar(
|
|
|
3423
3423
|
"""Select similar vertices, edges or faces by property types
|
|
3424
3424
|
|
|
3425
3425
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3426
|
-
:type execution_context: str
|
|
3426
|
+
:type execution_context: typing.Union[str, int]
|
|
3427
3427
|
:type undo: bool
|
|
3428
3428
|
:param type: Type
|
|
3429
3429
|
:type type: typing.Any
|
|
@@ -3437,13 +3437,13 @@ def select_similar(
|
|
|
3437
3437
|
|
|
3438
3438
|
def select_similar_region(
|
|
3439
3439
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3440
|
-
execution_context: str = None,
|
|
3440
|
+
execution_context: typing.Union[str, int] = None,
|
|
3441
3441
|
undo: bool = None,
|
|
3442
3442
|
):
|
|
3443
3443
|
"""Select similar face regions to the current selection
|
|
3444
3444
|
|
|
3445
3445
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3446
|
-
:type execution_context: str
|
|
3446
|
+
:type execution_context: typing.Union[str, int]
|
|
3447
3447
|
:type undo: bool
|
|
3448
3448
|
"""
|
|
3449
3449
|
|
|
@@ -3451,14 +3451,14 @@ def select_similar_region(
|
|
|
3451
3451
|
|
|
3452
3452
|
def select_ungrouped(
|
|
3453
3453
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3454
|
-
execution_context: str = None,
|
|
3454
|
+
execution_context: typing.Union[str, int] = None,
|
|
3455
3455
|
undo: bool = None,
|
|
3456
3456
|
extend: typing.Union[bool, typing.Any] = False,
|
|
3457
3457
|
):
|
|
3458
3458
|
"""Select vertices without a group
|
|
3459
3459
|
|
|
3460
3460
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3461
|
-
:type execution_context: str
|
|
3461
|
+
:type execution_context: typing.Union[str, int]
|
|
3462
3462
|
:type undo: bool
|
|
3463
3463
|
:param extend: Extend, Extend the selection
|
|
3464
3464
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -3468,14 +3468,14 @@ def select_ungrouped(
|
|
|
3468
3468
|
|
|
3469
3469
|
def separate(
|
|
3470
3470
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3471
|
-
execution_context: str = None,
|
|
3471
|
+
execution_context: typing.Union[str, int] = None,
|
|
3472
3472
|
undo: bool = None,
|
|
3473
3473
|
type: typing.Any = "SELECTED",
|
|
3474
3474
|
):
|
|
3475
3475
|
"""Separate selected geometry into a new mesh
|
|
3476
3476
|
|
|
3477
3477
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3478
|
-
:type execution_context: str
|
|
3478
|
+
:type execution_context: typing.Union[str, int]
|
|
3479
3479
|
:type undo: bool
|
|
3480
3480
|
:param type: Type
|
|
3481
3481
|
:type type: typing.Any
|
|
@@ -3485,14 +3485,14 @@ def separate(
|
|
|
3485
3485
|
|
|
3486
3486
|
def set_normals_from_faces(
|
|
3487
3487
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3488
|
-
execution_context: str = None,
|
|
3488
|
+
execution_context: typing.Union[str, int] = None,
|
|
3489
3489
|
undo: bool = None,
|
|
3490
3490
|
keep_sharp: typing.Union[bool, typing.Any] = False,
|
|
3491
3491
|
):
|
|
3492
3492
|
"""Set the custom normals from the selected faces ones
|
|
3493
3493
|
|
|
3494
3494
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3495
|
-
:type execution_context: str
|
|
3495
|
+
:type execution_context: typing.Union[str, int]
|
|
3496
3496
|
:type undo: bool
|
|
3497
3497
|
:param keep_sharp: Keep Sharp Edges, Do not set sharp edges to face
|
|
3498
3498
|
:type keep_sharp: typing.Union[bool, typing.Any]
|
|
@@ -3502,7 +3502,7 @@ def set_normals_from_faces(
|
|
|
3502
3502
|
|
|
3503
3503
|
def set_sharpness_by_angle(
|
|
3504
3504
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3505
|
-
execution_context: str = None,
|
|
3505
|
+
execution_context: typing.Union[str, int] = None,
|
|
3506
3506
|
undo: bool = None,
|
|
3507
3507
|
angle: typing.Any = 0.523599,
|
|
3508
3508
|
extend: typing.Union[bool, typing.Any] = False,
|
|
@@ -3510,7 +3510,7 @@ def set_sharpness_by_angle(
|
|
|
3510
3510
|
"""Set edge sharpness based on the angle between neighboring faces
|
|
3511
3511
|
|
|
3512
3512
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3513
|
-
:type execution_context: str
|
|
3513
|
+
:type execution_context: typing.Union[str, int]
|
|
3514
3514
|
:type undo: bool
|
|
3515
3515
|
:param angle: Angle
|
|
3516
3516
|
:type angle: typing.Any
|
|
@@ -3522,13 +3522,13 @@ def set_sharpness_by_angle(
|
|
|
3522
3522
|
|
|
3523
3523
|
def shape_propagate_to_all(
|
|
3524
3524
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3525
|
-
execution_context: str = None,
|
|
3525
|
+
execution_context: typing.Union[str, int] = None,
|
|
3526
3526
|
undo: bool = None,
|
|
3527
3527
|
):
|
|
3528
3528
|
"""Apply selected vertex locations to all other shape keys
|
|
3529
3529
|
|
|
3530
3530
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3531
|
-
:type execution_context: str
|
|
3531
|
+
:type execution_context: typing.Union[str, int]
|
|
3532
3532
|
:type undo: bool
|
|
3533
3533
|
"""
|
|
3534
3534
|
|
|
@@ -3536,7 +3536,7 @@ def shape_propagate_to_all(
|
|
|
3536
3536
|
|
|
3537
3537
|
def shortest_path_pick(
|
|
3538
3538
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3539
|
-
execution_context: str = None,
|
|
3539
|
+
execution_context: typing.Union[str, int] = None,
|
|
3540
3540
|
undo: bool = None,
|
|
3541
3541
|
edge_mode: typing.Any = "SELECT",
|
|
3542
3542
|
use_face_step: typing.Union[bool, typing.Any] = False,
|
|
@@ -3550,7 +3550,7 @@ def shortest_path_pick(
|
|
|
3550
3550
|
"""Select shortest path between two selections
|
|
3551
3551
|
|
|
3552
3552
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3553
|
-
:type execution_context: str
|
|
3553
|
+
:type execution_context: typing.Union[str, int]
|
|
3554
3554
|
:type undo: bool
|
|
3555
3555
|
:param edge_mode: Edge Tag, The edge flag to tag when selecting the shortest path
|
|
3556
3556
|
:type edge_mode: typing.Any
|
|
@@ -3573,7 +3573,7 @@ def shortest_path_pick(
|
|
|
3573
3573
|
|
|
3574
3574
|
def shortest_path_select(
|
|
3575
3575
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3576
|
-
execution_context: str = None,
|
|
3576
|
+
execution_context: typing.Union[str, int] = None,
|
|
3577
3577
|
undo: bool = None,
|
|
3578
3578
|
edge_mode: typing.Any = "SELECT",
|
|
3579
3579
|
use_face_step: typing.Union[bool, typing.Any] = False,
|
|
@@ -3586,7 +3586,7 @@ def shortest_path_select(
|
|
|
3586
3586
|
"""Selected shortest path between two vertices/edges/faces
|
|
3587
3587
|
|
|
3588
3588
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3589
|
-
:type execution_context: str
|
|
3589
|
+
:type execution_context: typing.Union[str, int]
|
|
3590
3590
|
:type undo: bool
|
|
3591
3591
|
:param edge_mode: Edge Tag, The edge flag to tag when selecting the shortest path
|
|
3592
3592
|
:type edge_mode: typing.Any
|
|
@@ -3608,14 +3608,14 @@ def shortest_path_select(
|
|
|
3608
3608
|
|
|
3609
3609
|
def smooth_normals(
|
|
3610
3610
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3611
|
-
execution_context: str = None,
|
|
3611
|
+
execution_context: typing.Union[str, int] = None,
|
|
3612
3612
|
undo: bool = None,
|
|
3613
3613
|
factor: typing.Any = 0.5,
|
|
3614
3614
|
):
|
|
3615
3615
|
"""Smooth custom normals based on adjacent vertex normals
|
|
3616
3616
|
|
|
3617
3617
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3618
|
-
:type execution_context: str
|
|
3618
|
+
:type execution_context: typing.Union[str, int]
|
|
3619
3619
|
:type undo: bool
|
|
3620
3620
|
:param factor: Factor, Specifies weight of smooth vs original normal
|
|
3621
3621
|
:type factor: typing.Any
|
|
@@ -3625,14 +3625,14 @@ def smooth_normals(
|
|
|
3625
3625
|
|
|
3626
3626
|
def solidify(
|
|
3627
3627
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3628
|
-
execution_context: str = None,
|
|
3628
|
+
execution_context: typing.Union[str, int] = None,
|
|
3629
3629
|
undo: bool = None,
|
|
3630
3630
|
thickness: typing.Any = 0.01,
|
|
3631
3631
|
):
|
|
3632
3632
|
"""Create a solid skin by extruding, compensating for sharp angles
|
|
3633
3633
|
|
|
3634
3634
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3635
|
-
:type execution_context: str
|
|
3635
|
+
:type execution_context: typing.Union[str, int]
|
|
3636
3636
|
:type undo: bool
|
|
3637
3637
|
:param thickness: Thickness
|
|
3638
3638
|
:type thickness: typing.Any
|
|
@@ -3642,7 +3642,7 @@ def solidify(
|
|
|
3642
3642
|
|
|
3643
3643
|
def sort_elements(
|
|
3644
3644
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3645
|
-
execution_context: str = None,
|
|
3645
|
+
execution_context: typing.Union[str, int] = None,
|
|
3646
3646
|
undo: bool = None,
|
|
3647
3647
|
type: typing.Any = "VIEW_ZAXIS",
|
|
3648
3648
|
elements: typing.Any = {'"VERT"'},
|
|
@@ -3652,7 +3652,7 @@ def sort_elements(
|
|
|
3652
3652
|
"""The order of selected vertices/edges/faces is modified, based on a given method
|
|
3653
3653
|
|
|
3654
3654
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3655
|
-
:type execution_context: str
|
|
3655
|
+
:type execution_context: typing.Union[str, int]
|
|
3656
3656
|
:type undo: bool
|
|
3657
3657
|
:param type: Type, Type of reordering operation to apply
|
|
3658
3658
|
|
|
@@ -3690,7 +3690,7 @@ def sort_elements(
|
|
|
3690
3690
|
|
|
3691
3691
|
def spin(
|
|
3692
3692
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3693
|
-
execution_context: str = None,
|
|
3693
|
+
execution_context: typing.Union[str, int] = None,
|
|
3694
3694
|
undo: bool = None,
|
|
3695
3695
|
steps: typing.Any = 12,
|
|
3696
3696
|
dupli: typing.Union[bool, typing.Any] = False,
|
|
@@ -3703,7 +3703,7 @@ def spin(
|
|
|
3703
3703
|
"""Extrude selected vertices in a circle around the cursor in indicated viewport
|
|
3704
3704
|
|
|
3705
3705
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3706
|
-
:type execution_context: str
|
|
3706
|
+
:type execution_context: typing.Union[str, int]
|
|
3707
3707
|
:type undo: bool
|
|
3708
3708
|
:param steps: Steps, Steps
|
|
3709
3709
|
:type steps: typing.Any
|
|
@@ -3725,13 +3725,13 @@ def spin(
|
|
|
3725
3725
|
|
|
3726
3726
|
def split(
|
|
3727
3727
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3728
|
-
execution_context: str = None,
|
|
3728
|
+
execution_context: typing.Union[str, int] = None,
|
|
3729
3729
|
undo: bool = None,
|
|
3730
3730
|
):
|
|
3731
3731
|
"""Split off selected geometry from connected unselected geometry
|
|
3732
3732
|
|
|
3733
3733
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3734
|
-
:type execution_context: str
|
|
3734
|
+
:type execution_context: typing.Union[str, int]
|
|
3735
3735
|
:type undo: bool
|
|
3736
3736
|
"""
|
|
3737
3737
|
|
|
@@ -3739,13 +3739,13 @@ def split(
|
|
|
3739
3739
|
|
|
3740
3740
|
def split_normals(
|
|
3741
3741
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3742
|
-
execution_context: str = None,
|
|
3742
|
+
execution_context: typing.Union[str, int] = None,
|
|
3743
3743
|
undo: bool = None,
|
|
3744
3744
|
):
|
|
3745
3745
|
"""Split custom normals of selected vertices
|
|
3746
3746
|
|
|
3747
3747
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3748
|
-
:type execution_context: str
|
|
3748
|
+
:type execution_context: typing.Union[str, int]
|
|
3749
3749
|
:type undo: bool
|
|
3750
3750
|
"""
|
|
3751
3751
|
|
|
@@ -3753,7 +3753,7 @@ def split_normals(
|
|
|
3753
3753
|
|
|
3754
3754
|
def subdivide(
|
|
3755
3755
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3756
|
-
execution_context: str = None,
|
|
3756
|
+
execution_context: typing.Union[str, int] = None,
|
|
3757
3757
|
undo: bool = None,
|
|
3758
3758
|
number_cuts: typing.Any = 1,
|
|
3759
3759
|
smoothness: typing.Any = 0.0,
|
|
@@ -3766,7 +3766,7 @@ def subdivide(
|
|
|
3766
3766
|
"""Subdivide selected edges
|
|
3767
3767
|
|
|
3768
3768
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3769
|
-
:type execution_context: str
|
|
3769
|
+
:type execution_context: typing.Union[str, int]
|
|
3770
3770
|
:type undo: bool
|
|
3771
3771
|
:param number_cuts: Number of Cuts
|
|
3772
3772
|
:type number_cuts: typing.Any
|
|
@@ -3788,7 +3788,7 @@ def subdivide(
|
|
|
3788
3788
|
|
|
3789
3789
|
def subdivide_edgering(
|
|
3790
3790
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3791
|
-
execution_context: str = None,
|
|
3791
|
+
execution_context: typing.Union[str, int] = None,
|
|
3792
3792
|
undo: bool = None,
|
|
3793
3793
|
number_cuts: typing.Any = 10,
|
|
3794
3794
|
interpolation: typing.Any = "PATH",
|
|
@@ -3799,7 +3799,7 @@ def subdivide_edgering(
|
|
|
3799
3799
|
"""Subdivide perpendicular edges to the selected edge-ring
|
|
3800
3800
|
|
|
3801
3801
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3802
|
-
:type execution_context: str
|
|
3802
|
+
:type execution_context: typing.Union[str, int]
|
|
3803
3803
|
:type undo: bool
|
|
3804
3804
|
:param number_cuts: Number of Cuts
|
|
3805
3805
|
:type number_cuts: typing.Any
|
|
@@ -3817,7 +3817,7 @@ def subdivide_edgering(
|
|
|
3817
3817
|
|
|
3818
3818
|
def symmetrize(
|
|
3819
3819
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3820
|
-
execution_context: str = None,
|
|
3820
|
+
execution_context: typing.Union[str, int] = None,
|
|
3821
3821
|
undo: bool = None,
|
|
3822
3822
|
direction: typing.Union[str, int] = "NEGATIVE_X",
|
|
3823
3823
|
threshold: typing.Any = 0.0001,
|
|
@@ -3825,7 +3825,7 @@ def symmetrize(
|
|
|
3825
3825
|
"""Enforce symmetry (both form and topological) across an axis
|
|
3826
3826
|
|
|
3827
3827
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3828
|
-
:type execution_context: str
|
|
3828
|
+
:type execution_context: typing.Union[str, int]
|
|
3829
3829
|
:type undo: bool
|
|
3830
3830
|
:param direction: Direction, Which sides to copy from and to
|
|
3831
3831
|
:type direction: typing.Union[str, int]
|
|
@@ -3837,7 +3837,7 @@ def symmetrize(
|
|
|
3837
3837
|
|
|
3838
3838
|
def symmetry_snap(
|
|
3839
3839
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3840
|
-
execution_context: str = None,
|
|
3840
|
+
execution_context: typing.Union[str, int] = None,
|
|
3841
3841
|
undo: bool = None,
|
|
3842
3842
|
direction: typing.Union[str, int] = "NEGATIVE_X",
|
|
3843
3843
|
threshold: typing.Any = 0.05,
|
|
@@ -3847,7 +3847,7 @@ def symmetry_snap(
|
|
|
3847
3847
|
"""Snap vertex pairs to their mirrored locations
|
|
3848
3848
|
|
|
3849
3849
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3850
|
-
:type execution_context: str
|
|
3850
|
+
:type execution_context: typing.Union[str, int]
|
|
3851
3851
|
:type undo: bool
|
|
3852
3852
|
:param direction: Direction, Which sides to copy from and to
|
|
3853
3853
|
:type direction: typing.Union[str, int]
|
|
@@ -3863,7 +3863,7 @@ def symmetry_snap(
|
|
|
3863
3863
|
|
|
3864
3864
|
def tris_convert_to_quads(
|
|
3865
3865
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3866
|
-
execution_context: str = None,
|
|
3866
|
+
execution_context: typing.Union[str, int] = None,
|
|
3867
3867
|
undo: bool = None,
|
|
3868
3868
|
face_threshold: typing.Any = 0.698132,
|
|
3869
3869
|
shape_threshold: typing.Any = 0.698132,
|
|
@@ -3876,7 +3876,7 @@ def tris_convert_to_quads(
|
|
|
3876
3876
|
"""Join triangles into quads
|
|
3877
3877
|
|
|
3878
3878
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3879
|
-
:type execution_context: str
|
|
3879
|
+
:type execution_context: typing.Union[str, int]
|
|
3880
3880
|
:type undo: bool
|
|
3881
3881
|
:param face_threshold: Max Face Angle, Face angle limit
|
|
3882
3882
|
:type face_threshold: typing.Any
|
|
@@ -3898,14 +3898,14 @@ def tris_convert_to_quads(
|
|
|
3898
3898
|
|
|
3899
3899
|
def unsubdivide(
|
|
3900
3900
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3901
|
-
execution_context: str = None,
|
|
3901
|
+
execution_context: typing.Union[str, int] = None,
|
|
3902
3902
|
undo: bool = None,
|
|
3903
3903
|
iterations: typing.Any = 2,
|
|
3904
3904
|
):
|
|
3905
3905
|
"""Un-subdivide selected edges and faces
|
|
3906
3906
|
|
|
3907
3907
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3908
|
-
:type execution_context: str
|
|
3908
|
+
:type execution_context: typing.Union[str, int]
|
|
3909
3909
|
:type undo: bool
|
|
3910
3910
|
:param iterations: Iterations, Number of times to un-subdivide
|
|
3911
3911
|
:type iterations: typing.Any
|
|
@@ -3915,13 +3915,13 @@ def unsubdivide(
|
|
|
3915
3915
|
|
|
3916
3916
|
def uv_texture_add(
|
|
3917
3917
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3918
|
-
execution_context: str = None,
|
|
3918
|
+
execution_context: typing.Union[str, int] = None,
|
|
3919
3919
|
undo: bool = None,
|
|
3920
3920
|
):
|
|
3921
3921
|
"""Add UV map
|
|
3922
3922
|
|
|
3923
3923
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3924
|
-
:type execution_context: str
|
|
3924
|
+
:type execution_context: typing.Union[str, int]
|
|
3925
3925
|
:type undo: bool
|
|
3926
3926
|
"""
|
|
3927
3927
|
|
|
@@ -3929,13 +3929,13 @@ def uv_texture_add(
|
|
|
3929
3929
|
|
|
3930
3930
|
def uv_texture_remove(
|
|
3931
3931
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3932
|
-
execution_context: str = None,
|
|
3932
|
+
execution_context: typing.Union[str, int] = None,
|
|
3933
3933
|
undo: bool = None,
|
|
3934
3934
|
):
|
|
3935
3935
|
"""Remove UV map
|
|
3936
3936
|
|
|
3937
3937
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3938
|
-
:type execution_context: str
|
|
3938
|
+
:type execution_context: typing.Union[str, int]
|
|
3939
3939
|
:type undo: bool
|
|
3940
3940
|
"""
|
|
3941
3941
|
|
|
@@ -3943,13 +3943,13 @@ def uv_texture_remove(
|
|
|
3943
3943
|
|
|
3944
3944
|
def uvs_reverse(
|
|
3945
3945
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3946
|
-
execution_context: str = None,
|
|
3946
|
+
execution_context: typing.Union[str, int] = None,
|
|
3947
3947
|
undo: bool = None,
|
|
3948
3948
|
):
|
|
3949
3949
|
"""Flip direction of UV coordinates inside faces
|
|
3950
3950
|
|
|
3951
3951
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3952
|
-
:type execution_context: str
|
|
3952
|
+
:type execution_context: typing.Union[str, int]
|
|
3953
3953
|
:type undo: bool
|
|
3954
3954
|
"""
|
|
3955
3955
|
|
|
@@ -3957,14 +3957,14 @@ def uvs_reverse(
|
|
|
3957
3957
|
|
|
3958
3958
|
def uvs_rotate(
|
|
3959
3959
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3960
|
-
execution_context: str = None,
|
|
3960
|
+
execution_context: typing.Union[str, int] = None,
|
|
3961
3961
|
undo: bool = None,
|
|
3962
3962
|
use_ccw: typing.Union[bool, typing.Any] = False,
|
|
3963
3963
|
):
|
|
3964
3964
|
"""Rotate UV coordinates inside faces
|
|
3965
3965
|
|
|
3966
3966
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3967
|
-
:type execution_context: str
|
|
3967
|
+
:type execution_context: typing.Union[str, int]
|
|
3968
3968
|
:type undo: bool
|
|
3969
3969
|
:param use_ccw: Counter Clockwise
|
|
3970
3970
|
:type use_ccw: typing.Union[bool, typing.Any]
|
|
@@ -3974,13 +3974,13 @@ def uvs_rotate(
|
|
|
3974
3974
|
|
|
3975
3975
|
def vert_connect(
|
|
3976
3976
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3977
|
-
execution_context: str = None,
|
|
3977
|
+
execution_context: typing.Union[str, int] = None,
|
|
3978
3978
|
undo: bool = None,
|
|
3979
3979
|
):
|
|
3980
3980
|
"""Connect selected vertices of faces, splitting the face
|
|
3981
3981
|
|
|
3982
3982
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3983
|
-
:type execution_context: str
|
|
3983
|
+
:type execution_context: typing.Union[str, int]
|
|
3984
3984
|
:type undo: bool
|
|
3985
3985
|
"""
|
|
3986
3986
|
|
|
@@ -3988,13 +3988,13 @@ def vert_connect(
|
|
|
3988
3988
|
|
|
3989
3989
|
def vert_connect_concave(
|
|
3990
3990
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3991
|
-
execution_context: str = None,
|
|
3991
|
+
execution_context: typing.Union[str, int] = None,
|
|
3992
3992
|
undo: bool = None,
|
|
3993
3993
|
):
|
|
3994
3994
|
"""Make all faces convex
|
|
3995
3995
|
|
|
3996
3996
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3997
|
-
:type execution_context: str
|
|
3997
|
+
:type execution_context: typing.Union[str, int]
|
|
3998
3998
|
:type undo: bool
|
|
3999
3999
|
"""
|
|
4000
4000
|
|
|
@@ -4002,14 +4002,14 @@ def vert_connect_concave(
|
|
|
4002
4002
|
|
|
4003
4003
|
def vert_connect_nonplanar(
|
|
4004
4004
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4005
|
-
execution_context: str = None,
|
|
4005
|
+
execution_context: typing.Union[str, int] = None,
|
|
4006
4006
|
undo: bool = None,
|
|
4007
4007
|
angle_limit: typing.Any = 0.0872665,
|
|
4008
4008
|
):
|
|
4009
4009
|
"""Split non-planar faces that exceed the angle threshold
|
|
4010
4010
|
|
|
4011
4011
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4012
|
-
:type execution_context: str
|
|
4012
|
+
:type execution_context: typing.Union[str, int]
|
|
4013
4013
|
:type undo: bool
|
|
4014
4014
|
:param angle_limit: Max Angle, Angle limit
|
|
4015
4015
|
:type angle_limit: typing.Any
|
|
@@ -4019,13 +4019,13 @@ def vert_connect_nonplanar(
|
|
|
4019
4019
|
|
|
4020
4020
|
def vert_connect_path(
|
|
4021
4021
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4022
|
-
execution_context: str = None,
|
|
4022
|
+
execution_context: typing.Union[str, int] = None,
|
|
4023
4023
|
undo: bool = None,
|
|
4024
4024
|
):
|
|
4025
4025
|
"""Connect vertices by their selection order, creating edges, splitting faces
|
|
4026
4026
|
|
|
4027
4027
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4028
|
-
:type execution_context: str
|
|
4028
|
+
:type execution_context: typing.Union[str, int]
|
|
4029
4029
|
:type undo: bool
|
|
4030
4030
|
"""
|
|
4031
4031
|
|
|
@@ -4033,7 +4033,7 @@ def vert_connect_path(
|
|
|
4033
4033
|
|
|
4034
4034
|
def vertices_smooth(
|
|
4035
4035
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4036
|
-
execution_context: str = None,
|
|
4036
|
+
execution_context: typing.Union[str, int] = None,
|
|
4037
4037
|
undo: bool = None,
|
|
4038
4038
|
factor: typing.Any = 0.0,
|
|
4039
4039
|
repeat: typing.Any = 1,
|
|
@@ -4045,7 +4045,7 @@ def vertices_smooth(
|
|
|
4045
4045
|
"""Flatten angles of selected vertices
|
|
4046
4046
|
|
|
4047
4047
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4048
|
-
:type execution_context: str
|
|
4048
|
+
:type execution_context: typing.Union[str, int]
|
|
4049
4049
|
:type undo: bool
|
|
4050
4050
|
:param factor: Smoothing, Smoothing factor
|
|
4051
4051
|
:type factor: typing.Any
|
|
@@ -4065,7 +4065,7 @@ def vertices_smooth(
|
|
|
4065
4065
|
|
|
4066
4066
|
def vertices_smooth_laplacian(
|
|
4067
4067
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4068
|
-
execution_context: str = None,
|
|
4068
|
+
execution_context: typing.Union[str, int] = None,
|
|
4069
4069
|
undo: bool = None,
|
|
4070
4070
|
repeat: typing.Any = 1,
|
|
4071
4071
|
lambda_factor: typing.Any = 1.0,
|
|
@@ -4078,7 +4078,7 @@ def vertices_smooth_laplacian(
|
|
|
4078
4078
|
"""Laplacian smooth of selected vertices
|
|
4079
4079
|
|
|
4080
4080
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4081
|
-
:type execution_context: str
|
|
4081
|
+
:type execution_context: typing.Union[str, int]
|
|
4082
4082
|
:type undo: bool
|
|
4083
4083
|
:param repeat: Number of iterations to smooth the mesh
|
|
4084
4084
|
:type repeat: typing.Any
|
|
@@ -4100,7 +4100,7 @@ def vertices_smooth_laplacian(
|
|
|
4100
4100
|
|
|
4101
4101
|
def wireframe(
|
|
4102
4102
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4103
|
-
execution_context: str = None,
|
|
4103
|
+
execution_context: typing.Union[str, int] = None,
|
|
4104
4104
|
undo: bool = None,
|
|
4105
4105
|
use_boundary: typing.Union[bool, typing.Any] = True,
|
|
4106
4106
|
use_even_offset: typing.Union[bool, typing.Any] = True,
|
|
@@ -4114,7 +4114,7 @@ def wireframe(
|
|
|
4114
4114
|
"""Create a solid wireframe from faces
|
|
4115
4115
|
|
|
4116
4116
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4117
|
-
:type execution_context: str
|
|
4117
|
+
:type execution_context: typing.Union[str, int]
|
|
4118
4118
|
:type undo: bool
|
|
4119
4119
|
:param use_boundary: Boundary, Inset face boundaries
|
|
4120
4120
|
:type use_boundary: typing.Union[bool, typing.Any]
|