fake-bpy-module 20250828__py3-none-any.whl → 20260119__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}/bl_extract_messages/__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 +3 -1
- _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_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- 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 +47 -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 -47
- bl_operators/node/__init__.pyi +277 -57
- 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 +1 -51
- 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 +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- 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 +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- 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 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- 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 +58 -86
- 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 +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- 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 +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- 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 +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- 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 +3 -35
- 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 +54 -149
- 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 +29 -216
- 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 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- 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 +4 -49
- 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 +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- 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 +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- 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 +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- 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 +24 -16
- 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 +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/METADATA +4 -1
- fake_bpy_module-20260119.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/top_level.txt +15 -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 +0 -6
- 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 +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {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}/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_internal/{freedesktop → platform/freedesktop}/__init__.pyi +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-20250828.dist-info → fake_bpy_module-20260119.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,29 +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
|
-
"""
|
|
1074
|
-
|
|
1075
|
-
def faces_mirror_uv(
|
|
1076
|
-
execution_context: int | str | None = None,
|
|
1077
|
-
undo: bool | None = None,
|
|
1078
|
-
/,
|
|
1079
|
-
*,
|
|
1080
|
-
direction: typing.Literal["POSITIVE", "NEGATIVE"] | None = "POSITIVE",
|
|
1081
|
-
precision: int | None = 3,
|
|
1082
|
-
) -> None:
|
|
1083
|
-
"""Copy mirror UV coordinates on the X axis based on a mirrored mesh
|
|
1084
|
-
|
|
1085
|
-
:type execution_context: int | str | None
|
|
1086
|
-
:type undo: bool | None
|
|
1087
|
-
:param direction: Axis Direction
|
|
1088
|
-
:type direction: typing.Literal['POSITIVE','NEGATIVE'] | None
|
|
1089
|
-
:param precision: Precision, Tolerance for finding vertex duplicates
|
|
1090
|
-
:type precision: int | None
|
|
1091
|
-
"""
|
|
824
|
+
"""Weld loose edges into faces (splitting them into new faces)"""
|
|
1092
825
|
|
|
1093
826
|
def faces_select_linked_flat(
|
|
1094
827
|
execution_context: int | str | None = None,
|
|
@@ -1099,10 +832,7 @@ def faces_select_linked_flat(
|
|
|
1099
832
|
) -> None:
|
|
1100
833
|
"""Select linked faces by angle
|
|
1101
834
|
|
|
1102
|
-
:type execution_context: int | str | None
|
|
1103
|
-
:type undo: bool | None
|
|
1104
835
|
:param sharpness: Sharpness
|
|
1105
|
-
:type sharpness: float | None
|
|
1106
836
|
"""
|
|
1107
837
|
|
|
1108
838
|
def faces_shade_flat(
|
|
@@ -1110,22 +840,14 @@ def faces_shade_flat(
|
|
|
1110
840
|
undo: bool | None = None,
|
|
1111
841
|
/,
|
|
1112
842
|
) -> None:
|
|
1113
|
-
"""Display faces flat
|
|
1114
|
-
|
|
1115
|
-
:type execution_context: int | str | None
|
|
1116
|
-
:type undo: bool | None
|
|
1117
|
-
"""
|
|
843
|
+
"""Display faces flat"""
|
|
1118
844
|
|
|
1119
845
|
def faces_shade_smooth(
|
|
1120
846
|
execution_context: int | str | None = None,
|
|
1121
847
|
undo: bool | None = None,
|
|
1122
848
|
/,
|
|
1123
849
|
) -> None:
|
|
1124
|
-
"""Display faces smooth (using vertex normals)
|
|
1125
|
-
|
|
1126
|
-
:type execution_context: int | str | None
|
|
1127
|
-
:type undo: bool | None
|
|
1128
|
-
"""
|
|
850
|
+
"""Display faces smooth (using vertex normals)"""
|
|
1129
851
|
|
|
1130
852
|
def fill(
|
|
1131
853
|
execution_context: int | str | None = None,
|
|
@@ -1136,10 +858,7 @@ def fill(
|
|
|
1136
858
|
) -> None:
|
|
1137
859
|
"""Fill a selected edge loop with faces
|
|
1138
860
|
|
|
1139
|
-
:type execution_context: int | str | None
|
|
1140
|
-
:type undo: bool | None
|
|
1141
861
|
:param use_beauty: Beauty, Use best triangulation division
|
|
1142
|
-
:type use_beauty: bool | None
|
|
1143
862
|
"""
|
|
1144
863
|
|
|
1145
864
|
def fill_grid(
|
|
@@ -1153,14 +872,9 @@ def fill_grid(
|
|
|
1153
872
|
) -> None:
|
|
1154
873
|
"""Fill grid from two loops
|
|
1155
874
|
|
|
1156
|
-
:type execution_context: int | str | None
|
|
1157
|
-
:type undo: bool | None
|
|
1158
875
|
:param span: Span, Number of grid columns
|
|
1159
|
-
:type span: int | None
|
|
1160
876
|
:param offset: Offset, Vertex that is the corner of the grid
|
|
1161
|
-
:type offset: int | None
|
|
1162
877
|
:param use_interp_simple: Simple Blending, Use simple interpolation of grid vertices
|
|
1163
|
-
:type use_interp_simple: bool | None
|
|
1164
878
|
"""
|
|
1165
879
|
|
|
1166
880
|
def fill_holes(
|
|
@@ -1172,10 +886,7 @@ def fill_holes(
|
|
|
1172
886
|
) -> None:
|
|
1173
887
|
"""Fill in holes (boundary edge loops)
|
|
1174
888
|
|
|
1175
|
-
:type execution_context: int | str | None
|
|
1176
|
-
:type undo: bool | None
|
|
1177
889
|
:param sides: Sides, Number of sides in hole required to fill (zero fills all holes)
|
|
1178
|
-
:type sides: int | None
|
|
1179
890
|
"""
|
|
1180
891
|
|
|
1181
892
|
def flip_normals(
|
|
@@ -1187,10 +898,7 @@ def flip_normals(
|
|
|
1187
898
|
) -> None:
|
|
1188
899
|
"""Flip the direction of selected faces normals (and of their vertices)
|
|
1189
900
|
|
|
1190
|
-
:type execution_context: int | str | None
|
|
1191
|
-
:type undo: bool | None
|
|
1192
901
|
:param only_clnors: Custom Normals Only, Only flip the custom loop normals of the selected elements
|
|
1193
|
-
:type only_clnors: bool | None
|
|
1194
902
|
"""
|
|
1195
903
|
|
|
1196
904
|
def flip_quad_tessellation(
|
|
@@ -1198,11 +906,7 @@ def flip_quad_tessellation(
|
|
|
1198
906
|
undo: bool | None = None,
|
|
1199
907
|
/,
|
|
1200
908
|
) -> None:
|
|
1201
|
-
"""Flips the tessellation of selected quads
|
|
1202
|
-
|
|
1203
|
-
:type execution_context: int | str | None
|
|
1204
|
-
:type undo: bool | None
|
|
1205
|
-
"""
|
|
909
|
+
"""Flips the tessellation of selected quads"""
|
|
1206
910
|
|
|
1207
911
|
def hide(
|
|
1208
912
|
execution_context: int | str | None = None,
|
|
@@ -1213,10 +917,7 @@ def hide(
|
|
|
1213
917
|
) -> None:
|
|
1214
918
|
"""Hide (un)selected vertices, edges or faces
|
|
1215
919
|
|
|
1216
|
-
:type execution_context: int | str | None
|
|
1217
|
-
:type undo: bool | None
|
|
1218
920
|
:param unselected: Unselected, Hide unselected rather than selected
|
|
1219
|
-
:type unselected: bool | None
|
|
1220
921
|
"""
|
|
1221
922
|
|
|
1222
923
|
def inset(
|
|
@@ -1238,30 +939,17 @@ def inset(
|
|
|
1238
939
|
) -> None:
|
|
1239
940
|
"""Inset new faces into selected faces
|
|
1240
941
|
|
|
1241
|
-
:type execution_context: int | str | None
|
|
1242
|
-
:type undo: bool | None
|
|
1243
942
|
:param use_boundary: Boundary, Inset face boundaries
|
|
1244
|
-
:type use_boundary: bool | None
|
|
1245
943
|
:param use_even_offset: Offset Even, Scale the offset to give more even thickness
|
|
1246
|
-
:type use_even_offset: bool | None
|
|
1247
944
|
:param use_relative_offset: Offset Relative, Scale the offset by surrounding geometry
|
|
1248
|
-
:type use_relative_offset: bool | None
|
|
1249
945
|
:param use_edge_rail: Edge Rail, Inset the region along existing edges
|
|
1250
|
-
:type use_edge_rail: bool | None
|
|
1251
946
|
:param thickness: Thickness
|
|
1252
|
-
:type thickness: float | None
|
|
1253
947
|
:param depth: Depth
|
|
1254
|
-
:type depth: float | None
|
|
1255
948
|
:param use_outset: Outset, Outset rather than inset
|
|
1256
|
-
:type use_outset: bool | None
|
|
1257
949
|
:param use_select_inset: Select Outer, Select the new inset faces
|
|
1258
|
-
:type use_select_inset: bool | None
|
|
1259
950
|
:param use_individual: Individual, Individual face inset
|
|
1260
|
-
:type use_individual: bool | None
|
|
1261
951
|
:param use_interpolate: Interpolate, Blend face data across the inset
|
|
1262
|
-
:type use_interpolate: bool | None
|
|
1263
952
|
:param release_confirm: Confirm on Release
|
|
1264
|
-
:type release_confirm: bool | None
|
|
1265
953
|
"""
|
|
1266
954
|
|
|
1267
955
|
def intersect(
|
|
@@ -1276,8 +964,6 @@ def intersect(
|
|
|
1276
964
|
) -> None:
|
|
1277
965
|
"""Cut an intersection into faces
|
|
1278
966
|
|
|
1279
|
-
:type execution_context: int | str | None
|
|
1280
|
-
:type undo: bool | None
|
|
1281
967
|
:param mode: Source
|
|
1282
968
|
|
|
1283
969
|
SELECT
|
|
@@ -1285,7 +971,6 @@ def intersect(
|
|
|
1285
971
|
|
|
1286
972
|
SELECT_UNSELECT
|
|
1287
973
|
Selected/Unselected -- Intersect selected with unselected faces.
|
|
1288
|
-
:type mode: typing.Literal['SELECT','SELECT_UNSELECT'] | None
|
|
1289
974
|
:param separate_mode: Separate Mode
|
|
1290
975
|
|
|
1291
976
|
ALL
|
|
@@ -1296,9 +981,7 @@ def intersect(
|
|
|
1296
981
|
|
|
1297
982
|
NONE
|
|
1298
983
|
Merge -- Merge all geometry from the intersection.
|
|
1299
|
-
:type separate_mode: typing.Literal['ALL','CUT','NONE'] | None
|
|
1300
984
|
:param threshold: Merge Threshold
|
|
1301
|
-
:type threshold: float | None
|
|
1302
985
|
:param solver: Solver, Which Intersect solver to use
|
|
1303
986
|
|
|
1304
987
|
FLOAT
|
|
@@ -1306,7 +989,6 @@ def intersect(
|
|
|
1306
989
|
|
|
1307
990
|
EXACT
|
|
1308
991
|
Exact -- Slower solver with the best results for coplanar faces.
|
|
1309
|
-
:type solver: typing.Literal['FLOAT','EXACT'] | None
|
|
1310
992
|
"""
|
|
1311
993
|
|
|
1312
994
|
def intersect_boolean(
|
|
@@ -1322,16 +1004,10 @@ def intersect_boolean(
|
|
|
1322
1004
|
) -> None:
|
|
1323
1005
|
"""Cut solid geometry from selected to unselected
|
|
1324
1006
|
|
|
1325
|
-
:type execution_context: int | str | None
|
|
1326
|
-
:type undo: bool | None
|
|
1327
1007
|
:param operation: Boolean Operation, Which boolean operation to apply
|
|
1328
|
-
:type operation: typing.Literal['INTERSECT','UNION','DIFFERENCE'] | None
|
|
1329
1008
|
:param use_swap: Swap, Use with difference intersection to swap which side is kept
|
|
1330
|
-
:type use_swap: bool | None
|
|
1331
1009
|
:param use_self: Self Intersection, Do self-union or self-intersection
|
|
1332
|
-
:type use_self: bool | None
|
|
1333
1010
|
:param threshold: Merge Threshold
|
|
1334
|
-
:type threshold: float | None
|
|
1335
1011
|
:param solver: Solver, Which Boolean solver to use
|
|
1336
1012
|
|
|
1337
1013
|
FLOAT
|
|
@@ -1339,7 +1015,6 @@ def intersect_boolean(
|
|
|
1339
1015
|
|
|
1340
1016
|
EXACT
|
|
1341
1017
|
Exact -- Exact solver, slower, handles more cases.
|
|
1342
|
-
:type solver: typing.Literal['FLOAT','EXACT'] | None
|
|
1343
1018
|
"""
|
|
1344
1019
|
|
|
1345
1020
|
def knife_project(
|
|
@@ -1351,10 +1026,7 @@ def knife_project(
|
|
|
1351
1026
|
) -> None:
|
|
1352
1027
|
"""Use other objects outlines and boundaries to project knife cuts
|
|
1353
1028
|
|
|
1354
|
-
:type execution_context: int | str | None
|
|
1355
|
-
:type undo: bool | None
|
|
1356
1029
|
:param cut_through: Cut Through, Cut through all faces, not just visible ones
|
|
1357
|
-
:type cut_through: bool | None
|
|
1358
1030
|
"""
|
|
1359
1031
|
|
|
1360
1032
|
def knife_tool(
|
|
@@ -1373,14 +1045,9 @@ def knife_tool(
|
|
|
1373
1045
|
) -> None:
|
|
1374
1046
|
"""Cut new topology
|
|
1375
1047
|
|
|
1376
|
-
:type execution_context: int | str | None
|
|
1377
|
-
:type undo: bool | None
|
|
1378
1048
|
:param use_occlude_geometry: Occlude Geometry, Only cut the front most geometry
|
|
1379
|
-
:type use_occlude_geometry: bool | None
|
|
1380
1049
|
:param only_selected: Only Selected, Only cut selected geometry
|
|
1381
|
-
:type only_selected: bool | None
|
|
1382
1050
|
:param xray: X-Ray, Show cuts hidden by geometry
|
|
1383
|
-
:type xray: bool | None
|
|
1384
1051
|
:param visible_measurements: Measurements, Visible distance and angle measurements
|
|
1385
1052
|
|
|
1386
1053
|
NONE
|
|
@@ -1394,7 +1061,6 @@ def knife_tool(
|
|
|
1394
1061
|
|
|
1395
1062
|
ANGLE
|
|
1396
1063
|
Angle -- Show just angle measurements.
|
|
1397
|
-
:type visible_measurements: typing.Literal['NONE','BOTH','DISTANCE','ANGLE'] | None
|
|
1398
1064
|
:param angle_snapping: Angle Snapping, Angle snapping mode
|
|
1399
1065
|
|
|
1400
1066
|
NONE
|
|
@@ -1405,11 +1071,8 @@ def knife_tool(
|
|
|
1405
1071
|
|
|
1406
1072
|
RELATIVE
|
|
1407
1073
|
Relative -- Angle snapping relative to the previous cut edge.
|
|
1408
|
-
:type angle_snapping: typing.Literal['NONE','SCREEN','RELATIVE'] | None
|
|
1409
1074
|
:param angle_snapping_increment: Angle Snap Increment, The angle snap increment used when in constrained angle mode
|
|
1410
|
-
:type angle_snapping_increment: float | None
|
|
1411
1075
|
:param wait_for_input: Wait for Input
|
|
1412
|
-
:type wait_for_input: bool | None
|
|
1413
1076
|
"""
|
|
1414
1077
|
|
|
1415
1078
|
def loop_multi_select(
|
|
@@ -1421,10 +1084,7 @@ def loop_multi_select(
|
|
|
1421
1084
|
) -> None:
|
|
1422
1085
|
"""Select a loop of connected edges by connection type
|
|
1423
1086
|
|
|
1424
|
-
:type execution_context: int | str | None
|
|
1425
|
-
:type undo: bool | None
|
|
1426
1087
|
:param ring: Ring
|
|
1427
|
-
:type ring: bool | None
|
|
1428
1088
|
"""
|
|
1429
1089
|
|
|
1430
1090
|
def loop_select(
|
|
@@ -1439,16 +1099,10 @@ def loop_select(
|
|
|
1439
1099
|
) -> None:
|
|
1440
1100
|
"""Select a loop of connected edges
|
|
1441
1101
|
|
|
1442
|
-
:type execution_context: int | str | None
|
|
1443
|
-
:type undo: bool | None
|
|
1444
1102
|
:param extend: Extend Select, Extend the selection
|
|
1445
|
-
:type extend: bool | None
|
|
1446
1103
|
:param deselect: Deselect, Remove from the selection
|
|
1447
|
-
:type deselect: bool | None
|
|
1448
1104
|
:param toggle: Toggle Select, Toggle the selection
|
|
1449
|
-
:type toggle: bool | None
|
|
1450
1105
|
:param ring: Select Ring, Select ring
|
|
1451
|
-
:type ring: bool | None
|
|
1452
1106
|
"""
|
|
1453
1107
|
|
|
1454
1108
|
def loop_to_region(
|
|
@@ -1460,10 +1114,7 @@ def loop_to_region(
|
|
|
1460
1114
|
) -> None:
|
|
1461
1115
|
"""Select region of faces inside of a selected loop of edges
|
|
1462
1116
|
|
|
1463
|
-
:type execution_context: int | str | None
|
|
1464
|
-
:type undo: bool | None
|
|
1465
1117
|
:param select_bigger: Select Bigger, Select bigger regions instead of smaller ones
|
|
1466
|
-
:type select_bigger: bool | None
|
|
1467
1118
|
"""
|
|
1468
1119
|
|
|
1469
1120
|
def loopcut(
|
|
@@ -1485,19 +1136,11 @@ def loopcut(
|
|
|
1485
1136
|
) -> None:
|
|
1486
1137
|
"""Add a new loop between existing loops
|
|
1487
1138
|
|
|
1488
|
-
:type execution_context: int | str | None
|
|
1489
|
-
:type undo: bool | None
|
|
1490
1139
|
:param number_cuts: Number of Cuts
|
|
1491
|
-
:type number_cuts: int | None
|
|
1492
1140
|
:param smoothness: Smoothness, Smoothness factor
|
|
1493
|
-
:type smoothness: float | None
|
|
1494
1141
|
:param falloff: Falloff, Falloff type of the feather
|
|
1495
|
-
:type falloff: bpy.stub_internal.rna_enums.ProportionalFalloffCurveOnlyItems | None
|
|
1496
1142
|
:param object_index: Object Index
|
|
1497
|
-
:type object_index: int | None
|
|
1498
1143
|
:param edge_index: Edge Index
|
|
1499
|
-
:type edge_index: int | None
|
|
1500
|
-
:type mesh_select_mode_init: collections.abc.Iterable[bool] | None
|
|
1501
1144
|
"""
|
|
1502
1145
|
|
|
1503
1146
|
def loopcut_slide(
|
|
@@ -1510,12 +1153,8 @@ def loopcut_slide(
|
|
|
1510
1153
|
) -> None:
|
|
1511
1154
|
"""Cut mesh loop and slide it
|
|
1512
1155
|
|
|
1513
|
-
:type execution_context: int | str | None
|
|
1514
|
-
:type undo: bool | None
|
|
1515
1156
|
:param MESH_OT_loopcut: Loop Cut, Add a new loop between existing loops
|
|
1516
|
-
:type MESH_OT_loopcut: loopcut | None
|
|
1517
1157
|
:param TRANSFORM_OT_edge_slide: Edge Slide, Slide an edge loop along a mesh
|
|
1518
|
-
:type TRANSFORM_OT_edge_slide: bpy.ops.transform.edge_slide | None
|
|
1519
1158
|
"""
|
|
1520
1159
|
|
|
1521
1160
|
def mark_freestyle_edge(
|
|
@@ -1527,10 +1166,7 @@ def mark_freestyle_edge(
|
|
|
1527
1166
|
) -> None:
|
|
1528
1167
|
"""(Un)mark selected edges as Freestyle feature edges
|
|
1529
1168
|
|
|
1530
|
-
:type execution_context: int | str | None
|
|
1531
|
-
:type undo: bool | None
|
|
1532
1169
|
:param clear: Clear
|
|
1533
|
-
:type clear: bool | None
|
|
1534
1170
|
"""
|
|
1535
1171
|
|
|
1536
1172
|
def mark_freestyle_face(
|
|
@@ -1542,10 +1178,7 @@ def mark_freestyle_face(
|
|
|
1542
1178
|
) -> None:
|
|
1543
1179
|
"""(Un)mark selected faces for exclusion from Freestyle feature edge detection
|
|
1544
1180
|
|
|
1545
|
-
:type execution_context: int | str | None
|
|
1546
|
-
:type undo: bool | None
|
|
1547
1181
|
:param clear: Clear
|
|
1548
|
-
:type clear: bool | None
|
|
1549
1182
|
"""
|
|
1550
1183
|
|
|
1551
1184
|
def mark_seam(
|
|
@@ -1557,10 +1190,7 @@ def mark_seam(
|
|
|
1557
1190
|
) -> None:
|
|
1558
1191
|
"""(Un)mark selected edges as a seam
|
|
1559
1192
|
|
|
1560
|
-
:type execution_context: int | str | None
|
|
1561
|
-
:type undo: bool | None
|
|
1562
1193
|
:param clear: Clear
|
|
1563
|
-
:type clear: bool | None
|
|
1564
1194
|
"""
|
|
1565
1195
|
|
|
1566
1196
|
def mark_sharp(
|
|
@@ -1573,12 +1203,8 @@ def mark_sharp(
|
|
|
1573
1203
|
) -> None:
|
|
1574
1204
|
"""(Un)mark selected edges as sharp
|
|
1575
1205
|
|
|
1576
|
-
:type execution_context: int | str | None
|
|
1577
|
-
:type undo: bool | None
|
|
1578
1206
|
:param clear: Clear
|
|
1579
|
-
:type clear: bool | None
|
|
1580
1207
|
:param use_verts: Vertices, Consider vertices instead of edges to select which edges to (un)tag as sharp
|
|
1581
|
-
:type use_verts: bool | None
|
|
1582
1208
|
"""
|
|
1583
1209
|
|
|
1584
1210
|
def merge(
|
|
@@ -1592,12 +1218,8 @@ def merge(
|
|
|
1592
1218
|
) -> None:
|
|
1593
1219
|
"""Merge selected vertices
|
|
1594
1220
|
|
|
1595
|
-
:type execution_context: int | str | None
|
|
1596
|
-
:type undo: bool | None
|
|
1597
1221
|
:param type: Type, Merge method to use
|
|
1598
|
-
:type type: typing.Literal['CENTER','CURSOR','COLLAPSE','FIRST','LAST'] | None
|
|
1599
1222
|
:param uvs: UVs, Move UVs according to merge
|
|
1600
|
-
:type uvs: bool | None
|
|
1601
1223
|
"""
|
|
1602
1224
|
|
|
1603
1225
|
def merge_normals(
|
|
@@ -1605,11 +1227,7 @@ def merge_normals(
|
|
|
1605
1227
|
undo: bool | None = None,
|
|
1606
1228
|
/,
|
|
1607
1229
|
) -> None:
|
|
1608
|
-
"""Merge custom normals of selected vertices
|
|
1609
|
-
|
|
1610
|
-
:type execution_context: int | str | None
|
|
1611
|
-
:type undo: bool | None
|
|
1612
|
-
"""
|
|
1230
|
+
"""Merge custom normals of selected vertices"""
|
|
1613
1231
|
|
|
1614
1232
|
def mod_weighted_strength(
|
|
1615
1233
|
execution_context: int | str | None = None,
|
|
@@ -1621,12 +1239,8 @@ def mod_weighted_strength(
|
|
|
1621
1239
|
) -> None:
|
|
1622
1240
|
"""Set/Get strength of face (used in Weighted Normal modifier)
|
|
1623
1241
|
|
|
1624
|
-
:type execution_context: int | str | None
|
|
1625
|
-
:type undo: bool | None
|
|
1626
1242
|
:param set: Set Value, Set value of faces
|
|
1627
|
-
:type set: bool | None
|
|
1628
1243
|
:param face_strength: Face Strength, Strength to use for assigning or selecting face influence for weighted normal modifier
|
|
1629
|
-
:type face_strength: typing.Literal['WEAK','MEDIUM','STRONG'] | None
|
|
1630
1244
|
"""
|
|
1631
1245
|
|
|
1632
1246
|
def normals_make_consistent(
|
|
@@ -1638,10 +1252,7 @@ def normals_make_consistent(
|
|
|
1638
1252
|
) -> None:
|
|
1639
1253
|
"""Make face and vertex normals point either outside or inside the mesh
|
|
1640
1254
|
|
|
1641
|
-
:type execution_context: int | str | None
|
|
1642
|
-
:type undo: bool | None
|
|
1643
1255
|
:param inside: Inside
|
|
1644
|
-
:type inside: bool | None
|
|
1645
1256
|
"""
|
|
1646
1257
|
|
|
1647
1258
|
def normals_tools(
|
|
@@ -1654,8 +1265,6 @@ def normals_tools(
|
|
|
1654
1265
|
) -> None:
|
|
1655
1266
|
"""Custom normals tools using Normal Vector of UI
|
|
1656
1267
|
|
|
1657
|
-
:type execution_context: int | str | None
|
|
1658
|
-
:type undo: bool | None
|
|
1659
1268
|
:param mode: Mode, Mode of tools taking input from interface
|
|
1660
1269
|
|
|
1661
1270
|
COPY
|
|
@@ -1672,9 +1281,7 @@ def normals_tools(
|
|
|
1672
1281
|
|
|
1673
1282
|
RESET
|
|
1674
1283
|
Reset Normal -- Reset the internal clipboard and/or normal of selected element.
|
|
1675
|
-
:type mode: typing.Literal['COPY','PASTE','ADD','MULTIPLY','RESET'] | None
|
|
1676
1284
|
:param absolute: Absolute Coordinates, Copy Absolute coordinates of Normal vector
|
|
1677
|
-
:type absolute: bool | None
|
|
1678
1285
|
"""
|
|
1679
1286
|
|
|
1680
1287
|
def offset_edge_loops(
|
|
@@ -1686,10 +1293,7 @@ def offset_edge_loops(
|
|
|
1686
1293
|
) -> None:
|
|
1687
1294
|
"""Create offset edge loop from the current selection
|
|
1688
1295
|
|
|
1689
|
-
:type execution_context: int | str | None
|
|
1690
|
-
:type undo: bool | None
|
|
1691
1296
|
:param use_cap_endpoint: Cap Endpoint, Extend loop around end-points
|
|
1692
|
-
:type use_cap_endpoint: bool | None
|
|
1693
1297
|
"""
|
|
1694
1298
|
|
|
1695
1299
|
def offset_edge_loops_slide(
|
|
@@ -1702,12 +1306,8 @@ def offset_edge_loops_slide(
|
|
|
1702
1306
|
) -> None:
|
|
1703
1307
|
"""Offset edge loop slide
|
|
1704
1308
|
|
|
1705
|
-
:type execution_context: int | str | None
|
|
1706
|
-
:type undo: bool | None
|
|
1707
1309
|
:param MESH_OT_offset_edge_loops: Offset Edge Loop, Create offset edge loop from the current selection
|
|
1708
|
-
:type MESH_OT_offset_edge_loops: offset_edge_loops | None
|
|
1709
1310
|
:param TRANSFORM_OT_edge_slide: Edge Slide, Slide an edge loop along a mesh
|
|
1710
|
-
:type TRANSFORM_OT_edge_slide: bpy.ops.transform.edge_slide | None
|
|
1711
1311
|
"""
|
|
1712
1312
|
|
|
1713
1313
|
def point_normals(
|
|
@@ -1728,8 +1328,6 @@ def point_normals(
|
|
|
1728
1328
|
) -> None:
|
|
1729
1329
|
"""Point selected custom normals to specified Target
|
|
1730
1330
|
|
|
1731
|
-
:type execution_context: int | str | None
|
|
1732
|
-
:type undo: bool | None
|
|
1733
1331
|
:param mode: Mode, How to define coordinates to point custom normals to
|
|
1734
1332
|
|
|
1735
1333
|
COORDINATES
|
|
@@ -1737,17 +1335,11 @@ def point_normals(
|
|
|
1737
1335
|
|
|
1738
1336
|
MOUSE
|
|
1739
1337
|
Mouse -- Follow mouse cursor.
|
|
1740
|
-
:type mode: typing.Literal['COORDINATES','MOUSE'] | None
|
|
1741
1338
|
:param invert: Invert, Invert affected normals
|
|
1742
|
-
:type invert: bool | None
|
|
1743
1339
|
:param align: Align, Make all affected normals parallel
|
|
1744
|
-
:type align: bool | None
|
|
1745
1340
|
:param target_location: Target, Target location to which normals will point
|
|
1746
|
-
:type target_location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1747
1341
|
:param spherize: Spherize, Interpolate between original and new normals
|
|
1748
|
-
:type spherize: bool | None
|
|
1749
1342
|
:param spherize_strength: Spherize Strength, Ratio of spherized normal to original normal
|
|
1750
|
-
:type spherize_strength: float | None
|
|
1751
1343
|
"""
|
|
1752
1344
|
|
|
1753
1345
|
def poke(
|
|
@@ -1762,12 +1354,8 @@ def poke(
|
|
|
1762
1354
|
) -> None:
|
|
1763
1355
|
"""Split a face into a fan
|
|
1764
1356
|
|
|
1765
|
-
:type execution_context: int | str | None
|
|
1766
|
-
:type undo: bool | None
|
|
1767
1357
|
:param offset: Poke Offset, Poke Offset
|
|
1768
|
-
:type offset: float | None
|
|
1769
1358
|
:param use_relative_offset: Offset Relative, Scale the offset by surrounding geometry
|
|
1770
|
-
:type use_relative_offset: bool | None
|
|
1771
1359
|
:param center_mode: Poke Center, Poke face center calculation
|
|
1772
1360
|
|
|
1773
1361
|
MEDIAN_WEIGHTED
|
|
@@ -1778,7 +1366,6 @@ def poke(
|
|
|
1778
1366
|
|
|
1779
1367
|
BOUNDS
|
|
1780
1368
|
Bounds -- Face bounds center.
|
|
1781
|
-
:type center_mode: typing.Literal['MEDIAN_WEIGHTED','MEDIAN','BOUNDS'] | None
|
|
1782
1369
|
"""
|
|
1783
1370
|
|
|
1784
1371
|
def polybuild_delete_at_cursor(
|
|
@@ -1798,24 +1385,14 @@ def polybuild_delete_at_cursor(
|
|
|
1798
1385
|
) -> None:
|
|
1799
1386
|
"""Undocumented, consider contributing.
|
|
1800
1387
|
|
|
1801
|
-
:type execution_context: int | str | None
|
|
1802
|
-
:type undo: bool | None
|
|
1803
1388
|
:param mirror: Mirror Editing
|
|
1804
|
-
:type mirror: bool | None
|
|
1805
1389
|
:param use_proportional_edit: Proportional Editing
|
|
1806
|
-
:type use_proportional_edit: bool | None
|
|
1807
1390
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
1808
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
1809
1391
|
:param proportional_size: Proportional Size
|
|
1810
|
-
:type proportional_size: float | None
|
|
1811
1392
|
:param use_proportional_connected: Connected
|
|
1812
|
-
:type use_proportional_connected: bool | None
|
|
1813
1393
|
:param use_proportional_projected: Projected (2D)
|
|
1814
|
-
:type use_proportional_projected: bool | None
|
|
1815
1394
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1816
|
-
:type release_confirm: bool | None
|
|
1817
1395
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1818
|
-
:type use_accurate: bool | None
|
|
1819
1396
|
"""
|
|
1820
1397
|
|
|
1821
1398
|
def polybuild_dissolve_at_cursor(
|
|
@@ -1823,11 +1400,7 @@ def polybuild_dissolve_at_cursor(
|
|
|
1823
1400
|
undo: bool | None = None,
|
|
1824
1401
|
/,
|
|
1825
1402
|
) -> None:
|
|
1826
|
-
"""Undocumented, consider contributing.
|
|
1827
|
-
|
|
1828
|
-
:type execution_context: int | str | None
|
|
1829
|
-
:type undo: bool | None
|
|
1830
|
-
"""
|
|
1403
|
+
"""Undocumented, consider contributing."""
|
|
1831
1404
|
|
|
1832
1405
|
def polybuild_extrude_at_cursor_move(
|
|
1833
1406
|
execution_context: int | str | None = None,
|
|
@@ -1840,14 +1413,9 @@ def polybuild_extrude_at_cursor_move(
|
|
|
1840
1413
|
) -> None:
|
|
1841
1414
|
"""Undocumented, consider contributing.
|
|
1842
1415
|
|
|
1843
|
-
:type execution_context: int | str | None
|
|
1844
|
-
:type undo: bool | None
|
|
1845
1416
|
:param MESH_OT_polybuild_transform_at_cursor: Poly Build Transform at Cursor
|
|
1846
|
-
:type MESH_OT_polybuild_transform_at_cursor: polybuild_transform_at_cursor | None
|
|
1847
1417
|
:param MESH_OT_extrude_edges_indiv: Extrude Only Edges, Extrude individual edges only
|
|
1848
|
-
:type MESH_OT_extrude_edges_indiv: extrude_edges_indiv | None
|
|
1849
1418
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1850
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
1851
1419
|
"""
|
|
1852
1420
|
|
|
1853
1421
|
def polybuild_face_at_cursor(
|
|
@@ -1868,26 +1436,15 @@ def polybuild_face_at_cursor(
|
|
|
1868
1436
|
) -> None:
|
|
1869
1437
|
"""Undocumented, consider contributing.
|
|
1870
1438
|
|
|
1871
|
-
:type execution_context: int | str | None
|
|
1872
|
-
:type undo: bool | None
|
|
1873
1439
|
:param create_quads: Create Quads, Automatically split edges in triangles to maintain quad topology
|
|
1874
|
-
:type create_quads: bool | None
|
|
1875
1440
|
:param mirror: Mirror Editing
|
|
1876
|
-
:type mirror: bool | None
|
|
1877
1441
|
:param use_proportional_edit: Proportional Editing
|
|
1878
|
-
:type use_proportional_edit: bool | None
|
|
1879
1442
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
1880
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
1881
1443
|
:param proportional_size: Proportional Size
|
|
1882
|
-
:type proportional_size: float | None
|
|
1883
1444
|
:param use_proportional_connected: Connected
|
|
1884
|
-
:type use_proportional_connected: bool | None
|
|
1885
1445
|
:param use_proportional_projected: Projected (2D)
|
|
1886
|
-
:type use_proportional_projected: bool | None
|
|
1887
1446
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1888
|
-
:type release_confirm: bool | None
|
|
1889
1447
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1890
|
-
:type use_accurate: bool | None
|
|
1891
1448
|
"""
|
|
1892
1449
|
|
|
1893
1450
|
def polybuild_face_at_cursor_move(
|
|
@@ -1900,12 +1457,8 @@ def polybuild_face_at_cursor_move(
|
|
|
1900
1457
|
) -> None:
|
|
1901
1458
|
"""Undocumented, consider contributing.
|
|
1902
1459
|
|
|
1903
|
-
:type execution_context: int | str | None
|
|
1904
|
-
:type undo: bool | None
|
|
1905
1460
|
:param MESH_OT_polybuild_face_at_cursor: Poly Build Face at Cursor
|
|
1906
|
-
:type MESH_OT_polybuild_face_at_cursor: polybuild_face_at_cursor | None
|
|
1907
1461
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1908
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
1909
1462
|
"""
|
|
1910
1463
|
|
|
1911
1464
|
def polybuild_split_at_cursor(
|
|
@@ -1925,24 +1478,14 @@ def polybuild_split_at_cursor(
|
|
|
1925
1478
|
) -> None:
|
|
1926
1479
|
"""Undocumented, consider contributing.
|
|
1927
1480
|
|
|
1928
|
-
:type execution_context: int | str | None
|
|
1929
|
-
:type undo: bool | None
|
|
1930
1481
|
:param mirror: Mirror Editing
|
|
1931
|
-
:type mirror: bool | None
|
|
1932
1482
|
:param use_proportional_edit: Proportional Editing
|
|
1933
|
-
:type use_proportional_edit: bool | None
|
|
1934
1483
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
1935
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
1936
1484
|
:param proportional_size: Proportional Size
|
|
1937
|
-
:type proportional_size: float | None
|
|
1938
1485
|
:param use_proportional_connected: Connected
|
|
1939
|
-
:type use_proportional_connected: bool | None
|
|
1940
1486
|
:param use_proportional_projected: Projected (2D)
|
|
1941
|
-
:type use_proportional_projected: bool | None
|
|
1942
1487
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1943
|
-
:type release_confirm: bool | None
|
|
1944
1488
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1945
|
-
:type use_accurate: bool | None
|
|
1946
1489
|
"""
|
|
1947
1490
|
|
|
1948
1491
|
def polybuild_split_at_cursor_move(
|
|
@@ -1955,12 +1498,8 @@ def polybuild_split_at_cursor_move(
|
|
|
1955
1498
|
) -> None:
|
|
1956
1499
|
"""Undocumented, consider contributing.
|
|
1957
1500
|
|
|
1958
|
-
:type execution_context: int | str | None
|
|
1959
|
-
:type undo: bool | None
|
|
1960
1501
|
:param MESH_OT_polybuild_split_at_cursor: Poly Build Split at Cursor
|
|
1961
|
-
:type MESH_OT_polybuild_split_at_cursor: polybuild_split_at_cursor | None
|
|
1962
1502
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
1963
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
1964
1503
|
"""
|
|
1965
1504
|
|
|
1966
1505
|
def polybuild_transform_at_cursor(
|
|
@@ -1980,24 +1519,14 @@ def polybuild_transform_at_cursor(
|
|
|
1980
1519
|
) -> None:
|
|
1981
1520
|
"""Undocumented, consider contributing.
|
|
1982
1521
|
|
|
1983
|
-
:type execution_context: int | str | None
|
|
1984
|
-
:type undo: bool | None
|
|
1985
1522
|
:param mirror: Mirror Editing
|
|
1986
|
-
:type mirror: bool | None
|
|
1987
1523
|
:param use_proportional_edit: Proportional Editing
|
|
1988
|
-
:type use_proportional_edit: bool | None
|
|
1989
1524
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
1990
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
1991
1525
|
:param proportional_size: Proportional Size
|
|
1992
|
-
:type proportional_size: float | None
|
|
1993
1526
|
:param use_proportional_connected: Connected
|
|
1994
|
-
:type use_proportional_connected: bool | None
|
|
1995
1527
|
:param use_proportional_projected: Projected (2D)
|
|
1996
|
-
:type use_proportional_projected: bool | None
|
|
1997
1528
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1998
|
-
:type release_confirm: bool | None
|
|
1999
1529
|
:param use_accurate: Accurate, Use accurate transformation
|
|
2000
|
-
:type use_accurate: bool | None
|
|
2001
1530
|
"""
|
|
2002
1531
|
|
|
2003
1532
|
def polybuild_transform_at_cursor_move(
|
|
@@ -2010,12 +1539,8 @@ def polybuild_transform_at_cursor_move(
|
|
|
2010
1539
|
) -> None:
|
|
2011
1540
|
"""Undocumented, consider contributing.
|
|
2012
1541
|
|
|
2013
|
-
:type execution_context: int | str | None
|
|
2014
|
-
:type undo: bool | None
|
|
2015
1542
|
:param MESH_OT_polybuild_transform_at_cursor: Poly Build Transform at Cursor
|
|
2016
|
-
:type MESH_OT_polybuild_transform_at_cursor: polybuild_transform_at_cursor | None
|
|
2017
1543
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
2018
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
2019
1544
|
"""
|
|
2020
1545
|
|
|
2021
1546
|
def primitive_circle_add(
|
|
@@ -2043,12 +1568,8 @@ def primitive_circle_add(
|
|
|
2043
1568
|
) -> None:
|
|
2044
1569
|
"""Construct a circle mesh
|
|
2045
1570
|
|
|
2046
|
-
:type execution_context: int | str | None
|
|
2047
|
-
:type undo: bool | None
|
|
2048
1571
|
:param vertices: Vertices
|
|
2049
|
-
:type vertices: int | None
|
|
2050
1572
|
:param radius: Radius
|
|
2051
|
-
:type radius: float | None
|
|
2052
1573
|
:param fill_type: Fill Type
|
|
2053
1574
|
|
|
2054
1575
|
NOTHING
|
|
@@ -2059,11 +1580,8 @@ def primitive_circle_add(
|
|
|
2059
1580
|
|
|
2060
1581
|
TRIFAN
|
|
2061
1582
|
Triangle Fan -- Use triangle fans.
|
|
2062
|
-
:type fill_type: typing.Literal['NOTHING','NGON','TRIFAN'] | None
|
|
2063
1583
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2064
|
-
:type calc_uvs: bool | None
|
|
2065
1584
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2066
|
-
:type enter_editmode: bool | None
|
|
2067
1585
|
:param align: Align, The alignment of the new object
|
|
2068
1586
|
|
|
2069
1587
|
WORLD
|
|
@@ -2074,13 +1592,9 @@ def primitive_circle_add(
|
|
|
2074
1592
|
|
|
2075
1593
|
CURSOR
|
|
2076
1594
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2077
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2078
1595
|
:param location: Location, Location for the newly added object
|
|
2079
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2080
1596
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2081
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2082
1597
|
:param scale: Scale, Scale for the newly added object
|
|
2083
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2084
1598
|
"""
|
|
2085
1599
|
|
|
2086
1600
|
def primitive_cone_add(
|
|
@@ -2110,16 +1624,10 @@ def primitive_cone_add(
|
|
|
2110
1624
|
) -> None:
|
|
2111
1625
|
"""Construct a conic mesh
|
|
2112
1626
|
|
|
2113
|
-
:type execution_context: int | str | None
|
|
2114
|
-
:type undo: bool | None
|
|
2115
1627
|
:param vertices: Vertices
|
|
2116
|
-
:type vertices: int | None
|
|
2117
1628
|
:param radius1: Radius 1
|
|
2118
|
-
:type radius1: float | None
|
|
2119
1629
|
:param radius2: Radius 2
|
|
2120
|
-
:type radius2: float | None
|
|
2121
1630
|
:param depth: Depth
|
|
2122
|
-
:type depth: float | None
|
|
2123
1631
|
:param end_fill_type: Base Fill Type
|
|
2124
1632
|
|
|
2125
1633
|
NOTHING
|
|
@@ -2130,11 +1638,8 @@ def primitive_cone_add(
|
|
|
2130
1638
|
|
|
2131
1639
|
TRIFAN
|
|
2132
1640
|
Triangle Fan -- Use triangle fans.
|
|
2133
|
-
:type end_fill_type: typing.Literal['NOTHING','NGON','TRIFAN'] | None
|
|
2134
1641
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2135
|
-
:type calc_uvs: bool | None
|
|
2136
1642
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2137
|
-
:type enter_editmode: bool | None
|
|
2138
1643
|
:param align: Align, The alignment of the new object
|
|
2139
1644
|
|
|
2140
1645
|
WORLD
|
|
@@ -2145,13 +1650,9 @@ def primitive_cone_add(
|
|
|
2145
1650
|
|
|
2146
1651
|
CURSOR
|
|
2147
1652
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2148
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2149
1653
|
:param location: Location, Location for the newly added object
|
|
2150
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2151
1654
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2152
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2153
1655
|
:param scale: Scale, Scale for the newly added object
|
|
2154
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2155
1656
|
"""
|
|
2156
1657
|
|
|
2157
1658
|
def primitive_cube_add(
|
|
@@ -2177,14 +1678,9 @@ def primitive_cube_add(
|
|
|
2177
1678
|
) -> None:
|
|
2178
1679
|
"""Construct a cube mesh that consists of six square faces
|
|
2179
1680
|
|
|
2180
|
-
:type execution_context: int | str | None
|
|
2181
|
-
:type undo: bool | None
|
|
2182
1681
|
:param size: Size
|
|
2183
|
-
:type size: float | None
|
|
2184
1682
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2185
|
-
:type calc_uvs: bool | None
|
|
2186
1683
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2187
|
-
:type enter_editmode: bool | None
|
|
2188
1684
|
:param align: Align, The alignment of the new object
|
|
2189
1685
|
|
|
2190
1686
|
WORLD
|
|
@@ -2195,13 +1691,9 @@ def primitive_cube_add(
|
|
|
2195
1691
|
|
|
2196
1692
|
CURSOR
|
|
2197
1693
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2198
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2199
1694
|
:param location: Location, Location for the newly added object
|
|
2200
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2201
1695
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2202
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2203
1696
|
:param scale: Scale, Scale for the newly added object
|
|
2204
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2205
1697
|
"""
|
|
2206
1698
|
|
|
2207
1699
|
def primitive_cube_add_gizmo(
|
|
@@ -2234,12 +1726,8 @@ def primitive_cube_add_gizmo(
|
|
|
2234
1726
|
) -> None:
|
|
2235
1727
|
"""Construct a cube mesh
|
|
2236
1728
|
|
|
2237
|
-
:type execution_context: int | str | None
|
|
2238
|
-
:type undo: bool | None
|
|
2239
1729
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2240
|
-
:type calc_uvs: bool | None
|
|
2241
1730
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2242
|
-
:type enter_editmode: bool | None
|
|
2243
1731
|
:param align: Align, The alignment of the new object
|
|
2244
1732
|
|
|
2245
1733
|
WORLD
|
|
@@ -2250,15 +1738,10 @@ def primitive_cube_add_gizmo(
|
|
|
2250
1738
|
|
|
2251
1739
|
CURSOR
|
|
2252
1740
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2253
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2254
1741
|
:param location: Location, Location for the newly added object
|
|
2255
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2256
1742
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2257
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2258
1743
|
:param scale: Scale, Scale for the newly added object
|
|
2259
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2260
1744
|
:param matrix: Matrix
|
|
2261
|
-
:type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
|
|
2262
1745
|
"""
|
|
2263
1746
|
|
|
2264
1747
|
def primitive_cylinder_add(
|
|
@@ -2287,14 +1770,9 @@ def primitive_cylinder_add(
|
|
|
2287
1770
|
) -> None:
|
|
2288
1771
|
"""Construct a cylinder mesh
|
|
2289
1772
|
|
|
2290
|
-
:type execution_context: int | str | None
|
|
2291
|
-
:type undo: bool | None
|
|
2292
1773
|
:param vertices: Vertices
|
|
2293
|
-
:type vertices: int | None
|
|
2294
1774
|
:param radius: Radius
|
|
2295
|
-
:type radius: float | None
|
|
2296
1775
|
:param depth: Depth
|
|
2297
|
-
:type depth: float | None
|
|
2298
1776
|
:param end_fill_type: Cap Fill Type
|
|
2299
1777
|
|
|
2300
1778
|
NOTHING
|
|
@@ -2305,11 +1783,8 @@ def primitive_cylinder_add(
|
|
|
2305
1783
|
|
|
2306
1784
|
TRIFAN
|
|
2307
1785
|
Triangle Fan -- Use triangle fans.
|
|
2308
|
-
:type end_fill_type: typing.Literal['NOTHING','NGON','TRIFAN'] | None
|
|
2309
1786
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2310
|
-
:type calc_uvs: bool | None
|
|
2311
1787
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2312
|
-
:type enter_editmode: bool | None
|
|
2313
1788
|
:param align: Align, The alignment of the new object
|
|
2314
1789
|
|
|
2315
1790
|
WORLD
|
|
@@ -2320,13 +1795,9 @@ def primitive_cylinder_add(
|
|
|
2320
1795
|
|
|
2321
1796
|
CURSOR
|
|
2322
1797
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2323
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2324
1798
|
:param location: Location, Location for the newly added object
|
|
2325
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2326
1799
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2327
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2328
1800
|
:param scale: Scale, Scale for the newly added object
|
|
2329
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2330
1801
|
"""
|
|
2331
1802
|
|
|
2332
1803
|
def primitive_grid_add(
|
|
@@ -2354,18 +1825,11 @@ def primitive_grid_add(
|
|
|
2354
1825
|
) -> None:
|
|
2355
1826
|
"""Construct a subdivided plane mesh
|
|
2356
1827
|
|
|
2357
|
-
:type execution_context: int | str | None
|
|
2358
|
-
:type undo: bool | None
|
|
2359
1828
|
:param x_subdivisions: X Subdivisions
|
|
2360
|
-
:type x_subdivisions: int | None
|
|
2361
1829
|
:param y_subdivisions: Y Subdivisions
|
|
2362
|
-
:type y_subdivisions: int | None
|
|
2363
1830
|
:param size: Size
|
|
2364
|
-
:type size: float | None
|
|
2365
1831
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2366
|
-
:type calc_uvs: bool | None
|
|
2367
1832
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2368
|
-
:type enter_editmode: bool | None
|
|
2369
1833
|
:param align: Align, The alignment of the new object
|
|
2370
1834
|
|
|
2371
1835
|
WORLD
|
|
@@ -2376,13 +1840,9 @@ def primitive_grid_add(
|
|
|
2376
1840
|
|
|
2377
1841
|
CURSOR
|
|
2378
1842
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2379
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2380
1843
|
:param location: Location, Location for the newly added object
|
|
2381
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2382
1844
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2383
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2384
1845
|
:param scale: Scale, Scale for the newly added object
|
|
2385
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2386
1846
|
"""
|
|
2387
1847
|
|
|
2388
1848
|
def primitive_ico_sphere_add(
|
|
@@ -2409,16 +1869,10 @@ def primitive_ico_sphere_add(
|
|
|
2409
1869
|
) -> None:
|
|
2410
1870
|
"""Construct a spherical mesh that consists of equally sized triangles
|
|
2411
1871
|
|
|
2412
|
-
:type execution_context: int | str | None
|
|
2413
|
-
:type undo: bool | None
|
|
2414
1872
|
:param subdivisions: Subdivisions
|
|
2415
|
-
:type subdivisions: int | None
|
|
2416
1873
|
:param radius: Radius
|
|
2417
|
-
:type radius: float | None
|
|
2418
1874
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2419
|
-
:type calc_uvs: bool | None
|
|
2420
1875
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2421
|
-
:type enter_editmode: bool | None
|
|
2422
1876
|
:param align: Align, The alignment of the new object
|
|
2423
1877
|
|
|
2424
1878
|
WORLD
|
|
@@ -2429,13 +1883,9 @@ def primitive_ico_sphere_add(
|
|
|
2429
1883
|
|
|
2430
1884
|
CURSOR
|
|
2431
1885
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2432
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2433
1886
|
:param location: Location, Location for the newly added object
|
|
2434
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2435
1887
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2436
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2437
1888
|
:param scale: Scale, Scale for the newly added object
|
|
2438
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2439
1889
|
"""
|
|
2440
1890
|
|
|
2441
1891
|
def primitive_monkey_add(
|
|
@@ -2461,14 +1911,9 @@ def primitive_monkey_add(
|
|
|
2461
1911
|
) -> None:
|
|
2462
1912
|
"""Construct a Suzanne mesh
|
|
2463
1913
|
|
|
2464
|
-
:type execution_context: int | str | None
|
|
2465
|
-
:type undo: bool | None
|
|
2466
1914
|
:param size: Size
|
|
2467
|
-
:type size: float | None
|
|
2468
1915
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2469
|
-
:type calc_uvs: bool | None
|
|
2470
1916
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2471
|
-
:type enter_editmode: bool | None
|
|
2472
1917
|
:param align: Align, The alignment of the new object
|
|
2473
1918
|
|
|
2474
1919
|
WORLD
|
|
@@ -2479,13 +1924,9 @@ def primitive_monkey_add(
|
|
|
2479
1924
|
|
|
2480
1925
|
CURSOR
|
|
2481
1926
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2482
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2483
1927
|
:param location: Location, Location for the newly added object
|
|
2484
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2485
1928
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2486
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2487
1929
|
:param scale: Scale, Scale for the newly added object
|
|
2488
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2489
1930
|
"""
|
|
2490
1931
|
|
|
2491
1932
|
def primitive_plane_add(
|
|
@@ -2511,14 +1952,9 @@ def primitive_plane_add(
|
|
|
2511
1952
|
) -> None:
|
|
2512
1953
|
"""Construct a filled planar mesh with 4 vertices
|
|
2513
1954
|
|
|
2514
|
-
:type execution_context: int | str | None
|
|
2515
|
-
:type undo: bool | None
|
|
2516
1955
|
:param size: Size
|
|
2517
|
-
:type size: float | None
|
|
2518
1956
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2519
|
-
:type calc_uvs: bool | None
|
|
2520
1957
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2521
|
-
:type enter_editmode: bool | None
|
|
2522
1958
|
:param align: Align, The alignment of the new object
|
|
2523
1959
|
|
|
2524
1960
|
WORLD
|
|
@@ -2529,13 +1965,9 @@ def primitive_plane_add(
|
|
|
2529
1965
|
|
|
2530
1966
|
CURSOR
|
|
2531
1967
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2532
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2533
1968
|
:param location: Location, Location for the newly added object
|
|
2534
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2535
1969
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2536
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2537
1970
|
:param scale: Scale, Scale for the newly added object
|
|
2538
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2539
1971
|
"""
|
|
2540
1972
|
|
|
2541
1973
|
def primitive_torus_add(
|
|
@@ -2565,8 +1997,6 @@ def primitive_torus_add(
|
|
|
2565
1997
|
) -> None:
|
|
2566
1998
|
"""Construct a torus mesh
|
|
2567
1999
|
|
|
2568
|
-
:type execution_context: int | str | None
|
|
2569
|
-
:type undo: bool | None
|
|
2570
2000
|
:param align: Align
|
|
2571
2001
|
|
|
2572
2002
|
WORLD
|
|
@@ -2577,15 +2007,10 @@ def primitive_torus_add(
|
|
|
2577
2007
|
|
|
2578
2008
|
CURSOR
|
|
2579
2009
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2580
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2581
2010
|
:param location: Location
|
|
2582
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2583
2011
|
:param rotation: Rotation
|
|
2584
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2585
2012
|
:param major_segments: Major Segments, Number of segments for the main ring of the torus
|
|
2586
|
-
:type major_segments: int | None
|
|
2587
2013
|
:param minor_segments: Minor Segments, Number of segments for the minor ring of the torus
|
|
2588
|
-
:type minor_segments: int | None
|
|
2589
2014
|
:param mode: Dimensions Mode
|
|
2590
2015
|
|
|
2591
2016
|
MAJOR_MINOR
|
|
@@ -2593,17 +2018,11 @@ def primitive_torus_add(
|
|
|
2593
2018
|
|
|
2594
2019
|
EXT_INT
|
|
2595
2020
|
Exterior/Interior -- Use the exterior/interior radii for torus dimensions.
|
|
2596
|
-
:type mode: typing.Literal['MAJOR_MINOR','EXT_INT'] | None
|
|
2597
2021
|
:param major_radius: Major Radius, Radius from the origin to the center of the cross sections
|
|
2598
|
-
:type major_radius: float | None
|
|
2599
2022
|
:param minor_radius: Minor Radius, Radius of the torus cross section
|
|
2600
|
-
:type minor_radius: float | None
|
|
2601
2023
|
:param abso_major_rad: Exterior Radius, Total Exterior Radius of the torus
|
|
2602
|
-
:type abso_major_rad: float | None
|
|
2603
2024
|
:param abso_minor_rad: Interior Radius, Total Interior Radius of the torus
|
|
2604
|
-
:type abso_minor_rad: float | None
|
|
2605
2025
|
:param generate_uvs: Generate UVs, Generate a default UV map
|
|
2606
|
-
:type generate_uvs: bool | None
|
|
2607
2026
|
"""
|
|
2608
2027
|
|
|
2609
2028
|
def primitive_uv_sphere_add(
|
|
@@ -2631,18 +2050,11 @@ def primitive_uv_sphere_add(
|
|
|
2631
2050
|
) -> None:
|
|
2632
2051
|
"""Construct a spherical mesh with quad faces, except for triangle faces at the top and bottom
|
|
2633
2052
|
|
|
2634
|
-
:type execution_context: int | str | None
|
|
2635
|
-
:type undo: bool | None
|
|
2636
2053
|
:param segments: Segments
|
|
2637
|
-
:type segments: int | None
|
|
2638
2054
|
:param ring_count: Rings
|
|
2639
|
-
:type ring_count: int | None
|
|
2640
2055
|
:param radius: Radius
|
|
2641
|
-
:type radius: float | None
|
|
2642
2056
|
:param calc_uvs: Generate UVs, Generate a default UV map
|
|
2643
|
-
:type calc_uvs: bool | None
|
|
2644
2057
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
2645
|
-
:type enter_editmode: bool | None
|
|
2646
2058
|
:param align: Align, The alignment of the new object
|
|
2647
2059
|
|
|
2648
2060
|
WORLD
|
|
@@ -2653,13 +2065,9 @@ def primitive_uv_sphere_add(
|
|
|
2653
2065
|
|
|
2654
2066
|
CURSOR
|
|
2655
2067
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
2656
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
2657
2068
|
:param location: Location, Location for the newly added object
|
|
2658
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2659
2069
|
:param rotation: Rotation, Rotation for the newly added object
|
|
2660
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
2661
2070
|
:param scale: Scale, Scale for the newly added object
|
|
2662
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2663
2071
|
"""
|
|
2664
2072
|
|
|
2665
2073
|
def quads_convert_to_tris(
|
|
@@ -2674,12 +2082,8 @@ def quads_convert_to_tris(
|
|
|
2674
2082
|
) -> None:
|
|
2675
2083
|
"""Triangulate selected faces
|
|
2676
2084
|
|
|
2677
|
-
:type execution_context: int | str | None
|
|
2678
|
-
:type undo: bool | None
|
|
2679
2085
|
:param quad_method: Quad Method, Method for splitting the quads into triangles
|
|
2680
|
-
:type quad_method: bpy.stub_internal.rna_enums.ModifierTriangulateQuadMethodItems | None
|
|
2681
2086
|
:param ngon_method: N-gon Method, Method for splitting the n-gons into triangles
|
|
2682
|
-
:type ngon_method: bpy.stub_internal.rna_enums.ModifierTriangulateNgonMethodItems | None
|
|
2683
2087
|
"""
|
|
2684
2088
|
|
|
2685
2089
|
def region_to_loop(
|
|
@@ -2687,11 +2091,7 @@ def region_to_loop(
|
|
|
2687
2091
|
undo: bool | None = None,
|
|
2688
2092
|
/,
|
|
2689
2093
|
) -> None:
|
|
2690
|
-
"""Select boundary edges around the selected faces
|
|
2691
|
-
|
|
2692
|
-
:type execution_context: int | str | None
|
|
2693
|
-
:type undo: bool | None
|
|
2694
|
-
"""
|
|
2094
|
+
"""Select boundary edges around the selected faces"""
|
|
2695
2095
|
|
|
2696
2096
|
def remove_doubles(
|
|
2697
2097
|
execution_context: int | str | None = None,
|
|
@@ -2699,19 +2099,16 @@ def remove_doubles(
|
|
|
2699
2099
|
/,
|
|
2700
2100
|
*,
|
|
2701
2101
|
threshold: float | None = 0.0001,
|
|
2102
|
+
use_centroid: bool | None = True,
|
|
2702
2103
|
use_unselected: bool | None = False,
|
|
2703
2104
|
use_sharp_edge_from_normals: bool | None = False,
|
|
2704
2105
|
) -> None:
|
|
2705
2106
|
"""Merge vertices based on their proximity
|
|
2706
2107
|
|
|
2707
|
-
:type execution_context: int | str | None
|
|
2708
|
-
:type undo: bool | None
|
|
2709
2108
|
:param threshold: Merge Distance, Maximum distance between elements to merge
|
|
2710
|
-
:
|
|
2109
|
+
:param use_centroid: Centroid Merge, Move vertices to the centroid of the duplicate cluster, otherwise the vertex closest to the centroid is used.
|
|
2711
2110
|
:param use_unselected: Unselected, Merge selected to other unselected vertices
|
|
2712
|
-
:type use_unselected: bool | None
|
|
2713
2111
|
:param use_sharp_edge_from_normals: Sharp Edges, Calculate sharp edges using custom normal data (when available)
|
|
2714
|
-
:type use_sharp_edge_from_normals: bool | None
|
|
2715
2112
|
"""
|
|
2716
2113
|
|
|
2717
2114
|
def reorder_vertices_spatial(
|
|
@@ -2719,11 +2116,7 @@ def reorder_vertices_spatial(
|
|
|
2719
2116
|
undo: bool | None = None,
|
|
2720
2117
|
/,
|
|
2721
2118
|
) -> None:
|
|
2722
|
-
"""Reorder mesh faces and vertices based on their spatial position for better BVH building and sculpting performance.
|
|
2723
|
-
|
|
2724
|
-
:type execution_context: int | str | None
|
|
2725
|
-
:type undo: bool | None
|
|
2726
|
-
"""
|
|
2119
|
+
"""Reorder mesh faces and vertices based on their spatial position for better BVH building and sculpting performance."""
|
|
2727
2120
|
|
|
2728
2121
|
def reveal(
|
|
2729
2122
|
execution_context: int | str | None = None,
|
|
@@ -2734,10 +2127,7 @@ def reveal(
|
|
|
2734
2127
|
) -> None:
|
|
2735
2128
|
"""Reveal all hidden vertices, edges and faces
|
|
2736
2129
|
|
|
2737
|
-
:type execution_context: int | str | None
|
|
2738
|
-
:type undo: bool | None
|
|
2739
2130
|
:param select: Select
|
|
2740
|
-
:type select: bool | None
|
|
2741
2131
|
"""
|
|
2742
2132
|
|
|
2743
2133
|
def rip(
|
|
@@ -2758,26 +2148,15 @@ def rip(
|
|
|
2758
2148
|
) -> None:
|
|
2759
2149
|
"""Disconnect vertex or edges from connected geometry
|
|
2760
2150
|
|
|
2761
|
-
:type execution_context: int | str | None
|
|
2762
|
-
:type undo: bool | None
|
|
2763
2151
|
:param mirror: Mirror Editing
|
|
2764
|
-
:type mirror: bool | None
|
|
2765
2152
|
:param use_proportional_edit: Proportional Editing
|
|
2766
|
-
:type use_proportional_edit: bool | None
|
|
2767
2153
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
2768
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
2769
2154
|
:param proportional_size: Proportional Size
|
|
2770
|
-
:type proportional_size: float | None
|
|
2771
2155
|
:param use_proportional_connected: Connected
|
|
2772
|
-
:type use_proportional_connected: bool | None
|
|
2773
2156
|
:param use_proportional_projected: Projected (2D)
|
|
2774
|
-
:type use_proportional_projected: bool | None
|
|
2775
2157
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
2776
|
-
:type release_confirm: bool | None
|
|
2777
2158
|
:param use_accurate: Accurate, Use accurate transformation
|
|
2778
|
-
:type use_accurate: bool | None
|
|
2779
2159
|
:param use_fill: Fill, Fill the ripped region
|
|
2780
|
-
:type use_fill: bool | None
|
|
2781
2160
|
"""
|
|
2782
2161
|
|
|
2783
2162
|
def rip_edge(
|
|
@@ -2797,24 +2176,14 @@ def rip_edge(
|
|
|
2797
2176
|
) -> None:
|
|
2798
2177
|
"""Extend vertices along the edge closest to the cursor
|
|
2799
2178
|
|
|
2800
|
-
:type execution_context: int | str | None
|
|
2801
|
-
:type undo: bool | None
|
|
2802
2179
|
:param mirror: Mirror Editing
|
|
2803
|
-
:type mirror: bool | None
|
|
2804
2180
|
:param use_proportional_edit: Proportional Editing
|
|
2805
|
-
:type use_proportional_edit: bool | None
|
|
2806
2181
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
2807
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
2808
2182
|
:param proportional_size: Proportional Size
|
|
2809
|
-
:type proportional_size: float | None
|
|
2810
2183
|
:param use_proportional_connected: Connected
|
|
2811
|
-
:type use_proportional_connected: bool | None
|
|
2812
2184
|
:param use_proportional_projected: Projected (2D)
|
|
2813
|
-
:type use_proportional_projected: bool | None
|
|
2814
2185
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
2815
|
-
:type release_confirm: bool | None
|
|
2816
2186
|
:param use_accurate: Accurate, Use accurate transformation
|
|
2817
|
-
:type use_accurate: bool | None
|
|
2818
2187
|
"""
|
|
2819
2188
|
|
|
2820
2189
|
def rip_edge_move(
|
|
@@ -2827,12 +2196,8 @@ def rip_edge_move(
|
|
|
2827
2196
|
) -> None:
|
|
2828
2197
|
"""Extend vertices and move the result
|
|
2829
2198
|
|
|
2830
|
-
:type execution_context: int | str | None
|
|
2831
|
-
:type undo: bool | None
|
|
2832
2199
|
:param MESH_OT_rip_edge: Extend Vertices, Extend vertices along the edge closest to the cursor
|
|
2833
|
-
:type MESH_OT_rip_edge: rip_edge | None
|
|
2834
2200
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
2835
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
2836
2201
|
"""
|
|
2837
2202
|
|
|
2838
2203
|
def rip_move(
|
|
@@ -2845,12 +2210,8 @@ def rip_move(
|
|
|
2845
2210
|
) -> None:
|
|
2846
2211
|
"""Rip polygons and move the result
|
|
2847
2212
|
|
|
2848
|
-
:type execution_context: int | str | None
|
|
2849
|
-
:type undo: bool | None
|
|
2850
2213
|
:param MESH_OT_rip: Rip, Disconnect vertex or edges from connected geometry
|
|
2851
|
-
:type MESH_OT_rip: rip | None
|
|
2852
2214
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
2853
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
2854
2215
|
"""
|
|
2855
2216
|
|
|
2856
2217
|
def screw(
|
|
@@ -2865,16 +2226,10 @@ def screw(
|
|
|
2865
2226
|
) -> None:
|
|
2866
2227
|
"""Extrude selected vertices in screw-shaped rotation around the cursor in indicated viewport
|
|
2867
2228
|
|
|
2868
|
-
:type execution_context: int | str | None
|
|
2869
|
-
:type undo: bool | None
|
|
2870
2229
|
:param steps: Steps, Steps
|
|
2871
|
-
:type steps: int | None
|
|
2872
2230
|
:param turns: Turns, Turns
|
|
2873
|
-
:type turns: int | None
|
|
2874
2231
|
:param center: Center, Center in global view space
|
|
2875
|
-
:type center: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2876
2232
|
:param axis: Axis, Axis in global view space
|
|
2877
|
-
:type axis: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
2878
2233
|
"""
|
|
2879
2234
|
|
|
2880
2235
|
def select_all(
|
|
@@ -2886,8 +2241,6 @@ def select_all(
|
|
|
2886
2241
|
) -> None:
|
|
2887
2242
|
"""(De)select all vertices, edges or faces
|
|
2888
2243
|
|
|
2889
|
-
:type execution_context: int | str | None
|
|
2890
|
-
:type undo: bool | None
|
|
2891
2244
|
:param action: Action, Selection action to execute
|
|
2892
2245
|
|
|
2893
2246
|
TOGGLE
|
|
@@ -2901,7 +2254,6 @@ def select_all(
|
|
|
2901
2254
|
|
|
2902
2255
|
INVERT
|
|
2903
2256
|
Invert -- Invert selection of all elements.
|
|
2904
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
2905
2257
|
"""
|
|
2906
2258
|
|
|
2907
2259
|
def select_axis(
|
|
@@ -2916,16 +2268,10 @@ def select_axis(
|
|
|
2916
2268
|
) -> None:
|
|
2917
2269
|
"""Select all data in the mesh on a single axis
|
|
2918
2270
|
|
|
2919
|
-
:type execution_context: int | str | None
|
|
2920
|
-
:type undo: bool | None
|
|
2921
2271
|
:param orientation: Axis Mode, Axis orientation
|
|
2922
|
-
:type orientation: bpy.stub_internal.rna_enums.TransformOrientationItems | None
|
|
2923
2272
|
:param sign: Axis Sign, Side to select
|
|
2924
|
-
:type sign: typing.Literal['POS','NEG','ALIGN'] | None
|
|
2925
2273
|
:param axis: Axis, Select the axis to compare each vertex on
|
|
2926
|
-
:type axis: bpy.stub_internal.rna_enums.AxisXyzItems | None
|
|
2927
2274
|
:param threshold: Threshold
|
|
2928
|
-
:type threshold: float | None
|
|
2929
2275
|
"""
|
|
2930
2276
|
|
|
2931
2277
|
def select_by_attribute(
|
|
@@ -2933,11 +2279,7 @@ def select_by_attribute(
|
|
|
2933
2279
|
undo: bool | None = None,
|
|
2934
2280
|
/,
|
|
2935
2281
|
) -> None:
|
|
2936
|
-
"""Select elements based on the active boolean attribute
|
|
2937
|
-
|
|
2938
|
-
:type execution_context: int | str | None
|
|
2939
|
-
:type undo: bool | None
|
|
2940
|
-
"""
|
|
2282
|
+
"""Select elements based on the active boolean attribute"""
|
|
2941
2283
|
|
|
2942
2284
|
def select_by_pole_count(
|
|
2943
2285
|
execution_context: int | str | None = None,
|
|
@@ -2951,16 +2293,10 @@ def select_by_pole_count(
|
|
|
2951
2293
|
) -> None:
|
|
2952
2294
|
"""Select vertices at poles by the number of connected edges. In edge and face mode the geometry connected to the vertices is selected
|
|
2953
2295
|
|
|
2954
|
-
:type execution_context: int | str | None
|
|
2955
|
-
:type undo: bool | None
|
|
2956
2296
|
:param pole_count: Pole Count
|
|
2957
|
-
:type pole_count: int | None
|
|
2958
2297
|
:param type: Type, Type of comparison to make
|
|
2959
|
-
:type type: typing.Literal['LESS','EQUAL','GREATER','NOTEQUAL'] | None
|
|
2960
2298
|
:param extend: Extend, Extend the selection
|
|
2961
|
-
:type extend: bool | None
|
|
2962
2299
|
:param exclude_nonmanifold: Exclude Non Manifold, Exclude non-manifold poles
|
|
2963
|
-
:type exclude_nonmanifold: bool | None
|
|
2964
2300
|
"""
|
|
2965
2301
|
|
|
2966
2302
|
def select_face_by_sides(
|
|
@@ -2974,14 +2310,9 @@ def select_face_by_sides(
|
|
|
2974
2310
|
) -> None:
|
|
2975
2311
|
"""Select vertices or faces by the number of face sides
|
|
2976
2312
|
|
|
2977
|
-
:type execution_context: int | str | None
|
|
2978
|
-
:type undo: bool | None
|
|
2979
2313
|
:param number: Number of Vertices
|
|
2980
|
-
:type number: int | None
|
|
2981
2314
|
:param type: Type, Type of comparison to make
|
|
2982
|
-
:type type: typing.Literal['LESS','EQUAL','GREATER','NOTEQUAL'] | None
|
|
2983
2315
|
:param extend: Extend, Extend the selection
|
|
2984
|
-
:type extend: bool | None
|
|
2985
2316
|
"""
|
|
2986
2317
|
|
|
2987
2318
|
def select_interior_faces(
|
|
@@ -2989,11 +2320,7 @@ def select_interior_faces(
|
|
|
2989
2320
|
undo: bool | None = None,
|
|
2990
2321
|
/,
|
|
2991
2322
|
) -> None:
|
|
2992
|
-
"""Select faces where all edges have more than 2 face users
|
|
2993
|
-
|
|
2994
|
-
:type execution_context: int | str | None
|
|
2995
|
-
:type undo: bool | None
|
|
2996
|
-
"""
|
|
2323
|
+
"""Select faces where all edges have more than 2 face users"""
|
|
2997
2324
|
|
|
2998
2325
|
def select_less(
|
|
2999
2326
|
execution_context: int | str | None = None,
|
|
@@ -3004,10 +2331,7 @@ def select_less(
|
|
|
3004
2331
|
) -> None:
|
|
3005
2332
|
"""Deselect vertices, edges or faces at the boundary of each selection region
|
|
3006
2333
|
|
|
3007
|
-
:type execution_context: int | str | None
|
|
3008
|
-
:type undo: bool | None
|
|
3009
2334
|
:param use_face_step: Face Step, Connected faces (instead of edges)
|
|
3010
|
-
:type use_face_step: bool | None
|
|
3011
2335
|
"""
|
|
3012
2336
|
|
|
3013
2337
|
def select_linked(
|
|
@@ -3019,10 +2343,7 @@ def select_linked(
|
|
|
3019
2343
|
) -> None:
|
|
3020
2344
|
"""Select all vertices connected to the current selection
|
|
3021
2345
|
|
|
3022
|
-
:type execution_context: int | str | None
|
|
3023
|
-
:type undo: bool | None
|
|
3024
2346
|
:param delimit: Delimit, Delimit selected region
|
|
3025
|
-
:type delimit: set[bpy.stub_internal.rna_enums.MeshDelimitModeItems] | None
|
|
3026
2347
|
"""
|
|
3027
2348
|
|
|
3028
2349
|
def select_linked_pick(
|
|
@@ -3037,14 +2358,8 @@ def select_linked_pick(
|
|
|
3037
2358
|
) -> None:
|
|
3038
2359
|
"""(De)select all vertices linked to the edge under the mouse cursor
|
|
3039
2360
|
|
|
3040
|
-
:type execution_context: int | str | None
|
|
3041
|
-
:type undo: bool | None
|
|
3042
2361
|
:param deselect: Deselect
|
|
3043
|
-
:type deselect: bool | None
|
|
3044
2362
|
:param delimit: Delimit, Delimit selected region
|
|
3045
|
-
:type delimit: set[bpy.stub_internal.rna_enums.MeshDelimitModeItems] | None
|
|
3046
|
-
:type object_index: int | None
|
|
3047
|
-
:type index: int | None
|
|
3048
2363
|
"""
|
|
3049
2364
|
|
|
3050
2365
|
def select_loose(
|
|
@@ -3056,10 +2371,7 @@ def select_loose(
|
|
|
3056
2371
|
) -> None:
|
|
3057
2372
|
"""Select loose geometry based on the selection mode
|
|
3058
2373
|
|
|
3059
|
-
:type execution_context: int | str | None
|
|
3060
|
-
:type undo: bool | None
|
|
3061
2374
|
:param extend: Extend, Extend the selection
|
|
3062
|
-
:type extend: bool | None
|
|
3063
2375
|
"""
|
|
3064
2376
|
|
|
3065
2377
|
def select_mirror(
|
|
@@ -3072,12 +2384,8 @@ def select_mirror(
|
|
|
3072
2384
|
) -> None:
|
|
3073
2385
|
"""Select mesh items at mirrored locations
|
|
3074
2386
|
|
|
3075
|
-
:type execution_context: int | str | None
|
|
3076
|
-
:type undo: bool | None
|
|
3077
2387
|
:param axis: Axis
|
|
3078
|
-
:type axis: set[bpy.stub_internal.rna_enums.AxisFlagXyzItems] | None
|
|
3079
2388
|
:param extend: Extend, Extend the existing selection
|
|
3080
|
-
:type extend: bool | None
|
|
3081
2389
|
"""
|
|
3082
2390
|
|
|
3083
2391
|
def select_mode(
|
|
@@ -3092,14 +2400,9 @@ def select_mode(
|
|
|
3092
2400
|
) -> None:
|
|
3093
2401
|
"""Change selection mode
|
|
3094
2402
|
|
|
3095
|
-
:type execution_context: int | str | None
|
|
3096
|
-
:type undo: bool | None
|
|
3097
2403
|
:param use_extend: Extend
|
|
3098
|
-
:type use_extend: bool | None
|
|
3099
2404
|
:param use_expand: Expand
|
|
3100
|
-
:type use_expand: bool | None
|
|
3101
2405
|
:param type: Type
|
|
3102
|
-
:type type: bpy.stub_internal.rna_enums.MeshSelectModeItems | None
|
|
3103
2406
|
:param action: Action, Selection action to execute
|
|
3104
2407
|
|
|
3105
2408
|
DISABLE
|
|
@@ -3110,7 +2413,6 @@ def select_mode(
|
|
|
3110
2413
|
|
|
3111
2414
|
TOGGLE
|
|
3112
2415
|
Toggle -- Toggle disabled flag for selected markers.
|
|
3113
|
-
:type action: typing.Literal['DISABLE','ENABLE','TOGGLE'] | None
|
|
3114
2416
|
"""
|
|
3115
2417
|
|
|
3116
2418
|
def select_more(
|
|
@@ -3122,10 +2424,7 @@ def select_more(
|
|
|
3122
2424
|
) -> None:
|
|
3123
2425
|
"""Select more vertices, edges or faces connected to initial selection
|
|
3124
2426
|
|
|
3125
|
-
:type execution_context: int | str | None
|
|
3126
|
-
:type undo: bool | None
|
|
3127
2427
|
:param use_face_step: Face Step, Connected faces (instead of edges)
|
|
3128
|
-
:type use_face_step: bool | None
|
|
3129
2428
|
"""
|
|
3130
2429
|
|
|
3131
2430
|
def select_next_item(
|
|
@@ -3133,11 +2432,7 @@ def select_next_item(
|
|
|
3133
2432
|
undo: bool | None = None,
|
|
3134
2433
|
/,
|
|
3135
2434
|
) -> None:
|
|
3136
|
-
"""Select the next element (using selection order)
|
|
3137
|
-
|
|
3138
|
-
:type execution_context: int | str | None
|
|
3139
|
-
:type undo: bool | None
|
|
3140
|
-
"""
|
|
2435
|
+
"""Select the next element (using selection order)"""
|
|
3141
2436
|
|
|
3142
2437
|
def select_non_manifold(
|
|
3143
2438
|
execution_context: int | str | None = None,
|
|
@@ -3153,20 +2448,12 @@ def select_non_manifold(
|
|
|
3153
2448
|
) -> None:
|
|
3154
2449
|
"""Select all non-manifold vertices or edges
|
|
3155
2450
|
|
|
3156
|
-
:type execution_context: int | str | None
|
|
3157
|
-
:type undo: bool | None
|
|
3158
2451
|
:param extend: Extend, Extend the selection
|
|
3159
|
-
:type extend: bool | None
|
|
3160
2452
|
:param use_wire: Wire, Wire edges
|
|
3161
|
-
:type use_wire: bool | None
|
|
3162
2453
|
:param use_boundary: Boundaries, Boundary edges
|
|
3163
|
-
:type use_boundary: bool | None
|
|
3164
2454
|
:param use_multi_face: Multiple Faces, Edges shared by more than two faces
|
|
3165
|
-
:type use_multi_face: bool | None
|
|
3166
2455
|
:param use_non_contiguous: Non Contiguous, Edges between faces pointing in alternate directions
|
|
3167
|
-
:type use_non_contiguous: bool | None
|
|
3168
2456
|
:param use_verts: Vertices, Vertices connecting multiple face regions
|
|
3169
|
-
:type use_verts: bool | None
|
|
3170
2457
|
"""
|
|
3171
2458
|
|
|
3172
2459
|
def select_nth(
|
|
@@ -3180,14 +2467,9 @@ def select_nth(
|
|
|
3180
2467
|
) -> None:
|
|
3181
2468
|
"""Deselect every Nth element starting from the active vertex, edge or face
|
|
3182
2469
|
|
|
3183
|
-
:type execution_context: int | str | None
|
|
3184
|
-
:type undo: bool | None
|
|
3185
2470
|
:param skip: Deselected, Number of deselected elements in the repetitive sequence
|
|
3186
|
-
:type skip: int | None
|
|
3187
2471
|
:param nth: Selected, Number of selected elements in the repetitive sequence
|
|
3188
|
-
:type nth: int | None
|
|
3189
2472
|
:param offset: Offset, Offset from the starting point
|
|
3190
|
-
:type offset: int | None
|
|
3191
2473
|
"""
|
|
3192
2474
|
|
|
3193
2475
|
def select_prev_item(
|
|
@@ -3195,11 +2477,7 @@ def select_prev_item(
|
|
|
3195
2477
|
undo: bool | None = None,
|
|
3196
2478
|
/,
|
|
3197
2479
|
) -> None:
|
|
3198
|
-
"""Select the previous element (using selection order)
|
|
3199
|
-
|
|
3200
|
-
:type execution_context: int | str | None
|
|
3201
|
-
:type undo: bool | None
|
|
3202
|
-
"""
|
|
2480
|
+
"""Select the previous element (using selection order)"""
|
|
3203
2481
|
|
|
3204
2482
|
def select_random(
|
|
3205
2483
|
execution_context: int | str | None = None,
|
|
@@ -3212,12 +2490,8 @@ def select_random(
|
|
|
3212
2490
|
) -> None:
|
|
3213
2491
|
"""Randomly select vertices
|
|
3214
2492
|
|
|
3215
|
-
:type execution_context: int | str | None
|
|
3216
|
-
:type undo: bool | None
|
|
3217
2493
|
:param ratio: Ratio, Portion of items to select randomly
|
|
3218
|
-
:type ratio: float | None
|
|
3219
2494
|
:param seed: Random Seed, Seed for the random number generator
|
|
3220
|
-
:type seed: int | None
|
|
3221
2495
|
:param action: Action, Selection action to execute
|
|
3222
2496
|
|
|
3223
2497
|
SELECT
|
|
@@ -3225,7 +2499,6 @@ def select_random(
|
|
|
3225
2499
|
|
|
3226
2500
|
DESELECT
|
|
3227
2501
|
Deselect -- Deselect all elements.
|
|
3228
|
-
:type action: typing.Literal['SELECT','DESELECT'] | None
|
|
3229
2502
|
"""
|
|
3230
2503
|
|
|
3231
2504
|
def select_similar(
|
|
@@ -3263,14 +2536,9 @@ def select_similar(
|
|
|
3263
2536
|
) -> None:
|
|
3264
2537
|
"""Select similar vertices, edges or faces by property types
|
|
3265
2538
|
|
|
3266
|
-
:type execution_context: int | str | None
|
|
3267
|
-
:type undo: bool | None
|
|
3268
2539
|
:param type: Type
|
|
3269
|
-
: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
|
|
3270
2540
|
:param compare: Compare
|
|
3271
|
-
:type compare: typing.Literal['EQUAL','GREATER','LESS'] | None
|
|
3272
2541
|
:param threshold: Threshold
|
|
3273
|
-
:type threshold: float | None
|
|
3274
2542
|
"""
|
|
3275
2543
|
|
|
3276
2544
|
def select_similar_region(
|
|
@@ -3278,11 +2546,7 @@ def select_similar_region(
|
|
|
3278
2546
|
undo: bool | None = None,
|
|
3279
2547
|
/,
|
|
3280
2548
|
) -> None:
|
|
3281
|
-
"""Select similar face regions to the current selection
|
|
3282
|
-
|
|
3283
|
-
:type execution_context: int | str | None
|
|
3284
|
-
:type undo: bool | None
|
|
3285
|
-
"""
|
|
2549
|
+
"""Select similar face regions to the current selection"""
|
|
3286
2550
|
|
|
3287
2551
|
def select_ungrouped(
|
|
3288
2552
|
execution_context: int | str | None = None,
|
|
@@ -3293,10 +2557,7 @@ def select_ungrouped(
|
|
|
3293
2557
|
) -> None:
|
|
3294
2558
|
"""Select vertices without a group
|
|
3295
2559
|
|
|
3296
|
-
:type execution_context: int | str | None
|
|
3297
|
-
:type undo: bool | None
|
|
3298
2560
|
:param extend: Extend, Extend the selection
|
|
3299
|
-
:type extend: bool | None
|
|
3300
2561
|
"""
|
|
3301
2562
|
|
|
3302
2563
|
def separate(
|
|
@@ -3308,10 +2569,7 @@ def separate(
|
|
|
3308
2569
|
) -> None:
|
|
3309
2570
|
"""Separate selected geometry into a new mesh
|
|
3310
2571
|
|
|
3311
|
-
:type execution_context: int | str | None
|
|
3312
|
-
:type undo: bool | None
|
|
3313
2572
|
:param type: Type
|
|
3314
|
-
:type type: typing.Literal['SELECTED','MATERIAL','LOOSE'] | None
|
|
3315
2573
|
"""
|
|
3316
2574
|
|
|
3317
2575
|
def set_normals_from_faces(
|
|
@@ -3323,10 +2581,7 @@ def set_normals_from_faces(
|
|
|
3323
2581
|
) -> None:
|
|
3324
2582
|
"""Set the custom normals from the selected faces ones
|
|
3325
2583
|
|
|
3326
|
-
:type execution_context: int | str | None
|
|
3327
|
-
:type undo: bool | None
|
|
3328
2584
|
:param keep_sharp: Keep Sharp Edges, Do not set sharp edges to face
|
|
3329
|
-
:type keep_sharp: bool | None
|
|
3330
2585
|
"""
|
|
3331
2586
|
|
|
3332
2587
|
def set_sharpness_by_angle(
|
|
@@ -3339,12 +2594,8 @@ def set_sharpness_by_angle(
|
|
|
3339
2594
|
) -> None:
|
|
3340
2595
|
"""Set edge sharpness based on the angle between neighboring faces
|
|
3341
2596
|
|
|
3342
|
-
:type execution_context: int | str | None
|
|
3343
|
-
:type undo: bool | None
|
|
3344
2597
|
:param angle: Angle
|
|
3345
|
-
:type angle: float | None
|
|
3346
2598
|
:param extend: Extend, Add new sharp edges without clearing existing sharp edges
|
|
3347
|
-
:type extend: bool | None
|
|
3348
2599
|
"""
|
|
3349
2600
|
|
|
3350
2601
|
def shape_propagate_to_all(
|
|
@@ -3352,11 +2603,7 @@ def shape_propagate_to_all(
|
|
|
3352
2603
|
undo: bool | None = None,
|
|
3353
2604
|
/,
|
|
3354
2605
|
) -> None:
|
|
3355
|
-
"""Apply selected vertex locations to all other shape keys
|
|
3356
|
-
|
|
3357
|
-
:type execution_context: int | str | None
|
|
3358
|
-
:type undo: bool | None
|
|
3359
|
-
"""
|
|
2606
|
+
"""Apply selected vertex locations to all other shape keys"""
|
|
3360
2607
|
|
|
3361
2608
|
def shortest_path_pick(
|
|
3362
2609
|
execution_context: int | str | None = None,
|
|
@@ -3375,23 +2622,13 @@ def shortest_path_pick(
|
|
|
3375
2622
|
) -> None:
|
|
3376
2623
|
"""Select shortest path between two selections
|
|
3377
2624
|
|
|
3378
|
-
:type execution_context: int | str | None
|
|
3379
|
-
:type undo: bool | None
|
|
3380
2625
|
:param edge_mode: Edge Tag, The edge flag to tag when selecting the shortest path
|
|
3381
|
-
:type edge_mode: typing.Literal['SELECT','SEAM','SHARP','CREASE','BEVEL','FREESTYLE'] | None
|
|
3382
2626
|
:param use_face_step: Face Stepping, Traverse connected faces (includes diagonals and edge-rings)
|
|
3383
|
-
:type use_face_step: bool | None
|
|
3384
2627
|
:param use_topology_distance: Topology Distance, Find the minimum number of steps, ignoring spatial distance
|
|
3385
|
-
:type use_topology_distance: bool | None
|
|
3386
2628
|
:param use_fill: Fill Region, Select all paths between the source/destination elements
|
|
3387
|
-
:type use_fill: bool | None
|
|
3388
2629
|
:param skip: Deselected, Number of deselected elements in the repetitive sequence
|
|
3389
|
-
:type skip: int | None
|
|
3390
2630
|
:param nth: Selected, Number of selected elements in the repetitive sequence
|
|
3391
|
-
:type nth: int | None
|
|
3392
2631
|
:param offset: Offset, Offset from the starting point
|
|
3393
|
-
:type offset: int | None
|
|
3394
|
-
:type index: int | None
|
|
3395
2632
|
"""
|
|
3396
2633
|
|
|
3397
2634
|
def shortest_path_select(
|
|
@@ -3410,22 +2647,13 @@ def shortest_path_select(
|
|
|
3410
2647
|
) -> None:
|
|
3411
2648
|
"""Selected shortest path between two vertices/edges/faces
|
|
3412
2649
|
|
|
3413
|
-
:type execution_context: int | str | None
|
|
3414
|
-
:type undo: bool | None
|
|
3415
2650
|
:param edge_mode: Edge Tag, The edge flag to tag when selecting the shortest path
|
|
3416
|
-
:type edge_mode: typing.Literal['SELECT','SEAM','SHARP','CREASE','BEVEL','FREESTYLE'] | None
|
|
3417
2651
|
:param use_face_step: Face Stepping, Traverse connected faces (includes diagonals and edge-rings)
|
|
3418
|
-
:type use_face_step: bool | None
|
|
3419
2652
|
:param use_topology_distance: Topology Distance, Find the minimum number of steps, ignoring spatial distance
|
|
3420
|
-
:type use_topology_distance: bool | None
|
|
3421
2653
|
:param use_fill: Fill Region, Select all paths between the source/destination elements
|
|
3422
|
-
:type use_fill: bool | None
|
|
3423
2654
|
:param skip: Deselected, Number of deselected elements in the repetitive sequence
|
|
3424
|
-
:type skip: int | None
|
|
3425
2655
|
:param nth: Selected, Number of selected elements in the repetitive sequence
|
|
3426
|
-
:type nth: int | None
|
|
3427
2656
|
:param offset: Offset, Offset from the starting point
|
|
3428
|
-
:type offset: int | None
|
|
3429
2657
|
"""
|
|
3430
2658
|
|
|
3431
2659
|
def smooth_normals(
|
|
@@ -3437,10 +2665,7 @@ def smooth_normals(
|
|
|
3437
2665
|
) -> None:
|
|
3438
2666
|
"""Smooth custom normals based on adjacent vertex normals
|
|
3439
2667
|
|
|
3440
|
-
:type execution_context: int | str | None
|
|
3441
|
-
:type undo: bool | None
|
|
3442
2668
|
:param factor: Factor, Specifies weight of smooth vs original normal
|
|
3443
|
-
:type factor: float | None
|
|
3444
2669
|
"""
|
|
3445
2670
|
|
|
3446
2671
|
def solidify(
|
|
@@ -3452,10 +2677,7 @@ def solidify(
|
|
|
3452
2677
|
) -> None:
|
|
3453
2678
|
"""Create a solid skin by extruding, compensating for sharp angles
|
|
3454
2679
|
|
|
3455
|
-
:type execution_context: int | str | None
|
|
3456
|
-
:type undo: bool | None
|
|
3457
2680
|
:param thickness: Thickness
|
|
3458
|
-
:type thickness: float | None
|
|
3459
2681
|
"""
|
|
3460
2682
|
|
|
3461
2683
|
def sort_elements(
|
|
@@ -3479,8 +2701,6 @@ def sort_elements(
|
|
|
3479
2701
|
) -> None:
|
|
3480
2702
|
"""The order of selected vertices/edges/faces is modified, based on a given method
|
|
3481
2703
|
|
|
3482
|
-
:type execution_context: int | str | None
|
|
3483
|
-
:type undo: bool | None
|
|
3484
2704
|
:param type: Type, Type of reordering operation to apply
|
|
3485
2705
|
|
|
3486
2706
|
VIEW_ZAXIS
|
|
@@ -3504,13 +2724,9 @@ def sort_elements(
|
|
|
3504
2724
|
|
|
3505
2725
|
REVERSE
|
|
3506
2726
|
Reverse -- Reverse current order of selected elements.
|
|
3507
|
-
:type type: typing.Literal['VIEW_ZAXIS','VIEW_XAXIS','CURSOR_DISTANCE','MATERIAL','SELECTED','RANDOMIZE','REVERSE'] | None
|
|
3508
2727
|
:param elements: Elements, Which elements to affect (vertices, edges and/or faces)
|
|
3509
|
-
:type elements: set[typing.Literal['VERT','EDGE','FACE']] | None
|
|
3510
2728
|
:param reverse: Reverse, Reverse the sorting effect
|
|
3511
|
-
:type reverse: bool | None
|
|
3512
2729
|
:param seed: Seed, Seed for random-based operations
|
|
3513
|
-
:type seed: int | None
|
|
3514
2730
|
"""
|
|
3515
2731
|
|
|
3516
2732
|
def spin(
|
|
@@ -3528,22 +2744,13 @@ def spin(
|
|
|
3528
2744
|
) -> None:
|
|
3529
2745
|
"""Extrude selected vertices in a circle around the cursor in indicated viewport
|
|
3530
2746
|
|
|
3531
|
-
:type execution_context: int | str | None
|
|
3532
|
-
:type undo: bool | None
|
|
3533
2747
|
:param steps: Steps, Steps
|
|
3534
|
-
:type steps: int | None
|
|
3535
2748
|
:param dupli: Use Duplicates
|
|
3536
|
-
:type dupli: bool | None
|
|
3537
2749
|
:param angle: Angle, Rotation for each step
|
|
3538
|
-
:type angle: float | None
|
|
3539
2750
|
:param use_auto_merge: Auto Merge, Merge first/last when the angle is a full revolution
|
|
3540
|
-
:type use_auto_merge: bool | None
|
|
3541
2751
|
:param use_normal_flip: Flip Normals
|
|
3542
|
-
:type use_normal_flip: bool | None
|
|
3543
2752
|
:param center: Center, Center in global view space
|
|
3544
|
-
:type center: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
3545
2753
|
:param axis: Axis, Axis in global view space
|
|
3546
|
-
:type axis: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
3547
2754
|
"""
|
|
3548
2755
|
|
|
3549
2756
|
def split(
|
|
@@ -3551,22 +2758,14 @@ def split(
|
|
|
3551
2758
|
undo: bool | None = None,
|
|
3552
2759
|
/,
|
|
3553
2760
|
) -> None:
|
|
3554
|
-
"""Split off selected geometry from connected unselected geometry
|
|
3555
|
-
|
|
3556
|
-
:type execution_context: int | str | None
|
|
3557
|
-
:type undo: bool | None
|
|
3558
|
-
"""
|
|
2761
|
+
"""Split off selected geometry from connected unselected geometry"""
|
|
3559
2762
|
|
|
3560
2763
|
def split_normals(
|
|
3561
2764
|
execution_context: int | str | None = None,
|
|
3562
2765
|
undo: bool | None = None,
|
|
3563
2766
|
/,
|
|
3564
2767
|
) -> None:
|
|
3565
|
-
"""Split custom normals of selected vertices
|
|
3566
|
-
|
|
3567
|
-
:type execution_context: int | str | None
|
|
3568
|
-
:type undo: bool | None
|
|
3569
|
-
"""
|
|
2768
|
+
"""Split custom normals of selected vertices"""
|
|
3570
2769
|
|
|
3571
2770
|
def subdivide(
|
|
3572
2771
|
execution_context: int | str | None = None,
|
|
@@ -3584,22 +2783,13 @@ def subdivide(
|
|
|
3584
2783
|
) -> None:
|
|
3585
2784
|
"""Subdivide selected edges
|
|
3586
2785
|
|
|
3587
|
-
:type execution_context: int | str | None
|
|
3588
|
-
:type undo: bool | None
|
|
3589
2786
|
:param number_cuts: Number of Cuts
|
|
3590
|
-
:type number_cuts: int | None
|
|
3591
2787
|
:param smoothness: Smoothness, Smoothness factor
|
|
3592
|
-
:type smoothness: float | None
|
|
3593
2788
|
:param ngon: Create N-Gons, When disabled, newly created faces are limited to 3 and 4 sided faces
|
|
3594
|
-
:type ngon: bool | None
|
|
3595
2789
|
:param quadcorner: Quad Corner Type, How to subdivide quad corners (anything other than Straight Cut will prevent n-gons)
|
|
3596
|
-
:type quadcorner: typing.Literal['INNERVERT','PATH','STRAIGHT_CUT','FAN'] | None
|
|
3597
2790
|
:param fractal: Fractal, Fractal randomness factor
|
|
3598
|
-
:type fractal: float | None
|
|
3599
2791
|
:param fractal_along_normal: Along Normal, Apply fractal displacement along normal only
|
|
3600
|
-
:type fractal_along_normal: float | None
|
|
3601
2792
|
:param seed: Random Seed, Seed for the random number generator
|
|
3602
|
-
:type seed: int | None
|
|
3603
2793
|
"""
|
|
3604
2794
|
|
|
3605
2795
|
def subdivide_edgering(
|
|
@@ -3616,18 +2806,11 @@ def subdivide_edgering(
|
|
|
3616
2806
|
) -> None:
|
|
3617
2807
|
"""Subdivide perpendicular edges to the selected edge-ring
|
|
3618
2808
|
|
|
3619
|
-
:type execution_context: int | str | None
|
|
3620
|
-
:type undo: bool | None
|
|
3621
2809
|
:param number_cuts: Number of Cuts
|
|
3622
|
-
:type number_cuts: int | None
|
|
3623
2810
|
:param interpolation: Interpolation, Interpolation method
|
|
3624
|
-
:type interpolation: typing.Literal['LINEAR','PATH','SURFACE'] | None
|
|
3625
2811
|
:param smoothness: Smoothness, Smoothness factor
|
|
3626
|
-
:type smoothness: float | None
|
|
3627
2812
|
:param profile_shape_factor: Profile Factor, How much intermediary new edges are shrunk/expanded
|
|
3628
|
-
:type profile_shape_factor: float | None
|
|
3629
2813
|
:param profile_shape: Profile Shape, Shape of the profile
|
|
3630
|
-
:type profile_shape: bpy.stub_internal.rna_enums.ProportionalFalloffCurveOnlyItems | None
|
|
3631
2814
|
"""
|
|
3632
2815
|
|
|
3633
2816
|
def symmetrize(
|
|
@@ -3641,12 +2824,8 @@ def symmetrize(
|
|
|
3641
2824
|
) -> None:
|
|
3642
2825
|
"""Enforce symmetry (both form and topological) across an axis
|
|
3643
2826
|
|
|
3644
|
-
:type execution_context: int | str | None
|
|
3645
|
-
:type undo: bool | None
|
|
3646
2827
|
:param direction: Direction, Which sides to copy from and to
|
|
3647
|
-
:type direction: bpy.stub_internal.rna_enums.SymmetrizeDirectionItems | None
|
|
3648
2828
|
:param threshold: Threshold, Limit for snap middle vertices to the axis center
|
|
3649
|
-
:type threshold: float | None
|
|
3650
2829
|
"""
|
|
3651
2830
|
|
|
3652
2831
|
def symmetry_snap(
|
|
@@ -3662,16 +2841,10 @@ def symmetry_snap(
|
|
|
3662
2841
|
) -> None:
|
|
3663
2842
|
"""Snap vertex pairs to their mirrored locations
|
|
3664
2843
|
|
|
3665
|
-
:type execution_context: int | str | None
|
|
3666
|
-
:type undo: bool | None
|
|
3667
2844
|
:param direction: Direction, Which sides to copy from and to
|
|
3668
|
-
:type direction: bpy.stub_internal.rna_enums.SymmetrizeDirectionItems | None
|
|
3669
2845
|
:param threshold: Threshold, Distance within which matching vertices are searched
|
|
3670
|
-
:type threshold: float | None
|
|
3671
2846
|
:param factor: Factor, Mix factor of the locations of the vertices
|
|
3672
|
-
:type factor: float | None
|
|
3673
2847
|
:param use_center: Center, Snap middle vertices to the axis center
|
|
3674
|
-
:type use_center: bool | None
|
|
3675
2848
|
"""
|
|
3676
2849
|
|
|
3677
2850
|
def tris_convert_to_quads(
|
|
@@ -3691,26 +2864,15 @@ def tris_convert_to_quads(
|
|
|
3691
2864
|
) -> None:
|
|
3692
2865
|
"""Merge triangles into four sided polygons where possible
|
|
3693
2866
|
|
|
3694
|
-
:type execution_context: int | str | None
|
|
3695
|
-
:type undo: bool | None
|
|
3696
2867
|
:param face_threshold: Max Face Angle, Face angle limit
|
|
3697
|
-
:type face_threshold: float | None
|
|
3698
2868
|
:param shape_threshold: Max Shape Angle, Shape angle limit
|
|
3699
|
-
:type shape_threshold: float | None
|
|
3700
2869
|
:param topology_influence: Topology Influence, How much to prioritize regular grids of quads as well as quads that touch existing quads
|
|
3701
|
-
:type topology_influence: float | None
|
|
3702
2870
|
:param uvs: Compare UVs
|
|
3703
|
-
:type uvs: bool | None
|
|
3704
2871
|
:param vcols: Compare Color Attributes
|
|
3705
|
-
:type vcols: bool | None
|
|
3706
2872
|
:param seam: Compare Seam
|
|
3707
|
-
:type seam: bool | None
|
|
3708
2873
|
:param sharp: Compare Sharp
|
|
3709
|
-
:type sharp: bool | None
|
|
3710
2874
|
:param materials: Compare Materials
|
|
3711
|
-
:type materials: bool | None
|
|
3712
2875
|
:param deselect_joined: Deselect Joined, Only select remaining triangles that were not merged
|
|
3713
|
-
:type deselect_joined: bool | None
|
|
3714
2876
|
"""
|
|
3715
2877
|
|
|
3716
2878
|
def unsubdivide(
|
|
@@ -3722,10 +2884,7 @@ def unsubdivide(
|
|
|
3722
2884
|
) -> None:
|
|
3723
2885
|
"""Un-subdivide selected edges and faces
|
|
3724
2886
|
|
|
3725
|
-
:type execution_context: int | str | None
|
|
3726
|
-
:type undo: bool | None
|
|
3727
2887
|
:param iterations: Iterations, Number of times to un-subdivide
|
|
3728
|
-
:type iterations: int | None
|
|
3729
2888
|
"""
|
|
3730
2889
|
|
|
3731
2890
|
def uv_texture_add(
|
|
@@ -3733,33 +2892,21 @@ def uv_texture_add(
|
|
|
3733
2892
|
undo: bool | None = None,
|
|
3734
2893
|
/,
|
|
3735
2894
|
) -> None:
|
|
3736
|
-
"""Add UV map
|
|
3737
|
-
|
|
3738
|
-
:type execution_context: int | str | None
|
|
3739
|
-
:type undo: bool | None
|
|
3740
|
-
"""
|
|
2895
|
+
"""Add UV map"""
|
|
3741
2896
|
|
|
3742
2897
|
def uv_texture_remove(
|
|
3743
2898
|
execution_context: int | str | None = None,
|
|
3744
2899
|
undo: bool | None = None,
|
|
3745
2900
|
/,
|
|
3746
2901
|
) -> None:
|
|
3747
|
-
"""Remove UV map
|
|
3748
|
-
|
|
3749
|
-
:type execution_context: int | str | None
|
|
3750
|
-
:type undo: bool | None
|
|
3751
|
-
"""
|
|
2902
|
+
"""Remove UV map"""
|
|
3752
2903
|
|
|
3753
2904
|
def uvs_reverse(
|
|
3754
2905
|
execution_context: int | str | None = None,
|
|
3755
2906
|
undo: bool | None = None,
|
|
3756
2907
|
/,
|
|
3757
2908
|
) -> None:
|
|
3758
|
-
"""Flip direction of UV coordinates inside faces
|
|
3759
|
-
|
|
3760
|
-
:type execution_context: int | str | None
|
|
3761
|
-
:type undo: bool | None
|
|
3762
|
-
"""
|
|
2909
|
+
"""Flip direction of UV coordinates inside faces"""
|
|
3763
2910
|
|
|
3764
2911
|
def uvs_rotate(
|
|
3765
2912
|
execution_context: int | str | None = None,
|
|
@@ -3770,10 +2917,7 @@ def uvs_rotate(
|
|
|
3770
2917
|
) -> None:
|
|
3771
2918
|
"""Rotate UV coordinates inside faces
|
|
3772
2919
|
|
|
3773
|
-
:type execution_context: int | str | None
|
|
3774
|
-
:type undo: bool | None
|
|
3775
2920
|
:param use_ccw: Counter Clockwise
|
|
3776
|
-
:type use_ccw: bool | None
|
|
3777
2921
|
"""
|
|
3778
2922
|
|
|
3779
2923
|
def vert_connect(
|
|
@@ -3781,22 +2925,14 @@ def vert_connect(
|
|
|
3781
2925
|
undo: bool | None = None,
|
|
3782
2926
|
/,
|
|
3783
2927
|
) -> None:
|
|
3784
|
-
"""Connect selected vertices of faces, splitting the face
|
|
3785
|
-
|
|
3786
|
-
:type execution_context: int | str | None
|
|
3787
|
-
:type undo: bool | None
|
|
3788
|
-
"""
|
|
2928
|
+
"""Connect selected vertices of faces, splitting the face"""
|
|
3789
2929
|
|
|
3790
2930
|
def vert_connect_concave(
|
|
3791
2931
|
execution_context: int | str | None = None,
|
|
3792
2932
|
undo: bool | None = None,
|
|
3793
2933
|
/,
|
|
3794
2934
|
) -> None:
|
|
3795
|
-
"""Make all faces convex
|
|
3796
|
-
|
|
3797
|
-
:type execution_context: int | str | None
|
|
3798
|
-
:type undo: bool | None
|
|
3799
|
-
"""
|
|
2935
|
+
"""Make all faces convex"""
|
|
3800
2936
|
|
|
3801
2937
|
def vert_connect_nonplanar(
|
|
3802
2938
|
execution_context: int | str | None = None,
|
|
@@ -3807,10 +2943,7 @@ def vert_connect_nonplanar(
|
|
|
3807
2943
|
) -> None:
|
|
3808
2944
|
"""Split non-planar faces that exceed the angle threshold
|
|
3809
2945
|
|
|
3810
|
-
:type execution_context: int | str | None
|
|
3811
|
-
:type undo: bool | None
|
|
3812
2946
|
:param angle_limit: Max Angle, Angle limit
|
|
3813
|
-
:type angle_limit: float | None
|
|
3814
2947
|
"""
|
|
3815
2948
|
|
|
3816
2949
|
def vert_connect_path(
|
|
@@ -3818,11 +2951,7 @@ def vert_connect_path(
|
|
|
3818
2951
|
undo: bool | None = None,
|
|
3819
2952
|
/,
|
|
3820
2953
|
) -> None:
|
|
3821
|
-
"""Connect vertices by their selection order, creating edges, splitting faces
|
|
3822
|
-
|
|
3823
|
-
:type execution_context: int | str | None
|
|
3824
|
-
:type undo: bool | None
|
|
3825
|
-
"""
|
|
2954
|
+
"""Connect vertices by their selection order, creating edges, splitting faces"""
|
|
3826
2955
|
|
|
3827
2956
|
def vertices_smooth(
|
|
3828
2957
|
execution_context: int | str | None = None,
|
|
@@ -3838,20 +2967,12 @@ def vertices_smooth(
|
|
|
3838
2967
|
) -> None:
|
|
3839
2968
|
"""Flatten angles of selected vertices
|
|
3840
2969
|
|
|
3841
|
-
:type execution_context: int | str | None
|
|
3842
|
-
:type undo: bool | None
|
|
3843
2970
|
:param factor: Smoothing, Smoothing factor
|
|
3844
|
-
:type factor: float | None
|
|
3845
2971
|
:param repeat: Repeat, Number of times to smooth the mesh
|
|
3846
|
-
:type repeat: int | None
|
|
3847
2972
|
:param xaxis: X-Axis, Smooth along the X axis
|
|
3848
|
-
:type xaxis: bool | None
|
|
3849
2973
|
:param yaxis: Y-Axis, Smooth along the Y axis
|
|
3850
|
-
:type yaxis: bool | None
|
|
3851
2974
|
:param zaxis: Z-Axis, Smooth along the Z axis
|
|
3852
|
-
:type zaxis: bool | None
|
|
3853
2975
|
:param wait_for_input: Wait for Input
|
|
3854
|
-
:type wait_for_input: bool | None
|
|
3855
2976
|
"""
|
|
3856
2977
|
|
|
3857
2978
|
def vertices_smooth_laplacian(
|
|
@@ -3869,22 +2990,13 @@ def vertices_smooth_laplacian(
|
|
|
3869
2990
|
) -> None:
|
|
3870
2991
|
"""Laplacian smooth of selected vertices
|
|
3871
2992
|
|
|
3872
|
-
:type execution_context: int | str | None
|
|
3873
|
-
:type undo: bool | None
|
|
3874
2993
|
:param repeat: Number of iterations to smooth the mesh
|
|
3875
|
-
:type repeat: int | None
|
|
3876
2994
|
:param lambda_factor: Lambda factor
|
|
3877
|
-
:type lambda_factor: float | None
|
|
3878
2995
|
:param lambda_border: Lambda factor in border
|
|
3879
|
-
:type lambda_border: float | None
|
|
3880
2996
|
:param use_x: Smooth X Axis, Smooth object along X axis
|
|
3881
|
-
:type use_x: bool | None
|
|
3882
2997
|
:param use_y: Smooth Y Axis, Smooth object along Y axis
|
|
3883
|
-
:type use_y: bool | None
|
|
3884
2998
|
:param use_z: Smooth Z Axis, Smooth object along Z axis
|
|
3885
|
-
:type use_z: bool | None
|
|
3886
2999
|
:param preserve_volume: Preserve Volume, Apply volume preservation after smooth
|
|
3887
|
-
:type preserve_volume: bool | None
|
|
3888
3000
|
"""
|
|
3889
3001
|
|
|
3890
3002
|
def wireframe(
|
|
@@ -3903,22 +3015,12 @@ def wireframe(
|
|
|
3903
3015
|
) -> None:
|
|
3904
3016
|
"""Create a solid wireframe from faces
|
|
3905
3017
|
|
|
3906
|
-
:type execution_context: int | str | None
|
|
3907
|
-
:type undo: bool | None
|
|
3908
3018
|
:param use_boundary: Boundary, Inset face boundaries
|
|
3909
|
-
:type use_boundary: bool | None
|
|
3910
3019
|
:param use_even_offset: Offset Even, Scale the offset to give more even thickness
|
|
3911
|
-
:type use_even_offset: bool | None
|
|
3912
3020
|
:param use_relative_offset: Offset Relative, Scale the offset by surrounding geometry
|
|
3913
|
-
:type use_relative_offset: bool | None
|
|
3914
3021
|
:param use_replace: Replace, Remove original faces
|
|
3915
|
-
:type use_replace: bool | None
|
|
3916
3022
|
:param thickness: Thickness
|
|
3917
|
-
:type thickness: float | None
|
|
3918
3023
|
:param offset: Offset
|
|
3919
|
-
:type offset: float | None
|
|
3920
3024
|
:param use_crease: Crease, Crease hub edges for an improved subdivision surface
|
|
3921
|
-
:type use_crease: bool | None
|
|
3922
3025
|
:param crease_weight: Crease Weight
|
|
3923
|
-
:type crease_weight: float | None
|
|
3924
3026
|
"""
|