fake-bpy-module-latest 20251003__py3-none-any.whl → 20260114__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.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_types/__init__.pyi +18 -123
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +55 -131
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +40 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -4
- bl_operators/node/__init__.pyi +36 -46
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +0 -50
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +13 -16
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -57
- bl_ui/node_add_menu_geometry/__init__.pyi +56 -168
- bl_ui/node_add_menu_shader/__init__.pyi +10 -30
- bl_ui/node_add_menu_texture/__init__.pyi +1 -17
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +64 -150
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +0 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +0 -18
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -14
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +0 -22
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -7
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +0 -90
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +1 -150
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +52 -60
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -44
- bl_ui/space_image/__init__.pyi +2 -144
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -36
- bl_ui/space_node/__init__.pyi +27 -66
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +46 -912
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +50 -8
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +7 -188
- bl_ui/space_view3d/__init__.pyi +36 -544
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +2 -450
- bmesh/types/__init__.pyi +206 -420
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +53 -56
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +15 -165
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +18 -192
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -72
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +2 -34
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +17 -166
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +27 -217
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -38
- bpy/ops/graph/__init__.pyi +18 -316
- bpy/ops/grease_pencil/__init__.pyi +29 -524
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +2 -50
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +32 -915
- bpy/ops/nla/__init__.pyi +20 -184
- bpy/ops/node/__init__.pyi +71 -741
- bpy/ops/object/__init__.pyi +137 -1254
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +14 -279
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +28 -233
- bpy/ops/poselib/__init__.pyi +4 -47
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +6 -70
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +22 -167
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +36 -311
- bpy/ops/sculpt_curves/__init__.pyi +1 -20
- bpy/ops/sequencer/__init__.pyi +90 -662
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +21 -158
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +52 -305
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +39 -1334
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +15 -157
- bpy/stub_internal/rna_enums/__init__.pyi +52 -20
- bpy/types/__init__.pyi +15386 -56984
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +9 -8
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +2 -22
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/METADATA +4 -1
- fake_bpy_module_latest-20260114.dist-info/RECORD +382 -0
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/top_level.txt +14 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +1 -7
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +5 -5
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +82 -2172
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +24 -135
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module_latest-20251003.dist-info/RECORD +0 -373
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/WHEEL +0 -0
bpy/ops/mesh/__init__.pyi
CHANGED
|
@@ -21,22 +21,13 @@ def attribute_set(
|
|
|
21
21
|
) -> None:
|
|
22
22
|
"""Set values of the active attribute for selected elements
|
|
23
23
|
|
|
24
|
-
:type execution_context: int | str | None
|
|
25
|
-
:type undo: bool | None
|
|
26
24
|
:param value_float: Value
|
|
27
|
-
:type value_float: float | None
|
|
28
25
|
:param value_float_vector_2d: Value
|
|
29
|
-
:type value_float_vector_2d: collections.abc.Iterable[float] | None
|
|
30
26
|
:param value_float_vector_3d: Value
|
|
31
|
-
:type value_float_vector_3d: collections.abc.Iterable[float] | None
|
|
32
27
|
:param value_int: Value
|
|
33
|
-
:type value_int: int | None
|
|
34
28
|
:param value_int_vector_2d: Value
|
|
35
|
-
:type value_int_vector_2d: collections.abc.Iterable[int] | None
|
|
36
29
|
:param value_color: Value
|
|
37
|
-
:type value_color: collections.abc.Iterable[float] | None
|
|
38
30
|
:param value_bool: Value
|
|
39
|
-
:type value_bool: bool | None
|
|
40
31
|
"""
|
|
41
32
|
|
|
42
33
|
def average_normals(
|
|
@@ -51,8 +42,6 @@ def average_normals(
|
|
|
51
42
|
) -> None:
|
|
52
43
|
"""Average custom normals of selected vertices
|
|
53
44
|
|
|
54
|
-
:type execution_context: int | str | None
|
|
55
|
-
:type undo: bool | None
|
|
56
45
|
:param average_type: Type, Averaging method
|
|
57
46
|
|
|
58
47
|
CUSTOM_NORMAL
|
|
@@ -63,11 +52,8 @@ def average_normals(
|
|
|
63
52
|
|
|
64
53
|
CORNER_ANGLE
|
|
65
54
|
Corner Angle -- Set all vertex normals by corner angle.
|
|
66
|
-
:type average_type: typing.Literal['CUSTOM_NORMAL','FACE_AREA','CORNER_ANGLE'] | None
|
|
67
55
|
:param weight: Weight, Weight applied per face
|
|
68
|
-
:type weight: int | None
|
|
69
56
|
:param threshold: Threshold, Threshold value for different weights to be considered equal
|
|
70
|
-
:type threshold: float | None
|
|
71
57
|
"""
|
|
72
58
|
|
|
73
59
|
def beautify_fill(
|
|
@@ -79,10 +65,7 @@ def beautify_fill(
|
|
|
79
65
|
) -> None:
|
|
80
66
|
"""Rearrange some faces to try to get less degenerated geometry
|
|
81
67
|
|
|
82
|
-
:type execution_context: int | str | None
|
|
83
|
-
:type undo: bool | None
|
|
84
68
|
:param angle_limit: Max Angle, Angle limit
|
|
85
|
-
:type angle_limit: float | None
|
|
86
69
|
"""
|
|
87
70
|
|
|
88
71
|
def bevel(
|
|
@@ -114,8 +97,6 @@ def bevel(
|
|
|
114
97
|
) -> None:
|
|
115
98
|
"""Cut into selected items at an angle to create bevel or chamfer
|
|
116
99
|
|
|
117
|
-
:type execution_context: int | str | None
|
|
118
|
-
:type undo: bool | None
|
|
119
100
|
:param offset_type: Width Type, The method for determining the size of the bevel
|
|
120
101
|
|
|
121
102
|
OFFSET
|
|
@@ -132,9 +113,7 @@ def bevel(
|
|
|
132
113
|
|
|
133
114
|
ABSOLUTE
|
|
134
115
|
Absolute -- Amount is absolute distance along adjacent edge.
|
|
135
|
-
:type offset_type: typing.Literal['OFFSET','WIDTH','DEPTH','PERCENT','ABSOLUTE'] | None
|
|
136
116
|
:param offset: Width, Bevel amount
|
|
137
|
-
:type offset: float | None
|
|
138
117
|
:param profile_type: Profile Type, The type of shape used to rebuild a beveled section
|
|
139
118
|
|
|
140
119
|
SUPERELLIPSE
|
|
@@ -142,13 +121,9 @@ def bevel(
|
|
|
142
121
|
|
|
143
122
|
CUSTOM
|
|
144
123
|
Custom -- The profile can be any arbitrary path between its endpoints.
|
|
145
|
-
:type profile_type: typing.Literal['SUPERELLIPSE','CUSTOM'] | None
|
|
146
124
|
:param offset_pct: Width Percent, Bevel amount for percentage method
|
|
147
|
-
:type offset_pct: float | None
|
|
148
125
|
:param segments: Segments, Segments for curved edge
|
|
149
|
-
:type segments: int | None
|
|
150
126
|
:param profile: Profile, Controls profile shape (0.5 = round)
|
|
151
|
-
:type profile: float | None
|
|
152
127
|
:param affect: Affect, Affect edges or vertices
|
|
153
128
|
|
|
154
129
|
VERTICES
|
|
@@ -156,19 +131,12 @@ def bevel(
|
|
|
156
131
|
|
|
157
132
|
EDGES
|
|
158
133
|
Edges -- Affect only edges.
|
|
159
|
-
:type affect: typing.Literal['VERTICES','EDGES'] | None
|
|
160
134
|
:param clamp_overlap: Clamp Overlap, Do not allow beveled edges/vertices to overlap each other
|
|
161
|
-
:type clamp_overlap: bool | None
|
|
162
135
|
:param loop_slide: Loop Slide, Prefer sliding along edges to even widths
|
|
163
|
-
:
|
|
164
|
-
:param
|
|
165
|
-
:type mark_seam: bool | None
|
|
166
|
-
:param mark_sharp: Mark Sharp, Mark beveled edges as sharp
|
|
167
|
-
:type mark_sharp: bool | None
|
|
136
|
+
:param mark_seam: Mark Seams, Preserve seams along beveled edges
|
|
137
|
+
:param mark_sharp: Mark Sharp, Preserve sharp edges along beveled edges
|
|
168
138
|
:param material: Material Index, Material for bevel faces (-1 means use adjacent faces)
|
|
169
|
-
:type material: int | None
|
|
170
139
|
:param harden_normals: Harden Normals, Match normals of new faces to adjacent faces
|
|
171
|
-
:type harden_normals: bool | None
|
|
172
140
|
:param face_strength_mode: Face Strength Mode, Whether to set face strength, and which faces to set face strength on
|
|
173
141
|
|
|
174
142
|
NONE
|
|
@@ -182,7 +150,6 @@ def bevel(
|
|
|
182
150
|
|
|
183
151
|
ALL
|
|
184
152
|
All -- Set face strength on all faces.
|
|
185
|
-
:type face_strength_mode: typing.Literal['NONE','NEW','AFFECTED','ALL'] | None
|
|
186
153
|
:param miter_outer: Outer Miter, Pattern to use for outside of miters
|
|
187
154
|
|
|
188
155
|
SHARP
|
|
@@ -193,7 +160,6 @@ def bevel(
|
|
|
193
160
|
|
|
194
161
|
ARC
|
|
195
162
|
Arc -- Outside of miter is arc.
|
|
196
|
-
:type miter_outer: typing.Literal['SHARP','PATCH','ARC'] | None
|
|
197
163
|
:param miter_inner: Inner Miter, Pattern to use for inside of miters
|
|
198
164
|
|
|
199
165
|
SHARP
|
|
@@ -201,9 +167,7 @@ def bevel(
|
|
|
201
167
|
|
|
202
168
|
ARC
|
|
203
169
|
Arc -- Inside of miter is arc.
|
|
204
|
-
:type miter_inner: typing.Literal['SHARP','ARC'] | None
|
|
205
170
|
:param spread: Spread, Amount to spread arcs for arc inner miters
|
|
206
|
-
:type spread: float | None
|
|
207
171
|
:param vmesh_method: Vertex Mesh Method, The method to use to create meshes at intersections
|
|
208
172
|
|
|
209
173
|
ADJ
|
|
@@ -211,9 +175,7 @@ def bevel(
|
|
|
211
175
|
|
|
212
176
|
CUTOFF
|
|
213
177
|
Cutoff -- A cutoff at each profiles end before the intersection.
|
|
214
|
-
:type vmesh_method: typing.Literal['ADJ','CUTOFF'] | None
|
|
215
178
|
:param release_confirm: Confirm on Release
|
|
216
|
-
:type release_confirm: bool | None
|
|
217
179
|
"""
|
|
218
180
|
|
|
219
181
|
def bisect(
|
|
@@ -244,32 +206,18 @@ def bisect(
|
|
|
244
206
|
) -> None:
|
|
245
207
|
"""Cut geometry along a plane (click-drag to define plane)
|
|
246
208
|
|
|
247
|
-
:type execution_context: int | str | None
|
|
248
|
-
:type undo: bool | None
|
|
249
209
|
:param plane_co: Plane Point, A point on the plane
|
|
250
|
-
:type plane_co: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
251
210
|
:param plane_no: Plane Normal, The direction the plane points
|
|
252
|
-
:type plane_no: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
253
211
|
:param use_fill: Fill, Fill in the cut
|
|
254
|
-
:type use_fill: bool | None
|
|
255
212
|
:param clear_inner: Clear Inner, Remove geometry behind the plane
|
|
256
|
-
:type clear_inner: bool | None
|
|
257
213
|
:param clear_outer: Clear Outer, Remove geometry in front of the plane
|
|
258
|
-
:type clear_outer: bool | None
|
|
259
214
|
:param threshold: Axis Threshold, Preserves the existing geometry along the cut plane
|
|
260
|
-
:type threshold: float | None
|
|
261
215
|
:param xstart: X Start
|
|
262
|
-
:type xstart: int | None
|
|
263
216
|
:param xend: X End
|
|
264
|
-
:type xend: int | None
|
|
265
217
|
:param ystart: Y Start
|
|
266
|
-
:type ystart: int | None
|
|
267
218
|
:param yend: Y End
|
|
268
|
-
:type yend: int | None
|
|
269
219
|
:param flip: Flip
|
|
270
|
-
:type flip: bool | None
|
|
271
220
|
:param cursor: Cursor, Mouse cursor style to use during the modal operator
|
|
272
|
-
:type cursor: int | None
|
|
273
221
|
"""
|
|
274
222
|
|
|
275
223
|
def blend_from_shape(
|
|
@@ -283,14 +231,9 @@ def blend_from_shape(
|
|
|
283
231
|
) -> None:
|
|
284
232
|
"""Blend in shape from a shape key
|
|
285
233
|
|
|
286
|
-
:type execution_context: int | str | None
|
|
287
|
-
:type undo: bool | None
|
|
288
234
|
:param shape: Shape, Shape key to use for blending
|
|
289
|
-
:type shape: str | None
|
|
290
235
|
:param blend: Blend, Blending factor
|
|
291
|
-
:type blend: float | None
|
|
292
236
|
:param add: Add, Add rather than blend between shapes
|
|
293
|
-
:type add: bool | None
|
|
294
237
|
"""
|
|
295
238
|
|
|
296
239
|
def bridge_edge_loops(
|
|
@@ -311,26 +254,15 @@ def bridge_edge_loops(
|
|
|
311
254
|
) -> None:
|
|
312
255
|
"""Create a bridge of faces between two or more selected edge loops
|
|
313
256
|
|
|
314
|
-
:type execution_context: int | str | None
|
|
315
|
-
:type undo: bool | None
|
|
316
257
|
:param type: Connect Loops, Method of bridging multiple loops
|
|
317
|
-
:type type: typing.Literal['SINGLE','CLOSED','PAIRS'] | None
|
|
318
258
|
:param use_merge: Merge, Merge rather than creating faces
|
|
319
|
-
:type use_merge: bool | None
|
|
320
259
|
:param merge_factor: Merge Factor
|
|
321
|
-
:type merge_factor: float | None
|
|
322
260
|
:param twist_offset: Twist, Twist offset for closed loops
|
|
323
|
-
:type twist_offset: int | None
|
|
324
261
|
:param number_cuts: Number of Cuts
|
|
325
|
-
:type number_cuts: int | None
|
|
326
262
|
:param interpolation: Interpolation, Interpolation method
|
|
327
|
-
:type interpolation: typing.Literal['LINEAR','PATH','SURFACE'] | None
|
|
328
263
|
:param smoothness: Smoothness, Smoothness factor
|
|
329
|
-
:type smoothness: float | None
|
|
330
264
|
:param profile_shape_factor: Profile Factor, How much intermediary new edges are shrunk/expanded
|
|
331
|
-
:type profile_shape_factor: float | None
|
|
332
265
|
:param profile_shape: Profile Shape, Shape of the profile
|
|
333
|
-
:type profile_shape: bpy.stub_internal.rna_enums.ProportionalFalloffCurveOnlyItems | None
|
|
334
266
|
"""
|
|
335
267
|
|
|
336
268
|
def colors_reverse(
|
|
@@ -338,11 +270,7 @@ def colors_reverse(
|
|
|
338
270
|
undo: bool | None = None,
|
|
339
271
|
/,
|
|
340
272
|
) -> None:
|
|
341
|
-
"""Flip direction of face corner color attribute inside faces
|
|
342
|
-
|
|
343
|
-
:type execution_context: int | str | None
|
|
344
|
-
:type undo: bool | None
|
|
345
|
-
"""
|
|
273
|
+
"""Flip direction of face corner color attribute inside faces"""
|
|
346
274
|
|
|
347
275
|
def colors_rotate(
|
|
348
276
|
execution_context: int | str | None = None,
|
|
@@ -353,10 +281,7 @@ def colors_rotate(
|
|
|
353
281
|
) -> None:
|
|
354
282
|
"""Rotate face corner color attribute inside faces
|
|
355
283
|
|
|
356
|
-
:type execution_context: int | str | None
|
|
357
|
-
:type undo: bool | None
|
|
358
284
|
:param use_ccw: Counter Clockwise
|
|
359
|
-
:type use_ccw: bool | None
|
|
360
285
|
"""
|
|
361
286
|
|
|
362
287
|
def convex_hull(
|
|
@@ -380,34 +305,19 @@ def convex_hull(
|
|
|
380
305
|
) -> None:
|
|
381
306
|
"""Enclose selected vertices in a convex polyhedron
|
|
382
307
|
|
|
383
|
-
:type execution_context: int | str | None
|
|
384
|
-
:type undo: bool | None
|
|
385
308
|
:param delete_unused: Delete Unused, Delete selected elements that are not used by the hull
|
|
386
|
-
:type delete_unused: bool | None
|
|
387
309
|
:param use_existing_faces: Use Existing Faces, Skip hull triangles that are covered by a pre-existing face
|
|
388
|
-
:type use_existing_faces: bool | None
|
|
389
310
|
:param make_holes: Make Holes, Delete selected faces that are used by the hull
|
|
390
|
-
:type make_holes: bool | None
|
|
391
311
|
:param join_triangles: Join Triangles, Merge adjacent triangles into quads
|
|
392
|
-
:type join_triangles: bool | None
|
|
393
312
|
:param face_threshold: Max Face Angle, Face angle limit
|
|
394
|
-
:type face_threshold: float | None
|
|
395
313
|
:param shape_threshold: Max Shape Angle, Shape angle limit
|
|
396
|
-
:type shape_threshold: float | None
|
|
397
314
|
:param topology_influence: Topology Influence, How much to prioritize regular grids of quads as well as quads that touch existing quads
|
|
398
|
-
:type topology_influence: float | None
|
|
399
315
|
:param uvs: Compare UVs
|
|
400
|
-
:type uvs: bool | None
|
|
401
316
|
:param vcols: Compare Color Attributes
|
|
402
|
-
:type vcols: bool | None
|
|
403
317
|
:param seam: Compare Seam
|
|
404
|
-
:type seam: bool | None
|
|
405
318
|
:param sharp: Compare Sharp
|
|
406
|
-
:type sharp: bool | None
|
|
407
319
|
:param materials: Compare Materials
|
|
408
|
-
:type materials: bool | None
|
|
409
320
|
:param deselect_joined: Deselect Joined, Only select remaining triangles that were not merged
|
|
410
|
-
:type deselect_joined: bool | None
|
|
411
321
|
"""
|
|
412
322
|
|
|
413
323
|
def customdata_custom_splitnormals_add(
|
|
@@ -415,55 +325,35 @@ def customdata_custom_splitnormals_add(
|
|
|
415
325
|
undo: bool | None = None,
|
|
416
326
|
/,
|
|
417
327
|
) -> None:
|
|
418
|
-
"""Add a custom normals layer, if none exists yet
|
|
419
|
-
|
|
420
|
-
:type execution_context: int | str | None
|
|
421
|
-
:type undo: bool | None
|
|
422
|
-
"""
|
|
328
|
+
"""Add a custom normals layer, if none exists yet"""
|
|
423
329
|
|
|
424
330
|
def customdata_custom_splitnormals_clear(
|
|
425
331
|
execution_context: int | str | None = None,
|
|
426
332
|
undo: bool | None = None,
|
|
427
333
|
/,
|
|
428
334
|
) -> None:
|
|
429
|
-
"""Remove the custom normals layer, if it exists
|
|
430
|
-
|
|
431
|
-
:type execution_context: int | str | None
|
|
432
|
-
:type undo: bool | None
|
|
433
|
-
"""
|
|
335
|
+
"""Remove the custom normals layer, if it exists"""
|
|
434
336
|
|
|
435
337
|
def customdata_mask_clear(
|
|
436
338
|
execution_context: int | str | None = None,
|
|
437
339
|
undo: bool | None = None,
|
|
438
340
|
/,
|
|
439
341
|
) -> None:
|
|
440
|
-
"""Clear vertex sculpt masking data from the mesh
|
|
441
|
-
|
|
442
|
-
:type execution_context: int | str | None
|
|
443
|
-
:type undo: bool | None
|
|
444
|
-
"""
|
|
342
|
+
"""Clear vertex sculpt masking data from the mesh"""
|
|
445
343
|
|
|
446
344
|
def customdata_skin_add(
|
|
447
345
|
execution_context: int | str | None = None,
|
|
448
346
|
undo: bool | None = None,
|
|
449
347
|
/,
|
|
450
348
|
) -> None:
|
|
451
|
-
"""Add a vertex skin layer
|
|
452
|
-
|
|
453
|
-
:type execution_context: int | str | None
|
|
454
|
-
:type undo: bool | None
|
|
455
|
-
"""
|
|
349
|
+
"""Add a vertex skin layer"""
|
|
456
350
|
|
|
457
351
|
def customdata_skin_clear(
|
|
458
352
|
execution_context: int | str | None = None,
|
|
459
353
|
undo: bool | None = None,
|
|
460
354
|
/,
|
|
461
355
|
) -> None:
|
|
462
|
-
"""Clear vertex skin layer
|
|
463
|
-
|
|
464
|
-
:type execution_context: int | str | None
|
|
465
|
-
:type undo: bool | None
|
|
466
|
-
"""
|
|
356
|
+
"""Clear vertex skin layer"""
|
|
467
357
|
|
|
468
358
|
def decimate(
|
|
469
359
|
execution_context: int | str | None = None,
|
|
@@ -479,20 +369,12 @@ def decimate(
|
|
|
479
369
|
) -> None:
|
|
480
370
|
"""Simplify geometry by collapsing edges
|
|
481
371
|
|
|
482
|
-
:type execution_context: int | str | None
|
|
483
|
-
:type undo: bool | None
|
|
484
372
|
:param ratio: Ratio
|
|
485
|
-
:type ratio: float | None
|
|
486
373
|
:param use_vertex_group: Vertex Group, Use active vertex group as an influence
|
|
487
|
-
:type use_vertex_group: bool | None
|
|
488
374
|
:param vertex_group_factor: Weight, Vertex group strength
|
|
489
|
-
:type vertex_group_factor: float | None
|
|
490
375
|
:param invert_vertex_group: Invert, Invert vertex group influence
|
|
491
|
-
:type invert_vertex_group: bool | None
|
|
492
376
|
:param use_symmetry: Symmetry, Maintain symmetry on an axis
|
|
493
|
-
:type use_symmetry: bool | None
|
|
494
377
|
:param symmetry_axis: Axis, Axis of symmetry
|
|
495
|
-
:type symmetry_axis: bpy.stub_internal.rna_enums.AxisXyzItems | None
|
|
496
378
|
"""
|
|
497
379
|
|
|
498
380
|
def delete(
|
|
@@ -505,10 +387,7 @@ def delete(
|
|
|
505
387
|
) -> None:
|
|
506
388
|
"""Delete selected vertices, edges or faces
|
|
507
389
|
|
|
508
|
-
:type execution_context: int | str | None
|
|
509
|
-
:type undo: bool | None
|
|
510
390
|
:param type: Type, Method used for deleting mesh data
|
|
511
|
-
:type type: typing.Literal['VERT','EDGE','FACE','EDGE_FACE','ONLY_FACE'] | None
|
|
512
391
|
"""
|
|
513
392
|
|
|
514
393
|
def delete_edgeloop(
|
|
@@ -520,10 +399,7 @@ def delete_edgeloop(
|
|
|
520
399
|
) -> None:
|
|
521
400
|
"""Delete an edge loop by merging the faces on each side
|
|
522
401
|
|
|
523
|
-
:type execution_context: int | str | None
|
|
524
|
-
:type undo: bool | None
|
|
525
402
|
:param use_face_split: Face Split, Split off face corners to maintain surrounding geometry
|
|
526
|
-
:type use_face_split: bool | None
|
|
527
403
|
"""
|
|
528
404
|
|
|
529
405
|
def delete_loose(
|
|
@@ -537,14 +413,9 @@ def delete_loose(
|
|
|
537
413
|
) -> None:
|
|
538
414
|
"""Delete loose vertices, edges or faces
|
|
539
415
|
|
|
540
|
-
:type execution_context: int | str | None
|
|
541
|
-
:type undo: bool | None
|
|
542
416
|
:param use_verts: Vertices, Remove loose vertices
|
|
543
|
-
:type use_verts: bool | None
|
|
544
417
|
:param use_edges: Edges, Remove loose edges
|
|
545
|
-
:type use_edges: bool | None
|
|
546
418
|
:param use_faces: Faces, Remove loose faces
|
|
547
|
-
:type use_faces: bool | None
|
|
548
419
|
"""
|
|
549
420
|
|
|
550
421
|
def dissolve_degenerate(
|
|
@@ -556,10 +427,7 @@ def dissolve_degenerate(
|
|
|
556
427
|
) -> None:
|
|
557
428
|
"""Dissolve zero area faces and zero length edges
|
|
558
429
|
|
|
559
|
-
:type execution_context: int | str | None
|
|
560
|
-
:type undo: bool | None
|
|
561
430
|
:param threshold: Merge Distance, Maximum distance between elements to merge
|
|
562
|
-
:type threshold: float | None
|
|
563
431
|
"""
|
|
564
432
|
|
|
565
433
|
def dissolve_edges(
|
|
@@ -573,14 +441,9 @@ def dissolve_edges(
|
|
|
573
441
|
) -> None:
|
|
574
442
|
"""Dissolve edges, merging faces
|
|
575
443
|
|
|
576
|
-
:type execution_context: int | str | None
|
|
577
|
-
:type undo: bool | None
|
|
578
444
|
:param use_verts: Dissolve Vertices, Dissolve remaining vertices which connect to only two edges
|
|
579
|
-
:type use_verts: bool | None
|
|
580
445
|
:param angle_threshold: Angle Threshold, Remaining vertices which separate edge pairs are preserved if their edge angle exceeds this threshold.
|
|
581
|
-
:type angle_threshold: float | None
|
|
582
446
|
:param use_face_split: Face Split, Split off face corners to maintain surrounding geometry
|
|
583
|
-
:type use_face_split: bool | None
|
|
584
447
|
"""
|
|
585
448
|
|
|
586
449
|
def dissolve_faces(
|
|
@@ -592,10 +455,7 @@ def dissolve_faces(
|
|
|
592
455
|
) -> None:
|
|
593
456
|
"""Dissolve faces
|
|
594
457
|
|
|
595
|
-
:type execution_context: int | str | None
|
|
596
|
-
:type undo: bool | None
|
|
597
458
|
:param use_verts: Dissolve Vertices, Dissolve remaining vertices which connect to only two edges
|
|
598
|
-
:type use_verts: bool | None
|
|
599
459
|
"""
|
|
600
460
|
|
|
601
461
|
def dissolve_limited(
|
|
@@ -609,14 +469,9 @@ def dissolve_limited(
|
|
|
609
469
|
) -> None:
|
|
610
470
|
"""Dissolve selected edges and vertices, limited by the angle of surrounding geometry
|
|
611
471
|
|
|
612
|
-
:type execution_context: int | str | None
|
|
613
|
-
:type undo: bool | None
|
|
614
472
|
:param angle_limit: Max Angle, Angle limit
|
|
615
|
-
:type angle_limit: float | None
|
|
616
473
|
:param use_dissolve_boundaries: All Boundaries, Dissolve all vertices in between face boundaries
|
|
617
|
-
:type use_dissolve_boundaries: bool | None
|
|
618
474
|
:param delimit: Delimit, Delimit dissolve operation
|
|
619
|
-
:type delimit: set[bpy.stub_internal.rna_enums.MeshDelimitModeItems] | None
|
|
620
475
|
"""
|
|
621
476
|
|
|
622
477
|
def dissolve_mode(
|
|
@@ -631,16 +486,10 @@ def dissolve_mode(
|
|
|
631
486
|
) -> None:
|
|
632
487
|
"""Dissolve geometry based on the selection mode
|
|
633
488
|
|
|
634
|
-
:type execution_context: int | str | None
|
|
635
|
-
:type undo: bool | None
|
|
636
489
|
:param use_verts: Dissolve Vertices, Dissolve remaining vertices which connect to only two edges
|
|
637
|
-
:type use_verts: bool | None
|
|
638
490
|
:param angle_threshold: Angle Threshold, Remaining vertices which separate edge pairs are preserved if their edge angle exceeds this threshold.
|
|
639
|
-
:type angle_threshold: float | None
|
|
640
491
|
:param use_face_split: Face Split, Split off face corners to maintain surrounding geometry
|
|
641
|
-
:type use_face_split: bool | None
|
|
642
492
|
:param use_boundary_tear: Tear Boundary, Split off face corners instead of merging faces
|
|
643
|
-
:type use_boundary_tear: bool | None
|
|
644
493
|
"""
|
|
645
494
|
|
|
646
495
|
def dissolve_verts(
|
|
@@ -653,12 +502,8 @@ def dissolve_verts(
|
|
|
653
502
|
) -> None:
|
|
654
503
|
"""Dissolve vertices, merge edges and faces
|
|
655
504
|
|
|
656
|
-
:type execution_context: int | str | None
|
|
657
|
-
:type undo: bool | None
|
|
658
505
|
:param use_face_split: Face Split, Split off face corners to maintain surrounding geometry
|
|
659
|
-
:type use_face_split: bool | None
|
|
660
506
|
:param use_boundary_tear: Tear Boundary, Split off face corners instead of merging faces
|
|
661
|
-
:type use_boundary_tear: bool | None
|
|
662
507
|
"""
|
|
663
508
|
|
|
664
509
|
def dupli_extrude_cursor(
|
|
@@ -670,10 +515,7 @@ def dupli_extrude_cursor(
|
|
|
670
515
|
) -> None:
|
|
671
516
|
"""Duplicate and extrude selected vertices, edges or faces towards the mouse cursor
|
|
672
517
|
|
|
673
|
-
:type execution_context: int | str | None
|
|
674
|
-
:type undo: bool | None
|
|
675
518
|
:param rotate_source: Rotate Source, Rotate initial selection giving better shape
|
|
676
|
-
:type rotate_source: bool | None
|
|
677
519
|
"""
|
|
678
520
|
|
|
679
521
|
def duplicate(
|
|
@@ -685,10 +527,7 @@ def duplicate(
|
|
|
685
527
|
) -> None:
|
|
686
528
|
"""Duplicate selected vertices, edges or faces
|
|
687
529
|
|
|
688
|
-
:type execution_context: int | str | None
|
|
689
|
-
:type undo: bool | None
|
|
690
530
|
:param mode: Mode
|
|
691
|
-
:type mode: int | None
|
|
692
531
|
"""
|
|
693
532
|
|
|
694
533
|
def duplicate_move(
|
|
@@ -701,12 +540,8 @@ def duplicate_move(
|
|
|
701
540
|
) -> None:
|
|
702
541
|
"""Duplicate mesh and move
|
|
703
542
|
|
|
704
|
-
:type execution_context: int | str | None
|
|
705
|
-
:type undo: bool | None
|
|
706
543
|
:param MESH_OT_duplicate: Duplicate, Duplicate selected vertices, edges or faces
|
|
707
|
-
:type MESH_OT_duplicate: duplicate | None
|
|
708
544
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
709
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
710
545
|
"""
|
|
711
546
|
|
|
712
547
|
def edge_collapse(
|
|
@@ -714,22 +549,14 @@ def edge_collapse(
|
|
|
714
549
|
undo: bool | None = None,
|
|
715
550
|
/,
|
|
716
551
|
) -> None:
|
|
717
|
-
"""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
|
|
718
|
-
|
|
719
|
-
:type execution_context: int | str | None
|
|
720
|
-
:type undo: bool | None
|
|
721
|
-
"""
|
|
552
|
+
"""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"""
|
|
722
553
|
|
|
723
554
|
def edge_face_add(
|
|
724
555
|
execution_context: int | str | None = None,
|
|
725
556
|
undo: bool | None = None,
|
|
726
557
|
/,
|
|
727
558
|
) -> None:
|
|
728
|
-
"""Add an edge or face to selected
|
|
729
|
-
|
|
730
|
-
:type execution_context: int | str | None
|
|
731
|
-
:type undo: bool | None
|
|
732
|
-
"""
|
|
559
|
+
"""Add an edge or face to selected"""
|
|
733
560
|
|
|
734
561
|
def edge_rotate(
|
|
735
562
|
execution_context: int | str | None = None,
|
|
@@ -740,10 +567,7 @@ def edge_rotate(
|
|
|
740
567
|
) -> None:
|
|
741
568
|
"""Rotate selected edge or adjoining faces
|
|
742
569
|
|
|
743
|
-
:type execution_context: int | str | None
|
|
744
|
-
:type undo: bool | None
|
|
745
570
|
:param use_ccw: Counter Clockwise
|
|
746
|
-
:type use_ccw: bool | None
|
|
747
571
|
"""
|
|
748
572
|
|
|
749
573
|
def edge_split(
|
|
@@ -755,8 +579,6 @@ def edge_split(
|
|
|
755
579
|
) -> None:
|
|
756
580
|
"""Split selected edges so that each neighbor face gets its own copy
|
|
757
581
|
|
|
758
|
-
:type execution_context: int | str | None
|
|
759
|
-
:type undo: bool | None
|
|
760
582
|
:param type: Type, Method to use for splitting
|
|
761
583
|
|
|
762
584
|
EDGE
|
|
@@ -764,7 +586,6 @@ def edge_split(
|
|
|
764
586
|
|
|
765
587
|
VERT
|
|
766
588
|
Faces & Edges by Vertices -- Split faces and edges connected to selected vertices.
|
|
767
|
-
:type type: typing.Literal['EDGE','VERT'] | None
|
|
768
589
|
"""
|
|
769
590
|
|
|
770
591
|
def edgering_select(
|
|
@@ -779,16 +600,10 @@ def edgering_select(
|
|
|
779
600
|
) -> None:
|
|
780
601
|
"""Select an edge ring
|
|
781
602
|
|
|
782
|
-
:type execution_context: int | str | None
|
|
783
|
-
:type undo: bool | None
|
|
784
603
|
:param extend: Extend, Extend the selection
|
|
785
|
-
:type extend: bool | None
|
|
786
604
|
:param deselect: Deselect, Remove from the selection
|
|
787
|
-
:type deselect: bool | None
|
|
788
605
|
:param toggle: Toggle Select, Toggle the selection
|
|
789
|
-
:type toggle: bool | None
|
|
790
606
|
:param ring: Select Ring, Select ring
|
|
791
|
-
:type ring: bool | None
|
|
792
607
|
"""
|
|
793
608
|
|
|
794
609
|
def edges_select_sharp(
|
|
@@ -800,10 +615,7 @@ def edges_select_sharp(
|
|
|
800
615
|
) -> None:
|
|
801
616
|
"""Select all sharp enough edges
|
|
802
617
|
|
|
803
|
-
:type execution_context: int | str | None
|
|
804
|
-
:type undo: bool | None
|
|
805
618
|
:param sharpness: Sharpness
|
|
806
|
-
:type sharpness: float | None
|
|
807
619
|
"""
|
|
808
620
|
|
|
809
621
|
def extrude_context(
|
|
@@ -817,14 +629,9 @@ def extrude_context(
|
|
|
817
629
|
) -> None:
|
|
818
630
|
"""Extrude selection
|
|
819
631
|
|
|
820
|
-
:type execution_context: int | str | None
|
|
821
|
-
:type undo: bool | None
|
|
822
632
|
:param use_normal_flip: Flip Normals
|
|
823
|
-
:type use_normal_flip: bool | None
|
|
824
633
|
:param use_dissolve_ortho_edges: Dissolve Orthogonal Edges
|
|
825
|
-
:type use_dissolve_ortho_edges: bool | None
|
|
826
634
|
:param mirror: Mirror Editing
|
|
827
|
-
:type mirror: bool | None
|
|
828
635
|
"""
|
|
829
636
|
|
|
830
637
|
def extrude_context_move(
|
|
@@ -837,12 +644,8 @@ def extrude_context_move(
|
|
|
837
644
|
) -> None:
|
|
838
645
|
"""Extrude region together along the average normal
|
|
839
646
|
|
|
840
|
-
:type execution_context: int | str | None
|
|
841
|
-
:type undo: bool | None
|
|
842
647
|
:param MESH_OT_extrude_context: Extrude Context, Extrude selection
|
|
843
|
-
:type MESH_OT_extrude_context: extrude_context | None
|
|
844
648
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
845
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
846
649
|
"""
|
|
847
650
|
|
|
848
651
|
def extrude_edges_indiv(
|
|
@@ -855,12 +658,8 @@ def extrude_edges_indiv(
|
|
|
855
658
|
) -> None:
|
|
856
659
|
"""Extrude individual edges only
|
|
857
660
|
|
|
858
|
-
:type execution_context: int | str | None
|
|
859
|
-
:type undo: bool | None
|
|
860
661
|
:param use_normal_flip: Flip Normals
|
|
861
|
-
:type use_normal_flip: bool | None
|
|
862
662
|
:param mirror: Mirror Editing
|
|
863
|
-
:type mirror: bool | None
|
|
864
663
|
"""
|
|
865
664
|
|
|
866
665
|
def extrude_edges_move(
|
|
@@ -873,12 +672,8 @@ def extrude_edges_move(
|
|
|
873
672
|
) -> None:
|
|
874
673
|
"""Extrude edges and move result
|
|
875
674
|
|
|
876
|
-
:type execution_context: int | str | None
|
|
877
|
-
:type undo: bool | None
|
|
878
675
|
:param MESH_OT_extrude_edges_indiv: Extrude Only Edges, Extrude individual edges only
|
|
879
|
-
:type MESH_OT_extrude_edges_indiv: extrude_edges_indiv | None
|
|
880
676
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
881
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
882
677
|
"""
|
|
883
678
|
|
|
884
679
|
def extrude_faces_indiv(
|
|
@@ -890,10 +685,7 @@ def extrude_faces_indiv(
|
|
|
890
685
|
) -> None:
|
|
891
686
|
"""Extrude individual faces only
|
|
892
687
|
|
|
893
|
-
:type execution_context: int | str | None
|
|
894
|
-
:type undo: bool | None
|
|
895
688
|
:param mirror: Mirror Editing
|
|
896
|
-
:type mirror: bool | None
|
|
897
689
|
"""
|
|
898
690
|
|
|
899
691
|
def extrude_faces_move(
|
|
@@ -906,12 +698,8 @@ def extrude_faces_move(
|
|
|
906
698
|
) -> None:
|
|
907
699
|
"""Extrude each individual face separately along local normals
|
|
908
700
|
|
|
909
|
-
:type execution_context: int | str | None
|
|
910
|
-
:type undo: bool | None
|
|
911
701
|
:param MESH_OT_extrude_faces_indiv: Extrude Individual Faces, Extrude individual faces only
|
|
912
|
-
:type MESH_OT_extrude_faces_indiv: extrude_faces_indiv | None
|
|
913
702
|
:param TRANSFORM_OT_shrink_fatten: Shrink/Fatten, Shrink/fatten selected vertices along normals
|
|
914
|
-
:type TRANSFORM_OT_shrink_fatten: bpy.ops.transform.shrink_fatten | None
|
|
915
703
|
"""
|
|
916
704
|
|
|
917
705
|
def extrude_manifold(
|
|
@@ -924,12 +712,8 @@ def extrude_manifold(
|
|
|
924
712
|
) -> None:
|
|
925
713
|
"""Extrude, dissolves edges whose faces form a flat surface and intersect new edges
|
|
926
714
|
|
|
927
|
-
:type execution_context: int | str | None
|
|
928
|
-
:type undo: bool | None
|
|
929
715
|
:param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
|
|
930
|
-
:type MESH_OT_extrude_region: extrude_region | None
|
|
931
716
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
932
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
933
717
|
"""
|
|
934
718
|
|
|
935
719
|
def extrude_region(
|
|
@@ -943,14 +727,9 @@ def extrude_region(
|
|
|
943
727
|
) -> None:
|
|
944
728
|
"""Extrude region of faces
|
|
945
729
|
|
|
946
|
-
:type execution_context: int | str | None
|
|
947
|
-
:type undo: bool | None
|
|
948
730
|
:param use_normal_flip: Flip Normals
|
|
949
|
-
:type use_normal_flip: bool | None
|
|
950
731
|
:param use_dissolve_ortho_edges: Dissolve Orthogonal Edges
|
|
951
|
-
:type use_dissolve_ortho_edges: bool | None
|
|
952
732
|
:param mirror: Mirror Editing
|
|
953
|
-
:type mirror: bool | None
|
|
954
733
|
"""
|
|
955
734
|
|
|
956
735
|
def extrude_region_move(
|
|
@@ -963,12 +742,8 @@ def extrude_region_move(
|
|
|
963
742
|
) -> None:
|
|
964
743
|
"""Extrude region and move result
|
|
965
744
|
|
|
966
|
-
:type execution_context: int | str | None
|
|
967
|
-
:type undo: bool | None
|
|
968
745
|
:param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
|
|
969
|
-
:type MESH_OT_extrude_region: extrude_region | None
|
|
970
746
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
971
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
972
747
|
"""
|
|
973
748
|
|
|
974
749
|
def extrude_region_shrink_fatten(
|
|
@@ -981,12 +756,8 @@ def extrude_region_shrink_fatten(
|
|
|
981
756
|
) -> None:
|
|
982
757
|
"""Extrude region together along local normals
|
|
983
758
|
|
|
984
|
-
:type execution_context: int | str | None
|
|
985
|
-
:type undo: bool | None
|
|
986
759
|
:param MESH_OT_extrude_region: Extrude Region, Extrude region of faces
|
|
987
|
-
:type MESH_OT_extrude_region: extrude_region | None
|
|
988
760
|
:param TRANSFORM_OT_shrink_fatten: Shrink/Fatten, Shrink/fatten selected vertices along normals
|
|
989
|
-
:type TRANSFORM_OT_shrink_fatten: bpy.ops.transform.shrink_fatten | None
|
|
990
761
|
"""
|
|
991
762
|
|
|
992
763
|
def extrude_repeat(
|
|
@@ -1000,14 +771,9 @@ def extrude_repeat(
|
|
|
1000
771
|
) -> None:
|
|
1001
772
|
"""Extrude selected vertices, edges or faces repeatedly
|
|
1002
773
|
|
|
1003
|
-
:type execution_context: int | str | None
|
|
1004
|
-
:type undo: bool | None
|
|
1005
774
|
:param steps: Steps
|
|
1006
|
-
:type steps: int | None
|
|
1007
775
|
:param offset: Offset, Offset vector
|
|
1008
|
-
:type offset: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1009
776
|
:param scale_offset: Scale Offset
|
|
1010
|
-
:type scale_offset: float | None
|
|
1011
777
|
"""
|
|
1012
778
|
|
|
1013
779
|
def extrude_vertices_move(
|
|
@@ -1020,12 +786,8 @@ def extrude_vertices_move(
|
|
|
1020
786
|
) -> None:
|
|
1021
787
|
"""Extrude vertices and move result
|
|
1022
788
|
|
|
1023
|
-
:type execution_context: int | str | None
|
|
1024
|
-
:type undo: bool | None
|
|
1025
789
|
:param MESH_OT_extrude_verts_indiv: Extrude Only Vertices, Extrude individual vertices only
|
|
1026
|
-
:type MESH_OT_extrude_verts_indiv: extrude_verts_indiv | None
|
|
1027
790
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1028
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
1029
791
|
"""
|
|
1030
792
|
|
|
1031
793
|
def extrude_verts_indiv(
|
|
@@ -1037,10 +799,7 @@ def extrude_verts_indiv(
|
|
|
1037
799
|
) -> None:
|
|
1038
800
|
"""Extrude individual vertices only
|
|
1039
801
|
|
|
1040
|
-
:type execution_context: int | str | None
|
|
1041
|
-
:type undo: bool | None
|
|
1042
802
|
:param mirror: Mirror Editing
|
|
1043
|
-
:type mirror: bool | None
|
|
1044
803
|
"""
|
|
1045
804
|
|
|
1046
805
|
def face_make_planar(
|
|
@@ -1053,12 +812,8 @@ def face_make_planar(
|
|
|
1053
812
|
) -> None:
|
|
1054
813
|
"""Flatten selected faces
|
|
1055
814
|
|
|
1056
|
-
:type execution_context: int | str | None
|
|
1057
|
-
:type undo: bool | None
|
|
1058
815
|
:param factor: Factor
|
|
1059
|
-
:type factor: float | None
|
|
1060
816
|
:param repeat: Iterations
|
|
1061
|
-
:type repeat: int | None
|
|
1062
817
|
"""
|
|
1063
818
|
|
|
1064
819
|
def face_split_by_edges(
|
|
@@ -1066,11 +821,7 @@ def face_split_by_edges(
|
|
|
1066
821
|
undo: bool | None = None,
|
|
1067
822
|
/,
|
|
1068
823
|
) -> None:
|
|
1069
|
-
"""Weld loose edges into faces (splitting them into new faces)
|
|
1070
|
-
|
|
1071
|
-
:type execution_context: int | str | None
|
|
1072
|
-
:type undo: bool | None
|
|
1073
|
-
"""
|
|
824
|
+
"""Weld loose edges into faces (splitting them into new faces)"""
|
|
1074
825
|
|
|
1075
826
|
def faces_select_linked_flat(
|
|
1076
827
|
execution_context: int | str | None = None,
|
|
@@ -1081,10 +832,7 @@ def faces_select_linked_flat(
|
|
|
1081
832
|
) -> None:
|
|
1082
833
|
"""Select linked faces by angle
|
|
1083
834
|
|
|
1084
|
-
:type execution_context: int | str | None
|
|
1085
|
-
:type undo: bool | None
|
|
1086
835
|
:param sharpness: Sharpness
|
|
1087
|
-
:type sharpness: float | None
|
|
1088
836
|
"""
|
|
1089
837
|
|
|
1090
838
|
def faces_shade_flat(
|
|
@@ -1092,22 +840,14 @@ def faces_shade_flat(
|
|
|
1092
840
|
undo: bool | None = None,
|
|
1093
841
|
/,
|
|
1094
842
|
) -> None:
|
|
1095
|
-
"""Display faces flat
|
|
1096
|
-
|
|
1097
|
-
:type execution_context: int | str | None
|
|
1098
|
-
:type undo: bool | None
|
|
1099
|
-
"""
|
|
843
|
+
"""Display faces flat"""
|
|
1100
844
|
|
|
1101
845
|
def faces_shade_smooth(
|
|
1102
846
|
execution_context: int | str | None = None,
|
|
1103
847
|
undo: bool | None = None,
|
|
1104
848
|
/,
|
|
1105
849
|
) -> None:
|
|
1106
|
-
"""Display faces smooth (using vertex normals)
|
|
1107
|
-
|
|
1108
|
-
:type execution_context: int | str | None
|
|
1109
|
-
:type undo: bool | None
|
|
1110
|
-
"""
|
|
850
|
+
"""Display faces smooth (using vertex normals)"""
|
|
1111
851
|
|
|
1112
852
|
def fill(
|
|
1113
853
|
execution_context: int | str | None = None,
|
|
@@ -1118,10 +858,7 @@ def fill(
|
|
|
1118
858
|
) -> None:
|
|
1119
859
|
"""Fill a selected edge loop with faces
|
|
1120
860
|
|
|
1121
|
-
:type execution_context: int | str | None
|
|
1122
|
-
:type undo: bool | None
|
|
1123
861
|
:param use_beauty: Beauty, Use best triangulation division
|
|
1124
|
-
:type use_beauty: bool | None
|
|
1125
862
|
"""
|
|
1126
863
|
|
|
1127
864
|
def fill_grid(
|
|
@@ -1135,14 +872,9 @@ def fill_grid(
|
|
|
1135
872
|
) -> None:
|
|
1136
873
|
"""Fill grid from two loops
|
|
1137
874
|
|
|
1138
|
-
:type execution_context: int | str | None
|
|
1139
|
-
:type undo: bool | None
|
|
1140
875
|
:param span: Span, Number of grid columns
|
|
1141
|
-
:type span: int | None
|
|
1142
876
|
:param offset: Offset, Vertex that is the corner of the grid
|
|
1143
|
-
:type offset: int | None
|
|
1144
877
|
:param use_interp_simple: Simple Blending, Use simple interpolation of grid vertices
|
|
1145
|
-
:type use_interp_simple: bool | None
|
|
1146
878
|
"""
|
|
1147
879
|
|
|
1148
880
|
def fill_holes(
|
|
@@ -1154,10 +886,7 @@ def fill_holes(
|
|
|
1154
886
|
) -> None:
|
|
1155
887
|
"""Fill in holes (boundary edge loops)
|
|
1156
888
|
|
|
1157
|
-
:type execution_context: int | str | None
|
|
1158
|
-
:type undo: bool | None
|
|
1159
889
|
:param sides: Sides, Number of sides in hole required to fill (zero fills all holes)
|
|
1160
|
-
:type sides: int | None
|
|
1161
890
|
"""
|
|
1162
891
|
|
|
1163
892
|
def flip_normals(
|
|
@@ -1169,10 +898,7 @@ def flip_normals(
|
|
|
1169
898
|
) -> None:
|
|
1170
899
|
"""Flip the direction of selected faces normals (and of their vertices)
|
|
1171
900
|
|
|
1172
|
-
:type execution_context: int | str | None
|
|
1173
|
-
:type undo: bool | None
|
|
1174
901
|
:param only_clnors: Custom Normals Only, Only flip the custom loop normals of the selected elements
|
|
1175
|
-
:type only_clnors: bool | None
|
|
1176
902
|
"""
|
|
1177
903
|
|
|
1178
904
|
def flip_quad_tessellation(
|
|
@@ -1180,11 +906,7 @@ def flip_quad_tessellation(
|
|
|
1180
906
|
undo: bool | None = None,
|
|
1181
907
|
/,
|
|
1182
908
|
) -> None:
|
|
1183
|
-
"""Flips the tessellation of selected quads
|
|
1184
|
-
|
|
1185
|
-
:type execution_context: int | str | None
|
|
1186
|
-
:type undo: bool | None
|
|
1187
|
-
"""
|
|
909
|
+
"""Flips the tessellation of selected quads"""
|
|
1188
910
|
|
|
1189
911
|
def hide(
|
|
1190
912
|
execution_context: int | str | None = None,
|
|
@@ -1195,10 +917,7 @@ def hide(
|
|
|
1195
917
|
) -> None:
|
|
1196
918
|
"""Hide (un)selected vertices, edges or faces
|
|
1197
919
|
|
|
1198
|
-
:type execution_context: int | str | None
|
|
1199
|
-
:type undo: bool | None
|
|
1200
920
|
:param unselected: Unselected, Hide unselected rather than selected
|
|
1201
|
-
:type unselected: bool | None
|
|
1202
921
|
"""
|
|
1203
922
|
|
|
1204
923
|
def inset(
|
|
@@ -1220,30 +939,17 @@ def inset(
|
|
|
1220
939
|
) -> None:
|
|
1221
940
|
"""Inset new faces into selected faces
|
|
1222
941
|
|
|
1223
|
-
:type execution_context: int | str | None
|
|
1224
|
-
:type undo: bool | None
|
|
1225
942
|
:param use_boundary: Boundary, Inset face boundaries
|
|
1226
|
-
:type use_boundary: bool | None
|
|
1227
943
|
:param use_even_offset: Offset Even, Scale the offset to give more even thickness
|
|
1228
|
-
:type use_even_offset: bool | None
|
|
1229
944
|
:param use_relative_offset: Offset Relative, Scale the offset by surrounding geometry
|
|
1230
|
-
:type use_relative_offset: bool | None
|
|
1231
945
|
:param use_edge_rail: Edge Rail, Inset the region along existing edges
|
|
1232
|
-
:type use_edge_rail: bool | None
|
|
1233
946
|
:param thickness: Thickness
|
|
1234
|
-
:type thickness: float | None
|
|
1235
947
|
:param depth: Depth
|
|
1236
|
-
:type depth: float | None
|
|
1237
948
|
:param use_outset: Outset, Outset rather than inset
|
|
1238
|
-
:type use_outset: bool | None
|
|
1239
949
|
:param use_select_inset: Select Outer, Select the new inset faces
|
|
1240
|
-
:type use_select_inset: bool | None
|
|
1241
950
|
:param use_individual: Individual, Individual face inset
|
|
1242
|
-
:type use_individual: bool | None
|
|
1243
951
|
:param use_interpolate: Interpolate, Blend face data across the inset
|
|
1244
|
-
:type use_interpolate: bool | None
|
|
1245
952
|
:param release_confirm: Confirm on Release
|
|
1246
|
-
:type release_confirm: bool | None
|
|
1247
953
|
"""
|
|
1248
954
|
|
|
1249
955
|
def intersect(
|
|
@@ -1258,8 +964,6 @@ def intersect(
|
|
|
1258
964
|
) -> None:
|
|
1259
965
|
"""Cut an intersection into faces
|
|
1260
966
|
|
|
1261
|
-
:type execution_context: int | str | None
|
|
1262
|
-
:type undo: bool | None
|
|
1263
967
|
:param mode: Source
|
|
1264
968
|
|
|
1265
969
|
SELECT
|
|
@@ -1267,7 +971,6 @@ def intersect(
|
|
|
1267
971
|
|
|
1268
972
|
SELECT_UNSELECT
|
|
1269
973
|
Selected/Unselected -- Intersect selected with unselected faces.
|
|
1270
|
-
:type mode: typing.Literal['SELECT','SELECT_UNSELECT'] | None
|
|
1271
974
|
:param separate_mode: Separate Mode
|
|
1272
975
|
|
|
1273
976
|
ALL
|
|
@@ -1278,9 +981,7 @@ def intersect(
|
|
|
1278
981
|
|
|
1279
982
|
NONE
|
|
1280
983
|
Merge -- Merge all geometry from the intersection.
|
|
1281
|
-
:type separate_mode: typing.Literal['ALL','CUT','NONE'] | None
|
|
1282
984
|
:param threshold: Merge Threshold
|
|
1283
|
-
:type threshold: float | None
|
|
1284
985
|
:param solver: Solver, Which Intersect solver to use
|
|
1285
986
|
|
|
1286
987
|
FLOAT
|
|
@@ -1288,7 +989,6 @@ def intersect(
|
|
|
1288
989
|
|
|
1289
990
|
EXACT
|
|
1290
991
|
Exact -- Slower solver with the best results for coplanar faces.
|
|
1291
|
-
:type solver: typing.Literal['FLOAT','EXACT'] | None
|
|
1292
992
|
"""
|
|
1293
993
|
|
|
1294
994
|
def intersect_boolean(
|
|
@@ -1304,16 +1004,10 @@ def intersect_boolean(
|
|
|
1304
1004
|
) -> None:
|
|
1305
1005
|
"""Cut solid geometry from selected to unselected
|
|
1306
1006
|
|
|
1307
|
-
:type execution_context: int | str | None
|
|
1308
|
-
:type undo: bool | None
|
|
1309
1007
|
:param operation: Boolean Operation, Which boolean operation to apply
|
|
1310
|
-
:type operation: typing.Literal['INTERSECT','UNION','DIFFERENCE'] | None
|
|
1311
1008
|
:param use_swap: Swap, Use with difference intersection to swap which side is kept
|
|
1312
|
-
:type use_swap: bool | None
|
|
1313
1009
|
:param use_self: Self Intersection, Do self-union or self-intersection
|
|
1314
|
-
:type use_self: bool | None
|
|
1315
1010
|
:param threshold: Merge Threshold
|
|
1316
|
-
:type threshold: float | None
|
|
1317
1011
|
:param solver: Solver, Which Boolean solver to use
|
|
1318
1012
|
|
|
1319
1013
|
FLOAT
|
|
@@ -1321,7 +1015,6 @@ def intersect_boolean(
|
|
|
1321
1015
|
|
|
1322
1016
|
EXACT
|
|
1323
1017
|
Exact -- Exact solver, slower, handles more cases.
|
|
1324
|
-
:type solver: typing.Literal['FLOAT','EXACT'] | None
|
|
1325
1018
|
"""
|
|
1326
1019
|
|
|
1327
1020
|
def knife_project(
|
|
@@ -1333,10 +1026,7 @@ def knife_project(
|
|
|
1333
1026
|
) -> None:
|
|
1334
1027
|
"""Use other objects outlines and boundaries to project knife cuts
|
|
1335
1028
|
|
|
1336
|
-
:type execution_context: int | str | None
|
|
1337
|
-
:type undo: bool | None
|
|
1338
1029
|
:param cut_through: Cut Through, Cut through all faces, not just visible ones
|
|
1339
|
-
:type cut_through: bool | None
|
|
1340
1030
|
"""
|
|
1341
1031
|
|
|
1342
1032
|
def knife_tool(
|
|
@@ -1355,14 +1045,9 @@ def knife_tool(
|
|
|
1355
1045
|
) -> None:
|
|
1356
1046
|
"""Cut new topology
|
|
1357
1047
|
|
|
1358
|
-
:type execution_context: int | str | None
|
|
1359
|
-
:type undo: bool | None
|
|
1360
1048
|
:param use_occlude_geometry: Occlude Geometry, Only cut the front most geometry
|
|
1361
|
-
:type use_occlude_geometry: bool | None
|
|
1362
1049
|
:param only_selected: Only Selected, Only cut selected geometry
|
|
1363
|
-
:type only_selected: bool | None
|
|
1364
1050
|
:param xray: X-Ray, Show cuts hidden by geometry
|
|
1365
|
-
:type xray: bool | None
|
|
1366
1051
|
:param visible_measurements: Measurements, Visible distance and angle measurements
|
|
1367
1052
|
|
|
1368
1053
|
NONE
|
|
@@ -1376,7 +1061,6 @@ def knife_tool(
|
|
|
1376
1061
|
|
|
1377
1062
|
ANGLE
|
|
1378
1063
|
Angle -- Show just angle measurements.
|
|
1379
|
-
:type visible_measurements: typing.Literal['NONE','BOTH','DISTANCE','ANGLE'] | None
|
|
1380
1064
|
:param angle_snapping: Angle Snapping, Angle snapping mode
|
|
1381
1065
|
|
|
1382
1066
|
NONE
|
|
@@ -1387,11 +1071,8 @@ def knife_tool(
|
|
|
1387
1071
|
|
|
1388
1072
|
RELATIVE
|
|
1389
1073
|
Relative -- Angle snapping relative to the previous cut edge.
|
|
1390
|
-
:type angle_snapping: typing.Literal['NONE','SCREEN','RELATIVE'] | None
|
|
1391
1074
|
:param angle_snapping_increment: Angle Snap Increment, The angle snap increment used when in constrained angle mode
|
|
1392
|
-
:type angle_snapping_increment: float | None
|
|
1393
1075
|
:param wait_for_input: Wait for Input
|
|
1394
|
-
:type wait_for_input: bool | None
|
|
1395
1076
|
"""
|
|
1396
1077
|
|
|
1397
1078
|
def loop_multi_select(
|
|
@@ -1403,10 +1084,7 @@ def loop_multi_select(
|
|
|
1403
1084
|
) -> None:
|
|
1404
1085
|
"""Select a loop of connected edges by connection type
|
|
1405
1086
|
|
|
1406
|
-
:type execution_context: int | str | None
|
|
1407
|
-
:type undo: bool | None
|
|
1408
1087
|
:param ring: Ring
|
|
1409
|
-
:type ring: bool | None
|
|
1410
1088
|
"""
|
|
1411
1089
|
|
|
1412
1090
|
def loop_select(
|
|
@@ -1421,16 +1099,10 @@ def loop_select(
|
|
|
1421
1099
|
) -> None:
|
|
1422
1100
|
"""Select a loop of connected edges
|
|
1423
1101
|
|
|
1424
|
-
:type execution_context: int | str | None
|
|
1425
|
-
:type undo: bool | None
|
|
1426
1102
|
:param extend: Extend Select, Extend the selection
|
|
1427
|
-
:type extend: bool | None
|
|
1428
1103
|
:param deselect: Deselect, Remove from the selection
|
|
1429
|
-
:type deselect: bool | None
|
|
1430
1104
|
:param toggle: Toggle Select, Toggle the selection
|
|
1431
|
-
:type toggle: bool | None
|
|
1432
1105
|
:param ring: Select Ring, Select ring
|
|
1433
|
-
:type ring: bool | None
|
|
1434
1106
|
"""
|
|
1435
1107
|
|
|
1436
1108
|
def loop_to_region(
|
|
@@ -1442,10 +1114,7 @@ def loop_to_region(
|
|
|
1442
1114
|
) -> None:
|
|
1443
1115
|
"""Select region of faces inside of a selected loop of edges
|
|
1444
1116
|
|
|
1445
|
-
:type execution_context: int | str | None
|
|
1446
|
-
:type undo: bool | None
|
|
1447
1117
|
:param select_bigger: Select Bigger, Select bigger regions instead of smaller ones
|
|
1448
|
-
:type select_bigger: bool | None
|
|
1449
1118
|
"""
|
|
1450
1119
|
|
|
1451
1120
|
def loopcut(
|
|
@@ -1467,19 +1136,11 @@ def loopcut(
|
|
|
1467
1136
|
) -> None:
|
|
1468
1137
|
"""Add a new loop between existing loops
|
|
1469
1138
|
|
|
1470
|
-
:type execution_context: int | str | None
|
|
1471
|
-
:type undo: bool | None
|
|
1472
1139
|
:param number_cuts: Number of Cuts
|
|
1473
|
-
:type number_cuts: int | None
|
|
1474
1140
|
:param smoothness: Smoothness, Smoothness factor
|
|
1475
|
-
:type smoothness: float | None
|
|
1476
1141
|
:param falloff: Falloff, Falloff type of the feather
|
|
1477
|
-
:type falloff: bpy.stub_internal.rna_enums.ProportionalFalloffCurveOnlyItems | None
|
|
1478
1142
|
:param object_index: Object Index
|
|
1479
|
-
:type object_index: int | None
|
|
1480
1143
|
:param edge_index: Edge Index
|
|
1481
|
-
:type edge_index: int | None
|
|
1482
|
-
:type mesh_select_mode_init: collections.abc.Iterable[bool] | None
|
|
1483
1144
|
"""
|
|
1484
1145
|
|
|
1485
1146
|
def loopcut_slide(
|
|
@@ -1492,12 +1153,8 @@ def loopcut_slide(
|
|
|
1492
1153
|
) -> None:
|
|
1493
1154
|
"""Cut mesh loop and slide it
|
|
1494
1155
|
|
|
1495
|
-
:type execution_context: int | str | None
|
|
1496
|
-
:type undo: bool | None
|
|
1497
1156
|
:param MESH_OT_loopcut: Loop Cut, Add a new loop between existing loops
|
|
1498
|
-
:type MESH_OT_loopcut: loopcut | None
|
|
1499
1157
|
:param TRANSFORM_OT_edge_slide: Edge Slide, Slide an edge loop along a mesh
|
|
1500
|
-
:type TRANSFORM_OT_edge_slide: bpy.ops.transform.edge_slide | None
|
|
1501
1158
|
"""
|
|
1502
1159
|
|
|
1503
1160
|
def mark_freestyle_edge(
|
|
@@ -1509,10 +1166,7 @@ def mark_freestyle_edge(
|
|
|
1509
1166
|
) -> None:
|
|
1510
1167
|
"""(Un)mark selected edges as Freestyle feature edges
|
|
1511
1168
|
|
|
1512
|
-
:type execution_context: int | str | None
|
|
1513
|
-
:type undo: bool | None
|
|
1514
1169
|
:param clear: Clear
|
|
1515
|
-
:type clear: bool | None
|
|
1516
1170
|
"""
|
|
1517
1171
|
|
|
1518
1172
|
def mark_freestyle_face(
|
|
@@ -1524,10 +1178,7 @@ def mark_freestyle_face(
|
|
|
1524
1178
|
) -> None:
|
|
1525
1179
|
"""(Un)mark selected faces for exclusion from Freestyle feature edge detection
|
|
1526
1180
|
|
|
1527
|
-
:type execution_context: int | str | None
|
|
1528
|
-
:type undo: bool | None
|
|
1529
1181
|
:param clear: Clear
|
|
1530
|
-
:type clear: bool | None
|
|
1531
1182
|
"""
|
|
1532
1183
|
|
|
1533
1184
|
def mark_seam(
|
|
@@ -1539,10 +1190,7 @@ def mark_seam(
|
|
|
1539
1190
|
) -> None:
|
|
1540
1191
|
"""(Un)mark selected edges as a seam
|
|
1541
1192
|
|
|
1542
|
-
:type execution_context: int | str | None
|
|
1543
|
-
:type undo: bool | None
|
|
1544
1193
|
:param clear: Clear
|
|
1545
|
-
:type clear: bool | None
|
|
1546
1194
|
"""
|
|
1547
1195
|
|
|
1548
1196
|
def mark_sharp(
|
|
@@ -1555,12 +1203,8 @@ def mark_sharp(
|
|
|
1555
1203
|
) -> None:
|
|
1556
1204
|
"""(Un)mark selected edges as sharp
|
|
1557
1205
|
|
|
1558
|
-
:type execution_context: int | str | None
|
|
1559
|
-
:type undo: bool | None
|
|
1560
1206
|
:param clear: Clear
|
|
1561
|
-
:type clear: bool | None
|
|
1562
1207
|
:param use_verts: Vertices, Consider vertices instead of edges to select which edges to (un)tag as sharp
|
|
1563
|
-
:type use_verts: bool | None
|
|
1564
1208
|
"""
|
|
1565
1209
|
|
|
1566
1210
|
def merge(
|
|
@@ -1574,12 +1218,8 @@ def merge(
|
|
|
1574
1218
|
) -> None:
|
|
1575
1219
|
"""Merge selected vertices
|
|
1576
1220
|
|
|
1577
|
-
:type execution_context: int | str | None
|
|
1578
|
-
:type undo: bool | None
|
|
1579
1221
|
:param type: Type, Merge method to use
|
|
1580
|
-
:type type: typing.Literal['CENTER','CURSOR','COLLAPSE','FIRST','LAST'] | None
|
|
1581
1222
|
:param uvs: UVs, Move UVs according to merge
|
|
1582
|
-
:type uvs: bool | None
|
|
1583
1223
|
"""
|
|
1584
1224
|
|
|
1585
1225
|
def merge_normals(
|
|
@@ -1587,11 +1227,7 @@ def merge_normals(
|
|
|
1587
1227
|
undo: bool | None = None,
|
|
1588
1228
|
/,
|
|
1589
1229
|
) -> None:
|
|
1590
|
-
"""Merge custom normals of selected vertices
|
|
1591
|
-
|
|
1592
|
-
:type execution_context: int | str | None
|
|
1593
|
-
:type undo: bool | None
|
|
1594
|
-
"""
|
|
1230
|
+
"""Merge custom normals of selected vertices"""
|
|
1595
1231
|
|
|
1596
1232
|
def mod_weighted_strength(
|
|
1597
1233
|
execution_context: int | str | None = None,
|
|
@@ -1603,12 +1239,8 @@ def mod_weighted_strength(
|
|
|
1603
1239
|
) -> None:
|
|
1604
1240
|
"""Set/Get strength of face (used in Weighted Normal modifier)
|
|
1605
1241
|
|
|
1606
|
-
:type execution_context: int | str | None
|
|
1607
|
-
:type undo: bool | None
|
|
1608
1242
|
:param set: Set Value, Set value of faces
|
|
1609
|
-
:type set: bool | None
|
|
1610
1243
|
:param face_strength: Face Strength, Strength to use for assigning or selecting face influence for weighted normal modifier
|
|
1611
|
-
:type face_strength: typing.Literal['WEAK','MEDIUM','STRONG'] | None
|
|
1612
1244
|
"""
|
|
1613
1245
|
|
|
1614
1246
|
def normals_make_consistent(
|
|
@@ -1620,10 +1252,7 @@ def normals_make_consistent(
|
|
|
1620
1252
|
) -> None:
|
|
1621
1253
|
"""Make face and vertex normals point either outside or inside the mesh
|
|
1622
1254
|
|
|
1623
|
-
:type execution_context: int | str | None
|
|
1624
|
-
:type undo: bool | None
|
|
1625
1255
|
:param inside: Inside
|
|
1626
|
-
:type inside: bool | None
|
|
1627
1256
|
"""
|
|
1628
1257
|
|
|
1629
1258
|
def normals_tools(
|
|
@@ -1636,8 +1265,6 @@ def normals_tools(
|
|
|
1636
1265
|
) -> None:
|
|
1637
1266
|
"""Custom normals tools using Normal Vector of UI
|
|
1638
1267
|
|
|
1639
|
-
:type execution_context: int | str | None
|
|
1640
|
-
:type undo: bool | None
|
|
1641
1268
|
:param mode: Mode, Mode of tools taking input from interface
|
|
1642
1269
|
|
|
1643
1270
|
COPY
|
|
@@ -1654,9 +1281,7 @@ def normals_tools(
|
|
|
1654
1281
|
|
|
1655
1282
|
RESET
|
|
1656
1283
|
Reset Normal -- Reset the internal clipboard and/or normal of selected element.
|
|
1657
|
-
:type mode: typing.Literal['COPY','PASTE','ADD','MULTIPLY','RESET'] | None
|
|
1658
1284
|
:param absolute: Absolute Coordinates, Copy Absolute coordinates of Normal vector
|
|
1659
|
-
:type absolute: bool | None
|
|
1660
1285
|
"""
|
|
1661
1286
|
|
|
1662
1287
|
def offset_edge_loops(
|
|
@@ -1668,10 +1293,7 @@ def offset_edge_loops(
|
|
|
1668
1293
|
) -> None:
|
|
1669
1294
|
"""Create offset edge loop from the current selection
|
|
1670
1295
|
|
|
1671
|
-
:type execution_context: int | str | None
|
|
1672
|
-
:type undo: bool | None
|
|
1673
1296
|
:param use_cap_endpoint: Cap Endpoint, Extend loop around end-points
|
|
1674
|
-
:type use_cap_endpoint: bool | None
|
|
1675
1297
|
"""
|
|
1676
1298
|
|
|
1677
1299
|
def offset_edge_loops_slide(
|
|
@@ -1684,12 +1306,8 @@ def offset_edge_loops_slide(
|
|
|
1684
1306
|
) -> None:
|
|
1685
1307
|
"""Offset edge loop slide
|
|
1686
1308
|
|
|
1687
|
-
:type execution_context: int | str | None
|
|
1688
|
-
:type undo: bool | None
|
|
1689
1309
|
:param MESH_OT_offset_edge_loops: Offset Edge Loop, Create offset edge loop from the current selection
|
|
1690
|
-
:type MESH_OT_offset_edge_loops: offset_edge_loops | None
|
|
1691
1310
|
:param TRANSFORM_OT_edge_slide: Edge Slide, Slide an edge loop along a mesh
|
|
1692
|
-
:type TRANSFORM_OT_edge_slide: bpy.ops.transform.edge_slide | None
|
|
1693
1311
|
"""
|
|
1694
1312
|
|
|
1695
1313
|
def point_normals(
|
|
@@ -1710,8 +1328,6 @@ def point_normals(
|
|
|
1710
1328
|
) -> None:
|
|
1711
1329
|
"""Point selected custom normals to specified Target
|
|
1712
1330
|
|
|
1713
|
-
:type execution_context: int | str | None
|
|
1714
|
-
:type undo: bool | None
|
|
1715
1331
|
:param mode: Mode, How to define coordinates to point custom normals to
|
|
1716
1332
|
|
|
1717
1333
|
COORDINATES
|
|
@@ -1719,17 +1335,11 @@ def point_normals(
|
|
|
1719
1335
|
|
|
1720
1336
|
MOUSE
|
|
1721
1337
|
Mouse -- Follow mouse cursor.
|
|
1722
|
-
:type mode: typing.Literal['COORDINATES','MOUSE'] | None
|
|
1723
1338
|
:param invert: Invert, Invert affected normals
|
|
1724
|
-
:type invert: bool | None
|
|
1725
1339
|
:param align: Align, Make all affected normals parallel
|
|
1726
|
-
:type align: bool | None
|
|
1727
1340
|
:param target_location: Target, Target location to which normals will point
|
|
1728
|
-
:type target_location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1729
1341
|
:param spherize: Spherize, Interpolate between original and new normals
|
|
1730
|
-
:type spherize: bool | None
|
|
1731
1342
|
:param spherize_strength: Spherize Strength, Ratio of spherized normal to original normal
|
|
1732
|
-
:type spherize_strength: float | None
|
|
1733
1343
|
"""
|
|
1734
1344
|
|
|
1735
1345
|
def poke(
|
|
@@ -1744,12 +1354,8 @@ def poke(
|
|
|
1744
1354
|
) -> None:
|
|
1745
1355
|
"""Split a face into a fan
|
|
1746
1356
|
|
|
1747
|
-
:type execution_context: int | str | None
|
|
1748
|
-
:type undo: bool | None
|
|
1749
1357
|
:param offset: Poke Offset, Poke Offset
|
|
1750
|
-
:type offset: float | None
|
|
1751
1358
|
:param use_relative_offset: Offset Relative, Scale the offset by surrounding geometry
|
|
1752
|
-
:type use_relative_offset: bool | None
|
|
1753
1359
|
:param center_mode: Poke Center, Poke face center calculation
|
|
1754
1360
|
|
|
1755
1361
|
MEDIAN_WEIGHTED
|
|
@@ -1760,7 +1366,6 @@ def poke(
|
|
|
1760
1366
|
|
|
1761
1367
|
BOUNDS
|
|
1762
1368
|
Bounds -- Face bounds center.
|
|
1763
|
-
:type center_mode: typing.Literal['MEDIAN_WEIGHTED','MEDIAN','BOUNDS'] | None
|
|
1764
1369
|
"""
|
|
1765
1370
|
|
|
1766
1371
|
def polybuild_delete_at_cursor(
|
|
@@ -1780,24 +1385,14 @@ def polybuild_delete_at_cursor(
|
|
|
1780
1385
|
) -> None:
|
|
1781
1386
|
"""Undocumented, consider contributing.
|
|
1782
1387
|
|
|
1783
|
-
:type execution_context: int | str | None
|
|
1784
|
-
:type undo: bool | None
|
|
1785
1388
|
:param mirror: Mirror Editing
|
|
1786
|
-
:type mirror: bool | None
|
|
1787
1389
|
:param use_proportional_edit: Proportional Editing
|
|
1788
|
-
:type use_proportional_edit: bool | None
|
|
1789
1390
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
1790
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
1791
1391
|
:param proportional_size: Proportional Size
|
|
1792
|
-
:type proportional_size: float | None
|
|
1793
1392
|
:param use_proportional_connected: Connected
|
|
1794
|
-
:type use_proportional_connected: bool | None
|
|
1795
1393
|
:param use_proportional_projected: Projected (2D)
|
|
1796
|
-
:type use_proportional_projected: bool | None
|
|
1797
1394
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1798
|
-
:type release_confirm: bool | None
|
|
1799
1395
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1800
|
-
:type use_accurate: bool | None
|
|
1801
1396
|
"""
|
|
1802
1397
|
|
|
1803
1398
|
def polybuild_dissolve_at_cursor(
|
|
@@ -1805,11 +1400,7 @@ def polybuild_dissolve_at_cursor(
|
|
|
1805
1400
|
undo: bool | None = None,
|
|
1806
1401
|
/,
|
|
1807
1402
|
) -> None:
|
|
1808
|
-
"""Undocumented, consider contributing.
|
|
1809
|
-
|
|
1810
|
-
:type execution_context: int | str | None
|
|
1811
|
-
:type undo: bool | None
|
|
1812
|
-
"""
|
|
1403
|
+
"""Undocumented, consider contributing."""
|
|
1813
1404
|
|
|
1814
1405
|
def polybuild_extrude_at_cursor_move(
|
|
1815
1406
|
execution_context: int | str | None = None,
|
|
@@ -1822,14 +1413,9 @@ def polybuild_extrude_at_cursor_move(
|
|
|
1822
1413
|
) -> None:
|
|
1823
1414
|
"""Undocumented, consider contributing.
|
|
1824
1415
|
|
|
1825
|
-
:type execution_context: int | str | None
|
|
1826
|
-
:type undo: bool | None
|
|
1827
1416
|
:param MESH_OT_polybuild_transform_at_cursor: Poly Build Transform at Cursor
|
|
1828
|
-
:type MESH_OT_polybuild_transform_at_cursor: polybuild_transform_at_cursor | None
|
|
1829
1417
|
:param MESH_OT_extrude_edges_indiv: Extrude Only Edges, Extrude individual edges only
|
|
1830
|
-
:type MESH_OT_extrude_edges_indiv: extrude_edges_indiv | None
|
|
1831
1418
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1832
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
1833
1419
|
"""
|
|
1834
1420
|
|
|
1835
1421
|
def polybuild_face_at_cursor(
|
|
@@ -1850,26 +1436,15 @@ def polybuild_face_at_cursor(
|
|
|
1850
1436
|
) -> None:
|
|
1851
1437
|
"""Undocumented, consider contributing.
|
|
1852
1438
|
|
|
1853
|
-
:type execution_context: int | str | None
|
|
1854
|
-
:type undo: bool | None
|
|
1855
1439
|
:param create_quads: Create Quads, Automatically split edges in triangles to maintain quad topology
|
|
1856
|
-
:type create_quads: bool | None
|
|
1857
1440
|
:param mirror: Mirror Editing
|
|
1858
|
-
:type mirror: bool | None
|
|
1859
1441
|
:param use_proportional_edit: Proportional Editing
|
|
1860
|
-
:type use_proportional_edit: bool | None
|
|
1861
1442
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
1862
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
1863
1443
|
:param proportional_size: Proportional Size
|
|
1864
|
-
:type proportional_size: float | None
|
|
1865
1444
|
:param use_proportional_connected: Connected
|
|
1866
|
-
:type use_proportional_connected: bool | None
|
|
1867
1445
|
:param use_proportional_projected: Projected (2D)
|
|
1868
|
-
:type use_proportional_projected: bool | None
|
|
1869
1446
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1870
|
-
:type release_confirm: bool | None
|
|
1871
1447
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1872
|
-
:type use_accurate: bool | None
|
|
1873
1448
|
"""
|
|
1874
1449
|
|
|
1875
1450
|
def polybuild_face_at_cursor_move(
|
|
@@ -1882,12 +1457,8 @@ def polybuild_face_at_cursor_move(
|
|
|
1882
1457
|
) -> None:
|
|
1883
1458
|
"""Undocumented, consider contributing.
|
|
1884
1459
|
|
|
1885
|
-
:type execution_context: int | str | None
|
|
1886
|
-
:type undo: bool | None
|
|
1887
1460
|
:param MESH_OT_polybuild_face_at_cursor: Poly Build Face at Cursor
|
|
1888
|
-
:type MESH_OT_polybuild_face_at_cursor: polybuild_face_at_cursor | None
|
|
1889
1461
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1890
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
1891
1462
|
"""
|
|
1892
1463
|
|
|
1893
1464
|
def polybuild_split_at_cursor(
|
|
@@ -1907,24 +1478,14 @@ def polybuild_split_at_cursor(
|
|
|
1907
1478
|
) -> None:
|
|
1908
1479
|
"""Undocumented, consider contributing.
|
|
1909
1480
|
|
|
1910
|
-
:type execution_context: int | str | None
|
|
1911
|
-
:type undo: bool | None
|
|
1912
1481
|
:param mirror: Mirror Editing
|
|
1913
|
-
:type mirror: bool | None
|
|
1914
1482
|
:param use_proportional_edit: Proportional Editing
|
|
1915
|
-
:type use_proportional_edit: bool | None
|
|
1916
1483
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
1917
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
1918
1484
|
:param proportional_size: Proportional Size
|
|
1919
|
-
:type proportional_size: float | None
|
|
1920
1485
|
:param use_proportional_connected: Connected
|
|
1921
|
-
:type use_proportional_connected: bool | None
|
|
1922
1486
|
:param use_proportional_projected: Projected (2D)
|
|
1923
|
-
:type use_proportional_projected: bool | None
|
|
1924
1487
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1925
|
-
:type release_confirm: bool | None
|
|
1926
1488
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1927
|
-
:type use_accurate: bool | None
|
|
1928
1489
|
"""
|
|
1929
1490
|
|
|
1930
1491
|
def polybuild_split_at_cursor_move(
|
|
@@ -1937,12 +1498,8 @@ def polybuild_split_at_cursor_move(
|
|
|
1937
1498
|
) -> None:
|
|
1938
1499
|
"""Undocumented, consider contributing.
|
|
1939
1500
|
|
|
1940
|
-
:type execution_context: int | str | None
|
|
1941
|
-
:type undo: bool | None
|
|
1942
1501
|
:param MESH_OT_polybuild_split_at_cursor: Poly Build Split at Cursor
|
|
1943
|
-
:type MESH_OT_polybuild_split_at_cursor: polybuild_split_at_cursor | None
|
|
1944
1502
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1945
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
1946
1503
|
"""
|
|
1947
1504
|
|
|
1948
1505
|
def polybuild_transform_at_cursor(
|
|
@@ -1962,24 +1519,14 @@ def polybuild_transform_at_cursor(
|
|
|
1962
1519
|
) -> None:
|
|
1963
1520
|
"""Undocumented, consider contributing.
|
|
1964
1521
|
|
|
1965
|
-
:type execution_context: int | str | None
|
|
1966
|
-
:type undo: bool | None
|
|
1967
1522
|
:param mirror: Mirror Editing
|
|
1968
|
-
:type mirror: bool | None
|
|
1969
1523
|
:param use_proportional_edit: Proportional Editing
|
|
1970
|
-
:type use_proportional_edit: bool | None
|
|
1971
1524
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
1972
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
1973
1525
|
:param proportional_size: Proportional Size
|
|
1974
|
-
:type proportional_size: float | None
|
|
1975
1526
|
:param use_proportional_connected: Connected
|
|
1976
|
-
:type use_proportional_connected: bool | None
|
|
1977
1527
|
:param use_proportional_projected: Projected (2D)
|
|
1978
|
-
:type use_proportional_projected: bool | None
|
|
1979
1528
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1980
|
-
:type release_confirm: bool | None
|
|
1981
1529
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1982
|
-
:type use_accurate: bool | None
|
|
1983
1530
|
"""
|
|
1984
1531
|
|
|
1985
1532
|
def polybuild_transform_at_cursor_move(
|
|
@@ -1992,12 +1539,8 @@ def polybuild_transform_at_cursor_move(
|
|
|
1992
1539
|
) -> None:
|
|
1993
1540
|
"""Undocumented, consider contributing.
|
|
1994
1541
|
|
|
1995
|
-
:type execution_context: int | str | None
|
|
1996
|
-
:type undo: bool | None
|
|
1997
1542
|
:param MESH_OT_polybuild_transform_at_cursor: Poly Build Transform at Cursor
|
|
1998
|
-
:type MESH_OT_polybuild_transform_at_cursor: polybuild_transform_at_cursor | None
|
|
1999
1543
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
2000
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
2001
1544
|
"""
|
|
2002
1545
|
|
|
2003
1546
|
def primitive_circle_add(
|
|
@@ -2025,12 +1568,8 @@ def primitive_circle_add(
|
|
|
2025
1568
|
) -> None:
|
|
2026
1569
|
"""Construct a circle mesh
|
|
2027
1570
|
|
|
2028
|
-
:type execution_context: int | str | None
|
|
2029
|
-
:type undo: bool | None
|
|
2030
1571
|
:param vertices: Vertices
|
|
2031
|
-
:type vertices: int | None
|
|
2032
1572
|
:param radius: Radius
|
|
2033
|
-
:type radius: float | None
|
|
2034
1573
|
:param fill_type: Fill Type
|
|
2035
1574
|
|
|
2036
1575
|
NOTHING
|
|
@@ -2041,11 +1580,8 @@ def primitive_circle_add(
|
|
|
2041
1580
|
|
|
2042
1581
|
TRIFAN
|
|
2043
1582
|
Triangle Fan -- Use triangle fans.
|
|
2044
|
-
:type fill_type: typing.Literal['NOTHING','NGON','TRIFAN'] | None
|
|
2045
1583
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2046
|
-
:type calc_uvs: bool | None
|
|
2047
1584
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2048
|
-
:type enter_editmode: bool | None
|
|
2049
1585
|
:param align: Align, The alignment of the new object
|
|
2050
1586
|
|
|
2051
1587
|
WORLD
|
|
@@ -2056,13 +1592,9 @@ def primitive_circle_add(
|
|
|
2056
1592
|
|
|
2057
1593
|
CURSOR
|
|
2058
1594
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2059
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2060
1595
|
:param location: Location, Location for the newly added object
|
|
2061
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2062
1596
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2063
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2064
1597
|
:param scale: Scale, Scale for the newly added object
|
|
2065
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2066
1598
|
"""
|
|
2067
1599
|
|
|
2068
1600
|
def primitive_cone_add(
|
|
@@ -2092,16 +1624,10 @@ def primitive_cone_add(
|
|
|
2092
1624
|
) -> None:
|
|
2093
1625
|
"""Construct a conic mesh
|
|
2094
1626
|
|
|
2095
|
-
:type execution_context: int | str | None
|
|
2096
|
-
:type undo: bool | None
|
|
2097
1627
|
:param vertices: Vertices
|
|
2098
|
-
:type vertices: int | None
|
|
2099
1628
|
:param radius1: Radius 1
|
|
2100
|
-
:type radius1: float | None
|
|
2101
1629
|
:param radius2: Radius 2
|
|
2102
|
-
:type radius2: float | None
|
|
2103
1630
|
:param depth: Depth
|
|
2104
|
-
:type depth: float | None
|
|
2105
1631
|
:param end_fill_type: Base Fill Type
|
|
2106
1632
|
|
|
2107
1633
|
NOTHING
|
|
@@ -2112,11 +1638,8 @@ def primitive_cone_add(
|
|
|
2112
1638
|
|
|
2113
1639
|
TRIFAN
|
|
2114
1640
|
Triangle Fan -- Use triangle fans.
|
|
2115
|
-
:type end_fill_type: typing.Literal['NOTHING','NGON','TRIFAN'] | None
|
|
2116
1641
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2117
|
-
:type calc_uvs: bool | None
|
|
2118
1642
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2119
|
-
:type enter_editmode: bool | None
|
|
2120
1643
|
:param align: Align, The alignment of the new object
|
|
2121
1644
|
|
|
2122
1645
|
WORLD
|
|
@@ -2127,13 +1650,9 @@ def primitive_cone_add(
|
|
|
2127
1650
|
|
|
2128
1651
|
CURSOR
|
|
2129
1652
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2130
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2131
1653
|
:param location: Location, Location for the newly added object
|
|
2132
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2133
1654
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2134
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2135
1655
|
:param scale: Scale, Scale for the newly added object
|
|
2136
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2137
1656
|
"""
|
|
2138
1657
|
|
|
2139
1658
|
def primitive_cube_add(
|
|
@@ -2159,14 +1678,9 @@ def primitive_cube_add(
|
|
|
2159
1678
|
) -> None:
|
|
2160
1679
|
"""Construct a cube mesh that consists of six square faces
|
|
2161
1680
|
|
|
2162
|
-
:type execution_context: int | str | None
|
|
2163
|
-
:type undo: bool | None
|
|
2164
1681
|
:param size: Size
|
|
2165
|
-
:type size: float | None
|
|
2166
1682
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2167
|
-
:type calc_uvs: bool | None
|
|
2168
1683
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2169
|
-
:type enter_editmode: bool | None
|
|
2170
1684
|
:param align: Align, The alignment of the new object
|
|
2171
1685
|
|
|
2172
1686
|
WORLD
|
|
@@ -2177,13 +1691,9 @@ def primitive_cube_add(
|
|
|
2177
1691
|
|
|
2178
1692
|
CURSOR
|
|
2179
1693
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2180
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2181
1694
|
:param location: Location, Location for the newly added object
|
|
2182
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2183
1695
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2184
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2185
1696
|
:param scale: Scale, Scale for the newly added object
|
|
2186
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2187
1697
|
"""
|
|
2188
1698
|
|
|
2189
1699
|
def primitive_cube_add_gizmo(
|
|
@@ -2216,12 +1726,8 @@ def primitive_cube_add_gizmo(
|
|
|
2216
1726
|
) -> None:
|
|
2217
1727
|
"""Construct a cube mesh
|
|
2218
1728
|
|
|
2219
|
-
:type execution_context: int | str | None
|
|
2220
|
-
:type undo: bool | None
|
|
2221
1729
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2222
|
-
:type calc_uvs: bool | None
|
|
2223
1730
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2224
|
-
:type enter_editmode: bool | None
|
|
2225
1731
|
:param align: Align, The alignment of the new object
|
|
2226
1732
|
|
|
2227
1733
|
WORLD
|
|
@@ -2232,15 +1738,10 @@ def primitive_cube_add_gizmo(
|
|
|
2232
1738
|
|
|
2233
1739
|
CURSOR
|
|
2234
1740
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2235
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2236
1741
|
:param location: Location, Location for the newly added object
|
|
2237
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2238
1742
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2239
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2240
1743
|
:param scale: Scale, Scale for the newly added object
|
|
2241
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2242
1744
|
:param matrix: Matrix
|
|
2243
|
-
:type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
|
|
2244
1745
|
"""
|
|
2245
1746
|
|
|
2246
1747
|
def primitive_cylinder_add(
|
|
@@ -2269,14 +1770,9 @@ def primitive_cylinder_add(
|
|
|
2269
1770
|
) -> None:
|
|
2270
1771
|
"""Construct a cylinder mesh
|
|
2271
1772
|
|
|
2272
|
-
:type execution_context: int | str | None
|
|
2273
|
-
:type undo: bool | None
|
|
2274
1773
|
:param vertices: Vertices
|
|
2275
|
-
:type vertices: int | None
|
|
2276
1774
|
:param radius: Radius
|
|
2277
|
-
:type radius: float | None
|
|
2278
1775
|
:param depth: Depth
|
|
2279
|
-
:type depth: float | None
|
|
2280
1776
|
:param end_fill_type: Cap Fill Type
|
|
2281
1777
|
|
|
2282
1778
|
NOTHING
|
|
@@ -2287,11 +1783,8 @@ def primitive_cylinder_add(
|
|
|
2287
1783
|
|
|
2288
1784
|
TRIFAN
|
|
2289
1785
|
Triangle Fan -- Use triangle fans.
|
|
2290
|
-
:type end_fill_type: typing.Literal['NOTHING','NGON','TRIFAN'] | None
|
|
2291
1786
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2292
|
-
:type calc_uvs: bool | None
|
|
2293
1787
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2294
|
-
:type enter_editmode: bool | None
|
|
2295
1788
|
:param align: Align, The alignment of the new object
|
|
2296
1789
|
|
|
2297
1790
|
WORLD
|
|
@@ -2302,13 +1795,9 @@ def primitive_cylinder_add(
|
|
|
2302
1795
|
|
|
2303
1796
|
CURSOR
|
|
2304
1797
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2305
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2306
1798
|
:param location: Location, Location for the newly added object
|
|
2307
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2308
1799
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2309
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2310
1800
|
:param scale: Scale, Scale for the newly added object
|
|
2311
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2312
1801
|
"""
|
|
2313
1802
|
|
|
2314
1803
|
def primitive_grid_add(
|
|
@@ -2336,18 +1825,11 @@ def primitive_grid_add(
|
|
|
2336
1825
|
) -> None:
|
|
2337
1826
|
"""Construct a subdivided plane mesh
|
|
2338
1827
|
|
|
2339
|
-
:type execution_context: int | str | None
|
|
2340
|
-
:type undo: bool | None
|
|
2341
1828
|
:param x_subdivisions: X Subdivisions
|
|
2342
|
-
:type x_subdivisions: int | None
|
|
2343
1829
|
:param y_subdivisions: Y Subdivisions
|
|
2344
|
-
:type y_subdivisions: int | None
|
|
2345
1830
|
:param size: Size
|
|
2346
|
-
:type size: float | None
|
|
2347
1831
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2348
|
-
:type calc_uvs: bool | None
|
|
2349
1832
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2350
|
-
:type enter_editmode: bool | None
|
|
2351
1833
|
:param align: Align, The alignment of the new object
|
|
2352
1834
|
|
|
2353
1835
|
WORLD
|
|
@@ -2358,13 +1840,9 @@ def primitive_grid_add(
|
|
|
2358
1840
|
|
|
2359
1841
|
CURSOR
|
|
2360
1842
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2361
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2362
1843
|
:param location: Location, Location for the newly added object
|
|
2363
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2364
1844
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2365
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2366
1845
|
:param scale: Scale, Scale for the newly added object
|
|
2367
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2368
1846
|
"""
|
|
2369
1847
|
|
|
2370
1848
|
def primitive_ico_sphere_add(
|
|
@@ -2391,16 +1869,10 @@ def primitive_ico_sphere_add(
|
|
|
2391
1869
|
) -> None:
|
|
2392
1870
|
"""Construct a spherical mesh that consists of equally sized triangles
|
|
2393
1871
|
|
|
2394
|
-
:type execution_context: int | str | None
|
|
2395
|
-
:type undo: bool | None
|
|
2396
1872
|
:param subdivisions: Subdivisions
|
|
2397
|
-
:type subdivisions: int | None
|
|
2398
1873
|
:param radius: Radius
|
|
2399
|
-
:type radius: float | None
|
|
2400
1874
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2401
|
-
:type calc_uvs: bool | None
|
|
2402
1875
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2403
|
-
:type enter_editmode: bool | None
|
|
2404
1876
|
:param align: Align, The alignment of the new object
|
|
2405
1877
|
|
|
2406
1878
|
WORLD
|
|
@@ -2411,13 +1883,9 @@ def primitive_ico_sphere_add(
|
|
|
2411
1883
|
|
|
2412
1884
|
CURSOR
|
|
2413
1885
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2414
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2415
1886
|
:param location: Location, Location for the newly added object
|
|
2416
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2417
1887
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2418
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2419
1888
|
:param scale: Scale, Scale for the newly added object
|
|
2420
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2421
1889
|
"""
|
|
2422
1890
|
|
|
2423
1891
|
def primitive_monkey_add(
|
|
@@ -2443,14 +1911,9 @@ def primitive_monkey_add(
|
|
|
2443
1911
|
) -> None:
|
|
2444
1912
|
"""Construct a Suzanne mesh
|
|
2445
1913
|
|
|
2446
|
-
:type execution_context: int | str | None
|
|
2447
|
-
:type undo: bool | None
|
|
2448
1914
|
:param size: Size
|
|
2449
|
-
:type size: float | None
|
|
2450
1915
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2451
|
-
:type calc_uvs: bool | None
|
|
2452
1916
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2453
|
-
:type enter_editmode: bool | None
|
|
2454
1917
|
:param align: Align, The alignment of the new object
|
|
2455
1918
|
|
|
2456
1919
|
WORLD
|
|
@@ -2461,13 +1924,9 @@ def primitive_monkey_add(
|
|
|
2461
1924
|
|
|
2462
1925
|
CURSOR
|
|
2463
1926
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2464
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2465
1927
|
:param location: Location, Location for the newly added object
|
|
2466
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2467
1928
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2468
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2469
1929
|
:param scale: Scale, Scale for the newly added object
|
|
2470
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2471
1930
|
"""
|
|
2472
1931
|
|
|
2473
1932
|
def primitive_plane_add(
|
|
@@ -2493,14 +1952,9 @@ def primitive_plane_add(
|
|
|
2493
1952
|
) -> None:
|
|
2494
1953
|
"""Construct a filled planar mesh with 4 vertices
|
|
2495
1954
|
|
|
2496
|
-
:type execution_context: int | str | None
|
|
2497
|
-
:type undo: bool | None
|
|
2498
1955
|
:param size: Size
|
|
2499
|
-
:type size: float | None
|
|
2500
1956
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2501
|
-
:type calc_uvs: bool | None
|
|
2502
1957
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2503
|
-
:type enter_editmode: bool | None
|
|
2504
1958
|
:param align: Align, The alignment of the new object
|
|
2505
1959
|
|
|
2506
1960
|
WORLD
|
|
@@ -2511,13 +1965,9 @@ def primitive_plane_add(
|
|
|
2511
1965
|
|
|
2512
1966
|
CURSOR
|
|
2513
1967
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2514
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2515
1968
|
:param location: Location, Location for the newly added object
|
|
2516
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2517
1969
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2518
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2519
1970
|
:param scale: Scale, Scale for the newly added object
|
|
2520
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2521
1971
|
"""
|
|
2522
1972
|
|
|
2523
1973
|
def primitive_torus_add(
|
|
@@ -2547,8 +1997,6 @@ def primitive_torus_add(
|
|
|
2547
1997
|
) -> None:
|
|
2548
1998
|
"""Construct a torus mesh
|
|
2549
1999
|
|
|
2550
|
-
:type execution_context: int | str | None
|
|
2551
|
-
:type undo: bool | None
|
|
2552
2000
|
:param align: Align
|
|
2553
2001
|
|
|
2554
2002
|
WORLD
|
|
@@ -2559,15 +2007,10 @@ def primitive_torus_add(
|
|
|
2559
2007
|
|
|
2560
2008
|
CURSOR
|
|
2561
2009
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2562
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2563
2010
|
:param location: Location
|
|
2564
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2565
2011
|
:param rotation: Rotation
|
|
2566
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2567
2012
|
:param major_segments: Major Segments, Number of segments for the main ring of the torus
|
|
2568
|
-
:type major_segments: int | None
|
|
2569
2013
|
:param minor_segments: Minor Segments, Number of segments for the minor ring of the torus
|
|
2570
|
-
:type minor_segments: int | None
|
|
2571
2014
|
:param mode: Dimensions Mode
|
|
2572
2015
|
|
|
2573
2016
|
MAJOR_MINOR
|
|
@@ -2575,17 +2018,11 @@ def primitive_torus_add(
|
|
|
2575
2018
|
|
|
2576
2019
|
EXT_INT
|
|
2577
2020
|
Exterior/Interior -- Use the exterior/interior radii for torus dimensions.
|
|
2578
|
-
:type mode: typing.Literal['MAJOR_MINOR','EXT_INT'] | None
|
|
2579
2021
|
:param major_radius: Major Radius, Radius from the origin to the center of the cross sections
|
|
2580
|
-
:type major_radius: float | None
|
|
2581
2022
|
:param minor_radius: Minor Radius, Radius of the torus cross section
|
|
2582
|
-
:type minor_radius: float | None
|
|
2583
2023
|
:param abso_major_rad: Exterior Radius, Total Exterior Radius of the torus
|
|
2584
|
-
:type abso_major_rad: float | None
|
|
2585
2024
|
:param abso_minor_rad: Interior Radius, Total Interior Radius of the torus
|
|
2586
|
-
:type abso_minor_rad: float | None
|
|
2587
2025
|
:param generate_uvs: Generate UVs, Generate a default UV map
|
|
2588
|
-
:type generate_uvs: bool | None
|
|
2589
2026
|
"""
|
|
2590
2027
|
|
|
2591
2028
|
def primitive_uv_sphere_add(
|
|
@@ -2613,18 +2050,11 @@ def primitive_uv_sphere_add(
|
|
|
2613
2050
|
) -> None:
|
|
2614
2051
|
"""Construct a spherical mesh with quad faces, except for triangle faces at the top and bottom
|
|
2615
2052
|
|
|
2616
|
-
:type execution_context: int | str | None
|
|
2617
|
-
:type undo: bool | None
|
|
2618
2053
|
:param segments: Segments
|
|
2619
|
-
:type segments: int | None
|
|
2620
2054
|
:param ring_count: Rings
|
|
2621
|
-
:type ring_count: int | None
|
|
2622
2055
|
:param radius: Radius
|
|
2623
|
-
:type radius: float | None
|
|
2624
2056
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2625
|
-
:type calc_uvs: bool | None
|
|
2626
2057
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2627
|
-
:type enter_editmode: bool | None
|
|
2628
2058
|
:param align: Align, The alignment of the new object
|
|
2629
2059
|
|
|
2630
2060
|
WORLD
|
|
@@ -2635,13 +2065,9 @@ def primitive_uv_sphere_add(
|
|
|
2635
2065
|
|
|
2636
2066
|
CURSOR
|
|
2637
2067
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2638
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2639
2068
|
:param location: Location, Location for the newly added object
|
|
2640
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2641
2069
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2642
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2643
2070
|
:param scale: Scale, Scale for the newly added object
|
|
2644
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2645
2071
|
"""
|
|
2646
2072
|
|
|
2647
2073
|
def quads_convert_to_tris(
|
|
@@ -2656,12 +2082,8 @@ def quads_convert_to_tris(
|
|
|
2656
2082
|
) -> None:
|
|
2657
2083
|
"""Triangulate selected faces
|
|
2658
2084
|
|
|
2659
|
-
:type execution_context: int | str | None
|
|
2660
|
-
:type undo: bool | None
|
|
2661
2085
|
:param quad_method: Quad Method, Method for splitting the quads into triangles
|
|
2662
|
-
:type quad_method: bpy.stub_internal.rna_enums.ModifierTriangulateQuadMethodItems | None
|
|
2663
2086
|
:param ngon_method: N-gon Method, Method for splitting the n-gons into triangles
|
|
2664
|
-
:type ngon_method: bpy.stub_internal.rna_enums.ModifierTriangulateNgonMethodItems | None
|
|
2665
2087
|
"""
|
|
2666
2088
|
|
|
2667
2089
|
def region_to_loop(
|
|
@@ -2669,11 +2091,7 @@ def region_to_loop(
|
|
|
2669
2091
|
undo: bool | None = None,
|
|
2670
2092
|
/,
|
|
2671
2093
|
) -> None:
|
|
2672
|
-
"""Select boundary edges around the selected faces
|
|
2673
|
-
|
|
2674
|
-
:type execution_context: int | str | None
|
|
2675
|
-
:type undo: bool | None
|
|
2676
|
-
"""
|
|
2094
|
+
"""Select boundary edges around the selected faces"""
|
|
2677
2095
|
|
|
2678
2096
|
def remove_doubles(
|
|
2679
2097
|
execution_context: int | str | None = None,
|
|
@@ -2687,16 +2105,10 @@ def remove_doubles(
|
|
|
2687
2105
|
) -> None:
|
|
2688
2106
|
"""Merge vertices based on their proximity
|
|
2689
2107
|
|
|
2690
|
-
:type execution_context: int | str | None
|
|
2691
|
-
:type undo: bool | None
|
|
2692
2108
|
:param threshold: Merge Distance, Maximum distance between elements to merge
|
|
2693
|
-
:type threshold: float | None
|
|
2694
2109
|
:param use_centroid: Centroid Merge, Move vertices to the centroid of the duplicate cluster, otherwise the vertex closest to the centroid is used.
|
|
2695
|
-
:type use_centroid: bool | None
|
|
2696
2110
|
:param use_unselected: Unselected, Merge selected to other unselected vertices
|
|
2697
|
-
:type use_unselected: bool | None
|
|
2698
2111
|
:param use_sharp_edge_from_normals: Sharp Edges, Calculate sharp edges using custom normal data (when available)
|
|
2699
|
-
:type use_sharp_edge_from_normals: bool | None
|
|
2700
2112
|
"""
|
|
2701
2113
|
|
|
2702
2114
|
def reorder_vertices_spatial(
|
|
@@ -2704,11 +2116,7 @@ def reorder_vertices_spatial(
|
|
|
2704
2116
|
undo: bool | None = None,
|
|
2705
2117
|
/,
|
|
2706
2118
|
) -> None:
|
|
2707
|
-
"""Reorder mesh faces and vertices based on their spatial position for better BVH building and sculpting performance.
|
|
2708
|
-
|
|
2709
|
-
:type execution_context: int | str | None
|
|
2710
|
-
:type undo: bool | None
|
|
2711
|
-
"""
|
|
2119
|
+
"""Reorder mesh faces and vertices based on their spatial position for better BVH building and sculpting performance."""
|
|
2712
2120
|
|
|
2713
2121
|
def reveal(
|
|
2714
2122
|
execution_context: int | str | None = None,
|
|
@@ -2719,10 +2127,7 @@ def reveal(
|
|
|
2719
2127
|
) -> None:
|
|
2720
2128
|
"""Reveal all hidden vertices, edges and faces
|
|
2721
2129
|
|
|
2722
|
-
:type execution_context: int | str | None
|
|
2723
|
-
:type undo: bool | None
|
|
2724
2130
|
:param select: Select
|
|
2725
|
-
:type select: bool | None
|
|
2726
2131
|
"""
|
|
2727
2132
|
|
|
2728
2133
|
def rip(
|
|
@@ -2743,26 +2148,15 @@ def rip(
|
|
|
2743
2148
|
) -> None:
|
|
2744
2149
|
"""Disconnect vertex or edges from connected geometry
|
|
2745
2150
|
|
|
2746
|
-
:type execution_context: int | str | None
|
|
2747
|
-
:type undo: bool | None
|
|
2748
2151
|
:param mirror: Mirror Editing
|
|
2749
|
-
:type mirror: bool | None
|
|
2750
2152
|
:param use_proportional_edit: Proportional Editing
|
|
2751
|
-
:type use_proportional_edit: bool | None
|
|
2752
2153
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
2753
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
2754
2154
|
:param proportional_size: Proportional Size
|
|
2755
|
-
:type proportional_size: float | None
|
|
2756
2155
|
:param use_proportional_connected: Connected
|
|
2757
|
-
:type use_proportional_connected: bool | None
|
|
2758
2156
|
:param use_proportional_projected: Projected (2D)
|
|
2759
|
-
:type use_proportional_projected: bool | None
|
|
2760
2157
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
2761
|
-
:type release_confirm: bool | None
|
|
2762
2158
|
:param use_accurate: Accurate, Use accurate transformation
|
|
2763
|
-
:type use_accurate: bool | None
|
|
2764
2159
|
:param use_fill: Fill, Fill the ripped region
|
|
2765
|
-
:type use_fill: bool | None
|
|
2766
2160
|
"""
|
|
2767
2161
|
|
|
2768
2162
|
def rip_edge(
|
|
@@ -2782,24 +2176,14 @@ def rip_edge(
|
|
|
2782
2176
|
) -> None:
|
|
2783
2177
|
"""Extend vertices along the edge closest to the cursor
|
|
2784
2178
|
|
|
2785
|
-
:type execution_context: int | str | None
|
|
2786
|
-
:type undo: bool | None
|
|
2787
2179
|
:param mirror: Mirror Editing
|
|
2788
|
-
:type mirror: bool | None
|
|
2789
2180
|
:param use_proportional_edit: Proportional Editing
|
|
2790
|
-
:type use_proportional_edit: bool | None
|
|
2791
2181
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
2792
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
2793
2182
|
:param proportional_size: Proportional Size
|
|
2794
|
-
:type proportional_size: float | None
|
|
2795
2183
|
:param use_proportional_connected: Connected
|
|
2796
|
-
:type use_proportional_connected: bool | None
|
|
2797
2184
|
:param use_proportional_projected: Projected (2D)
|
|
2798
|
-
:type use_proportional_projected: bool | None
|
|
2799
2185
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
2800
|
-
:type release_confirm: bool | None
|
|
2801
2186
|
:param use_accurate: Accurate, Use accurate transformation
|
|
2802
|
-
:type use_accurate: bool | None
|
|
2803
2187
|
"""
|
|
2804
2188
|
|
|
2805
2189
|
def rip_edge_move(
|
|
@@ -2812,12 +2196,8 @@ def rip_edge_move(
|
|
|
2812
2196
|
) -> None:
|
|
2813
2197
|
"""Extend vertices and move the result
|
|
2814
2198
|
|
|
2815
|
-
:type execution_context: int | str | None
|
|
2816
|
-
:type undo: bool | None
|
|
2817
2199
|
:param MESH_OT_rip_edge: Extend Vertices, Extend vertices along the edge closest to the cursor
|
|
2818
|
-
:type MESH_OT_rip_edge: rip_edge | None
|
|
2819
2200
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
2820
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
2821
2201
|
"""
|
|
2822
2202
|
|
|
2823
2203
|
def rip_move(
|
|
@@ -2830,12 +2210,8 @@ def rip_move(
|
|
|
2830
2210
|
) -> None:
|
|
2831
2211
|
"""Rip polygons and move the result
|
|
2832
2212
|
|
|
2833
|
-
:type execution_context: int | str | None
|
|
2834
|
-
:type undo: bool | None
|
|
2835
2213
|
:param MESH_OT_rip: Rip, Disconnect vertex or edges from connected geometry
|
|
2836
|
-
:type MESH_OT_rip: rip | None
|
|
2837
2214
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
2838
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
2839
2215
|
"""
|
|
2840
2216
|
|
|
2841
2217
|
def screw(
|
|
@@ -2850,16 +2226,10 @@ def screw(
|
|
|
2850
2226
|
) -> None:
|
|
2851
2227
|
"""Extrude selected vertices in screw-shaped rotation around the cursor in indicated viewport
|
|
2852
2228
|
|
|
2853
|
-
:type execution_context: int | str | None
|
|
2854
|
-
:type undo: bool | None
|
|
2855
2229
|
:param steps: Steps, Steps
|
|
2856
|
-
:type steps: int | None
|
|
2857
2230
|
:param turns: Turns, Turns
|
|
2858
|
-
:type turns: int | None
|
|
2859
2231
|
:param center: Center, Center in global view space
|
|
2860
|
-
:type center: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2861
2232
|
:param axis: Axis, Axis in global view space
|
|
2862
|
-
:type axis: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2863
2233
|
"""
|
|
2864
2234
|
|
|
2865
2235
|
def select_all(
|
|
@@ -2871,8 +2241,6 @@ def select_all(
|
|
|
2871
2241
|
) -> None:
|
|
2872
2242
|
"""(De)select all vertices, edges or faces
|
|
2873
2243
|
|
|
2874
|
-
:type execution_context: int | str | None
|
|
2875
|
-
:type undo: bool | None
|
|
2876
2244
|
:param action: Action, Selection action to execute
|
|
2877
2245
|
|
|
2878
2246
|
TOGGLE
|
|
@@ -2886,7 +2254,6 @@ def select_all(
|
|
|
2886
2254
|
|
|
2887
2255
|
INVERT
|
|
2888
2256
|
Invert -- Invert selection of all elements.
|
|
2889
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
2890
2257
|
"""
|
|
2891
2258
|
|
|
2892
2259
|
def select_axis(
|
|
@@ -2901,16 +2268,10 @@ def select_axis(
|
|
|
2901
2268
|
) -> None:
|
|
2902
2269
|
"""Select all data in the mesh on a single axis
|
|
2903
2270
|
|
|
2904
|
-
:type execution_context: int | str | None
|
|
2905
|
-
:type undo: bool | None
|
|
2906
2271
|
:param orientation: Axis Mode, Axis orientation
|
|
2907
|
-
:type orientation: bpy.stub_internal.rna_enums.TransformOrientationItems | None
|
|
2908
2272
|
:param sign: Axis Sign, Side to select
|
|
2909
|
-
:type sign: typing.Literal['POS','NEG','ALIGN'] | None
|
|
2910
2273
|
:param axis: Axis, Select the axis to compare each vertex on
|
|
2911
|
-
:type axis: bpy.stub_internal.rna_enums.AxisXyzItems | None
|
|
2912
2274
|
:param threshold: Threshold
|
|
2913
|
-
:type threshold: float | None
|
|
2914
2275
|
"""
|
|
2915
2276
|
|
|
2916
2277
|
def select_by_attribute(
|
|
@@ -2918,11 +2279,7 @@ def select_by_attribute(
|
|
|
2918
2279
|
undo: bool | None = None,
|
|
2919
2280
|
/,
|
|
2920
2281
|
) -> None:
|
|
2921
|
-
"""Select elements based on the active boolean attribute
|
|
2922
|
-
|
|
2923
|
-
:type execution_context: int | str | None
|
|
2924
|
-
:type undo: bool | None
|
|
2925
|
-
"""
|
|
2282
|
+
"""Select elements based on the active boolean attribute"""
|
|
2926
2283
|
|
|
2927
2284
|
def select_by_pole_count(
|
|
2928
2285
|
execution_context: int | str | None = None,
|
|
@@ -2936,16 +2293,10 @@ def select_by_pole_count(
|
|
|
2936
2293
|
) -> None:
|
|
2937
2294
|
"""Select vertices at poles by the number of connected edges. In edge and face mode the geometry connected to the vertices is selected
|
|
2938
2295
|
|
|
2939
|
-
:type execution_context: int | str | None
|
|
2940
|
-
:type undo: bool | None
|
|
2941
2296
|
:param pole_count: Pole Count
|
|
2942
|
-
:type pole_count: int | None
|
|
2943
2297
|
:param type: Type, Type of comparison to make
|
|
2944
|
-
:type type: typing.Literal['LESS','EQUAL','GREATER','NOTEQUAL'] | None
|
|
2945
2298
|
:param extend: Extend, Extend the selection
|
|
2946
|
-
:type extend: bool | None
|
|
2947
2299
|
:param exclude_nonmanifold: Exclude Non Manifold, Exclude non-manifold poles
|
|
2948
|
-
:type exclude_nonmanifold: bool | None
|
|
2949
2300
|
"""
|
|
2950
2301
|
|
|
2951
2302
|
def select_face_by_sides(
|
|
@@ -2959,14 +2310,9 @@ def select_face_by_sides(
|
|
|
2959
2310
|
) -> None:
|
|
2960
2311
|
"""Select vertices or faces by the number of face sides
|
|
2961
2312
|
|
|
2962
|
-
:type execution_context: int | str | None
|
|
2963
|
-
:type undo: bool | None
|
|
2964
2313
|
:param number: Number of Vertices
|
|
2965
|
-
:type number: int | None
|
|
2966
2314
|
:param type: Type, Type of comparison to make
|
|
2967
|
-
:type type: typing.Literal['LESS','EQUAL','GREATER','NOTEQUAL'] | None
|
|
2968
2315
|
:param extend: Extend, Extend the selection
|
|
2969
|
-
:type extend: bool | None
|
|
2970
2316
|
"""
|
|
2971
2317
|
|
|
2972
2318
|
def select_interior_faces(
|
|
@@ -2974,11 +2320,7 @@ def select_interior_faces(
|
|
|
2974
2320
|
undo: bool | None = None,
|
|
2975
2321
|
/,
|
|
2976
2322
|
) -> None:
|
|
2977
|
-
"""Select faces where all edges have more than 2 face users
|
|
2978
|
-
|
|
2979
|
-
:type execution_context: int | str | None
|
|
2980
|
-
:type undo: bool | None
|
|
2981
|
-
"""
|
|
2323
|
+
"""Select faces where all edges have more than 2 face users"""
|
|
2982
2324
|
|
|
2983
2325
|
def select_less(
|
|
2984
2326
|
execution_context: int | str | None = None,
|
|
@@ -2989,10 +2331,7 @@ def select_less(
|
|
|
2989
2331
|
) -> None:
|
|
2990
2332
|
"""Deselect vertices, edges or faces at the boundary of each selection region
|
|
2991
2333
|
|
|
2992
|
-
:type execution_context: int | str | None
|
|
2993
|
-
:type undo: bool | None
|
|
2994
2334
|
:param use_face_step: Face Step, Connected faces (instead of edges)
|
|
2995
|
-
:type use_face_step: bool | None
|
|
2996
2335
|
"""
|
|
2997
2336
|
|
|
2998
2337
|
def select_linked(
|
|
@@ -3004,10 +2343,7 @@ def select_linked(
|
|
|
3004
2343
|
) -> None:
|
|
3005
2344
|
"""Select all vertices connected to the current selection
|
|
3006
2345
|
|
|
3007
|
-
:type execution_context: int | str | None
|
|
3008
|
-
:type undo: bool | None
|
|
3009
2346
|
:param delimit: Delimit, Delimit selected region
|
|
3010
|
-
:type delimit: set[bpy.stub_internal.rna_enums.MeshDelimitModeItems] | None
|
|
3011
2347
|
"""
|
|
3012
2348
|
|
|
3013
2349
|
def select_linked_pick(
|
|
@@ -3022,14 +2358,8 @@ def select_linked_pick(
|
|
|
3022
2358
|
) -> None:
|
|
3023
2359
|
"""(De)select all vertices linked to the edge under the mouse cursor
|
|
3024
2360
|
|
|
3025
|
-
:type execution_context: int | str | None
|
|
3026
|
-
:type undo: bool | None
|
|
3027
2361
|
:param deselect: Deselect
|
|
3028
|
-
:type deselect: bool | None
|
|
3029
2362
|
:param delimit: Delimit, Delimit selected region
|
|
3030
|
-
:type delimit: set[bpy.stub_internal.rna_enums.MeshDelimitModeItems] | None
|
|
3031
|
-
:type object_index: int | None
|
|
3032
|
-
:type index: int | None
|
|
3033
2363
|
"""
|
|
3034
2364
|
|
|
3035
2365
|
def select_loose(
|
|
@@ -3041,10 +2371,7 @@ def select_loose(
|
|
|
3041
2371
|
) -> None:
|
|
3042
2372
|
"""Select loose geometry based on the selection mode
|
|
3043
2373
|
|
|
3044
|
-
:type execution_context: int | str | None
|
|
3045
|
-
:type undo: bool | None
|
|
3046
2374
|
:param extend: Extend, Extend the selection
|
|
3047
|
-
:type extend: bool | None
|
|
3048
2375
|
"""
|
|
3049
2376
|
|
|
3050
2377
|
def select_mirror(
|
|
@@ -3057,12 +2384,8 @@ def select_mirror(
|
|
|
3057
2384
|
) -> None:
|
|
3058
2385
|
"""Select mesh items at mirrored locations
|
|
3059
2386
|
|
|
3060
|
-
:type execution_context: int | str | None
|
|
3061
|
-
:type undo: bool | None
|
|
3062
2387
|
:param axis: Axis
|
|
3063
|
-
:type axis: set[bpy.stub_internal.rna_enums.AxisFlagXyzItems] | None
|
|
3064
2388
|
:param extend: Extend, Extend the existing selection
|
|
3065
|
-
:type extend: bool | None
|
|
3066
2389
|
"""
|
|
3067
2390
|
|
|
3068
2391
|
def select_mode(
|
|
@@ -3077,14 +2400,9 @@ def select_mode(
|
|
|
3077
2400
|
) -> None:
|
|
3078
2401
|
"""Change selection mode
|
|
3079
2402
|
|
|
3080
|
-
:type execution_context: int | str | None
|
|
3081
|
-
:type undo: bool | None
|
|
3082
2403
|
:param use_extend: Extend
|
|
3083
|
-
:type use_extend: bool | None
|
|
3084
2404
|
:param use_expand: Expand
|
|
3085
|
-
:type use_expand: bool | None
|
|
3086
2405
|
:param type: Type
|
|
3087
|
-
:type type: bpy.stub_internal.rna_enums.MeshSelectModeItems | None
|
|
3088
2406
|
:param action: Action, Selection action to execute
|
|
3089
2407
|
|
|
3090
2408
|
DISABLE
|
|
@@ -3095,7 +2413,6 @@ def select_mode(
|
|
|
3095
2413
|
|
|
3096
2414
|
TOGGLE
|
|
3097
2415
|
Toggle -- Toggle disabled flag for selected markers.
|
|
3098
|
-
:type action: typing.Literal['DISABLE','ENABLE','TOGGLE'] | None
|
|
3099
2416
|
"""
|
|
3100
2417
|
|
|
3101
2418
|
def select_more(
|
|
@@ -3107,10 +2424,7 @@ def select_more(
|
|
|
3107
2424
|
) -> None:
|
|
3108
2425
|
"""Select more vertices, edges or faces connected to initial selection
|
|
3109
2426
|
|
|
3110
|
-
:type execution_context: int | str | None
|
|
3111
|
-
:type undo: bool | None
|
|
3112
2427
|
:param use_face_step: Face Step, Connected faces (instead of edges)
|
|
3113
|
-
:type use_face_step: bool | None
|
|
3114
2428
|
"""
|
|
3115
2429
|
|
|
3116
2430
|
def select_next_item(
|
|
@@ -3118,11 +2432,7 @@ def select_next_item(
|
|
|
3118
2432
|
undo: bool | None = None,
|
|
3119
2433
|
/,
|
|
3120
2434
|
) -> None:
|
|
3121
|
-
"""Select the next element (using selection order)
|
|
3122
|
-
|
|
3123
|
-
:type execution_context: int | str | None
|
|
3124
|
-
:type undo: bool | None
|
|
3125
|
-
"""
|
|
2435
|
+
"""Select the next element (using selection order)"""
|
|
3126
2436
|
|
|
3127
2437
|
def select_non_manifold(
|
|
3128
2438
|
execution_context: int | str | None = None,
|
|
@@ -3138,20 +2448,12 @@ def select_non_manifold(
|
|
|
3138
2448
|
) -> None:
|
|
3139
2449
|
"""Select all non-manifold vertices or edges
|
|
3140
2450
|
|
|
3141
|
-
:type execution_context: int | str | None
|
|
3142
|
-
:type undo: bool | None
|
|
3143
2451
|
:param extend: Extend, Extend the selection
|
|
3144
|
-
:type extend: bool | None
|
|
3145
2452
|
:param use_wire: Wire, Wire edges
|
|
3146
|
-
:type use_wire: bool | None
|
|
3147
2453
|
:param use_boundary: Boundaries, Boundary edges
|
|
3148
|
-
:type use_boundary: bool | None
|
|
3149
2454
|
:param use_multi_face: Multiple Faces, Edges shared by more than two faces
|
|
3150
|
-
:type use_multi_face: bool | None
|
|
3151
2455
|
:param use_non_contiguous: Non Contiguous, Edges between faces pointing in alternate directions
|
|
3152
|
-
:type use_non_contiguous: bool | None
|
|
3153
2456
|
:param use_verts: Vertices, Vertices connecting multiple face regions
|
|
3154
|
-
:type use_verts: bool | None
|
|
3155
2457
|
"""
|
|
3156
2458
|
|
|
3157
2459
|
def select_nth(
|
|
@@ -3165,14 +2467,9 @@ def select_nth(
|
|
|
3165
2467
|
) -> None:
|
|
3166
2468
|
"""Deselect every Nth element starting from the active vertex, edge or face
|
|
3167
2469
|
|
|
3168
|
-
:type execution_context: int | str | None
|
|
3169
|
-
:type undo: bool | None
|
|
3170
2470
|
:param skip: Deselected, Number of deselected elements in the repetitive sequence
|
|
3171
|
-
:type skip: int | None
|
|
3172
2471
|
:param nth: Selected, Number of selected elements in the repetitive sequence
|
|
3173
|
-
:type nth: int | None
|
|
3174
2472
|
:param offset: Offset, Offset from the starting point
|
|
3175
|
-
:type offset: int | None
|
|
3176
2473
|
"""
|
|
3177
2474
|
|
|
3178
2475
|
def select_prev_item(
|
|
@@ -3180,11 +2477,7 @@ def select_prev_item(
|
|
|
3180
2477
|
undo: bool | None = None,
|
|
3181
2478
|
/,
|
|
3182
2479
|
) -> None:
|
|
3183
|
-
"""Select the previous element (using selection order)
|
|
3184
|
-
|
|
3185
|
-
:type execution_context: int | str | None
|
|
3186
|
-
:type undo: bool | None
|
|
3187
|
-
"""
|
|
2480
|
+
"""Select the previous element (using selection order)"""
|
|
3188
2481
|
|
|
3189
2482
|
def select_random(
|
|
3190
2483
|
execution_context: int | str | None = None,
|
|
@@ -3197,12 +2490,8 @@ def select_random(
|
|
|
3197
2490
|
) -> None:
|
|
3198
2491
|
"""Randomly select vertices
|
|
3199
2492
|
|
|
3200
|
-
:type execution_context: int | str | None
|
|
3201
|
-
:type undo: bool | None
|
|
3202
2493
|
:param ratio: Ratio, Portion of items to select randomly
|
|
3203
|
-
:type ratio: float | None
|
|
3204
2494
|
:param seed: Random Seed, Seed for the random number generator
|
|
3205
|
-
:type seed: int | None
|
|
3206
2495
|
:param action: Action, Selection action to execute
|
|
3207
2496
|
|
|
3208
2497
|
SELECT
|
|
@@ -3210,7 +2499,6 @@ def select_random(
|
|
|
3210
2499
|
|
|
3211
2500
|
DESELECT
|
|
3212
2501
|
Deselect -- Deselect all elements.
|
|
3213
|
-
:type action: typing.Literal['SELECT','DESELECT'] | None
|
|
3214
2502
|
"""
|
|
3215
2503
|
|
|
3216
2504
|
def select_similar(
|
|
@@ -3248,14 +2536,9 @@ def select_similar(
|
|
|
3248
2536
|
) -> None:
|
|
3249
2537
|
"""Select similar vertices, edges or faces by property types
|
|
3250
2538
|
|
|
3251
|
-
:type execution_context: int | str | None
|
|
3252
|
-
:type undo: bool | None
|
|
3253
2539
|
:param type: Type
|
|
3254
|
-
:type type: typing.Literal['VERT_NORMAL','VERT_FACES','VERT_GROUPS','VERT_EDGES','VERT_CREASE','EDGE_LENGTH','EDGE_DIR','EDGE_FACES','EDGE_FACE_ANGLE','EDGE_CREASE','EDGE_BEVEL','EDGE_SEAM','EDGE_SHARP','EDGE_FREESTYLE','FACE_MATERIAL','FACE_AREA','FACE_SIDES','FACE_PERIMETER','FACE_NORMAL','FACE_COPLANAR','FACE_SMOOTH','FACE_FREESTYLE'] | None
|
|
3255
2540
|
:param compare: Compare
|
|
3256
|
-
:type compare: typing.Literal['EQUAL','GREATER','LESS'] | None
|
|
3257
2541
|
:param threshold: Threshold
|
|
3258
|
-
:type threshold: float | None
|
|
3259
2542
|
"""
|
|
3260
2543
|
|
|
3261
2544
|
def select_similar_region(
|
|
@@ -3263,11 +2546,7 @@ def select_similar_region(
|
|
|
3263
2546
|
undo: bool | None = None,
|
|
3264
2547
|
/,
|
|
3265
2548
|
) -> None:
|
|
3266
|
-
"""Select similar face regions to the current selection
|
|
3267
|
-
|
|
3268
|
-
:type execution_context: int | str | None
|
|
3269
|
-
:type undo: bool | None
|
|
3270
|
-
"""
|
|
2549
|
+
"""Select similar face regions to the current selection"""
|
|
3271
2550
|
|
|
3272
2551
|
def select_ungrouped(
|
|
3273
2552
|
execution_context: int | str | None = None,
|
|
@@ -3278,10 +2557,7 @@ def select_ungrouped(
|
|
|
3278
2557
|
) -> None:
|
|
3279
2558
|
"""Select vertices without a group
|
|
3280
2559
|
|
|
3281
|
-
:type execution_context: int | str | None
|
|
3282
|
-
:type undo: bool | None
|
|
3283
2560
|
:param extend: Extend, Extend the selection
|
|
3284
|
-
:type extend: bool | None
|
|
3285
2561
|
"""
|
|
3286
2562
|
|
|
3287
2563
|
def separate(
|
|
@@ -3293,10 +2569,7 @@ def separate(
|
|
|
3293
2569
|
) -> None:
|
|
3294
2570
|
"""Separate selected geometry into a new mesh
|
|
3295
2571
|
|
|
3296
|
-
:type execution_context: int | str | None
|
|
3297
|
-
:type undo: bool | None
|
|
3298
2572
|
:param type: Type
|
|
3299
|
-
:type type: typing.Literal['SELECTED','MATERIAL','LOOSE'] | None
|
|
3300
2573
|
"""
|
|
3301
2574
|
|
|
3302
2575
|
def set_normals_from_faces(
|
|
@@ -3308,10 +2581,7 @@ def set_normals_from_faces(
|
|
|
3308
2581
|
) -> None:
|
|
3309
2582
|
"""Set the custom normals from the selected faces ones
|
|
3310
2583
|
|
|
3311
|
-
:type execution_context: int | str | None
|
|
3312
|
-
:type undo: bool | None
|
|
3313
2584
|
:param keep_sharp: Keep Sharp Edges, Do not set sharp edges to face
|
|
3314
|
-
:type keep_sharp: bool | None
|
|
3315
2585
|
"""
|
|
3316
2586
|
|
|
3317
2587
|
def set_sharpness_by_angle(
|
|
@@ -3324,12 +2594,8 @@ def set_sharpness_by_angle(
|
|
|
3324
2594
|
) -> None:
|
|
3325
2595
|
"""Set edge sharpness based on the angle between neighboring faces
|
|
3326
2596
|
|
|
3327
|
-
:type execution_context: int | str | None
|
|
3328
|
-
:type undo: bool | None
|
|
3329
2597
|
:param angle: Angle
|
|
3330
|
-
:type angle: float | None
|
|
3331
2598
|
:param extend: Extend, Add new sharp edges without clearing existing sharp edges
|
|
3332
|
-
:type extend: bool | None
|
|
3333
2599
|
"""
|
|
3334
2600
|
|
|
3335
2601
|
def shape_propagate_to_all(
|
|
@@ -3337,11 +2603,7 @@ def shape_propagate_to_all(
|
|
|
3337
2603
|
undo: bool | None = None,
|
|
3338
2604
|
/,
|
|
3339
2605
|
) -> None:
|
|
3340
|
-
"""Apply selected vertex locations to all other shape keys
|
|
3341
|
-
|
|
3342
|
-
:type execution_context: int | str | None
|
|
3343
|
-
:type undo: bool | None
|
|
3344
|
-
"""
|
|
2606
|
+
"""Apply selected vertex locations to all other shape keys"""
|
|
3345
2607
|
|
|
3346
2608
|
def shortest_path_pick(
|
|
3347
2609
|
execution_context: int | str | None = None,
|
|
@@ -3360,23 +2622,13 @@ def shortest_path_pick(
|
|
|
3360
2622
|
) -> None:
|
|
3361
2623
|
"""Select shortest path between two selections
|
|
3362
2624
|
|
|
3363
|
-
:type execution_context: int | str | None
|
|
3364
|
-
:type undo: bool | None
|
|
3365
2625
|
:param edge_mode: Edge Tag, The edge flag to tag when selecting the shortest path
|
|
3366
|
-
:type edge_mode: typing.Literal['SELECT','SEAM','SHARP','CREASE','BEVEL','FREESTYLE'] | None
|
|
3367
2626
|
:param use_face_step: Face Stepping, Traverse connected faces (includes diagonals and edge-rings)
|
|
3368
|
-
:type use_face_step: bool | None
|
|
3369
2627
|
:param use_topology_distance: Topology Distance, Find the minimum number of steps, ignoring spatial distance
|
|
3370
|
-
:type use_topology_distance: bool | None
|
|
3371
2628
|
:param use_fill: Fill Region, Select all paths between the source/destination elements
|
|
3372
|
-
:type use_fill: bool | None
|
|
3373
2629
|
:param skip: Deselected, Number of deselected elements in the repetitive sequence
|
|
3374
|
-
:type skip: int | None
|
|
3375
2630
|
:param nth: Selected, Number of selected elements in the repetitive sequence
|
|
3376
|
-
:type nth: int | None
|
|
3377
2631
|
:param offset: Offset, Offset from the starting point
|
|
3378
|
-
:type offset: int | None
|
|
3379
|
-
:type index: int | None
|
|
3380
2632
|
"""
|
|
3381
2633
|
|
|
3382
2634
|
def shortest_path_select(
|
|
@@ -3395,22 +2647,13 @@ def shortest_path_select(
|
|
|
3395
2647
|
) -> None:
|
|
3396
2648
|
"""Selected shortest path between two vertices/edges/faces
|
|
3397
2649
|
|
|
3398
|
-
:type execution_context: int | str | None
|
|
3399
|
-
:type undo: bool | None
|
|
3400
2650
|
:param edge_mode: Edge Tag, The edge flag to tag when selecting the shortest path
|
|
3401
|
-
:type edge_mode: typing.Literal['SELECT','SEAM','SHARP','CREASE','BEVEL','FREESTYLE'] | None
|
|
3402
2651
|
:param use_face_step: Face Stepping, Traverse connected faces (includes diagonals and edge-rings)
|
|
3403
|
-
:type use_face_step: bool | None
|
|
3404
2652
|
:param use_topology_distance: Topology Distance, Find the minimum number of steps, ignoring spatial distance
|
|
3405
|
-
:type use_topology_distance: bool | None
|
|
3406
2653
|
:param use_fill: Fill Region, Select all paths between the source/destination elements
|
|
3407
|
-
:type use_fill: bool | None
|
|
3408
2654
|
:param skip: Deselected, Number of deselected elements in the repetitive sequence
|
|
3409
|
-
:type skip: int | None
|
|
3410
2655
|
:param nth: Selected, Number of selected elements in the repetitive sequence
|
|
3411
|
-
:type nth: int | None
|
|
3412
2656
|
:param offset: Offset, Offset from the starting point
|
|
3413
|
-
:type offset: int | None
|
|
3414
2657
|
"""
|
|
3415
2658
|
|
|
3416
2659
|
def smooth_normals(
|
|
@@ -3422,10 +2665,7 @@ def smooth_normals(
|
|
|
3422
2665
|
) -> None:
|
|
3423
2666
|
"""Smooth custom normals based on adjacent vertex normals
|
|
3424
2667
|
|
|
3425
|
-
:type execution_context: int | str | None
|
|
3426
|
-
:type undo: bool | None
|
|
3427
2668
|
:param factor: Factor, Specifies weight of smooth vs original normal
|
|
3428
|
-
:type factor: float | None
|
|
3429
2669
|
"""
|
|
3430
2670
|
|
|
3431
2671
|
def solidify(
|
|
@@ -3437,10 +2677,7 @@ def solidify(
|
|
|
3437
2677
|
) -> None:
|
|
3438
2678
|
"""Create a solid skin by extruding, compensating for sharp angles
|
|
3439
2679
|
|
|
3440
|
-
:type execution_context: int | str | None
|
|
3441
|
-
:type undo: bool | None
|
|
3442
2680
|
:param thickness: Thickness
|
|
3443
|
-
:type thickness: float | None
|
|
3444
2681
|
"""
|
|
3445
2682
|
|
|
3446
2683
|
def sort_elements(
|
|
@@ -3464,8 +2701,6 @@ def sort_elements(
|
|
|
3464
2701
|
) -> None:
|
|
3465
2702
|
"""The order of selected vertices/edges/faces is modified, based on a given method
|
|
3466
2703
|
|
|
3467
|
-
:type execution_context: int | str | None
|
|
3468
|
-
:type undo: bool | None
|
|
3469
2704
|
:param type: Type, Type of reordering operation to apply
|
|
3470
2705
|
|
|
3471
2706
|
VIEW_ZAXIS
|
|
@@ -3489,13 +2724,9 @@ def sort_elements(
|
|
|
3489
2724
|
|
|
3490
2725
|
REVERSE
|
|
3491
2726
|
Reverse -- Reverse current order of selected elements.
|
|
3492
|
-
:type type: typing.Literal['VIEW_ZAXIS','VIEW_XAXIS','CURSOR_DISTANCE','MATERIAL','SELECTED','RANDOMIZE','REVERSE'] | None
|
|
3493
2727
|
:param elements: Elements, Which elements to affect (vertices, edges and/or faces)
|
|
3494
|
-
:type elements: set[typing.Literal['VERT','EDGE','FACE']] | None
|
|
3495
2728
|
:param reverse: Reverse, Reverse the sorting effect
|
|
3496
|
-
:type reverse: bool | None
|
|
3497
2729
|
:param seed: Seed, Seed for random-based operations
|
|
3498
|
-
:type seed: int | None
|
|
3499
2730
|
"""
|
|
3500
2731
|
|
|
3501
2732
|
def spin(
|
|
@@ -3513,22 +2744,13 @@ def spin(
|
|
|
3513
2744
|
) -> None:
|
|
3514
2745
|
"""Extrude selected vertices in a circle around the cursor in indicated viewport
|
|
3515
2746
|
|
|
3516
|
-
:type execution_context: int | str | None
|
|
3517
|
-
:type undo: bool | None
|
|
3518
2747
|
:param steps: Steps, Steps
|
|
3519
|
-
:type steps: int | None
|
|
3520
2748
|
:param dupli: Use Duplicates
|
|
3521
|
-
:type dupli: bool | None
|
|
3522
2749
|
:param angle: Angle, Rotation for each step
|
|
3523
|
-
:type angle: float | None
|
|
3524
2750
|
:param use_auto_merge: Auto Merge, Merge first/last when the angle is a full revolution
|
|
3525
|
-
:type use_auto_merge: bool | None
|
|
3526
2751
|
:param use_normal_flip: Flip Normals
|
|
3527
|
-
:type use_normal_flip: bool | None
|
|
3528
2752
|
:param center: Center, Center in global view space
|
|
3529
|
-
:type center: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
3530
2753
|
:param axis: Axis, Axis in global view space
|
|
3531
|
-
:type axis: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
3532
2754
|
"""
|
|
3533
2755
|
|
|
3534
2756
|
def split(
|
|
@@ -3536,22 +2758,14 @@ def split(
|
|
|
3536
2758
|
undo: bool | None = None,
|
|
3537
2759
|
/,
|
|
3538
2760
|
) -> None:
|
|
3539
|
-
"""Split off selected geometry from connected unselected geometry
|
|
3540
|
-
|
|
3541
|
-
:type execution_context: int | str | None
|
|
3542
|
-
:type undo: bool | None
|
|
3543
|
-
"""
|
|
2761
|
+
"""Split off selected geometry from connected unselected geometry"""
|
|
3544
2762
|
|
|
3545
2763
|
def split_normals(
|
|
3546
2764
|
execution_context: int | str | None = None,
|
|
3547
2765
|
undo: bool | None = None,
|
|
3548
2766
|
/,
|
|
3549
2767
|
) -> None:
|
|
3550
|
-
"""Split custom normals of selected vertices
|
|
3551
|
-
|
|
3552
|
-
:type execution_context: int | str | None
|
|
3553
|
-
:type undo: bool | None
|
|
3554
|
-
"""
|
|
2768
|
+
"""Split custom normals of selected vertices"""
|
|
3555
2769
|
|
|
3556
2770
|
def subdivide(
|
|
3557
2771
|
execution_context: int | str | None = None,
|
|
@@ -3569,22 +2783,13 @@ def subdivide(
|
|
|
3569
2783
|
) -> None:
|
|
3570
2784
|
"""Subdivide selected edges
|
|
3571
2785
|
|
|
3572
|
-
:type execution_context: int | str | None
|
|
3573
|
-
:type undo: bool | None
|
|
3574
2786
|
:param number_cuts: Number of Cuts
|
|
3575
|
-
:type number_cuts: int | None
|
|
3576
2787
|
:param smoothness: Smoothness, Smoothness factor
|
|
3577
|
-
:type smoothness: float | None
|
|
3578
2788
|
:param ngon: Create N-Gons, When disabled, newly created faces are limited to 3 and 4 sided faces
|
|
3579
|
-
:type ngon: bool | None
|
|
3580
2789
|
:param quadcorner: Quad Corner Type, How to subdivide quad corners (anything other than Straight Cut will prevent n-gons)
|
|
3581
|
-
:type quadcorner: typing.Literal['INNERVERT','PATH','STRAIGHT_CUT','FAN'] | None
|
|
3582
2790
|
:param fractal: Fractal, Fractal randomness factor
|
|
3583
|
-
:type fractal: float | None
|
|
3584
2791
|
:param fractal_along_normal: Along Normal, Apply fractal displacement along normal only
|
|
3585
|
-
:type fractal_along_normal: float | None
|
|
3586
2792
|
:param seed: Random Seed, Seed for the random number generator
|
|
3587
|
-
:type seed: int | None
|
|
3588
2793
|
"""
|
|
3589
2794
|
|
|
3590
2795
|
def subdivide_edgering(
|
|
@@ -3601,18 +2806,11 @@ def subdivide_edgering(
|
|
|
3601
2806
|
) -> None:
|
|
3602
2807
|
"""Subdivide perpendicular edges to the selected edge-ring
|
|
3603
2808
|
|
|
3604
|
-
:type execution_context: int | str | None
|
|
3605
|
-
:type undo: bool | None
|
|
3606
2809
|
:param number_cuts: Number of Cuts
|
|
3607
|
-
:type number_cuts: int | None
|
|
3608
2810
|
:param interpolation: Interpolation, Interpolation method
|
|
3609
|
-
:type interpolation: typing.Literal['LINEAR','PATH','SURFACE'] | None
|
|
3610
2811
|
:param smoothness: Smoothness, Smoothness factor
|
|
3611
|
-
:type smoothness: float | None
|
|
3612
2812
|
:param profile_shape_factor: Profile Factor, How much intermediary new edges are shrunk/expanded
|
|
3613
|
-
:type profile_shape_factor: float | None
|
|
3614
2813
|
:param profile_shape: Profile Shape, Shape of the profile
|
|
3615
|
-
:type profile_shape: bpy.stub_internal.rna_enums.ProportionalFalloffCurveOnlyItems | None
|
|
3616
2814
|
"""
|
|
3617
2815
|
|
|
3618
2816
|
def symmetrize(
|
|
@@ -3626,12 +2824,8 @@ def symmetrize(
|
|
|
3626
2824
|
) -> None:
|
|
3627
2825
|
"""Enforce symmetry (both form and topological) across an axis
|
|
3628
2826
|
|
|
3629
|
-
:type execution_context: int | str | None
|
|
3630
|
-
:type undo: bool | None
|
|
3631
2827
|
:param direction: Direction, Which sides to copy from and to
|
|
3632
|
-
:type direction: bpy.stub_internal.rna_enums.SymmetrizeDirectionItems | None
|
|
3633
2828
|
:param threshold: Threshold, Limit for snap middle vertices to the axis center
|
|
3634
|
-
:type threshold: float | None
|
|
3635
2829
|
"""
|
|
3636
2830
|
|
|
3637
2831
|
def symmetry_snap(
|
|
@@ -3647,16 +2841,10 @@ def symmetry_snap(
|
|
|
3647
2841
|
) -> None:
|
|
3648
2842
|
"""Snap vertex pairs to their mirrored locations
|
|
3649
2843
|
|
|
3650
|
-
:type execution_context: int | str | None
|
|
3651
|
-
:type undo: bool | None
|
|
3652
2844
|
:param direction: Direction, Which sides to copy from and to
|
|
3653
|
-
:type direction: bpy.stub_internal.rna_enums.SymmetrizeDirectionItems | None
|
|
3654
2845
|
:param threshold: Threshold, Distance within which matching vertices are searched
|
|
3655
|
-
:type threshold: float | None
|
|
3656
2846
|
:param factor: Factor, Mix factor of the locations of the vertices
|
|
3657
|
-
:type factor: float | None
|
|
3658
2847
|
:param use_center: Center, Snap middle vertices to the axis center
|
|
3659
|
-
:type use_center: bool | None
|
|
3660
2848
|
"""
|
|
3661
2849
|
|
|
3662
2850
|
def tris_convert_to_quads(
|
|
@@ -3676,26 +2864,15 @@ def tris_convert_to_quads(
|
|
|
3676
2864
|
) -> None:
|
|
3677
2865
|
"""Merge triangles into four sided polygons where possible
|
|
3678
2866
|
|
|
3679
|
-
:type execution_context: int | str | None
|
|
3680
|
-
:type undo: bool | None
|
|
3681
2867
|
:param face_threshold: Max Face Angle, Face angle limit
|
|
3682
|
-
:type face_threshold: float | None
|
|
3683
2868
|
:param shape_threshold: Max Shape Angle, Shape angle limit
|
|
3684
|
-
:type shape_threshold: float | None
|
|
3685
2869
|
:param topology_influence: Topology Influence, How much to prioritize regular grids of quads as well as quads that touch existing quads
|
|
3686
|
-
:type topology_influence: float | None
|
|
3687
2870
|
:param uvs: Compare UVs
|
|
3688
|
-
:type uvs: bool | None
|
|
3689
2871
|
:param vcols: Compare Color Attributes
|
|
3690
|
-
:type vcols: bool | None
|
|
3691
2872
|
:param seam: Compare Seam
|
|
3692
|
-
:type seam: bool | None
|
|
3693
2873
|
:param sharp: Compare Sharp
|
|
3694
|
-
:type sharp: bool | None
|
|
3695
2874
|
:param materials: Compare Materials
|
|
3696
|
-
:type materials: bool | None
|
|
3697
2875
|
:param deselect_joined: Deselect Joined, Only select remaining triangles that were not merged
|
|
3698
|
-
:type deselect_joined: bool | None
|
|
3699
2876
|
"""
|
|
3700
2877
|
|
|
3701
2878
|
def unsubdivide(
|
|
@@ -3707,10 +2884,7 @@ def unsubdivide(
|
|
|
3707
2884
|
) -> None:
|
|
3708
2885
|
"""Un-subdivide selected edges and faces
|
|
3709
2886
|
|
|
3710
|
-
:type execution_context: int | str | None
|
|
3711
|
-
:type undo: bool | None
|
|
3712
2887
|
:param iterations: Iterations, Number of times to un-subdivide
|
|
3713
|
-
:type iterations: int | None
|
|
3714
2888
|
"""
|
|
3715
2889
|
|
|
3716
2890
|
def uv_texture_add(
|
|
@@ -3718,33 +2892,21 @@ def uv_texture_add(
|
|
|
3718
2892
|
undo: bool | None = None,
|
|
3719
2893
|
/,
|
|
3720
2894
|
) -> None:
|
|
3721
|
-
"""Add UV map
|
|
3722
|
-
|
|
3723
|
-
:type execution_context: int | str | None
|
|
3724
|
-
:type undo: bool | None
|
|
3725
|
-
"""
|
|
2895
|
+
"""Add UV map"""
|
|
3726
2896
|
|
|
3727
2897
|
def uv_texture_remove(
|
|
3728
2898
|
execution_context: int | str | None = None,
|
|
3729
2899
|
undo: bool | None = None,
|
|
3730
2900
|
/,
|
|
3731
2901
|
) -> None:
|
|
3732
|
-
"""Remove UV map
|
|
3733
|
-
|
|
3734
|
-
:type execution_context: int | str | None
|
|
3735
|
-
:type undo: bool | None
|
|
3736
|
-
"""
|
|
2902
|
+
"""Remove UV map"""
|
|
3737
2903
|
|
|
3738
2904
|
def uvs_reverse(
|
|
3739
2905
|
execution_context: int | str | None = None,
|
|
3740
2906
|
undo: bool | None = None,
|
|
3741
2907
|
/,
|
|
3742
2908
|
) -> None:
|
|
3743
|
-
"""Flip direction of UV coordinates inside faces
|
|
3744
|
-
|
|
3745
|
-
:type execution_context: int | str | None
|
|
3746
|
-
:type undo: bool | None
|
|
3747
|
-
"""
|
|
2909
|
+
"""Flip direction of UV coordinates inside faces"""
|
|
3748
2910
|
|
|
3749
2911
|
def uvs_rotate(
|
|
3750
2912
|
execution_context: int | str | None = None,
|
|
@@ -3755,10 +2917,7 @@ def uvs_rotate(
|
|
|
3755
2917
|
) -> None:
|
|
3756
2918
|
"""Rotate UV coordinates inside faces
|
|
3757
2919
|
|
|
3758
|
-
:type execution_context: int | str | None
|
|
3759
|
-
:type undo: bool | None
|
|
3760
2920
|
:param use_ccw: Counter Clockwise
|
|
3761
|
-
:type use_ccw: bool | None
|
|
3762
2921
|
"""
|
|
3763
2922
|
|
|
3764
2923
|
def vert_connect(
|
|
@@ -3766,22 +2925,14 @@ def vert_connect(
|
|
|
3766
2925
|
undo: bool | None = None,
|
|
3767
2926
|
/,
|
|
3768
2927
|
) -> None:
|
|
3769
|
-
"""Connect selected vertices of faces, splitting the face
|
|
3770
|
-
|
|
3771
|
-
:type execution_context: int | str | None
|
|
3772
|
-
:type undo: bool | None
|
|
3773
|
-
"""
|
|
2928
|
+
"""Connect selected vertices of faces, splitting the face"""
|
|
3774
2929
|
|
|
3775
2930
|
def vert_connect_concave(
|
|
3776
2931
|
execution_context: int | str | None = None,
|
|
3777
2932
|
undo: bool | None = None,
|
|
3778
2933
|
/,
|
|
3779
2934
|
) -> None:
|
|
3780
|
-
"""Make all faces convex
|
|
3781
|
-
|
|
3782
|
-
:type execution_context: int | str | None
|
|
3783
|
-
:type undo: bool | None
|
|
3784
|
-
"""
|
|
2935
|
+
"""Make all faces convex"""
|
|
3785
2936
|
|
|
3786
2937
|
def vert_connect_nonplanar(
|
|
3787
2938
|
execution_context: int | str | None = None,
|
|
@@ -3792,10 +2943,7 @@ def vert_connect_nonplanar(
|
|
|
3792
2943
|
) -> None:
|
|
3793
2944
|
"""Split non-planar faces that exceed the angle threshold
|
|
3794
2945
|
|
|
3795
|
-
:type execution_context: int | str | None
|
|
3796
|
-
:type undo: bool | None
|
|
3797
2946
|
:param angle_limit: Max Angle, Angle limit
|
|
3798
|
-
:type angle_limit: float | None
|
|
3799
2947
|
"""
|
|
3800
2948
|
|
|
3801
2949
|
def vert_connect_path(
|
|
@@ -3803,11 +2951,7 @@ def vert_connect_path(
|
|
|
3803
2951
|
undo: bool | None = None,
|
|
3804
2952
|
/,
|
|
3805
2953
|
) -> None:
|
|
3806
|
-
"""Connect vertices by their selection order, creating edges, splitting faces
|
|
3807
|
-
|
|
3808
|
-
:type execution_context: int | str | None
|
|
3809
|
-
:type undo: bool | None
|
|
3810
|
-
"""
|
|
2954
|
+
"""Connect vertices by their selection order, creating edges, splitting faces"""
|
|
3811
2955
|
|
|
3812
2956
|
def vertices_smooth(
|
|
3813
2957
|
execution_context: int | str | None = None,
|
|
@@ -3823,20 +2967,12 @@ def vertices_smooth(
|
|
|
3823
2967
|
) -> None:
|
|
3824
2968
|
"""Flatten angles of selected vertices
|
|
3825
2969
|
|
|
3826
|
-
:type execution_context: int | str | None
|
|
3827
|
-
:type undo: bool | None
|
|
3828
2970
|
:param factor: Smoothing, Smoothing factor
|
|
3829
|
-
:type factor: float | None
|
|
3830
2971
|
:param repeat: Repeat, Number of times to smooth the mesh
|
|
3831
|
-
:type repeat: int | None
|
|
3832
2972
|
:param xaxis: X-Axis, Smooth along the X axis
|
|
3833
|
-
:type xaxis: bool | None
|
|
3834
2973
|
:param yaxis: Y-Axis, Smooth along the Y axis
|
|
3835
|
-
:type yaxis: bool | None
|
|
3836
2974
|
:param zaxis: Z-Axis, Smooth along the Z axis
|
|
3837
|
-
:type zaxis: bool | None
|
|
3838
2975
|
:param wait_for_input: Wait for Input
|
|
3839
|
-
:type wait_for_input: bool | None
|
|
3840
2976
|
"""
|
|
3841
2977
|
|
|
3842
2978
|
def vertices_smooth_laplacian(
|
|
@@ -3854,22 +2990,13 @@ def vertices_smooth_laplacian(
|
|
|
3854
2990
|
) -> None:
|
|
3855
2991
|
"""Laplacian smooth of selected vertices
|
|
3856
2992
|
|
|
3857
|
-
:type execution_context: int | str | None
|
|
3858
|
-
:type undo: bool | None
|
|
3859
2993
|
:param repeat: Number of iterations to smooth the mesh
|
|
3860
|
-
:type repeat: int | None
|
|
3861
2994
|
:param lambda_factor: Lambda factor
|
|
3862
|
-
:type lambda_factor: float | None
|
|
3863
2995
|
:param lambda_border: Lambda factor in border
|
|
3864
|
-
:type lambda_border: float | None
|
|
3865
2996
|
:param use_x: Smooth X Axis, Smooth object along X axis
|
|
3866
|
-
:type use_x: bool | None
|
|
3867
2997
|
:param use_y: Smooth Y Axis, Smooth object along Y axis
|
|
3868
|
-
:type use_y: bool | None
|
|
3869
2998
|
:param use_z: Smooth Z Axis, Smooth object along Z axis
|
|
3870
|
-
:type use_z: bool | None
|
|
3871
2999
|
:param preserve_volume: Preserve Volume, Apply volume preservation after smooth
|
|
3872
|
-
:type preserve_volume: bool | None
|
|
3873
3000
|
"""
|
|
3874
3001
|
|
|
3875
3002
|
def wireframe(
|
|
@@ -3888,22 +3015,12 @@ def wireframe(
|
|
|
3888
3015
|
) -> None:
|
|
3889
3016
|
"""Create a solid wireframe from faces
|
|
3890
3017
|
|
|
3891
|
-
:type execution_context: int | str | None
|
|
3892
|
-
:type undo: bool | None
|
|
3893
3018
|
:param use_boundary: Boundary, Inset face boundaries
|
|
3894
|
-
:type use_boundary: bool | None
|
|
3895
3019
|
:param use_even_offset: Offset Even, Scale the offset to give more even thickness
|
|
3896
|
-
:type use_even_offset: bool | None
|
|
3897
3020
|
:param use_relative_offset: Offset Relative, Scale the offset by surrounding geometry
|
|
3898
|
-
:type use_relative_offset: bool | None
|
|
3899
3021
|
:param use_replace: Replace, Remove original faces
|
|
3900
|
-
:type use_replace: bool | None
|
|
3901
3022
|
:param thickness: Thickness
|
|
3902
|
-
:type thickness: float | None
|
|
3903
3023
|
:param offset: Offset
|
|
3904
|
-
:type offset: float | None
|
|
3905
3024
|
:param use_crease: Crease, Crease hub edges for an improved subdivision surface
|
|
3906
|
-
:type use_crease: bool | None
|
|
3907
3025
|
:param crease_weight: Crease Weight
|
|
3908
|
-
:type crease_weight: float | None
|
|
3909
3026
|
"""
|