bpy.ops.mesh
def
remove_and_mark_doubles( *, keep_custom_normals, mark_sharp, normal_threshold, threshold, use_unselected):
Remove and Mark Doubles
Remove doubles while marking merged geometry as seams and/or sharp edgeskeep_custom_normals: boolTrue
Keep Custom Normals
Keep custom split normalsmark_sharp: boolTrue
Mark Sharp
Mark sharpnormal_threshold: float0.0
Normal Angle
Maximum angle between element's normals to mark sharpthreshold: float9.999999747378752e-05
Merge Distance
Maximum distance between elements to mergeuse_unselected: boolFalse
Unselected
Merge selected to other unselected vertices
def
selected_face_sort_front(*, is_back):
選択面の描画順を最前面に
選択中の面の描画順を最も前面/背面に並び替えますis_back: boolFalse
最背面
def
selected_mesh_vertex_group_blur( *, blur_count, blur_mode, blur_range_multi, is_vertex_group_limit_total, selection_blur_accuracy, selection_blur_range_multi, smooth_method, target_vertex_group):
選択部の頂点グループをぼかす
選択メッシュの頂点グループの割り当てをぼかしますblur_count: int1
ウェイトをぼかす回数
blur_mode: bpy.ops.selected_mesh_vertex_group_blur.blur_mode_enum'NORMAL'
ぼかしモード
blur_range_multi: float4.0
ウェイトをぼかす範囲倍率
is_vertex_group_limit_total: boolTrue
ウェイト数を4つに制限
selection_blur_accuracy: int3
選択をぼかす分割精度
selection_blur_range_multi: float4.0
選択をぼかす範囲倍率
smooth_method: bpy.ops.selected_mesh_vertex_group_blur.smooth_method_enum'TRIGONOMETRIC'
減衰タイプ
target_vertex_group: bpy.ops.selected_mesh_vertex_group_blur.target_vertex_group_enum'ALL'
対象頂点グループ
def
selected_mesh_vertex_group_calculation( *, calculation_mode, calculation_value, selection_blur_accuracy, selection_blur_range_multi, smooth_method, target_vertex_group):
選択部の頂点グループに四則演算
選択メッシュの頂点グループの割り当てに四則演算を施しますcalculation_mode: bpy.ops.selected_mesh_vertex_group_calculation.calculation_mode_enum'ADD'
四則演算モード
calculation_value: float1.0
値
selection_blur_accuracy: int3
選択をぼかす分割精度
selection_blur_range_multi: float4.0
選択をぼかす範囲倍率
smooth_method: bpy.ops.selected_mesh_vertex_group_calculation.smooth_method_enum'TRIGONOMETRIC'
減衰タイプ
target_vertex_group: bpy.ops.selected_mesh_vertex_group_calculation.target_vertex_group_enum'ACTIVE'
対象頂点グループ
def
split_sharp():
Split Sharp Edges
Split all edges marked as sharp
def
vertices_count_checker():