BevelModifier(Modifier)¶
base classes — bpy_struct, Modifier
-
class
bpy.types.BevelModifier(Modifier)¶ Bevel modifier to make edges and vertices more rounded
-
angle_limit¶ Angle above which to bevel edges
Type: float in [0, 3.14159], default 0.0
-
edge_weight_method¶ What edge weight to use for weighting a vertex
Type: enum in [‘AVERAGE’, ‘SHARPEST’, ‘LARGEST’], default ‘AVERAGE’
-
limit_method¶ NONENone, Bevel the entire mesh by a constant amount.ANGLEAngle, Only bevel edges with sharp enough angles between faces.WEIGHTWeight, Use bevel weights to determine how much bevel is applied in edge mode.VGROUPVertex Group, Use vertex group weights to select whether vertex or edge is beveled.
Type: enum in [‘NONE’, ‘ANGLE’, ‘WEIGHT’, ‘VGROUP’], default ‘NONE’
-
loop_slide¶ Prefer sliding along edges to having even widths
Type: boolean, default False
-
material¶ Material index of generated faces, -1 for automatic
Type: int in [-1, 32767], default 0
-
offset_type¶ What distance Width measures
OFFSETOffset, Amount is offset of new edges from original.WIDTHWidth, Amount is width of new face.DEPTHDepth, Amount is perpendicular distance from original edge to bevel face.PERCENTPercent, Amount is percent of adjacent edge length.
Type: enum in [‘OFFSET’, ‘WIDTH’, ‘DEPTH’, ‘PERCENT’], default ‘OFFSET’
-
profile¶ The profile shape (0.5 = round)
Type: float in [0, 1], default 0.0
-
segments¶ Number of segments for round edges/verts
Type: int in [1, 100], default 0
-
use_clamp_overlap¶ Clamp the width to avoid overlap
Type: boolean, default False
-
use_only_vertices¶ Bevel verts/corners, not edges
Type: boolean, default False
-
vertex_group¶ Vertex group name
Type: string, default “”, (never None)
-
width¶ Bevel value/amount
Type: float in [0, inf], default 0.0
-
classmethod
bl_rna_get_subclass(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The RNA type or default when not found. Return type: bpy.types.Structsubclass
-
classmethod
bl_rna_get_subclass_py(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The class or default when not found. Return type: type
-
Inherited Properties
Inherited Functions