fake-bpy-module 20240326__py3-none-any.whl → 20240329__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.
- aud/__init__.pyi +34 -96
- bgl/__init__.pyi +1265 -2417
- bl_math/__init__.pyi +3 -14
- bl_operators/presets/__init__.pyi +167 -0
- bl_operators/view3d/__init__.pyi +248 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
- blf/__init__.pyi +13 -50
- bmesh/ops/__init__.pyi +68 -142
- bmesh/types/__init__.pyi +18 -44
- bmesh/utils/__init__.pyi +2 -6
- bpy/app/icons/__init__.pyi +2 -4
- bpy/app/timers/__init__.pyi +2 -6
- bpy/ops/action/__init__.pyi +92 -93
- bpy/ops/anim/__init__.pyi +104 -104
- bpy/ops/armature/__init__.pyi +108 -112
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +18 -18
- bpy/ops/brush/__init__.pyi +18 -18
- bpy/ops/buttons/__init__.pyi +12 -12
- bpy/ops/cachefile/__init__.pyi +10 -10
- bpy/ops/camera/__init__.pyi +4 -4
- bpy/ops/clip/__init__.pyi +194 -195
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +10 -10
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +114 -118
- bpy/ops/curves/__init__.pyi +55 -53
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +12 -12
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_mesh/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +7 -7
- bpy/ops/file/__init__.pyi +80 -83
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +38 -38
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +308 -309
- bpy/ops/graph/__init__.pyi +150 -151
- bpy/ops/grease_pencil/__init__.pyi +114 -115
- bpy/ops/image/__init__.pyi +100 -100
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_mesh/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +6 -6
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +16 -16
- bpy/ops/marker/__init__.pyi +22 -22
- bpy/ops/mask/__init__.pyi +90 -91
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +20 -21
- bpy/ops/mesh/__init__.pyi +429 -427
- bpy/ops/nla/__init__.pyi +90 -91
- bpy/ops/node/__init__.pyi +242 -243
- bpy/ops/object/__init__.pyi +572 -567
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +182 -126
- bpy/ops/paintcurve/__init__.pyi +20 -20
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +90 -90
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +76 -76
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +24 -24
- bpy/ops/rigidbody/__init__.pyi +34 -34
- bpy/ops/scene/__init__.pyi +86 -86
- bpy/ops/screen/__init__.pyi +84 -84
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +80 -62
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +184 -185
- bpy/ops/sound/__init__.pyi +16 -16
- 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 +112 -112
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +104 -105
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +253 -230
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/props/__init__.pyi +29 -52
- bpy/types/__init__.pyi +4648 -3095
- bpy/utils/__init__.pyi +3 -6
- bpy/utils/units/__init__.pyi +3 -6
- bpy_extras/io_utils/__init__.pyi +8 -0
- bpy_types/__init__.pyi +3 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +117 -117
- freestyle/chainingiterators/__init__.pyi +5 -12
- freestyle/functions/__init__.pyi +19 -73
- freestyle/predicates/__init__.pyi +8 -21
- freestyle/shaders/__init__.pyi +32 -81
- freestyle/types/__init__.pyi +100 -270
- freestyle/utils/ContextFunctions/__init__.pyi +7 -27
- freestyle/utils/__init__.pyi +1 -2
- gpu/capabilities/__init__.pyi +15 -32
- gpu/matrix/__init__.pyi +1 -2
- gpu/state/__init__.pyi +4 -10
- gpu/types/__init__.pyi +29 -87
- gpu_extras/presets/__init__.pyi +4 -16
- imbuf/types/__init__.pyi +4 -10
- mathutils/__init__.pyi +106 -257
- mathutils/bvhtree/__init__.pyi +7 -15
- mathutils/geometry/__init__.pyi +9 -18
- mathutils/kdtree/__init__.pyi +4 -11
- mathutils/noise/__init__.pyi +41 -82
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
bpy/ops/mesh/__init__.pyi
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import typing
|
|
2
|
-
import bpy.ops.transform
|
|
3
2
|
import bpy.types
|
|
4
3
|
|
|
5
4
|
GenericType = typing.TypeVar("GenericType")
|
|
6
5
|
|
|
7
6
|
def attribute_set(
|
|
8
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
9
|
-
execution_context:
|
|
8
|
+
execution_context: str = None,
|
|
10
9
|
undo: bool = None,
|
|
11
10
|
value_float: typing.Any = 0.0,
|
|
12
11
|
value_float_vector_2d: typing.Any = (0.0, 0.0),
|
|
13
12
|
value_float_vector_3d: typing.Any = (0.0, 0.0, 0.0),
|
|
14
13
|
value_int: typing.Any = 0,
|
|
14
|
+
value_int_vector_2d: typing.Any = (0, 0),
|
|
15
15
|
value_color: typing.Any = (1.0, 1.0, 1.0, 1.0),
|
|
16
16
|
value_bool: typing.Union[bool, typing.Any] = False,
|
|
17
17
|
):
|
|
18
18
|
"""Set values of the active attribute for selected elements
|
|
19
19
|
|
|
20
20
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
21
|
-
:type execution_context:
|
|
21
|
+
:type execution_context: str
|
|
22
22
|
:type undo: bool
|
|
23
23
|
:param value_float: Value
|
|
24
24
|
:type value_float: typing.Any
|
|
@@ -28,6 +28,8 @@ def attribute_set(
|
|
|
28
28
|
:type value_float_vector_3d: typing.Any
|
|
29
29
|
:param value_int: Value
|
|
30
30
|
:type value_int: typing.Any
|
|
31
|
+
:param value_int_vector_2d: Value
|
|
32
|
+
:type value_int_vector_2d: typing.Any
|
|
31
33
|
:param value_color: Value
|
|
32
34
|
:type value_color: typing.Any
|
|
33
35
|
:param value_bool: Value
|
|
@@ -38,7 +40,7 @@ def attribute_set(
|
|
|
38
40
|
|
|
39
41
|
def average_normals(
|
|
40
42
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
41
|
-
execution_context:
|
|
43
|
+
execution_context: str = None,
|
|
42
44
|
undo: bool = None,
|
|
43
45
|
average_type: typing.Any = "CUSTOM_NORMAL",
|
|
44
46
|
weight: typing.Any = 50,
|
|
@@ -47,7 +49,7 @@ def average_normals(
|
|
|
47
49
|
"""Average custom normals of selected vertices
|
|
48
50
|
|
|
49
51
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
50
|
-
:type execution_context:
|
|
52
|
+
:type execution_context: str
|
|
51
53
|
:type undo: bool
|
|
52
54
|
:param average_type: Type, Averaging method
|
|
53
55
|
|
|
@@ -70,14 +72,14 @@ def average_normals(
|
|
|
70
72
|
|
|
71
73
|
def beautify_fill(
|
|
72
74
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
73
|
-
execution_context:
|
|
75
|
+
execution_context: str = None,
|
|
74
76
|
undo: bool = None,
|
|
75
77
|
angle_limit: typing.Any = 3.14159,
|
|
76
78
|
):
|
|
77
79
|
"""Rearrange some faces to try to get less degenerated geometry
|
|
78
80
|
|
|
79
81
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
80
|
-
:type execution_context:
|
|
82
|
+
:type execution_context: str
|
|
81
83
|
:type undo: bool
|
|
82
84
|
:param angle_limit: Max Angle, Angle limit
|
|
83
85
|
:type angle_limit: typing.Any
|
|
@@ -87,7 +89,7 @@ def beautify_fill(
|
|
|
87
89
|
|
|
88
90
|
def bevel(
|
|
89
91
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
90
|
-
execution_context:
|
|
92
|
+
execution_context: str = None,
|
|
91
93
|
undo: bool = None,
|
|
92
94
|
offset_type: typing.Any = "OFFSET",
|
|
93
95
|
offset: typing.Any = 0.0,
|
|
@@ -112,7 +114,7 @@ def bevel(
|
|
|
112
114
|
"""Cut into selected items at an angle to create bevel or chamfer
|
|
113
115
|
|
|
114
116
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
115
|
-
:type execution_context:
|
|
117
|
+
:type execution_context: str
|
|
116
118
|
:type undo: bool
|
|
117
119
|
:param offset_type: Width Type, The method for determining the size of the bevel
|
|
118
120
|
|
|
@@ -218,7 +220,7 @@ def bevel(
|
|
|
218
220
|
|
|
219
221
|
def bisect(
|
|
220
222
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
221
|
-
execution_context:
|
|
223
|
+
execution_context: str = None,
|
|
222
224
|
undo: bool = None,
|
|
223
225
|
plane_co: typing.Any = (0.0, 0.0, 0.0),
|
|
224
226
|
plane_no: typing.Any = (0.0, 0.0, 0.0),
|
|
@@ -236,7 +238,7 @@ def bisect(
|
|
|
236
238
|
"""Cut geometry along a plane (click-drag to define plane)
|
|
237
239
|
|
|
238
240
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
239
|
-
:type execution_context:
|
|
241
|
+
:type execution_context: str
|
|
240
242
|
:type undo: bool
|
|
241
243
|
:param plane_co: Plane Point, A point on the plane
|
|
242
244
|
:type plane_co: typing.Any
|
|
@@ -268,7 +270,7 @@ def bisect(
|
|
|
268
270
|
|
|
269
271
|
def blend_from_shape(
|
|
270
272
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
271
|
-
execution_context:
|
|
273
|
+
execution_context: str = None,
|
|
272
274
|
undo: bool = None,
|
|
273
275
|
shape: typing.Union[str, int, typing.Any] = "",
|
|
274
276
|
blend: typing.Any = 1.0,
|
|
@@ -277,7 +279,7 @@ def blend_from_shape(
|
|
|
277
279
|
"""Blend in shape from a shape key
|
|
278
280
|
|
|
279
281
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
280
|
-
:type execution_context:
|
|
282
|
+
:type execution_context: str
|
|
281
283
|
:type undo: bool
|
|
282
284
|
:param shape: Shape, Shape key to use for blending
|
|
283
285
|
:type shape: typing.Union[str, int, typing.Any]
|
|
@@ -291,7 +293,7 @@ def blend_from_shape(
|
|
|
291
293
|
|
|
292
294
|
def bridge_edge_loops(
|
|
293
295
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
294
|
-
execution_context:
|
|
296
|
+
execution_context: str = None,
|
|
295
297
|
undo: bool = None,
|
|
296
298
|
type: typing.Any = "SINGLE",
|
|
297
299
|
use_merge: typing.Union[bool, typing.Any] = False,
|
|
@@ -301,12 +303,12 @@ def bridge_edge_loops(
|
|
|
301
303
|
interpolation: typing.Any = "PATH",
|
|
302
304
|
smoothness: typing.Any = 1.0,
|
|
303
305
|
profile_shape_factor: typing.Any = 0.0,
|
|
304
|
-
profile_shape: typing.
|
|
306
|
+
profile_shape: typing.Union[str, int] = "SMOOTH",
|
|
305
307
|
):
|
|
306
308
|
"""Create a bridge of faces between two or more selected edge loops
|
|
307
309
|
|
|
308
310
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
309
|
-
:type execution_context:
|
|
311
|
+
:type execution_context: str
|
|
310
312
|
:type undo: bool
|
|
311
313
|
:param type: Connect Loops, Method of bridging multiple loops
|
|
312
314
|
:type type: typing.Any
|
|
@@ -325,20 +327,20 @@ def bridge_edge_loops(
|
|
|
325
327
|
:param profile_shape_factor: Profile Factor, How much intermediary new edges are shrunk/expanded
|
|
326
328
|
:type profile_shape_factor: typing.Any
|
|
327
329
|
:param profile_shape: Profile Shape, Shape of the profile
|
|
328
|
-
:type profile_shape: typing.
|
|
330
|
+
:type profile_shape: typing.Union[str, int]
|
|
329
331
|
"""
|
|
330
332
|
|
|
331
333
|
...
|
|
332
334
|
|
|
333
335
|
def colors_reverse(
|
|
334
336
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
335
|
-
execution_context:
|
|
337
|
+
execution_context: str = None,
|
|
336
338
|
undo: bool = None,
|
|
337
339
|
):
|
|
338
340
|
"""Flip direction of face corner color attribute inside faces
|
|
339
341
|
|
|
340
342
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
341
|
-
:type execution_context:
|
|
343
|
+
:type execution_context: str
|
|
342
344
|
:type undo: bool
|
|
343
345
|
"""
|
|
344
346
|
|
|
@@ -346,14 +348,14 @@ def colors_reverse(
|
|
|
346
348
|
|
|
347
349
|
def colors_rotate(
|
|
348
350
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
349
|
-
execution_context:
|
|
351
|
+
execution_context: str = None,
|
|
350
352
|
undo: bool = None,
|
|
351
353
|
use_ccw: typing.Union[bool, typing.Any] = False,
|
|
352
354
|
):
|
|
353
355
|
"""Rotate face corner color attribute inside faces
|
|
354
356
|
|
|
355
357
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
356
|
-
:type execution_context:
|
|
358
|
+
:type execution_context: str
|
|
357
359
|
:type undo: bool
|
|
358
360
|
:param use_ccw: Counter Clockwise
|
|
359
361
|
:type use_ccw: typing.Union[bool, typing.Any]
|
|
@@ -363,7 +365,7 @@ def colors_rotate(
|
|
|
363
365
|
|
|
364
366
|
def convex_hull(
|
|
365
367
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
366
|
-
execution_context:
|
|
368
|
+
execution_context: str = None,
|
|
367
369
|
undo: bool = None,
|
|
368
370
|
delete_unused: typing.Union[bool, typing.Any] = True,
|
|
369
371
|
use_existing_faces: typing.Union[bool, typing.Any] = True,
|
|
@@ -380,7 +382,7 @@ def convex_hull(
|
|
|
380
382
|
"""Enclose selected vertices in a convex polyhedron
|
|
381
383
|
|
|
382
384
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
383
|
-
:type execution_context:
|
|
385
|
+
:type execution_context: str
|
|
384
386
|
:type undo: bool
|
|
385
387
|
:param delete_unused: Delete Unused, Delete selected elements that are not used by the hull
|
|
386
388
|
:type delete_unused: typing.Union[bool, typing.Any]
|
|
@@ -410,13 +412,13 @@ def convex_hull(
|
|
|
410
412
|
|
|
411
413
|
def customdata_custom_splitnormals_add(
|
|
412
414
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
413
|
-
execution_context:
|
|
415
|
+
execution_context: str = None,
|
|
414
416
|
undo: bool = None,
|
|
415
417
|
):
|
|
416
418
|
"""Add a custom split normals layer, if none exists yet
|
|
417
419
|
|
|
418
420
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
419
|
-
:type execution_context:
|
|
421
|
+
:type execution_context: str
|
|
420
422
|
:type undo: bool
|
|
421
423
|
"""
|
|
422
424
|
|
|
@@ -424,13 +426,13 @@ def customdata_custom_splitnormals_add(
|
|
|
424
426
|
|
|
425
427
|
def customdata_custom_splitnormals_clear(
|
|
426
428
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
427
|
-
execution_context:
|
|
429
|
+
execution_context: str = None,
|
|
428
430
|
undo: bool = None,
|
|
429
431
|
):
|
|
430
432
|
"""Remove the custom split normals layer, if it exists
|
|
431
433
|
|
|
432
434
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
433
|
-
:type execution_context:
|
|
435
|
+
:type execution_context: str
|
|
434
436
|
:type undo: bool
|
|
435
437
|
"""
|
|
436
438
|
|
|
@@ -438,13 +440,13 @@ def customdata_custom_splitnormals_clear(
|
|
|
438
440
|
|
|
439
441
|
def customdata_mask_clear(
|
|
440
442
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
441
|
-
execution_context:
|
|
443
|
+
execution_context: str = None,
|
|
442
444
|
undo: bool = None,
|
|
443
445
|
):
|
|
444
446
|
"""Clear vertex sculpt masking data from the mesh
|
|
445
447
|
|
|
446
448
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
447
|
-
:type execution_context:
|
|
449
|
+
:type execution_context: str
|
|
448
450
|
:type undo: bool
|
|
449
451
|
"""
|
|
450
452
|
|
|
@@ -452,13 +454,13 @@ def customdata_mask_clear(
|
|
|
452
454
|
|
|
453
455
|
def customdata_skin_add(
|
|
454
456
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
455
|
-
execution_context:
|
|
457
|
+
execution_context: str = None,
|
|
456
458
|
undo: bool = None,
|
|
457
459
|
):
|
|
458
460
|
"""Add a vertex skin layer
|
|
459
461
|
|
|
460
462
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
461
|
-
:type execution_context:
|
|
463
|
+
:type execution_context: str
|
|
462
464
|
:type undo: bool
|
|
463
465
|
"""
|
|
464
466
|
|
|
@@ -466,13 +468,13 @@ def customdata_skin_add(
|
|
|
466
468
|
|
|
467
469
|
def customdata_skin_clear(
|
|
468
470
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
469
|
-
execution_context:
|
|
471
|
+
execution_context: str = None,
|
|
470
472
|
undo: bool = None,
|
|
471
473
|
):
|
|
472
474
|
"""Clear vertex skin layer
|
|
473
475
|
|
|
474
476
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
475
|
-
:type execution_context:
|
|
477
|
+
:type execution_context: str
|
|
476
478
|
:type undo: bool
|
|
477
479
|
"""
|
|
478
480
|
|
|
@@ -480,19 +482,19 @@ def customdata_skin_clear(
|
|
|
480
482
|
|
|
481
483
|
def decimate(
|
|
482
484
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
483
|
-
execution_context:
|
|
485
|
+
execution_context: str = None,
|
|
484
486
|
undo: bool = None,
|
|
485
487
|
ratio: typing.Any = 1.0,
|
|
486
488
|
use_vertex_group: typing.Union[bool, typing.Any] = False,
|
|
487
489
|
vertex_group_factor: typing.Any = 1.0,
|
|
488
490
|
invert_vertex_group: typing.Union[bool, typing.Any] = False,
|
|
489
491
|
use_symmetry: typing.Union[bool, typing.Any] = False,
|
|
490
|
-
symmetry_axis: typing.
|
|
492
|
+
symmetry_axis: typing.Union[str, int] = "Y",
|
|
491
493
|
):
|
|
492
494
|
"""Simplify geometry by collapsing edges
|
|
493
495
|
|
|
494
496
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
495
|
-
:type execution_context:
|
|
497
|
+
:type execution_context: str
|
|
496
498
|
:type undo: bool
|
|
497
499
|
:param ratio: Ratio
|
|
498
500
|
:type ratio: typing.Any
|
|
@@ -505,21 +507,21 @@ def decimate(
|
|
|
505
507
|
:param use_symmetry: Symmetry, Maintain symmetry on an axis
|
|
506
508
|
:type use_symmetry: typing.Union[bool, typing.Any]
|
|
507
509
|
:param symmetry_axis: Axis, Axis of symmetry
|
|
508
|
-
:type symmetry_axis: typing.
|
|
510
|
+
:type symmetry_axis: typing.Union[str, int]
|
|
509
511
|
"""
|
|
510
512
|
|
|
511
513
|
...
|
|
512
514
|
|
|
513
515
|
def delete(
|
|
514
516
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
515
|
-
execution_context:
|
|
517
|
+
execution_context: str = None,
|
|
516
518
|
undo: bool = None,
|
|
517
519
|
type: typing.Any = "VERT",
|
|
518
520
|
):
|
|
519
521
|
"""Delete selected vertices, edges or faces
|
|
520
522
|
|
|
521
523
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
522
|
-
:type execution_context:
|
|
524
|
+
:type execution_context: str
|
|
523
525
|
:type undo: bool
|
|
524
526
|
:param type: Type, Method used for deleting mesh data
|
|
525
527
|
:type type: typing.Any
|
|
@@ -529,14 +531,14 @@ def delete(
|
|
|
529
531
|
|
|
530
532
|
def delete_edgeloop(
|
|
531
533
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
532
|
-
execution_context:
|
|
534
|
+
execution_context: str = None,
|
|
533
535
|
undo: bool = None,
|
|
534
536
|
use_face_split: typing.Union[bool, typing.Any] = True,
|
|
535
537
|
):
|
|
536
538
|
"""Delete an edge loop by merging the faces on each side
|
|
537
539
|
|
|
538
540
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
539
|
-
:type execution_context:
|
|
541
|
+
:type execution_context: str
|
|
540
542
|
:type undo: bool
|
|
541
543
|
:param use_face_split: Face Split, Split off face corners to maintain surrounding geometry
|
|
542
544
|
:type use_face_split: typing.Union[bool, typing.Any]
|
|
@@ -546,7 +548,7 @@ def delete_edgeloop(
|
|
|
546
548
|
|
|
547
549
|
def delete_loose(
|
|
548
550
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
549
|
-
execution_context:
|
|
551
|
+
execution_context: str = None,
|
|
550
552
|
undo: bool = None,
|
|
551
553
|
use_verts: typing.Union[bool, typing.Any] = True,
|
|
552
554
|
use_edges: typing.Union[bool, typing.Any] = True,
|
|
@@ -555,7 +557,7 @@ def delete_loose(
|
|
|
555
557
|
"""Delete loose vertices, edges or faces
|
|
556
558
|
|
|
557
559
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
558
|
-
:type execution_context:
|
|
560
|
+
:type execution_context: str
|
|
559
561
|
:type undo: bool
|
|
560
562
|
:param use_verts: Vertices, Remove loose vertices
|
|
561
563
|
:type use_verts: typing.Union[bool, typing.Any]
|
|
@@ -569,14 +571,14 @@ def delete_loose(
|
|
|
569
571
|
|
|
570
572
|
def dissolve_degenerate(
|
|
571
573
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
572
|
-
execution_context:
|
|
574
|
+
execution_context: str = None,
|
|
573
575
|
undo: bool = None,
|
|
574
576
|
threshold: typing.Any = 0.0001,
|
|
575
577
|
):
|
|
576
578
|
"""Dissolve zero area faces and zero length edges
|
|
577
579
|
|
|
578
580
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
579
|
-
:type execution_context:
|
|
581
|
+
:type execution_context: str
|
|
580
582
|
:type undo: bool
|
|
581
583
|
:param threshold: Merge Distance, Maximum distance between elements to merge
|
|
582
584
|
:type threshold: typing.Any
|
|
@@ -586,7 +588,7 @@ def dissolve_degenerate(
|
|
|
586
588
|
|
|
587
589
|
def dissolve_edges(
|
|
588
590
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
589
|
-
execution_context:
|
|
591
|
+
execution_context: str = None,
|
|
590
592
|
undo: bool = None,
|
|
591
593
|
use_verts: typing.Union[bool, typing.Any] = True,
|
|
592
594
|
use_face_split: typing.Union[bool, typing.Any] = False,
|
|
@@ -594,7 +596,7 @@ def dissolve_edges(
|
|
|
594
596
|
"""Dissolve edges, merging faces
|
|
595
597
|
|
|
596
598
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
597
|
-
:type execution_context:
|
|
599
|
+
:type execution_context: str
|
|
598
600
|
:type undo: bool
|
|
599
601
|
:param use_verts: Dissolve Vertices, Dissolve remaining vertices
|
|
600
602
|
:type use_verts: typing.Union[bool, typing.Any]
|
|
@@ -606,14 +608,14 @@ def dissolve_edges(
|
|
|
606
608
|
|
|
607
609
|
def dissolve_faces(
|
|
608
610
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
609
|
-
execution_context:
|
|
611
|
+
execution_context: str = None,
|
|
610
612
|
undo: bool = None,
|
|
611
613
|
use_verts: typing.Union[bool, typing.Any] = False,
|
|
612
614
|
):
|
|
613
615
|
"""Dissolve faces
|
|
614
616
|
|
|
615
617
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
616
|
-
:type execution_context:
|
|
618
|
+
:type execution_context: str
|
|
617
619
|
:type undo: bool
|
|
618
620
|
:param use_verts: Dissolve Vertices, Dissolve remaining vertices
|
|
619
621
|
:type use_verts: typing.Union[bool, typing.Any]
|
|
@@ -623,7 +625,7 @@ def dissolve_faces(
|
|
|
623
625
|
|
|
624
626
|
def dissolve_limited(
|
|
625
627
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
626
|
-
execution_context:
|
|
628
|
+
execution_context: str = None,
|
|
627
629
|
undo: bool = None,
|
|
628
630
|
angle_limit: typing.Any = 0.0872665,
|
|
629
631
|
use_dissolve_boundaries: typing.Union[bool, typing.Any] = False,
|
|
@@ -632,7 +634,7 @@ def dissolve_limited(
|
|
|
632
634
|
"""Dissolve selected edges and vertices, limited by the angle of surrounding geometry
|
|
633
635
|
|
|
634
636
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
635
|
-
:type execution_context:
|
|
637
|
+
:type execution_context: str
|
|
636
638
|
:type undo: bool
|
|
637
639
|
:param angle_limit: Max Angle, Angle limit
|
|
638
640
|
:type angle_limit: typing.Any
|
|
@@ -646,7 +648,7 @@ def dissolve_limited(
|
|
|
646
648
|
|
|
647
649
|
def dissolve_mode(
|
|
648
650
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
649
|
-
execution_context:
|
|
651
|
+
execution_context: str = None,
|
|
650
652
|
undo: bool = None,
|
|
651
653
|
use_verts: typing.Union[bool, typing.Any] = False,
|
|
652
654
|
use_face_split: typing.Union[bool, typing.Any] = False,
|
|
@@ -655,7 +657,7 @@ def dissolve_mode(
|
|
|
655
657
|
"""Dissolve geometry based on the selection mode
|
|
656
658
|
|
|
657
659
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
658
|
-
:type execution_context:
|
|
660
|
+
:type execution_context: str
|
|
659
661
|
:type undo: bool
|
|
660
662
|
:param use_verts: Dissolve Vertices, Dissolve remaining vertices
|
|
661
663
|
:type use_verts: typing.Union[bool, typing.Any]
|
|
@@ -669,7 +671,7 @@ def dissolve_mode(
|
|
|
669
671
|
|
|
670
672
|
def dissolve_verts(
|
|
671
673
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
672
|
-
execution_context:
|
|
674
|
+
execution_context: str = None,
|
|
673
675
|
undo: bool = None,
|
|
674
676
|
use_face_split: typing.Union[bool, typing.Any] = False,
|
|
675
677
|
use_boundary_tear: typing.Union[bool, typing.Any] = False,
|
|
@@ -677,7 +679,7 @@ def dissolve_verts(
|
|
|
677
679
|
"""Dissolve vertices, merge edges and faces
|
|
678
680
|
|
|
679
681
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
680
|
-
:type execution_context:
|
|
682
|
+
:type execution_context: str
|
|
681
683
|
:type undo: bool
|
|
682
684
|
:param use_face_split: Face Split, Split off face corners to maintain surrounding geometry
|
|
683
685
|
:type use_face_split: typing.Union[bool, typing.Any]
|
|
@@ -689,14 +691,14 @@ def dissolve_verts(
|
|
|
689
691
|
|
|
690
692
|
def dupli_extrude_cursor(
|
|
691
693
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
692
|
-
execution_context:
|
|
694
|
+
execution_context: str = None,
|
|
693
695
|
undo: bool = None,
|
|
694
696
|
rotate_source: typing.Union[bool, typing.Any] = True,
|
|
695
697
|
):
|
|
696
698
|
"""Duplicate and extrude selected vertices, edges or faces towards the mouse cursor
|
|
697
699
|
|
|
698
700
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
699
|
-
:type execution_context:
|
|
701
|
+
:type execution_context: str
|
|
700
702
|
:type undo: bool
|
|
701
703
|
:param rotate_source: Rotate Source, Rotate initial selection giving better shape
|
|
702
704
|
:type rotate_source: typing.Union[bool, typing.Any]
|
|
@@ -706,14 +708,14 @@ def dupli_extrude_cursor(
|
|
|
706
708
|
|
|
707
709
|
def duplicate(
|
|
708
710
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
709
|
-
execution_context:
|
|
711
|
+
execution_context: str = None,
|
|
710
712
|
undo: bool = None,
|
|
711
713
|
mode: typing.Any = 1,
|
|
712
714
|
):
|
|
713
715
|
"""Duplicate selected vertices, edges or faces
|
|
714
716
|
|
|
715
717
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
716
|
-
:type execution_context:
|
|
718
|
+
:type execution_context: str
|
|
717
719
|
:type undo: bool
|
|
718
720
|
:param mode: Mode
|
|
719
721
|
:type mode: typing.Any
|
|
@@ -723,33 +725,33 @@ def duplicate(
|
|
|
723
725
|
|
|
724
726
|
def duplicate_move(
|
|
725
727
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
726
|
-
execution_context:
|
|
728
|
+
execution_context: str = None,
|
|
727
729
|
undo: bool = None,
|
|
728
|
-
MESH_OT_duplicate:
|
|
729
|
-
TRANSFORM_OT_translate:
|
|
730
|
+
MESH_OT_duplicate: typing.Any = None,
|
|
731
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
730
732
|
):
|
|
731
733
|
"""Duplicate mesh and move
|
|
732
734
|
|
|
733
735
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
734
|
-
:type execution_context:
|
|
736
|
+
:type execution_context: str
|
|
735
737
|
:type undo: bool
|
|
736
738
|
:param MESH_OT_duplicate: Duplicate, Duplicate selected vertices, edges or faces
|
|
737
|
-
:type MESH_OT_duplicate:
|
|
739
|
+
:type MESH_OT_duplicate: typing.Any
|
|
738
740
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
739
|
-
:type TRANSFORM_OT_translate:
|
|
741
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
740
742
|
"""
|
|
741
743
|
|
|
742
744
|
...
|
|
743
745
|
|
|
744
746
|
def edge_collapse(
|
|
745
747
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
746
|
-
execution_context:
|
|
748
|
+
execution_context: str = None,
|
|
747
749
|
undo: bool = None,
|
|
748
750
|
):
|
|
749
751
|
"""Collapse isolated edge and face regions, merging data such as UVs and color attributes. This can collapse edge-rings as well as regions of connected faces into vertices
|
|
750
752
|
|
|
751
753
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
752
|
-
:type execution_context:
|
|
754
|
+
:type execution_context: str
|
|
753
755
|
:type undo: bool
|
|
754
756
|
"""
|
|
755
757
|
|
|
@@ -757,13 +759,13 @@ def edge_collapse(
|
|
|
757
759
|
|
|
758
760
|
def edge_face_add(
|
|
759
761
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
760
|
-
execution_context:
|
|
762
|
+
execution_context: str = None,
|
|
761
763
|
undo: bool = None,
|
|
762
764
|
):
|
|
763
765
|
"""Add an edge or face to selected
|
|
764
766
|
|
|
765
767
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
766
|
-
:type execution_context:
|
|
768
|
+
:type execution_context: str
|
|
767
769
|
:type undo: bool
|
|
768
770
|
"""
|
|
769
771
|
|
|
@@ -771,14 +773,14 @@ def edge_face_add(
|
|
|
771
773
|
|
|
772
774
|
def edge_rotate(
|
|
773
775
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
774
|
-
execution_context:
|
|
776
|
+
execution_context: str = None,
|
|
775
777
|
undo: bool = None,
|
|
776
778
|
use_ccw: typing.Union[bool, typing.Any] = False,
|
|
777
779
|
):
|
|
778
780
|
"""Rotate selected edge or adjoining faces
|
|
779
781
|
|
|
780
782
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
781
|
-
:type execution_context:
|
|
783
|
+
:type execution_context: str
|
|
782
784
|
:type undo: bool
|
|
783
785
|
:param use_ccw: Counter Clockwise
|
|
784
786
|
:type use_ccw: typing.Union[bool, typing.Any]
|
|
@@ -788,14 +790,14 @@ def edge_rotate(
|
|
|
788
790
|
|
|
789
791
|
def edge_split(
|
|
790
792
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
791
|
-
execution_context:
|
|
793
|
+
execution_context: str = None,
|
|
792
794
|
undo: bool = None,
|
|
793
795
|
type: typing.Any = "EDGE",
|
|
794
796
|
):
|
|
795
797
|
"""Split selected edges so that each neighbor face gets its own copy
|
|
796
798
|
|
|
797
799
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
798
|
-
:type execution_context:
|
|
800
|
+
:type execution_context: str
|
|
799
801
|
:type undo: bool
|
|
800
802
|
:param type: Type, Method to use for splitting
|
|
801
803
|
|
|
@@ -811,7 +813,7 @@ def edge_split(
|
|
|
811
813
|
|
|
812
814
|
def edgering_select(
|
|
813
815
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
814
|
-
execution_context:
|
|
816
|
+
execution_context: str = None,
|
|
815
817
|
undo: bool = None,
|
|
816
818
|
extend: typing.Union[bool, typing.Any] = False,
|
|
817
819
|
deselect: typing.Union[bool, typing.Any] = False,
|
|
@@ -821,7 +823,7 @@ def edgering_select(
|
|
|
821
823
|
"""Select an edge ring
|
|
822
824
|
|
|
823
825
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
824
|
-
:type execution_context:
|
|
826
|
+
:type execution_context: str
|
|
825
827
|
:type undo: bool
|
|
826
828
|
:param extend: Extend, Extend the selection
|
|
827
829
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -837,14 +839,14 @@ def edgering_select(
|
|
|
837
839
|
|
|
838
840
|
def edges_select_sharp(
|
|
839
841
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
840
|
-
execution_context:
|
|
842
|
+
execution_context: str = None,
|
|
841
843
|
undo: bool = None,
|
|
842
844
|
sharpness: typing.Any = 0.523599,
|
|
843
845
|
):
|
|
844
846
|
"""Select all sharp enough edges
|
|
845
847
|
|
|
846
848
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
847
|
-
:type execution_context:
|
|
849
|
+
:type execution_context: str
|
|
848
850
|
:type undo: bool
|
|
849
851
|
:param sharpness: Sharpness
|
|
850
852
|
:type sharpness: typing.Any
|
|
@@ -854,7 +856,7 @@ def edges_select_sharp(
|
|
|
854
856
|
|
|
855
857
|
def extrude_context(
|
|
856
858
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
857
|
-
execution_context:
|
|
859
|
+
execution_context: str = None,
|
|
858
860
|
undo: bool = None,
|
|
859
861
|
use_normal_flip: typing.Union[bool, typing.Any] = False,
|
|
860
862
|
use_dissolve_ortho_edges: typing.Union[bool, typing.Any] = False,
|
|
@@ -863,7 +865,7 @@ def extrude_context(
|
|
|
863
865
|
"""Extrude selection
|
|
864
866
|
|
|
865
867
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
866
|
-
:type execution_context:
|
|
868
|
+
:type execution_context: str
|
|
867
869
|
:type undo: bool
|
|
868
870
|
:param use_normal_flip: Flip Normals
|
|
869
871
|
:type use_normal_flip: typing.Union[bool, typing.Any]
|
|
@@ -877,27 +879,27 @@ def extrude_context(
|
|
|
877
879
|
|
|
878
880
|
def extrude_context_move(
|
|
879
881
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
880
|
-
execution_context:
|
|
882
|
+
execution_context: str = None,
|
|
881
883
|
undo: bool = None,
|
|
882
|
-
MESH_OT_extrude_context:
|
|
883
|
-
TRANSFORM_OT_translate:
|
|
884
|
+
MESH_OT_extrude_context: typing.Any = None,
|
|
885
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
884
886
|
):
|
|
885
887
|
"""Extrude region together along the average normal
|
|
886
888
|
|
|
887
889
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
888
|
-
:type execution_context:
|
|
890
|
+
:type execution_context: str
|
|
889
891
|
:type undo: bool
|
|
890
892
|
:param MESH_OT_extrude_context: Extrude Context, Extrude selection
|
|
891
|
-
:type MESH_OT_extrude_context:
|
|
893
|
+
:type MESH_OT_extrude_context: typing.Any
|
|
892
894
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
893
|
-
:type TRANSFORM_OT_translate:
|
|
895
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
894
896
|
"""
|
|
895
897
|
|
|
896
898
|
...
|
|
897
899
|
|
|
898
900
|
def extrude_edges_indiv(
|
|
899
901
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
900
|
-
execution_context:
|
|
902
|
+
execution_context: str = None,
|
|
901
903
|
undo: bool = None,
|
|
902
904
|
use_normal_flip: typing.Union[bool, typing.Any] = False,
|
|
903
905
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
@@ -905,7 +907,7 @@ def extrude_edges_indiv(
|
|
|
905
907
|
"""Extrude individual edges only
|
|
906
908
|
|
|
907
909
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
908
|
-
:type execution_context:
|
|
910
|
+
:type execution_context: str
|
|
909
911
|
:type undo: bool
|
|
910
912
|
:param use_normal_flip: Flip Normals
|
|
911
913
|
:type use_normal_flip: typing.Union[bool, typing.Any]
|
|
@@ -917,34 +919,34 @@ def extrude_edges_indiv(
|
|
|
917
919
|
|
|
918
920
|
def extrude_edges_move(
|
|
919
921
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
920
|
-
execution_context:
|
|
922
|
+
execution_context: str = None,
|
|
921
923
|
undo: bool = None,
|
|
922
|
-
MESH_OT_extrude_edges_indiv:
|
|
923
|
-
TRANSFORM_OT_translate:
|
|
924
|
+
MESH_OT_extrude_edges_indiv: typing.Any = None,
|
|
925
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
924
926
|
):
|
|
925
927
|
"""Extrude edges and move result
|
|
926
928
|
|
|
927
929
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
928
|
-
:type execution_context:
|
|
930
|
+
:type execution_context: str
|
|
929
931
|
:type undo: bool
|
|
930
932
|
:param MESH_OT_extrude_edges_indiv: Extrude Only Edges, Extrude individual edges only
|
|
931
|
-
:type MESH_OT_extrude_edges_indiv:
|
|
933
|
+
:type MESH_OT_extrude_edges_indiv: typing.Any
|
|
932
934
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
933
|
-
:type TRANSFORM_OT_translate:
|
|
935
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
934
936
|
"""
|
|
935
937
|
|
|
936
938
|
...
|
|
937
939
|
|
|
938
940
|
def extrude_faces_indiv(
|
|
939
941
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
940
|
-
execution_context:
|
|
942
|
+
execution_context: str = None,
|
|
941
943
|
undo: bool = None,
|
|
942
944
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
943
945
|
):
|
|
944
946
|
"""Extrude individual faces only
|
|
945
947
|
|
|
946
948
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
947
|
-
:type execution_context:
|
|
949
|
+
:type execution_context: str
|
|
948
950
|
:type undo: bool
|
|
949
951
|
:param mirror: Mirror Editing
|
|
950
952
|
:type mirror: typing.Union[bool, typing.Any]
|
|
@@ -954,47 +956,47 @@ def extrude_faces_indiv(
|
|
|
954
956
|
|
|
955
957
|
def extrude_faces_move(
|
|
956
958
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
957
|
-
execution_context:
|
|
959
|
+
execution_context: str = None,
|
|
958
960
|
undo: bool = None,
|
|
959
|
-
MESH_OT_extrude_faces_indiv:
|
|
960
|
-
TRANSFORM_OT_shrink_fatten:
|
|
961
|
+
MESH_OT_extrude_faces_indiv: typing.Any = None,
|
|
962
|
+
TRANSFORM_OT_shrink_fatten: typing.Any = None,
|
|
961
963
|
):
|
|
962
964
|
"""Extrude each individual face separately along local normals
|
|
963
965
|
|
|
964
966
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
965
|
-
:type execution_context:
|
|
967
|
+
:type execution_context: str
|
|
966
968
|
:type undo: bool
|
|
967
969
|
:param MESH_OT_extrude_faces_indiv: Extrude Individual Faces, Extrude individual faces only
|
|
968
|
-
:type MESH_OT_extrude_faces_indiv:
|
|
970
|
+
:type MESH_OT_extrude_faces_indiv: typing.Any
|
|
969
971
|
:param TRANSFORM_OT_shrink_fatten: Shrink/Fatten, Shrink/fatten selected vertices along normals
|
|
970
|
-
:type TRANSFORM_OT_shrink_fatten:
|
|
972
|
+
:type TRANSFORM_OT_shrink_fatten: typing.Any
|
|
971
973
|
"""
|
|
972
974
|
|
|
973
975
|
...
|
|
974
976
|
|
|
975
977
|
def extrude_manifold(
|
|
976
978
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
977
|
-
execution_context:
|
|
979
|
+
execution_context: str = None,
|
|
978
980
|
undo: bool = None,
|
|
979
|
-
MESH_OT_extrude_region:
|
|
980
|
-
TRANSFORM_OT_translate:
|
|
981
|
+
MESH_OT_extrude_region: typing.Any = None,
|
|
982
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
981
983
|
):
|
|
982
984
|
"""Extrude, dissolves edges whose faces form a flat surface and intersect new edges
|
|
983
985
|
|
|
984
986
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
985
|
-
:type execution_context:
|
|
987
|
+
:type execution_context: str
|
|
986
988
|
:type undo: bool
|
|
987
989
|
:param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
|
|
988
|
-
:type MESH_OT_extrude_region:
|
|
990
|
+
:type MESH_OT_extrude_region: typing.Any
|
|
989
991
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
990
|
-
:type TRANSFORM_OT_translate:
|
|
992
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
991
993
|
"""
|
|
992
994
|
|
|
993
995
|
...
|
|
994
996
|
|
|
995
997
|
def extrude_region(
|
|
996
998
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
997
|
-
execution_context:
|
|
999
|
+
execution_context: str = None,
|
|
998
1000
|
undo: bool = None,
|
|
999
1001
|
use_normal_flip: typing.Union[bool, typing.Any] = False,
|
|
1000
1002
|
use_dissolve_ortho_edges: typing.Union[bool, typing.Any] = False,
|
|
@@ -1003,7 +1005,7 @@ def extrude_region(
|
|
|
1003
1005
|
"""Extrude region of faces
|
|
1004
1006
|
|
|
1005
1007
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1006
|
-
:type execution_context:
|
|
1008
|
+
:type execution_context: str
|
|
1007
1009
|
:type undo: bool
|
|
1008
1010
|
:param use_normal_flip: Flip Normals
|
|
1009
1011
|
:type use_normal_flip: typing.Union[bool, typing.Any]
|
|
@@ -1017,47 +1019,47 @@ def extrude_region(
|
|
|
1017
1019
|
|
|
1018
1020
|
def extrude_region_move(
|
|
1019
1021
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1020
|
-
execution_context:
|
|
1022
|
+
execution_context: str = None,
|
|
1021
1023
|
undo: bool = None,
|
|
1022
|
-
MESH_OT_extrude_region:
|
|
1023
|
-
TRANSFORM_OT_translate:
|
|
1024
|
+
MESH_OT_extrude_region: typing.Any = None,
|
|
1025
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
1024
1026
|
):
|
|
1025
1027
|
"""Extrude region and move result
|
|
1026
1028
|
|
|
1027
1029
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1028
|
-
:type execution_context:
|
|
1030
|
+
:type execution_context: str
|
|
1029
1031
|
:type undo: bool
|
|
1030
1032
|
:param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
|
|
1031
|
-
:type MESH_OT_extrude_region:
|
|
1033
|
+
:type MESH_OT_extrude_region: typing.Any
|
|
1032
1034
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1033
|
-
:type TRANSFORM_OT_translate:
|
|
1035
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
1034
1036
|
"""
|
|
1035
1037
|
|
|
1036
1038
|
...
|
|
1037
1039
|
|
|
1038
1040
|
def extrude_region_shrink_fatten(
|
|
1039
1041
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1040
|
-
execution_context:
|
|
1042
|
+
execution_context: str = None,
|
|
1041
1043
|
undo: bool = None,
|
|
1042
|
-
MESH_OT_extrude_region:
|
|
1043
|
-
TRANSFORM_OT_shrink_fatten:
|
|
1044
|
+
MESH_OT_extrude_region: typing.Any = None,
|
|
1045
|
+
TRANSFORM_OT_shrink_fatten: typing.Any = None,
|
|
1044
1046
|
):
|
|
1045
1047
|
"""Extrude region together along local normals
|
|
1046
1048
|
|
|
1047
1049
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1048
|
-
:type execution_context:
|
|
1050
|
+
:type execution_context: str
|
|
1049
1051
|
:type undo: bool
|
|
1050
1052
|
:param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
|
|
1051
|
-
:type MESH_OT_extrude_region:
|
|
1053
|
+
:type MESH_OT_extrude_region: typing.Any
|
|
1052
1054
|
:param TRANSFORM_OT_shrink_fatten: Shrink/Fatten, Shrink/fatten selected vertices along normals
|
|
1053
|
-
:type TRANSFORM_OT_shrink_fatten:
|
|
1055
|
+
:type TRANSFORM_OT_shrink_fatten: typing.Any
|
|
1054
1056
|
"""
|
|
1055
1057
|
|
|
1056
1058
|
...
|
|
1057
1059
|
|
|
1058
1060
|
def extrude_repeat(
|
|
1059
1061
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1060
|
-
execution_context:
|
|
1062
|
+
execution_context: str = None,
|
|
1061
1063
|
undo: bool = None,
|
|
1062
1064
|
steps: typing.Any = 10,
|
|
1063
1065
|
offset: typing.Any = (0.0, 0.0, 0.0),
|
|
@@ -1066,7 +1068,7 @@ def extrude_repeat(
|
|
|
1066
1068
|
"""Extrude selected vertices, edges or faces repeatedly
|
|
1067
1069
|
|
|
1068
1070
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1069
|
-
:type execution_context:
|
|
1071
|
+
:type execution_context: str
|
|
1070
1072
|
:type undo: bool
|
|
1071
1073
|
:param steps: Steps
|
|
1072
1074
|
:type steps: typing.Any
|
|
@@ -1080,34 +1082,34 @@ def extrude_repeat(
|
|
|
1080
1082
|
|
|
1081
1083
|
def extrude_vertices_move(
|
|
1082
1084
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1083
|
-
execution_context:
|
|
1085
|
+
execution_context: str = None,
|
|
1084
1086
|
undo: bool = None,
|
|
1085
|
-
MESH_OT_extrude_verts_indiv:
|
|
1086
|
-
TRANSFORM_OT_translate:
|
|
1087
|
+
MESH_OT_extrude_verts_indiv: typing.Any = None,
|
|
1088
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
1087
1089
|
):
|
|
1088
1090
|
"""Extrude vertices and move result
|
|
1089
1091
|
|
|
1090
1092
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1091
|
-
:type execution_context:
|
|
1093
|
+
:type execution_context: str
|
|
1092
1094
|
:type undo: bool
|
|
1093
1095
|
:param MESH_OT_extrude_verts_indiv: Extrude Only Vertices, Extrude individual vertices only
|
|
1094
|
-
:type MESH_OT_extrude_verts_indiv:
|
|
1096
|
+
:type MESH_OT_extrude_verts_indiv: typing.Any
|
|
1095
1097
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1096
|
-
:type TRANSFORM_OT_translate:
|
|
1098
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
1097
1099
|
"""
|
|
1098
1100
|
|
|
1099
1101
|
...
|
|
1100
1102
|
|
|
1101
1103
|
def extrude_verts_indiv(
|
|
1102
1104
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1103
|
-
execution_context:
|
|
1105
|
+
execution_context: str = None,
|
|
1104
1106
|
undo: bool = None,
|
|
1105
1107
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
1106
1108
|
):
|
|
1107
1109
|
"""Extrude individual vertices only
|
|
1108
1110
|
|
|
1109
1111
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1110
|
-
:type execution_context:
|
|
1112
|
+
:type execution_context: str
|
|
1111
1113
|
:type undo: bool
|
|
1112
1114
|
:param mirror: Mirror Editing
|
|
1113
1115
|
:type mirror: typing.Union[bool, typing.Any]
|
|
@@ -1117,7 +1119,7 @@ def extrude_verts_indiv(
|
|
|
1117
1119
|
|
|
1118
1120
|
def face_make_planar(
|
|
1119
1121
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1120
|
-
execution_context:
|
|
1122
|
+
execution_context: str = None,
|
|
1121
1123
|
undo: bool = None,
|
|
1122
1124
|
factor: typing.Any = 1.0,
|
|
1123
1125
|
repeat: typing.Any = 1,
|
|
@@ -1125,7 +1127,7 @@ def face_make_planar(
|
|
|
1125
1127
|
"""Flatten selected faces
|
|
1126
1128
|
|
|
1127
1129
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1128
|
-
:type execution_context:
|
|
1130
|
+
:type execution_context: str
|
|
1129
1131
|
:type undo: bool
|
|
1130
1132
|
:param factor: Factor
|
|
1131
1133
|
:type factor: typing.Any
|
|
@@ -1137,7 +1139,7 @@ def face_make_planar(
|
|
|
1137
1139
|
|
|
1138
1140
|
def face_set_extract(
|
|
1139
1141
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1140
|
-
execution_context:
|
|
1142
|
+
execution_context: str = None,
|
|
1141
1143
|
undo: bool = None,
|
|
1142
1144
|
add_boundary_loop: typing.Union[bool, typing.Any] = True,
|
|
1143
1145
|
smooth_iterations: typing.Any = 4,
|
|
@@ -1147,7 +1149,7 @@ def face_set_extract(
|
|
|
1147
1149
|
"""Create a new mesh object from the selected Face Set
|
|
1148
1150
|
|
|
1149
1151
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1150
|
-
:type execution_context:
|
|
1152
|
+
:type execution_context: str
|
|
1151
1153
|
:type undo: bool
|
|
1152
1154
|
:param add_boundary_loop: Add Boundary Loop, Add an extra edge loop to better preserve the shape when applying a subdivision surface modifier
|
|
1153
1155
|
:type add_boundary_loop: typing.Union[bool, typing.Any]
|
|
@@ -1163,13 +1165,13 @@ def face_set_extract(
|
|
|
1163
1165
|
|
|
1164
1166
|
def face_split_by_edges(
|
|
1165
1167
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1166
|
-
execution_context:
|
|
1168
|
+
execution_context: str = None,
|
|
1167
1169
|
undo: bool = None,
|
|
1168
1170
|
):
|
|
1169
1171
|
"""Weld loose edges into faces (splitting them into new faces)
|
|
1170
1172
|
|
|
1171
1173
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1172
|
-
:type execution_context:
|
|
1174
|
+
:type execution_context: str
|
|
1173
1175
|
:type undo: bool
|
|
1174
1176
|
"""
|
|
1175
1177
|
|
|
@@ -1177,7 +1179,7 @@ def face_split_by_edges(
|
|
|
1177
1179
|
|
|
1178
1180
|
def faces_mirror_uv(
|
|
1179
1181
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1180
|
-
execution_context:
|
|
1182
|
+
execution_context: str = None,
|
|
1181
1183
|
undo: bool = None,
|
|
1182
1184
|
direction: typing.Any = "POSITIVE",
|
|
1183
1185
|
precision: typing.Any = 3,
|
|
@@ -1185,7 +1187,7 @@ def faces_mirror_uv(
|
|
|
1185
1187
|
"""Copy mirror UV coordinates on the X axis based on a mirrored mesh
|
|
1186
1188
|
|
|
1187
1189
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1188
|
-
:type execution_context:
|
|
1190
|
+
:type execution_context: str
|
|
1189
1191
|
:type undo: bool
|
|
1190
1192
|
:param direction: Axis Direction
|
|
1191
1193
|
:type direction: typing.Any
|
|
@@ -1197,14 +1199,14 @@ def faces_mirror_uv(
|
|
|
1197
1199
|
|
|
1198
1200
|
def faces_select_linked_flat(
|
|
1199
1201
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1200
|
-
execution_context:
|
|
1202
|
+
execution_context: str = None,
|
|
1201
1203
|
undo: bool = None,
|
|
1202
1204
|
sharpness: typing.Any = 0.0174533,
|
|
1203
1205
|
):
|
|
1204
1206
|
"""Select linked faces by angle
|
|
1205
1207
|
|
|
1206
1208
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1207
|
-
:type execution_context:
|
|
1209
|
+
:type execution_context: str
|
|
1208
1210
|
:type undo: bool
|
|
1209
1211
|
:param sharpness: Sharpness
|
|
1210
1212
|
:type sharpness: typing.Any
|
|
@@ -1214,13 +1216,13 @@ def faces_select_linked_flat(
|
|
|
1214
1216
|
|
|
1215
1217
|
def faces_shade_flat(
|
|
1216
1218
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1217
|
-
execution_context:
|
|
1219
|
+
execution_context: str = None,
|
|
1218
1220
|
undo: bool = None,
|
|
1219
1221
|
):
|
|
1220
1222
|
"""Display faces flat
|
|
1221
1223
|
|
|
1222
1224
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1223
|
-
:type execution_context:
|
|
1225
|
+
:type execution_context: str
|
|
1224
1226
|
:type undo: bool
|
|
1225
1227
|
"""
|
|
1226
1228
|
|
|
@@ -1228,13 +1230,13 @@ def faces_shade_flat(
|
|
|
1228
1230
|
|
|
1229
1231
|
def faces_shade_smooth(
|
|
1230
1232
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1231
|
-
execution_context:
|
|
1233
|
+
execution_context: str = None,
|
|
1232
1234
|
undo: bool = None,
|
|
1233
1235
|
):
|
|
1234
1236
|
"""Display faces smooth (using vertex normals)
|
|
1235
1237
|
|
|
1236
1238
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1237
|
-
:type execution_context:
|
|
1239
|
+
:type execution_context: str
|
|
1238
1240
|
:type undo: bool
|
|
1239
1241
|
"""
|
|
1240
1242
|
|
|
@@ -1242,14 +1244,14 @@ def faces_shade_smooth(
|
|
|
1242
1244
|
|
|
1243
1245
|
def fill(
|
|
1244
1246
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1245
|
-
execution_context:
|
|
1247
|
+
execution_context: str = None,
|
|
1246
1248
|
undo: bool = None,
|
|
1247
1249
|
use_beauty: typing.Union[bool, typing.Any] = True,
|
|
1248
1250
|
):
|
|
1249
1251
|
"""Fill a selected edge loop with faces
|
|
1250
1252
|
|
|
1251
1253
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1252
|
-
:type execution_context:
|
|
1254
|
+
:type execution_context: str
|
|
1253
1255
|
:type undo: bool
|
|
1254
1256
|
:param use_beauty: Beauty, Use best triangulation division
|
|
1255
1257
|
:type use_beauty: typing.Union[bool, typing.Any]
|
|
@@ -1259,7 +1261,7 @@ def fill(
|
|
|
1259
1261
|
|
|
1260
1262
|
def fill_grid(
|
|
1261
1263
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1262
|
-
execution_context:
|
|
1264
|
+
execution_context: str = None,
|
|
1263
1265
|
undo: bool = None,
|
|
1264
1266
|
span: typing.Any = 1,
|
|
1265
1267
|
offset: typing.Any = 0,
|
|
@@ -1268,7 +1270,7 @@ def fill_grid(
|
|
|
1268
1270
|
"""Fill grid from two loops
|
|
1269
1271
|
|
|
1270
1272
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1271
|
-
:type execution_context:
|
|
1273
|
+
:type execution_context: str
|
|
1272
1274
|
:type undo: bool
|
|
1273
1275
|
:param span: Span, Number of grid columns
|
|
1274
1276
|
:type span: typing.Any
|
|
@@ -1282,14 +1284,14 @@ def fill_grid(
|
|
|
1282
1284
|
|
|
1283
1285
|
def fill_holes(
|
|
1284
1286
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1285
|
-
execution_context:
|
|
1287
|
+
execution_context: str = None,
|
|
1286
1288
|
undo: bool = None,
|
|
1287
1289
|
sides: typing.Any = 4,
|
|
1288
1290
|
):
|
|
1289
1291
|
"""Fill in holes (boundary edge loops)
|
|
1290
1292
|
|
|
1291
1293
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1292
|
-
:type execution_context:
|
|
1294
|
+
:type execution_context: str
|
|
1293
1295
|
:type undo: bool
|
|
1294
1296
|
:param sides: Sides, Number of sides in hole required to fill (zero fills all holes)
|
|
1295
1297
|
:type sides: typing.Any
|
|
@@ -1299,14 +1301,14 @@ def fill_holes(
|
|
|
1299
1301
|
|
|
1300
1302
|
def flip_normals(
|
|
1301
1303
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1302
|
-
execution_context:
|
|
1304
|
+
execution_context: str = None,
|
|
1303
1305
|
undo: bool = None,
|
|
1304
1306
|
only_clnors: typing.Union[bool, typing.Any] = False,
|
|
1305
1307
|
):
|
|
1306
1308
|
"""Flip the direction of selected faces' normals (and of their vertices)
|
|
1307
1309
|
|
|
1308
1310
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1309
|
-
:type execution_context:
|
|
1311
|
+
:type execution_context: str
|
|
1310
1312
|
:type undo: bool
|
|
1311
1313
|
:param only_clnors: Custom Normals Only, Only flip the custom loop normals of the selected elements
|
|
1312
1314
|
:type only_clnors: typing.Union[bool, typing.Any]
|
|
@@ -1316,13 +1318,13 @@ def flip_normals(
|
|
|
1316
1318
|
|
|
1317
1319
|
def flip_quad_tessellation(
|
|
1318
1320
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1319
|
-
execution_context:
|
|
1321
|
+
execution_context: str = None,
|
|
1320
1322
|
undo: bool = None,
|
|
1321
1323
|
):
|
|
1322
1324
|
"""Flips the tessellation of selected quads
|
|
1323
1325
|
|
|
1324
1326
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1325
|
-
:type execution_context:
|
|
1327
|
+
:type execution_context: str
|
|
1326
1328
|
:type undo: bool
|
|
1327
1329
|
"""
|
|
1328
1330
|
|
|
@@ -1330,14 +1332,14 @@ def flip_quad_tessellation(
|
|
|
1330
1332
|
|
|
1331
1333
|
def hide(
|
|
1332
1334
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1333
|
-
execution_context:
|
|
1335
|
+
execution_context: str = None,
|
|
1334
1336
|
undo: bool = None,
|
|
1335
1337
|
unselected: typing.Union[bool, typing.Any] = False,
|
|
1336
1338
|
):
|
|
1337
1339
|
"""Hide (un)selected vertices, edges or faces
|
|
1338
1340
|
|
|
1339
1341
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1340
|
-
:type execution_context:
|
|
1342
|
+
:type execution_context: str
|
|
1341
1343
|
:type undo: bool
|
|
1342
1344
|
:param unselected: Unselected, Hide unselected rather than selected
|
|
1343
1345
|
:type unselected: typing.Union[bool, typing.Any]
|
|
@@ -1347,7 +1349,7 @@ def hide(
|
|
|
1347
1349
|
|
|
1348
1350
|
def inset(
|
|
1349
1351
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1350
|
-
execution_context:
|
|
1352
|
+
execution_context: str = None,
|
|
1351
1353
|
undo: bool = None,
|
|
1352
1354
|
use_boundary: typing.Union[bool, typing.Any] = True,
|
|
1353
1355
|
use_even_offset: typing.Union[bool, typing.Any] = True,
|
|
@@ -1364,7 +1366,7 @@ def inset(
|
|
|
1364
1366
|
"""Inset new faces into selected faces
|
|
1365
1367
|
|
|
1366
1368
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1367
|
-
:type execution_context:
|
|
1369
|
+
:type execution_context: str
|
|
1368
1370
|
:type undo: bool
|
|
1369
1371
|
:param use_boundary: Boundary, Inset face boundaries
|
|
1370
1372
|
:type use_boundary: typing.Union[bool, typing.Any]
|
|
@@ -1394,7 +1396,7 @@ def inset(
|
|
|
1394
1396
|
|
|
1395
1397
|
def intersect(
|
|
1396
1398
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1397
|
-
execution_context:
|
|
1399
|
+
execution_context: str = None,
|
|
1398
1400
|
undo: bool = None,
|
|
1399
1401
|
mode: typing.Any = "SELECT_UNSELECT",
|
|
1400
1402
|
separate_mode: typing.Any = "CUT",
|
|
@@ -1404,7 +1406,7 @@ def intersect(
|
|
|
1404
1406
|
"""Cut an intersection into faces
|
|
1405
1407
|
|
|
1406
1408
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1407
|
-
:type execution_context:
|
|
1409
|
+
:type execution_context: str
|
|
1408
1410
|
:type undo: bool
|
|
1409
1411
|
:param mode: Source
|
|
1410
1412
|
|
|
@@ -1441,7 +1443,7 @@ def intersect(
|
|
|
1441
1443
|
|
|
1442
1444
|
def intersect_boolean(
|
|
1443
1445
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1444
|
-
execution_context:
|
|
1446
|
+
execution_context: str = None,
|
|
1445
1447
|
undo: bool = None,
|
|
1446
1448
|
operation: typing.Any = "DIFFERENCE",
|
|
1447
1449
|
use_swap: typing.Union[bool, typing.Any] = False,
|
|
@@ -1452,7 +1454,7 @@ def intersect_boolean(
|
|
|
1452
1454
|
"""Cut solid geometry from selected to unselected
|
|
1453
1455
|
|
|
1454
1456
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1455
|
-
:type execution_context:
|
|
1457
|
+
:type execution_context: str
|
|
1456
1458
|
:type undo: bool
|
|
1457
1459
|
:param operation: Boolean Operation, Which boolean operation to apply
|
|
1458
1460
|
:type operation: typing.Any
|
|
@@ -1476,14 +1478,14 @@ def intersect_boolean(
|
|
|
1476
1478
|
|
|
1477
1479
|
def knife_project(
|
|
1478
1480
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1479
|
-
execution_context:
|
|
1481
|
+
execution_context: str = None,
|
|
1480
1482
|
undo: bool = None,
|
|
1481
1483
|
cut_through: typing.Union[bool, typing.Any] = False,
|
|
1482
1484
|
):
|
|
1483
1485
|
"""Use other objects outlines and boundaries to project knife cuts
|
|
1484
1486
|
|
|
1485
1487
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1486
|
-
:type execution_context:
|
|
1488
|
+
:type execution_context: str
|
|
1487
1489
|
:type undo: bool
|
|
1488
1490
|
:param cut_through: Cut Through, Cut through all faces, not just visible ones
|
|
1489
1491
|
:type cut_through: typing.Union[bool, typing.Any]
|
|
@@ -1493,7 +1495,7 @@ def knife_project(
|
|
|
1493
1495
|
|
|
1494
1496
|
def knife_tool(
|
|
1495
1497
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1496
|
-
execution_context:
|
|
1498
|
+
execution_context: str = None,
|
|
1497
1499
|
undo: bool = None,
|
|
1498
1500
|
use_occlude_geometry: typing.Union[bool, typing.Any] = True,
|
|
1499
1501
|
only_selected: typing.Union[bool, typing.Any] = False,
|
|
@@ -1506,7 +1508,7 @@ def knife_tool(
|
|
|
1506
1508
|
"""Cut new topology
|
|
1507
1509
|
|
|
1508
1510
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1509
|
-
:type execution_context:
|
|
1511
|
+
:type execution_context: str
|
|
1510
1512
|
:type undo: bool
|
|
1511
1513
|
:param use_occlude_geometry: Occlude Geometry, Only cut the front most geometry
|
|
1512
1514
|
:type use_occlude_geometry: typing.Union[bool, typing.Any]
|
|
@@ -1549,14 +1551,14 @@ def knife_tool(
|
|
|
1549
1551
|
|
|
1550
1552
|
def loop_multi_select(
|
|
1551
1553
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1552
|
-
execution_context:
|
|
1554
|
+
execution_context: str = None,
|
|
1553
1555
|
undo: bool = None,
|
|
1554
1556
|
ring: typing.Union[bool, typing.Any] = False,
|
|
1555
1557
|
):
|
|
1556
1558
|
"""Select a loop of connected edges by connection type
|
|
1557
1559
|
|
|
1558
1560
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1559
|
-
:type execution_context:
|
|
1561
|
+
:type execution_context: str
|
|
1560
1562
|
:type undo: bool
|
|
1561
1563
|
:param ring: Ring
|
|
1562
1564
|
:type ring: typing.Union[bool, typing.Any]
|
|
@@ -1566,7 +1568,7 @@ def loop_multi_select(
|
|
|
1566
1568
|
|
|
1567
1569
|
def loop_select(
|
|
1568
1570
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1569
|
-
execution_context:
|
|
1571
|
+
execution_context: str = None,
|
|
1570
1572
|
undo: bool = None,
|
|
1571
1573
|
extend: typing.Union[bool, typing.Any] = False,
|
|
1572
1574
|
deselect: typing.Union[bool, typing.Any] = False,
|
|
@@ -1576,7 +1578,7 @@ def loop_select(
|
|
|
1576
1578
|
"""Select a loop of connected edges
|
|
1577
1579
|
|
|
1578
1580
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1579
|
-
:type execution_context:
|
|
1581
|
+
:type execution_context: str
|
|
1580
1582
|
:type undo: bool
|
|
1581
1583
|
:param extend: Extend Select, Extend the selection
|
|
1582
1584
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -1592,14 +1594,14 @@ def loop_select(
|
|
|
1592
1594
|
|
|
1593
1595
|
def loop_to_region(
|
|
1594
1596
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1595
|
-
execution_context:
|
|
1597
|
+
execution_context: str = None,
|
|
1596
1598
|
undo: bool = None,
|
|
1597
1599
|
select_bigger: typing.Union[bool, typing.Any] = False,
|
|
1598
1600
|
):
|
|
1599
1601
|
"""Select region of faces inside of a selected loop of edges
|
|
1600
1602
|
|
|
1601
1603
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1602
|
-
:type execution_context:
|
|
1604
|
+
:type execution_context: str
|
|
1603
1605
|
:type undo: bool
|
|
1604
1606
|
:param select_bigger: Select Bigger, Select bigger regions instead of smaller ones
|
|
1605
1607
|
:type select_bigger: typing.Union[bool, typing.Any]
|
|
@@ -1609,11 +1611,11 @@ def loop_to_region(
|
|
|
1609
1611
|
|
|
1610
1612
|
def loopcut(
|
|
1611
1613
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1612
|
-
execution_context:
|
|
1614
|
+
execution_context: str = None,
|
|
1613
1615
|
undo: bool = None,
|
|
1614
1616
|
number_cuts: typing.Any = 1,
|
|
1615
1617
|
smoothness: typing.Any = 0.0,
|
|
1616
|
-
falloff: typing.
|
|
1618
|
+
falloff: typing.Union[str, int] = "INVERSE_SQUARE",
|
|
1617
1619
|
object_index: typing.Any = -1,
|
|
1618
1620
|
edge_index: typing.Any = -1,
|
|
1619
1621
|
mesh_select_mode_init: typing.Union[typing.List[bool], typing.Any] = (
|
|
@@ -1625,14 +1627,14 @@ def loopcut(
|
|
|
1625
1627
|
"""Add a new loop between existing loops
|
|
1626
1628
|
|
|
1627
1629
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1628
|
-
:type execution_context:
|
|
1630
|
+
:type execution_context: str
|
|
1629
1631
|
:type undo: bool
|
|
1630
1632
|
:param number_cuts: Number of Cuts
|
|
1631
1633
|
:type number_cuts: typing.Any
|
|
1632
1634
|
:param smoothness: Smoothness, Smoothness factor
|
|
1633
1635
|
:type smoothness: typing.Any
|
|
1634
1636
|
:param falloff: Falloff, Falloff type of the feather
|
|
1635
|
-
:type falloff: typing.
|
|
1637
|
+
:type falloff: typing.Union[str, int]
|
|
1636
1638
|
:param object_index: Object Index
|
|
1637
1639
|
:type object_index: typing.Any
|
|
1638
1640
|
:param edge_index: Edge Index
|
|
@@ -1644,34 +1646,34 @@ def loopcut(
|
|
|
1644
1646
|
|
|
1645
1647
|
def loopcut_slide(
|
|
1646
1648
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1647
|
-
execution_context:
|
|
1649
|
+
execution_context: str = None,
|
|
1648
1650
|
undo: bool = None,
|
|
1649
|
-
MESH_OT_loopcut:
|
|
1650
|
-
TRANSFORM_OT_edge_slide:
|
|
1651
|
+
MESH_OT_loopcut: typing.Any = None,
|
|
1652
|
+
TRANSFORM_OT_edge_slide: typing.Any = None,
|
|
1651
1653
|
):
|
|
1652
1654
|
"""Cut mesh loop and slide it
|
|
1653
1655
|
|
|
1654
1656
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1655
|
-
:type execution_context:
|
|
1657
|
+
:type execution_context: str
|
|
1656
1658
|
:type undo: bool
|
|
1657
1659
|
:param MESH_OT_loopcut: Loop Cut, Add a new loop between existing loops
|
|
1658
|
-
:type MESH_OT_loopcut:
|
|
1660
|
+
:type MESH_OT_loopcut: typing.Any
|
|
1659
1661
|
:param TRANSFORM_OT_edge_slide: Edge Slide, Slide an edge loop along a mesh
|
|
1660
|
-
:type TRANSFORM_OT_edge_slide:
|
|
1662
|
+
:type TRANSFORM_OT_edge_slide: typing.Any
|
|
1661
1663
|
"""
|
|
1662
1664
|
|
|
1663
1665
|
...
|
|
1664
1666
|
|
|
1665
1667
|
def mark_freestyle_edge(
|
|
1666
1668
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1667
|
-
execution_context:
|
|
1669
|
+
execution_context: str = None,
|
|
1668
1670
|
undo: bool = None,
|
|
1669
1671
|
clear: typing.Union[bool, typing.Any] = False,
|
|
1670
1672
|
):
|
|
1671
1673
|
"""(Un)mark selected edges as Freestyle feature edges
|
|
1672
1674
|
|
|
1673
1675
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1674
|
-
:type execution_context:
|
|
1676
|
+
:type execution_context: str
|
|
1675
1677
|
:type undo: bool
|
|
1676
1678
|
:param clear: Clear
|
|
1677
1679
|
:type clear: typing.Union[bool, typing.Any]
|
|
@@ -1681,14 +1683,14 @@ def mark_freestyle_edge(
|
|
|
1681
1683
|
|
|
1682
1684
|
def mark_freestyle_face(
|
|
1683
1685
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1684
|
-
execution_context:
|
|
1686
|
+
execution_context: str = None,
|
|
1685
1687
|
undo: bool = None,
|
|
1686
1688
|
clear: typing.Union[bool, typing.Any] = False,
|
|
1687
1689
|
):
|
|
1688
1690
|
"""(Un)mark selected faces for exclusion from Freestyle feature edge detection
|
|
1689
1691
|
|
|
1690
1692
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1691
|
-
:type execution_context:
|
|
1693
|
+
:type execution_context: str
|
|
1692
1694
|
:type undo: bool
|
|
1693
1695
|
:param clear: Clear
|
|
1694
1696
|
:type clear: typing.Union[bool, typing.Any]
|
|
@@ -1698,14 +1700,14 @@ def mark_freestyle_face(
|
|
|
1698
1700
|
|
|
1699
1701
|
def mark_seam(
|
|
1700
1702
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1701
|
-
execution_context:
|
|
1703
|
+
execution_context: str = None,
|
|
1702
1704
|
undo: bool = None,
|
|
1703
1705
|
clear: typing.Union[bool, typing.Any] = False,
|
|
1704
1706
|
):
|
|
1705
1707
|
"""(Un)mark selected edges as a seam
|
|
1706
1708
|
|
|
1707
1709
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1708
|
-
:type execution_context:
|
|
1710
|
+
:type execution_context: str
|
|
1709
1711
|
:type undo: bool
|
|
1710
1712
|
:param clear: Clear
|
|
1711
1713
|
:type clear: typing.Union[bool, typing.Any]
|
|
@@ -1715,7 +1717,7 @@ def mark_seam(
|
|
|
1715
1717
|
|
|
1716
1718
|
def mark_sharp(
|
|
1717
1719
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1718
|
-
execution_context:
|
|
1720
|
+
execution_context: str = None,
|
|
1719
1721
|
undo: bool = None,
|
|
1720
1722
|
clear: typing.Union[bool, typing.Any] = False,
|
|
1721
1723
|
use_verts: typing.Union[bool, typing.Any] = False,
|
|
@@ -1723,7 +1725,7 @@ def mark_sharp(
|
|
|
1723
1725
|
"""(Un)mark selected edges as sharp
|
|
1724
1726
|
|
|
1725
1727
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1726
|
-
:type execution_context:
|
|
1728
|
+
:type execution_context: str
|
|
1727
1729
|
:type undo: bool
|
|
1728
1730
|
:param clear: Clear
|
|
1729
1731
|
:type clear: typing.Union[bool, typing.Any]
|
|
@@ -1735,7 +1737,7 @@ def mark_sharp(
|
|
|
1735
1737
|
|
|
1736
1738
|
def merge(
|
|
1737
1739
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1738
|
-
execution_context:
|
|
1740
|
+
execution_context: str = None,
|
|
1739
1741
|
undo: bool = None,
|
|
1740
1742
|
type: typing.Any = "CENTER",
|
|
1741
1743
|
uvs: typing.Union[bool, typing.Any] = False,
|
|
@@ -1743,7 +1745,7 @@ def merge(
|
|
|
1743
1745
|
"""Merge selected vertices
|
|
1744
1746
|
|
|
1745
1747
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1746
|
-
:type execution_context:
|
|
1748
|
+
:type execution_context: str
|
|
1747
1749
|
:type undo: bool
|
|
1748
1750
|
:param type: Type, Merge method to use
|
|
1749
1751
|
:type type: typing.Any
|
|
@@ -1755,13 +1757,13 @@ def merge(
|
|
|
1755
1757
|
|
|
1756
1758
|
def merge_normals(
|
|
1757
1759
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1758
|
-
execution_context:
|
|
1760
|
+
execution_context: str = None,
|
|
1759
1761
|
undo: bool = None,
|
|
1760
1762
|
):
|
|
1761
1763
|
"""Merge custom normals of selected vertices
|
|
1762
1764
|
|
|
1763
1765
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1764
|
-
:type execution_context:
|
|
1766
|
+
:type execution_context: str
|
|
1765
1767
|
:type undo: bool
|
|
1766
1768
|
"""
|
|
1767
1769
|
|
|
@@ -1769,7 +1771,7 @@ def merge_normals(
|
|
|
1769
1771
|
|
|
1770
1772
|
def mod_weighted_strength(
|
|
1771
1773
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1772
|
-
execution_context:
|
|
1774
|
+
execution_context: str = None,
|
|
1773
1775
|
undo: bool = None,
|
|
1774
1776
|
set: typing.Union[bool, typing.Any] = False,
|
|
1775
1777
|
face_strength: typing.Any = "MEDIUM",
|
|
@@ -1777,7 +1779,7 @@ def mod_weighted_strength(
|
|
|
1777
1779
|
"""Set/Get strength of face (used in Weighted Normal modifier)
|
|
1778
1780
|
|
|
1779
1781
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1780
|
-
:type execution_context:
|
|
1782
|
+
:type execution_context: str
|
|
1781
1783
|
:type undo: bool
|
|
1782
1784
|
:param set: Set Value, Set value of faces
|
|
1783
1785
|
:type set: typing.Union[bool, typing.Any]
|
|
@@ -1789,14 +1791,14 @@ def mod_weighted_strength(
|
|
|
1789
1791
|
|
|
1790
1792
|
def normals_make_consistent(
|
|
1791
1793
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1792
|
-
execution_context:
|
|
1794
|
+
execution_context: str = None,
|
|
1793
1795
|
undo: bool = None,
|
|
1794
1796
|
inside: typing.Union[bool, typing.Any] = False,
|
|
1795
1797
|
):
|
|
1796
1798
|
"""Make face and vertex normals point either outside or inside the mesh
|
|
1797
1799
|
|
|
1798
1800
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1799
|
-
:type execution_context:
|
|
1801
|
+
:type execution_context: str
|
|
1800
1802
|
:type undo: bool
|
|
1801
1803
|
:param inside: Inside
|
|
1802
1804
|
:type inside: typing.Union[bool, typing.Any]
|
|
@@ -1806,7 +1808,7 @@ def normals_make_consistent(
|
|
|
1806
1808
|
|
|
1807
1809
|
def normals_tools(
|
|
1808
1810
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1809
|
-
execution_context:
|
|
1811
|
+
execution_context: str = None,
|
|
1810
1812
|
undo: bool = None,
|
|
1811
1813
|
mode: typing.Any = "COPY",
|
|
1812
1814
|
absolute: typing.Union[bool, typing.Any] = False,
|
|
@@ -1814,7 +1816,7 @@ def normals_tools(
|
|
|
1814
1816
|
"""Custom normals tools using Normal Vector of UI
|
|
1815
1817
|
|
|
1816
1818
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1817
|
-
:type execution_context:
|
|
1819
|
+
:type execution_context: str
|
|
1818
1820
|
:type undo: bool
|
|
1819
1821
|
:param mode: Mode, Mode of tools taking input from interface
|
|
1820
1822
|
|
|
@@ -1841,14 +1843,14 @@ def normals_tools(
|
|
|
1841
1843
|
|
|
1842
1844
|
def offset_edge_loops(
|
|
1843
1845
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1844
|
-
execution_context:
|
|
1846
|
+
execution_context: str = None,
|
|
1845
1847
|
undo: bool = None,
|
|
1846
1848
|
use_cap_endpoint: typing.Union[bool, typing.Any] = False,
|
|
1847
1849
|
):
|
|
1848
1850
|
"""Create offset edge loop from the current selection
|
|
1849
1851
|
|
|
1850
1852
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1851
|
-
:type execution_context:
|
|
1853
|
+
:type execution_context: str
|
|
1852
1854
|
:type undo: bool
|
|
1853
1855
|
:param use_cap_endpoint: Cap Endpoint, Extend loop around end-points
|
|
1854
1856
|
:type use_cap_endpoint: typing.Union[bool, typing.Any]
|
|
@@ -1858,27 +1860,27 @@ def offset_edge_loops(
|
|
|
1858
1860
|
|
|
1859
1861
|
def offset_edge_loops_slide(
|
|
1860
1862
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1861
|
-
execution_context:
|
|
1863
|
+
execution_context: str = None,
|
|
1862
1864
|
undo: bool = None,
|
|
1863
|
-
MESH_OT_offset_edge_loops:
|
|
1864
|
-
TRANSFORM_OT_edge_slide:
|
|
1865
|
+
MESH_OT_offset_edge_loops: typing.Any = None,
|
|
1866
|
+
TRANSFORM_OT_edge_slide: typing.Any = None,
|
|
1865
1867
|
):
|
|
1866
1868
|
"""Offset edge loop slide
|
|
1867
1869
|
|
|
1868
1870
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1869
|
-
:type execution_context:
|
|
1871
|
+
:type execution_context: str
|
|
1870
1872
|
:type undo: bool
|
|
1871
1873
|
:param MESH_OT_offset_edge_loops: Offset Edge Loop, Create offset edge loop from the current selection
|
|
1872
|
-
:type MESH_OT_offset_edge_loops:
|
|
1874
|
+
:type MESH_OT_offset_edge_loops: typing.Any
|
|
1873
1875
|
:param TRANSFORM_OT_edge_slide: Edge Slide, Slide an edge loop along a mesh
|
|
1874
|
-
:type TRANSFORM_OT_edge_slide:
|
|
1876
|
+
:type TRANSFORM_OT_edge_slide: typing.Any
|
|
1875
1877
|
"""
|
|
1876
1878
|
|
|
1877
1879
|
...
|
|
1878
1880
|
|
|
1879
1881
|
def paint_mask_extract(
|
|
1880
1882
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1881
|
-
execution_context:
|
|
1883
|
+
execution_context: str = None,
|
|
1882
1884
|
undo: bool = None,
|
|
1883
1885
|
mask_threshold: typing.Any = 0.5,
|
|
1884
1886
|
add_boundary_loop: typing.Union[bool, typing.Any] = True,
|
|
@@ -1889,7 +1891,7 @@ def paint_mask_extract(
|
|
|
1889
1891
|
"""Create a new mesh object from the current paint mask
|
|
1890
1892
|
|
|
1891
1893
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1892
|
-
:type execution_context:
|
|
1894
|
+
:type execution_context: str
|
|
1893
1895
|
:type undo: bool
|
|
1894
1896
|
:param mask_threshold: Threshold, Minimum mask value to consider the vertex valid to extract a face from the original mesh
|
|
1895
1897
|
:type mask_threshold: typing.Any
|
|
@@ -1907,7 +1909,7 @@ def paint_mask_extract(
|
|
|
1907
1909
|
|
|
1908
1910
|
def paint_mask_slice(
|
|
1909
1911
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1910
|
-
execution_context:
|
|
1912
|
+
execution_context: str = None,
|
|
1911
1913
|
undo: bool = None,
|
|
1912
1914
|
mask_threshold: typing.Any = 0.5,
|
|
1913
1915
|
fill_holes: typing.Union[bool, typing.Any] = True,
|
|
@@ -1916,7 +1918,7 @@ def paint_mask_slice(
|
|
|
1916
1918
|
"""Slices the paint mask from the mesh
|
|
1917
1919
|
|
|
1918
1920
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1919
|
-
:type execution_context:
|
|
1921
|
+
:type execution_context: str
|
|
1920
1922
|
:type undo: bool
|
|
1921
1923
|
:param mask_threshold: Threshold, Minimum mask value to consider the vertex valid to extract a face from the original mesh
|
|
1922
1924
|
:type mask_threshold: typing.Any
|
|
@@ -1930,7 +1932,7 @@ def paint_mask_slice(
|
|
|
1930
1932
|
|
|
1931
1933
|
def point_normals(
|
|
1932
1934
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1933
|
-
execution_context:
|
|
1935
|
+
execution_context: str = None,
|
|
1934
1936
|
undo: bool = None,
|
|
1935
1937
|
mode: typing.Any = "COORDINATES",
|
|
1936
1938
|
invert: typing.Union[bool, typing.Any] = False,
|
|
@@ -1942,7 +1944,7 @@ def point_normals(
|
|
|
1942
1944
|
"""Point selected custom normals to specified Target
|
|
1943
1945
|
|
|
1944
1946
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1945
|
-
:type execution_context:
|
|
1947
|
+
:type execution_context: str
|
|
1946
1948
|
:type undo: bool
|
|
1947
1949
|
:param mode: Mode, How to define coordinates to point custom normals to
|
|
1948
1950
|
|
|
@@ -1968,7 +1970,7 @@ def point_normals(
|
|
|
1968
1970
|
|
|
1969
1971
|
def poke(
|
|
1970
1972
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1971
|
-
execution_context:
|
|
1973
|
+
execution_context: str = None,
|
|
1972
1974
|
undo: bool = None,
|
|
1973
1975
|
offset: typing.Any = 0.0,
|
|
1974
1976
|
use_relative_offset: typing.Union[bool, typing.Any] = False,
|
|
@@ -1977,7 +1979,7 @@ def poke(
|
|
|
1977
1979
|
"""Split a face into a fan
|
|
1978
1980
|
|
|
1979
1981
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1980
|
-
:type execution_context:
|
|
1982
|
+
:type execution_context: str
|
|
1981
1983
|
:type undo: bool
|
|
1982
1984
|
:param offset: Poke Offset, Poke Offset
|
|
1983
1985
|
:type offset: typing.Any
|
|
@@ -2000,11 +2002,11 @@ def poke(
|
|
|
2000
2002
|
|
|
2001
2003
|
def polybuild_delete_at_cursor(
|
|
2002
2004
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2003
|
-
execution_context:
|
|
2005
|
+
execution_context: str = None,
|
|
2004
2006
|
undo: bool = None,
|
|
2005
2007
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
2006
2008
|
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
2007
|
-
proportional_edit_falloff: typing.
|
|
2009
|
+
proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
|
|
2008
2010
|
proportional_size: typing.Any = 1.0,
|
|
2009
2011
|
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
2010
2012
|
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
@@ -2014,14 +2016,14 @@ def polybuild_delete_at_cursor(
|
|
|
2014
2016
|
"""Undocumented, consider contributing.
|
|
2015
2017
|
|
|
2016
2018
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2017
|
-
:type execution_context:
|
|
2019
|
+
:type execution_context: str
|
|
2018
2020
|
:type undo: bool
|
|
2019
2021
|
:param mirror: Mirror Editing
|
|
2020
2022
|
:type mirror: typing.Union[bool, typing.Any]
|
|
2021
2023
|
:param use_proportional_edit: Proportional Editing
|
|
2022
2024
|
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
2023
2025
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
2024
|
-
:type proportional_edit_falloff: typing.
|
|
2026
|
+
:type proportional_edit_falloff: typing.Union[str, int]
|
|
2025
2027
|
:param proportional_size: Proportional Size
|
|
2026
2028
|
:type proportional_size: typing.Any
|
|
2027
2029
|
:param use_proportional_connected: Connected
|
|
@@ -2038,13 +2040,13 @@ def polybuild_delete_at_cursor(
|
|
|
2038
2040
|
|
|
2039
2041
|
def polybuild_dissolve_at_cursor(
|
|
2040
2042
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2041
|
-
execution_context:
|
|
2043
|
+
execution_context: str = None,
|
|
2042
2044
|
undo: bool = None,
|
|
2043
2045
|
):
|
|
2044
2046
|
"""Undocumented, consider contributing.
|
|
2045
2047
|
|
|
2046
2048
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2047
|
-
:type execution_context:
|
|
2049
|
+
:type execution_context: str
|
|
2048
2050
|
:type undo: bool
|
|
2049
2051
|
"""
|
|
2050
2052
|
|
|
@@ -2052,35 +2054,35 @@ def polybuild_dissolve_at_cursor(
|
|
|
2052
2054
|
|
|
2053
2055
|
def polybuild_extrude_at_cursor_move(
|
|
2054
2056
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2055
|
-
execution_context:
|
|
2057
|
+
execution_context: str = None,
|
|
2056
2058
|
undo: bool = None,
|
|
2057
|
-
MESH_OT_polybuild_transform_at_cursor:
|
|
2058
|
-
MESH_OT_extrude_edges_indiv:
|
|
2059
|
-
TRANSFORM_OT_translate:
|
|
2059
|
+
MESH_OT_polybuild_transform_at_cursor: typing.Any = None,
|
|
2060
|
+
MESH_OT_extrude_edges_indiv: typing.Any = None,
|
|
2061
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
2060
2062
|
):
|
|
2061
2063
|
"""Undocumented, consider contributing.
|
|
2062
2064
|
|
|
2063
2065
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2064
|
-
:type execution_context:
|
|
2066
|
+
:type execution_context: str
|
|
2065
2067
|
:type undo: bool
|
|
2066
2068
|
:param MESH_OT_polybuild_transform_at_cursor: Poly Build Transform at Cursor
|
|
2067
|
-
:type MESH_OT_polybuild_transform_at_cursor:
|
|
2069
|
+
:type MESH_OT_polybuild_transform_at_cursor: typing.Any
|
|
2068
2070
|
:param MESH_OT_extrude_edges_indiv: Extrude Only Edges, Extrude individual edges only
|
|
2069
|
-
:type MESH_OT_extrude_edges_indiv:
|
|
2071
|
+
:type MESH_OT_extrude_edges_indiv: typing.Any
|
|
2070
2072
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
2071
|
-
:type TRANSFORM_OT_translate:
|
|
2073
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
2072
2074
|
"""
|
|
2073
2075
|
|
|
2074
2076
|
...
|
|
2075
2077
|
|
|
2076
2078
|
def polybuild_face_at_cursor(
|
|
2077
2079
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2078
|
-
execution_context:
|
|
2080
|
+
execution_context: str = None,
|
|
2079
2081
|
undo: bool = None,
|
|
2080
2082
|
create_quads: typing.Union[bool, typing.Any] = True,
|
|
2081
2083
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
2082
2084
|
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
2083
|
-
proportional_edit_falloff: typing.
|
|
2085
|
+
proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
|
|
2084
2086
|
proportional_size: typing.Any = 1.0,
|
|
2085
2087
|
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
2086
2088
|
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
@@ -2090,7 +2092,7 @@ def polybuild_face_at_cursor(
|
|
|
2090
2092
|
"""Undocumented, consider contributing.
|
|
2091
2093
|
|
|
2092
2094
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2093
|
-
:type execution_context:
|
|
2095
|
+
:type execution_context: str
|
|
2094
2096
|
:type undo: bool
|
|
2095
2097
|
:param create_quads: Create Quads, Automatically split edges in triangles to maintain quad topology
|
|
2096
2098
|
:type create_quads: typing.Union[bool, typing.Any]
|
|
@@ -2099,7 +2101,7 @@ def polybuild_face_at_cursor(
|
|
|
2099
2101
|
:param use_proportional_edit: Proportional Editing
|
|
2100
2102
|
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
2101
2103
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
2102
|
-
:type proportional_edit_falloff: typing.
|
|
2104
|
+
:type proportional_edit_falloff: typing.Union[str, int]
|
|
2103
2105
|
:param proportional_size: Proportional Size
|
|
2104
2106
|
:type proportional_size: typing.Any
|
|
2105
2107
|
:param use_proportional_connected: Connected
|
|
@@ -2116,31 +2118,31 @@ def polybuild_face_at_cursor(
|
|
|
2116
2118
|
|
|
2117
2119
|
def polybuild_face_at_cursor_move(
|
|
2118
2120
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2119
|
-
execution_context:
|
|
2121
|
+
execution_context: str = None,
|
|
2120
2122
|
undo: bool = None,
|
|
2121
|
-
MESH_OT_polybuild_face_at_cursor:
|
|
2122
|
-
TRANSFORM_OT_translate:
|
|
2123
|
+
MESH_OT_polybuild_face_at_cursor: typing.Any = None,
|
|
2124
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
2123
2125
|
):
|
|
2124
2126
|
"""Undocumented, consider contributing.
|
|
2125
2127
|
|
|
2126
2128
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2127
|
-
:type execution_context:
|
|
2129
|
+
:type execution_context: str
|
|
2128
2130
|
:type undo: bool
|
|
2129
2131
|
:param MESH_OT_polybuild_face_at_cursor: Poly Build Face at Cursor
|
|
2130
|
-
:type MESH_OT_polybuild_face_at_cursor:
|
|
2132
|
+
:type MESH_OT_polybuild_face_at_cursor: typing.Any
|
|
2131
2133
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
2132
|
-
:type TRANSFORM_OT_translate:
|
|
2134
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
2133
2135
|
"""
|
|
2134
2136
|
|
|
2135
2137
|
...
|
|
2136
2138
|
|
|
2137
2139
|
def polybuild_split_at_cursor(
|
|
2138
2140
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2139
|
-
execution_context:
|
|
2141
|
+
execution_context: str = None,
|
|
2140
2142
|
undo: bool = None,
|
|
2141
2143
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
2142
2144
|
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
2143
|
-
proportional_edit_falloff: typing.
|
|
2145
|
+
proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
|
|
2144
2146
|
proportional_size: typing.Any = 1.0,
|
|
2145
2147
|
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
2146
2148
|
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
@@ -2150,14 +2152,14 @@ def polybuild_split_at_cursor(
|
|
|
2150
2152
|
"""Undocumented, consider contributing.
|
|
2151
2153
|
|
|
2152
2154
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2153
|
-
:type execution_context:
|
|
2155
|
+
:type execution_context: str
|
|
2154
2156
|
:type undo: bool
|
|
2155
2157
|
:param mirror: Mirror Editing
|
|
2156
2158
|
:type mirror: typing.Union[bool, typing.Any]
|
|
2157
2159
|
:param use_proportional_edit: Proportional Editing
|
|
2158
2160
|
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
2159
2161
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
2160
|
-
:type proportional_edit_falloff: typing.
|
|
2162
|
+
:type proportional_edit_falloff: typing.Union[str, int]
|
|
2161
2163
|
:param proportional_size: Proportional Size
|
|
2162
2164
|
:type proportional_size: typing.Any
|
|
2163
2165
|
:param use_proportional_connected: Connected
|
|
@@ -2174,31 +2176,31 @@ def polybuild_split_at_cursor(
|
|
|
2174
2176
|
|
|
2175
2177
|
def polybuild_split_at_cursor_move(
|
|
2176
2178
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2177
|
-
execution_context:
|
|
2179
|
+
execution_context: str = None,
|
|
2178
2180
|
undo: bool = None,
|
|
2179
|
-
MESH_OT_polybuild_split_at_cursor:
|
|
2180
|
-
TRANSFORM_OT_translate:
|
|
2181
|
+
MESH_OT_polybuild_split_at_cursor: typing.Any = None,
|
|
2182
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
2181
2183
|
):
|
|
2182
2184
|
"""Undocumented, consider contributing.
|
|
2183
2185
|
|
|
2184
2186
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2185
|
-
:type execution_context:
|
|
2187
|
+
:type execution_context: str
|
|
2186
2188
|
:type undo: bool
|
|
2187
2189
|
:param MESH_OT_polybuild_split_at_cursor: Poly Build Split at Cursor
|
|
2188
|
-
:type MESH_OT_polybuild_split_at_cursor:
|
|
2190
|
+
:type MESH_OT_polybuild_split_at_cursor: typing.Any
|
|
2189
2191
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
2190
|
-
:type TRANSFORM_OT_translate:
|
|
2192
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
2191
2193
|
"""
|
|
2192
2194
|
|
|
2193
2195
|
...
|
|
2194
2196
|
|
|
2195
2197
|
def polybuild_transform_at_cursor(
|
|
2196
2198
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2197
|
-
execution_context:
|
|
2199
|
+
execution_context: str = None,
|
|
2198
2200
|
undo: bool = None,
|
|
2199
2201
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
2200
2202
|
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
2201
|
-
proportional_edit_falloff: typing.
|
|
2203
|
+
proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
|
|
2202
2204
|
proportional_size: typing.Any = 1.0,
|
|
2203
2205
|
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
2204
2206
|
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
@@ -2208,14 +2210,14 @@ def polybuild_transform_at_cursor(
|
|
|
2208
2210
|
"""Undocumented, consider contributing.
|
|
2209
2211
|
|
|
2210
2212
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2211
|
-
:type execution_context:
|
|
2213
|
+
:type execution_context: str
|
|
2212
2214
|
:type undo: bool
|
|
2213
2215
|
:param mirror: Mirror Editing
|
|
2214
2216
|
:type mirror: typing.Union[bool, typing.Any]
|
|
2215
2217
|
:param use_proportional_edit: Proportional Editing
|
|
2216
2218
|
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
2217
2219
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
2218
|
-
:type proportional_edit_falloff: typing.
|
|
2220
|
+
:type proportional_edit_falloff: typing.Union[str, int]
|
|
2219
2221
|
:param proportional_size: Proportional Size
|
|
2220
2222
|
:type proportional_size: typing.Any
|
|
2221
2223
|
:param use_proportional_connected: Connected
|
|
@@ -2232,27 +2234,27 @@ def polybuild_transform_at_cursor(
|
|
|
2232
2234
|
|
|
2233
2235
|
def polybuild_transform_at_cursor_move(
|
|
2234
2236
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2235
|
-
execution_context:
|
|
2237
|
+
execution_context: str = None,
|
|
2236
2238
|
undo: bool = None,
|
|
2237
|
-
MESH_OT_polybuild_transform_at_cursor:
|
|
2238
|
-
TRANSFORM_OT_translate:
|
|
2239
|
+
MESH_OT_polybuild_transform_at_cursor: typing.Any = None,
|
|
2240
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
2239
2241
|
):
|
|
2240
2242
|
"""Undocumented, consider contributing.
|
|
2241
2243
|
|
|
2242
2244
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2243
|
-
:type execution_context:
|
|
2245
|
+
:type execution_context: str
|
|
2244
2246
|
:type undo: bool
|
|
2245
2247
|
:param MESH_OT_polybuild_transform_at_cursor: Poly Build Transform at Cursor
|
|
2246
|
-
:type MESH_OT_polybuild_transform_at_cursor:
|
|
2248
|
+
:type MESH_OT_polybuild_transform_at_cursor: typing.Any
|
|
2247
2249
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
2248
|
-
:type TRANSFORM_OT_translate:
|
|
2250
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
2249
2251
|
"""
|
|
2250
2252
|
|
|
2251
2253
|
...
|
|
2252
2254
|
|
|
2253
2255
|
def primitive_circle_add(
|
|
2254
2256
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2255
|
-
execution_context:
|
|
2257
|
+
execution_context: str = None,
|
|
2256
2258
|
undo: bool = None,
|
|
2257
2259
|
vertices: typing.Any = 32,
|
|
2258
2260
|
radius: typing.Any = 1.0,
|
|
@@ -2267,7 +2269,7 @@ def primitive_circle_add(
|
|
|
2267
2269
|
"""Construct a circle mesh
|
|
2268
2270
|
|
|
2269
2271
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2270
|
-
:type execution_context:
|
|
2272
|
+
:type execution_context: str
|
|
2271
2273
|
:type undo: bool
|
|
2272
2274
|
:param vertices: Vertices
|
|
2273
2275
|
:type vertices: typing.Any
|
|
@@ -2311,7 +2313,7 @@ def primitive_circle_add(
|
|
|
2311
2313
|
|
|
2312
2314
|
def primitive_cone_add(
|
|
2313
2315
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2314
|
-
execution_context:
|
|
2316
|
+
execution_context: str = None,
|
|
2315
2317
|
undo: bool = None,
|
|
2316
2318
|
vertices: typing.Any = 32,
|
|
2317
2319
|
radius1: typing.Any = 1.0,
|
|
@@ -2328,7 +2330,7 @@ def primitive_cone_add(
|
|
|
2328
2330
|
"""Construct a conic mesh
|
|
2329
2331
|
|
|
2330
2332
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2331
|
-
:type execution_context:
|
|
2333
|
+
:type execution_context: str
|
|
2332
2334
|
:type undo: bool
|
|
2333
2335
|
:param vertices: Vertices
|
|
2334
2336
|
:type vertices: typing.Any
|
|
@@ -2376,7 +2378,7 @@ def primitive_cone_add(
|
|
|
2376
2378
|
|
|
2377
2379
|
def primitive_cube_add(
|
|
2378
2380
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2379
|
-
execution_context:
|
|
2381
|
+
execution_context: str = None,
|
|
2380
2382
|
undo: bool = None,
|
|
2381
2383
|
size: typing.Any = 2.0,
|
|
2382
2384
|
calc_uvs: typing.Union[bool, typing.Any] = True,
|
|
@@ -2389,7 +2391,7 @@ def primitive_cube_add(
|
|
|
2389
2391
|
"""Construct a cube mesh that consists of six square faces
|
|
2390
2392
|
|
|
2391
2393
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2392
|
-
:type execution_context:
|
|
2394
|
+
:type execution_context: str
|
|
2393
2395
|
:type undo: bool
|
|
2394
2396
|
:param size: Size
|
|
2395
2397
|
:type size: typing.Any
|
|
@@ -2420,7 +2422,7 @@ def primitive_cube_add(
|
|
|
2420
2422
|
|
|
2421
2423
|
def primitive_cube_add_gizmo(
|
|
2422
2424
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2423
|
-
execution_context:
|
|
2425
|
+
execution_context: str = None,
|
|
2424
2426
|
undo: bool = None,
|
|
2425
2427
|
calc_uvs: typing.Union[bool, typing.Any] = True,
|
|
2426
2428
|
enter_editmode: typing.Union[bool, typing.Any] = False,
|
|
@@ -2438,7 +2440,7 @@ def primitive_cube_add_gizmo(
|
|
|
2438
2440
|
"""Construct a cube mesh
|
|
2439
2441
|
|
|
2440
2442
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2441
|
-
:type execution_context:
|
|
2443
|
+
:type execution_context: str
|
|
2442
2444
|
:type undo: bool
|
|
2443
2445
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2444
2446
|
:type calc_uvs: typing.Union[bool, typing.Any]
|
|
@@ -2469,7 +2471,7 @@ def primitive_cube_add_gizmo(
|
|
|
2469
2471
|
|
|
2470
2472
|
def primitive_cylinder_add(
|
|
2471
2473
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2472
|
-
execution_context:
|
|
2474
|
+
execution_context: str = None,
|
|
2473
2475
|
undo: bool = None,
|
|
2474
2476
|
vertices: typing.Any = 32,
|
|
2475
2477
|
radius: typing.Any = 1.0,
|
|
@@ -2485,7 +2487,7 @@ def primitive_cylinder_add(
|
|
|
2485
2487
|
"""Construct a cylinder mesh
|
|
2486
2488
|
|
|
2487
2489
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2488
|
-
:type execution_context:
|
|
2490
|
+
:type execution_context: str
|
|
2489
2491
|
:type undo: bool
|
|
2490
2492
|
:param vertices: Vertices
|
|
2491
2493
|
:type vertices: typing.Any
|
|
@@ -2531,7 +2533,7 @@ def primitive_cylinder_add(
|
|
|
2531
2533
|
|
|
2532
2534
|
def primitive_grid_add(
|
|
2533
2535
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2534
|
-
execution_context:
|
|
2536
|
+
execution_context: str = None,
|
|
2535
2537
|
undo: bool = None,
|
|
2536
2538
|
x_subdivisions: typing.Any = 10,
|
|
2537
2539
|
y_subdivisions: typing.Any = 10,
|
|
@@ -2546,7 +2548,7 @@ def primitive_grid_add(
|
|
|
2546
2548
|
"""Construct a subdivided plane mesh
|
|
2547
2549
|
|
|
2548
2550
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2549
|
-
:type execution_context:
|
|
2551
|
+
:type execution_context: str
|
|
2550
2552
|
:type undo: bool
|
|
2551
2553
|
:param x_subdivisions: X Subdivisions
|
|
2552
2554
|
:type x_subdivisions: typing.Any
|
|
@@ -2581,7 +2583,7 @@ def primitive_grid_add(
|
|
|
2581
2583
|
|
|
2582
2584
|
def primitive_ico_sphere_add(
|
|
2583
2585
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2584
|
-
execution_context:
|
|
2586
|
+
execution_context: str = None,
|
|
2585
2587
|
undo: bool = None,
|
|
2586
2588
|
subdivisions: typing.Any = 2,
|
|
2587
2589
|
radius: typing.Any = 1.0,
|
|
@@ -2595,7 +2597,7 @@ def primitive_ico_sphere_add(
|
|
|
2595
2597
|
"""Construct a spherical mesh that consists of equally sized triangles
|
|
2596
2598
|
|
|
2597
2599
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2598
|
-
:type execution_context:
|
|
2600
|
+
:type execution_context: str
|
|
2599
2601
|
:type undo: bool
|
|
2600
2602
|
:param subdivisions: Subdivisions
|
|
2601
2603
|
:type subdivisions: typing.Any
|
|
@@ -2628,7 +2630,7 @@ def primitive_ico_sphere_add(
|
|
|
2628
2630
|
|
|
2629
2631
|
def primitive_monkey_add(
|
|
2630
2632
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2631
|
-
execution_context:
|
|
2633
|
+
execution_context: str = None,
|
|
2632
2634
|
undo: bool = None,
|
|
2633
2635
|
size: typing.Any = 2.0,
|
|
2634
2636
|
calc_uvs: typing.Union[bool, typing.Any] = True,
|
|
@@ -2641,7 +2643,7 @@ def primitive_monkey_add(
|
|
|
2641
2643
|
"""Construct a Suzanne mesh
|
|
2642
2644
|
|
|
2643
2645
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2644
|
-
:type execution_context:
|
|
2646
|
+
:type execution_context: str
|
|
2645
2647
|
:type undo: bool
|
|
2646
2648
|
:param size: Size
|
|
2647
2649
|
:type size: typing.Any
|
|
@@ -2672,7 +2674,7 @@ def primitive_monkey_add(
|
|
|
2672
2674
|
|
|
2673
2675
|
def primitive_plane_add(
|
|
2674
2676
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2675
|
-
execution_context:
|
|
2677
|
+
execution_context: str = None,
|
|
2676
2678
|
undo: bool = None,
|
|
2677
2679
|
size: typing.Any = 2.0,
|
|
2678
2680
|
calc_uvs: typing.Union[bool, typing.Any] = True,
|
|
@@ -2685,7 +2687,7 @@ def primitive_plane_add(
|
|
|
2685
2687
|
"""Construct a filled planar mesh with 4 vertices
|
|
2686
2688
|
|
|
2687
2689
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2688
|
-
:type execution_context:
|
|
2690
|
+
:type execution_context: str
|
|
2689
2691
|
:type undo: bool
|
|
2690
2692
|
:param size: Size
|
|
2691
2693
|
:type size: typing.Any
|
|
@@ -2716,7 +2718,7 @@ def primitive_plane_add(
|
|
|
2716
2718
|
|
|
2717
2719
|
def primitive_torus_add(
|
|
2718
2720
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2719
|
-
execution_context:
|
|
2721
|
+
execution_context: str = None,
|
|
2720
2722
|
undo: bool = None,
|
|
2721
2723
|
align: typing.Any = "WORLD",
|
|
2722
2724
|
location: typing.Any = (0.0, 0.0, 0.0),
|
|
@@ -2733,7 +2735,7 @@ def primitive_torus_add(
|
|
|
2733
2735
|
"""Construct a torus mesh
|
|
2734
2736
|
|
|
2735
2737
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2736
|
-
:type execution_context:
|
|
2738
|
+
:type execution_context: str
|
|
2737
2739
|
:type undo: bool
|
|
2738
2740
|
:param align: Align
|
|
2739
2741
|
|
|
@@ -2778,7 +2780,7 @@ def primitive_torus_add(
|
|
|
2778
2780
|
|
|
2779
2781
|
def primitive_uv_sphere_add(
|
|
2780
2782
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2781
|
-
execution_context:
|
|
2783
|
+
execution_context: str = None,
|
|
2782
2784
|
undo: bool = None,
|
|
2783
2785
|
segments: typing.Any = 32,
|
|
2784
2786
|
ring_count: typing.Any = 16,
|
|
@@ -2793,7 +2795,7 @@ def primitive_uv_sphere_add(
|
|
|
2793
2795
|
"""Construct a spherical mesh with quad faces, except for triangle faces at the top and bottom
|
|
2794
2796
|
|
|
2795
2797
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2796
|
-
:type execution_context:
|
|
2798
|
+
:type execution_context: str
|
|
2797
2799
|
:type undo: bool
|
|
2798
2800
|
:param segments: Segments
|
|
2799
2801
|
:type segments: typing.Any
|
|
@@ -2828,33 +2830,33 @@ def primitive_uv_sphere_add(
|
|
|
2828
2830
|
|
|
2829
2831
|
def quads_convert_to_tris(
|
|
2830
2832
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2831
|
-
execution_context:
|
|
2833
|
+
execution_context: str = None,
|
|
2832
2834
|
undo: bool = None,
|
|
2833
|
-
quad_method: typing.
|
|
2834
|
-
ngon_method: typing.
|
|
2835
|
+
quad_method: typing.Union[str, int] = "BEAUTY",
|
|
2836
|
+
ngon_method: typing.Union[str, int] = "BEAUTY",
|
|
2835
2837
|
):
|
|
2836
2838
|
"""Triangulate selected faces
|
|
2837
2839
|
|
|
2838
2840
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2839
|
-
:type execution_context:
|
|
2841
|
+
:type execution_context: str
|
|
2840
2842
|
:type undo: bool
|
|
2841
2843
|
:param quad_method: Quad Method, Method for splitting the quads into triangles
|
|
2842
|
-
:type quad_method: typing.
|
|
2844
|
+
:type quad_method: typing.Union[str, int]
|
|
2843
2845
|
:param ngon_method: N-gon Method, Method for splitting the n-gons into triangles
|
|
2844
|
-
:type ngon_method: typing.
|
|
2846
|
+
:type ngon_method: typing.Union[str, int]
|
|
2845
2847
|
"""
|
|
2846
2848
|
|
|
2847
2849
|
...
|
|
2848
2850
|
|
|
2849
2851
|
def region_to_loop(
|
|
2850
2852
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2851
|
-
execution_context:
|
|
2853
|
+
execution_context: str = None,
|
|
2852
2854
|
undo: bool = None,
|
|
2853
2855
|
):
|
|
2854
2856
|
"""Select boundary edges around the selected faces
|
|
2855
2857
|
|
|
2856
2858
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2857
|
-
:type execution_context:
|
|
2859
|
+
:type execution_context: str
|
|
2858
2860
|
:type undo: bool
|
|
2859
2861
|
"""
|
|
2860
2862
|
|
|
@@ -2862,7 +2864,7 @@ def region_to_loop(
|
|
|
2862
2864
|
|
|
2863
2865
|
def remove_doubles(
|
|
2864
2866
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2865
|
-
execution_context:
|
|
2867
|
+
execution_context: str = None,
|
|
2866
2868
|
undo: bool = None,
|
|
2867
2869
|
threshold: typing.Any = 0.0001,
|
|
2868
2870
|
use_unselected: typing.Union[bool, typing.Any] = False,
|
|
@@ -2871,7 +2873,7 @@ def remove_doubles(
|
|
|
2871
2873
|
"""Merge vertices based on their proximity
|
|
2872
2874
|
|
|
2873
2875
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2874
|
-
:type execution_context:
|
|
2876
|
+
:type execution_context: str
|
|
2875
2877
|
:type undo: bool
|
|
2876
2878
|
:param threshold: Merge Distance, Maximum distance between elements to merge
|
|
2877
2879
|
:type threshold: typing.Any
|
|
@@ -2885,14 +2887,14 @@ def remove_doubles(
|
|
|
2885
2887
|
|
|
2886
2888
|
def reveal(
|
|
2887
2889
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2888
|
-
execution_context:
|
|
2890
|
+
execution_context: str = None,
|
|
2889
2891
|
undo: bool = None,
|
|
2890
2892
|
select: typing.Union[bool, typing.Any] = True,
|
|
2891
2893
|
):
|
|
2892
2894
|
"""Reveal all hidden vertices, edges and faces
|
|
2893
2895
|
|
|
2894
2896
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2895
|
-
:type execution_context:
|
|
2897
|
+
:type execution_context: str
|
|
2896
2898
|
:type undo: bool
|
|
2897
2899
|
:param select: Select
|
|
2898
2900
|
:type select: typing.Union[bool, typing.Any]
|
|
@@ -2902,11 +2904,11 @@ def reveal(
|
|
|
2902
2904
|
|
|
2903
2905
|
def rip(
|
|
2904
2906
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2905
|
-
execution_context:
|
|
2907
|
+
execution_context: str = None,
|
|
2906
2908
|
undo: bool = None,
|
|
2907
2909
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
2908
2910
|
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
2909
|
-
proportional_edit_falloff: typing.
|
|
2911
|
+
proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
|
|
2910
2912
|
proportional_size: typing.Any = 1.0,
|
|
2911
2913
|
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
2912
2914
|
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
@@ -2917,14 +2919,14 @@ def rip(
|
|
|
2917
2919
|
"""Disconnect vertex or edges from connected geometry
|
|
2918
2920
|
|
|
2919
2921
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2920
|
-
:type execution_context:
|
|
2922
|
+
:type execution_context: str
|
|
2921
2923
|
:type undo: bool
|
|
2922
2924
|
:param mirror: Mirror Editing
|
|
2923
2925
|
:type mirror: typing.Union[bool, typing.Any]
|
|
2924
2926
|
:param use_proportional_edit: Proportional Editing
|
|
2925
2927
|
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
2926
2928
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
2927
|
-
:type proportional_edit_falloff: typing.
|
|
2929
|
+
:type proportional_edit_falloff: typing.Union[str, int]
|
|
2928
2930
|
:param proportional_size: Proportional Size
|
|
2929
2931
|
:type proportional_size: typing.Any
|
|
2930
2932
|
:param use_proportional_connected: Connected
|
|
@@ -2943,11 +2945,11 @@ def rip(
|
|
|
2943
2945
|
|
|
2944
2946
|
def rip_edge(
|
|
2945
2947
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2946
|
-
execution_context:
|
|
2948
|
+
execution_context: str = None,
|
|
2947
2949
|
undo: bool = None,
|
|
2948
2950
|
mirror: typing.Union[bool, typing.Any] = False,
|
|
2949
2951
|
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
2950
|
-
proportional_edit_falloff: typing.
|
|
2952
|
+
proportional_edit_falloff: typing.Union[str, int] = "SMOOTH",
|
|
2951
2953
|
proportional_size: typing.Any = 1.0,
|
|
2952
2954
|
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
2953
2955
|
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
@@ -2957,14 +2959,14 @@ def rip_edge(
|
|
|
2957
2959
|
"""Extend vertices along the edge closest to the cursor
|
|
2958
2960
|
|
|
2959
2961
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2960
|
-
:type execution_context:
|
|
2962
|
+
:type execution_context: str
|
|
2961
2963
|
:type undo: bool
|
|
2962
2964
|
:param mirror: Mirror Editing
|
|
2963
2965
|
:type mirror: typing.Union[bool, typing.Any]
|
|
2964
2966
|
:param use_proportional_edit: Proportional Editing
|
|
2965
2967
|
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
2966
2968
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
2967
|
-
:type proportional_edit_falloff: typing.
|
|
2969
|
+
:type proportional_edit_falloff: typing.Union[str, int]
|
|
2968
2970
|
:param proportional_size: Proportional Size
|
|
2969
2971
|
:type proportional_size: typing.Any
|
|
2970
2972
|
:param use_proportional_connected: Connected
|
|
@@ -2981,47 +2983,47 @@ def rip_edge(
|
|
|
2981
2983
|
|
|
2982
2984
|
def rip_edge_move(
|
|
2983
2985
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
2984
|
-
execution_context:
|
|
2986
|
+
execution_context: str = None,
|
|
2985
2987
|
undo: bool = None,
|
|
2986
|
-
MESH_OT_rip_edge:
|
|
2987
|
-
TRANSFORM_OT_translate:
|
|
2988
|
+
MESH_OT_rip_edge: typing.Any = None,
|
|
2989
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
2988
2990
|
):
|
|
2989
2991
|
"""Extend vertices and move the result
|
|
2990
2992
|
|
|
2991
2993
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
2992
|
-
:type execution_context:
|
|
2994
|
+
:type execution_context: str
|
|
2993
2995
|
:type undo: bool
|
|
2994
2996
|
:param MESH_OT_rip_edge: Extend Vertices, Extend vertices along the edge closest to the cursor
|
|
2995
|
-
:type MESH_OT_rip_edge:
|
|
2997
|
+
:type MESH_OT_rip_edge: typing.Any
|
|
2996
2998
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
2997
|
-
:type TRANSFORM_OT_translate:
|
|
2999
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
2998
3000
|
"""
|
|
2999
3001
|
|
|
3000
3002
|
...
|
|
3001
3003
|
|
|
3002
3004
|
def rip_move(
|
|
3003
3005
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3004
|
-
execution_context:
|
|
3006
|
+
execution_context: str = None,
|
|
3005
3007
|
undo: bool = None,
|
|
3006
|
-
MESH_OT_rip:
|
|
3007
|
-
TRANSFORM_OT_translate:
|
|
3008
|
+
MESH_OT_rip: typing.Any = None,
|
|
3009
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
3008
3010
|
):
|
|
3009
3011
|
"""Rip polygons and move the result
|
|
3010
3012
|
|
|
3011
3013
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3012
|
-
:type execution_context:
|
|
3014
|
+
:type execution_context: str
|
|
3013
3015
|
:type undo: bool
|
|
3014
3016
|
:param MESH_OT_rip: Rip, Disconnect vertex or edges from connected geometry
|
|
3015
|
-
:type MESH_OT_rip:
|
|
3017
|
+
:type MESH_OT_rip: typing.Any
|
|
3016
3018
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
3017
|
-
:type TRANSFORM_OT_translate:
|
|
3019
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
3018
3020
|
"""
|
|
3019
3021
|
|
|
3020
3022
|
...
|
|
3021
3023
|
|
|
3022
3024
|
def screw(
|
|
3023
3025
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3024
|
-
execution_context:
|
|
3026
|
+
execution_context: str = None,
|
|
3025
3027
|
undo: bool = None,
|
|
3026
3028
|
steps: typing.Any = 9,
|
|
3027
3029
|
turns: typing.Any = 1,
|
|
@@ -3031,7 +3033,7 @@ def screw(
|
|
|
3031
3033
|
"""Extrude selected vertices in screw-shaped rotation around the cursor in indicated viewport
|
|
3032
3034
|
|
|
3033
3035
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3034
|
-
:type execution_context:
|
|
3036
|
+
:type execution_context: str
|
|
3035
3037
|
:type undo: bool
|
|
3036
3038
|
:param steps: Steps, Steps
|
|
3037
3039
|
:type steps: typing.Any
|
|
@@ -3047,14 +3049,14 @@ def screw(
|
|
|
3047
3049
|
|
|
3048
3050
|
def select_all(
|
|
3049
3051
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3050
|
-
execution_context:
|
|
3052
|
+
execution_context: str = None,
|
|
3051
3053
|
undo: bool = None,
|
|
3052
3054
|
action: typing.Any = "TOGGLE",
|
|
3053
3055
|
):
|
|
3054
3056
|
"""(De)select all vertices, edges or faces
|
|
3055
3057
|
|
|
3056
3058
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3057
|
-
:type execution_context:
|
|
3059
|
+
:type execution_context: str
|
|
3058
3060
|
:type undo: bool
|
|
3059
3061
|
:param action: Action, Selection action to execute
|
|
3060
3062
|
|
|
@@ -3076,24 +3078,24 @@ def select_all(
|
|
|
3076
3078
|
|
|
3077
3079
|
def select_axis(
|
|
3078
3080
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3079
|
-
execution_context:
|
|
3081
|
+
execution_context: str = None,
|
|
3080
3082
|
undo: bool = None,
|
|
3081
|
-
orientation: typing.
|
|
3083
|
+
orientation: typing.Union[str, int] = "LOCAL",
|
|
3082
3084
|
sign: typing.Any = "POS",
|
|
3083
|
-
axis: typing.
|
|
3085
|
+
axis: typing.Union[str, int] = "X",
|
|
3084
3086
|
threshold: typing.Any = 0.0001,
|
|
3085
3087
|
):
|
|
3086
3088
|
"""Select all data in the mesh on a single axis
|
|
3087
3089
|
|
|
3088
3090
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3089
|
-
:type execution_context:
|
|
3091
|
+
:type execution_context: str
|
|
3090
3092
|
:type undo: bool
|
|
3091
3093
|
:param orientation: Axis Mode, Axis orientation
|
|
3092
|
-
:type orientation: typing.
|
|
3094
|
+
:type orientation: typing.Union[str, int]
|
|
3093
3095
|
:param sign: Axis Sign, Side to select
|
|
3094
3096
|
:type sign: typing.Any
|
|
3095
3097
|
:param axis: Axis, Select the axis to compare each vertex on
|
|
3096
|
-
:type axis: typing.
|
|
3098
|
+
:type axis: typing.Union[str, int]
|
|
3097
3099
|
:param threshold: Threshold
|
|
3098
3100
|
:type threshold: typing.Any
|
|
3099
3101
|
"""
|
|
@@ -3102,13 +3104,13 @@ def select_axis(
|
|
|
3102
3104
|
|
|
3103
3105
|
def select_by_attribute(
|
|
3104
3106
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3105
|
-
execution_context:
|
|
3107
|
+
execution_context: str = None,
|
|
3106
3108
|
undo: bool = None,
|
|
3107
3109
|
):
|
|
3108
3110
|
"""Select elements based on the active boolean attribute
|
|
3109
3111
|
|
|
3110
3112
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3111
|
-
:type execution_context:
|
|
3113
|
+
:type execution_context: str
|
|
3112
3114
|
:type undo: bool
|
|
3113
3115
|
"""
|
|
3114
3116
|
|
|
@@ -3116,7 +3118,7 @@ def select_by_attribute(
|
|
|
3116
3118
|
|
|
3117
3119
|
def select_face_by_sides(
|
|
3118
3120
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3119
|
-
execution_context:
|
|
3121
|
+
execution_context: str = None,
|
|
3120
3122
|
undo: bool = None,
|
|
3121
3123
|
number: typing.Any = 4,
|
|
3122
3124
|
type: typing.Any = "EQUAL",
|
|
@@ -3125,7 +3127,7 @@ def select_face_by_sides(
|
|
|
3125
3127
|
"""Select vertices or faces by the number of face sides
|
|
3126
3128
|
|
|
3127
3129
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3128
|
-
:type execution_context:
|
|
3130
|
+
:type execution_context: str
|
|
3129
3131
|
:type undo: bool
|
|
3130
3132
|
:param number: Number of Vertices
|
|
3131
3133
|
:type number: typing.Any
|
|
@@ -3139,13 +3141,13 @@ def select_face_by_sides(
|
|
|
3139
3141
|
|
|
3140
3142
|
def select_interior_faces(
|
|
3141
3143
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3142
|
-
execution_context:
|
|
3144
|
+
execution_context: str = None,
|
|
3143
3145
|
undo: bool = None,
|
|
3144
3146
|
):
|
|
3145
3147
|
"""Select faces where all edges have more than 2 face users
|
|
3146
3148
|
|
|
3147
3149
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3148
|
-
:type execution_context:
|
|
3150
|
+
:type execution_context: str
|
|
3149
3151
|
:type undo: bool
|
|
3150
3152
|
"""
|
|
3151
3153
|
|
|
@@ -3153,14 +3155,14 @@ def select_interior_faces(
|
|
|
3153
3155
|
|
|
3154
3156
|
def select_less(
|
|
3155
3157
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3156
|
-
execution_context:
|
|
3158
|
+
execution_context: str = None,
|
|
3157
3159
|
undo: bool = None,
|
|
3158
3160
|
use_face_step: typing.Union[bool, typing.Any] = True,
|
|
3159
3161
|
):
|
|
3160
3162
|
"""Deselect vertices, edges or faces at the boundary of each selection region
|
|
3161
3163
|
|
|
3162
3164
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3163
|
-
:type execution_context:
|
|
3165
|
+
:type execution_context: str
|
|
3164
3166
|
:type undo: bool
|
|
3165
3167
|
:param use_face_step: Face Step, Connected faces (instead of edges)
|
|
3166
3168
|
:type use_face_step: typing.Union[bool, typing.Any]
|
|
@@ -3170,14 +3172,14 @@ def select_less(
|
|
|
3170
3172
|
|
|
3171
3173
|
def select_linked(
|
|
3172
3174
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3173
|
-
execution_context:
|
|
3175
|
+
execution_context: str = None,
|
|
3174
3176
|
undo: bool = None,
|
|
3175
3177
|
delimit: typing.Any = {'"SEAM"'},
|
|
3176
3178
|
):
|
|
3177
3179
|
"""Select all vertices connected to the current selection
|
|
3178
3180
|
|
|
3179
3181
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3180
|
-
:type execution_context:
|
|
3182
|
+
:type execution_context: str
|
|
3181
3183
|
:type undo: bool
|
|
3182
3184
|
:param delimit: Delimit, Delimit selected region
|
|
3183
3185
|
:type delimit: typing.Any
|
|
@@ -3187,7 +3189,7 @@ def select_linked(
|
|
|
3187
3189
|
|
|
3188
3190
|
def select_linked_pick(
|
|
3189
3191
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3190
|
-
execution_context:
|
|
3192
|
+
execution_context: str = None,
|
|
3191
3193
|
undo: bool = None,
|
|
3192
3194
|
deselect: typing.Union[bool, typing.Any] = False,
|
|
3193
3195
|
delimit: typing.Any = {'"SEAM"'},
|
|
@@ -3197,7 +3199,7 @@ def select_linked_pick(
|
|
|
3197
3199
|
"""(De)select all vertices linked to the edge under the mouse cursor
|
|
3198
3200
|
|
|
3199
3201
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3200
|
-
:type execution_context:
|
|
3202
|
+
:type execution_context: str
|
|
3201
3203
|
:type undo: bool
|
|
3202
3204
|
:param deselect: Deselect
|
|
3203
3205
|
:type deselect: typing.Union[bool, typing.Any]
|
|
@@ -3211,14 +3213,14 @@ def select_linked_pick(
|
|
|
3211
3213
|
|
|
3212
3214
|
def select_loose(
|
|
3213
3215
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3214
|
-
execution_context:
|
|
3216
|
+
execution_context: str = None,
|
|
3215
3217
|
undo: bool = None,
|
|
3216
3218
|
extend: typing.Union[bool, typing.Any] = False,
|
|
3217
3219
|
):
|
|
3218
3220
|
"""Select loose geometry based on the selection mode
|
|
3219
3221
|
|
|
3220
3222
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3221
|
-
:type execution_context:
|
|
3223
|
+
:type execution_context: str
|
|
3222
3224
|
:type undo: bool
|
|
3223
3225
|
:param extend: Extend, Extend the selection
|
|
3224
3226
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -3228,7 +3230,7 @@ def select_loose(
|
|
|
3228
3230
|
|
|
3229
3231
|
def select_mirror(
|
|
3230
3232
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3231
|
-
execution_context:
|
|
3233
|
+
execution_context: str = None,
|
|
3232
3234
|
undo: bool = None,
|
|
3233
3235
|
axis: typing.Any = {'"X"'},
|
|
3234
3236
|
extend: typing.Union[bool, typing.Any] = False,
|
|
@@ -3236,7 +3238,7 @@ def select_mirror(
|
|
|
3236
3238
|
"""Select mesh items at mirrored locations
|
|
3237
3239
|
|
|
3238
3240
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3239
|
-
:type execution_context:
|
|
3241
|
+
:type execution_context: str
|
|
3240
3242
|
:type undo: bool
|
|
3241
3243
|
:param axis: Axis
|
|
3242
3244
|
:type axis: typing.Any
|
|
@@ -3248,24 +3250,24 @@ def select_mirror(
|
|
|
3248
3250
|
|
|
3249
3251
|
def select_mode(
|
|
3250
3252
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3251
|
-
execution_context:
|
|
3253
|
+
execution_context: str = None,
|
|
3252
3254
|
undo: bool = None,
|
|
3253
3255
|
use_extend: typing.Union[bool, typing.Any] = False,
|
|
3254
3256
|
use_expand: typing.Union[bool, typing.Any] = False,
|
|
3255
|
-
type: typing.
|
|
3257
|
+
type: typing.Union[str, int] = "VERT",
|
|
3256
3258
|
action: typing.Any = "TOGGLE",
|
|
3257
3259
|
):
|
|
3258
3260
|
"""Change selection mode
|
|
3259
3261
|
|
|
3260
3262
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3261
|
-
:type execution_context:
|
|
3263
|
+
:type execution_context: str
|
|
3262
3264
|
:type undo: bool
|
|
3263
3265
|
:param use_extend: Extend
|
|
3264
3266
|
:type use_extend: typing.Union[bool, typing.Any]
|
|
3265
3267
|
:param use_expand: Expand
|
|
3266
3268
|
:type use_expand: typing.Union[bool, typing.Any]
|
|
3267
3269
|
:param type: Type
|
|
3268
|
-
:type type: typing.
|
|
3270
|
+
:type type: typing.Union[str, int]
|
|
3269
3271
|
:param action: Action, Selection action to execute
|
|
3270
3272
|
|
|
3271
3273
|
DISABLE
|
|
@@ -3283,14 +3285,14 @@ def select_mode(
|
|
|
3283
3285
|
|
|
3284
3286
|
def select_more(
|
|
3285
3287
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3286
|
-
execution_context:
|
|
3288
|
+
execution_context: str = None,
|
|
3287
3289
|
undo: bool = None,
|
|
3288
3290
|
use_face_step: typing.Union[bool, typing.Any] = True,
|
|
3289
3291
|
):
|
|
3290
3292
|
"""Select more vertices, edges or faces connected to initial selection
|
|
3291
3293
|
|
|
3292
3294
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3293
|
-
:type execution_context:
|
|
3295
|
+
:type execution_context: str
|
|
3294
3296
|
:type undo: bool
|
|
3295
3297
|
:param use_face_step: Face Step, Connected faces (instead of edges)
|
|
3296
3298
|
:type use_face_step: typing.Union[bool, typing.Any]
|
|
@@ -3300,13 +3302,13 @@ def select_more(
|
|
|
3300
3302
|
|
|
3301
3303
|
def select_next_item(
|
|
3302
3304
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3303
|
-
execution_context:
|
|
3305
|
+
execution_context: str = None,
|
|
3304
3306
|
undo: bool = None,
|
|
3305
3307
|
):
|
|
3306
3308
|
"""Select the next element (using selection order)
|
|
3307
3309
|
|
|
3308
3310
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3309
|
-
:type execution_context:
|
|
3311
|
+
:type execution_context: str
|
|
3310
3312
|
:type undo: bool
|
|
3311
3313
|
"""
|
|
3312
3314
|
|
|
@@ -3314,7 +3316,7 @@ def select_next_item(
|
|
|
3314
3316
|
|
|
3315
3317
|
def select_non_manifold(
|
|
3316
3318
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3317
|
-
execution_context:
|
|
3319
|
+
execution_context: str = None,
|
|
3318
3320
|
undo: bool = None,
|
|
3319
3321
|
extend: typing.Union[bool, typing.Any] = True,
|
|
3320
3322
|
use_wire: typing.Union[bool, typing.Any] = True,
|
|
@@ -3326,7 +3328,7 @@ def select_non_manifold(
|
|
|
3326
3328
|
"""Select all non-manifold vertices or edges
|
|
3327
3329
|
|
|
3328
3330
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3329
|
-
:type execution_context:
|
|
3331
|
+
:type execution_context: str
|
|
3330
3332
|
:type undo: bool
|
|
3331
3333
|
:param extend: Extend, Extend the selection
|
|
3332
3334
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -3346,7 +3348,7 @@ def select_non_manifold(
|
|
|
3346
3348
|
|
|
3347
3349
|
def select_nth(
|
|
3348
3350
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3349
|
-
execution_context:
|
|
3351
|
+
execution_context: str = None,
|
|
3350
3352
|
undo: bool = None,
|
|
3351
3353
|
skip: typing.Any = 1,
|
|
3352
3354
|
nth: typing.Any = 1,
|
|
@@ -3355,7 +3357,7 @@ def select_nth(
|
|
|
3355
3357
|
"""Deselect every Nth element starting from the active vertex, edge or face
|
|
3356
3358
|
|
|
3357
3359
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3358
|
-
:type execution_context:
|
|
3360
|
+
:type execution_context: str
|
|
3359
3361
|
:type undo: bool
|
|
3360
3362
|
:param skip: Deselected, Number of deselected elements in the repetitive sequence
|
|
3361
3363
|
:type skip: typing.Any
|
|
@@ -3369,13 +3371,13 @@ def select_nth(
|
|
|
3369
3371
|
|
|
3370
3372
|
def select_prev_item(
|
|
3371
3373
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3372
|
-
execution_context:
|
|
3374
|
+
execution_context: str = None,
|
|
3373
3375
|
undo: bool = None,
|
|
3374
3376
|
):
|
|
3375
3377
|
"""Select the previous element (using selection order)
|
|
3376
3378
|
|
|
3377
3379
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3378
|
-
:type execution_context:
|
|
3380
|
+
:type execution_context: str
|
|
3379
3381
|
:type undo: bool
|
|
3380
3382
|
"""
|
|
3381
3383
|
|
|
@@ -3383,7 +3385,7 @@ def select_prev_item(
|
|
|
3383
3385
|
|
|
3384
3386
|
def select_random(
|
|
3385
3387
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3386
|
-
execution_context:
|
|
3388
|
+
execution_context: str = None,
|
|
3387
3389
|
undo: bool = None,
|
|
3388
3390
|
ratio: typing.Any = 0.5,
|
|
3389
3391
|
seed: typing.Any = 0,
|
|
@@ -3392,7 +3394,7 @@ def select_random(
|
|
|
3392
3394
|
"""Randomly select vertices
|
|
3393
3395
|
|
|
3394
3396
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3395
|
-
:type execution_context:
|
|
3397
|
+
:type execution_context: str
|
|
3396
3398
|
:type undo: bool
|
|
3397
3399
|
:param ratio: Ratio, Portion of items to select randomly
|
|
3398
3400
|
:type ratio: typing.Any
|
|
@@ -3412,7 +3414,7 @@ def select_random(
|
|
|
3412
3414
|
|
|
3413
3415
|
def select_similar(
|
|
3414
3416
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3415
|
-
execution_context:
|
|
3417
|
+
execution_context: str = None,
|
|
3416
3418
|
undo: bool = None,
|
|
3417
3419
|
type: typing.Any = "VERT_NORMAL",
|
|
3418
3420
|
compare: typing.Any = "EQUAL",
|
|
@@ -3421,7 +3423,7 @@ def select_similar(
|
|
|
3421
3423
|
"""Select similar vertices, edges or faces by property types
|
|
3422
3424
|
|
|
3423
3425
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3424
|
-
:type execution_context:
|
|
3426
|
+
:type execution_context: str
|
|
3425
3427
|
:type undo: bool
|
|
3426
3428
|
:param type: Type
|
|
3427
3429
|
:type type: typing.Any
|
|
@@ -3435,13 +3437,13 @@ def select_similar(
|
|
|
3435
3437
|
|
|
3436
3438
|
def select_similar_region(
|
|
3437
3439
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3438
|
-
execution_context:
|
|
3440
|
+
execution_context: str = None,
|
|
3439
3441
|
undo: bool = None,
|
|
3440
3442
|
):
|
|
3441
3443
|
"""Select similar face regions to the current selection
|
|
3442
3444
|
|
|
3443
3445
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3444
|
-
:type execution_context:
|
|
3446
|
+
:type execution_context: str
|
|
3445
3447
|
:type undo: bool
|
|
3446
3448
|
"""
|
|
3447
3449
|
|
|
@@ -3449,14 +3451,14 @@ def select_similar_region(
|
|
|
3449
3451
|
|
|
3450
3452
|
def select_ungrouped(
|
|
3451
3453
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3452
|
-
execution_context:
|
|
3454
|
+
execution_context: str = None,
|
|
3453
3455
|
undo: bool = None,
|
|
3454
3456
|
extend: typing.Union[bool, typing.Any] = False,
|
|
3455
3457
|
):
|
|
3456
3458
|
"""Select vertices without a group
|
|
3457
3459
|
|
|
3458
3460
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3459
|
-
:type execution_context:
|
|
3461
|
+
:type execution_context: str
|
|
3460
3462
|
:type undo: bool
|
|
3461
3463
|
:param extend: Extend, Extend the selection
|
|
3462
3464
|
:type extend: typing.Union[bool, typing.Any]
|
|
@@ -3466,14 +3468,14 @@ def select_ungrouped(
|
|
|
3466
3468
|
|
|
3467
3469
|
def separate(
|
|
3468
3470
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3469
|
-
execution_context:
|
|
3471
|
+
execution_context: str = None,
|
|
3470
3472
|
undo: bool = None,
|
|
3471
3473
|
type: typing.Any = "SELECTED",
|
|
3472
3474
|
):
|
|
3473
3475
|
"""Separate selected geometry into a new mesh
|
|
3474
3476
|
|
|
3475
3477
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3476
|
-
:type execution_context:
|
|
3478
|
+
:type execution_context: str
|
|
3477
3479
|
:type undo: bool
|
|
3478
3480
|
:param type: Type
|
|
3479
3481
|
:type type: typing.Any
|
|
@@ -3483,14 +3485,14 @@ def separate(
|
|
|
3483
3485
|
|
|
3484
3486
|
def set_normals_from_faces(
|
|
3485
3487
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3486
|
-
execution_context:
|
|
3488
|
+
execution_context: str = None,
|
|
3487
3489
|
undo: bool = None,
|
|
3488
3490
|
keep_sharp: typing.Union[bool, typing.Any] = False,
|
|
3489
3491
|
):
|
|
3490
3492
|
"""Set the custom normals from the selected faces ones
|
|
3491
3493
|
|
|
3492
3494
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3493
|
-
:type execution_context:
|
|
3495
|
+
:type execution_context: str
|
|
3494
3496
|
:type undo: bool
|
|
3495
3497
|
:param keep_sharp: Keep Sharp Edges, Do not set sharp edges to face
|
|
3496
3498
|
:type keep_sharp: typing.Union[bool, typing.Any]
|
|
@@ -3500,7 +3502,7 @@ def set_normals_from_faces(
|
|
|
3500
3502
|
|
|
3501
3503
|
def set_sharpness_by_angle(
|
|
3502
3504
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3503
|
-
execution_context:
|
|
3505
|
+
execution_context: str = None,
|
|
3504
3506
|
undo: bool = None,
|
|
3505
3507
|
angle: typing.Any = 0.523599,
|
|
3506
3508
|
extend: typing.Union[bool, typing.Any] = False,
|
|
@@ -3508,7 +3510,7 @@ def set_sharpness_by_angle(
|
|
|
3508
3510
|
"""Set edge sharpness based on the angle between neighboring faces
|
|
3509
3511
|
|
|
3510
3512
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3511
|
-
:type execution_context:
|
|
3513
|
+
:type execution_context: str
|
|
3512
3514
|
:type undo: bool
|
|
3513
3515
|
:param angle: Angle
|
|
3514
3516
|
:type angle: typing.Any
|
|
@@ -3520,13 +3522,13 @@ def set_sharpness_by_angle(
|
|
|
3520
3522
|
|
|
3521
3523
|
def shape_propagate_to_all(
|
|
3522
3524
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3523
|
-
execution_context:
|
|
3525
|
+
execution_context: str = None,
|
|
3524
3526
|
undo: bool = None,
|
|
3525
3527
|
):
|
|
3526
3528
|
"""Apply selected vertex locations to all other shape keys
|
|
3527
3529
|
|
|
3528
3530
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3529
|
-
:type execution_context:
|
|
3531
|
+
:type execution_context: str
|
|
3530
3532
|
:type undo: bool
|
|
3531
3533
|
"""
|
|
3532
3534
|
|
|
@@ -3534,7 +3536,7 @@ def shape_propagate_to_all(
|
|
|
3534
3536
|
|
|
3535
3537
|
def shortest_path_pick(
|
|
3536
3538
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3537
|
-
execution_context:
|
|
3539
|
+
execution_context: str = None,
|
|
3538
3540
|
undo: bool = None,
|
|
3539
3541
|
edge_mode: typing.Any = "SELECT",
|
|
3540
3542
|
use_face_step: typing.Union[bool, typing.Any] = False,
|
|
@@ -3548,7 +3550,7 @@ def shortest_path_pick(
|
|
|
3548
3550
|
"""Select shortest path between two selections
|
|
3549
3551
|
|
|
3550
3552
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3551
|
-
:type execution_context:
|
|
3553
|
+
:type execution_context: str
|
|
3552
3554
|
:type undo: bool
|
|
3553
3555
|
:param edge_mode: Edge Tag, The edge flag to tag when selecting the shortest path
|
|
3554
3556
|
:type edge_mode: typing.Any
|
|
@@ -3571,7 +3573,7 @@ def shortest_path_pick(
|
|
|
3571
3573
|
|
|
3572
3574
|
def shortest_path_select(
|
|
3573
3575
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3574
|
-
execution_context:
|
|
3576
|
+
execution_context: str = None,
|
|
3575
3577
|
undo: bool = None,
|
|
3576
3578
|
edge_mode: typing.Any = "SELECT",
|
|
3577
3579
|
use_face_step: typing.Union[bool, typing.Any] = False,
|
|
@@ -3584,7 +3586,7 @@ def shortest_path_select(
|
|
|
3584
3586
|
"""Selected shortest path between two vertices/edges/faces
|
|
3585
3587
|
|
|
3586
3588
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3587
|
-
:type execution_context:
|
|
3589
|
+
:type execution_context: str
|
|
3588
3590
|
:type undo: bool
|
|
3589
3591
|
:param edge_mode: Edge Tag, The edge flag to tag when selecting the shortest path
|
|
3590
3592
|
:type edge_mode: typing.Any
|
|
@@ -3606,14 +3608,14 @@ def shortest_path_select(
|
|
|
3606
3608
|
|
|
3607
3609
|
def smooth_normals(
|
|
3608
3610
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3609
|
-
execution_context:
|
|
3611
|
+
execution_context: str = None,
|
|
3610
3612
|
undo: bool = None,
|
|
3611
3613
|
factor: typing.Any = 0.5,
|
|
3612
3614
|
):
|
|
3613
3615
|
"""Smooth custom normals based on adjacent vertex normals
|
|
3614
3616
|
|
|
3615
3617
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3616
|
-
:type execution_context:
|
|
3618
|
+
:type execution_context: str
|
|
3617
3619
|
:type undo: bool
|
|
3618
3620
|
:param factor: Factor, Specifies weight of smooth vs original normal
|
|
3619
3621
|
:type factor: typing.Any
|
|
@@ -3623,14 +3625,14 @@ def smooth_normals(
|
|
|
3623
3625
|
|
|
3624
3626
|
def solidify(
|
|
3625
3627
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3626
|
-
execution_context:
|
|
3628
|
+
execution_context: str = None,
|
|
3627
3629
|
undo: bool = None,
|
|
3628
3630
|
thickness: typing.Any = 0.01,
|
|
3629
3631
|
):
|
|
3630
3632
|
"""Create a solid skin by extruding, compensating for sharp angles
|
|
3631
3633
|
|
|
3632
3634
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3633
|
-
:type execution_context:
|
|
3635
|
+
:type execution_context: str
|
|
3634
3636
|
:type undo: bool
|
|
3635
3637
|
:param thickness: Thickness
|
|
3636
3638
|
:type thickness: typing.Any
|
|
@@ -3640,7 +3642,7 @@ def solidify(
|
|
|
3640
3642
|
|
|
3641
3643
|
def sort_elements(
|
|
3642
3644
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3643
|
-
execution_context:
|
|
3645
|
+
execution_context: str = None,
|
|
3644
3646
|
undo: bool = None,
|
|
3645
3647
|
type: typing.Any = "VIEW_ZAXIS",
|
|
3646
3648
|
elements: typing.Any = {'"VERT"'},
|
|
@@ -3650,7 +3652,7 @@ def sort_elements(
|
|
|
3650
3652
|
"""The order of selected vertices/edges/faces is modified, based on a given method
|
|
3651
3653
|
|
|
3652
3654
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3653
|
-
:type execution_context:
|
|
3655
|
+
:type execution_context: str
|
|
3654
3656
|
:type undo: bool
|
|
3655
3657
|
:param type: Type, Type of reordering operation to apply
|
|
3656
3658
|
|
|
@@ -3688,7 +3690,7 @@ def sort_elements(
|
|
|
3688
3690
|
|
|
3689
3691
|
def spin(
|
|
3690
3692
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3691
|
-
execution_context:
|
|
3693
|
+
execution_context: str = None,
|
|
3692
3694
|
undo: bool = None,
|
|
3693
3695
|
steps: typing.Any = 12,
|
|
3694
3696
|
dupli: typing.Union[bool, typing.Any] = False,
|
|
@@ -3701,7 +3703,7 @@ def spin(
|
|
|
3701
3703
|
"""Extrude selected vertices in a circle around the cursor in indicated viewport
|
|
3702
3704
|
|
|
3703
3705
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3704
|
-
:type execution_context:
|
|
3706
|
+
:type execution_context: str
|
|
3705
3707
|
:type undo: bool
|
|
3706
3708
|
:param steps: Steps, Steps
|
|
3707
3709
|
:type steps: typing.Any
|
|
@@ -3723,13 +3725,13 @@ def spin(
|
|
|
3723
3725
|
|
|
3724
3726
|
def split(
|
|
3725
3727
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3726
|
-
execution_context:
|
|
3728
|
+
execution_context: str = None,
|
|
3727
3729
|
undo: bool = None,
|
|
3728
3730
|
):
|
|
3729
3731
|
"""Split off selected geometry from connected unselected geometry
|
|
3730
3732
|
|
|
3731
3733
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3732
|
-
:type execution_context:
|
|
3734
|
+
:type execution_context: str
|
|
3733
3735
|
:type undo: bool
|
|
3734
3736
|
"""
|
|
3735
3737
|
|
|
@@ -3737,13 +3739,13 @@ def split(
|
|
|
3737
3739
|
|
|
3738
3740
|
def split_normals(
|
|
3739
3741
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3740
|
-
execution_context:
|
|
3742
|
+
execution_context: str = None,
|
|
3741
3743
|
undo: bool = None,
|
|
3742
3744
|
):
|
|
3743
3745
|
"""Split custom normals of selected vertices
|
|
3744
3746
|
|
|
3745
3747
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3746
|
-
:type execution_context:
|
|
3748
|
+
:type execution_context: str
|
|
3747
3749
|
:type undo: bool
|
|
3748
3750
|
"""
|
|
3749
3751
|
|
|
@@ -3751,7 +3753,7 @@ def split_normals(
|
|
|
3751
3753
|
|
|
3752
3754
|
def subdivide(
|
|
3753
3755
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3754
|
-
execution_context:
|
|
3756
|
+
execution_context: str = None,
|
|
3755
3757
|
undo: bool = None,
|
|
3756
3758
|
number_cuts: typing.Any = 1,
|
|
3757
3759
|
smoothness: typing.Any = 0.0,
|
|
@@ -3764,7 +3766,7 @@ def subdivide(
|
|
|
3764
3766
|
"""Subdivide selected edges
|
|
3765
3767
|
|
|
3766
3768
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3767
|
-
:type execution_context:
|
|
3769
|
+
:type execution_context: str
|
|
3768
3770
|
:type undo: bool
|
|
3769
3771
|
:param number_cuts: Number of Cuts
|
|
3770
3772
|
:type number_cuts: typing.Any
|
|
@@ -3786,18 +3788,18 @@ def subdivide(
|
|
|
3786
3788
|
|
|
3787
3789
|
def subdivide_edgering(
|
|
3788
3790
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3789
|
-
execution_context:
|
|
3791
|
+
execution_context: str = None,
|
|
3790
3792
|
undo: bool = None,
|
|
3791
3793
|
number_cuts: typing.Any = 10,
|
|
3792
3794
|
interpolation: typing.Any = "PATH",
|
|
3793
3795
|
smoothness: typing.Any = 1.0,
|
|
3794
3796
|
profile_shape_factor: typing.Any = 0.0,
|
|
3795
|
-
profile_shape: typing.
|
|
3797
|
+
profile_shape: typing.Union[str, int] = "SMOOTH",
|
|
3796
3798
|
):
|
|
3797
3799
|
"""Subdivide perpendicular edges to the selected edge-ring
|
|
3798
3800
|
|
|
3799
3801
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3800
|
-
:type execution_context:
|
|
3802
|
+
:type execution_context: str
|
|
3801
3803
|
:type undo: bool
|
|
3802
3804
|
:param number_cuts: Number of Cuts
|
|
3803
3805
|
:type number_cuts: typing.Any
|
|
@@ -3808,25 +3810,25 @@ def subdivide_edgering(
|
|
|
3808
3810
|
:param profile_shape_factor: Profile Factor, How much intermediary new edges are shrunk/expanded
|
|
3809
3811
|
:type profile_shape_factor: typing.Any
|
|
3810
3812
|
:param profile_shape: Profile Shape, Shape of the profile
|
|
3811
|
-
:type profile_shape: typing.
|
|
3813
|
+
:type profile_shape: typing.Union[str, int]
|
|
3812
3814
|
"""
|
|
3813
3815
|
|
|
3814
3816
|
...
|
|
3815
3817
|
|
|
3816
3818
|
def symmetrize(
|
|
3817
3819
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3818
|
-
execution_context:
|
|
3820
|
+
execution_context: str = None,
|
|
3819
3821
|
undo: bool = None,
|
|
3820
|
-
direction: typing.
|
|
3822
|
+
direction: typing.Union[str, int] = "NEGATIVE_X",
|
|
3821
3823
|
threshold: typing.Any = 0.0001,
|
|
3822
3824
|
):
|
|
3823
3825
|
"""Enforce symmetry (both form and topological) across an axis
|
|
3824
3826
|
|
|
3825
3827
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3826
|
-
:type execution_context:
|
|
3828
|
+
:type execution_context: str
|
|
3827
3829
|
:type undo: bool
|
|
3828
3830
|
:param direction: Direction, Which sides to copy from and to
|
|
3829
|
-
:type direction: typing.
|
|
3831
|
+
:type direction: typing.Union[str, int]
|
|
3830
3832
|
:param threshold: Threshold, Limit for snap middle vertices to the axis center
|
|
3831
3833
|
:type threshold: typing.Any
|
|
3832
3834
|
"""
|
|
@@ -3835,9 +3837,9 @@ def symmetrize(
|
|
|
3835
3837
|
|
|
3836
3838
|
def symmetry_snap(
|
|
3837
3839
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3838
|
-
execution_context:
|
|
3840
|
+
execution_context: str = None,
|
|
3839
3841
|
undo: bool = None,
|
|
3840
|
-
direction: typing.
|
|
3842
|
+
direction: typing.Union[str, int] = "NEGATIVE_X",
|
|
3841
3843
|
threshold: typing.Any = 0.05,
|
|
3842
3844
|
factor: typing.Any = 0.5,
|
|
3843
3845
|
use_center: typing.Union[bool, typing.Any] = True,
|
|
@@ -3845,10 +3847,10 @@ def symmetry_snap(
|
|
|
3845
3847
|
"""Snap vertex pairs to their mirrored locations
|
|
3846
3848
|
|
|
3847
3849
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3848
|
-
:type execution_context:
|
|
3850
|
+
:type execution_context: str
|
|
3849
3851
|
:type undo: bool
|
|
3850
3852
|
:param direction: Direction, Which sides to copy from and to
|
|
3851
|
-
:type direction: typing.
|
|
3853
|
+
:type direction: typing.Union[str, int]
|
|
3852
3854
|
:param threshold: Threshold, Distance within which matching vertices are searched
|
|
3853
3855
|
:type threshold: typing.Any
|
|
3854
3856
|
:param factor: Factor, Mix factor of the locations of the vertices
|
|
@@ -3861,7 +3863,7 @@ def symmetry_snap(
|
|
|
3861
3863
|
|
|
3862
3864
|
def tris_convert_to_quads(
|
|
3863
3865
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3864
|
-
execution_context:
|
|
3866
|
+
execution_context: str = None,
|
|
3865
3867
|
undo: bool = None,
|
|
3866
3868
|
face_threshold: typing.Any = 0.698132,
|
|
3867
3869
|
shape_threshold: typing.Any = 0.698132,
|
|
@@ -3874,7 +3876,7 @@ def tris_convert_to_quads(
|
|
|
3874
3876
|
"""Join triangles into quads
|
|
3875
3877
|
|
|
3876
3878
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3877
|
-
:type execution_context:
|
|
3879
|
+
:type execution_context: str
|
|
3878
3880
|
:type undo: bool
|
|
3879
3881
|
:param face_threshold: Max Face Angle, Face angle limit
|
|
3880
3882
|
:type face_threshold: typing.Any
|
|
@@ -3896,14 +3898,14 @@ def tris_convert_to_quads(
|
|
|
3896
3898
|
|
|
3897
3899
|
def unsubdivide(
|
|
3898
3900
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3899
|
-
execution_context:
|
|
3901
|
+
execution_context: str = None,
|
|
3900
3902
|
undo: bool = None,
|
|
3901
3903
|
iterations: typing.Any = 2,
|
|
3902
3904
|
):
|
|
3903
3905
|
"""Un-subdivide selected edges and faces
|
|
3904
3906
|
|
|
3905
3907
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3906
|
-
:type execution_context:
|
|
3908
|
+
:type execution_context: str
|
|
3907
3909
|
:type undo: bool
|
|
3908
3910
|
:param iterations: Iterations, Number of times to un-subdivide
|
|
3909
3911
|
:type iterations: typing.Any
|
|
@@ -3913,13 +3915,13 @@ def unsubdivide(
|
|
|
3913
3915
|
|
|
3914
3916
|
def uv_texture_add(
|
|
3915
3917
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3916
|
-
execution_context:
|
|
3918
|
+
execution_context: str = None,
|
|
3917
3919
|
undo: bool = None,
|
|
3918
3920
|
):
|
|
3919
3921
|
"""Add UV map
|
|
3920
3922
|
|
|
3921
3923
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3922
|
-
:type execution_context:
|
|
3924
|
+
:type execution_context: str
|
|
3923
3925
|
:type undo: bool
|
|
3924
3926
|
"""
|
|
3925
3927
|
|
|
@@ -3927,13 +3929,13 @@ def uv_texture_add(
|
|
|
3927
3929
|
|
|
3928
3930
|
def uv_texture_remove(
|
|
3929
3931
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3930
|
-
execution_context:
|
|
3932
|
+
execution_context: str = None,
|
|
3931
3933
|
undo: bool = None,
|
|
3932
3934
|
):
|
|
3933
3935
|
"""Remove UV map
|
|
3934
3936
|
|
|
3935
3937
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3936
|
-
:type execution_context:
|
|
3938
|
+
:type execution_context: str
|
|
3937
3939
|
:type undo: bool
|
|
3938
3940
|
"""
|
|
3939
3941
|
|
|
@@ -3941,13 +3943,13 @@ def uv_texture_remove(
|
|
|
3941
3943
|
|
|
3942
3944
|
def uvs_reverse(
|
|
3943
3945
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3944
|
-
execution_context:
|
|
3946
|
+
execution_context: str = None,
|
|
3945
3947
|
undo: bool = None,
|
|
3946
3948
|
):
|
|
3947
3949
|
"""Flip direction of UV coordinates inside faces
|
|
3948
3950
|
|
|
3949
3951
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3950
|
-
:type execution_context:
|
|
3952
|
+
:type execution_context: str
|
|
3951
3953
|
:type undo: bool
|
|
3952
3954
|
"""
|
|
3953
3955
|
|
|
@@ -3955,14 +3957,14 @@ def uvs_reverse(
|
|
|
3955
3957
|
|
|
3956
3958
|
def uvs_rotate(
|
|
3957
3959
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3958
|
-
execution_context:
|
|
3960
|
+
execution_context: str = None,
|
|
3959
3961
|
undo: bool = None,
|
|
3960
3962
|
use_ccw: typing.Union[bool, typing.Any] = False,
|
|
3961
3963
|
):
|
|
3962
3964
|
"""Rotate UV coordinates inside faces
|
|
3963
3965
|
|
|
3964
3966
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3965
|
-
:type execution_context:
|
|
3967
|
+
:type execution_context: str
|
|
3966
3968
|
:type undo: bool
|
|
3967
3969
|
:param use_ccw: Counter Clockwise
|
|
3968
3970
|
:type use_ccw: typing.Union[bool, typing.Any]
|
|
@@ -3972,13 +3974,13 @@ def uvs_rotate(
|
|
|
3972
3974
|
|
|
3973
3975
|
def vert_connect(
|
|
3974
3976
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3975
|
-
execution_context:
|
|
3977
|
+
execution_context: str = None,
|
|
3976
3978
|
undo: bool = None,
|
|
3977
3979
|
):
|
|
3978
3980
|
"""Connect selected vertices of faces, splitting the face
|
|
3979
3981
|
|
|
3980
3982
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3981
|
-
:type execution_context:
|
|
3983
|
+
:type execution_context: str
|
|
3982
3984
|
:type undo: bool
|
|
3983
3985
|
"""
|
|
3984
3986
|
|
|
@@ -3986,13 +3988,13 @@ def vert_connect(
|
|
|
3986
3988
|
|
|
3987
3989
|
def vert_connect_concave(
|
|
3988
3990
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
3989
|
-
execution_context:
|
|
3991
|
+
execution_context: str = None,
|
|
3990
3992
|
undo: bool = None,
|
|
3991
3993
|
):
|
|
3992
3994
|
"""Make all faces convex
|
|
3993
3995
|
|
|
3994
3996
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
3995
|
-
:type execution_context:
|
|
3997
|
+
:type execution_context: str
|
|
3996
3998
|
:type undo: bool
|
|
3997
3999
|
"""
|
|
3998
4000
|
|
|
@@ -4000,14 +4002,14 @@ def vert_connect_concave(
|
|
|
4000
4002
|
|
|
4001
4003
|
def vert_connect_nonplanar(
|
|
4002
4004
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4003
|
-
execution_context:
|
|
4005
|
+
execution_context: str = None,
|
|
4004
4006
|
undo: bool = None,
|
|
4005
4007
|
angle_limit: typing.Any = 0.0872665,
|
|
4006
4008
|
):
|
|
4007
4009
|
"""Split non-planar faces that exceed the angle threshold
|
|
4008
4010
|
|
|
4009
4011
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4010
|
-
:type execution_context:
|
|
4012
|
+
:type execution_context: str
|
|
4011
4013
|
:type undo: bool
|
|
4012
4014
|
:param angle_limit: Max Angle, Angle limit
|
|
4013
4015
|
:type angle_limit: typing.Any
|
|
@@ -4017,13 +4019,13 @@ def vert_connect_nonplanar(
|
|
|
4017
4019
|
|
|
4018
4020
|
def vert_connect_path(
|
|
4019
4021
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4020
|
-
execution_context:
|
|
4022
|
+
execution_context: str = None,
|
|
4021
4023
|
undo: bool = None,
|
|
4022
4024
|
):
|
|
4023
4025
|
"""Connect vertices by their selection order, creating edges, splitting faces
|
|
4024
4026
|
|
|
4025
4027
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4026
|
-
:type execution_context:
|
|
4028
|
+
:type execution_context: str
|
|
4027
4029
|
:type undo: bool
|
|
4028
4030
|
"""
|
|
4029
4031
|
|
|
@@ -4031,7 +4033,7 @@ def vert_connect_path(
|
|
|
4031
4033
|
|
|
4032
4034
|
def vertices_smooth(
|
|
4033
4035
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4034
|
-
execution_context:
|
|
4036
|
+
execution_context: str = None,
|
|
4035
4037
|
undo: bool = None,
|
|
4036
4038
|
factor: typing.Any = 0.0,
|
|
4037
4039
|
repeat: typing.Any = 1,
|
|
@@ -4043,7 +4045,7 @@ def vertices_smooth(
|
|
|
4043
4045
|
"""Flatten angles of selected vertices
|
|
4044
4046
|
|
|
4045
4047
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4046
|
-
:type execution_context:
|
|
4048
|
+
:type execution_context: str
|
|
4047
4049
|
:type undo: bool
|
|
4048
4050
|
:param factor: Smoothing, Smoothing factor
|
|
4049
4051
|
:type factor: typing.Any
|
|
@@ -4063,7 +4065,7 @@ def vertices_smooth(
|
|
|
4063
4065
|
|
|
4064
4066
|
def vertices_smooth_laplacian(
|
|
4065
4067
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4066
|
-
execution_context:
|
|
4068
|
+
execution_context: str = None,
|
|
4067
4069
|
undo: bool = None,
|
|
4068
4070
|
repeat: typing.Any = 1,
|
|
4069
4071
|
lambda_factor: typing.Any = 1.0,
|
|
@@ -4076,7 +4078,7 @@ def vertices_smooth_laplacian(
|
|
|
4076
4078
|
"""Laplacian smooth of selected vertices
|
|
4077
4079
|
|
|
4078
4080
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4079
|
-
:type execution_context:
|
|
4081
|
+
:type execution_context: str
|
|
4080
4082
|
:type undo: bool
|
|
4081
4083
|
:param repeat: Number of iterations to smooth the mesh
|
|
4082
4084
|
:type repeat: typing.Any
|
|
@@ -4098,7 +4100,7 @@ def vertices_smooth_laplacian(
|
|
|
4098
4100
|
|
|
4099
4101
|
def wireframe(
|
|
4100
4102
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
4101
|
-
execution_context:
|
|
4103
|
+
execution_context: str = None,
|
|
4102
4104
|
undo: bool = None,
|
|
4103
4105
|
use_boundary: typing.Union[bool, typing.Any] = True,
|
|
4104
4106
|
use_even_offset: typing.Union[bool, typing.Any] = True,
|
|
@@ -4112,7 +4114,7 @@ def wireframe(
|
|
|
4112
4114
|
"""Create a solid wireframe from faces
|
|
4113
4115
|
|
|
4114
4116
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
4115
|
-
:type execution_context:
|
|
4117
|
+
:type execution_context: str
|
|
4116
4118
|
:type undo: bool
|
|
4117
4119
|
:param use_boundary: Boundary, Inset face boundaries
|
|
4118
4120
|
:type use_boundary: typing.Union[bool, typing.Any]
|