fake-bpy-module 20240812__py3-none-any.whl → 20240814__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.
- bl_ui/space_view3d/__init__.pyi +31 -0
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +110 -110
- 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 +26 -26
- 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_scene/__init__.pyi +4 -4
- bpy/ops/extensions/__init__.pyi +68 -68
- 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 +284 -284
- bpy/ops/graph/__init__.pyi +130 -130
- bpy/ops/grease_pencil/__init__.pyi +166 -166
- bpy/ops/image/__init__.pyi +98 -98
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +4 -4
- 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 +78 -78
- bpy/ops/node/__init__.pyi +208 -208
- bpy/ops/object/__init__.pyi +473 -473
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +108 -108
- 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 +102 -102
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +70 -70
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +26 -26
- bpy/ops/rigidbody/__init__.pyi +26 -26
- bpy/ops/scene/__init__.pyi +74 -74
- bpy/ops/screen/__init__.pyi +78 -78
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +72 -72
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +174 -174
- 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 +226 -226
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +4 -4
- bpy/types/__init__.pyi +52 -36
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/RECORD +83 -83
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/top_level.txt +0 -0
bpy/ops/mesh/__init__.pyi
CHANGED
|
@@ -9,7 +9,7 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
9
9
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
10
10
|
|
|
11
11
|
def attribute_set(
|
|
12
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
12
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
13
13
|
execution_context: int | str | None = None,
|
|
14
14
|
undo: bool | None = None,
|
|
15
15
|
*,
|
|
@@ -23,7 +23,7 @@ def attribute_set(
|
|
|
23
23
|
):
|
|
24
24
|
"""Set values of the active attribute for selected elements
|
|
25
25
|
|
|
26
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
26
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
27
27
|
:type execution_context: int | str | None
|
|
28
28
|
:type undo: bool | None
|
|
29
29
|
:param value_float: Value
|
|
@@ -45,7 +45,7 @@ def attribute_set(
|
|
|
45
45
|
...
|
|
46
46
|
|
|
47
47
|
def average_normals(
|
|
48
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
48
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
49
49
|
execution_context: int | str | None = None,
|
|
50
50
|
undo: bool | None = None,
|
|
51
51
|
*,
|
|
@@ -56,7 +56,7 @@ def average_normals(
|
|
|
56
56
|
):
|
|
57
57
|
"""Average custom normals of selected vertices
|
|
58
58
|
|
|
59
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
59
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
60
60
|
:type execution_context: int | str | None
|
|
61
61
|
:type undo: bool | None
|
|
62
62
|
:param average_type: Type, Averaging method
|
|
@@ -79,7 +79,7 @@ def average_normals(
|
|
|
79
79
|
...
|
|
80
80
|
|
|
81
81
|
def beautify_fill(
|
|
82
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
82
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
83
83
|
execution_context: int | str | None = None,
|
|
84
84
|
undo: bool | None = None,
|
|
85
85
|
*,
|
|
@@ -87,7 +87,7 @@ def beautify_fill(
|
|
|
87
87
|
):
|
|
88
88
|
"""Rearrange some faces to try to get less degenerated geometry
|
|
89
89
|
|
|
90
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
90
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
91
91
|
:type execution_context: int | str | None
|
|
92
92
|
:type undo: bool | None
|
|
93
93
|
:param angle_limit: Max Angle, Angle limit
|
|
@@ -97,7 +97,7 @@ def beautify_fill(
|
|
|
97
97
|
...
|
|
98
98
|
|
|
99
99
|
def bevel(
|
|
100
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
100
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
101
101
|
execution_context: int | str | None = None,
|
|
102
102
|
undo: bool | None = None,
|
|
103
103
|
*,
|
|
@@ -125,7 +125,7 @@ def bevel(
|
|
|
125
125
|
):
|
|
126
126
|
"""Cut into selected items at an angle to create bevel or chamfer
|
|
127
127
|
|
|
128
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
128
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
129
129
|
:type execution_context: int | str | None
|
|
130
130
|
:type undo: bool | None
|
|
131
131
|
:param offset_type: Width Type, The method for determining the size of the bevel
|
|
@@ -231,7 +231,7 @@ def bevel(
|
|
|
231
231
|
...
|
|
232
232
|
|
|
233
233
|
def bisect(
|
|
234
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
234
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
235
235
|
execution_context: int | str | None = None,
|
|
236
236
|
undo: bool | None = None,
|
|
237
237
|
*,
|
|
@@ -258,7 +258,7 @@ def bisect(
|
|
|
258
258
|
):
|
|
259
259
|
"""Cut geometry along a plane (click-drag to define plane)
|
|
260
260
|
|
|
261
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
261
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
262
262
|
:type execution_context: int | str | None
|
|
263
263
|
:type undo: bool | None
|
|
264
264
|
:param plane_co: Plane Point, A point on the plane
|
|
@@ -290,7 +290,7 @@ def bisect(
|
|
|
290
290
|
...
|
|
291
291
|
|
|
292
292
|
def blend_from_shape(
|
|
293
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
293
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
294
294
|
execution_context: int | str | None = None,
|
|
295
295
|
undo: bool | None = None,
|
|
296
296
|
*,
|
|
@@ -300,7 +300,7 @@ def blend_from_shape(
|
|
|
300
300
|
):
|
|
301
301
|
"""Blend in shape from a shape key
|
|
302
302
|
|
|
303
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
303
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
304
304
|
:type execution_context: int | str | None
|
|
305
305
|
:type undo: bool | None
|
|
306
306
|
:param shape: Shape, Shape key to use for blending
|
|
@@ -314,7 +314,7 @@ def blend_from_shape(
|
|
|
314
314
|
...
|
|
315
315
|
|
|
316
316
|
def bridge_edge_loops(
|
|
317
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
317
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
318
318
|
execution_context: int | str | None = None,
|
|
319
319
|
undo: bool | None = None,
|
|
320
320
|
*,
|
|
@@ -333,7 +333,7 @@ def bridge_edge_loops(
|
|
|
333
333
|
):
|
|
334
334
|
"""Create a bridge of faces between two or more selected edge loops
|
|
335
335
|
|
|
336
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
336
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
337
337
|
:type execution_context: int | str | None
|
|
338
338
|
:type undo: bool | None
|
|
339
339
|
:param type: Connect Loops, Method of bridging multiple loops
|
|
@@ -359,13 +359,13 @@ def bridge_edge_loops(
|
|
|
359
359
|
...
|
|
360
360
|
|
|
361
361
|
def colors_reverse(
|
|
362
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
362
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
363
363
|
execution_context: int | str | None = None,
|
|
364
364
|
undo: bool | None = None,
|
|
365
365
|
):
|
|
366
366
|
"""Flip direction of face corner color attribute inside faces
|
|
367
367
|
|
|
368
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
368
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
369
369
|
:type execution_context: int | str | None
|
|
370
370
|
:type undo: bool | None
|
|
371
371
|
"""
|
|
@@ -373,7 +373,7 @@ def colors_reverse(
|
|
|
373
373
|
...
|
|
374
374
|
|
|
375
375
|
def colors_rotate(
|
|
376
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
376
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
377
377
|
execution_context: int | str | None = None,
|
|
378
378
|
undo: bool | None = None,
|
|
379
379
|
*,
|
|
@@ -381,7 +381,7 @@ def colors_rotate(
|
|
|
381
381
|
):
|
|
382
382
|
"""Rotate face corner color attribute inside faces
|
|
383
383
|
|
|
384
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
384
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
385
385
|
:type execution_context: int | str | None
|
|
386
386
|
:type undo: bool | None
|
|
387
387
|
:param use_ccw: Counter Clockwise
|
|
@@ -391,7 +391,7 @@ def colors_rotate(
|
|
|
391
391
|
...
|
|
392
392
|
|
|
393
393
|
def convex_hull(
|
|
394
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
394
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
395
395
|
execution_context: int | str | None = None,
|
|
396
396
|
undo: bool | None = None,
|
|
397
397
|
*,
|
|
@@ -409,7 +409,7 @@ def convex_hull(
|
|
|
409
409
|
):
|
|
410
410
|
"""Enclose selected vertices in a convex polyhedron
|
|
411
411
|
|
|
412
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
412
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
413
413
|
:type execution_context: int | str | None
|
|
414
414
|
:type undo: bool | None
|
|
415
415
|
:param delete_unused: Delete Unused, Delete selected elements that are not used by the hull
|
|
@@ -439,13 +439,13 @@ def convex_hull(
|
|
|
439
439
|
...
|
|
440
440
|
|
|
441
441
|
def customdata_custom_splitnormals_add(
|
|
442
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
442
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
443
443
|
execution_context: int | str | None = None,
|
|
444
444
|
undo: bool | None = None,
|
|
445
445
|
):
|
|
446
446
|
"""Add a custom split normals layer, if none exists yet
|
|
447
447
|
|
|
448
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
448
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
449
449
|
:type execution_context: int | str | None
|
|
450
450
|
:type undo: bool | None
|
|
451
451
|
"""
|
|
@@ -453,13 +453,13 @@ def customdata_custom_splitnormals_add(
|
|
|
453
453
|
...
|
|
454
454
|
|
|
455
455
|
def customdata_custom_splitnormals_clear(
|
|
456
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
456
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
457
457
|
execution_context: int | str | None = None,
|
|
458
458
|
undo: bool | None = None,
|
|
459
459
|
):
|
|
460
460
|
"""Remove the custom split normals layer, if it exists
|
|
461
461
|
|
|
462
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
462
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
463
463
|
:type execution_context: int | str | None
|
|
464
464
|
:type undo: bool | None
|
|
465
465
|
"""
|
|
@@ -467,13 +467,13 @@ def customdata_custom_splitnormals_clear(
|
|
|
467
467
|
...
|
|
468
468
|
|
|
469
469
|
def customdata_mask_clear(
|
|
470
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
470
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
471
471
|
execution_context: int | str | None = None,
|
|
472
472
|
undo: bool | None = None,
|
|
473
473
|
):
|
|
474
474
|
"""Clear vertex sculpt masking data from the mesh
|
|
475
475
|
|
|
476
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
476
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
477
477
|
:type execution_context: int | str | None
|
|
478
478
|
:type undo: bool | None
|
|
479
479
|
"""
|
|
@@ -481,13 +481,13 @@ def customdata_mask_clear(
|
|
|
481
481
|
...
|
|
482
482
|
|
|
483
483
|
def customdata_skin_add(
|
|
484
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
484
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
485
485
|
execution_context: int | str | None = None,
|
|
486
486
|
undo: bool | None = None,
|
|
487
487
|
):
|
|
488
488
|
"""Add a vertex skin layer
|
|
489
489
|
|
|
490
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
490
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
491
491
|
:type execution_context: int | str | None
|
|
492
492
|
:type undo: bool | None
|
|
493
493
|
"""
|
|
@@ -495,13 +495,13 @@ def customdata_skin_add(
|
|
|
495
495
|
...
|
|
496
496
|
|
|
497
497
|
def customdata_skin_clear(
|
|
498
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
498
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
499
499
|
execution_context: int | str | None = None,
|
|
500
500
|
undo: bool | None = None,
|
|
501
501
|
):
|
|
502
502
|
"""Clear vertex skin layer
|
|
503
503
|
|
|
504
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
504
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
505
505
|
:type execution_context: int | str | None
|
|
506
506
|
:type undo: bool | None
|
|
507
507
|
"""
|
|
@@ -509,7 +509,7 @@ def customdata_skin_clear(
|
|
|
509
509
|
...
|
|
510
510
|
|
|
511
511
|
def decimate(
|
|
512
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
512
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
513
513
|
execution_context: int | str | None = None,
|
|
514
514
|
undo: bool | None = None,
|
|
515
515
|
*,
|
|
@@ -522,7 +522,7 @@ def decimate(
|
|
|
522
522
|
):
|
|
523
523
|
"""Simplify geometry by collapsing edges
|
|
524
524
|
|
|
525
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
525
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
526
526
|
:type execution_context: int | str | None
|
|
527
527
|
:type undo: bool | None
|
|
528
528
|
:param ratio: Ratio
|
|
@@ -542,7 +542,7 @@ def decimate(
|
|
|
542
542
|
...
|
|
543
543
|
|
|
544
544
|
def delete(
|
|
545
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
545
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
546
546
|
execution_context: int | str | None = None,
|
|
547
547
|
undo: bool | None = None,
|
|
548
548
|
*,
|
|
@@ -551,7 +551,7 @@ def delete(
|
|
|
551
551
|
):
|
|
552
552
|
"""Delete selected vertices, edges or faces
|
|
553
553
|
|
|
554
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
554
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
555
555
|
:type execution_context: int | str | None
|
|
556
556
|
:type undo: bool | None
|
|
557
557
|
:param type: Type, Method used for deleting mesh data
|
|
@@ -561,7 +561,7 @@ def delete(
|
|
|
561
561
|
...
|
|
562
562
|
|
|
563
563
|
def delete_edgeloop(
|
|
564
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
564
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
565
565
|
execution_context: int | str | None = None,
|
|
566
566
|
undo: bool | None = None,
|
|
567
567
|
*,
|
|
@@ -569,7 +569,7 @@ def delete_edgeloop(
|
|
|
569
569
|
):
|
|
570
570
|
"""Delete an edge loop by merging the faces on each side
|
|
571
571
|
|
|
572
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
572
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
573
573
|
:type execution_context: int | str | None
|
|
574
574
|
:type undo: bool | None
|
|
575
575
|
:param use_face_split: Face Split, Split off face corners to maintain surrounding geometry
|
|
@@ -579,7 +579,7 @@ def delete_edgeloop(
|
|
|
579
579
|
...
|
|
580
580
|
|
|
581
581
|
def delete_loose(
|
|
582
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
582
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
583
583
|
execution_context: int | str | None = None,
|
|
584
584
|
undo: bool | None = None,
|
|
585
585
|
*,
|
|
@@ -589,7 +589,7 @@ def delete_loose(
|
|
|
589
589
|
):
|
|
590
590
|
"""Delete loose vertices, edges or faces
|
|
591
591
|
|
|
592
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
592
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
593
593
|
:type execution_context: int | str | None
|
|
594
594
|
:type undo: bool | None
|
|
595
595
|
:param use_verts: Vertices, Remove loose vertices
|
|
@@ -603,7 +603,7 @@ def delete_loose(
|
|
|
603
603
|
...
|
|
604
604
|
|
|
605
605
|
def dissolve_degenerate(
|
|
606
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
606
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
607
607
|
execution_context: int | str | None = None,
|
|
608
608
|
undo: bool | None = None,
|
|
609
609
|
*,
|
|
@@ -611,7 +611,7 @@ def dissolve_degenerate(
|
|
|
611
611
|
):
|
|
612
612
|
"""Dissolve zero area faces and zero length edges
|
|
613
613
|
|
|
614
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
614
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
615
615
|
:type execution_context: int | str | None
|
|
616
616
|
:type undo: bool | None
|
|
617
617
|
:param threshold: Merge Distance, Maximum distance between elements to merge
|
|
@@ -621,7 +621,7 @@ def dissolve_degenerate(
|
|
|
621
621
|
...
|
|
622
622
|
|
|
623
623
|
def dissolve_edges(
|
|
624
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
624
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
625
625
|
execution_context: int | str | None = None,
|
|
626
626
|
undo: bool | None = None,
|
|
627
627
|
*,
|
|
@@ -630,7 +630,7 @@ def dissolve_edges(
|
|
|
630
630
|
):
|
|
631
631
|
"""Dissolve edges, merging faces
|
|
632
632
|
|
|
633
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
633
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
634
634
|
:type execution_context: int | str | None
|
|
635
635
|
:type undo: bool | None
|
|
636
636
|
:param use_verts: Dissolve Vertices, Dissolve remaining vertices
|
|
@@ -642,7 +642,7 @@ def dissolve_edges(
|
|
|
642
642
|
...
|
|
643
643
|
|
|
644
644
|
def dissolve_faces(
|
|
645
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
645
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
646
646
|
execution_context: int | str | None = None,
|
|
647
647
|
undo: bool | None = None,
|
|
648
648
|
*,
|
|
@@ -650,7 +650,7 @@ def dissolve_faces(
|
|
|
650
650
|
):
|
|
651
651
|
"""Dissolve faces
|
|
652
652
|
|
|
653
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
653
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
654
654
|
:type execution_context: int | str | None
|
|
655
655
|
:type undo: bool | None
|
|
656
656
|
:param use_verts: Dissolve Vertices, Dissolve remaining vertices
|
|
@@ -660,7 +660,7 @@ def dissolve_faces(
|
|
|
660
660
|
...
|
|
661
661
|
|
|
662
662
|
def dissolve_limited(
|
|
663
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
663
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
664
664
|
execution_context: int | str | None = None,
|
|
665
665
|
undo: bool | None = None,
|
|
666
666
|
*,
|
|
@@ -672,7 +672,7 @@ def dissolve_limited(
|
|
|
672
672
|
):
|
|
673
673
|
"""Dissolve selected edges and vertices, limited by the angle of surrounding geometry
|
|
674
674
|
|
|
675
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
675
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
676
676
|
:type execution_context: int | str | None
|
|
677
677
|
:type undo: bool | None
|
|
678
678
|
:param angle_limit: Max Angle, Angle limit
|
|
@@ -686,7 +686,7 @@ def dissolve_limited(
|
|
|
686
686
|
...
|
|
687
687
|
|
|
688
688
|
def dissolve_mode(
|
|
689
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
689
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
690
690
|
execution_context: int | str | None = None,
|
|
691
691
|
undo: bool | None = None,
|
|
692
692
|
*,
|
|
@@ -696,7 +696,7 @@ def dissolve_mode(
|
|
|
696
696
|
):
|
|
697
697
|
"""Dissolve geometry based on the selection mode
|
|
698
698
|
|
|
699
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
699
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
700
700
|
:type execution_context: int | str | None
|
|
701
701
|
:type undo: bool | None
|
|
702
702
|
:param use_verts: Dissolve Vertices, Dissolve remaining vertices
|
|
@@ -710,7 +710,7 @@ def dissolve_mode(
|
|
|
710
710
|
...
|
|
711
711
|
|
|
712
712
|
def dissolve_verts(
|
|
713
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
713
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
714
714
|
execution_context: int | str | None = None,
|
|
715
715
|
undo: bool | None = None,
|
|
716
716
|
*,
|
|
@@ -719,7 +719,7 @@ def dissolve_verts(
|
|
|
719
719
|
):
|
|
720
720
|
"""Dissolve vertices, merge edges and faces
|
|
721
721
|
|
|
722
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
722
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
723
723
|
:type execution_context: int | str | None
|
|
724
724
|
:type undo: bool | None
|
|
725
725
|
:param use_face_split: Face Split, Split off face corners to maintain surrounding geometry
|
|
@@ -731,7 +731,7 @@ def dissolve_verts(
|
|
|
731
731
|
...
|
|
732
732
|
|
|
733
733
|
def dupli_extrude_cursor(
|
|
734
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
734
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
735
735
|
execution_context: int | str | None = None,
|
|
736
736
|
undo: bool | None = None,
|
|
737
737
|
*,
|
|
@@ -739,7 +739,7 @@ def dupli_extrude_cursor(
|
|
|
739
739
|
):
|
|
740
740
|
"""Duplicate and extrude selected vertices, edges or faces towards the mouse cursor
|
|
741
741
|
|
|
742
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
742
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
743
743
|
:type execution_context: int | str | None
|
|
744
744
|
:type undo: bool | None
|
|
745
745
|
:param rotate_source: Rotate Source, Rotate initial selection giving better shape
|
|
@@ -749,7 +749,7 @@ def dupli_extrude_cursor(
|
|
|
749
749
|
...
|
|
750
750
|
|
|
751
751
|
def duplicate(
|
|
752
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
752
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
753
753
|
execution_context: int | str | None = None,
|
|
754
754
|
undo: bool | None = None,
|
|
755
755
|
*,
|
|
@@ -757,7 +757,7 @@ def duplicate(
|
|
|
757
757
|
):
|
|
758
758
|
"""Duplicate selected vertices, edges or faces
|
|
759
759
|
|
|
760
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
760
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
761
761
|
:type execution_context: int | str | None
|
|
762
762
|
:type undo: bool | None
|
|
763
763
|
:param mode: Mode
|
|
@@ -767,7 +767,7 @@ def duplicate(
|
|
|
767
767
|
...
|
|
768
768
|
|
|
769
769
|
def duplicate_move(
|
|
770
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
770
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
771
771
|
execution_context: int | str | None = None,
|
|
772
772
|
undo: bool | None = None,
|
|
773
773
|
*,
|
|
@@ -776,7 +776,7 @@ def duplicate_move(
|
|
|
776
776
|
):
|
|
777
777
|
"""Duplicate mesh and move
|
|
778
778
|
|
|
779
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
779
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
780
780
|
:type execution_context: int | str | None
|
|
781
781
|
:type undo: bool | None
|
|
782
782
|
:param MESH_OT_duplicate: Duplicate, Duplicate selected vertices, edges or faces
|
|
@@ -788,13 +788,13 @@ def duplicate_move(
|
|
|
788
788
|
...
|
|
789
789
|
|
|
790
790
|
def edge_collapse(
|
|
791
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
791
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
792
792
|
execution_context: int | str | None = None,
|
|
793
793
|
undo: bool | None = None,
|
|
794
794
|
):
|
|
795
795
|
"""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
|
|
796
796
|
|
|
797
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
797
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
798
798
|
:type execution_context: int | str | None
|
|
799
799
|
:type undo: bool | None
|
|
800
800
|
"""
|
|
@@ -802,13 +802,13 @@ def edge_collapse(
|
|
|
802
802
|
...
|
|
803
803
|
|
|
804
804
|
def edge_face_add(
|
|
805
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
805
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
806
806
|
execution_context: int | str | None = None,
|
|
807
807
|
undo: bool | None = None,
|
|
808
808
|
):
|
|
809
809
|
"""Add an edge or face to selected
|
|
810
810
|
|
|
811
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
811
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
812
812
|
:type execution_context: int | str | None
|
|
813
813
|
:type undo: bool | None
|
|
814
814
|
"""
|
|
@@ -816,7 +816,7 @@ def edge_face_add(
|
|
|
816
816
|
...
|
|
817
817
|
|
|
818
818
|
def edge_rotate(
|
|
819
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
819
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
820
820
|
execution_context: int | str | None = None,
|
|
821
821
|
undo: bool | None = None,
|
|
822
822
|
*,
|
|
@@ -824,7 +824,7 @@ def edge_rotate(
|
|
|
824
824
|
):
|
|
825
825
|
"""Rotate selected edge or adjoining faces
|
|
826
826
|
|
|
827
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
827
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
828
828
|
:type execution_context: int | str | None
|
|
829
829
|
:type undo: bool | None
|
|
830
830
|
:param use_ccw: Counter Clockwise
|
|
@@ -834,7 +834,7 @@ def edge_rotate(
|
|
|
834
834
|
...
|
|
835
835
|
|
|
836
836
|
def edge_split(
|
|
837
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
837
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
838
838
|
execution_context: int | str | None = None,
|
|
839
839
|
undo: bool | None = None,
|
|
840
840
|
*,
|
|
@@ -842,7 +842,7 @@ def edge_split(
|
|
|
842
842
|
):
|
|
843
843
|
"""Split selected edges so that each neighbor face gets its own copy
|
|
844
844
|
|
|
845
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
845
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
846
846
|
:type execution_context: int | str | None
|
|
847
847
|
:type undo: bool | None
|
|
848
848
|
:param type: Type, Method to use for splitting
|
|
@@ -858,7 +858,7 @@ def edge_split(
|
|
|
858
858
|
...
|
|
859
859
|
|
|
860
860
|
def edgering_select(
|
|
861
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
861
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
862
862
|
execution_context: int | str | None = None,
|
|
863
863
|
undo: bool | None = None,
|
|
864
864
|
*,
|
|
@@ -869,7 +869,7 @@ def edgering_select(
|
|
|
869
869
|
):
|
|
870
870
|
"""Select an edge ring
|
|
871
871
|
|
|
872
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
872
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
873
873
|
:type execution_context: int | str | None
|
|
874
874
|
:type undo: bool | None
|
|
875
875
|
:param extend: Extend, Extend the selection
|
|
@@ -885,7 +885,7 @@ def edgering_select(
|
|
|
885
885
|
...
|
|
886
886
|
|
|
887
887
|
def edges_select_sharp(
|
|
888
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
888
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
889
889
|
execution_context: int | str | None = None,
|
|
890
890
|
undo: bool | None = None,
|
|
891
891
|
*,
|
|
@@ -893,7 +893,7 @@ def edges_select_sharp(
|
|
|
893
893
|
):
|
|
894
894
|
"""Select all sharp enough edges
|
|
895
895
|
|
|
896
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
896
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
897
897
|
:type execution_context: int | str | None
|
|
898
898
|
:type undo: bool | None
|
|
899
899
|
:param sharpness: Sharpness
|
|
@@ -903,7 +903,7 @@ def edges_select_sharp(
|
|
|
903
903
|
...
|
|
904
904
|
|
|
905
905
|
def extrude_context(
|
|
906
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
906
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
907
907
|
execution_context: int | str | None = None,
|
|
908
908
|
undo: bool | None = None,
|
|
909
909
|
*,
|
|
@@ -913,7 +913,7 @@ def extrude_context(
|
|
|
913
913
|
):
|
|
914
914
|
"""Extrude selection
|
|
915
915
|
|
|
916
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
916
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
917
917
|
:type execution_context: int | str | None
|
|
918
918
|
:type undo: bool | None
|
|
919
919
|
:param use_normal_flip: Flip Normals
|
|
@@ -927,7 +927,7 @@ def extrude_context(
|
|
|
927
927
|
...
|
|
928
928
|
|
|
929
929
|
def extrude_context_move(
|
|
930
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
930
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
931
931
|
execution_context: int | str | None = None,
|
|
932
932
|
undo: bool | None = None,
|
|
933
933
|
*,
|
|
@@ -936,7 +936,7 @@ def extrude_context_move(
|
|
|
936
936
|
):
|
|
937
937
|
"""Extrude region together along the average normal
|
|
938
938
|
|
|
939
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
939
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
940
940
|
:type execution_context: int | str | None
|
|
941
941
|
:type undo: bool | None
|
|
942
942
|
:param MESH_OT_extrude_context: Extrude Context, Extrude selection
|
|
@@ -948,7 +948,7 @@ def extrude_context_move(
|
|
|
948
948
|
...
|
|
949
949
|
|
|
950
950
|
def extrude_edges_indiv(
|
|
951
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
951
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
952
952
|
execution_context: int | str | None = None,
|
|
953
953
|
undo: bool | None = None,
|
|
954
954
|
*,
|
|
@@ -957,7 +957,7 @@ def extrude_edges_indiv(
|
|
|
957
957
|
):
|
|
958
958
|
"""Extrude individual edges only
|
|
959
959
|
|
|
960
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
960
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
961
961
|
:type execution_context: int | str | None
|
|
962
962
|
:type undo: bool | None
|
|
963
963
|
:param use_normal_flip: Flip Normals
|
|
@@ -969,7 +969,7 @@ def extrude_edges_indiv(
|
|
|
969
969
|
...
|
|
970
970
|
|
|
971
971
|
def extrude_edges_move(
|
|
972
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
972
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
973
973
|
execution_context: int | str | None = None,
|
|
974
974
|
undo: bool | None = None,
|
|
975
975
|
*,
|
|
@@ -978,7 +978,7 @@ def extrude_edges_move(
|
|
|
978
978
|
):
|
|
979
979
|
"""Extrude edges and move result
|
|
980
980
|
|
|
981
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
981
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
982
982
|
:type execution_context: int | str | None
|
|
983
983
|
:type undo: bool | None
|
|
984
984
|
:param MESH_OT_extrude_edges_indiv: Extrude Only Edges, Extrude individual edges only
|
|
@@ -990,7 +990,7 @@ def extrude_edges_move(
|
|
|
990
990
|
...
|
|
991
991
|
|
|
992
992
|
def extrude_faces_indiv(
|
|
993
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
993
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
994
994
|
execution_context: int | str | None = None,
|
|
995
995
|
undo: bool | None = None,
|
|
996
996
|
*,
|
|
@@ -998,7 +998,7 @@ def extrude_faces_indiv(
|
|
|
998
998
|
):
|
|
999
999
|
"""Extrude individual faces only
|
|
1000
1000
|
|
|
1001
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1001
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1002
1002
|
:type execution_context: int | str | None
|
|
1003
1003
|
:type undo: bool | None
|
|
1004
1004
|
:param mirror: Mirror Editing
|
|
@@ -1008,7 +1008,7 @@ def extrude_faces_indiv(
|
|
|
1008
1008
|
...
|
|
1009
1009
|
|
|
1010
1010
|
def extrude_faces_move(
|
|
1011
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1011
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1012
1012
|
execution_context: int | str | None = None,
|
|
1013
1013
|
undo: bool | None = None,
|
|
1014
1014
|
*,
|
|
@@ -1017,7 +1017,7 @@ def extrude_faces_move(
|
|
|
1017
1017
|
):
|
|
1018
1018
|
"""Extrude each individual face separately along local normals
|
|
1019
1019
|
|
|
1020
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1020
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1021
1021
|
:type execution_context: int | str | None
|
|
1022
1022
|
:type undo: bool | None
|
|
1023
1023
|
:param MESH_OT_extrude_faces_indiv: Extrude Individual Faces, Extrude individual faces only
|
|
@@ -1029,7 +1029,7 @@ def extrude_faces_move(
|
|
|
1029
1029
|
...
|
|
1030
1030
|
|
|
1031
1031
|
def extrude_manifold(
|
|
1032
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1032
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1033
1033
|
execution_context: int | str | None = None,
|
|
1034
1034
|
undo: bool | None = None,
|
|
1035
1035
|
*,
|
|
@@ -1038,7 +1038,7 @@ def extrude_manifold(
|
|
|
1038
1038
|
):
|
|
1039
1039
|
"""Extrude, dissolves edges whose faces form a flat surface and intersect new edges
|
|
1040
1040
|
|
|
1041
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1041
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1042
1042
|
:type execution_context: int | str | None
|
|
1043
1043
|
:type undo: bool | None
|
|
1044
1044
|
:param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
|
|
@@ -1050,7 +1050,7 @@ def extrude_manifold(
|
|
|
1050
1050
|
...
|
|
1051
1051
|
|
|
1052
1052
|
def extrude_region(
|
|
1053
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1053
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1054
1054
|
execution_context: int | str | None = None,
|
|
1055
1055
|
undo: bool | None = None,
|
|
1056
1056
|
*,
|
|
@@ -1060,7 +1060,7 @@ def extrude_region(
|
|
|
1060
1060
|
):
|
|
1061
1061
|
"""Extrude region of faces
|
|
1062
1062
|
|
|
1063
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1063
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1064
1064
|
:type execution_context: int | str | None
|
|
1065
1065
|
:type undo: bool | None
|
|
1066
1066
|
:param use_normal_flip: Flip Normals
|
|
@@ -1074,7 +1074,7 @@ def extrude_region(
|
|
|
1074
1074
|
...
|
|
1075
1075
|
|
|
1076
1076
|
def extrude_region_move(
|
|
1077
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1077
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1078
1078
|
execution_context: int | str | None = None,
|
|
1079
1079
|
undo: bool | None = None,
|
|
1080
1080
|
*,
|
|
@@ -1083,7 +1083,7 @@ def extrude_region_move(
|
|
|
1083
1083
|
):
|
|
1084
1084
|
"""Extrude region and move result
|
|
1085
1085
|
|
|
1086
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1086
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1087
1087
|
:type execution_context: int | str | None
|
|
1088
1088
|
:type undo: bool | None
|
|
1089
1089
|
:param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
|
|
@@ -1095,7 +1095,7 @@ def extrude_region_move(
|
|
|
1095
1095
|
...
|
|
1096
1096
|
|
|
1097
1097
|
def extrude_region_shrink_fatten(
|
|
1098
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1098
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1099
1099
|
execution_context: int | str | None = None,
|
|
1100
1100
|
undo: bool | None = None,
|
|
1101
1101
|
*,
|
|
@@ -1104,7 +1104,7 @@ def extrude_region_shrink_fatten(
|
|
|
1104
1104
|
):
|
|
1105
1105
|
"""Extrude region together along local normals
|
|
1106
1106
|
|
|
1107
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1107
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1108
1108
|
:type execution_context: int | str | None
|
|
1109
1109
|
:type undo: bool | None
|
|
1110
1110
|
:param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
|
|
@@ -1116,7 +1116,7 @@ def extrude_region_shrink_fatten(
|
|
|
1116
1116
|
...
|
|
1117
1117
|
|
|
1118
1118
|
def extrude_repeat(
|
|
1119
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1119
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1120
1120
|
execution_context: int | str | None = None,
|
|
1121
1121
|
undo: bool | None = None,
|
|
1122
1122
|
*,
|
|
@@ -1126,7 +1126,7 @@ def extrude_repeat(
|
|
|
1126
1126
|
):
|
|
1127
1127
|
"""Extrude selected vertices, edges or faces repeatedly
|
|
1128
1128
|
|
|
1129
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1129
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1130
1130
|
:type execution_context: int | str | None
|
|
1131
1131
|
:type undo: bool | None
|
|
1132
1132
|
:param steps: Steps
|
|
@@ -1140,7 +1140,7 @@ def extrude_repeat(
|
|
|
1140
1140
|
...
|
|
1141
1141
|
|
|
1142
1142
|
def extrude_vertices_move(
|
|
1143
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1143
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1144
1144
|
execution_context: int | str | None = None,
|
|
1145
1145
|
undo: bool | None = None,
|
|
1146
1146
|
*,
|
|
@@ -1149,7 +1149,7 @@ def extrude_vertices_move(
|
|
|
1149
1149
|
):
|
|
1150
1150
|
"""Extrude vertices and move result
|
|
1151
1151
|
|
|
1152
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1152
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1153
1153
|
:type execution_context: int | str | None
|
|
1154
1154
|
:type undo: bool | None
|
|
1155
1155
|
:param MESH_OT_extrude_verts_indiv: Extrude Only Vertices, Extrude individual vertices only
|
|
@@ -1161,7 +1161,7 @@ def extrude_vertices_move(
|
|
|
1161
1161
|
...
|
|
1162
1162
|
|
|
1163
1163
|
def extrude_verts_indiv(
|
|
1164
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1164
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1165
1165
|
execution_context: int | str | None = None,
|
|
1166
1166
|
undo: bool | None = None,
|
|
1167
1167
|
*,
|
|
@@ -1169,7 +1169,7 @@ def extrude_verts_indiv(
|
|
|
1169
1169
|
):
|
|
1170
1170
|
"""Extrude individual vertices only
|
|
1171
1171
|
|
|
1172
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1172
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1173
1173
|
:type execution_context: int | str | None
|
|
1174
1174
|
:type undo: bool | None
|
|
1175
1175
|
:param mirror: Mirror Editing
|
|
@@ -1179,7 +1179,7 @@ def extrude_verts_indiv(
|
|
|
1179
1179
|
...
|
|
1180
1180
|
|
|
1181
1181
|
def face_make_planar(
|
|
1182
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1182
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1183
1183
|
execution_context: int | str | None = None,
|
|
1184
1184
|
undo: bool | None = None,
|
|
1185
1185
|
*,
|
|
@@ -1188,7 +1188,7 @@ def face_make_planar(
|
|
|
1188
1188
|
):
|
|
1189
1189
|
"""Flatten selected faces
|
|
1190
1190
|
|
|
1191
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1191
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1192
1192
|
:type execution_context: int | str | None
|
|
1193
1193
|
:type undo: bool | None
|
|
1194
1194
|
:param factor: Factor
|
|
@@ -1200,7 +1200,7 @@ def face_make_planar(
|
|
|
1200
1200
|
...
|
|
1201
1201
|
|
|
1202
1202
|
def face_set_extract(
|
|
1203
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1203
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1204
1204
|
execution_context: int | str | None = None,
|
|
1205
1205
|
undo: bool | None = None,
|
|
1206
1206
|
*,
|
|
@@ -1211,7 +1211,7 @@ def face_set_extract(
|
|
|
1211
1211
|
):
|
|
1212
1212
|
"""Create a new mesh object from the selected Face Set
|
|
1213
1213
|
|
|
1214
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1214
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1215
1215
|
:type execution_context: int | str | None
|
|
1216
1216
|
:type undo: bool | None
|
|
1217
1217
|
:param add_boundary_loop: Add Boundary Loop, Add an extra edge loop to better preserve the shape when applying a subdivision surface modifier
|
|
@@ -1227,13 +1227,13 @@ def face_set_extract(
|
|
|
1227
1227
|
...
|
|
1228
1228
|
|
|
1229
1229
|
def face_split_by_edges(
|
|
1230
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1230
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1231
1231
|
execution_context: int | str | None = None,
|
|
1232
1232
|
undo: bool | None = None,
|
|
1233
1233
|
):
|
|
1234
1234
|
"""Weld loose edges into faces (splitting them into new faces)
|
|
1235
1235
|
|
|
1236
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1236
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1237
1237
|
:type execution_context: int | str | None
|
|
1238
1238
|
:type undo: bool | None
|
|
1239
1239
|
"""
|
|
@@ -1241,7 +1241,7 @@ def face_split_by_edges(
|
|
|
1241
1241
|
...
|
|
1242
1242
|
|
|
1243
1243
|
def faces_mirror_uv(
|
|
1244
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1244
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1245
1245
|
execution_context: int | str | None = None,
|
|
1246
1246
|
undo: bool | None = None,
|
|
1247
1247
|
*,
|
|
@@ -1250,7 +1250,7 @@ def faces_mirror_uv(
|
|
|
1250
1250
|
):
|
|
1251
1251
|
"""Copy mirror UV coordinates on the X axis based on a mirrored mesh
|
|
1252
1252
|
|
|
1253
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1253
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1254
1254
|
:type execution_context: int | str | None
|
|
1255
1255
|
:type undo: bool | None
|
|
1256
1256
|
:param direction: Axis Direction
|
|
@@ -1262,7 +1262,7 @@ def faces_mirror_uv(
|
|
|
1262
1262
|
...
|
|
1263
1263
|
|
|
1264
1264
|
def faces_select_linked_flat(
|
|
1265
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1265
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1266
1266
|
execution_context: int | str | None = None,
|
|
1267
1267
|
undo: bool | None = None,
|
|
1268
1268
|
*,
|
|
@@ -1270,7 +1270,7 @@ def faces_select_linked_flat(
|
|
|
1270
1270
|
):
|
|
1271
1271
|
"""Select linked faces by angle
|
|
1272
1272
|
|
|
1273
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1273
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1274
1274
|
:type execution_context: int | str | None
|
|
1275
1275
|
:type undo: bool | None
|
|
1276
1276
|
:param sharpness: Sharpness
|
|
@@ -1280,13 +1280,13 @@ def faces_select_linked_flat(
|
|
|
1280
1280
|
...
|
|
1281
1281
|
|
|
1282
1282
|
def faces_shade_flat(
|
|
1283
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1283
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1284
1284
|
execution_context: int | str | None = None,
|
|
1285
1285
|
undo: bool | None = None,
|
|
1286
1286
|
):
|
|
1287
1287
|
"""Display faces flat
|
|
1288
1288
|
|
|
1289
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1289
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1290
1290
|
:type execution_context: int | str | None
|
|
1291
1291
|
:type undo: bool | None
|
|
1292
1292
|
"""
|
|
@@ -1294,13 +1294,13 @@ def faces_shade_flat(
|
|
|
1294
1294
|
...
|
|
1295
1295
|
|
|
1296
1296
|
def faces_shade_smooth(
|
|
1297
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1297
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1298
1298
|
execution_context: int | str | None = None,
|
|
1299
1299
|
undo: bool | None = None,
|
|
1300
1300
|
):
|
|
1301
1301
|
"""Display faces smooth (using vertex normals)
|
|
1302
1302
|
|
|
1303
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1303
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1304
1304
|
:type execution_context: int | str | None
|
|
1305
1305
|
:type undo: bool | None
|
|
1306
1306
|
"""
|
|
@@ -1308,7 +1308,7 @@ def faces_shade_smooth(
|
|
|
1308
1308
|
...
|
|
1309
1309
|
|
|
1310
1310
|
def fill(
|
|
1311
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1311
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1312
1312
|
execution_context: int | str | None = None,
|
|
1313
1313
|
undo: bool | None = None,
|
|
1314
1314
|
*,
|
|
@@ -1316,7 +1316,7 @@ def fill(
|
|
|
1316
1316
|
):
|
|
1317
1317
|
"""Fill a selected edge loop with faces
|
|
1318
1318
|
|
|
1319
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1319
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1320
1320
|
:type execution_context: int | str | None
|
|
1321
1321
|
:type undo: bool | None
|
|
1322
1322
|
:param use_beauty: Beauty, Use best triangulation division
|
|
@@ -1326,7 +1326,7 @@ def fill(
|
|
|
1326
1326
|
...
|
|
1327
1327
|
|
|
1328
1328
|
def fill_grid(
|
|
1329
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1329
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1330
1330
|
execution_context: int | str | None = None,
|
|
1331
1331
|
undo: bool | None = None,
|
|
1332
1332
|
*,
|
|
@@ -1336,7 +1336,7 @@ def fill_grid(
|
|
|
1336
1336
|
):
|
|
1337
1337
|
"""Fill grid from two loops
|
|
1338
1338
|
|
|
1339
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1339
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1340
1340
|
:type execution_context: int | str | None
|
|
1341
1341
|
:type undo: bool | None
|
|
1342
1342
|
:param span: Span, Number of grid columns
|
|
@@ -1350,7 +1350,7 @@ def fill_grid(
|
|
|
1350
1350
|
...
|
|
1351
1351
|
|
|
1352
1352
|
def fill_holes(
|
|
1353
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1353
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1354
1354
|
execution_context: int | str | None = None,
|
|
1355
1355
|
undo: bool | None = None,
|
|
1356
1356
|
*,
|
|
@@ -1358,7 +1358,7 @@ def fill_holes(
|
|
|
1358
1358
|
):
|
|
1359
1359
|
"""Fill in holes (boundary edge loops)
|
|
1360
1360
|
|
|
1361
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1361
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1362
1362
|
:type execution_context: int | str | None
|
|
1363
1363
|
:type undo: bool | None
|
|
1364
1364
|
:param sides: Sides, Number of sides in hole required to fill (zero fills all holes)
|
|
@@ -1368,7 +1368,7 @@ def fill_holes(
|
|
|
1368
1368
|
...
|
|
1369
1369
|
|
|
1370
1370
|
def flip_normals(
|
|
1371
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1371
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1372
1372
|
execution_context: int | str | None = None,
|
|
1373
1373
|
undo: bool | None = None,
|
|
1374
1374
|
*,
|
|
@@ -1376,7 +1376,7 @@ def flip_normals(
|
|
|
1376
1376
|
):
|
|
1377
1377
|
"""Flip the direction of selected faces' normals (and of their vertices)
|
|
1378
1378
|
|
|
1379
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1379
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1380
1380
|
:type execution_context: int | str | None
|
|
1381
1381
|
:type undo: bool | None
|
|
1382
1382
|
:param only_clnors: Custom Normals Only, Only flip the custom loop normals of the selected elements
|
|
@@ -1386,13 +1386,13 @@ def flip_normals(
|
|
|
1386
1386
|
...
|
|
1387
1387
|
|
|
1388
1388
|
def flip_quad_tessellation(
|
|
1389
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1389
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1390
1390
|
execution_context: int | str | None = None,
|
|
1391
1391
|
undo: bool | None = None,
|
|
1392
1392
|
):
|
|
1393
1393
|
"""Flips the tessellation of selected quads
|
|
1394
1394
|
|
|
1395
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1395
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1396
1396
|
:type execution_context: int | str | None
|
|
1397
1397
|
:type undo: bool | None
|
|
1398
1398
|
"""
|
|
@@ -1400,7 +1400,7 @@ def flip_quad_tessellation(
|
|
|
1400
1400
|
...
|
|
1401
1401
|
|
|
1402
1402
|
def hide(
|
|
1403
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1403
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1404
1404
|
execution_context: int | str | None = None,
|
|
1405
1405
|
undo: bool | None = None,
|
|
1406
1406
|
*,
|
|
@@ -1408,7 +1408,7 @@ def hide(
|
|
|
1408
1408
|
):
|
|
1409
1409
|
"""Hide (un)selected vertices, edges or faces
|
|
1410
1410
|
|
|
1411
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1411
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1412
1412
|
:type execution_context: int | str | None
|
|
1413
1413
|
:type undo: bool | None
|
|
1414
1414
|
:param unselected: Unselected, Hide unselected rather than selected
|
|
@@ -1418,7 +1418,7 @@ def hide(
|
|
|
1418
1418
|
...
|
|
1419
1419
|
|
|
1420
1420
|
def inset(
|
|
1421
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1421
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1422
1422
|
execution_context: int | str | None = None,
|
|
1423
1423
|
undo: bool | None = None,
|
|
1424
1424
|
*,
|
|
@@ -1436,7 +1436,7 @@ def inset(
|
|
|
1436
1436
|
):
|
|
1437
1437
|
"""Inset new faces into selected faces
|
|
1438
1438
|
|
|
1439
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1439
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1440
1440
|
:type execution_context: int | str | None
|
|
1441
1441
|
:type undo: bool | None
|
|
1442
1442
|
:param use_boundary: Boundary, Inset face boundaries
|
|
@@ -1466,7 +1466,7 @@ def inset(
|
|
|
1466
1466
|
...
|
|
1467
1467
|
|
|
1468
1468
|
def intersect(
|
|
1469
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1469
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1470
1470
|
execution_context: int | str | None = None,
|
|
1471
1471
|
undo: bool | None = None,
|
|
1472
1472
|
*,
|
|
@@ -1477,7 +1477,7 @@ def intersect(
|
|
|
1477
1477
|
):
|
|
1478
1478
|
"""Cut an intersection into faces
|
|
1479
1479
|
|
|
1480
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1480
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1481
1481
|
:type execution_context: int | str | None
|
|
1482
1482
|
:type undo: bool | None
|
|
1483
1483
|
:param mode: Source
|
|
@@ -1514,7 +1514,7 @@ def intersect(
|
|
|
1514
1514
|
...
|
|
1515
1515
|
|
|
1516
1516
|
def intersect_boolean(
|
|
1517
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1517
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1518
1518
|
execution_context: int | str | None = None,
|
|
1519
1519
|
undo: bool | None = None,
|
|
1520
1520
|
*,
|
|
@@ -1526,7 +1526,7 @@ def intersect_boolean(
|
|
|
1526
1526
|
):
|
|
1527
1527
|
"""Cut solid geometry from selected to unselected
|
|
1528
1528
|
|
|
1529
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1529
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1530
1530
|
:type execution_context: int | str | None
|
|
1531
1531
|
:type undo: bool | None
|
|
1532
1532
|
:param operation: Boolean Operation, Which boolean operation to apply
|
|
@@ -1550,7 +1550,7 @@ def intersect_boolean(
|
|
|
1550
1550
|
...
|
|
1551
1551
|
|
|
1552
1552
|
def knife_project(
|
|
1553
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1553
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1554
1554
|
execution_context: int | str | None = None,
|
|
1555
1555
|
undo: bool | None = None,
|
|
1556
1556
|
*,
|
|
@@ -1558,7 +1558,7 @@ def knife_project(
|
|
|
1558
1558
|
):
|
|
1559
1559
|
"""Use other objects outlines and boundaries to project knife cuts
|
|
1560
1560
|
|
|
1561
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1561
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1562
1562
|
:type execution_context: int | str | None
|
|
1563
1563
|
:type undo: bool | None
|
|
1564
1564
|
:param cut_through: Cut Through, Cut through all faces, not just visible ones
|
|
@@ -1568,7 +1568,7 @@ def knife_project(
|
|
|
1568
1568
|
...
|
|
1569
1569
|
|
|
1570
1570
|
def knife_tool(
|
|
1571
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1571
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1572
1572
|
execution_context: int | str | None = None,
|
|
1573
1573
|
undo: bool | None = None,
|
|
1574
1574
|
*,
|
|
@@ -1583,7 +1583,7 @@ def knife_tool(
|
|
|
1583
1583
|
):
|
|
1584
1584
|
"""Cut new topology
|
|
1585
1585
|
|
|
1586
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1586
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1587
1587
|
:type execution_context: int | str | None
|
|
1588
1588
|
:type undo: bool | None
|
|
1589
1589
|
:param use_occlude_geometry: Occlude Geometry, Only cut the front most geometry
|
|
@@ -1626,7 +1626,7 @@ def knife_tool(
|
|
|
1626
1626
|
...
|
|
1627
1627
|
|
|
1628
1628
|
def loop_multi_select(
|
|
1629
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1629
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1630
1630
|
execution_context: int | str | None = None,
|
|
1631
1631
|
undo: bool | None = None,
|
|
1632
1632
|
*,
|
|
@@ -1634,7 +1634,7 @@ def loop_multi_select(
|
|
|
1634
1634
|
):
|
|
1635
1635
|
"""Select a loop of connected edges by connection type
|
|
1636
1636
|
|
|
1637
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1637
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1638
1638
|
:type execution_context: int | str | None
|
|
1639
1639
|
:type undo: bool | None
|
|
1640
1640
|
:param ring: Ring
|
|
@@ -1644,7 +1644,7 @@ def loop_multi_select(
|
|
|
1644
1644
|
...
|
|
1645
1645
|
|
|
1646
1646
|
def loop_select(
|
|
1647
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1647
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1648
1648
|
execution_context: int | str | None = None,
|
|
1649
1649
|
undo: bool | None = None,
|
|
1650
1650
|
*,
|
|
@@ -1655,7 +1655,7 @@ def loop_select(
|
|
|
1655
1655
|
):
|
|
1656
1656
|
"""Select a loop of connected edges
|
|
1657
1657
|
|
|
1658
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1658
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1659
1659
|
:type execution_context: int | str | None
|
|
1660
1660
|
:type undo: bool | None
|
|
1661
1661
|
:param extend: Extend Select, Extend the selection
|
|
@@ -1671,7 +1671,7 @@ def loop_select(
|
|
|
1671
1671
|
...
|
|
1672
1672
|
|
|
1673
1673
|
def loop_to_region(
|
|
1674
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1674
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1675
1675
|
execution_context: int | str | None = None,
|
|
1676
1676
|
undo: bool | None = None,
|
|
1677
1677
|
*,
|
|
@@ -1679,7 +1679,7 @@ def loop_to_region(
|
|
|
1679
1679
|
):
|
|
1680
1680
|
"""Select region of faces inside of a selected loop of edges
|
|
1681
1681
|
|
|
1682
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1682
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1683
1683
|
:type execution_context: int | str | None
|
|
1684
1684
|
:type undo: bool | None
|
|
1685
1685
|
:param select_bigger: Select Bigger, Select bigger regions instead of smaller ones
|
|
@@ -1689,7 +1689,7 @@ def loop_to_region(
|
|
|
1689
1689
|
...
|
|
1690
1690
|
|
|
1691
1691
|
def loopcut(
|
|
1692
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1692
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1693
1693
|
execution_context: int | str | None = None,
|
|
1694
1694
|
undo: bool | None = None,
|
|
1695
1695
|
*,
|
|
@@ -1709,7 +1709,7 @@ def loopcut(
|
|
|
1709
1709
|
):
|
|
1710
1710
|
"""Add a new loop between existing loops
|
|
1711
1711
|
|
|
1712
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1712
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1713
1713
|
:type execution_context: int | str | None
|
|
1714
1714
|
:type undo: bool | None
|
|
1715
1715
|
:param number_cuts: Number of Cuts
|
|
@@ -1728,7 +1728,7 @@ def loopcut(
|
|
|
1728
1728
|
...
|
|
1729
1729
|
|
|
1730
1730
|
def loopcut_slide(
|
|
1731
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1731
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1732
1732
|
execution_context: int | str | None = None,
|
|
1733
1733
|
undo: bool | None = None,
|
|
1734
1734
|
*,
|
|
@@ -1737,7 +1737,7 @@ def loopcut_slide(
|
|
|
1737
1737
|
):
|
|
1738
1738
|
"""Cut mesh loop and slide it
|
|
1739
1739
|
|
|
1740
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1740
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1741
1741
|
:type execution_context: int | str | None
|
|
1742
1742
|
:type undo: bool | None
|
|
1743
1743
|
:param MESH_OT_loopcut: Loop Cut, Add a new loop between existing loops
|
|
@@ -1749,7 +1749,7 @@ def loopcut_slide(
|
|
|
1749
1749
|
...
|
|
1750
1750
|
|
|
1751
1751
|
def mark_freestyle_edge(
|
|
1752
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1752
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1753
1753
|
execution_context: int | str | None = None,
|
|
1754
1754
|
undo: bool | None = None,
|
|
1755
1755
|
*,
|
|
@@ -1757,7 +1757,7 @@ def mark_freestyle_edge(
|
|
|
1757
1757
|
):
|
|
1758
1758
|
"""(Un)mark selected edges as Freestyle feature edges
|
|
1759
1759
|
|
|
1760
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1760
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1761
1761
|
:type execution_context: int | str | None
|
|
1762
1762
|
:type undo: bool | None
|
|
1763
1763
|
:param clear: Clear
|
|
@@ -1767,7 +1767,7 @@ def mark_freestyle_edge(
|
|
|
1767
1767
|
...
|
|
1768
1768
|
|
|
1769
1769
|
def mark_freestyle_face(
|
|
1770
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1770
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1771
1771
|
execution_context: int | str | None = None,
|
|
1772
1772
|
undo: bool | None = None,
|
|
1773
1773
|
*,
|
|
@@ -1775,7 +1775,7 @@ def mark_freestyle_face(
|
|
|
1775
1775
|
):
|
|
1776
1776
|
"""(Un)mark selected faces for exclusion from Freestyle feature edge detection
|
|
1777
1777
|
|
|
1778
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1778
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1779
1779
|
:type execution_context: int | str | None
|
|
1780
1780
|
:type undo: bool | None
|
|
1781
1781
|
:param clear: Clear
|
|
@@ -1785,7 +1785,7 @@ def mark_freestyle_face(
|
|
|
1785
1785
|
...
|
|
1786
1786
|
|
|
1787
1787
|
def mark_seam(
|
|
1788
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1788
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1789
1789
|
execution_context: int | str | None = None,
|
|
1790
1790
|
undo: bool | None = None,
|
|
1791
1791
|
*,
|
|
@@ -1793,7 +1793,7 @@ def mark_seam(
|
|
|
1793
1793
|
):
|
|
1794
1794
|
"""(Un)mark selected edges as a seam
|
|
1795
1795
|
|
|
1796
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1796
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1797
1797
|
:type execution_context: int | str | None
|
|
1798
1798
|
:type undo: bool | None
|
|
1799
1799
|
:param clear: Clear
|
|
@@ -1803,7 +1803,7 @@ def mark_seam(
|
|
|
1803
1803
|
...
|
|
1804
1804
|
|
|
1805
1805
|
def mark_sharp(
|
|
1806
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1806
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1807
1807
|
execution_context: int | str | None = None,
|
|
1808
1808
|
undo: bool | None = None,
|
|
1809
1809
|
*,
|
|
@@ -1812,7 +1812,7 @@ def mark_sharp(
|
|
|
1812
1812
|
):
|
|
1813
1813
|
"""(Un)mark selected edges as sharp
|
|
1814
1814
|
|
|
1815
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1815
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1816
1816
|
:type execution_context: int | str | None
|
|
1817
1817
|
:type undo: bool | None
|
|
1818
1818
|
:param clear: Clear
|
|
@@ -1824,7 +1824,7 @@ def mark_sharp(
|
|
|
1824
1824
|
...
|
|
1825
1825
|
|
|
1826
1826
|
def merge(
|
|
1827
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1827
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1828
1828
|
execution_context: int | str | None = None,
|
|
1829
1829
|
undo: bool | None = None,
|
|
1830
1830
|
*,
|
|
@@ -1834,7 +1834,7 @@ def merge(
|
|
|
1834
1834
|
):
|
|
1835
1835
|
"""Merge selected vertices
|
|
1836
1836
|
|
|
1837
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1837
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1838
1838
|
:type execution_context: int | str | None
|
|
1839
1839
|
:type undo: bool | None
|
|
1840
1840
|
:param type: Type, Merge method to use
|
|
@@ -1846,13 +1846,13 @@ def merge(
|
|
|
1846
1846
|
...
|
|
1847
1847
|
|
|
1848
1848
|
def merge_normals(
|
|
1849
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1849
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1850
1850
|
execution_context: int | str | None = None,
|
|
1851
1851
|
undo: bool | None = None,
|
|
1852
1852
|
):
|
|
1853
1853
|
"""Merge custom normals of selected vertices
|
|
1854
1854
|
|
|
1855
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1855
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1856
1856
|
:type execution_context: int | str | None
|
|
1857
1857
|
:type undo: bool | None
|
|
1858
1858
|
"""
|
|
@@ -1860,7 +1860,7 @@ def merge_normals(
|
|
|
1860
1860
|
...
|
|
1861
1861
|
|
|
1862
1862
|
def mod_weighted_strength(
|
|
1863
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1863
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1864
1864
|
execution_context: int | str | None = None,
|
|
1865
1865
|
undo: bool | None = None,
|
|
1866
1866
|
*,
|
|
@@ -1869,7 +1869,7 @@ def mod_weighted_strength(
|
|
|
1869
1869
|
):
|
|
1870
1870
|
"""Set/Get strength of face (used in Weighted Normal modifier)
|
|
1871
1871
|
|
|
1872
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1872
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1873
1873
|
:type execution_context: int | str | None
|
|
1874
1874
|
:type undo: bool | None
|
|
1875
1875
|
:param set: Set Value, Set value of faces
|
|
@@ -1881,7 +1881,7 @@ def mod_weighted_strength(
|
|
|
1881
1881
|
...
|
|
1882
1882
|
|
|
1883
1883
|
def normals_make_consistent(
|
|
1884
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1884
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1885
1885
|
execution_context: int | str | None = None,
|
|
1886
1886
|
undo: bool | None = None,
|
|
1887
1887
|
*,
|
|
@@ -1889,7 +1889,7 @@ def normals_make_consistent(
|
|
|
1889
1889
|
):
|
|
1890
1890
|
"""Make face and vertex normals point either outside or inside the mesh
|
|
1891
1891
|
|
|
1892
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1892
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1893
1893
|
:type execution_context: int | str | None
|
|
1894
1894
|
:type undo: bool | None
|
|
1895
1895
|
:param inside: Inside
|
|
@@ -1899,7 +1899,7 @@ def normals_make_consistent(
|
|
|
1899
1899
|
...
|
|
1900
1900
|
|
|
1901
1901
|
def normals_tools(
|
|
1902
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1902
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1903
1903
|
execution_context: int | str | None = None,
|
|
1904
1904
|
undo: bool | None = None,
|
|
1905
1905
|
*,
|
|
@@ -1908,7 +1908,7 @@ def normals_tools(
|
|
|
1908
1908
|
):
|
|
1909
1909
|
"""Custom normals tools using Normal Vector of UI
|
|
1910
1910
|
|
|
1911
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1911
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1912
1912
|
:type execution_context: int | str | None
|
|
1913
1913
|
:type undo: bool | None
|
|
1914
1914
|
:param mode: Mode, Mode of tools taking input from interface
|
|
@@ -1935,7 +1935,7 @@ def normals_tools(
|
|
|
1935
1935
|
...
|
|
1936
1936
|
|
|
1937
1937
|
def offset_edge_loops(
|
|
1938
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1938
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1939
1939
|
execution_context: int | str | None = None,
|
|
1940
1940
|
undo: bool | None = None,
|
|
1941
1941
|
*,
|
|
@@ -1943,7 +1943,7 @@ def offset_edge_loops(
|
|
|
1943
1943
|
):
|
|
1944
1944
|
"""Create offset edge loop from the current selection
|
|
1945
1945
|
|
|
1946
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1946
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1947
1947
|
:type execution_context: int | str | None
|
|
1948
1948
|
:type undo: bool | None
|
|
1949
1949
|
:param use_cap_endpoint: Cap Endpoint, Extend loop around end-points
|
|
@@ -1953,7 +1953,7 @@ def offset_edge_loops(
|
|
|
1953
1953
|
...
|
|
1954
1954
|
|
|
1955
1955
|
def offset_edge_loops_slide(
|
|
1956
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1956
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1957
1957
|
execution_context: int | str | None = None,
|
|
1958
1958
|
undo: bool | None = None,
|
|
1959
1959
|
*,
|
|
@@ -1962,7 +1962,7 @@ def offset_edge_loops_slide(
|
|
|
1962
1962
|
):
|
|
1963
1963
|
"""Offset edge loop slide
|
|
1964
1964
|
|
|
1965
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1965
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1966
1966
|
:type execution_context: int | str | None
|
|
1967
1967
|
:type undo: bool | None
|
|
1968
1968
|
:param MESH_OT_offset_edge_loops: Offset Edge Loop, Create offset edge loop from the current selection
|
|
@@ -1974,7 +1974,7 @@ def offset_edge_loops_slide(
|
|
|
1974
1974
|
...
|
|
1975
1975
|
|
|
1976
1976
|
def paint_mask_extract(
|
|
1977
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1977
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1978
1978
|
execution_context: int | str | None = None,
|
|
1979
1979
|
undo: bool | None = None,
|
|
1980
1980
|
*,
|
|
@@ -1986,7 +1986,7 @@ def paint_mask_extract(
|
|
|
1986
1986
|
):
|
|
1987
1987
|
"""Create a new mesh object from the current paint mask
|
|
1988
1988
|
|
|
1989
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1989
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1990
1990
|
:type execution_context: int | str | None
|
|
1991
1991
|
:type undo: bool | None
|
|
1992
1992
|
:param mask_threshold: Threshold, Minimum mask value to consider the vertex valid to extract a face from the original mesh
|
|
@@ -2004,7 +2004,7 @@ def paint_mask_extract(
|
|
|
2004
2004
|
...
|
|
2005
2005
|
|
|
2006
2006
|
def paint_mask_slice(
|
|
2007
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2007
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2008
2008
|
execution_context: int | str | None = None,
|
|
2009
2009
|
undo: bool | None = None,
|
|
2010
2010
|
*,
|
|
@@ -2014,7 +2014,7 @@ def paint_mask_slice(
|
|
|
2014
2014
|
):
|
|
2015
2015
|
"""Slices the paint mask from the mesh
|
|
2016
2016
|
|
|
2017
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2017
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2018
2018
|
:type execution_context: int | str | None
|
|
2019
2019
|
:type undo: bool | None
|
|
2020
2020
|
:param mask_threshold: Threshold, Minimum mask value to consider the vertex valid to extract a face from the original mesh
|
|
@@ -2028,7 +2028,7 @@ def paint_mask_slice(
|
|
|
2028
2028
|
...
|
|
2029
2029
|
|
|
2030
2030
|
def point_normals(
|
|
2031
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2031
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2032
2032
|
execution_context: int | str | None = None,
|
|
2033
2033
|
undo: bool | None = None,
|
|
2034
2034
|
*,
|
|
@@ -2045,7 +2045,7 @@ def point_normals(
|
|
|
2045
2045
|
):
|
|
2046
2046
|
"""Point selected custom normals to specified Target
|
|
2047
2047
|
|
|
2048
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2048
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2049
2049
|
:type execution_context: int | str | None
|
|
2050
2050
|
:type undo: bool | None
|
|
2051
2051
|
:param mode: Mode, How to define coordinates to point custom normals to
|
|
@@ -2071,7 +2071,7 @@ def point_normals(
|
|
|
2071
2071
|
...
|
|
2072
2072
|
|
|
2073
2073
|
def poke(
|
|
2074
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2074
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2075
2075
|
execution_context: int | str | None = None,
|
|
2076
2076
|
undo: bool | None = None,
|
|
2077
2077
|
*,
|
|
@@ -2082,7 +2082,7 @@ def poke(
|
|
|
2082
2082
|
):
|
|
2083
2083
|
"""Split a face into a fan
|
|
2084
2084
|
|
|
2085
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2085
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2086
2086
|
:type execution_context: int | str | None
|
|
2087
2087
|
:type undo: bool | None
|
|
2088
2088
|
:param offset: Poke Offset, Poke Offset
|
|
@@ -2105,7 +2105,7 @@ def poke(
|
|
|
2105
2105
|
...
|
|
2106
2106
|
|
|
2107
2107
|
def polybuild_delete_at_cursor(
|
|
2108
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2108
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2109
2109
|
execution_context: int | str | None = None,
|
|
2110
2110
|
undo: bool | None = None,
|
|
2111
2111
|
*,
|
|
@@ -2130,7 +2130,7 @@ def polybuild_delete_at_cursor(
|
|
|
2130
2130
|
):
|
|
2131
2131
|
"""Undocumented, consider contributing.
|
|
2132
2132
|
|
|
2133
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2133
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2134
2134
|
:type execution_context: int | str | None
|
|
2135
2135
|
:type undo: bool | None
|
|
2136
2136
|
:param mirror: Mirror Editing
|
|
@@ -2154,13 +2154,13 @@ def polybuild_delete_at_cursor(
|
|
|
2154
2154
|
...
|
|
2155
2155
|
|
|
2156
2156
|
def polybuild_dissolve_at_cursor(
|
|
2157
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2157
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2158
2158
|
execution_context: int | str | None = None,
|
|
2159
2159
|
undo: bool | None = None,
|
|
2160
2160
|
):
|
|
2161
2161
|
"""Undocumented, consider contributing.
|
|
2162
2162
|
|
|
2163
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2163
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2164
2164
|
:type execution_context: int | str | None
|
|
2165
2165
|
:type undo: bool | None
|
|
2166
2166
|
"""
|
|
@@ -2168,7 +2168,7 @@ def polybuild_dissolve_at_cursor(
|
|
|
2168
2168
|
...
|
|
2169
2169
|
|
|
2170
2170
|
def polybuild_extrude_at_cursor_move(
|
|
2171
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2171
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2172
2172
|
execution_context: int | str | None = None,
|
|
2173
2173
|
undo: bool | None = None,
|
|
2174
2174
|
*,
|
|
@@ -2178,7 +2178,7 @@ def polybuild_extrude_at_cursor_move(
|
|
|
2178
2178
|
):
|
|
2179
2179
|
"""Undocumented, consider contributing.
|
|
2180
2180
|
|
|
2181
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2181
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2182
2182
|
:type execution_context: int | str | None
|
|
2183
2183
|
:type undo: bool | None
|
|
2184
2184
|
:param MESH_OT_polybuild_transform_at_cursor: Poly Build Transform at Cursor
|
|
@@ -2192,7 +2192,7 @@ def polybuild_extrude_at_cursor_move(
|
|
|
2192
2192
|
...
|
|
2193
2193
|
|
|
2194
2194
|
def polybuild_face_at_cursor(
|
|
2195
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2195
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2196
2196
|
execution_context: int | str | None = None,
|
|
2197
2197
|
undo: bool | None = None,
|
|
2198
2198
|
*,
|
|
@@ -2218,7 +2218,7 @@ def polybuild_face_at_cursor(
|
|
|
2218
2218
|
):
|
|
2219
2219
|
"""Undocumented, consider contributing.
|
|
2220
2220
|
|
|
2221
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2221
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2222
2222
|
:type execution_context: int | str | None
|
|
2223
2223
|
:type undo: bool | None
|
|
2224
2224
|
:param create_quads: Create Quads, Automatically split edges in triangles to maintain quad topology
|
|
@@ -2244,7 +2244,7 @@ def polybuild_face_at_cursor(
|
|
|
2244
2244
|
...
|
|
2245
2245
|
|
|
2246
2246
|
def polybuild_face_at_cursor_move(
|
|
2247
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2247
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2248
2248
|
execution_context: int | str | None = None,
|
|
2249
2249
|
undo: bool | None = None,
|
|
2250
2250
|
*,
|
|
@@ -2253,7 +2253,7 @@ def polybuild_face_at_cursor_move(
|
|
|
2253
2253
|
):
|
|
2254
2254
|
"""Undocumented, consider contributing.
|
|
2255
2255
|
|
|
2256
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2256
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2257
2257
|
:type execution_context: int | str | None
|
|
2258
2258
|
:type undo: bool | None
|
|
2259
2259
|
:param MESH_OT_polybuild_face_at_cursor: Poly Build Face at Cursor
|
|
@@ -2265,7 +2265,7 @@ def polybuild_face_at_cursor_move(
|
|
|
2265
2265
|
...
|
|
2266
2266
|
|
|
2267
2267
|
def polybuild_split_at_cursor(
|
|
2268
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2268
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2269
2269
|
execution_context: int | str | None = None,
|
|
2270
2270
|
undo: bool | None = None,
|
|
2271
2271
|
*,
|
|
@@ -2290,7 +2290,7 @@ def polybuild_split_at_cursor(
|
|
|
2290
2290
|
):
|
|
2291
2291
|
"""Undocumented, consider contributing.
|
|
2292
2292
|
|
|
2293
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2293
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2294
2294
|
:type execution_context: int | str | None
|
|
2295
2295
|
:type undo: bool | None
|
|
2296
2296
|
:param mirror: Mirror Editing
|
|
@@ -2314,7 +2314,7 @@ def polybuild_split_at_cursor(
|
|
|
2314
2314
|
...
|
|
2315
2315
|
|
|
2316
2316
|
def polybuild_split_at_cursor_move(
|
|
2317
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2317
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2318
2318
|
execution_context: int | str | None = None,
|
|
2319
2319
|
undo: bool | None = None,
|
|
2320
2320
|
*,
|
|
@@ -2323,7 +2323,7 @@ def polybuild_split_at_cursor_move(
|
|
|
2323
2323
|
):
|
|
2324
2324
|
"""Undocumented, consider contributing.
|
|
2325
2325
|
|
|
2326
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2326
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2327
2327
|
:type execution_context: int | str | None
|
|
2328
2328
|
:type undo: bool | None
|
|
2329
2329
|
:param MESH_OT_polybuild_split_at_cursor: Poly Build Split at Cursor
|
|
@@ -2335,7 +2335,7 @@ def polybuild_split_at_cursor_move(
|
|
|
2335
2335
|
...
|
|
2336
2336
|
|
|
2337
2337
|
def polybuild_transform_at_cursor(
|
|
2338
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2338
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2339
2339
|
execution_context: int | str | None = None,
|
|
2340
2340
|
undo: bool | None = None,
|
|
2341
2341
|
*,
|
|
@@ -2360,7 +2360,7 @@ def polybuild_transform_at_cursor(
|
|
|
2360
2360
|
):
|
|
2361
2361
|
"""Undocumented, consider contributing.
|
|
2362
2362
|
|
|
2363
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2363
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2364
2364
|
:type execution_context: int | str | None
|
|
2365
2365
|
:type undo: bool | None
|
|
2366
2366
|
:param mirror: Mirror Editing
|
|
@@ -2384,7 +2384,7 @@ def polybuild_transform_at_cursor(
|
|
|
2384
2384
|
...
|
|
2385
2385
|
|
|
2386
2386
|
def polybuild_transform_at_cursor_move(
|
|
2387
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2387
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2388
2388
|
execution_context: int | str | None = None,
|
|
2389
2389
|
undo: bool | None = None,
|
|
2390
2390
|
*,
|
|
@@ -2393,7 +2393,7 @@ def polybuild_transform_at_cursor_move(
|
|
|
2393
2393
|
):
|
|
2394
2394
|
"""Undocumented, consider contributing.
|
|
2395
2395
|
|
|
2396
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2396
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2397
2397
|
:type execution_context: int | str | None
|
|
2398
2398
|
:type undo: bool | None
|
|
2399
2399
|
:param MESH_OT_polybuild_transform_at_cursor: Poly Build Transform at Cursor
|
|
@@ -2405,7 +2405,7 @@ def polybuild_transform_at_cursor_move(
|
|
|
2405
2405
|
...
|
|
2406
2406
|
|
|
2407
2407
|
def primitive_circle_add(
|
|
2408
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2408
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2409
2409
|
execution_context: int | str | None = None,
|
|
2410
2410
|
undo: bool | None = None,
|
|
2411
2411
|
*,
|
|
@@ -2429,7 +2429,7 @@ def primitive_circle_add(
|
|
|
2429
2429
|
):
|
|
2430
2430
|
"""Construct a circle mesh
|
|
2431
2431
|
|
|
2432
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2432
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2433
2433
|
:type execution_context: int | str | None
|
|
2434
2434
|
:type undo: bool | None
|
|
2435
2435
|
:param vertices: Vertices
|
|
@@ -2473,7 +2473,7 @@ def primitive_circle_add(
|
|
|
2473
2473
|
...
|
|
2474
2474
|
|
|
2475
2475
|
def primitive_cone_add(
|
|
2476
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2476
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2477
2477
|
execution_context: int | str | None = None,
|
|
2478
2478
|
undo: bool | None = None,
|
|
2479
2479
|
*,
|
|
@@ -2499,7 +2499,7 @@ def primitive_cone_add(
|
|
|
2499
2499
|
):
|
|
2500
2500
|
"""Construct a conic mesh
|
|
2501
2501
|
|
|
2502
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2502
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2503
2503
|
:type execution_context: int | str | None
|
|
2504
2504
|
:type undo: bool | None
|
|
2505
2505
|
:param vertices: Vertices
|
|
@@ -2547,7 +2547,7 @@ def primitive_cone_add(
|
|
|
2547
2547
|
...
|
|
2548
2548
|
|
|
2549
2549
|
def primitive_cube_add(
|
|
2550
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2550
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2551
2551
|
execution_context: int | str | None = None,
|
|
2552
2552
|
undo: bool | None = None,
|
|
2553
2553
|
*,
|
|
@@ -2569,7 +2569,7 @@ def primitive_cube_add(
|
|
|
2569
2569
|
):
|
|
2570
2570
|
"""Construct a cube mesh that consists of six square faces
|
|
2571
2571
|
|
|
2572
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2572
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2573
2573
|
:type execution_context: int | str | None
|
|
2574
2574
|
:type undo: bool | None
|
|
2575
2575
|
:param size: Size
|
|
@@ -2600,7 +2600,7 @@ def primitive_cube_add(
|
|
|
2600
2600
|
...
|
|
2601
2601
|
|
|
2602
2602
|
def primitive_cube_add_gizmo(
|
|
2603
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2603
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2604
2604
|
execution_context: int | str | None = None,
|
|
2605
2605
|
undo: bool | None = None,
|
|
2606
2606
|
*,
|
|
@@ -2629,7 +2629,7 @@ def primitive_cube_add_gizmo(
|
|
|
2629
2629
|
):
|
|
2630
2630
|
"""Construct a cube mesh
|
|
2631
2631
|
|
|
2632
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2632
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2633
2633
|
:type execution_context: int | str | None
|
|
2634
2634
|
:type undo: bool | None
|
|
2635
2635
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
@@ -2660,7 +2660,7 @@ def primitive_cube_add_gizmo(
|
|
|
2660
2660
|
...
|
|
2661
2661
|
|
|
2662
2662
|
def primitive_cylinder_add(
|
|
2663
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2663
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2664
2664
|
execution_context: int | str | None = None,
|
|
2665
2665
|
undo: bool | None = None,
|
|
2666
2666
|
*,
|
|
@@ -2685,7 +2685,7 @@ def primitive_cylinder_add(
|
|
|
2685
2685
|
):
|
|
2686
2686
|
"""Construct a cylinder mesh
|
|
2687
2687
|
|
|
2688
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2688
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2689
2689
|
:type execution_context: int | str | None
|
|
2690
2690
|
:type undo: bool | None
|
|
2691
2691
|
:param vertices: Vertices
|
|
@@ -2731,7 +2731,7 @@ def primitive_cylinder_add(
|
|
|
2731
2731
|
...
|
|
2732
2732
|
|
|
2733
2733
|
def primitive_grid_add(
|
|
2734
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2734
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2735
2735
|
execution_context: int | str | None = None,
|
|
2736
2736
|
undo: bool | None = None,
|
|
2737
2737
|
*,
|
|
@@ -2755,7 +2755,7 @@ def primitive_grid_add(
|
|
|
2755
2755
|
):
|
|
2756
2756
|
"""Construct a subdivided plane mesh
|
|
2757
2757
|
|
|
2758
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2758
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2759
2759
|
:type execution_context: int | str | None
|
|
2760
2760
|
:type undo: bool | None
|
|
2761
2761
|
:param x_subdivisions: X Subdivisions
|
|
@@ -2790,7 +2790,7 @@ def primitive_grid_add(
|
|
|
2790
2790
|
...
|
|
2791
2791
|
|
|
2792
2792
|
def primitive_ico_sphere_add(
|
|
2793
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2793
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2794
2794
|
execution_context: int | str | None = None,
|
|
2795
2795
|
undo: bool | None = None,
|
|
2796
2796
|
*,
|
|
@@ -2813,7 +2813,7 @@ def primitive_ico_sphere_add(
|
|
|
2813
2813
|
):
|
|
2814
2814
|
"""Construct a spherical mesh that consists of equally sized triangles
|
|
2815
2815
|
|
|
2816
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2816
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2817
2817
|
:type execution_context: int | str | None
|
|
2818
2818
|
:type undo: bool | None
|
|
2819
2819
|
:param subdivisions: Subdivisions
|
|
@@ -2846,7 +2846,7 @@ def primitive_ico_sphere_add(
|
|
|
2846
2846
|
...
|
|
2847
2847
|
|
|
2848
2848
|
def primitive_monkey_add(
|
|
2849
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2849
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2850
2850
|
execution_context: int | str | None = None,
|
|
2851
2851
|
undo: bool | None = None,
|
|
2852
2852
|
*,
|
|
@@ -2868,7 +2868,7 @@ def primitive_monkey_add(
|
|
|
2868
2868
|
):
|
|
2869
2869
|
"""Construct a Suzanne mesh
|
|
2870
2870
|
|
|
2871
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2871
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2872
2872
|
:type execution_context: int | str | None
|
|
2873
2873
|
:type undo: bool | None
|
|
2874
2874
|
:param size: Size
|
|
@@ -2899,7 +2899,7 @@ def primitive_monkey_add(
|
|
|
2899
2899
|
...
|
|
2900
2900
|
|
|
2901
2901
|
def primitive_plane_add(
|
|
2902
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2902
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2903
2903
|
execution_context: int | str | None = None,
|
|
2904
2904
|
undo: bool | None = None,
|
|
2905
2905
|
*,
|
|
@@ -2921,7 +2921,7 @@ def primitive_plane_add(
|
|
|
2921
2921
|
):
|
|
2922
2922
|
"""Construct a filled planar mesh with 4 vertices
|
|
2923
2923
|
|
|
2924
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2924
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2925
2925
|
:type execution_context: int | str | None
|
|
2926
2926
|
:type undo: bool | None
|
|
2927
2927
|
:param size: Size
|
|
@@ -2952,7 +2952,7 @@ def primitive_plane_add(
|
|
|
2952
2952
|
...
|
|
2953
2953
|
|
|
2954
2954
|
def primitive_torus_add(
|
|
2955
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2955
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
2956
2956
|
execution_context: int | str | None = None,
|
|
2957
2957
|
undo: bool | None = None,
|
|
2958
2958
|
*,
|
|
@@ -2978,7 +2978,7 @@ def primitive_torus_add(
|
|
|
2978
2978
|
):
|
|
2979
2979
|
"""Construct a torus mesh
|
|
2980
2980
|
|
|
2981
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2981
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
2982
2982
|
:type execution_context: int | str | None
|
|
2983
2983
|
:type undo: bool | None
|
|
2984
2984
|
:param align: Align
|
|
@@ -3023,7 +3023,7 @@ def primitive_torus_add(
|
|
|
3023
3023
|
...
|
|
3024
3024
|
|
|
3025
3025
|
def primitive_uv_sphere_add(
|
|
3026
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3026
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3027
3027
|
execution_context: int | str | None = None,
|
|
3028
3028
|
undo: bool | None = None,
|
|
3029
3029
|
*,
|
|
@@ -3047,7 +3047,7 @@ def primitive_uv_sphere_add(
|
|
|
3047
3047
|
):
|
|
3048
3048
|
"""Construct a spherical mesh with quad faces, except for triangle faces at the top and bottom
|
|
3049
3049
|
|
|
3050
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3050
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3051
3051
|
:type execution_context: int | str | None
|
|
3052
3052
|
:type undo: bool | None
|
|
3053
3053
|
:param segments: Segments
|
|
@@ -3082,7 +3082,7 @@ def primitive_uv_sphere_add(
|
|
|
3082
3082
|
...
|
|
3083
3083
|
|
|
3084
3084
|
def quads_convert_to_tris(
|
|
3085
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3085
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3086
3086
|
execution_context: int | str | None = None,
|
|
3087
3087
|
undo: bool | None = None,
|
|
3088
3088
|
*,
|
|
@@ -3094,7 +3094,7 @@ def quads_convert_to_tris(
|
|
|
3094
3094
|
):
|
|
3095
3095
|
"""Triangulate selected faces
|
|
3096
3096
|
|
|
3097
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3097
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3098
3098
|
:type execution_context: int | str | None
|
|
3099
3099
|
:type undo: bool | None
|
|
3100
3100
|
:param quad_method: Quad Method, Method for splitting the quads into triangles
|
|
@@ -3106,13 +3106,13 @@ def quads_convert_to_tris(
|
|
|
3106
3106
|
...
|
|
3107
3107
|
|
|
3108
3108
|
def region_to_loop(
|
|
3109
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3109
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3110
3110
|
execution_context: int | str | None = None,
|
|
3111
3111
|
undo: bool | None = None,
|
|
3112
3112
|
):
|
|
3113
3113
|
"""Select boundary edges around the selected faces
|
|
3114
3114
|
|
|
3115
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3115
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3116
3116
|
:type execution_context: int | str | None
|
|
3117
3117
|
:type undo: bool | None
|
|
3118
3118
|
"""
|
|
@@ -3120,7 +3120,7 @@ def region_to_loop(
|
|
|
3120
3120
|
...
|
|
3121
3121
|
|
|
3122
3122
|
def remove_doubles(
|
|
3123
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3123
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3124
3124
|
execution_context: int | str | None = None,
|
|
3125
3125
|
undo: bool | None = None,
|
|
3126
3126
|
*,
|
|
@@ -3130,7 +3130,7 @@ def remove_doubles(
|
|
|
3130
3130
|
):
|
|
3131
3131
|
"""Merge vertices based on their proximity
|
|
3132
3132
|
|
|
3133
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3133
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3134
3134
|
:type execution_context: int | str | None
|
|
3135
3135
|
:type undo: bool | None
|
|
3136
3136
|
:param threshold: Merge Distance, Maximum distance between elements to merge
|
|
@@ -3144,7 +3144,7 @@ def remove_doubles(
|
|
|
3144
3144
|
...
|
|
3145
3145
|
|
|
3146
3146
|
def reveal(
|
|
3147
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3147
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3148
3148
|
execution_context: int | str | None = None,
|
|
3149
3149
|
undo: bool | None = None,
|
|
3150
3150
|
*,
|
|
@@ -3152,7 +3152,7 @@ def reveal(
|
|
|
3152
3152
|
):
|
|
3153
3153
|
"""Reveal all hidden vertices, edges and faces
|
|
3154
3154
|
|
|
3155
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3155
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3156
3156
|
:type execution_context: int | str | None
|
|
3157
3157
|
:type undo: bool | None
|
|
3158
3158
|
:param select: Select
|
|
@@ -3162,7 +3162,7 @@ def reveal(
|
|
|
3162
3162
|
...
|
|
3163
3163
|
|
|
3164
3164
|
def rip(
|
|
3165
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3165
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3166
3166
|
execution_context: int | str | None = None,
|
|
3167
3167
|
undo: bool | None = None,
|
|
3168
3168
|
*,
|
|
@@ -3188,7 +3188,7 @@ def rip(
|
|
|
3188
3188
|
):
|
|
3189
3189
|
"""Disconnect vertex or edges from connected geometry
|
|
3190
3190
|
|
|
3191
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3191
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3192
3192
|
:type execution_context: int | str | None
|
|
3193
3193
|
:type undo: bool | None
|
|
3194
3194
|
:param mirror: Mirror Editing
|
|
@@ -3214,7 +3214,7 @@ def rip(
|
|
|
3214
3214
|
...
|
|
3215
3215
|
|
|
3216
3216
|
def rip_edge(
|
|
3217
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3217
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3218
3218
|
execution_context: int | str | None = None,
|
|
3219
3219
|
undo: bool | None = None,
|
|
3220
3220
|
*,
|
|
@@ -3239,7 +3239,7 @@ def rip_edge(
|
|
|
3239
3239
|
):
|
|
3240
3240
|
"""Extend vertices along the edge closest to the cursor
|
|
3241
3241
|
|
|
3242
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3242
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3243
3243
|
:type execution_context: int | str | None
|
|
3244
3244
|
:type undo: bool | None
|
|
3245
3245
|
:param mirror: Mirror Editing
|
|
@@ -3263,7 +3263,7 @@ def rip_edge(
|
|
|
3263
3263
|
...
|
|
3264
3264
|
|
|
3265
3265
|
def rip_edge_move(
|
|
3266
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3266
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3267
3267
|
execution_context: int | str | None = None,
|
|
3268
3268
|
undo: bool | None = None,
|
|
3269
3269
|
*,
|
|
@@ -3272,7 +3272,7 @@ def rip_edge_move(
|
|
|
3272
3272
|
):
|
|
3273
3273
|
"""Extend vertices and move the result
|
|
3274
3274
|
|
|
3275
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3275
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3276
3276
|
:type execution_context: int | str | None
|
|
3277
3277
|
:type undo: bool | None
|
|
3278
3278
|
:param MESH_OT_rip_edge: Extend Vertices, Extend vertices along the edge closest to the cursor
|
|
@@ -3284,7 +3284,7 @@ def rip_edge_move(
|
|
|
3284
3284
|
...
|
|
3285
3285
|
|
|
3286
3286
|
def rip_move(
|
|
3287
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3287
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3288
3288
|
execution_context: int | str | None = None,
|
|
3289
3289
|
undo: bool | None = None,
|
|
3290
3290
|
*,
|
|
@@ -3293,7 +3293,7 @@ def rip_move(
|
|
|
3293
3293
|
):
|
|
3294
3294
|
"""Rip polygons and move the result
|
|
3295
3295
|
|
|
3296
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3296
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3297
3297
|
:type execution_context: int | str | None
|
|
3298
3298
|
:type undo: bool | None
|
|
3299
3299
|
:param MESH_OT_rip: Rip, Disconnect vertex or edges from connected geometry
|
|
@@ -3305,7 +3305,7 @@ def rip_move(
|
|
|
3305
3305
|
...
|
|
3306
3306
|
|
|
3307
3307
|
def screw(
|
|
3308
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3308
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3309
3309
|
execution_context: int | str | None = None,
|
|
3310
3310
|
undo: bool | None = None,
|
|
3311
3311
|
*,
|
|
@@ -3316,7 +3316,7 @@ def screw(
|
|
|
3316
3316
|
):
|
|
3317
3317
|
"""Extrude selected vertices in screw-shaped rotation around the cursor in indicated viewport
|
|
3318
3318
|
|
|
3319
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3319
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3320
3320
|
:type execution_context: int | str | None
|
|
3321
3321
|
:type undo: bool | None
|
|
3322
3322
|
:param steps: Steps, Steps
|
|
@@ -3332,7 +3332,7 @@ def screw(
|
|
|
3332
3332
|
...
|
|
3333
3333
|
|
|
3334
3334
|
def select_all(
|
|
3335
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3335
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3336
3336
|
execution_context: int | str | None = None,
|
|
3337
3337
|
undo: bool | None = None,
|
|
3338
3338
|
*,
|
|
@@ -3340,7 +3340,7 @@ def select_all(
|
|
|
3340
3340
|
):
|
|
3341
3341
|
"""(De)select all vertices, edges or faces
|
|
3342
3342
|
|
|
3343
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3343
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3344
3344
|
:type execution_context: int | str | None
|
|
3345
3345
|
:type undo: bool | None
|
|
3346
3346
|
:param action: Action, Selection action to execute
|
|
@@ -3362,7 +3362,7 @@ def select_all(
|
|
|
3362
3362
|
...
|
|
3363
3363
|
|
|
3364
3364
|
def select_axis(
|
|
3365
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3365
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3366
3366
|
execution_context: int | str | None = None,
|
|
3367
3367
|
undo: bool | None = None,
|
|
3368
3368
|
*,
|
|
@@ -3376,7 +3376,7 @@ def select_axis(
|
|
|
3376
3376
|
):
|
|
3377
3377
|
"""Select all data in the mesh on a single axis
|
|
3378
3378
|
|
|
3379
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3379
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3380
3380
|
:type execution_context: int | str | None
|
|
3381
3381
|
:type undo: bool | None
|
|
3382
3382
|
:param orientation: Axis Mode, Axis orientation
|
|
@@ -3392,13 +3392,13 @@ def select_axis(
|
|
|
3392
3392
|
...
|
|
3393
3393
|
|
|
3394
3394
|
def select_by_attribute(
|
|
3395
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3395
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3396
3396
|
execution_context: int | str | None = None,
|
|
3397
3397
|
undo: bool | None = None,
|
|
3398
3398
|
):
|
|
3399
3399
|
"""Select elements based on the active boolean attribute
|
|
3400
3400
|
|
|
3401
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3401
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3402
3402
|
:type execution_context: int | str | None
|
|
3403
3403
|
:type undo: bool | None
|
|
3404
3404
|
"""
|
|
@@ -3406,7 +3406,7 @@ def select_by_attribute(
|
|
|
3406
3406
|
...
|
|
3407
3407
|
|
|
3408
3408
|
def select_face_by_sides(
|
|
3409
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3409
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3410
3410
|
execution_context: int | str | None = None,
|
|
3411
3411
|
undo: bool | None = None,
|
|
3412
3412
|
*,
|
|
@@ -3416,7 +3416,7 @@ def select_face_by_sides(
|
|
|
3416
3416
|
):
|
|
3417
3417
|
"""Select vertices or faces by the number of face sides
|
|
3418
3418
|
|
|
3419
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3419
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3420
3420
|
:type execution_context: int | str | None
|
|
3421
3421
|
:type undo: bool | None
|
|
3422
3422
|
:param number: Number of Vertices
|
|
@@ -3430,13 +3430,13 @@ def select_face_by_sides(
|
|
|
3430
3430
|
...
|
|
3431
3431
|
|
|
3432
3432
|
def select_interior_faces(
|
|
3433
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3433
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3434
3434
|
execution_context: int | str | None = None,
|
|
3435
3435
|
undo: bool | None = None,
|
|
3436
3436
|
):
|
|
3437
3437
|
"""Select faces where all edges have more than 2 face users
|
|
3438
3438
|
|
|
3439
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3439
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3440
3440
|
:type execution_context: int | str | None
|
|
3441
3441
|
:type undo: bool | None
|
|
3442
3442
|
"""
|
|
@@ -3444,7 +3444,7 @@ def select_interior_faces(
|
|
|
3444
3444
|
...
|
|
3445
3445
|
|
|
3446
3446
|
def select_less(
|
|
3447
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3447
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3448
3448
|
execution_context: int | str | None = None,
|
|
3449
3449
|
undo: bool | None = None,
|
|
3450
3450
|
*,
|
|
@@ -3452,7 +3452,7 @@ def select_less(
|
|
|
3452
3452
|
):
|
|
3453
3453
|
"""Deselect vertices, edges or faces at the boundary of each selection region
|
|
3454
3454
|
|
|
3455
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3455
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3456
3456
|
:type execution_context: int | str | None
|
|
3457
3457
|
:type undo: bool | None
|
|
3458
3458
|
:param use_face_step: Face Step, Connected faces (instead of edges)
|
|
@@ -3462,7 +3462,7 @@ def select_less(
|
|
|
3462
3462
|
...
|
|
3463
3463
|
|
|
3464
3464
|
def select_linked(
|
|
3465
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3465
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3466
3466
|
execution_context: int | str | None = None,
|
|
3467
3467
|
undo: bool | None = None,
|
|
3468
3468
|
*,
|
|
@@ -3472,7 +3472,7 @@ def select_linked(
|
|
|
3472
3472
|
):
|
|
3473
3473
|
"""Select all vertices connected to the current selection
|
|
3474
3474
|
|
|
3475
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3475
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3476
3476
|
:type execution_context: int | str | None
|
|
3477
3477
|
:type undo: bool | None
|
|
3478
3478
|
:param delimit: Delimit, Delimit selected region
|
|
@@ -3482,7 +3482,7 @@ def select_linked(
|
|
|
3482
3482
|
...
|
|
3483
3483
|
|
|
3484
3484
|
def select_linked_pick(
|
|
3485
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3485
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3486
3486
|
execution_context: int | str | None = None,
|
|
3487
3487
|
undo: bool | None = None,
|
|
3488
3488
|
*,
|
|
@@ -3495,7 +3495,7 @@ def select_linked_pick(
|
|
|
3495
3495
|
):
|
|
3496
3496
|
"""(De)select all vertices linked to the edge under the mouse cursor
|
|
3497
3497
|
|
|
3498
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3498
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3499
3499
|
:type execution_context: int | str | None
|
|
3500
3500
|
:type undo: bool | None
|
|
3501
3501
|
:param deselect: Deselect
|
|
@@ -3509,7 +3509,7 @@ def select_linked_pick(
|
|
|
3509
3509
|
...
|
|
3510
3510
|
|
|
3511
3511
|
def select_loose(
|
|
3512
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3512
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3513
3513
|
execution_context: int | str | None = None,
|
|
3514
3514
|
undo: bool | None = None,
|
|
3515
3515
|
*,
|
|
@@ -3517,7 +3517,7 @@ def select_loose(
|
|
|
3517
3517
|
):
|
|
3518
3518
|
"""Select loose geometry based on the selection mode
|
|
3519
3519
|
|
|
3520
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3520
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3521
3521
|
:type execution_context: int | str | None
|
|
3522
3522
|
:type undo: bool | None
|
|
3523
3523
|
:param extend: Extend, Extend the selection
|
|
@@ -3527,7 +3527,7 @@ def select_loose(
|
|
|
3527
3527
|
...
|
|
3528
3528
|
|
|
3529
3529
|
def select_mirror(
|
|
3530
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3530
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3531
3531
|
execution_context: int | str | None = None,
|
|
3532
3532
|
undo: bool | None = None,
|
|
3533
3533
|
*,
|
|
@@ -3536,7 +3536,7 @@ def select_mirror(
|
|
|
3536
3536
|
):
|
|
3537
3537
|
"""Select mesh items at mirrored locations
|
|
3538
3538
|
|
|
3539
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3539
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3540
3540
|
:type execution_context: int | str | None
|
|
3541
3541
|
:type undo: bool | None
|
|
3542
3542
|
:param axis: Axis
|
|
@@ -3548,7 +3548,7 @@ def select_mirror(
|
|
|
3548
3548
|
...
|
|
3549
3549
|
|
|
3550
3550
|
def select_mode(
|
|
3551
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3551
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3552
3552
|
execution_context: int | str | None = None,
|
|
3553
3553
|
undo: bool | None = None,
|
|
3554
3554
|
*,
|
|
@@ -3559,7 +3559,7 @@ def select_mode(
|
|
|
3559
3559
|
):
|
|
3560
3560
|
"""Change selection mode
|
|
3561
3561
|
|
|
3562
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3562
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3563
3563
|
:type execution_context: int | str | None
|
|
3564
3564
|
:type undo: bool | None
|
|
3565
3565
|
:param use_extend: Extend
|
|
@@ -3584,7 +3584,7 @@ def select_mode(
|
|
|
3584
3584
|
...
|
|
3585
3585
|
|
|
3586
3586
|
def select_more(
|
|
3587
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3587
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3588
3588
|
execution_context: int | str | None = None,
|
|
3589
3589
|
undo: bool | None = None,
|
|
3590
3590
|
*,
|
|
@@ -3592,7 +3592,7 @@ def select_more(
|
|
|
3592
3592
|
):
|
|
3593
3593
|
"""Select more vertices, edges or faces connected to initial selection
|
|
3594
3594
|
|
|
3595
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3595
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3596
3596
|
:type execution_context: int | str | None
|
|
3597
3597
|
:type undo: bool | None
|
|
3598
3598
|
:param use_face_step: Face Step, Connected faces (instead of edges)
|
|
@@ -3602,13 +3602,13 @@ def select_more(
|
|
|
3602
3602
|
...
|
|
3603
3603
|
|
|
3604
3604
|
def select_next_item(
|
|
3605
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3605
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3606
3606
|
execution_context: int | str | None = None,
|
|
3607
3607
|
undo: bool | None = None,
|
|
3608
3608
|
):
|
|
3609
3609
|
"""Select the next element (using selection order)
|
|
3610
3610
|
|
|
3611
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3611
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3612
3612
|
:type execution_context: int | str | None
|
|
3613
3613
|
:type undo: bool | None
|
|
3614
3614
|
"""
|
|
@@ -3616,7 +3616,7 @@ def select_next_item(
|
|
|
3616
3616
|
...
|
|
3617
3617
|
|
|
3618
3618
|
def select_non_manifold(
|
|
3619
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3619
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3620
3620
|
execution_context: int | str | None = None,
|
|
3621
3621
|
undo: bool | None = None,
|
|
3622
3622
|
*,
|
|
@@ -3629,7 +3629,7 @@ def select_non_manifold(
|
|
|
3629
3629
|
):
|
|
3630
3630
|
"""Select all non-manifold vertices or edges
|
|
3631
3631
|
|
|
3632
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3632
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3633
3633
|
:type execution_context: int | str | None
|
|
3634
3634
|
:type undo: bool | None
|
|
3635
3635
|
:param extend: Extend, Extend the selection
|
|
@@ -3649,7 +3649,7 @@ def select_non_manifold(
|
|
|
3649
3649
|
...
|
|
3650
3650
|
|
|
3651
3651
|
def select_nth(
|
|
3652
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3652
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3653
3653
|
execution_context: int | str | None = None,
|
|
3654
3654
|
undo: bool | None = None,
|
|
3655
3655
|
*,
|
|
@@ -3659,7 +3659,7 @@ def select_nth(
|
|
|
3659
3659
|
):
|
|
3660
3660
|
"""Deselect every Nth element starting from the active vertex, edge or face
|
|
3661
3661
|
|
|
3662
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3662
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3663
3663
|
:type execution_context: int | str | None
|
|
3664
3664
|
:type undo: bool | None
|
|
3665
3665
|
:param skip: Deselected, Number of deselected elements in the repetitive sequence
|
|
@@ -3673,13 +3673,13 @@ def select_nth(
|
|
|
3673
3673
|
...
|
|
3674
3674
|
|
|
3675
3675
|
def select_prev_item(
|
|
3676
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3676
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3677
3677
|
execution_context: int | str | None = None,
|
|
3678
3678
|
undo: bool | None = None,
|
|
3679
3679
|
):
|
|
3680
3680
|
"""Select the previous element (using selection order)
|
|
3681
3681
|
|
|
3682
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3682
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3683
3683
|
:type execution_context: int | str | None
|
|
3684
3684
|
:type undo: bool | None
|
|
3685
3685
|
"""
|
|
@@ -3687,7 +3687,7 @@ def select_prev_item(
|
|
|
3687
3687
|
...
|
|
3688
3688
|
|
|
3689
3689
|
def select_random(
|
|
3690
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3690
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3691
3691
|
execution_context: int | str | None = None,
|
|
3692
3692
|
undo: bool | None = None,
|
|
3693
3693
|
*,
|
|
@@ -3697,7 +3697,7 @@ def select_random(
|
|
|
3697
3697
|
):
|
|
3698
3698
|
"""Randomly select vertices
|
|
3699
3699
|
|
|
3700
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3700
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3701
3701
|
:type execution_context: int | str | None
|
|
3702
3702
|
:type undo: bool | None
|
|
3703
3703
|
:param ratio: Ratio, Portion of items to select randomly
|
|
@@ -3717,7 +3717,7 @@ def select_random(
|
|
|
3717
3717
|
...
|
|
3718
3718
|
|
|
3719
3719
|
def select_similar(
|
|
3720
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3720
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3721
3721
|
execution_context: int | str | None = None,
|
|
3722
3722
|
undo: bool | None = None,
|
|
3723
3723
|
*,
|
|
@@ -3751,7 +3751,7 @@ def select_similar(
|
|
|
3751
3751
|
):
|
|
3752
3752
|
"""Select similar vertices, edges or faces by property types
|
|
3753
3753
|
|
|
3754
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3754
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3755
3755
|
:type execution_context: int | str | None
|
|
3756
3756
|
:type undo: bool | None
|
|
3757
3757
|
:param type: Type
|
|
@@ -3765,13 +3765,13 @@ def select_similar(
|
|
|
3765
3765
|
...
|
|
3766
3766
|
|
|
3767
3767
|
def select_similar_region(
|
|
3768
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3768
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3769
3769
|
execution_context: int | str | None = None,
|
|
3770
3770
|
undo: bool | None = None,
|
|
3771
3771
|
):
|
|
3772
3772
|
"""Select similar face regions to the current selection
|
|
3773
3773
|
|
|
3774
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3774
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3775
3775
|
:type execution_context: int | str | None
|
|
3776
3776
|
:type undo: bool | None
|
|
3777
3777
|
"""
|
|
@@ -3779,7 +3779,7 @@ def select_similar_region(
|
|
|
3779
3779
|
...
|
|
3780
3780
|
|
|
3781
3781
|
def select_ungrouped(
|
|
3782
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3782
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3783
3783
|
execution_context: int | str | None = None,
|
|
3784
3784
|
undo: bool | None = None,
|
|
3785
3785
|
*,
|
|
@@ -3787,7 +3787,7 @@ def select_ungrouped(
|
|
|
3787
3787
|
):
|
|
3788
3788
|
"""Select vertices without a group
|
|
3789
3789
|
|
|
3790
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3790
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3791
3791
|
:type execution_context: int | str | None
|
|
3792
3792
|
:type undo: bool | None
|
|
3793
3793
|
:param extend: Extend, Extend the selection
|
|
@@ -3797,7 +3797,7 @@ def select_ungrouped(
|
|
|
3797
3797
|
...
|
|
3798
3798
|
|
|
3799
3799
|
def separate(
|
|
3800
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3800
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3801
3801
|
execution_context: int | str | None = None,
|
|
3802
3802
|
undo: bool | None = None,
|
|
3803
3803
|
*,
|
|
@@ -3805,7 +3805,7 @@ def separate(
|
|
|
3805
3805
|
):
|
|
3806
3806
|
"""Separate selected geometry into a new mesh
|
|
3807
3807
|
|
|
3808
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3808
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3809
3809
|
:type execution_context: int | str | None
|
|
3810
3810
|
:type undo: bool | None
|
|
3811
3811
|
:param type: Type
|
|
@@ -3815,7 +3815,7 @@ def separate(
|
|
|
3815
3815
|
...
|
|
3816
3816
|
|
|
3817
3817
|
def set_normals_from_faces(
|
|
3818
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3818
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3819
3819
|
execution_context: int | str | None = None,
|
|
3820
3820
|
undo: bool | None = None,
|
|
3821
3821
|
*,
|
|
@@ -3823,7 +3823,7 @@ def set_normals_from_faces(
|
|
|
3823
3823
|
):
|
|
3824
3824
|
"""Set the custom normals from the selected faces ones
|
|
3825
3825
|
|
|
3826
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3826
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3827
3827
|
:type execution_context: int | str | None
|
|
3828
3828
|
:type undo: bool | None
|
|
3829
3829
|
:param keep_sharp: Keep Sharp Edges, Do not set sharp edges to face
|
|
@@ -3833,7 +3833,7 @@ def set_normals_from_faces(
|
|
|
3833
3833
|
...
|
|
3834
3834
|
|
|
3835
3835
|
def set_sharpness_by_angle(
|
|
3836
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3836
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3837
3837
|
execution_context: int | str | None = None,
|
|
3838
3838
|
undo: bool | None = None,
|
|
3839
3839
|
*,
|
|
@@ -3842,7 +3842,7 @@ def set_sharpness_by_angle(
|
|
|
3842
3842
|
):
|
|
3843
3843
|
"""Set edge sharpness based on the angle between neighboring faces
|
|
3844
3844
|
|
|
3845
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3845
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3846
3846
|
:type execution_context: int | str | None
|
|
3847
3847
|
:type undo: bool | None
|
|
3848
3848
|
:param angle: Angle
|
|
@@ -3854,13 +3854,13 @@ def set_sharpness_by_angle(
|
|
|
3854
3854
|
...
|
|
3855
3855
|
|
|
3856
3856
|
def shape_propagate_to_all(
|
|
3857
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3857
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3858
3858
|
execution_context: int | str | None = None,
|
|
3859
3859
|
undo: bool | None = None,
|
|
3860
3860
|
):
|
|
3861
3861
|
"""Apply selected vertex locations to all other shape keys
|
|
3862
3862
|
|
|
3863
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3863
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3864
3864
|
:type execution_context: int | str | None
|
|
3865
3865
|
:type undo: bool | None
|
|
3866
3866
|
"""
|
|
@@ -3868,7 +3868,7 @@ def shape_propagate_to_all(
|
|
|
3868
3868
|
...
|
|
3869
3869
|
|
|
3870
3870
|
def shortest_path_pick(
|
|
3871
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3871
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3872
3872
|
execution_context: int | str | None = None,
|
|
3873
3873
|
undo: bool | None = None,
|
|
3874
3874
|
*,
|
|
@@ -3884,7 +3884,7 @@ def shortest_path_pick(
|
|
|
3884
3884
|
):
|
|
3885
3885
|
"""Select shortest path between two selections
|
|
3886
3886
|
|
|
3887
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3887
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3888
3888
|
:type execution_context: int | str | None
|
|
3889
3889
|
:type undo: bool | None
|
|
3890
3890
|
:param edge_mode: Edge Tag, The edge flag to tag when selecting the shortest path
|
|
@@ -3907,7 +3907,7 @@ def shortest_path_pick(
|
|
|
3907
3907
|
...
|
|
3908
3908
|
|
|
3909
3909
|
def shortest_path_select(
|
|
3910
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3910
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3911
3911
|
execution_context: int | str | None = None,
|
|
3912
3912
|
undo: bool | None = None,
|
|
3913
3913
|
*,
|
|
@@ -3922,7 +3922,7 @@ def shortest_path_select(
|
|
|
3922
3922
|
):
|
|
3923
3923
|
"""Selected shortest path between two vertices/edges/faces
|
|
3924
3924
|
|
|
3925
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3925
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3926
3926
|
:type execution_context: int | str | None
|
|
3927
3927
|
:type undo: bool | None
|
|
3928
3928
|
:param edge_mode: Edge Tag, The edge flag to tag when selecting the shortest path
|
|
@@ -3944,7 +3944,7 @@ def shortest_path_select(
|
|
|
3944
3944
|
...
|
|
3945
3945
|
|
|
3946
3946
|
def smooth_normals(
|
|
3947
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3947
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3948
3948
|
execution_context: int | str | None = None,
|
|
3949
3949
|
undo: bool | None = None,
|
|
3950
3950
|
*,
|
|
@@ -3952,7 +3952,7 @@ def smooth_normals(
|
|
|
3952
3952
|
):
|
|
3953
3953
|
"""Smooth custom normals based on adjacent vertex normals
|
|
3954
3954
|
|
|
3955
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3955
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3956
3956
|
:type execution_context: int | str | None
|
|
3957
3957
|
:type undo: bool | None
|
|
3958
3958
|
:param factor: Factor, Specifies weight of smooth vs original normal
|
|
@@ -3962,7 +3962,7 @@ def smooth_normals(
|
|
|
3962
3962
|
...
|
|
3963
3963
|
|
|
3964
3964
|
def solidify(
|
|
3965
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3965
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3966
3966
|
execution_context: int | str | None = None,
|
|
3967
3967
|
undo: bool | None = None,
|
|
3968
3968
|
*,
|
|
@@ -3970,7 +3970,7 @@ def solidify(
|
|
|
3970
3970
|
):
|
|
3971
3971
|
"""Create a solid skin by extruding, compensating for sharp angles
|
|
3972
3972
|
|
|
3973
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3973
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3974
3974
|
:type execution_context: int | str | None
|
|
3975
3975
|
:type undo: bool | None
|
|
3976
3976
|
:param thickness: Thickness
|
|
@@ -3980,7 +3980,7 @@ def solidify(
|
|
|
3980
3980
|
...
|
|
3981
3981
|
|
|
3982
3982
|
def sort_elements(
|
|
3983
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
3983
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
3984
3984
|
execution_context: int | str | None = None,
|
|
3985
3985
|
undo: bool | None = None,
|
|
3986
3986
|
*,
|
|
@@ -4000,7 +4000,7 @@ def sort_elements(
|
|
|
4000
4000
|
):
|
|
4001
4001
|
"""The order of selected vertices/edges/faces is modified, based on a given method
|
|
4002
4002
|
|
|
4003
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4003
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4004
4004
|
:type execution_context: int | str | None
|
|
4005
4005
|
:type undo: bool | None
|
|
4006
4006
|
:param type: Type, Type of reordering operation to apply
|
|
@@ -4038,7 +4038,7 @@ def sort_elements(
|
|
|
4038
4038
|
...
|
|
4039
4039
|
|
|
4040
4040
|
def spin(
|
|
4041
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4041
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4042
4042
|
execution_context: int | str | None = None,
|
|
4043
4043
|
undo: bool | None = None,
|
|
4044
4044
|
*,
|
|
@@ -4052,7 +4052,7 @@ def spin(
|
|
|
4052
4052
|
):
|
|
4053
4053
|
"""Extrude selected vertices in a circle around the cursor in indicated viewport
|
|
4054
4054
|
|
|
4055
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4055
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4056
4056
|
:type execution_context: int | str | None
|
|
4057
4057
|
:type undo: bool | None
|
|
4058
4058
|
:param steps: Steps, Steps
|
|
@@ -4074,13 +4074,13 @@ def spin(
|
|
|
4074
4074
|
...
|
|
4075
4075
|
|
|
4076
4076
|
def split(
|
|
4077
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4077
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4078
4078
|
execution_context: int | str | None = None,
|
|
4079
4079
|
undo: bool | None = None,
|
|
4080
4080
|
):
|
|
4081
4081
|
"""Split off selected geometry from connected unselected geometry
|
|
4082
4082
|
|
|
4083
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4083
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4084
4084
|
:type execution_context: int | str | None
|
|
4085
4085
|
:type undo: bool | None
|
|
4086
4086
|
"""
|
|
@@ -4088,13 +4088,13 @@ def split(
|
|
|
4088
4088
|
...
|
|
4089
4089
|
|
|
4090
4090
|
def split_normals(
|
|
4091
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4091
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4092
4092
|
execution_context: int | str | None = None,
|
|
4093
4093
|
undo: bool | None = None,
|
|
4094
4094
|
):
|
|
4095
4095
|
"""Split custom normals of selected vertices
|
|
4096
4096
|
|
|
4097
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4097
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4098
4098
|
:type execution_context: int | str | None
|
|
4099
4099
|
:type undo: bool | None
|
|
4100
4100
|
"""
|
|
@@ -4102,7 +4102,7 @@ def split_normals(
|
|
|
4102
4102
|
...
|
|
4103
4103
|
|
|
4104
4104
|
def subdivide(
|
|
4105
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4105
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4106
4106
|
execution_context: int | str | None = None,
|
|
4107
4107
|
undo: bool | None = None,
|
|
4108
4108
|
*,
|
|
@@ -4117,7 +4117,7 @@ def subdivide(
|
|
|
4117
4117
|
):
|
|
4118
4118
|
"""Subdivide selected edges
|
|
4119
4119
|
|
|
4120
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4120
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4121
4121
|
:type execution_context: int | str | None
|
|
4122
4122
|
:type undo: bool | None
|
|
4123
4123
|
:param number_cuts: Number of Cuts
|
|
@@ -4139,7 +4139,7 @@ def subdivide(
|
|
|
4139
4139
|
...
|
|
4140
4140
|
|
|
4141
4141
|
def subdivide_edgering(
|
|
4142
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4142
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4143
4143
|
execution_context: int | str | None = None,
|
|
4144
4144
|
undo: bool | None = None,
|
|
4145
4145
|
*,
|
|
@@ -4154,7 +4154,7 @@ def subdivide_edgering(
|
|
|
4154
4154
|
):
|
|
4155
4155
|
"""Subdivide perpendicular edges to the selected edge-ring
|
|
4156
4156
|
|
|
4157
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4157
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4158
4158
|
:type execution_context: int | str | None
|
|
4159
4159
|
:type undo: bool | None
|
|
4160
4160
|
:param number_cuts: Number of Cuts
|
|
@@ -4172,7 +4172,7 @@ def subdivide_edgering(
|
|
|
4172
4172
|
...
|
|
4173
4173
|
|
|
4174
4174
|
def symmetrize(
|
|
4175
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4175
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4176
4176
|
execution_context: int | str | None = None,
|
|
4177
4177
|
undo: bool | None = None,
|
|
4178
4178
|
*,
|
|
@@ -4189,7 +4189,7 @@ def symmetrize(
|
|
|
4189
4189
|
):
|
|
4190
4190
|
"""Enforce symmetry (both form and topological) across an axis
|
|
4191
4191
|
|
|
4192
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4192
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4193
4193
|
:type execution_context: int | str | None
|
|
4194
4194
|
:type undo: bool | None
|
|
4195
4195
|
:param direction: Direction, Which sides to copy from and to
|
|
@@ -4201,7 +4201,7 @@ def symmetrize(
|
|
|
4201
4201
|
...
|
|
4202
4202
|
|
|
4203
4203
|
def symmetry_snap(
|
|
4204
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4204
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4205
4205
|
execution_context: int | str | None = None,
|
|
4206
4206
|
undo: bool | None = None,
|
|
4207
4207
|
*,
|
|
@@ -4220,7 +4220,7 @@ def symmetry_snap(
|
|
|
4220
4220
|
):
|
|
4221
4221
|
"""Snap vertex pairs to their mirrored locations
|
|
4222
4222
|
|
|
4223
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4223
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4224
4224
|
:type execution_context: int | str | None
|
|
4225
4225
|
:type undo: bool | None
|
|
4226
4226
|
:param direction: Direction, Which sides to copy from and to
|
|
@@ -4236,7 +4236,7 @@ def symmetry_snap(
|
|
|
4236
4236
|
...
|
|
4237
4237
|
|
|
4238
4238
|
def tris_convert_to_quads(
|
|
4239
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4239
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4240
4240
|
execution_context: int | str | None = None,
|
|
4241
4241
|
undo: bool | None = None,
|
|
4242
4242
|
*,
|
|
@@ -4250,7 +4250,7 @@ def tris_convert_to_quads(
|
|
|
4250
4250
|
):
|
|
4251
4251
|
"""Join triangles into quads
|
|
4252
4252
|
|
|
4253
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4253
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4254
4254
|
:type execution_context: int | str | None
|
|
4255
4255
|
:type undo: bool | None
|
|
4256
4256
|
:param face_threshold: Max Face Angle, Face angle limit
|
|
@@ -4272,7 +4272,7 @@ def tris_convert_to_quads(
|
|
|
4272
4272
|
...
|
|
4273
4273
|
|
|
4274
4274
|
def unsubdivide(
|
|
4275
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4275
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4276
4276
|
execution_context: int | str | None = None,
|
|
4277
4277
|
undo: bool | None = None,
|
|
4278
4278
|
*,
|
|
@@ -4280,7 +4280,7 @@ def unsubdivide(
|
|
|
4280
4280
|
):
|
|
4281
4281
|
"""Un-subdivide selected edges and faces
|
|
4282
4282
|
|
|
4283
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4283
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4284
4284
|
:type execution_context: int | str | None
|
|
4285
4285
|
:type undo: bool | None
|
|
4286
4286
|
:param iterations: Iterations, Number of times to un-subdivide
|
|
@@ -4290,13 +4290,13 @@ def unsubdivide(
|
|
|
4290
4290
|
...
|
|
4291
4291
|
|
|
4292
4292
|
def uv_texture_add(
|
|
4293
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4293
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4294
4294
|
execution_context: int | str | None = None,
|
|
4295
4295
|
undo: bool | None = None,
|
|
4296
4296
|
):
|
|
4297
4297
|
"""Add UV map
|
|
4298
4298
|
|
|
4299
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4299
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4300
4300
|
:type execution_context: int | str | None
|
|
4301
4301
|
:type undo: bool | None
|
|
4302
4302
|
"""
|
|
@@ -4304,13 +4304,13 @@ def uv_texture_add(
|
|
|
4304
4304
|
...
|
|
4305
4305
|
|
|
4306
4306
|
def uv_texture_remove(
|
|
4307
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4307
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4308
4308
|
execution_context: int | str | None = None,
|
|
4309
4309
|
undo: bool | None = None,
|
|
4310
4310
|
):
|
|
4311
4311
|
"""Remove UV map
|
|
4312
4312
|
|
|
4313
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4313
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4314
4314
|
:type execution_context: int | str | None
|
|
4315
4315
|
:type undo: bool | None
|
|
4316
4316
|
"""
|
|
@@ -4318,13 +4318,13 @@ def uv_texture_remove(
|
|
|
4318
4318
|
...
|
|
4319
4319
|
|
|
4320
4320
|
def uvs_reverse(
|
|
4321
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4321
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4322
4322
|
execution_context: int | str | None = None,
|
|
4323
4323
|
undo: bool | None = None,
|
|
4324
4324
|
):
|
|
4325
4325
|
"""Flip direction of UV coordinates inside faces
|
|
4326
4326
|
|
|
4327
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4327
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4328
4328
|
:type execution_context: int | str | None
|
|
4329
4329
|
:type undo: bool | None
|
|
4330
4330
|
"""
|
|
@@ -4332,7 +4332,7 @@ def uvs_reverse(
|
|
|
4332
4332
|
...
|
|
4333
4333
|
|
|
4334
4334
|
def uvs_rotate(
|
|
4335
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4335
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4336
4336
|
execution_context: int | str | None = None,
|
|
4337
4337
|
undo: bool | None = None,
|
|
4338
4338
|
*,
|
|
@@ -4340,7 +4340,7 @@ def uvs_rotate(
|
|
|
4340
4340
|
):
|
|
4341
4341
|
"""Rotate UV coordinates inside faces
|
|
4342
4342
|
|
|
4343
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4343
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4344
4344
|
:type execution_context: int | str | None
|
|
4345
4345
|
:type undo: bool | None
|
|
4346
4346
|
:param use_ccw: Counter Clockwise
|
|
@@ -4350,13 +4350,13 @@ def uvs_rotate(
|
|
|
4350
4350
|
...
|
|
4351
4351
|
|
|
4352
4352
|
def vert_connect(
|
|
4353
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4353
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4354
4354
|
execution_context: int | str | None = None,
|
|
4355
4355
|
undo: bool | None = None,
|
|
4356
4356
|
):
|
|
4357
4357
|
"""Connect selected vertices of faces, splitting the face
|
|
4358
4358
|
|
|
4359
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4359
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4360
4360
|
:type execution_context: int | str | None
|
|
4361
4361
|
:type undo: bool | None
|
|
4362
4362
|
"""
|
|
@@ -4364,13 +4364,13 @@ def vert_connect(
|
|
|
4364
4364
|
...
|
|
4365
4365
|
|
|
4366
4366
|
def vert_connect_concave(
|
|
4367
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4367
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4368
4368
|
execution_context: int | str | None = None,
|
|
4369
4369
|
undo: bool | None = None,
|
|
4370
4370
|
):
|
|
4371
4371
|
"""Make all faces convex
|
|
4372
4372
|
|
|
4373
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4373
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4374
4374
|
:type execution_context: int | str | None
|
|
4375
4375
|
:type undo: bool | None
|
|
4376
4376
|
"""
|
|
@@ -4378,7 +4378,7 @@ def vert_connect_concave(
|
|
|
4378
4378
|
...
|
|
4379
4379
|
|
|
4380
4380
|
def vert_connect_nonplanar(
|
|
4381
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4381
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4382
4382
|
execution_context: int | str | None = None,
|
|
4383
4383
|
undo: bool | None = None,
|
|
4384
4384
|
*,
|
|
@@ -4386,7 +4386,7 @@ def vert_connect_nonplanar(
|
|
|
4386
4386
|
):
|
|
4387
4387
|
"""Split non-planar faces that exceed the angle threshold
|
|
4388
4388
|
|
|
4389
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4389
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4390
4390
|
:type execution_context: int | str | None
|
|
4391
4391
|
:type undo: bool | None
|
|
4392
4392
|
:param angle_limit: Max Angle, Angle limit
|
|
@@ -4396,13 +4396,13 @@ def vert_connect_nonplanar(
|
|
|
4396
4396
|
...
|
|
4397
4397
|
|
|
4398
4398
|
def vert_connect_path(
|
|
4399
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4399
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4400
4400
|
execution_context: int | str | None = None,
|
|
4401
4401
|
undo: bool | None = None,
|
|
4402
4402
|
):
|
|
4403
4403
|
"""Connect vertices by their selection order, creating edges, splitting faces
|
|
4404
4404
|
|
|
4405
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4405
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4406
4406
|
:type execution_context: int | str | None
|
|
4407
4407
|
:type undo: bool | None
|
|
4408
4408
|
"""
|
|
@@ -4410,7 +4410,7 @@ def vert_connect_path(
|
|
|
4410
4410
|
...
|
|
4411
4411
|
|
|
4412
4412
|
def vertices_smooth(
|
|
4413
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4413
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4414
4414
|
execution_context: int | str | None = None,
|
|
4415
4415
|
undo: bool | None = None,
|
|
4416
4416
|
*,
|
|
@@ -4423,7 +4423,7 @@ def vertices_smooth(
|
|
|
4423
4423
|
):
|
|
4424
4424
|
"""Flatten angles of selected vertices
|
|
4425
4425
|
|
|
4426
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4426
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4427
4427
|
:type execution_context: int | str | None
|
|
4428
4428
|
:type undo: bool | None
|
|
4429
4429
|
:param factor: Smoothing, Smoothing factor
|
|
@@ -4443,7 +4443,7 @@ def vertices_smooth(
|
|
|
4443
4443
|
...
|
|
4444
4444
|
|
|
4445
4445
|
def vertices_smooth_laplacian(
|
|
4446
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4446
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4447
4447
|
execution_context: int | str | None = None,
|
|
4448
4448
|
undo: bool | None = None,
|
|
4449
4449
|
*,
|
|
@@ -4457,7 +4457,7 @@ def vertices_smooth_laplacian(
|
|
|
4457
4457
|
):
|
|
4458
4458
|
"""Laplacian smooth of selected vertices
|
|
4459
4459
|
|
|
4460
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4460
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4461
4461
|
:type execution_context: int | str | None
|
|
4462
4462
|
:type undo: bool | None
|
|
4463
4463
|
:param repeat: Number of iterations to smooth the mesh
|
|
@@ -4479,7 +4479,7 @@ def vertices_smooth_laplacian(
|
|
|
4479
4479
|
...
|
|
4480
4480
|
|
|
4481
4481
|
def wireframe(
|
|
4482
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4482
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
4483
4483
|
execution_context: int | str | None = None,
|
|
4484
4484
|
undo: bool | None = None,
|
|
4485
4485
|
*,
|
|
@@ -4494,7 +4494,7 @@ def wireframe(
|
|
|
4494
4494
|
):
|
|
4495
4495
|
"""Create a solid wireframe from faces
|
|
4496
4496
|
|
|
4497
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4497
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
4498
4498
|
:type execution_context: int | str | None
|
|
4499
4499
|
:type undo: bool | None
|
|
4500
4500
|
:param use_boundary: Boundary, Inset face boundaries
|